*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2003-03-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * textmodes/outline.el (outline-level): Demote it to defvar.
4 (outline-heading-alist): Document extended semantics.
5 (outline-head-from-level): New fun.
6 (outline-promote, outline-demote): Use it.
7 (outline-show-heading): New fun.
8 (hide-sublevels, show-children):
9 Use it together with outline-map-region.
10 (outline-get-next-sibling): Don't call outline-level at eob.
11
12 2003-03-14 Simon Josefsson <jas@extundo.com>
13
14 * fringe.el (fringe-mode): Autoload so that
15 Options->Show/Hide->Fringe->Customize works.
16
17 2003-03-13 Stefan Monnier <monnier@cs.yale.edu>
18
19 * textmodes/outline.el (outline-mode-menu-bar-map): Add entries.
20 (outline-mode-prefix-map): Match new bindings to those of allout.
21 (outline-map-region): New fun.
22 (outline-map-tree): Remove.
23 (outline-promote, outline-demote): Apply to region if active.
24 Change the default to apply to the subtree.
25 (outline-move-subtree-up, outline-move-subtree-down): New funs.
26 (outline-invisible-p): Add optional `pos' argument.
27 (outline-next-visible-heading, outline-toggle-children): Use it.
28 (outline-get-next-sibling): Don't call outline-level at eob.
29
30 * custom.el (custom-set-minor-mode): New fun.
31
32 2003-03-13 Dave Love <fx@gnu.org>
33
34 * international/latin1-disp.el (ucs-tables): Don't require.
35 (latin1-display-face): New.
36 (latin1-display-char): Use it.
37
38 2003-03-13 Kenichi Handa <handa@m17n.org>
39
40 * international/mule-cmds.el (reset-language-environment):
41 Set default-file-name-coding-system to iso-latin-1.
42
43 * language/european.el (iso-latin-1): Definition of this coding
44 system moved to mule-conf.el.
45
46 * international/mule-conf.el (iso-latin-1): Moved from
47 european.el.
48
49 * term/x-win.el (x-select-text): Don't set a text containing
50 eight-bit-control/graphic into the cut buffer.
51
52 2003-03-12 Kenichi Handa <handa@m17n.org>
53
54 * files.el (insert-directory): Decode by what specified.
55
56 * language/japan-util.el (setup-japanese-environment-internal):
57 By defalt, use japanese-iso-8bit for file names, and prefer
58 japanese-shift-jis on DOS and Windows.
59
60 * international/quail.el (quail-show-guidance-buf): Make the quail
61 guidance buffer inherit the current value of quail-current-package.
62
63 * international/utf-8.el (ccl-decode-mule-utf-8): Don't loose
64 bytes on handling an invalid byte sequence.
65
66 2003-03-11 Jason Rumney <jasonr@gnu.org>
67
68 * files.el (auto-mode-alist): Add .xsl for sgml-mode.
69
70 2003-03-11 Mark A. Hershberger <mah@everybody.org>
71
72 * xml.el (xml-skip-dtd): Fix parsing of DOCTYPE.
73
74 2003-03-11 John Paul Wallington <jpw@gnu.org>
75
76 * subr.el (posn-col-row): Heed frame parameter `line-spacing' and
77 `default-line-spacing', rather than buffer-local `line-spacing'.
78
79 2003-03-10 Per Abrahamsen <abraham@dina.kvl.dk>
80
81 * cus-edit.el (customize-rogue): New command.
82
83 2003-03-10 Andreas Schwab <schwab@suse.de>
84
85 * info.el (Info-extract-menu-node-name)
86 (Info-following-node-name): Revert last change.
87
88 2003-03-10 Thien-Thi Nguyen <ttn@gnu.org>
89
90 * progmodes/scheme.el (scheme-mode-syntax-table):
91 Construct w/o using `with-syntax-table'.
92
93 2003-03-10 John Paul Wallington <jpw@gnu.org>
94
95 * subr.el (posn-col-row): Take into account `line-spacing'.
96
97 * ebuff-menu.el (electric-buffer-update-highlight): Do nothing
98 if major mode isn't `Electric-buffer-menu-mode'.
99
100 * term/x-win.el (vendor-specific-keysyms)
101 (x-last-selected-text-primary): Doc fixes.
102 (x-win-suspend-error): Use proper noun in error message.
103
104 2003-03-09 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
105
106 * man.el (Man-getpage-in-background): Always use `setenv' for
107 environment variables, instead of modifying process-environment
108 directly. The previous version let-bound process-environment --
109 the let-binding is skipped for GROFF_NO_SGR because there is
110 already a let-binding in effect in some outer scope.
111
112 * emulation/crisp.el (top-level): Interoperate with cua.
113
114 2003-03-08 Kim F. Storm <storm@cua.dk>
115
116 * emulation/cua-base.el: Provide `cua' feature.
117
118 2003-03-08 Juanma Barranquero <lektu@terra.es>
119
120 * emulation/cua-base.el (cua--standard-movement-commands):
121 Fix docstring.
122
123 2003-03-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
124
125 * man.el (Man-getpage-in-background): Only change
126 default-directory if necessary.
127
128 2003-03-07 Andreas Schwab <schwab@suse.de>
129
130 * info.el (Info-following-node-name): Skip trailing period.
131 (Info-extract-menu-node-name): Allow period in node name.
132
133 2003-03-07 Kevin Rodgers <kevin.rodgers@ihs.com>
134
135 * dired-x.el (dired-guess-shell-case-fold-search): New user option.
136 (dired-guess-default): Use it.
137
138 2003-03-07 Thien-Thi Nguyen <ttn@gnu.org>
139
140 * progmodes/dcl-mode.el (dcl-font-lock-keywords): New var.
141 (dcl-font-lock-defaults): New var.
142 (dcl-mode): Make and init local var `font-lock-defaults'.
143
144 2003-03-06 Kevin Rodgers <kevin.rodgers@ihs.com>
145
146 * ffap.el (dired-at-point): Check whether the user can create a
147 directory before asking about creating it.
148
149 2003-03-06 John Paul Wallington <jpw@gnu.org>
150
151 * ebuff-menu.el (electric-buffer-list):
152 Respect `Buffer-menu-use-header-line'.
153 (electric-buffer-menu-looper): Likewise.
154
155 * buff-menu.el (Buffer-menu-mode-map): Add docstring.
156 (Buffer-menu-buffer): Fix indentation.
157 (list-buffers-noselect): Calculate header-line spacing to take
158 into account width of left fringe and left scrollbar.
159
160 2003-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
161
162 * ps-print.el (ps-print-version): New version number (6.6).
163 (ps-begin-job): If background and foreground color are the same, give
164 an error.
165 (ps-default-fg, ps-default-bg): Better doc.
166 (ps-rgb-color): Became a defun, check RGB value list.
167 (ps-default-background): New internal var.
168 (ps-begin-file): Code fix.
169
170 2003-03-05 Richard M. Stallman <rms@gnu.org>
171
172 * replace.el (query-replace-read-args): Use save-excursion.
173 (map-query-replace-regexp): Use prefix-numeric-value.
174
175 2003-03-05 Juanma Barranquero <lektu@terra.es>
176
177 * term/w32-win.el (x-handle-geometry): Put sizes on
178 `initial-frame-alist' too.
179
180 * startup.el (command-line-x-option-alist): Make --border-color set
181 the border-color frame parameter, not border-width.
182
183 * faces.el (frame-set-background-mode): Fix reference to attribute
184 "backgroundMode".
185
186 2003-03-05 Reto Zimmermann <reto@gnu.org>
187
188 * progmodes/vhdl-mode.el: Version 3.32.12 released.
189 Modifications for displaying all projects in hierarchy browser and case
190 insensitive hierarchy browsing. Change Rod's email address.
191 Include `itimer.el' patch for XEmacs. Backquote fix. Change some
192 documentation strings. Add "ERROR: " prefix to all error
193 messages. Enhanced usage of hideshow.
194 (vhdl-in-literal): Remove unused argument LIM.
195 (vhdl-compiler-alist): Enhance customization for compilers; add
196 "Speedwave", "Simili", "Synopsys Design Compiler", "Cadence NC",
197 "Savant", "ProVHDL" and "VeriBest" compilers.
198 Add new error message syntax for Modelsim.
199 Add Synplify, column no in error regexp.
200 Include library name in library command.
201 Add unit-to-file name mapping for Savant.
202 Add library option in Makefile generation command.
203 Add command to create library directory.
204 Built-in Makefile generation is always default.
205 (vhdl-create-mode-menu): Split menues for compilers, projects, models.
206 Add customization for `global-font-lock-mode'.
207 Fix `customize-group' entries for XEmacs and
208 change "Gen." to "Generate". Get *Messages* buffer.
209 Fix "Auto Load Setup File" menu entry.
210 Add faces customization to "Options". Add "Options" entry.
211 Include `speedbar-indentation-width'.
212 (vhdl-replace-string): Allow casing (use `vhdl-file-name-case').
213 (vhdl-template-exit, vhdl-template-next, vhdl-template-return):
214 Fix template abortion.
215 (vhdl-speedbar-port-copy): Add subprogram copy; copy port of component
216 in package.
217 (vhdl-fixup-whitespace-region): No whitespace after '(' and before ')'.
218 Better treat comments and strings. Fix "=> ," alignment.
219 (vhdl-port-paste-testbench): Print file names created.
220 Better handling when file exist/open. Additional comments in code.
221 Replace keywords in testbench entity and architecture file headers.
222 Adjust case in testbench configuration.
223 (vhdl-port-paste-instance): Special case: no number in instance name.
224 (vhdl-speedbar-expand-units): Fix speedbar frame switching oddity.
225 (vhdl-font-lock-keywords-2): Enhance highlighting of instantiation;
226 highlight instantiations without map.
227 Highlight quantity declaration names. Highlight formal parameters.
228 Fix label highlighting for signal asst.
229 (vhdl-mode): `comment-padding' for Emacs 21 only.
230 Remove forced `turn-on-font-lock'.
231 Remove `hippie-expand-only-buffers' setting.
232 Update online documentation and web address.
233 (vhdl-comment-uncomment-region): Remove usage of `commend-dwim' again.
234 Change ARG for uncommenting.
235 (vhdl-speedbar-make-*-line): Fix for displaying XEmacs speedbar images.
236 (vhdl-fontify-buffer): Toggle font-lock-mode for better recovery.
237 (vhdl-port-list): Add context clause.
238 (vhdl-port-paste-signals): Include direction comments.
239 (vhdl-testbench-declarations, vhdl-testbench-statements): New default.
240 (vhdl-port-*): Include name in status messages.
241 (vhdl-package-alist): Scan for and display subprogram body.
242 Change key to lower case, add original case identifier.
243 Scan for packages used by package body.
244 (vhdl-speedbar-find-file): Always jump to design unit if buffer open.
245 (vhdl-speedbar-insert-hierarchy): Mark non-existing entities/packages.
246 Message "No VHDL design units!".
247 (vhdl-compile-init): Allow fourth element (column no) in error regexp.
248 Fix `nconc' bug. Eliminate redundant regexps.
249 (vhdl-minibuffer-tab): No indentation.
250 Use `hippie-expand-only-buffers' to take
251 expansions from VHDL buffers only; don't overwrite non-nil default of
252 `hippie-expand-only-buffers'; check whether
253 `hippie-expand-only-buffers' is bound.
254 (vhdl-ams-types, vhdl-ams-enum-values): Add identifiers from
255 `nature_pkg' package.
256 (vhdl-align-alist): Fix "when/else ... =>" case.
257 Align declaration keywords only at beg. of line.
258 Align <=, := and == among each other.
259 (vhdl-port-copy): Extended identifiers for signal names.
260 Fix on empty generic/port clause.
261 Fix parsing of comment on first line.
262 Allow generic clause begin on first line.
263 Add "inout" and "linkage" to direction modes.
264 (vhdl-font-lock-function-face): Change DarkCyan to Cyan4.
265 (vhdl-file-header): Insert VHDL language standard string.
266 (vhdl-instance-name): Unique numbers in instance names.
267 (vhdl-compile): Check for existing compile directory.
268 Print out file name if compiler does not; put it in
269 quotes if contains spaces. Check compiler name.
270 (vhdl-compiler): Change empty value from "" to nil.
271 (vhdl-make): Check for existing compile directory.
272 Fix missing options if there is a target. Check compiler name.
273 (vhdl-template-field): Fix case on all VHDL words.
274 (vhdl-template-others): Re-electrified "others".
275 (vhdl-speedbar-expand-architecture): Give user control over displayed
276 hierarchy depth.
277 (vhdl-project-alist): Insert library name in Makefile name.
278 Sources exclude regexp. Add file-specific compile exceptions.
279 Enhance customization of projects.
280 (vhdl-get-hierarchy): Include configurations in hierarchy list.
281 Fix bug with configurations.
282 Consider configurations; also at lower levels.
283 (vhdl-speedbar-item-info): Enhance displaying.
284 (vhdl-scan-file-contents): Fix skipping of comments in scanning.
285 Sources exclude regexp.
286 Allow comment lines in instantiations.
287 Fix used packages in package body scanning.
288 Allow code before first block configuration.
289 Scan also for "is" keyword of design units.
290 Scan configuration specification.
291 Clear directory alists first.
292 Consistency check.
293 Check for multiply scanned design units.
294 Scan components/subprograms in package.
295 Scan library clauses and subconfigurations.
296 Limit file size for scanning.
297 (vhdl-entity-alist): Change key to lower case, add original case
298 identifier.
299 (vhdl-electric-tab): Not overwrite non-nil default of
300 `hippie-expand-only-buffers'.
301 (vhdl-electric-tab): Check whether `hippie-expand-only-buffers' is
302 bound; use it to take expansions from VHDL buffers only.
303 (vhdl-electric-tab): Toggle comment indent.
304 (vhdl-generate-makefile): Check compiler name.
305 Add library option in Makefile generation command.
306 (vhdl-generate-makefile): Add dependencies for components in package.
307 (vhdl-template-elsif): No expansion in concurrent part (except AMS).
308 (vhdl-insert-string-or-file): Resolve environment variables.
309 (vhdl-insert-string-or-file): Fix NTEmacs `file-exists-p' problem.
310 (vhdl-submit-bug-report): Prompt for summary.
311 (vhdl-resolve-paths): Rearrange environment variable resolution.
312 (vhdl-scan-project-contents): Rearrange environment variable
313 resolution.
314 (vhdl-scan-project-contents): Allow absolute paths.
315 (vhdl-doc-coding-style): Update RMM URL.
316 (vhdl-end-of-leader): Consider "is" keyword in VHDL'93.
317 (vhdl-model-insert): Replace header prompts too.
318 (vhdl-template-header): New argument `is-model'.
319 (vhdl-template-generate-body): Remove "begin" for VHDL'93.
320 (vhdl-actual-port-name): Change default value (no "_i" extension).
321 (vhdl-template-modify): Delete date instead of kill.
322 (vhdl-get-source-files): Don't match source files beginning with ".".
323 (vhdl-project-*-alist): Merge with variables `vhdl-*-alist'.
324 (vhdl-speedbar-*): Many enhancements and fixes in hierarchy browser.
325 (vhdl-speedbar-expand-*): Display used packages.
326 (vhdl-sequential-statement-p): Better algorithm.
327 (vhdl-electric-mode, vhdl-stutter-mode): Change key bindings.
328 (vhdl-electric-...): No stuttering within literals.
329 (vhdl-template-footer): Replace keywords in footer as in header.
330 (vhdl-align-...): Enhance alignment, add progress reporting.
331 (vhdl-beautify-region): Bug fix.
332 (vhdl-comment-insert-inline): Remove wrapping to next line if too long.
333 (vhdl-testbench-configuration-name)
334 (vhdl-update-sensitivity-list-buffer): Fix starting cursor position.
335 (vhdl-prepare-search-[12]): Fix search within hidden code.
336 (vhdl-speedbar-jump-to-unit): Disable cursor re-positioning.
337 (vhdl-template-for): Fix sequential statement part detection.
338 (vhdl-electric-space): Fix wrapping for non-word characters.
339 (vhdl-template-standard-package): Don't insert "std" library.
340 (vhdl-template-architecture): Code optimization.
341 (vhdl-template-package): Search for existing package name.
342 (vhdl-template-component-decl, vhdl-port-paste-declaration):
343 Insert "is" in VHDL'93.
344 (match-string-no-properties, vhdl-forward-comment): New aliases.
345 (vhdl-speedbar-library-face, vhdl-speedbar-subprogram-face): New faces.
346 (file-expand-wildcards, regexp-opt, subst-char-in-string)
347 (vhdl-add-modified-file, vhdl-align-buffer, vhdl-align-declarations)
348 (vhdl-align-list, vhdl-align-region-2, vhdl-align-region-groups)
349 (vhdl-align-same-indent, vhdl-aput, vhdl-auto-load-project)
350 (vhdl-backward-same-indent, vhdl-beginning-of-block)
351 (vhdl-character-to-event, vhdl-compile-directory)
352 (vhdl-compile-print-file-name, vhdl-compose-components-package)
353 (vhdl-compose-insert-generic, vhdl-compose-insert-port)
354 (vhdl-compose-insert-signal, vhdl-compose-new-component)
355 (vhdl-compose-place-component, vhdl-compose-wire-components)
356 (vhdl-default-directory, vhdl-delete, vhdl-delete-indentation)
357 (vhdl-do-group, vhdl-do-list, vhdl-do-same-indent)
358 (vhdl-duplicate-project, vhdl-end-of-block, vhdl-expand-abbrev)
359 (vhdl-expand-paren, vhdl-export-project, vhdl-fill-group)
360 (vhdl-fill-list, vhdl-fill-region, vhdl-fill-same-indent)
361 (vhdl-fix-case-word, vhdl-fix-clause, vhdl-forward-comment)
362 (vhdl-forward-same-indent, vhdl-generate-makefile-1)
363 (vhdl-get-compile-options, vhdl-get-components-package-name)
364 (vhdl-get-end-of-unit, vhdl-get-make-options, vhdl-get-packages)
365 (vhdl-get-visible-signals, vhdl-goto-marker)
366 (vhdl-hs-forward-sexp-func, vhdl-hs-minor-mode, vhdl-import-project)
367 (vhdl-indent-group, vhdl-insert-file-contents, vhdl-load-cache)
368 (vhdl-makefile-name, vhdl-match-string-downcase, vhdl-max-marker)
369 (vhdl-parse-group-comment, vhdl-paste-group-comment)
370 (vhdl-port-paste-context-clause, vhdl-port-paste-initializations)
371 (vhdl-port-reverse-direction, vhdl-process-command-line-option)
372 (vhdl-project-p, vhdl-re-search-backward, vhdl-re-search-forward)
373 (vhdl-remove-trailing-spaces, vhdl-require-hierarchy-info)
374 (vhdl-resolve-env-variable, vhdl-run-when-idle, vhdl-save-cache)
375 (vhdl-save-caches, vhdl-scan-context-clause)
376 (vhdl-scan-directory-contents, vhdl-set-compiler, vhdl-set-project)
377 (vhdl-show-messages, vhdl-sort-alist, vhdl-speedbar-check-unit)
378 (vhdl-speedbar-contract-all, vhdl-speedbar-contract-level)
379 (vhdl-speedbar-display-directory, vhdl-speedbar-display-projects)
380 (vhdl-speedbar-expand-all, vhdl-speedbar-expand-config)
381 (vhdl-speedbar-expand-package, vhdl-speedbar-expand-project)
382 (vhdl-speedbar-generate-makefile, vhdl-speedbar-insert-projects)
383 (vhdl-speedbar-insert-subpackages, vhdl-speedbar-line-key)
384 (vhdl-speedbar-line-project, vhdl-speedbar-line-text)
385 (vhdl-speedbar-make-design, vhdl-speedbar-make-subpack-line)
386 (vhdl-speedbar-make-subprogram-line, vhdl-speedbar-place-component)
387 (vhdl-speedbar-refresh, vhdl-speedbar-set-depth)
388 (vhdl-speedbar-update-current-project, vhdl-statistics-buffer)
389 (vhdl-subprog-copy, vhdl-subprog-flatten, vhdl-subprog-paste-body)
390 (vhdl-subprog-paste-call, vhdl-subprog-paste-declaration)
391 (vhdl-subprog-paste-specification, vhdl-template-others-hook)
392 (vhdl-template-replace-header-keywords, vhdl-toggle-project)
393 (vhdl-uniquify, vhdl-update-file-contents, vhdl-update-hierarchy)
394 (vhdl-update-progress-info, vhdl-update-sensitivity-list)
395 (vhdl-update-sensitivity-list-buffer)
396 (vhdl-update-sensitivity-list-process, vhdl-use-direct-instantiation)
397 (vhdl-warning, vhdl-warning-when-idle)
398 (vhdl-widget-directory-validate, vhdl-work-library)
399 (vhdl-write-file-hooks-init): New functions.
400 (vhdl-aappend, vhdl-add-warning, vhdl-align-noindent-buffer)
401 (vhdl-align-noindent-region, vhdl-create-customize-menu)
402 (vhdl-forward-unit, vhdl-modify-date-init, vhdl-project-switch)
403 (vhdl-scan-file-contents, vhdl-speedbar-display-hierarchy)
404 (vhdl-speedbar-toggle-hierarchy): Functions deleted.
405 (vhdl-in-comment-p, vhdl-in-string-p, vhdl-standard-p): Define as
406 functions, not defsubsts.
407 (vhdl-in-comment-or-string-p, vhdl-speedbar-project-p):
408 Delete defsubsts.
409 (vhdl-compose, vhdl-naming, vhdl-speedbar, vhdl-template)
410 (vhdl-testbench): New customization groups.
411 (vhdl-electric): Customization group deleted.
412 (vhdl-align-alist, vhdl-doc-coding-style, vhdl-doc-keywords)
413 (vhdl-imenu-generic-expression): Define as constants instead of
414 variables.
415 (vhdl-ams-packages, vhdl-doc-release-notes, vhdl-emacs-21)
416 (vhdl-hs-start-regexp, vhdl-time-stamp, vhdl-xemacs): New constants.
417 (vhdl-font-lock-keywords-0): Constants deleted.
418 (vhdl-prepare-search-1, vhdl-prepare-search-2, vhdl-visit-file):
419 New macros.
420 (vhdl-ext-syntax-table): Macro deleted.
421 (vhdl-align-group-separate, vhdl-align-same-indent)
422 (vhdl-architecture-file-name, vhdl-compile-use-local-error-regexp)
423 (vhdl-components-package-name, vhdl-compose-architecture-name)
424 (vhdl-compose-create-files, vhdl-compose-include-header)
425 (vhdl-copyright-string, vhdl-default-library, vhdl-directive-keywords)
426 (vhdl-entity-file-name, vhdl-file-name-case)
427 (vhdl-include-group-comments, vhdl-include-type-comments)
428 (vhdl-indent-syntax-based, vhdl-makefile-generation-hook)
429 (vhdl-package-file-name, vhdl-project-auto-load)
430 (vhdl-project-file-name, vhdl-project-sort, vhdl-speedbar-auto-open)
431 (vhdl-speedbar-cache-file-name, vhdl-speedbar-display-mode)
432 (vhdl-speedbar-jump-to-unit, vhdl-speedbar-save-cache)
433 (vhdl-speedbar-scan-limit, vhdl-speedbar-update-on-saving)
434 (vhdl-testbench-configuration-name)
435 (vhdl-testbench-include-configuration, vhdl-testbench-include-header)
436 (vhdl-testbench-include-library, vhdl-use-components-package)
437 (vhdl-use-direct-instantiation): New options.
438 (vhdl-compiler-options, vhdl-speedbar, vhdl-speedbar-hierarchy-indent)
439 (vhdl-speedbar-show-hierarchy, vhdl-testbench-architecture-header)
440 (vhdl-testbench-entity-header): Options deleted.
441 (speedbar-indentation-width, vhdl-compile-file-name)
442 (vhdl-config-alist, vhdl-directive-keywords-regexp)
443 (vhdl-directory-alist, vhdl-font-lock-keywords-0, vhdl-menu-max-size)
444 (vhdl-mode-ext-syntax-table, vhdl-modified-file-list)
445 (vhdl-port-flattened, vhdl-port-reversed-direction)
446 (vhdl-speedbar-hierarchy-depth, vhdl-speedbar-last-selected-project)
447 (vhdl-speedbar-show-projects, vhdl-speedbar-shown-project-list)
448 (vhdl-speedbar-shown-unit-alist, vhdl-speedbar-update-current-unit)
449 (vhdl-subprog-flattened, vhdl-subprog-list, vhdl-updated-project-list)
450 (vhdl-warnings): New variables.
451 (vhdl-project-ent-inst-list, vhdl-project-entity-alist)
452 (vhdl-project-package-alist, vhdl-speedbar-last-file-name)
453 (vhdl-speedbar-shown-units-alist, vhdl-startup-warnings): Delete vars.
454
455 2003-03-04 Rob Kaut <rob@siworks.com> (tiny change)
456
457 * progmodes/vhdl-mode.el (vhdl-comment-uncomment-region):
458 Remove two comment characters at start of line instead of one.
459
460 2003-03-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
461
462 * printing.el (pr-get-symbol): Move it to next eval-and-compile.
463
464 2003-03-03 John Paul Wallington <jpw@gnu.org>
465
466 * ibuf-macs.el (ibuffer-aif): Use `make-symbol' instead of
467 `gensym' in case user calls macro at runtime.
468 (ibuffer-save-marks): Likewise.
469
470 2003-03-03 Kenichi Handa <handa@m17n.org>
471
472 * language/japan-util.el (japanese-symbol-table): Add two entries
473 to make it complete.
474
475 2003-03-03 Andreas Schwab <schwab@suse.de>
476
477 * info.el (Info-fontify-node): Don't hide indentation before the
478 reference name. Don't process a reference twice when a new tag is
479 inserted.
480 (Info-hide-note-references): Fix doc and customize type.
481
482 2003-03-02 Matt Swift <swift@alum.mit.edu>
483
484 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
485 New custom variable.
486 (lisp-fill-paragraph): Use it. Add ?, to `paragraph-separate' so
487 that first docstring lines ending with a comma are respected.
488 Add "`(" to same so that function and macro bodies beginning with a
489 backquote do not get disturbed. Revise the comments.
490
491 2003-03-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
492
493 * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
494
495 * menu-bar.el (menu-bar-mode): Change to define-minor-mode
496 and initialize as for tool-bar-mode.
497
498 2003-02-28 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
499
500 * net/tramp.el: Version 2.0.30 released.
501 Replace term "path" with "localname" unless it is used for a
502 search path.
503 (tramp-handle-expand-file-name): Allow ".." to cross host boundaries.
504 (tramp-open-connection-setup-interactive-shell): Unset $ENV in
505 addition to setting $PS1 when starting the Bourne-ish shell.
506 Some sh implementations (eg, bash when called as sh) read the file
507 named there on startup, which could clobber $PS1.
508 (tramp-do-copy-or-rename-file-one-local): New function.
509 Not implemented. Not used. Should invoke rcp or scp directly to keep
510 the time.
511
512 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
513
514 * net/tramp-smb.el: Replace term `path' with `localname'
515 unless it is used for a search path. In GNU, the word `path' is
516 reserved for search paths.
517
518 * net/tramp.el (tramp-send-string, tramp-send-region): Removed.
519 (tramp-send-string): New function. Takes over the role of the
520 functions above, in order to have a unique place handling
521 `tramp-chunksize'. Same implementation as `tramp-send-region'.
522 (tramp-chunksize): It's now a defcustom. Set to 500 on systems
523 only known to have a buggy `process-send-string' implementation.
524 First black-listed constellation is GNU Emacs/ hpux.
525 (tramp-send-region): Correct debug message.
526 (tramp-bug): Add `tramp-chunksize'.
527
528 2003-02-26 Matt Swift <swift@alum.mit.edu>
529
530 * startup.el: Streamline code in several functions for efficiency
531 and readability. Rephrase booleans to avoid `(not noninteractive)'.
532 Clarify several booleans expressions using De Morgan's laws.
533
534 (command-line): Fix barf when first command-line option handled by
535 `command-line-1' is in the form --OPT=VAL.
536 (command-line-1): Restore intended behavior of the --directory/-L
537 command-line option: "-L a -L b -L c" on the command-line now puts
538 '(a b c) at the front of `load-path'.
539
540 2003-02-26 Oliver Scholz <alkibiades@gmx.de>
541
542 * play/gamegrid.el (gamegrid-add-score): Add info to docstring.
543 (gamegrid-add-score-with-update-game-score-1): New function,
544 factored out of `gamegrid-add-score-with-update-game-score'.
545 (gamegrid-add-score-with-update-game-score): Use it. Fall back on
546 `gamegrid-add-score-insecure' if the requested file does not exist
547 in $(gamedir), in case the user has installed a game on his own.
548 (gamegrid-add-score-insecure): Accept optional directory argument.
549
550 2003-02-25 Andreas Schwab <schwab@suse.de>
551
552 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell
553 variable references by requireing that $ is not preceded by another $.
554
555 2003-02-25 Kenichi Handa <handa@m17n.org>
556
557 * env.el (setenv): Fix previous change.
558
559 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change)
560
561 * language/mlm-util.el (mlm-char-glyph): Fix more rules.
562
563 2003-02-24 Stefan Monnier <monnier@cs.yale.edu>
564
565 * progmodes/simula.el: Move abbrev loading to after the fun it uses.
566 (simula-install-standard-abbrevs): Use dolist.
567 Use system-flag when calling define-abbrev.
568
569 2003-02-24 Dave Love <fx@gnu.org>
570
571 * obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.)
572
573 * env.el (read-envvar-name): Decode names.
574 (substitute-env-vars): Use eval-when-compile and char class.
575 (setenv): Doc fix. Encode the data (after checking that's possible).
576 (getenv): Encode the name and decode the result.
577
578 2003-02-24 Ken Manheimer <klm@zope.com>
579
580 * allout.el (allout-pre-command-business): Fix docstring.
581
582 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
583
584 * language/mlm-util.el (mlm-char-glyph): Fix several composing rules.
585
586 2003-02-24 Kenichi Handa <handa@m17n.org>
587
588 * international/characters.el: Fix syntaxes of gb2312 and big5.
589
590 * language/japan-util.el (sentence-end-save): Variable deleted.
591 (setup-japanese-environment-internal): Don't setup sentence-end.
592 (exit-japanese-environment): Function deleted.
593
594 * language/japanese.el ("Japanese"): Delete `exit-function'.
595
596 * textmodes/paragraphs.el (sentence-end): Add Chinese and Japanese
597 characters.
598
599 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change)
600
601 * language/mlm-util.el (mlm-char-glyph): Add entries for "halant +
602 rakar + halant" and "halant + rrakar + halant".
603
604 2003-02-23 Richard M. Stallman <rms@gnu.org>
605
606 * replace.el (query-replace-read-args): Return just 3 values.
607 (query-replace, query-replace-regexp)
608 (query-replace-regexp-eval, map-query-replace-regexp)
609 (replace-string, replace-regexp): Read the start and end args
610 separately so that the expressions are recorded in command-history.
611
612 * menu-bar.el (Revert Buffer): Condition on buffer-file-number.
613
614 * startup.el (inhibit-startup-hooks): New variable.
615 (normal-top-level): Obey that variable.
616 (command-line-1): Run emacs-startup-hook before term-setup-hook.
617 Set inhibit-startup-hooks too.
618
619 * files.el (revert-buffer): Different error message
620 for reverting a nonexistent file.
621
622 2003-02-22 Stefan Monnier <monnier@cs.yale.edu>
623
624 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0.
625 (toplevel): Require man.
626 Don't autoload tmm-prompt (it's in loaddefs.el).
627 (cperl-electric-backspace-untabify): New var.
628 (cperl-electric-backspace): Use it.
629 (cperl-vc-header-alist): Extract numeric version from the Id.
630 (cperl-build-manpage): New fun.
631 (cperl-menu): Use it. Add toggle-autohelp.
632 (cperl-mode) <defun-prompt_regexp>: Understand prototypes.
633 (cperl-electric-brace): Use `cperl-after-block-p' for detection.
634 (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric.
635 '(' after keyword would insert a doubled paren.
636 (cperl-calculate-indent): Update syntaxification before checks.
637 Fix wrong indent of blocks starting with POD.
638 (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end
639 of buffer. This enables recognition of end of HERE-doc "as one types".
640 Require "\n" after trailing tag of HERE-doc.
641 \( made non-quoting outside of string/comment (gdj-contributed).
642 Likewise for \$. Remove `here-doc-group' text property at start
643 (makes this property reliable).
644 Text property `first-format-line' ==> t.
645 Do not recognize $opt_s and $opt::s as s///.
646 (cperl-after-block-p): Optional arg pre-block to check for a pre-block
647 Recognize `continue' blocks too.
648 (cperl-after-expr-p): Update syntaxification before checks. Work after
649 here-docs, formats, and PODs too (affects many electric constructs).
650 (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc.
651 (cperl-perldoc): Use case-sensitive search.
652
653 * progmodes/cperl-mode.el: Merge changes from CPerl-4.35.
654 (cperl-xemacs-p): Move.
655 (cperl-can-font-lock): New var to replace window-system.
656 (cperl-enable-font-lock): Use it.
657 (cperl-use-major-mode): New var.
658 (cperl-mode): Use it.
659 (cperl-calculate-indent): Remove code whose removal was missed
660 in some earlier merge.
661 (cperl-tags-hier-init): Use display-popup-menus-p.
662
663 2003-02-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
664
665 * files.el (abbreviate-file-name): Shorten docstring: variables
666 are now hyperlinks and `C-h v' need not be mentioned explicitly.
667
668 2003-02-21 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
669
670 * files.el (abbreviate-file-name): Document removal of
671 automounter prefixes. Reported by Lars Hansen.
672
673 2003-02-21 Kim F. Storm <storm@cua.dk>
674
675 * emulation/cua-base.el: Add run-time check to catch users trying
676 to use older versions of CUA-mode, rather than the version
677 distributed with Emacs. Use autoload cookies and eval-after-load.
678
679 * startup.el (command-line): Clarify and tidy up the message
680 printed when there are errors in the user-init-file.
681 Do not encapsulate the error data; it's read by humans here.
682 Do not split windows when displaying the *Message* buffer.
683
684 2003-02-20 Stefan Monnier <monnier@cs.yale.edu>
685
686 * subr.el (with-syntax-table): Don't copy the table any more.
687
688 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change)
689
690 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism
691 work on cygwin systems too.
692
693 2003-02-20 Juanma Barranquero <lektu@terra.es>
694
695 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
696 Remove useless check.
697
698 2003-02-20 Andreas Schwab <schwab@suse.de>
699
700 * info.el (Info-extract-menu-node-name): Stop if colon is
701 followed by open paren.
702
703 2003-02-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
704
705 * mail/undigest.el (unforward-rmail-message): Allow nested
706 unforwarding, that is, preserve old Forwarded-From/Date headers.
707
708 2003-02-20 Kenichi Handa <handa@m17n.org>
709
710 * term/w32-win.el: Call set-fontset-font with NAME nil.
711
712 * international/mule-diag.el (print-fontset): If FONTSET is nil,
713 use the default fontset.
714 (describe-fontset): If the current frame is not using a fontset,
715 call print-fontset with nil.
716
717 2003-02-19 Andre Spiegel <spiegel@gnu.org>
718
719 * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these
720 were accidentally left over during the VC redesign in 2000.
721
722 2003-02-18 Juanma Barranquero <lektu@terra.es>
723
724 * help-macro.el (make-help-screen): Fix character constant.
725
726 * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise.
727
728 * calc/calc-graph.el (calc-graph-plot): Likewise.
729
730 * calc/calc-prog.el (calc-macro-edit-variable): Likewise.
731
732 * emacs-lisp/edebug.el: Likewise.
733
734 * emacs-lisp/helper.el (Helper-help-scroller): Likewise.
735
736 * language/cyril-util.el (standard-display-cyrillic-translit):
737 Likewise.
738
739 * mail/rfc822.el (rfc822-nuke-whitespace): Likewise.
740
741 * progmodes/cperl-mode.el (cperl-electric-keyword)
742 (cperl-electric-pod, cperl-do-auto-fill): Likewise.
743
744 * textmodes/reftex-ref.el (reftex-reference): Likewise.
745
746 * textmodes/table.el (table-generate-source): Use ?\\ instead of
747 space in "work in progress" message.
748
749 * emacs-lisp/tq.el (tq-create): Fix quoted lambda expression.
750
751 2003-02-17 Dave Love <fx@gnu.org>
752
753 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym.
754
755 2003-02-17 Markus Rost <rost@math.ohio-state.edu>
756
757 * calendar/calendar.el (diary-file-name-prefix-function):
758 Fix custom type.
759
760 2003-02-17 Andre Spiegel <spiegel@gnu.org>
761
762 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being
763 under CVS control. Suggested by Masanobu UMEDA.
764
765 2003-02-17 Kenichi Handa <handa@m17n.org>
766
767 * files.el (insert-directory): Add workaround for the case that we
768 can't trust ls's output as to byte positions of filenames.
769
770 2003-02-15 Richard M. Stallman <rms@gnu.org>
771
772 * ffap.el: Many doc fixes.
773 (ffap-replace-file-component):
774 Renamed from ffap-replace-path-component. Callers changed.
775 (ffap-host-to-filename): Renamed from ffap-host-to-path. Callers chgd.
776
777 * international/iso-ascii.el (iso-ascii-display-table): New variable.
778 (iso-ascii-standard-display-table): New variable.
779 (iso-ascii-display): Define in iso-ascii-display-table.
780 (iso-ascii-mode): New command.
781
782 * tar-mode.el (tar-header-block-summarize):
783 Use l for symlink, h for hard link.
784
785 2003-02-15 David Kastrup <dak@gnu.org>
786
787 * net/ange-ftp.el (ange-ftp-get-file-entry): Allow for graceful
788 failure returning nil, as documented.
789
790 2003-02-14 Dave Love <fx@gnu.org>
791
792 * international/code-pages.el: Undo `Trailing whitepace deleted.'
793 damage.
794 (cp1125, mik): Nullify mime-charset.
795
796 * language/cyrillic.el ("Cyrillic-KOI8"): Fix input-method.
797 ("Russian"): New.
798 ("Bulgarian"): Add tutorial.
799
800 * international/mule-cmds.el (locale-language-names): Use Italian,
801 Russian, Turkish, Chinese-EUC-TW.
802 (set-locale-environment): Set ps-paper-type.
803
804 2003-02-14 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
805
806 * time.el (display-time-string-forms): Add face property to mail
807 string.
808
809 2003-02-14 Juanma Barranquero <lektu@terra.es>
810
811 * international/mule-cmds.el (view-hello-file): Use `view-file'
812 instead of `find-file-read-only'.
813
814 * dired-aux.el (dired-query-alist): Fix use of character constant.
815
816 * simple.el (backward-delete-char-untabify): Likewise.
817
818 * strokes.el (strokes-read-complex-stroke): Likewise.
819
820 * wid-edit.el (widget-choose): Likewise.
821
822 * xml.el (xml-parse-elem-type): Likewise.
823
824 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
825
826 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
827
828 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
829
830 2003-02-13 Stefan Monnier <monnier@cs.yale.edu>
831
832 * international/mule-cmds.el (sort-coding-systems): Use \'.
833 (select-safe-coding-system): Remove redundant assq check.
834 Remove raw-text, emacs-mule and no-conversion from the list of
835 proposed encodings unless there's nothing else.
836
837 2003-02-13 Markus Rost <rost@math.ohio-state.edu>
838
839 * files.el (find-alternate-file): Undo last change.
840
841 * dired.el (dired-directory): Add autoload cookie.
842
843 2003-02-13 Juanma Barranquero <lektu@terra.es>
844
845 * international/characters.el: Use new ?\s syntax instead of "? "
846 followed by a comment.
847
848 * ruler-mode.el (ruler-mode-margins-char): Likewise.
849
850 2003-02-13 Dave Love <fx@gnu.org>
851
852 * newcomment.el (comment-indent): Ensure space before added comment.
853
854 2003-02-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
855
856 * ps-print.el: Change the policy of background/foreground default
857 color.
858 (ps-print-version): New version number (6.5.9).
859 (ps-default-fg, ps-default-bg): Adjust default value.
860 (ps-begin-file, ps-begin-job): ps-default-fg and ps-default-bg
861 variables now use `t' to indicate the use of Emacs session
862 background/foreground color.
863 (ps-output-string-prim): If index out of range, insert hexadecimal
864 representation of character.
865
866 2003-02-13 Kim F. Storm <storm@cua.dk>
867
868 * help.el (where-is): Rename remap-command to command-remapping.
869 * help-fns.el (describe-function-1): Likewise.
870
871 2003-02-12 Glenn Morris <gmorris@ast.cam.ac.uk>
872
873 * progmodes/fortran.el (fortran-fill): Fill lines that do not have
874 comments.
875
876 2003-02-12 Stefan Monnier <monnier@cs.yale.edu>
877
878 * progmodes/fortran.el (fortran-mode): Set comment-use-syntax.
879 (fortran-fill-paragraph): Use fill-comment-paragraph.
880
881 2003-02-12 Juanma Barranquero <lektu@terra.es>
882
883 * files.el (file-truename): Revert change from 2002-11-27.
884
885 2003-02-12 Luc Teirlinck <teirllm@mail.auburn.edu>
886
887 * help-fns.el (describe-function-1): Change output for keyboard macros.
888
889 2003-02-12 Andreas Schwab <schwab@suse.de>
890
891 * progmodes/sh-script.el (sh-mode-map): Don't remap
892 beginning-of-defun to the non-existing command
893 sh-beginning-of-compound-command.
894
895 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
896
897 * files.el (find-alternate-file): Check whether `dired-directory'
898 is bound.
899
900 2003-02-12 Simon Marshall <simon@gnu.org>
901
902 * progmodes/make-mode.el (makefile-font-lock-keywords):
903 Fontify single character variable references, but protect shell
904 variables references.
905 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
906
907 2003-02-12 Ami Fischman <ami@fischman.org>
908
909 Face markup of calendar and diary displays: Any entry line that
910 ends with [foo:value] where foo is a face attribute (except :box
911 :stipple) or with [face:blah] tags, will have these values applied
912 to the calendar and fancy diary displays. These attributes "stack"
913 on calendar displays. File-wide attributes can be defined as
914 follows: the first line matching "^# [tag:value]" defines the
915 value for that particular tag. All of the tags' regexps can be
916 customized.
917
918 * calendar/calendar.el (diary-face-attrs): New custom.
919 (diary-file-name-prefix-function): New custom.
920 (diary-glob-file-regexp-prefix): New custom.
921 (diary-file-name-prefix): New custom.
922 (generate-calendar-window): Check that font-lock-mode is bound
923 before checking value.
924 (mark-visible-calendar-date): Add the ability to pass face
925 attribute/value pairs in the mark argument. Handle the mark.
926
927 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
928 attribute value string to the desired type.
929 (diary-pull-attrs): New function that pulls the attributes off a
930 diary entry, merges with file-global attributes, and returns
931 the (possibly modified) entry and a list of attribute/values using
932 diary-attrtype-convert.
933 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
934 (mark-diary-entries, mark-sexp-diary-entries)
935 (list-sexp-diary-entries): Add handling of file-global attributes;
936 add handling of entry attributes using diary-pull-attrs.
937 (mark-calendar-days-named, mark-calendar-days-named)
938 (mark-calendar-date-pattern, mark-calendar-month)
939 (add-to-diary-list): Add optional paramater `color' for passing
940 face attribute info through the callchain. Pass this parameter around.
941
942 2003-02-11 Stefan Monnier <monnier@cs.yale.edu>
943
944 * progmodes/etags.el (find-tag-tag): Move (default foo) to before
945 `:' in the prompt.
946 (find-tag): Make sure we move point in the proper window.
947
948 * progmodes/meta-mode.el (meta-fill-paragraph): Remove.
949 (meta-common-initialization): Don't set fill-paragraph-function
950 now that fill-paragraph takes care of comments.
951
952 * progmodes/scheme.el (scheme-mode-syntax-table): Don't switch
953 the current buffer's syntax-table.
954
955 * progmodes/simula.el (simula-font-lock-syntactic-keywords): New var.
956 (simula-font-lock-keywords-1): Simplify.
957 (simula-font-lock-keywords-2): Use regexp-opt.
958 (simula-emacs-features): Remove.
959 (simula-mode-syntax-table): Setup %...\n as comment style b.
960 (simula-mode-map): Remove compatibility cruft.
961 (simula-keep-region-active): Remove.
962 (simula-popup-menu): Simplify.
963 (simula-mode): Move abbrev-table setup to top-level.
964 (simula-match-string-or-comment): Remove.
965
966 * progmodes/tcl.el (tcl-omit-ws-regexp): Correctly handle cases
967 like `proc foo {a {b c} d} {'.
968 (tcl-mode): Make comment-start-skip more selective.
969
970 * info-xref.el (info-xref-check): Use line-beginning-position.
971 (info-xref-all-info-files): Cons a bit less.
972 (info-xref-check-buffer): Use push and replace-regexp-in-string.
973 (info-xref-output): Call insert only once.
974 (info-xref-whitespace): Remove.
975
976 2003-02-11 John Paul Wallington <jpw@gnu.org>
977
978 * ibuffer.el (toplevel): Don't require `font-lock';
979 require `font-core' instead, even though it is dumped.
980
981 * ibuf-ext.el (ibuffer-save-with-custom, ibuffer-add-to-tmp-hide)
982 (ibuffer-add-to-tmp-show): Doc fixes.
983
984 * language/tamil.el ("Tamil"): Doc fix.
985
986 2003-02-11 Juanma Barranquero <lektu@terra.es>
987
988 * language/vietnamese.el ("Vietnamese"): Fix typos.
989
990 * info-xref.el (info-xref-check-buffer): Fix typo.
991
992 * makefile.w32-in (DONTCOMPILE): Add malayalam.el and tamil.el.
993
994 2003-02-11 Kenichi Handa <handa@m17n.org>
995
996 * loadup.el: Load "language/malayalam" and "language/tamil".
997
998 2003-02-11 KAWABATA, Taichi <kawabata@m17n.org>
999
1000 * Makefile.in (DONTCOMPILE): Add malayalam.el and tamil.el.
1001
1002 * language/devan-util.el: Maintainer's mail address changed.
1003 (devanagari-composable-pattern): Add DANDA character.
1004 (dev-char-glyph): Add an entry for DANDA.
1005
1006 * language/devanagari.el: Maintainer's mail address changed.
1007
1008 * language/indian.el: Maintainer's mail address changed.
1009
1010 * language/ind-util.el (indian-dev-base-table): Table fixed.
1011 (indian-pnj-base-table): Table contents defined.
1012 (indian-gjr-base-table): Likewise.
1013 (indian-ori-base-table): Likewise.
1014 (indian-bng-base-table): Likewise.
1015 (indian-asm-base-table): Likewise.
1016 (indian-tlg-base-table): Likewise.
1017 (indian-knd-base-table): Likewise.
1018 (indian-mlm-base-table): Likewise.
1019 (indian-tml-base-table): Likewise.
1020 (indian-pnj-itrans-v5-hash, indian-gjr-itrans-v5-hash)
1021 (indian-ori-itrans-v5-hash, indian-bng-itrans-v5-hash)
1022 (indian-asm-itrans-v5-hash, indian-tlg-itrans-v5-hash)
1023 (indian-knd-itrans-v5-hash, indian-mlm-itrans-v5-hash)
1024 (indian-tml-itrans-v5-hash): New variables.
1025
1026 * language/malayalam.el: New file.
1027 * language/mlm-util.el: New file.
1028 * language/tamil.el: New file.
1029 * language/tml-util.el: New file.
1030
1031 2003-02-11 Kevin Ryde <user42@zip.com.au>
1032
1033 * info-xref.el: New file.
1034
1035 2003-02-10 Stefan Monnier <monnier@cs.yale.edu>
1036
1037 * textmodes/page-ext.el (pages-directory-mode-map): New.
1038 (pages-directory-map): Redefine as an varalias.
1039 (pages-directory-mode): Use new map var and run mode hook.
1040 (pages-directory-address-mode): Use define-derived-mode.
1041
1042 * textmodes/texinfmt.el (texinfo-format-iftex, texinfo-format-ifhtml)
1043 (texinfo-format-ifplaintext, texinfo-format-tex, texinfo-format-html)
1044 (texinfo-format-ifnotinfo, texinfo-format-titlepage)
1045 (texinfo-format-titlespec, texinfo-format-ignore, texinfo-if-set)
1046 (texinfo-if-clear): Use re-search-forward's return value.
1047 (texinfo-sort-startkeyfun, texinfo-format-buffer-1)
1048 (texinfo-format-region): Use line-{end,beginning}-position.
1049 (texinfo-append-refill, texinfo-alias): Use match-string-no-properties.
1050
1051 * emacs-lisp/eldoc.el (eldoc-echo-area-multiline-supported-p)
1052 (eldoc-use-idle-timer-p): Remove.
1053 (timer): Never require. It only works in current Emacs anyway.
1054 (eldoc-mode, eldoc-message, eldoc-display-message-p)
1055 (eldoc-docstring-format-sym-doc, eldoc-remove-command): Simplify.
1056
1057 * ffap.el (ffap-complete-as-file-p):
1058 Use minibuffer-completing-file-name.
1059
1060 * international/mule.el (load-with-code-conversion): Use push.
1061
1062 * font-core.el (font-lock-defontify): Use restore-buffer-modified-p.
1063
1064 * gud.el (gud-gdb-run-command-fetch-lines, gud-display-line):
1065 Use with-current-buffer and simplify.
1066
1067 * help-mode.el (help-xref-on-pp): Only add xref if the text
1068 is less than 5K.
1069
1070 * pcvs-parse.el (cvs-parse-table): "no longer in repo" does not
1071 make the file dead if we used the -n arg.
1072
1073 * emacs-lisp/cl-macs.el (process-get): Add setf method.
1074
1075 * server.el (server-previous-strings): Remove.
1076 (server-process-filter): Use (process-get 'previous-string) instead.
1077 (server-sentinel): Remove code made superfluous.
1078
1079 2003-02-10 Luc Teirlinck <teirllm@mail.auburn.edu>
1080
1081 * info.el (Info-follow-nearest-node): Implement new behavior.
1082
1083 2003-02-10 Juanma Barranquero <lektu@terra.es>
1084
1085 * progmodes/ebnf-otz.el (ebnf-optimize, ebnf-optimize1): Fix typo.
1086
1087 * progmodes/ebnf2ps.el (ebnf2ps): Fix typo.
1088 (ebnf-syntactic): Change group name and tag from "ebnf-syntatic".
1089 (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char)
1090 (ebnf-terminal-regexp, ebnf-case-fold-search)
1091 (ebnf-iso-alternative-p, ebnf-iso-normalize-p)
1092 (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not
1093 "ebnf-syntatic".
1094 (ebnf-optimize, ebnf-print-buffer, ebnf-print-region)
1095 (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-buffer)
1096 (ebnf-eps-region, ebnf-syntax-buffer, ebnf-syntax-region)
1097 (ebnf-generate-region): Fix typo.
1098
1099 2003-02-10 KAWABATA, Taichi <kawabata@m17n.org>
1100
1101 * language/ind-util.el (indian-itrans-v5-table): Add entries for
1102 "E" and "O".
1103
1104 2003-02-10 Martin Stjernholm <mast@lysator.liu.se>
1105
1106 * progmodes/cc-styles.el (c-set-offset): Don't find a default
1107 syntactic element through syntactic analysis if called outside
1108 a CC Mode buffer.
1109
1110 2003-02-09 Martin Stjernholm <mast@lysator.liu.se>
1111
1112 * progmodes/cc-mode.el (c-basic-common-init):
1113 Install `c-fill-paragraph' on `fill-paragraph-function'.
1114 Although it's not the normal way to call it in a CC Mode buffer it
1115 makes a direct call to `fill-paragraph' work better.
1116
1117 2003-02-08 Kim F. Storm <storm@cua.dk>
1118
1119 * printing.el (pr-get-symbol): Define during compile.
1120
1121 2003-02-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1122
1123 * printing.el: New file.
1124
1125 2003-02-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
1126
1127 * language/european.el ("French", "Slovenian"): Fix doc strings.
1128
1129 2003-02-06 John Paul Wallington <jpw@gnu.org>
1130
1131 * mail/rmailsum.el (rmail-summary-previous-msg): Add docstring.
1132 (rmail-summary-line-count-flag, rmail-summary-previous-labeled-message)
1133 (rmail-summary-next-labeled-message, rmail-summary-resend)
1134 (rmail-summary-override-mail-send-and-exit): Doc fixes.
1135
1136 2003-02-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
1137
1138 * language/european.el ("Italian"): New.
1139
1140 2003-02-06 Matthew Swift <swift@alum.mit.edu>
1141
1142 * dired.el (dired-move-to-filename-regexp): Support "K" suffix on
1143 "ls -alh" output.
1144
1145 2003-02-05 Juanma Barranquero <lektu@terra.es>
1146
1147 * font-lock.el (font-lock-reference-face): Add obsolescence
1148 declaration and remove redundant info from docstring.
1149
1150 * log-edit.el (cvs-commit-buffer-require-final-newline)
1151 (cvs-changelog-full-paragraphs): Likewise.
1152
1153 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
1154 (mouse-wheel-click-button): Likewise.
1155
1156 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): Likewise.
1157
1158 * vc.el (vc-annotate-display, vc-checkout-carefully): Likewise.
1159
1160 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
1161 (vc-header-alist): Likewise.
1162
1163 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Likewise.
1164
1165 * textmodes/outline.el (outline-visible): Likewise.
1166
1167 2003-02-05 Kim F. Storm <storm@cua.dk>
1168
1169 * ido.el (ido-define-mode-map):
1170 Undo last change (duplicates part of 2003-02-04 change).
1171 Remap `viper' delete commands only in file or dir mode.
1172
1173 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1174
1175 * ido.el (ido-define-mode-map): Interact with Viper.
1176
1177 2003-02-05 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1178
1179 * net/tramp.el: Version 2.0.29 released.
1180 (tramp-send-region): Protect against tramp-chunksize being nil.
1181 (tramp-chunksize): Set default to 500 as workaround for some ssh
1182 connections.
1183 (tramp-handle-directory-file-name): New implementation. Not sure
1184 if it works.
1185 (tramp-md5-function): Require md5 before checking function md5.
1186 If using md5-encode, put wrapper around it that converts vector of
1187 bytes to ascii text.
1188 (top-level): Avoid byte-compiler warnings of unused variables if
1189 the byte-compiler supports this. This is for the
1190 with-parsed-tramp-file-name macro which is wont to produce such stuff.
1191
1192 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de>
1193
1194 * net/tramp.el (tramp-handle-directory-file-name): Handle the case
1195 PATH is "".
1196 (tramp-completion-handle-file-name-all-completions):
1197 Define `tramp-current-user' locally. See `tramp-parse-passwd'.
1198 (tramp-parse-passwd): For su-alike methods it would be desirable
1199 to return "root@localhost" as default. Unfortunately, we have no
1200 information whether any user name has been typed already. So we
1201 (mis-)use tramp-current-user as indication, assuming it is set in
1202 `tramp-completion-handle-file-name-all-completions'.
1203 (tramp-send-region): Handle the case `tramp-chunksize' is equal 0.
1204 I did it accidently. Infinite loop ...
1205 (tramp-get-device): `tramp-make-tramp-file-name' must not be
1206 called with NIL path. It fails in case of multi-method.
1207 (tramp-file-name-for-operation): Apply `expand-file-name' for
1208 relative file names only. Otherwise there might be problems if
1209 the default directory is another Tramp directory as the directory
1210 the file is based on.
1211 (tramp-find-foreign-file-name-handler): Check whether FILENAME is
1212 a Tramp file name. It isn't if it comes from an expanded file
1213 name (like "/xx:yy//zz").
1214 (tramp-devices): New variable. Keeps virtual device numbers.
1215 Devices must distinguish physical file systems. The device
1216 numbers provided by "lstat" aren't unique, because we operate on
1217 different hosts. So we use virtual device numbers, generated by
1218 `tramp-get-device'. Both Ange-FTP and EFS use device number -1.
1219 In order to be different, we use device number (-1 x), whereby "x"
1220 is unique for a given (multi-method method user host).
1221 Suggested by Kai.
1222 (tramp-perl-file-attributes): Always return device number -1.
1223 There will be a virtual device number set in
1224 `tramp-handle-file-attributes', which replaces this one.
1225 (tramp-handle-file-attributes): Set virtual device number.
1226 (tramp-get-device): New function. Returns the virtual device
1227 number. If it doesn't exist, generate a new one.
1228 (tramp-handle-file-regular-p): Use Emacs file name primitives
1229 instead of calling tramp-handle-* equivalents directly.
1230 Needed for tramp-smb.
1231 (tramp-completion-function-alist-ssh): Add parsing of
1232 "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai.
1233 (tramp-completion-function-alist, tramp-set-completion-function):
1234 Doc string update.
1235 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions.
1236 Provide parsing of "~/.ssh/config" style files.
1237 (tramp-completion-handle-expand-file-name):
1238 Apply `tramp-drop-volume-letter'. Otherwise, there are problems
1239 on W32 systems.
1240 (tramp-completion-mode): Perform check (integerp last-input-event)
1241 before (event-modifiers last-input-event) -- there might be
1242 problems if `last-input-event' is a mouse event.
1243 (tramp-parse-rhosts, tramp-parse-shosts)
1244 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc):
1245 Use `file-readable-p' instead of `file-exists-p'. Otherwise these
1246 functions might block. Reported by <kin@neoscale.com>.
1247
1248 * net/tramp-ftp.el (top-level): eval-after-load "ange-ftp"
1249 '(tramp-disable-ange-ftp). Suggested by Kai.
1250 (tramp-ftp-file-name-handler): `tramp-disable-ange-ftp' not needed
1251 any longer.
1252 (top-level): Defaults for `tramp-default-method-alist' must be a list.
1253
1254 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1255 Apply `tramp-handle-directory-file-name'.
1256 (tramp-smb-handle-file-attributes): Apply `tramp-get-device'.
1257 ATIME and CTIME are (0 0) now (= "don't know"), which is more honest.
1258 (tramp-smb-handle-make-directory): Use Emacs file name primitives
1259 instead of calling tramp-smb-handle-* equivalents directly.
1260 (tramp-smb-read-file-entry): Return size as a number, not a string.
1261 (top-level): Defaults for `tramp-default-method-alist' must be a list.
1262
1263 2003-02-05 Stefan Monnier <monnier@cs.yale.edu>
1264
1265 * completion.el (eval-when-compile-load-eval, completion-eval-when)
1266 (cmpl-read-time-eval, minibuffer-window-selected-p): Remove.
1267 (completion-min-length, completion-max-length)
1268 (completion-prefix-min-length): Don't hard-code the default value
1269 when byte-compiling.
1270 (complete): Inline minibuffer-window-selected-p.
1271
1272 2003-02-04 Richard M. Stallman <rms@gnu.org>
1273
1274 * term.el (term-raw-map): Set it up at load time.
1275 (term-char-mode): Don't set up term-raw-map here.
1276 (term-set-escape-char): Don't set up C-x subcommand.
1277 (term-ansi-face-already-done): Renamed from
1278 term-ansi-face-alredy-done.
1279 (term-command-hook): Avoid error if STRING is empty.
1280 (term, term-mode): Doc fixes.
1281
1282 * term.el: Redesign handling of colors and faces.
1283 Delete all the faces that this mode used to make.
1284 (ansi-term-color-vector): New variable.
1285 (ansi-term-fg-faces-vector, ansi-term-bg-faces-vector)
1286 (ansi-term-inv-bg-faces-vector, ansi-term-inv-fg-faces-vector):
1287 Variables deleted.
1288 (term-default-fg-color, term-default-bg-color): Use defcustom.
1289 (term-handle-colors-array): Use ansi-term-color-vector,
1290 and specify face attributes rather than faces in `face' property.
1291
1292 * term.el (term-ansi-fg-faces-vector, term-ansi-bg-faces-vector)
1293 (term-ansi-inv-fg-faces-vector, term-ansi-inv-bg-faces-vector)
1294 (term-ansi-reverse-faces-vector): Delete unused variables.
1295 (term-ignore-error): Delete macro.
1296
1297 * simple.el (back-to-indentation): Skip all whitespace
1298 except for newlines.
1299
1300 * files.el (find-alternate-file): Handle dired-directory
1301 like buffer-file-name.
1302
1303 * dired.el (dired-find-buffer-nocreate): Avoid error if
1304 dired-directory is nil.
1305
1306 2003-02-04 Juanma Barranquero <lektu@terra.es>
1307
1308 * image.el (image-type-regexps): Fix typo.
1309
1310 * international/characters.el: Restore missing space and put a
1311 comment to protect it from being deleted as trailing whitespace.
1312
1313 * ruler-mode.el (ruler-mode-margins-char): Likewise.
1314
1315 2003-02-04 Francesco Potort\e,Al\e(B <pot@gnu.org>
1316
1317 * mail/rmailout.el (rmail-output): If preserving MIME-version,
1318 preserve Content-type too.
1319
1320 2003-02-04 Kim F. Storm <storm@cua.dk>
1321
1322 * ido.el (ido-define-mode-map): Remap viper delete char/word
1323 commands to their ido specific equivalents. Disable ESC in
1324 viper mode (to avoid exiting insert mode), since ido doesn't
1325 work in viper command mode.
1326 (ido-delete-backward-updir, ido-delete-backward-word-updir):
1327 Handle remapped viper commands.
1328
1329 2003-02-03 Juanma Barranquero <lektu@terra.es>
1330
1331 * calculator.el (calculator): Don't use the minibuffer even in
1332 electric mode; use a private buffer and display it in the minibuffer
1333 window using `set-window-buffer'.
1334
1335 2003-02-03 Dave Love <fx@gnu.org>
1336
1337 * emacs-lisp/benchmark.el: New.
1338
1339 2003-02-02 Andreas Schwab <schwab@suse.de>
1340
1341 * progmodes/asm-mode.el (asm-font-lock-keywords): Allow arbitrary
1342 words separated by dots. Match optional parenthesized word at
1343 start of line.
1344
1345 * font-lock.el
1346 (font-lock-match-c-style-declaration-item-and-skip-to-next):
1347 Don't require underscore in word before double open-paren.
1348
1349 2003-02-02 John Paul Wallington <jpw@gnu.org>
1350
1351 * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
1352
1353 2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
1354
1355 * time-stamp.el: Tweak doc strings and preamble commentary.
1356 (time-stamp): Fix parsing of "%%a" in time-stamp-pattern (change
1357 regexp subpattern 5)
1358 (time-stamp-pattern): Initialize to nil to avoid regexp work in
1359 default case.
1360 (time-stamp-string): Call set-time-zone-rule instead of setenv
1361 (time-stamp-hhmmss): Remove (not needed after all).
1362 (time-stamp-month-dd-yyyy, time-stamp-dd/mm/yyyy)
1363 (time-stamp-mon-dd-yyyy, time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
1364 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd, time-stamp-yymmdd)
1365 (time-stamp-hh:mm:ss, time-stamp-hhmm): Make obsolete.
1366
1367 2003-01-31 Stefan Monnier <monnier@cs.yale.edu>
1368
1369 * cus-edit.el (custom-unlispify-menu-entry): Use with-current-buffer.
1370 (custom-save-variables): Use dolist, simplify.
1371 Output a message if a `requests' entry looks suspicious.
1372 (custom-save-faces): Use dolist, simplify.
1373
1374 2003-01-31 Christoph Wedler <Christoph.Wedler@sap.com>
1375
1376 * antlr-mode.el: Bug fixes, miscellaneous.
1377 (antlr-mode): Make major mode work with cc-mode-5.29 or higher,
1378 make it more rubust against changes in cc-mode's style variables
1379 by using `boundp' and function `c-init-language-vars' if defined.
1380 (antlr-c++-mode-extra): Only ask if language is not "Cpp".
1381 (antlr-read-value): With completion, ignore case.
1382 (antlr-run-tool-interactive): New function.
1383 (antlr-run-tool): Use it for `interactive' specification.
1384
1385 * antlr-mode.el: Simplify Emacs/XEmacs compatibility.
1386 (cond-emacs-xemacs): New compile-time macro.
1387 (defunx): New compile-time macro.
1388 (ignore-errors-x): New compile-time macro.
1389 (save-buffer-state-x): New compile-time macro.
1390
1391 (antlr-scan-sexps, antlr-simple-scan-sexps): Deletia.
1392 (antlr-scan-lists, antlr-simple-scan-sexps): Deletia.
1393 (antlr-simple-default-directory): Deletia.
1394 (antlr-default-directory): Define directly.
1395 (antlr-simple-read-shell-command): Deletia.
1396 (antlr-read-shell-command): Define directly.
1397 (antlr-simple-with-displaying-help-buffer): Deletia.
1398 (antlr-with-displaying-help-buffer): Define directly.
1399 (antlr-fast-invalidate-context-cache): Deletia.
1400 (antlr-slow-invalidate-context-cache): Deletia.
1401 (antlr-invalidate-context-cache): Define directly.
1402 (antlr-fast-syntactic-context): Deletia.
1403 (antlr-slow-syntactic-context): Deletia.
1404 (antlr-syntactic-context): Define directly.
1405
1406 (antlr-mode-menu): Use new macros.
1407 (antlr-font-lock-additional-keywords): Ditto.
1408 (antlr-skip-sexps): Ditto.
1409 (antlr-end-of-rule): Ditto.
1410 (antlr-beginning-of-rule): Ditto.
1411 (antlr-end-of-body): Ditto.
1412 (antlr-beginning-of-body): Ditto.
1413 (antlr-hide-actions): Ditto.
1414 (antlr-option-kind): Ditto.
1415
1416 * antlr-mode.el: In Emacs, use face attribute :weight, not :bold.
1417 (antlr-font-lock-keyword-face): Use new macros.
1418 (antlr-font-lock-syntax-face): Ditto.
1419 (antlr-font-lock-ruledef-face): Ditto.
1420 (antlr-font-lock-tokendef-face): Ditto.
1421 (antlr-font-lock-literal-face): Ditto.
1422
1423 Changes from 2002-05-24:
1424
1425 * antlr-mode.el: Version 2.2a.
1426
1427 Changes from 2002-05-03:
1428
1429 * antlr-mode.el: Make context parsing faster on Emacs, for faster
1430 syntax highlighting, indentation and imenu support.
1431 Suggested by Aaron Davies <adavies42@users.sourceforge.net>.
1432 (antlr-slow-context-cache): New variable.
1433 (antlr-slow-syntactic-context): Use cache.
1434 (antlr-slow-cache-enabling-symbol): New internal variable.
1435 (antlr-slow-cache-diff-threshold): New variable.
1436 (antlr-fast-invalidate-context-cache): Renamed from
1437 antlr-xemacs-bug-workaround.
1438 (antlr-imenu-create-index-function): Search from beginning.
1439
1440 * antlr-mode.el: More sophisticated indentation, i.e., use the
1441 indentation engine of cc-mode for most actions.
1442 (antlr-c-common-init): Allow nil for `antlr-indent-style'.
1443 (antlr-indent-line): Use indentation engine of cc-mode more often.
1444 (antlr-indent-at-bol-alist): Only used for header actions.
1445 (antlr-disabling-cc-syntactic-symbols): New variable.
1446 (antlr-indent-item-regexp): Delete stuff for actions.
1447 (antlr-indent-at-bol-alist): With language "Java", indent
1448 "package" and "import" at column 0 in header part.
1449
1450 * antlr-mode.el (antlr-simple-default-directory): Define.
1451 (antlr-simple-read-shell-command): Define.
1452 (antlr-simple-with-displaying-help-buffer): Define.
1453 (antlr-simple-scan-sexps, antlr-simple-scan-lists):
1454 Renamed from antlr-scan-{sexps,lists}-internal.
1455
1456 Changes from 2002-02-28:
1457
1458 * antlr-mode: Version 2.2 is released.
1459
1460 * antlr-mode.el (antlr): Moved to SourceForge.net
1461
1462 * antlr-mode.el: Minor bug fixes: insert options and indentation.
1463 (antlr-option-location): Don't use point as position where to
1464 insert options if point is in comment.
1465 (antlr-mode): Don't set style here.
1466 (antlr-c-common-init): Set style here. If boundp, set
1467 `c-current-comment-prefix' to not break indentation in comments.
1468 Hm, I should probably split `c-common-init' from cc-mode into two
1469 parts, one of which I could use for antlr-mode.el.
1470
1471 Changes from 2002-01-31:
1472
1473 * antlr-mode.el (antlr-font-lock-additional-keywords):
1474 Also hightlight `~' with `antlr-font-lock-syntax-face'.
1475 Suggested by Helmut Neukirchen <neukirchen@itm.mu-luebeck.de>.
1476
1477 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com>
1478
1479 * comint.el:
1480 * dired-aux.el:
1481 * dired.el:
1482 * dirtrack.el:
1483 * dos-w32.el:
1484 * fast-lock.el:
1485 * filecache.el:
1486 * files.el:
1487 * hippie-exp.el:
1488 * international/mule.el:
1489 * net/browse-url.el:
1490 * pcomplete.el:
1491 * recentf.el:
1492 * shell.el:
1493 * woman.el: Added cygwin to system-type comparisons.
1494
1495 2003-01-31 Francesco Potort\e,Al\e(B <pot@gnu.org>
1496
1497 * mail/undigest.el (rmail-forward-separator-regex): New custom
1498 variable.
1499 (unforward-rmail-message): Use it.
1500
1501 2003-01-30 Dave Love <fx@gnu.org>
1502
1503 * textmodes/ispell.el (lookup-words): Fix last change.
1504
1505 2003-01-29 John Paul Wallington <jpw@gnu.org>
1506
1507 * font-lock.el (lisp-font-lock-keywords-1): Match `deftheme'.
1508
1509 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
1510 `deftheme'. Fix docstring offsets for `define-ibuffer-filter' and
1511 `define-ibuffer-sorter'.
1512 (lisp-imenu-generic-expression): Add `deftheme' to types.
1513
1514 * custom.el (customize-mark-to-save, customize-mark-as-set)
1515 (custom-remove-theme): Doc fixes.
1516
1517 2003-01-29 Didier Verna <didier@xemacs.org>
1518
1519 * cus-edit.el (custom-save-variables): Also save non theme'd ones.
1520 * cus-edit.el (custom-save-faces): Ditto.
1521
1522 2003-01-29 Juanma Barranquero <lektu@terra.es>
1523
1524 * composite.el (decompose-composite-char): Fix docstring.
1525
1526 * select.el (x-set-cut-buffer): Fix docstring. Check type with
1527 `stringp' instead of `substring'.
1528
1529 * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer
1530 file name if no other master file is located.
1531
1532 * progmodes/cperl-mode.el (cperl-beautify-level)
1533 (cperl-beautify-regexp): Fix use of `prefix-numeric-value'.
1534 (cperl-calculate-indent): Fix typo.
1535
1536 2003-01-29 Taro Kawagishi <tarok@transpulse.org>
1537
1538 * arc-mode.el (archive-lzh-summarize): Fix previous change.
1539
1540 2003-01-29 Kim F. Storm <storm@cua.dk>
1541
1542 * emacs-lisp/authors.el: New format of AUTHORS file; list each
1543 author name once followed by contributed and changed files.
1544 Improve selection of entries to include in list, and generate list
1545 of unrecognized entries indicating syntax errors in ChangeLog files.
1546 (authors-coding-system): New variable.
1547 (authors-many-files): Update doc string.
1548 (authors-aliases): Change format. Now one entry with multiple
1549 aliases per author.
1550 (authors-valid-file-names, authors-renamed-files-alist)
1551 (authors-renamed-files-regexps): New variables.
1552 (authors-canonical-file-name): New function. Validates that file
1553 exists or occurs in one of the above lists. Record unrecognized
1554 file names in global authors-invalid-file-names list.
1555 (authors-add): Change to record per-change counts.
1556 (authors-canonical-author-name): Handle new format of
1557 authors-aliases list.
1558 (authors-scan-change-log): Rename FILE arg to LOG-FILE.
1559 Change doc string to describe new entry format.
1560 Only add author entries for valid file names.
1561 (authors-print): Replace by authors-add-to-author-list.
1562 (authors-add-to-author-list): New function which reorders
1563 per-file entries and adds them to global authors-author-list.
1564 (authors): Instead of authors-print to insert in *Authors* buffer,
1565 use authors-add-to-author-list to reorder the list and then
1566 insert result in *Authors* buffer with new format.
1567 Generate *Authors Errors* compilation-mode buffer listing
1568 unrecognized ChangeLog entries.
1569
1570 2003-01-28 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
1571
1572 * term/mac-win.el: Add entries in function-key-map for
1573 [tab], [backspace], [escape].
1574
1575 2003-01-28 Kim F. Storm <storm@cua.dk>
1576
1577 * info.el (Info-extract-menu-node-name): Another fix for
1578 2003-01-24 change. Also stop search if : is followed by TAB.
1579
1580 2003-01-28 John Paul Wallington <jpw@gnu.org>
1581
1582 * ibuf-ext.el (ibuffer-yank-filter-group): Move check for empty
1583 `ibuffer-filter-group-kill-ring' out of `interactive' declaration.
1584
1585 2003-01-28 Martin Stjernholm <bug-cc-mode@gnu.org>
1586
1587 * progmodes/cc-vars.el, progmodes/cc-mode.el
1588 (c-require-final-newline): Made this variable an alist to
1589 specify a value for each language. The default value causes
1590 `require-final-newline' to be set to t only in languages where
1591 the standard requires a final newline.
1592
1593 2003-01-27 Kim F. Storm <storm@cua.dk>
1594
1595 * simple.el (kill-new): Improve doc string for yank-handler.
1596 Signal args-out-of-range error if yank-handler is specified for
1597 an empty string.
1598
1599 * subr.el (insert-for-yank): Remove COMMAND element from yank handler.
1600
1601 2003-01-27 Dave Love <fx@gnu.org>
1602
1603 * dired-x.el (dired-filename-at-point): Fix last change and tidy up.
1604
1605 * thingatpt.el (thing-at-point-file-name-chars):
1606 Include non-ASCII again and re-write the filename ops.
1607
1608 2003-01-27 David Ponce <david@dponce.com>
1609
1610 * makefile.w32-in (update-subdirs-SH): Create lisp/subdirs.el.
1611
1612 2003-01-27 Juanma Barranquero <lektu@terra.es>
1613
1614 * filesets.el (filesets-file-open): Fix typo.
1615
1616 * vcursor.el (vcursor-disable): Likewise.
1617
1618 * eshell/esh-cmd.el (eshell-separate-commands): Likewise.
1619
1620 * progmodes/cc-styles.el (c-make-styles-buffer-local): Likewise.
1621
1622 * progmodes/cc-vars.el (c-offsets-alist): Likewise.
1623
1624 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Likewise.
1625
1626 2003-01-26 Martin Stjernholm <bug-cc-mode@gnu.org>
1627
1628 * progmodes/cc-vars.el, progmodes/cc-mode.el
1629 (c-require-final-newline): Add a variable to make the
1630 initialization of `require-final-newline' more configurable.
1631
1632 2003-01-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1633
1634 * emacs-lisp/authors.el (authors-aliases): Add Jan D.
1635 Set iso-2022-7bit coding: cookie.
1636
1637 2003-01-26 Kim F. Storm <storm@cua.dk>
1638
1639 * info.el (Info-extract-menu-node-name): Fix 2003-01-24 change.
1640 Don't search for next colon if current colon is followed by
1641 one of ".", ",", ";", or ")".
1642 (info-insert-file-contents) [!MSDOS]: Avoid byte-compiler warning.
1643 (Info-find-node) [!MSDOS]: Avoid byte-compiler warning.
1644
1645 2003-01-26 Richard M. Stallman <rms@gnu.org>
1646
1647 * thingatpt.el (thing-at-point-file-name-chars): Undo previous change.
1648
1649 2003-01-25 Bill Wohler <wohler@newt.com>
1650
1651 * mh-e: Created directory. ChangeLog will appear in a week when we
1652 release version 7.2.
1653
1654 * mail/mh-alias.el, mail/mh-comp.el, mail/mh-customize.el, mail/mh-e.el,
1655 mail/mh-funcs.el, mail/mh-identity.el, mail/mh-index.el,
1656 mail/mh-loaddefs.el, mail/mh-mime.el, mail/mh-pick.el,
1657 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
1658 mail/mh-xemacs-compat.el: Moved to mh-e directory.
1659 Note that reply2.pbm and reply2.xpm, which were created by the
1660 MH-E package, were left in mail since they can probably be used by
1661 other mail packages.
1662
1663 * makefile.w32-in (WINS): Add mh-e.
1664
1665 * makefile.nt (WINS): Add mh-e.
1666
1667 2003-01-25 Richard M. Stallman <rms@gnu.org>
1668
1669 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1670 Compile any lambda-expressions among the args.
1671
1672 * view.el (view-mode): Doc fix.
1673
1674 * ido.el: Many doc fixes.
1675 (ido-complete): Fix message.
1676
1677 2003-01-25 Taro Kawagishi <tarok@transpulse.org>
1678
1679 * arc-mode.el (archive-unixdate): Correct the date field string.
1680 (archive-lzh-summarize): Extend it to allow the LZH level 2 header
1681 type (which is most prevalent now), in addition to the already
1682 supported level 0 and 1 header types.
1683
1684 2003-01-25 Markus Rost <rost@math.ohio-state.edu>
1685
1686 * international/mule-cmds.el (set-language-info)
1687 (current-language-environment): Simplify setting the type of
1688 current-language-environment.
1689
1690 2003-01-25 Kim F. Storm <storm@cua.dk>
1691
1692 * emulation/cua-base.el (cua--init-keymaps): Move C-S-x and C-S-c
1693 bindings from cua--cua-keys-keymap to cua--region-keymap, as they are
1694 only needed when the region is active. This also makes the output
1695 from C-h b look normal when cua-mode is enabled (no C-S-x/c bindings).
1696
1697 2003-01-25 Michael Kifer <kifer@cs.stonybrook.edu>
1698
1699 * ediff.el (ediff-revision): Better defaults.
1700
1701 * ediff-vers.el (ediff-vc-latest-version): New function.
1702 (ediff-vc-internal): Use latest version instead of working version.
1703
1704 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
1705
1706 * info.el (Info-extract-menu-node-name): When looking for end of menu
1707 item, don't stop at first ":"; instead, continue until trailing
1708 context is either a space or newline.
1709 (Info-complete-menu-item): Var `pattern': allow ":" in menu item.
1710 (Info-menu): Likewise, for regexp used in backwards search.
1711 (Info-try-follow-nearest-node): Remove case added in previous edit.
1712 Change regexp in the following case to allow ":" in menu item.
1713 (Info-fontify-node): Fix bug: Handle `next-property-change' returning
1714 point-max as "hasn't already been done".
1715
1716 2003-01-24 Thien-Thi Nguyen <ttn@gnu.org>
1717
1718 * info.el (Info-try-follow-nearest-node): Add case: Handle menu item
1719 terminated by ": " as an index entry.
1720
1721 2003-01-24 Juanma Barranquero <lektu@terra.es>
1722
1723 * isearch.el (isearch-forward): Fix typo.
1724
1725 2003-01-24 Kenichi Handa <handa@m17n.org>
1726
1727 * international/mule.el (decode-coding-inserted-region):
1728 Rename from decode-coding-region-as-inserted-from-file to make it fit
1729 well in the Lisp manual.
1730
1731 * jka-compr.el (jka-compr-insert-file-contents):
1732 Call docode-coding-inserted-region.
1733
1734 2003-01-24 John Paul Wallington <jpw@gnu.org>
1735
1736 * ibuffer.el (ibuffer-window-list): Remove.
1737 (ibuffer-confirm-operation-on): Use `window-list' instead.
1738 (ibuffer-load-hook): New customizable variable.
1739 (toplevel): Run it.
1740 (ibuffer-customize): New command.
1741 (ibuffer-mode-map): Bind it.
1742 (ibuffer-mode-map): Add menu seperator in View>Sort menu.
1743 (ibuffer-mode): Tidy.
1744 (ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
1745 (ibuffer-default-directory, ibuffer-default-sorting-mode)
1746 (ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
1747 (ibuffer-map-lines): Doc fixes.
1748
1749 * ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
1750 filenames. Use `kill-new'.
1751
1752 2003-01-23 Dave Love <fx@gnu.org>
1753
1754 * abbrev.el (write-abbrev-file): Simplify, and put a coding cookie
1755 in the file.
1756
1757 2003-01-23 Masatake YAMATO <jet@gyve.org>
1758
1759 * progmodes/asm-mode.el (asm-mode): Add syntax table entries for
1760 /* */ comments.
1761
1762 2003-01-23 Kenichi Handa <handa@m17n.org>
1763
1764 * files.el (insert-directory): Read the output of "ls" by
1765 no-conversion, and decode it later while preserving
1766 `dired-filename' property.
1767
1768 2003-01-23 Markus Rost <rost@math.ohio-state.edu>
1769
1770 * descr-text.el (describe-text-mode-hook): Add a group.
1771
1772 2003-01-23 John Paul Wallington <jpw@shootybangbang.com>
1773
1774 * term/mac-win.el (interprogram-paste-function): Handle empty
1775 clipboard.
1776
1777 2003-01-22 Aubrey Jaffer <agj@alum.mit.edu> (tiny change)
1778
1779 * info.el (Info-index): Change pattern so that index entries with
1780 colons can be read properly; also, require at least one space
1781 after the colons, which makeinfo puts in.
1782
1783 2003-01-22 Andreas Schwab <schwab@suse.de>
1784
1785 * jka-compr.el (jka-compr-insert-file-contents): Fix typo in last
1786 change.
1787
1788 2003-01-22 Markus Rost <rost@math.ohio-state.edu>
1789
1790 * Makefile.in (bootstrap-after): New target.
1791 (bootstrap): Move finder-data, custom-deps to bootstrap-after.
1792
1793 2003-01-22 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
1794
1795 * info.el (Info-index-next): Use "(`,' tries to find next)" for
1796 more matches for consistency with standalone info browser.
1797
1798 2003-01-22 Kenichi Handa <handa@m17n.org>
1799
1800 * international/mule.el
1801 (decode-coding-region-as-inserted-from-file): New function.
1802
1803 * jka-compr.el (jka-compr-insert-file-contents): Read a process
1804 output without decoding. Decode the result by
1805 decode-coding-region-as-inserted-from-file.
1806
1807 2003-01-22 Kim F. Storm <storm@cua.dk>
1808
1809 * ido.el (ido-make-file-list, ido-make-dir-list): Don't move
1810 visited directories to end of list; it's the wrong thing to do if
1811 we want to find a file or directory in such directories.
1812
1813 * simple.el: Doc fixes.
1814 * subr.el: Doc fixes.
1815
1816 2003-01-20 Nick Roberts <nick@nick.uklinux.net>
1817
1818 * gud.el (gud-display-line): If the current file is newer than its
1819 buffer, offer to reread the file.
1820 (gud-keep-buffer): New buffer local variable. Ensures offer to
1821 reread file is made just once.
1822
1823 2003-01-20 Stefan Monnier <monnier@cs.yale.edu>
1824
1825 * emacs-lisp/regexp-opt.el (regexp-opt-group): Undo last change.
1826 Fix the docstring instead.
1827
1828 2003-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
1829
1830 * calendar/calendar.el (calendar-only-one-frame-setup): Autoload it.
1831
1832 2003-01-20 Richard M. Stallman <rms@gnu.org>
1833
1834 * simple.el (completion-setup-function): Set default-directory
1835 in the minibuffer, so it'll be copied into the completion list buffer.
1836
1837 * emacs-lisp/regexp-opt.el (regexp-opt-group): Compute HALF2 properly.
1838
1839 * loadup.el (load-path): Rename `path' local var.
1840
1841 * progmodes/octave-mod.el (octave-mode-map): Change C-c i bindings
1842 to C-c C-i. Duplicate its bindings with last char a ctl char.
1843 Also change C-c f to C-c C-f.
1844
1845 2003-01-20 Markus Rost <rost@math.ohio-state.edu>
1846
1847 * ls-lisp.el (ls-lisp-use-insert-directory-program): Make default
1848 value system dependent.
1849 (ls-lisp-support-shell-wildcards): Add autoload cookie.
1850
1851 2003-01-19 Kim F. Storm <storm@cua.dk>
1852
1853 * msb.el: Use `dir' instead of `path' everywhere.
1854
1855 2003-01-18 Kim F. Storm <storm@cua.dk>
1856
1857 * simple.el (kill-new, kill-append, kill-region):
1858 New optional parameter yank-handler.
1859 (yank-excluded-properties): Add yank-handler to list.
1860 (yank-undo-function): New variable.
1861 (yank): Use it to undo previous yank or yank-pop command.
1862 Allow insert-for-yank to override this-command.
1863
1864 * subr.el (insert-for-yank): Arg list changed; now only accepts one
1865 string rather than any number of strings; no callers needed change.
1866 Use yank-handler text property on the arg string.
1867 Set yank-undo-function variable appropriately for yank-pop.
1868
1869 2003-01-18 Stefan Monnier <monnier@cs.yale.edu>
1870
1871 * textmodes/fill.el (fill-comment-paragraph): Fix simplistic
1872 regexp-concatenation.
1873
1874 * add-log.el (add-change-log-entry): Don't leave space at eol.
1875 (add-log-current-defun): Perl functions names can't have (or {.
1876
1877 * progmodes/sh-script.el (sh-indent-line): Use indent-line-to.
1878 (sh-non-closing-paren): New const.
1879 (sh-case, sh-while-getopts): Use it to make props non-sticky.
1880 (sh-add-completer): Use test-completion.
1881
1882 2003-01-18 Vasily Korytov <deskpot@myrealbox.com> (tiny change)
1883
1884 * progmodes/cperl-mode.el: Don't make faces depend on window-system.
1885
1886 2003-01-18 Markus Rost <rost@math.ohio-state.edu>
1887
1888 * cus-edit.el (customize-changed-options): Undo last doc change.
1889
1890 2003-01-17 Stefan Monnier <monnier@cs.yale.edu>
1891
1892 * skeleton.el (skeleton-internal-list, skeleton-internal-1):
1893 Don't treat \n specially in sub-skeletons.
1894
1895 2003-01-17 Dave Love <fx@gnu.org>
1896
1897 * international/ucs-tables.el: Redo 8859-6 change in the right place.
1898
1899 2003-01-17 Kenichi Handa <handa@m17n.org>
1900
1901 * international/fontset.el: Don't setup the default fontset and
1902 font-encoding-alist at the top level.
1903 (setup-default-fontset): New function.
1904 (create-fontset-from-fontset-spec): Delete autoload cookie.
1905
1906 * term/x-win.el: Require fontset unconditionally again.
1907 Call setup-default-fontset at the top level.
1908
1909 * term/w32-win.el: Call setup-default-fontset.
1910
1911 * term/mac-win.el: Require fontset and call setup-default-fontset.
1912
1913 2003-01-16 Stefan Monnier <monnier@cs.yale.edu>
1914
1915 * textmodes/fill.el (fill-region-as-paragraph): Only erase `hard'
1916 property until end-of-paragraph.
1917
1918 2003-01-16 Kenichi Handa <handa@m17n.org>
1919
1920 * international/ucs-tables.el: Undo the last change.
1921
1922 2003-01-15 Dave Love <fx@gnu.org>
1923
1924 * thingatpt.el (thing-at-point-file-name-chars): Include non-ASCII
1925 and use documented treatment of -.
1926
1927 * dired-x.el (dired-filename-at-point): Fix filename-chars.
1928
1929 * international/ucs-tables.el: Set up tables for 8859-6.
1930
1931 * server.el (server-window): Customize.
1932 (server-mode): New.
1933 (server-unload-hook): Call server-start.
1934
1935 2003-01-15 John Wiegley <johnw@gnu.org>
1936
1937 * eshell/em-hist.el (eshell-save-history-on-exit):
1938 Rename `eshell-ask-to-save-history' to `eshell-save-history-on-exit',
1939 because the former name is somewhat unrelated to the variables'
1940 possible values.
1941
1942 2003-01-15 Deepak Goel <deego@gnufans.org>
1943
1944 * calc/README: Add new maintainer.
1945
1946 * calc/*: Ditto.
1947
1948 * calc/calc.el (calc-bug-address): Change address to deego@gnufans.org.
1949
1950 2003-01-15 Andrew Innes <andrewi@gnu.org>
1951
1952 * makefile.w32-in (loaddefs.el): Invoke make to build stub file
1953 using appropriate rule for build environment.
1954 (loaddefs.el-SH, loaddefs.el-CMD): New targets. Include small set
1955 of autoloads and defvars, sufficient to dump bootstrap emacs.
1956 (update-subdirs-SH): Use hard-coded list of top-level lisp
1957 subdirs, because find program on Windows is not compatible with
1958 Unix find.
1959 (compile-CMD, compile-SH): Use `batch-byte-compile-if-not-done'.
1960 Explicitly load loaddefs.el so that bootstrap emacs can compile
1961 properly.
1962 (bootstrap-clean): Add dependency on loaddefs.el, to ensure
1963 minimal stub sufficient for dumping bootstrap emacs is available.
1964
1965 * loadup.el: Include lisp/textmodes in load-path for bootstrap
1966 emacs, to resolve ispell menu reference.
1967
1968 2003-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> (tiny change)
1969
1970 * international/mule.el (optimize-char-coding-system-table):
1971 Optimize it.
1972
1973 * term/mac-win.el: Setup the fontset "fontset-mac" correctly.
1974
1975 2003-01-14 Stefan Monnier <monnier@cs.yale.edu>
1976
1977 * pcvs-info.el (cvs-fileinfo-from-entries): Deal with Solaris'
1978 occasional use of "05" rather than " 5" for day-of-month.
1979
1980 * log-view.el (log-view-message-re): The rev might be locked.
1981
1982 2003-01-14 Nick Roberts <nick@nick.uklinux.net>
1983
1984 * gdb-ui.el: Improve commentary.
1985 (gdb-window-height, gdb-window-width, gdb-display-number-end):
1986 Customize the dimensions of frames for displayed expressions.
1987 (gdb-error-begin): Comment out because it is not used because of
1988 bug/quirk in annotations.
1989 (gdb-reset): Use with-current-buffer.
1990
1991 2003-01-14 Kim F. Storm <storm@cua.dk>
1992
1993 * ido.el (ido-read-internal, ido-file-internal)
1994 (ido-copy-current-file-name, ido-wide-find-dirs-or-files):
1995 Don't use `path' as name of local variables holding a file name.
1996
1997 * arc-mode.el (archive-arc-rename-entry): Fix error message.
1998 (archive-lzh-summarize): Rename local var `path' to `dir'.
1999 (archive-unique-fname) [!MSDOS]: Avoid byte-compiler warning.
2000
2001 * dired.el: Doc fixes.
2002 * dired-aux.el: Rename `whole-path' to `whole-name' throughout.
2003 (dired-mark-read-regexp): Use "Abs." prefix instead of "Path".
2004 * dired-x.el: Doc fixes.
2005
2006 * fast-lock.el (fast-lock-cache-name): Doc fix.
2007
2008 * net/browse-url.el (browse-url-filename-alist): Doc fix.
2009
2010 2003-01-14 John Paul Wallington <jpw@shootybangbang.com>
2011
2012 * apropos.el (apropos): Restore autoload cookie. Fix typo in
2013 "error retrieving function documentation" output.
2014
2015 2003-01-14 Kim F. Storm <storm@cua.dk>
2016
2017 * subr.el (process-put, process-get): New functions.
2018
2019 * simple.el (clone-process): Copy process' plist to new process.
2020
2021 2003-01-13 Markus Rost <rost@math.ohio-state.edu>
2022
2023 * cus-dep.el (custom-make-dependencies): Don't set standard-value
2024 and version numbers for variables. Handle faces.
2025
2026 * cus-edit.el (customize-changed-options): Doc addition. Load the
2027 version deps earlier. Use other tests for groups and variables.
2028 Handle faces.
2029
2030 2003-01-14 Kim F. Storm <storm@cua.dk>
2031
2032 * ido.el: Doc fixes.
2033 (ido-max-file-prompt-width): Rename from ido-max-prompt-path.
2034 (ido-rewrite-file-prompt-functions): Rename from
2035 ido-make-file-prompt-hook. Directory name is now in dynamic
2036 variable `dirname' (instead of `path').
2037 (ido-rewrite-file-prompt-rules): Rename from
2038 ido-rewrite-prompt-path-rules.
2039 (ido-make-prompt): Directory name now in `dirname' var.
2040 (ido-complete): Fix error message.
2041
2042 2003-01-13 John Paul Wallington <jpw@shootybangbang.com>
2043
2044 * server.el (server-process-filter): Use `minibufferp' to test
2045 whether we are inside a minibuffer.
2046 (server-process, server-kill-new-buffers): Doc fixes.
2047
2048 2003-01-13 Dave Love <fx@gnu.org>
2049
2050 * international/utf-16.el (mule-utf-16-be, mule-utf-16-le):
2051 Remove pre-write-conversion.
2052
2053 2003-01-13 Kim F. Storm <storm@cua.dk>
2054
2055 * hexl.el (hexl-mode-map): Don't quote remapped command names.
2056
2057 2003-01-13 David Ponce <david@dponce.com>
2058
2059 * ruler-mode.el (ruler-mode): Cleanup buffer local variable
2060 `header-line-format' if it didn't exist when `ruler-mode' was enabled.
2061
2062 2003-01-13 Masatake YAMATO <jet@gyve.org>
2063
2064 * ruler-mode.el (ruler-mode-comment-column-char)
2065 (ruler-mode-goal-column-char, ruler-mode-set-goal-column-ding-flag)
2066 (ruler-mode-mouse-current-grab-object): New variables.
2067 (ruler-mode-comment-column-face, ruler-mode-goal-column-face):
2068 New faces.
2069 (ruler-mode-mouse-set-fill-column): Removed.
2070 (ruler-mode-mouse-grab-any-column)
2071 (ruler-mode-mouse-drag-any-column-iteration)
2072 (ruler-mode-mouse-drag-any-column): New functions.
2073 (ruler-mode-map): [header-line down-mouse-2] Bound to
2074 `ruler-mode-mouse-grab-any-column' instead of
2075 `ruler-mode-mouse-set-fill-column'.
2076 (ruler-mode-ruler-help-echo): Update its value.
2077 (ruler-mode-ruler-help-echo-when-goal-column): New help string used
2078 when goal-column is already set.
2079 (ruler-mode-ruler-help-echo-tab): Rename to...
2080 (ruler-mode-ruler-help-echo-when-tab-stops): New.
2081 (ruler-mode-fill-column-help-echo, ruler-mode-comment-column-help-echo)
2082 (ruler-mode-goal-column-help-echo): New help strings.
2083 (ruler-mode-ruler): Use `ruler-mode-ruler-help-echo-when-goal-column'
2084 instead of `ruler-mode-ruler-help-echo' if `goal-column' is set.
2085 Show `comment-column' and `goal-column'. Echo the different help
2086 string for each *-column characters on the ruler.
2087
2088 2003-01-13 Richard M. Stallman <rms@gnu.org>
2089
2090 * apropos.el (apropos-documentation-property): New function.
2091 (apropos): Use apropos-documentation-property.
2092
2093 * files.el (mode-line-process): Mark as risky.
2094
2095 * help.el (where-is): Catch errors in indirect-function.
2096
2097 * server.el (server-process-filter): Comment out -eval.
2098 Don't switch buffers if inside isearch or minibuffer.
2099
2100 * progmodes/compile.el (compilation-revert-buffer):
2101 If buffer has a file, revert it in the normal way.
2102
2103 * term/x-win.el: Require fontset conditionally again.
2104
2105 2003-01-13 Kim F. Storm <storm@cua.dk>
2106
2107 * ido.el (ido-enable-tramp-completion): New defcustom.
2108 (ido-enter-single-matching-directory): Change default to 'slash.
2109 (ido-is-tramp-root): New defun.
2110 (ido-is-root-directory, ido-is-ftp-directory, ido-is-slow-ftp-host)
2111 (ido-may-cache-directory, ido-final-slash, ido-read-internal)
2112 (ido-complete, ido-make-file-list1, ido-make-dir-list1):
2113 Handle tramp completion.
2114 (ido-file-name-all-completions1): New defun for tramp completion.
2115 (ido-file-name-all-completions): Use it.
2116 (ido-set-matches1): Relax matching of text with trailing slash.
2117 (ido-exhibit): Handle tramp completion.
2118 Simplified code using nested cond forms using new `refresh' var.
2119 Fixed handling of /~user/ paths.
2120
2121 2003-01-12 Andreas Schwab <schwab@suse.de>
2122
2123 * arc-mode.el (archive-mode-map): Use command remapping instead of
2124 substitute-key-definition.
2125 * emerge.el (emerge-setup-fixed-keymaps): Likewise.
2126 * msb.el (msb-mode-map): Likewise.
2127 * forms.el (forms--change-commands): Likewise.
2128 * hexl.el (hexl-mode-map): Likewise.
2129 * mail/mailabbrev.el (Commentary): Likewise.
2130 * play/decipher.el (decipher-mode-map): Likewise.
2131 * play/gomoku.el (gomoku-mode-map): Likewise.
2132 * play/landmark.el (lm-mode-map): Likewise.
2133 * play/solitaire.el (solitaire-mode-map): Likewise.
2134 * progmodes/sh-script.el (sh-mode-map): Likewise.
2135 * textmodes/picture.el (picture-substitute): Likewise.
2136
2137 * ielm.el (inferior-emacs-lisp-mode):
2138 Bind comint-dynamic-complete-functions locally.
2139
2140 * buff-menu.el (Buffer-menu-select): Fix for effect of header line.
2141
2142 2003-01-11 Andreas Schwab <schwab@suse.de>
2143
2144 * textmodes/sgml-mode.el (sgml-font-lock-keywords-2): Add flag to
2145 merge with existing fontification.
2146
2147 2003-01-11 Nick Roberts <nick@nick.uklinux.net>
2148
2149 * gud.el (gud-kill-buffer-hook): Save gud-minor-mode type.
2150 (gud-reset): New function. Reset environment at end of debugging.
2151 (gud-sentinel): Call gud-reset or gdb-reset.
2152 (gud-menu-map, gud-tool-bar-map, gdb): Change gud-goto to gud-until.
2153
2154 * gdb-ui.el (gud-display): Use GDB command ptype instead of whatis
2155 to find out if variable shuld be dereferenced.
2156 (gud-display1): Exit if there is `No symbol'.
2157 (gdb-expressions-mode-map): Correction to key-binding.
2158 (gdb-reset): New function. Reset environment at end of debugging.
2159 (gdb-quit): Remove.
2160
2161 2003-01-10 Dave Love <fx@gnu.org>
2162
2163 * international/code-pages.el (cp-make-coding-system): Fix last change.
2164
2165 2003-01-10 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2166
2167 * dired.el (dired-garbage-files-regexp): Use \\' instead of $ and
2168 use regexp-opt for readability.
2169
2170 2003-01-10 Mark A. Hershberger <mah@everybody.org>
2171
2172 * xml.el (xml-parse-tag, xml-parse-attlist, xml-skip-dtd)
2173 (xml-parse-dtd, xml-parse-elem-type): Be more flexible in recognizing
2174 empty elements.
2175
2176 2003-01-10 Luc Teirlinck <teirllm@mail.auburn.edu>
2177
2178 * progmodes/sh-script.el (sh-set-shell): Make sh-shell-file the default
2179 shell.
2180
2181 2003-01-09 John Wiegley <johnw@gnu.org>
2182
2183 * pcomplete.el (pcomplete-termination-string): Add a variable
2184 for modifying the string which is inserted after a completion or
2185 expansion using pcomplete.
2186
2187 2003-01-09 Karl Berry <karl@gnu.org>
2188
2189 * sort.el (sort-regexp-fields): Pass noerror to re-search-forward,
2190 so that we don't fail if no records match record-regexp.
2191
2192 2003-01-09 Markus Rost <rost@math.ohio-state.edu>
2193
2194 * cus-edit.el (customize-group, customize-group-other-window):
2195 Remove unnecessary calls to custom-load-symbol.
2196 (custom-group-value-create):
2197 Load widget deps if state is not hidden. If widget deps are
2198 loaded, load them in advance.
2199 (custom-menu-create): If widget deps are loaded, load them earlier.
2200
2201 2003-01-09 John Paul Wallington <jpw@shootybangbang.com>
2202
2203 * language/ethio-util.el (ethio-gemination)
2204 (exit-ethiopic-environment): Doc fixes.
2205
2206 * language/viet-util.el (viet-encode-viqr-region)
2207 (viet-decode-viqr-region, viet-encode-viqr-buffer)
2208 (viet-decode-viqr-buffer): Doc fixes.
2209
2210 2003-01-09 ShengHuo ZHU <zsh@cs.rochester.edu>
2211
2212 * paths.el: Remove gnus-startup-file.
2213
2214 2003-01-08 Bill Wohler <wohler@newt.com>
2215
2216 * mail/mh-alias.el, mail/mh-customize.el, mail/mh-identity.el,
2217 mail/mh-loaddefs.el, toolbar/alias.pbm, toolbar/alias.xpm: Added.
2218
2219 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
2220 mail/mh-index.el, mail/mh-mime.el, mail/mh-pick.el,
2221 mail/mh-seq.el, mail/mh-speed.el, mail/mh-utils.el,
2222 mail/mh-xemacs-compat.el: Upgraded to MH-E version 7.1.
2223
2224 2003-01-08 Kim F. Storm <storm@cua.dk>
2225
2226 * mail/undigest.el (unforward-rmail-message): Don't use global
2227 variable `n'.
2228
2229 2003-01-08 Francesco Potort\e,Al\e(B <pot@gnu.org>
2230
2231 * mail/undigest.el (unforward-rmail-message): Simplified.
2232 No functional change.
2233
2234 2003-01-07 Markus Rost <rost@math.ohio-state.edu>
2235
2236 * custom.el (custom-autoload, custom-variable-p): New functions.
2237
2238 * emacs-lisp/autoload.el (make-autoload):
2239 Generate custom-autoload for autoloaded defcustoms.
2240
2241 * help-fns.el (describe-variable): Use custom-variable-p.
2242
2243 * simple.el (set-variable): Load deps of custom variables without type.
2244
2245 * cus-edit.el (custom-variable-prompt): Doc change.
2246 Use custom-variable-p.
2247 (customize-option): Remove search in loaddefs.el.
2248 (customize-apropos): Use custom-variable-p.
2249 (custom-save-variables): Use custom-variable-p to detect
2250 non-rogue variables.
2251
2252 2003-01-07 Francesco Potort\e,Al\e(B <pot@gnu.org>
2253
2254 * mail/undigest.el (unforward-rmail-message): Skip all newlines
2255 after the initial separator.
2256 (unforward-rmail-message): Forwarded-From: and Forwarded-Date:
2257 instead of Forwarded-from: and Forwarded-date:.
2258
2259 2003-01-07 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2260
2261 * dired.el (dired-garbage-files-regexp): Add `.aux$'. These are
2262 produced by TeX.
2263
2264 2003-01-07 Andre Spiegel <spiegel@gnu.org>
2265
2266 * vc-rcs.el (vc-rcs-checkout): Fix the check whether we are on a
2267 branch.
2268
2269 2003-01-06 Dave Love <fx@gnu.org>
2270
2271 * textmodes/ispell.el (lookup-words): Cope with null lookup-dict.
2272
2273 * language/chinese.el ("Chinese-EUC-TW"): New.
2274
2275 2003-01-06 John Paul Wallington <jpw@shootybangbang.com>
2276
2277 * mail/rmail.el (rmail-mmdf-delim1, rmail-mmdf-delim2): Doc fixes.
2278
2279 2003-01-05 Richard M. Stallman <rms@gnu.org>
2280
2281 * obsolete/uncompress.el: Display message that this pkg is obsolete.
2282
2283 * isearch.el (isearch-repeat): Error if try to repeat search and
2284 there was no previous search.
2285
2286 * dired.el (dired-recursive-deletes): Fix custom type.
2287
2288 * dabbrev.el (dabbrev--substitute-expansion):
2289 Convert all whitespace to single spaces,
2290 except when it's carried over from the existing text.
2291
2292 * simple.el (split-line): Clean up implementation.
2293
2294 * mail/rmail.el (rmail-font-lock-keywords): Discard code to match
2295 both cases.
2296 (rmail-variables): Specify case-insensitive matching for font-lock.
2297
2298 2003-01-05 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
2299
2300 * mail/sendmail.el (mail-font-lock-keywords):
2301 * mail/rmail.el (rmail-font-lock-keywords): Match multiline
2302 In-Reply-To and X-*.
2303
2304 2003-01-05 Mark A. Hershberger <mah@everybody.org>
2305
2306 * xml.el (xml-substitute-special): Check for &amp last.
2307
2308 2003-01-05 Dave Love <fx@gnu.org>
2309
2310 * buff-menu.el (Buffer-menu-execute): Fix for effect of header line.
2311
2312 2003-01-05 Dave Love <fx@gnu.org>
2313
2314 * international/mule-diag.el (non-iso-charset-alist):
2315 Add vietnamese-tcvn.
2316
2317 * international/mule-cmds.el (locale-language-names):
2318 Use Croatian, Swedish.
2319
2320 2003-01-05 Andreas Schwab <schwab@suse.de>
2321
2322 * buff-menu.el (Buffer-menu-buffer+size): Don't clobber buffer name.
2323
2324 2003-01-05 Dave Love <fx@gnu.org>
2325
2326 * language/european.el ("Latin-6", "Croatian"): New.
2327 ("Latin-7"): Fix nonascii-translation. Add input method.
2328 ("Lithuanian", "Latvian"): Add nonascii-translation.
2329 ("German", "Spanish", "Dutch", "Welsh", "Swedish"):
2330 Fix nonascii-translation.
2331
2332 * language/georgian.el ("Georgian"): Fix nonascii-translation.
2333
2334 * international/mule-cmds.el (set-locale-environment):
2335 Ignore empty values of environment variables.
2336
2337 * emacs-lisp/byte-opt.el (byte-optimize-nth)
2338 (byte-optimize-nthcdr): Fix for case of wrong-length forms.
2339
2340 2003-01-04 Nick Roberts <nick@nick.uklinux.net>
2341
2342 * gdb-ui.el: Acknowledge Tom Lord as author of gdba.el.
2343 Use let construction to bind buffer-read-only to nil.
2344 (gdba): 'set height 0' in GDB.
2345 (gdb-display-end, gdb-frame-handler): Corrections to forming
2346 full expression name for header-line in display frame.
2347 (gdb-info-breakpoints-custom): Highlight breakpoints since
2348 they may be clicked on with mouse-2.
2349 (gdb-quit): Delete frames of displayed expressions when quitting.
2350 (gdb-delete-frames): New function.
2351 (gdb-source-info): Don't create stack buffer automatically.
2352
2353 2003-01-04 Thien-Thi Nguyen <ttn@gnu.org>
2354
2355 * xml.el (xml-substitute-special): Move "&amp;" -> "&" last.
2356
2357 2003-01-04 Kim F. Storm <storm@cua.dk>
2358
2359 * simple.el (split-line): If present, copy fill-prefix from
2360 current line to new line. Don't copy if prefix arg.
2361 From Lisp, arg may be an alternative prefix string to copy.
2362 Inspired by Ehud Karni <ehud@unix.mvs.co.il>.
2363
2364 * mail/sendmail.el (mail-split-line): New function.
2365 (mail-mode-map): Remap split-line to mail-split-line.
2366
2367 2003-01-03 Dave Love <fx@gnu.org>
2368
2369 * emacs-lisp/find-func.el (find-variable-noselect): Make it work
2370 with new load-history format.
2371
2372 * international/mule-cmds.el (sort-coding-systems):
2373 Adjust priority of utf-16 and x-ctext.
2374
2375 * international/utf-8.el (utf-translate-cjk):
2376 Call optimize-char-coding-system-table.
2377
2378 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
2379 Call optimize-char-coding-system-table.
2380
2381 * international/mule.el (register-char-codings): Don't call
2382 optimize-char-coding-system-table here.
2383 (keyboard-coding-system): Doc fix. Update :version.
2384
2385 * textmodes/nroff-mode.el (nroff-mode-hook): Customize.
2386 (nroff-imenu-expression): New.
2387 (nroff-mode): Use it.
2388
2389 * autoinsert.el (auto-insert-alist): Add man page skeleton.
2390
2391 2003-01-03 Andre Spiegel <spiegel@gnu.org>
2392
2393 * vc-rcs.el (vc-rcs-revert): Unlock only if the user does have
2394 the lock.
2395
2396 2003-01-03 Kim F. Storm <storm@cua.dk>
2397
2398 * emulation/cua-base.el (cua--pre-command-handler):
2399 Corrected handling of delete-selection properties.
2400
2401 2003-01-03 John Paul Wallington <jpw@shootybangbang.com>
2402
2403 * emacs-lisp/eldoc.el (eldoc-get-var-docstring): Only return a
2404 documentation string when `sym' is non-nil.
2405
2406 2003-01-02 Steven Tamm <steventamm@mac.com>
2407
2408 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
2409 Have scroll bars correctly default to being on the right for Mac
2410 Carbon port by testing "mac-carbon" feature, not window-system.
2411
2412 2003-01-02 Markus Rost <rost@math.ohio-state.edu>
2413
2414 * cus-edit.el (customize-group, customize-group-other-window):
2415 Call custom-load-symbol unconditionally.
2416 (customize-face, customize-face-other-window): Fix format arg.
2417
2418 2003-01-02 John Paul Wallington <jpw@shootybangbang.com>
2419
2420 * menu-bar.el (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
2421 to `left'.
2422
2423 2003-01-01 Richard M. Stallman <rms@gnu.org>
2424
2425 * mail/rmail.el (rmail-reply): Don't call mail-strip-quoted-names.
2426
2427 * files.el (backup-buffer): Cope if file-modes returns nil.
2428
2429 2002-12-30 Steven Tamm <steventamm@mac.com>
2430
2431 * scroll-bar.el (toggle-scroll-bar, scroll-bar-mode):
2432 Have scroll bars correctly default to being on the right for Mac
2433 Carbon port
2434
2435 2002-12-29 Nick Roberts <nick@nick.uklinux.net>
2436
2437 * gdb-ui.el (gdb-delete-display): Rename (gdb-delete-expression).
2438 (gdb-goto-bp-this-line): Rename (gdb-goto-breakpoint).
2439 (gdb-toggle-bp-this-line): Rename (gdb-toggle-breakpoint).
2440 (gdb-delete-bp-this-line): Rename (gdb-delete-breakpoint).
2441 (gdb-toggle-disp-this-line): Rename (gdb-toggle-display).
2442 (gdb-delete-disp-this-line): Rename (gdb-delete-display).
2443 (gud-gdba-marker-filter): Remove unnecessary save-match-data.
2444 (gdb-mouse-goto-breakpoint, gdb-frames-select): New functions.
2445 (gdb-frames-mouse-select): Simplify.
2446 Make keybindings (gdb-goto-breakpoint, gdb-frames-select, etc)
2447 consistent with other modes in emacs.
2448 (gdb-display-source-buffer): Return window of source buffer
2449 for (gud-display-line).
2450
2451 2002-12-29 Markus Rost <rost@math.ohio-state.edu>
2452
2453 * button.el (defface button): Add group.
2454
2455 * cus-edit.el (customize-browse): Call `widget-setup'.
2456
2457 2002-12-29 Andreas Schwab <schwab@suse.de>
2458
2459 * Makefile.in: Generate cus-load.el and finder-inf.el in the
2460 source directory. Change dependencies on lisp files to explicitly
2461 use $(lisp).
2462 (compile-calc): Fix command substitution.
2463 * cus-dep.el (generated-custom-dependencies-file): New variable.
2464 (custom-make-dependencies): Use it instead of hardcoding cus-load.el.
2465 * finder.el (generated-finder-keywords-file): New variable.
2466 (finder-compile-keywords): Use it instead of hardcoding finder-inf.el.
2467
2468 2002-12-28 Richard M. Stallman <rms@gnu.org>
2469
2470 * info-look.el (info-lookup): Fix error message typo.
2471
2472 * comint.el (comint-mode): Locally set scroll-conservatively.
2473 (comint-postoutput-scroll-to-bottom): comint-scroll-show-maximum-output
2474 is active only when point is at end.
2475
2476 * dired.el (dired-goto-file): Handle \ and ^M quoted by backslash.
2477 Fix error message.
2478
2479 * files.el (find-file-noselect-1): Kill local value of `cursor-type'.
2480
2481 * simple.el (repeat-complex-command): Signal real error on failure.
2482
2483 2002-12-28 Andreas Schwab <schwab@suse.de>
2484
2485 * progmodes/make-mode.el (makefile-font-lock-keywords):
2486 Highlight automatic variable references enclosed in parens and
2487 optionally suffixed by F or D.
2488
2489 2002-12-27 Miles Bader <miles@gnu.org>
2490
2491 * info.el (Info-complete-menu-item): Make `Info-complete-cache' a
2492 buffer-local variable.
2493
2494 2002-12-26 Markus Rost <rost@math.ohio-state.edu>
2495
2496 * cus-edit.el (customize-group-other-window): Use pop-to-buffer in
2497 the same way as `custom-buffer-create-other-window'.
2498 (customize-variable-other-window, customize-option-other-window):
2499 Definitions moved up.
2500
2501 2002-12-26 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
2502
2503 * net/tramp*.el: Sync with upstream version 2.0.28. Bugfixes.
2504 * net/tramp-ftp.el: Glue code with Ange-FTP, broken out of
2505 tramp.el. From Michael Albinus.
2506 * net/tramp-smb.el: New file for using smbclient to access
2507 Windows shares with Tramp. From Michael Albinus.
2508
2509 2002-12-26 Andreas Schwab <schwab@suse.de>
2510
2511 * international/mule-cmds.el (select-safe-coding-system): Fix typo.
2512
2513 2002-12-26 Andre Spiegel <spiegel@gnu.org>
2514
2515 * vc.el (vc-next-action-on-file): Use t argument to vc-checkout in
2516 order to get the latest version on the current branch.
2517 Update documentation of vc-BACKEND-checkout to explain this.
2518
2519 * vc-rcs.el (vc-rcs-checkout): Handle t argument for REV.
2520 (vc-rcs-checkin): By default, specify the current workfile
2521 branch as the check-in revision.
2522
2523 * vc-cvs.el (vc-cvs-checkout): Handle t argument for REV.
2524
2525 * vc-sccs.el (vc-sccs-checkout): Likewise.
2526
2527 2002-12-26 Nick Roberts <nick@nick.uklinux.net>
2528
2529 * gdb-ui.el (gdb-info-display-custom): Ensure that frames/buffers
2530 of displayed expressions are deleted when the displayed expressions
2531 are deleted.
2532 (gdb-delete-disp-this-line, gdb-delete-display): Frame/buffer
2533 deletion is handled by gdb-info-display-custom now.
2534 (gdb-source-info): Undo earlier change (do create display buffer
2535 automatically).
2536
2537 2002-12-25 Markus Rost <rost@math.ohio-state.edu>
2538
2539 * cus-edit.el (custom-save-faces): Fix typo.
2540
2541 2002-12-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
2542
2543 * mail/undigest.el (unforward-rmail-message): Do not assume that
2544 the forwarded message's Date: header comes after From:. Use a
2545 Forwarded-from: rather than a Forwarded-by: header. Add a
2546 Forwarded-date: header.
2547
2548 2002-12-23 Nick Roberts <nick@nick.uklinux.net>
2549
2550 * gdb-ui.el (gdb-display-number-end): Make auto-display of
2551 expressions in GDB work on text-only terminals.
2552 (gdb-post-prompt): Compute current frame properly.
2553 (gdb-get-current-frame, gdb-frame-handler): New functions.
2554 (gdb-source-info): Move last statement into if clause.
2555 Tidy, improve documentation.
2556
2557 2002-12-23 Richard M. Stallman <rms@gnu.org>
2558
2559 * emacs-lisp/checkdoc.el: Don't define a name for the minor mode menu.
2560
2561 * emacs-lisp/easymenu.el (easy-menu-do-define): Handle nil for SYMBOL.
2562 (easy-menu-define): Doc fix, say SYMBOL can be nil.
2563
2564 * window.el (save-selected-window): Save and restore
2565 selected windows of all frames.
2566
2567 * cus-start.el (scroll-up-aggressively, scroll-down-aggressively):
2568 Update custom types.
2569
2570 2002-12-23 Alex Schroeder <alex@emacswiki.org>
2571
2572 Merging Dave Love <fx@gnu.org>'s custom_themes branch containing
2573 Alex Schroeder's adaptation of Jan Vroonhof
2574 <vroonhof@math.ethz.ch>'s code. Doc strings corrected by RMS.
2575
2576 * cus-edit.el (customize-save-variable): Take themes into account.
2577 (custom-variable-save): Take themes into account.
2578 (custom-variable-reset-saved): Add comment-widget.
2579 (custom-variable-reset-standard): Add comment-widget.
2580 (custom-variable-reset-standard): Take themes into account.
2581 (custom-face-save): Take themes into account.
2582 (custom-face-reset-standard): Take themes into account.
2583 (custom-save-variables): Take themes into account.
2584 (custom-save-faces): Take themes into account.
2585 (custom-save-resets): New function.
2586 (custom-save-loaded-themes): New function.
2587 (customize-save-customized): Take themes into account.
2588
2589 * cus-face.el (custom-set-faces): Call custom-theme-set-faces.
2590 (custom-theme-set-faces): New function.
2591 (custom-theme-face-value): New function.
2592 (custom-theme-reset-internal-face): New function.
2593 (custom-theme-reset-faces): New function.
2594 (custom-reset-faces): New function.
2595
2596 * custom.el (custom-known-themes): New variable.
2597 (custom-declare-theme): New function.
2598 (deftheme): New macro.
2599 (custom-make-theme-feature): New function.
2600 (custom-theme-p): New function.
2601 (custom-check-theme): New function.
2602 (custom-push-theme): New function.
2603 (custom-theme-set-variables): Take themes into account.
2604 (custom-loaded-themes): New variable.
2605 (custom-theme-loaded-p): New function.
2606 (provide-theme): New function.
2607 (require-theme): New function.
2608 (custom-remove-theme): New function.
2609 (custom-do-theme-reset): New function.
2610 (custom-theme-load-themes): New function.
2611 (custom-load-themes): New function.
2612 (custom-theme-value): New function.
2613 (custom-theme-variable-value): New function.
2614 (custom-theme-reset-internal): New function.
2615 (custom-theme-reset-variables): New function.
2616 (custom-reset-variables): New function.
2617
2618 * cus-theme.el: New file.
2619
2620 2002-12-23 Matthew Swift <swift@alum.mit.edu>
2621
2622 * emacs-lisp/rx.el (rx-and): Generate a shy group.
2623 Specify `no-group' when calling rx-to-string.
2624 (rx-submatch): Specify `no-group' when calling rx-to-string.
2625 (rx-kleene): Use rx-atomic-p to decide whether to make a group.
2626 (rx-atomic-p): New function.
2627
2628 2002-12-23 Kevin Ryde <user42@zip.com.au>
2629
2630 * info-look.el (info-lookup): For ease of use try item
2631 case-insensitive if not found case-sensitive.
2632 Do case sensitive search in index nodes, so items differing only in
2633 case go correctly to their respective nodes.
2634
2635 2002-12-22 Richard M. Stallman <rms@gnu.org>
2636
2637 * subr.el (add-to-invisibility-spec): If it was t, start it out at (t).
2638
2639 * textmodes/texinfmt.el (tex-start-of-header, tex-end-of-header):
2640 Add defvars.
2641
2642 * textmodes/tex-mode.el (tex-print): Call shell-quote-argument
2643 on the file name.
2644
2645 * textmodes/outline.el (outline-next-visible-heading):
2646 When going forward, test outline-invisible-p at start of header.
2647
2648 2002-12-22 Kevin Ryde <user42@zip.com.au>
2649
2650 * textmodes/makeinfo.el (makeinfo-buffer): Display result using
2651 Info-mode.
2652 (makeinfo-compilation-sentinel-buffer, makeinfo-current-node):
2653 New functions.
2654 (makeinfo-compile): Add a sentinel parameter.
2655 (makeinfo-compilation-sentinel-region): Renamed from
2656 makeinfo-compilation-sentinel, and makeinfo-temp-file now never nil.
2657 (makeinfo-region): Use this.
2658 * info.el (Info-revert-find-node): New function.
2659
2660 2002-12-22 Nick Roberts <nick@nick.uklinux.net>
2661
2662 * tooltip.el (tooltip-gud-tips): Output tooltip without switching
2663 process filter (gdba in gdb-ui.el only).
2664 (gdb-tooltip-print): New function.
2665 (tooltip-gud-process-output): Undo previous change.
2666 (tooltip-strip-annotations): Remove.
2667
2668 2002-12-22 Zoltan Kemenczy <zoltan@ieee.org>
2669
2670 * gud.el (gud-menu-map): Add jdb support for "run".
2671 (gud-jdb-find-source-using-classpath): Use 'identity.
2672 (gud-jdb-marker-filter): Marker regexp and filename filtering
2673 change to support a backwards-incompatible change in Sun's jdb
2674 line number display in SDK versions 1.4.
2675 (gud-format-command): gud-find-class now requires two
2676 parameters (file and linenumber).
2677 (gud-find-class): Bulk of the change related to using c-syntactic
2678 symbols to locate nested class declarations in java sources
2679 visited by java-mode (cc-mode).
2680
2681 2002-12-21 Nick Roberts <nick@nick.uklinux.net>
2682
2683 * gdb-ui.el: Remove the concept of an instance. This means that
2684 a lot of functions have been renamed. Accessors are prefixed with
2685 gdb-get, setters with gdb-set and the word instance has been
2686 removed from many function and variable names.
2687 (gdb-display-buffer): Protect source buffer as well
2688 as GUD buffer when requesting new buffers.
2689 (gdb-source-info): Two changes : Don't create display buffer
2690 automatically, compute source window correctly.
2691
2692 2002-12-21 Richard M. Stallman <rms@gnu.org>
2693
2694 * man.el (Man-getpage-in-background): Put GROFF_NO_SGR in env.
2695
2696 * ls-lisp.el (original-insert-directory): Make this a variable,
2697 don't set its function definition.
2698 (insert-directory): Use funcall to call that function.
2699
2700 * bindings.el (help-echo): Change tooltip string.
2701
2702 * chistory.el (command-history-map): Move definition up.
2703
2704 * faces.el (help-xref-stack): Add defvar to avoid warning.
2705
2706 2002-12-21 Andreas Schwab <schwab@suse.de>
2707
2708 * dired.el (dired-insert-directory): Preserve text properties
2709 when quoting.
2710
2711 2002-12-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2712
2713 * mail/undigest.el (rmail-mail-separator): Renamed from
2714 rmail-digest-mail-separator. All users changed.
2715 (unforward-rmail-message): Rewritten to be more robust and to
2716 additionally account for the common style of forwarding messages
2717 by citing them entirely with headers.
2718
2719 2002-12-18 Dave Love <fx@gnu.org>
2720
2721 * international/utf-8-subst.el: Deleted.
2722
2723 * international/ucs-tables.el (ucs-fragment-8859): Don't modify
2724 char-coding-system-table elements destructively.
2725 Use optimize-char-coding-system-table.
2726
2727 * international/mule.el (optimize-char-coding-system-table): New.
2728 (register-char-codings): Use it.
2729
2730 * international/utf-8.el (ucs-mule-cjk-to-unicode)
2731 (ucs-unicode-to-mule-cjk): Revert last change.
2732 (utf-subst-table-for-encode): Initially use ucs-mule-cjk-to-unicode.
2733 (utf-subst-table-for-decode): Initially use ucs-unicode-to-mule-cjk.
2734 (utf-fragment-on-decoding, utf-translate-cjk): Don't modify
2735 char-coding-system-table elements destructively.
2736 (utf-translate-cjk): Set ucs-mule-cjk-to-unicode,
2737 ucs-unicode-to-mule-cjk to new hash tables with realistic parameters.
2738
2739 2002-12-18 John Paul Wallington <jpw@shootybangbang.com>
2740
2741 * info.el (Info-dir-remove-duplicates): Avoid infloop when
2742 deleting last entry.
2743
2744 2002-12-17 Nick Roberts <nick@nick.uklinux.net>
2745
2746 * gdb-ui.el (gdba-marker-filter, gdb-output-burst): Merge and
2747 rename gud-gdba-marker-filter.
2748 (gdb-append-to-inferior-io): Only pop up IO buffer if there is output.
2749 (gdb-make-instance): Remove (put into gdba).
2750 Use gdb-instance-enqueue-input instead of
2751 gdb-instance-enqueue-idle-input for user functions.
2752 (gdb-instance-target-string): Simplify.
2753 (in-gdb-instance-context): Remove.
2754 Expand Commentary.
2755
2756 2002-12-17 Kenichi Handa <handa@m17n.org>
2757
2758 * international/mule.el (set-file-name-coding-system): New function.
2759
2760 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
2761 Add bindings for set-file-name-coding-system.
2762
2763 2002-12-17 Kenichi Handa <handa@m17n.org>
2764
2765 * international/mule-cmds.el (universal-coding-system-argument):
2766 Bind coding-system-require-warning to t.
2767 (select-safe-coding-system): Handle t in the arg
2768 DEFAULT-CODING-SYSTEM specially. Use read-coding-system to read a
2769 coding-system to allow users to specify unsafe coding system on
2770 their risk.
2771
2772 2002-12-16 Francesco Potort\e,Al\e(B <pot@gnu.org>
2773
2774 * mail/undigest.el (rmail-digest-methods)
2775 (rmail-digest-mail-separator): New variables.
2776 (rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict)
2777 (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153)
2778 (rmail-digest-parse-rfc934): New functions.
2779 (undigestify-rmail-message): Completely rewritten.
2780
2781 2002-12-16 Kim F. Storm <storm@cua.dk>
2782
2783 * ido.el (ido-read-file-name): Remove debug message.
2784
2785 2002-12-16 Daniel Pfeiffer <occitan@esperanto.org>
2786
2787 * buff-menu.el (Buffer-menu, Buffer-menu-use-header-line)
2788 (Buffer-menu-buffer-face, Buffer-menu-buffer+size-width)
2789 (Buffer-menu-mode-width): New customization.
2790 (Buffer-menu-sort-column): New var.
2791 (Buffer-menu-no-header): New function for not changing header line and
2792 recognizing swapped M&R columns, used by modifying commands in Buffer
2793 Menu.
2794 (Buffer-menu-buffer+size): New function for variable width buffer name.
2795 (list-buffers-noselect): Rewritten for nicer menu.
2796
2797 2002-12-16 Markus Rost <rost@math.ohio-state.edu>
2798
2799 * filesets.el (filesets-build-menu-now): Don't clear messages.
2800
2801 * allout.el: Avoid name conflicts with outline.el.
2802 Replace globally string "outline-" with string "allout-".
2803 Replaced 1446 occurrences; there was no string "allout-" before the
2804 change and there seems to be no dependency on outline.el.
2805 Put `quotes' around many function and variable names.
2806 Doc changes to adjust to the change to prefix "allout-".
2807 Don't provide `outline'. Use " Allout" as mode line string,
2808 not " Outl". Put group `allout' in group `editing'.
2809 Update Copyright notice. Autoload `allout-init'.
2810 (allout-init): Give report also in case auto-activation was inhibited.
2811 (my-mark-marker): Test for feature `xemacs' instead of a string parse.
2812
2813 2002-12-16 Stefan Monnier <monnier@cs.yale.edu>
2814
2815 * xml.el (xml-parse-tag): Allow spaces between / and >.
2816
2817 2002-12-15 David Kastrup <David.Kastrup@t-online.de>
2818
2819 * emacs-lisp/autoload.el (autoload-ensure-default-file):
2820 Insert missing space in file end comment.
2821
2822 2002-12-15 Simon Josefsson <jas@extundo.com>
2823
2824 * mail/smtpmail.el (smtpmail-via-smtp): Fall back to
2825 user-mail-address as sender.
2826
2827 2002-12-15 Dave Love <fx@gnu.org>
2828
2829 * international/mule-cmds.el (standard-keyboard-coding-systems):
2830 Delete.
2831 (set-locale-environment): Don't use it.
2832
2833 * international/utf-8.el (ucs-mule-cjk-to-unicode)
2834 (utf-subst-table-for-encode, ucs-unicode-to-mule-cjk)
2835 (utf-subst-table-for-decode): Specify :size, :rehash-size.
2836 (utf-translate-cjk): :set rewritten to load subst-... files.
2837 Add :set-after.
2838 (ccl-decode-mule-utf-8): Consider CJK translation for r3<#x3400.
2839
2840 2002-12-15 Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se> (tiny change)
2841
2842 * progmodes/compile.el (compile-reinitialize-errors): Don't mark the
2843 buffer as modified unless it really is.
2844
2845 2002-12-14 Andreas Schwab <schwab@suse.de>
2846
2847 * wid-edit.el (widget-move): Don't loop infinitely when there is
2848 no field or button.
2849
2850 2002-12-13 Stefan Monnier <monnier@cs.yale.edu>
2851
2852 * uniquify.el (uniquify-rationalize-file-buffer-names, rename-buffer)
2853 (uniquify-delay-rationalize-file-buffer-names, kill-buffer-hook):
2854 Undo 2002/09/27 change because kill-buffer-hook is not
2855 permanent-local.
2856
2857 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
2858 Optimize the remaining part of for-effect and/or expressions.
2859
2860 2002-12-13 Markus Rost <rost@math.ohio-state.edu>
2861
2862 * emacs-lisp/easy-mmode.el (define-minor-mode):
2863 Use `custom-current-group'. Pass all groups to the hook.
2864 (easy-mmode-define-global-mode): Use `custom-current-group'.
2865
2866 * international/mule-cmds.el (current-language-environment):
2867 Set type according to `language-info-alist' also here.
2868
2869 * progmodes/compile.el (compilation-menu-map):
2870 Use `kill-compilation' to stop compilation.
2871
2872 2002-12-13 Kenichi Handa <handa@m17n.org>
2873
2874 * language/european.el (encode-mac-roman): Fix last change.
2875
2876 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
2877 (ccl-encode-alternativnyj): Fix last change.
2878
2879 2002-12-13 Nick Roberts <nick@nick.uklinux.net>
2880
2881 * gdb-ui.el: Improve documentation strings.
2882 (gdb-many-windows): Set default value to nil.
2883
2884 2002-12-12 Dave Love <fx@gnu.org>
2885
2886 * international/subst-big5.el, international/subst-gb2312.el:
2887 * international/subst-jis.el, international/subst-ksc.el: New.
2888
2889 * custom.el (defcustom, custom-set-variables): Doc fix.
2890
2891 * emacs-lisp/bytecomp.el (byte-compile-if): Suppress warnings from
2892 things protected by `(if (fboundp ...' or `(if (boundp ...'.
2893
2894 * emacs-lisp/byte-opt.el (byte-optimize-featurep): New.
2895
2896 2002-12-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2897
2898 * progmodes/fortran.el (fortran-mode-abbrev-table):
2899 Handle `define-abbrev' with either 5 or 6 arguments.
2900
2901 2002-12-12 Markus Rost <rost@math.ohio-state.edu>
2902
2903 * international/mule-cmds.el (set-language-info):
2904 Update custom-type of `current-language-environment'.
2905 (current-language-environment): Fix custom type.
2906
2907 2002-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2908
2909 * progmodes/antlr-mode.el (antlr): New URL.
2910
2911 2002-12-10 R. Bernstein <rocky@panix.com>
2912
2913 * gud.el (bashdb): Prompt now included parenthesis for subshell levels.
2914 Fix erroneous print expression command, and fix typos.
2915 (perldb): Undo previous change in prompt regexp.
2916
2917 2002-12-10 Steven Tamm <steventamm@mac.com>
2918
2919 * generic-x.el (javascript-generic-mode): Added C style block
2920 comments as used in ECMA-262 standard.
2921
2922 2002-12-10 Kenichi Handa <handa@m17n.org>
2923
2924 * language/european.el ("Swedish"): Change tutorial file name to
2925 TUTORIAL.sv in this langauge environment..
2926
2927 2002-12-09 John Paul Wallington <jpw@shootybangbang.com>
2928
2929 * ibuffer.el (ibuffer-mode): If `show-paren-mode' is enabled,
2930 disable it buffer-locally.
2931 (ibuffer-mouse-popup-menu): Use `=' instead of `eq' to compare
2932 `eventpt' and point.
2933
2934 * ibuf-ext.el (ibuffer-remove-duplicates): New function.
2935 (ibuffer-set-filter-groups-by-mode): Use it instead of
2936 `delete-duplicates' so we don't require cl library at runtime.
2937 (ibuffer-insert-filter-group-before): Don't use `position' so we
2938 don't require cl library at runtime.
2939
2940 * chistory.el (command-history-mode): Add interactive spec.
2941 Improve doc string.
2942
2943 2002-12-09 Richard M. Stallman <rms@gnu.org>
2944
2945 * isearch.el (isearch-no-upper-case-p): \\ only quotes one character.
2946
2947 2002-12-09 Markus Rost <rost@math.ohio-state.edu>
2948
2949 * mwheel.el (mouse-wheel-scroll-amount): Revert previous change -
2950 customize type 'float is now defined.
2951
2952 2002-12-09 Dave Love <fx@gnu.org>
2953
2954 * international/code-pages.el (mik, pt154): New coding systems.
2955
2956 * international/ucs-tables.el: Fix properly.
2957
2958 2002-12-09 Andreas Schwab <schwab@suse.de>
2959
2960 * international/ucs-tables.el: Fix last change.
2961
2962 2002-12-09 Kenichi Handa <handa@m17n.org>
2963
2964 * international/titdic-cnv.el (titdic-convert): Process the
2965 header part in multibyte mode.
2966
2967 2002-12-08 Dave Love <fx@gnu.org>
2968
2969 * international/code-pages.el (mule-diag): Move where it's required.
2970
2971 * international/ucs-tables.el: Add latin-jisx0201 characters.
2972 Fix translation-table-for-input for lao, thai, tibetan.
2973
2974 2002-12-08 Andreas Schwab <schwab@suse.de>
2975
2976 * files.el (insert-directory): Insert free space only when
2977 listing a full directory.
2978
2979 2002-12-08 Nick Roberts <nick@nick.uklinux.net>
2980
2981 * gdb-ui.el : Remove inappropriate key-bindings.
2982 (gdb-info-breakpoints-custom, gdb-goto-bp-this-line):
2983 Parse correctly when breakpoint has no line number.
2984 (def-gdb-auto-update-handler, gdb-info-locals-handler),
2985 (gdb-display-end): Avoid using insert-buffer.
2986 (gdb-frames-select-by-mouse): Rename gdb-frames-mouse-select.
2987
2988 2002-12-07 Richard M. Stallman <rms@gnu.org>
2989
2990 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
2991 (compilation-leave-directory-regexp-alist): Match byte compiler output.
2992
2993 * emacs-lisp/cl-macs.el: Add local variable list
2994 to turn off cl-function warnings.
2995
2996 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
2997 elements in load-history.
2998 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
2999 and cl-struct-setf-expander.
3000
3001 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
3002 New variable.
3003 (autoload-print-form): Use autoload-print-form-outbuf.
3004 (generate-file-autoloads): Bind autoload-print-form-outbuf.
3005
3006 * calendar/calendar.el (calendar-day-name): Move defn down.
3007
3008 * speedbar.el (speedbar-directory-buttons-follow):
3009 Don't use directory-sep-char.
3010
3011 2002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
3012
3013 * register.el (describe-register-1): Use window-width
3014 to truncate string in a register. Check whether the string
3015 in a register is an empty string or a sequence of white spaces.
3016
3017 2002-12-07 Andreas Schwab <schwab@suse.de>
3018
3019 * faces.el (face-font-selection-order)
3020 (face-font-family-alternatives, face-font-registry-alternatives):
3021 Remove period from :tag value.
3022
3023 * cus-edit.el (custom-face-edit-fix-value): Change :reverse-video
3024 to :inverse-video.
3025
3026 2002-12-07 Markus Rost <rost@math.ohio-state.edu>
3027
3028 * wid-edit.el (define-widget number): Clarify doc and error message.
3029 (define-widget float): New widget.
3030
3031 2002-12-07 Andreas Schwab <schwab@suse.de>
3032
3033 * eshell/em-ls.el (eshell-ls-product-regexp): Fix typo.
3034
3035 * files.el (find-file-read-args): Reenable wildcard processing
3036 unconditionally.
3037
3038 2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
3039
3040 * textmodes/texinfmt.el (texinfo-format-scan): Handle new
3041 functions for copyright notice and copying permissions.
3042 (texinfo-copying, texinfo-insertcopying): New functions.
3043
3044 2002-12-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
3045
3046 * textmodes/texinfmt.el (texinfo-format-ifxml)
3047 (texinfo-format-xml): New function.
3048 (ifxml, ifnotxml): New aliases.
3049
3050 2002-12-06 Dave Love <fx@gnu.org>
3051
3052 * international/utf-8-subst.el: Revert last change.
3053
3054 2002-12-06 Miles Bader <miles@gnu.org>
3055
3056 * info.el (Info-insert-dir): Make dir-node-cache variables
3057 buffer-local, so that killing the *info* buffer forces the
3058 dir-node to be rebuilt.
3059
3060 2002-12-06 Markus Rost <rost@math.ohio-state.edu>
3061
3062 * finder.el (finder-compile-keywords): Don't insert a keyword to
3063 the generated file.
3064
3065 2002-12-05 Andreas Schwab <schwab@suse.de>
3066
3067 * speedbar.el (speedbar-highlight-face): Fix face spec.
3068
3069 2002-12-05 Stefan Monnier <monnier@cs.yale.edu>
3070
3071 * gdb-ui.el: Replace uses of (gdb-get-instance-buffer 'gdba) and
3072 gdb-proc with gud-comint-buffer instead.
3073 (gdb-proc): Remove.
3074 (def-gdb-var): Simplify.
3075 (gdb-get-create-instance-buffer): Avoid make-variable-buffer-local.
3076 Set gud-comint-buffer as well as gud-minor-mode and tool-bar-map.
3077 (gdb-goto-bp-this-line): Select the window while doing the goto-line.
3078 (gdb-info-locals-handler): Avoid replace-regexp.
3079
3080 * calendar/calendar.el (facemenu-unlisted-faces): Only update
3081 after facemenu is loaded.
3082 (calendar-font-lock-keywords): Accept non-ASCII month names.
3083 Use regexp-opt.
3084
3085 * gdb-ui.el (gud-gdb-complete-string, gud-gdb-complete-break)
3086 (gud-gdb-complete-list, gud-gdb-complete-in-progress): Remove.
3087 (gdba): Call `gdb' and then make modifications.
3088 Always call gdb-clear-inferior-io rather than just "the first time".
3089 (gud-break, gud-remove): Definitions moved to inside gdba.
3090 (gdb-target-name): Remove. Use gud-target-name instead.
3091 (gdba-complete-filter, gdba-common-init): Remove.
3092 The changes were integrated into the generic code.
3093
3094 * gud.el: Use match-string.
3095 (gud-menu-map): Re-fix gdb-running to gud-running.
3096 Activate up/down and finish for pdb.
3097 (gud-def): Use backquotes.
3098 (gdb, sdb, dbx, xdb, pdb, jdb, bashdb): Remove redundant menu bindings.
3099 (gud-gdb-complete-in-progress, gud-gdb-complete-string)
3100 (gud-gdb-complete-break, gud-gdb-complete-list):
3101 Rename to gud-gdb-fetch-lines-in-progress, gud-gdb-fetch-lines-string,
3102 gud-gdb-fetch-lines-break and gud-gdb-fetched-lines.
3103 (gud-gdb-fetch-lines-filter): Rename from gud-gdb-complete-filter.
3104 Add a `filter' argument and run it on `string'.
3105 (gud-gdb-run-command-fetch-lines): Use it instead of
3106 gud-gdb-speedbar-stack-filter. Add a `skip' arg.
3107 Return the fetched lines.
3108 (gud-gdb-complete-command): Use it instead of cooking up
3109 something by hand using gud-gdb-complete-filter.
3110 (gud-gdb-get-stackframe): Use the new calling convention of
3111 gud-gdb-run-command-fetch-lines.
3112 (gud-gdb-fetched-stack-frame-list): Remove.
3113 (gud-gdb-speedbar-stack-filter): Remove.
3114 (gud-jdb-marker-filter): Change RE for easier extraction of submatches.
3115 (gud-bashdb-command-name): Add "--debugger" argument here.
3116 (bashdb): Use default gud-find-file and don't bother with
3117 a massage-args function now that --debugger is make explicit.
3118 (gud-bashdb-massage-args, gud-bashdb-find-file): Remove.
3119 (bashdb): Don't provide.
3120 (gud-target-name): New var.
3121 (gud-common-init): Set it.
3122 Also reset gud-running and gud-last-last-frame.
3123
3124 2002-12-05 Dave Love <fx@gnu.org>
3125
3126 * international/utf-8-subst.el: Update safe-chars of mule-utf-8,
3127 mule-utf-16-le, mule-utf-16-be.
3128
3129 2002-12-05 Richard M. Stallman <rms@gnu.org>
3130
3131 * textmodes/outline.el (outline-mode): Doc fix.
3132
3133 2002-12-05 Edward M. Reingold <reingold@emr.cs.iit.edu>
3134
3135 * calendar/solar.el (solar-atn2): Give correct quadrant for arctan.
3136
3137 2002-12-05 Kenichi Handa <handa@m17n.org>
3138
3139 * international/titdic-cnv.el (quail-misc-package-ext-info):
3140 Remove duplicate entry for chinese-b5-quick.
3141 (batch-miscdic-convert): Don't try to call miscdic-convert on
3142 files in the directory just following the arg "-dir".
3143
3144 2002-12-04 Stefan Monnier <monnier@cs.yale.edu>
3145
3146 * gdb-ui.el: Fold top-level `setq's and `define-key's into their
3147 corresponding defvar.
3148 (gdb-inferior-io-mode-map): New var.
3149 Add bindings to it rather than to comint-mode-map.
3150 (gdb-display-number-end): Use dolist. Remove always-true test.
3151 (gdb-delete-line): Move and simplify.
3152 (gdb-display-end): Don't bother going to beg-of-line since we're there.
3153 (gdb-array-format1): Use dolist.
3154 (gdb-make-windows-menu, gdb-make-frames-menu):
3155 Move to top-level code. Move the menus to within the GUD menu.
3156 Make the menus only appear in gdba mode.
3157
3158 * gdb-ui.el (gdb-inferior-io-mode-map): Remove (unused).
3159 (gdb-inferior-io-mode): Use define-minor-mode.
3160 (gdb-source-info): Don't burp if there's no source file.
3161 (gdb-inferior-io-interrupt, gdb-inferior-io-quit)
3162 (gdb-inferior-io-stop, gdb-inferior-io-eof)
3163 (gdb-display-breakpoints-buffer, gdb-frame-breakpoints-buffer)
3164 (gdb-display-stack-buffer, gdb-frame-stack-buffer)
3165 (gdb-display-registers-buffer, gdb-frame-registers-buffer)
3166 (gdb-display-locals-buffer, gdb-frame-locals-buffer)
3167 (gdb-display-display-buffer, gdb-frame-display-buffer)
3168 (gdb-display-gdb-buffer, gdb-frame-gdb-buffer)
3169 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3170 Remove the spurious left over arg from the "big reorg".
3171
3172 2002-12-04 Richard M. Stallman <rms@gnu.org>
3173
3174 * gud.el (gud-menu-map): Update for bashdb.
3175 (perldb): Change prompt regexp.
3176 (gud-bashdb-history, gud-bashdb-massage-args, gud-bashdb-marker-filter)
3177 (gud-bashdb-find-file, gud-bashdb-command-name, bashdb): New.
3178
3179 * progmodes/cc-vars.el: Simply require wid-edit and custom
3180 in eval-when-compile.
3181
3182 * progmodes/cc-menus.el: Don't require imenu.
3183
3184 * progmodes/cc-langs.el: Don't require cl.
3185 (c-delete-duplicates): New function. Use instead of delete-duplicates.
3186
3187 * progmodes/cc-bytecomp.el (cc-bytecomp-obsolete-var):
3188 Add an else-clause to the if to avoid confused compiler warning.
3189
3190 * tooltip.el (tooltip-gud-tips-p): Undo previous change.
3191
3192 2002-12-03 Stefan Monnier <monnier@cs.yale.edu>
3193
3194 * gdb-ui.el: Get rid of (quote ..); use match-string and ignore.
3195
3196 * gdb-ui.el (gdba, gdb-starting, gdb-stopped, gdb-quit):
3197 Update gdb-running -> gud-running.
3198 (gdba): Use the default for gud-find-file.
3199 (def-gdb-variable): Remove: fold into def-gdb-var.
3200 (def-gdb-var): Use buffer-local-value and with-current-buffer.
3201
3202 * gud.el (gud-running): Rename from gdb-running. Update uses.
3203 (gud-tool-bar-map): Use tool-bar-local-item-from-menu rather than
3204 tool-bar-add-item-from-menu to avoid let binding tool-bar-map
3205 which fails if tool-bar.el is loaded in the mean time.
3206 (gud-file-name): New fun.
3207 (gud-find-file): Use it as default value for gud-find-file.
3208 (gud-speedbar-buttons): Discriminate on gud-minor-mode rather than
3209 on gud-find-file.
3210 (gud-gdb-find-file, gud-dbx-file-name, gud-dbx-find-file)
3211 (gud-xdb-file-name, gud-xdb-find-file, gud-perldb-find-file)
3212 (gud-pdb-find-file, gud-jdb-find-file): Remove.
3213 (gud-query-cmdline): Don't stuff the whole cwd in the command.
3214 (gdb, dbx, xdb, perldb, pdb, jdb): Use the default for gud-find-file.
3215 (gud-mipsdbx-massage-args): Remove.
3216 (gud-dbx-command-name): New var. Do what gud-mipsdbx-massage-args did.
3217 (gud-irixdbx-marker-filter): Use match-string and gud-file-name.
3218 (gud-jdb-command-name): New var.
3219 (gud-common-init): Re-instate RMS code of 11/13.
3220
3221 2002-12-03 Dave Love <fx@gnu.org>
3222
3223 * international/ucs-tables.el (ucs-unify-8859, ucs-unify-8859)
3224 (ucs-fragment-8859): Don't use set-buffer-major-mode-hook.
3225 (ucs-set-table-for-input): Use optional arg. Check for null `cs'.
3226
3227 2002-12-03 Andreas Schwab <schwab@suse.de>
3228
3229 * cus-edit.el (custom-display): Add checkbox for type mac.
3230
3231 * whitespace.el (whitespace-highlight-face): Fix face spec.
3232
3233 2002-12-02 Stefan Monnier <monnier@cs.yale.edu>
3234
3235 * simple.el (completion-setup-function): Fix last change to use
3236 minibuffer-completing-file-name instead.
3237
3238 * add-log.el (change-log-mode): Set indent-line-function explicitly
3239 to what it was before indent-line-function's default was changed.
3240
3241 2002-12-02 Richard M. Stallman <rms@gnu.org>
3242
3243 * textmodes/ispell.el (ispell-dict-map): Move specific
3244 dictionary selection into a submenu.
3245
3246 * textmodes/fill.el (fill-indent-to-left-margin): New function.
3247 (fill-newline, fill-region-as-paragraph): Use that.
3248
3249 * simple.el (completion-setup-function):
3250 Handle ffap-read-file-or-url-internal specially like
3251 read-file-name-internal.
3252
3253 2002-12-02 Simon Marshall <marshals@perth>
3254
3255 * font-lock.el (c++-font-lock-extra-types): Fix previous change.
3256
3257 2002-12-02 Fran\e,Ag\e(Bois Pinard <pinard@iro.umontreal.ca>
3258
3259 * progmodes/make-mode.el (makefile-font-lock-keywords): Highlight
3260 more make keywords: defined, endef, override, export, unexport
3261 and vpath.
3262
3263 2002-12-02 Dave Love <fx@gnu.org>
3264
3265 * autoarg.el (autoarg-kp-mode): Give it a :group.
3266
3267 2002-12-02 Noah Friedman <friedman@splode.com>
3268
3269 * complete.el (PC-do-completion): Do not add wildcards to pattern
3270 unless filename is non-nil.
3271
3272 2002-12-02 Andreas Schwab <schwab@suse.de>
3273
3274 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type.
3275
3276 * paren.el (show-paren-mismatch-face): Fix face spec.
3277
3278 2002-11-30 Nick Roberts <nick@nick.uklinux.net>
3279
3280 * gdb-ui.el (gdb-many-windows): Define as a minor mode.
3281 (toggle-gdb-windows): Remove. (Patch from Stefan Monnier)
3282
3283 * tooltip.el (tooltip-gud-process-output): Handle annotations that
3284 are output with gdba in gdb-ui.el.
3285 (tooltip-strip-annotations): New function.
3286
3287 2002-12-29 Dave Love <fx@gnu.org>
3288
3289 * autoarg.el (autoarg-mode): Give it a :group.
3290
3291 2002-11-29 Bill Wohler <wohler@newt.com>
3292
3293 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
3294 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
3295 mail/mh-utils.el, mail/mh-xemacs-compat.el: Upgraded to MH-E
3296 version 7.0.
3297
3298 * mail/mh-index.el, mail/mh-speed.el: New files for indexed
3299 searches and speedbar support in MH-E version 7.0.
3300
3301 * toolbar/reply-all.pbm, toolbar/reply-all.xpm,
3302 toolbar/reply-from.pbm, toolbar/reply-from.xpm,
3303 toolbar/reply-to.pbm, toolbar/reply-to.xpm: New toolbar images for
3304 MH-E version 7.0.
3305
3306 2002-11-29 Markus Rost <rost@math.ohio-state.edu>
3307
3308 * mwheel.el (mouse-wheel-inhibit-click-time): Fix custom type.
3309
3310 2002-11-29 Richard M. Stallman <rms@gnu.org>
3311
3312 * mail/rmail.el (rmail-convert-to-babyl-format):
3313 Make search for message delimiter case-sensitive.
3314
3315 * simple.el (yank-window-start): New variable.
3316 (yank): Record yank-window-start
3317 (yank-pop): Use yank-window-start.
3318
3319 * info.el (Info-additional-directory-list): Doc fix.
3320
3321 * indent.el (indent-according-to-mode, indent-region): Doc fix.
3322
3323 * tooltip.el (tooltip-gud-tips-p): Doc fix.
3324
3325 * eshell/em-script.el: Require eshell.
3326
3327 * eshell/esh-ext.el, eshell/em-cmpl.el: Require esh-util.
3328
3329 2002-11-29 Kim F. Storm <storm@cua.dk>
3330
3331 * mwheel.el: Avoid accidental yanking of text while scrolling with
3332 the mouse wheel. This adds a short period after each mouse wheel
3333 scroll event where a click on the mouse wheel button is ignored.
3334 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
3335 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
3336 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
3337 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
3338 Start mwheel-inhibit-click-event-timer with timeout handler
3339 mwheel-inhibit-click-timeout.
3340
3341 2002-11-28 Nick Roberts <nick@nick.uklinux.net>
3342
3343 * tooltip.el (tooltip-gud-tips-setup): Remove.
3344 (tooltip-gud-debugger): Remove.
3345 (tooltip-gud-print-command): Use gud-minor mode instead of
3346 tooltip-gud-tips-setup and tooltip-gud-debugger.
3347
3348 * gdb-ui.el (gdb-starting): Set gdb-running to t.
3349 (gdb-stopped): Set gdb-running to nil.
3350 (gdb-quit): Reset some variables including tool-bar-map.
3351
3352 * gud.el (gdb-running): New variable.
3353 (gud-menu-map): Use gdb-running to grey out toolbar buttons
3354 with gdba in gdb-ui.el.
3355 (gud-tool-bar-map): Move to avoid byte compiler warning.
3356
3357 2002-11-27 Jason Rumney <jasonr@gnu.org>
3358
3359 * files.el (file-truename): Canonicalize non-existent names on w32.
3360
3361 2002-11-28 Kim F. Storm <storm@cua.dk>
3362
3363 * ido.el (ido-xemacs): Remove defvar. All uses changed to
3364 check (featurep 'xemacs) instead.
3365 (ido-visit-buffer): Use select-frame-set-input-focus unconditionally.
3366
3367 2002-11-27 Dave Love <fx@gnu.org>
3368
3369 * emacs-lisp/cl-macs.el: Move `predicates for analyzing Lisp
3370 forms' block to top (before uses).
3371 (help-fns): Don't require at top level. (Recursively.)
3372 (cl-transform-lambda): Require help-fns.
3373
3374 2002-11-26 Dave Love <fx@gnu.org>
3375
3376 * language/european.el (encode-mac-roman): Deal with unencodable
3377 characters.
3378
3379 * language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
3380 (ccl-encode-alternativnyj): Deal with unencodable characters.
3381
3382 * international/code-pages.el (cp-make-coding-system): Deal with
3383 unencodable characters.
3384
3385 2002-11-24 Richard M. Stallman <rms@gnu.org>
3386
3387 * mail/sendmail.el (mail-signature): Handle case where
3388 value of mail-signature is a string.
3389
3390 * menu-bar.el (menu-bar-describe-menu): Add "What's This?" item.
3391
3392 * faces.el (face-set-after-frame-default): Ignore errors
3393 in face-spec-face-set.
3394
3395 * cus-face.el (custom-declare-face): Add face-defface-spec
3396 prop after applying the face spec.
3397
3398 2002-11-23 Nick Roberts <nick@nick.uklinux.net>
3399
3400 * tooltip.el (tooltip-gud-print-command): Add server prefix to the
3401 print command for gdb to keep it out of the command history.
3402
3403 * gdb-ui.el: Major re-organisation. Simplify legacy gdba
3404 code to allow only one gdb process.
3405
3406 2002-11-23 Markus Rost <rost@math.ohio-state.edu>
3407
3408 * scroll-all.el (scroll-all-mode): Move arg LIGHTER to the right
3409 place. Add groups.
3410
3411 2002-11-22 Simon Marshall <marshals@perth>
3412
3413 * font-lock.el (c++-font-lock-extra-types): Add various STL classes.
3414
3415 2002-11-21 Nick Roberts <nick@nick.uklinux.net>
3416
3417 * gdb-ui.el : General tidying. Patches from Stefan Monnier.
3418
3419 2002-11-20 Simon Josefsson <jas@extundo.com>
3420
3421 * play/morse.el (morse-code): Add non-ASCII characters, according
3422 to table at http://www.soton.ac.uk/~scp93ch/morse/.
3423
3424 2002-11-21 Richard M. Stallman <rms@gnu.org>
3425
3426 * dired.el (dired-sort-inhibit): New variable.
3427 (dired-sort-toggle-or-edit): Err if dired-sort-inhibit non-nil.
3428
3429 * find-dired.el (find-dired): Set dired-sort-inhibit to t
3430 buffer-locally.
3431
3432 2002-11-21 Eugene Exarevsky <zheka@relex.ru>
3433
3434 * progmodes/sql.el: Added LINTER support.
3435 (sql-linter-program): New variable.
3436 (sql-linter-options): New variable.
3437 (sql-mode-menu): Added Linter keywords.
3438 (sql-mode-linter-font-lock-keywords): New variable.
3439 (sql-highlight-linter-keywords): New function.
3440 (sql-linter): New function.
3441 (sql-ms-options): New variable.
3442 (sql-ms): Use it.
3443
3444 2002-11-21 John Paul Wallington <jpw@shootybangbang.com>
3445
3446 * ibuffer.el (ibuffer-formats): Change default value; bump width
3447 of size column in first format to 7.
3448
3449 2002-11-20 Stefan Monnier <monnier@cs.yale.edu>
3450
3451 * help-fns.el (describe-variable): Look for (defvar . <sym>) in the
3452 load-history since `defvar' now uses this format.
3453
3454 * custom.el (custom-declare-variable): Use push.
3455 Use the (defvar . <sym>) format in load-history like `defvar' does.
3456
3457 * subr.el (symbol-file): Accept a non-atomic `function' arg.
3458 (with-local-quit): Add debug and indentation info.
3459
3460 2002-11-20 John Paul Wallington <jpw@shootybangbang.com>
3461
3462 * subr.el (symbol-file): Remove unused variable `functions'.
3463
3464 2002-11-20 Markus Rost <rost@math.ohio-state.edu>
3465
3466 * Makefile.in (setwins_almost): Renamed from finder_setwins.
3467 (custom-deps): Use it.
3468 (finder-data): Adjust to that name change.
3469
3470 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
3471
3472 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3473 Turn errors into messages so they don't get ignored.
3474 (eldoc-get-fnsym-args-string): Use help-split-fundoc.
3475 (eldoc-beginning-of-sexp): Simplify.
3476 (eldoc-function-arglist): Remove.
3477 (eldoc-function-argstring): Use help-function-arglist instead.
3478 (eldoc-function-argstring-from-docstring-method-table)
3479 (eldoc-function-argstring-from-docstring): Remove.
3480
3481 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
3482
3483 2002-11-19 Dave Love <fx@gnu.org>
3484
3485 * emacs-lisp/bytecomp.el (maphash, map-char-table):
3486 Use byte-compile-funarg.
3487
3488 * emacs-lisp/byte-opt.el (side-effect-free-fns): Several additions.
3489
3490 2002-11-19 Markus Rost <rost@math.ohio-state.edu>
3491
3492 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
3493 members here rather than with custom-add-to-group. This is the
3494 intended way of using defgroup and also lets
3495 custom-make-dependencies do its job.
3496 (defgroup vhdl-highlight-faces): Ditto.
3497
3498 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
3499 Previous group name shadow is used in shadowfile.el.
3500 (shadows-compare-text-p): Use group lisp-shadow.
3501
3502 2002-11-19 Stefan Monnier <monnier@cs.yale.edu>
3503
3504 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
3505
3506 2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
3507
3508 * register.el (describe-register-1): Don't assign to val the value
3509 returned by `remove-list-of-text-properties'.
3510
3511 2002-11-18 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@uni-duisburg.de>
3512
3513 * calendar/diary-lib.el (fancy-diary-font-lock-keywords):
3514 Grok month numbers, too.
3515
3516 2002-11-18 Juanma Barranquero <lektu@terra.es>
3517
3518 * mail/smtpmail.el (smtpmail-send-queued-mail): Add autoload cookie.
3519
3520 2002-11-18 Markus Rost <rost@math.ohio-state.edu>
3521
3522 * pcvs.el (cvs-minor-mode, cvs-mode-commit-hook): Add group.
3523
3524 * textmodes/refill.el (defgroup refill): New group.
3525
3526 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Add group.
3527
3528 * textmodes/sgml-mode.el (html-autoview-mode): Add group.
3529
3530 * textmodes/paragraphs.el (use-hard-newlines): Add group.
3531
3532 * progmodes/compile.el (compilation-shell-minor-mode): Add group.
3533 (compilation-minor-mode): Add group.
3534
3535 * reveal.el (global-reveal-mode): Add group.
3536
3537 * bookmark.el (bookmark-menu-length): Fix group name.
3538
3539 2002-11-17 Richard M. Stallman <rms@gnu.org>
3540
3541 * mail/rmail.el (rmail-ignored-headers): Add more headers.
3542
3543 * calendar/parse-time.el (parse-time-elt): Var renamed from `elt'.
3544 (parse-time-val): Var renamed from `val'. All uses changed.
3545
3546 * files.el (parse-time-rules): Mark it as risky.
3547
3548 * finder.el (finder-commentary): Use buffer *Finder-package*.
3549
3550 * menu-bar.el (menu-bar-options-menu): Improve tooltip string.
3551
3552 * simple.el (indicate-unused-lines)
3553 (default-indicate-unused-lines): New variable aliases.
3554
3555 2002-11-18 Kenichi Handa <handa@m17n.org>
3556
3557 * progmodes/cc-vars.el: Undo previous change.
3558
3559 2002-11-18 Kenichi Handa <handa@m17n.org>
3560
3561 * language/cyrillic.el (cyrillic-iso-8bit): Make it safe.
3562
3563 * language/european.el (iso-latin-1): Make it safe.
3564 (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8)
3565 (iso-latin-9): Likewise.
3566
3567 * language/greek.el (greek-iso-8bit): Make it safe.
3568
3569 * language/hebrew.el (hebrew-iso-8bit): Make it safe.
3570
3571 * language/lao.el (lao): Make it safe.
3572
3573 * language/thai.el (thai-tis620): Make it safe.
3574
3575 2002-11-17 Markus Rost <rost@math.ohio-state.edu>
3576
3577 * speedbar.el (defgroup speedbar): Use group 'etags instead of
3578 nonexisting group 'tags.
3579
3580 * emacs-lisp/re-builder.el: Add provide call.
3581
3582 * mail/feedmail.el (feedmail-fiddle-headers-upwardly)
3583 (feedmail-fiddle-plex-user-list): Fix typo in group name.
3584
3585 * progmodes/make-mode.el (makefile-space-face): Fix group name.
3586
3587 * textmodes/ispell.el (defgroup ispell): Arrange that definition
3588 starts at beginning of line.
3589
3590 * textmodes/table.el (defgroup table-hooks): New group.
3591 (table-cell-map-hook): Fix typo in group name.
3592
3593 * calendar/diary-lib.el (diary-button-face): Add group and version
3594 number.
3595
3596 * warnings.el (defgroup warnings): New group.
3597
3598 2002-11-16 Markus Rost <rost@math.ohio-state.edu>
3599
3600 * emacs-lisp/autoload.el (update-autoloads-from-directories):
3601 Sort the list of files with no autoloads.
3602
3603 2002-11-16 Alan Shutko <ats@acm.org>
3604
3605 * calendar/diary-lib.el (list-diary-entries): Pass a marker
3606 indicating source of entry to add-to-diary-list.
3607 (diary-button-face, diary-entry, diary-goto-entry): New, to
3608 support click to diary file.
3609 (fancy-diary-display): Buttonize diary entries.
3610 (list-sexp-diary-entries): Pass a marker indicating source of
3611 entry to add-to-diary-list.
3612 (diary-date): Return mark as well as entry.
3613
3614 * calendar/calendar.el (diary-face): New.
3615 (european-calendar-display-form, describe-calendar-mode)
3616 (mark-visible-calendar-date, calendar-mark-today): Tidy doc string.
3617 (calendar-make-alist): New.
3618 (calendar-mode): Set up font-lock mode.
3619 (generate-calendar-window): Fontify if font-lock-mode is on.
3620
3621 2002-11-16 Ivan Zakharyaschev <imz@altlinux.org> (tiny change)
3622
3623 * international/codepage.el (cp866-decode-table): Fix the
3624 translation table.
3625
3626 2002-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
3627
3628 * progmodes/cc-bytecomp.el (cc-bytecomp-defun): Fixed bug that
3629 caused existing function definitions to be overridden by
3630 phonies when the bytecomp environment is restored.
3631
3632 2002-11-15 Nick Roberts <nick@nick.uklinux.net>
3633
3634 * toolbar/gud-break.pbm, toolbar/gud-cont.pbm, toolbar/gud-display.pbm,
3635 toolbar/gud-down.pbm, toolbar/gud-finish.pbm, toolbar/gud-goto.pbm,
3636 toolbar/gud-next.pbm, toolbar/gud-print.pbm, toolbar/gud-remove.pbm,
3637 toolbar/gud-run.pbm, toolbar/gud-step.pbm, toolbar/gud-up.pbm:
3638 Icons for debugger (pbm files).
3639
3640 2002-11-15 Richard M. Stallman <rms@gnu.org>
3641
3642 * international/mule.el (set-buffer-file-coding-system): Redo prev chg.
3643
3644 2002-11-15 John Paul Wallington <jpw@shootybangbang.com>
3645
3646 * ibuffer.el (ibuffer-use-other-window, ibuffer-use-header-line)
3647 (ibuffer-visit-buffer, ibuffer-redisplay, ibuffer-update): Doc fix.
3648 (ibuffer-mode-hooks): Remove spurious defvar.
3649 (ibuffer): Run `ibuffer-hook' instead of `ibuffer-hooks'.
3650 (ibuffer-mode): Run `ibuffer-mode-hook' instead of
3651 `ibuffer-mode-hooks'.
3652
3653 2002-11-15 Markus Rost <rost@math.ohio-state.edu>
3654
3655 * mail/rmailedit.el: Add provide call.
3656
3657 * play/bruce.el: Add provide call.
3658
3659 * emacs-lisp/gulp.el: Add provide call.
3660
3661 2002-11-14 Richard M. Stallman <rms@gnu.org>
3662
3663 * international/mule.el (set-buffer-file-coding-system): Undo prv chg.
3664
3665 2002-11-14 Markus Rost <rost@math.ohio-state.edu>
3666
3667 * custom.el (custom-declare-group): Remove unnecessary line of code.
3668
3669 * cus-dep.el (custom-make-dependencies): Bind load-file-name.
3670
3671 2002-11-14 Edward M. Reingold <reingold@emr.cs.iit.edu>
3672
3673 * calendar/diary-lib.el (make-diary-entry): Allow for local variables
3674 at end of diary file.
3675
3676 2002-11-14 Kim F. Storm <storm@cua.dk>
3677
3678 * files.el (mode-name): Mark it as risky-local-variable like the
3679 other mode-line elements (moved from bindings.el).
3680
3681 * bindings.el (mode-name): Moved mark as risky-local-variable to
3682 files.el.
3683
3684 2002-11-14 Juanma Barranquero <lektu@terra.es>
3685
3686 * gud.el: Fix feature name in `provide'.
3687
3688 * gdb-ui.el: Fix feature name in `require'.
3689
3690 2002-11-14 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
3691
3692 * progmodes/etags.el (find-tag-default): Copy text at point without
3693 properties.
3694
3695 2002-11-14 Kenichi Handa <handa@m17n.org>
3696
3697 * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p.
3698
3699 2002-11-14 Kim F. Storm <storm@cua.dk>
3700
3701 * textmodes/fill.el (fill-nobreak-invisible): New var.
3702 (fill-nobreak-p): Test it; return t if set and point invisible.
3703 (fill-newline): Test it; remove invisible prop on newline if set.
3704
3705 * info.el (Info-fontify-node): New local list paragraph-markers.
3706 Record markers for mangled *note references on that list.
3707 When done, go back through those markers and fill each mangled
3708 paragraph with `fill-nobreak-invisible' let-bound to t.
3709 Don't use `display' property; insert "see" directly in buffer.
3710
3711 2002-11-14 Nick Roberts <nick@nick.uklinux.net>
3712
3713 * gdb-ui.el: New file, User Interface for running GDB
3714
3715 * gud.el:(gud-find-file): Set up GDB tool bar.
3716 (gud-menu-map): New commands: run, goto.
3717 Enable some commands for gdba.
3718 (gud-query-cmdline): Pass default directory to gdba.
3719 (gdb): Defune gud-goto and gud-run.
3720 (gud-gdb-complete-command): Maybe use gdba-complete-filter.
3721 (gud-mode): Set up local tool bar.
3722 (gud-display-line): For gdba, call gdb-display-source-buffer.
3723 (gud-basic-call): For gdba, maybe delete the current prompt.
3724 (gud-tool-bar-map): New variable.
3725 (gud-read-address): Correction.
3726
3727 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-display.xpm,
3728 toolbar/gud-down.xpm, toolbar/gud-finish.xpm, toolbar/gud-goto.xpm,
3729 toolbar/gud-next.xpm, toolbar/gud-print.xpm, toolbar/gud-remove.xpm,
3730 toolbar/gud-run.xpm, toolbar/gud-step.xpm, toolbar/gud-up.xpm:
3731 Icons for debugger.
3732
3733 2002-11-13 Stefan Monnier <monnier@cs.yale.edu>
3734
3735 * pcvs.el (cvs-mode-run): Don't pass "." if not needed.
3736
3737 2002-11-13 Andre Spiegel <spiegel@gnu.org>
3738
3739 * vc-rcs.el (vc-rcs-registered): Improve comment.
3740
3741 * vc-sccs.el (vc-sccs-registered): Improve comment.
3742
3743 2002-11-13 Tim Van Holder <tim.vanholder@anubex.com> (tiny change)
3744
3745 * progmodes/compile.el (compilation-error-regexp-alist):
3746 Don't include colon and space after a file name as part of the name.
3747
3748 2002-11-13 Richard M. Stallman <rms@gnu.org>
3749
3750 * gud.el (gdb): Undo 10-26 change.
3751
3752 2002-11-13 Kenichi Handa <handa@m17n.org>
3753
3754 * replace.el (occur-engine): Set buffer-file-coding-system of
3755 OUT-BUF to that of one of BUFFERS if they locally bind that variable.
3756
3757 2002-11-13 Markus Rost <rost@math.ohio-state.edu>
3758
3759 * custom.el (custom-handle-all-keywords): Fix arg passed to
3760 custom-add-to-group.
3761
3762 2002-11-12 Stefan Monnier <monnier@cs.yale.edu>
3763
3764 * pcvs-defs.el (cvs-mode-map): Remove M-f binding.
3765 (cvs-minor-mode-map): Add e binding in log-view-mode.
3766
3767 * progmodes/perl-mode.el (perl-hanging-paren-p): New fun.
3768 (perl-indent-line): Look at the open-paren to indent a close-paren.
3769 (perl-calculate-indent): Try to better indent args after hanging paren.
3770 Remove special code for open-paren-in-column-0.
3771
3772 * textmodes/sgml-mode.el (sgml-namify-char): New cmd.
3773 (sgml-name-char): Use it.
3774 (sgml-tag-last, sgml-tag-history): New vars.
3775 (sgml-tag): Use them.
3776 (sgml-skip-tag-forward): Use sgml-tag-syntax-table.
3777 (sgml-delete-tag): Remove resulting empty lines.
3778 (sgml-tag) <symbol-plist>: Don't make intangible.
3779 (sgml-parse-tag-backward): Add limit argument.
3780 (html-autoview-mode): Use define-minor-mode.
3781
3782 2002-11-12 Markus Rost <rost@math.ohio-state.edu>
3783
3784 * vc-rcs.el (vc-rcs-registered): Handle the autoload cookie so
3785 that the definition is found by `find-function-search-for-symbol'
3786 and etags.
3787
3788 * vc-sccs.el (vc-sccs-registered): Ditto.
3789
3790 * emulation/edt.el (defgroup edt): Arrange that definition starts
3791 at beginning of line.
3792
3793 * ls-lisp.el (defgroup ls-lisp): Remove autoload cookie.
3794
3795 * hi-lock.el (defgroup hi-lock-interactive-text-highlighting):
3796 Remove autoload cookie.
3797
3798 * newcomment.el (defgroup comment): Remove autoload cookie.
3799
3800 2002-11-11 Markus Rost <rost@math.ohio-state.edu>
3801
3802 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
3803 Declare with defvar, not with defcustom.
3804
3805 * cus-dep.el: Don't require 'autoload.
3806 (custom-make-dependencies): Handle :version also for autoloaded
3807 options.
3808
3809 * winner.el (defgroup winner): Arrange that definition starts at
3810 beginning of line.
3811
3812 * emulation/edt.el: Simplify Emacs 19 compatibility.
3813
3814 2002-11-11 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr> (tiny change)
3815
3816 * dired-aux.el (dired-show-file-type): Format filename with "%s" to
3817 escape any format-like sequences it could contain.
3818
3819 2002-11-11 Per Abrahamsen <abraham@dina.kvl.dk>
3820
3821 * cus-edit.el (custom-save-delete): Force emacs-lisp-mode.
3822
3823 2002-11-11 Juanma Barranquero <lektu@terra.es>
3824
3825 * bindings.el (mode-name): Mark it as risky-local-variable.
3826
3827 2002-11-09 Dave Love <fx@gnu.org>
3828
3829 * international/mule-cmds.el (current-language-environment):
3830 Fix :type.
3831
3832 * international/ucs-tables.el: Revert to using
3833 translation-table-for-input instead of keyboard-translate-table.
3834
3835 * international/quail.el (quail-input-string-to-events):
3836 Revert last change.
3837
3838 * simple.el (quoted-insert): Bind translation-table-for-input,
3839 not keyboard-translate-table.
3840
3841 2002-11-08 Stefan Monnier <monnier@cs.yale.edu>
3842
3843 * arc-mode.el (archive-zip-summarize): Don't hardcode (point-min) = 1.
3844
3845 * complete.el (PC-do-completion): Make partial-completion work
3846 with incomplete directory names.
3847
3848 * textmodes/tex-mode.el (latex-standard-block-names): Rename from
3849 standard-latex-block-names.
3850 (tex-font-lock-keywords-1): Add providecommand, renewenvironment,
3851 and renewtheorem. Highlight \it and \bf separately since they
3852 may overlap.
3853 (tex-font-lock-suscript, tex-font-lock-unfontify-region): New funs.
3854 (tex-font-lock-keywords-3, tex-verbatim-environments)
3855 (tex-font-lock-syntactic-keywords): New vars.
3856 (superscript, subscript, tex-verbatim-face): New faces.
3857 (tex-font-lock-syntactic-face-function): Handle \verb construct.
3858 (tex-common-initialization): Update font-lock-defaults setting.
3859 (tex-insert-braces): Make it into a skeleton.
3860 (latex-fill-nobreak-predicate): Don't break after \.
3861 (latex-insert-block): Rename from tex-latex-block.
3862 (latex-down-list): Use tex-mode-syntax-table when skipping parens
3863 rather than the indentation syntax-table.
3864 (latex-close-block): Rename from tex-close-latex-block.
3865 (latex-split-block): New fun.
3866 (latex-indent): Don't indent inside a verbatim block.
3867 (latex-find-indent): Stick \begin{verbatim} to the margin.
3868
3869 2002-11-08 John Wiegley <johnw@gnu.org>
3870
3871 * calendar/timeclock.el (timeclock-modeline-display): Use assq as
3872 well as memq to find `global-mode-string' within
3873 `mode-line-format'. The structure of that variable has changed in
3874 21.3.
3875
3876 2002-11-07 Stefan Monnier <monnier@cs.yale.edu>
3877
3878 * format.el (format-decode): Be careful with the order in `format'.
3879
3880 * eshell/esh-cmd.el (function-p-func): Avoid `xemacs-p'.
3881
3882 * eshell/em-glob.el: Require esh-util.
3883 (eshell-glob-initialize): Don't assume
3884 eshell-special-chars-outside-quoting is available.
3885
3886 * textmodes/fill.el (fill-paragraph): Consider a comment-start as
3887 a paragraph starter when filling non-comments.
3888 (fill-comment-paragraph): Don't narrow while doing the fill.
3889 Recognize paragraph starters and separators within comments.
3890 Use adaptive-fill-prefix when it works. Use comment-search-forward.
3891
3892 * progmodes/compile.el (grep-default-command): New fun.
3893 (grep): Use it.
3894 (compilation-menu-map): New var.
3895 (compilation-minor-mode-map, compilation-shell-minor-mode-map): Use it.
3896 (compilation-mode-map): Simplify.
3897 (compilation-shell-minor-mode, compilation-minor-mode):
3898 Use define-minor-mode.
3899
3900 * elide-head.el (elide-head): Don't make intangible.
3901
3902 * help.el (where-is): Rename map to defs (a list of syms is not a map).
3903 Test fboundp first, to speed things up. Use push.
3904
3905 * isearch.el (isearch-hidden): New var.
3906 (isearch-search-and-update): Test it.
3907 (isearch-range-invisible): Set it.
3908
3909 * progmodes/tcl.el (tcl-mode): Don't set paragraph-start,
3910 paragraph-separate, comment-column, and fill-paragraph-function.
3911 Simplify outline-regexp.
3912 (tcl-do-fill-paragraph): Remove.
3913
3914 2002-11-07 Markus Rost <rost@math.ohio-state.edu>
3915
3916 * mail/sendmail.el (mail-default-directory): Set the version to 21.4.
3917
3918 * progmodes/compile.el (grep-compute-defaults): Undo previous change.
3919 Definition moved down.
3920 (grep-command, grep-find-command, grep-tree-command): Allow value nil.
3921 Do not declare :get property.
3922 (grep-use-null-device): Fix type. Do not declare :get property.
3923
3924 * emacs-lisp/checkdoc.el (checkdoc-find-error):
3925 Use get-file-buffer instead of get-buffer.
3926
3927 * cus-dep.el (custom-make-dependencies): Fix comment inserted in
3928 cus-load.el.
3929
3930 2002-11-07 Juanma Barranquero <lektu@terra.es>
3931
3932 * help.el (where-is): Report also aliases of the passed command.
3933
3934 2002-11-06 Dave Love <fx@gnu.org>
3935
3936 * simple.el (quoted-insert): Bind keyboard-translate-table around
3937 read-char.
3938
3939 * international/ucs-tables.el: Use keyboard-translate-table coding
3940 system property, not translation-table-for-input, for
3941 vietnamese-viscii & al.
3942 (translation-table-for-input): Set,
3943 don't defvar, and make permanent-local.
3944 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859): Add/remove
3945 set-buffer-major-mode-hook, not quail-activate-hook.
3946 (ucs-set-table-for-input): Renamed from ucs-quail-activate.
3947 (ucs-unify-8859, ucs-unify-8859, ucs-fragment-8859):
3948 Setup keyboard-translate-table, not translation-table-for-input.
3949 Modify set-buffer-major-mode-hook, not quail-activate-hook.
3950 (ucs-fragment-8859): Don't use translation-table-for-input coding
3951 system property.
3952 (ucs-quail-activate): Deleted.
3953 (ucs-set-table-for-input): New.
3954 (ucs-minibuffer-setup): Use it.
3955
3956 * international/quail.el (quail-input-string-to-events):
3957 Use keyboard-translate-table, not translation-table-for-input.
3958
3959 * files.el (normal-mode): Call ucs-set-table-for-input.
3960
3961 * international/mule.el (set-buffer-file-coding-system):
3962 Call ucs-set-table-for-input.
3963
3964 2002-11-06 Richard M. Stallman <rms@gnu.org>
3965
3966 * replace.el (query-replace, query-replace-regexp): Doc fixes.
3967
3968 * emacs-lisp/bytecomp.el (byte-compile-lambda):
3969 Handle progn like let, inside interactive spec.
3970
3971 * textmodes/tex-mode.el (tex-dvi-view-command): Value can be sexp.
3972 Initialize to a suitable sexp.
3973 (tex-view): Evaluate tex-dvi-view-command and use the value.
3974
3975 2002-11-06 Kenichi Handa <handa@m17n.org>
3976
3977 * international/mule.el (coding-system-eol-type-mnemonic):
3978 Use eol-mnemonic-undecided if CODING-SYSTEM is nil.
3979
3980 2002-11-06 Kim F. Storm <storm@cua.dk>
3981
3982 * info.el (Info-fontify-node): Fixed hiding of *note references
3983 with embedded file names like (xxx.yyy).
3984 Avoid making any lines visibly longer if hiding newlines inside
3985 note references by wrapping line after references if it contained
3986 a newline (unfortunaly this makes more lines appear "shorter").
3987 Properly reindent multi-line menu entry descriptions.
3988
3989 2002-11-05 Juanma Barranquero <lektu@terra.es>
3990
3991 * language/cyrillic.el ("Bulgarian"): Fix typo.
3992
3993 * international/mule.el (coding-system-eol-type-mnemonic):
3994 Move from mule-util.el.
3995
3996 * international/mule-util.el (coding-system-eol-type-mnemonic):
3997 Move to mule.el.
3998
3999 2002-11-04 Juanma Barranquero <lektu@terra.es>
4000
4001 * files.el (find-buffer-visiting): Accept new optional PREDICATE
4002 argument to return only a buffer that satisfies the predicate.
4003 (insert-file-1): New function.
4004 (insert-file-literally): Use it.
4005 (insert-file): Use it.
4006
4007 2002-11-04 Robert Fenk <Robert.Fenk@gmx.de> (tiny change)
4008
4009 * desktop.el (desktop-relative-file-names): New variable.
4010 (desktop-save): Use it.
4011
4012 2002-11-03 Andre Spiegel <spiegel@gnu.org>
4013
4014 * vc.el (vc-dired-mode): Adapt dired-move-to-filename-regexp to
4015 its current version in dired.el.
4016
4017 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
4018
4019 * emacs-lisp/autoload.el (generate-file-autoloads)
4020 (update-file-autoloads): Strip .gz and other such extensions.
4021 (update-autoloads-from-directories): Also consider compressed files.
4022
4023 * info.el (Info-streamline-headings): New var.
4024 (Info-dir-remove-duplicates): New fun.
4025 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
4026 (Info-select-node): Simplify handling of Info-header-line.
4027 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
4028 (Info-mode): Set header-line-format once and for all.
4029 (Info-fontify-node): Accept bogus first line with `File:' missing.
4030 Only make first line invisible if Info-use-header-line.
4031 Don't use `intangible': it's evil. Use inhibit-read-only.
4032 (Info-follow-reference, Info-next-reference, Info-prev-reference)
4033 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
4034 since we don't use intangible any more.
4035
4036 * image.el (insert-image): Don't make intangible since
4037 adjust_point_for_property should be sufficient by default.
4038
4039 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
4040
4041 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
4042 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
4043 (fill-paragraph): Use them.
4044
4045 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
4046 Use fill-comment-paragraph.
4047
4048 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
4049
4050 * bindings.el (mode-line-change-eol)
4051 (mode-line-eol-desc-cache, mode-line-eol-desc): New.
4052 (mode-line-mule-info): Use them for the EOL part of the modeline.
4053
4054 * server.el (server-sentinel): Kill buffers if applicable.
4055 (server-temp-file-p): Make arg optional.
4056 (server-done): Use it to simplify.
4057 (server-switch-buffer): If server-window is a function, use it.
4058
4059 * mail/undigest.el (rmail-digest-end-regexps): Simplify.
4060 (undigestify-rmail-message): Fix paren-bug and simplify.
4061
4062 2002-11-02 Kim F. Storm <storm@cua.dk>
4063
4064 * info.el (Info-hide-note-references): nil value now does no
4065 reformatting at all. New choice 'tag reformats tag but shows
4066 the section reference.
4067 (Info-fontify-node): Use it.
4068
4069 2002-11-01 Stefan Monnier <monnier@cs.yale.edu>
4070
4071 * textmodes/tex-mode.el (tex-common-initialization):
4072 comment-start-skip shouldn't match on the next line.
4073
4074 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Use match-string.
4075 Don't bother making paragraph-start a superset of paragraph-separate.
4076 Use line-beginning-position.
4077
4078 * textmodes/sgml-mode.el (sgml-skip-tag-backward)
4079 (sgml-skip-tag-forward): Deal with xml-style <foo/> empty tags.
4080
4081 2002-11-01 Kim F. Storm <storm@cua.dk>
4082
4083 * info.el (Info-hide-note-references): New defcustom.
4084 (Info-fontify-node): Use it.
4085
4086 2002-10-31 Kim F. Storm <storm@cua.dk>
4087
4088 * shell.el (explicit-bash-args): Bash 1.x doesn't grok
4089 --noediting option; added run-time check to exclude it.
4090
4091 * info.el (Info-follow-reference, Info-next-reference)
4092 (Info-prev-reference, Info-try-follow-nearest-node):
4093 Bind inhibit-point-motion-hooks to t while parsing reference.
4094 (Info-fontify-node): When font-lock-mode is enabled, display
4095 "*note" and "* menu" references in a more user friendly format.
4096
4097 2002-10-30 Stefan Monnier <monnier@cs.yale.edu>
4098
4099 * textmodes/fill.el (fill-move-to-break-point): Skip white space
4100 _before_ checking to see if we're hitting the margin.
4101 (fill-region-as-paragraph): Don't fiddle with the undo-list any more:
4102 it's now done by the C primitives. Don't use narrowing.
4103 Reorganize the line-breaking part of the code to simplify the control
4104 flow and make it work in the absence of narrowing.
4105 (fill-region): Don't use narrowing.
4106
4107 2002-10-30 Dave Love <fx@gnu.org>
4108
4109 * textmodes/po.el (po-content-type-charset-alist): Delete most entries.
4110 (po-find-charset): Doc fix. Remove interactive spec.
4111 (po): Provide.
4112 (po-find-file-coding-system-guts): Re-written to use
4113 coding-system-alist, and code-pages, not codepage stuff.
4114
4115 * term/x-win.el: Remove some ancient compatibility code.
4116 Populate x-keysym-table.
4117
4118 2002-10-30 Andreas Schwab <schwab@suse.de>
4119
4120 * subr.el (replace-regexp-in-string): Doc fix.
4121
4122 2002-10-29 Dave Love <fx@gnu.org>
4123
4124 * cus-start.el (selection-coding-system, scalable-fonts-allowed): Add.
4125
4126 * progmodes/scheme.el (syntax-case): Define scheme-indent-function.
4127
4128 * international/mule-conf.el: Doc fixes.
4129
4130 2002-10-29 Richard M. Stallman <rms@gnu.org>
4131
4132 * server.el (server-switch-buffer): Say when no server buffers remain.
4133
4134 * net/goto-addr.el (goto-address-url-regexp): Don't match `mailto'.
4135
4136 2002-10-28 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
4137
4138 * progmodes/make-mode.el (makefile-warn-continuations):
4139 Call re-search-forward with NOERROR t.
4140
4141 2002-10-29 Kim F. Storm <storm@cua.dk>
4142
4143 * ido.el (ido-wide-find-dirs-or-files): Fixed problem that caused
4144 incomplete list of matches to be returned.
4145
4146 2002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
4147
4148 * textmodes/texinfo.el (texinfo-environments): Add environment;
4149 copying, documentdescription, ifplaintext, ifnotplaintext, and
4150 verbatim.
4151
4152 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
4153 (ifplaintext, ifnotplaintext)
4154 (afourpaper, afivepaper, afourlatex, afourwide)
4155 (documentlanguage, documentencoding): New aliases.
4156
4157 2002-10-29 John Paul Wallington <jpw@shootybangbang.com>
4158
4159 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping
4160 up filter groups menu. Preserve point unless a menu command has
4161 moved it from point clicked.
4162
4163 2002-10-29 David Kastrup <dak@lola.goethe.zz>
4164
4165 * calc/calc.el (calc-any-evaltos): Initialize to nil, since
4166 calc-refresh-evaltos appears to need this.
4167
4168 2002-10-28 Dave Love <fx@gnu.org>
4169
4170 * international/mule-diag.el (non-iso-charset-alist): Move to
4171 avoid compilation warning.
4172 (mule-diag): Provide.
4173
4174 * international/code-pages.el (cp-make-coding-system):
4175 Use utf-translation-table-for-decode, not
4176 utf-8-translation-table-for-decode.
4177 (mule-diag): Require.
4178
4179 * language/thai-util.el (thai-composition-function): Don't use prog1.
4180
4181 * language/lao-util.el (lao-composition-function): Don't use prog1.
4182
4183 * language/european.el (diacritic-composition-function):
4184 Modify confused prog1 form.
4185
4186 * international/quail.el (quail-keyboard-layout-alist): Fix pc105-uk.
4187 (quail-keyboard-layout): Customize.
4188 Move after quail-keyboard-layout-alist.
4189
4190 2002-10-28 Miles Bader <miles@gnu.org>
4191
4192 * progmodes/make-mode.el (makefile-warn-continuations):
4193 Don't barf when there _aren't_ any suspicious continuations.
4194
4195 2002-10-28 Matthew Swift <swift@alum.mit.edu>
4196
4197 * progmodes/compile.el (grep-find-use-xargs): Fix docstring.
4198
4199 2002-10-27 Michael Kifer <kifer@cs.stonybrook.edu>
4200
4201 * ediff-wind.el (ediff-control-frame-parameters): Add scrollbar-height.
4202
4203 2002-10-27 Andreas Schwab <schwab@suse.de>
4204
4205 * progmodes/sh-script.el (sh-mode-syntax-table): Don't make ^L
4206 end-of-comment syntax.
4207
4208 2002-10-27 Kim F. Storm <storm@cua.dk>
4209
4210 * ido.el (ido-cannot-complete-command): New defcustom, default to
4211 ido-completion-help (similar to iswitchb-cannot-complete-hook).
4212 (ido-complete): Call value of ido-cannot-complete-command rather
4213 than ido-completion-help when no common completion.
4214
4215 2002-10-27 Dave Love <fx@gnu.org>
4216
4217 * international/code-pages.el (iso-8859-11): New.
4218
4219 2002-10-27 Kim F. Storm <storm@cua.dk>
4220
4221 * pcvs.el (cvs-checkout): Use read-directory-name.
4222 (cvs-query-directory): Likewise.
4223
4224 2002-10-26 Richard M. Stallman <rms@gnu.org>
4225
4226 * progmodes/make-mode.el (makefile-cleanup-continuations):
4227 Default for variable is nil.
4228 (makefile-warn-continuations): New function.
4229 (makefile-mode): Put it on write-file-functions.
4230
4231 * international/mule-cmds.el (select-safe-coding-system):
4232 Delete debugging setq.
4233
4234 * shell.el (shell): Look for .emacs_SHELL under ~/.emacs.d
4235 after looking in ~.
4236
4237 * startup.el (command-line): Look for .emacs under ~/.emacs.d
4238 after looking in ~.
4239
4240 * simple.el (toggle-truncate-lines): When turning off truncation,
4241 clear out the hscroll value in this buffer's windows.
4242
4243 * simple.el (display-message-or-buffer): Don't display empty
4244 output in the echo area.
4245
4246 * man.el (Man-default-man-entry): Don't look for all word chars,
4247 look only for characters that are normally part of a shell command.
4248
4249 * gud.el (gdb): Pass default-directory to GDB via -cd option.
4250
4251 * font-lock.el (c++-font-lock-keywords...): Add `restrict' keyword.
4252
4253 * find-file.el (ff-find-related-file): Fix autoload cookie.
4254
4255 * emacs-lisp/unsafep.el (unsafep-variable): Pass second arg to
4256 risky-local-variable-p.
4257
4258 * files.el (risky-local-variable-p): VAL=nil has special meaning.
4259
4260 * Makefile.in (compile-always): Avoid error in old Bash versions.
4261
4262 2002-10-26 John Paul Wallington <jpw@shootybangbang.com>
4263
4264 * textmodes/picture.el (picture-mouse-set-point): New command.
4265 (picture-mode-map): Bind it.
4266 (picture-motion-reverse): Doc fix.
4267
4268 2002-10-25 Stefan Monnier <monnier@cs.yale.edu>
4269
4270 * textmodes/outline.el (outline-next-heading): Make sure the match-data
4271 is really correct where returning.
4272
4273 2002-10-24 Matthew Swift <swift@alum.mit.edu>
4274
4275 * textmodes/outline.el (outline-minor-mode): Add customization group.
4276
4277 2002-10-23 Richard M. Stallman <rms@gnu.org>
4278
4279 * files.el (risky-local-variable-p): New arg VAL.
4280 (compile-command): Use `stringp' for `safe-local-variable' prop.
4281 (hack-one-local-variable): Pass VAL to `risky-local-variable-p'.
4282
4283 2002-10-23 Francis J. Wright <F.J.Wright@qmul.ac.uk>
4284
4285 * woman.el (woman-version): Update to 0.551 (beta).
4286 (woman-parse-colon-path): Add support for current Cygwin mount
4287 conventions.
4288 (woman-Cyg-to-Win): New function to convert absolute filename from
4289 Cygwin to Windows form by executing external program cygpath if
4290 possible.
4291 (woman-man.conf-path): Update default to current common locations
4292 and to support Cygwin; update documentation.
4293 (woman-parse-man.conf): Generalize regexp to "man.*\\.conf" to
4294 match possible names of man.conf file; tidy code and documentation.
4295 (woman-manpath): Simplify default and documentation; essentially
4296 move code that was here into `woman-parse-colon-path'.
4297 (woman-default-indent): Change Linux to GNU in documentation.
4298 (woman-addition-face): Make documentation consistent with other
4299 WoMan faces.
4300 (woman-emulate-tbl): New variable, determines whether tbl
4301 emulation is required.
4302 (woman-decode-region): Add check for preprocessor requests.
4303 (woman0-process-escapes, woman-special-characters)
4304 (woman-get-next-char, woman-parse-numeric-value): Add support for
4305 long groff names of the form [xxx].
4306 (woman-strings, woman-change-fonts): Now call `woman-match-name'.
4307 (woman2-PD, woman2-na): Doc fix.
4308 (woman-match-name): New function.
4309 (woman2-TS): New function.
4310 (woman2-TE): New alias for `woman2-fi'.
4311
4312 2002-10-23 Kim F. Storm <storm@cua.dk>
4313
4314 * ido.el (ido-restrict-to-matches): New command.
4315 (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map.
4316
4317 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change)
4318
4319 * eshell/esh-io.el (eshell-set-output-handle): Fix so that
4320 multiple redirection can work.
4321
4322 2002-10-21 Stefan Monnier <monnier@cs.yale.edu>
4323
4324 * ielm.el (inferior-emacs-lisp-mode): If hexl not found, use cat.
4325 Don't hardcode point-min == 1.
4326
4327 * hexl.el (hexl-mode-old-write-contents-hooks): Remove.
4328 (hexl-mode, hexl-current-address, hexl-address-to-marker)
4329 (hexl-insert-char): Don't hardcode point-min == 1.
4330 (hexl-isearch-search-function): New fun.
4331 (hexl-mode-old-isearch-search-fun-function): New var.
4332 (hexl-mode): Use them.
4333 (hexl-mode, hexl-mode-exit, hexl-maybe-dehexlify-buffer):
4334 Use write-contents-functions rather then write-contents-hooks.
4335
4336 * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
4337 (paragraph-indent-text-mode-abbrev-table)
4338 (paragraph-indent-text-mode-syntax-table): Remove.
4339 (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
4340
4341 2002-10-21 Juanma Barranquero <lektu@terra.es>
4342
4343 * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
4344 from Emacs 21. Arg DIR renamed to DIRECTORY for consistency.
4345
4346 2002-10-20 Andreas Schwab <schwab@suse.de>
4347
4348 * apropos.el (apropos-group): Use customize-group-other-window.
4349
4350 2002-10-18 Stefan Monnier <monnier@rum.cs.yale.edu>
4351
4352 * progmodes/perl-mode.el (perl-mode-syntax-table): Change $ back
4353 to just "/" instead of "/ p".
4354 (perl-font-lock-syntactic-keywords): Use ". p" for the `$'.
4355
4356 2002-10-18 Juanma Barranquero <lektu@terra.es>
4357
4358 * textmodes/artist.el (artist-ff-is-bottommost-line): Fix misplaced
4359 ELSE expression on IF.
4360
4361 2002-10-17 Juanma Barranquero <lektu@terra.es>
4362
4363 * align.el (align-rules-list, align-exclude-rules-list): Fix typos.
4364
4365 * subr.el (remq): Likewise.
4366
4367 * vc-cvs.el (vc-cvs-sticky-tag-display): Likewise.
4368
4369 * vc-hooks.el (vc-insert-file): Likewise.
4370
4371 * vcursor.el (vcursor-other-window): Likewise.
4372
4373 * wid-edit.el (widget-choose): Likewise.
4374
4375 * calendar/diary-lib.el (diary-name-pattern): Likewise.
4376
4377 * emacs-lisp/elint.el (elint-error, elint-warning): Likewise.
4378
4379 * emacs-lisp/lisp.el (beginning-of-defun): Likewise.
4380
4381 * emulation/edt-mapper.el (top-level): Likewise.
4382
4383 * eshell/esh-var.el (eshell/define): Likewise.
4384
4385 * mail/feedmail.el (feedmail-nuke-body-in-fcc)
4386 (feedmail-queue-draft-directory): Likewise.
4387
4388 * net/netrc.el (netrc-parse): Likewise.
4389
4390 * obsolete/cplus-md.el (c++-empty-arglist-indent): Likewise.
4391
4392 * progmodes/ebrowse.el (ebrowse-ts)
4393 (ebrowse-view/find-file-and-search-pattern)
4394 (ebrowse-draw-file-member-info): Likewise.
4395
4396 * progmodes/idlwave.el (idlwave-region-active-p): Likewise.
4397
4398 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
4399
4400 * progmodes/sh-script.el (sh-indent-for-then): Likewise.
4401
4402 * textmodes/bibtex.el (bibtex-find-entry-location): Likewise.
4403
4404 * textmodes/sgml-mode.el (sgml-close-tag, html-imenu-index): Likewise.
4405
4406 2002-10-17 Dave Love <fx@gnu.org>
4407
4408 * international/mule-diag.el (non-iso-charset-alist): Add koi8-u.
4409
4410 * international/code-pages.el (cp-make-translation-table): Use
4411 ucs-mule-to-mule-unicode.
4412 (cp-fix-safe-chars): Fix typo.
4413 (non-iso-charset-alist): Don't define.
4414 (cp-make-coding-system): Use utf-8-translation-table-for-decode.
4415 Define translation-table-for-input.
4416 (cp866): Reinstate.
4417 (alternativnj): Don't define alias.
4418 (koi8-u): Deleted.
4419
4420 * language/european.el ("Slovenian"): Use slovenian input-method.
4421 (encode-mac-roman): Use ucs-mule-to-mule-unicode.
4422
4423 * language/cyrillic.el (cyrillic-alternativnyj-decode-table): Fix
4424 the table.
4425 (cyrillic-alternativnyj): Don't give it `mime-charset' property.
4426 (cp866): Delete this alias.
4427 ("Bulgarian"): Fix the value of `input-method'.
4428
4429 2002-10-16 Luc Teirlinck <teirllm@mail.auburn.edu>
4430
4431 * dired-aux.el (dired-add-entry): Put point in correct position
4432 before inserting marker char.
4433
4434 2002-10-16 Andreas Schwab <schwab@suse.de>
4435
4436 * dired.el (dired-readin-insert): Expand dired-directory.
4437
4438 * dired-aux.el (dired-insert-subdir-doinsert): Preserve point.
4439
4440 2002-10-16 Markus Rost <rost@math.ohio-state.edu>
4441
4442 * textmodes/reftex-vars.el: Move reftex-set-dirty here from
4443 reftex.el. Move the provide call to end of file.
4444
4445 * textmodes/reftex.el: Move reftex-set-dirty to reftex-vars.el.
4446
4447 2002-10-15 Dave Love <fx@gnu.org>
4448
4449 * man.el (Man-getpage-in-background): Set width in environment.
4450
4451 2002-10-15 Kenichi Handa <handa@m17n.org>
4452
4453 * mail/sendmail.el (sendmail-send-it): Call
4454 select-message-coding-system before changing the current bufer to
4455 " sendmail temp".
4456
4457 2002-10-14 Andre Spiegel <spiegel@gnu.org>
4458
4459 * files.el (insert-directory): Handle //SUBDIRED// lines in
4460 recursive listings from ls --dired.
4461
4462 * vc.el (vc-dired-reformat-line): Simplified. Handles text
4463 properties correctly now.
4464
4465 2002-10-14 Juanma Barranquero <lektu@terra.es>
4466
4467 * international/mule.el (set-selection-coding-system): Fix spacing.
4468
4469 2002-10-13 Richard M. Stallman <rms@gnu.org>
4470
4471 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
4472 Treat `ignore' specially--prevent warnings about functions
4473 called for effect, in its args.
4474 Don't warn when `pop' is used for effect.
4475
4476 * emacs-lisp/autoload.el (autoload-print-form): Cleanup.
4477
4478 * uniquify.el (uniquify-get-proposed-name):
4479 Don't use directory-sep-char.
4480
4481 * thingatpt.el (read-from-whole-string): Add call to `ignore'.
4482
4483 * find-file.el (ff-related-file-alist): New alias.
4484 (ff-find-related-file): New alias.
4485
4486 2002-10-13 Andreas Schwab <schwab@suse.de>
4487
4488 * dired.el (dired-insert-directory): When looking for existing
4489 indentation, goto OPOINT instead of beginning of buffer.
4490
4491 2002-10-12 Stefan Monnier <monnier@cs.yale.edu>
4492
4493 * cus-dep.el (custom-make-dependencies): Ignore preloaded files.
4494
4495 2002-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
4496
4497 * ediff-init.el (ediff-frame-char-height): Use frame-selected-window.
4498
4499 * ediff-util.el (ediff-file-checked-in-p): Changed progn with and.
4500
4501 * ediff-wind.el (ediff-skip-unsuitable-frames): Distinguish selected
4502 frame from frame of selected window.
4503 (ediff-frame-has-dedicated-windows): Don't select any frames to avoid
4504 changing selected windows.
4505 (ediff-setup-control-frame): Make sure auto-rase is properly set for
4506 the control frame.
4507
4508 2002-10-10 Simon Josefsson <jas@extundo.com>
4509
4510 * browse-url.el (browse-url-mozilla): Doc fix.
4511
4512 2002-10-10 Steve Youngs <youngs@xemacs.org>
4513
4514 * browse-url.el (browse-url-mozilla-new-window-is-tab): New.
4515 (browse-url-mozilla): Use it.
4516
4517 2002-10-11 Miles Bader <miles@gnu.org>
4518
4519 * vc-cvs.el (vc-cvs-parse-entry): Don't barf when an `Entries'
4520 files contains an invalid timestamp.
4521
4522 2002-10-11 Simon Josefsson <jas@extundo.com>
4523
4524 * mail/sendmail.el (mail-envelope-from): New option `header' to
4525 use RFC 2822 From: header as the envelope address.
4526 (mail-envelope-from): New function, this should be used instead of
4527 looking at the `mail-envelope-from' variable.
4528 (sendmail-send-it): Use it.
4529
4530 * mail/smtpmail.el (smtpmail-via-smtp): Use it.
4531
4532 2002-10-11 Andre Spiegel <spiegel@gnu.org>
4533
4534 * dired.el (dired-insert-directory): Fix check for indentation
4535 from ls --dired.
4536
4537 * vc.el (vc-dired-reformat-line): As a temporary fix, remove all text
4538 properties from the reformatted line.
4539
4540 2002-10-10 Stefan Monnier <monnier@cs.yale.edu>
4541
4542 * textmodes/paragraphs.el (forward-paragraph): Keep track of
4543 remaining paragraphs to skip more carefully.
4544
4545 * add-log.el (add-change-log-entry): Don't call find-file at all
4546 if we're already in the proper buffer.
4547 (change-log-resolve-conflict): New fun.
4548 (change-log-mode): Use it and use define-derived-mode.
4549 (change-log-merge): Allow other-log to be a buffer.
4550 Don't add a \n if there are already enough \n's.
4551
4552 * finder-inf.el, subdirs.el, cus-load.el: Remove.
4553
4554 * finder.el ("finder-inf"): Don't fail if the file is absent.
4555
4556 * cus-dep.el (custom-make-dependencies): Don't use find-file.
4557 Use feature names rather than file names if applicable.
4558
4559 * cus-edit.el (customize-mode): New command.
4560
4561 * custom.el (custom-group-of-mode): New fun.
4562 (custom-load-symbol): Don't use preloaded-file-list now that
4563 load-history is always complete. Don't look up the expanded file
4564 name in load-history (looked like an XEmacsism).
4565
4566 * smerge-mode.el (smerge-ediff): Autoload.
4567 (smerge-match-conflict): Don't assume as much about smerge-begin-re.
4568 (smerge-resolve-function): New var.
4569 (smerge-resolve): New command.
4570 (smerge-basic-map): Bind it.
4571
4572 2002-10-10 Andre Spiegel <spiegel@gnu.org>
4573
4574 * vc-cvs.el (vc-cvs-parse-entry): Parse the time stamp found in
4575 CVS/Entries, rather than comparing it textually.
4576
4577 2002-10-10 Markus Rost <rost@math.ohio-state.edu>
4578
4579 * international/encoded-kb.el: Add `provide' call.
4580
4581 2002-10-09 David Kastrup <David.Kastrup@t-online.de>
4582
4583 * calc/calc-alg.el (calcFunc-ln): In symbolic manipulations,
4584 ln(-1) should be i*pi, not pi.
4585
4586 2002-10-09 Markus Rost <rost@math.ohio-state.edu>
4587
4588 * vc-cvs.el (vc-cvs-registered): In the autoload version use load
4589 instead of require to avoid loops when loaddefs.el is loaded after
4590 vc-cvs.el.
4591
4592 * cus-edit.el (Custom-reset-current): Don't test for default-boundp.
4593 (Custom-reset-saved): Don't test for saved-value.
4594
4595 2002-10-08 Stefan Monnier <monnier@cs.yale.edu>
4596
4597 * vc.el (vc-find-version): Use the new backend op `find-version'.
4598 (vc-default-find-version): Provide the new backend op `find-version'
4599 in terms of the old `checkout' op.
4600
4601 * vc-rcs.el (vc-rcs-find-version): New fun.
4602 (vc-rcs-checkout): Remove `workfile' arg and simplify.
4603
4604 * vc-sccs.el (vc-sccs-find-version): New fun.
4605 (vc-sccs-checkout): Remove `workfile' arg and simplify.
4606
4607 * vc-cvs.el (vc-cvs-find-version): New fun.
4608
4609 2002-10-08 John Paul Wallington <jpw@shootybangbang.com>
4610
4611 * info.el (Info-next-menu-item, Info-last-menu-item)
4612 (info-emacs-manual): Add docstrings.
4613 (Info-index): Use `string-to-number' instead of `string-to-int'.
4614
4615 2002-10-08 Kenichi Handa <handa@m17n.org>
4616
4617 * international/ucs-tables.el (ucs-translation-table-for-decode):
4618 Define it as a translation-table.
4619
4620 2002-10-07 Richard M. Stallman <rms@gnu.org>
4621
4622 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4623
4624 * progmodes/compile.el (grep-compute-defaults): Set the standard-value
4625 properties of the variables being initialized.
4626
4627 * thingatpt.el (thing-at-point-url-path-regexp): Doc fix.
4628
4629 2002-10-07 Kim F. Storm <storm@cua.dk>
4630
4631 * emulation/cua-base.el (cua-normal-cursor-color):
4632 Fixed initialization to make "Erase Customization" work.
4633
4634 2002-10-07 Stefan Monnier <monnier@cs.yale.edu>
4635
4636 * vc.el (vc-maybe-resolve-conflicts): Always call vc-resolve-conflicts
4637 in case some other package redefined it.
4638 (vc-resolve-conflicts): Make it into an alias for smerge-ediff.
4639
4640 * textmodes/fill.el (fill-paragraph): Go to BOL before calling
4641 forward-paragraph to make sure its return value is meaningful.
4642
4643 2002-10-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4644
4645 * net/tramp.el: Version 2.0.25 released.
4646 (tramp-handle-file-truename): If it's a directory,
4647 append slash only if result doesn't end in a slash already.
4648 (tramp-handle-file-truename): Restructure logic. If list of steps
4649 is nil, return "/" as the real name.
4650 (tramp-completion-mode): Add "\\(" and "\\)". Otherwise,
4651 `match-string' doesn't make sense. From Michael Albinus.
4652 (tramp-host-with-port-regexp): New defcustom. Equal to previous
4653 `tramp-host-regexp'. From Michael Albinus.
4654 (tramp-host-regexp): Taken off hashes in host names. Otherwise,
4655 scanning files like .rhosts would take comments as host names.
4656 From Michael Albinus.
4657 (tramp-file-name-structure, tramp-multi-file-name-hop-structure):
4658 Replace `tramp-host-regexp' by `tramp-host-with-port-regexp'.
4659 From Michael Albinus.
4660 (tramp-action-terminal): New function.
4661 (tramp-terminal-prompt-regexp): New variable, matches "tset" prompts.
4662 (tramp-actions-before-shell): Use them.
4663 (tramp-handle-shell-command): Logic error. From Ivan
4664 Zakharyaschev <imz@altlinux.org>.
4665
4666 2002-10-06 Markus Holmberg <markush@acc.umu.se> (tiny change)
4667
4668 * thingatpt.el (thing-at-point-uri-schemes): New variable.
4669 (thing-at-point-url-regexp): Use it.
4670
4671 2002-10-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4672
4673 * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO
4674 loops.
4675
4676 2002-10-05 Stefan Monnier <monnier@cs.yale.edu>
4677
4678 * vc.el (vc-log-mode-map): Explicitly inherit from text-mode.
4679 (vc-maybe-resolve-conflicts): Don't check smerge-mode and smerge-ediff.
4680 (vc-print-log): Don't check log-view-mode.
4681 (vc-default-show-log-entry): Don't check log-view-goto-rev.
4682 (vc-log-mode): Remove.
4683 (vc-log-edit): Don't check log-edit.
4684
4685 2002-10-04 Stefan Monnier <monnier@cs.yale.edu>
4686
4687 * vc-cvs.el (vc-cvs-show-log-entry):
4688 * vc-rcs.el (vc-rcs-show-log-entry): Delete.
4689
4690 * smerge-mode.el (smerge-ediff): Add name-{mine,other,base} args.
4691
4692 2002-10-04 Markus Rost <rost@math.ohio-state.edu>
4693
4694 * vc.el (vc-default-show-log-entry): Fix typo.
4695
4696 2002-10-04 Steven Tamm <steventamm@mac.com>
4697
4698 * term/mac-win.el: Add lines to handle the new [return] event.
4699
4700 2002-10-03 Stefan Monnier <monnier@cs.yale.edu>
4701
4702 * textmodes/fill.el (fill-paragraph): Give up if there's no
4703 paragraph at or after point.
4704
4705 * textmodes/paragraphs.el (forward-paragraph): Return the steps left.
4706
4707 * vc.el (vc-print-log): Unconditionally use `show-log-entry'.
4708 (vc-default-show-log-entry): New fun.
4709
4710 * subr.el (read-key-auxiliary-map, read-key): Remove.
4711 (read-quoted-char): Undo the `read-key' change of 2002-06-23.
4712
4713 2002-10-03 Markus Rost <rost@math.ohio-state.edu>
4714
4715 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Handle the
4716 menu pseudo-keys generated by easymenu which are lowercase in
4717 Emacs 21.4.
4718
4719 * progmodes/ada-xref.el
4720 (ada-xref-update-project-menu,ada-add-ada-menu): Ditto.
4721
4722 2002-10-03 John Paul Wallington <jpw@shootybangbang.com>
4723
4724 * frame.el (delete-frame-hook): Variable alias for
4725 `delete-frame-functions'. Mark obsolete.
4726
4727 2002-10-02 Stefan Monnier <monnier@cs.yale.edu>
4728
4729 * textmodes/outline.el (outline-1, outline-2, outline-3, outline-4)
4730 (outline-5, outline-6, outline-7, outline-8): New faces.
4731 (outline-font-lock-faces, outline-font-lock-levels): New vars.
4732 (outline-font-lock-face): New fun.
4733 (outline-font-lock-keywords): Use it.
4734 (outline-font-lock-level): Remove.
4735 (outline-mode, outline-next-preface, outline-next-heading)
4736 (outline-previous-heading, outline-next-visible-heading):
4737 Use shy group.
4738 (outline-level) <var>: Update calling convention.
4739 (outline-level) <fun>: Take advantage of it.
4740 (outline-demote): Don't assume the match-data is still uptodate.
4741 (outline-up-heading): Simplify and make sure the match data is
4742 properly set at the end.
4743
4744 2002-10-02 Markus Rost <rost@math.ohio-state.edu>
4745
4746 * progmodes/sh-script.el (sh-alias-alist): Use append instead of
4747 nconc.
4748
4749 * startup.el (normal-top-level): Reset standard-value property of
4750 `user-full-name' here.
4751
4752 2002-10-02 Per Abrahamsen <abraham@dina.kvl.dk>
4753
4754 * wid-edit.el (widget-default-get): Change to return external
4755 value.
4756 (widget-choice-action): Update caller.
4757 (widget-editable-list-entry-create): Update caller.
4758
4759 * wid-edit.el (widget-types-copy): New function.
4760 (default): Added :copy keyword.
4761 (menu-choice): Ditto.
4762 (checklist): Ditto.
4763 (radio-button-choice): Ditto.
4764 (editable-list): Ditto.
4765 (group): Ditto.
4766 (widget-copy): New function.
4767 (widget-create-child): Use it.
4768 (widget-create-child-value): Use it.
4769
4770 2002-10-01 Bill Wohler <wohler@newt.com>
4771
4772 * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el,
4773 mail/mh-mime.el, mail/mh-pick.el, mail/mh-seq.el,
4774 mail/mh-utils.el, mail/mh-xemacs-compat.el, mail/reply2.pbm,
4775 mail/reply2.xpm, toolbar/execute.pbm, toolbar/execute.xpm,
4776 toolbar/page-down.pbm, toolbar/page-down.xpm, toolbar/refile.pbm,
4777 toolbar/refile.xpm, toolbar/repack.pbm, toolbar/repack.xpm,
4778 toolbar/rescan.pbm, toolbar/rescan.xpm, toolbar/show.pbm,
4779 toolbar/show.xpm, toolbar/widen.pbm, toolbar/widen.xpm:
4780 Upgraded to mh-e version 6.1.1. Full ChangeLog available in
4781 http://prdownloads.sourceforge.net/mh-e/mh-e-6.1.tgz?download .
4782 There were no user-visible changes in 6.1.1 from 6.1--only the
4783 section of the Makefile that installs the files into Emacs was changed.
4784
4785 2002-10-01 Stefan Monnier <monnier@cs.yale.edu>
4786
4787 * pcvs.el (cvs-mode-find-file): Look up font-lock-face so it also
4788 works when font-lock is turned off.
4789
4790 * jit-lock.el (jit-lock-fontify-now): Don't widen.
4791 Let the jit-lock-functions do it if they want to.
4792
4793 2002-10-01 Juanma Barranquero <lektu@terra.es>
4794
4795 * eshell/esh-module.el (eshell-load-defgroups):
4796 Add "no-byte-compile: t" to subdirs.el.
4797
4798 * makefile.w32-in (update-subdirs-CMD): Likewise.
4799
4800 * forms-d2.el:
4801 * forms-pass.el:
4802 * generic-x.el:
4803 * patcomp.el:
4804 * paths.el:
4805 * version.el:
4806 * international/mule-conf.el:
4807 * language/czech.el:
4808 * language/devanagari.el:
4809 * language/english.el:
4810 * language/georgian.el:
4811 * language/greek.el:
4812 * language/hebrew.el:
4813 * language/japanese.el:
4814 * language/korean.el:
4815 * language/lao.el:
4816 * language/misc-lang.el:
4817 * language/romanian.el:
4818 * language/slovak.el:
4819 * language/thai.el:
4820 * language/utf-8-lang.el:
4821 * emacs-lisp/cl-specs.el:
4822 * eshell/esh-maint.el:
4823 * mail/blessmail.el:
4824 * play/bruce.el:
4825 * term/apollo.el:
4826 * term/AT386.el:
4827 * term/bobcat.el:
4828 * term/internal.el:
4829 * term/iris-ansi.el:
4830 * term/keyswap.el:
4831 * term/linux.el:
4832 * term/lk201.el:
4833 * term/news.el:
4834 * term/vt102.el:
4835 * term/vt125.el:
4836 * term/vt200.el:
4837 * term/vt201.el:
4838 * term/vt220.el:
4839 * term/vt240.el:
4840 * term/vt300.el:
4841 * term/vt320.el:
4842 * term/vt400.el:
4843 * term/vt420.el:
4844 * term/wyse50.el: Add "no-byte-compile: t" in first line.
4845
4846 2002-10-01 Kenichi Handa <handa@m17n.org>
4847
4848 * international/utf-16.el: Don't provide utf-16.
4849
4850 * international/utf-8.el (ccl-decode-mule-utf-8):
4851 Remove unnecessary line.
4852
4853 2002-09-30 Kenichi Handa <handa@m17n.org>
4854
4855 * language/thai.el (thai-tis620): Add `mime-charset' property.
4856
4857 * language/indian.el: Don't register "ISO10646.*-1" in
4858 font-ccl-encoder-alist.
4859
4860 * language/cyrillic.el (ccl-decode-koi8): Refer to
4861 ucs-translation-table-for-decode.
4862 (ccl-decode-koi8-u): Likewise.
4863 (ccl-decode-alternativnyj): Likewise.
4864 (cyrillic-koi8): Put `dependency' property.
4865 (koi8-u): Likewise.
4866 (cyrillic-alternativnyj): Likewise.
4867
4868 * international/utf-8.el (ucs-mule-to-mule-unicode): Don't define
4869 this translation-table name here.
4870 (utf-translation-table-for-encode): New translation-table name.
4871 (utf-fragmentation-table): Renamed from utf-8-fragmentation-table.
4872 (utf-defragmentation-table): New variable.
4873 (ucs-mule-cjk-to-unicode): Renamed from utf-8-subst-rev-table.
4874 (utf-subst-table-for-encode): New translation-table name.
4875 (ucs-unicode-to-mule-cjk): Renamed from utf-8-subst-table.
4876 (utf-subst-table-for-decode): New translation-table name.
4877 (utf-fragment-on-decoding): Renamed from
4878 utf-8-fragment-on-decoding. Correctly handle the case that
4879 unify-8859-on-encoding-mode is off. Handle mule-utf-16-le and
4880 mule-utf-16-be too.
4881 (utf-translate-cjk): Renamed from utf-8-translate-cjk.
4882 Handle mule-utf-16-le and mule-utf-16-be too.
4883 (ccl-decode-mule-utf-8): Refer to utf-translation-table-for-decode
4884 and utf-subst-table-for-decode.
4885 (ccl-encode-mule-utf-8): Refer to utf-translation-table-for-encode
4886 and utf-subst-table-for-encode.
4887 (mule-utf-8): Fix `safe-charsets' property, put `dependency' property.
4888
4889 * international/utf-8-subst.el: Setup ucs-unicode-to-mule-cjk and
4890 ucs-mule-cjk-to-unicode, not utf-8-subst-table and
4891 utf-8-subst-rev-table.
4892
4893 * international/utf-16.el (utf-16-decode-ucs): Look up
4894 utf-subst-table-for-decode. Fix for the case that the looking up
4895 succeeds.
4896 (ccl-decode-mule-utf-16-le): Translate characters by
4897 utf-translation-table-for-decode.
4898 (ccl-decode-mule-utf-16-be): Likewise.
4899 (ccl-encode-mule-utf-16-le): Look up utf-subst-table-for-encode
4900 at first. Translate characters by utf-translation-table-for-encode.
4901 (ccl-encode-mule-utf-16-be): Likewise.
4902 (mule-utf-16-le, mule-utf-16-be): Add `dependency' property.
4903
4904 * loadup.el: Preload international/utf-16. Don't call ucs-unify-8859.
4905
4906 * international/ucs-tables.el: Don't bind
4907 utf-8-translation-table-for-decode while setting up
4908 ucs-mule-8859-to-ucs-table, etc. Add `depenency' property to
4909 iso-8859-* coding systems.
4910 (ucs-unify-8859): Arguments changed to FOR-ENCODE and FOR-DECODE.
4911 If FOR-DECODE is non-nil, make ucs-mule-8859-to-mule-unicode
4912 populate the translation table named
4913 ucs-translation-table-for-decode. If FOR-ENCODE is non-nil, make
4914 ucs-mule-to-mule-unicode populates the translation table named
4915 utf-translation-table-for-encode. Call register-char-codings for
4916 mule-utf-16-be and mule-utf-16-le too.
4917 (ucs-fragment-8859): Arguments changed to FOR-ENCODE and
4918 FOR-DECODE. If FOR-DECODE is non-nil, make the translation table
4919 named ucs-translation-table-for-decode vacant. If FOR-ENCODE is
4920 non-nil, make a proper char-table populates the translation table
4921 name utf-translation-table-for-encode. Call register-char-codings
4922 for all mule-utf-* to to reset their status to the origianl.
4923 (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
4924 ucs-fragment-8859 with fixed arguments. Set the version to 21.3.
4925 (unify-8859-on-decoding-mode): Likewise. Remove dependency.
4926 (ccl-encode-unicode-font): Delete.
4927 (ucs-tables-unload-hook): Delete.
4928
4929 * international/mule.el (decode-char): Refer to the translation
4930 hash table named utf-subst-table-for-decode. Refer to the
4931 translation table named utf-translation-table-for-decode instead
4932 of utf-8-translation-table-for-decode.
4933 (encode-char): Refer to the translation hash table named
4934 utf-subst-table-for-encode. Refer to the translation table named
4935 utf-translation-table-for-encode instead of
4936 utf-8-translation-table-for-encode.
4937
4938 * international/mule-diag.el (describe-coding-system):
4939 Describe `dependency' property.
4940
4941 * international/mule-conf.el (emacs-mule): Add property `composition'.
4942
4943 * international/fontset.el (ucs-mule-to-mule-unicode): Define this
4944 translation table name here.
4945 (ucs-mule-cjk-to-unicode): New translation table name.
4946 (ccl-encode-unicode-font): Merge the code in ucs-tables.el.
4947 (font-ccl-encoder-alist): Change the font registry pattern to
4948 "ISO10646.*-*".
4949
4950 2002-09-30 Colin Walters <walters@gnu.org>
4951
4952 * calc/calc-stuff.el (calc-flush-caches): Add optional arg
4953 `inhibit-msg'.
4954
4955 * calc/calc-prog.el (calc-kbd-report, calc-kbd-query): Don't bind
4956 `executing-kbd-macro' and `defining-kbd-macro'.
4957
4958 * calc/calc-ext.el (calc-reset): Don't bind `executing-kbd-macro'.
4959 Call `calc-flush-caches' with inhibit-msg arg.
4960 (calc-change-mode): Remove extra arg for `calc-save-modes'.
4961
4962 * calc/calc-mode.el (calc-save-modes): Remove `quiet' arg.
4963 Don't bind `executing-kbd-macro'.
4964
4965 2002-09-29 Noah Friedman <friedman@splode.com>
4966
4967 * subr.el (read-key): Use read-key-auxiliary-map, not read-key-aux-map.
4968
4969 2002-09-29 Richard M. Stallman <rms@gnu.org>
4970
4971 * startup.el (user-mail-address): Initialize to a useful value
4972 once Emacs is started up; initialize to "" at loadup time.
4973 (command-line): "", not nil, means user-mail-address not set yet.
4974
4975 2002-09-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4976
4977 * net/tramp.el: Version 2.0.24 released.
4978 (tramp-methods, tramp-completion-function-alist):
4979 Rename "*-old" methods to "*_old". From Michael Albinus.
4980 (tramp-completion-function-alist):
4981 Use `tramp-completion-function-alist-ssh' for the "fcp" method.
4982 From Michael Albinus.
4983 (tramp-default-method-alist): Use "su" for "root@localhost".
4984 (tramp-host-regexp): Allow "#" for "host#port" kludge.
4985 (tramp-ange-ftp-file-name-p): If METHOD is nil, find the right
4986 default method. Require additional args USER and HOST for this.
4987 Callers changed.
4988 (tramp-handle-file-local-copy): More local bindings. Bind results
4989 of tramp-get-{remote,local}-{de,en}coding earlier to avoid nasty
4990 "are you awake" problem.
4991 (tramp-action-password): Protect against clobbered match data.
4992 (tramp-open-connection-setup-interactive-shell): Explicitly set
4993 tramp-last-cmd-time before invoking tramp-send-command the first
4994 time. Otherwise, tramp-send-command would issue "echo are you
4995 awake" right at the first time, which is not what we want.
4996 Reported by Douglas Gray Stephens.
4997 (tramp-find-inline-encoding): Don't redirect stdout to
4998 /dev/null to avoid "chmode go-rwx" operation from "mimencode
4999 >/dev/null" as root(!), and to check the output of the decoding
5000 command.
5001 (tramp-maybe-open-connection): Don't send "are you awake" if
5002 process has died.
5003
5004 2002-09-29 Colin Walters <walters@gnu.org>
5005
5006 * calc/calc.el (calc-dispatch-map): Actually set to keymap.
5007
5008 2002-09-29 Mike Williams <mdub@bigfoot.com>
5009
5010 * textmodes/sgml-mode.el (sgml-guess-indent): Handle tabs correctly.
5011
5012 2002-09-29 Richard M. Stallman <rms@gnu.org>
5013
5014 * custom.el (defcustom): Doc fix.
5015
5016 2002-09-28 Richard M. Stallman <rms@gnu.org>
5017
5018 * loadhist.el (unload-feature): When undefining a variable,
5019 delete its buffer-local bindings.
5020
5021 2002-09-28 Luc Teirlinck <teirllm@mail.auburn.edu>
5022
5023 * subr.el (remove-yank-excluded-properties): Fix bugs in
5024 handling of category properties.
5025
5026 2002-09-28 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5027
5028 * ps-print.el (ps-print-emacs-type): Error if ps-print is
5029 activated in Epoch, inLucid or in Emacs v19 or lesser.
5030 Value can no longer be `lucid'.
5031 (ps-print-version): New version number (6.5.8).
5032 (faces): Never do (require 'faces).
5033
5034 2002-09-28 Simon Josefsson <jas@extundo.com>
5035
5036 * mail/smtpmail.el (smtpmail-via-smtp): Only negotiate starttls on
5037 streams that were opened using starttls.
5038
5039 2002-09-28 Paul Reilly <pmr@pajato.com>
5040
5041 * files.el (auto-mode-alist): Add support for Java Enterprise
5042 ARchive (ear/EAR) and Web ARchive (war/WAR) files.
5043
5044 2002-09-28 John Paul Wallington <jpw@shootybangbang.com>
5045
5046 * progmodes/m4-mode.el (m4-font-lock-keywords)
5047 (m4-mode-syntax-table, m4-mode-abbrev-table, m4-m4-buffer)
5048 (m4-m4-region): Doc fixes.
5049
5050 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>
5051
5052 * emacs-lisp/cl-macs.el: Use the new usage-in-docstring syntax.
5053 (cl-push, cl-pop): Remove.
5054 Use pop and push throughout the file instead.
5055 (cl-transform-lambda): Add usage info to docstring if the arglist
5056 is complex.
5057
5058 * emacs-lisp/autoload.el (make-autoload): Add usage info to docstring.
5059 (autoload-print-form): Also quote open-[-in-column 0.
5060
5061 * help-fns.el (help-with-tutorial): Use minibuffer-completion-help.
5062 (help-split-fundoc): Don't support old syntax any more.
5063 (help-add-fundoc-usage): New fun.
5064
5065 * emacs-lisp/cl-extra.el (cl-push, cl-pop): Remove.
5066 Use pop and push throughout the file instead.
5067 (cl-hash-lookup): Remove.
5068 (cl-make-hash-table, cl-hash-table-p, cl-gethash, cl-puthash)
5069 (cl-remhash, cl-clrhash, cl-maphash, cl-hash-table-count): Simplify.
5070
5071 * emacs-lisp/cl-seq.el (cl-push, cl-pop): Remove.
5072 Use pop and push throughout the file instead.
5073
5074 * emacs-lisp/edebug.el: Don't precompute menu shortcuts during
5075 loading since the current keymaps might be all weird.
5076
5077 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't add properties
5078 to the name since they're added by mode-line-format already.
5079 (define-minor-mode): Run (,mode -1) when needed.
5080
5081 * tar-mode.el (tar-untar-buffer): Handle dir-entries.
5082 (tar-summarize-buffer, tar-mode, tar-extract, tar-copy, tar-expunge)
5083 (tar-alter-one-field, tar-subfile-save-buffer, tar-mode-write-file):
5084 Don't hardcode 1 == point-min.
5085
5086 * abbrev.el (write-abbrev-file): Don't hardcode point-min == 1.
5087
5088 * subr.el (read-key-auxiliary-map): New var.
5089 (read-key): Use it.
5090 (make-temp-file): Make the file have mode 600.
5091 (add-minor-mode): Don't add properties to the name since it's
5092 added by mode-line-format already.
5093 Be more careful with the mode-line-menu entry name.
5094
5095 * userlock.el (ask-user-about-supersession-threat): Don't abort
5096 when the user hits mouse-2.
5097
5098 * register.el (set-register): Use push.
5099 (point-to-register): Set kill-buffer-hook in this buffer.
5100 (register-swap-out): Use dolist.
5101 (kill-buffer-hook): Don't change globally.
5102
5103 * server.el (server-select-display): New function.
5104 (server-process-filter): Add support for `-display' and `-eval' args.
5105 (server-visit-files): Use save-current-buffer, push, and dolist.
5106 Add server-kill-buffer to kill-buffer-hook.
5107 (kill-buffer-hook): Don't modify globally.
5108 (server-switch-buffer): Be a bit more careful with multiple displays.
5109 (server-socket-name): Always use /tmp and non-qualified hostname.
5110
5111 * uniquify.el (uniquify-rationalize-file-buffer-names):
5112 Add to kill-buffer-hook for buffers with conflict.
5113 (rename-buffer): Check kill-buffer-hook to see if there was a conflict.
5114 (uniquify-delay-rationalize-file-buffer-names): Remove useless check.
5115 (kill-buffer-hook): Don't change globally.
5116
5117 2002-09-27 Stefan Monnier <monnier@cs.yale.edu>.
5118
5119 * calc/calc.el (calc-bug-address, calc-scan-for-dels, calc-stack)
5120 (calc-stack-top, calc-always-load-extensions)
5121 (calc-line-numbering, calc-line-breaking, calc-display-just)
5122 (calc-display-origin, calc-number-radix, calc-leading-zeros)
5123 (calc-group-digits, calc-group-char, calc-point-char)
5124 (calc-frac-format, calc-prefer-frac, calc-hms-format)
5125 (calc-date-format, calc-float-format, calc-complex-format)
5126 (calc-full-float-format, calc-complex-mode, calc-infinite-mode)
5127 (calc-display-strings, calc-matrix-just, calc-break-vectors)
5128 (calc-full-vectors, calc-full-trail-vectors, calc-vector-commas)
5129 (calc-vector-brackets, calc-matrix-brackets, calc-language)
5130 (calc-language-option, calc-function-open, calc-function-open)
5131 (calc-function-close, calc-language-output-filter)
5132 (calc-language-input-filter, calc-radix-formatter)
5133 (calc-left-label, calc-right-label, calc-word-size)
5134 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5135 (calc-display-raw, calc-internal-prec, calc-inverse-flag)
5136 (calc-hyperbolic-flag, calc-keep-args-flag, calc-angle-mode)
5137 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5138 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5139 (calc-window-height, calc-display-trail, calc-show-selections)
5140 (calc-use-selections, calc-assoc-selections)
5141 (calc-display-working-message, calc-auto-why, calc-timing)
5142 (calc-display-sci-high, calc-display-sci-low, calc-other-modes)
5143 (calc-other-modes, calc-Y-help-msgs, calc-loaded-settings-file):
5144 Make into real defvars.
5145 (calc-mode-var-list): Delete.
5146 (calc-mode-save-mode, calc-standard-date-formats)
5147 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
5148 (calc-user-parse-tables, calc-gnuplot-default-device)
5149 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5150 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5151 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5152 (calc-invocation-macro, calc-show-banner): Make into defvars,
5153 taken from `calc-mode-var-list'.
5154 (calc-emacs-type-epoch, calc-emacs-type-19)
5155 (calc-emacs-type-lucid, calc-emacs-type-gnu19): Make into defvars.
5156 (calc-version, calc-version-date, calc-trail-pointer)
5157 (calc-trail-overlay, calc-undo-list, calc-redo-list)
5158 (calc-main-buffer, calc-trail-buffer, calc-why, calc-next-why)
5159 (calc-inverse-flag, calc-hyperbolic-flag, calc-keep-args-flag)
5160 (calc-last-kill, calc-previous-alg-entry, calc-dollar-values)
5161 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5162 (calc-said-hello, calc-executing-macro, calc-any-selections)
5163 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5164 (calc-display-dirty, calc-prepared-composition)
5165 (calc-selection-cache-default-entry, calc-embedded-info)
5166 (calc-embedded-active, calc-standalone-flag, var-EvalRules)
5167 (math-eval-rules-cache-tag, math-radix-explicit-format)
5168 (math-expr-function-mapping, math-expr-variable-mapping)
5169 (math-read-expr-quotes, math-working-step, math-working-step-2)
5170 (var-i, var-pi, var-e, var-phi, var-gamma, var-Modes): Make into
5171 defvars, from toplevel setq.
5172 (calc-mode-map): Set up keymap in more modern fashion.
5173 (calc-dispatch-map): Ditto.
5174 (calc-command-flags, calc-final-point-line)
5175 (calc-final-point-column): Defvar.
5176 (calc-do): Use `save-current-buffer' instead of `save-excursion'.
5177 (sel-mode): Defvar.
5178 (calc-any-evaltos): Ditto.
5179 (calc-buffer, calc-prev-char, calc-prev-prev-char)
5180 (calc-digit-value): Ditto.
5181 (math-eval-rules-cache, math-eval-rules-cache-other): Ditto.
5182 (math-sub-bignum): Bind `diff'.
5183 (calc-selection-cache-entry): Defvar.
5184 (calc-count-lines): Reference `pos' instead of `newpos'.
5185
5186 2002-09-27 Simon Josefsson <jas@extundo.com>
5187
5188 * mail/mail-hist.el (mail-hist-next-input): Fix docstring.
5189
5190 2002-09-26 Richard M. Stallman <rms@gnu.org>
5191
5192 * mail/unrmail.el (unrmail): Do the work directly,
5193 without actually selecting the messages in the from file.
5194 (unrmail-unprune): New subroutine.
5195
5196 * files.el (backup-buffer): Bind local var MODES.
5197 Don't use renaming for a suid or sgid file.
5198 Use backup-buffer-copy to do copying.
5199 (backup-buffer-copy): New subroutine.
5200 Clear suid and sgid bits for the copy.
5201
5202 2002-09-26 Edward M. Reingold <reingold@emr.cs.iit.edu>
5203
5204 * calendar/solar.el (solar-equinoxes-solstices):
5205 Use time properly adjusted for DST in the result.
5206
5207 2002-09-26 Richard M. Stallman <rms@gnu.org>
5208
5209 * follow.el (follow-generic-filter): Simply bind deactivate-mark.
5210 Bind inhibit-read-only; don't mess with buffer-read-only.
5211
5212 * speedbar.el (speedbar-refresh): Simply bind deactivate-mark.
5213
5214 2002-09-26 Luc Teirlinck <teirllm@mail.auburn.edu>
5215
5216 * ielm.el (inferior-emacs-lisp-mode): Treat the header as
5217 output, if comint-use-prompt-regexp-instead-of-fields is nil.
5218
5219 2002-09-26 John Paul Wallington <jpw@shootybangbang.com>
5220
5221 * ibuffer.el (ibuffer-update): Call `minibufferp' with argument
5222 instead of within `with-current-buffer'.
5223
5224 2002-09-26 Stephen Eglen <stephen@gnu.org>
5225
5226 * iswitchb.el (iswitchb-completions): Test that
5227 iswitchb-common-match-string is a string, before printing common
5228 completions.
5229
5230 2002-09-25 Stefan Monnier <monnier@cs.yale.edu>
5231
5232 * server.el: Use built-in network primitives.
5233 (server-program, server-previous-string): Remove.
5234 (server-previous-strings): New var.
5235 (server-socket-name): New var.
5236 (server-log): Minor change to the output format.
5237 (server-sentinel): Clean up global state when a client disconnects.
5238 (server-unquote-arg): New fun.
5239 (server-start): Use server-socket-name and make-network-process.
5240 (server-process-filter): Now talks to the clients directly.
5241 Normalize file name after unquoting and decoding.
5242 (server-buffer-done): Just close the connection.
5243 (server-switch-buffer): Handle the case where all windows are
5244 dedicated or minibuffers.
5245
5246 * font-lock.el (fast-lock-mode, lazy-lock-mode, jit-lock-mode):
5247 Don't bind them variables.
5248 (font-lock-turn-off-thing-lock, font-lock-after-fontify-buffer)
5249 (font-lock-after-unfontify-buffer): Check that the vars are bound.
5250 (font-lock-dont-widen): New var.
5251 (font-lock-default-fontify-region): Use it.
5252
5253 * emacs-lisp/find-func.el (find-library-name):
5254 Correctly find "file.el.gz" from "file.elc" or "file.elc.gz".
5255
5256 2002-09-25 Kenichi Handa <handa@etl.go.jp>
5257
5258 * international/mule-cmds.el (select-safe-coding-system):
5259 Handle safe but rejected default coding systems and unsafe default
5260 coding systems differently.
5261
5262 * international/mule-diag.el (list-character-sets): Use the buffer
5263 name "*Character Set List*", not "*Help*". List also indirectly
5264 supported character sets.
5265 (list-charset-chars): Use the buffer name "*Character List*", not
5266 "*Help*". Display the current charset name in the modeline.
5267 (non-iso-charset-alist): Add mapped charset list for `mac-roman'.
5268 (sort-listed-character-sets): Don't alter the region showing
5269 indirectly supported charsets.
5270
5271 2002-09-24 Simon Josefsson <jas@extundo.com>
5272
5273 * mail/mail-extr.el (mail-extr-ignore-single-names): Change default.
5274 (mail-extract-address-components): Doc fix.
5275
5276 2002-09-24 Markus Rost <rost@math.ohio-state.edu>
5277
5278 * simple.el (edit-and-eval-command): Protect command-history.
5279 (repeat-complex-command): Protect command-history.
5280
5281 2002-09-24 Juanma Barranquero <lektu@terra.es>
5282
5283 * replace.el (occur-find-match): New function.
5284 (occur-next, occur-prev): Use it.
5285
5286 * progmodes/sh-script.el (sh-mark-init): Don't set `occur-buffer'.
5287 (sh-mark-line): Likewise. Use 'occur-target and 'occur-match
5288 instead of 'occur and 'occur-point.
5289
5290 * eshell/em-unix.el (eshell-occur-mode-mouse-goto)
5291 (eshell-poor-mans-grep): Remove references to `occur-buffer'.
5292
5293 2002-09-24 Stefan Monnier <monnier@cs.yale.edu>
5294
5295 * descr-text.el (describe-text-category): Use *Help*.
5296 Don't kill-buffer.
5297 (describe-text-properties, describe-char):
5298 Delay self-inspection test. Use *Help*.
5299 Use syntax-after. Use `pos' rather than (point).
5300 Distinguish the before/after part of a composition.
5301
5302 2002-09-23 Kenichi Handa <handa@etl.go.jp>
5303
5304 * international/quail.el (quail-completion): Be sure to scroll
5305 quail-completion-buf.
5306
5307 2002-09-23 Richard M. Stallman <rms@gnu.org>
5308
5309 * ielm.el (*1): Fix previous change.
5310
5311 2002-09-23 Juanma Barranquero <lektu@terra.es>
5312
5313 * net/tramp.el (tramp-unified-filenames): Autoload it.
5314
5315 2002-09-23 Michael Kifer <kifer@cs.stonybrook.edu>
5316
5317 * ediff-init.el (ediff-get-next-window): Bug fix.
5318
5319 2002-09-22 Oliver Scholz <alkibiades@gmx.de>
5320
5321 * play/gamegrid.el (gamegrid-face): New variable to emulate a
5322 buffer-local default face.
5323 (gamegrid-xbm): New variable; XBM image as a replacement for
5324 `gamegrid-xpm' on Emacsen compiled without XPM-support.
5325 (gamegrid-colorize-glyph): Ported XEmacs-code for the generation
5326 of images to Emacs.
5327 (gamegrid-match-spec): Call `gamegrid-make-image-from-vector' to
5328 convert XEmacs-type image descriptors.
5329 (gamegrid-color-display-p): Remove (use `display-colors-p' instead.)
5330 (gamegrid-make-image-from-vector): New function. Convert XEmacs'
5331 image descriptors.
5332 (gamegrid-display-type): Use Emacs' standard `display-.*-p'
5333 functions to check for display capabilities. Fix the recognition
5334 of image-support in Emacs 21 by this way.
5335 (gamegrid-hide-cursor): Removed.
5336 (gamegrid-setup-default-font): Ported the code from XEmacs to
5337 Emacs: create a new face and assign the variable `gamegrid-face'
5338 to it. Make sure that the face is not higher than the smallest
5339 image used by the game.
5340 (gamegrid-initialize-display): Use `(setq cursor-type nil)'
5341 instead of `gamegrid-hide-cursor'.
5342 (gamegrid-set-face): If `gamegrid-display-mode' is 'glyph, put an
5343 image in the buffer, instead of applying a face. [This is because
5344 Emacs display-tables are not as capable as the display-tables in
5345 XEmacs. Maybe this function should be renamed to reflect the change?]
5346 (gamegrid-init-buffer): If `gamegrid-display-mode' is 'glyph, put
5347 the face held by `gamegrid-face' in an overlay over the whole
5348 buffer to emulate a buffer-local default-face.
5349
5350 2002-09-22 Markus Triska <triska@gmx.at> (iny change)
5351
5352 * play/doctor.el (doctor-doc): Add 2 question words.
5353 (doctor-getnoun): Parse and save the complete object phrase.
5354
5355 2002-09-22 Richard M. Stallman <rms@gnu.org>
5356
5357 * international/mule-cmds.el (select-safe-coding-system): Cope if
5358 default-coding-system gives nil which was then used in `min'.
5359
5360 * mail/sendmail.el (sendmail-send-it): If user's buffer
5361 is unibyte, make tembuf unibyte.
5362
5363 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5364
5365 * net/tramp.el: Version 2.0.22 released.
5366 (tramp-parse-rhosts, tramp-parse-shosts)
5367 (tramp-parse-hosts, tramp-parse-passwd): Apply `push' but
5368 `add-to-list' for performance reasons.
5369 (tramp-get-completion-user-host): Return `nil' in case both `user'
5370 and 'host' are empty (not necessarily `nil'.
5371 (tramp-parse-netrc, tramp-parse-netrc-group): New functions.
5372 (tramp-user-regexp): " \t" are not user regexp characters.
5373 (tramp-completion-handle-file-name-all-completions):
5374 Remove Ange-FTP cmpletion. It has a bug not handling the "/ftp:" prefix
5375 completely, and it returns local completions as well.
5376 (tramp-completion-function-alist-ftp): New constant.
5377 (tramp-completion-function-alist): Add completion function for "ftp".
5378 From Michael Albinus <Michael.Albinus@alcatel.de>.
5379
5380 2002-09-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5381
5382 * net/tramp.el: Version 2.0.21 released.
5383 (tramp-handle-file-newer-than-file-p): If mtime of both files is
5384 known, return a useful result. Better error message in case one
5385 is a Tramp file and one isn't.
5386 (tramp-handle-file-local-copy, tramp-handle-write-region)
5387 (tramp-find-shell, tramp-open-connection-telnet)
5388 (tramp-open-connection-rsh, tramp-open-connection-su)
5389 (tramp-open-connection-setup-interactive-shell)
5390 (tramp-post-connection, tramp-maybe-open-connection)
5391 (tramp-method-out-of-band-p): Correct number of args for
5392 `tramp-get-rsh-program' and similar functions.
5393
5394 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5395
5396 * net/tramp.el: Version 2.0.20 released.
5397
5398 2002-09-20 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5399
5400 * net/tramp.el (tramp-completion-function-alist): Escape open
5401 paren in docstring.
5402 (tramp-user-regexp, tramp-host-regexp): Allow empty strings.
5403 (tramp-handle-insert-file-contents): Call tramp-message-for-buffer
5404 instead of tramp-message.
5405 (tramp-open-connection-rsh): Handle empty string as user name.
5406 (tramp-open-connection-su): Handle empty string as host name.
5407 Handle nil user name.
5408 (tramp-handle-file-local-copy, tramp-handle-write-region)
5409 (tramp-completion-handle-file-name-all-completions)
5410 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5411 (tramp-open-connection-su, tramp-post-connection)
5412 (tramp-maybe-open-connection, tramp-method-out-of-band-p)
5413 (tramp-get-connection-function, tramp-get-remote-sh)
5414 (tramp-get-rsh-program, tramp-get-rsh-args)
5415 (tramp-get-rcp-program, tramp-get-rcp-args)
5416 (tramp-get-rcp-keep-date-arg, tramp-get-su-program)
5417 (tramp-get-su-args, tramp-get-telnet-program)
5418 (tramp-get-telnet-args): Use `tramp-find-method', perhaps require
5419 additional args USER, HOST.
5420 (tramp-action-password, tramp-open-connection-telnet)
5421 (tramp-open-connection-su, tramp-open-connection-multi)
5422 (tramp-method-out-of-band-p): `tramp-method-out-of-band-p' now
5423 takes USER and HOST arguments, to be able to use
5424 `tramp-find-method'. Update callers.
5425 (tramp-find-method): New function.
5426
5427 2002-09-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5428
5429 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5430 in SWITCHES (by removing it).
5431
5432 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5433
5434 * net/tramp.el (tramp-file-name-handler): Add `file-remote-p' property.
5435
5436 2002-09-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5437
5438 * net/tramp.el (top-level): Maybe autoload uudecode-decode-region.
5439
5440 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5441
5442 * net/tramp.el (tramp-bug): Add tramp-methods.
5443
5444 2002-09-16 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5445
5446 * net/tramp.el (tramp-methods): Update docstring:
5447 tramp-encoding-command, tramp-decoding-command,
5448 tramp-encoding-function and tramp-decoding-function are not
5449 parameters anymore.
5450 (tramp-uuencode-region): Autoload it.
5451
5452 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5453
5454 * net/tramp.el: Version 2.0.19 released.
5455
5456 * net/tramp-uu.el: New file, implements uuencode in Lisp.
5457
5458 * net/tramp.el (tramp-coding-commands):
5459 Use `tramp-uuencode-region' as local encoder for the uuencode based
5460 entries.
5461
5462 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5463
5464 * net/tramp.el (tramp-handle-write-region): Wrong parens.
5465
5466 2002-09-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5467
5468 * net/tramp.el: Version 2.0.18 released.
5469
5470 * net/tramp.el (tramp-perl-decode): Perl changes to accomodate
5471 older versions of Perl. Now tested with 5.004. Suggestion from
5472 Michael Albinus.
5473
5474 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5475
5476 * net/tramp.el (tramp-find-inline-encoding):
5477 Call tramp-call-local-coding-command with nil for INPUT and OUTPUT.
5478 (tramp-call-local-coding-command): OUTPUT equals nil means to
5479 discard the output. INPUT equals nil means /dev/null.
5480
5481 2002-09-12 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5482
5483 * net/tramp.el (tramp-encoding-shell): Default to environment
5484 variable COMSPEC on Windows.
5485 (tramp-handle-write-region): More debugging output.
5486 (tramp-find-inline-encoding): Ditto.
5487
5488 2002-09-11 Michael Albinus <Michael.Albinus@alcatel.de>
5489
5490 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
5491 Define `result1'.
5492 (tramp-parse-hosts-group): Discard IPv6 entries.
5493
5494 2002-09-11 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5495
5496 * net/tramp.el (tramp-post-connection): Only send Perl
5497 mime-encode/decode implementations when using inline method.
5498 (tramp-handle-file-local-copy)
5499 (tramp-handle-write-region, tramp-post-connection)
5500 (tramp-coding-commands, tramp-find-inline-encoding): For the
5501 inline encodings, distinguish between local and remote commands,
5502 instead of between commands and functions. (The local commands
5503 can be functions, too.) If the local host is a Windows machine,
5504 we can't expect the same commands to work there as on the remote host.
5505 (tramp-call-local-coding-command): New function for calling local
5506 encoding and decoding commands.
5507 (tramp-set-remote-encoding, tramp-get-remote-encoding)
5508 (tramp-set-remote-decoding, tramp-get-remote-decoding)
5509 (tramp-set-local-encoding, tramp-get-local-encoding)
5510 (tramp-set-local-decoding, tramp-get-local-decoding): New functions.
5511 (tramp-get-encoding-command, tramp-set-encoding-command)
5512 (tramp-get-decoding-command, tramp-set-decoding-command)
5513 (tramp-get-encoding-function, tramp-set-encoding-function)
5514 (tramp-get-decoding-function, tramp-set-decoding-function):
5515 Old functions, removed.
5516
5517 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5518
5519 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5520 Change command to invoke /bin/sh slightly to make it compatible
5521 with the `rc' shell. Suggested by Daniel Pittman.
5522
5523 2002-09-10 Michael Albinus <Michael.Albinus@alcatel.de>
5524
5525 * net/tramp.el (tramp-handle-write-region): Added missing
5526 `)'. Hope it's the right place.
5527
5528 2002-09-09 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5529
5530 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
5531 Do "exec env PS1='$ ' /bin/sh" instead of just "exec /bin/sh" in
5532 order to get a sane shell prompt. If people have ${CWD}, say, in
5533 their shell prompt, then the default login shell might display
5534 something harmless, but the /bin/sh will display a dollar sign
5535 which confused the subsequent prompt recognition.
5536 (tramp-multi-action-password): More debugging output.
5537 (tramp-encoding-shell): Renamed from tramp-sh-program.
5538 More documentation. Default to cmd.exe on Windows NT.
5539 (tramp-encoding-command-switch): New variable. Use instead of
5540 hard-wired "-c" which is only good for /bin/sh.
5541 (tramp-encoding-reads-stdin): New variable. If t, commands are
5542 called like "/bin/sh -c COMMAND <INPUT", if nil, they are called
5543 like "/bin/sh -c COMMAND INPUT", ie the input file is the last arg.
5544 (tramp-multi-sh-program): Always default to tramp-encoding-shell.
5545 (tramp-handle-file-local-copy, tramp-handle-write-region):
5546 Respect tramp-encoding-shell and friends.
5547 (tramp-find-inline-encoding): Use new-style calls for checking if
5548 the local commands work.
5549
5550 2002-09-07 Michael Albinus <Michael.Albinus@alcatel.de>
5551
5552 * net/tramp.el (tramp-methods): Remove `tramp-completion-function'
5553 entries. They are handled now by `tramp-completion-function-alist'.
5554 (tramp-completion-function): Defvar removed. I've never used
5555 it. Hmm.
5556 (tramp-get-completion-function)
5557 (tramp-get-completion-rsh, tramp-get-completion-ssh)
5558 (tramp-get-completion-telnet, tramp-get-completion-su):
5559 Functions removed as well. Not necessary any longer due to extended
5560 customization means.
5561 (tramp-completion-function-alist): New defcustom. Holds all
5562 FUNCTION FILE pairs used for user and host name completion
5563 relevant for METHOD.
5564 (tramp-completion-function-alist-rsh)
5565 (tramp-completion-function-alist-ssh)
5566 (tramp-completion-function-alist-telnet)
5567 (tramp-completion-function-alist-su): Defconst for initializing
5568 `tramp-completion-function-alist'. Unfortunately, mainly UNIX-like
5569 values are known for me until now. Needs to be completed for at
5570 least VMS++ like operating systems.
5571 (tramp-set-completion-function)
5572 (tramp-get-completion-function): New functions for configuration
5573 of `tramp-completion-function-alist'. The old definition of
5574 `tramp-get-completion-function' has been discarded.
5575 (tramp-completion-handle-file-name-all-completions):
5576 Change function call for user/host completion according to definition
5577 in `tramp-completion-function-alist'.
5578 (tramp-parse-passwd): Added exception handling for "root", because
5579 `tramp-get-completion-su' (the previous place for this stuff)
5580 doesn't exist any longer.
5581
5582 2002-09-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5583
5584 * net/tramp.el (tramp-enter-password):
5585 Use `tramp-password-end-of-line' to terminate the line.
5586 (tramp-bug): Include new variable `tramp-password-end-of-line'.
5587 (tramp-password-end-of-line): New variable. People who use plink
5588 under Windows might have to issue "\r\n" after the password, but
5589 they need to send just "\n" after the other commands. So this
5590 variable was introduced to complement `tramp-rsh-end-of-line'.
5591 (tramp-wait-for-output, tramp-post-connection): Allow "\r" at end
5592 of line of the output delimiter.
5593
5594 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5595
5596 * net/tramp.el (tramp-handle-file-local-copy, tramp-find-shell)
5597 (tramp-open-connection-setup-interactive-shell): Add some comments
5598 about Douglas Grey Stephen's suggestions to make Tramp work better
5599 with plink under Windows. I'm not sure what to think of them, but
5600 now I have a guinea pig to try it out on. Said guinea pig is
5601 having other problems, though... Also remove some commented-out code.
5602
5603 2002-09-06 Michael Albinus <Michael.Albinus@alcatel.de>
5604
5605 * net/tramp.el (tramp-get-completion-methods): Algorithm slightly
5606 tuned.
5607 (tramp-get-completion-user-host): Accept user names as they are if
5608 typed until "@".
5609 (tramp-completion-mode): Replace `last-input-char' by modern
5610 `last-input-event'. Check for `event-modifiers'.
5611
5612 2002-09-06 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5613
5614 * net/tramp.el (file-expand-wildcards): Corrected check to see if
5615 advising is necessary.
5616
5617 2002-09-05 Michael Albinus <Michael.Albinus@alcatel.de>
5618
5619 * net/tramp.el (tramp-postfix-single-method-format)
5620 (tramp-postfix-multi-method-format)
5621 (tramp-postfix-multi-hop-format)
5622 (tramp-postfix-user-format): New format strings.
5623 (tramp-postfix-single-method-regexp)
5624 (tramp-postfix-multi-method-regexp)
5625 (tramp-postfix-multi-hop-regexp)
5626 (tramp-postfix-user-regexp)
5627 (tramp-make-multi-tramp-file-format)
5628 (tramp-make-tramp-file-name): Apply them.
5629 (tramp-completion-handle-file-name-all-completions): Fix for
5630 invoking ange-ftp in case of "/ftp:xxx" file names.
5631
5632 2002-09-04 Michael Albinus <Michael.Albinus@alcatel.de>
5633
5634 * net/tramp.el (tramp-prefix-format)
5635 (tramp-postfix-host-format): New format strings.
5636 (tramp-prefix-regexp, tramp-method-regexp)
5637 (tramp-postfix-single-method-regexp)
5638 (tramp-postfix-multi-method-regexp)
5639 (tramp-postfix-multi-hop-regexp)
5640 (tramp-user-regexp, tramp-postfix-user-regexp)
5641 (tramp-host-regexp, tramp-postfix-host-regexp)
5642 (tramp-path-regexp): New atomar regular expressions.
5643 If corresponding format strings exist, derived from them.
5644 (tramp-file-name-structure)
5645 (tramp-multi-file-name-structure)
5646 (tramp-multi-file-name-hop-structure)
5647 (tramp-make-multi-tramp-file-format)
5648 (tramp-completion-mode)
5649 (tramp-completion-dissect-file-name)
5650 (tramp-parse-rhosts-group)
5651 (tramp-parse-shosts-group)
5652 (tramp-parse-hosts-group)
5653 (tramp-parse-passwd-group): Apply these expressions.
5654 (tramp-file-name-structure-unified)
5655 (tramp-file-name-structure-separate)
5656 (tramp-make-tramp-file-format-unified)
5657 (tramp-make-tramp-file-format-separate)
5658 (tramp-make-tramp-file-format)
5659 (tramp-make-tramp-file-user-nil-format-unified)
5660 (tramp-make-tramp-file-user-nil-format-separate)
5661 (tramp-make-tramp-file-user-nil-format)
5662 (tramp-multi-file-name-structure-unified)
5663 (tramp-multi-file-name-structure-separate)
5664 (tramp-multi-file-name-hop-structure-unified)
5665 (tramp-multi-file-name-hop-structure-separate)
5666 (tramp-make-multi-tramp-file-format-unified)
5667 (tramp-make-multi-tramp-file-format-separate): Removed.
5668 (tramp-make-tramp-file-name): Allow partial tramp file
5669 names. Generate tramp file format on-the-fly depending on
5670 parameters. Apply atomar format strings resp expressions.
5671 (tramp-get-completion-methods)
5672 (tramp-get-completion-user-host): Apply `tramp-make-tramp-file-name'.
5673 (tramp-parse-hosts-group): Take all host names and IP addresses
5674 into account.
5675 (tramp-bug): Remove `tramp-make-tramp-file-format'.
5676
5677 2002-09-01 Michael Albinus <Michael.Albinus@alcatel.de>
5678
5679 * net/tramp.el (tramp-methods): Add `tramp-completion-function'
5680 for "su" and "sudo".
5681 (tramp-get-completion-telnet): Implement it.
5682 (tramp-parse-hosts)
5683 (tramp-parse-hosts-group)
5684 (tramp-get-completion-su)
5685 (tramp-parse-passwd)
5686 (tramp-parse-passwd-group): New functions.
5687
5688 2002-08-31 Michael Albinus <Michael.Albinus@alcatel.de>
5689
5690 * net/tramp.el (tramp-completion-mode): Check for `last-input-char'.
5691 (tramp-completion-file-name-handler-alist): Add handler for
5692 `file-exists-p.
5693 (tramp-completion-handle-file-exists-p): New function.
5694 (tramp-completion-handle-file-name-completion): Simplified.
5695 (tramp-completion-dissect-file-name): Regexp's reorganised.
5696 (tramp-completion-handle-file-name-all-completions):
5697 Call completion-function only if `user' or `host' is given.
5698 (tramp-get-completion-user-host): New function.
5699 (tramp-get-completion-rsh)
5700 (tramp-get-completion-ssh): Apply it.
5701
5702 2002-08-29 Michael Albinus <Michael.Albinus@alcatel.de>
5703
5704 * net/tramp.el (tramp-completion-file-name-handler-alist):
5705 Add handler for `expand-file-name'.
5706 (tramp-completion-handle-expand-file-name): New function.
5707
5708 2002-08-26 Michael Albinus <Michael.Albinus@alcatel.de>
5709
5710 * net/tramp.el (tramp-completion-mode): New function.
5711 (tramp-completion-handle-file-name-directory)
5712 (tramp-completion-handle-file-name-all-completions): Apply it.
5713 (tramp-methods): Remove double definition of `ssh1-old' and `ssh2-old'.
5714 (tramp-point-at-eol): New defalias.
5715 (tramp-parse-rhosts-group)
5716 (tramp-parse-shosts-group):: Apply it.
5717
5718 2002-08-25 Michael Albinus <Michael.Albinus@alcatel.de>
5719
5720 * net/tramp.el (tramp-get-completion-methods)
5721 (tramp-get-completion-rsh)
5722 (tramp-get-completion-ssh): Add "[" for Xemacs.
5723 (tramp-completion-file-name-regexp-separate): Expression adapted.
5724 (tramp-completion-file-name-handler-alist): Add handler for
5725 `file-name-directory' and `file-name-nondirectory'.
5726 (tramp-completion-handle-file-name-directory)
5727 (tramp-completion-handle-file-name-nondirectory)
5728 (tramp-completion-run-real-handler): New functions.
5729 (tramp-completion-file-name-handler)
5730 (tramp-completion-handle-file-name-all-completions):
5731 Apply `tramp-completion-run-real-handler'.
5732 (tramp-parse-rhosts)
5733 (tramp-parse-shosts): Use `with-temp-buffer'. `result\e$,1!=\e(B renamed to
5734 `res' (otherwise side effects in XEmacs).
5735
5736 2002-08-24 Michael Albinus <Michael.Albinus@alcatel.de>
5737
5738 * net/tramp.el (tramp-completion-file-name-regexp)
5739 (tramp-completion-file-name-handler-alist)
5740 (tramp-flatten-list)
5741 (tramp-completion-dissect-file-name)
5742 (tramp-get-completion-rsh)
5743 (tramp-parse-rhosts)
5744 (tramp-parse-rhosts-group)
5745 (tramp-get-completion-ssh): Doc string tuned.
5746 (tramp-methods): Doc string and custom type extended for
5747 `tramp-completion-function'.
5748 (tramp-completion-function): Variable added. Is it really used?
5749 Other variables like `tramp-completion-function' aren't used.
5750 (tramp-completion-file-name-handler-alist): Add handler for
5751 `file-name-completion'.
5752 (tramp-completion-handle-file-name-completion): New function.
5753
5754 2002-08-18 Michael Albinus <Michael.Albinus@alcatel.de>
5755
5756 * net/tramp.el (tramp-parse-rhosts)
5757 (tramp-parse-rhosts-group)
5758 (tramp-parse-shosts)
5759 (tramp-parse-shosts-group): New functions.
5760
5761 2002-08-17 Michael Albinus <Michael.Albinus@alcatel.de>
5762
5763 * net/tramp.el (tramp-completion-dissect-file-name)
5764 (tramp-completion-dissect-file-name1): New functions.
5765
5766 2002-08-16 Michael Albinus <Michael.Albinus@alcatel.de>
5767
5768 * net/tramp.el (tramp-get-completion-function)
5769 (tramp-get-completion-rsh)
5770 (tramp-get-completion-ssh)
5771 (tramp-get-completion-telnet): New functions.
5772 (tramp-methods): Add `tramp-completion-function' for all methods.
5773
5774 2002-08-15 Michael Albinus <Michael.Albinus@alcatel.de>
5775
5776 * net/tramp.el (tramp-get-completion-methods): New function.
5777 (tramp-find-default-method): Allow host to be nil (like user).
5778
5779 2002-08-14 Michael Albinus <Michael.Albinus@alcatel.de>
5780
5781 * net/tramp.el (tramp-completion-file-name-regexp-unified)
5782 (tramp-completion-file-name-regexp-separate)
5783 (tramp-completion-file-name-regexp)
5784 (tramp-completion-file-name-handler-alist): New defcustoms.
5785 (tramp-completion-file-name-handler): New function.
5786 Add `tramp-completion-file-name-handler' to `file-name-handler-alist'.
5787 (tramp-run-real-handler): Add `tramp-completion-file-name-handler'
5788 to `inhibit-file-name-handlers'.
5789 (tramp-completion-handle-file-name-all-completions)
5790 (tramp-completion-handle-file-name-completion): New functions.
5791
5792 2002-08-12 Michael Albinus <Michael.Albinus@alcatel.de>
5793
5794 * net/tramp.el (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp'
5795 must be called again after activating `ange-ftp'.
5796 (tramp-ange-ftp-file-name-p): Check for Xemacs.
5797
5798 2002-08-08 Michael Albinus <Michael.Albinus@alcatel.de>
5799
5800 * net/tramp.el (tramp-do-copy-or-rename-file): Don't pass
5801 KEEP-DATE to tramp-invoke-ange-ftp 'rename.
5802 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
5803 tramp-invoke-ange-ftp 'write-region.
5804 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
5805 passing to tramp-invoke-ange-ftp 'set-file-modes.
5806 (tramp-flatten-list): New function. Maybe this functionality does
5807 exist already elsewhere in the libraries.
5808 (tramp-invoke-ange-ftp): Apply `tramp-flatten-list' to parameter
5809 list in order to avoid nested lists, f.e. when invoked from
5810 `tramp-handle-dired-call-process'.
5811
5812 2002-09-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5813
5814 * net/tramp.el (tramp-chunksize): New kluge variable.
5815 (tramp-send-region): If tramp-chunksize is non-nil, send region in
5816 parts and sleep 0.1 seconds between chunks.
5817
5818 2002-09-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5819
5820 * net/tramp.el (tramp-handle-insert-directory):
5821 Use `insert-buffer-substring' instead of `insert-buffer', which is not
5822 supposed to be used from Lisp. Remember old point in a variable
5823 instead of using `mark'. Suggestion from Stefan Monnier.
5824 (tramp-unified-filenames): New variable. Use it in default value
5825 of other filename variables.
5826 (file-expand-wildcards): Don't advise unless "[" and "]" are used
5827 in the filename format.
5828
5829 2002-09-01 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5830
5831 * net/tramp.el (tramp-methods): Remove duplicate definition of
5832 ssh1-old and ssh2-old.
5833
5834 2002-09-22 Kai Gro\e,A_\e(Bjohann <grossjoh@ls6.informatik.uni-dortmund.de>
5835
5836 * dired.el (dired-insert-directory): Always add "--dired" to to
5837 SWITCHES for remote files.
5838 * files.el (insert-directory): Comment saying that "--dired"
5839 might be in the SWITCHES.
5840 * net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
5841 (ange-ftp-insert-directory): Comment explaining "--dired" handling.
5842
5843 2002-09-21 Markus Rost <rost@math.ohio-state.edu>
5844
5845 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Give %!._-
5846 word constituent syntax.
5847
5848 2002-09-21 Richard M. Stallman <rms@gnu.org>
5849
5850 * cus-dep.el (custom-make-dependencies): Bind to t
5851 around evaluating the def-form.
5852
5853 * custom.el (custom-dont-initialize): New variable.
5854 (custom-declare-variable): Don't init the variable
5855 if custom-dont-initialize is non-nil.
5856
5857 2002-09-21 John Paul Wallington <jpw@shootybangbang.com>
5858
5859 * net/eudc.el (eudc-install-menu): Use `define-key' and
5860 `easy-menu-create-menu' to avoid duplication of menu.
5861
5862 2002-09-20 Kim F. Storm <storm@cua.dk>
5863
5864 * kmacro.el (kmacro-step-edit-query): Use RET to execute rest of
5865 macro and terminate editing.
5866 (kmacro-step-edit-macro): Push previous macro onto ring if changed
5867 by step editing.
5868
5869 2002-09-19 Tom Tromey <tromey@redhat.com>
5870
5871 * play/blackbox.el (bb-right): Respect prefix argument.
5872 (bb-left, bb-up, bb-down): Likewise.
5873
5874 2002-09-19 Richard M. Stallman <rms@gnu.org>
5875
5876 * cus-dep.el (custom-make-dependencies): Fix previous change.
5877
5878 2002-09-19 Juanma Barranquero <lektu@terra.es>
5879
5880 * ielm.el (ielm-eval-input): Call `error-message-string' instead
5881 of the non-existent `ielm-format-error'.
5882
5883 2002-09-19 Stefan Monnier <monnier@cs.yale.edu>
5884
5885 * emacs-lisp/easymenu.el (easy-menu-remove):
5886 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
5887
5888 * international/mule-diag.el (describe-coding-system):
5889 Remove unused `coding-spec' variable.
5890 (list-input-methods): Be more careful when setting up the help buffer.
5891
5892 * international/ucs-tables.el (unify-8859-on-encoding-mode):
5893 Set init value to t to reflect reality.
5894 (ucs-minibuffer-setup): Use minibuffer-selected-window.
5895
5896 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
5899 Rename to makefile-cleanup-continuations.
5900 (makefile-mode): Use write-file-functions.
5901 (makefile-fill-paragraph): Use match-string-no-properties.
5902 (makefile-fill-paragraph): Use line-end-position.
5903 (makefile-add-log-defun): Simplify.
5904
5905 2002-09-18 Richard M. Stallman <rms@gnu.org>
5906
5907 * dired.el (dired-mark-pop-up): Doc fix.
5908
5909 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Put the
5910 definition straight into loaddefs.el as well as executing it here.
5911
5912 2002-09-18 Colin Walters <walters@debian.org>
5913
5914 * calc/calc.el (calc-mode): Add font-lock-defontify to
5915 change-major-mode-hook.
5916
5917 2002-09-18 Richard M. Stallman <rms@gnu.org>
5918
5919 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
5920 Don't ignore errors in rm line.
5921
5922 * menu-bar.el (menu-bar-search-menu): Nicer help string.
5923
5924 * replace.el (occur-engine-add-prefix): Use 7 spaces.
5925 (occur-engine): Use 7 digits to align tabs in the data.
5926
5927 * emacs-lisp/bytecomp.el (byte-compile-output-docform):
5928 Don't make the definition dynamic if it shares structure
5929 with the arg list.
5930
5931 * gud.el (gud-pdb-marker-regexp): Allow : and \ in file name.
5932 (pdb): In gud-remove, pass down the file name.
5933
5934 * cus-dep.el (custom-make-dependencies): Sort MEMBERS before use.
5935
5936 2002-09-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5937
5938 * ielm.el: (*1, *2, *3): New variables.
5939 (ielm-eval-input): Make temporary buffers current on entry and
5940 exit to the let bindings for *, ** and ***.
5941 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
5942 Do not overrule global bindings for *, ** and ***.
5943
5944 2002-09-18 Tom Tromey <tromey@redhat.com>
5945
5946 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
5947 boundaries before filling.
5948
5949 2002-09-18 Stefan Monnier <monnier@cs.yale.edu>
5950
5951 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
5952 (server-switch-buffer): Only select a different window if
5953 next-buffer is non-nil. Don't switch in a dedicated window.
5954 If next-buffer is already displayed, reuse that window.
5955
5956 * diff-mode.el (diff-mode): Use compilation-minor-mode.
5957 Don't unbind compilation-last-buffer after autoloading compile.el.
5958 Hide the compilation-minor-mode bindings altogether.
5959
5960 2002-09-18 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5961
5962 * dired.el (dired-insert-directory): Never add "--dired" when
5963 listing remote directories.
5964
5965 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
5966
5967 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility).
5968
5969 * ediff-init.el: Use defalias instead of fset.
5970
5971 * ediff-util.el: Use defalias instead of fset.
5972
5973 * viper-util.el (viper-chars-in-region): Simplification.
5974
5975 * viper.el (viper-emacs-state-mode-list): Added modes.
5976
5977 2002-09-18 Jonathan Yavner <jyavner@engineer.com>
5978
5979 * emacs-lisp/testcover.el: New file. Uses edebug to instrument a
5980 module of code, with graphical display of poor-coverage spots.
5981
5982 * emacs-lisp/testcover-ses.el: New file. Demonstrates use of
5983 testcover on a interactive module like ses.
5984
5985 * emacs-lisp/testcover-unsafep.el: New file. Demonstrates use of
5986 testcover on a noninteractive module like unsafep.
5987
5988 2002-09-18 Miles Bader <miles@gnu.org>
5989
5990 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer'
5991 unless it's bound.
5992
5993 2002-09-17 Stefan Monnier <monnier@cs.yale.edu>
5994
5995 * server.el (server-log): Add `client' arg.
5996 (server-start): Don't bother canceling the sentinel.
5997 (server-process-filter): Use replace-regexp-in-string and
5998 handle the new &n quoting. Use push. Use server-log's new arg.
5999 Don't output the C-x # message if `nowait'.
6000 (server-buffer-done): Use server-log's new arg.
6001
6002 2002-09-16 Jonathan Yavner <jyavner@engineer.com>
6003
6004 * ses.el: New file.
6005
6006 * emacs-lisp/unsafep.el: New file.
6007
6008 * files.el (auto-mode-alist): Add ".ses" for ses-mode.
6009 (inhibit-quit): This is risky for unsafep, doesn't matter much for
6010 anybody else.
6011 (risky-local-variable-p): New function. Split off from
6012 hack-one-local-variable so unsafep can use it. Add \|-history$ to
6013 the list of disallowed local variable names (malicious user could
6014 stuff a `display' property in there that would be activated when
6015 na\e,Ao\e(Bve user called up the history).
6016
6017 2002-09-16 Markus Rost <rost@math.ohio-state.edu>
6018
6019 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's.
6020
6021 2002-09-16 Richard M. Stallman <rms@gnu.org>
6022
6023 * play/gomoku.el (gomoku-move-up, gomoku-move-down):
6024 Use forward-line and move-to-column.
6025
6026 * cus-edit.el (custom-variable-backup-value): New function.
6027 (custom-variable-reset-backup): New function.
6028 (custom-variable-menu): Add item for custom-variable-reset-backup.
6029 (custom-variable-set, custom-variable-reset-saved)
6030 (custom-variable-reset-standard): Call custom-variable-backup-value.
6031
6032 2002-09-16 Stefan Monnier <monnier@cs.yale.edu>
6033
6034 * dired.el (dired-font-lock-keywords): Use regexp-opt.
6035 (dired-move-to-filename): Better message when we fail to find the file.
6036 (dired-sort-toggle): Minor optimization.
6037
6038 2002-09-16 Juanma Barranquero <lektu@terra.es>
6039
6040 * dired-aux.el (dired-add-entry): Add missing argument to
6041 `dired-mark'.
6042
6043 2002-09-16 John Paul Wallington <jpw@shootybangbang.com>
6044
6045 * xscheme.el (scheme-interaction-mode): Doc fix.
6046
6047 * net/eudc.el (eudc-plist-get): Doc fix.
6048
6049 2002-09-16 Kim F. Storm <storm@cua.dk>
6050
6051 * menu-bar.el (menu-bar-last-search-type): New var.
6052 (nonincremental-repeat-search-forward)
6053 (nonincremental-repeat-search-backward): Repeat string or
6054 regexp search depending on menu-bar-last-search-type.
6055 (nonincremental-search-forward, nonincremental-re-search-forward)
6056 (nonincremental-search-backward, nonincremental-re-search-backward):
6057 Set menu-bar-last-search-type to string or regexp.
6058 (nonincremental-repeat-re-search-forward): Removed.
6059 (nonincremental-repeat-re-search-backward): Removed.
6060 (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu.
6061 (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu.
6062 (menu-bar-adv-search-menu): Removed.
6063 (menu-bar-search-menu): Reorganized.
6064 (menu-bar-edit-menu): Added "Replace" submenu.
6065
6066 2002-09-15 Richard M. Stallman <rms@gnu.org>
6067
6068 * scroll-bar.el (scroll-bar-mode): Specify :initialize.
6069
6070 * menu-bar.el (menu-bar-make-mm-toggle): Don't put a quote befor FNAME
6071 when it's not being evaluated.
6072
6073 2002-09-15 Markus Rost <rost@math.ohio-state.edu>
6074
6075 * dired.el (dired-move-to-filename): Fix previous change.
6076
6077 2002-09-14 Kim F. Storm <storm@cua.dk>
6078
6079 * emulation/keypad.el (keypad-setup, keypad-shifted-setup)
6080 (keypad-numlock-setup, keypad-numlock-shifted-setup):
6081 Change `Remove Binding' option to `Unspecified/User-defined'.
6082 (keypad-setup): Enhance explanation of setup type `none'.
6083
6084 2002-09-14 Richard M. Stallman <rms@gnu.org>
6085
6086 * time.el (display-time-mode): Set display-time-load-average here.
6087 (display-time-load-average): Initialize to nil.
6088 (display-time-default-load-average): Add "None" alternative.
6089 (display-time-update): Handle "None" alternative for load-average.
6090
6091 * dired-aux.el (dired-bunch-files): Put the arg FILES
6092 back as it was after temporary destrucive mods.
6093 (dired-add-entry): Use dired-insert-directory to handle indentation.
6094 Explicitly restore the line's marker character.
6095 Preserve the old file name's text properties.
6096 (dired-add-entry-do-indentation): Function deleted.
6097 (dired-relist-file): Doc fix.
6098 (dired-rename-file): Change argument names.
6099 (foo-rename-file): New function.
6100 (dired-do-hardlink): Use dired-hardlink.
6101 (dired-hardlink): New function.
6102 (dired-insert-subdir-doinsert): Use dired-insert-directory;
6103 that handles indentation, text props and header line.
6104 dired-readin-insert gets no args.
6105 Use `last' instead of `reverse'.
6106
6107 * dired.el (dired-use-ls-dired): New variable.
6108 (dired-directory): Document the rules better.
6109
6110 * dired.el (dired-insert-headerline): Function deleted.
6111 (dired-revert): Pass no args to dired-readin.
6112 (dired-move-to-filename): First try using dired-filename property.
6113 (dired-move-to-end-of-filename): Likewise.
6114 (dired-why): Try to show the start of this page of warnings.
6115 (dired-log): Insert the buffer name at start of page, not end.
6116 (dired-log-summary): If just one failure, explain it in echo area.
6117
6118 * dired.el (dired-internal-noselect):
6119 Always set dired-directory, when buffer is not new.
6120 Pass dir-or-list, not dirname, to dired-mode.
6121 Call dired-readin with no args.
6122 Don't call dired-after-readin-hook here.
6123 (dired-find-buffer-nocreate): Expand dirname.
6124 Expand the dir from dired-directory to compare with dirname.
6125
6126 (dired-readin): Take no args. Get the directory from dired-directory.
6127 Run dired-before-reading hook inside save-excursion.
6128 Run dired-after-readin-hook here.
6129 Don't make undo entries at all.
6130 Call dired-readin-insert with no args.
6131 Don't change indentation here.
6132 Don't insert headerline here.
6133
6134 (dired-readin-insert): Take no args.
6135 Get dir and file-list from dired-directory.
6136 Call dired-insert-directory the new way.
6137 Don't insert "wildcard" info here.
6138
6139 (dired-insert-directory): New arg FILE-LIST.
6140 First arg now DIR, always just the directory.
6141 This function fully handles setting up the buffer text:
6142 update indentation, insert headerline and "wildcard" info.
6143 Pass --dired arg if appropriate; put info in dired-filename props.
6144 Don't expand file names here.
6145
6146 * warnings.el (display-warning): In batch mode,
6147 exclude the final newline from the arg to `message'.
6148
6149 2002-09-13 Markus Rost <rost@math.ohio-state.edu>
6150
6151 * files.el (diff-buffer-with-file): Check whether associated file
6152 exists. Display message for 1 second. Always return nil.
6153
6154 2002-09-13 Stefan Monnier <monnier@cs.yale.edu>
6155
6156 * diff-mode.el (diff-mode): Turn on compilation-minor-mode
6157 support again, but more carefully this time.
6158
6159 * progmodes/perl-mode.el (perl-mode-syntax-table): Mark $, % and @
6160 such that backward-sexp correctly skips them.
6161 (perl-font-lock-keywords-2): Use regexp-opt.
6162 (perl-font-lock-syntactic-keywords)
6163 (perl-font-lock-syntactic-face-function): Better handle PODs.
6164 Handle package names with ' in them and ($$) in `sub' declarations.
6165 Handle format staements. Handle regexp and quote-like ops.
6166 (perl-empty-syntax-table): New var.
6167 (perl-quote-syntax-table): New fun.
6168
6169 * pcvs.el (cvs-mode-find-file): Work even if point is at beg-of-line.
6170 (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.
6171
6172 * newcomment.el (comment-with-narrowing): Use the `declare' thingy.
6173
6174 * derived.el (define-derived-mode): Properly ignore unknown args.
6175
6176 * emacs-lisp/easy-mmode.el (define-minor-mode): Add a :require arg.
6177 Don't call the function during init if mode is on by default.
6178
6179 * simple.el: Provide `simple'.
6180 (transient-mark-mode, line-number-mode, column-number-mode):
6181 Pass an explicit `:require nil' argument.
6182
6183 2002-09-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
6184
6185 * play/tetris.el (tetris-blank-options, tetris-cell-options):
6186 Remove various redundant `(t nil)'.
6187
6188 * play/snake.el (snake-border-options): Use color on tty if available.
6189
6190 * play/tetris.el (tetris-border-options): Likewise.
6191
6192 * play/pong.el (pong-border-options): Likewise, plus reset
6193 color on tty to be [0.5 0.5 0.5].
6194
6195 2002-09-13 Kim F. Storm <storm@cua.dk>
6196
6197 * kmacro.el (kmacro-start-macro): Doc fix.
6198
6199 2002-09-13 Juanma Barranquero <lektu@terra.es>
6200
6201 * progmodes/idlw-shell.el (idlwave-shell-cleanup): Fix reference
6202 to `idlwave-idlwave_routine_info-compiled'.
6203
6204 * whitespace.el (whitespace-unload-hook): Call `remove-hook' with
6205 three arguments, not four.
6206
6207 2002-09-13 Kim F. Storm <storm@cua.dk>
6208
6209 * kmacro.el (kmacro-keymap): Changed bindings:
6210 C-x C-k s to kmacro-start-macro, C-x C-k b to kmacro-bind-to-key.
6211
6212 2002-09-12 Richard M. Stallman <rms@gnu.org>
6213
6214 * international/mule-cmds.el (universal-coding-system-argument):
6215 Read the coding system inside `interactive' spec, for command-history.
6216
6217 2002-09-12 Stefan Monnier <monnier@cs.yale.edu>
6218
6219 * emacs-lisp/find-func.el (find-library-name): Don't forget
6220 the empty suffix. Fix stale variable name.
6221
6222 * gud.el (gud-gdb-massage-args, gud-sdb-massage-args)
6223 (gud-pdb-massage-args): Delete.
6224 (gdb, sdb, pdb): Don't pass gud-*-massage-args any more.
6225 (gud-gdb-command-name): New var. Put "--fullname" in there.
6226 (gud-query-cmdline): Use the most recent executable as the default.
6227 Don't add "--fullname" (it's only valid/meaningful for GDB).
6228 (gud-xdb-marker-filter): Use match-string.
6229 (gud-perldb-massage-args): Don't add "-d".
6230 (gud-perldb-command-name): Add "-d".
6231 (gud-common-init): If `massage-args' is nil, don't call it.
6232 (gud-format-command): Don't hardcode point-min==1.
6233
6234 * derived.el: Require CL when compiling.
6235
6236 2002-09-12 Simon Josefsson <jas@extundo.com>
6237
6238 * mail/smtpmail.el (smtpmail-send-it): Don't use : in filenames
6239 (for cygwin). Suggested by Andrew Senior <aws@watson.ibm.com>.
6240 Use expand-file-name. Also don't require time-stamp.
6241
6242 2002-09-11 Richard M. Stallman <rms@gnu.org>
6243
6244 * derived.el (define-derived-mode): When making new abbrev table,
6245 don't try to copy the parent's abbrev table.
6246
6247 * ruler-mode.el (ruler-mode-left-scroll-bar-cols):
6248 Always round scroll-bar-width parameter up.
6249 If it is nil, use 14.
6250
6251 * abbrev.el (copy-abbrev-table): New function.
6252
6253 2002-09-11 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6254
6255 * ps-print.el: Adjust ps-print-color-p, ps-default-fg and
6256 ps-default-bg setting.
6257 (ps-print-version): New version number (6.5.7).
6258 (ps-mark-active-p): New fun.
6259 (ps-print-preprint-region): Adjust code.
6260
6261 2002-09-11 Dave Love <fx@gnu.org>
6262
6263 * international/mule.el (non-standard-designations-alist)
6264 (ctext-pre-write-conversion): Don't generate invalid extended
6265 segments for iso8859.
6266
6267 * language/cyrillic.el ("Ukrainian"): Fix nonascii-translation.
6268 (cyrillic-alternativnyj-decode-table): Fix some entries.
6269
6270 * international/ucs-tables.el: Fix last change.
6271
6272 * international/utf-8.el (utf-8-fragment-on-decoding): Fix last
6273 change.
6274
6275 2002-09-11 Kim F. Storm <storm@cua.dk>
6276
6277 * edmacro.el (edit-kbd-macro): Recognize new C-x e binding,
6278 kmacro-end-and-call-macro.
6279
6280 2002-09-11 Juanma Barranquero <lektu@terra.es>
6281
6282 * newcomment.el (uncomment-region): Fix let/let* use.
6283
6284 2002-09-11 Simon Josefsson <jas@extundo.com>
6285
6286 * time-stamp.el (time-stamp-hhmmss): New function.
6287
6288 * gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
6289 (gud-query-cmdline): Add --fullname to the user cmdline.
6290
6291 * mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
6292
6293 2002-09-11 Kim F. Storm <storm@cua.dk>
6294
6295 * kmacro.el (kmacro-call-macro): Rephrase repeat prompt.
6296 (kmacro-step-edit-map): Bind "A" to `append-end'.
6297 (kmacro-step-edit-prompt): Fix prompt.
6298 (kmacro-step-edit-query): Handle `append-end' response.
6299 (kmacro-step-edit-pre-command): Activate `append-end' at end of
6300 macro when required.
6301
6302 2002-09-11 Stefan Monnier <monnier@cs.yale.edu>
6303
6304 * derived.el (define-derived-mode): Fix typo.
6305
6306 * menu-bar.el (line-number-mode, column-number-mode)
6307 (transient-mark-mode): Use minor mode directly.
6308 (menu-bar-make-toggle): Remove `props' arg.
6309 Move customize-mark-as-set directly into the toggle function.
6310
6311 * whitespace.el (whitespace-global-mode): Use define-minor-mode.
6312 Use the new file hook names.
6313 (whitespace-describe): Remove. Move the text to `Commentary:'.
6314 (whitespace-unload-hook): Use the new file hook names.
6315
6316 * finder.el (finder-find-library): Remove.
6317 (finder-commentary): Use find-library-name and add completion.
6318
6319 * simple.el (transient-mark-mode, line-number-mode)
6320 (column-number-mode): Use define-minor-mode.
6321 (define-mail-user-agent): Delete. Moved to subr.el.
6322
6323 * loadup.el ("simple.el"): Move to after loaddefs.el.
6324
6325 * subr.el (define-mail-user-agent): Moved from simple.el.
6326
6327 2002-09-10 Richard M. Stallman <rms@gnu.org>
6328
6329 * pcvs-info.el (cvs-check-fileinfo): Don't use boolp.
6330 (boolp): Function deleted.
6331
6332 2002-09-10 Dave Love <fx@gnu.org>
6333
6334 * international/utf-8.el (ucs-mule-to-mule-unicode):
6335 Define unconditionally.
6336 (utf-8-fragmentation-table): New. Use it in top-level mapc.
6337 (utf-8-fragment-on-decoding): Use it to keep
6338 utf-8-translation-table-for-decode variable and translation table
6339 in sync.
6340
6341 * international/ucs-tables.el: Bind utf-8-translation-table-for-decode
6342 when setting up tables and remove useless optimize-char-table.
6343 (ucs-mule-to-mule-unicode): Deleted.
6344 (ucs-unify-8859): Maybe optimize ucs-mule-to-mule-unicode.
6345
6346 * international/utf-16.el (utf-16-le-pre-write-conversion)
6347 (utf-16-be-pre-write-conversion): Deleted.
6348 (mule-utf-16-le, mule-utf-16-be): Register encoding translation table.
6349
6350 2002-09-10 Richard M. Stallman <rms@gnu.org>
6351
6352 * files.el (diff-buffer-with-file): Simplify.
6353 Don't signal an error if buffer has no file.
6354 Call sit-for after `diff' returns.
6355
6356 * play/gamegrid.el (gamegrid-make-color-tty-face):
6357 Handle string as COLOR arg.
6358 (gamegrid-display-type): Don't assume display-color-p
6359 implies a color-x terminal.
6360 (gamegrid-hide-cursor): Set `cursor-type' local variable.
6361
6362 * descr-text.el (describe-text-mode): Add font-lock-defontify to
6363 change-major-mode-hook.
6364
6365 * ibuffer.el (ibuffer-mode): Add font-lock-defontify to
6366 change-major-mode-hook.
6367
6368 * comint.el (comint-mode): Add font-lock-defontify to
6369 change-major-mode-hook.
6370
6371 * info.el (Info-mode): Add font-lock-defontify to
6372 change-major-mode-hook.
6373
6374 * replace.el (occur-mode): Add font-lock-defontify to
6375 change-major-mode-hook.
6376
6377 * font-core.el (font-lock-defontify): New function.
6378
6379 2002-09-10 Richard M. Stallman <rms@gnu.org>
6380
6381 * ps-print.el (ps-printer-name-option): Doc fix.
6382
6383 2002-09-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6384
6385 * ps-print.el: Adjust ps-postscript-code-directory setting.
6386 XEmacs version check was adjusted.
6387 (ps-print-version): New version number (6.5.6).
6388 (ps-print-color-p, ps-page-dimensions-database): Autoload var.
6389 (ps-print-code, ps-print-preprint-region): Adjust code.
6390
6391 2002-09-10 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6392
6393 * files.el (auto-mode-alist): ~/.gnus, ~/.viper are in
6394 emacs-lisp-mode, like ~/.emacs.
6395
6396 2002-09-10 Stefan Monnier <monnier@cs.yale.edu>
6397
6398 * newcomment.el (uncomment-region): Be more careful with `='.
6399
6400 2002-09-10 Deepak Goel <deego@glue.umd.edu>
6401
6402 * play/doctor.el (doc//): Rename from `//'. Update callers.
6403 (doc$): Rename from `$'. Update callers.
6404
6405 2002-09-10 Miles Bader <miles@gnu.org>
6406
6407 * simple.el (do-auto-fill): `fill-indent-according-to-mode' is a
6408 variable, not a function.
6409
6410 * kmacro.el (kmacro-call-macro): Deal with a non-numeric prefix arg.
6411
6412 2002-09-10 Kim F. Storm <storm@cua.dk>
6413
6414 * macros.el (apply-macro-to-region-lines): Let-bind mark-active to
6415 nil while executing macro to avoid triggering delete-selection-mode.
6416
6417 * simple.el (keyboard-quit): Set defining-kbd-macro to nil to
6418 cancel defining keyboard macro when applicable.
6419
6420 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
6421
6422 * simple.el (transient-mark-mode, line-number-mode)
6423 (column-number-mode): Undo previous change because of bootstrapping.
6424
6425 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
6426
6427 * derived.el (define-derived-mode): Add keyword arguments.
6428 (derived-mode-make-docstring): Take abbrev and syntax table names.
6429
6430 * font-core.el (font-lock-change-mode): Just turn off font-lock-mode.
6431 (font-lock-default-function): Change arg name.
6432
6433 * cus-start.el (transient-mark-mode): Delete. Done in simple.el.
6434
6435 * paren.el (show-paren-function): Use syntax-after.
6436
6437 * emacs-lisp/syntax.el (syntax-after): Delete. Moved to subr.el.
6438
6439 * subr.el (symbol-file): Also work for autoloaded funcs.
6440 (syntax-after): New fun moved from syntax.el.
6441
6442 * find-file.el (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
6443 (ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
6444 Update callers (but still run the old hooks as well).
6445
6446 * emacs-lisp/find-func.el (find-library-suffixes, find-library-name)
6447 (find-library): New funs.
6448 (find-function-search-for-symbol): Use it.
6449
6450 * emacs-lisp/bytecomp.el (byte-compile-file): Don't switch buffer.
6451
6452 * isearch.el (isearch-cmds): Add docstring.
6453 (isearch-mouse-2): Lookup binding in the proper buffer.
6454 Use call-interactively and remove the now useless `arg'.
6455 (isearch-search-fun-function): New var.
6456 (isearch-search-fun): New fun.
6457 (isearch-search, isearch-lazy-highlight-search): Use it.
6458
6459 2002-09-09 Stefan Monnier <monnier@cs.yale.edu>
6460
6461 * simple.el (what-line): Don't hard-code 1.
6462 (transient-mark-mode, line-number-mode, column-number-mode):
6463 Use define-minor-mode.
6464 (do-auto-fill): Only ignore prefix if it's really empty.
6465
6466 2002-09-09 Markus Rost <rost@math.ohio-state.edu>
6467
6468 * files.el (save-some-buffers-action-alist): Use lower case for
6469 help string of diff-buffer-with-file.
6470
6471 2002-09-09 Richard M. Stallman <rms@gnu.org>
6472
6473 * calendar/calendar.el (mouse-scroll-calendar-left)
6474 (mouse-scroll-calendar-right, mouse-calendar-other-month):
6475 New commands.
6476 (calendar-mode-line-format): Use them.
6477
6478 * emacs-lisp/bytecomp.el (byte-recompile-directory):
6479 Set and then bind default-directory.
6480
6481 * startup.el (fancy-splash-head, normal-splash-screen):
6482 Change the messages that explain about GNU or GNU/Linux.
6483
6484 * info.el (Info-search): Add (point-min) to subfile positions
6485 to get them right. Skip the current subfile using forward-line.
6486
6487 * files.el (make-backup-file-name-1): When make-directory fails,
6488 ignore backup-directory-alist.
6489 (make-directory): Expand DIR before looking for handler.
6490
6491 2002-09-09 Jari Aalto <jari.aalto@poboxes.com>
6492
6493 * progmodes/cperl-mode.el (cperl-noscan-files-regexp):
6494 In addition to RCS, exclude CVS directories.
6495
6496 * ls-lisp.el (ls-lisp-format-time-list): New variable.
6497 (ls-lisp-format-time): Use it.
6498
6499 * files.el (auto-mode-alist): Use sh-mode for .bash files.
6500
6501 2002-09-09 Dave Love <d.love@dl.ac.uk>
6502
6503 * ps-print.el: Many doc fixes.
6504
6505 2002-09-09 John Paul Wallington <jpw@shootybangbang.com>
6506
6507 * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove.
6508 Update callers.
6509
6510 2002-09-08 Markus Rost <rost@math.ohio-state.edu>
6511
6512 * diff.el (diff): Doc fix.
6513
6514 2002-09-08 Richard M. Stallman <rms@gnu.org>
6515
6516 * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil.
6517
6518 * simple.el (undo-elt-in-region): Fix one-off error at END.
6519 (forward-visible-line): Handle invisibility by ignoring
6520 invisible newlines. Also include entire invisible lines beyond
6521 the stopping point.
6522
6523 * cus-edit.el (custom-save-variables, custom-save-faces):
6524 Clarify the comments written into .emacs.
6525
6526 2002-09-08 Markus Triska <triska@gmx.at>
6527
6528 * play/doctor.el (doctor-doc): Recognize question words
6529 and use qlist. Use doctor-shorten's return value.
6530 (doctor-shorten): Compute a return value, don't alter `sent'.
6531 (doctor-hates1): Add a question mark.
6532 (doctor-strangelove): Unused function deleted.
6533
6534 2002-09-08 Kim F. Storm <storm@cua.dk>
6535
6536 * kmacro.el (kmacro-end-and-call-macro): New command to end and
6537 call keyboard macro in one step. Bind it to C-x e by default.
6538 (kmacro-call-macro): Use format-kbd-macro.
6539 (kmacro-step-edit-macro): New command to interactively step edit
6540 and execute last keyboard macro.
6541 (kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
6542 (kmacro-step-edit-mini-window-height): New custom var.
6543 (kmacro-step-edit-map): New keymap (parent is query-replace-map).
6544 (kmacro-step-edit-prefix-commands): New var.
6545 (kmacro-step-edit-prompt, kmacro-step-edit-query)
6546 (kmacro-step-edit-insert, kmacro-step-edit-pre-command)
6547 (kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
6548 New aux functions for step editing keyboard macros.
6549
6550 * subr.el (read-quoted-char): Apply listify-key-sequence to vector
6551 returned by this-single-command-raw-keys before appending it to
6552 unread-command-event.
6553
6554 2002-09-07 Colin Walters <walters@debian.org>
6555
6556 * progmodes/compile.el (compile-internal): Add optional argument
6557 no-async.
6558
6559 * diff.el (diff): Add optional argument no-async, and use the
6560 above argument.
6561
6562 * files.el (diff-buffer-with-file): Call diff synchronously, so we
6563 don't delete the temporary file before diff has a chance to read
6564 it.
6565
6566 * ibuf-ext.el (ibuffer-diff-with-file): Just call
6567 `diff-buffer-with-file'.
6568
6569 2002-09-07 John Paul Wallington <jpw@shootybangbang.com>
6570
6571 * emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
6572
6573 * emacs-lisp/find-func.el (find-function-recenter-line):
6574 Add custom type. Doc fix.
6575
6576 2002-09-06 Stefan Monnier <monnier@cs.yale.edu>
6577
6578 * menu-bar.el (menu-bar-make-mm-toggle): New macro.
6579 (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
6580 (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
6581 Remove. Use the minor mode function directly instead.
6582 (menu-bar-mode): Add message and customize-mark-as-set and return
6583 the new value as do other minor modes.
6584
6585 * edmacro.el (edmacro-subseq): Don't use cl-push/cl-pop.
6586
6587 2002-09-06 Simon Marshall <simon@gnu.org>
6588
6589 * progmodes/etags.el (find-tag-tag, complete-tag):
6590 Bind completion-ignore-case based on tags-case-fold-search, so that
6591 case-sensitivity of tag completion matches that of tag search.
6592
6593 2002-09-06 Juanma Barranquero <lektu@terra.es>
6594
6595 * calendar/solar.el (calendar-time-display-form): Fix spacing.
6596
6597 * double.el (double-prefix-only): Likewise.
6598
6599 * emacs-lisp/easymenu.el (easy-menu-define): Likewise.
6600
6601 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
6602
6603 * emacs-lisp/float.el (string-to-float): Likewise.
6604
6605 * emacs-lisp/rx.el (rx): Likewise.
6606
6607 * faces.el (copy-face): Likewise.
6608
6609 * hilit-chg.el (highlight-changes-colours)
6610 (highlight-changes-active-string)
6611 (highlight-changes-passive-string)
6612 (highlight-changes-rotate-faces, global-highlight-changes): Likewise.
6613
6614 * international/mule.el (decode-char): Likewise.
6615
6616 * progmodes/idlwave.el (idlwave-support-inheritance)
6617 (idlwave-routine-entry-compare): Likewise.
6618
6619 * progmodes/idlw-shell.el (idlwave-shell-use-breakpoint-glyph):
6620 Likewise.
6621
6622 * progmodes/pascal.el (pascal-start-keywords): Likewise.
6623
6624 * progmodes/sh-script.el (sh-indent-for-fi, sh-indent-for-done):
6625 Likewise.
6626
6627 * progmodes/vhdl-mode.el (vhdl-progress-interval)
6628 (vhdl-corresponding-begin): Likewise.
6629
6630 * simple.el (choose-completion-string-functions): Likewise.
6631
6632 * textmodes/reftex.el (reftex-TeX-master-file): Likewise.
6633
6634 * textmodes/fill.el (fill-nonuniform-paragraphs)
6635 (fill-individual-paragraphs): Likewise.
6636
6637 * vcursor.el (vcursor-toggle-vcursor-map): Likewise.
6638
6639 * warnings.el (warning-level-aliases): Likewise.
6640
6641 * speedbar.el (speedbar-mode): Fix spacing and typos.
6642
6643 * textmodes/reftex-vars.el (reftex-label-menu-flags): Fix typo.
6644
6645 2002-09-05 Markus Rost <rost@math.ohio-state.edu>
6646
6647 * textmodes/table.el (table-command-prefix): Fix type.
6648
6649 2002-09-05 Andre Spiegel <spiegel@gnu.org>
6650
6651 * vc-hooks.el: Don't require vc.el at compile-time; it causes
6652 recursive requirements during bootstrap.
6653
6654 2002-09-05 Kenichi Handa <handa@etl.go.jp>
6655
6656 * international/mule.el (decode-char): Cancel the previous change.
6657
6658 2002-09-04 Mats Lidell <matsl@contactor.se> (tiny change)
6659
6660 * language/european.el ("Swedish"): New set-language-info-alist call.
6661
6662 2002-09-04 Richard M. Stallman <rms@gnu.org>
6663
6664 * help-fns.el (help-with-tutorial): Properly set up
6665 completion-reference-buffer in the *Completion* buffer.
6666
6667 2002-09-04 John Paul Wallington <jpw@shootybangbang.com>
6668
6669 * startup.el (use-fancy-splash-screens-p): If `fancy-splash-frame'
6670 returns nil, return nil.
6671
6672 2002-09-04 Andre Spiegel <spiegel@gnu.org>
6673
6674 * vc-hooks.el: Require vc.el at compile-time.
6675 (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
6676 Moved here from vc.el.
6677
6678 * vc.el (vc-workfile-unchanged-p, vc-default-workfile-unchanged-p):
6679 Moved to vc-hooks.el.
6680
6681 * vc-rcs.el (vc-rcs-state): Don't require vc.el.
6682
6683 2002-09-04 Kenichi Handa <handa@etl.go.jp>
6684
6685 * international/mule.el (decode-char): Translate a character by
6686 utf-8-translation-table-for-decode only when
6687 utf-8-fragment-on-decoding is non-nil.
6688
6689 2002-09-02 Stefan Monnier <monnier@cs.yale.edu>
6690
6691 * textmodes/text-mode.el (paragraph-indent-text-mode-abbrev-table)
6692 (paragraph-indent-text-mode-syntax-table, paragraph-indent-text-mode):
6693 Use text-mode's syntax-table and abbrev-table.
6694 (text-mode): Set require-final-newline to t.
6695
6696 * newcomment.el (comment-make-extra-lines): Only use the
6697 dummy `=' char when there's really nothing else.
6698 Don't remove spaces if it leads to an incorrect comment.
6699
6700 * pcvs.el (cvs-run-process): Use a pty rather than a pipe to work
6701 around the cvs/ssh/libc bug.
6702 (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax.
6703 (defun-cvs-mode): Use the new `declare' thingy.
6704 (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log)
6705 (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs.
6706 (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
6707
6708 * pcvs-parse.el (cvs-parse-table): Create a `need-update'
6709 node rather than a message for new directories.
6710 (cvs-parse-status): Add support for `Entry Invalid'.
6711
6712 * smerge-mode.el (smerge-diff-buffer-name): Default to *vc-diff*.
6713 (smerge-combine-with-next): New function.
6714 (smerge-diff): Don't output `wrote /tmp/foo' messages.
6715 Insert message if no diffs were found.
6716
6717 * mail/sendmail.el (mail-mode): Don't set local-abbrev-table.
6718 (mail-mode-abbrev-table): Set to text-mode-abbrev-table.
6719
6720 2002-09-02 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6721
6722 * net/tramp.el: Version 2.0.15 released.
6723 (require 'base64): Most modern Emacsen have the base64
6724 encode/decode functions built in, so test to see if they are bound
6725 before we go blindly requiring base64.el.
6726 From Steve Youngs <youngs@xemacs.org>.
6727 (tramp-feature-write-region-fix): XEmacs doesn't have a
6728 'find-operation-coding-system' and this variable doesn't seem to
6729 be used anywhere so wrap it in (unless (featurep 'xemacs)).
6730 From Steve Youngs <youngs@xemacs.org>.
6731 (tramp-methods): Remove duplicate definition of ssh1-old and ssh2-old.
6732 (tramp-open-connection-su): Use user name "root" if no user name
6733 is given.
6734
6735 From Michael Albinus <Michael.Albinus@alcatel.de>:
6736 * net/tramp.el (tramp-invoke-ange-ftp):
6737 (tramp-ange-ftp-file-name-p): Check for Xemacs.
6738 (tramp-do-copy-or-rename-file): Don't pass KEEP-DATE to
6739 tramp-invoke-ange-ftp 'rename.
6740 (tramp-handle-write-region): Don't pass LOCKNAME and CONFIRM to
6741 tramp-invoke-ange-ftp 'write-region.
6742 (tramp-handle-set-file-modes): Change order of FILENAME and MODE
6743 passing to tramp-invoke-ange-ftp 'set-file-modes.
6744 (tramp-invoke-ange-ftp): `tramp-disable-ange-ftp' must be called
6745 again after activating `ange-ftp'.
6746
6747 2002-09-02 Kim F. Storm <storm@cua.dk>
6748
6749 * ido.el (ido-ignore-item-temp-list): New variable.
6750 (ido-read-internal): Don't set ido-default-item if the default is
6751 member of ido-ignore-item-temp-list.
6752 Don't return first match for C-j if no text is entered.
6753 (ido-buffer-internal): Check for empty string return.
6754 (ido-make-buffer-list1): Use member instead of memq.
6755 (ido-window-buffer-p): Likewise.
6756 (ido-get-bufname): Ignore buffers on ido-ignore-item-temp-list.
6757 (ido-ignore-item-p): Ignore items on ido-ignore-item-temp-list.
6758
6759 * replace.el (multi-occur): Made "ido-aware":
6760 Changed prompt to use C-j instead of RET to end.
6761 Set ido-ignore-item-temp-list to the selected buffers so far, so
6762 they are automatically excluded from the list of choices.
6763 Use add-to-list instead of push.
6764
6765 2002-09-01 Richard M. Stallman <rms@gnu.org>
6766
6767 * term/x-win.el (function-key-map): Define S-iso-lefttab.
6768
6769 2002-09-01 Kim F. Storm <storm@cua.dk>
6770
6771 * edmacro.el (edit-kbd-macro): Recognize new default binding for
6772 C-x e in addition to old binding.
6773
6774 2002-09-01 Mario Lang <mlang@debian.org>
6775
6776 * files.el (save-some-buffers-action-alist): New variable.
6777 (save-some-buffers): Use that.
6778 (diff-buffer-with-file): New function.
6779
6780 2002-09-01 Richard M. Stallman <rms@gnu.org>
6781
6782 * ruler-mode.el (defgroup ruler-mode): Use `convenience' as parent.
6783
6784 * dired.el (defgroup dired): Use `files' as parent.
6785 (dired-get-filename): Ignore handler if it has safe-magic prop.
6786
6787 * jka-compr.el (jka-compr-handler): Add safe-magic property.
6788
6789 2002-08-31 Richard M. Stallman <rms@gnu.org>
6790
6791 * simple.el (kill-line): Use end-of-visible-line to determine
6792 if rest of line is blank.
6793 (end-of-visible-line): Cope if end-of-line moved back over
6794 invisible intangible chars at end of line.
6795
6796 * simple.el (completion-setup-function): Don't use directory-sep-char.
6797
6798 2002-09-01 Glenn Morris <gmorris@ast.cam.ac.uk>
6799
6800 * progmodes/f90.el (f90-menu): Remove ":active" keyword where not
6801 needed.
6802 (f90-menu, f90-add-imenu-menu): Use lookup-key.
6803 Remove (eval-when-compile) for free variables.
6804
6805 2002-08-31 Andreas Schwab <schwab@suse.de>
6806
6807 * font-core.el (font-lock-change-mode): Avoid changing buffer
6808 state in any way.
6809
6810 2002-08-30 Stefan Monnier <monnier@cs.yale.edu>
6811
6812 * emacs-lisp/easymenu.el (easy-menu-filter-return):
6813 Handle the case where the filter returns a single menu entry.
6814 (easy-menu-add): Improve docstring.
6815 (easy-menu-current-active-maps): Remove.
6816 (easy-menu-get-map): Use current-active-maps.
6817
6818 * cus-edit.el (custom-unlispify-menu-entry): Don't remove
6819 the -p prefix from variables since they shouldn't have it anyway.
6820 (custom-group-menu-create, customize-menu-create):
6821 Only cdr if applicable, since custom-menu-create might return
6822 a vector (i.e. a single menu entry).
6823
6824 2002-08-30 Edward M. Reingold <reingold@emr.cs.iit.edu>
6825
6826 * calendar/diary-lib.el (diary-mail-entries): Don't overwrite
6827 user's value of diary-list-include-blanks, but generate message
6828 instead if there are no entries.
6829
6830 2002-08-30 ARISAWA Akihiro <ari@mbf.sphere.ne.jp> (tiny change)
6831
6832 * ps-print.el (ps-lp-system): Fixed typo in `usg-unix-v'.
6833
6834 2002-08-30 Markus Rost <rost@math.ohio-state.edu>
6835
6836 * menu-bar.el (menu-bar-read-mail): Doc fix.
6837
6838 2002-08-30 John Paul Wallington <jpw@shootybangbang.com>
6839
6840 * ibuffer.el (ibuffer-update): Revert expansion of `caddr'.
6841 (ibuffer-fontification-alist): Check hidden buffer case isn't
6842 visiting a file and change its face to italic.
6843
6844 2002-08-30 Juanma Barranquero <lektu@terra.es>
6845
6846 * replace.el (occur-mode): Add interactive declaration.
6847
6848 * bs.el (bs-message-without-log): Fix typo.
6849
6850 * font-core.el (font-lock-defaults): Likewise.
6851
6852 * font-lock.el (font-lock-add-keywords): Likewise.
6853
6854 * mouse-copy.el (mouse-copy-work-around-drag-bug): Likewise.
6855
6856 * textmodes/bibtex.el (bibtex-mode): Likewise.
6857
6858 * emulation/viper-ex.el (ex-compile-command): Likewise.
6859
6860 * progmodes/idlwave.el (idlwave-max-extra-continuation-indent):
6861 Likewise.
6862
6863 * progmodes/dcl-mode.el (dcl-calc-cont-indent-relative): Likewise.
6864
6865 * allout.el (my-mark-marker): Likewise.
6866
6867 2002-08-30 Simon Josefsson <jas@extundo.com>
6868
6869 * mail/smtpmail.el (smtpmail-via-smtp): Delete process buffer
6870 unless s-debug-info is enabled.
6871
6872 2002-08-29 John Paul Wallington <jpw@shootybangbang.com>
6873
6874 * ibuffer.el (ibuffer-update): Use `minibufferp'. Expand `caddr'.
6875
6876 * mwheel.el (mouse-wheel-up-button): Doc fix.
6877
6878 2002-08-29 Juanma Barranquero <lektu@terra.es>
6879
6880 * replace.el (occur-mode-hook): New hook.
6881 (occur-mode): Use it.
6882 (occur-hook): Set default to nil.
6883
6884 2002-08-29 Stefan Monnier <monnier@cs.yale.edu>
6885
6886 * net/ange-ftp.el: Use match-string and drop useless `function's.
6887 (ange-ftp-get-process): Bind `ange-ftp-this-user' and
6888 `ange-ftp-this-host' before running ange-ftp-process-startup-hook.
6889 (ange-ftp-ls-parser): Use `switches' arg instead of dynamic binding.
6890 (ange-ftp-parse-dired-listing): Update the calls.
6891 (dired-local-variables-file): Declare to shut quieten the compiler.
6892 (ange-ftp-file-entry-active-p): Remove.
6893 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
6894 Don't exclude dangling symlinks.
6895 (ange-ftp-file-name-completion-1): Make predicate optional.
6896 (ange-ftp-parse-list-func-alist): Use add-to-list to update.
6897 (ange-ftp-fix-name-for-bs2000): Use subst-char-in-string.
6898 (ange-ftp-bs2000-posix-hook-installed): Remove.
6899 (ange-ftp-add-bs2000-posix-host): Don't use it anymore.
6900 (ange-ftp-bs2000-cd-to-posix): Use `ange-ftp-this-user' and
6901 `ange-ftp-this-host' instead of `user' and `host'.
6902
6903 2002-08-29 Richard M. Stallman <rms@gnu.org>
6904
6905 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
6906 Decide here whether to print which form we're compiling.
6907 If we do that, still print file and line. Make file name
6908 relative to default-directory. Print fewer newlines.
6909 (byte-compile-log-file): Print something even if no file.
6910 Print messages for entering and leaving directories,
6911 and set default-directory.
6912 (displaying-byte-compile-warnings): Only sometimes bind warning-series.
6913 (byte-compile-warning-series): New function.
6914 (byte-compile-file): Set byte-compile-last-logged-file, don't bind it.
6915 (byte-compile-display-log-head-p): Function deleted.
6916
6917 * warnings.el (warning-series): Now can be a marker, not an integer.
6918 (display-warning): Handle new value for warning-series.
6919
6920 * emacs-lisp/bytecomp.el (byte-compile-log-file): Use \f.
6921 (byte-compile-cl-warn): Add cl-macroexpand-all, cl-compiling-file
6922 to don't-warn list.
6923
6924 2002-08-29 Kim F. Storm <storm@cua.dk>
6925
6926 * kmacro.el: Change default bindings from F7/F8 to F3/F4.
6927 Change default binding of C-x e to kmacro-end-or-call-macro.
6928 (kmacro-call-repeat-key, kmacro-call-repeat-with-arg): New custom
6929 variables.
6930 (kmacro-get-prefix-arg): New function.
6931 (kmacro-repeat-on-last-key): Rename from kmacro-repeat-loop and
6932 improve. Callers changed.
6933 (kmacro-call-macro): Repeat macro by repeating last key or
6934 key defined in kmacro-call-repeat-key. New third arg non-nil
6935 means to end current macro.
6936 (kmacro-end-or-call-macro): Call kmacro-call-macro appropriately
6937 to get repeat last key functionality.
6938 (kmacro-start-macro-or-insert-counter): Improve doc string.
6939
6940 2002-08-28 Luc Teirlinck <teirllm@mail.auburn.edu>
6941
6942 * files.el (find-buffer-visiting): Compare file attributes
6943 using buffer-file-truename.
6944
6945 2002-08-28 Richard M. Stallman <rms@gnu.org>
6946
6947 * files.el (make-auto-save-file-name, make-backup-file-name-1):
6948 Don't use directory-sep-char.
6949
6950 2002-08-28 Juanma Barranquero <lektu@terra.es>
6951
6952 * replace.el (occur-hook): Renamed from `occur-mode-hook'.
6953 (occur-mode): Remove call to `occur-mode-hook'.
6954 (occur-rename-buffer): Fix reference to `occur-mode-hook' in docstring.
6955 (occur-1): Add call to `occur-hook'.
6956
6957 * subr.el (make-variable-frame-localizable): Alias for
6958 `make-variable-frame-local'.
6959
6960 2002-08-28 Miles Bader <miles@gnu.org>
6961
6962 * rfn-eshadow.el (read-file-name-electric-shadow-properties)
6963 (read-file-name-electric-shadow-tty-properties)
6964 (read-file-name-electric-shadow-mode): Remove compatibility defs.
6965
6966 * comint.el (comint-carriage-motion): Start at START.
6967
6968 2002-08-27 Francesco Potort\e,Al\e(B <pot@gnu.org>
6969
6970 * net/ange-ftp.el (ange-ftp-skip-msgs): Skip the 530 response
6971 given by vsFTPd when accessed with a kerberised FTP client.
6972
6973 2002-08-27 Richard M. Stallman <rms@gnu.org>
6974
6975 * files.el (find-alternate-file):
6976 Bind kill-buffer-query-functions locally, don't set it.
6977
6978 2002-08-27 Andreas Schwab <schwab@suse.de>
6979
6980 * kmacro.el (kmacro-start-macro): Doc fix.
6981
6982 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
6983
6984 * textfile/reftex-ref.el (reftex-goto-label): New command.
6985
6986 * textfile/reftex-vars.el (reftex-part-resets-chapter): New option.
6987
6988 * textfile/reftex-parse.el (reftex-roman-number): New function.
6989 (reftex-section-number): Better handling of parts: No chapter
6990 counter resets.
6991
6992 * textfile/reftex.el (reftex-highlight-overlays): Added a third
6993 overlay.
6994 (reftex-mode-menu): Added entry for `reftex-toc-recenter.
6995 Also moved `reftex-reset-mode' to top level.
6996
6997 * textfile/reftex-toc.el (reftex-toc-recenter): New command.
6998 (reftex-toc-pre-command-hook): Don't remove highlight overlay.
6999 (reftex-toc-post-command-hook): Use overlay no 2 for highlighting.
7000
7001 * textfile/reftex-sel.el (reftex-get-offset): Get offset of
7002 document pointer *before* position, not after.
7003 (reftex-insert-docstruct): Get offset of document pointer *before*
7004 position, not after.
7005
7006 * textfiles/reftex-parse.el (reftex-where-am-I): Prefer marker
7007 match over section title match.
7008
7009 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
7010 which determines on a per-file-basis if BibTeX is being used
7011 locally for citations.
7012 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
7013 cooperation with chapterbib.
7014 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
7015 better cooperation with chapterbib.
7016
7017 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
7018 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
7019
7020 2002-08-26 Kim F. Storm <storm@cua.dk>
7021
7022 * subr.el (suppress-keymap): Use command remapping instead of
7023 substitute-key-definition to undefine self-inserting keys.
7024
7025 2002-08-26 Juanma Barranquero <lektu@terra.es>
7026
7027 * makefile.w32-in (WINS): Add calc and obsolete.
7028
7029 2002-08-26 Stefan Monnier <monnier@cs.yale.edu>
7030
7031 * emacs-lisp/easy-mmode.el (define-minor-mode):
7032 Use customize-mark-as-set for global minor modes.
7033
7034 2002-08-25 Miles Bader <miles@gnu.org>
7035
7036 * rfn-eshadow.el (file-name-shadow-properties-custom-type):
7037 Renamed from `read-file-name-electric-shadow-properties-custom-type'.
7038 Change name of face.
7039 (file-name-shadow-properties): Renamed from
7040 `read-file-name-electric-shadow-properties'.
7041 (file-name-shadow-tty-properties): Renamed from
7042 `read-file-name-electric-shadow-tty-properties'.
7043 (file-name-shadow): Renamed from `read-file-name-electric-shadow'.
7044 (rfn-eshadow-setup-minibuffer): Update references to renamed variables.
7045 (file-name-shadow-mode): Renamed from
7046 `read-file-name-electric-shadow-mode'. Update references to
7047 renamed variables.
7048
7049 2002-08-24 Sam Steingold <sds@gnu.org>
7050
7051 * subr.el (eval-after-load): Do not call
7052 load-symbol-file-load-history (deleted yesterday).
7053
7054 2002-08-24 John Paul Wallington <jpw@shootybangbang.com>
7055
7056 * startup.el (normal-splash-screen): Ensure splash buffer is
7057 killed. Use tabs in output. Fix test whether previous buffer was
7058 *scratch* buffer.
7059
7060 * progmodes/simula.el (simula-abbrev-keyword-default)
7061 (simula-abbrev-keyword, simula-abbrev-stdproc-default)
7062 (simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
7063
7064 * apropos.el (command-apropos): Use `defalias' instead of `fset'.
7065
7066 * mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
7067
7068 2002-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7069
7070 * progmodes/f90.el (f90-xemacs-flag, f90-xemacs-menu)
7071 (f90-menu-bar-menu, f90-change-case-menu, f90-font-lock-on)
7072 (f90-font-lock-off, f90-font-lock-menu): Delete.
7073 Use easy-menu-define instead.
7074 (f90-mode): Use easy-menu-add.
7075 No longer (require 'imenu) when compiling.
7076 (f90-mark-subprogram, f90-indent-region, f90-fill-region)
7077 (f90-abbrev-start): Use fboundp.
7078 (f90-imenu-flag): Delete - use imenu--index-alist instead.
7079
7080 2002-08-23 Richard M. Stallman <rms@gnu.org>
7081
7082 * loadhist.el (unload-feature): Distinguish functions from
7083 variables in load-history.
7084 (feature-symbols): Doc fix.
7085
7086 * files.el (ange-ftp-completion-hook-function): Add safe-magic prop.
7087
7088 * subr.el (symbol-file-load-history-loaded)
7089 (load-symbol-file-load-history): Deleted.
7090 (symbol-file): Don't call load-symbol-file-load-history.
7091
7092 2002-08-23 Andre Spiegel <spiegel@gnu.org>
7093
7094 * vc-hooks.el (vc-kill-buffer-hook): Add it to kill-buffer-hook again.
7095
7096 2002-08-22 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7097
7098 * frame.el (select-frame-by-name, select-frame-set-input-focus):
7099 Always call x-focus-frame, if using x.
7100 Use set-mouse-position on all systems, if focus-follows-mouse.
7101
7102 2002-08-22 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7103
7104 * net/tramp.el: Version 2.0.14 released.
7105 (tramp-shell-prompt-pattern): New variable.
7106 (tramp-actions-before-shell, tramp-multi-actions)
7107 (tramp-find-shell, tramp-open-connection-multi)
7108 (tramp-open-connection-setup-interactive-shell): Use it.
7109 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7110 (tramp-open-connection-su): Mention `tramp-shell-prompt-pattern'
7111 in the docstring.
7112 (tramp-bug): Report `tramp-shell-prompt-pattern'.
7113 (tramp-process-one-multi-action, tramp-process-one-action):
7114 Make message clearer so people don't confuse it with Emacs asking
7115 them a question if the regexp happens to end with "?".
7116 (tramp-verbose): Change default value from 10 to 9. Also change
7117 some logging levels so that 10 is reserved for stuff which is
7118 needed for debugging only, but 9 catches everything that people
7119 might like to see in order to see that Tramp is actually working.
7120
7121 2002-08-22 Kim F. Storm <storm@cua.dk>
7122
7123 * emacs-lisp/authors.el (authors-aliases, authors-fixed-entries):
7124 Corrected spelling mistakes (for Joseph Arceneaux).
7125
7126 2002-08-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7127
7128 * progmodes/f90.el: eval-when-compile a few defvars.
7129 (f90-xemacs-flag): Wrap in eval-and-compile.
7130 (f90-font-lock-keywords): Doc fix.
7131 (f90-mode-abbrev-table): Work with or without 6th arg of define-abbrev.
7132 (f90-mark-subprogram-overlay): Variable deleted.
7133 (f90-mark-subprogram): Remove overlay bit. Don't be silent about
7134 pushing mark.
7135 (f90-abbrev-start): unread-command-event is obsolete in XEmacs.
7136
7137 2002-08-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7138
7139 * net/tramp.el: Version 2.0.13 released.
7140 (tramp-handle-write-region): Don't check to see if remote end is
7141 awake after sending data to remote host: we want to send "EOF" not
7142 "echo are you awake"...
7143 (tramp-maybe-open-connection): Swap args for tramp-time-diff.
7144 (tramp-yn-prompt-regexp): New variable.
7145 (tramp-action-yn): New function, using it.
7146 (tramp-feature-write-region-fix): New internal variable. Not yet
7147 used. Should be used in `tramp-handle-write-region'.
7148
7149 2002-08-21 Kim F. Storm <storm@cua.dk>
7150
7151 * bindings.el (mode-line-format): Moved global-mode-string last.
7152 (mode-line-position): Moved %p first. Added padding to %l/%c to
7153 eliminate jumpyness in modeline. Use (%l,%c) format if both
7154 line-number-mode and column-number-mode are enabled.
7155
7156 2002-08-20 Martin Stjernholm <bug-cc-mode@gnu.org>
7157
7158 * progmodes/cc-engine.el (c-forward-syntactic-ws): Fixed a bug
7159 that could cause an infinite loop if something that looks like
7160 a macro begins in the middle of a line.
7161
7162 * progmodes/cc-engine.el (c-parse-state): Fixed a bug that
7163 could cause `c-state-cache' to contain two conses in sequence
7164 when there's an unbalanced open paren in a macro.
7165
7166 2002-08-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7167
7168 * progmodes/fortran.el (fortran-current-defun): Use save-excursion.
7169
7170 * imenu.el (imenu--generic-function): Use mapc.
7171 (imenu-syntax-alist): Doc fix.
7172
7173 2002-08-20 Richard M. Stallman <rms@gnu.org>
7174
7175 * font-core.el (font-lock-change-mode): New function.
7176 (font-lock-mode): Use font-lock-change-mode instead of
7177 font-lock-unfontify-buffer.
7178 (font-lock-maximum-size, font-lock-verbose): Add defvars.
7179
7180 2002-08-20 Carsten Dominik <dominik@astro.uva.nl>
7181
7182 * textfiles/reftex-cite.el (reftex-bib-or-thebib): New function
7183 which determines on a per-file-basis if BibTeX is being used
7184 locally for citations.
7185 (reftex-offer-bib-menu): Use `reftex-bib-or-thebib' for better
7186 cooperation with chapterbib.
7187 (reftex-bibtex-selection-callback): Use `reftex-bib-or-thebib' for
7188 better cooperation with chapterbib.
7189
7190 * textfiles/reftex-dcr.el (reftex-view-cr-cite):
7191 Use `reftex-bib-or-thebib' for better cooperation with chapterbib.
7192
7193 2002-08-20 Kim F. Storm <storm@cua.dk>
7194
7195 * kmacro.el: Major rework based on discussions with RMS.
7196 Most important change is that C-x C-k is now bound to a keymap
7197 with keyboard macro related commands. The original binding on
7198 C-x C-k is moved to C-x C-k e.
7199
7200 * binding.el: Remove macro related bindings (now in kmacro.el).
7201
7202 * edmacro.el: Remove C-x C-k binding (now in kmacro.el).
7203
7204 2002-08-19 Stefan Monnier <monnier@cs.yale.edu>
7205
7206 * help-fns.el (help-split-fundoc): Replace the function name
7207 from the docstring with the one that should be displayed.
7208 (help-make-usage): Understand CL style arglists.
7209 (describe-function-1): Adapt to the new behavior of help-split-fundoc.
7210 (describe-variable): Use delete-region.
7211
7212 2002-08-19 Kenichi Handa <handa@etl.go.jp>
7213
7214 * international/mule.el (sgml-xml-auto-coding-function):
7215 Call re-search-forward with NOERROR t.
7216
7217 2002-08-19 Miles Bader <miles@gnu.org>
7218
7219 [original idea from Luc Teirlinck <teirllm@mail.auburn.edu>]
7220 * comint.el (comint-inhibit-carriage-motion): New variable.
7221 (comint-carriage-motion): Argument STRING removed. New arguments
7222 START and END; interpret characters between START and END rather
7223 than using special comint state.
7224 (comint-output-filter): Call `comint-carriage-motion'.
7225 (comint-output-filter-functions): Don't add `comint-carriage-motion'.
7226 * ielm.el (inferior-emacs-lisp-mode):
7227 Give `comint-inhibit-carriage-motion' a local value of t.
7228
7229 2002-08-18 Richard M. Stallman <rms@gnu.org>
7230
7231 * textmodes/table.el: New file.
7232
7233 * font-core.el (font-lock-mode): Set change-major-mode-hook locally.
7234
7235 2002-08-18 Andreas Schwab <schwab@suse.de>
7236
7237 * ibuf-ext.el (ibuffer-list-buffer-modes): Doc fix.
7238
7239 2002-08-17 Carsten Dominik <dominik@astro.uva.nl>
7240
7241 * textmodes/reftex.el (reftex-mode): Create special syntax tables.
7242 (reftex-syntax-table): Set a default in case this is being used
7243 outside a LaTeX file.
7244 (reftex-syntax-table-for-bib): Set a default in case this is being
7245 used outside a LaTeX file.
7246
7247 2002-08-17 Richard M. Stallman <rms@gnu.org>
7248
7249 * tar-mode.el (tar-subfile-mode): Use add-hook and remove-hook,
7250 and use write-file-functions instead of local-write-file-hooks.
7251 (tar-untar-buffer): Don't try to extract directories.
7252
7253 * menu-bar.el (fringe-mode): Set to nil.
7254
7255 * mail/rmail.el (rmail-search-mime-header-function): Doc fix.
7256
7257 2002-08-15 Richard M. Stallman <rms@gnu.org>
7258
7259 * calendar/appt.el (appt-delete): Use substring-no-properties.
7260 (appt-make-list): Don't use prin1-to-string; use the string unchanged.
7261
7262 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change)
7263
7264 * server.el (server-process-filter): Simplify code.
7265 (server-goto-line-column): New function.
7266 (server-visit-files): Use server-goto-line-column.
7267 Offer to revert only if file has changed.
7268
7269 2002-08-15 Richard M. Stallman <rms@gnu.org>
7270
7271 * files.el (recover-this-file): New function.
7272 (after-find-file): Recommend recover-this-file.
7273
7274 * font-core.el (font-lock-mode): Add font-lock-unfontify-buffer
7275 to change-major-mode-hook when font lock is enabled.
7276
7277 * simple.el (toggle-truncate-lines): Force redisplay.
7278 Display status message.
7279
7280 2002-08-15 Carsten Dominik <dominik@sand.science.uva.nl>
7281
7282 * textmodes/reftex.el (reftex-mode): Moved the creation of special
7283 syntax tables to top-level.
7284
7285 2002-08-15 David Kastrup <David.Kastrup@t-online.de>
7286
7287 * net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
7288 use `hash-table-size' instead of `length'.
7289
7290 2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
7291
7292 * help-fns.el (locate-library): Use locate-file(-completion).
7293 (help-split-fundoc): Tighten the regexp and recognize a usage-info
7294 where the function name is `fn'.
7295 (help-function-arglist): Follow aliases and macros.
7296 (describe-function-1): Use keymapp.
7297 If the docstring contains a usage info, use it even if the function is
7298 not a subroutine. Find usage info in aliases' docstring if necessary.
7299 (describe-variable): Get the value before setting up the *Help* buffer.
7300
7301 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
7302 Use find-file-hook instead of find-file-hooks.
7303 (define-minor-mode): Get rid of this silly `togglep'.
7304 Add an explicit `toggle' argument (used for interactive calls).
7305 Emit a warning when a nil argument turns the mode off.
7306
7307 * language/ethio-util.el (setup-ethiopic-environment-internal)
7308 (exit-ethiopic-environment): Use find-file-hook and
7309 write-file-functions instead of find-file-hooks and write-file-hooks.
7310
7311 * window.el (handle-select-window): Don't do anything if the window
7312 has disappeared since the event was generated.
7313 (split-window-save-restore-data): Use push and with-current-buffer.
7314
7315 * saveplace.el:
7316 * play/meese.el:
7317 * obsolete/hilit19.el:
7318 * completion.el (dynamic-completion-mode):
7319 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7320 Use find-file-hook instead of find-file-hooks.
7321
7322 * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
7323 (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
7324 (imenu-space-replacement): Allow nil value.
7325 (imenu--completion-buffer): Use new vars and simplify.
7326 Fix handling of minibuffer-setup-hook.
7327 Use minibuffer-completion-help instead of rolling our own.
7328 (imenu-choose-buffer-index): Use the new var.
7329
7330 * startup.el (command-line): Load custom-file if not done yet.
7331
7332 2002-08-14 Kenichi Handa <handa@etl.go.jp>
7333
7334 * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
7335 the selection data string. Always return cons of type and string.
7336 (selection-converter-alist): Add (UTF8_STRING .
7337 xselect-convert-to-string).
7338
7339 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
7340
7341 * newcomment.el (comment-region): Force `lines' when `block' is set.
7342
7343 2002-08-12 Richard M. Stallman <rms@gnu.org>
7344
7345 * menu-bar.el (menu-bar-next-tag-other-window, menu-bar-next-tag)
7346 (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar)
7347 (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression)
7348 (menu-bar-toggle-cua-mode, menu-bar-read-mail)
7349 (menu-bar-help-extra-packages, help-with-tutorial-spec-language)
7350 (menu-bar-text-mode-auto-fill): New commands, used
7351 in menu bar menus instead of lambda expressions.
7352
7353 (menu-bar-showhide-fringe-menu-customize-left)
7354 (menu-bar-showhide-fringe-menu-customize-right)
7355 (menu-bar-showhide-fringe-menu-customize-disable)
7356 (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes.
7357
7358 (menu-bar-options-menu): Use toggle-truncate-lines.
7359 (showhide-date-time): Call customize-mark-as-set.
7360
7361 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7362 Obey `definition-name' properties.
7363
7364 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode):
7365 Put `definition-name' properties on the functions whose
7366 names are constructed.
7367
7368 * textmodes/page-ext.el (pages-target-buffer): Add defvar.
7369 Renamed from target-buffer.
7370 (pages-directory, pages-copy-header-and-position): Uses changed.
7371
7372 * calendar/appt.el (appt-make-list): Correct the parsing of
7373 each appointment from time-string.
7374
7375 2002-08-12 Stefan Monnier <monnier@cs.yale.edu>
7376
7377 * scroll-all.el (scroll-all-mode): Use define-minor-mode.
7378 (scroll-all-mode) <defcustom>: Delete.
7379 (running-xemacs): Delete.
7380 (minor-mode-alist): Don't manipulate it directly.
7381
7382 2002-08-10 Kenichi Handa <handa@etl.go.jp>
7383
7384 * international/mule-cmds.el (search-unencodable-char): New function.
7385 (select-safe-coding-system): Show unencodable characters.
7386 (unencodable-char-position): Deleted, and implemented in C in coding.c.
7387
7388 2002-04-09 John Wiegley <johnw@gnu.org>
7389
7390 * esh-util.el: Removed eshell-under-cygwin-p, and all uses of it.
7391 * em-cmpl.el (eshell-cmpl-ignore-case): Ditto.
7392 * em-dirs.el (eshell/cd): Ditto.
7393 * em-glob.el (eshell-glob-case-insensitive): Ditto.
7394 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
7395 * esh-ext.el (eshell-binary-suffixes): Ditto.
7396
7397 2002-08-09 Richard M. Stallman <rms@gnu.org>
7398
7399 * textmodes/page-ext.el (pages-directory-mode): Undo previous change.
7400
7401 * simple.el (set-variable): Give locality status in prompt.
7402
7403 2002-08-09 Benjamin Rutt <rutt@cis.ohio-state.edu>
7404
7405 * simple.el (set-variable): If given a prefix argument, set
7406 variable buffer-locally.
7407
7408 2002-08-09 John Paul Wallington <jpw@shootybangbang.com>
7409
7410 * font-core.el (font-lock-function): Make it buffer-local.
7411
7412 2002-08-08 Richard M. Stallman <rms@gnu.org>
7413
7414 * emacs-lisp/checkdoc.el (checkdoc, checkdoc-interactive)
7415 (checkdoc-message-interactive, checkdoc-interactive-loop)
7416 (checkdoc-current-buffer, checkdoc-continue, checkdoc-comments)
7417 (checkdoc-defun):
7418 Update checkdoc-spellcheck-documentation-flag correctly.
7419 (checkdoc-ispell-docstring-engine): Don't test for
7420 checkdoc-autofix-flag = nil.
7421
7422 2002-08-07 John Paul Wallington <jpw@shootybangbang.com>
7423
7424 * xt-mouse.el (xterm-mouse-mode): Make it a global mode.
7425
7426 * wid-browse.el (widget-minor-mode): Fix doc typo.
7427
7428 2002-08-07 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7429
7430 * net/tramp.el: Version 2.0.12 released.
7431 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7432 Comment out possibly obsolete "echo hello" commands.
7433 (tramp-run-real-handler): If operation is
7434 `ange-ftp-hook-function', use first arg as the real operation.
7435 (tramp-check-ls-commands): Use / instead of \ as directory
7436 separator. (Relevant for XEmacs on Windows.)
7437 (tramp-maybe-open-connection): Use tramp-wait-for-output when
7438 waiting for the "are you awake" command. Use a different string
7439 for the "are you awake" command.
7440 (tramp-send-command): New optional arg NEVEROPEN means to never
7441 invoke tramp-maybe-open-connection.
7442 (tramp-maybe-open-connection): Use it
7443
7444 2002-08-07 Richard M. Stallman <rms@gnu.org>
7445
7446 * warnings.el (warning-prefix-function, warning-series)
7447 (warning-fill-prefix, warning-group-format): Add autoload cookies.
7448
7449 2002-08-07 Kenichi Handa <handa@etl.go.jp>
7450
7451 * international/mule-cmds.el (select-safe-coding-system):
7452 Call pop-to-buffer inside save-window-excursion and save-excursion.
7453
7454 2002-08-06 John Paul Wallington <jpw@shootybangbang.com>
7455
7456 * help-fns.el (describe-function-1): Skip arglist note if
7457 function's definition is a keymap.
7458
7459 2002-08-06 Sam Steingold <sds@gnu.org>
7460
7461 * calendar/diary-lib.el (diary-mail-entries): Use `compose-mail'
7462 and `mail-user-agent' instead of straight sendmail.
7463 (diary-modified, diary-entries-list, displayed-year)
7464 (displayed-month, entry, date, number, date-string, d-file)
7465 (original-date): Defvar without binding to avoid compiler warnings.
7466
7467 2002-08-05 Alan Shutko <ats@acm.org>
7468
7469 * ibuffer.el (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
7470 (ibuffer-mode-map): Added ibuffer-filter-by-used-mode.
7471 (ibuffer-mode): Added ibuffer-filter-by-used-mode to doc string.
7472
7473 * ibuf-ext.el (ibuffer-list-buffer-modes): New.
7474 (ibuffer-filter-by-used-mode): New.
7475
7476 2002-08-05 John Paul Wallington <jpw@shootybangbang.com>
7477
7478 * ediff-util.el (ediff-copy-list): Use `defalias' instead of
7479 `fset' and `symbol-function'.
7480
7481 2002-08-05 John Wiegley <johnw@gnu.org>
7482
7483 * pcomplete.el (pcomplete-entries): Don't set `above-cutoff' to a
7484 value unless pcomplete-cycle-cutoff-length is non-nil.
7485
7486 2002-04-09 John Paul Wallington <jpw@shootybangbang.com>
7487
7488 * esh-util.el (eshell-under-cygwin-p): New function.
7489 * em-cmpl.el (eshell-cmpl-ignore-case): Use it.
7490 * em-dirs.el (eshell/cd): Ditto.
7491 * em-glob.el (eshell-glob-case-insensitive): Ditto.
7492 * em-hist.el (eshell-previous-matching-input-string-position): Ditto.
7493 * esh-ext.el (eshell-binary-suffixes): Ditto.
7494
7495 2002-08-05 Richard M. Stallman <rms@gnu.org>
7496
7497 * international/mule-cmds.el (select-safe-coding-system): Check for
7498 non-nil CODING-SYSTEM before warning it disagrees with AUTO-CS.
7499
7500 * net/ange-ftp.el (ange-ftp-smart-gateway): Doc fix.
7501
7502 2002-08-05 Gerd Moellmann <gerd@gnu.org>
7503
7504 * image.el (image-jpeg-p): Accept "Exif" marker.
7505
7506 2002-08-05 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7507
7508 * net/tramp.el: Version 2.0.11 released.
7509 (tramp-perl-file-attributes): Print uid and gid as signed integers.
7510 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
7511 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
7512 calling Tramp again.
7513 (tramp-find-file-exists-command): Check for `ls -d' last, after
7514 all the variants on `test -e'.
7515 (tramp-post-connection): Erase buffer before finding a command to
7516 check if file exists.
7517
7518 2002-08-05 David Kastrup <David.Kastrup@t-online.de>
7519
7520 * calc/calc.el (math-format-stack-value): Revert a broken
7521 if->when replacement and reformat so that this does not happen
7522 again. Fixes a pretty lethal line formatting/yanking bug.
7523
7524 2002-08-04 John Paul Wallington <jpw@shootybangbang.com>
7525
7526 * startup.el (fancy-splash-frame): Check selected frame last.
7527
7528 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7529
7530 * net/tramp.el: Version 2.0.10 released.
7531 (tramp-uudecode): New shell function `tramp_uudecode' to decode to
7532 standard output even if `uudecode -p' and `uudecode -o -' don't work.
7533 (tramp-post-connection): After finding the right shell, wait a
7534 bit. This is a kludge to avoid a race condition, even though I
7535 don't understand why there is a race condition in the first place.
7536 (tramp-post-connection): Install the `tramp_uudecode' shell
7537 function on the remote host.
7538 (tramp-coding-commands): Add an alternative for `tramp_uudecode'.
7539 (tramp-bug): Include more variables in the report.
7540
7541 2002-08-04 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7542
7543 * net/tramp.el: Version 2.0.9 released.
7544 (tramp-bug): Add wording about additional info to include in bug
7545 report.
7546 (tramp-find-shell): Set $PS1 for invocation of second shell (for
7547 tilde expansion).
7548 (tramp-find-shell): Shell prompt must match at end of buffer.
7549 Do this also for fallback shell prompt.
7550 (tramp-find-shell): More debugging output.
7551 (tramp-find-inline-encoding): When checking the decoding command,
7552 some commands fail when reading from /dev/null. So we pass a
7553 known string through the encoding command and pass that through
7554 the decoding command. So we know whether the decoding command can
7555 deal with some real input.
7556
7557 2002-08-04 Andreas Schwab <schwab@suse.de>
7558
7559 * net/tramp.el (tramp-perl-encode, tramp-perl-decode): Doc fix.
7560
7561 2002-08-03 Andrew Choi <akochoi@shaw.ca>
7562
7563 * term/mac-win.el: Set keys to enable mouse wheel support.
7564
7565 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7566
7567 * net/tramp.el: Version 2.0.8.
7568 (tramp-perl-encode, tramp-perl-encode): Double the backslashes.
7569
7570 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7571
7572 * net/tramp.el: Version 2.0.7.
7573 (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
7574 (tramp-perl-encode, tramp-perl-decode): Escape `%' characters
7575 because of `format' and say so in the docstring.
7576
7577 2002-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
7578
7579 * progmodes/f90.el (f90-font-lock-keywords-1): Fix highlighting of
7580 `type' forms.
7581 (f90-font-lock-keywords-2): Fix `implicit type(foo)' case.
7582 (f90-type-def-re): Fix value.
7583
7584 2002-08-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7585
7586 * net/tramp.el: Version 2.0.6.
7587 (tramp-default-method): Change to "ssh" from "sm".
7588 (tramp-wrong-passwd-regexp): Restructure. Add additional alternative.
7589 (tramp-su-program): New internal variable for method parameter.
7590 (tramp-perl-encode-with-module, tramp-perl-decode-with-module):
7591 New variables. Very short Perl one-liner, but requires Perl
7592 module MIME::Base64 to be installed on the remote site.
7593 (tramp-perl-encode, tramp-perl-decode): New base64
7594 encoder/decoder. From Juanma Barranquero <lektu@terra.es>.
7595 (tramp-handle-file-truename): Invoke Ange-FTP properly (even
7596 though Ange-FTP doesn't do anything for this operation).
7597 (tramp-handle-set-visited-file-modtime): Comment change.
7598 (tramp-handle-make-directory): Save-excursion.
7599 (tramp-handle-expand-many-files): Don't try to invoke Ange-FTP
7600 twice, once is enough.
7601 (tramp-action-permission-denied): Show *tramp/foo* buffer so the
7602 user knows what's wrong.
7603 (tramp-post-connection): Support the two Perl encoders and decoders.
7604 (tramp-coding-commands): Ditto. Add some todo items.
7605
7606 2002-08-02 Richard M. Stallman <rms@gnu.org>
7607
7608 * international/mule.el (merge-coding-systems): New function.
7609 (set-buffer-file-coding-system): Use merge-coding-systems.
7610 Change prompt for args.
7611 (revert-buffer-with-coding-system): New command.
7612
7613 * international/mule-cmds.el (mule-keymap, set-coding-system-map):
7614 Add bindings for revert-buffer-with-coding-system.
7615 (set-coding-system-map): Clarify menu item info for
7616 set-buffer-file-coding-system.
7617 (set-coding-system-map): Reorder and add separators.
7618
7619 * emacs-lisp/edebug.el (edebug-eval-top-level-form):
7620 Use eval-expression.
7621
7622 * subr.el (atomic-change-group): Doc fix.
7623
7624 2002-07-31 Colin Walters <walters@debian.org>
7625
7626 * ibuffer.el (ibuffer-hooks): Rename to `ibuffer-hook'; Add
7627 defvaralias for compatibility.
7628 (ibuffer-mode-hooks): Rename to `ibuffer-mode-hook'; Add
7629 defvaralias for compatibility.
7630
7631 2002-07-31 John Paul Wallington <jpw@shootybangbang.com>
7632
7633 * ibuffer.el (ibuffer-fontification-alist):
7634 Use `font-lock-constant-face' instead of `font-lock-reference-face'.
7635
7636 2002-07-31 John Wiegley <johnw@gnu.org>
7637
7638 * pcomplete.el (pcomplete-comint-setup): Use `add-to-list', to
7639 prevent adding the symbol `pcomplete' to
7640 shell-dynamic-complete-functions to many times.
7641
7642 2002-07-31 Markus Rost <rost@math.ohio-state.edu>
7643
7644 * help-fns.el (describe-function-1): Test function for
7645 obsolescence only if it is a symbol.
7646
7647 * ediff.el (ediff-backup): New autoloaded command.
7648
7649 2002-07-31 Richard M. Stallman <rms@gnu.org>
7650
7651 * makefile.w32-in (compile-after-backup): Renamed from `compile'.
7652 Use `compile-always'.
7653 (bootstrap): Use `compile', not `compile-files'. Use `update-subdirs'.
7654 (compile): Renamed from `compile-files'.
7655 (compile-CMD, compile-SH): Renamed from `compile-files-*'.
7656
7657 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7658 Check that (car elt) is a string.
7659
7660 * pcomplete.el (pcomplete-entries): Doc fix.
7661
7662 * international/mule.el (non-standard-icccm-encodings-alist): Doc fix.
7663
7664 2002-07-31 Andreas Schwab <schwab@suse.de>
7665
7666 * dired.el: Hide disabling of dired-find-alternate-file behind
7667 autoload-cookie.
7668
7669 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
7670
7671 * makefile.w32-in: Revert some changes from 2002-07-23 because they
7672 don't work on MSVC/nmake builds.
7673 (update-subdirs-CMD): Generate the right list of subdirectories.
7674
7675 2002-07-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7676
7677 * net/tramp.el: New version 2.0.5.
7678 (tramp-methods): Remove inline encoding method parameters.
7679 The encoding is now autodetected. Also shorten the list of
7680 methods (u/m distinction gone) and rename the remaining methods to
7681 have longer, but more mnemonic, names.
7682 (tramp-login-prompt-regexp, tramp-password-prompt-regexp)
7683 (tramp-wrong-passwd-regexp): Trailing `$' not needed, regexp is
7684 matched at end of buffer anyway.
7685 (tramp-yesno-prompt-regexp): New variable, for questions where the
7686 user should say "yes" or "no".
7687 (tramp-file-name-structure-unified)
7688 (tramp-file-name-structure-separate): Allow dash in method names.
7689 (tramp-actions-before-shell): New variable, contains list of
7690 pattern/action pairs. Output sent by remote end is scanned for
7691 the patterns, then the actions are executed.
7692 (tramp-multi-actions): Like `tramp-actions-before-shell', but
7693 executed for each hop in a multi-hop connection.
7694 (tramp-last-cmd-time): New variable. If nothing has been sent to
7695 remote end for 60 seconds, look to see if the remote end is still
7696 alive.
7697 (tramp-perl-mime-encode, tramp-perl-mime-decode): Remove.
7698 It didn't work.
7699 (tramp-perl-encode, tramp-perl-decode): New variables, these
7700 require the MIME::Base64 module on the remote end.
7701 (tramp-handle-file-attributes): Restructure logic.
7702 (tramp-handle-file-attributes-with-ls)
7703 (tramp-handle-file-attributes-with-perl): More debugging.
7704 (tramp-handle-directory-files): Grok fifth arg `files-only' for XEmacs.
7705 (tramp-handle-make-directory, tramp-handle-delete-directory)
7706 (tramp-handle-delete-file, tramp-handle-insert-directory):
7707 Expand file name.
7708 (tramp-handle-shell-command): Use `when', not `if'.
7709 (tramp-handle-file-local-copy, tramp-handle-write-region):
7710 Adapt to autodetection of inline encoding.
7711 (tramp-invoke-ange-ftp): Require ange-ftp to make sure that
7712 variable ange-ftp-name-format is defined before binding it.
7713 (tramp-action-login, tramp-action-password, tramp-action-succeed)
7714 (tramp-action-permission-denied, tramp-action-yesno):
7715 Functions called from `tramp-actions-before-shell'.
7716 (tramp-multi-action-login, tramp-multi-action-password)
7717 (tramp-multi-action-succeed, tramp-multi-action-permission-denied):
7718 Functions called from `tramp-multi-actions'.
7719 (tramp-process-one-action, tramp-process-actions):
7720 Pattern matching and action invocation code for
7721 `tramp-actions-before-shell'.
7722 (tramp-process-one-multi-action, tramp-process-multi-actions):
7723 Same for `tramp-multi-actions'.
7724 (tramp-open-connection-telnet, tramp-open-connection-rsh)
7725 (tramp-open-connection-su): Process actions instead of hardwired logic.
7726 (tramp-multi-connect-telnet, tramp-multi-connect-rlogin)
7727 (tramp-multi-connect-su): Ditto.
7728 (tramp-post-connection): New method for tramp_encode and
7729 tramp_decode scripts.
7730 (tramp-post-connection): Invoke inline autodetection code.
7731 (tramp-coding-commands): List of inline codings.
7732 (tramp-find-inline-encoding): This is the inline autodetection code.
7733 (tramp-maybe-open-connection): If nothing was sent to connection
7734 for 60 seconds, look if it connection is still alive.
7735 (tramp-send-command): Remember that something was sent to the
7736 connection.
7737 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
7738 Use backticks for constructing alist.
7739 (tramp-get-encoding-command, tramp-set-encoding-command)
7740 (tramp-get-decoding-command, tramp-set-decoding-command)
7741 (tramp-get-encoding-function, tramp-set-encoding-function)
7742 (tramp-get-decoding-function, tramp-set-decoding-function):
7743 Use for results of inline autodetection.
7744 (tramp-get-encoding-command, tramp-get-decoding-command)
7745 (tramp-get-encoding-function, tramp-get-decoding-function):
7746 Remove these old functions.
7747
7748 2002-07-30 Kenichi Handa <handa@etl.go.jp>
7749
7750 * language/indian.el (in-is13194): Give correct `safe-chars' property.
7751 (devanagari): Define it as an alias of in-is13194.
7752
7753 * international/mule.el (safe-chars):
7754 Put `char-table-extra-slots' property with value 0.
7755
7756 * files.el (revert-buffer): Fix previous change.
7757
7758 2002-07-29 Richard M. Stallman <rms@gnu.org>
7759
7760 * bindings.el (help-echo): If global-mode-string is non-nil,
7761 display some spaces after it.
7762
7763 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
7764 Don't call string-match on non-string.
7765 (displaying-byte-compile-warnings):
7766
7767 * textmodes/ispell.el (check-ispell-version): Bind default-directory
7768 to avoid errors. Kill the old temp buffer at the beginning.
7769
7770 2002-07-29 Glenn Morris <gmorris@ast.cam.ac.uk>
7771
7772 * scroll-all.el (scroll-all-mode): Make argument optional. Doc fix.
7773
7774 2002-07-29 John Paul Wallington <jpw@shootybangbang.com>
7775
7776 * scroll-all.el (scroll-all-mode): Handle numeric arg. Use `if'
7777 instead of `cond'.
7778
7779 2002-07-29 Kenichi Handa <handa@etl.go.jp>
7780
7781 * international/mule.el (ctext-post-read-conversion): Add support
7782 for embedded utf-8 encoding (ESC % G ... ESC % @).
7783
7784 2002-07-28 Kenichi Handa <handa@etl.go.jp>
7785
7786 * files.el (revert-buffer): Before calling insert-file-contents,
7787 kill the local variable buffer-file-coding-system.
7788
7789 2002-07-28 Richard M. Stallman <rms@gnu.org>
7790
7791 * bindings.el (mode-line-format): Handle vc-mode specially.
7792 Move mode-line-position to after global-mode-string.
7793 (mode-line-modes): Move the starting 3 spaces out of here.
7794 (mode-line-position): Separate with a space, not dashes.
7795
7796 * vc-hooks.el: Don't add to minor-mode-alist.
7797
7798 * emacs-lisp/edebug.el (edebug-debugger):
7799 If inside redisplay, just return.
7800
7801 * emacs-lisp/debug.el (debug): If inside redisplay, just return.
7802
7803 * info.el (Info-find-index-name): Improve last change.
7804
7805 2002-07-27 Richard M. Stallman <rms@gnu.org>
7806
7807 * files.el (file-name-sans-extension): Avoid expanding DIRECTORY.
7808
7809 * calendar/cal-hebrew.el (diary-rosh-hodesh): Cons mark on
7810 in the third case.
7811
7812 2002-07-27 Markus Rost <rost@math.ohio-state.edu>
7813
7814 * ps-print.el: Update copyright year.
7815 (ps-begin-cut-regexp, ps-end-cut-regexp): Fix type.
7816
7817 2002-07-26 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7818
7819 * eshell/eshell.el (eshell): Numeric prefix arg means to switch
7820 to the session with that number. Old behavior still available
7821 with nonumeric prefix args.
7822
7823 2002-07-08 Simon Josefsson <jas@extundo.com>
7824
7825 * mail/mail-extr.el (mail-extr-all-top-level-domains): Update names.
7826
7827 2002-07-26 Juanma Barranquero <lektu@terra.es>
7828
7829 * warnings.el (lwarn, warn, warning-levels): Doc fix.
7830 (warning-suppress-log-types): Fix typo.
7831 (display-warning): Fix typo. Remove useless assignment to free variable
7832 `group-string'.
7833
7834 2002-07-25 Markus Rost <rost@math.ohio-state.edu>
7835
7836 * ediff-wind.el (ediff-window-setup-function): Extend type declaration.
7837
7838 2002-07-25 Sam Steingold <sds@gnu.org>
7839
7840 * replace.el (occur-rename-buffer): New command.
7841 (occur-mode-map): Bind "r" to it. Added keybindings for
7842 `kill-this-buffer', `clone-buffer' and `quit-window'.
7843
7844 2002-07-25 Kevin Ryde <user42@zip.com.au>
7845
7846 * info.el (Info-find-index-name): Search for a function definition
7847 with a return type.
7848
7849 2002-07-25 David Ponce <david@dponce.com>
7850
7851 * emacs-lisp/bytecomp.el (byte-compile-set-symbol-position):
7852 Don't recompute `entry' on each iteration.
7853 (byte-compile-delete-first): Make it defsubst.
7854
7855 2002-07-25 Sam Steingold <sds@gnu.org>
7856
7857 * progmodes/cc-engine.el (c-search-uplist-for-classkey):
7858 When `search-end' is a cons, use its car.
7859
7860 2002-07-25 Dave Love <fx@gnu.org>
7861
7862 * obsolete/c-mode.el: Deleted.
7863
7864 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
7865
7866 * textmodes/reftex.el (reftex-compile-variables):
7867 Simplified regular expression.
7868
7869 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7870 Simplified the regexp.
7871
7872 * textmodes/reftex-cite.el (reftex-get-bibkey-default): New function.
7873 (reftex-extract-bib-entries-from-thebibliography):
7874 Use `reftex-get-bibkey-default' to get a default regex.
7875 (reftex-extract-bib-entries): Use `reftex-get-bibkey-default' to
7876 get a default regex.
7877
7878 * textmodes/reftex-toc.el (reftex-toc-mode): Use `make-local-hook' for
7879 XEmacs compatibility (got OK from RMS).
7880
7881 * textmodes/reftex-index.el (reftex-index-mode): Likewise.
7882
7883 * textmodes/reftex-sel.el (reftex-select-label-mode): Likewise.
7884 (reftex-select-bib-mode): Likewise.
7885
7886 2002-07-25 Colin Walters <walters@debian.org>
7887
7888 * ibuffer.el (ibuffer-mouse-popup-menu): Allow point to be moved
7889 by menu functions.
7890
7891 2002-07-24 Dave Love <fx@gnu.org>
7892
7893 * international/mule.el (set-auto-coding): Doc fix.
7894
7895 * international/utf-16.el: New file.
7896
7897 * language/european.el ("German", "French", "Spanish", "Turkish"):
7898 Add alternative coding systems.
7899 ("Dutch"): Likewise. Add input method.
7900 ("Welsh", "Latin-7"): Add nonascii-translation.
7901
7902 * language/georgian.el ("Georgian"): Add nonascii-translation.
7903
7904 * international/titdic-cnv.el: Doc fixes.
7905 (tit-process-header): Add coding cookie.
7906 (titdic-convert): Force writing as iso-2022-7bit.
7907
7908 * international/ja-dic-cnv.el (skkdic-convert): Add coding cookie.
7909
7910 * international/mule-cmds.el: Doc fixes.
7911 (unencodable-char-position): New.
7912 (select-safe-coding-system): Use it to indicate problematic
7913 characters and add extra explanation. Avoid checking auto-coding
7914 for compressed files.
7915 (leim-list-header): Add coding cookie.
7916 (input-method-verbose-flag): Modify :type.
7917 (locale-language-names): Add bs, wa. Modify cy.
7918
7919 2002-07-24 Richard M. Stallman <rms@gnu.org>
7920
7921 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
7922 Bind warning-group-format.
7923
7924 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
7925 (byte-compile-cl-warn): Use that variable.
7926 (byte-compile-find-cl-functions): New function.
7927 (displaying-byte-compile-warnings):
7928 Call byte-compile-find-cl-functions.
7929
7930 * warnings.el (warning-levels): Add %s to the strings.
7931 (warning-group-format): New variable.
7932 (warning-suppress-log-types): Renamed from warning-suppress-log.
7933 (warning-suppress-types): Renamed from warning-suppress.
7934 (display-warning): Implement those changes.
7935
7936 2002-07-23 Richard M. Stallman <rms@gnu.org>
7937
7938 * warnings.el: Add `provide' call.
7939
7940 * files.el (basic-save-buffer-2): If there's an error writing the file,
7941 unrename the backup file if it was just made.
7942 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
7943 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
7944 when a backup was just made by renaming. Otherwise it's nil.
7945
7946 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
7947 Recognize explicit :args specification.
7948
7949 * international/mule-cmds.el (select-safe-coding-system):
7950 Don't ask for confirmation of mismatch if find-file-literally was used.
7951
7952 2002-07-23 Markus Rost <rost@math.ohio-state.edu>
7953
7954 * add-log.el (add-log-current-defun): Fix typo in documentation.
7955
7956 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
7957
7958 * add-log.el (add-log-mailing-address): Fix type. Can be a string.
7959
7960 * ido.el (ido-separator): Fix type.
7961
7962 2002-07-23 Andrew Innes <andrewi@gnu.org>
7963
7964 * makefile.w32-in (DONTCOMPILE): Remove cus-start.el.
7965 (DONTCOMPILE): Add various language files.
7966 (DONTCOMPILE): Remove term/xterm.el.
7967 (finder-inf.el): Remove.
7968 (update-authors): New target.
7969 (TAGS-LISP): Remove $(lispsource).
7970 (compile-always): Renamed from `compile-files'.
7971 (compile): New target, adapted from `compile-files'.
7972 (compile-calc): New target.
7973 (recompile): Change `.' to $(lisp).
7974 (bootstrap): Add update-subdirs and finder-data
7975 to dependencies; change compile-files to compile.
7976
7977 2002-07-22 Andre Spiegel <spiegel@gnu.org>
7978
7979 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
7980
7981 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7982
7983 * simple.el (undo, undo-more): Adjust messages when undoing in a
7984 region.
7985
7986 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
7987
7988 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
7989 (browse-url-lynx-input-delay): Add custom type and group.
7990
7991 * cus-start.el (double-click-fuzz): Added.
7992
7993 2002-07-22 Alan Shutko <ats@acm.org>
7994
7995 * calendar/solar.el (diary-sabbath-candles): Add optional MARK
7996 parameter, specifying what face or character to use in the
7997 calendar display. These will now return (MARK . ENTRY).
7998
7999 * calendar/lunar.el (diary-phases-of-moon): Add optional MARK
8000 parameter, specifying what face or character to use in the
8001 calendar display. These will now return (MARK . ENTRY).
8002
8003 * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit)
8004 (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional
8005 MARK parameter, specifying what face or character to use in the
8006 calendar display. These will now return (MARK . ENTRY).
8007
8008 * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark
8009 from diary-sexp-entry and pass it to mark-visible-calendar-date.
8010 (list-sexp-diary-entries): Update doc string for new docs for ....
8011 If diary-sexp-entry returns a cons, only add the text to the diary
8012 list.
8013 (diary-sexp-entry): Allow sexps to return a cons of the form (MARK
8014 . STRING) to specify what face or character mark should be used in
8015 the calendar display.
8016 (diary-date, diary-block, diary-float, diary-anniversary)
8017 (diary-cyclic): Add optional MARK parameter, specifying what face
8018 or character to use in the calendar display. These will now
8019 return (MARK . ENTRY).
8020
8021 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
8022 (calendar-holiday-list, diary-french-date, diary-mayan-date)
8023 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
8024 (diary-islamic-date, list-islamic-diary-entries)
8025 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
8026 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
8027 (diary-rosh-hodesh, list-hebrew-diary-entries)
8028 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
8029 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
8030 (diary-sunrise-sunset, diary-sabbath-candles):
8031 Remove interactive flag from autoloads.
8032
8033 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
8034
8035 * textmodes/reftex-vars.el (reftex-index-verify-function): New option.
8036 (reftex-bibliography-commands): New option.
8037 (reftex-toc-split-windows-horizontally): New option
8038 (reftex-toc-split-windows-horizontally-fraction): New option
8039 (reftex-include-file-commands): New option.
8040 (reftex-cite-format-builtin): Added ?n for nocite.
8041
8042 * textmodes/reftex-index.el (reftex-query-index-phrase):
8043 Use `reftex-index-verify-function'.
8044
8045 * textmodes/reftex-toc.el (reftex-re-enlarge):
8046 Handle horizontal splitting.
8047 (reftex-toc): Handle horizontal splitting
8048 (reftex-last-window-width): New variable.
8049
8050 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
8051 Use `reftex-bibliography-commands'.
8052 (reftex-locate-bibliography-files): Regexp relaxed to allow for
8053 cases where \bibliography is not the first thing on the line.
8054
8055 * textmodes/reftex.el (reftex-compile-variables):
8056 Use `reftex-include-file-commands'.
8057 (reftex-type-query-prompt): Changed defconst to defvar.
8058 (reftex-type-query-help, reftex-typekey-to-format-alist)
8059 (reftex-typekey-to-prefix-alist, reftex-env-or-mac-alist)
8060 (reftex-special-env-parsers, reftex-label-mac-list)
8061 (reftex-label-env-list, reftex-typekey-list)
8062 (reftex-words-to-typekey-alist, reftex-key-to-index-macro-alist)
8063 (reftex-query-index-macro-prompt, reftex-query-index-macro-help)
8064 (reftex-no-follow-message, reftex-no-info-message): Likewise.
8065 (reftex-mode): Define systax table for bibtex parsing.
8066 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
8067
8068 * textmodes/reftex-cite.el (reftex-format-names): %a as name
8069 format lists all names.
8070 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
8071 (reftex-with-special-syntax-for-bib): New macro.
8072
8073 2002-07-21 Richard M. Stallman <rms@gnu.org>
8074
8075 * international/ucs-tables.el (ucs-quail-activate):
8076 Cope if buffer-file-coding-system is nil.
8077
8078 * bindings.el (last-buffer): Use buffer-list with frame arg.
8079 Create *scratch* if no other choice exists. Fix bugs.
8080
8081 2002-07-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8082
8083 * net/tramp.el: Bump version to 2.0.2.
8084 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
8085 longer names. Use old names "sm1", "sm2" and so on for methods
8086 invoking "ssh -1" or "ssh -2".
8087 (tramp-multi-file-name-structure-separate): Typo, its name was set
8088 to "tramp-file-name-structure-separate". Trivial patch.
8089 From Steve Youngs <youngs@xemacs.org>.
8090 (tramp-multi-sh-program): New variable.
8091 (tramp-open-connection-multi): Use it. Now you can use multi
8092 methods from Windows (at least in principle).
8093 (tramp-do-copy-or-rename-via-buffer): New function.
8094 (tramp-do-copy-or-rename-file): Use it. Change and simplify
8095 logic. Omit special case of invoking rcp directly to copy the files.
8096 (tramp-open-connection-su, tramp-multi-connect-telnet)
8097 (tramp-multi-connect-rlogin, tramp-multi-connect-su)
8098 (tramp-make-tramp-file-name, tramp-make-tramp-multi-file-name):
8099 Use backticks in format-spec for brevity and to avoid
8100 character/number confusion in XEmacs.
8101
8102 2002-07-20 Richard M. Stallman <rms@gnu.org>
8103
8104 * wid-edit.el (widget-documentation-string-value-create):
8105 Say "Hide Rest", not just "Hide".
8106
8107 * cus-edit.el (custom-variable-value-create):
8108 Say "Show Value", not just "Show". Also "Hide Value".
8109 Output a newline before the doc string.
8110 (custom-face-value-create): Say "Show Face" and "Hide Face".
8111
8112 * files.el (toggle-read-only): Clean up the hint message.
8113
8114 * emacs-lisp/bytecomp.el: Use warnings.el.
8115 (byte-compile-warning-prefix): New function.
8116 (byte-compile-log-file): Return page start position.
8117 (byte-compile-log-warning): New function.
8118 (byte-compile-warn): Use byte-compile-log-warning.
8119 (byte-compile-report-error): Likewise. Also use error-message-string.
8120 (displaying-byte-compile-warnings): Bind warning-series.
8121 Don't bind or use byte-compile-warnings-point-max.
8122 Don't display the log buffer at the end.
8123 (byte-compile-warnings-point-max): Variable deleted.
8124 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
8125 (byte-compile-last-warned-form, byte-compile-last-logged-file):
8126 Defvars moved.
8127
8128 * warnings.el: New file.
8129
8130 2002-07-19 Richard M. Stallman <rms@gnu.org>
8131
8132 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
8133 and `values-list' from list of CL functions.
8134
8135 2002-07-19 John Paul Wallington <jpw@shootybangbang.com>
8136
8137 * emacs-lisp/bytecomp.el (compile-defun):
8138 Bind `read-with-symbol-positions' to current buffer.
8139
8140 2002-07-19 Andre Spiegel <spiegel@gnu.org>
8141
8142 * vc-hooks.el (vc-insert-file): When called with a LIMIT regexp,
8143 delete anything that comes after LIMIT from the buffer.
8144
8145 * vc-rcs.el (vc-rcs-fetch-master-state): Be more careful to check
8146 if this is really an RCS master file.
8147
8148 * vc.el: Improve comment of vc-BACKEND-workfile-unchanged-p.
8149
8150 2002-07-19 Juanma Barranquero <lektu@terra.es>
8151
8152 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
8153 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
8154 (unread-command-char, executing-macro, post-command-idle-hook)
8155 (post-command-idle-delay): Move obsolescence declarations to subr.el.
8156
8157 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
8158 (baud-rate, compiled-function-p, define-function, unread-command-char)
8159 (executing-macro, post-command-idle-hook, post-command-idle-delay):
8160 Move obsolescence declarations from emacs-lisp/bytecomp.el.
8161 (directory-sep-char, mode-line-inverse-video):
8162 Add obsolescence declaration.
8163
8164 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
8165
8166 * progmodes/idlwave.el: Updated to IDLWAVE version 4.14. Too many
8167 changes to list them here.
8168
8169 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.14.
8170 Too many changes to list them here.
8171
8172 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.14.
8173 Too many changes to list them here.
8174
8175 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.14 with
8176 only minor documentation changes.
8177
8178 2002-07-18 Dave Love <fx@gnu.org>
8179
8180 * info-look.el: Support current auto{conf,make} manuals.
8181
8182 2002-07-18 Juanma Barranquero <lektu@terra.es>
8183
8184 * bindings.el (last-buffer): Add missing frame argument.
8185
8186 2002-07-18 Richard M. Stallman <rms@gnu.org>
8187
8188 * timer.el (timer-inc-time): Doc fix.
8189
8190 * replace.el (keep-lines, flush-lines): Interactively report
8191 read-only error before reading regexp argument.
8192
8193 * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
8194
8195 * bindings.el (last-buffer): Handle buffer-list and buffer-predicate
8196 frame parameters like bury-buffer.
8197
8198 * simple.el (choose-completion-delete-max-match):
8199 Handle minibuffer prompts explicitly.
8200
8201 2002-07-18 Juanma Barranquero <lektu@terra.es>
8202
8203 * international/mule-util.el (string-to-sequence, truncate-string):
8204 Add autoload cookie to obsolescence declaration.
8205
8206 * rect.el (move-to-column-force): Likewise.
8207
8208 * composite.el (decompose-composite-char): Likewise; also remove
8209 redundant info.
8210
8211 2002-07-18 Kim F. Storm <storm@cua.dk>
8212
8213 * loadup.el: Load international/utf-8 before international/characters.
8214
8215 2002-07-17 Dave Love <fx@gnu.org>
8216
8217 * international/ucs-tables.el: Optimize tables. Deal with some
8218 non-8859 charsets.
8219 (ucs-mule-to-mule-unicode): New.
8220 (ucs-unify-8859): Use utf-8-fragment-on-decoding, set up Quail
8221 translation.
8222 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
8223 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
8224 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
8225 version. Add custom dependencies.
8226 (ucs-insert): Check for null from decode-char.
8227 (translation-table-for-input, ucs-quail-activate)
8228 (ucs-minibuffer-setup, ccl-encode-unicode-font)
8229 (ucs-tables-unload-hook): New.
8230
8231 * international/mule.el (define-translation-hash-table): New.
8232 (decode-char): Use utf-8-translation-table-for-decode.
8233 (encode-char): Use ucs-mule-to-mule-unicode.
8234
8235 * international/characters.el: Fix settings of U+2000-U+2027.
8236 Remove \e$(C'Y\e(B.
8237
8238 * international/mule-cmds.el (locale-language-names): Fix be, add
8239 sr_YU@cyrillic, modify tg.
8240 (locale-charset-language-names): Put @euro last.
8241
8242 * language/cyrillic.el (cyrillic-koi8-r-decode-table)
8243 (cyrillic-alternativnyj-decode-table): Fill out with mule-unicode.
8244 (cyrillic-koi8-r-decode-table): Make unbound after use.
8245 (ccl-decode-koi8, ccl-decode-alternativnyj): Change expansion
8246 factor. Use utf-8-translation-table-for-decode.
8247 (ccl-encode-koi8, ccl-encode-koi8): Don't check r0.
8248 (cyrillic-unify-encoding): New function.
8249 (cyrillic-koi8): Modify safe-chars, valid-codes.
8250 Remove charset-origin-alist.
8251 (Cp878, cp866): New alias.
8252 (ccl-encode-8859-5-font): New.
8253 (font-ccl-encoder-alist): Add ccl-encode-8859-5-font.
8254 (ccl-encode-koi8-font, ccl-encode-alternativnyj-font):
8255 Remove redundant parens.
8256 ("Cyrillic-KOI8"): Add cyrillic-iso-8bit to coding-priority.
8257 (cyrillic-koi8-u-decode-table, ccl-decode-koi8-u)
8258 (ccl-encode-koi8-u, koi8-u, ccl-encode-koi8-u-font, "Ukrainian"): New.
8259 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
8260 ("Cyrillic-ALT"): Change input method.
8261 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
8262
8263 * international/utf-8.el (utf-8-subst-table)
8264 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
8265 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
8266 (utf-8-ccl-regs, utf-8-translate-cjk): New.
8267 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
8268 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
8269 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
8270 (mule-utf-8): Remove pre-write-conversion.
8271 (utf-8-post-read-conversion): Comment out.
8272
8273 * international/ccl.el (ccl-command-table): Add lookup-integer,
8274 lookup-character.
8275 (ccl-extended-code-table): Add lookup-int-const-tbl,
8276 lookup-char-const-tbl.
8277 (ccl-compile-lookup-integer, ccl-compile-lookup-character)
8278 (ccl-dump-lookup-int-const-tbl, ccl-dump-lookup-char-const-tbl):
8279 New functions.
8280 (define-ccl-program): Doc update.
8281
8282 * international/utf-8-subst.el: Populate utf-8-subst-rev-table.
8283 (utf-8-subst-table): Don't set.
8284
8285 2002-07-17 Kenichi Handa <handa@etl.go.jp>
8286
8287 * international/mule.el (define-coding-system-alias):
8288 Don't append ALIAS in the property `alias-coding-systems' if ALIAS's
8289 eol-type is not auto-detection.
8290
8291 * international/mule-diag.el (print-coding-system-briefly):
8292 Fix the handling of an alias of which eol-type is not auto-detection.
8293
8294 * international/mule-conf.el (us-ascii): Define it as an alias of
8295 iso-safe.
8296
8297 2002-07-17 Juanma Barranquero <lektu@terra.es>
8298
8299 * help-fns.el (describe-function-1): Put empty line before "Not
8300 documented" text.
8301
8302 * timer.el (timer-set-time-with-usecs): Mark obsolete.
8303
8304 2002-07-16 Stefan Monnier <monnier@cs.yale.edu>
8305
8306 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
8307 Make sure to change the global tool-bar-map.
8308
8309 * vc.el (vc-default-comment-history): Hard code *vc*.
8310 This is because print-log always prints there now.
8311 (vc-annotate-font-lock-keywords): New var.
8312 (vc-annotate-mode): Use it. Set truncate-lines as well.
8313 (vc-annotate-display-select): Unify the two error reports.
8314 (vc-annotate-offset): New var.
8315 (vc-annotate-lines): New fun extracted from vc-annotate-display.
8316 (vc-annotate-display): Use it, via font-lock.
8317
8318 * help-fns.el (help-split-fundoc, help-function-arglist)
8319 (help-make-usage): New funs, extracted from describe-function-1.
8320 (describe-function-1): Use them.
8321
8322 * help.el (help-key-description): Show the untranslated keys
8323 when they start with ESC and the ESC was not translated.
8324
8325 * help-mode.el (view): Always require.
8326 (help-xref-mule-regexp): Don't use defconst for variables.
8327 (help-setup-xref): Keep the last 10 elements of the stack.
8328 (help-xref-override-view-map): New var.
8329 (help-make-xrefs): Use it instead of building a new map each time.
8330 (help-function-def): Allow help-fun to take a buffer as arg.
8331
8332 * diff-mode.el (diff-reverse-direction): Simplify.
8333 (diff-after-change-function): Fix typo.
8334 (diff-post-command-hook): Take care of edge cases.
8335 (diff-current-defun): Do `goto-char' after setting the mode.
8336
8337 * mouse-sel.el (mouse-sel-mode): Use define-minor-mode.
8338 Fold mouse-sel-bindings into it.
8339 (mouse-sel-bound-events): Turn it into an alist.
8340 (mouse-insert-selection): Delegate to mouse-yank-at-click if
8341 mouse-sel-default-bindings asks for it.
8342
8343 2002-07-16 Andre Spiegel <spiegel@gnu.org>
8344
8345 * files.el: Bind toggle-read-only to C-x C-q.
8346 (toggle-read-only): Display a warning message if the file is under
8347 version control.
8348
8349 * vc-hooks.el: Don't bind vc-toggle-read-only to C-x C-q.
8350 (vc-toggle-read-only): Explain in the doc string that users can bind
8351 this to C-x C-q.
8352 (vc-checkout-model): Change doc string to refer to vc-next-action,
8353 not vc-toggle-read-only.
8354
8355 * vc.el (vc-next-action-on-file): Ignore buffer-read-only while
8356 comparing to file on disk. Fix the case when claiming the lock
8357 on a file that has unlocked changes.
8358 (vc-log-mode): Don't mention vc-toggle-read-only in the doc string.
8359
8360 2002-07-16 Richard M. Stallman <rms@gnu.org>
8361
8362 * simple.el (choose-completion-string): Doc fix.
8363
8364 * cus-edit.el: New operation :custom-standard-value.
8365 (Custom-reset-standard): Use it.
8366 (custom-variable, custom-face): Define it.
8367 (custom-variable-standard-value, custom-face-standard-value): New fns.
8368 (custom-face-save): Don't save a face whose value is standard.
8369 (custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.
8370
8371 * cus-edit.el (custom-face-edit-fix-value):
8372 If VALUE is not a list, pass it thru.
8373
8374 * compare-w.el (compare-windows-whitespace): Always allow newline
8375 even if it does not have whitespace syntax.
8376
8377 2002-07-16 Juanma Barranquero <lektu@terra.es>
8378
8379 * timer.el (timer-set-time, timer-set-time-with-usecs): Fix docstring.
8380
8381 2002-07-15 Juanma Barranquero <lektu@terra.es>
8382
8383 * help-fns.el (describe-variable): Show documentation for aliased
8384 variable if alias does not have its own.
8385
8386 2002-07-15 Mike Williams <mdub@bigfoot.com>
8387
8388 * mouse-sel.el (mouse-sel-bindings): Save/restore interprogram
8389 cut/paste functions.
8390
8391 2002-07-14 Richard M. Stallman <rms@gnu.org>
8392
8393 * files.el (find-alternate-file): Offer to save a modified buffer.
8394 Handle kill-buffer-query-functions better.
8395
8396 * startup.el (normal-splash-screen, fancy-splash-text):
8397 Update name of help menu item for ordering printed manuals.
8398
8399 * emacs-lisp/checkdoc.el: Fix doc typos.
8400
8401 2002-07-14 Stefan Monnier <monnier@cs.yale.edu>
8402
8403 * textmodes/tex-mode.el: Set encoding to utf-8.
8404 (tex-start-options): Make it into always-a-string.
8405 Remove silly custom options that are covered by the other var.
8406 (tex-start-commands): Fix docstring.
8407 (tex-open-quote, tex-close-quote): Add options.
8408 (tex-command): Provide default.
8409 (tex-font-lock-keywords-1): Highlight $$...$$.
8410 (tex-font-lock-keywords-2): Fix latin-1 chars.
8411 (tex-mode-map): Remove redundant \t binding.
8412 (tex-mode): Add `subsection' and `newcommand' to known latex cmds.
8413 (latex-mode): Use add-hook for fill-nobreak-predicate.
8414 (tex-common-initialization): Set indent-tabs-mode to nil.
8415 (tex-insert-quote): Undo magic if invoked twice in a row.
8416 (latex-fill-nobreak-predicate): Don't use narrowing.
8417 (tex-latex-block): Don't cons uselessly.
8418 (tex-last-unended-begin): Signal user-friendlier error.
8419 (tex-goto-last-unclosed-latex-block): Don't catch signal.
8420 (tex-start-tex): Switch order of tex-start-options and
8421 tex-start-commands to make it obey docstrings.
8422
8423 2002-07-14 Mike Williams <mdub@bigfoot.com>
8424
8425 * mouse-sel.el (mouse-sel-bound-events): New constant.
8426 (mouse-sel-bindings): Save/restore original mouse-bindings.
8427
8428 2002-07-13 Stefan Monnier <monnier@cs.yale.edu>
8429
8430 * emacs-lisp/cl.el (cl-set-substring): Fix thinko.
8431 (cl-hack-byte-compiler): Avoid infinite require loop.
8432
8433 * net/ange-ftp.el: Use hash-tables.
8434 (ange-ftp-make-hashtable, ange-ftp-map-hashtable)
8435 (ange-ftp-make-hash-key, ange-ftp-get-hash-entry)
8436 (ange-ftp-put-hash-entry, ange-ftp-del-hash-entry): Remove.
8437 Replace with make-hash-table, maphash, gethash, puthash and remhash.
8438 (ange-ftp-hash-entry-exists-p): Rewrite.
8439 (ange-ftp-vms-delete-file-entry, ange-ftp-vms-add-file-entry):
8440 Change mapatom -> maphash.
8441 (ange-ftp-file-entry-active-p, ange-ftp-file-entry-not-ignored-p):
8442 Update to new calling mode.
8443
8444 * progmodes/ebrowse.el (ebrowse-symbol-regexp): Avoid cl-set-substring.
8445 (ebrowse-hash-table-to-alist): Delete.
8446 (ebrowse-tags-read-name, ebrowse-tags-list-members-in-file)
8447 (ebrowse-tags-complete-symbol): Use the hashtable for completion.
8448
8449 * textmodes/sgml-mode.el (sgml-quote): Use narrowing.
8450 Improve the regexp used when unquoting.
8451 (sgml-pretty-print): New function.
8452 (sgml-get-context): Better handling of improperly nested tags.
8453 (sgml-show-context): Don't use the FULL arg of sgml-get-context.
8454
8455 2002-07-13 Andreas Schwab <schwab@suse.de>
8456
8457 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): Check the
8458 inherited table entry.
8459
8460 2002-07-13 Glenn Morris <gmorris@ast.cam.ac.uk>
8461
8462 * calendar/timeclock.el (timeclock-in): Handle the case where no
8463 log file exists (ie the very first call).
8464
8465 2002-07-13 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8466
8467 * net/ange-ftp.el: Do not hook into file-name-handler-alist, this
8468 is done by Tramp.
8469
8470 * net/tramp.el (tramp-multi-file-name-structure-unified):
8471 Add missing slash and move colon from start to end of each hop.
8472 (tramp-multi-file-name-hop-structure-unified): Move colon from
8473 start to end of each hop.
8474
8475 2002-07-13 Kim F. Storm <storm@cua.dk>
8476
8477 * progmodes/compile.el (grep-tree): Fixed autoload.
8478 Corrected use of undefined variable `match-files-aliases'.
8479
8480 2002-07-12 Glenn Morris <gmorris@ast.cam.ac.uk>
8481
8482 * calendar/timeclock.el (timeclock-get-workday-function):
8483 `timeclock-workday' is not a valid option, rather a possible
8484 return value.
8485
8486 2002-07-12 Richard M. Stallman <rms@gnu.org>
8487
8488 * net/ange-ftp.el (ange-ftp-write-region):
8489 Don't bind executing-kbd-macro; instead, pass non-nil VISIT arg
8490 to ange-ftp-real-write-region.
8491
8492 * replace.el (flush-lines, keep-lines): Convert REND to a marker.
8493
8494 * help-fns.el (help-with-tutorial): Display completion list right away.
8495
8496 * ediff-ptch.el (ediff-test-patch-utility): Catch error and return nil.
8497
8498 * startup.el (command-line): Set memory-signal-data.
8499 (fancy-splash-text, normal-splash-screen):
8500 Mention "Read the Emacs Manual" or C-h r.
8501 Rearrange the initial help to put the help cmds on left
8502 and the actions (exit, undo) on the right. Other small
8503 text clarifications.
8504 (fancy-splash-text, actions page): Add blank line to balance help page.
8505
8506 * help.el (help-map): Add binding for info-emacs-manual.
8507 (print-help-return-message): Doc fix.
8508
8509 * strokes.el (strokes-help): Call print-help-return-message
8510 while inside with-output-to-temp-buffer.
8511
8512 * info.el (info-emacs-manual): New function.
8513 (Info-use-header-line): Doc fix.
8514
8515 * emacs-lisp/cl.el (multiple-value-call): Add alias.
8516
8517 * progmodes/compile.el (compilation-normalize-filename):
8518 New subroutine, taken out of compilation-parse-errors.
8519 (compilation-parse-errors): Use that, and for directories too.
8520 Don't check whether a directory really exists.
8521
8522 2002-07-12 Juanma Barranquero <lektu@terra.es>
8523
8524 * help-fns.el (describe-variable): Remove useless "Documentation:"
8525 string.
8526
8527 * timer.el (timer-set-time-with-usecs): Fix documentation.
8528 Simplify extraction of time data.
8529
8530 2002-07-12 John Paul Wallington <jpw@shootybangbang.com>
8531
8532 * help-fns.el (describe-variable): Mention if the variable is an
8533 alias. Put `defvaralias' info before the documentation.
8534
8535 2002-07-12 Kenichi Handa <handa@etl.go.jp>
8536
8537 * international/mule-cmds.el (locale-language-names): Change "mk"
8538 (Macedoninan), "ru" (Russian), and "sp" (Serbian with Cyrillic
8539 alphabet) to "Cyrillic-ISO".
8540
8541 2002-07-11 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8542
8543 * net/tramp.el (tramp-default-method): New default method "sm"
8544 which I guess to be good for most people.
8545 (tramp-default-method-alist): Use "ftp" method (ie, forwarding to
8546 Ange-FTP) for some user/host combinations.
8547 (tramp-file-name-structure, tramp-file-name-regexp)
8548 (tramp-make-tramp-file-format, tramp-make-tramp-file-user-nil-format)
8549 (tramp-multi-file-name-structure, tramp-multi-file-name-hop-structure)
8550 (tramp-make-multi-tramp-file-format): New default value which
8551 unifies the filename syntax between Tramp and Ange-FTP. The new
8552 syntax is "/method:user@host:path". Note the colon after the method.
8553 (tramp-handle-file-name-directory): Don't return "/" when
8554 completing a remote root directory (where the filename looks like
8555 "/method:user@host:/").
8556 (tramp-handle-ange-ftp): Deleted.
8557 (tramp-disable-ange-ftp): New function, called at toplevel,
8558 deletes Ange-FTP from file-name-handler-alist.
8559 (tramp-handle-make-symbolic-link): Implement.
8560
8561 2002-07-10 Juanma Barranquero <lektu@terra.es>
8562
8563 * ido.el (ido-enter-single-matching-directory): Delete leftover comment.
8564
8565 * speedbar.el (speedbar-tag-hierarchy-method): Fix typos.
8566 (speedbar-vc-do-check): Likewise.
8567 (speedbar-obj-do-check): Likewise.
8568 (speedbar-mouse-hscroll): Likewise.
8569 (speedbar-file-lists): Likewise.
8570
8571 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
8572
8573 2002-07-09 Ole Aamot <ole@gnu.org>
8574
8575 * compile.el (compilation-error-regexp-alist):
8576 Recognize Valgrind messages.
8577
8578 2002-07-09 Juanma Barranquero <lektu@terra.es>
8579
8580 * faces.el (face-id): Fix typo.
8581
8582 * hexl.el (hexl-mode): Likewise.
8583
8584 * progmodes/idlw-shell.el (idlwave-shell-set-bp): Likewise.
8585
8586 * progmodes/ebnf-yac.el (ebnf-yac-error): Likewise.
8587
8588 * speedbar.el (speedbar-make-specialized-keymap): Fix docstring.
8589 (speedbar-desired-buffer): Likewise.
8590 (speedbar-line-file): Likewise.
8591 (speedbar-special-mode-key-map): Fix typo.
8592 (speedbar-dynamic-tags-function-list): Likewise.
8593 (speedbar-use-images): Likewise.
8594 (speedbar-up-directory): Likewise.
8595 (speedbar-item-info): Likewise.
8596 (speedbar-set-timer): Likewise.
8597 (speedbar-insert-button): Likewise.
8598 (speedbar-make-button): Likewise.
8599 (speedbar-make-tag-line): Likewise.
8600 (speedbar-insert-files-at-point): Likewise.
8601 (speedbar-update-special-contents): Likewise.
8602 (speedbar-find-selected-file): Likewise.
8603 (speedbar-add-indicator): Likewise.
8604 (speedbar-do-function-pointer): Likewise.
8605 (speedbar-goto-this-file): Likewise.
8606 (speedbar-line-path): Likewise.
8607 (speedbar-mouse-event-p): Likewise.
8608 (speedbar-dir-follow): Likewise.
8609 (speedbar-tag-find): Likewise.
8610 (speedbar-fetch-etags-command): Likewise.
8611 (speedbar-fetch-etags-arguments): Likewise.
8612 (speedbar-toggle-etags): Likewise.
8613 (speedbar-extract-one-symbol): Likewise.
8614 (speedbar-parse-c-or-c++tag): Likewise.
8615 (speedbar-unhighlight-one-tag-line): Likewise.
8616 (speedbar-directory-face): Likewise.
8617 (defimage-speedbar): Likewise.
8618 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
8619 (defimage-speedbar): Likewise.
8620
8621 2002-07-09 Miles Bader <miles@gnu.org>
8622
8623 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
8624 to nil when prompting for a filename.
8625
8626 2002-07-09 Kenichi Handa <handa@etl.go.jp>
8627
8628 * files.el (insert-directory): Be sure to bind
8629 coding-system-for-write to the just decided coding-system-for-read.
8630
8631 2002-07-09 Kim F. Storm <storm@cua.dk>
8632
8633 * ido.el (ido-make-merged-file-list): Move fully matching item to
8634 head of list.
8635 (ido-find-common-substring): Return substring instead of t.
8636
8637 2002-07-08 Juanma Barranquero <lektu@terra.es>
8638
8639 * info.el (Info-directory-list): Fix docstring.
8640
8641 2002-07-08 Miles Bader <miles@gnu.org>
8642
8643 * comint.el (comint-dynamic-list-completions): Sort COMPLETIONS
8644 before first use.
8645
8646 2002-07-08 Kim F. Storm <storm@cua.dk>
8647
8648 * files.el (after-find-file): Don't check for read-only status
8649 of files just created (and not yet saved on disk).
8650
8651 * ido.el (ido-completion-help): Changed xemacs specific code to
8652 avoid byte compiler warning in GNU emacs.
8653 (ido-set-matches1): Use regexp-quote instead of identity.
8654 (ido-complete-space): New function.
8655 (ido-define-mode-map): Bind it to SPACE.
8656
8657 2002-07-07 Stefan Monnier <monnier@cs.yale.edu>
8658
8659 * font-lock.el (font-lock-default-unfontify-region):
8660 Use remove-list-of-text-properties.
8661 (font-lock-extra-managed-props): Doc fix.
8662
8663 * facemenu.el: Move `provide' to the end.
8664 (facemenu-read-color): Don't cons unnecessarily.
8665
8666 * language/ind-util.el (indian-make-hash):
8667 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
8668 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
8669
8670 * subr.el (insert-string): Update the obsolete info.
8671 (makehash): Move from C and mark obsolete.
8672
8673 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
8674 aliases to also work for interactive functions.
8675 Use the same wrapper for subroutines.
8676 (cancel-debug-on-entry): Get rid of the now-useless wrapper.
8677 (debug-on-entry-1): Correctly skip docstrings and interactive forms.
8678
8679 * textmodes/texinfo.el (texinfo-font-lock-keywords): Disable the
8680 automatic environment name update.
8681 (texinfo-clone-environment): Fix it not to incorrectly match prefixes.
8682
8683 2002-07-07 Richard M. Stallman <rms@gnu.org>
8684
8685 * emacs-lisp/easymenu.el (easy-menu-popup-menu): Function deleted.
8686
8687 * emacs-lisp/advice.el (ad-compile-function):
8688 Disable cl-function warnings if cl is loaded.
8689
8690 * files.el (safe-local-eval-forms): New user option.
8691 (hack-one-local-variable-eval-safep): Support it.
8692 Also allow `safe-local-eval-function' property to be a function
8693 or a list of functions.
8694 (c-add-style): Delete `safe-local-eval-function' property.
8695
8696 * files.el (after-find-file): Make buffer read-only if file is
8697 marked that way, even for root.
8698
8699 * files.el (save-some-buffers): Doc fix.
8700
8701 * bindings.el (completion-ignored-extensions): Add .gmo and .mo.
8702
8703 2002-07-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
8704
8705 * dos-w32.el (file-name-buffer-file-type-alist): Add knowledge of
8706 .sx[dmicw] file suffixes for Open office data files.
8707
8708 * files.el (auto-mode-alist): Likewise.
8709
8710 * international/mule.el (auto-coding-alist): Likewise.
8711
8712 2002-07-05 Kim F. Storm <storm@cua.dk>
8713
8714 * emulation/cua-rect.el (cua--rectangle-operation): Don't call
8715 FCT if current column is outside rectangle.
8716 (cua--delete-rectangle): Do nothing if zero width or out of bounds.
8717
8718 2002-07-04 Stefan Monnier <monnier@cs.yale.edu>
8719
8720 * net/ange-ftp.el: Use add-hook and find-file-hook.
8721 (ange-ftp-parse-netrc): Use run-hooks and find-file-hook.
8722 (ange-ftp-ls-parser): Make it into a function.
8723 Ignore trailing @ in symlink targets.
8724 (ange-ftp-file-entry-p): Ignore FTP errors.
8725 (ange-ftp-insert-directory): Use ange-ftp-expand-symlink
8726 to correctly expand "/flint:/bla -> ./etc" to /flint:/etc.
8727
8728 2002-07-04 Per Abrahamsen <abraham@dina.kvl.dk>
8729
8730 * simple.el (toggle-truncate-lines): New command.
8731
8732 2002-07-04 Miles Bader <miles@gnu.org>
8733
8734 * comint.el (comint-displayed-dynamic-completions): New variable.
8735 (comint-dynamic-list-completions): Be more careful about choosing
8736 when to scroll an existing completions window.
8737
8738 2002-07-03 Andreas Schwab <schwab@suse.de>
8739
8740 * net/tramp.el (tramp-handle-ange-ftp): Move interactive spec
8741 after doc string.
8742
8743 2002-07-03 Juanma Barranquero <lektu@terra.es>
8744
8745 * net/tramp.el (tramp-send-eof): Fix typo.
8746 (tramp-kill-process): Likewise.
8747
8748 * play/dunnet.el (dun-physobj-desc): Likewise.
8749
8750 * textmodes/reftex-vars.el (reftex-label-alist): Likewise.
8751
8752 * calendar/timeclock.el (timeclock-workday-remaining): Likewise.
8753 (timeclock-workday-elapsed): Likewise.
8754
8755 * allout.el (outline-goto-prefix): Likewise.
8756
8757 * emulation/tpu-edt.el (tpu-delete-to-eol): Likewise.
8758 (tpu-delete-to-bol): Likewise.
8759
8760 * subr.el (chars-in-region): Add obsolescence declaration for
8761 `chars-in-region'.
8762
8763 2002-07-03 Miles Bader <miles@gnu.org>
8764
8765 * faces.el (header-line): Don't use a `common' clause for
8766 inheriting from the mode-line face, since we can't override it,
8767 and we don't want it for ttys.
8768
8769 2002-07-02 Richard M. Stallman <rms@gnu.org>
8770
8771 * net/ange-ftp.el (ange-ftp-hook-function): Add file-remote-p prop.
8772
8773 * files.el (hack-one-local-variable-constantp): New function.
8774 (hack-one-local-variable-eval-safep): New function.
8775 Check for `eval:' calling fn with `safe-local-eval-function' property.
8776 (hack-one-local-variable): Use hack-one-local-variable-eval-safep.
8777 (c-add-style, c-set-style): Add safe-local-eval-function property.
8778
8779 * files.el (insert-directory): Handle --dired option to ls.
8780
8781 * files.el (file-remote-p): New function.
8782
8783 * emacs-lisp/easymenu.el (easy-menu-popup-menu): New function.
8784
8785 * startup.el (fancy-splash-screens): Switch to a chosen frame.
8786 (fancy-splash-frame): Choose the right frame to use.
8787 (use-fancy-splash-screens-p): Check dimensions of the right frame
8788 in order to decide.
8789
8790 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
8791 Rename cl-func to cl-functions. Enable it by default.
8792 (byte-compile-file-form-eval-boundary): Turn off cl-functions warnings
8793 if the file loads cl.
8794 (byte-compile-initial-macro-environment): For eval-and-compile,
8795 use byte-compile-eval-before-compile to eval.
8796 (byte-compile-eval-before-compile): New function to turn off
8797 cl-functions when appropriate, for eval-and-compile.
8798 (byte-compile-warnings): Doc fix.
8799
8800 2002-07-02 Dave Love <fx@gnu.org>
8801
8802 * emacs-lisp/bytecomp.el (byte-compile-warnings): Add cl-func option.
8803 (byte-compile-cl-warn): New function.
8804 (byte-compile-form): Use it, to warn about calling cl functions.
8805 (byte-compile-warning-types): Doc fix.
8806
8807 2002-07-02 Juanma Barranquero <lektu@terra.es>
8808
8809 * mail/rmailsum.el (rmail-user-mail-address-regexp): Fix typo.
8810
8811 * textmodes/reftex-cite.el (reftex-citation): Fix typo.
8812
8813 * progmodes/cperl-mode.el (cperl-break-one-line-blocks-when-indent):
8814 Fix typo.
8815
8816 2002-07-02 Kim F. Storm <storm@cua.dk>
8817
8818 * emacs-lisp/bindat.el: New file.
8819
8820 2002-07-01 Sam Steingold <sds@gnu.org>
8821
8822 * textmodes/tex-mode.el (tex-file): Call `save-some-buffers'
8823 before `tex-main-file' because if the current buffer is new, its
8824 file might not exist yet, and then `tex-main-file' will
8825 incorrectly return "foo.tex.tex".
8826
8827 2002-07-01 Juanma Barranquero <lektu@terra.es>
8828
8829 * ido.el (ido-minibuffer-setup-hook): Doc fix.
8830
8831 2002-07-01 Dave Love <fx@gnu.org>
8832
8833 Make strokes a proper minor mode, and don't try to overload
8834 mouse-2, which doesn't work satisfactorily.
8835
8836 * strokes.el: Doc fixes.
8837 (strokes-mode): Defcustom deleted; replaced by minor mode def with
8838 re-written function.
8839 (strokes-while-inhibiting-garbage-collector): Comment out.
8840 (define-stroke, strokes-fix-button2-command, strokes-insinuated)
8841 (strokes-insinuate, global-set-stroke, describe-stroke)
8842 (load-user-strokes, save-strokes, strokes-bug-address)
8843 (strokes-click-command): Deleted.
8844 (strokes-execute-stroke): Remove strokes-click-p case.
8845 (strokes-describe-stroke): Remove strokes-click-p stuff.
8846 (strokes-help): Fix.
8847 (strokes-report-bug): Alias to report-emacs-bug.
8848 (strokes-prompt-user-save-strokes): Modify format of the file.
8849 (strokes-mode-map, strokes-unload-hook): New.
8850 (strokes-buffer-name): Don't customize.
8851
8852 2002-07-01 Richard M. Stallman <rms@gnu.org>
8853
8854 * info.el (Info-index): Get immediate error if used in `dir'.
8855
8856 * textmodes/picture.el (picture-forward-column)
8857 (picture-move-down): Never deactivate the mark.
8858
8859 2002-06-30 Simon Josefsson <jas@extundo.com>
8860
8861 * menu-bar.el (menu-bar-options-menu): Move elisp mode names from
8862 menu entry into balloon help.
8863
8864 2002-06-30 Andreas Schwab <schwab@suse.de>
8865
8866 * files.el (directory-free-space-args): Don't use `-P' on Darwin.
8867 * term/mac-win.el: Don't set it here.
8868
8869 2002-06-29 Stefan Monnier <monnier@cs.yale.edu>
8870
8871 * pcvs-defs.el (cvs-mode-map): Bind ! to `force'.
8872
8873 2002-06-29 Andreas Schwab <schwab@suse.de>
8874
8875 * term/mac-win.el: Use directory-free-space-program instead of
8876 obsolete variable dired-free-space-program. On Darwin, don't set
8877 directory-free-space-program, shell-file-name and
8878 process-connection-type; set directory-free-space-args to not
8879 include `-P' and use utf-8 for file name coding system.
8880
8881 * simple.el (shell-command-on-region): Handle errors and signals
8882 from shell command execution.
8883 (display-message-or-buffer): Fix last change.
8884 (shell-command-default-error-buffer): Doc fix.
8885
8886 * dired.el (dired-view-file): Quote file name for
8887 dired-run-shell-command.
8888
8889 2002-06-29 Kim F. Storm <storm@cua.dk>
8890
8891 * kmacro.el: New file.
8892
8893 2002-06-28 John Wiegley <johnw@gnu.org>
8894
8895 * pcmpl-cvs.el: Added my name as the maintainer of this file.
8896
8897 2002-06-28 Andreas Schwab <schwab@suse.de>
8898
8899 * shell.el (explicit-bash-args): New user option.
8900
8901 2002-06-28 Kim F. Storm <storm@cua.dk>
8902
8903 * ido.el: New file.
8904
8905 2002-06-28 Stefan Monnier <monnier@cs.yale.edu>
8906
8907 * derived.el (define-derived-mode): Preserve the `mode-class' rather
8908 than the `special' symbol property.
8909 (derived-mode-class): Make it obsolete.
8910
8911 2002-06-27 Andreas Schwab <schwab@suse.de>
8912
8913 * net/tramp.el (tramp-handle-ange-ftp): Fix typo.
8914
8915 2002-06-27 Juanma Barranquero <lektu@terra.es>
8916
8917 * emacs-lisp/bytecomp.el (baud-rate): Fix obsolescence declaration.
8918 (meta-flag): Likewise.
8919
8920 * international/mule-util.el (string-to-sequence): Likewise.
8921
8922 * subr.el (char-bytes): Likewise.
8923 (make-local-hook): Likewise.
8924 (baud-rate): Remove redundant info from docstring.
8925
8926 * faces.el (frame-update-faces): Fix obsolescence declaration.
8927 (internal-get-face): Remove redundant info from docstring and
8928 fix obsolescence declaration.
8929
8930 * rect.el (move-to-column-force): Likewise.
8931
8932 * help-fns.el (describe-function-1): Use semicolon instead of dot.
8933 (describe-variable): Likewise.
8934
8935 2002-06-27 Stefan Monnier <monnier@cs.yale.edu>
8936
8937 * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
8938 (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
8939 (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
8940 (mouse-wheel-follow-mouse): Change default to t.
8941 (mwheel-event-button): Return the basic event symbol.
8942 (mwheel-scroll): Work with non-mouse events.
8943 (mouse-wheel-mode): Use the new vars.
8944 (mwheel-install): Obey `uninstall'.
8945
8946 * term/xterm.el (function-key-map): Add some bindings.
8947
8948 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
8949 Rename from delay-uniquify-rationalize-file-buffer-names.
8950 Only rationalize if the buffer is under uniquify control.
8951 (uniquify-delayed-rationalize-file-buffer-names):
8952 Rename from delayed-uniquify-rationalize-file-buffer-names.
8953
8954 2002-06-27 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8955
8956 * net/tramp.el (tramp-file-name-structure)
8957 (tramp-multi-file-name-hop-structure): Split for easier readability.
8958 (tramp-handle-make-symbolic-link): Use user/host/method/... from
8959 LINKNAME, not FILENAME.
8960 (tramp-handle-verify-visited-file-modtime):
8961 Call tramp-ange-ftp-file-name-p with right parameters.
8962 (tramp-handle-verify-visited-file-modtime): `insert' does not
8963 work for integers, convert them to strings first.
8964 (tramp-handle-ange-ftp): New function to perform setup for
8965 replacing Ange-FTP with Tramp.
8966 (tramp-repair-jka-compr): New function to factor out some
8967 previously top-level code. Call the function at top-level.
8968
8969 2002-06-27 Juanma Barranquero <lektu@terra.es>
8970
8971 * composite.el (decompose-composite-char): Fix docstring.
8972
8973 * faces.el (describe-face): Capitalize "not documented" message.
8974
8975 * help-fns.el (describe-variable): Likewise.
8976 (describe-function-1): Likewise. Also, document the obsolescence
8977 of the function, if applicable.
8978
8979 2002-06-26 Juanma Barranquero <lektu@terra.es>
8980
8981 * info.el (info-menu-5): Fix documentation.
8982 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
8983
8984 2002-06-26 Richard M. Stallman <rms@gnu.org>
8985
8986 * emacs-lisp/cl.el (values): Simplify definition.
8987
8988 * simple.el (shell-command): Match & only at end of whole command.
8989 (display-message-or-buffer): Don't use the echo area
8990 if output buffer is visible.
8991
8992 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Doc fixes.
8993
8994 * progmodes/cperl-mode.el: Many trivial doc fixes.
8995 (cperl-non-problems): Definition deleted.
8996 (cperl-menu): Don't refer to cperl-non-problems.
8997 (cperl-word-at-point): Add doc string.
8998 (cperl-beautify-regexp-piece): Fix error message.
8999 (cperl-invert-if-unless): Fix error message.
9000
9001 * dired.el (dired-find-alternate-file): Mark as disabled.
9002
9003 2002-06-25 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9004
9005 * net/tramp.el (tramp-ftp-method): New user option.
9006 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
9007 (with-parsed-tramp-file-name): New macro for the usual big `let'
9008 statement to dissect a file-name.
9009 (tramp-handle-make-symbolic-link, tramp-handle-load)
9010 (tramp-handle-file-name-directory)
9011 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9012 (tramp-handle-file-truename, tramp-handle-file-directory-p)
9013 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
9014 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
9015 Use the new macro and forward call to Ange-FTP if applicable.
9016 (tramp-make-ange-ftp-file-name): New helper function to convert a
9017 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
9018 (tramp-default-method-alist): New user option.
9019 (tramp-find-default-method): Use it.
9020 (tramp-sh-extra-args): New variable.
9021 (tramp-find-shell): Use it.
9022 (tramp-open-connection-rsh): Support a kludgy feature for the
9023 "-p" option to ssh. If host name is given as "host#42", uses the
9024 "-p 42" option.
9025
9026 2002-06-25 Andreas Schwab <schwab@suse.de>
9027
9028 * replace.el (occur-1): Avoid invalid message format string.
9029
9030 2002-06-24 Stefan Monnier <monnier@cs.yale.edu>
9031
9032 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn):
9033 Check for `noruntime' even if the function has a known sig.
9034 (byte-compile-file, byte-compile-output-docform):
9035 Don't hard code point-min = 1.
9036
9037 * pcvs.el (cvs-parse-process): Don't save/restore point.
9038 Fix last change not to introduce spurious dir FIs.
9039 (cvs-move-to-goal-column): New function extracted from
9040 cvs-mode-previous-line.
9041 (cvs-mode-previous-line, cvs-mode-next-line): Use it.
9042 (cvs-addto-collection): Use it to preserve point.
9043 (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
9044
9045 * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode):
9046 Don't require the first element to be modifier-free.
9047
9048 * pcvs-parse.el (cvs-parse-table):
9049 Handle `nothing known about' with more care.
9050
9051 * pcvs.el (cvs-fileinfo-kill): Remove.
9052 (cvs-parse-process): Add `old-fis' argument.
9053 (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
9054
9055 * descr-text.el (describe-property-list): Make sure there's
9056 a space between the property name and its value.
9057 (describe-text-properties): Don't kill a pre-existing buffer.
9058
9059 * mwheel.el: Undo last patch from Stephen Gildea for now.
9060
9061 2002-06-24 Kim F. Storm <storm@cua.dk>
9062
9063 * emulation/keypad.el: Added :require 'keypad to defcustoms.
9064
9065 2002-06-23 Stefan Monnier <monnier@cs.yale.edu>
9066
9067 * subr.el (event-start, event-end, event-click-count):
9068 Accept non-mouse events as well.
9069 (read-key): New function.
9070 (read-quoted-char): Use it. Use this-single-command-raw-keys as well.
9071
9072 * files.el: Rename (and mark as obsolete)
9073 find-file-hooks to find-file-hook,
9074 find-file-not-found-hooks to find-file-not-found-functions,
9075 write-file-hooks to write-file-functions,
9076 write-contents-hooks to write-contents-functions.
9077 Mark local-write-file-hooks as obsolete.
9078 (locate-file-completion): Don't cons uselessly. Use test-completion.
9079 (basic-save-buffer): Use (point-min) rather than 1.
9080 (basic-save-buffer-2): Obey the `setmodes' returned by backup-buffer.
9081
9082 * help-fns.el (describe-variable): Only use `buffer' is still live.
9083 Use `delete-region' instead of save-excursion + delete-char.
9084 Document the obsolescence of the variable, if applicable.
9085
9086 2002-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
9087
9088 * progmodes/f90.el (f90-do-auto-fill): Respect the value of
9089 comment-auto-fill-only-comments.
9090
9091 2002-06-21 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9092
9093 * net/ange-ftp.el (backup-buffer): Delete `ange-ftp' property.
9094 This is not a handled operation.
9095
9096 2002-06-21 Kim F. Storm <storm@cua.dk>
9097
9098 * emulation/cua-base.el (cua--prefix-arg): Make register prefixes
9099 work again. Corrected error in check for C-u initiated prefix.
9100
9101 * emulation/keypad.el (keypad-setup): Handle kp-begin like kp-space.
9102
9103 2002-06-21 Richard M. Stallman <rms@gnu.org>
9104
9105 * net/browse-url.el (browse-url-at-mouse): Don't pass an arg
9106 to browse-url-at-point.
9107
9108 * play/zone.el (zone-idle): Var deleted.
9109
9110 * international/iso-acc.el (iso-languages) <french>:
9111 `~ ' now generates `~', `~,' definition deleted.
9112
9113 * format.el (format-annotate-function): Copy multibyte flag
9114 and selective-display into the new temp buffer.
9115
9116 * edmacro.el (edmacro-fix-menu-commands):
9117 Discard `help-echo' events. Handle (menu-bar) events.
9118 Simplify by converting key sequence to a list and then back to vector.
9119
9120 2002-06-21 Stephen Gildea <gildea@stop.mail-abuse.org>
9121
9122 * mwheel.el: Allow arbitrary keys for scrolling, add a third
9123 scrolling speed, fix an unwind-protect.
9124 (mouse-wheel-scroll-amount): Now a three-element list.
9125 (mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
9126 (mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
9127 (mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast):
9128 New functions.
9129
9130 2002-06-21 Andreas Schwab <schwab@suse.de>
9131
9132 * files.el (find-file-read-args): Add new argument `mustmatch' and
9133 pass it down to read-file-name.
9134 (find-file, find-file-other-window, find-file-other-frame)
9135 (find-file-read-only, find-file-read-only-other-window)
9136 (find-file-read-only-other-frame): Use it and fix prompts.
9137
9138 2002-06-21 Stefan Monnier <monnier@cs.yale.edu>
9139
9140 * pcvs-defs.el (cvs-version): Use cvs-program rather than "cvs".
9141
9142 2002-06-20 Emmanuel Briot <briot@act-europe.fr>
9143
9144 * progmodes/ada-mode.el: Update copyright notice.
9145 Synchronize with GNAT release 3.15a1.
9146 Do not attempt to load ada-support, which is only for compatibility
9147 with older Emacs versions, and is not needed for Emacs 21.
9148 Fix various calls to count-lines, that didn't work correctly when the
9149 buffer was narrowed.
9150 (ada-continuation-indent): New variable.
9151 (ada-contextual-menu): New entry "List local references", faster than
9152 "List References".
9153 (ada-mode): New alignment rules provided by S. Leake.
9154 Add support for which-function-mode.
9155 (ada-get-current-indent): Fix indentation of named parameter lists and
9156 nested boolean expressions.
9157 (ada-indent-on-previous-lines): Fix indentation of labels.
9158 (ada-search-prev-end-stmt): Fix searching of the previous
9159 end-statement, specially with regards to nested subprograms.
9160 (comment-region advice): Initially disabled, for better compatibility
9161 with other modes.
9162 (ada-fill-comment-paragraph): Fixed (no longer worked with Emacs 21).
9163
9164 * progmodes/ada-xref.el: Update copyright notice.
9165 (ada-xref-create-ali): The default is now not to create automatically
9166 the ALI files by compiling the unit, since this isn't always reliable
9167 and requires an up-to-date project file.
9168 (ada-prj-default-comp-cmd): No longer use gcc directly to compile
9169 a file, but use gnatmake instead, since this gives access to the GNAT
9170 project files.
9171 (ada-xref-search-with-egrep): New variable, suggested by P. Waroquiers.
9172 (ada-load-project-hook): New variable, for support of GNAT
9173 project files.
9174 (ada-update-project-menu): Fix the detection of the project file name.
9175 (ada-add-keymap): Change key binding for ada-find-file, that conflicted
9176 with another binding in ada-mode.el.
9177 (ada-add-menu): New menu "List Local References", to list the reference
9178 to the entity only in the current file, instead of looking in the whole
9179 project. Much faster.
9180 (ada-find-references): New parameters arg and local-only.
9181 (ada-find-any-references): New parameters local-only and append.
9182 (ada-goto-declaration): Fix handling of predefined entities in xref.
9183 (ada-get-all-references): Updated to the new xref format in GNAT 3.15,
9184 still compatible with GNAT 3.14 of course. Fix various calls to
9185 count-lines, that didn't work correctly when the buffer was narrowed.
9186
9187 * progmodes/ada-prj.el: Update copyright.
9188 (ada-prj-load-directory): Make sure we do not use one of the new Emacs
9189 21 dialogs to select the file, since we want a directory name only.
9190 (ada-customize): Add support for the new GNAT project files.
9191
9192 2002-06-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
9193
9194 * progmodes/etags.el (tag-implicit-name-match-p): New function.
9195 (etags-recognize-tags-table): Use it for implicit tag names.
9196
9197 2002-06-20 Miles Bader <miles@gnu.org>
9198
9199 * comint.el (comint-get-old-input-default): Strip text properties
9200 for fields too.
9201
9202 * comint.el (comint-output-filter): Run output-filter functions
9203 before setting up the prompt.
9204
9205 * international/characters.el: Re-enable code giving word syntax
9206 to certain japanese-jisx0208 characters.
9207
9208 2002-06-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9209
9210 * progmodes/f90.el (f90-type-def-re): Fix value.
9211 (f90-looking-at-type-like): Adapt for new `f90-type-def-re' value.
9212
9213 2002-06-18 Stefan Monnier <monnier@cs.yale.edu>
9214
9215 * international/quail.el (quail-help): Don't assume the buffer
9216 is displayed in the same frame.
9217
9218 * emacs-lisp/debug.el (cancel-debug-on-entry):
9219 * emacs-lisp/regexp-opt.el (regexp-opt-group): Don't cons uselessly.
9220
9221 * pcvs.el (cvs-vc-command-advice): Handle the case where args
9222 are passed to `cvs' before the command name.
9223 (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
9224
9225 * pcvs-info.el (cvs-add-face): Minor rewrite.
9226 (cvs-fileinfo-pp): Use `cvs-goal-column' with directory entries.
9227
9228 * newcomment.el (comment-normalize-vars): Refresh the comment-foo-skip
9229 regexp when they don't match comment-foo any more.
9230
9231 2002-06-18 Juanma Barranquero <lektu@terra.es>
9232
9233 * filesets.el (filesets-update-pre010505): Fix typo.
9234
9235 * eshell/em-pred.el (eshell-modifier-help-string): Fix typos.
9236
9237 * emulation/edt.el (edt-substitute): Fix typo.
9238
9239 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Fix typo.
9240
9241 * comint.el (comint-next-prompt, comint-previous-prompt): Fix typos.
9242
9243 * progmodes/sh-script.el (sh-electric-rparen-needed): Remove.
9244
9245 2002-06-17 Richard M. Stallman <rms@gnu.org>
9246
9247 * facemenu.el (facemenu-map): Rename to Describe Text
9248 to Describe Properties and use describe-text-properties.
9249
9250 * simple.el (what-cursor-position): Use describe-char.
9251
9252 * descr-text.el (describe-char): Moved from mule-diag.el, renamed
9253 from describe-char-after. Now calls describe-text-properties.
9254 (describe-property-list): Renamed from describe-text-properties.
9255 (describe-text-properties): Renamed from describe-text-at.
9256 New arg OUTPUT-BUFFER.
9257 (describe-text-properties-1):
9258 New subroutine, broken out from describe-text-properties.
9259 Output a newline before each section of the output.
9260
9261 * international/mule-diag.el (describe-char-after):
9262 Moved to descr-text.el.
9263
9264 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il>
9265
9266 * international/mule.el (ctext-pre-write-conversion): Fix the values
9267 of FROM and TO if we create a new buffer.
9268
9269 2002-06-17 John Paul Wallington <jpw@shootybangbang.com>
9270
9271 * comint.el (comint-insert-clicked-input): Insert clicked-on
9272 previous input without properties.
9273
9274 2002-06-16 Andrew Choi <akochoi@shaw.ca>
9275
9276 * term/mac-win.el (scalable-fonts-allowed): Set to t.
9277
9278 2002-06-15 Colin Walters <walters@debian.org>
9279
9280 * pcvs-info.el (global-font-lock-mode, font-lock-auto-fontify):
9281 Delete defvars.
9282 (cvs-highlight): Delete.
9283 (cvs-add-face): Use `font-lock-face'. Always add properties.
9284
9285 * ibuffer.el (ibuffer-movement-cycle): New variable.
9286 (ibuffer-backward-line, ibuffer-forward-line): Use it.
9287
9288 2002-06-15 Richard M. Stallman <rms@gnu.org>
9289
9290 * emacs-lisp/bytecomp.el (byte-recompile-directory): Doc fix.
9291 (batch-byte-recompile-directory): Undo previous change.
9292
9293 * comint.el (comint-skip-input): New function.
9294 (comint-interrupt-subjob, comint-kill-subjob, comint-quit-subjob)
9295 (comint-stop-subjob): Use comint-skip-input.
9296
9297 * ielm.el (ielm-eval-input): Use error-message-string.
9298 (ielm-format-error, ielm-format-errors): Functions deleted.
9299
9300 2002-06-14 Kim F. Storm <storm@cua.dk>
9301
9302 * progmodes/compile.el (grep-tree): Doc fixes.
9303 Added SUBDIRS arg for non-interactive use.
9304
9305 2002-06-14 Juanma Barranquero <lektu@terra.es>
9306
9307 * comint.el (comint-snapshot-last-prompt):
9308 Bind `inhibit-read-only' to t to support read-only prompts.
9309 (comint-output-filter): Likewise.
9310
9311 2002-06-14 Miles Bader <miles@gnu.org>
9312
9313 * subr.el (copy-tree): Use `nconc' and `nreverse' instead of `nreconc'.
9314 (pop): Move the call to `car' outside the prog1, as the compiler
9315 then generates better code.
9316
9317 2002-06-13 Richard M. Stallman <rms@gnu.org>
9318
9319 * play/zone.el (zone-timer): New variable holds the idle timer.
9320 (zone): Don't fiddle with the idle timer at all.
9321 (zone-when-idle): Put the idle timer in zone-timer.
9322 If one is already set up, cancel it and make a new one.
9323 (zone-leave-me-alone): Likewise.
9324
9325 2002-06-13 Jason Rumney <jasonr@gnu.org>
9326
9327 * w32-fns.el (w32-charset-info-alist): Reorder.
9328
9329 2002-06-13 Andreas Schwab <schwab@suse.de>
9330
9331 * files.el (auto-mode-alist): Move entry for ".in" to the end.
9332
9333 2002-06-13 Miles Bader <miles@gnu.org>
9334
9335 * comint.el (comint-mode): Don't set `font-lock-defaults'.
9336 (comint-mode-hook): Turn on font-lock by default.
9337
9338 2002-06-12 Karl Fogel <kfogel@red-bean.com>
9339
9340 * bookmark.el (bookmark-file-or-variation-thereof):
9341 Restore vc-backend check, thanks to Robert Thorpe for noticing.
9342
9343 2002-06-12 Eli Zaretskii <eliz@is.elta.co.il>
9344
9345 * textmodes/bibtex.el: Change the maintainer to "none".
9346
9347 2002-06-12 Juanma Barranquero <lektu@terra>
9348
9349 * term/w32-win.el (x-handle-switch): Fix handling of
9350 x-invocation-args for switches with arguments.
9351
9352 2002-06-12 Stefan Monnier <monnier@cs.yale.edu>
9353
9354 * menu-bar.el (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'
9355 without first making sure it's bound.
9356
9357 2002-06-12 Richard M. Stallman <rms@gnu.org>
9358
9359 * info.el (Info-fontify-node): Compute header line specially
9360 if node has no next, previous or up links.
9361 Hide the part of the first line that is used in the header.
9362 Use Info-next-link-keymap, etc.
9363 (Info-next-link-keymap, Info-prev-link-keymap)
9364 (Info-up-link-keymap): New variables.
9365
9366 * international/mule-diag.el (describe-char-after): Doc fix.
9367
9368 * view.el (view-mode-enter): Clarify echo area message.
9369
9370 * info.el (Info-select-node): Turn header line on or off here.
9371 (Info-setup-header-line): Function deleted.
9372 (Info-mode): Make Info-header-line local.
9373 (Info-fontify-node): Ignore Info-use-header-line.
9374 Unconditionally compute what the header line should be, and
9375 store it on the `header-line' property of the node's first char.
9376 Bind [header-line down-mouse-1].
9377 Use `keymap' property, not `local-map'.
9378 Bind [mouse-2] for mouse clicks on the node line in the text.
9379
9380 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
9381
9382 2002-06-12 Miles Bader <miles@gnu.org>
9383
9384 * comint.el (comint-send-input): Properly handle empty and
9385 no-newline input regions.
9386
9387 2002-06-12 Colin Walters <walters@gnu.org>
9388
9389 * calc/calc.el: Use `when', `unless'.
9390 (calc-trail-mode): Use an italic `font-lock-face'.
9391 (calc-refresh): Ditto.
9392
9393 2002-06-12 Colin Walters <walters@debian.org>
9394
9395 * font-core.el (font-lock-core-only): Variable deleted.
9396 All uses removed.
9397 (font-lock-set-defaults): Variable alist settings moved back into
9398 font-lock-set-defaults-1.
9399 (turn-on-font-lock-if-enabled): Always turn on font-lock unless it
9400 is specifically excluded by the user.
9401
9402 * font-lock.el (font-lock-set-defaults-1): Set variable alist here.
9403
9404 * help-mode.el (help-mode): Don't set `font-lock-defaults'.
9405
9406 * ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
9407
9408 * info.el (Info-mode): Don't set `font-lock-defaults'.
9409
9410 * replace.el (occur-mode): Don't set `font-lock-defaults'.
9411
9412 * help-mode.el (help-highlight-p, help-highlight-face):
9413 Variable was unused; delete.
9414 (help-make-xrefs): Doc fix.
9415
9416 2002-06-11 Richard M. Stallman <rms@gnu.org>
9417
9418 * format.el (format-alist): Document new element PRESERVE.
9419 (format-write-file): Implement PRESERVE elt for a format.
9420
9421 * files.el (make-auto-save-file-name): Rename local `filename' to
9422 `file-name'.
9423
9424 2002-06-10 Richard M. Stallman <rms@gnu.org>
9425
9426 * progmodes/ebrowse.el (ebrowse-draw-tree-fn): Use copy-sequence.
9427 (ebrowse-copy-list): Function deleted.
9428
9429 * eshell/em-unix.el (eshell/diff): Use copy-sequence.
9430
9431 * eshell/esh-mode.el (eshell-mode, eshell-mode): Use copy-sequence.
9432
9433 * eshell/esh-util.el (eshell-copy-list): Function deleted.
9434 (eshell-sublist): Use copy-sequence.
9435 (eshell-copy-tree): Make it an alias for copy-tree.
9436
9437 * emacs-lisp/cl.el (copy-list): Moved back from subr.el.
9438
9439 * subr.el (copy-list): Moved to cl.el.
9440 (copy-tree): Don't use copy-list or cl-pop.
9441
9442 2002-06-10 Miles Bader <miles@gnu.org>
9443
9444 Make comint use text properties for highlighting instead of overlays:
9445 * comint.el (comint-last-output-overlay): Variable removed.
9446 (comint-send-input, comint-output-filter): Use text properties
9447 instead of overlays.
9448 (comint-insert-clicked-input): Rewrite to work with text
9449 properties as well as overlays
9450 (comint-snapshot-last-prompt): Snapshot using text properties.
9451 (comint-get-old-input-default, comint-extract-string): Don't copy
9452 text properties.
9453
9454 * simple.el (line-move-finish): Inhibit field motion when
9455 computing `line-end'.
9456
9457 * files.el (revert-buffer): Correct typo: variable name is
9458 `buffer-file-format', not `buffer-file-formats'.
9459
9460 * comint.el (comint-send-input, comint-output-filter): Use the
9461 `font-lock-face' property instead of `face'. Don't check the
9462 highlight-enabling variables anymore.
9463 (comint-highlight-input, comint-highlight-prompt): Variables removed.
9464
9465 * faces.el (display-supports-face-attributes-p): New function.
9466 (face-spec-set-match-display): Support `supports' predicate.
9467 (italic): Try underlining for displays that don't support real italics.
9468 * cus-edit.el (custom-display): Add support for `supports' predicate.
9469 * term/tty-colors.el (color-name-rgb-alist): Use 16-bit RGB values
9470 instead of 8-bit, for consistency with the rest of emacs.
9471 (tty-color-canonicalize): Only copy COLOR if we need to change it.
9472 (tty-color-approximate): Scale values from `color-name-rgb-alist'
9473 appropriately. Return the whole color description, rather than
9474 just the RGB values.
9475 (tty-color-standard-values): New function. Code mostly taken from
9476 `tty-color-translate'.
9477 (tty-color-translate, tty-color-values): Use `tty-color-desc' to
9478 do all the work.
9479 (tty-color-desc): Do color lookup here instead of calling
9480 `tty-color-translate' and `tty-color-by-index'; this is now the
9481 main place to do it.
9482
9483 2002-06-09 Martin Stjernholm <bug-cc-mode@gnu.org>
9484
9485 * progmodes/cc-style.el (c-set-style, c-set-style-1):
9486 Add another state for the `dont-override' flag where it only keeps
9487 globally set variables.
9488
9489 2002-06-08 Colin Walters <walters@gnu.org>
9490
9491 * descr-text.el (describe-text-properties): Sort the output by the
9492 size of the values. Put `font-lock-face' property on property names.
9493 (toplevel): Provide `descr-text'.
9494
9495 * international/mule-diag.el (describe-char-after): When there are
9496 text properties, require `descr-text', and just call
9497 `describe-text-properties'.
9498
9499 * international/mule.el (sgml-html-meta-auto-coding-function):
9500 New function.
9501 (auto-coding-from-file-contents): Delete; merge functionality into
9502 `set-auto-coding'.
9503 (set-auto-coding): Move tests from `auto-coding-functions' so that
9504 they have a lower priority than coding: tags.
9505 Put `auto-coding-regexp-alist' tests before coding: tag tests.
9506 (sgml-xml-auto-coding-function): Simply `intern' the match, and
9507 test if it's a valid coding system.
9508 (auto-coding-functions): Add `sgml-html-meta-auto-coding-function'.
9509
9510 2002-06-08 Colin Walters <walters@verbum.org>
9511
9512 * subr.el (copy-list): Moved here from cl.el.
9513 (copy-tree): Renamed here from `cl-copy-tree' in cl-extra.el.
9514
9515 * emacs-lisp/cl-extra.el (cl-copy-tree): Moved to `copy-tree' in
9516 subr.el. Add a defalias with the old name.
9517
9518 * emacs-lisp/cl.el (copy-list): Moved to subr.el.
9519
9520 * replace.el (occur-mode): Don't set up categories. Do set
9521 `font-lock-defaults', and be sure to set `font-lock-core-only'.
9522 (occur-1): Pass `list-matching-lines-face' and
9523 `list-matching-lines-buffer-name-face'.
9524 (occur-engine): Use `font-lock-face' instead of categories.
9525
9526 * info.el (Info-mode): Don't set up categories. Do set
9527 `font-lock-defaults', and be sure to set `font-lock-core-only'.
9528 (Info-fontify-menu-headers): Use `font-lock-face' instead of
9529 categories.
9530 (Info-fontify-node): Ditto.
9531
9532 * ibuffer.el (ibuffer-category-alist): Delete.
9533 (ibuffer-get-category): Delete.
9534 (ibuffer-compile-make-eliding-form): Use `font-lock-face' instead
9535 of categories.
9536 (ibuffer-compile-format): Don't treat `name' category specially.
9537 (ibuffer-column name): Use `font-lock-face'.
9538 (filename-and-process): Ditto.
9539 (ibuffer-buffer-name-category): Renamed to
9540 `ibuffer-buffer-name-face'. Don't use categories.
9541 (ibuffer-update-title-and-summary): Use `font-lock-face'.
9542 (ibuffer-insert-filter-group): Ditto.
9543 (ibuffer-mode): Don't set up categories. Do set
9544 `font-lock-defaults', and be sure to set `font-lock-core-only'.
9545 (ibuffer-compile-format): Don't pass third argument
9546 to column functions.
9547 (filename-and-process): Ditto.
9548
9549 * ibuf-macs.el (define-ibuffer-column): Don't create a third
9550 argument for the generated function.
9551
9552 * font-core.el (font-lock-category-alist): Delete.
9553 (turn-on-font-lock-if-enabled): Don't use it.
9554 (font-lock-symbol-category-alist): Delete.
9555 (font-lock-default-function): Use new `char-property-alias-alist'
9556 to make `font-lock-face' an alias for `face' when font-lock mode
9557 is enabled.
9558 (font-lock-core-only): New variable.
9559 (font-lock-set-defaults): Use it.
9560
9561 2002-06-08 Richard M. Stallman <rms@gnu.org>
9562
9563 * files.el (find-file-noselect-1): Undo previous change.
9564
9565 * bookmark.el (bookmark-file-or-variation-thereof): Doc fix.
9566
9567 2002-06-07 Karl Fogel <kfogel@red-bean.com>
9568
9569 * bookmark.el (bookmark-file-or-variation-thereof): Just use
9570 Info-suffix-list, as suggested by Stefan Monnier.
9571
9572 2002-06-05 Eli Zaretskii <eliz@is.elta.co.il>
9573
9574 * select.el (xselect-convert-to-string): If VALUE is a string,
9575 return a cons of TYPE and the string.
9576
9577 2002-06-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9578
9579 * language/cyrillic.el (cyrillic-alternativnyj-decode-table):
9580 Fix the table to contain correct characters.
9581
9582 2002-06-04 Richard M. Stallman <rms@gnu.org>
9583
9584 * simple.el: Don't require cl.
9585
9586 2002-06-03 Richard M. Stallman <rms@gnu.org>
9587
9588 * dired.el (dired-do-shell-command): Doc fix in autoload.
9589
9590 * info.el (Info-extract-pointer): Ignore Info-header-line.
9591
9592 * progmodes/cc-mode.el (c-postprocess-file-styles):
9593 Do nothing except in CC modes.
9594
9595 * international/mule-cmds.el (select-safe-coding-system):
9596 When computing auto-cs, narrow to FROM...TO.
9597 Put save-excursion outside save-restriction.
9598 New arg FILE; use that for set-auto-coding.
9599
9600 2002-06-01 Richard M. Stallman <rms@gnu.org>
9601
9602 * simple.el (choose-completion-string-functions): Doc fix.
9603 (choose-completion-string): Add doc string.
9604
9605 2002-06-01 Kim F. Storm <storm@cua.dk>
9606
9607 * simple.el: Reworked previous change.
9608 (choose-completion-string1): Merged back into choose-completion-string.
9609 (choose-completion-string): Run choose-completion-string-functions
9610 after checking for proper minibuffer window. Added mini-p arg to
9611 the hook functions. Insert choice if all hook functions return nil.
9612 (choose-completion-string-functions): Doc update.
9613
9614 2002-06-01 Sam Steingold <sds@gnu.org>
9615
9616 * files.el (auto-mode-alist): Strip trailing ".in" from the file
9617 name when deciding the mode (for config.h.in, Makefile.in etc).
9618
9619 2002-06-01 Thien-Thi Nguyen <ttn@gnu.org>
9620
9621 * progmodes/prolog.el (prolog-mode-syntax-table): Add flags to
9622 ?/ and ?* entries to support /* */ style comments.
9623 (prolog-font-lock-keywords): New var.
9624 (prolog-mode): Enable font-locking; set `font-lock-defaults'.
9625
9626 2002-06-01 Kim F. Storm <storm@cua.dk>
9627
9628 * simple.el (choose-completion-string-functions): New special hook.
9629 (choose-completion-string1): Renamed from choose-completion-string.
9630 (choose-completion-string): Run choose-completion-string-functions
9631 until success, and only call choose-completion-string1 if it fails.
9632
9633 2002-05-31 Stefan Monnier <monnier@cs.yale.edu>
9634
9635 * textmodes/ispell.el (autoloaded toplevel): Don't use
9636 ispell-library-directory without checking that it's bound.
9637
9638 2002-05-31 Kim F. Storm <storm@cua.dk>
9639
9640 * emulation/cua-base.el (cua--last-deleted-region-pos)
9641 (cua--last-deleted-region-text): New aux variables.
9642 (cua-delete-region): Set them.
9643 (cua-repeat-replace-region): Use them to find the replacement text.
9644
9645 2002-05-31 Juanma Barranquero <lektu@terra.es>
9646
9647 * emulation/viper-cmd.el (viper-smart-suffix-list, viper-ask-level):
9648 Fix typos.
9649
9650 2002-05-31 Kim F. Storm <storm@cua.dk>
9651
9652 * progmodes/compile.el (grep-tree-command, grep-tree-files-aliases)
9653 (grep-tree-ignore-CVS-directories, grep-tree-ignore-case):
9654 New custom variables.
9655 (grep-compute-defaults): Compute grep-tree-command's default value.
9656 (grep-expand-command-macros): New aux function.
9657 (grep-tree-last-regexp, grep-tree-last-files): New aux variables.
9658 (grep-tree): New command like grep-find but extended prompting.
9659
9660 2002-05-30 Richard M. Stallman <rms@gnu.org>
9661
9662 * files.el (find-file-default): Add defvar for var already used.
9663
9664 * menu-bar.el (menu-bar-showhide-fringe-menu): Use defvar.
9665
9666 * subr.el (open-network-stream, open-network-stream-nowait)
9667 (open-network-stream-server, process-kill-without-query):
9668 Moved from simple.el.
9669
9670 * simple.el (open-network-stream, open-network-stream-nowait)
9671 (open-network-stream-server, process-kill-without-query):
9672 Moved to subr.el.
9673
9674 * simple.el (byte-compiling-files-p): Function deleted.
9675
9676 * textmodes/ispell.el (ispell-library-directory): Renamed from
9677 ispell-library-path. If Ispell is not installed, init to nil.
9678 (check-ispell-version): Doc fix.
9679 (ispell-menu-map): Get rid of byte-compiling-files-p hackery;
9680 initialize this unconditionally when ispell-menu-map-needed is t.
9681 Local `path' renamed to `dir'.
9682
9683 2002-05-30 Miles Bader <miles@gnu.org>
9684
9685 * calc/calc.el (calc-show-banner): New variable.
9686 (calc-refresh): Only show banner if `calc-show-banner' is non-nil.
9687 (calc-mode-var-list): Add `calc-show-banner'.
9688 * calc/calc-ext.el (calc-init-extensions): Add binding for `d@'.
9689 (calc-toggle-banner): New function.
9690 * calc/calc-help.el (calc-d-prefix-help): Add `@'.
9691
9692 2002-05-29 Richard M. Stallman <rms@gnu.org>
9693
9694 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9695 When recognizing a def... construct, make that indentation
9696 tentative, so that it can be overridden if the list in question
9697 is not actually an expression.
9698 (common-lisp-indent-call-method): New subroutine.
9699
9700 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
9701 Delete the output file if we get a file-error.
9702
9703 * tooltip.el (tooltip-mouse-motions-active): New variable.
9704 (tooltip-activate-mouse-motions): Don't kill track-mouse local
9705 if it was not made by us.
9706
9707 * mouse.el (mouse-set-font): Avoid misleading error message
9708 if user makes no selection.
9709
9710 * info.el (Info-setup-header-line): Don't hide the links line.
9711
9712 * files.el (find-file-noselect-1): Return the buffer we created
9713 even if it has been killed within `after-find-file'.
9714
9715 * files.el (auto-mode-alist): Use ada-mode for .ad[bs].dg files.
9716
9717 2002-05-29 Kim F. Storm <storm@cua.dk>
9718
9719 * simple.el (open-network-stream-server): Pass on optional args
9720 sentinel and filter to make-network-process (from Luke Gorrie).
9721
9722 2002-05-28 Colin Walters <walters@gnu.org>
9723
9724 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
9725
9726 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
9727 (byte-compile-delete-first): New function.
9728 (byte-compile-read-position): New variable.
9729 (byte-compile-last-position): New variable.
9730 (byte-compile-current-buffer): New variable.
9731 (byte-compile-log-1): Use it.
9732 (byte-compile-set-symbol-position): New function.
9733 (byte-compile-obsolete, byte-compile-callargs-warn)
9734 (byte-compile-arglist-warn, byte-compile-arglist-warn)
9735 (byte-compile-print-syms, byte-compile-file-form-defmumble)
9736 (byte-compile-check-lambda-list, byte-compile-lambda)
9737 (byte-compile-form, byte-compile-variable-ref)
9738 (byte-compile-subr-wrong-args, byte-compile-negation-optimizer)
9739 (byte-compile-condition-case, byte-compile-defun)
9740 (byte-compile-defvar, byte-compile-autoload)
9741 (byte-compile-lambda-form): Use it.
9742 (byte-compile-from-buffer): Set it, and bind
9743 `read-with-symbol-positions' and `read-symbol-positions-list'.
9744
9745 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
9746
9747 2002-05-28 Kim F. Storm <storm@cua.dk>
9748
9749 * files.el (read-directory-name): New function.
9750 (cd): Use it instead of read-file-name.
9751
9752 2002-05-27 Kim F. Storm <storm@cua.dk>
9753
9754 * simple.el (push-mark-command): Added optional NOMSG arg.
9755
9756 * emulation/cua-base.el (cua-set-mark): Align pop to mark
9757 behaviour with standard set-mark-command.
9758 (cua--pre-command-handler): Use push-mark-command.
9759 (cua-repeat-replace-region): Improve functionality when
9760 repeated after moving point or changing buffer.
9761
9762 2002-05-26 Colin Walters <walters@verbum.org>
9763
9764 * startup.el (command-line): Use `when', `unless'.
9765 (command-line-1): New argument "--nosplash". Handle it.
9766
9767 * startup.el (inhibit-splash-screen): New variable alias for
9768 `inhibit-startup-message'.
9769
9770 * replace.el (perform-replace): Document return value. Use `pop'.
9771
9772 2002-05-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9773
9774 * progmodes/f90.el (f90-previous-block, f90-next-block): New names,
9775 and slightly changed behaviour, for `f90-previous-block-start' and
9776 `f90-next-block-end'.
9777 (f90-beginning-of-subprogram, f90-end-of-subprogram): Simplify.
9778
9779 2002-05-26 Simon Josefsson <jas@extundo.com>
9780
9781 * fringe.el (set-fringe-mode): Work when updating
9782 `default-frame-alist'.
9783
9784 2002-05-26 Kim F. Storm <storm@cua.dk>
9785
9786 * emulation/cua-base.el (cua--repeat-replace-text): New variable.
9787 (cua-repeat-replace-region): New command.
9788 (cua--init-keymaps): Bind it to M-v in cua--cua-keys-keymap.
9789 Misc improvements to the commentary.
9790
9791 2002-05-26 Simon Josefsson <jas@extundo.com>
9792
9793 * fringe.el (fringe-query-style): New fringe style "minimal".
9794
9795 2002-05-24 Simon Josefsson <jas@extundo.com>
9796
9797 * rot13.el (rot13-translate-table): New variable.
9798 (rot13, rot13-string, rot13-region): New functions.
9799
9800 2002-05-25 Martin Stjernholm <bug-cc-mode@gnu.org>
9801
9802 * progmodes/cc-engine.el (c-add-stmt-syntax): Fixed some cases
9803 of wrong anchoring, e.g. for else-if compounds.
9804
9805 2002-05-25 Miles Bader <miles@gnu.org>
9806
9807 * menu-bar.el (menu-bar-showhide-fringe-menu-customize-left)
9808 (menu-bar-showhide-fringe-menu-customize-right)
9809 (menu-bar-showhide-fringe-menu-customize-disable):
9810 Use proper calling convention for `customize-set-value'.
9811 Require `fringe' before setting variable.
9812
9813 2002-05-25 Kim F. Storm <storm@cua.dk>
9814
9815 * emulation/cua-base.el (cua--self-insert-char-p): New function.
9816
9817 * emulation/cua-gmrk.el (cua--init-global-mark): Install default
9818 binding in cua--global-mark-keymap using cua--self-insert-char-p
9819 to handle all global self inserting characters in gmark mode.
9820
9821 * emulation/cua-rect.el (cua--init-rectangles): Install default
9822 binding in cua--rectangle-keymap using cua--self-insert-char-p
9823 to handle all global self inserting characters in rectangle mode.
9824
9825 2002-05-24 Stefan Monnier <monnier@cs.yale.edu>
9826
9827 * net/ange-ftp.el (read-file-name-internal): Remove the
9828 `ange-ftp' property.
9829 (ange-ftp-real-read-file-name-internal): Remove.
9830
9831 2002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9832
9833 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
9834 `forward-line'.
9835 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
9836 (f90-previous-block-start): New navigation commands.
9837
9838 2002-05-20 Simon Josefsson <jas@extundo.com>
9839
9840 * fringe.el: New file.
9841
9842 * menu-bar.el (menu-bar-options-save): Add fringe-mode.
9843 (menu-bar-showhide-fringe-menu): New menu.
9844 (menu-bar-showhide-menu): Add Fringe sub-menu.
9845
9846 2002-05-23 Colin Walters <walters@verbum.org>
9847
9848 * replace.el (occur-engine): Include all text properties except
9849 mouse-face on the newline at the end of occurences.
9850
9851 2002-05-23 Kim F. Storm <storm@cua.dk>
9852
9853 * apropos.el (apropos-true-hit, apropos-false-hit-symbol)
9854 (apropos-false-hit-str, apropos-true-hit-doc): New functions.
9855 (apropos-command, apropos-value, apropos-documentation-internal)
9856 (apropos-documentation-check-doc-file)
9857 (apropos-documentation-check-elc-file): Use them to filter out
9858 false matches where only one keyword matches, but more than once.
9859
9860 * apropos.el (apropos-show-scores, apropos-orig-regexp)
9861 (apropos-all-regexp, apropos-synonyms, apropos-words)
9862 (apropos-all-words): New variables.
9863 (aprpos-words-to-regexp, apropos-rewrite-regexp)
9864 (apropos-calc-scores, apropos-score-str, apropos-score-doc)
9865 (apropos-score-symbol): New functions.
9866 (apropos-command, apropos, apropos-value, apropos-documentation):
9867 Allow keywords in addition to regexp. Added scoring.
9868 (apropos-documentation-check-doc-file)
9869 (apropos-documentation-check-elc-file): Added scoring.
9870 (apropos-print): Sort according to score.
9871
9872 2002-05-22 Colin Walters <walters@cis.ohio-state.edu>
9873
9874 * info.el (Info-mode-hook): Change `font-lock-mode' to
9875 `turn-on-font-lock'.
9876
9877 * font-core.el (font-lock-function): New variable.
9878 (font-lock-default-function): New function, created from
9879 `font-lock-mode'.
9880 (font-lock-mode): Just funcall `font-lock-function'.
9881 (font-lock-symbol-category-alist): New variable.
9882
9883 2002-05-22 Markus Rost <rost@math.ohio-state.edu>
9884
9885 * files.el (file-newest-backup): Use file-name-sans-versions.
9886
9887 * diff.el (diff-latest-backup-file): Replace the main code by
9888 a call of file-newest-backup.
9889
9890 2002-05-22 Mike Williams <mdub@bigfoot.com>
9891
9892 * textmodes/sgml-mode.el (sgml-guess-indent): Look further into
9893 the buffer.
9894
9895 2002-05-21 Stefan Monnier <monnier@cs.yale.edu>
9896
9897 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Re-enable since
9898 the last patch works around the wu-ftpd misfeature that prompted
9899 the disabling of this optimization.
9900
9901 2002-05-21 Colin Walters <walters@gnu.org>
9902
9903 * international/mule.el (make-coding-system): Doc fixes.
9904
9905 * international/mule.el (auto-coding-functions): New variable.
9906 (auto-coding-from-file-contents): Use it.
9907 (set-auto-coding): Update docs.
9908 (sgml-xml-auto-coding-function): New function.
9909
9910 * international/mule-util.el (truncate-string-to-width):
9911 New optional argument `ellipsis'. Add commented-out test suite, and
9912 change coding to iso-2022-7bit.
9913
9914 2002-05-21 Colin Walters <walters@verbum.org>
9915
9916 * font-lock.el (font-lock-defaults, font-lock-defaults-alist)
9917 (font-lock-multiline, font-lock-fontified, font-lock-mode)
9918 (turn-on-font-lock, font-lock-add-keywords, global-font-lock-mode)
9919 (font-lock-global-modes): Moved to font-core.el.
9920 (font-lock-set-defaults-1): Partially moved to font-core.el.
9921
9922 * font-core.el: New file, with functions taken from font-lock.el.
9923 (font-lock-category-alist): New variable.
9924 (font-lock-mode): Use it.
9925 (font-lock-set-defaults): Partially taken from font-lock.el.
9926 Only load font-lock.el when necessary.
9927
9928 * loadup.el: Add font-core.el.
9929
9930 * replace.el (occur-mode-hook): New variable.
9931 (occur-fontify-region-function): Deleted.
9932 (occur-mode): Don't use it. Set up `font-lock-category-alist'
9933 instead.
9934 (occur-fontify-on-property): Deleted.
9935 (occur-engine): Use categories from `font-lock-category-alist'.
9936
9937 * info.el (Info-fontify): Deleted.
9938 (Info-select-node): Don't use it.
9939 (Info-mode-hook): New variable.
9940 (Info-mode): Set up categories.
9941 (Info-fontify-menu-headers, Info-fontify-node): Use categories.
9942
9943 * ibuffer.el (ibuffer-formats): Update docs.
9944 (ibuffer-category-alist): New variable.
9945 (ibuffer-get-category): New function.
9946 (ibuffer-compile-make-eliding-form): Use category property instead
9947 of face.
9948 (ibuffer-compile-format): Pass current ibuffer buffer to column
9949 functions too.
9950 (ibuffer-buffer-name-category): New function.
9951 (ibuffer-compile-format): If the current column is a `name'
9952 column, figure out the appropriate category to put on it.
9953 (filename-and-process): Use category property.
9954 (ibuffer-fontify-region-function): Deleted.
9955 (ibuffer-unfontify-region-function): Deleted.
9956 (ibuffer-update-title-and-summary): Use category properties.
9957 (ibuffer-insert-filter-group): Ditto.
9958 (ibuffer-mode): Set up category properties.
9959
9960 2002-05-21 Colin Walters <walters@debian.org>
9961
9962 * replace.el (occur-engine): Increment globalcount all at once
9963 after searching a buffer.
9964 (occur-mode-map): Don't escape plain "o".
9965
9966 * ibuf-macs.el (define-ibuffer-column): Add third argument
9967 `ibuffer-buf'.
9968
9969 * ibuffer.el (toplevel): Require font-lock, to get the face
9970 definitions.
9971 (ibuffer-use-fontification): Deleted.
9972 (column filename-and-process): New column.
9973 (ibuffer-formats): Use it by default.
9974 (ibuffer-name-map, ibuffer-mode-name-map)
9975 (ibuffer-filter-group-map): Don't set parent to `ibuffer-mode-map'.
9976 (ibuffer-do-save, ibuffer-do-toggle-modified)
9977 (ibuffer-do-toggle-read-only, ibuffer-do-delete)
9978 (ibuffer-do-kill-on-deletion-marks): Include name in definition.
9979 (ibuffer): New optional argument `formats'.
9980
9981 2002-05-21 Eli Zaretskii <eliz@is.elta.co.il>
9982
9983 * indent.el (indent-rigidly): Mention how to remove all indentation.
9984
9985 2002-05-21 Colin Walters <walters@gnu.org>
9986
9987 * international/mule-diag.el (describe-char-after): Order display
9988 of text properties by the size of their value, for clarity.
9989
9990 2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
9991
9992 * net/ange-ftp.el (ange-ftp-generate-root-prefixes)
9993 (ange-ftp-file-name-completion): Don't cons unnecessarily.
9994 (ange-ftp-send-cmd): Always `cd' before doing `ls'.
9995
9996 * wid-edit.el (widget-color-complete):
9997 * progmodes/etags.el (tags-complete-tags-table-file):
9998 * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
9999
10000 * textmodes/outline.el (outline-reveal-toggle-invisible):
10001 Reverse the meaning of the second arg.
10002
10003 * reveal.el (reveal-post-command): Reverse the semantics of
10004 reveal-toggle-invisible and support isearch-open-invisible-temporary.
10005
10006 2002-05-20 Markus Rost <rost@math.ohio-state.edu>
10007
10008 * mail/sendmail.el (mail-recover-1): Remove (debug).
10009 (mail-signature): Fix :type.
10010 (mail-default-directory): New user option.
10011 (mail, mail-recover): Use that option.
10012
10013 2002-05-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10014
10015 * international/mule.el (auto-coding-alist): Use emacs-mule
10016 for auto-save files.
10017
10018 2002-05-20 Miles Bader <miles@gnu.org>
10019
10020 * files.el (find-file-read-args): Don't trash existing value of
10021 `minibuffer-setup-hook', just add our hook to it.
10022
10023 2002-05-19 Markus Rost <rost@math.ohio-state.edu>
10024
10025 * international/ucs-tables.el (unify-8859-on-encoding-mode)
10026 (unify-8859-on-decoding-mode): Change :version attributes to strings.
10027
10028 * simple.el (yank-excluded-properties): Change :version attribute
10029 to a string.
10030
10031 * dired.el (dired-view-command-alist): Change :version attribute
10032 to a string.
10033
10034 * xscheme.el (xscheme-start-hook): Change :version attribute to a
10035 string.
10036
10037 * find-dired.el (find-dired): Implement revert-buffer-function.
10038
10039 * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
10040
10041 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
10042
10043 * progmodes/f90.el (f90-match-end, f90-break-line): Simplify a bit.
10044 (f90-get-present-comment-type): Fix earlier change.
10045 (f90-comment-indent): Doc fix.
10046 (f90-equal-symbols, f90-looking-at-do, f90-looking-at-select-case)
10047 (f90-looking-at-if-then): Remove lets.
10048 (f90-looking-at-where-or-forall): Handle if split over lines.
10049 (f90-change-keywords): Doc fix.
10050
10051 2002-05-19 Richard M. Stallman <rms@gnu.org>
10052
10053 * indent.el (indent-region): Make COLUMN arg optional.
10054
10055 * files.el (find-file-read-args): New function.
10056 (find-file, find-file-other-window, find-file-other-frame)
10057 (find-file-read-only, find-file-read-only-other-window)
10058 (find-file-read-only-other-frame): Use it.
10059
10060 * custom.el (custom-load-symbol): Verify that LOADED is a string.
10061
10062 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
10063 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
10064 (archive-zip-update-case): Use locate-file to decide whether
10065 to use pkzip.
10066 (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
10067
10068 * files.el (locate-file): Doc fix.
10069
10070 2002-05-19 John Paul Wallington <jpw@shootybangbang.com>
10071
10072 * mail/rmail.el (rmail-show-message-hook): Offer `goto-address'
10073 as an option.
10074
10075 2002-05-18 Stefan Monnier <monnier@cs.yale.edu>
10076
10077 * uniquify.el (uniquify-rationalize-file-buffer-names):
10078 Always strip the trailing / even if the file is not a directory.
10079
10080 2002-05-18 Glenn Morris <gmorris@ast.cam.ac.uk>
10081
10082 * progmodes/f90.el (f90-mode-syntax-table, f90-mode-map): Do the
10083 initialization in the defvar.
10084 (f90-font-lock-on, f90-font-lock-off): Add 'menu-alias property.
10085 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3)
10086 (f90-font-lock-4): Move the doc strings.
10087 (f90-menu-bar-menu): New internal variable to hold the top-level menu.
10088 (f90-change-case-menu, f90-font-lock-menu): Minor code changes.
10089 (f90-mode-abbrev-table): Initialize in the defvar, with
10090 define-abbrev-table.
10091
10092 2002-05-18 Eli Zaretskii <eliz@is.elta.co.il>
10093
10094 * tar-mode.el (tar-octal-time): Fix last change.
10095
10096 2002-05-18 Markus Rost <rost@math.ohio-state.edu>
10097
10098 * mail/emacsbug.el (report-emacs-bug-text-prompt): New variable.
10099 (report-emacs-bug): Store the prompt in
10100 `report-emacs-bug-text-prompt'. Move Configuration/Important
10101 settings information after the user's report.
10102 (report-emacs-bug-hook): Unclutter by deleting the content of
10103 `report-emacs-bug-text-prompt'.
10104
10105 2002-05-17 Thomas Morgan <tlm@pocketmail.com>
10106
10107 * forms.el (forms-jump-record, forms-insert-record)
10108 (forms-delete-record): Calculate lines from the beginning of the
10109 accessible portion rather than from the beginning of the buffer.
10110
10111 2002-05-16 Eli Zaretskii <eliz@is.elta.co.il>
10112
10113 * ps-mule.el (eval-and-compile): Add a trivial replacement for a
10114 possibly missing encode-char.
10115 (ps-mule-font-info-database-bdf): Add associations for Unicode
10116 fonts. Doc fix.
10117 (ps-mule-font-info-database-ps-bdf): Doc fix.
10118 (ps-mule-encode-ucs2): New function for encoding Unicode characters.
10119
10120 * tar-mode.el (tar-octal-time): Fix the last argument of logior.
10121
10122 2002-05-16 Stefan Monnier <monnier@cs.yale.edu>
10123
10124 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10125 Find funs defined with defun-cvs-mode.
10126 (find-function-space-re): New const. Skips comments as well.
10127 (find-function-regexp, find-variable-regexp): Use it.
10128
10129 * pcvs.el (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.
10130 (cvs-mode-add-change-log-entry-other-window): Work on multiple files.
10131 (cvs-mode-set-flags): Don't cons unnecessarily.
10132
10133 2002-05-16 Colin Walters <walters@debian.org>
10134
10135 * menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
10136 "Simple Calculator".
10137 (menu-bar-tools-menu) <calc>: New.
10138
10139 2002-05-16 Juanma Barranquero <lektu@terra.es>
10140
10141 * progmodes/hideshow.el (hs-adjust-block-beginning): Fix typo.
10142
10143 * filesets.el (filesets-ormap): Fix typo.
10144
10145 * faces.el (describe-face): Fix typo.
10146
10147 2002-05-15 Stefan Monnier <monnier@cs.yale.edu>
10148
10149 * emacs-lisp/easymenu.el (easy-menu-make-symbol):
10150 Don't treat (lambda () ...) as an expression.
10151
10152 2002-05-15 John Paul Wallington <jpw@shootybangbang.com>
10153
10154 * replace.el (occur-read-primary-args): Handle a bare 'C-u' correctly.
10155
10156 2002-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10157
10158 * emacs-lisp/easymenu.el (easy-menu-add): Doc fix.
10159
10160 2002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
10161
10162 * progmodes/fortran.el (fortran-directive-re): New name for
10163 fortran-preprocessor-re. All usage updated.
10164 (fortran-calculate-indent): Give directives zero indentation.
10165
10166 2002-05-14 Jason Rumney <jasonr@gnu.org>
10167
10168 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both
10169 displayed text and internal name as string.
10170
10171 2002-05-14 Kim F. Storm <storm@cua.dk>
10172
10173 * emulation/cua-rect.el (cua--rectangle-operation):
10174 Don't highlight empty lines in rectangles.
10175
10176 * emulation/keypad.el: Improved commentary.
10177 (keypad-setup, keypad-shifted-setup): Added choice to setup
10178 Numeric keypad with decimal key; value is selected character.
10179 (keypad-decimal-key, keypad-shifted-decimal-key): Removed options.
10180 (keypad-numlock-setup, keypad-numlock-shifted-setup): New options.
10181 (keypad-setup): Arg list changed to support the new options.
10182
10183 2002-05-14 Richard M. Stallman <rms@gnu.org>
10184
10185 * dabbrev.el (dabbrev-case-distinction): New option.
10186 (dabbrev--try-find): Handle dabbrev-case-distinction.
10187 (dabbrev--search): Clean up the code.
10188 (dabbrev-upcase-means-case-search): Doc fix.
10189 (dabbrev-case-replace): Fix custom tags and docs.
10190
10191 2002-05-14 Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>
10192
10193 * calc/calc-units.el (math-standard-units): Update from CODATA.
10194
10195 2002-05-14 Stefan Monnier <monnier@cs.yale.edu>
10196
10197 * skeleton.el (skeleton-transformation): Default to `identity'.
10198 (skeleton-insert): Use `move-after' markers and `insert' rather
10199 than rely on insert-before-markers.
10200 (skeleton-internal-1): Handle `> \n' specially so that the newline
10201 is inserted before the first line is indented.
10202
10203 2002-05-14 Mike Williams <mdub@bigfoot.com>
10204
10205 * textmodes/sgml-mode.el (sgml-tag):
10206 Default skeleton-transformation to `identity'.
10207
10208 2002-05-14 Francesco Potort\e,Al\e(B <pot@gnu.org>
10209
10210 * shell.el (shell-mode): Make second part of initialisation
10211 depend on whether comint-input-ring is empty, rather than depend
10212 on it being nil.
10213
10214 2002-05-14 Richard M. Stallman <rms@gnu.org>
10215
10216 * files.el (make-auto-save-file-name):
10217 Delete the auto-save file after make-temp-file creates it.
10218
10219 2002-05-13 Kim F. Storm <storm@cua.dk>
10220
10221 * emulation/cua-base.el (cua-enable-cursor-indications): Default off.
10222 (cua-mode): Print Enabled/Disabled messages if interactive.
10223 Disable delete-selection-mode and pc-selection-mode when cua-mode
10224 is enabled; reenable if cua-mode is turned off.
10225 Remember setting of transient-mark-mode when cua-mode is enabled;
10226 restore if cua-mode is disabled.
10227
10228 2002-05-13 Richard M. Stallman <rms@gnu.org>
10229
10230 * mail/emacsbug.el (report-emacs-bug): Change the "English please" msg.
10231
10232 2002-05-13 Colin Walters <walters@gnu.org>
10233
10234 * ibuf-ext.el (ibuffer-format-filter-group-data): New function.
10235
10236 * ibuffer.el (ibuffer-insert-filter-group): New argument filter-string.
10237 (ibuffer-redisplay-engine): Handle it.
10238
10239 * add-log.el (add-log-mailing-address): Can be a list, too.
10240 (add-change-log-entry): If `add-log-mailing-address' is a list,
10241 then handle it.
10242
10243 2002-05-12 Colin Walters <walters@debian.org>
10244
10245 * replace.el (occur-1): New optional argument `buf-name'.
10246 (occur-revert-function): Use it.
10247
10248 (occur-1): Handle plurals.
10249
10250 (occur-engine): If there are no more matches, then finish
10251 searching the current buffer.
10252
10253 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10254
10255 * net/ange-ftp.el (ange-ftp-try-passive-mode)
10256 (ange-ftp-passive-host-alist): Change :version attributes to be
10257 strings.
10258
10259 2002-05-12 Markus Rost <rost@math.ohio-state.edu>
10260
10261 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Define it with
10262 define-minor-mode.
10263
10264 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10265 Handle more whitespace/newline combinations in symbol definitions.
10266
10267 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il>
10268
10269 * w32-vars.el (w32)
10270 * vc-cvs.el (vc-cvs-global-switches)
10271 (vc-cvs-sticky-date-format-string, vc-cvs-sticky-tag-display)
10272 * textmodes/sgml-mode.el (sgml-xml-mode)
10273 * ruler-mode.el (ruler-mode)
10274 * replace.el (query-replace-skip-read-only)
10275 * progmodes/fortran.el (fortran-preprocessor-re)
10276 * net/ange-ftp.el (ange-ftp-passive-host-alist)
10277 * mail/sendmail.el (mail-use-dsn)
10278 * faces.el (mode-line-inactive, minibuffer-prompt)
10279 * add-log.el (add-log-always-start-new-record): Change all
10280 post-21.1 :version attributes to 21.4.
10281
10282 2002-05-12 Richard M. Stallman <rms@gnu.org>
10283
10284 * mail/smtpmail.el (smtpmail-mail-address): New variable.
10285 (smtpmail-send-it): Bind and use that instead of `mail-address'.
10286 (smtpmail-via-smtp): Likewise.
10287
10288 * ansi-color.el (ansi-color-get-face): Avoid add-to-list on local var.
10289 (ansi-color-apply-sequence): Avoid duplicates in combined face list.
10290
10291 * dired-aux.el (dired-show-file-type): Use -- to say FILE's not option.
10292
10293 * subr.el (functionp): Catch errors in indirect-function.
10294
10295 2002-05-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10296
10297 * net/ldap.el (ldap-search-internal): Unfold folded lines before
10298 parsing.
10299
10300 * cus-edit.el (customize-set-value): Rename `var' to `variable'
10301 and `val' to `value'.
10302 (customize-save-variable): Rename `var' to `'variable.
10303
10304 2002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
10305
10306 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
10307 Use it for font-locking and indentation.
10308 (fortran-previous-statement, fortran-next-statement): Make them
10309 skip over preprocessor lines.
10310 (fortran-calculate-indent): Use fortran-preprocessor-re.
10311
10312 2002-05-10 Kim F. Storm <storm@cua.dk>
10313
10314 * emulation/cua-base.el (cua-enable-cua-keys)
10315 (cua-enable-register-prefix): Added value for `other' choice.
10316
10317 2002-05-10 Eli Zaretskii <eliz@is.elta.co.il>
10318
10319 * menu-bar.el (menu-bar-showhide-scroll-bar-menu)
10320 (menu-bar-showhide-menu): Use display-graphic-p, not window-system.
10321 (menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
10322 Run a named function.
10323 (showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
10324 (menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
10325 Fix help text.
10326
10327 2002-05-10 Kim F. Storm <storm@cua.dk>
10328
10329 * emulation/cua-base.el (cua-mode): Misc. changes to use
10330 emulation-mode-map-alists instead of minor-mode-map-alist.
10331
10332 2002-05-09 Richard M. Stallman <rms@gnu.org>
10333
10334 * mail/rmail.el (rmail-show-message):
10335 Catch error in check-coding-system.
10336
10337 * progmodes/compile.el (compilation-error-regexp-alist):
10338 New element to recognize Python error messages.
10339
10340 * shell.el (shell-replace-by-expanded-directory):
10341 If there's already a / at the end, don't add one.
10342
10343 2002-05-09 Colin Walters <walters@verbum.org>
10344
10345 * ibuffer.el (ibuffer-mode-map): Add :enable guards for
10346 `ibuffer-filter-disable', `ibuffer-pop-filter',
10347 `ibuffer-or-filter', `ibuffer-negate-filter',
10348 `ibuffer-decompose-filter', `ibuffer-save-filters',
10349 `ibuffer-switch-to-saved-filters', `ibuffer-delete-saved-filters',
10350 `ibuffer-save-filter-groups',
10351 `ibuffer-switch-to-saved-filter-groups',
10352 `ibuffer-delete-saved-filter-groups'.
10353
10354 * ibuf-ext.el (ibuffer-do-occur): Default to 0 context lines.
10355
10356 2002-05-09 Markus Rost <rost@math.ohio-state.edu>
10357
10358 * woman.el (woman-menu): Move symbol before the comment so that
10359 find-function-search-for-symbol finds it.
10360
10361 2002-05-10 Miles Bader <miles@gnu.org>
10362
10363 * facemenu.el (list-colors-display): Don't use
10364 `display-color-cells' unless the display class is one for which
10365 that info is relevant.
10366
10367 2002-05-09 Simon Josefsson <jas@extundo.com>
10368
10369 * mail/smtpmail.el (smtpmail-send-it): Use user-mail-address from
10370 calling buffer.
10371 (smtpmail-auth-credentials): Bump :version to 21.4 (21.3 will not
10372 have the patch).
10373
10374 2002-05-09 Kim F. Storm <storm@cua.dk>
10375
10376 * wid-edit.el (checkbox): New check-mark image.
10377
10378 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10379
10380 * filesets.el (filesets-running-xemacs): Fix last change.
10381
10382 2002-05-08 Markus Rost <rost@math.ohio-state.edu>
10383
10384 * help-fns.el (describe-function-1): If the source is
10385 `loaddefs.el', look for the real source. This is necessary only
10386 for defaliases.
10387
10388 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10389 Add autoload cookie.
10390 (find-function-regexp): Include
10391 "\(quote " to match the defaliases in loaddefs.el.
10392
10393 * filesets.el (filesets-conditional-sort): Use copy-sequence,
10394 not copy-list.
10395 (filesets-menu-path, filesets-menu-before, filesets-menu-in-menu):
10396 Defvar them to nil if running in Emacs.
10397
10398 2002-05-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10399
10400 * textmodes/flyspell.el (make-flyspell-overlay): Add help text
10401 to flyspell overlays.
10402
10403 * info.el (Info-mode-map): Bind `c' to Info-copy-current-node-name.
10404
10405 2002-05-08 Richard M. Stallman <rms@gnu.org>
10406
10407 * diff.el (diff-regexp-alist): Doc fix.
10408
10409 * mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
10410
10411 2002-05-08 Simon Marshall <simon@gnu.org>
10412
10413 * msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
10414 the frame name as the car of a menu entry, rather than the frame.
10415
10416 2002-05-08 Juanma Barranquero <lektu@terra.es>
10417
10418 * rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
10419 in docstring.
10420
10421 2002-05-07 Colin Walters <walters@verbum.org>
10422
10423 * replace.el (occur-unfontify-region-function): Delete.
10424 (occur-mode): Don't use it.
10425 (occur-engine): Respect `keep-props'.
10426 (occur-accumulate-lines): If we're moving forward, decrement;
10427 don't increment, and vice versa.
10428
10429 2002-05-08 Toru Tomabechi <Toru.Tomabechi@orient.unil.ch>
10430
10431 * language/tibet-util.el (tibetan-canonicalize-for-unicode-alist)
10432 (tibetan-canonicalize-for-unicode-regexp): New variables.
10433 (tibetan-canonicalize-for-unicode-region): New function.
10434 (tibetan-strict-unicode): New variable.
10435 (tibetan-pre-write-canonicalize-for-unicode): New function.
10436
10437 2002-05-07 Markus Rost <rost@math.ohio-state.edu>
10438
10439 * net/ange-ftp.el (ange-ftp-re-read-dir): Don't hide it behind
10440 the autoload-cookie. Remove comment.
10441
10442 * ffap.el (ffap): Don't hide it behind the autoload-cookie.
10443
10444 * rect.el (close-rectangle): Don't hide it behind the
10445 autoload-cookie.
10446
10447 2002-05-07 Juanma Barranquero <lektu@terra.es>
10448
10449 * windmove.el (windmove-default-keybindings): Add optional
10450 parameter to allow using a modifier other than 'shift.
10451
10452 2002-05-07 Thomas Link <t.link@gmx.at>
10453
10454 * filesets.el:
10455 (filesets-external-viewers): Fix customization problem.
10456 (filesets-some): Replaces cl's `some'. Calls changed.
10457 (filesets-member): Replaces cl's `member*'. Calls changed.
10458 (filesets-ormap): New function.
10459
10460 2002-05-07 John Paul Wallington <jpw@shootybangbang.com>
10461
10462 * ibuffer.el (toplevel): Specialize `ibuffer-mode-groups-popup'
10463 menu items.
10464
10465 2002-05-07 Colin Walters <walters@gnu.org>
10466
10467 * ibuf-ext.el (ibuffer-pop-filter-group): Doc fix.
10468 (ibuffer-clear-filter-groups): Likewise.
10469 (ibuffer-kill-filter-group): Likewise.
10470 (ibuffer-kill-line): Likewise.
10471 (ibuffer-read-filter-group-name): New function.
10472 (ibuffer-jump-to-filter-group): Use it.
10473 (ibuffer-kill-filter-group): Likewise.
10474 (ibuffer-yank-filter-group): Likewise.
10475 (ibuffer-decompose-filter-group): New function.
10476
10477 * ibuffer.el (ibuffer-mode-map): Bind it. Add :enable guard
10478 around `ibuffer-filters-to-filter-group' menu item. Fix :enable
10479 guards for `ibuffer-pop-filter-group' and
10480 `ibuffer-clear-filter-groups'.
10481
10482 2002-05-06 Markus Rost <rost@math.ohio-state.edu>
10483
10484 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10485 Use with-syntax-table.
10486
10487 2002-05-06 Francesco Potort\e,Al\e(B <pot@gnu.org>
10488
10489 * mail/rmail.el (rmail-font-lock-keywords): Highlight Resent-[Ff]rom:.
10490
10491 2002-05-05 Markus Rost <rost@math.ohio-state.edu>
10492
10493 * time-stamp.el (time-stamp-format): Doc fix: escape open
10494 parenthesis in column 0.
10495
10496 2002-05-04 Richard M. Stallman <rms@gnu.org>
10497
10498 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
10499 Handle both cases: when the menu item has cached info
10500 and when it doesn't.
10501
10502 * filesets.el (filesets-browse-dir-function): Renamed from ...-fn.
10503 (filesets-open-file-function, filesets-save-buffer-function): Likewise.
10504 (filesets-tree-max-level): Doc fix.
10505 (filesets-commands, filesets-external-viewers)
10506 (filesets-ingroup-patterns): Mark as risky.
10507 (filesets-cache-hostname-flag): Doc fix.
10508 (filesets-menu-cache-file): Doc fix. Mark as risky.
10509 (filesets-menu-before, filesets-menu-path, filesets-menu-in-menu):
10510 Don't defcustom them if running in Emacs.
10511
10512 2002-05-04 Thomas Link <t.link@gmx.at>
10513
10514 * filesets.el (filesets-ingroup-collect-files):
10515 Fix problem with inclusion groups' :scan-depth property.
10516
10517 2002-05-04 Colin Walters <walters@verbum.org>
10518
10519 * ibuf-ext.el (ibuffer-kill-filter-group): Test for killing
10520 "Default" group earlier. Push killed group on
10521 `ibuffer-filter-group-kill-ring'.
10522 (ibuffer-kill-line): Document. Don't push killed group ourselves.
10523 (ibuffer-yank-filter-group): Renamed from `ibuffer-yank'.
10524 (ibuffer-insert-filter-group-before): New function, broken out
10525 from `ibuffer-yank'.
10526 (ibuffer-yank): Now just call `ibuffer-yank-filter-group'.
10527
10528 * ibuffer.el (ibuffer-mode-operate-menu, ibuffer-mode-mark-menu)
10529 (ibuffer-mode-view-menu): Unused variables; deleted.
10530 (ibuffer-find-file): Pass wildcard flag to `find-file' correctly.
10531
10532 2002-05-04 John Paul Wallington <jpw@shootybangbang.com>
10533
10534 * ibuffer.el (ibuffer-mode-groups-popup): New variable.
10535 (toplevel): Bind filter group menu entries in it. Add :enable
10536 forms for some menu items.
10537 (toplevel): Bind [down-mouse-3] in `ibuffer-mode-filter-group-map'
10538 to `ibuffer-mouse-popup-menu'.
10539 (ibuffer-mouse-popup-menu): Test whether or not we're on a filter
10540 group name, and if so, pop up a filter group menu.
10541
10542 2002-05-04 Jason Rumney <jasonr@gnu.org>
10543
10544 * mwheel.el (mwheel-event-button): Translate mouse-wheel events.
10545 (mwheel-scroll): Recognize nil scroll amount as documented.
10546
10547 * term/w32-win.el (mouse-wheel-scroll-line)
10548 (mouse-wheel-scroll-screen): Remove.
10549 ([mouse-wheel], [C-mouse-wheel], [S-mouse-wheel]): Use mwheel-scroll.
10550
10551 * w32-vars.el: (mouse-wheel-scroll-amount): Removed.
10552
10553 2002-05-04 Markus Rost <rost@math.ohio-state.edu>
10554
10555 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10556 Bind case-fold-search when searching.
10557
10558 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10559
10560 * apropos.el (apropos-print): Fix the reference to mouse-2.
10561
10562 2002-05-04 Daniel Pfeiffer <occitan@esperanto.org>
10563
10564 * play/mpuz.el (mpuz-switch-to-window): Set buffer-read-only directly.
10565
10566 2002-05-04 Kim F. Storm <storm@cua.dk>
10567
10568 * cus-edit.el (custom-buffer-verbose-help): New variable.
10569 (custom-buffer-create-internal): Remove verbose introduction
10570 in customization buffer when it is nil.
10571
10572 2002-05-03 Dave Love <fx@gnu.org>
10573
10574 * international/mule-cmds.el (select-safe-coding-system):
10575 Don't offer coding systems that use locking shift.
10576 Ask for confirmation if chosen coding system disagrees with
10577 a `coding:' spec in the file.
10578
10579 2002-05-03 John Wiegley <johnw@gnu.org>
10580
10581 * eshell/esh-var.el (eshell-modify-global-environment): Added this
10582 customization variable, which will cause any "export" commands
10583 within any eshell buffer to modify the global Emacs environment.
10584 It defaults to nil, which means that such commands will only
10585 modify that Eshell buffer's environment.
10586 (eshell-var-initialize): Initialize `eshell-modify-global-environment'.
10587
10588 * eshell/em-cmpl.el (eshell-command-completions-alist):
10589 Improve default completion targets for objdump, nm and readelf.
10590
10591 2002-05-03 Colin Walters <walters@verbum.org>
10592
10593 * play/gamegrid.el (gamegrid-user-score-file-directory): New variable.
10594 (gamegrid-add-score-with-update-game-score):
10595 Use `shared-game-score-directory'. Correctly handle non-setuid case.
10596
10597 2002-05-02 Colin Walters <walters@verbum.org>
10598
10599 * replace.el (occur-mode-map): Bind "q" to `delete-window'.
10600 (occur-1): If one of the buffers we're searching is the *Occur*
10601 buffer itself, handle it by creating a temporary buffer. If any
10602 of the buffers being searched are killed, note that in the search
10603 result message. Also, set local variables before we possibly kill
10604 the buffer.
10605
10606 2002-05-02 Kim F. Storm <storm@cua.dk>
10607
10608 * menu-bar.el (menu-bar-make-toggle): Added optional PROPS arg.
10609 (menu-bar-options-save): Added cua-mode.
10610 (menu-bar-options-menu): Added toggle for cua-mode.
10611 Disable toggle for transient-mark-mode if cua-mode is enabled.
10612
10613 * emulation/cua-base.el (cua-inhibit-cua-keys): New buffer-local
10614 variable.
10615
10616 2002-05-01 Richard M. Stallman <rms@gnu.org>
10617
10618 * help.el (view-todo): New function.
10619 (help-map): Bind C-h C-t to view-todo.
10620 (help-for-help): Change the text.
10621
10622 2002-05-01 Glenn Morris <gmorris@ast.cam.ac.uk>
10623
10624 * progmodes/f90.el: Yet more doc string, commment and whitespace
10625 changes.
10626 (f90-imenu-flag): New name for internal variable f90-imenu.
10627 (f90-blocks-re, f90-program-block-re, f90-end-if-re)
10628 (f90-no-break-re): Use regexp-opt.
10629 (f90-end-type-re): Add closing "\\>".
10630 (f90-indent-region): Correctly indent comments embedded in
10631 continued lines.
10632 (f90-indent-new-line): Make it indent the current line, as it should.
10633 (f90-line-continued, f90-get-present-comment-type)
10634 (f90-looking-at-if-then, f90-indent-line, f90-indent-new-line)
10635 (f90-indent-region, f90-indent-subprogram, f90-do-auto-fill)
10636 (f90-join-lines, f90-fill-region, f90-match-end, f90-insert-end)
10637 (f90-change-keywords): Minor code tidying.
10638
10639 * progmodes/fortran.el (fortran-strip-sequence-nos): Rename from
10640 typo `fortran-strip-sqeuence-nos'.
10641
10642 2002-05-01 Eli Zaretskii <eliz@is.elta.co.il>
10643
10644 * simple.el (clone-indirect-buffer-other-window): Fix a typo in
10645 pop-up-window.
10646
10647 2002-05-01 Kim F. Storm <storm@cua.dk>
10648
10649 * emulation/cua-base.el (cua--pre-command-handler):
10650 Only interpret delete-selection property if mark-active.
10651 (cua-mode): Fixed require in defcustom.
10652
10653 2002-05-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10654
10655 * calendar/cal-menu.el (cal-menu-x-popup-menu): Fix argument of
10656 error call.
10657
10658 2002-05-01 Colin Walters <walters@verbum.org>
10659
10660 * textmodes/tex-mode.el (tex-validate-buffer):
10661 Use `occur-revert-arguments' instead of setting `occur-nlines' and
10662 `occur-buffer'. Don't test for `input-pending-p' in loop.
10663 Set text property `occur-target' instead of `occur'.
10664
10665 2002-04-30 John Wiegley <johnw@gnu.org>
10666
10667 * align.el (align-region): Fixed the fix to align-region, because
10668 the "name" argument was appearing twice.
10669
10670 2002-05-01 Martin Stjernholm <bug-cc-mode@gnu.org>
10671
10672 * progmodes/cc-engine.el (c-beginning-of-decl-1): Better way
10673 to handle protection labels, one which doesn't get confused by
10674 inherit colons.
10675
10676 * progmodes/cc-engine.el (c-end-of-decl-1): Don't treat
10677 functions that have "class" or "struct" in the return type as
10678 classes or structs.
10679
10680 2002-04-30 Kim F. Storm <storm@cua.dk>
10681
10682 * menu-bar.el (menu-bar-custom-menu): Change "Recently Changed
10683 Options" to "New Options..."; rephrase tooltip.
10684 Rephrase tooltip for "Specific Option...".
10685 Added "Saved Options" item. [from Simon Marshall]
10686
10687 2002-04-30 Richard M. Stallman <rms@gnu.org>
10688
10689 * time.el (display-time-mail-directory)
10690 (display-time-mail-function): Doc fixes.
10691
10692 * ediff-hook.el: Remove autoload cookies.
10693
10694 * language/tibetan.el (tibetan-obsolete-glyphs): Now in tibet-util.el.
10695
10696 * language/tibet-util.el (tibetan-obsolete-glyphs): From tibetan.el.
10697
10698 * align.el (align-region): Fix call to `message'.
10699 Check that (car rule) is a symbol.
10700
10701 * autoinsert.el (auto-insert-directory): Doc fix.
10702
10703 * facemenu.el (describe-text-at and stuff): Moved to descr-text.el.
10704
10705 * descr-text.el: New file, broken out of facemenu.el.
10706
10707 * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call.
10708
10709 2002-04-29 Markus Rost <rost@math.ohio-state.edu>
10710
10711 * mail/emacsbug.el (report-emacs-bug-hook):
10712 Use replace-match only if search was successful.
10713
10714 2002-04-29 Richard M. Stallman <rms@gnu.org>
10715
10716 * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
10717
10718 * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
10719 if the user edits the Emacs version number in the text.
10720
10721 * filesets.el (filesets-running-xemacs): Make defvar unconditional.
10722 (filesets-ingroup-files): Renamed from filesets-ingroup-paths.
10723 (filesets-error): Simplify definition and make conditional
10724 on filesets-running-xemacs.
10725 (filesets-find-file-using): Renamed from fsfind-file-using.
10726
10727 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
10728
10729 * info.el (Info-find-in-tag-table-1, Info-read-subfile): Use point-min.
10730 (Info-read-node-name-1): Complete file names.
10731 (Info-complete-menu-item): Don't cons unnecessarily.
10732
10733 * files.el (locate-file): New fun.
10734 (locate-file-completion): Rename from load-completion and generalize.
10735 (load-library): Use it.
10736 (make-auto-save-file-name): Expand caddr.
10737
10738 * newcomment.el (comment-fill-column): New var.
10739 (comment-indent): Use it.
10740 (comment-or-uncomment-region): New fun.
10741 (comment-dwim): Use it.
10742
10743 2002-04-29 Colin Walters <walters@verbum.org>
10744
10745 * ibuf-ext.el (ibuffer-kill-filter-group): Call `delete' function.
10746 (ibuffer-kill-line): Copy the filter group data structure when killing.
10747 (ibuffer-yank): Handle case where we're yanking on the default
10748 group correctly.
10749 (ibuffer-delete-saved-filter-groups): Doc fix.
10750
10751 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
10752 Test whether or not update-game-score is setuid, and do the right
10753 thing.
10754
10755 2002-04-29 Kim F. Storm <storm@cua.dk>
10756
10757 * subr.el (remove-yank-excluded-properties): New helper function.
10758 (insert-for-yank, insert-buffer-substring-as-yank): Use it.
10759
10760 * simple.el (yank-excluded-properties): Added help-echo to list.
10761
10762 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
10763
10764 * autoinsert.el (auto-insert-directory): Doc fix.
10765
10766 * progmodes/f90.el: Add/change doc strings for many inline
10767 functions. Whitespace changes.
10768 (f90-indent-line-no, f90-update-line): Minor code changes.
10769
10770 2002-04-29 Kim F. Storm <storm@cua.dk>
10771
10772 * emulation/cua-base.el: New file.
10773
10774 * emulation/cua-rect.el: New file.
10775
10776 * emulation/cua-gmrk.el: New file.
10777
10778 * emulation/keypad.el: New file.
10779
10780 2002-04-29 Triet Hoai Lai <thlai@ee.usyd.edu.au>
10781
10782 * language/vietnamese.el (viet-tcvn-decode-table, ccl-decode-tcvn)
10783 (ccl-encode-tcvn, ccl-encode-tcvn-font, vietnamese-tcvn):
10784 New Vietnamese coding system.
10785
10786 * language/viet-util.el: Update Commentary section.
10787
10788 2002-04-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10789
10790 * filesets.el (filesets-data): Doc fix.
10791 (filesets-running-xemacs): Define even when compiling.
10792
10793 * recentf.el (recentf-cancel-dialog): Remove dot at the end of
10794 sentence.
10795
10796 2002-04-29 Stefan Monnier <monnier@cs.yale.edu>
10797
10798 * textmodes/fill.el (fill-context-prefix): Fix last change with
10799 yet-another-approach.
10800
10801 2002-04-28 Markus Rost <rost@math.ohio-state.edu>
10802
10803 * net/ange-ftp.el (ange-ftp-passive-host-alist)
10804 (ange-ftp-bs2000-additional-pubsets): Fix custom type.
10805
10806 * files.el (small-temporary-file-directory): Fix custom type.
10807
10808 2002-04-28 Glenn Morris <gmorris@ast.cam.ac.uk>
10809
10810 * progmodes/f90.el (f90-xemacs-flag): New variable.
10811 (f90-mark-subprogram-overlay): New variable.
10812 (f90-mark-subprogram): Now it highlights the subprogram.
10813 (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
10814 Fix highlighting of various "type" forms.
10815
10816 2002-04-28 Colin Walters <walters@verbum.org>
10817
10818 * ibuffer.el (ibuffer-mode): Additional documentation on filter
10819 groups.
10820
10821 2002-04-28 John Paul Wallington <jpw@shootybangbang.com>
10822
10823 * ibuf-ext.el (ibuffer-set-filter-groups-by-mode): Don't make an
10824 ibuffer-mode filter group if `ibuffer-view-ibuffer' is nil.
10825
10826 2002-04-28 Richard M. Stallman <rms@gnu.org>
10827
10828 * mail/sendmail.el (mail-recover-1): Decrease non-random-len
10829 by 1 for the newly-readded #.
10830
10831 * files.el (make-auto-save-file-name): Specify # as suffix
10832 in the non-file-visiting case.
10833
10834 * subr.el (make-temp-file): New arg SUFFIX.
10835
10836 * filesets.el: New file.
10837
10838 * replace.el (occur-accumulate-lines): Avoid incf and decf.
10839 (occur-engine-add-prefix): New function.
10840 (occur-engine): Avoid using macrolet, incf and decf.
10841 Use occur-engine-add-prefix instead.
10842 Rename `l' to `lines' and `c' to `matches'.
10843
10844 * replace.el (occur-engine, occur-mode-mouse-goto)
10845 (occur-mode-find-occurrence, occur-mode-goto-occurrence)
10846 (occur-mode-goto-occurrence-other-window)
10847 (occur-mode-display-occurrence): A position is just a marker,
10848 not a list.
10849
10850 * replace.el (occur-revert-arguments):
10851 Renamed from occur-revert-properties. All uses changed.
10852
10853 2002-04-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
10854
10855 * recentf.el (recentf-menu-before): Use string to specify path in
10856 the menu.
10857
10858 * international/mule-cmds.el (read-language-name): Take care of
10859 non-list values.
10860
10861 2002-04-27 Richard M. Stallman <rms@gnu.org>
10862
10863 * custom.el (custom-load-symbol): Moved from cus-edit.el.
10864 (custom-load-recursion): Likewise.
10865
10866 * cus-edit.el (custom-load-symbol): Moved to custom.el.
10867 (custom-load-recursion): Likewise.
10868
10869 * progmodes/ada-xref.el (ada-add-ada-menu): Menu pseudo-keys
10870 generated by easymenu are now lowercase.
10871
10872 2002-04-27 Richard M. Stallman <rms@gnu.org>
10873
10874 * menu-bar.el (menu-bar-update-buffers): Add menu items
10875 Next Buffer and Previous Buffer.
10876
10877 * simple.el (next-buffer, prev-buffer): New commands.
10878 Bind C-x left and C-x right to them.
10879
10880 * info.el (Info-header-line): Mark it as risky-local-variable.
10881
10882 * subr.el (insert-for-yank): Replace `category' property
10883 with whatever properties it stands for.
10884
10885 * subr.el (member-ignore-case): Ignore non-strings in LIST.
10886
10887 2002-04-27 Miles Bader <miles@gnu.org>
10888
10889 * faces.el (read-face-name): Format the prompt correctly when
10890 there's no default.
10891
10892 2002-04-26 Andrew Choi <akochoi@shaw.ca>
10893
10894 * term/mac-win.el: Don't call ediff-toggle-multiframe.
10895 Set default directory. Set process-connection-type to nil.
10896
10897 2002-04-26 Richard M. Stallman <rms@gnu.org>
10898
10899 * loadup.el: Explicitly load cus-face and timer.
10900
10901 * isearch.el: Don't require timer.
10902
10903 * faces.el: Don't require cus-face.
10904
10905 * cus-edit.el (customize-face): Use read-face-name
10906 and handle multiple faces.
10907 (customize-face-other-window): Make it work similarly.
10908
10909 * faces.el (read-face-name): New defaulting features.
10910 New args STRING-DESCRIBING-DEFAULT and MULTIPLE.
10911 (list-faces-display): Use the face, not its name string,
10912 as arg when running customize-face.
10913 Put a `read-face-name' prop on the entire line.
10914 (describe-face): Handle multiple faces via read-face-name.
10915
10916 * textmodes/tex-mode.el (tex-start-options): New variable.
10917 (tex-start-commands): New variable.
10918 (tex-start-options-string): Variable deleted.
10919 (tex-start-tex): Use tex-start-options and tex-start-commands,
10920 not tex-start-options-string.
10921 (tex-command): Doc fix.
10922
10923 2002-04-26 Sam Steingold <sds@gnu.org>
10924
10925 * mail/smtpmail.el (smtpmail-try-auth-methods): When `host' is
10926 not in the authinfo/netrc, keep `cred' at nil.
10927
10928 2002-04-26 Gerd Moellmann <gerd@gnu.org>
10929
10930 * find-file.el: Remove Ada-specific example code.
10931
10932 2002-04-25 Michael Kifer <kifer@cs.stonybrook.edu>
10933
10934 * ediff-hooks.el: Put back the autoloads.
10935
10936 2002-04-25 Colin Walters <walters@verbum.org>
10937
10938 * ibuffer.el (define column process): Use `ibuffer-aif'.
10939
10940 * ibuf-ext.el (ibuffer-saved-filter-groups): Don't include broken
10941 defaults.
10942 (ibuffer-yank): Be sure to `setq' after we use `nconc'.
10943 (ibuffer-save-filter-groups): Correctly structure filter groups.
10944 (ibuffer-switch-to-saved-filter-groups): Correctly extract filter
10945 groups.
10946
10947 2002-04-25 Simon Josefsson <jas@extundo.com>
10948
10949 * mail/sendmail.el (mail-use-dsn): New variable to request
10950 delivery status notification from MTA.
10951 (sendmail-send-it): Use it.
10952
10953 * mail/smtpmail.el (smtpmail-queue-counter): New variable.
10954 (smtpmail-send-it): Use it to construct new queue filenames
10955 (needed if you send more than one message per second, which is
10956 possible if you use Gnus Agent).
10957
10958 * mail/smtpmail.el (smtpmail-auth-credentials): Support netrc
10959 files as well.
10960 (smtpmail-try-auth-methods): Support netrc data.
10961 (netrc-parse): Autoload netrc.
10962
10963 2002-04-25 Colin Walters <walters@verbum.org>
10964
10965 * replace.el (multi-occur-by-filename-regexp): Doc fix.
10966 (occur-engine): Go to `point-min'. Make nlines argument actually
10967 mean number of context lines. Handle it. Pad digits to the right.
10968
10969 * ibuf-ext.el (ibuffer-filtering-groups): Renamed to
10970 `ibuffer-filter-groups'. All users updated.
10971 (ibuffer-show-empty-filter-groups): New variable.
10972 (ibuffer-saved-filter-groups): New variable.
10973 (ibuffer-maybe-save-stuff): Renamed from
10974 `ibuffer-maybe-save-saved-filters'. Callers updated.
10975 Handle `ibuffer-saved-filter-groups'.
10976 (ibuffer-hidden-filtering-groups): Renamed to
10977 `ibuffer-hidden-filter-groups'.
10978 (ibuffer-filter-group-kill-ring): New variable.
10979 (ibuffer-save-with-custom): Doc fix.
10980 (ibuffer-set-filter-groups-by-mode): New function.
10981 (ibuffer-clear-filter-groups): New function.
10982 (ibuffer-current-filter-groups-with-position): Renamed from
10983 `ibuffer-current-filter-groups'. Callers updated.
10984 (ibuffer-kill-filter-group): New function.
10985 (ibuffer-kill-line): New function.
10986 (ibuffer-yank): New function.
10987 (ibuffer-save-filter-groups): New function.
10988 (ibuffer-delete-saved-filter-groups): New function.
10989 (ibuffer-switch-to-saved-filter-groups): New function.
10990 (ibuffer-mark-on-buffer): Add optional arguments for adding a
10991 specific mark, and marking on a specific group.
10992
10993 * ibuffer.el (ibuffer-formats): Doc fix.
10994 (ibuffer-mode-map): Bind <up> to `ibuffer-backward-line'.
10995 Bind new functions from ibuf-ext.el. Add menu entries for them.
10996 Remove superfluous tooltips.
10997 (ibuffer-toggle-marks): If on a group name, then toggle marks just
10998 in that group.
10999 (ibuffer-mark-interactive): Handle filter groups.
11000 (ibuffer-mark-forward, ibuffer-unmark-forward)
11001 (ibuffer-mark-for-delete, ibuffer-unmark-backward)
11002 (ibuffer-mark-for-delete-backwards): Update docs.
11003 (ibuffer-current-filter-groups): Moved to ibuf-ext.el, and renamed
11004 to `ibuffer-current-filter-groups-with-position'.
11005 (ibuffer-redisplay-engine): Handle `ibuffer-show-empty-filter-groups'.
11006 (ibuffer-mode): Add some documentation about filter groups.
11007
11008 2002-04-25 Andreas Schwab <schwab@suse.de>
11009
11010 * find-dired.el (find-name-dired): Don't quote pattern twice.
11011
11012 2002-04-26 Miles Bader <miles@gnu.org>
11013
11014 * cus-edit.el (customize-face, customize-face-other-window):
11015 Use default instead of initial-input for suggested face.
11016
11017 2002-04-25 Gerd Moellmann <gerd@gnu.org>
11018
11019 * cus-edit.el (customize-face-other-window, customize-face):
11020 Interactively, when point is on text with a face, suggest to
11021 customize that face.
11022
11023 2002-04-25 Glenn Morris <gmorris@ast.cam.ac.uk>
11024
11025 * progmodes/f90.el: General tidy-up of commentary and some doc
11026 strings.
11027
11028 2002-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11029
11030 * scroll-all.el (scroll-all-function-all) New function to do the
11031 actual work.
11032 (scroll-all-scroll-down-all, scroll-all-scroll-up-all,
11033 scroll-all-page-down-all, scroll-all-page-up-all,
11034 scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
11035 Make them use scroll-all-function-all.
11036
11037 * progmodes/f90.el (f90-get-beg-of-line): Removed and replaced
11038 with line-beginning-position.
11039 (f90-get-end-of-line): Removed and replaced with line-end-position.
11040 (f90-match-piece): Removed and replaced with match-string.
11041 (f90-current-indentation): Remove `current-column'.
11042 (f90-get-present-comment-type): Use match-string rather than
11043 buffer-substring.
11044 (f90-match-end): Use line-beginning-position, line-end-position
11045 rather than beginning-of-line, end-of-line.
11046 (f90-startup-message): Variable removed.
11047
11048 2002-04-24 Colin Walters <walters@verbum.org>
11049
11050 * replace.el (occur-accumulate-lines): Add optional argument
11051 `no-props'. Handle it.
11052 (occur-engine): Use it.
11053
11054 * ibuf-ext.el (toplevel): Remove byte-compile-dynamic. Try to set
11055 up autoloads manually.
11056 (ibuffer-split-list): New function.
11057 (ibuffer-filtering-groups): New variable.
11058 (ibuffer-hidden-filtering-groups): New variable.
11059 (ibuffer-mouse-toggle-filter-group): New function.
11060 (ibuffer-toggle-filter-group): New function.
11061 (ibuffer-toggle-filter-group-1): New function.
11062 (ibuffer-forward-filter-group): New function.
11063 (ibuffer-backward-filter-group): New funtion.
11064 (ibuffer-generate-filter-groups): New function.
11065 (ibuffer-filters-to-filter-group): New function.
11066 (ibuffer-pop-filter-group): New function.
11067 (ibuffer-jump-to-filter-group): New function.
11068 (ibuffer-do-occur): Just use `occur-read-primary-args'
11069
11070 * ibuffer.el (ibuffer-filter-group-name-face): New.
11071 (ibuffer-mode-map): Bind and add menu entries for most new
11072 functions; also, bind the arrow keys to the movement functions.
11073 (ibuffer-mode-filter-group-map): New.
11074 (ibuffer-mouse-toggle-mark): Handle group names.
11075 (ibuffer-mouse-visit-buffer): Error if the current buffer is killed.
11076 (ibuffer-skip-properties): New function.
11077 (ibuffer-backward-line, ibuffer-forward-line): Optionally skip
11078 group names. Also, handle new properties.
11079 (ibuffer-visit-buffer, ibuffer-visit-buffer-other-window):
11080 Move error handling to `ibuffer-current-buffer'.
11081 (ibuffer-visit-buffer-other-frame, ibuffer-bury-buffer): Ditto.
11082 (ibuffer-visit-tags-table, ibuffer-do-view-1): Ditto.
11083 (ibuffer-toggle-marks): Add optional group argument.
11084 (ibuffer-mark-interactive): Skip group names.
11085 (ibuffer-current-buffer): Clean up error handling.
11086 (ibuffer-fontify-region-function): Fontify group names.
11087 (ibuffer-map-lines): Add extra group argument. Handle it.
11088 (ibuffer-current-filter-groups): New function.
11089 (ibuffer-redisplay): Handle hidden filtering groups.
11090 (ibuffer-sort-bufferlist): New function, taken from
11091 `ibuffer-insert-buffers-and-marks'.
11092 (ibuffer-insert-filter-group): New function.
11093 (ibuffer-redisplay-engine): Renamed from
11094 `ibuffer-insert-buffers-and-marks'. Handle new filtering groups.
11095 (ibuffer): Add filter-groups argument. Handle it.
11096 Use `save-selected-window'.
11097 (ibuffer-mode): Make `ibuffer-filtering-groups' and
11098 `ibuffer-hidden-filtering-groups' buffer-local.
11099
11100 * ibuf-macs.el (ibuffer-save-marks): Call `ibuffer-redisplay-engine'.
11101
11102 2002-04-24 Richard M. Stallman <rms@gnu.org>
11103
11104 * emacs-lisp/easymenu.el (easy-menu-intern): Downcase before interning.
11105 (easy-menu-define-key-intern): Function deleted; callers intern
11106 and then call easy-menu-define-key.
11107 (easy-menu-do-add-item): Explicitly intern the key, but not BEFORE.
11108 (easy-menu-define-key): Use easy-menu-name-match to match BEFORE.
11109 (easy-menu-name-match): New function.
11110 (add-submenu): New function.
11111 (easy-menu-get-map-look-for-name): Use easy-menu-name-match.
11112
11113 2002-04-24 Eli Zaretskii <eliz@is.elta.co.il>
11114
11115 * menu-bar.el (menu-bar-adv-search-menu)
11116 (menu-bar-adv-search-menu): Improve the help text.
11117
11118 2002-04-24 Simon Josefsson <jas@extundo.com>
11119
11120 * net/netrc.el: New file.
11121
11122 2002-04-24 Thomas DeWeese <tdeweese@rochester.rr.com>
11123
11124 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
11125 Check if any of the available selection sources has new content
11126 and if so it will return that content.
11127
11128 2002-04-24 Miles Bader <miles@gnu.org>
11129
11130 * menu-bar.el (buffers-menu-show-directories)
11131 (buffers-menu-show-status): New variables.
11132 (menu-bar-update-buffers-1): Use them.
11133
11134 2002-04-24 Martin Stjernholm <mast@lysator.liu.se>
11135
11136 * progmodes/cc-cmds.el (c-mask-comment): More fixes when used
11137 from `c-do-auto-fill' and point is at or near the limit of the
11138 comment. Fixed bug when the prefix from `c-guess-fill-prefix'
11139 is longer than the text on the first line of the comment when
11140 it's masked.
11141
11142 2002-04-24 Miles Bader <miles@gnu.org>
11143
11144 * menu-bar.el (menu-bar-update-buffers-1): Make sure
11145 `uniquify-buffer-name-style' is bound.
11146
11147 2002-04-23 Colin Walters <walters@verbum.org>
11148
11149 * replace.el (toplevel): Require `cl' while compiling.
11150 (occur-buffer, occur-nlines): Delete.
11151 (occur-revert-properties): Rename to `occur-revert-properties'.
11152 (occur-mode): Handle it. Set up font lock.
11153 (occur-revert-function): Simply apply `occur-1'.
11154 (occur-mode-find-occurence, occur-mode-mouse-goto)
11155 (occur-mode-goto-occurrence-other-window)
11156 (occur-mode-display-occurrence): Handle buffer property.
11157 (list-matching-lines-face): Use defcustom.
11158 (list-matching-lines-buffer-name-face): New variable.
11159 (occur-accumulate-lines): Renamed from `ibuffer-accumulate-lines',
11160 in ibuffer.el.
11161 (occur-read-primary-args): Move out of `occur'.
11162 (occur): Delete. Now simply call `occur-1'.
11163 (multi-occur, multi-occur-by-filename-regexp): New functions.
11164 (occur-1): New function.
11165 (occur-engine): Renamed from `ibuffer-occur-engine' to replace the
11166 previous implementation of `occur'; taken from ibuf-ext.el.
11167 (occur-fontify-on-property): New function.
11168 (occur-fontify-region-function, occur-unfontify-region-function):
11169 New functions.
11170
11171 * ibuffer.el (ibuffer-accumulate-lines): Moved to replace.el.
11172
11173 * ibuf-ext.el (ibuffer-depropertize-string): Delete.
11174 (ibuffer-occur-match-face): Delete.
11175 (ibuffer-occur-props, ibuffer-occur-mode): Delete.
11176 (ibuffer-occur-mouse-display-occurence): Delete.
11177 (ibuffer-occur-goto-occurence, ibuffer-occur-display-occurence)
11178 (ibuffer-do-occur-1, ibuffer-occur-revert-buffer-function): Delete.
11179 (ibuffer-occur-engine): Moved to replace.el.
11180 (ibuffer-do-occur): Simply call `occur-1'.
11181
11182 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
11183 Handle the case where we're already viewing the score file.
11184
11185 2002-04-23 Andreas Schwab <schwab@suse.de>
11186
11187 * menu-bar.el (menu-bar-goto-menu): Fix bindings for next-tag and
11188 next-tag-otherw.
11189
11190 2002-04-23 Miles Bader <miles@gnu.org>
11191
11192 * menu-bar.el (menu-bar-update-buffers-1): Don't display a
11193 directory separator if there's no directory. Don't display
11194 directories at all if uniquify is active. Some code cleanup.
11195 (uniquify-buffer-name-style): Declare (but don't initialize).
11196
11197 * menu-bar.el (menu-bar-update-buffers): Don't use constant lists
11198 for command menu entries, since the low-level menu code modifies
11199 them. Cache the resulting list.
11200 (menu-bar-buffers-menu-command-entries): New variable.
11201
11202 * menu-bar.el (menu-bar-update-buffers): Add `Select Named Buffer'.
11203 Add separator line before commands
11204 Remove old crufty code that tried to line things up by adding
11205 spaces to entries (it doesn't work).
11206 Move `Frames' submenu after the normal buffers, and add a
11207 separator line before it.
11208 (menu-bar-buffers-menu-list-buffers-entry): Variable removed.
11209
11210 2002-04-22 Richard M. Stallman <rms@gnu.org>
11211
11212 * files.el (after-find-file): Use %s to output MSG.
11213
11214 * dired.el (dired-mouse-find-file-other-window):
11215 Handle events that move out of the window.
11216
11217 2002-04-23 Martin Stjernholm <mast@lysator.liu.se>
11218
11219 * progmodes/cc-cmds.el (c-mask-comment): Fixed bug where point
11220 was moved to the following line when it was at the first line
11221 of a block comment where comment-start-skip matched to eol.
11222
11223 2002-04-22 Richard M. Stallman <rms@gnu.org>
11224
11225 * simple.el (line-move-finish): Find beg and end of line
11226 before calling line-move-to-column. Do consider intangible
11227 when finding the end. Take more care in analyzing the results
11228 of intangibility after line-move-to-column.
11229
11230 2002-04-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11231
11232 * international/mule-diag.el (list-input-methods-1): Doc fix
11233 (LEIM is now part of the standard distribution).
11234
11235 * tmm.el (tmm-completion-prompt): Doc fix.
11236
11237 * hilit-chg.el (global-highlight-changes): Capitalize status texts.
11238
11239 2002-04-22 Edward M. Reingold <reingold@emr.cs.iit.edu>
11240
11241 * diary-lib.el (include-other-diary-files): Allow modifying
11242 included buffer, to turn off selective display.
11243
11244 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11245
11246 * progmodes/cc-mode.el: (c-define-abbrev-table): New function to
11247 pass the SYSTEM-FLAG to `define-abbrev' in a way that works in
11248 emacsen that doesn't support it.
11249
11250 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11251
11252 * progmodes/cc-align.el, progmodes/cc-engine.el,
11253 progmodes/cc-styles.el, progmodes/cc-vars.el
11254 (c-guess-basic-syntax, c-lineup-topmost-intro-cont):
11255 Find correct anchor for statement-cont in top level constructs.
11256 Analyze variable initializations in top level constructs as
11257 topmost-intro-cont instead of statement-cont. That is an
11258 incompatible change but it gives better consistency. The new
11259 lineup function c-lineup-topmost-intro-cont' compensates for
11260 it and is now put on topmost-intro-cont by default.
11261
11262 * progmodes/cc-align.el, progmodes/cc-engine.el,
11263 progmodes/cc-langs.el (c-lineup-argcont): Lineup function
11264 contributed by Kevin Ryde.
11265
11266 (c-in-gcc-asm-p): Function to recognize asm statements.
11267 Contributed by Kevin Ryde.
11268
11269 (c-opt-asm-stmt-key): New language variable to recognize the
11270 beginning of asm statements.
11271
11272 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11273
11274 * progmodes/cc-engine.el (c-guess-basic-syntax):
11275 Detect variable declarations after class and struct declarations
11276 correctly. Fixed limit error when finding the anchor for
11277 template-args-cont and topmost-intro-cont.
11278
11279 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11280
11281 * progmodes/cc-cmds.el (c-beginning-of-defun)
11282 (c-declaration-limits): Find the "line oriented" declaration
11283 start too, just like the "line oriented" end is found.
11284
11285 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11286
11287 * progmodes/cc-vars.el (c-offsets-alist): A more sane default
11288 for `inexpr-statement'. This is not compatible, though.
11289 I think the benefit of a good default style outweights that in
11290 this case. Besides, `inexpr-statement' is not very common.
11291
11292 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11293
11294 * progmodes/cc-cmds.el (c-electric-delete-forward):
11295 Fix silly bug that caused it to delete backwards in hungry delete
11296 mode. (It's amazing that this bug hasn't been reported.)
11297
11298 * progmodes/cc-cmds.el (c-declaration-limits, c-mark-function):
11299 Extracted the code to get the declaration limits from
11300 `c-mark-function' to a new `c-declaration-limits'.
11301
11302 (c-indent-defun): Use the same method to get the limits of the
11303 declaration or macro as `c-mark-function'.
11304
11305 * progmodes/cc-engine.el (c-beginning-of-decl-1): Handle brace
11306 list initializers correctly (but costly; it ought to be
11307 integrated into `c-beginning-of-statement-1').
11308
11309 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11310
11311 * progmodes/cc-cmds.el, progmodes/cc-engine.el
11312 (c-beginning-of-defun, c-end-of-defun, c-mark-function):
11313 Rewritten to detect the declaration limits better.
11314 Now handles K&R argdecls, class definitions followed by variables etc.
11315
11316 (c-in-knr-argdecl): Broke out the K&R argdecl test in
11317 `c-beginning-of-decl-1' to this new function.
11318
11319 (c-end-of-statement-1, c-end-of-decl-1):
11320 Replace `c-end-of-statement-1' with `c-end-of-decl-1', which correctly
11321 handles declarations that continue after the block.
11322
11323 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11324 Added an option to restrict matching to the top level of the
11325 current paren sexp.
11326
11327 * progmodes/cc-langs.el (c-opt-block-decls-with-vars-key):
11328 New regexp to recognize declarations that continue after the block.
11329
11330 (c-syntactic-eol): New regexp to match a "syntactic" eol.
11331
11332 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11333
11334 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
11335 that often caused the backward limit to be lost at the top
11336 level. This improves performance a bit.
11337
11338 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11339 New function that works like `re-search-forward' but only returns
11340 matches in syntactically significant text.
11341
11342 * progmodes/cc-engine.el: Fixed a faster and more accurate way
11343 to recognize K&R argdecls.
11344
11345 (c-beginning-of-decl-1): New function that put point at the
11346 beginning of the declaration. It handles K&R argdecl blocks.
11347
11348 (c-guess-basic-syntax): Replaced the `knr-argdecl' recognition
11349 code with one that doesn't depend on the current indentation.
11350 The anchor position for `knr-argdecl' has also changed, but in
11351 a way that is unlikely to cause compatibility problems.
11352
11353 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11354
11355 * progmodes/cc-defs.el, progmodes/cc-engine.el
11356 (c-forward-comment): `forward-comment' in XEmacs skips over
11357 line continuations in the backward direction. Correct for
11358 that. Also made this a defun since it has grown too large now
11359 to be a defsubst.
11360
11361 * progmodes/cc-langs.el: More convenient and decentralized
11362 setup of the language specific variables. The regexp-opt
11363 mangling is also done at compile time now.
11364
11365 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11366
11367 * progmodes/cc-cmds.el (c-indent-line-or-region):
11368 Call `c-indent-line' directly instead of through
11369 `indent-according-to-mode' so that this function always
11370 indents syntactically.
11371
11372 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed a bug
11373 where a class beginning with a nested class could cause an
11374 infinite loop (the state outside the narrowed out class is
11375 never used now).
11376
11377 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11378
11379 * progmodes/cc-align.el, progmodes/cc-cmds.el,
11380 progmodes/cc-engine.el, progmodes/cc-vars.el: Fixes so that
11381 the context sensitive analysis inside macros is restricted to
11382 the bodies of #define's; other things, like #if expressions,
11383 never have anything in common with their surroundings.
11384 The old `cpp-macro-cont' syntax is now used in situations where
11385 the syntactic analysis isn't applicable, and a new syntactic
11386 element `cpp-define-intro' is used to add indentation in
11387 #define bodies.
11388
11389 (c-lineup-cpp-define): New name for `c-lineup-macro-cont' to
11390 better reflect its use.
11391
11392 * progmodes/cc-engine.el (c-guess-basic-syntax): Ignore line
11393 continuation backslashes in the detection of `arglist-cont-nonempty'.
11394
11395 * progmodes/cc-align.el: Use the vector form in the return
11396 value in all cases where lineup functions return absolute columns.
11397
11398 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11399
11400 * progmodes/cc-engine.el (c-add-stmt-syntax)
11401 (c-guess-basic-syntax): Anchor `brace-list-intro' and
11402 `bracec-list-close' better for brace lists nested inside expressions.
11403
11404 * progmodes/cc-engine.el, progmodes/cc-langs.el,
11405 progmodes/cc-mode.el, progmodes/cc-styles.el: Cleaned up the
11406 various language specific variables and their initialization.
11407 The keyword regexps are now lists that are combined with
11408 regexp-opt. Some variables have changed names to fit better
11409 with the naming convention.
11410
11411 * progmodes/cc-defs.el, progmodes/cc-vars.el
11412 (c-buffer-is-cc-mode): The value is the mode symbol of the
11413 original CC Mode mode.
11414
11415 (c-major-mode-is): Compare against the buffer local variable
11416 `c-buffer-is-cc-mode', which is faster than using `derived-mode-class'.
11417
11418 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11419
11420 * progmodes/cc-engine.el (c-forward-syntactic-ws)
11421 (c-backward-syntactic-ws, c-forward-token-1)
11422 (c-backward-token-1, c-in-literal, c-literal-limits)
11423 (c-collect-line-comments, c-literal-type, c-on-identifier)
11424 (c-guess-basic-syntax): These functions are now considered part
11425 of the "CC Mode API" and may be used by other code.
11426 That's signified by making their documentation into docstrings.
11427
11428 (c-whack-state, c-hack-state, c-skip-case-statement-forward):
11429 Removed these internal functions since they aren't used.
11430
11431 (c-forward-to-cpp-expression): Classified this function as internal.
11432
11433 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11434
11435 * progmodes/cc-langs.el (c-ObjC-class-key, c-Java-class-key):
11436 Simplified these regexps; the class keywords they contain
11437 ought to be enough to avoid false matches, so checking for
11438 following identifiers etc is just unnecessary (and might also
11439 fail for oddly formatted code).
11440
11441 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11442
11443 * progmodes/cc-engine.el, progmodes/cc-cmds.el
11444 (c-forward-comment-lc): New function that behaves like
11445 `c-forward-comment', with the exception that line
11446 continuations are treated as whitespace.
11447
11448 (c-beginning-of-statement): Use `c-forward-comment-lc', to
11449 work correctly in macros and other places where line
11450 continuations should be treated as whitespace.
11451
11452 * progmodes/cc-engine.el (c-guess-basic-syntax): Analyze a
11453 normal label in a switch block as a case label, to get
11454 consistent lineup with the case labels.
11455
11456 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
11457 in skipping over a macro that ends with an empty line.
11458
11459 * progmodes/cc-styles.el: Require cc-align since styles added
11460 with `c-add-style' often contains references to functions
11461 defined there, and so the `c-valid-offset' check might
11462 otherwise complain on them.
11463
11464 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11465
11466 * progmodes/cc-align.el, progmodes/cc-mode.texi,
11467 progmodes/cc-vars.el: Added two new lineup functions:
11468
11469 (c-lineup-knr-region-comment): A new lineup function to get
11470 (what most people think is) better indentation of comments in
11471 the "K&R region" between the function header and its body.
11472
11473 (c-lineup-gcc-asm-reg): New lineup function for better
11474 indentation inside gcc asm blocks. Contributed by Kevin Ryde.
11475
11476 (c-offsets-alist): Use `c-lineup-gcc-asm-reg' and
11477 `c-lineup-knr-region-comment' in the default offset
11478 configuration, since these two functions have little impact
11479 outside their intended use, and they generally do the right
11480 thing when they kick in.
11481
11482 * progmodes/cc-engine.el (c-guess-continued-construct)
11483 (c-guess-basic-syntax): Handle nested functions in all
11484 languages, not just Pike. In C and C++ there's a gcc
11485 extension for this, and it also gives better treatment of
11486 macros that are followed by blocks.
11487
11488 * progmodes/cc-langs.el (c-symbol-key): Made this variable
11489 mode specific, to handle Pike special symbols like `== better.
11490
11491 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11492
11493 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
11494 progmodes/cc-vars.el (c-report-syntactic-errors): A new
11495 variable to control the syntactic error messages. It defaults
11496 to off; since CC Mode ignores most syntactic errors it might
11497 as well ignore them all for the sake of consistency.
11498
11499 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11500
11501 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11502 Optimization. Can give a noticeable speedup if there's a
11503 large preceding function or class body.
11504
11505 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11506
11507 * progmodes/cc-align.el, progmodes/cc-cmds.el: Use more
11508 efficient and correct insertion functions in many places.
11509 Always inherit text properties correctly if the text is
11510 permanent. Also do it for speed in temporary insertions,
11511 since I figure it's less work to continue the surrounding text
11512 properties than to break them.
11513
11514 * progmodes/cc-styles.el (c-read-offset): Unbind SPC in the
11515 completion to make it easier to enter lists.
11516
11517 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11518
11519 * progmodes/cc-cmds.el (c-beginning-of-defun): Fixed bug where
11520 c-state-cache was clobbered.
11521
11522 * progmodes/cc-cmds.el, progmodes/cc-engine.el
11523 (c-calculate-state): Moved from cc-cmds.el to cc-engine.el due
11524 to dependency.
11525
11526 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11527
11528 * progmodes/cc-engine.el (c-parse-state): Ignore unbalanced
11529 open parens in macros (if point isn't in the same one).
11530
11531 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11532
11533 * progmodes/cc-cmds.el (c-context-open-line): New function
11534 that is the `open-line' equivalent to `c-context-line-break'.
11535
11536 * progmodes/cc-mode.el (c-mode-base-map): Compatibility fix
11537 for Emacs 21 since `indent-new-comment-line' has been changed
11538 to `comment-indent-new-line' there.
11539
11540 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11541
11542 * progmodes/cc-engine.el, progmodes/cc-langs.el
11543 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma):
11544 New variables containing the character sets used to recognize
11545 statement/declaration boundaries. These variables might help
11546 to support languages like javascript and awk, where newlines
11547 sometimes delimits statements.
11548
11549 (c-crosses-statement-barrier-p): Use `c-stmt-delim-chars' as
11550 the set of statement delimiting characters, to allow it to be
11551 changed dynamically and per-mode.
11552
11553 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11554
11555 * progmodes/cc-engine.el (c-looking-at-bos)
11556 (c-looking-at-inexpr-block, c-add-stmt-syntax)
11557 (c-guess-basic-syntax): Treat blocks directly inside function
11558 calls like "bare" statements inside function calls, and not
11559 like in-expression statements. This to make indentation of
11560 such blocks consistent with other statements inside macro calls.
11561
11562 * progmodes/cc-engine.el (c-guess-basic-syntax):
11563 Made arglist-cont anchor correctly in arglists that contain statements.
11564
11565 * progmodes/cc-engine.el (c-guess-basic-syntax):
11566 Fixed consistent anchoring of defun-block-intro in defuns in code
11567 blocks (can only occur in Pike).
11568
11569 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
11570 (c-looking-at-inexpr-block-backward): Changed the arguments to
11571 require containing sexps and paren state, for better efficiency.
11572
11573 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11574
11575 * progmodes/cc-cmds.el, progmodes/cc-engine.el,
11576 progmodes/cc-vars.el: Improved anchoring of statement and
11577 handling of labels in front of substatements.
11578
11579 (c-guess-continued-construct, c-guess-basic-syntax):
11580 Improved and unified anchoring at statements. Statements beginning
11581 with comments or labels are now avoided, by going out of
11582 blocks and containing statements if necessary. This nesting
11583 handling also fixes the case when there's a statement after a
11584 block open brace. Added the syntactic symbol `substatement-label'.
11585
11586 (c-electric-colon): Map the new `substatement-label' to
11587 `label' when consulting `c-hanging-colons-alist'.
11588
11589 (c-offsets-alist): Added substatement-label. Updated the
11590 comments for the new anchoring positions at statements.
11591
11592 * progmodes/cc-engine.el (c-guess-basic-syntax): Use more sane
11593 anchor points for knr-argdecl-intro and access-label.
11594 They used to refer to some point on the same line, a bug which was
11595 neutralized by a kludge in `c-get-syntactic-indentation' which
11596 ignored such anchor points.
11597
11598 (c-get-syntactic-indentation): Removed the kludge that was
11599 necessary due to buggy anchor points.
11600
11601 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not check
11602 the absence of a comma before arglist-close (case 7A) in any
11603 language, since there's nothing better to do that case anyway.
11604 Added special case to make in-expression statements be
11605 recognized as normal arglist-cont if we're directly in a macro
11606 arglist, for consistency with other "bare" statements.
11607
11608 * progmodes/cc-engine.el (c-looking-at-bos): Added optional
11609 limit arg for backward searches.
11610
11611 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11612 Anchor gcc in-expression statements at the surrounding open
11613 parenthesis. Treat a class body as an in-expression class if
11614 it's used in an object clone expression in Pike.
11615
11616 * progmodes/cc-engine.el (c-get-offset)
11617 (c-get-syntactic-indentation): Allow several anchor positions
11618 in the list of syntactic symbols. Only the first is used as
11619 the base for the offset calculation.
11620
11621 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11622
11623 * progmodes/cc-cmds.el (c-indent-defun): Indent the current
11624 macro if inside one at the top level. Do not throw an error
11625 if used at the top level outside a macro.
11626
11627 * progmodes/cc-cmds.el (c-backslash-region): Do tab width
11628 alignment only if the backslashes can't be aligned with
11629 surrounding backslashes.
11630
11631 * progmodes/cc-engine.el (c-end-of-macro): New function.
11632
11633 * progmodes/cc-engine.el (c-least-enclosing-brace):
11634 Rewritten to not be destructive.
11635
11636 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11637
11638 * progmodes/cc-cmds.el (c-context-line-break): Only do a macro
11639 line break when point is inside the content of it; if it's in
11640 the cpp keyword a normal line break is done.
11641
11642 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not add
11643 cpp-macro-cont inside the argument list to a #define.
11644
11645 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11646
11647 * progmodes/cc-defs.el (c-forward-comment): Implemented a
11648 kludge to avoid the problem most forward-comment incarnations
11649 have with `\' together with comment parsing.
11650
11651 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11652
11653 * progmodes/cc-engine.el (c-check-state-cache): Fixed bug
11654 which could cause the state returned by `c-parse-state' to
11655 lack a closed paren element. That in turn could result in
11656 very long searches, since it's common that they start from the
11657 last preceding close brace.
11658
11659 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11660
11661 * progmodes/cc-engine.el (c-beginning-of-statement-1): Do not
11662 treat else-if as a single continuation, since that'd make it
11663 hard to get the right anchor point when there's a line break
11664 between the two keywords. This change causes else-clause to
11665 be anchored on the closest preceding else-if and not always on
11666 the starting if, but that doesn't affect the indentation for
11667 any reasonably sane style. Also introduced a noerror flag.
11668
11669 (c-beginning-of-closest-statement): Removed;
11670 c-beginning-of-statement-1 now avoids the problem this one solved.
11671
11672 * progmodes/cc-engine.el (c-guess-continued-construct)
11673 (c-guess-basic-syntax): Better and more uniform anchor points
11674 for 'statement-cont and 'substatement. The effect is
11675 noticeable mostly when there's a label on the same line as the
11676 beginning of the statement, or when there are more stuff
11677 before the start of the statement.
11678
11679 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11680 Added flag to disable looking at the type of the surrounding paren
11681 since that confuses c-beginning-of-statement-1 and a couple of
11682 other places.
11683
11684 * progmodes/cc-engine.el (c-guess-basic-syntax):
11685 Avoid stepping to the previous statement in case 18.
11686 Improvements in recognition of statement blocks on the top level.
11687
11688 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11689
11690 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11691 (c-crosses-statement-barrier-p): Rewritten to get a well
11692 defined and documented behavior. This fixes some tricky cases
11693 in recognition of do-while constructs.
11694
11695 (c-backward-to-start-of-do, c-backward-to-start-of-if):
11696 Removed; use c-beginning-of-statement-1 instead.
11697
11698 (c-guess-continued-construct, c-guess-basic-syntax):
11699 Various fixes to not depend on the bugs previously in
11700 c-beginning-of-statement-1. Cleanups in cases 18 and 17 to
11701 use the new behavior of c-beginning-of-statement-1 better.
11702 Fixed recognition of catch blocks inside macros.
11703
11704 * progmodes/cc-engine.el (c-backward-syntactic-ws): Fixed bug
11705 in skipping over a macro.
11706
11707 * progmodes/cc-langs.el (c-label-kwds): New variable to
11708 contain the appropriate c-*-label-kwds value.
11709
11710 * progmodes/cc-vars.el (defcustom-c-stylevar): Fixed value
11711 evaluation bug that caused the widget for
11712 c-block-comment-prefix to bug out.
11713
11714 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11715
11716 * progmodes/cc-engine.el (c-guess-basic-syntax):
11717 Improved recognition of statements: They are now recognized in
11718 contexts where they normally can't occur, e.g. on the top level or
11719 in function call arguments. This is mainly useful to recognize
11720 statements in macros at the top level, and in arguments to
11721 macros. The cases has been moved around quite a bit, and case
11722 10 has been copied to case 18. (The cases has not been
11723 renumbered because of this.)
11724
11725 (c-guess-continued-construct): New function which has the
11726 rules which are common between cases 10 and 18.
11727
11728 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11729 (c-backward-to-start-of-do, c-backward-to-start-of-if):
11730 Fixes so that they really obey the passed limits.
11731
11732 (c-safe-position): Return nil if the state doesn't contain a
11733 suitable position.
11734
11735 (c-guess-basic-syntax): Fixes some too short limits in calls
11736 to c-beginning-of-statement-1. Some fixes for top level
11737 analysis in ObjC mode.
11738
11739 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11740 Fixed bug in do-while statements where the body is not a block.
11741
11742 * progmodes/cc-styles.el (c-set-style):
11743 Reset c-special-indent-hook to its global value if in override mode.
11744 Fixes problem where functions on that hook remained after
11745 style switch.
11746
11747 * progmodes/cc-engine.el (c-evaluate-offset, c-get-offset):
11748 Use c-benign-error to report the c-strict-syntax-p error.
11749
11750 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11751
11752 * progmodes/cc-align.el, progmodes/cc-defs.el,
11753 progmodes/cc-cmds.el, progmodes/cc-engine.el, cc-vars.el:
11754 Several fixes to treat macros as code and not literals and to
11755 handle line continuations transparently.
11756
11757 (c-skip-ws-forward, c-skip-ws-backward): New macros to skip
11758 through whitespace and line continuations, but not comments
11759 and macros.
11760
11761 (c-in-literal): No longer recognizes macros as literals by
11762 default. An extra flag argument is required to do that.
11763
11764 (c-macro-start, c-query-macro-start)
11765 (c-query-and-set-macro-start): Added a cache for the macro
11766 start position.
11767
11768 (c-forward-syntactic-ws, c-backward-syntactic-ws): Fixes for
11769 more speed when limits are given. Workaround for bad behavior
11770 in forward-comment in some emacsen when it hits a buffer limit
11771 with a large repeat count.
11772
11773 (c-lineup-macro-cont): Improved behavior when
11774 c-syntactic-indentation-in-macros is nil.
11775
11776 (c-syntactic-indentation-in-macros, c-backslash-max-column)
11777 (c-auto-align-backslashes): New customization variables to
11778 control macro handling.
11779
11780 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
11781 Fixes to handle line continuations.
11782
11783 * progmodes/cc-defs.el, progmodes/cc-styles.el
11784 (c-get-style-variables, c-set-offset): Report style errors
11785 with message and ding instead of error signal. This to avoid
11786 interrupted mode init if there's some style problem.
11787
11788 (c-benign-error): New macro to report errors that doesn't need
11789 to interrupt the operation.
11790
11791 * progmodes/cc-defs.el (c-point): Added eonl and eopl positions.
11792
11793 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11794
11795 * progmodes/cc-cmds.el (c-electric-brace, c-indent-region):
11796 Removed most of the c-state-cache fiddling, since the global
11797 state cache now handles this.
11798
11799 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
11800 when there's an open paren at the very first char of the
11801 visible buffer region.
11802
11803 * progmodes/cc-engine.el (c-parse-state, c-check-state-cache):
11804 Cache the state globally and invalidate it below every buffer
11805 change with the new after change function
11806 `c-check-state-cache'. This gives a considerable performance
11807 boost when editing large functions or classes.
11808
11809 * progmodes/cc-engine.el (c-whack-state-after): Slight optimization.
11810
11811 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11812
11813 * progmodes/cc-engine.el, progmodes/cc-langs.el,
11814 progmodes/cc-align.el: Improvements to syntactic analysis
11815 inside macros:
11816
11817 (c-block-stmt-1-kwds, c-block-stmt-2-kwds): New variables used
11818 by `c-guess-basic-syntax'.
11819
11820 (c-parse-state): Fixed bug with braces inside macros when
11821 using cached state info.
11822
11823 (c-forward-to-cpp-expression): New function to aid in
11824 syntactic analysis inside macros.
11825
11826 (c-beginning-of-statement-1, c-backward-syntactic-ws):
11827 Fixes to work better inside macros.
11828
11829 (c-forward-syntactic-ws): Whitespace between the # and the
11830 command should be allowed in preprocessor directives.
11831
11832 (c-lineup-macro-cont): New lineup function to get context
11833 sensitive indentation inside macros.
11834
11835 (c-offsets-alist): Made `c-lineup-macro-cont' the default for
11836 cpp-macro-cont.
11837
11838 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11839
11840 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11841 (c-forward-syntactic-ws): Fixes to handle continued lines.
11842
11843 (c-backward-to-start-of-if, c-guess-basic-syntax):
11844 Do syntactic analysis inside macros.
11845
11846 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11847
11848 * progmodes/cc-cmds.el (c-indent-region): Did a speedup made
11849 possible by the more flexible state cache.
11850
11851 * progmodes/cc-engine.el (c-parse-state, c-whack-state-before)
11852 (c-whack-state-after, c-hack-state)
11853 (c-narrow-out-enclosing-class, c-guess-basic-syntax):
11854 Improved the state cache system. It now can use partial info from
11855 an old cached state to calculate a new one at a different
11856 position. Removed some kludges to avoid the state cache.
11857 The new functions `c-whack-state-before' and `c-whack-state-after'
11858 replace the now obsolete `c-whack-state'.
11859
11860 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11861 Optimized backing through a macro. This can speed things up
11862 quite a bit when there are long macros before point.
11863
11864 (c-beginning-of-macro): Do not ignore the limit.
11865
11866 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11867
11868 * progmodes/cc-cmds.el (c-electric-continued-statement):
11869 Fixed a bug where the keyword wasn't reindented correctly if
11870 followed by another keyword or identifier.
11871
11872 * progmodes/cc-engine.el (c-parse-state): Ignore closed brace
11873 pairs that are in macros. Fixes some cases where e.g. the
11874 second of two "do { } while (0)" macros after each other
11875 indented differently.
11876
11877 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11878
11879 * progmodes/cc-engine.el (c-beginning-of-macro)
11880 (c-forward-syntactic-ws): Recognize "#!" as a preprocessor
11881 directive when it begins a line, to allow for script
11882 interpreter lines like "#!/usr/bin/pike" at the beginning of
11883 the file.
11884
11885 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11886
11887 * progmodes/cc-engine.el (c-looking-at-inexpr-block):
11888 Recognize brace blocks inside a parenthesis expression as
11889 inexpr-statement. Useful when writing statements as macro arguments.
11890
11891 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11892
11893 * progmodes/cc-cmds.el (c-fill-paragraph, c-do-auto-fill)
11894 (c-mask-comment): Broke out the comment masking code from
11895 `c-fill-paragraph' to a new function `c-mask-comment', to be
11896 able to do the same thing in `c-do-auto-fill'. This should
11897 make auto-fill-mode behave better.
11898
11899 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11900
11901 * progmodes/cc-cmds.el (c-electric-brace, c-electric-paren):
11902 Check `executing-macro' to avoid blinking parens when macros
11903 are executed.
11904
11905 * progmodes/cc-mode.el, progmodes/cc-styles.el
11906 (c-setup-filladapt): Moved from cc-mode.el to cc-styles.el for
11907 consistency with `c-setup-paragraph-variables' (which was
11908 placed there due to the dependency from `c-set-style').
11909
11910 * progmodes/cc-styles.el, progmodes/cc-vars.el: Fixed bug with
11911 incomplete initialization from the style variable fallbacks if
11912 there already is a style called "user" defined when CC Mode
11913 starts up for the first time.
11914
11915 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11916
11917 * progmodes/cc-cmds.el, progmodes/cc-vars.el
11918 (c-comment-indent, c-indent-comment-alist): Added new variable
11919 `c-indent-comment-alist' to allow better control over
11920 `c-comment-indent'.
11921
11922 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11923
11924 * progmodes/cc-align.el (c-lineup-C-comments): Try to match
11925 both `comment-start-skip' and the comment prefix on the
11926 current line with the comment starter, so that we line up
11927 comments which matches `c-comment-prefix-regexp' on the first
11928 line (after the `/') without the need to make
11929 `comment-start-skip' match whatever `c-comment-prefix-regexp' matches.
11930
11931 * progmodes/cc-mode.el, progmodes/cc-styles.el (c-common-init)
11932 (c-set-style-1, c-setup-paragraph-variables): Moved the
11933 variable initialization based on `c-comment-prefix-regexp' to
11934 a new function `c-setup-paragraph-variables', which is now
11935 used both at mode init and when a style that sets
11936 `c-comment-prefix-regexp' is activated.
11937
11938 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11939
11940 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
11941 Better handling of C++ template args to avoid confusion with
11942 `<' and `>' used as operators in member init expressions.
11943
11944 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11945
11946 * progmodes/cc-engine.el (c-most-enclosing-brace)
11947 (c-least-enclosing-brace): Added optional second arg to limit
11948 the search to before a certain point.
11949
11950 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug
11951 which could cause incorrect analysis if a cached state is used
11952 (usually only happens when an electric key reindents a line).
11953
11954 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11955
11956 * progmodes/cc-defs.el (c-forward-comment): More idiosyncrasy
11957 insulation. This time for XEmacs 21.
11958
11959 * progmodes/cc-engine.el, progmodes/cc-langs.el:
11960 Improved handling of inheritance lists:
11961
11962 (c-beginning-of-inheritance-list): Rewritten to use a more
11963 syntactically correct method that doesn't get confused by
11964 badly placed linebreaks and comments.
11965
11966 (c-guess-basic-syntax): Several fixes to the handling of
11967 inheritance lists in combination with templates. 'inher-intro
11968 is now anchored on the start of the class declaration and not
11969 the indentation of the current line. Switched places on cases
11970 5D.3 and 5D.4 and made them use more syntactically correct methods.
11971
11972 (c-inher-key): Removed since the code in
11973 `c-guess-basic-syntax' now uses token-based search.
11974
11975 * progmodes/cc-cmds.el, progmodes/cc-mode.el (c-mode-menu):
11976 Added a submenu to access some toggles.
11977
11978 (c-toggle-syntactic-indentation): New function to toggle the
11979 variable `c-syntactic-indentation'.
11980
11981 * progmodes/cc-styles.el (c-set-style): Improved the error
11982 message for incorrect offsets a bit.
11983
11984 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11985
11986 * progmodes/cc-cmds.el (c-indent-exp): Don't require that the
11987 sexp follows point immediately, instead find the closest
11988 following open paren that ends on another line.
11989
11990 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11991
11992 * progmodes/cc-align.el (c-lineup-cascaded-calls):
11993 New indentation function.
11994
11995 * progmodes/cc-engine.el (c-beginning-of-macro): Bugfix for
11996 directives with whitespace between the '#' and the name.
11997
11998 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
11999
12000 * progmodes/cc-engine.el (c-forward-syntactic-ws)
12001 (c-backward-syntactic-ws): Handle line continuations as
12002 whitespace. Don't move past a macro if that'd take us past
12003 the limit.
12004
12005 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12006
12007 * progmodes/cc-engine.el (c-beginning-of-macro)
12008 (c-forward-syntactic-ws): Multiline strings begin with `#"' in
12009 Pike, and that shouldn't be confused with a preprocessor directive.
12010
12011 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12012
12013 * progmodes/cc-cmds.el: Extended the kludge to interoperate
12014 with the delsel and pending-del packages wrt to the new
12015 function `c-electric-delete-forward'.
12016
12017 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12018
12019 * progmodes/cc-cmds.el (c-indent-exp): Keep the indentation of
12020 the block itself, i.e. only indent the contents in it.
12021
12022 * progmodes/cc-styles.el (c-set-style): Use the default
12023 argument to completing-read instead of initial-contents, if
12024 the function is recent enough to support it.
12025
12026 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12027
12028 * progmodes/cc-mode.el (c-mode-help-address):
12029 Removed bug-gnu-emacs@gnu.org from the receiver list for bug reports.
12030 I've almost never seen a bug reported this way that should go
12031 to that list, but it's rather common that the reports concern
12032 the combination CC Mode and XEmacs instead.
12033
12034 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12035
12036 * progmodes/cc-cmds.el (c-electric-paren): Fixed bug when both
12037 brace-elseif-brace and brace-catch-brace are active and
12038 there's a "else if"-block before the catch block.
12039
12040 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
12041 Detect function headers that span lines.
12042
12043 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12044
12045 * progmodes/cc-cmds.el (c-electric-brace)
12046 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
12047 Check for last on line only for doing the auto-newline-mode
12048 stuff, not for the reindentation.
12049
12050 * progmodes/cc-cmds.el (c-electric-brace): Fixed bugs in the
12051 handling of c-syntactic-indentation: When it's nil, indent the
12052 new lines but don't reindent the current one. Reindent the
12053 line only when the inserted brace comes first on it, instead
12054 of last.
12055
12056 * progmodes/cc-cmds.el (c-electric-brace)
12057 (c-electric-semi&comma): Fixed two places where
12058 c-syntactic-indentation wasn't heeded.
12059
12060 * progmodes/cc-cmds.el (c-electric-pound): Don't be electric
12061 inside a macro.
12062
12063 * progmodes/cc-engine.el (c-backward-to-start-of-if): Try a
12064 little harder to find a fallback position when an orphan else
12065 is found. Fixed case where an else following a do-while
12066 statement could be associated with an if inside the do-while.
12067
12068 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12069
12070 * progmodes/cc-cmds.el (c-guess-fill-prefix): Tuned the dwim
12071 for the fallback to add a single space after the comment prefix.
12072
12073 * progmodes/cc-cmds.el (c-indent-new-comment-line): Somewhat better
12074 behavior in some special cases, especially for single-line comments.
12075 Avoid breaking up a comment starter or ender.
12076
12077 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12078
12079 * progmodes/cc-cmds.el (c-outline-level): Applied patch from
12080 the Emacs sources to make this work in invisible text.
12081
12082 * progmodes/cc-langs.el (c-switch-label-key): Fixed regexp to
12083 not be confused by a later ':' on the same line as the label.
12084
12085 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12086
12087 * progmodes/cc-cmds.el, progmodes/cc-mode.el
12088 (c-electric-delete, c-electric-delete-forward):
12089 Split `c-electric-delete' into two functions where
12090 `c-electric-delete-forward' always deletes forward and
12091 `c-electric-delete' only contains the code necessary for
12092 XEmacs to choose between backward and forward deletion.
12093 `c-electric-delete-forward' is now bound to C-d to get the
12094 electric behavior on that key too.
12095
12096 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12097
12098 * progmodes/cc-cmds.el (c-fill-paragraph): Fixed bogus direct
12099 use of c-comment-prefix-regexp, which caused an error when
12100 it's a list.
12101
12102 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12103
12104 * progmodes/cc-mode.el, progmodes/cc-vars.el (c-common-init)
12105 (c-default-style): Removed the hardcoded switch to "java" style
12106 in Java mode. It's instead taken care of by the default value
12107 for c-default-style.
12108
12109 2002-04-22 Martin Stjernholm <bug-cc-mode@gnu.org>
12110
12111 * progmodes/cc-align.el (c-lineup-math): Fix bug where lineup
12112 was triggered by equal signs in string literals.
12113
12114 2002-04-21 Kim F. Storm <storm@cua.dk>
12115
12116 * subr.el (insert-buffer-substring-no-properties): New function.
12117 (insert-buffer-substring-as-yank): New function.
12118
12119 2002-04-21 Glenn Morris <gmorris@ast.cam.ac.uk>
12120
12121 * scroll-all.el (minor-mode-alist): Fix usage of `scroll-all-mode'.
12122 (scroll-all-page-down-all, scroll-all-page-up-all) Remove `fkey-'
12123 prefix from scroll commands. Ignore end-of-buffer errors from
12124 other windows.
12125 (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll
12126 commands.
12127 (scroll-all-beginning-of-buffer-all, scroll-all-end-of-buffer-all):
12128 New functions.
12129
12130 * files.el: (auto-mode-alist): .f95 files in f90-mode.
12131
12132 * progmodes/fortran.el: (fortran-beginning-do): Make regexp match
12133 a DO statement irrespective of numeric label.
12134
12135 2002-04-20 Glenn Morris <gmorris@ast.cam.ac.uk>
12136
12137 * files.el (auto-save-file-name-transforms): Doc fix.
12138 Add third element to "uniquify" filenames.
12139 (make-auto-save-file-name): Use new element of
12140 auto-save-file-name-transforms.
12141 * startup.el (command-line): Add third element to
12142 auto-save-file-name-transforms.
12143
12144 2002-04-19 Stefan Monnier <monnier@cs.yale.edu>
12145
12146 * files.el (file-name-non-special): Don't mangle the 0'th arg and the
12147 return value of file-name-completion and file-name-all-completions.
12148
12149 2002-04-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12150
12151 * progmodes/f90.el: Update maintainer.
12152 (f90-line-continued): Recognize blank/comment lines embedded in
12153 continuation lines.
12154 (f90-looking-at-program-block-start): No extra indentation after
12155 function or subroutine keyword appears in single quotes.
12156
12157 2002-04-19 Miles Bader <miles@gnu.org>
12158
12159 * custom.el (customize-mark-to-save, customize-mark-as-set)
12160 (custom-quote): Moved here from `cus-edit.el'.
12161 * cus-edit.el (customize-mark-to-save, customize-mark-as-set)
12162 (custom-quote): Moved to `custom.el'.
12163
12164 2002-04-18 Richard M. Stallman <rms@gnu.org>
12165
12166 * facemenu.el (list-text-properties-at): Command deleted.
12167
12168 * rect.el (insert-rectangle): Use insert-for-yank.
12169
12170 * register.el (insert-register): Use insert-for-yank.
12171 (describe-register-1): Discard text props in yank-excluded-properties.
12172
12173 * toolbar/tool-bar.el (tool-bar-local-item-from-menu):
12174 Fix parts in construction of `menu-item' item at end.
12175
12176 * mail/mailabbrev.el (mail-mode-abbrev-table): Delete defvar.
12177
12178 * subr.el (insert-for-yank): New function.
12179
12180 * simple.el (yank-excluded-properties): New user option.
12181 (yank-pop, yank): Use insert-for-yank.
12182
12183 2002-04-19 Kim F. Storm <storm@cua.dk>
12184
12185 * simple.el (pop-to-mark-command): Do not set this-command.
12186 (set-mark-command): Always jump to mark when called with arg.
12187
12188 2002-04-18 Francesco Potort\e,Al\e(B <pot@gnu.org>
12189
12190 * comint.el (comint-watch-for-password-prompt): Remove whitespace
12191 at the beginning of password prompts.
12192
12193 2002-04-18 Andrew Innes <andrewi@gnu.org>
12194
12195 * facemenu.el: Remove require of wid-edit.
12196
12197 2002-04-17 Colin Walters <walters@verbum.org>
12198
12199 * ibuffer.el (ibuffer-visit-buffer): Optionally allow reducing to
12200 one window.
12201 (ibuffer-visit-buffer-1-window): Simply call `ibuffer-visit-buffer'.
12202 (ibuffer-current-state-list): Reinstate optional argument; now
12203 just call `point' inside the mapping function.
12204
12205 2002-04-17 Francesco Potort\e,Al\e(B <pot@gnu.org>
12206
12207 * dired-aux.el (dired-star-subst-regexp)
12208 (dired-quark-subst-regexp): New constants.
12209 (dired-do-shell-command, dired-shell-stuff-it): Use them.
12210 (dired-do-shell-command): Raise an error if both `*' and `?'
12211 substitution marks are used in the same command.
12212 (dired-shell-stuff-it): Substitute all instances of `*' and `?'
12213 in a command given via dired-do-shell-command.
12214
12215 * comint.el (comint-password-prompt-regexp): Match "Repeat passphrase".
12216
12217 2002-04-16 Jason Rumney <jasonr@gnu.org>
12218
12219 * international/mule-cmds.el (locale-preferred-coding-systems):
12220 Add "jpn".
12221
12222 2002-04-16 Eli Zaretskii <eliz@is.elta.co.il>
12223
12224 * term.el (term-emulate-terminal): Fix last change.
12225
12226 2002-04-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12227
12228 * bindings.el (mode-line-mode-menu): Update names to reflect
12229 latest changes.
12230
12231 2002-04-16 Mike Williams <mdub@bigfoot.com>
12232
12233 * textmodes/sgml-mode.el (sgml-at-indentation-p): Move to fix
12234 compilation error.
12235
12236 2002-04-16 Michael Kifer <kifer@cs.stonybrook.edu>
12237
12238 * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.
12239 (viper-ex-print-buf-name): New variable.
12240 (viper-ex-print-buf): New variable.
12241 (ex-token-alist): Invoke ex-print on ":print" Ex commands.
12242 (ex-g-marks): New variable.
12243 (ex-print): New function.
12244 (ex-print-display-lines): New function.
12245
12246 * viper.el (viper-set-hooks): Add window-setup-hook, which sets
12247 the cursor color.
12248
12249 * ediff-util.el (ediff-cleanup-mess): Delete ctl window on exit
12250 when the window is not in its own frame.
12251 (ediff-clone-buffer-for-region-comparison): More robust window
12252 arrangement while prompting for regions to compare.
12253 (ediff-make-cloned-buffer): Use generate-new-buffer-name.
12254 (ediff-inferior-compare-regions): Deleted unused vars
12255 ctl-buf and quit-now.
12256
12257 2002-04-15 Richard M. Stallman <rms@gnu.org>
12258
12259 * facemenu.el (facemenu-add-new-face): Use this only for faces.
12260 Delete arg MENU.
12261 (facemenu-add-new-color): New function.
12262 (facemenu-set-foreground, facemenu-set-background):
12263 Use facemenu-add-new-color.
12264
12265 2002-04-15 Eli Zaretskii <eliz@is.elta.co.il>
12266
12267 * ediff-init.el (ediff-current-diff-face-A)
12268 (ediff-current-diff-face-B, ediff-current-diff-face-C)
12269 (ediff-current-diff-face-Ancestor, ediff-fine-diff-face-A)
12270 (ediff-fine-diff-face-B, ediff-fine-diff-face-C)
12271 (ediff-fine-diff-face-Ancestor, ediff-even-diff-face-A)
12272 (ediff-even-diff-face-B, ediff-even-diff-face-C)
12273 (ediff-even-diff-face-Ancestor, ediff-odd-diff-face-A)
12274 (ediff-odd-diff-face-B, ediff-odd-diff-face-C)
12275 (ediff-odd-diff-face-Ancestor): Add special color definitions for
12276 tty and MS-DOS displays.
12277
12278 2002-04-15 Andrew Innes <andrewi@gnu.org>
12279
12280 * facemenu.el: Require wid-edit.
12281
12282 2002-04-15 Miles Bader <miles@gnu.org>
12283
12284 * faces.el (highlight): Force foreground to be black on a tty, so
12285 this face is readable on a dark-background tty.
12286 * wid-edit.el (widget-field-face, widget-single-line-field-face):
12287 Likewise.
12288
12289 2002-04-14 Kim F. Storm <storm@cua.dk>
12290
12291 * simple.el (pop-to-mark-command, push-mark-command): New commands.
12292 (set-mark-command): Use them.
12293 Enhanced functionality when command is repeated:
12294 - If first command set the mark (no prefix arg), repeat temporarily
12295 enables transient-mark-mode.
12296 - If first command jumped to mark off ring (with argument),
12297 repeat (with or without arg) jump to next mark off ring.
12298 - Use C-u C-u prefix to set mark after jump.
12299 (exchange-point-and-mark): Temporarily enable transient-mark-mode
12300 if prefix arg.
12301
12302 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12303
12304 * speedbar.el (speedbar-tag-hierarchy-method)
12305 (speedbar-toggle-updates, speedbar-toggle-images): Doc fixes.
12306
12307 2002-04-14 Mike Williams <mdub@bigfoot.com>
12308
12309 * textmodes/sgml-mode.el (sgml-parse-tag-backward): Fix to work at
12310 beginning of buffer.
12311
12312 2002-04-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12313
12314 * speedbar.el (speedbar-generic-item-info)
12315 (speedbar-sort-tags): Doc fix.
12316 (speedbar-add-supported-extension): Fix typo in interactive spec.
12317
12318 2002-04-13 Colin Walters <walters@verbum.org>
12319
12320 * ibuffer.el (ibuffer-forward-line): Just skip header if we're
12321 only moving one line forward.
12322 (ibuffer-map-lines): Preserve point position even if we delete
12323 lines. Only call mapping functions with buffer and mark
12324 arguments; the other two were unused.
12325 (ibuffer-redisplay, ibuffer-update): Always skip special areas.
12326
12327 * ibuf-macs.el, ibuf-ext.el: Update callers of `ibuffer-map-lines'.
12328
12329 * calc/calc-bin.el (math-format-radix-float): Use `when'.
12330
12331 * calc/calc.el (math-format-number): Load `calc-ext' before we
12332 call `math-group-float'.
12333
12334 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
12335 Renamed from `gamegrid-add-score'.
12336 (gamegrid-add-score-insecure): Restored from the old
12337 `gamegrid-add-score'.
12338 (gamegrid-add-score): Just dispatch on `system-type' to one of the
12339 previous two functions.
12340
12341 2002-04-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12342
12343 * iswitchb.el: Update commentary to include new function
12344 iswitchb-exclude-nonmatching.
12345
12346 2002-04-12 John Wiegley <johnw@gnu.org>
12347
12348 * eshell/esh-ext.el (eshell-script-interpreter): Fix for CRLF
12349 operating systems to the regexp used to detect a script's interpreter.
12350
12351 2002-04-12 Eli Zaretskii <eliz@is.elta.co.il>
12352
12353 * frame.el (frames-on-display-list): Use `equal' to compare the
12354 `display' frame parameter to the argument DISPLAY.
12355
12356 2002-04-12 Dave Love <fx@gnu.org>
12357
12358 * help.el (string-key-binding): Deal with margin events.
12359
12360 2002-04-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
12361
12362 * comint.el (comint-password-prompt-regexp): Match " SMB password".
12363
12364 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
12365
12366 * sort.el (sort-reorder-buffer): Don't assume point-min == 1.
12367
12368 * xt-mouse.el (xterm-mouse-mode): Use define-minor-mode.
12369
12370 * emacs-lisp/lucid.el (device-class, buffer-syntactic-context)
12371 (buffer-syntactic-context-depth): New funs.
12372
12373 * emacs-lisp/edebug.el (edebug-eval-defun): Don't use defconst
12374 on variables.
12375
12376 * emacs-lisp/debug.el (debug-on-entry): Use push.
12377 (debugger-make-xrefs): Don't assume point-min == 1.
12378
12379 * progmodes/cc-engine.el (c-backward-to-start-of-if):
12380 Don't assume point-min == 1.
12381
12382 * progmodes/etags.el (etags-verify-tags-table, etags-snarf-tag)
12383 (etags-list-tags, etags-tags-apropos, select-tags-table):
12384 Don't assume point-min == 1.
12385
12386 2002-04-12 Mike Williams <mdub@bigfoot.com>
12387
12388 * textmodes/sgml-mode.el (sgml-guess-indent): New function.
12389
12390 2002-04-11 Stefan Monnier <monnier@cs.yale.edu>
12391
12392 * textmodes/fill.el (fill-context-prefix): Fix up last change.
12393
12394 * simple.el (line-move): Use memq rather than or.
12395 (transpose-sexps): Don't presume as much of forward-sexp's behavior.
12396 (do-auto-fill): Use fill-move-to-break-point.
12397 (syntax-code-table): Remove.
12398
12399 * textmodes/fill.el (canonically-space-region): Obey sentence-end.
12400 Don't add spaces at end of sentences at end of line.
12401 (fill-move-to-break-point): Make sure the result is always greater
12402 than linebeg, so we ensure forward progress.
12403 (fill-region-as-paragraph): Compare to `to' rather than eobp.
12404 (fill-paragraph): Don't rebind fill-paragraph-function.
12405
12406 2002-04-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12407
12408 * menu-bar.el (menu-bar-adv-search-menu): Add incremental search.
12409
12410 2002-04-11 Andreas Schwab <schwab@suse.de>
12411
12412 * files.el (file-name-non-special): Handle return value of t from
12413 `file-name-completion'.
12414
12415 2002-04-10 Stefan Monnier <monnier@cs.yale.edu>
12416
12417 * textmodes/fill.el (fill-context-prefix): Match the two prefixes
12418 differently to avoid pathological exponential-time case.
12419 (adaptive-fill-regexp): Add ! and %.
12420 (fill-delete-prefix): Remove indentation while removing prefix.
12421 (fill-delete-newlines): Obey sentence-end.
12422 (fill-move-to-break-point, fill-newline): New functions extracted
12423 from fill-region-as-paragraph.
12424 (fill-region-as-paragraph): Use them.
12425 Don't fiddle with fill-indent-according-to-mode.
12426
12427 2002-04-10 Colin Walters <walters@verbum.org>
12428
12429 * play/snake.el (snake-score-file): Default to just "snake-scores".
12430
12431 * play/tetris.el (tetris-score-file): Likewise.
12432
12433 * play/gamegrid.el (gamegrid-add-score): Rewrite from scratch to
12434 use `update-game-score'.
12435
12436 * ibuffer.el (ibuffer-canonicalize-state-list): Delete unused function.
12437 (ibuffer-current-buffers-with-marks): Don't call `buffer-list'
12438 ourselves; take it as an argument. Caller updated.
12439 (ibuffer-mode): Make mode-class special.
12440
12441 2002-04-10 Richard M. Stallman <rms@gnu.org>
12442
12443 * dired.el (dired-view-command-alist): New variable.
12444 (dired-view-file): Use external viewers for some files names.
12445
12446 * mouse.el (mouse-drag-region-1): Display region highlight
12447 only in the selected window.
12448
12449 * subr.el (remove-hook): When there are no more local hooks,
12450 kill the buffer-local value.
12451
12452 * isearch.el (isearch-mode): Don't call make-frame-visible
12453 if frame is already visible.
12454
12455 * cus-face.el (custom-face-attributes): Fix typo in `ultra-bold'.
12456
12457 2002-04-09 Emmanuel Briot <briot@act-europe.fr>
12458
12459 * progmodes/ada-prj.el: Add support for the new project file
12460 fields: gnatfind-opt, debug-pre-cmd and debug-post-cmd.
12461 Fix widget handling for Emacs 21. ada-mode now only supports a single
12462 active project file, instead of one per buffer. This is far less
12463 confusing.
12464
12465 * progmodes/ada-stmt.el: Menu changed from Statements to Templates.
12466 (ada-func-or-proc-name): Get real subprogram name, after change in
12467 ada-mode.el.
12468
12469 * progmodes/ada-xref.el: Ada-mode no longer supports a different
12470 project file per buffer. This was too complex. Instead, there is
12471 now a single active project file at any given time, and the user
12472 can switch the active one through the Ada menu. This revision
12473 also provides better handling of the Windows command line, and the
12474 various available shells on that platform. ada-mode is now fully
12475 integrated with the GNU visual debugger gvd, see
12476 http://libre.act-europe.fr.
12477 (ada-prj-default-comp-opt): Use the new GNAT switch -gnatQ.
12478 This is only available with GNAT 3.14.
12479 (ada-prj-gnatfind-switches, ada-cd-command): New variable.
12480 (ada-quote-cmd): New function.
12481 (ada-initialize-runtime-library): Get the location of the actual
12482 runtime the compiler will be using, including support for
12483 cross-platform environments.
12484 (ada-treat-cmd-string): Add support for the new variable
12485 ${full_current} add support for debug-pre-cmd and debug-post-cmd,
12486 two commands to run just prior to running the debugger, and just
12487 after starting it. This provide better support for cross-platform
12488 and remote debugging.
12489 (ada-get-absolute-dir): Remove, replace with expand-file-name.
12490 (ada-gdb-application): New parameter executable-name.
12491 (ada-get-ali-file-name): Better handling of separate packages.
12492 Checkin on behalf of the ada-mode maintainer.
12493
12494 * progmodes/ada-mode.el (ada-case-exception-file)
12495 (ada-indent-handle-comment-special): New variables.
12496 (ada-case-exception-substring): New variable. Casing exceptions
12497 can now also be defined for substrings, in addition to full
12498 identifier names. This provides more flexibility.
12499 (ada-align-list): New fun, provide support for align.el in ada-mode.
12500 (ada-procedure-start-regexp): Add support for operators and
12501 generic formal subprograms and packages.
12502 (ada-imenu-comment-re): New variable.
12503 (ada-imenu-generic-expression): Add support for protected types.
12504 (ada-mode): Set comment-start only after running ada-mode-hook, so
12505 that the user can change ada-comment-start in the hook.
12506 Add support for ispell in comments. Add support for align.el.
12507 (ada-save-exception-file, ada-create-case-exception-substring)
12508 (ada-adjust-case-substring): New functions.
12509 (ada-get-current-indent): Properly handles keywords with uppercases.
12510 (ada-goto-matching-end): Rewritten, fixes problems in the handling
12511 of nested blocks.
12512 (ada-untab-hard): Do not touch the contents of comments and strings.
12513
12514 2002-04-09 Mike Williams <mdub@bigfoot.com>
12515
12516 * textmodes/sgml-mode.el (sgml-lexical-context):
12517 Use sgml-parse-tag-backward to find start point.
12518 (sgml-looking-back-at): Doc fix.
12519
12520 2002-04-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12521
12522 * isearch.el (isearch-message-prefix): Use minibuffer-prompt face
12523 for prompt.
12524
12525 2002-04-08 Stefan Monnier <monnier@cs.yale.edu>
12526
12527 * autorevert.el (auto-revert-mode, global-auto-revert-mode):
12528 Use define-minor-mode.
12529 (auto-revert-buffers): Use with-current-buffer.
12530 Avoid changing the minor modes.
12531
12532 * international/iso-acc.el (iso-accents-accent-key): Use `vector'
12533 rather than char-to-string since last-input-char can be any event.
12534
12535 * international/titdic-cnv.el (tit-dictionary):
12536 Use defvar for non-constants.
12537
12538 * progmodes/cwarn.el (global-cwarn-mode): Use define-minor-mode.
12539 (global-cwarn-mode): Use easy-mmode-define-global-mode.
12540 (cwarn-font-lock-keywords): New function.
12541 Replaces cwarn-font-lock-remove-keywords cwarn-font-lock-add-keywords.
12542 (cwarn-font-lock-match): New macro.
12543 (cwarn-font-lock-match-assignment-in-expression)
12544 (cwarn-font-lock-match-dangerous-semicolon)
12545 (cwarn-font-lock-match-reference): Use it.
12546
12547 * progmodes/cperl-mode.el (cperl-make-face, cperl-force-face):
12548 Use defvar rather than defconst since it's meant to be settable.
12549 (cperl-syntax-done-to): Don't hardcode 1 as (point-min).
12550 (cperl-fix-line-spacing): Add missing \ in [ t].
12551
12552 * loadup.el: Call ucs-unify-8859 directly rather than
12553 unify-8859-on-encoding-mode.
12554 (fns-*.el): Don't use it anymore. Keep the load-history in purespace.
12555
12556 * textmodes/sgml-mode.el (sgml-comment-indent-new-line): New fun.
12557 (sgml-mode): Use it for comment-line-break-function.
12558
12559 2002-04-08 Jason Rumney <jasonr@gnu.org>
12560
12561 * international/mule-cmds.el (reset-language-environment):
12562 Handle coding-systems not being defined yet.
12563
12564 2002-04-08 Sam Steingold <sds@gnu.org>
12565
12566 * vc-cvs.el (vc-cvs-valid-version-number-p): New function.
12567 (vc-cvs-checkin): Use it.
12568
12569 2002-04-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12570
12571 * files.el (display-time-string): Fix last change.
12572
12573 2002-04-07 Sam Steingold <sds@gnu.org>
12574
12575 * vc-cvs.el (vc-cvs-checkin): Pass the required argument to `error'.
12576
12577 2002-04-07 Jason Rumney <jasonr@gnu.org>
12578
12579 * international/mule-cmds.el (set-default-coding-systems)
12580 (reset-language-environment): Preserve eols on
12581 default-process-coding-system.
12582 (coding-system-change-text-conversion): Fix case where CODING is nil.
12583
12584 2002-04-07 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12585
12586 * subr.el (play-sound): Move here from simple.el.
12587
12588 * simple.el (play-sound): Move to subr.el.
12589
12590 2002-04-06 Richard M. Stallman <rms@gnu.org>
12591
12592 * files.el (display-time-string-forms): Mark as risky.
12593
12594 * enriched.el (enriched-decode-foreground, enriched-decode-background):
12595 Use proper format for desired elts of `face' property.
12596 Don't test display-color-p; make the properties unconditionally.
12597
12598 * progmodes/compile.el (compilation-error-regexp-alist):
12599 New alternatives for FILE:LINE.COL and for ranges of columns and lines.
12600
12601 2002-04-06 Per Abrahamsen <abraham@dina.kvl.dk>
12602
12603 * progmodes/cc-vars.el (c-block-comment-prefix): Specify :value
12604 for customization type.
12605 Reported by Mattias Fredsberg <mattias.fredsberg@active-tv.com>.
12606
12607 2002-04-06 Mike Williams <mdub@bigfoot.com>
12608
12609 * textmodes/xml-lite.el: Remove.
12610
12611 2002-04-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12612
12613 * simple.el (play-sound): New function (uses play-sound-internal).
12614
12615 2002-04-04 Richard M. Stallman <rms@gnu.org>
12616
12617 * files.el (mode-line-format, mode-line-modified)
12618 (mode-line-mule-info, mode-line-buffer-identification)
12619 (mode-line-modes, mode-line-position): Explicitly mark as risky.
12620 (hack-one-local-variable): Don't recognize "mode-line-..." as risky.
12621
12622 * calendar/solar.el (solar-northern-spring-or-summer-season): Doc fix.
12623
12624 * mail/mailabbrev.el (mail-abbrev-make-syntax-table):
12625 Use (syntax-table), not old-syntax-table.
12626
12627 * enriched.el (enriched-decode-foreground)
12628 (enriched-decode-background): Don't call facemenu-get-face.
12629
12630 2002-04-04 Mike Williams <mdub@bigfoot.com>
12631
12632 * textmodes/sgml-mode.el: Add missing require.
12633 (sgml-lexical-context): Fix up CDATA detection for boundary cases.
12634
12635 2002-04-03 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12636
12637 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move to
12638 spot indicated by text property `cvs-goal-column', if present.
12639
12640 * pcvs-info.el (cvs-fileinfo-pp): Use text property
12641 `cvs-goal-column' to indicate position of file name (if present).
12642
12643 2002-04-03 Richard M. Stallman <rms@gnu.org>
12644
12645 * mail/mailabbrev.el (mail-abbrev-complete-alias):
12646 Call mail-abbrev-make-syntax-table.
12647
12648 * format.el (format-deannotate-region): Doc fix.
12649
12650 * enriched.el (enriched-face-ans): Delete special treatment
12651 for fg:... and bg:... faces.
12652 (enriched-decode-foreground): Return a list that specifies
12653 the foreground color, rather than creating a face.
12654 (enriched-decode-background): Likewise.
12655
12656 * shell.el (shell-mode): Don't reinit comint-input-ring
12657 if that was already done.
12658
12659 2002-04-03 Edward M. Reingold <reingold@emr.cs.iit.edu>
12660
12661 * solar.el (solar-spring-or-summer-season): Delete.
12662 (solar-northern-spring-or-summer-season): New variable.
12663 (solar-sunrise-and-sunset, solar-moment, solar-sunrise-sunset):
12664 Rewrite.
12665
12666 * solar.el (diary-sabbath-candles-minutes): New variable.
12667 (diary-sabbath-candles): Use it instead of fixed 18 minutes.
12668
12669 * calendar.el (update-calendar-mode-line): Force mode-line update.
12670 Make date under the cursor available as `date' in
12671 calendar-mode-line-format.
12672 Eval items in calendar-mode-line-format list.
12673
12674 * cal-tex.el (cal-tex-hook, cal-tex-year-hook, cal-tex-month-hook)
12675 (cal-tex-week-hook, cal-tex-daily-hook): Add doc strings.
12676
12677 * cal-tex.el (cal-tex-latexify-list): Fix doc string.
12678
12679 * cal-tex.el (cal-tex-insert-day-names): LaTeXify day names.
12680 (cal-tex-cursor-week-iso, cal-tex-week-hours, cal-tex-weekly4-box)
12681 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12682 (cal-tex-daily-page, cal-tex-mini-calendar): LaTeXify day names.
12683
12684 * cal-tex.el: Change all instances (interactive "P") to
12685 (interactive "p").
12686 (cal-tex-cursor-month): Add hfill and newline at end of month that
12687 ended on Saturday.
12688 (cal-tex-preamble): Change to LaTeX2e.
12689 (cal-tex-cursor-filofax-year): Don't use default month names in
12690 LaTeX macros in case user changes them.
12691 (cal-tex-month-name): New function. Used throughout in case user
12692 has done something funny with month names.
12693
12694 * cal-hebrew.el (holiday-rosh-hashanah-etc): Spelling correction.
12695 (diary-rosh-hodesh): Spelling correction.
12696
12697 2002-04-03 Mike Williams <mdub@bigfoot.com>
12698
12699 * textmodes/sgml-mode.el (sgml-lexical-context)
12700 (sgml-parse-tag-backward): Extend support for CDATA to include
12701 conditional sections.
12702
12703 2002-04-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12704
12705 * cus-start.el: Rename `autoselect-window' to
12706 `mouse-autoselect-window'.
12707
12708 2002-04-02 Richard M. Stallman <rms@gnu.org>
12709
12710 * files.el (hack-one-local-variable):
12711 Clear text props from string value.
12712
12713 2002-04-02 Stefan Monnier <monnier@cs.yale.edu>
12714
12715 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
12716 (f90-procedures-re, f90-operators-re, f90-hpf-keywords-re):
12717 Use regexp-opt.
12718 (f90-keywords-re, f90-keywords-level-3-re): Add `pure' and `elemental'
12719 from F95.
12720 (f90-procedures-re): Add `null' and `cpu_time' from F95.
12721 (f90-font-lock-keywords-1): Minor reorganization so we don't need
12722 `override' any more.
12723 (f90-font-lock-keywords-3): Use `keep' rather than `override'.
12724 (f90-indent-subprogram): Use indent-region.
12725 (f90-break-line): Use indent-according-to-mode.
12726
12727 2002-04-02 Mike Williams <mdub@bigfoot.com>
12728
12729 * textmodes/sgml-mode.el (sgml-close-tag): Rename from
12730 sgml-insert-end-tag. Simplify by using sgml-lexical-context.
12731 (sgml-get-context): Remove use of sgml-inside-tag-p.
12732 (sgml-inside-tag-p): Remove.
12733 (sgml-looking-back-at): Short-circuit at beg of buffer.
12734 (sgml-lexical-context, sgml-calculate-indent): Add support for
12735 CDATA sections.
12736
12737 2002-04-01 Stefan Monnier <monnier@cs.yale.edu>
12738
12739 * help.el (help-key-description): New fun.
12740 (describe-key-briefly, describe-key): Use it and
12741 this-single-command-raw-keys plus new arg `untranslated'.
12742
12743 * textmodes/sgml-mode.el (sgml-at-indentation-p, sgml-tag)
12744 (sgml-parse-tag-name, sgml-looking-back-at, sgml-parse-tag-backward)
12745 (sgml-inside-tag-p, sgml-get-context, sgml-show-context)
12746 (sgml-insert-end-tag): New funs taken from xml-lite.el.
12747 (sgml-calculate-indent): Use them.
12748 (sgml-slash-matching): Rename from sgml-slash.
12749 (sgml-slash): Copied from xml-lite and changed to use
12750 sgml-slash-matching and sgml-quick-keys.
12751
12752 * international/mule-cmds.el (standard-keyboard-coding-systems):
12753 Add koi8-u and koi8-r.
12754
12755 * eshell/.cvsignore: New file.
12756
12757 * eshell/esh-groups.el: Remove.
12758
12759 * progmodes/tcl.el: Change maintainer.
12760 (tcl-electric-hash-style): Change default to nil.
12761 (tcl-imenu-generic-expression): Use tcl-proc-regexp.
12762 (tcl-do-auto-fill): Remove.
12763 (tcl-auto-fill-mode): Rewrite using comment-auto-fill-only-comments.
12764
12765 2002-04-01 Mike Williams <mdub@bigfoot.com>
12766
12767 * textmodes/sgml-mode.el: Doc fixes.
12768 (sgml-mode): Set indent-line-function to sgml-indent-line.
12769 (sgml-calculate-indent): Add an explicit check for 'text syntax,
12770 to protect against future enhancements to sgml-lexical-context.
12771 (sgml-empty-tag-p, sgml-unclosed-tag-p): New funcs.
12772
12773 * textmodes/xml-lite.el: Removed much redundant stuff.
12774 (xml-lite-parse-tag-backward): Simplify parsing by assuming we
12775 always start within text. Make use of sgml-unclosed-tag-p.
12776
12777 2002-04-01 Ville Skytt\e,Ad\e(B <ville.skytta@xemacs.org>
12778
12779 * tcl.el (tcl-imenu-generic-expression): New value.
12780 (tcl-imenu-create-index-function): Function deleted.
12781 (tcl-mode): Check for filladapt-mode.
12782 Use tcl-imenu-generic-expression instead of
12783 tcl-imenu-create-index-function.
12784 (inferior-tcl-mode): Doc fix.
12785 Change not legally significant.
12786
12787 2002-04-01 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12788
12789 * cus-start.el: Rename `x-autoselect-window' to `autoselect-window'.
12790
12791 * window.el (handle-select-window): New function.
12792 Update copyright.
12793
12794 2002-04-01 Richard M. Stallman <rms@gnu.org>
12795
12796 * info.el (info-tool-bar-map): Use tool-bar-local-item-from-menu.
12797
12798 * toolbar/tool-bar.el (tool-bar-local-item): Renamed from
12799 tool-bar-add-item, and new arg MAP.
12800 (tool-bar-add-item): Now calls tool-bar-local-item.
12801 (tool-bar-local-item-from-menu): Renamed from
12802 tool-bar-add-item-from-menu, and new arg IN-MAP.
12803 (tool-bar-add-item-from-menu): Now calls tool-bar-local-item-from-menu.
12804
12805 * help-fns.el (help-with-tutorial): Allow various ways
12806 to specify the text in the [...] line, in handling the <...> line.
12807
12808 * progmodes/idlw-rinfo.el (idlwave-system-routines):
12809 WOLRDTITLE => WORLDTITLE. SUPRESS_VALUE => SUPPRESS_VALUE.
12810
12811 * subr.el (redraw-modeline): Define alias.
12812
12813 2002-03-31 Richard M. Stallman <rms@gnu.org>
12814
12815 * files.el (file-expand-wildcards): Use save-match-data.
12816
12817 * files.el (format-alist): Mark as risky.
12818
12819 * simple.el (kill-new): Doc fix.
12820
12821 * emacs-lisp/byte-opt.el (side-effect-free-fns)
12822 (side-effect-and-error-free-fns): Add many functions, remove some.
12823
12824 2002-03-30 Richard M. Stallman <rms@gnu.org>
12825
12826 * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
12827
12828 2002-03-30 Eli Zaretskii <eliz@gnu.org>
12829
12830 * font-lock.el (save-buffer-state): Fix last change.
12831
12832 * files.el (auto-save-file-name-transforms): Fix last change.
12833
12834 * startup.el (command-line): Fix last change.
12835
12836 2002-03-29 Richard M. Stallman <rms@gnu.org>
12837
12838 * subr.el (play-sound-file): Moved to simple.el.
12839
12840 * simple.el (play-sound-file): Moved from subr.el, made unconditional.
12841
12842 2002-03-29 Colin Walters <walters@verbum.org>
12843
12844 * ibuffer.el (ibuffer-mark-interactive): Use `ibuffer-forward-line'
12845 instead of `forward-line'.
12846 (ibuffer-forward-line): Be sure to skip over special properties
12847 before moving, too.
12848
12849 * calc/calc.el (calc-was-split): Var deleted.
12850 (calc): Remove reference to it.
12851 (calc): Ditto.
12852 (calc-quit): Ditto.
12853 (calc-init-base): Ditto.
12854
12855 * calc/calc-misc.el (calc-delete-windows-keep): Function deleted.
12856
12857 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
12858
12859 * textmodes/sgml-mode.el (sgml-lexical-context): Return (text . START)
12860 instead of nil when point is outside of any tag.
12861 (sgml-beginning-of-tag): Adjust to the change.
12862 (sgml-calculate-indent): Use the new info returned by
12863 sgml-lexical-context. Try to handle unclosed tags.
12864
12865 * textmodes/xml-lite.el (xml-lite-get-context): Don't stop parsing
12866 at unclosed tags unless it is at indentation.
12867 Kill nested unclosed tags.
12868 (xml-lite-calculate-indent, xml-lite-indent-line): Remove.
12869 (xml-lite-mode): Use sgml-indent-line instead.
12870
12871 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
12872
12873 * files.el (auto-save-file-name-transforms): Don't run "\\2" via
12874 expand-file-name.
12875
12876 * startup.el (command-line): Recompute auto-save-file-name-transforms
12877 using the updated value of temporary-file-directory.
12878
12879 2002-03-29 Stefan Monnier <monnier@cs.yale.edu>
12880
12881 * textmodes/xml-lite.el (xml-lite-get-context): Allow stopping
12882 even with an empty context. Don't save excursion any more.
12883 Don't complain about unmatched start-tags in sgml-unclosed-tags.
12884 Ignore end-tags in sgml-empty-tags.
12885 (xml-lite-get-context, xml-lite-calculate-indent)
12886 (xml-lite-insert-end-tag): Save excursion around xml-lite-get-context.
12887 (xml-lite-indent-line): Use back-to-indentation.
12888
12889 * textmodes/sgml-mode.el (sgml-basic-offset): New var.
12890 (sgml-name-re, sgml-attrs-re): New consts.
12891 (sgml-tag-name-re, sgml-start-tag-regex, sgml-font-lock-keywords-1)
12892 (sgml-mode): Use them.
12893 (sgml-lexical-context): Default to (point-min) if nothing else works.
12894 (sgml-calculate-indent): Indent slightly differently.
12895 (sgml-indent-line): Use back-to-indentation.
12896 (sgml-parse-dtd): New function.
12897 (sgml-unclosed-tags): New var.
12898 (html-mode): Set it.
12899
12900 2002-03-29 Simon Marshall <simon.marshall@misys.com>
12901
12902 * font-lock.el (save-buffer-state): Use make-symbol to bind `modified'.
12903
12904 2002-03-29 Richard M. Stallman <rms@gnu.org>
12905
12906 * dired-aux.el (dired-do-query-replace-regexp, dired-do-search):
12907 Use FILTER arg in dired-get-marked-files to exclude directories.
12908 (dired-nondirectory-p): New function.
12909
12910 * dired.el (dired-get-marked-files): New arg FILTER
12911 allows selection of some files.
12912
12913 * progmodes/tcl.el (tcl-imenu-create-index-function): Doc fix.
12914
12915 2002-03-29 Eric M. Ludlam <eric@siege-engine.com>
12916
12917 * speedbar.el (speedbar-default-directory-list): Made robust
12918 against deleted directories.
12919
12920 2002-03-28 Richard M. Stallman <rms@gnu.org>
12921
12922 * dired.el (dired-toggle-marks): Renamed from dired-do-toggle.
12923 Bindings changed.
12924
12925 * progmodes/compile.el (compilation-handle-exit):
12926 If compilation-window-height is 0, display status in echo area.
12927
12928 * simple.el (line-move-to-column): Don't call move-to-column if COL=0.
12929
12930 * rect.el (replace-rectangle): Add autoload.
12931
12932 * files.el: Mark many more variables as risky.
12933 (hack-one-local-variable): Recognize several additional
12934 patterns as risky.
12935
12936 * bindings.el (mode-line-mule-info): Use :propertize, not :eval.
12937
12938 2002-03-28 Stefan Monnier <monnier@cs.yale.edu>
12939
12940 * textmodes/xml-lite.el (xml-lite-in-string-p):
12941 Use sgml-lexical-context.
12942 (xml-lite-parse-tag-backward): Use sgml-tag-syntax-table.
12943 (xml-lite-get-context): Check that open/close tags match.
12944 Don't stop scanning while we're ignoring matching tags.
12945
12946 * textmodes/sgml-mode.el (sgml-make-syntax-table): New fun.
12947 (sgml-mode-syntax-table): Use it.
12948 (sgml-tag-syntax-table, sgml-tag-name-re): New const.
12949 (sgml-tags-invisible): Use it.
12950 (sgml-lexical-context): New fun.
12951 (sgml-maybe-end-tag, sgml-beginning-of-tag): Use it.
12952 (sgml-quote): Accept \n as entity reference terminator.
12953 (sgml-calculate-indent, sgml-indent-line): New funs.
12954
12955 2002-03-28 Andre Spiegel <spiegel@gnu.org>
12956
12957 * vc-cvs.el (vc-cvs-global-switches): New user option.
12958 (vc-cvs-command): New function. Update all callers of
12959 `vc-do-command' in vc-cvs.el to use this instead.
12960
12961 2002-03-27 Andrew Innes <andrewi@gnu.org>
12962
12963 * makefile.w32-in (bootstrap-clean-SH): Use for loop, instead of
12964 relying on shell globbing.
12965
12966 2002-03-27 Colin Walters <walters@debian.org>
12967
12968 * ibuffer.el (ibuffer-help-buffer-modes): New variable.
12969 (ibuffer-fontification-alist): Use it.
12970 (ibuffer-backward-line): Handle `ibuffer-summary' area.
12971 (ibuffer-forward-line): Ditto.
12972
12973 * ibuf-ext.el (sorter mode-name): Doc fix.
12974 (ibuffer-mark-help-buffers): Use `ibuffer-help-buffer-modes'.
12975 (operation query-replace): Use new `noerror' arg for
12976 `query-replace-read-args'.
12977 (operation query-replace-regexp): Ditto.
12978
12979 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
12980
12981 * textmodes/xml-lite.el: Fix copyright notice.
12982 (xml-lite-basic-offset): Rename from xml-lite-indent-offset.
12983 (xml-lite-indent-comment-offset): Remove.
12984 (xml-lite-calculate-indent): Use new name. Use natural alignment
12985 for comments.
12986 (xml-lite-in-string-p): Simplify.
12987
12988 2002-03-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12989
12990 * allout.el (outline-layout): Doc fix.
12991
12992 2002-03-27 Stefan Monnier <monnier@cs.yale.edu>
12993
12994 * textmodes/xml-lite.el: Don't require `custom'.
12995 (xml-lite-parse-tag-name): Properly treat non-ASCII chars.
12996 (xml-lite-parse-tag-backward): Obey sgml-empty-tags.
12997 (xml-lite-get-context): Drop nested tags not just for comments.
12998 (xml-lite-indent-line): Be more careful about moving point.
12999 (xml-lite-insert-end-tag, xml-lite-slash):
13000 Use indent-according-to-mode instead of xml-lite-indent-line.
13001 (xml-lite-mode): Make xml-lite-orig-indent-line-function buffer-local.
13002 Set sgml-xml-mode. Don't call force-mode-line-update.
13003 (xml-lite-mode-map): Don't bind TAB.
13004
13005 2002-03-27 Zoltan Kemenczy <zoltan@ieee.org>
13006
13007 * gud.el (gud-jdb-sourcepath): New variable, saves jdb -sourcepath
13008 parameter value.
13009 (gud-jdb-build-source-files-list): Comment clarification.
13010 (gud-jdb-massage-args): Reworked into loop-based argument list
13011 processing in order to support -classpath and -sourcepath argument
13012 processing.
13013 (gud-jdb-find-source-using-classpath): Prepend gud-jdb-sourcepath
13014 to gud-jdb-classpath to obtain search list.
13015 (gud-jdb-parse-classpath-string): Remove any trailing slashes from
13016 directory names in classpath/sourcepath lists, update comment.
13017 (jdb): Add setting of gud-jdb-sourcepath, update comment.
13018 (gud-find-class): Add gud-jdb-sourcepath use, and correct
13019 behaviour for the case when classpath is not used--backward
13020 compatibility fix.
13021
13022 2002-03-27 Eli Zaretskii <eliz@is.elta.co.il>
13023
13024 * Makefile.in (compile, compile-always): Don't try to compile
13025 non-existent files or files in empty directories.
13026
13027 2002-03-26 Michael Ernst <mernst@alum.mit.edu>
13028
13029 * compare-w.el (compare-windows-whitespace): Match all whitespace.
13030
13031 * emacs-lisp/shadow.el (list-load-path-shadows): Only ignore last
13032 copy of standard Lisp directories.
13033
13034 * tar-mode.el (tar-header-block-summarize, tar-get-descriptor):
13035 Support "next has longname" link type.
13036
13037 2002-03-26 Stefan Monnier <monnier@cs.yale.edu>
13038
13039 * textmodes/xml-lite.el (xml-lite-at-indentation-p): Move.
13040 (xml-lite-in-string-p, xml-lite-looking-back-at, xml-lite-looking-at):
13041 New functions.
13042 (forward-xml-tag, backward-xml-tag, beginning-of-xml-tag)
13043 (end-of-xml-tag): Remove.
13044 (xml-lite-get-context): Better handling of comments.
13045 (xml-lite-calculate-indent): Use xml-lite-in-string-p.
13046 (xml-lite-parse-tag-backward): Rewrite.
13047
13048 2002-03-26 Juanma Barranquero <lektu@terra.es>
13049
13050 * makefile.w32-in (WINS): Add the toolbar directory.
13051
13052 2002-03-26 Richard M. Stallman <rms@gnu.org>
13053
13054 * subr.el (substring-no-properties): Function deleted (now in C).
13055
13056 2002-03-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13057
13058 * mwheel.el (mouse-wheel-mode): Use global-set-key and
13059 global-unset-key.
13060
13061 2002-03-24 Richard M. Stallman <rms@gnu.org>
13062
13063 * mail/rmail.el (rmail-resend): Call mail-abbrev-make-syntax-table.
13064
13065 * progmodes/etags.el (tags-query-replace): Pass t for NOERROR
13066 to query-replace-read-args.
13067
13068 * progmodes/compile.el (compilation-forget-errors):
13069 Don't adjust compilation-parsing-end if it's nil.
13070
13071 * replace.el (query-replace-read-args): New optional arg NOERROR.
13072 (perform-replace): Use save-window-excursion around recursive edit.
13073
13074 2002-03-24 Colin Walters <walters@verbum.org>
13075
13076 * ibuffer.el (ibuffer): If the user has `ibuffer-use-other-window'
13077 non-nil, then always use another window.
13078
13079 2002-03-24 Gerd Moellmann <gerd@gnu.org>
13080
13081 * subr.el (macro-declaration-function): New function. Set the
13082 variable macro-declaration-function to it.
13083
13084 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
13085 Handle declarations in macro definitions.
13086
13087 2002-03-24 Eli Zaretskii <eliz@is.elta.co.il>
13088
13089 * facemenu.el (facemenu-get-face): Remove unused variable `foreground'.
13090
13091 * enriched.el (enriched-face-ans): Support FACE of the form
13092 (:foreground COLOR) and (:background COLOR).
13093 (enriched-decode-foreground, enriched-decode-background): Set the
13094 fore- and background colors of the faces we create, since facemenu
13095 doesn't.
13096
13097 2002-03-24 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13098
13099 * mwheel.el (mouse-wheel-mode): Use the result of
13100 current-global-map instead of the variable `global-map'.
13101
13102 2002-03-23 Richard M. Stallman <rms@gnu.org>
13103
13104 * mail/mailabbrev.el (mail-abbrev-make-syntax-table): New subroutine
13105 broken out of sendmail-pre-abbrev-expand-hook.
13106 (sendmail-pre-abbrev-expand-hook): Use it.
13107
13108 2002-03-22 Stefan Monnier <monnier@cs.yale.edu>
13109
13110 * Makefile.in (finder-inf.el): Remove.
13111 (finder-data): Don't depend on finder-inf.el any more.
13112 (compile, compile-always): Handle the case where some files
13113 from DONTCOMPILE are missing (it tried to compile them).
13114 (bootstrap-clean): Use src/emacs only if executable.
13115 (bootstrap): Update subdirs.el and finder-inf.el.
13116
13117 * finder.el: Don't load finder-inf.el during byte-compilation.
13118
13119 * vc-cvs.el (vc-cvs-registered, vc-cvs-dir-state-heuristic):
13120 Don't consider cvs-removed files as under VC control.
13121 VC wouldn't handle them properly anyway and it confuses
13122 vc-file-not-found-hook.
13123
13124 * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done):
13125 Add autoload cookie.
13126
13127 2002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
13128
13129 * calendar/calendar.el (calendar): Doc fix.
13130
13131 2002-03-22 Juanma Barranquero <lektu@terra.es>
13132
13133 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
13134 (gomoku-font-lock-X-face): Likewise.
13135 (gomoku-font-lock-keywords): Use faces instead of variables.
13136
13137 2002-03-21 Stefan Monnier <monnier@cs.yale.edu>
13138
13139 * Makefile.in (bootstrap): Make sure subdirs.el is ready.
13140
13141 2002-03-21 Kim F. Storm <storm@cua.dk>
13142
13143 * simple.el (open-network-stream, open-network-stream-nowait)
13144 (open-network-stream-server): Use featurep to test for
13145 supported networking features.
13146
13147 2002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13148
13149 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
13150 directions as the last action.
13151
13152 2002-03-21 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13153
13154 * startup.el (fancy-splash-tail, normal-splash-screen):
13155 Update copyright.
13156
13157 * novice.el (disabled-command-hook): Clarify output text to match
13158 prompt.
13159
13160 2002-03-20 Jason Rumney <jasonr@gnu.org>
13161
13162 * frame.el (display-images-p): Do not explicitly check display type.
13163
13164 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
13165
13166 * mail-utils.el:
13167 Eliminate compilation warnings due to `rfc822-addresses'.
13168 (rmail-dont-reply-to): Eliminate `pos' as a free variable for a
13169 warning free compile.
13170
13171 2002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
13172
13173 * ediff-diff.el (ediff-install-fine-diff-if-necessary):
13174 Take the current highlighting style into account.
13175 (ediff-forward-word-function,ediff-whitespace,ediff-word-1)
13176 (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local.
13177
13178 * ediff-init.el (ediff-patch-job): New macro.
13179
13180 * ediff-mult.el (ediff-make-new-meta-list-header): New API function.
13181 (ediff-intersect-directories): Use ediff-make-new-meta-list-header.
13182
13183 * ediff-ptch.el (ediff-map-patch-buffer):
13184 Use ediff-make-new-meta-list-header.
13185 (ediff-fixup-patch-map): Use the meta-list API from ediff-mult.el.
13186
13187 * ediff-util.el (ediff-toggle-hilit): Fix toggling of highliting.
13188 (ediff-select-difference): Take highlighting style into account.
13189 (ediff-clone-buffer-for-region-comparison): New function.
13190 (ediff-inferior-compare-regions): Added comparison of current diff
13191 regions.
13192
13193 * ediff.el (ediff-clone-buffer-for-region-comparison)
13194 (ediff-clone-buffer-for-window-comparison): Moved to ediff-util.el.
13195
13196 2002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
13197
13198 * mail-utils.el (rmail-dont-reply-to):
13199 Overhaul to correctly apply the regular
13200 expressions in the variable `rmail-dont-reply-to-names' to the list of
13201 destination addresses. Contributed by lorentey@elte.hu.
13202
13203 * rmail.el (rmail-dont-reply-to-names):
13204 Modify the documentation to make it email
13205 address centric rather than login name centric. Contributed by
13206 lorentey@elte.hu.
13207
13208 2002-03-18 Colin Walters <walters@verbum.org>
13209
13210 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Remove `find-if' so
13211 we don't require `cl' at runtime.
13212 (sorting mode mode-name): Don't take the symbol-name of a string.
13213
13214 * ibuffer.el (ibuffer-set-mark): Go back to the beginning of the
13215 line after setting the mark.
13216 (ibuffer-insert-buffers-and-marks): Invert the test for
13217 `ibuffer-sorting-reversep'.
13218
13219 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
13220
13221 * international/ucs-tables.el (unify-8859-on-decoding-mode)
13222 (unify-8859-on-encoding-mode): Remove autoload cookie.
13223
13224 2002-03-18 Andre Spiegel <spiegel@gnu.org>
13225
13226 * vc-rcs.el (vc-rcs-register): Fix handling of
13227 vc-[rcs-]register-switches.
13228 (vc-rcs-checkin-switches, vc-rcs-checkout-switches):
13229 Variables removed, since they weren't used yet.
13230
13231 * vc-cvs.el (vc-cvs-register): Fix handling of
13232 vc-[cvs-]register-switches.
13233
13234 * vc-sccs.el (vc-sccs-register): Fix handling of
13235 vc-[sccs-]register-switches.
13236
13237 2002-03-18 Stefan Monnier <monnier@cs.yale.edu>
13238
13239 * loadup.el ("emacs-lisp/backquote"): Load earlier.
13240 ("international/ucs-tables"): Load and turn on
13241 unify-8859-on-encoding-mode unconditionally.
13242 (emacs-version): Use `defconst' rather than `setq'.
13243
13244 * eshell/esh-ext.el (eshell-binary-suffixes): Use exec-suffixes.
13245
13246 2002-03-18 Richard M. Stallman <rms@gnu.org>
13247
13248 * menu-bar.el (menu-bar-options-menu): Cope if
13249 text-mode-hook is not a list.
13250
13251 2002-03-17 Richard M. Stallman <rms@gnu.org>
13252
13253 * emulation/pc-select.el (pc-selection-mode):
13254 Alter the existing global map, don't replace it.
13255
13256 * files.el (list-directory): Set default-directory at the end.
13257
13258 * dabbrev.el (dabbrev--goto-start-of-abbrev):
13259 Put a limit on field-beginning search.
13260
13261 2002-03-17 Simon Josefsson <jas@extundo.com>
13262
13263 * net/browse-url.el (browse-url-mosaic-pidfile): New variable.
13264 (browse-url-mosaic): Use it.
13265
13266 * net/browse-url.el (browse-url-filename-alist): Don't begin
13267 docstring with *, you don't want to set this one with M-x set-variable.
13268
13269 * net/browse-url.el: Put * in user option doc strings.
13270
13271 2002-03-17 Stefan Monnier <monnier@cs.yale.edu>
13272
13273 * textmodes/sgml-mode.el (sgml-xml-mode): Renamed from sgml-xml.
13274 (sgml-xml-guess): Simplify.
13275 (sgml-mode-common): Remove (move into sgml-mode).
13276 (sgml-mode): Add code from sgml-mode-common.
13277 Remove redundant setting of indent-line-function.
13278 Don't set skeleton-transformation when in XML mode.
13279
13280 * international/mule-diag.el (describe-char-after):
13281 Use `internal-describe-syntax-value' again (got lost somewhere).
13282
13283 * international/ucs-tables.el (ucs-unify-8859, ucs-fragment-8859):
13284 Use unify-8859-on-decoding-mode.
13285 (unify-8859-on-decoding-mode): Also set translation-table-for-input.
13286 (ucs-insert): Give an error if the unicode char can't be created.
13287
13288 * pcvs-parse.el (cvs-parse-table): Be a bit more lenient.
13289 (cvs-parse-status): Handle the "used to have a conflict" marker.
13290
13291 2002-03-17 Kim F. Storm <storm@cua.dk>
13292
13293 The following changes are related to the enhanced network process
13294 support.
13295
13296 * simple.el: Update copyright.
13297 (clone-process): Use make-network-process to clone network
13298 processes. Get command list via (process-contact ... t).
13299 Use set-process-query-on-exit-flag and process-query-on-exit-flag
13300 instead of process-kill-without-query.
13301 (open-network-stream): Replaces C-version from process.c.
13302 (open-network-stream-nowait, open-network-stream-server): New funs.
13303 (process-kill-without-query): Replaces C-version from process.c.
13304
13305 * files.el: Update copyright.
13306 (save-buffers-kill-emacs): Also check for active server
13307 processes. Use process-query-on-exit-flag. Only list processes
13308 which has the query-on-exit flag set in connection with user query.
13309
13310 * shadowfile.el: Update copyright.
13311 (shadow-save-buffers-kill-emacs): Also check for active server
13312 processes. Use process-query-on-exit-flag.
13313
13314 2002-03-16 Simon Marshall <simon.marshall@misys.com>
13315
13316 * imenu.el (imenu-menubar-modified-tick): Renamed from
13317 imenu-update-menubar-modified-tick.
13318 (imenu-update-menubar): Update imenu-menubar-modified-tick
13319 whenever outer condition succeeds.
13320
13321 * lazy-lock.el (save-buffer-state):
13322 Bind inhibit-modification-hooks and buffer-file-truename
13323 instead of before-change-functions and after-change-functions.
13324
13325 2002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
13326
13327 * international/codepage.el (codepage-setup): Don't define a
13328 codepage if it is already defined.
13329
13330 * textmodes/po.el (po-content-type-charset-alist): Convert the
13331 car of each association to a string.
13332 (po-find-file-coding-system-guts): If the charset matches a name
13333 of a codepage, set up that codepage and return it as a coding
13334 system to decode the file.
13335 (po-find-charset): Search for the Charset= header even if we've
13336 read less than 4KB.
13337 <top-level>: Remove the setup for all known codepages: it seems
13338 to cause crashes in the CCL driver.
13339
13340 2002-03-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13341
13342 * textmodes/bibtex.el (bibtex-sort-ignore-string-entries)
13343 (bibtex-entry-field-alist): Doc fix.
13344
13345 2002-03-16 Richard M. Stallman <rms@gnu.org>
13346
13347 * progmodes/cperl-mode.el (cperl-imenu--function-name-regexp-perl):
13348 Move definition above cperl-outline-regexp.
13349
13350 * bindings.el (mode-line-mule-info): In computing help-echo prop,
13351 avoid using save-window-excursion. And compile the function.
13352
13353 2002-03-15 Stefan Monnier <monnier@cs.yale.edu>
13354
13355 * files.el (load-completion): New function.
13356 (load-library): Use it.
13357
13358 2002-03-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13359
13360 * calendar/cal-french.el (calendar-goto-french-date): Fix prompt
13361 to match the actual code.
13362
13363 2002-03-15 Eli Zaretskii <eliz@is.elta.co.il>
13364
13365 * textmodes/po.el (po-find-file-coding-system-guts):
13366 Use with-temp-buffer instead of po-with-temp-buffer.
13367
13368 * international/mule-conf.el (file-coding-system-alist): Add an
13369 association for PO files.
13370
13371 * textmodes/po.el: New file.
13372
13373 2002-03-15 Gerd Moellmann <gerd@gnu.org>
13374
13375 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
13376 Fix simple loop indentation.
13377
13378 2002-03-14 Miles Bader <miles@gnu.org>
13379
13380 * net/rlogin.el (rlogin-mode): Use `define-derived-mode'.
13381
13382 2002-03-14 Richard M. Stallman <rms@gnu.org>
13383
13384 * textmodes/picture.el (picture-insert)
13385 (picture-clear-column, picture-draw-rectangle):
13386 Use move-to-column, not move-to-column-force.
13387
13388 * dired.el (dired-readin): Clear out undo list.
13389 (dired-fun-in-all-buffers): Definition moved from dired-aux.el.
13390 (dired-delete-entry): New function.
13391 (dired-internal-do-deletions): Use dired-fun-in-all-buffers
13392 and dired-delete-entry, to update this buffer (and others).
13393
13394 * dired-aux.el (dired-fun-in-all-buffers): Moved to dired.el.
13395
13396 * facemenu.el (facemenu-add-new-face):
13397 Pass region args to facemenu-set-face, when there is a region.
13398 (facemenu-set-foreground, facemenu-set-background)
13399 (facemenu-add-face): Doc fixes.
13400
13401 * progmodes/cperl-mode.el (cperl-outline-regexp): Move definition up.
13402
13403 2002-03-14 Miles Bader <miles@gnu.org>
13404
13405 * emacs-lisp/debug.el: Require `button'.
13406 (debugger-mode-map): Set the parent keymap to `button-buffer-map',
13407 to get TAB and <backtab> bindings.
13408
13409 * net/rlogin.el (rlogin-carriage-filter): Function removed.
13410 (rlogin): Don't install the `rlogin-carriage-filter' filter, as
13411 comint removes carriage returns itself now.
13412
13413 * rfn-eshadow.el (rfn-eshadow-update-overlay):
13414 Bind `inhibit-point-motion-hooks' to t while messing around, to avoid
13415 getting hosed by our own intangible property.
13416
13417 2002-03-13 Stefan Monnier <monnier@cs.yale.edu>
13418
13419 * progmodes/fortran.el (fortran-mode): Set comment-padding to "$$$".
13420 Add fortran-comment-line-start-skip to comment-start-skip.
13421 (fortran-comment-indent): Keep whole-line comments in column 0.
13422 (fortran-find-comment-start-skip): New arg `all'.
13423 If ALL is nil, make sure we only match comment-start-skip if we
13424 can't match fortran-comment-line-start-skip.
13425 Fix bug that made it return t but without moving point when
13426 matching '!'! (a false-comment followed by a real comment).
13427 (fortran-indent-comment): Use new `all' argument above.
13428 Be careful not to add an incorrect comment-starter like "C"
13429 in comment-column.
13430 (fortran-split-line): When splitting a comment, reuse the comment
13431 starter from the current line rather than fortran-comment-line-start.
13432 (fortran-indent-line, fortran-auto-fill): Simplify thanks to the
13433 cleaner behavior of fortran-find-comment-start-skip.
13434 (fortran-fill): Don't be confused by ! inside a comment.
13435 (fortran-break-line): Minor cleanup and simplification.
13436
13437 2002-03-13 Francesco Potort\e,Al\e(B <pot@gnu.org>
13438
13439 * progmodes/etags.el (tag-exact-file-name-match-p)
13440 (tag-file-name-match-p, tag-partial-file-name-match-p): Use a
13441 simpler regexp.
13442
13443 2002-03-12 Colin Walters <walters@debian.org>
13444
13445 * ibuffer.el (ibuffer-redisplay-current): Don't move point when
13446 redisplaying a line.
13447
13448 2002-03-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13449
13450 * term/x-win.el (emacs-session-restore): Take previous id as
13451 an argument.
13452 (emacs-session-save): Add comment that return t means cancel shutdown
13453
13454 * startup.el (command-line): Must check that x-session-previous-id
13455 is bound also, for non-X platforms.
13456
13457 2002-03-12 Gerd Moellmann <gerd@gnu.org>
13458
13459 * emacs-lisp/cl-indent.el (lisp-loop-keyword-indentation)
13460 (lisp-loop-forms-indentation, lisp-simple-loop-indentation):
13461 New user options.
13462 (extended-loop-p, common-lisp-loop-part-indentation): New functions.
13463 (common-lisp-indent-function-1): Renamed from
13464 common-lisp-indent-function.
13465 (common-lisp-indent-function): Handle loop forms specially.
13466 (lisp-indent-defmethod): Use car/cdr instead of first/rest.
13467 (lisp-backquote-indentation): New user option.
13468
13469 2002-03-12 Francesco Potort\e,Al\e(B <pot@gnu.org>
13470
13471 * progmodes/etags.el (tag-exact-file-name-match-p)
13472 (tag-file-name-match-p, tag-partial-file-name-match-p):
13473 Assume that the header of a tags section has either a number
13474 or nothing after the last comma.
13475
13476 2002-03-11 Richard M. Stallman <rms@gnu.org>
13477
13478 * imenu.el (imenu-update-menubar-modified-tick): New variable.
13479 (imenu-update-menubar): Don't call imenu--make-index-alist
13480 if buffer has not changed since last time.
13481
13482 * desktop.el (desktop-buffer-handlers): Doc fix.
13483 (desktop-buffer-file): Explicitly return BUF.
13484
13485 * paren.el (show-paren-function): Move back in other direction
13486 to verify the match is correct.
13487
13488 * mail/supercite.el (sc-select-attribution): Accept whatever value
13489 we get in CHOICE; there is no value meaning "try again".
13490
13491 2002-03-11 Colin Walters <walters@verbum.org>
13492
13493 * shell.el (toplevel): Revert previous change to use pcomplete.
13494 (shell-mode): Ditto.
13495 (shell-pcomplete-setup-done): Remove.
13496 (shell-pcomplete): Ditto.
13497 (shell-pcomplete-reverse): Ditto.
13498
13499 * comint.el: Remove documentation on setting up pcomplete.
13500
13501 2002-03-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13502
13503 * font-lock.el (java-font-lock-extra-types): Add "URL" as separate
13504 item. Doc fix.
13505
13506 * image.el (image-type-from-file-header): Make temporary buffer
13507 unibyte.
13508
13509 * subr.el (add-to-list): Doc fix.
13510
13511 2002-03-11 Miles Bader <miles@gnu.org>
13512
13513 * pcomplete.el (pcomplete-entries): Expand environment variables
13514 in filename.
13515
13516 2002-03-10 Daniel Pfeiffer <occitan@esperanto.org>
13517
13518 * play/mpuz.el: Use defface instead of facemenu-get-face.
13519
13520 2002-03-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13521
13522 * startup.el (command-line): Add call to emacs-session-restore if
13523 both x-session-id and x-session-previous-id are strings.
13524
13525 * term/x-win.el (x-handle-smid): New function.
13526 (emacs-session-filename): New function.
13527 (emacs-session-save): New function.
13528 (emacs-save-session-functions): New variable.
13529 (emacs-session-restore): New function.
13530
13531 2002-03-09 Eli Zaretskii <eliz@is.elta.co.il>
13532
13533 * simple.el (shell-command-on-region): Call push-mark with
13534 non-nil second arg, to suppress the "Mark set" message.
13535
13536 2002-03-08 Richard M. Stallman <rms@gnu.org>
13537
13538 * textmodes/picture.el (picture-forward-column): New arg `interactive'
13539 is non-nil for an interactive call. Use instead of interactive-p.
13540 (picture-backward-column): Likewise.
13541
13542 * tar-mode.el (tar-untar-buffer): New function.
13543
13544 * info.el (Info-fontify-node): Bind up-clicks, not down-clicks.
13545 Put the mouse-face on the entire xref, like the local keymap.
13546
13547 * find-dired.el (find-name-dired): Use shell-quote-argument.
13548
13549 2002-03-08 Daniel Pfeiffer <occitan@esperanto.org>
13550
13551 * play/mpuz.el (mpuz-unsolved-face, mpuz-solved-face)
13552 (mpuz-trivial-face, mpuz-text-face, mpuz-solve-when-trivial)
13553 (mpuz-allow-double-multiplicator): New options for nicer look and
13554 new features.
13555 (mpuz-put-number-on-board, mpuz-paint-number, mpuz-solve): New funs.
13556 (mpuz-check-all-solved, mpuz-random-puzzle)
13557 (mpuz-paint-statistics, mpuz-paint-digit, mpuz-close-game)
13558 (mpuz-show-solution): Functions streamlined and removed french
13559 style space before punctuation, added face support and optional
13560 solving of trivial results.
13561
13562 2002-03-07 Colin Walters <walters@verbum.org>
13563
13564 * ibuf-macs.el (define-ibuffer-column): Add :summarizer property.
13565
13566 * ibuffer.el (ibuffer-update-mode-name): Substitute "view time"
13567 instead of "recency" for clarity.
13568 (ibuffer-compile-format): Document more. Handle new "summarizer"
13569 columns.
13570 (ibuffer-fontify-region-function): Ditto.
13571 (ibuffer-insert-buffer-line): Ditto.
13572 (ibuffer-map-lines): Ditto.
13573 (ibuffer-insert-buffers-and-marks): Ditto.
13574 (ibuffer-update-title-and-summary): Renamed from
13575 `ibuffer-update-title'. Handle "summarizer" columns.
13576 (ibuffer-clear-summary-columns): New function.
13577
13578 * ibuf-ext.el (ibuffer-filter-format-alist): Add type and group.
13579
13580 2002-03-07 Gerd Moellmann <gerd@gnu.org>
13581
13582 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
13583 Use the other-window instead of the other-frame functions when
13584 the window is dedicated.
13585
13586 2002-03-06 ShengHuo ZHU <zsh@cs.rochester.edu>
13587
13588 * textmodes/bibtex.el (bibtex-make-field): Call bibtex-find-text
13589 with SILENT so that a new field can be added.
13590
13591 2002-03-06 Eli Zaretskii <eliz@is.elta.co.il>
13592
13593 * files.el (make-auto-save-file-name): Make sure the produced file
13594 name does not contain characters that are invalid for DOS/Windows
13595 filesystems.
13596
13597 * dos-fns.el, w32-fns.el (make-auto-save-file-name):
13598 Remove replacement functions.
13599
13600 2002-03-06 Gerd Moellmann <gerd@gnu.org>
13601
13602 * font-lock.el (lisp-font-lock-keywords-2): Highlight keywords of
13603 the form `:x'.
13604
13605 * vc.el (vc-branch-part): Add autoload cookie. This function can
13606 be called from vc-rcs-find-most-recent-rev when visiting a file
13607 checked into RCS in a CVS sandbox.
13608
13609 2002-03-06 Andreas Schwab <schwab@suse.de>
13610
13611 * progmodes/hideif.el: Augment expression parser to handle
13612 conditional expressions.
13613 (hif-token-regexp): Also match `?' and `:'.
13614 (hif-tokenize): Handle `?' and ':' as tokens.
13615 (hif-expr): Parse conditional expressions.
13616 (hif-or-expr): Parse `||' expressions.
13617 (hif-and-expr): Renamed from hif-term.
13618 (hif-conditional): New function to evaluate a conditional
13619 expression.
13620
13621 2002-03-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13622
13623 * language/czech.el ("Czech"): Fix the documentation.
13624
13625 * language/slovak.el ("Slovak"): Likewise.
13626
13627 2002-03-05 ShengHuo ZHU <zsh@cs.rochester.edu>
13628
13629 * xml.el (xml-parse-attlist): Accept empty strings.
13630
13631 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il>
13632
13633 * mouse.el (mouse-show-mark): Remove the no-highlight alternative:
13634 all terminals now support highlighting of some kind.
13635
13636 * language/european.el (mac-roman): Fix the safe-chars property.
13637
13638 2002-03-05 Andre Spiegel <spiegel@gnu.org>
13639
13640 * vc.el (vc-transfer-file): Use `make-temp-file'.
13641 (vc-default-update-changelog): Remove conditional use of
13642 `make-temp-name'.
13643
13644 * vc-cvs.el (vc-cvs-diff-tree): Fix typo in parameter names.
13645
13646 2002-03-05 Michael Kifer <kifer@cs.stonybrook.edu>
13647
13648 * ediff-init.el: Comments.
13649
13650 * ediff-hook.el: Got rid of autoloads. Not needed, since the hook
13651 is loaded.
13652
13653 * ediff-mult.el (ediff-intersect-directories)
13654 (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision):
13655 Cleanup.
13656 (ediff-draw-dir-diffs): Now supports the "C" command in directory
13657 difference buffer.
13658 (ediff-dir-diff-copy-file): New function that implements copying
13659 of files from one Ediff dir to another
13660 (ediff-bury-dir-diffs-buffer): Kills the buffer instead.
13661 (ediff-append-custom-diff): Better error msgs.
13662
13663 * ediff-util.el (ediff-compute-custom-diffs-maybe): Buglet fix.
13664 (ediff-inferior-compare-regions): Use
13665 ediff-clone-buffer-for-region-comparison. Better and simpler interface.
13666
13667 * ediff.el (ediff-directories-internal): Cleanup.
13668 (ediff-clone-buffer-for-region-comparison): Better interface.
13669
13670 2002-03-04 Richard M. Stallman <rms@gnu.org>
13671
13672 * emacs-lisp/easy-mmode.el (define-minor-mode):
13673 Use "P" in interactive spec of minor mode commands.
13674
13675 2002-03-04 Stefan Monnier <monnier@cs.yale.edu>
13676
13677 * faces.el (face-spec-choose): Allow `t' to appear before the end.
13678 (mode-line, tool-bar, minibuffer-prompt, region, fringe, bold, italic)
13679 (bold-italic, underline, highlight, secondary-selection, fixed-pitch)
13680 (variable-pitch, trailing-whitespace): Don't use the old-style entries.
13681 (mode-line-inactive, header-line): Move the `t' section to the
13682 beginning so the `:inherit' setting can be shared.
13683
13684 2002-03-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13685
13686 * net/snmp-mode.el: Require tempo when compiling to prevent
13687 warnings. Update copyright notice.
13688
13689 * help.el (describe-key-briefly, describe-key): Interpret `undefined'
13690 like not defined at all.
13691
13692 2002-03-03 Stefan Monnier <monnier@cs.yale.edu>
13693
13694 * textmodes/sgml-mode.el: Change maintainer to FSF.
13695 (sgml-start-tag-regex, sgml-font-lock-keywords-1, sgml-mode-common)
13696 (sgml-tags-invisible, sgml-beginning-of-tag):
13697 Allow _ : and non-ASCII in tag names, as required for XML.
13698 (sgml-name-char): Don't assume anything about charsets handled by
13699 encode-char.
13700
13701 * textmodes/tex-mode.el (tex-guess-main-file): Handle the case
13702 where one of the buffers is narrowed.
13703
13704 * hexl.el (hexlify-command, dehexlify-command): Remove.
13705 (hexlify-buffer, dehexlify-buffer): Use call-process-region
13706 rather than shell-command-on-region.
13707
13708 * newcomment.el (comment-forward): Use forward-comment to skip
13709 over whitespace (or comments) even when comment-use-syntax is nil.
13710
13711 * progmodes/cperl-mode.el (cperl-menu): Add "-emacs" to the version.
13712
13713 * textmodes/xml-lite.el: New file.
13714
13715 2002-03-03 Richard M. Stallman <rms@gnu.org>
13716
13717 * textmodes/artist.el (artist-system): Use make-temp-file.
13718
13719 * progmodes/ps-mode.el (ps-run-make-tmp-filename): Use make-temp-file.
13720
13721 * mail/sendmail.el (mail-recover-1): Increase non-random-len
13722 by 1 since we changed make-auto-save-file-name to add one
13723 fewer character to the buffer name.
13724 (mail-recover): Really show point at the right place
13725 in the *Directory* buffer.
13726
13727 * files.el (make-auto-save-file-name): Use make-temp-file.
13728
13729 * terminal.el (te-create-terminfo): Use make-temp-file
13730 to create the source file in a safe way.
13731
13732 2002-03-03 Eli Zaretskii <eliz@is.elta.co.il>
13733
13734 * cus-start.el: Rename automatic-hscroll-step and
13735 automatic-hscroll-margin into hscroll-step and hscroll-margin.
13736
13737 * frame.el (auto-hscroll-mode): Renamed from automatic-hscrolling.
13738 (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
13739
13740 * mouse.el (mouse-region-delete-keys): Add deletechar.
13741
13742 2002-03-03 Sam Steingold <sds@gnu.org>
13743
13744 * play/snake.el (snake-score-file): Fixed parens (broken by the
13745 last patch).
13746 * play/tetris.el (tetris-score-file): Ditto.
13747
13748 2002-03-03 Richard M. Stallman <rms@gnu.org>
13749
13750 * play/tetris.el (tetris-score-file): Put in home dir, not in /tmp.
13751
13752 * play/snake.el (snake-score-file): Put in home dir, not in /tmp.
13753
13754 * play/gamegrid.el (gamegrid-set-font, gamegrid-setup-face)
13755 (gamegrid-make-mono-tty-face): Fix usage of condition-case.
13756
13757 2002-03-03 Thien-Thi Nguyen <ttn@gnu.org>
13758
13759 * calendar/diary-lib.el (list-diary-entries): Use `buffer-substring'
13760 instead of `buffer-substring-no-properties' to support enriched mode.
13761
13762 2002-03-02 Richard M. Stallman <rms@gnu.org>
13763
13764 * find-dired.el (find-grep-dired): Call shell-quote-argument.
13765 Specify the -e option.
13766 Rename arg to `regexp'.
13767
13768 2002-03-02 Milan Zamazal <pdm@zamazal.org>
13769
13770 * textmodes/tildify.el (tildify-string-alist): Add entry for xml-mode.
13771
13772 2002-03-02 Miles Bader <miles@gnu.org>
13773
13774 * mwheel.el (mwheel-scroll): Remove `double' and `triple' from the
13775 event-modifiers before looking up in `mouse-wheel-scroll-amount'.
13776 If there's no applicable modifiers entry in the alist in
13777 `mouse-wheel-scroll-amount', fall back to the default, not to
13778 nil (which causes full screen scrolls).
13779
13780 2002-03-01 Andreas Schwab <schwab@suse.de>
13781
13782 * textmodes/texnfo-upd.el (texinfo-start-menu-description):
13783 Remove extra paren in regexp.
13784
13785 2002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
13786
13787 * mouse.el (mouse-show-mark): Use display-mouse-p, not
13788 display-graphic-p, to decide whether to move point or use the
13789 highlighting.
13790
13791 2002-02-28 Colin Walters <walters@verbum.org>
13792
13793 * eshell/esh-var.el (eshell-parse-variable-ref): Use `make-temp-file'.
13794
13795 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
13796 `temporary-file-directory'; we now do that in `calc-graph-file-cache'.
13797 (calc-temp-file-name): Use `make-temp-file'.
13798
13799 2002-02-28 Richard M. Stallman <rms@gnu.org>
13800
13801 * font-lock.el (java-font-lock-extra-types):
13802 Match java.net.URL, etc.
13803
13804 2002-02-28 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13805
13806 * hexl.el (hexl-options): Doc fix.
13807 Update Commentary section.
13808
13809 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
13810 Doc fixes.
13811
13812 2002-02-28 Andre Spiegel <spiegel@gnu.org>
13813
13814 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
13815 the user to do that first.
13816 (vc-update): New function.
13817
13818 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
13819 which calls vc-update. Use the term "Base Version" instead of
13820 "Last Version" for the entries "Revert" and "Compare".
13821
13822 2002-02-28 Kim F. Storm <storm@cua.dk>
13823
13824 * simple.el (shell-command-on-region): Report non-zero exit
13825 status in mode line instead of buffer.
13826
13827 2002-02-27 Richard M. Stallman <rms@gnu.org>
13828
13829 * comint.el (comint-preoutput-filter-functions): Doc fix.
13830 (comint-output-filter-functions, comint-input-filter-functions)
13831 (comint-redirect-filter-functions): Likewise.
13832
13833 (comint-redirect-preoutput-filter): Do the local-hook
13834 handling of t when running comint-redirect-filter-functions.
13835 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
13836
13837 2002-02-26 Richard M. Stallman <rms@gnu.org>
13838
13839 * paths.el (remote-shell-program): Add doc string.
13840
13841 2002-02-26 Colin Walters <walters@debian.org>
13842
13843 * ibuf-ext.el (sorter mode-name): New.
13844 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
13845
13846 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
13847 interactively, so they do something.
13848 (calc-scroll-right): Ditto.
13849
13850 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
13851
13852 * international/mule.el (ctext-pre-write-conversion): Handle the
13853 case when FROM is a string, and when we are called from
13854 build_annotations_2.
13855
13856 2002-02-26 Richard M. Stallman <rms@gnu.org>
13857
13858 * rect.el (clear-rectangle-line): Reindent to the same column
13859 that move-to-column reached when it tried to go to endcol.
13860
13861 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
13862
13863 2002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
13864
13865 * winner.el (winner-boring-buffers, winner-set): A window which
13866 displays a buffer whose name is in the list
13867 `winner-boring-buffers', will no longer be restored by `winner-undo'.
13868 (winner-sorted-window-list): Used to improve comparison between
13869 window configurations.
13870 (winner-win-data): Simplified and moved.
13871 (winner-conf): Simplified (now uses `winner-win-data').
13872 (winner-change-fun, winner-save-old-configurations)
13873 (winner-save-(un)conditionally, winner-redo): Changes made while in
13874 the minibuffer will be ignored. (Such changes are undone upon
13875 exit for the minibuffer, anyway.)
13876 (winner-set-conf): Preserve selected window whenever possible.
13877 (winner-make-point-alist): Simplified.
13878 (winner-mode, winner-save-unconditionally): Save current window
13879 configuration on entering minibuffer.
13880 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
13881 since it does not change the overall behavior of Emacs.
13882
13883 2002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
13884
13885 * international/mule-conf.el (compound-text): Renamed back from
13886 compound-text-no-extensions.
13887 (ctext-no-compositions): Remove the mime-charset property.
13888 (compound-text-with-extensions): Renamed from compound-text.
13889 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
13890
13891 2002-02-26 Juanma Barranquero <lektu@terra.es>
13892
13893 * faces.el (list-faces-display): Fix typo.
13894
13895 2002-02-25 Richard M. Stallman <rms@gnu.org>
13896
13897 * frame.el (focus-follows-mouse): Doc fix.
13898
13899 2002-02-26 Miles Bader <miles@gnu.org>
13900
13901 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
13902 to `define-key', since it no longer accepts the latter.
13903
13904 2002-02-25 Jason Rumney <jasonr@gnu.org>
13905
13906 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
13907 mouse-wheel-scroll-amount.
13908
13909 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
13910 mwheel.el.
13911
13912 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
13913
13914 2002-02-25 Andre Spiegel <spiegel@gnu.org>
13915
13916 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
13917 consistent with the others that take a backend name as a symbol.
13918
13919 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
13920
13921 2002-02-25 Kim F. Storm <no-spam@cua.dk>
13922
13923 * comint.el (comint-replace-by-expanded-filename): Do nothing if
13924 comint-match-partial-filename returns nil.
13925
13926 * shell.el (shell-pcomplete-setup-done): New variable.
13927 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
13928 (shell-pcomplete-reverse): Ditto.
13929
13930 2002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
13931
13932 * ps-print.el (ps-print-printer): Added `lpr' customize group member.
13933
13934 2002-02-25 Juanma Barranquero <lektu@terra.es>
13935
13936 * subr.el (save-match-data): Doc fix.
13937
13938 * ielm.el (ielm-prompt): Allow customization; make it read-only.
13939
13940 2002-02-25 Kim F. Storm <storm@cua.dk>
13941
13942 * shell.el (shell-mode-map): Add "Complete" header so completion
13943 menu is shown on the menu bar in shell mode.
13944
13945 2002-02-25 Stefan Monnier <monnier@cs.yale.edu>
13946
13947 * ielm.el (ielm-match-data): New var.
13948 (inferior-emacs-lisp-mode): Make it buffer-local.
13949 (ielm-eval-input): Use it to preserve match-data between inputs.
13950
13951 2002-02-24 Juanma Barranquero <lektu@terra.es>
13952
13953 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
13954
13955 2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
13956
13957 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
13958 `custom-buffer' customize group.
13959
13960 2002-02-23 Kim F. Storm <storm@cua.dk>
13961
13962 * help.el (where-is): Use remap-command.
13963
13964 * help-fns.el (describe-function-1): Use remap-command.
13965
13966 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
13967 change (no longer accept a symbol for the KEY argument).
13968
13969 2002-02-23 Colin Walters <walters@debian.org>
13970
13971 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
13972 * calc/calcalg2.el (math-solve-get-sign): Ditto.
13973
13974 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
13975 in generated function.
13976
13977 * ibuf-ext.el (ibuffer-old-time): Change to hours.
13978 (ibuffer-mark-old-buffers): Handle it.
13979
13980 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
13981 (toplevel): Bind them.
13982 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
13983 not necessary now that we use pcomplete.
13984
13985 * comint.el: Document how use new pcomplete completion facility.
13986
13987 2002-02-23 Richard M. Stallman <rms@gnu.org>
13988
13989 * mail/rmailsum.el (rmail-summary-output): Properly advance
13990 to next message, by calling rmail-summary-goto-msg.
13991
13992 * net/browse-url.el (browse-url-galeon): Specify --existing
13993 for an existing window. Use --noraise rather than --no-raise.
13994 Don't use -x.
13995
13996 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
13997
13998 * progmodes/etags.el (find-tag-noselect, find-tag)
13999 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
14000 Fix a typo in doc strings.
14001
14002 2002-02-20 Deepak Goel <deego@glue.umd.edu>
14003
14004 * play/snake.el (snake-velocity-queue, snake-update-velocity)
14005 (snake-final-x-velocity, snake-final-y-velocity):
14006 New variable and functions. Store user's keypresses
14007 into a queue and pop from the queue each subsequent turn.
14008 (snake-update-game, snake-move-left)
14009 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
14010 (snake-start-game): Use that queue.
14011 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
14012 (snake-use-color-flag): Likewise.
14013 (snake-mode): Rename uses of those variables.
14014
14015 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
14016
14017 Support for ICCCM Extended Segments in X selections:
14018
14019 * international/mule-conf.el (ctext-no-compositions): New coding
14020 system.
14021 (compount-text-no-extensions): Renamed from compound-text.
14022 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
14023 compound-text-no-extensions.
14024 (compound-text): Redefined using post-read and pre-write conversions.
14025
14026 * international/mule.el (non-standard-icccm-encodings-alist)
14027 (non-standard-designations-alist): New variables.
14028 (ctext-post-read-conversion, ctext-pre-write-conversion):
14029 New functions.
14030
14031 2002-02-21 Jonathan Kamens <jik@kamens.brookline.ma.us>
14032
14033 * vc.el (vc-default-init-version): Update documentation to
14034 indicate that the backend can override the default init version.
14035 (vc-register): Use the backend init-version function, if it
14036 exists, to determine the initial version of a file.
14037 (vc-diff-switches-list): Don't symbol-quote backend, since it's
14038 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
14039
14040 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
14041 not version-controlled. This is necessary, e.g., if the file has
14042 just been reverted, and thus was previously under version control
14043 but isn't any longer.
14044 (vc-find-file-hook): Likewise.
14045
14046 2002-02-21 Martin Lorentzson <Martin.Lorentzson@telia.com>
14047
14048 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
14049 (vc-cvs-sticky-tag-display): New variable.
14050 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
14051 (vc-cvs-checkin): If the input revision is a valid symbolic tag
14052 name, we create it as a branch, commit and switch to it.
14053 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
14054 (vc-cvs-valid-symbolic-tag-name-p): New function.
14055 (vc-cvs-parse-sticky-tag): New function.
14056 (vc-cvs-parse-entry): Added parsing of sticky tags.
14057
14058 2002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
14059
14060 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
14061 nil, and then explicitly set the standard-value to t.
14062
14063 2002-02-20 Sam Steingold <sds@gnu.org>
14064
14065 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
14066 since it is used in the menu bar.
14067
14068 2002-02-20 Richard M. Stallman <rms@gnu.org>
14069
14070 * simple.el (shell-command-on-region): Display the exit status
14071 when a command fails.
14072
14073 * subr.el (add-hook): Doc fix.
14074
14075 * frame.el (other-frame): Doc fix.
14076
14077 * simple.el (yank): Clear `field' property.
14078
14079 2002-02-20 Tom Tromey <tromey@cachet>
14080
14081 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
14082 natural paragraph boundaries. Don't fail at beginning of buffer.
14083
14084 2002-02-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14085
14086 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
14087 call the argument "arg" to match plain next-line and
14088 previous-line. From Kevin Ryde <user42@zip.com.au>.
14089
14090 2002-02-19 Sam Steingold <sds@gnu.org>
14091
14092 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
14093 scroll amounts for different modifiers now.
14094 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
14095 format properly.
14096 (mouse-wheel-mode): Ditto.
14097
14098 2002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
14099
14100 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
14101 around function body.
14102
14103 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
14104 sense of the comparison, to match the doc strings of functions
14105 that use this macro.
14106
14107 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
14108
14109 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
14110
14111 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
14112 * menu-bar.el (menu-bar-mode): Ditto.
14113
14114 2002-02-18 Andreas Schwab <schwab@suse.de>
14115
14116 * replace.el (query-replace-regexp-eval): Doc fix.
14117
14118 2002-02-18 Colin Walters <walters@verbum.org>
14119
14120 * calc/calcalg2.el (math-solve-get-int): Convert return value from
14121 `math-get-from-counter' to a string before calling `concat' on it.
14122
14123 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
14124 (calc-public-autoloads): Obsolete; remove.
14125 (calc-private-autoloads): Ditto.
14126 (calc-add-autoloads): Ditto.
14127
14128 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
14129 for body.
14130
14131 2002-02-17 Jason Rumney <jasonr@gnu.org>
14132
14133 * w32-win.el (x-option-alist, x-long-option-alist)
14134 (x-switch-definitions): Remove, use command-line-x-option-alist
14135 instead to be consistent with X.
14136 (x-handle-initial-switch): New function.
14137
14138 2002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14139
14140 * faces.el (mode-line-inactive, header-line): Add the :inherit
14141 attribute for the tty case.
14142
14143 2002-02-17 stanislav shalunov <shalunov@internet2.edu>
14144
14145 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
14146 invoked from Rmail with full headers displayed.
14147
14148 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14149
14150 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
14151 when repeated.
14152 * textmodes/paragraphs.el (mark-paragraph): Ditto.
14153
14154 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
14155
14156 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
14157 (menu-bar-tools-menu): Removed speedbar.
14158
14159 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
14160 and `flyspell-mode' entries.
14161
14162 * textmodes/flyspell.el (flyspell): Add to ispell group.
14163
14164 2002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14165
14166 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
14167 repeated.
14168 (mark-defun): Mark more if repeated.
14169
14170 2002-02-17 Colin Walters <walters@verbum.org>
14171
14172 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
14173
14174 * ibuffer.el (ibuffer-truncate-lines): New option.
14175 (ibuffer-mode): Use it.
14176
14177 2002-02-17 Kim F. Storm <storm@cua.dk>
14178
14179 * cus-start.el: Add mouse-highlight.
14180
14181 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
14182
14183 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
14184
14185 * cus-start.el: Add automatic-hscroll-margin and
14186 automatic-hscroll-step.
14187
14188 2002-02-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14189
14190 * cus-start.el (x-autoselect-window): Allow customization.
14191
14192 * eshell/em-alias.el (eshell-alias-initialize): Do not use
14193 make-local-hook.
14194
14195 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
14196
14197 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
14198
14199 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
14200
14201 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
14202
14203 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
14204
14205 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
14206
14207 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
14208
14209 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
14210
14211 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
14212
14213 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
14214
14215 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
14216
14217 * eshell/esh-io.el (eshell-io-initialize): Likewise.
14218
14219 * eshell/esh-mode.el (eshell-mode): Likewise.
14220
14221 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
14222
14223 * eshell/esh-var.el (eshell-var-initialize): Likewise.
14224
14225 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
14226
14227 * progmodes/idlwave.el (idlwave-mode): Likewise.
14228
14229 * textmodes/reftex-sel.el (reftex-select-label-mode)
14230 (reftex-select-bib-mode): Likewise.
14231
14232 2002-02-16 John Wiegley <johnw@gnu.org>
14233
14234 * eshell/em-hist.el (eshell-hist-initialize): When in the
14235 minibuffer, use the global value of `eshell-history-ring', and
14236 never save it to disk, or ask to save it to disk. This allows
14237 users of session.el to control whether its global state should be
14238 persisted or not.
14239 (eshell-add-command-to-history): Don't write Eshell's history out
14240 to disk, let the governing mode control that upon exit.
14241
14242 2002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
14243
14244 * eshell/eshell.el (eshell-command): Before reading from the
14245 minibuffer, add eshell-add-command-to-history to
14246 minibuffer-exit-hook, and remove it after read-from-minibuffer
14247 returns.
14248
14249 * eshell/em-hist.el (eshell-add-input-to-history): New function,
14250 with most of the code from eshell-add-to-history.
14251 (eshell-add-command-to-history): New function, to record in
14252 eshell-history the commands run via eshell-command.
14253 (eshell-add-to-history): Call eshell-add-command-to-history to do
14254 most of the work.
14255
14256 2002-02-16 John Wiegley <johnw@gnu.org>
14257
14258 * eshell/esh-ext.el (eshell-external-command): Added a fix for
14259 XEmacs' new dired.el, which adds a global entry in the
14260 `file-name-handler-alist'.
14261
14262 2002-02-16 John Wiegley <johnw@gnu.org>
14263
14264 * align.el (align-region): Added a missing name argument.
14265
14266 2002-02-16 John Wiegley <johnw@gnu.org>
14267
14268 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
14269 after the #! of a shell interpretor specification.
14270
14271 2002-02-15 Richard M. Stallman <rms@gnu.org>
14272
14273 * help.el (describe-key-briefly): Make output in INSERT case
14274 look just like what is displayed in the normal case.
14275
14276 2002-02-15 Andreas Schwab <schwab@suse.de>
14277
14278 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14279 Require non-letter after specials.
14280
14281 2002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
14282
14283 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
14284
14285 2002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14286
14287 * simple.el (mark-word): Mark more if repeated.
14288 * textmodes/paragraphs.el (mark-paragraph): Ditto.
14289 (mark-end-of-sentence): Ditto.
14290
14291 2002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
14292
14293 * wid-edit.el (widgetp): Made it more robust.
14294
14295 2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
14296
14297 * facemenu.el (describe-text-done): New function.
14298 (describe-text-mode-map): New variable.
14299 (describe-text-mode-hook): New option.
14300 (describe-text-mode): New function.
14301 (describe-text-widget): New function.
14302 (describe-text-sexp): New function.
14303 (describe-text-properties): New function.
14304 (describe-text-category): New command.
14305 (describe-text-at): New command.
14306 (facemenu-menu): Replace `list-text-properties-at' with
14307 `describe-text-at' in the menu.
14308
14309 * wid-edit.el (widgetp): New function.
14310 * wid-edit.el (widget-keymap, widget-insert, widget-setup): Autoload.
14311
14312 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
14313
14314 * wid-browse.el: Removed version and x-url keywords.
14315
14316 2002-02-13 Kim F. Storm <storm@cua.dk>
14317
14318 * cus-start.el (mode-line-in-non-selected-windows):
14319 Allow customization.
14320
14321 2002-02-13 Richard M. Stallman <rms@gnu.org>
14322
14323 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
14324 Tell bibtex-parse-keys to output no progress messages.
14325
14326 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
14327
14328 * progmodes/pascal.el (pascal-imenu-generic-expression):
14329 Add menu-title and fix parentheses.
14330
14331 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
14332
14333 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
14334 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
14335
14336 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
14337
14338 * menu-bar.el (menu-bar-options-save): Only save
14339 `current-language-environment' and `default-input-method' when
14340 marked as customized.
14341
14342 * international/mule-cmds.el
14343 (setup-specified-language-environment):
14344 Mark `current-language-environment' as customized.
14345 (set-input-method): Mark `default-input-method' as customized when
14346 called interactively.
14347 (toggle-input-method): Ditto.
14348
14349 2002-02-11 Colin Walters <walters@verbum.org>
14350
14351 * ibuffer.el (ibuffer-switch-format): Supply required argument for
14352 `ibuffer-current-formats'.
14353
14354 2002-02-11 Miles Bader <miles@gnu.org>
14355
14356 * faces.el (mode-line-inactive): Add dark-background variant.
14357
14358 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
14359
14360 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
14361 * menu-bar.el (menu-bar-mode): Ditto.
14362 * cus-edit.el (customize-mark-to-save): Always save variables
14363 without a standard value.
14364
14365 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
14366 (menu-bar-options-save): Ditto.
14367 (menu-bar-showhide-menu): Ditto.
14368 (menu-bar-options-menu): Ditto.
14369 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
14370 (menu-bar-scroll-bar-none): Remove.
14371 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
14372 expressions instead.
14373
14374 * cus-edit.el (customize-set-value): Return value.
14375 (customize-set-variable): Ditto.
14376 (customize-save-variable): Ditto.
14377 (customize-set-variable): Load dependencies before setting value.
14378 (custom-load-symbol): Autoload it.
14379 (customize-mark-as-set): New function.
14380
14381 2002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
14382
14383 * cus-start.el: Don't warn about "x-*" symbols when building a
14384 non-GUI version.
14385
14386 2002-02-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14387
14388 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
14389 Doc fix.
14390 (strokes-help): Do not use doubled with-output-to-temp-buffer.
14391 Fix the help string.
14392 (strokes-prompt-user-save-strokes): Fix typo.
14393 (strokes-list-strokes): Use proper exit-action argument for
14394 view-buffer. Update copyright notice.
14395
14396 * international/mule-diag.el: Various doc and message fixes.
14397 (non-iso-charset-alist): Add mac-roman. Don't add entries for
14398 codepages already present.
14399 (list-block-of-chars): Display space for null entries in
14400 translation table. Display tab specially.
14401 (list-non-iso-charset-chars): Check for null charsets. Use pop
14402 for clarity. Don't break 8-bit sets into sections between ranges.
14403 (list-charset-chars): Avoid indent-tabs-mode.
14404 (describe-char-after): Maybe use the text property for syntax
14405 table information. Maybe report char-code-property-table info.
14406 Maybe report character's unicode. Tweak printing of list info.
14407 (list-input-methods): Add xref buttons.
14408 (dump-charsets, dump-codings): Deleted (obsolete).
14409 From Dave Love <fx@gnu.org>.
14410
14411 2002-02-10 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14412
14413 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
14414
14415 2002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
14416
14417 * viper-util.el (viper-read-key-sequence): Fix so it'll read
14418 fast key sequences in emacs native mode
14419 (viper-events-to-keys): Delete.
14420
14421 * viper.el (describe-key, describe-key-briefly): Get rid of
14422 viper-events-to-keys.
14423
14424 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
14425
14426 * ediff-wind.el (ediff-setup-control-frame):
14427 Use ediff-has-gutter-support.
14428
14429 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
14430 check if buff is alive.
14431
14432 * ediff.el: Typo in comment.
14433
14434 2002-02-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14435
14436 * menu-bar.el (menu-bar-options-save): Take care of
14437 line-number-mode and column-number-mode variables.
14438 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
14439 "Show Column Number" in "Show/Hide" menu.
14440
14441 2002-02-09 Richard M. Stallman <rms@gnu.org>
14442
14443 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
14444
14445 2002-02-09 Kim F. Storm <storm@cua.dk>
14446
14447 * faces.el (mode-line-inactive): New face for mode-line for
14448 non-selected windows.
14449 (mode-line): Doc fix: Only used for selected window.
14450
14451 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
14452
14453 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
14454 name to "Insert Diary Entry".
14455
14456 2002-02-08 Stefan Monnier <monnier@cs.yale.edu>
14457
14458 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
14459 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
14460
14461 2002-02-08 Richard M. Stallman <rms@gnu.org>
14462
14463 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
14464
14465 2002-02-08 Andreas Schwab <schwab@suse.de>
14466
14467 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
14468 of point-min.
14469
14470 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
14471
14472 * net/ange-ftp.el (ange-ftp-process-handle-line)
14473 (ange-ftp-set-xfer-size): If the file's size is a float, divide
14474 by 1024 instead of using ash.
14475
14476 * international/mule-cmds.el (select-safe-coding-system):
14477 State the buffer's name in the message popped in the *Warning* buffer,
14478 and make sure the offending buffer is displayed.
14479
14480 2002-02-07 Markus Rost <rost@math.ohio-state.edu>
14481
14482 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
14483
14484 2002-02-07 Richard M. Stallman <rms@gnu.org>
14485
14486 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
14487
14488 * register.el (list-registers): New command.
14489 (describe-register-1): New subroutine, taken out of view-register.
14490
14491 * emacs-lisp/copyright.el (copyright-regexp):
14492 Delete the unibyte copyright symbol; it's redundant.
14493 Fix a spazz in the multibyte encoding here.
14494
14495 2002-02-07 Dave Love <fx@gnu.org>
14496
14497 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
14498 (cyrillic-encode-alternativnyj-char): Get translation tables from
14499 symbol properties, not as variables.
14500 (standard-display-cyrillic-translit): Include unicodes.
14501
14502 2002-02-06 Kim F. Storm <storm@cua.dk>
14503
14504 * help.el (where-is): Report remapped commands.
14505
14506 * help-fns.el (describe-function-1): Ditto.
14507
14508 * subr.el (global-set-key, local-set-key): Accept a symbol for the
14509 KEY argument (like define-key).
14510
14511 2002-02-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14512
14513 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
14514
14515 2002-02-06 Richard M. Stallman <rms@gnu.org>
14516
14517 * mail/mailabbrev.el: Require sendmail only at compile time.
14518 (mail-mode-header-syntax-table): Var deleted.
14519 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
14520 (sendmail-pre-abbrev-expand-hook): Only temporarily change
14521 local-abbrev-table and the syntax table.
14522 Compute mail-abbrev-syntax-table if that has not been done.
14523
14524 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
14525
14526 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
14527 (debugger-frame-number): Figure out the offset directly.
14528 (debugger-setup-buffer): Don't use debugger-frame-offset.
14529 (debugger-frame, debugger-frame-clear): Likewise.
14530 (debugger-jump): Don't alter debugger-frame-offset.
14531
14532 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14533 Replace foo-p as var name with foo-flag, not foo-p-flag.
14534
14535 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
14536 (highlight-changes-passive-string): Default to -Chg.
14537 (highlight-changes-global-modes): Doc fix.
14538
14539 * dired.el (dired-get-filename): Add /: when appropriate
14540 to avoid taking a local name as remote.
14541
14542 * files.el (file-name-non-special): Add special handling for
14543 file-name-sans-versions, file-name-completion, and
14544 file-name-all-completions.
14545
14546 * isearch.el (isearch-update): Don't update display in kbd macro.
14547 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
14548
14549 * subr.el (force-mode-line-update): Doc fix.
14550
14551 * subr.el (atomic-change-group, prepare-change-group)
14552 (activate-change-group, accept-change-group, cancel-change-group):
14553 New functions.
14554
14555 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
14556 (transpose-subr-1): Use atomic-change-group.
14557
14558 * subr.el (add-minor-mode): Include the mode's lighter string
14559 in the minor mode menu item name.
14560
14561 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
14562 rmail-count-screen-lines starting from (point-min).
14563
14564 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
14565 beyond the image height, to use the fancy splash screen.
14566
14567 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
14568 (text-mode): Set text-mode-variant here.
14569
14570 2002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
14571
14572 * play/pong.el (pong-height): Don't use height that exceeds the
14573 frame height.
14574 (pong-border-options): Make the border colors slightly more bright.
14575
14576 * play/gamegrid.el (gamegrid-display-type): Treat any
14577 color-capable display as color-x, if display-color-p is fboundp.
14578 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
14579 (gamegrid-make-color-tty-face): Use the value of color, not the
14580 symbol itself. Don't call gamegrid-color.
14581
14582 2002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
14583
14584 * gud.el (gud-refresh): Call recenter only after we are sure we
14585 are in the right window.
14586
14587 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
14588
14589 * cus-edit.el (customize-mark-to-save): New function.
14590 * menu-bar.el (menu-bar-options-save): Rewrote.
14591
14592 2002-02-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14593
14594 * cus-start.el (x-use-underline-position-properties):
14595 Allow customization.
14596
14597 2002-02-04 Simon Josefsson <jas@extundo.com>
14598
14599 * dired.el (dired-load-hook, dired-mode-hook)
14600 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
14601
14602 2002-02-03 Colin Walters <walters@verbum.org>
14603
14604 * ibuf-ext.el (ibuffer-filter-format-alist)
14605 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
14606 New variables.
14607 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
14608 is now the Emacs CVS tree.
14609 (ibuffer-formats): Doc fix.
14610 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
14611 (ibuffer-current-format): Use them.
14612 (ibuffer-recompile-formats, ibuffer-check-formats)
14613 (ibuffer-switch-format, ibuffer-update-title):
14614 Add support for ibuffer-filter-format-alist.
14615 (define-ibuffer-column process): Remove unncessary consing.
14616
14617 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
14618 for a summary column.
14619
14620 2002-02-03 Andreas Schwab <schwab@suse.de>
14621
14622 * window.el (save-selected-window): Move macro before first use.
14623 (balance-windows): Fix misplaced parenthesis.
14624
14625 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14626
14627 * calculator.el (calculator-displayers): Doc fixes.
14628
14629 2002-02-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14630
14631 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
14632 (menu-bar-options-save): Save also the value of `display-time-mode'.
14633 (showhide-date-time): New function.
14634 (menu-bar-showhide-menu): New menu-item "Date and time".
14635
14636 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
14637
14638 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
14639 get-file-buffer to check for rmail buffer existence.
14640
14641 * term.el (term-emulate-terminal): Extract proper command string
14642 which is supplied to term-command-hook.
14643
14644 2002-02-03 Richard M. Stallman <rms@gnu.org>
14645
14646 * international/quail.el (quail-help): Don't call help-setup-xref.
14647
14648 * international/mule-cmds.el (describe-input-method):
14649 Call help-setup-xref here.
14650 (describe-current-input-method): Doc fix.
14651
14652 * novice.el (disabled-command-hook): Clarify output text.
14653 Indent the paragraph from the command's doc string.
14654
14655 * dabbrev.el (dabbrev--goto-start-of-abbrev):
14656 Exit loop on beginning of field rather than bobp.
14657
14658 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14659
14660 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
14661 the message text into the *mail* buffer, and restore the pruned
14662 state after that.
14663
14664 * mail/rmail.el (rmail-redecode-body): Prune the headers before
14665 looking for X-Coding-System header, and restore the pruned state
14666 before returning.
14667
14668 2002-02-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14669
14670 * cus-edit.el (customize-save-variable): Fix typo in prompt.
14671
14672 These changes integrate new version of flyspell.el from its
14673 maintainer, Manuel Serrano:
14674
14675 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
14676 (flyspell-mode-on, flyspell-notify-misspell)
14677 (flyspell-small-region, flyspell-external-point-words)
14678 (flyspell-large-region): Use it
14679 (flyspell-before-incorrect-word-string)
14680 (flyspell-after-incorrect-word-string): New user options.
14681 (make-flyspell-overlay): Use them.
14682 (flyspell-version): New function.
14683 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
14684 definitions to use :weight.
14685 (flyspell-insert-function): New user option.
14686 (flyspell-auto-correct-word, flyspell-correct-word)
14687 (flyspell-xemacs-correct): Use it.
14688 (flyspell-define-abbrev): New function.
14689 (flyspell-auto-correct-word, flyspell-correct-word)
14690 (flyspell-xemacs-correct): Use it.
14691 (make-flyspell-overlay): Use `evaporate' property.
14692 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
14693 (flyspell-emacs-popup): Use `session' instead of `accept'.
14694 (flyspell-auto-correct-previous-pos): New variable.
14695 (flyspell-auto-correct-previous-hook)
14696 (flyspell-auto-correct-previous-word): New functions.
14697
14698 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14699
14700 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
14701 don't alter the user's ~/.emacs.
14702 (disable-command): If user-init-file is nil or does not exist,
14703 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
14704 But don't alter the init file if Emacs was invoked as "emacs -q"
14705
14706 2002-02-01 Stefan Monnier <monnier@cs.yale.edu>
14707
14708 * mail/sendmail.el (mail-mode): Undo half of last change.
14709
14710 * indent.el (indent-for-tab-command): Remove spurious code.
14711
14712 * hi-lock.el (hi-lock-find-patterns): Save restriction.
14713
14714 2002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
14715
14716 * calendar/time-date.el: Moved from lisp/gnus.
14717
14718 * calendar/parse-time.el: Ditto.
14719
14720 2002-01-31 Richard M. Stallman <rms@gnu.org>
14721
14722 * international/iso-acc.el (iso-languages): Fix ", " in French.
14723
14724 * cus-start.el (history-length): Specify customization for it.
14725
14726 * emacs-lisp/debug.el (debugger-setup-buffer):
14727 When an eval-buffer frame was reading from a buffer,
14728 insert indication of the buffer position.
14729 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
14730 (debugger-frame-clear, debugger-frame): Error on non-frame line.
14731
14732 * simple.el (shell-command-on-region): Err if no mark
14733 before reading the command string.
14734
14735 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
14736 Definitions moved down after hl-line-mode var's definition.
14737
14738 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
14739 (hilit-chg-set-face-on-change): Rename arg.
14740 (hilit-chg-make-ov): Detect error earlier.
14741
14742 * ediff-hook.el: Delete autoload cookies.
14743
14744 * comint.el (comint-scroll-show-maximum-output): Default is t.
14745
14746 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
14747 (batch-byte-compile-if-not-done): New function.
14748
14749 * Makefile.in (compile): New target.
14750 (compile-always): Renamed from compile-files.
14751 (compile-after-backup): Renamed from compile.
14752 (bootstrap): Depend on compile-always, not compile-files.
14753
14754 * emulation/pc-select.el (pc-select-save-and-set-mode):
14755 Properly use MODE-VAR.
14756
14757 2002-01-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14758
14759 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
14760 Version" to "About Emacs".
14761 (menu-bar-options-save): Add `default-frame-alist'
14762 to saved variables.
14763 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
14764 of the variable `scroll-bar-mode'.
14765
14766 * startup.el (normal-splash-screen, display-splash-screen):
14767 New functions (separated from command-line-1).
14768 (command-line-1): Use them.
14769
14770 2002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
14771
14772 * calendar/calendar.el (generate-calendar-month): Doc fix.
14773
14774 2002-01-27 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14775
14776 * time.el (display-time-mail-directory): New option.
14777 (display-time-mail-function): Update doc-string.
14778 (display-time-mail-icon): Use XPM image when available.
14779 (display-time-string-forms): Use more descriptive text as
14780 help-echo property.
14781 (display-time-mail-check-directory): New function.
14782 (display-time-update): Use it.
14783
14784 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
14785 Quote `window-system'.
14786
14787 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
14788 Add Keywords header. Update Commentary section.
14789 Update copyright notice.
14790
14791 * menu-bar.el (menu-bar-scroll-bar-right)
14792 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
14793 (showhide-menu-bar): New functions.
14794 (menu-bar-showhide-menu): New submenu "Show/Hide".
14795 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
14796 "Show/Hide".
14797 Update copyright notice.
14798
14799 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
14800
14801 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
14802
14803 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
14804
14805 * pc-select.el (pc-selection-mode-hook)
14806 (pc-select-saved-settings-alist, pc-select-map)
14807 (pc-select-saved-global-map, pc-select-key-bindings-alist)
14808 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
14809 (pc-select-meta-moves-sexps-key-bindings)
14810 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
14811 New variables.
14812 (pc-select-define-keys, pc-select-restore-keys): New functions.
14813 (pc-select-add-to-alist, pc-select-save-and-set-var)
14814 (pc-select-save-and-set-mode, pc-select-restore-var)
14815 (pc-select-restore-mode): New macros.
14816 (pc-selection-mode): Completely rewrote the body of the function;
14817 the main goal was to make pc-selection-mode "turn-off"-able, like
14818 other minor modes. Use define-minore-mode instead of just a
14819 defun. Store the key bindings into four alists:
14820 pc-select-default-key-bindings, pc-select-extra-key-bindings,
14821 pc-select-meta-moves-sexps-key-bindings, and
14822 pc-select-tty-key-bindings; then have the pc-select-define-keys
14823 function walk those alists instead of calling define-key
14824 repeatedly. When the mode is turned on, set the
14825 keybindings in global-map and remember the old keybindings; when
14826 the mode is turned off, restore the previously-saved keybindings.
14827 (pc-selection-mode defcustom): Reflect the fact that the mode is
14828 now "turn-off"-able.
14829
14830 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
14831
14832 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
14833 returns t, don't treat that as an error.
14834
14835 2002-01-25 Jason Rumney <jasonr@gnu.org>
14836
14837 * faces.el (face-font-registry-alternatives) [windows-nt]:
14838 Add ms-oemlatin as an alternative for iso8859-1.
14839
14840 2002-01-25 Stefan Monnier <monnier@cs.yale.edu>
14841
14842 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
14843 args and the absence of an entry. Don't add -f each time.
14844
14845 2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
14846
14847 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
14848
14849 Support for more than 8 colors on character terminals:
14850
14851 * term/rxvt.el: New file.
14852
14853 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
14854
14855 * term/xterm.el (xterm-standard-colors): New variable.
14856 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
14857 (xterm-rxvt-set-background-mode): New functions.
14858 (toplevel): Call xterm-register-default-colors,
14859 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
14860 Add support for more keys from xterm's terminfo entry.
14861
14862 * facemenu.el (list-colors-display): If the argument is nil, don't
14863 show more colors that the number returned by display-color-cells.
14864
14865 * term/pc-win.el (msdos-color-values): Reverse the order of the
14866 colors, since tty-color-define now preserves the registration order.
14867
14868 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
14869
14870 * term/tty-colors.el (tty-standard-colors): Reverse the order.
14871 (tty-register-default-colors): New function; code moved from
14872 startup.el's command-line.
14873 (tty-modify-color-alist): Use nconc instead of cons, to preserve
14874 the order the colors where registered.
14875
14876 * frame.el (display-color-cells): Use tty-display-color-cells.
14877
14878 * startup.el (command-line): Call tty-register-default-colors.
14879
14880 2002-01-25 Richard M. Stallman <rms@gnu.org>
14881
14882 * subr.el (remove): Doc fix.
14883
14884 2002-01-24 Richard M. Stallman <rms@gnu.org>
14885
14886 * progmodes/compile.el (compilation-handle-exit):
14887 Add a compilation-handle-exit property to the "finished" message.
14888 (compilation-parse-errors): Stop parsing when that property is seen.
14889
14890 * subr.el (substring-no-properties): New function.
14891 (copy-without-properties): Function deleted.
14892
14893 * term/x-win.el (x-handle-geometry): Put sizes on both
14894 initial-frame-alist and default-frame-alist.
14895
14896 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
14897 for saving .emacs.
14898
14899 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
14900
14901 * calendar/calendar.el (generate-calendar-month): Doc fix.
14902
14903 2002-01-23 Richard M. Stallman <rms@gnu.org>
14904
14905 * play/tetris.el (tetris): New defgroup.
14906 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
14907 (tetris-default-tick-period): Convert to defcustom.
14908 Added * in docstring to indicate user variable.
14909 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
14910 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
14911 (tetris-buffer-height, tetris-width, tetris-height)
14912 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
14913
14914 2002-01-22 Stefan Monnier <monnier@cs.yale.edu>
14915
14916 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
14917 and is already matched by adaptive-fill-regexp.
14918
14919 2002-01-22 Richard M. Stallman <rms@gnu.org>
14920
14921 * bindings.el (mode-line-copied-mode-name): New variable.
14922 (mode-line-mode-name): Don't modify mode-name itself!
14923 Instead, make a copy and reuse it.
14924
14925 * subr.el (copy-without-properties): New function.
14926
14927 * progmodes/sh-script.el (sh-set-shell): Doc fix.
14928
14929 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
14930 slash if DIR is just slash.
14931
14932 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
14933
14934 2002-01-21 Richard M. Stallman <rms@gnu.org>
14935
14936 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
14937
14938 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
14939 Move defvar up.
14940
14941 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
14942
14943 * ibuffer.el: Don't require ibuf-ext at load time.
14944 (ibuffer): Require ibuf-ext here.
14945
14946 2002-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
14947
14948 * generic-x.el (apache-conf-generic-mode): Highlight the first
14949 word in a line even if preceded by blanks.
14950
14951 2002-01-21 Richard M. Stallman <rms@gnu.org>
14952
14953 * window.el (window-body-height): Handle minibuffer window specially.
14954 Otherwise, don't return less than 1.
14955
14956 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
14957
14958 * ange-ftp.el: Added support for BS2000, and for raw ftp
14959 login commands (needed in some circumstances).
14960 (ange-ftp-raw-login): New custom var.
14961 (ange-ftp-normal-login): Perform login with raw ftp commands, if
14962 ange-ftp-raw-login is set and account password is needed.
14963 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
14964 (ange-ftp-bs2000-filename-pubset-regexp)
14965 (ange-ftp-bs2000-filename-username-regexp)
14966 (ange-ftp-bs2000-filename-prefix-regexp)
14967 (ange-ftp-bs2000-name-template): New consts.
14968 (ange-ftp-bs2000-short-filename-regexp)
14969 (ange-ftp-bs2000-fix-name-regexp-reverse)
14970 (ange-ftp-bs2000-fix-name-regexp): New consts.
14971 (ange-ftp-bs2000-special-prefix): New custom var.
14972 (ange-ftp-fix-name-for-bs2000)
14973 (ange-ftp-fix-dir-name-for-bs2000): New funs.
14974 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
14975 (ange-ftp-bs2000-posix-hook-installed): New vars.
14976 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
14977 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
14978 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
14979 (ange-ftp-bs2000-filename-regexp): New const.
14980 (ange-ftp-bs2000-additional-pubsets): New custom var.
14981 (ange-ftp-bs2000-cd-to-posix): New fun.
14982
14983 2002-01-20 Colin Walters <walters@verbum.org>
14984
14985 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
14986 with `byte-compile-dynamic'.
14987 (ibuffer-default-directory, toplevel): Doc files.
14988
14989 2002-01-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
14990
14991 * tempo.el (tempo-define-template): Doc fix.
14992
14993 * scroll-bar.el (scroll-bar-mode): Make argument optional.
14994
14995 2002-01-20 Jason Rumney <jasonr@gnu.org>
14996
14997 * w32-vars.el: New file.
14998
14999 * loadup.el [windows-nt]: Load it.
15000
15001 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
15002 and make them defcustoms.
15003
15004 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
15005
15006 2002-01-19 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15007
15008 * language/tibet-util.el (tibetan-decompose-region)
15009 (tibetan-decompose-string): Fix typo in docstring.
15010
15011 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
15012
15013 2002-01-18 Richard M. Stallman <rms@gnu.org>
15014
15015 * comint.el (comint-redirect-send-command-to-process):
15016 Restore previous current buffer.
15017
15018 * window.el (window-body-height): New function.
15019
15020 2002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
15021
15022 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
15023 "Finish Function" menu map entries for jdb mode.
15024 (gud-jdb-use-classpath): New customization variable.
15025 (gud-jdb-command-name): Add customization.
15026 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
15027 (gud-jdb-classpath-string): New variable.
15028 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
15029 (gud-jdb-build-source-files-list): Likewise.
15030 (gud-jdb-massage-args): Record any command argument classpath
15031 string in `gud-jdb-classpath-string'.
15032 (gud-jdb-lowest-stack-level): New function, finds bottom of current
15033 java call stack in jdb output.
15034 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
15035 (gud-jdb-parse-classpath-string): New functions.
15036 (gud-jdb-marker-filter): Search/detect classpath information in
15037 jdb's output. marker regexp updated to match oldjdb and jdb output
15038 formats. Expand search for source files to include new/old methods
15039 using new functions above. Do not allow `gud-marker-acc' to grow
15040 without bound.
15041 (jdb): Set classpath information (if available) as jdb is started.
15042 Change `gud-break' and `gud-remove'
15043 to use new %c ("class") escape in format strings.
15044 Add `gud-finish', `gud-up', `gud-down' command string functions, and
15045 add them to the local menu map. Update `comint-prompt-regexp' for
15046 jdb and oldjdb. If attaching to an already running java VM and
15047 configured to use classpath, send command to query for classpath,
15048 else use previous method for finding and parsing java
15049 sources. Set `gud-jdb-find-source' function accordingly.
15050 (gud-mode): Doc fix.
15051 (gud-format-command): Add support for new %c ("class") escape.
15052 (gud-find-class): New function in support of %c escape.
15053
15054 2002-01-17 Richard M. Stallman <rms@gnu.org>
15055
15056 * ibuf-ext.el: Enable byte-compile-dynamic.
15057
15058 2002-01-17 Jason Rumney <jasonr@gnu.org>
15059
15060 * term/w32-win.el: Restore conditional require of fontset.
15061
15062 2002-01-16 Richard M. Stallman <rms@gnu.org>
15063
15064 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
15065 more or less.
15066 (mouse-drag-region): New function. For a click in the echo area,
15067 show *Messages*.
15068
15069 * ibuf-ext.el: Delete the autoloads for functions defined with
15070 ibuffer-specific commands.
15071
15072 * help.el (describe-distribution): Really call view-file.
15073
15074 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
15075 (ange-ftp-get-process): Pass that arg.
15076
15077 * comint.el (comint-simple-send): Fix previous change.
15078
15079 * net/telnet.el (telnet-simple-send): Fix previous change.
15080
15081 * progmodes/sql.el (sql-escape-newlines-and-send)
15082 (sql-query-placeholders-and-send): Fix previous change.
15083
15084 2002-01-16 Colin Walters <walters@verbum.org>
15085
15086 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
15087 URL, Compatibility headers. Update copyright notice.
15088 * ibuf-macs.el (toplevel): Require `cl' when compiling.
15089
15090 2002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
15091
15092 * startup.el (command-line): Set EOL mnemonics for the Mac.
15093
15094 2002-01-16 Andreas Schwab <schwab@suse.de>
15095
15096 * mail/feedmail.el (feedmail): Fix :link spec.
15097
15098 2002-01-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15099
15100 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
15101 2 ldapsearch.
15102
15103 * net/eudc.el: New maintainer. Change author's address.
15104 (eudc-pre-select-window-configuration, eudc-insertion-marker):
15105 Variables removed.
15106 (eudc-insert-selected): Function removed.
15107 (eudc-select): Reimplemented.
15108 (eudc-expand-inline): Delete the strings only after its expansion
15109 is chosen not before.
15110
15111 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
15112 Minor coding style fixes.
15113
15114 * net/eudcb-ldap.el: New maintainer. Change author's address.
15115 (eudc-attribute-display-method-alist): Display mail with
15116 eudc-display-mail.
15117
15118 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
15119 * net/eudc-vars.el: New maintainer. Change author's address.
15120
15121 * net/eudc-bob.el: New maintainer. Change author's address.
15122 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
15123 (eudc-display-mail): New function.
15124 (eudc-bob-play-sound-at-point): Remove XEmacs case.
15125
15126 2002-01-15 Richard M. Stallman <rms@gnu.org>
15127
15128 * emacs-lisp/autoload.el (make-autoload):
15129 Don't handle define-ibuffer-column, define-ibuffer-filter,
15130 define-ibuffer-sorter, and define-ibuffer-op.
15131
15132 2002-01-14 Richard M. Stallman <rms@gnu.org>
15133
15134 * calendar/calendar.el (diary-date-forms): Doc fix.
15135
15136 2002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
15137
15138 * startup.el (command-line): Register the default tty colors even
15139 if the terminal doesn't seem to support colors.
15140 <tty-long-option-alist>: New option --color.
15141 (tty-handle-args): Parse the --color arg.
15142
15143 * term/tty-colors.el (tty-color-mode-alist): New variable.
15144
15145 2002-01-14 Stefan Monnier <monnier@cs.yale.edu>
15146
15147 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
15148 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
15149 Use it.
15150 (ange-ftp-hook-function): Preserve match-data.
15151 (ange-ftp-insert-directory): Typo.
15152 (ange-ftp-shell-command): Check if regexp matched.
15153
15154 2002-01-13 Richard M. Stallman <rms@gnu.org>
15155
15156 * international/mule-cmds.el: help-map bindings moved to help.el.
15157
15158 * help.el (view-echo-area-messages): New function.
15159 (help-map): Add `e' binding. Delete obsolete `d' binding.
15160 Change old Info bindings C-f, C-k and C-i to F, K, S.
15161 Move view-emacs-FAQ from F to C-f.
15162 Move view-emacs-problems from P to C-e.
15163 Bindings moved here from mule-cmds.el.
15164 C-l binding for describe-language-environment deleted
15165 (help-for-help): Update for all these changes.
15166
15167 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
15168
15169 2002-01-13 Dave Love <fx@gnu.org>
15170
15171 * emacs-lisp/copyright.el: Doc fixes.
15172 (copyright-regexp): Add Latin-9 copyright sign.
15173 Match comment delimiters in year lists.
15174 (copyright-current-year): Initialize to load-time year.
15175
15176 2002-01-13 Andreas Schwab <schwab@suse.de>
15177
15178 * dired-aux.el (dired-do-shell-command): Doc fix.
15179
15180 2002-01-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15181
15182 * startup.el (command-line-x-option-alist): New options "-fs",
15183 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
15184
15185 * term/x-win.el (x-handle-initial-switch): New function.
15186
15187 2002-01-13 Colin Walters <walters@debian.org>
15188
15189 * emacs-lisp/autoload.el (make-autoload): Handle define-ibuffer-column,
15190 define-ibuffer-filter, define-ibuffer-sorter, and define-ibuffer-op.
15191
15192 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
15193
15194 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
15195
15196 2002-01-12 Richard M. Stallman <rms@gnu.org>
15197
15198 * net/browse-url.el (browse-url-grail):
15199 Use browse-url-maybe-new-window.
15200
15201 * net/telnet.el (telnet-simple-send):
15202 Handle comint-input-sender-no-newline like comint-simple-send.
15203
15204 * progmodes/sql.el (sql-query-placeholders-and-send):
15205 Handle comint-input-sender-no-newline like comint-simple-send.
15206 (sql-escape-newlines-and-send): Likewise.
15207
15208 * comint.el (comint-input-sender): Doc fix.
15209 (comint-input-sender-no-newline): New variable.
15210 (comint-simple-send): If comint-input-sender-no-newline,
15211 don't output newline, but maybe send eof.
15212 (comint-send-input): New arg NO-NEWLINE.
15213 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
15214
15215 2002-01-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15216
15217 * textmodes/flyspell.el (flyspell-check-pre-word-p):
15218 Prevent delaying when executing keyboard macros.
15219
15220 2002-01-12 Richard M. Stallman <rms@gnu.org>
15221
15222 * simple.el (line-move): If we can't move enough lines,
15223 go to beginning or end of line.
15224
15225 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
15226 and proper window.
15227
15228 * help.el (describe-mode): Call help-setup-xref in the help buffer.
15229 Switch buffers only after calling `help-buffer'.
15230
15231 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
15232 only when they are surrounded by whitespace.
15233 Use dired-mark-separator when adding one file name to a command.
15234 (dired-do-shell-command): Verify that * is surrounded by whitespace.
15235 Ask for confirmation if * or ? is not surrounded by whitespace.
15236 (dired-bunch-files): Re-reverse the partial file list when it is used.
15237
15238 2002-01-12 Richard M. Stallman <rms@gnu.org>
15239
15240 * comint.el (comint-dynamic-list-completions): Repeating the command
15241 after displaying a completion list scrolls the list.
15242
15243 2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
15244
15245 * files.el (find-file-noselect): Don't consider a buffer as
15246 visiting a file literally if it is in hexl-mode.
15247
15248 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
15249
15250 2002-01-11 Richard M. Stallman <rms@gnu.org>
15251
15252 * startup.el (initial-scratch-message): Fix custom type, add group.
15253
15254 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
15255 around the decode-coding-region call.
15256
15257 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
15258 after displaying a completion list scrolls the list.
15259
15260 2002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
15261
15262 * version.el (emacs-version): Bump to 21.2.50.
15263
15264 2002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
15265
15266 * play/zone.el (zone-timeout): New var.
15267 (zone-hiding-modeline): New macro.
15268 (zone-call): New func.
15269
15270 (zone): Init `modeline-hidden-level' symbol property.
15271 Use `zone-call' instead of `funcall'.
15272
15273 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
15274
15275 (zone-pgm-stress): Use `zone-hiding-modeline'.
15276
15277 (zone-pgm-stress-destress): New zone program.
15278
15279 2002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
15280
15281 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
15282
15283 2002-01-09 Richard M. Stallman <rms@gnu.org>
15284
15285 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
15286
15287 2002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
15288
15289 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
15290 flyspell-mouse-map.
15291
15292 2002-01-08 Richard M. Stallman <rms@gnu.org>
15293
15294 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
15295
15296 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
15297
15298 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
15299
15300 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15301
15302 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
15303 Do not use make-local-hook.
15304
15305 2002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
15306
15307 * international/quail.el (quail-start-translation)
15308 (quail-start-conversion): Bind last-command-event, last-command,
15309 and this-command in the first let. This fixes the change from
15310 2000-08-30.
15311
15312 2002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
15313
15314 * ediff-hook.el: Add an autoload cookie.
15315
15316 2002-01-08 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15317
15318 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
15319 address of the author.
15320
15321 2002-01-08 Richard M. Stallman <rms@gnu.org>
15322
15323 * replace.el (occur-mode-goto-occurrence-other-window): New command.
15324 (occur-mode-map): Bind `o' to that.
15325
15326 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
15327
15328 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
15329 new macro that replaces viper-emacs-p and viper-xemacs-p in many
15330 cases. Used to reduce the number of warnings.
15331
15332 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
15333 (viper-standard-value): Move here from viper.el.
15334 (viper-set-unread-command-events): Move to viper-util.el
15335 (viper-check-minibuffer-overlay): Make sure
15336 viper-minibuffer-overlay is moved to cover the entire input field.
15337
15338 * viper-util.el: Use viper-cond-compile-for-xemacs-or-emacs.
15339 (viper-read-key-sequence, viper-set-unread-command-events)
15340 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
15341
15342 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
15343
15344 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
15345
15346 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
15347
15348 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
15349 (viper-event-vector-p): Move to viper-util.el
15350
15351 * viper.el (viper-standard-value): Move to viper-cmd.el.
15352 Use viper-cond-compile-for-xemacs-or-emacs.
15353
15354 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
15355
15356 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
15357
15358 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
15359 New macro designed to be used in many places where ediff-emacs-p or
15360 ediff-xemacs-p was previously used. Reduces the number of warnings.
15361 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
15362 of ediff-xemacs-p.
15363 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
15364 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
15365 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
15366 Move to ediff-util.el.
15367 (ediff-event-key): Moved here.
15368
15369 * ediff-merge.el: Got rid of unreferenced variables.
15370
15371 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
15372
15373 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
15374 (ediff-cleanup-mess): Improve the way windows are set up after
15375 quitting ediff.
15376 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
15377 (ediff-dispose-of-variant-according-to-user): New function
15378 designed to be smarter and also understands indirect buffers.
15379 (ediff-highlight-diff-in-one-buffer)
15380 (ediff-unhighlight-diff-in-one-buffer)
15381 (ediff-unhighlight-diffs-totally-in-one-buffer)
15382 (ediff-highlight-diff, ediff-highlight-diff)
15383 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
15384 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
15385 (ediff-get-region-contents, ediff-make-current-diff-overlay):
15386 Moved here.
15387 (ediff-format-bindings-of): New function by Hannu Koivisto
15388 <azure@iki.fi>.
15389 (ediff-setup): Make sure the merge buffer is always widened and
15390 modifiable.
15391 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
15392 result of a merge into a file visited by another buffer.
15393 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
15394 is visited by another buffer and ask to save/delete that buffer.
15395 (ediff-verify-file-merge-buffer): New function to do the above.
15396
15397 * ediff-vers.el: Load ediff-init.el at compile time.
15398
15399 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
15400
15401 * ediff.el (ediff-windows, ediff-regions-wordwise)
15402 (ediff-regions-linewise): Use indirect buffers to improve
15403 robustness and make it possible to compare regions of the same
15404 buffer (even overlapping regions).
15405 (ediff-clone-buffer-for-region-comparison)
15406 (ediff-clone-buffer-for-window-comparison): New functions.
15407 (ediff-files-internal): Refuse to compare identical files.
15408 (ediff-regions-internal): Get rid of the warning about comparing
15409 regions of the same buffer.
15410
15411 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
15412 Plus the following fixes courtesy of Dave Love: Doc fixes.
15413 (ediff-word-1): Use word class and move - to the
15414 front per regexp documentation.
15415 (ediff-wordify): Bind forward-word-function outside loop.
15416 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
15417 consing buffer contents.
15418 (ediff-goto-word): Move syntax table setting outside loop.
15419
15420 2002-01-07 Richard M. Stallman <rms@gnu.org>
15421
15422 * dired.el (dired-copy-filename-as-kill): Call kill-append
15423 if following a kill command.
15424
15425 * help-fns.el (describe-variable, describe-function):
15426 Do save-excursion.
15427
15428 2002-01-06 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15429
15430 * net/ldap.el (ldap-search-internal): Skip error message from
15431 ldapsearch. Allow listing attribute names only. Do not open
15432 non-existent files.
15433
15434 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
15435 call non-existent function.
15436
15437 * net/eudc.el (top-level): Revert previous change.
15438
15439 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
15440 variables to prevent warning from byte-compiler.
15441
15442 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
15443 string-match on emacs-version again.
15444
15445 * enriched.el (enriched-make-annotation): Fix the change from
15446 2002-01-05.
15447 (enriched-handle-display-prop): Return proper values.
15448
15449 * net/eudcb-ldap.el (eudc-attribute-display-method-alist):
15450 Use proper attribute name labeledUri instead of deprecated labeledUrl.
15451
15452 2002-01-05 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15453
15454 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
15455 editing an empty hotlist.
15456
15457 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
15458 Use buffer-string instead of buffer-substring for the whole buffer.
15459
15460 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
15461 not free.
15462
15463 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
15464 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
15465 (eudc-bob-save-object): Make the buffer unibyte.
15466 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
15467 object to external program.
15468
15469 2002-01-05 Andre Spiegel <spiegel@gnu.org>
15470
15471 * vc.el (vc-branch-part): Return nil if there's no `.'
15472 (vc-default-previous-version): Renamed from vc-previous-version.
15473 New args BACKEND and FILE. Return nil for revision numbers
15474 without a `.'
15475 (vc-version-diff): Call vc-BACKEND-previous-version.
15476 (vc-steal-lock): Steal lock before composing mail, so that no mail
15477 is sent when the stealing goes wrong. And we'll actually see the
15478 error in that case now.
15479 (vc-finish-steal): Removed.
15480
15481 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
15482 the lock, so that we see expanded headers.
15483 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p)
15484 (vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
15485 available from vc.el. Updated all callers.
15486
15487 2002-01-05 Richard M. Stallman <rms@gnu.org>
15488
15489 * enriched.el (enriched-make-annotation): Doc fix.
15490
15491 * format.el (format-replace-strings, format-subtract-regions)
15492 (format-annotate-region, format-annotate-location)
15493 (format-annotate-atomic-property-change)
15494 (format-annotate-single-property-change): Doc fixes.
15495
15496 2002-01-05 Jason Rumney <jasonr@gnu.org>
15497
15498 * term/w32-win.el: Require fontset unconditionally.
15499 (w32-handle-scroll-bar-event): Remove.
15500
15501 2002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
15502
15503 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
15504 copyrights to be updated.
15505
15506 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
15507
15508 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
15509 2001-10-24.
15510
15511 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
15512
15513 2002-01-04 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15514
15515 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated entry.
15516 (ldap-ignore-attribute-codings): Change the default value to allow
15517 encoding/decoding of attributes.
15518 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
15519
15520 2002-01-03 Richard M. Stallman <rms@gnu.org>
15521
15522 * files.el (basic-save-buffer): Undo previous change.
15523
15524 * calendar/diary-lib.el (diary-block): Doc fix.
15525
15526 * custom.el (defcustom): Fix syntax of previous change.
15527
15528 2002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
15529
15530 * custom.el (defcustom): Documented :tag, :link and :load.
15531
15532 2002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15533
15534 * mail/sendmail.el (mail-recover-1): New function.
15535 (mail-recover): Switch to the *mail* buffer right away.
15536 Use buffer-auto-save-file-name instead of calling
15537 make-auto-save-file-name. Call dired-noselect instead of invoking
15538 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
15539 before reading the auto-save file. If the buffer's auto-save file
15540 does not exist, call mail-recover-1 to allow recovery from past
15541 auto-saved drafts.
15542
15543 2002-01-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15544
15545 * time.el (display-time-load-average-threshold): Fix defcustom
15546 (add type and group).
15547
15548 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
15549 specification from the hostname.
15550
15551 2002-01-02 Richard M. Stallman <rms@gnu.org>
15552
15553 * facemenu.el (facemenu-active-faces):
15554 Use face-attributes-as-vector, not face-attributes-vector.
15555
15556 2002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
15557
15558 * xscheme.el: Eleven years of updates on a private copy.
15559
15560 Extensive changes to support multiple xscheme buffers:
15561 (run-scheme): Break up into new functions to facilitate starting
15562 processes in other buffers.
15563 (xscheme-start, xscheme-read-command-line): New functions.
15564 (start-scheme, select-scheme)
15565 (default-xscheme-runlight)
15566 (global-set-scheme-interaction-buffer)
15567 (local-set-scheme-interaction-buffer)
15568 (local-clear-scheme-interaction-buffer)
15569 (exit-scheme-interaction-mode)
15570 (verify-xscheme-buffer): New functions.
15571 (xscheme-process-name, xscheme-buffer-name)
15572 (xscheme-runlight): New internal vars.
15573 (default-xscheme-runlight): New const.
15574 (xscheme-start-process): Add args for the process/buffer names.
15575 (reset-scheme): Pass process/buffer names.
15576 (scheme-interaction-mode): Initialize new local vars.
15577 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
15578 (xscheme-select-process-buffer, xscheme-process-buffer)
15579 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
15580 (xscheme-goto-output-point, xscheme-write-message-1): Use new
15581 var xscheme-process-name.
15582 (xscheme-start-process): Initialize xscheme-process-name and
15583 xscheme-buffer-name in the process buffer. Pass buffer name to
15584 xscheme-modeline-initialize.
15585 (xscheme-modeline-initialize): Add argument to specify buffer name
15586 for mode-line vars.
15587 (xscheme-process-sentinel): Make sure sentinel is run in the
15588 process buffer so it sees its local vars.
15589 (xscheme-process-filter-initialize, xscheme-set-runlight):
15590 More elaborate logic to handle multiple-buffer mode lines.
15591
15592 (xscheme-enter-input-wait): Re-enable control-G handler upon
15593 entering input wait.
15594
15595 (scheme-interaction-mode): Add arg to preserve local vars.
15596 (xscheme-enter-interaction-mode)
15597 (xscheme-enter-debugger-mode): Preserve local vars.
15598 (xscheme-start-process): Clobber local vars.
15599
15600 (scheme-interaction-mode-commands): Allow end user to add commands
15601 to scheme-interaction-mode keymap.
15602 (scheme-interaction-mode-commands-alist): New variable.
15603
15604 (xscheme-send-string): Don't use insert-before-markers.
15605
15606 Implement a per-buffer kill ring:
15607 (xscheme-insert-expression)
15608 (xscheme-rotate-yank-pointer, xscheme-yank)
15609 (xscheme-yank-pop, xscheme-yank-push): New functions.
15610 (xscheme-expressions-ring)
15611 (xscheme-expressions-ring-yank-pointer)
15612 (xscheme-expressions-ring-max): New variables.
15613 (xscheme-send-string-1): Call xscheme-insert-expression to save
15614 expression in ring.
15615 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
15616 (xscheme-previous-send): Deleted variable.
15617
15618 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed)
15619 (xscheme-send-control-g-interrupt): Use process-send-string rather
15620 than send-string.
15621
15622 (xscheme-send-region): Insert a newline after an expression that
15623 is submitted in the interaction buffer, for consistency with
15624 recent changes to Edwin.
15625
15626 (xscheme-delete-output): New function mimics comint-delete-output.
15627 (xscheme-last-input-end): New internal variable.
15628 (xscheme-process-filter-output): Update xscheme-last-input-end.
15629
15630 (xscheme-send-control-g-interrupt): Make sure that
15631 xscheme-control-g-disabled-p is looked up in the right buffer.
15632
15633 (xscheme-enable-control-g): Clear C-g message if visible.
15634 (xscheme-control-g-message-string): New internal var.
15635 (xscheme-send-control-g-interrupt): Use new var.
15636
15637 (xscheme-send-control-g-interrupt, xscheme-send-interrupt):
15638 Delay after sending interrupt in order to work around race condition.
15639
15640 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
15641 (xscheme-send-char): Use xscheme-send-char rather than send-string
15642 to send single char.
15643
15644 (xscheme-process-filter, xscheme-process-filter-alist):
15645 Add support for evaluating expressions outside of the call-excursion.
15646 (xscheme-process-filter:string-action-noexcursion): New func.
15647
15648 (xscheme-write-value): Change output string to match that used by
15649 Edwin.
15650
15651 (xscheme-coerce-prompt): Don't write a space after a command
15652 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
15653 for us.
15654
15655 (reset-scheme): Delete process after killing it.
15656
15657 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15658
15659 * bindings.el (function-key-map): Don't bind shifted keypad
15660 numeric keys.
15661
15662 2002-01-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15663
15664 * enriched.el (enriched-handle-display-prop): Remove unused variables.
15665 (enriched-mode): Doc fix.
15666
15667 2002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15668
15669 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
15670 Hebrew points.
15671
15672 2002-01-01 Richard M. Stallman <rms@gnu.org>
15673
15674 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
15675
15676 2001-12-31 Richard M. Stallman <rms@gnu.org>
15677
15678 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
15679 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
15680 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
15681 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
15682 * progmodes/cperl-mode.el, progmodes/idlwave.el:
15683 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
15684 Adapt face definitions to use :weight and :slant.
15685
15686 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
15687
15688 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
15689
15690 * font-lock.el (initializing from font-lock-face-attributes):
15691 Use :weight and :slant, not :bold and :italic.
15692
15693 2001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
15694
15695 * cus-edit.el (custom-face-edit-fix-value): New function.
15696 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
15697
15698 2001-12-30 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15699
15700 * progmodes/octave-mod.el (octave-abbrev-table):
15701 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
15702 * progmodes/fortran.el (fortran-mode-abbrev-table):
15703 * progmodes/f90.el (f90-mode-abbrev-table):
15704 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
15705 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
15706 predefined abbrevs as "system" abbrevs.
15707
15708 2001-12-30 Richard M. Stallman <rms@gnu.org>
15709
15710 * info.el (Info-fontify-node): For a **** underline line, put the
15711 invisible and intangible props on the following newline, but not
15712 on the previous newline or the last char of the previous line.
15713
15714 * faces.el (face-set-after-frame-default): Don't change `default' face.
15715
15716 * faces.el (minibuffer-prompt): Adopt some default colors.
15717
15718 * replace.el (query-replace-read-args): Immediate error if read-only.
15719
15720 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
15721 Display the output buffer in a more intelligent way.
15722
15723 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
15724
15725 * ls-lisp.el (insert-directory): Modify the "total" line wording,
15726 in accordance with files.el's insert-directory.
15727
15728 2001-12-29 Richard M. Stallman <rms@gnu.org>
15729
15730 * files.el (basic-save-buffer): If a before-write hook displays
15731 an echo area message, pause before calling basic-save-buffer-1.
15732
15733 2001-12-29 Markus Rost <rost@math.ohio-state.edu>
15734
15735 * textmodes/reftex-global.el (reftex-query-replace-document)
15736 (reftex-change-label): Doc fix.
15737
15738 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
15739
15740 * progmodes/etags.el (tags-query-replace): Doc fix.
15741
15742 2001-12-29 Richard M. Stallman <rms@gnu.org>
15743
15744 * progmodes/compile.el (compile-internal): Fix previous change.
15745
15746 2001-12-28 Richard M. Stallman <rms@gnu.org>
15747
15748 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
15749 shrink the windows above as necessary to get space.
15750 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
15751
15752 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
15753 This fixes a bug that treated all files as directories.
15754 (ange-ftp-insert-directory): Explicitly follow symlinks.
15755
15756 * international/iso-transl.el (iso-transl-char-map) Eliminate the
15757 alias symbols--put the translated sequences here directly.
15758
15759 * progmodes/cc-mode.el (c-mode-abbrev-table)
15760 (c++-mode-abbrev-table, objc-mode-abbrev-table)
15761 (java-mode-abbrev-table, pike-mode-abbrev-table):
15762 Mark all the predefined abbrevs as "system" abbrevs.
15763
15764 * mail/sendmail.el (mail-envelope-from): Fix custom type.
15765 (sendmail-send-it): Check mail-specify-envelope-from
15766 and mail-envelope-from in the mail buffer at start.
15767
15768 2001-12-28 Simon Josefsson <jas@extundo.com>
15769
15770 * mail/sendmail.el (mail-envelope-from): Fix :type.
15771 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
15772
15773 2001-12-28 Richard M. Stallman <rms@gnu.org>
15774
15775 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
15776
15777 * simple.el (line-move-invisible): New subroutine.
15778 (line-move-to-column): New subroutine--smarter about advancing over
15779 invisible parts of a line, or lines, but only as long as hpos grows.
15780 (line-move-finish): New subroutine: repeatedly processes desired
15781 column, intangibility, and fields.
15782 (line-move): Use those subroutines.
15783 When moving lines downward, skip invisible text first rather than last.
15784
15785 2001-12-27 Richard M. Stallman <rms@gnu.org>
15786
15787 * international/mule-diag.el (describe-char-after):
15788 Describe the text properties of the char after point.
15789
15790 * help.el (describe-key): Doc fix.
15791
15792 2001-12-26 Markus Rost <rost@math.ohio-state.edu>
15793
15794 * find-dired.el (find-dired-sentinel): Precede exit message by
15795 two spaces, to match the regexp in dired-between-files.
15796
15797 2001-12-28 Miles Bader <miles@gnu.org>
15798
15799 * wid-edit.el (widget-toggle-value-create): Don't eval actual
15800 images (which are lists too).
15801
15802 2001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
15803
15804 * language/european.el: Fix the doc string of "Latin-5" language
15805 environment.
15806
15807 2001-12-26 Richard M. Stallman <rms@gnu.org>
15808
15809 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
15810 defined as before 2001-11-09.
15811 (add-minor-mode call): Specify the keymap.
15812
15813 * progmodes/compile.el (compile-internal):
15814 Set TERM variable in process-environment.
15815
15816 2001-12-25 Richard M. Stallman <rms@gnu.org>
15817
15818 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
15819 the buffer.
15820
15821 * startup.el (command-line): Convert command line args
15822 to Emacs internal representation using locale-coding-system.
15823
15824 2001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
15825
15826 * international/fontset.el: Don't require ind-util when compiling.
15827
15828 2001-12-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15829
15830 * emulation/tpu-edt.el (tpu-reset-screen-size):
15831 Use set-frame-height and set-frame-width instead of set-screen-height
15832 and set-screen-width.
15833
15834 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
15835 of obsolete set-screen-width.
15836
15837 * locate.el (locate): Remove dot at the end of error argument.
15838
15839 * emerge.el (emerge-show-file-name): Use frame-height instead of
15840 obsolete screen-height.
15841
15842 * mail/mh-utils.el (mh-show-msg): Likewise.
15843 (mh-handle-process-error): Use frame-width instead of obsolete
15844 screen-width.
15845
15846 2001-12-25 Richard M. Stallman <rms@gnu.org>
15847
15848 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
15849 to enlarge-window. Use save-selected-window. Don't try
15850 to resize windows that end at the bottom "level".
15851 Retry changing the sizes until the windows get the desired sizes.
15852 Discount the minibuffer when computing total height available.
15853
15854 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
15855 (debugger-make-xrefs): Only make a button for the first symbol
15856 on any line.
15857
15858 2001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
15859
15860 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
15861 Call IT-setup-unicode-display here instead of adding it to
15862 dos-codepage-setup-hook, so that Unicode display tables are set
15863 before dos-codepage-setup-hook runs.
15864
15865 2001-12-24 Richard M. Stallman <rms@gnu.org>
15866
15867 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
15868 (nslookup-mode-abbrev-table): Don't define it.
15869 (smbclient-mode-abbrev-table): Don't define it.
15870 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
15871 (nslookup-mode, smbclient-mode): Likewise.
15872 (network-connection-service-abbrev-alist): Variable deleted.
15873 (network-connection-mode-setup): Don't set up abbrev table.
15874
15875 * faces.el (minibuffer-prompt): New face.
15876 (minibuffer-prompt-properties): Add `face' property.
15877
15878 * replace.el (occur-mode-display-occurrence): New function.
15879 (occur-mode-map): Bind C-o to it.
15880
15881 2001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
15882
15883 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
15884 (viper-special-read-and-insert-char): Make C-m work right in the r
15885 comand.
15886 (viper-buffer-search-enable): Fixed format string.
15887
15888 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
15889 instead of viper-info-on-file.
15890 (ex-set-visited-file-name): New function.
15891
15892 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
15893
15894 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
15895 action argument.
15896
15897 * ediff-init.el: Fixed some doc strings.
15898
15899 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
15900 Got rid of make-local-hook.
15901
15902 * ediff-wind.el (ediff-setup-control-frame): Got rid of
15903 make-local-hook.
15904
15905 2001-12-23 Richard M. Stallman <rms@gnu.org>
15906
15907 * term/x-win.el (x-handle-geometry): Put height and width
15908 on default-frame-alist, left and top on initial-frame-alist.
15909 * term/w32-win.el (x-handle-geometry): Likewise.
15910
15911 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
15912
15913 * play/yow.el (yow): Use an arg to distinguish interactive calls,
15914 not interactive-p.
15915
15916 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15917
15918 * emacs-lisp/elint.el (elint-unknown-builtin-args):
15919 Remove mocklisp entries.
15920
15921 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
15922 Lisp. Obsoleted.
15923
15924 * emulation/mlconvert.el: File removed.
15925
15926 * emulation/mlsupport.el: Moved to obsolete.
15927
15928 * obsolete/mlsupport.el: Moved there from lisp/emulation.
15929
15930 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
15931
15932 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
15933 Remove mocklisp case.
15934
15935 * help-fns.el (describe-function-1): Remove mocklisp function case.
15936
15937 2001-12-22 Miles Bader <miles@gnu.org>
15938
15939 * textmodes/refill.el (refill-mode): Don't barf when redundantly
15940 turning refill-mode off.
15941
15942 2001-12-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
15943
15944 * time.el (display-time-load-average-threshold): New variable.
15945 (display-time-update): Use it.
15946
15947 These changes allow cycling through past 1, 5 and 15 minutes
15948 load-average displayed in the mode-line.
15949
15950 * time.el (display-time-default-load-average): New customizable option.
15951 (display-time-load-average): New variable.
15952 (display-time-cycle-load-average): New function.
15953 (display-time-update): Use them.
15954
15955 2001-12-21 Richard M. Stallman <rms@gnu.org>
15956
15957 * apropos.el (apropos-print): SPACING is now nil or a separator string.
15958 (apropos-documentation, apropos-value): Pass a suitable string.
15959
15960 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
15961
15962 * dired.el (dired-free-space-program, dired-free-space-args):
15963 Aliases for back-compatibility.
15964
15965 * info.el (Info-select-node): If Info-use-header-line is nil, set
15966 header-line-format to nil.
15967 (Info-fontify-node): Don't put a keymap text property on the
15968 heading if we are not going to display the header line. Remove
15969 any such text properties left over from past visits to this node.
15970
15971 * ls-lisp.el (insert-directory): Insert the amount of free disk
15972 space, like files.el's insert-directory does.
15973
15974 * files.el (directory-free-space-program):
15975 Mention file-system-info in the doc string.
15976 (get-free-disk-space): New function; code moved from insert-directory.
15977 (insert-directory): Call get-free-disk-space to get the amount of
15978 free space.
15979
15980 2001-12-21 Richard M. Stallman <rms@gnu.org>
15981
15982 * help.el (view-order-manuals, view-emacs-news, describe-copying)
15983 (describe-distribution, describe-project): Use view-file.
15984
15985 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
15986
15987 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
15988
15989 * emacs-lisp/easy-mmode.el (define-minor-mode):
15990 Make no arg by default in an interactive call,
15991 so that repeating the command toggles again.
15992
15993 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
15994
15995 2001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
15996
15997 * antlr-mode.el: More sophisticated indentation of cpp directive.
15998 (antlr-indent-at-bol-alist): New user option.
15999 (antlr-indent-line): Use it.
16000 (antlr-indent-style): New user option.
16001 (antlr-mode): Use it.
16002 (antlr-indent-item-regexp): Customize.
16003
16004 * antlr-mode.el: Syntax highlighting changes.
16005 (antlr-font-lock-literal-regexp): New user option.
16006 (antlr-font-lock-syntax-face): New face used for :, |, ....
16007 (antlr-font-lock-default-face): New face.
16008 (antlr-font-lock-additional-keywords): Use them.
16009
16010 * antlr-mode.el: New command to insert options -- variables.
16011 (antlr-mode-map): New binding [C-c C-o].
16012 (antlr-mode-menu): New submenus.
16013 (antlr-options-use-submenus): New user option.
16014 (antlr-tool-version): New user option.
16015 (antlr-options-auto-colon): New user option.
16016 (antlr-options-style): New user option.
16017 (antlr-options-push-mark): New user option.
16018 (antlr-options-assign-string): New user option.
16019 (antlr-options-headings): New variable.
16020
16021 * antlr-mode.el: New command to insert options -- specific.
16022 (antlr-options-alists): New variable.
16023 (antlr-read-value): New function.
16024 (antlr-read-boolean): New function.
16025 (antlr-language-option-extra): New function.
16026 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
16027 (antlr-c++-mode-extra): New function.
16028 (antlr-grammar-tokens): New function.
16029 (antlr-imenu-create-index-function): New optional argument.
16030
16031 * antlr-mode.el: New command to insert options -- functions.
16032 (antlr-insert-option): New command.
16033 (antlr-insert-option-interactive): New function.
16034 (antlr-options-menu-filter): New function.
16035 (antlr-option-kind): New function.
16036 (antlr-scan-lists): New alias.
16037 (antlr-scan-lists-internal): New function.
16038 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
16039 (antlr-option-level): New function.
16040 (antlr-syntactic-grammar-depth): New function.
16041 (antlr-option-location): New function.
16042 (antlr-insert-option-do): New function.
16043 (antlr-option-spec): New function.
16044 (antlr-version-string): New function.
16045 (antlr-insert-option-existing): New function.
16046 (antlr-insert-option-space): New function.
16047 (antlr-insert-option-area): New function.
16048
16049 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
16050 with narrowing. Menu change. Miscellaneous.
16051 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
16052 (antlr-mode-map): New bindings for characters in ":;|&(){}".
16053 (antlr-electric-character): New command.
16054 (antlr-class-header-regexp): New variable.
16055 (antlr-font-lock-additional-keywords): Use it.
16056 (antlr-imenu-create-index-function): Use it.
16057 (antlr-file-dependencies): Use it.
16058 (antlr-indent-line): Also works with restrictions.
16059 (antlr-indent-command): Interactive spec - changes the buffer.
16060 (antlr-language-for-option): Deletia.
16061 (antlr-language-option): New function, defined instead.
16062 (antlr-mode): Use it.
16063
16064 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
16065
16066 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
16067 instead of a literal /dev/null.
16068
16069 * Makefile.in (distclean): Remove Makefile in the build
16070 directory, not in the source directory.
16071
16072 2001-12-21 Simon Josefsson <jas@extundo.com>.
16073
16074 * mail/smtpmail.el (smtpmail-send-queued-mail):
16075 Use with-temp-buffer instead of find-file-noselect, and bind
16076 coding-system-for-read to no-conversion when reading the queued
16077 messages. (Simon's code modified slightly by Eli Zaretskii.)
16078
16079 2001-12-20 Werner Lemberg <wl@gnu.org>
16080
16081 * international/mule-diag.el (describe-coding-system)
16082 (print-coding-system-briefly): Make printed output have a similar
16083 format as describe-character-set.
16084
16085 2001-12-20 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16086
16087 * play/blackbox.el (bb-member): Remove, use member instead.
16088 (bb-delete): Remove, use delete instead.
16089 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
16090 bb-score, bb-detour-count and bb-balls-placed.
16091 Propertize results of rays.
16092
16093 2001-12-19 Karl Fogel <kfogel@red-bean.com>
16094
16095 * isearch.el (isearch-forward, isearch-edit-string): Make doc
16096 strings mention keybinding for `isearch-yank-word-or-char',
16097 rather than `isearch-yank-word', since the former is bound now
16098 and the latter is not.
16099 (isearch-yank-word-or-char): Fix formatting.
16100
16101 2001-12-19 Werner Lemberg <wl@gnu.org>
16102
16103 * language/czech.el, language/european.el, language/slovak.el:
16104 More fixes for language info doc strings.
16105
16106 2001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
16107
16108 * loadup.el: Add "language" to the load-path.
16109
16110 2001-12-19 Richard M. Stallman <rms@gnu.org>
16111
16112 * international/mule-cmds.el (describe-language-environment):
16113 Fix calls to help-xref-button.
16114
16115 2001-12-19 Miles Bader <miles@gnu.org>
16116
16117 * international/fontset.el: Require `ind-util' when compiling.
16118
16119 2001-12-18 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16120
16121 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
16122 instead of decompose-composite-char.
16123
16124 2001-12-18 Richard M. Stallman <rms@gnu.org>
16125
16126 * simple.el (eval-expression-print-level)
16127 (eval-expression-print-length): Doc fixes.
16128
16129 * international/mule-diag.el (describe-character-set):
16130 Fix the arg to help-xref-button.
16131
16132 * files.el (directory-free-space-program): New variable.
16133 (directory-free-space-args): New variable.
16134 (insert-directory): Use those two variables for getting free space.
16135 Use file-system-info instead, if that is defined.
16136
16137 * dired.el (dired-free-space-program): Variable deleted.
16138 (dired-free-space-args): Variable deleted.
16139 (dired-insert-directory): Don't try to determine free space.
16140
16141 * files.el (font-lock-defaults): Add risky-local-variables prop.
16142 (hack-one-local-variable): Treat various font-lock variables as risky.
16143
16144 2001-12-18 Werner Lemberg <wl@gnu.org>
16145
16146 * language/chinese.el, language/cyrillic.el:
16147 * language/czech.el, language/european.el, language/greek.el:
16148 * language/hebrew.el, language/indian.el, language/japanese.el:
16149 * language/korean.el, language/lao.el, language/slovak.el:
16150 * language/thai.el, language/tibetan.el, language/vietnamese.el:
16151 Improve documentation strings of coding systems and language infos.
16152
16153 2001-12-18 Werner LEMBERG <wl@gnu.org>
16154
16155 Add support for EUC-TW decoding/encoding.
16156
16157 * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
16158 (euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
16159 New auxiliary functions to build `big5-to-cns'.
16160 (big5-to-cns): New translation alist.
16161
16162 * language/chinese.el: Added new coding system `euc-tw' and its
16163 alias `euc-taiwan'.
16164 Updated language `Chinese-CNS' to include euc-tw encoding also.
16165 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
16166 euc-tw.
16167
16168 2001-12-18 Dave Love <fx@gnu.org>
16169
16170 * loadup.el: Add language/utf-8-lang, language/georgian.
16171
16172 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
16173 (image-file-name-regexps): Doc fix.
16174
16175 * server.el (server-unload-hook): New function.
16176
16177 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
16178 (lm-crack-copyright): Cope with multi-line copyright `lines'.
16179
16180 * simple.el (newline): Doc fix.
16181 (eval-expression-print-level, eval-expression-print-length): Doc
16182 fix. Amend :type.
16183 (next-line, previous-line): Make arg optional.
16184 (newline): Doc fix.
16185
16186 * Makefile.in (DONTCOMPILE): Add various language files.
16187
16188 * international/quail.el (quail-input-string-to-events): Don't use
16189 string-to-list.
16190
16191 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
16192 calling `newline'.
16193
16194 2001-12-17 Richard M. Stallman <rms@gnu.org>
16195
16196 * comint.el (comint-dynamic-list-input-ring-select): New function.
16197 Switches back to the old window configuration.
16198 (comint-dynamic-list-input-ring): Bind RET to that function.
16199 (comint-dynamic-list-input-ring-window-conf): New variable.
16200
16201 2001-12-17 Werner Lemberg <wl@gnu.org>
16202
16203 * international/mule-conf.el: Improve documentation strings of
16204 character sets.
16205
16206 2001-12-16 Richard M. Stallman <rms@gnu.org>
16207
16208 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
16209 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
16210
16211 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
16212
16213 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
16214 Add a DESCRIPTION for the makefile item.
16215
16216 * find-file.el (ff-other-file-name): New function.
16217
16218 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
16219
16220 * international/quail.el (quail-input-string-to-events): Fix last
16221 change.
16222
16223 2001-12-16 Richard M. Stallman <rms@gnu.org>
16224
16225 * isearch.el (isearch-edit-string): When we set isearch-string
16226 to the default, also set isearch-message.
16227
16228 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
16229
16230 * startup.el (command-line-1): Display startup screen
16231 even if there are command line args.
16232 Add a note about how to go to editing your files.
16233 (fancy-splash-head): Add a note about how to go to your files.
16234 (fancy-splash-outer-buffer): New variable.
16235 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
16236
16237 * subr.el (with-temp-message): At the end, always discard
16238 the temp message, even by clearing the echo area.
16239
16240 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
16241
16242 2001-12-16 Stefan Monnier <monnier@cs.yale.edu>
16243
16244 * log-view.el (log-view-message-re, log-view-current-tag):
16245 Recognize Subversion's log output format.
16246
16247 * international/fontset.el: Build the list L at compile time.
16248
16249 * language/ind-util.el (mapthread): Make a closure.
16250
16251 2001-12-15 Richard M. Stallman <rms@gnu.org>
16252
16253 * isearch.el (isearch-start-hscroll): New variable.
16254 (isearch-mode): Set isearch-start-hscroll.
16255 (isearch-update): Restore original hscrolling if possible.
16256
16257 * isearch.el (isearch-edit-string):
16258 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
16259
16260 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
16261 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
16262 rather than regexp search and (2) copying text properties
16263 already set up on text unchanged from the previous backtrace.
16264
16265 * case-table.el (set-case-syntax-pair):
16266 Detect invalid calls and signal an error.
16267
16268 2001-12-15 Richard M. Stallman <rms@gnu.org>
16269
16270 * language/ind-util.el (range): Function deleted.
16271 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
16272 All calls changed.
16273
16274 * language/devan-util.el (devanagari-range): Renamed from `range'.
16275 All calls changed.
16276 (devanagari-regexp-of-hashtbl-keys):
16277 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
16278
16279 2001-12-15 Dave Love <fx@gnu.org>
16280
16281 * language/ind-util.el: Don't require cl.
16282 (indian-glyph-char, indian-glyph-max-char)
16283 (indian-char-glyph): Moved from indian.el
16284 (indian--puthash-char, mapthread): Don't quote lambda.
16285 (indian--map): New function.
16286 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
16287 (indian--puthash-cv): Use it.
16288
16289 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
16290 (indian-char-glyph): Moved to ind-util.el
16291
16292 * language/devan-util.el (devanagari-post-read-conversion):
16293 New function.
16294
16295 * language/georgian.el: New file.
16296
16297 * international/mule-cmds.el (locale-language-names): Add various
16298 entries. Remove utf-8 special case.
16299 (locale-charset-language-names, locale-preferred-coding-systems):
16300 Add utf-8 case.
16301 (set-language-environment): Process required-features earlier.
16302
16303 * international/quail.el (quail-keyboard-layout-alist):
16304 Add pc105-uk.
16305 (quail-keyboard-layout-type): Fix :type.
16306 (quail-choose-completion-string): Simplify.
16307 (quail-update-leim-list-file): Don't get fooled by commented-out code.
16308 (quail-input-string-to-events): Run events through
16309 translation-table-for-input.
16310
16311 * international/mule-conf.el (translation-table-for-input):
16312 New variable.
16313 (latin-iso8859-14): Amend description.
16314 (file-coding-system-alist): Add entry for utf-8.
16315
16316 * language/utf-8-lang.el: New file.
16317
16318 * international/code-pages.el: New file.
16319
16320 * language/hebrew.el ("Windows-1255"): New language.
16321
16322 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
16323 ("Latvian"): New languages.
16324
16325 2001-12-14 Stefan Monnier <monnier@cs.yale.edu>
16326
16327 * xml.el: Use setq rather than (set 'foo bar).
16328 Use push+nreverse rather than append.
16329 (xml-node-name, xml-node-attributes, xml-node-children):
16330 Use defsubst rather than macros.
16331 (xml-parse-region): Handle a nil return value from xml-parse-tag.
16332 (xml-parse-tag): Don't skip white space. Return nil for a comment.
16333 Concat the two strings surrounding a comment into a single string.
16334
16335 * newcomment.el (comment-indent): Jump to the middle of empty comments.
16336
16337 2001-12-14 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16338
16339 * select.el (xselect-convert-to-class, xselect-convert-to-name):
16340 Document.
16341
16342 2001-12-14 Andre Spiegel <spiegel@gnu.org>
16343
16344 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
16345 Return nil if FILE is not registered.
16346 (vc-check-master-templates, vc-default-make-version-backups-p):
16347 Doc fix.
16348
16349 2001-12-13 David Ponce <david@dponce.com>
16350
16351 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
16352 (ruler-mode-left-fringe-cols): New macro.
16353 (ruler-mode-right-fringe-cols): New macro.
16354 (ruler-mode-left-scroll-bar-cols): New macro.
16355 (ruler-mode-right-scroll-bar-cols): New macro.
16356 (ruler-mode-ruler): Use above new macros.
16357
16358 2001-12-13 Richard M. Stallman <rms@gnu.org>
16359
16360 * files.el (set-auto-mode): Fix previous change.
16361
16362 2001-12-13 Stefan Monnier <monnier@cs.yale.edu>
16363
16364 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
16365 (easy-menu-do-define, easy-menu-convert-item-1)
16366 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
16367 (easy-menu-return-item): Only return nil if there is no binding.
16368
16369 2001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
16370
16371 * whitespace.el (whitespace-version): 3.2
16372 * whitespace.el (whitespace-force-mode-line-update): Replace with
16373 `whitespace-mode-line-update', which is an alias to the correct
16374 function in various emacsen.
16375 * whitespace.el (whitespace-{un,}highlight-the-space):
16376 Add colorized highlighting of the bogus whitespaces in a buffer/file,
16377 using the `whitespace-highlight-face' if
16378 `whitespace-display-spaces-in-color' is set.
16379
16380 2001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
16381
16382 * international/mule.el (set-auto-coding): Don't search for
16383 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
16384
16385 2001-12-13 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16386
16387 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
16388
16389 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
16390
16391 * mail/rmailsum.el (rmail-summary-mode): Likewise.
16392
16393 2001-12-13 Richard M. Stallman <rms@gnu.org>
16394
16395 * simple.el (undo): Always set this-command to `undo',
16396 so that the next undo after an error will not begin redoing.
16397
16398 * simple.el (shell-command): Doc fix.
16399 (shell-command-on-region): If there is output an an error,
16400 add "...Shell command failed" to the output.
16401
16402 2001-12-13 David Ponce <david@dponce.com>
16403
16404 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
16405 (ruler-mode-left-fringe-cols): Function replaced by more efficient
16406 implementation `ruler-mode-extra-left-cols'.
16407 (ruler-mode-ruler): Use above new function. Take into account
16408 that the fringe areas can now be resized.
16409
16410 2001-12-12 Richard M. Stallman <rms@gnu.org>
16411
16412 * international/characters.el (Unicode): Comment out
16413 the specifications for kelvin and angstrom signs.
16414
16415 * international/mule.el (make-translation-table-from-vector):
16416 Allow null elements in VEC.
16417
16418 * international/ucs-tables.el (unify-8859-on-encoding-mode)
16419 (unify-8859-on-decoding-mode): Swap the code in their bodies.
16420 Add :version.
16421
16422 2001-12-11 Richard M. Stallman <rms@gnu.org>
16423
16424 * derived.el (derived-mode-p): Function moved to subr.el.
16425
16426 * subr.el (derived-mode-p): Moved here from derived.el.
16427
16428 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
16429
16430 * files.el (set-auto-mode-1): New subroutine, broken out of
16431 set-auto-mode.
16432 (set-auto-mode, hack-local-variables-prop-line): Use that.
16433
16434 2001-12-11 Dave Love <fx@gnu.org>
16435
16436 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
16437
16438 * language/european.el: Remove autoload cookies. Fix registration
16439 of diacritic composition function.
16440
16441 2001-12-11 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16442
16443 * calendar/todo-mode.el: Require time-stamp.
16444
16445 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
16446
16447 2001-12-11 Richard M. Stallman <rms@gnu.org>
16448
16449 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
16450
16451 * textmodes/ispell.el (ispell-buffer-local-parsing):
16452 Match xml like sgml.
16453
16454 * emacs-lisp/advice.el (ad-compile-function):
16455 Byte compile the function under another (uninterned) name.
16456
16457 * gud.el (gdb): Define and bind gud-jump.
16458
16459 * font-lock.el (font-lock-mode):
16460 Put our function at the end of after-change-functions.
16461
16462 * ediff-diff.el (ediff-cmp-options): Doc fix.
16463
16464 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
16465
16466 2001-12-10 Richard M. Stallman <rms@gnu.org>
16467
16468 * isearch.el (isearch-yank-word-or-char): New function.
16469 (isearch-mode-map): Bind C-w to that.
16470
16471 * menu-bar.el (menu-bar-mode): Make arg optional.
16472
16473 * simple.el (line-move): Cope if next-single-property-change
16474 or previous-single-property-change returns nil.
16475
16476 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
16477 Don't use interactive-p; instead, pass the proper args
16478 in (interactive...). Clean up most of the trouble-report strings.
16479
16480 2001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
16481
16482 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
16483 enqueued messages literally.
16484
16485 2001-12-10 Noah Friedman <friedman@splode.com>
16486
16487 * battery.el (battery-insert-file-contents): Obsolete function
16488 removed.
16489 (battery-read-function): Obsolete function removed.
16490 (battery-linux-proc-apm): Use insert-file-contents.
16491
16492 2001-12-07 Stephen Eglen <stephen@gnu.org>
16493
16494 * iswitchb.el (iswitchb-visit-buffer):
16495 Use `select-frame-set-input-focus'--needed when window manager
16496 uses "click to focus" policy.
16497
16498 2001-12-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16499
16500 * COPYING: Moved back.
16501
16502 2001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
16503
16504 * term/internal.el (IT-character-translations): Add entries for
16505 more points.
16506
16507 * international/characters.el: Resurrect the Hebrew category
16508 settings for all Hebrew characters removed by the last change.
16509 Add code for setting the Hebrew category of the Unicode Hebrew
16510 characters. Set syntax entries for Hebrew punctuation characters.
16511
16512 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
16513 points and directional formatting control characters.
16514
16515 2001-12-07 Dave Love <fx@gnu.org>
16516
16517 * language/lao-util.el: Add Unicode equivalents for rules.
16518 (lao-post-read-conversion): New function.
16519
16520 * language/lao.el: Add Unicode equivalents.
16521 (lao): Add post-read conversion.
16522
16523 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
16524 Use iso2022 encoding.
16525 (latin1-char-displayable-p): Doc fix.
16526 (latin1-display-ucs-per-lynx): New option.
16527 (latin1-display-ucs-per-lynx): New command.
16528 (latin1-display-reset): Special-case arabic.
16529 (ucs-tables): Require.
16530 (latin1-display-sets, latin1-display-setup): Add arabic.
16531 (latin1-display) <variable>: Use function latin1-display.
16532 (latin1-display) <function>: Add mule-unicode stuff.
16533 (latin1-display-check-font): Don't lose if `info' is nil.
16534
16535 * international/iso-transl.el: Insert Latin-1 characters, not
16536 unibyte codes.
16537
16538 * language/european.el (diacritic-composition-pattern): New constant.
16539 (diacritic-compose-region, diacritic-compose-string)
16540 (diacritic-compose-buffer, diacritic-post-read-conversion)
16541 (diacritic-composition-function): New functions.
16542
16543 * international/utf-8.el (ucs-mule-to-mule-unicode):
16544 New translation table.
16545 (ccl-encode-mule-utf-8): Use it.
16546 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
16547 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
16548 (utf-8-subst-table): New variable.
16549 (utf-8-compose-scripts): New option.
16550 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
16551
16552 * international/ucs-tables.el, international/utf-8-subst.el:
16553 New files.
16554
16555 * international/characters.el: Don't set word syntax (the default)
16556 explicitly. Add a diacritic category. Add info for Unicode
16557 equivalents of characters in various Mule charsets and for extra
16558 Unicode characters. Don't define specific categories for
16559 Indian/Devanagari, since they aren't used.
16560
16561 2001-12-06 Richard M. Stallman <rms@gnu.org>
16562
16563 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
16564 (set-justification-left, set-justification-right): Doc fix.
16565
16566 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
16567 (bug-f90-mode): Variable deleted.
16568
16569 2001-12-06 Stefan Monnier <monnier@cs.yale.edu>
16570
16571 * indent.el (indent-line-function): Default is indent-relative again.
16572
16573 2001-12-07 Miles Bader <miles@gnu.org>
16574
16575 * progmodes/compile.el (compilation-error-regexp-alist):
16576 Added regexps for RXP.
16577
16578 2001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
16579
16580 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
16581 Add shift-assignment operators to those highlighted, and highlight
16582 the whole operator rather than just the "=".
16583
16584 2001-12-04 Juanma Barranquero <lektu@terra.es>
16585
16586 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
16587 before saving abbrevs if `save-abbrevs' has the value `silently'.
16588
16589 2001-12-04 Andreas Schwab <schwab@suse.de>
16590
16591 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
16592
16593 2001-12-04 Colin Walters <walters@debian.org>
16594
16595 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
16596 for `defmacro*' forms.
16597
16598 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
16599 `defmacro*'.
16600
16601 2001-12-03 Stefan Monnier <monnier@cs.yale.edu>
16602
16603 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
16604
16605 2001-12-02 Richard M. Stallman <rms@gnu.org>
16606
16607 * files.el (insert-directory): If the df output does not look right,
16608 don't try to use it. Other cleanups in overall code structure.
16609
16610 2001-12-02 Stefan Monnier <monnier@cs.yale.edu>
16611
16612 * textmodes/outline.el (outline-mode-prefix-map):
16613 Add bindings for outline-promote and outline-demote.
16614 (outline-minor-mode-menu-bar-map): New var.
16615 (outline-minor-mode): Use it.
16616 (outline-heading-alist): New var (renamed from outline-level-heading).
16617 (outline-level): Use it.
16618 (outline-insert-heading, outline-promote, outline-demote):
16619 Update to use outline-heading-alist.
16620
16621 * disp-table.el (standard-display-european):
16622 Simplify since the function is not interactive any more.
16623 Don't set the existing buffers to unibyte.
16624
16625 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
16626
16627 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
16628
16629 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
16630
16631 * shell.el (shell): Use shell-file-name.
16632 Pop to buffer before calling comint to set COLUMNS properly.
16633
16634 * emacs-lisp/cl.el (svref): New alias.
16635
16636 * progmodes/antlr-mode.el (antlr-c-common-init):
16637 Don't inhibit adaptive-fill-mode any more.
16638
16639 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
16640
16641 * progmodes/etags.el (tags-with-face): Use make-symbol.
16642 (tags-search, tags-query-replace): Use backquotes.
16643
16644 * textmodes/picture.el (picture-mode-map): Don't use defconst
16645 for a variable.
16646
16647 2001-12-02 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16648
16649 * textmodes/reftex-index.el (reftex-index-mode):
16650 Remove make-local-hook.
16651
16652 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
16653
16654 2001-12-02 Kim F. Storm <storm@cua.dk>
16655
16656 * isearch.el (isearch-resume-enabled): New variable.
16657 (isearch-done): Use that variable.
16658
16659 2001-12-01 Richard M. Stallman <rms@gnu.org>
16660
16661 * wid-edit.el (widget-button-click): Don't move point permanently:
16662 Avoid mouse-set-point--instead select the window,
16663 then do save-excursion, then move point.
16664 Specify the buffer for get-char-property.
16665 Don't use `@' in interactive.
16666
16667 * indent.el (indent-line-function):
16668 Default is indent-to-left-margin again.
16669
16670 * replace.el (query-replace-read-args): Display message
16671 if FROM contains `\n' or `\t'.
16672
16673 2001-12-01 Stefan Monnier <monnier@cs.yale.edu>
16674
16675 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
16676
16677 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
16678
16679 * emacs-lisp/regexp-opt.el (regexp-opt):
16680 Bind completion-regexp-list to nil.
16681
16682 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
16683
16684 2001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
16685
16686 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
16687 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
16688 Update maintainer.
16689
16690 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
16691
16692 * mail/smtpmail.el: Use with-current-buffer.
16693 (message-make-date, message-make-message-id): Autoload when needed.
16694 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
16695 headers when missing.
16696
16697 * international/encoded-kb.el (encoded-kbd-mode):
16698 Use define-minor-mode.
16699
16700 * enriched.el (enriched-mode): Use define-minor-mode.
16701 Use dolist and pop and push.
16702
16703 * info.el (Info-find-node-2): Don't call info-insert-file-contents
16704 with the `visit' argument.
16705 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
16706
16707 * progmodes/hideif.el (hide-ifdef-mode): Only modify
16708 `change-major-mode-hook' locally. Reset invisibility spec.
16709
16710 * man.el (Man-build-section-alist): Remove last Man-match-substring.
16711
16712 2001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16713
16714 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
16715 Clarify error message.
16716
16717 2001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16718
16719 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
16720
16721 2001-11-30 Andre Spiegel <spiegel@gnu.org>
16722
16723 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
16724 don't just return it.
16725
16726 2001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
16727
16728 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
16729 (menu-bar-read-emacs-man, search-emacs-glossary)
16730 (emacs-index-search, elisp-index-search): New functions.
16731 (apropso-documentation, apropos, apropos-value, apropos-variable)
16732 (apropos-commands): Modify menu item names and help text.
16733 (elisp-index-search, emacs-index-search, emacs-glossary):
16734 New menu items.
16735 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
16736 submenu.
16737 (info-elisp, info-elintro): New menu items.
16738 (apropos): Modify the menu item name.
16739
16740 2001-11-30 Stefan Monnier <monnier@cs.yale.edu>
16741
16742 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
16743
16744 * textmodes/outline.el (outline-promote, outline-demote): Typo.
16745
16746 * man.el (man-follow-mouse): New function.
16747 (Man-mode-map): Bind mouse-2 to it.
16748 (Man-match-substring): Remove. Replace with `match-string'.
16749 (man): Use the `default-value' argument to `read-string'.
16750 (Man-fontify-manpage): Add mouse-face to cross references.
16751
16752 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
16753
16754 2001-11-29 Stefan Monnier <monnier@cs.yale.edu>
16755
16756 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
16757 the value of require-match in minibuffer-completion-confirm.
16758 Use crm-local-completion-map.
16759
16760 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
16761 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
16762 (cl-make-type-test): Use char-valid-p for `character'.
16763
16764 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
16765 (Info-complete-menu-item): Rewrite. Add the ability to search
16766 several sequential nodes. Add a simple caching mechanism.
16767 (Info-goto-index): New function extracted from Info-index.
16768 (Info-index): Use it. Add completion to the interactive spec.
16769 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
16770
16771 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16772
16773 * COPYING: Removed.
16774
16775 2001-11-29 Dave Love <fx@gnu.org>
16776
16777 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
16778 (fortran-window-create, fortran-window-create-momentarily):
16779 Rewrite, moving error condition.
16780 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
16781 (fortran-mode-syntax-table): Revert last change.
16782
16783 * international/mule.el: Doc fixes.
16784 (map-charset-chars): New function.
16785 (register-char-codings): Use it to cope with generic chars in
16786 safe-chars.
16787
16788 2001-11-29 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16789
16790 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
16791
16792 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
16793
16794 * play/studly.el (studlify-word, studlify-region)
16795 (studlify-buffer): Fix doc-string.
16796 (studlify-buffer): Add autoload cookie.
16797
16798 2001-11-28 Stefan Monnier <monnier@cs.yale.edu>
16799
16800 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
16801 (outline-up-heading-all): Remove.
16802 (hide-sublevels): Move to end-of-heading before calling flag-region.
16803 (outline-copy-overlay, outline-discard-overlays): Remove.
16804 (outline-flag-region): Use `remove-overlays'.
16805 Don't move to end-of-heading.
16806 (outline-next-visible-heading, outline-back-to-heading)
16807 (outline-on-heading-p): Use outline-invisible-p.
16808 (outline-font-lock-level): Use outline-up-heading's new arg.
16809 (outline-minor-mode): Simplify.
16810 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
16811 (outline): Put a `reveal-toggle-invisible' property.
16812 (outline-level-heading): New var.
16813 (outline-insert-heading, outline-promote, outline-demote)
16814 (outline-toggle-children): New commands.
16815
16816 * progmodes/hideif.el (hif-end-of-line): New function.
16817 (hide-ifdef-mode): Set line-move-ignore-invisible.
16818 (hide-ifdef-region-internal): New function.
16819 (hide-ifdef-region): Use it.
16820 (hif-defined): Return an integer.
16821 (hif-infix-to-prefix): Remove.
16822 (hif-tokenize): Parse from the buffer rather than from a string.
16823 Correctly tokenize integers. Use forward-comment.
16824 (hif-expr): Use hif-or.
16825 (hif-term): Use hif-and.
16826 (hif-factor): Use hif-not. Handle numbers properly.
16827 Don't require parenthesis around `defined's argument.
16828 (hif-and, hif-or, hif-not): New funs.
16829 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
16830 (hif-hide-line): Don't hide the \n before the line.
16831 (hif-possibly-hide): Correctly handle numeric evaluation results.
16832
16833 * progmodes/make-mode.el: Use line-(end|beginning)-position.
16834 (makefile-mode): Set indent-line-function.
16835 (makefile-browser-insert-continuation): Use with-current-buffer.
16836 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
16837
16838 2001-11-28 Karl Fogel <kfogel@red-bean.com>
16839
16840 * isearch.el (isearch-yank-internal): New helper function.
16841 (isearch-yank-char): New function.
16842 (isearch-yank-word, isearch-yank-line): Rewrite to use
16843 isearch-yank-internal.
16844
16845 2001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
16846
16847 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
16848 aren't supported. Print a message to that effect if invoked.
16849
16850 2001-11-27 Stephen Eglen <stephen@gnu.org>
16851
16852 * locate.el (locate): Put point at first matching file rather
16853 than top of buffer.
16854
16855 2001-11-27 Stefan Monnier <monnier@cs.yale.edu>
16856
16857 * reveal.el: New file.
16858
16859 * progmodes/hideif.el: Misc cleanup.
16860 (hide-ifdef-mode-submap): Put the def in the defvar.
16861 Use substitute-key-definition.
16862 (hide-ifdef-mode): Use define-minor-mode.
16863 (hif-outline-flag-region): Remove.
16864 (hif-show-all): Define in terms of hif-show-ifdef-region.
16865 (hif-after-revert-function): Rename from hif-before-revert-function.
16866 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
16867 (hif-tokenize): Use with-syntax-table.
16868 (hif-make-range): Use `else' also for `else-p'.
16869 (hif-range-else-p): Remove.
16870 (hif-find-range): Simplify.
16871 (hif-hide-line): Don't bother preserving buffer-modified-p.
16872 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
16873 Don't use selective-display and inhibit-read-only.
16874
16875 * subr.el (copy-overlay, remove-overlays): New funs.
16876
16877 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
16878
16879 2001-11-27 Sam Steingold <sds@gnu.org>
16880
16881 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
16882 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
16883 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
16884 * obsolete/c-mode.el, obsolete/cplus-md.el
16885 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
16886 * term/sun-mouse.el, textmodes/artist.el:
16887 Converted backquote to the new style.
16888 * mouse.el, reposition.el: Likewise (in comments).
16889 * expand.el: Likewise (in a string).
16890
16891 2001-11-27 Richard M. Stallman <rms@gnu.org>
16892
16893 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
16894
16895 2001-11-26 Richard M. Stallman <rms@gnu.org>
16896
16897 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
16898 if :on-glyph or :off-glyph is a list, eval it and store it back.
16899 (checkbox): Quote the values for :on-glyph and :off-glyph.
16900
16901 * cus-start.el (recursive-load-depth-limit): Delete item.
16902
16903 2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
16904
16905 * help-fns.el (describe-categories, help-describe-category-set): New.
16906 describe-categories moved here from src/category.c.
16907
16908 2001-11-26 Sam Steingold <sds@gnu.org>
16909
16910 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
16911 arguments to `insert' are strings.
16912
16913 2001-11-26 Richard M. Stallman <rms@gnu.org>
16914
16915 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
16916
16917 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
16918
16919 * international/mule-diag.el: Require help-fns instead of
16920 help-funs.
16921
16922 * help-fns.el: Renamed from help-funs.el.
16923
16924 * startup.el (command-line-1): Don't try to call process-list if
16925 it is not fboundp.
16926
16927 2001-11-26 Sam Steingold <sds@gnu.org>
16928
16929 * frame.el (show-trailing-whitespace): Remove :set argument (the
16930 value was essentially identical to the defalt).
16931
16932 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16933
16934 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
16935
16936 * icomplete.el (icomplete-minibuffer-setup): Likewise.
16937
16938 * hilit-chg.el (hilit-chg-set): Likewise.
16939
16940 * speedbar.el (speedbar-mode): Likewise.
16941
16942 * calendar/calendar.el (calendar-mode): Likewise.
16943
16944 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
16945 insert-string.
16946
16947 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
16948
16949 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
16950
16951 * term/sun-mouse.el (sun-yank-selection): Likewise.
16952
16953 * textmodes/bib-mode.el (return-key-bib): Likewise.
16954
16955 * calendar/appt.el (appt-disp-window): Likewise.
16956
16957 * calendar/diary-lib.el (list-diary-entries): Likewise.
16958
16959 * array.el (array-reconfigure-rows): Likewise.
16960
16961 * filecache.el (file-cache-minibuffer-complete): Likewise.
16962
16963 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
16964
16965 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
16966
16967 * allout.el (outline-version, outline-open-topic)
16968 (outline-rebullet-heading, outline-insert-listified)
16969 (outline-latex-verbatim-quote-curr-line)
16970 (outline-latexify-one-item, outlineify-sticky): Likewise.
16971
16972 * vc.el (vc-next-action-on-file): Likewise.
16973 (vc-dired-mode): Remove make-local-hook.
16974
16975 2001-11-26 Andre Spiegel <spiegel@gnu.org>
16976
16977 * vc.el (vc-find-version): New function.
16978 (vc-version-other-window): Redefined in terms of the above.
16979
16980 * log-view.el (log-view-find-version): New function.
16981 (log-view-mode-map): Bind it to `f'.
16982
16983 2001-11-26 Gerd Moellmann <gerd@gnu.org>
16984
16985 * language/devan-util.el (dev-char-glyph): Escape `"' in
16986 string literals.
16987 (dev-glyph-glyph, dev-glyph-glyph-2)
16988 (devanagari-compose-syllable-region): Likewise.
16989
16990 2001-11-26 Richard M. Stallman <rms@gnu.org>
16991
16992 * window.el (save-selected-window): No error if saved window is dead.
16993
16994 * help-funs.el (describe-syntax): Put (interactive) after doc string.
16995
16996 2001-11-26 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
16997
16998 * international/quail.el (quail-help): Require help-mode in
16999 top-level instead.
17000
17001 * iswitchb.el (iswitchb-exhibit): Use insert instead of
17002 insert-string.
17003
17004 * icomplete.el (icomplete-exhibit): Likewise.
17005
17006 2001-11-25 Stefan Monnier <monnier@cs.yale.edu>
17007
17008 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
17009 (diff-hunk-kill): Simplify.
17010 (diff-post-command-hook): Only apply to a single hunk.
17011 (diff-hunk-text): Make `char-offset' non-optional.
17012 (diff-find-text): Return a cons cell.
17013 (diff-find-approx-text): New fun.
17014 (diff-find-source-location): Use it.
17015 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
17016 Adapt to new retval of diff-find-text.
17017
17018 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
17019 rather than integer- representation of dates.
17020
17021 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
17022
17023 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
17024 (syntax-after): New fun.
17025
17026 * help-funs.el (describe-syntax): New fun.
17027
17028 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
17029 (font-lock-ppss-stats, font-lock-ppss): Remove.
17030 (font-lock-fontify-syntactically-region): Remove tuning code.
17031 (font-lock-compile-keywords): Fix off-by-one bug.
17032 (font-lock-set-defaults): Don't set removed vars.
17033 (c-keywords): Add `inline'.
17034 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
17035
17036 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17037 Set syntax-begin-function.
17038 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
17039 (lisp-interaction-mode): Don't set local-abbrev-table any more.
17040 (lisp-mode-auto-fill): Use syntax-ppss and obey
17041 comment-auto-fill-only-comments.
17042 (lisp-fill-paragraph): Use syntax-ppss.
17043
17044 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
17045
17046 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
17047 version of rmail-enable-mime.
17048 (rmail-forward): Use it.
17049
17050 2001-11-25 Richard M. Stallman <rms@gnu.org>
17051
17052 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
17053
17054 * international/quail.el (quail-keyboard-layout-button):
17055 Define button type.
17056 (quail-keyboard-customize-button): Likewise.
17057 (quail-help): Use those button types. Require `help-mode'.
17058 Avoid altering the argument `package'.
17059
17060 * help-mode.el (help-function, help-variable, help-face)
17061 (help-coding-system, help-input-method, help-character-set):
17062 Define each button type with its own explicit define-button-type.
17063
17064 * language/devan-util.el: Comment out parts of the file
17065 which apparently are garbled.
17066
17067 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17068
17069 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
17070 insert-string.
17071
17072 2001-11-25 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17073
17074 * play/snake.el (snake-mode): Remove make-local-hook.
17075
17076 * play/tetris.el (tetris-mode): Likewise.
17077
17078 * play/decipher.el (decipher-mode): Likewise.
17079
17080 * tmm.el (tmm-add-prompt): Likewise.
17081
17082 2001-11-25 Sam Steingold <sds@gnu.org>
17083
17084 * menu-bar.el (menu-bar-apropos-menu): New variable.
17085 Moved all `apropos' bindings to this menu.
17086 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
17087
17088 2001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
17089
17090 The following changes are for new indian languages support based
17091 on Unicode charset and CDAC fonts.
17092
17093 * international/mule-conf.el: Change indian-1-column charset to
17094 indian-glyph charset.
17095
17096 * international/characters.el: Adjusted for the change of
17097 indian-1-column -> indian-glyph.
17098
17099 * international/fontset.el: Delete the setting for indian-1-column
17100 and add the setting for indian-glyph in the default fontset.
17101
17102 * language/indian.el: Completely re-written.
17103
17104 * language/devanagari.el: Completely re-written.
17105
17106 * language/devan-util.el: Completely re-written.
17107
17108 * language/ind-util.el: New file.
17109
17110 2001-11-24 Richard M. Stallman <rms@gnu.org>
17111
17112 * startup.el (command-line-1): Don't do startup screen
17113 if a subprocess is running. Call the startup screen buffer
17114 "GNU Emacs". Make a special mode-line-format for it.
17115
17116 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
17117 (browse-url-galeon): Use that variable.
17118
17119 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
17120 eval-expression. Eval and set the variable simply.
17121
17122 * files.el (temporary-file-directory): Use defcustom.
17123 (small-temporary-file-directory): Likewise.
17124 (normal-backup-enable-predicate): Move down in file
17125 after definition of temporary-file-directory.
17126
17127 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
17128
17129 2001-11-24 Colin Walters <walters@debian.org>
17130
17131 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
17132 autoload names to match files renamed on initial calc import.
17133
17134 * calc/calc.el (Commentary): Cleanup, and add logistic curve
17135 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
17136
17137 2001-11-23 Colin Walters <walters@debian.org>
17138
17139 * Makefile.in (finder_setwins, setwins): Include Calc again.
17140
17141 * calc/calc-rules.el: Add header comment.
17142
17143 2001-11-23 Andre Spiegel <spiegel@gnu.org>
17144
17145 * vc.el (with-vc-properties): Don't bind `filename' locally.
17146 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
17147 to avoid name clashes. Fix `lisp-indent-function' property for
17148 both.
17149
17150 2001-11-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
17151
17152 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
17153
17154 2001-11-22 Colin Walters <walters@debian.org>
17155
17156 * calc/calc-misc.el (report-calc-bug):
17157 Use `reporter-prompt-for-summary-p'.
17158
17159 * calc/INSTALL, calc/Makefile: Remove.
17160
17161 2001-11-22 Miles Bader <miles@gnu.org>
17162
17163 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
17164 (reb-match-2, reb-match-3): Add dark-background variants.
17165
17166 2001-11-22 Colin Walters <walters@debian.org>
17167
17168 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
17169 (info "Calc").
17170 (report-calc-bug): Use reporter.el.
17171
17172 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
17173
17174 2001-11-21 Richard M. Stallman <rms@gnu.org>
17175
17176 * which-func.el (which-function): Call imenu--make-index-alist
17177 if necessary to get a list of functions.
17178 (which-function-imenu-failed): New variable.
17179 (which-func-update): Handle all visible windows.
17180 (which-func-update-1): New subroutine broken out of which-func-update.
17181
17182 * files.el (temporary-file-directory, null-device)
17183 (small-temporary-file-directory): Definitions moved up.
17184
17185 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
17186 (cperl-non-problems, cperl-praise): Doc fixes.
17187
17188 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
17189 (sh-mode-syntax-table): Function restored.
17190 Variable set up for use by function sh-mode-syntax-table.
17191 (sh-set-shell): Set the syntax table.
17192
17193 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
17194
17195 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
17196
17197 * international/encoded-kb.el: Don't alter minor-map-alist.
17198
17199 2001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17200
17201 * files.el (auto-save-file-name-transforms): Put remote files in
17202 temporary-file-directory rather than /tmp.
17203
17204 2001-11-21 Colin Walters <walters@debian.org>
17205
17206 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
17207 of (function ...) wrapper.
17208
17209 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
17210
17211 * derived.el (define-derived-mode): Create the abbrev-table
17212 from inside the `defvar'.
17213
17214 * jit-lock.el (jit-lock-defer-time): New var.
17215 (jit-lock-defer-timer, jit-lock-buffers): New vars.
17216 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
17217 (jit-lock-function): Defer fontification if requested.
17218 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
17219 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
17220 text property.
17221 (jit-lock-deferred-fontify): New fun.
17222
17223 2001-11-20 Richard M. Stallman <rms@gnu.org>
17224
17225 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
17226 Set local-abbrev-table to lisp-mode-abbrev-table.
17227
17228 * emacs-lisp/re-builder.el (reb-mode):
17229 Don't use define-derived-mode. Call kill-all-local-variables.
17230
17231 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
17232 Don't use define-derived-mode.
17233
17234 * help-mode.el (help-mode): Undo 2001-10-07 change.
17235
17236 * replace.el (occur-mode): Undo 2001-5-20 change.
17237
17238 2001-11-20 Jason Rumney <jasonr@gnu.org>
17239
17240 * w32-fns.el (w32-system-coding-system): Change to an alias for
17241 locale-coding-system.
17242 (set-w32-system-coding-system): Document the above change.
17243 Set locale-coding-system instead.
17244
17245 2001-11-20 Richard M. Stallman <rms@gnu.org>
17246
17247 * ruler-mode.el: Add pagination.
17248 (ruler-mode-toggle-show-tab-stops): No need to
17249 test `ruler-mode' variable.
17250
17251 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
17252
17253 * play/landmark.el: Mark lm-mode as special.
17254
17255 * play/gomoku.el: Mark gomoku-mode as special.
17256
17257 2001-11-20 Juanma Barranquero <lektu@terra.es>
17258
17259 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
17260 (top-level): Bind it to C-c C-b.
17261 (re-builder): Don't re-enter RE Builder Mode.
17262
17263 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
17264
17265 2001-11-20 Stefan Monnier <monnier@cs.yale.edu>
17266
17267 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
17268 `manual-program'.
17269
17270 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
17271 to a line without a comment.
17272
17273 2001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
17274
17275 * dired.el (dired-listing-switches): Mention in the doc string
17276 that some switches are not supported by ls-lisp.el
17277
17278 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
17279
17280 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
17281 (imenu--create-keymap-2): Remove.
17282 (imenu--create-keymap-1): Simplify, remove third argument.
17283 (imenu--generic-function): Use dolist.
17284 (imenu-find-default): New function.
17285 (imenu--completion-buffer): Use it.
17286 (imenu--mouse-menu): Use popup-menu.
17287 (imenu--menubar-select): Return t rather than calling imenu.
17288
17289 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
17290 New functions, extracted from fill-region-as-paragraph.
17291 (fill-region-as-paragraph): Use them.
17292 Use an end marker instead of eob.
17293 Ignore whitespace-only fill-prefixes when indenting according to mode.
17294 Simplify the loop that searches for spaces backwards.
17295
17296 * textmodes/picture.el (picture-vertical-step)
17297 (picture-horizontal-step): Don't use defconst for variables.
17298
17299 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
17300 (mail-extract-address-components): Downcase domain names.
17301 (mail-extr-delete-char): Remove. Use delete-char instead.
17302
17303 * emulation/pc-select.el: Doc string fixes.
17304 (pc-selection-mode): Don't treat macos as a tty.
17305
17306 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
17307
17308 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
17309
17310 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
17311 (mouse-wheel-progessive-speed): New var.
17312 (mwheel-scroll): Use it and handle float values.
17313
17314 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
17315
17316 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
17317 (iswitchb): Fix the case where the result was selected with the mouse.
17318 (iswitchb-completion-help): Use the normal *Completions* now that
17319 mouse selection works.
17320 (iswitchb-minibuffer-setup): Simplify.
17321
17322 * newcomment.el (comment-column, comment-style, comment-multi-line)
17323 (comment-auto-fill-only-comments): Remove :group arg.
17324 (comment-padding): Add :type.
17325 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
17326 if called interactively.
17327
17328 2001-11-19 Colin Walters <walters@verbum.org>
17329
17330 * calc/calc.el (toplevel): Add comment and version header.
17331 (calc-init-base): Bump version to 2.02f, update date.
17332
17333 2001-11-19 Richard M. Stallman <rms@gnu.org>
17334
17335 * net/browse-url.el: Support Mozilla and Galeon.
17336 By default, find the installed browser whichever it is.
17337 (browse-url-mozilla): New function.
17338 (browse-url-mozilla-sentinel): New function.
17339 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
17340 (browse-url-default-browser): New function.
17341 (browse-url-process-environment): Use browse-url-browser-display.
17342 (browse-url-browser-display): Renamed from browse-url-netscape-display.
17343 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
17344 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
17345 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
17346 (browse-url-browser-function): New default, new options.
17347
17348 2001-11-19 Sam Steingold <sds@gnu.org>
17349
17350 * bindings.el (last-buffer, unbury-buffer): New function.
17351 (mode-line-unbury-buffer): Use `unbury-buffer'.
17352
17353 2001-11-18 Stephen Eglen <stephen@gnu.org>
17354
17355 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
17356 control behaviour when no further completion is possible.
17357
17358 2001-11-19 Colin Walters <walters@verbum.org>
17359
17360 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
17361 (math-showing-full-precision, math-with-extra-prec, math-working)
17362 (calc-with-default-simplification)
17363 (calc-with-trail-buffer): Use backtick.
17364 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
17365 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
17366 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
17367 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
17368 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
17369 (Math-num-integerp, Math-bignum-test, Math-equal-int)
17370 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
17371 (calc-record-compilation-date-macro): Deleted. Callers updated.
17372 (math-format-radix-digit): Move to calc-bin.el.
17373
17374 * calc/calc.el (calc-record-compilation-date): Remove.
17375 (calc-bug-address): Update.
17376 (calc-settings-file): Use `user-init-file'.
17377
17378 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
17379 Handle null `calc-settings-file'.
17380
17381 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
17382 * calc/calc-keypd.el (calc-keypad-mode): New.
17383 (calc-do-keypad): Use it.
17384 (calc-keypad-map): Move into `calc-keypad-mode'.
17385
17386 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
17387 to defalias argument.
17388
17389 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
17390 (calcFunc-floor): Ditto.
17391
17392 * calc-units.el (calcFunc-usimplify): Ditto.
17393
17394 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
17395 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
17396 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
17397 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
17398 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
17399 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
17400 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
17401 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
17402 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
17403 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
17404 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
17405 and move them before their first use. Use `when', `unless'.
17406 Remove trailing periods from error forms. Add description and
17407 headers suggested by Emacs Lisp coding conventions.
17408
17409 2001-11-19 Stefan Monnier <monnier@cs.yale.edu>
17410
17411 * newcomment.el (comment-indent):
17412 Fix misindentation for comment-only lines.
17413 (comment-indent-new-line): Only obey comment-multi-line if the
17414 comment-ender is not the end-of-line.
17415
17416 2001-11-19 Richard M. Stallman <rms@gnu.org>
17417
17418 * net/net-utils.el (network-connection-service-abbrev-alist):
17419 New variable.
17420
17421 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
17422 Advance to start of 3rd sexp by moving fwd and backing over it.
17423 At first three elements, act like defun.
17424
17425 * delsel.el (delete-selection-pre-hook): Handle and resignal
17426 file-supersession errors to interact properly with userlock.el.
17427
17428 2001-11-18 Richard M. Stallman <rms@gnu.org>
17429
17430 * progmodes/fortran.el (fortran-mode-syntax-table):
17431 Specify punctuation syntax for backslash.
17432
17433 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
17434 All calls deleted.
17435
17436 * international/mule-util.el (string-to-sequence): Make it obsolete.
17437 (string-to-list, string-to-vector): Implement them directly
17438 using append and vconcat, not with string-to-sequence.
17439
17440 * startup.el (command-line): Set abbrevs-changed to nil after
17441 reading the init file and the abbrevs file.
17442
17443 * isearch.el (isearch): Use magenta2 as bg for (background light)
17444
17445 2001-11-17 Richard M. Stallman <rms@gnu.org>
17446
17447 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
17448
17449 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17450
17451 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
17452
17453 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
17454 If set and if applicable, add a regexp to highlight defun-like
17455 text inside comments and strings.
17456 (font-lock-fontify-keywords-region): Pass that new arg.
17457 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
17458 to the end and pass that new arg.
17459 (c-font-lock-keywords-2): Fix regex for labels.
17460 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
17461 Make it work when LIMIT is several lines further.
17462 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
17463 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
17464 Use backquote and make the regexes for `int a, b, c;' work on
17465 multiple lines.
17466
17467 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
17468 (font-lock-defaults-alist): Don't change it any more.
17469 (reb-subexp-mode-map): Cleanup.
17470
17471 * custom.el (custom-current-group-alist): New var.
17472 (custom-declare-group): Set it.
17473 (custom-current-group): New fun.
17474 (custom-declare-variable, custom-handle-all-keywords):
17475 Use it as a default if no :group argument is specified.
17476
17477 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
17478 (standard-keyboard-coding-systems): New var.
17479 (set-locale-environment): Use it to decide whether or not to call
17480 set-keyboard-coding-system.
17481 (locale-language-names): Use \"French\" for "fr".
17482
17483 2001-11-17 Richard M. Stallman <rms@gnu.org>
17484
17485 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
17486 (add-to-list): Delete compatibility code.
17487 (checkdoc-next-message-error): Doc fix.
17488
17489 2001-11-17 Stephen Eglen <stephen@gnu.org>
17490
17491 * locate.el (locate): Show default locate pattern within the
17492 prompt, but don't insert it into the minibuffer contents.
17493 Catch the case when pattern is the empty string.
17494
17495 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
17496
17497 * language/european.el ("French"): New language environment.
17498
17499 2001-11-16 Richard M. Stallman <rms@gnu.org>
17500
17501 * calendar/todo-mode.el (todo-save): Fix previous change.
17502
17503 * subr.el (functionp): Do use cdr-safe on object.
17504
17505 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
17506
17507 * bindings.el (mode-line-mode-name): Only put the help-echo property
17508 if the local-map property was put as well.
17509 (global-map): Bind switch-frame, delete-frame, iconify-frame
17510 and make-frame-visible events.
17511
17512 * emacs-lisp/elp.el (elp-not-profilable): New var.
17513 (elp-not-profilable-p): New function.
17514 (elp-instrument-function): Use it. Use backquotes and push.
17515
17516 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
17517 (byte-stack+-info, byte-compile-last-warned-form)
17518 (byte-compile-last-logged-file): Don't defconst a variable.
17519 (no-byte-compile): Declare.
17520 (byte-compile-file): Don't boundp-check no-byte-compile any more.
17521 (byte-compile-defvar): Leave defconst as is.
17522
17523 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
17524 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
17525 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
17526 (edebug-best-error): Don't defconst a variable.
17527 (edebug-read-syntax-table): Use a char-table.
17528 (edebug-lemacs-specific): Remove.
17529 Toplevel: Eliminate check for Lucid Emacs.
17530
17531 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
17532
17533 * rect.el (move-to-column-force): Mark obsolete.
17534 (operate-on-rectangle, delete-extract-rectangle-line)
17535 (insert-rectangle, delete-whitespace-rectangle-line)
17536 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
17537 (string-rectangle-history): New var.
17538 (string-rectangle, string-insert-rectangle): Use it.
17539 (delete-rectangle-line): Fix pos/column mixup and simplify.
17540
17541 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
17542 (normal-top-level, command-line, command-line-1): Simplify.
17543
17544 * tar-mode.el (tar-mode): Use define-derived-mode.
17545
17546 * view.el (view-mode-enable): Don't use make-local-hook.
17547
17548 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
17549
17550 2001-11-16 Richard M. Stallman <rms@gnu.org>
17551
17552 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
17553 if it doesn't make sense as anything else.
17554 Don't recognize a "telephone number" at the beginning of the name.
17555 (mail-extr-leading-garbage): Match non-word characters only.
17556
17557 2001-11-16 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17558
17559 * startup.el (command-line-processed): Doc fix.
17560
17561 * apropos.el (apropos-next-label-button): Doc fix.
17562
17563 2001-11-16 Stefan Monnier <monnier@cs.yale.edu>
17564
17565 * comint.el (comint-mode): Simplify.
17566 (make-comint-in-buffer): Run `comint-mode' only if necessary.
17567
17568 * subr.el (eval-after-load): Make it work with features as well.
17569
17570 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
17571
17572 * international/mule-cmds.el (describe-input-method): Setup xref.
17573 (set-language-environment): Use functionp.
17574 (locale-language-names, locale-charset-language-names)
17575 (locale-preferred-coding-systems): Defconst and purecopy.
17576
17577 * language/european.el (mac-roman): Add mime-charset property.
17578
17579 2001-11-15 Richard M. Stallman <rms@gnu.org>
17580
17581 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
17582 (multiple-value-apply, nth-value): Use defsubst rather than defalias
17583 to get better doc strings.
17584
17585 2001-11-15 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17586
17587 * derived.el: Fix autoload cookie.
17588
17589 2001-11-15 Richard M. Stallman <rms@gnu.org>
17590
17591 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
17592
17593 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
17594
17595 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
17596
17597 2001-11-15 Richard M. Stallman <rms@gnu.org>
17598
17599 * dired.el (dired-undo): Display a message to explain
17600 that this does not undo file system changes.
17601
17602 2001-11-15 David Kastrup <David.Kastrup@t-online.de>
17603
17604 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
17605 into `unread-command-events' instead of trying keymap
17606 lookups ourselves. This makes mouse-clicks do the right
17607 thing even when keymaps of overlays are involved.
17608 (mouse-drag-drag): Likewise.
17609
17610 2001-11-15 Andreas Schwab <schwab@suse.de>
17611
17612 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
17613 characters and append anchor to pattern added to auto-mode-alist.
17614
17615 2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
17616
17617 * server.el (server-process-filter): Run pre/post-comment-hook
17618 before/after visiting the file.
17619
17620 * info-look.el (makefile-mode): Add info for automake.
17621 (autoconf-mode): Fix the name of the index for automake.
17622
17623 * international/latin-9.el: Give pilcrow punctuation syntax.
17624
17625 2001-11-15 Andre Spiegel <spiegel@gnu.org>
17626
17627 * vc.el: Documentation fixes.
17628
17629 2001-11-14 Stefan Monnier <monnier@cs.yale.edu>
17630
17631 * smerge-mode.el (smerge-match-conflict): Fix typo.
17632 (smerge-diff): Be careful to read match-data early enough.
17633
17634 2001-11-14 Colin Walters <walters@verbum.org>
17635
17636 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
17637 (calcFunc-subst): Use `defalias' instead of `fset' and
17638 `symbol-function'.
17639
17640 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
17641 (calcFunc-ceil, calcFunc-round): Ditto.
17642
17643 * calc/calc-bin.el (calcFunc-clip): Ditto.
17644
17645 * calc/calc-ext.el (calcFunc-evalv): Ditto.
17646
17647 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
17648
17649 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
17650 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
17651
17652 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
17653
17654 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
17655 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
17656 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
17657 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
17658 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
17659 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
17660 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
17661 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
17662 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
17663 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
17664 * calcsel2.el: Style cleanup; don't put closing parens on their
17665 own line, add "foo.el ends here" to each file, and update
17666 copyright date.
17667
17668 * README: Update maintainer.
17669
17670 2001-11-13 Richard M. Stallman <rms@gnu.org>
17671
17672 * progmodes/compile.el (recompile): Use compilation-arguments if
17673 set, so as to be able to M-x recompile the exact command which
17674 created a compilation-mode buffer.
17675
17676 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
17677
17678 2001-11-13 Gerd Moellmann <gerd@gnu.org>
17679
17680 * mouse.el (mouse-drag-region): Don't run the up-event
17681 handler if window start changed due to the down-mouse event.
17682
17683 2001-11-13 Richard M. Stallman <rms@gnu.org>
17684
17685 * mouse.el (mouse-show-mark): Either move point to the mark
17686 or use highlighting, never both.
17687 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
17688
17689 2001-11-13 Simon Josefsson <jas@extundo.com>
17690
17691 * mail/smtpmail.el (top-level): Change maintainer to Simon
17692 Josefsson, cleanup the smtpmail.el header.
17693
17694 * mail/smtpmail.el (top-level): Don't require cl or base64.
17695 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
17696 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
17697 Defsubst instead of defmacro.
17698 (smtpmail-intersection): Return value in reverse order.
17699 (smtpmail-open-stream): Use stringp instead of string-to-list.
17700 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
17701 separated from smtpmail-via-smtp.
17702
17703 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
17704 rfc2104. Require base64 and cl.
17705 (smtpmail-smtp-service): Doc fix. :type fix.
17706 (smtpmail-debug-info): Doc fix.
17707 (smtpmail-debug-verb, smtpmail-auth-credentials)
17708 (smtpmail-starttls-credentials, smtpmail-auth-supported):
17709 New variables.
17710 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
17711 mail-utils (it is autoloaded).
17712 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
17713 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
17714 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
17715 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
17716 (smtpmail-via-smtp): Support AUTH.
17717 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
17718
17719 2001-11-13 Richard M. Stallman <rms@gnu.org>
17720
17721 * ebuff-menu.el (electric-buffer-update-highlight): New function.
17722 (electric-buffer-overlay): New variable.
17723 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
17724 (electric-buffer-list): Likewise.
17725
17726 * isearch.el (isearch-whitespace-chars): Doc fix.
17727 (isearch-mode): Handle negative search-slow-window-lines correctly.
17728
17729 2001-11-13 Stefan Monnier <monnier@cs.yale.edu>
17730
17731 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
17732
17733 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
17734 From Emmanuel Briot <briot@act-europe.fr>.
17735
17736 2001-11-13 Colin Walters <walters@debian.org>
17737
17738 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
17739
17740 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
17741 "~/.emacs"; use `read-file-name'.
17742
17743 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
17744 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
17745 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
17746 * calc/calc.el: Use `frame-width' instead of `screen-width',
17747 `frame-height' instead of `screen-height', and,
17748 `executing-kbd-macro' instead of `executing-macro'.
17749
17750 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
17751 correct number of arguments.
17752
17753 * calc/calc-aent.el (calc-do-alg-entry):
17754 Use `blink-paren-function' instead of `blink-paren-hook'.
17755
17756 2001-11-12 Richard M. Stallman <rms@gnu.org>
17757
17758 * calendar/todo-mode.el (todo-save): Add save-excursion
17759 and save-restriction.
17760
17761 * server.el (server-edit, server-done): Doc fix.
17762
17763 * simple.el (clone-indirect-buffer): Error if major mode symbol
17764 has a no-clone-indirect property.
17765 (clone-buffer): Check for obvious errors before reading clone name.
17766
17767 * info.el (Info-mode): Add a no-clone-indirect property.
17768
17769 2001-11-12 Sam Steingold <sds@gnu.org>
17770
17771 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
17772 set-buffer-modified-p to nil after `vc-exec-after'.
17773 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
17774 (log-view-mode): Make read-only.
17775 (log-view-current-file): Do final `expand-file-name' in the
17776 current `default-directory'.
17777 (log-view-current-tag): Take an optional `where' arg.
17778 (log-view-diff): New user command.
17779
17780 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17781
17782 * progmodes/cpp.el (cpp-choose-face): Fix typo.
17783
17784 2001-11-12 Sam Steingold <sds@gnu.org>
17785
17786 * emacs-lisp/cl-indent.el (toplevel): Indent properly
17787 `generic-flet', `generic-labels', `with-accessors',
17788 `with-condition-restarts'.
17789
17790 2001-11-12 Richard M. Stallman <rms@gnu.org>
17791
17792 * dired.el: Many trivial doc fixes.
17793 (dired-get-file-for-visit): New function.
17794 (dired-find-alternate-file, dired-mouse-find-file-other-window)
17795 (dired-view-file, dired-find-file-other-window, dired-display-file)
17796 (dired-find-file): Use dired-get-file-for-visit.
17797
17798 2001-11-12 Alex Schroeder <kensanata@yahoo.com>
17799
17800 * sql.el (sql-mode): Doc change.
17801
17802 * sql.el (sql-mode-syntax-table): The backslash is no longer an
17803 escape character.
17804
17805 2001-11-12 Colin Walters <walters@debian.org>
17806
17807 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
17808 (calc-do-keypad): Don't attempt to use nonexistent global
17809 mouse-map, use calc-keypad-map.
17810 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
17811 (calc-keypad-left-click): Don't use mouse-map; update to new event
17812 interface.
17813 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
17814 (calc-keypad-press): Use `unread-command-events' instead of
17815 `unread-command-char'.
17816
17817 * calc/calc-ext.el (calc-init-extensions): Update autoload names
17818 to match files renamed on initial calc import.
17819
17820 2001-11-12 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17821
17822 * textmodes/flyspell.el (flyspell-default-dictionary):
17823 Fix previous change.
17824
17825 2001-11-12 Richard M. Stallman <rms@gnu.org>
17826
17827 * textmodes/flyspell.el (flyspell-default-dictionary):
17828 Fix custom type.
17829
17830 2001-11-11 Richard M. Stallman <rms@gnu.org>
17831
17832 * calendar/solar.el (solar-sunrise-and-sunset):
17833 Exchange the two extreme values of day-length.
17834
17835 * progmodes/sh-script.el (sh-must-be-shell-mode):
17836 Allow modes derived from sh-mode.
17837
17838 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
17839 Turn off error in some re-search-forward calls.
17840
17841 * replace.el (query-replace-skip-read-only): New variable.
17842 (perform-replace): If that variable is non-nil, ignore matches
17843 that have a read-only property.
17844
17845 * derived.el (define-derived-mode): Doc fix.
17846
17847 * server.el (server-buffer-done): Test of server-existing-buffer
17848 was backwards.
17849 (server-existing-buffer): Doc fix.
17850
17851 * textmodes/flyspell.el (flyspell-default-dictionary):
17852 Allow nil as value, and make nil the default.
17853
17854 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
17855
17856 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
17857 it is not fboundp.
17858 (clipboard-yank): Ditto.
17859
17860 2001-11-11 Colin Walters <walters@verbum.org>
17861
17862 The following changes are based on patches from
17863 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
17864 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
17865
17866 * calc/calc.el (toplevel): Require calc-macs.
17867 (calc-minibuffer-size): New.
17868 (calcDigit-nondigit): Use it instead of `buffer-size'.
17869 (calcDigit-backspace): Likewise.
17870 (calcDigit-nondigit): Use `minibuffer-contents' instead of
17871 `buffer-string'.
17872 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
17873 `point-min'.
17874 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
17875 `save-excursion'.
17876
17877 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
17878 simple `setq' form.
17879
17880 * calc/calc-ext.el: (toplevel): Require calc.
17881 (calc-fancy-prefix-map): New.
17882 (calc-fancy-prefix): Use it.
17883 (calc-fancy-prefix-other-key): New.
17884
17885 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
17886 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
17887 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
17888 (calcAlg-enter): Likewise.
17889 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
17890
17891 2001-11-10 Richard M. Stallman <rms@gnu.org>
17892
17893 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
17894 (quietly-read-abbrev-file): Doc fix.
17895
17896 * startup.el (command-line): Read standard abbrev
17897 file (abbrev-file-name), if it exists.
17898
17899 * files.el (save-abbrevs): Default value is t.
17900
17901 * progmodes/compile.el (compile-goto-error): Fix previous change
17902 in the case where subsequent errors have not been parsed yet
17903 because they are in a different source file.
17904
17905 2001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
17906
17907 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
17908 Merge two regular expressions into one.
17909 (ps-mode): Make local bindings for `comment-start' and
17910 `comment-start-skip'.
17911 (ps-mode-looking-at-nested): Simplify an if-else construct;
17912 use `set-match-data' to set the result.
17913
17914 2001-11-10 Richard M. Stallman <rms@gnu.org>
17915
17916 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
17917 Function deleted.
17918 (flyspell-correct-word): Old definition deleted.
17919 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
17920 All references renamed too.
17921
17922 2001-11-10 Gerd Moellmann <gerd@gnu.org>
17923
17924 * Makefile.in (finder_setwins, setwins): Exclude Calc.
17925
17926 2001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
17927
17928 * wid-edit.el (checklist): Removed `:menu-tag'.
17929 (radio-button-choice): Ditto.
17930 (editable-list): Ditto.
17931
17932 2001-11-09 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
17933
17934 * play/gomoku.el: Move definitions of constants to the beginning
17935 of file, before their use.
17936
17937 2001-11-09 Richard M. Stallman <rms@gnu.org>
17938
17939 * textmodes/flyspell.el: Use the keymap property
17940 instead of local-map, and don't use a minor-mode map.
17941 (flyspell-mode-map): Variable deleted.
17942 Don't mess with minor-mode-map-alist.
17943 (calling add-minor-mode): Specify nil for keymap.
17944 And always use add-minor-mode, now that it exists.
17945 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
17946 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
17947 or flyspell-local-mouse-map.
17948 (make-flyspell-overlay): Use flyspell-mouse-map directly.
17949 (flyspell-mode): Doc fix.
17950 (flyspell-mode-on): Don't call make-local-hook.
17951
17952 2001-11-09 Sam Steingold <sds@gnu.org>
17953
17954 * emacs-lisp/debug.el (debugger-make-xrefs):
17955 Add buttons to all symbols.
17956
17957 2001-11-09 Andre Spiegel <spiegel@gnu.org>
17958
17959 * vc.el: Add John David Smith to credits.
17960
17961 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
17962
17963 * vc-hooks.el (vc-error-occured): Backquotified.
17964 (vc-file-prop-obarray): Use prime length for better efficiency.
17965
17966 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
17967
17968 2001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
17969
17970 * info.el (Info-file-list-for-emacs): Add entries for Calc.
17971
17972 2001-11-09 Miles Bader <miles@gnu.org>
17973
17974 * subr.el (functionp): Don't consider macros as functions.
17975
17976 2001-11-08 Miles Bader <miles@gnu.org>
17977
17978 * subr.el (functionp): Make work correctly for macros and unbound
17979 symbols.
17980
17981 * comint.el (comint-send-input): Fix description of
17982 `comint-process-echoes' in the doc-string.
17983
17984 2001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
17985
17986 * international/mule.el (make-translation-table): Doc fix.
17987 Suggested by Alex Schroeder <alex@gnu.org>.
17988
17989 2001-11-07 Richard M. Stallman <rms@gnu.org>
17990
17991 * info.el (Info-fontify-node): Highlight every third menu item.
17992
17993 2001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
17994
17995 * cus-edit.el (custom-face-value-create): Don't ignore the
17996 `customized-face' attribute when finding the current face spec.
17997
17998 2001-11-07 Stefan Monnier <monnier@cs.yale.edu>
17999
18000 * subr.el (with-local-quit): New macro.
18001 (make-syntax-table): Always inherit.
18002 (functionp): Be more careful when `object' is a symbol.
18003
18004 * dabbrev.el (dabbrev-completion): Use "*Completions*".
18005
18006 2001-11-07 Paul Eggert <eggert@twinsun.com>
18007
18008 * dired.el (dired-move-to-filename-regexp):
18009 Do not distinguish between ASCII letters and non-ASCII characters.
18010 Don't allow comma except in the form "month day, year".
18011 Don't allow space between month name and comma.
18012 Clean up the code that checks for trailing period, comma, and space.
18013 Remove now-obsolete comments, and add more commentary about
18014 Japanese dates.
18015 Always gobble up trailing spaces, instead of doing it only sometimes.
18016
18017 2001-11-07 Miles Bader <miles@gnu.org>
18018
18019 * paren.el (show-paren-match-face): Add dark-background variant.
18020
18021 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
18022
18023 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
18024 (lisp-mode-variables): Don't set paragraph-{start,separate}.
18025 Don't disable adaptive-fill-mode.
18026 (lisp-fill-paragraph): Use tab-width rather than 8.
18027 Prevent filling the first line of docstrings.
18028
18029 2001-11-06 Richard M. Stallman <rms@gnu.org>
18030
18031 * play/gomoku.el (gomoku): Doc fix.
18032
18033 * jka-compr.el (jka-compr-partial-uncompress):
18034 Support an alternative of not using dd.
18035 (jka-compr-dd-program): Use defcustom to define this.
18036 (jka-compr-load-suffixes): Use defcustom.
18037 (jka-compr-mode-alist-additions): Use defcustom.
18038
18039 2001-11-06 Stefan Monnier <monnier@cs.yale.edu>
18040
18041 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
18042 Also work when LIMIT is further than the end of line.
18043
18044 2001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
18045
18046 * international/quail.el (quail-update-leim-list-file): Print the
18047 offending file name if some of its quail-define-package forms is broken.
18048
18049 2001-11-05 Richard M. Stallman <rms@gnu.org>
18050
18051 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
18052 of the evaluated form.
18053
18054 2001-11-05 Paul Eggert <eggert@twinsun.com>
18055
18056 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
18057 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
18058 stamps always line up by default. Also, it uses a slightly
18059 different window to determine whether files are "recent".
18060
18061 2001-11-05 Andrew Innes <andrewi@gnu.org>
18062
18063 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18064 Don't attempt to remake autoloads before nuking .elc files.
18065
18066 2001-11-04 Richard M. Stallman <rms@gnu.org>
18067
18068 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
18069 previous-single-property-change or next-single-char-property-change
18070 returns nil.
18071
18072 * international/mule-cmds.el (set-locale-environment):
18073 Make it interactive; make arg optional.
18074
18075 * international/mule-diag.el (help-funs): Require help-funs.
18076
18077 2001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
18078
18079 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
18080
18081 2001-11-04 Miles Bader <miles@gnu.org>
18082
18083 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
18084 shadow of the splash image grey on a dark background instead of black.
18085
18086 2001-11-03 Stefan Monnier <monnier@cs.yale.edu>
18087
18088 * term.el (all faces): Don't (copy-face 'default <foo>).
18089
18090 * term/xterm.el (function-key-map):
18091 Add entry for `ESC [ 3 ~' -> <delete>
18092 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
18093 Use inheritance so that .emacs and terminfo take precedence.
18094
18095 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
18096
18097 * tooltip.el (tooltip-delay): Decrease to 0.7.
18098 (tooltip-hide-delay): Enlarge to 10.
18099
18100 2001-11-03 Richard M. Stallman <rms@gnu.org>
18101
18102 * startup.el (fancy-splash-tail): Explain how to recover
18103 from a crash, if there was a crash.
18104 (command-line-1): Reorganize display of startup screen,
18105 to simplify the logic. Use a temp buffer for it.
18106
18107 2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
18108
18109 * frame.el (set-background-color, set-foreground-color):
18110 Call face-set-after-frame-default, to propagate the new colors to
18111 the frame's parameters alist.
18112
18113 * calendar/timeclock.el (timeclock-out): Signal an error if
18114 timeclock-last-event is nil.
18115
18116 2001-11-02 Stefan Monnier <monnier@cs.yale.edu>
18117
18118 * textmodes/fill.el (fill-context-prefix): Fix braino.
18119
18120 * international/quail.el (quail-help):
18121 Use `help-buffer' and move `help-setup-xref' to beginning.
18122
18123 * international/mule-cmds.el (describe-language-environment):
18124 Use `help-buffer' and move `help-setup-xref' to beginning.
18125
18126 * international/mule-diag.el (list-character-sets)
18127 (sort-listed-character-sets, describe-character-set)
18128 (describe-coding-system, describe-fontset, list-fontsets):
18129 Use `help-buffer' and move `help-setup-xref' to beginning.
18130 (describe-char-after): Use `internal-describe-syntax-value'.
18131
18132 2001-11-02 Richard M. Stallman <rms@gnu.org>
18133
18134 * mouse.el (popup-menu): If the user refuses to select
18135 from a menu, don't try to invoke the menu.
18136
18137 2001-11-02 Miles Bader <miles@gnu.org>
18138
18139 * help-mode.el (help-xref): New button type.
18140 (help-function, help-variable, help-face, help-coding-system)
18141 (help-input-method, help-character-set, help-type, help-symbol)
18142 (help-back, help-info, help-customize-variable, help-customize-face)
18143 (help-function-def, help-variable-def): Use it as a supertype.
18144 Remove `action' property.
18145
18146 * international/mule-diag.el (describe-character-set)
18147 (describe-coding-system): Pass correct args to `help-xref-button'.
18148 (sort-listed-character-sets): New button type.
18149 (list-character-sets): Use it.
18150 (list-charset-chars): New button type.
18151 (list-character-sets-1): Use it.
18152
18153 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
18154
18155 * indent.el (tab-always-indent, indent-for-tab-command):
18156 Remove redundant `never' setting.
18157
18158 * fill.el (fill-region-as-paragraph): Don't forget to skip
18159 over current whitespace before looking for a preceding space.
18160
18161 2001-11-01 Richard M. Stallman <rms@gnu.org>
18162
18163 * files.el (file-newest-backup): Don't pass backup file name
18164 thru file-name-sans-versions, because it never has version numbers.
18165
18166 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
18167 to avoid ambiguous nested loops.
18168
18169 * files.el (find-file-noselect): Offer to change buffer-read-only
18170 only when the file's read-only status has changed from before
18171 as well as disagreeing with the buffer's current status.
18172 (buffer-file-read-only): New var, local in all buffers.
18173
18174 * buff-menu.el (buffer-menu): Doc fix.
18175 (buffer-menu-other-window): Doc fix.
18176 (list-buffers, list-buffers-noselect): Doc fix.
18177
18178 2001-11-01 Gerd Moellmann <gerd@gnu.org>
18179
18180 * startup.el (command-line): If the terminal Emacs is running on
18181 has erase char set to ^H, use the Backspace key for deleting
18182 backward, and the Delete key for deleting forward.
18183
18184 2001-11-01 Miles Bader <miles@gnu.org>
18185
18186 * button.el (define-button-type): Make sure every user-defined
18187 button type has a supertype.
18188
18189 2001-10-31 Jason Rumney <jasonr@gnu.org>
18190
18191 * international/mule-cmds.el (locale-language-names): Add chs and
18192 cht as aliases for Chinese-GB and Chinese-BIG5.
18193
18194 2001-10-31 Richard M. Stallman <rms@gnu.org>
18195
18196 * bindings.el (mode-line-frame-identification): Add doc string.
18197 (mode-line-position, mode-line-modes): New variables.
18198 (mode-line-format): Use mode-line-position for the part
18199 that displays the position-in-buffer info.
18200 Use mode-line-modes for the part that displays major and minor modes.
18201
18202 2001-10-31 Sam Steingold <sds@gnu.org>
18203
18204 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
18205 (debugger-setup-buffer): Call it.
18206 (debugger-mode-map): Bind RET and mouse-2.
18207
18208 2001-10-31 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18209
18210 * startup.el: Document command line option --no-window-system
18211 instead of --no-windows.
18212
18213 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
18214
18215 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
18216
18217 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
18218 (font-lock-defaults-alist): Use it.
18219 From David Ponce <david.ponce@wanadoo.fr>
18220
18221 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
18222 output of `char-after'.
18223
18224 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
18225
18226 * simple.el (reindent-then-newline-and-indent): Insert the newline
18227 before indenting the first line.
18228 (undo-get-state, undo-revert-to-state): New funs.
18229 (shell-command): Don't kill the buffer even if empty.
18230 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
18231 (transpose-subr-end2): Remove.
18232 (transpose-subr): Add `special' arg and simplify.
18233 (transpose-subr-1): Rewrite.
18234 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
18235 (rfc822-goto-eoh): Simplify.
18236
18237 2001-10-30 Richard M. Stallman <rms@gnu.org>
18238
18239 * enriched.el (enriched-face-ans): Fix previous change.
18240
18241 2001-10-30 Gerd Moellmann <gerd@gnu.org>
18242
18243 * international/iso-acc.el (iso-accents-compose): Remove a
18244 superfluous setq.
18245
18246 2001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
18247
18248 * buff-menu.el (list-buffers-noselect): If the buffer's name
18249 starts with a blank, but it visits a file, do show it (for files
18250 whose names start with a blank).
18251
18252 2001-10-30 Stefan Monnier <monnier@cs.yale.edu>
18253
18254 * textmodes/fill.el (sentence-end-double-space)
18255 (sentence-end-without-period): Move to paragraphs.el.
18256 (fill-indent-according-to-mode): Change default to t.
18257 (fill-context-prefix): Simplify control-flow and use a more
18258 sophisticated merge that unifies both previous checks.
18259 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
18260 (fill-nobreak-predicate): Make it into a defcustom'd hook.
18261 (fill-nobreak-p): New fun.
18262 (fill-region-as-paragraph): Use it.
18263 Handle `fill-indent-according-to-mode' slightly differently.
18264 (fill-individual-paragraphs-prefix): Simplify the control-flow.
18265 (fill-individual-paragraphs-citation): Fix.
18266
18267 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
18268 (paragraph-start): Change default to the `text-mode' value.
18269 (sentence-end-double-space, sentence-end-without-period):
18270 Move from fill.el.
18271 (forward-paragraph): Use `parstart' and `parsep' for temp variables
18272 rather than rebinding `paragraph-start' and `paragraph-separate'.
18273
18274 * indent.el (indent-line-function): Change default to indent-relative.
18275 (tab-always-indent): Add an `never' setting.
18276 (indent-according-to-mode): Handle `indent-relative' and
18277 `indent-relative-maybe' specially.
18278 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
18279 Handle the `never' case for `tab-always-indent'.
18280 Don't call indent-according-to-mode for indent-relative' and
18281 `indent-relative-maybe'.
18282 (insert-tab): Rename `prefix-arg' to `arg'.
18283 (indent-region): Indent the first line as well.
18284 (indent-relative): Don't mark the buffer modified if the indentation
18285 is unchanged.
18286
18287 * textmodes/text-mode.el (paragraph-indent-minor-mode):
18288 Don't set paragraph-separate. Set paragraph-start more carefully.
18289 Set indent-line-function.
18290 (paragraph-indent-text-mode): Use it and define-derived-mode.
18291 (text-mode-map): Remove the \t binding.
18292 (text-mode): Simplify now that the default is more favorable.
18293
18294 2001-10-29 Stefan Monnier <monnier@cs.yale.edu>
18295
18296 * emacs-lisp/find-func.el (find-function-search-for-symbol):
18297 If the regexp doesn't match, use a looser one.
18298 (find-variable-noselect): Add `file' argument.
18299
18300 * pcvs.el (cvs-mode-commit-hook): New hook.
18301 (cvs-mode-commit): Run it.
18302
18303 * log-edit.el (log-edit): Run hook after `log-edit-files'.
18304
18305 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
18306 (edebug-instrument-function): Use `find-function-noselect'.
18307
18308 2001-10-29 Richard M. Stallman <rms@gnu.org>
18309
18310 * term.el (term-if-emacs19): Macro deleted.
18311 Callers changed to use progn instead.
18312
18313 * frame.el (blink-cursor-mode): Doc fix.
18314
18315 * files.el (find-backup-file-name): Use make-backup-file-name.
18316
18317 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
18318 window-live-p.
18319 (edebug-set-conditional-breakpoint): Unconditionally use
18320 the former Emacs >=19 definition.
18321 (edebug-mark): Define unconditionally.
18322 (edebug-eval-expression): Always call read-from-minibuffer
18323 and specify history list.
18324 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
18325 edebug-set-conditional-breakpoint.
18326 (edebug-emacs-version-specific): Function deleted;
18327 do the job at top level.
18328 (edebug-emacs-19-specific): Function deleted, this is the default.
18329
18330 2001-10-29 Sam Steingold <sds@gnu.org>
18331
18332 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
18333 "/cygdrive/LETTER/" pathnames.
18334
18335 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
18336
18337 * faces.el (invert-face): Check for 'unspecified, not for nil,
18338 when testing whether face colors are not specified.
18339 From David.Kastrup@t-online.de (David Kastrup).
18340 (read-face-name): Doc fix.
18341 (make-face-bold, make-face-unbold, make-face-italic)
18342 (make-face-unitalic, make-face-bold-italic, invert-face):
18343 Remove trailing blank from the prompt passed to read-face-name.
18344
18345 2001-10-29 Sam Steingold <sds@gnu.org>
18346
18347 * emacs-lisp/bytecomp.el (byte-recompile-directory):
18348 Report numbers of files skipped and failed too.
18349 (byte-compile-file): Return 'no-byte-compile for skipped files.
18350
18351 2001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
18352
18353 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
18354 and `M p'.
18355
18356 2001-10-29 Gerd Moellmann <gerd@gnu.org>
18357
18358 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
18359 as is on unread-command-events instead of `(SECOND-CHAR)'.
18360
18361 2001-10-29 Andre Spiegel <spiegel@gnu.org>
18362
18363 * vc.el: Mention vc-*-switches in backend API documentation.
18364 (vc-annotate): Adapt doc string to recent change.
18365
18366 2001-10-29 Gerd Moellmann <gerd@gnu.org>
18367
18368 * enriched.el (enriched-face-ans): Handle face attributes
18369 of the form `(FACE1 FACE2 ...)'.
18370
18371 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
18372
18373 2001-10-29 Alex Schroeder <kensanata@yahoo.com>
18374
18375 * progmodes/sql.el (sql-mysql): Doc change by RMS.
18376
18377 * progmodes/sql.el (sql-db2): Doc change.
18378 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
18379 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
18380
18381 2001-10-29 Gerd Moellmann <gerd@gnu.org>
18382
18383 * env.el (substitute-env-vars): Don't quote argument to `rx';
18384 it's a macro.
18385
18386 2001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
18387
18388 * cus-start.el (recursive-load-depth-limit): Added.
18389
18390 2001-10-28 Richard M. Stallman <rms@gnu.org>
18391
18392 * textmodes/ispell.el (version18p, version20p): Vars deleted.
18393 All uses removed--assume Emacs version is >= 20.
18394
18395 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
18396 by really checking that it is not version 18.
18397
18398 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
18399
18400 2001-10-28 Miles Bader <miles@gnu.org>
18401
18402 * faces.el (face-attribute): Add INHERIT argument, consider face
18403 inheritance if it's non-nil.
18404 (face-attribute-merged-with): New function.
18405 (face-attribute-specified-or): New macro.
18406 (face-foreground, face-background, face-stipple): Add INHERIT
18407 argument. Use `face-attribute-specified-or'.
18408
18409 2001-10-28 Stefan Monnier <monnier@cs.yale.edu>
18410
18411 * font-lock.el: Require `syntax'.
18412 (font-lock-defaults-alist): Don't define keywords for lisp languages.
18413 Use `c-font-lock-syntactic-face-function' for c languages.
18414 (font-lock-mode): Don't unset vars when turning the mode off.
18415 (font-lock-default-fontify-buffer): Don't unset vars at the end.
18416 (font-lock-extra-managed-props): New var.
18417 (font-lock-default-unfontify-region): Use it.
18418 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
18419 Don't eval the value when there's no match.
18420 (font-lock-ppss-stats): New var.
18421 (font-lock-ppss): New fun.
18422 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
18423 (font-lock-apply-highlight): Allow `highlight' to set several props.
18424 (font-lock-set-defaults): Use dolist.
18425 (font-lock-unset-defaults): Remove.
18426 (font-lock-match-c-style-declaration-item-and-skip-to-next):
18427 Try to recognize prototypes using `foo P_ ((args))'.
18428 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
18429 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
18430 (c-font-lock-syntactic-face-function): New function.
18431 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
18432 (c++-keywords): Use a more sophisticated regexp to handle
18433 shallowly nested templates.
18434
18435 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
18436
18437 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
18438 (sgml-tag): Use it. Cleanup with `cond'.
18439 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
18440 Mark the overlays and only delete those that are marked.
18441 (sgml-skip-close-p): Remove.
18442 (sgml-value): Replace sgml-skip-close-p with its definition.
18443 (html-tag-alist): Use sgml-xml a bit more.
18444 (html-mode): Set sgml-empty-tags.
18445
18446 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
18447 (texinfo-update-node, texinfo-sequential-node-update):
18448 Don't bind the obsolete `auto-fill-hook'.
18449 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
18450 Use `set-buffer' rather than `switch-to-buffer'.
18451 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
18452 Use `set-buffer' rather than `switch-to-buffer'.
18453
18454 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
18455 text-mode-syntax-table.
18456 (mail-mode): Use define-derived-mode.
18457 Fix ordering of alternatives in adaptive-fill-regexp.
18458 (mail-mode-map): Don't rely on keymap's internal representation.
18459
18460 2001-10-27 Sam Steingold <sds@gnu.org>
18461
18462 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
18463 (sgml-xml-guess): Extracted from `html-mode' and generalized.
18464 (sgml-mode-common): Call it.
18465 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
18466 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
18467 (html-horizontal-rule, html-image, html-ordered-list):
18468 (html-unordered-list, html-list-item, html-paragraph):
18469 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
18470 `html-xhtml'.
18471
18472 2001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
18473
18474 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
18475 (ifnothtml): New alias.
18476
18477 2001-10-27 Stefan Monnier <monnier@cs.yale.edu>
18478
18479 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
18480 (toggle-text-mode-auto-fill): Use derived-mode-p.
18481
18482 2001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
18483
18484 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
18485 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
18486
18487 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
18488
18489 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
18490 Add make-obsolete cookies, to follow faces.el.
18491
18492 These changes avoid warnings from the byte compiler in faces.el:
18493
18494 * faces.el (internal-get-face): Use facep instead of the obsolete
18495 internal-find-face.
18496 (internal-frob-font-weight, internal-frob-font-slant):
18497 New defaliases for obsolete functions.
18498 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
18499 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
18500 (x-make-font-bold-italic): Use internal-frob-font-weight and
18501 internal-frob-font-slant aliases instead of the obsolete
18502 x-frob-... functions.
18503
18504 2001-10-26 Sam Steingold <sds@gnu.org>
18505
18506 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
18507 DOCTYPE; set `mode-name' based on it.
18508 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
18509 (sgml-tag): Close empty tags in XHTML.
18510
18511 2001-10-26 Jason Rumney <jasonr@gnu.org>
18512
18513 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
18514 when UNICODE is not defined.
18515
18516 2001-10-26 Sam Steingold <sds@gnu.org>
18517
18518 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
18519 be alone on the line.
18520
18521 2001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
18522
18523 * button.el (button): Special face definition for MS-DOS terminals.
18524
18525 2001-10-26 Sam Steingold <sds@gnu.org>
18526
18527 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
18528 Protect the /= test by checking that the args are non-nil.
18529 (sh-font-lock-close-heredoc): Check eof for being non-nil.
18530
18531 2001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
18532
18533 * textmodes/artist.el (artist-version): 1.2.4.
18534 (artist-butlast-fn): New variable.
18535 (artist-butlast): New function.
18536 (artist-ellipse-mirror-quadrant): Use it.
18537 (artist-mouse-draw-poly): Use nil for `point-list'.
18538 (artist-mouse-draw-poly): Check for point-list being nil.
18539
18540 2001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
18541
18542 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
18543 lambda expression.
18544 (ps-mode-menu-main): Submenu with options on/off was replaced with
18545 a toggle button.
18546 (ps-mode, ps-run-mode): Define with `define-derived-mode'
18547 (ps-mode): Autoload cookie added on same line as comment
18548 (ps-mode-tabkey, ps-mode-backward-delete-char):
18549 (ps-mode-r-balance): Replace `delete-horizontal-space' and
18550 `indent-to' with `indent-line-to'
18551 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
18552 instead of `eval'.
18553 (ps-mode-print-region): Use `with-temp-buffer'.
18554 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
18555 (numerous places): Add back-tick and tick around names in
18556 docstrings, fix punctuation in docstrings, remove trailing spaces.
18557
18558 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
18559
18560 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
18561 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
18562 (sgml-font-lock-syntactic-keywords): New var.
18563 (sgml-mode-common): Drop the two args.
18564 Don't make buffer-local variables that aren't used.
18565 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
18566 Don't set `before-string' props from sgml-display-text.
18567 (sgml-mode): Use define-derived-mode.
18568 (sgml-tags-invisible): Use sgml-display-text.
18569 (sgml-quote): New command.
18570 (html-tag-alist): Add args for `span'.
18571 (html-mode): Use define-derived-mode.
18572 Set sgml-display-text and sgml-tag-face-alist.
18573
18574 2001-10-25 Sam Steingold <sds@gnu.org>
18575
18576 * add-log.el (add-log-always-start-new-record): New user option.
18577 (add-change-log-entry): Use it.
18578
18579 2001-10-25 Richard M. Stallman <rms@gnu.org>
18580
18581 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
18582 bind case-fold-search if FROM is not all lower case.
18583
18584 2001-10-25 Gerd Moellmann <gerd@gnu.org>
18585
18586 * startup.el (normal-top-level): Check for frame-initial-frame
18587 only if it's really used.
18588
18589 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
18590
18591 * progmodes/compile.el (compilation-parse-errors-filename-function):
18592 New variable.
18593 (compilation-parse-errors): Use it.
18594
18595 2001-10-25 Stefan Monnier <monnier@cs.yale.edu>
18596
18597 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
18598 interactively so that C-u M-C-x still does edebug.
18599 (checkdoc-sentencespace-region-engine): Don't force a double-space
18600 after `.' if it doesn't look like an end-of-sentence.
18601 (debug-ignored-errors): Add `disambiguate ...'.
18602
18603 2001-10-24 Stefan Monnier <monnier@cs.yale.edu>
18604
18605 * textmodes/texinfo.el (texinfo-environments)
18606 (texinfo-environment-regexp): Hoist.
18607 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
18608 Only highlight the menu name in menu items.
18609 Setup `@foo ... @end foo' as text clones.
18610 (texinfo-clone-environment): New function.
18611 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
18612 (texinfo-insert-block): Simplify.
18613 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
18614 the command is repeated.
18615 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
18616 (texinfo-insert-@end): Simplify.
18617
18618 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
18619 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
18620 (texinfo-subsubsection-level-regexp)
18621 (texinfo-update-menu-same-level-regexps)
18622 (texinfo-update-menu-higher-regexps)
18623 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
18624
18625 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
18626 (derived-mode-p): Autoload.
18627
18628 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
18629 New vars and functions.
18630 (text-clone-maintain, text-clone-create): New functions.
18631
18632 2001-10-25 Miles Bader <miles@gnu.org>
18633
18634 * facemenu.el (facemenu-add-new-face): Fix variable names.
18635
18636 2001-10-24 Richard M. Stallman <rms@gnu.org>
18637
18638 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
18639 of t and nil values.
18640 (facemenu-set-face): Handle START and END interactively.
18641 (facemenu-set-foreground): Don't use a face; specify color directly.
18642 (facemenu-set-background): Likewise.
18643 (facemenu-set-face-from-menu): Doc fix.
18644 (facemenu-active-faces): Use face-attribute-vector
18645 to handle bare attributes not in faces.
18646 (facemenu-get-face): Don't handle face names fg:... and bg:...
18647 specially.
18648 (facemenu-add-new-face): New argument MENU.
18649 New way to handle adding colors to the color menus.
18650
18651 * env.el (substitute-env-vars): Quote the arg to rx.
18652
18653 2001-10-24 Sam Steingold <sds@gnu.org>
18654
18655 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
18656 Control" and "SGML" groups.
18657
18658 2001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
18659
18660 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
18661 Better handling of C++ template args to avoid confusion with `<'
18662 and `>' used as operators in member init expressions.
18663
18664 2001-10-24 Gerd Moellmann <gerd@gnu.org>
18665
18666 * replace.el (perform-replace): Move START and END parameters
18667 to the end of the argument list and make them optional.
18668
18669 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
18670 perform-replace.
18671
18672 * international/fontset.el (x-must-resolve-font-name): New function.
18673 (x-complement-fontset-spec): Use it.
18674
18675 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
18676
18677 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
18678
18679 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
18680 Turn caadr into caar of cdr.
18681
18682 2001-10-23 Gerd Moellmann <gerd@gnu.org>
18683
18684 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
18685 of mouse-{1,2} since dragging is on the down event.
18686
18687 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
18688
18689 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
18690 if ARG is nil.
18691
18692 * desktop.el (desktop-last-buffer): New variable.
18693 (desktop-create-buffer): Set it.
18694 (desktop-read): Bind it and switch to that buffer.
18695
18696 2001-10-22 Gerd Moellmann <gerd@gnu.org>
18697
18698 * progmodes/compile.el (compilation-set-window-height):
18699 Select old window only if it's still live.
18700
18701 2001-10-22 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
18702
18703 * help-mode.el (help-buffer): Remove debugging code.
18704 From Stefan Monnier <monnier@cs.yale.edu>.
18705
18706 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
18707
18708 * files.el (file-name-sans-extension, file-name-extension):
18709 Don't count the leading dots in file names as signaling an extension.
18710
18711 2001-10-22 Andre Spiegel <spiegel@gnu.org>
18712
18713 * vc.el (vc-diff-switches): Doc rewritten.
18714
18715 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
18716
18717 * tooltip.el (tooltip-set-param): Doc fix.
18718
18719 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
18720 127 to sgml-maybe-name-self.
18721 (sgml-name-8bit-mode): Doc fix.
18722 (sgml-char-names-table): New variable.
18723 (sgml-name-char): Support non-ASCII and mule-unicode-*
18724 characters. Doc fix.
18725 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
18726
18727 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
18728 doc string the effect of `left' and `top' parameters in
18729 tooltip-frame-parameters, the default values, and the units.
18730 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
18731 (tooltip-show): Mention in the doc string the `top' and `left'
18732 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
18733
18734 2001-10-22 Andre Spiegel <spiegel@gnu.org>
18735
18736 Add autoscaling support for vc-annotate.
18737 From J.D. Smith <jdsmith@alum.mit.edu>.
18738
18739 * vc.el (vc-annotate-display-default): Accept colormap scaling
18740 ratio (now deprecated).
18741 (vc-annotate-display-autoscale): Added.
18742 (vc-annotate-add-menu): New autoscaling menu options "Span to
18743 Oldest" and "Span Oldest->Newest". Easymenu support added for
18744 toggle menus driven by customize variable `vc-annotate-display-mode'.
18745 (vc-annotate-display-select): Added.
18746 (vc-annotate): Changed temp-buffer-show-function to
18747 `vc-annotate-display-select'.
18748 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
18749 Added argument OFFSET. Instead of backend function, calls now
18750 generic `vc-annotate-difference'.
18751 (vc-annotate-difference): Added as generic function instead of
18752 backend-specific function. No longer takes argument POINT, but
18753 instead accepts a time OFFSET.
18754 (vc-default-annotate-current-time): Added.
18755
18756 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
18757 version in vc.el, with
18758 (vc-cvs-annotate-current-time): Added, as override of default.
18759 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
18760 `vc-cvs-annotate-difference'.
18761
18762 2001-10-22 Gerd Moellmann <gerd@gnu.org>
18763
18764 * saveplace.el (save-place): Require `saveplace'.
18765
18766 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
18767 Use `sexp' for :value-type instead of `face'.
18768
18769 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
18770
18771 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
18772 regexps due to 5-digit message IDs.
18773
18774 2001-10-21 Jason Rumney <jasonr@gnu.org>
18775
18776 * term/w32-win.el (redisplay-dont-pause): Don't set.
18777
18778 2001-10-21 Miles Bader <miles@gnu.org>
18779
18780 * help-funs.el (help-manyarg-func-alist): Variable removed.
18781
18782 2001-10-21 Miles Bader <miles@gnu.org>
18783
18784 * help-funs.el (help-manyarg-func-alist): Remove entries for
18785 `insert', `insert-and-inherit', `insert-before-markers',
18786 `insert-before-markers-and-inherit', `message', `message-box',
18787 `message-or-box', `propertize', `format', `encode-time', `append',
18788 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
18789 `insert-string', `ml-if', `ml-provide-prefix-argument', and
18790 `ml-prefix-argument-loop'.
18791
18792 2001-10-21 Andre Spiegel <spiegel@gnu.org>
18793
18794 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
18795 (vc-default-diff-tree): New functions.
18796 (vc-version-diff): Use them. As a result, coding systems are now
18797 set up properly for all sorts of diffs, and tree diffs can now
18798 also be done locally.
18799 (vc-diff): With a prefix argument, don't require that it's called
18800 from a buffer under version control.
18801 (diff-switches): Remove duplicate definition.
18802
18803 * vc-cvs.el (vc-cvs-diff-tree): New function.
18804
18805 2001-10-21 Miles Bader <miles@gnu.org>
18806
18807 * help-funs.el (help-manyarg-func-alist): Remove entries for
18808 `list', `vector', `make-byte-code', `call-process',
18809 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
18810 `logand', `logior', and `logxor'.
18811
18812 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
18813 image bits to compensate. Use `make-string' instead of
18814 `make-bool-vector' (XBM apparently wants byte-aligned rows).
18815
18816 2001-10-20 Kim F. Storm <storm@cua.dk>
18817
18818 * simple.el (kill-ring-save): Don't show extent of copied region
18819 if using transient-mark-mode and region is fully visible.
18820
18821 See ChangeLog.9 for earlier changes.
18822
18823 ;; Local Variables:
18824 ;; coding: iso-2022-7bit
18825 ;; End:
18826
18827 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
18828 Copying and distribution of this file, with or without modification,
18829 are permitted provided the copyright notice and this notice are preserved.