(rmail-convert-to-babyl-format): Make the code
[bpt/emacs.git] / lisp / ChangeLog
1 2003-12-30 Eli Zaretskii <eliz@elta.co.il>
2
3 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
4 cleaner (suggested by Richard Stallman).
5
6 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
7 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
8 file-name clashes on 8+3 DOS filesystems.
9
10 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
11 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
12 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
14 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
15 file-name clashes on 8+3 filesystems.
16
17 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed
18 from testcover-unsafep.el and testcover-ses.el to avoid file-name
19 clashes on 8+3 DOS filesystems.
20
21 2003-12-29 Richard M. Stallman <rms@gnu.org>
22
23 * textmodes/flyspell.el (mail-mode-flyspell-verify):
24 Search for header separator alone on a line, literally,
25 and search for it backward, not forward.
26 (flyspell-abbrev-table): Always use global-abbrev-table
27 if there is no local one.
28
29 * progmodes/sh-script.el (sh-get-indent-info):
30 Don't move point back if at bob.
31
32 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
33
34 * play/handwrite.el (handwrite): Make the handwrite credit message
35 a comment rather than an output command.
36
37 * obsolete/sc.el: Display message that this file is obsolete.
38
39 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
40
41 * mail/rfc822.el (rfc822-address-start): Declare variable.
42 Renamed from address-start. All uses changed.
43
44 * term.el (term-exec): Set up sentinel.
45 (term-sentinel): New function.
46 (term-handle-exit): New function.
47
48 * subr.el (assoc-ignore-case, assoc-ignore-representation):
49 Use assoc-string, and mark them obsolete.
50 (delay-mode-hooks): Mark as permanent local.
51
52 * simple.el (sendmail-user-agent-compose): Use assoc-string.
53
54 * register.el (copy-rectangle-to-register): Doc fix.
55
56 * info.el (Info-insert-dir): Use assoc-string.
57
58 * info-look.el (info-lookup): Use assoc-string.
59
60 * frame.el (pop-up-frame-function): Use quote, not `function'.
61 (frame-notice-user-settings): Calculate ADJUSTED-TOP
62 copying with lists as coordinate values.
63
64 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
65
66 * find-dired.el (kill-find): New command.
67 (find-dired): Make buffer read-only.
68 Set up a keymap with C-c C-k running kill-find.
69 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
70
71 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
72
73 * filecache.el (file-cache-ignore-case): New variable.
74 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
75
76 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
77 (comint-dynamic-complete-as-filename): Rename local vars.
78 (comint-dynamic-list-filename-completions): Likewise.
79
80 * comint.el (comint-dynamic-list-completions-config): New var.
81 (comint-dynamic-list-completions): Handle both SPC and TAB right.
82
83 * comint.el (comint-file-name-chars): Add [].
84 (comint-word): Use skip-chars-backward, not search.
85
86 * shell.el (shell-file-name-chars): Add [].
87
88 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
89
90 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
91
92 * generic.el (define-generic-mode): Doc fix.
93
94 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
95
96 * files.el (kill-some-buffers): Doc fix.
97
98 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
99
100 * comint.el (comint-watch-for-password-prompt): Pass `string' as
101 arg to send-invisible
102 (send-invisible): Doc fix. The argument is now a prompt, not the
103 string to send.
104 (comint-read-noecho): Doc fix.
105
106 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
107
108 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
109 "@", as required by some ISP hosting service. Fix defcustom
110 argument syntax errors that prevented use of customization.
111
112 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
113
114 * xml.el (xml-get-attribute-or-nil): Doc fix.
115
116 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
117
118 * net/zone-mode.el (zone-mode): Use write-file-functions, not
119 write-file-hooks.
120
121 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
122
123 * autorevert.el (auto-revert-interval): Doc fix.
124
125 2003-12-29 Mark A. Hershberger <mah@everybody.org>
126
127 * xml.el (xml-get-attribute-or-nil): New function, like
128 xml-get-attribute, but returns nil if the attribute was not found.
129 (xml-get-attribute): Converted to defsubst, uses
130 xml-get-attribute-or-nil.
131
132 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
133
134 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
135
136 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
137
138 * custom.el (custom-declare-theme): Use `value' when putting
139 properties on `theme'.
140
141 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
142
143 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
144 for each yank-handler segment.
145 (insert-for-yank-1): New function, with the body of the previous
146 insert-for-yank.
147
148 * textmodes/table.el (table-yank-handler): New defcustom.
149 (table--put-cell-indicator-property): Put yank-handler property
150 that indicates the yank handler for the table cell.
151
152 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
153
154 * generic-x.el (etc-modules-conf-generic-mode): A more complete
155 set of keywords.
156
157 2003-12-29 Eli Zaretskii <eliz@elta.co.il>
158
159 * international/mule-cmds.el (reset-language-environment)
160 (set-language-environment): Don't invoke fontset-related functions
161 if fontset-list is not fboundp.
162
163 2003-12-29 Kenichi Handa <handa@m17n.org>
164
165 * international/mule-cmds.el (reset-language-environment): Call
166 set-overriding-fontspec-internal with nil.
167 (set-language-environment): Call set-overriding-fontspec-internal
168 if the language environment specify `overriding-fontspec'.
169 (language-info-alist): Doc added.
170
171 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
172 characters of mule-unicode-0100-24ff.
173 (ccl-encode-windows-1251-font): New CCL program.
174 ("Bulgarian"): Specify overriding-fontspec.
175 ("Belarusian"): Likewise.
176
177 2003-12-28 Sam Steingold <sds@gnu.org>
178
179 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
180 parameter ID-FORMAT to conform with the 2003-11-30 patch.
181
182 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
183
184 * progmodes/gud.el (gud-gdb-command-name): Set default to
185 "gdb --annotate=3".
186 (gud-gdb-marker-filter): Look out for annotations.
187 (gdb-first-pre-prompt): New variable.
188 Remove trailing white space.
189
190 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
191 if necessary.
192 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
193 annotations are detected.
194 (gud-gdba-marker-filter): Use global variable gud-marker-acc
195 instead of a local one to allow transition from
196 gud-gdb-marker-filter.
197 Remove trailing white space.
198
199 2003-12-27 Kim F. Storm <storm@cua.dk>
200
201 * ido.el: Handle non-readable directories.
202 (ido-decorations): Add 9th element for non-readable directory.
203 (ido-directory-nonreadable): New dynamic var.
204 (ido-set-current-directory): Set it.
205 (ido-read-buffer, ido-file-internal):
206 (ido-read-file-name, ido-read-directory-name): Let-bind it.
207 (ido-file-name-all-completions1): Return empty list for
208 non-readable directory.
209 (ido-exhibit): Print [Not readable] if directory is not readable.
210 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
211 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
212 Use it.
213
214 2003-12-27 Lars Hansen <larsh@math.ku.dk>
215
216 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
217 calls to directory-files-and-attributes and file-attributes.
218 (ls-lisp-format): Remove system dependent handling of user and
219 group id's.
220
221 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
222
223 * ffap.el (ffap-read-file-or-url): Revert previous change.
224
225 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
226
227 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
228 new list of included files called `files-with-node-lines', that
229 only have node lines. This way @include commands can include any
230 file, such as version and update files without node lines, not
231 just files that are chapters.
232
233 2003-12-25 Andreas Schwab <schwab@suse.de>
234
235 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
236 file not found.
237
238 2003-12-08 Miles Bader <miles@gnu.org>
239
240 * dired.el (dired-between-files): Always use dired-move-to-filename,
241 which is more robust in non-english locales.
242
243 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
244
245 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
246
247 2003-12-24 Andreas Schwab <schwab@suse.de>
248
249 * shell.el (shell-file-name-quote-list): Add backslash.
250
251 * comint.el (comint-quote-filename): Correctly handle backslash
252 in comint-file-name-quote-list.
253
254 2003-12-24 Kenichi Handa <handa@m17n.org>
255
256 * international/mule-cmds.el (set-default-coding-systems): Call
257 ucs-set-table-for-input for all buffers that don't have local
258 value of buffer-file-coding-system.
259
260 * international/ucs-tables.el (ucs-set-table-for-input): If
261 translation-table-for-encode is a symbol, get its
262 translation-table property.
263
264 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
265
266 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
267 to `completing-read' on a recently fixed bug.
268
269 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
270 instead of SPACE, to get the list of possible fringe modes. SPACE
271 only works if both `partial-completion-mode' and
272 `completion-auto-help' are nil.
273
274 * complete.el (PC-is-complete-p): delete.
275 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
276 calls to `test-completion'.
277
278 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
279
280 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
281 to edit values when there are no children.
282
283 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
284 a mode called "Assembler" already exists.
285 (gdb-use-colon-colon-notation, gdb-show-changed-values): New
286 options.
287 (gud-watch): Use format option. Remove font properties from
288 string.
289 (gdb-var-create-handler, gdb-var-list-children-handler): Don't
290 bother about properties as there are none.
291 (gdb-var-create-handler, gdb-var-list-children-handler)
292 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
293 with two arguments.
294 (gdb-var-evaluate-expression-handler, gdb-post-prompt): Let
295 speedbar show value changes with a different font.
296 (gdb-edit-value): New defun.
297 (gdb-clear-partial-output, gdb-clear-inferior-io)
298 (def-gdb-auto-update-handler): Use erase-buffer.
299 (gdb-frame-handler): Display watch expressions in
300 FUNCTION::VARIABLE format if required.
301
302 2003-12-23 John Paul Wallington <jpw@gnu.org>
303
304 * info.el (Info-unescape-quotes, Info-split-parameter-string)
305 (Info-goto-emacs-command-node): Doc fixes.
306
307 2003-12-12 Jesper Harder <harder@ifa.au.dk>
308
309 * cus-edit.el (custom-add-parent-links): Define "many".
310
311 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
312
313 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
314 (widget-child-validate, widget-type-value-create)
315 (widget-type-default-get, widget-type-match): New functions.
316 (lazy): New widget.
317 (menu-choice, checklist, radio-button-choice, editable-list)
318 (group, documentation-string): Removed redundant (per 2003-10-25
319 change) calls to `widget-children-value-delete'.
320 (widget-choice-value-get, widget-choice-value-inline): Removed
321 functions.
322 (menu-choice): Updated widget.
323
324 2003-12-03 Kenichi Handa <handa@m17n.org>
325
326 * language/cyrillic.el: Register "microsoft-cp1251" in
327 ctext-non-standard-encodings-alist.
328 ("Bulgarian"): Add ctext-non-standard-encodings.
329 ("Belarusian"): Likewise.
330
331 * international/mule-conf.el (compound-text-with-extensions):
332 Change the type to 2 (iso-2022 base).
333
334 * international/mule.el (ctext-non-standard-encodings-alist):
335 Change the format.
336 (ctext-non-standard-encodings): New variable.
337 (ctext-post-read-conversion): Fully re-written.
338 (ctext-non-standard-designations-alist): Delete it.
339 (ctext-non-standard-encodings-table): New function.
340 (ctext-pre-write-conversion): Fully re-written.
341
342 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
343
344 * cus-edit.el (custom-add-parent-links): Add documentation links
345 for parent, if the item has none of its own.
346
347 2003-11-30 Richard M. Stallman <rms@gnu.org>
348
349 * dired-aux.el (dired-do-query-replace-regexp):
350 Report files visited read-only.
351
352 2003-11-30 Juri Linkov <juri@jurta.org>
353
354 * dired-aux.el (dired-compare-directories): New command.
355 (dired-file-set-difference, dired-files-attributes): New functions.
356
357 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
358 Version 2.0.38 of Tramp released.
359
360 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
361 Charles Curley <charlescurley@charlescurley.com>.
362 (tramp-multi-connection-function-alist): Add ssht entry which adds
363 "-e none -t -t" to the list of ssh args. Suggested by Adrian
364 Aichner.
365 (tramp-get-method-parameter): New function to retrieve a method
366 parameter. This allows for omission of method parameters.
367 Callers adjusted.
368
369 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
370
371 * net/tramp.el: Add new optional parameter ID-FORMAT to
372 `file-attributes'. Calls of `file-attributes' won't use this
373 parameter for backward compatibility reasons.
374 (tramp-perl-file-attributes): Add a new parameter to Perl script
375 in order to handle uid/gid as strings, if desired.
376 (tramp-handle-file-truename, tramp-handle-file-symlink-p): Apply
377 `file-attributes' instead of `tramp-handle-file-attributes' in
378 order to make the function more general.
379 (tramp-handle-file-attributes): Replace proprietary optional
380 parameter NONNUMERIC by the recently (Emacs 21.4) introduced
381 ID-FORMAT.
382 (tramp-handle-file-attributes-with-perl): Handle parameter
383 NONNUMERIC if set. This wasn't done in the past.
384 (tramp-post-connection): Apply second parameter "$2" if
385 `tramp-remote-perl' is called.
386
387 * net/tramp-smb.el (tramp-smb-handle-delete-file): Correct
388 cut'n'waste error (`filename' instead of `directory').
389 (tramp-smb-handle-directory-files-and-attributes)
390 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
391 introduced parameter ID-FORMAT.
392 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
393 error (`directory' instead of `ldir').
394
395 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
396 `file-attributes' has a second parameter. If yes, apply it with
397 value "'integer". Otherwise, don't use that parameter (default is
398 integer format).
399
400
401 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
402
403 * help.el (help-map): Bind `display-local-help' to `C-h .'.
404 (help-for-help): Add `C-h .' to the listed Help options.
405 Remove trailing whitespace.
406
407 * help-at-pt.el: New file.
408
409 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
410
411 * subr.el (noreturn, 1value): New macros for test coverage. See
412 `testcover.el'.
413
414 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
415
416 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
417 for macro `1value'.
418 (testcover-1value): New function. Checks that a 1value form
419 actually returns only one value. Requested by RMS.
420
421 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
422
423 * gdb-ui.el (gud-watch, gdb-var-create-handler)
424 (gdb-var-list-children, gdb-var-list-children-handler)
425 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
426 gdb commands that use mi to keep them out of the command history.
427
428 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
429
430 * cus-start.el (all): Add use-file-dialog.
431
432 2003-11-27 Kim F. Storm <storm@cua.dk>
433
434 * subr.el (posn-object-x-y): New defun.
435
436 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
437
438 * subr.el (number-sequence): Improve handling of floating point
439 arguments (suggested by Kim Storm). Allow negative arguments.
440
441 2003-11-26 Kenichi Handa <handa@m17n.org>
442
443 * international/mule-cmds.el (standard-display-european-internal):
444 Cancel the standard-display-table setting for ` and '.
445
446 2003-11-26 Kim F. Storm <storm@cua.dk>
447
448 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
449 New defcustoms to add ffap-like functionality to ido.
450 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
451 (ido-no-final-slash): New defun.
452 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
453 (ido-read-file-name): ): Toggle VC checking via
454 vc-handled-backends instead of vc-master-templates.
455 (ido-file-internal): Handle ido-use-url-at-point and
456 ido-use-filename-at-point via code borrowed from ffap-guesser.
457 Handle new ido-exit code ffap.
458 (ido-sort-list): Ignore final slash when sorting file names.
459
460 2003-11-25 Kim F. Storm <storm@cua.dk>
461
462 * emulation/cua-base.el (cua--standard-movement-commands):
463 Add forward-sentence and backward-sentence.
464
465 2003-11-25 Stephen Eglen <stephen@gnu.org>
466
467 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
468 iswitchb-exit is set to 'usefirst when user selects buffer at head
469 of list using RET. (Selecting buffers at the head of the list was
470 broken if the substring was also a complete buffername.)
471
472 2003-11-23 Kim F. Storm <storm@cua.dk>
473
474 * progmodes/compile.el (grep-command, grep-use-null-device)
475 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
476 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
477 (grep-regexp-alist, grep-program, find-program)
478 (grep-find-use-xargs, grep-history, grep-find-history)
479 (grep-process-setup, grep-compute-defaults)
480 (grep-default-command, grep, grep-tag-default, grep-find)
481 (grep-expand-command-macros, grep-tree-last-regexp)
482 (grep-tree-last-files, grep-tree): Move grep variables, functions
483 and commands to new file grep.el.
484 (compilation-mode-map): Remove grep commands from Compile sub-menu.
485 (compilation-process-setup-function): Doc fix.
486 (compilation-highlight-regexp, compilation-highlight-overlay): New
487 defvars used for highlighting current compile error in source buffer.
488 (compile-internal): New optional args HIGHLIGHT-REGEXP and
489 LOCAL-MAP which overrides compilation-highlight-regexp and
490 compilation-mode-map for this compilation.
491 Delay calling compilation-set-window-height until after running
492 compilation-process-setup-function so it can buffer-local override
493 compilation-window-height.
494 Check buffer-local value of compilation-scroll-output.
495 (compilation-set-window-height): Use buffer-local value of
496 compilation-window-height.
497 (compilation-revert-buffer): Don't pass (undefined)
498 preserve-modes arg to revert-buffer.
499 (next-error-no-select, previous-error-no-select): New commands.
500 (compilation-goto-locus): Temporarily highlight current match in
501 source buffer using compilation-highlight-regexp.
502
503 * progmodes/grep.el: New file with grep code from compile.el.
504 (grep): New defcustom group.
505 (grep-window-height): New defcustom, like compilation-window-height.
506 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
507 (grep-scroll-output): New defcustom, like compilation-scroll-output.
508 (grep-command, grep-use-null-device, grep-find-command)
509 (grep-tree-files-aliases, grep-tree-ignore-case)
510 (grep-tree-ignore-CVS-directories): Move to grep custom group.
511 (grep-setup-hook): New hook variable.
512 (grep-mode-map): New keymap for grep commands. Add Grep menu.
513 (grep-last-buffer): New defvar, override compilation-last-buffer.
514 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
515 Call compile-internal with args highlight-regexp and grep-mode-map.
516
517 2003-11-23 Kim F. Storm <storm@cua.dk>
518
519 * subr.el (event-start, event-end): Doc fix.
520 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
521 (posn-area, posn-actual-col-row, posn-object): New defuns.
522 (posn-col-row): Simplify doc. Rewrite to use cond.
523 (posn-point): Also return buffer position for events outside text
524 area (that info is now present in the event position).
525
526 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
527 mouse-set-point so that hscroll still works now that clicks on
528 fringes generate specific mouse events.
529 (mouse-set-point): Note that it now works in fringes and margins
530 too due to new semantics of posn-point in fringes and margins.
531
532 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
533 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
534
535 2003-11-20 Kim F. Storm <storm@cua.dk>
536
537 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
538 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
539 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
540 to 100 for icons to avoid increasing line height when shown.
541
542 2003-11-19 Andreas Schwab <schwab@suse.de>
543
544 * simple.el (set-variable): Fix indentation.
545
546 2003-11-17 Kenichi Handa <handa@m17n.org>
547
548 * international/latin1-disp.el (latin1-display-ucs-per-lynx): Fix
549 docstring.
550
551 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
552
553 * international/latin1-disp.el (latin1-display): Fix docstring.
554
555 2003-11-16 John Wiegley <johnw@newartisans.com>
556
557 * eshell/em-ls.el (eshell-ls-file): There are times with
558 size-width is nil and uncomputed (when directories are created in
559 dired, for example); in this case, 4 is reasonable default value,
560 although it may caused skewed new entries (which could be avoided
561 by returning the original value of 8 in all cases, but 99% of the
562 time this is a waste of whitespace).
563
564 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
565
566 * cc-engine.el (c-guess-continued-construct,
567 c-guess-basic-syntax): Check a little more carefully if it's a
568 function declaration when an unknown construct followed by a block
569 is found inside a statement context. This avoids macros followed
570 by blocks to be taken as function declarations.
571
572 (c-guess-continued-construct): Changed the analysis of a statement
573 continuation with a brace open to `substatement-block', for
574 consistency with recognized statements.
575
576 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
577 start is in a position so that `c-beginning-of-statement-1' jumped
578 to the beginning of the same statement.
579
580 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur): Don't
581 accept binary operators in the arglist if we're in a function call
582 context, i.e. if `c-restricted-<>-arglists' is set. That avoids
583 template recognition in cases like "if (a < b || c > d)".
584
585 (c-restricted-<>-arglists): New more appropriate name for
586 `c-disallow-comma-in-<>-arglists'.
587
588 Accessing functions updated for the variable name change.
589
590 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
591 match data could get clobbered if NOT-INSIDE-TOKEN is used.
592
593 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
594 labels.
595
596 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
597 instead of duplicating parts of it. This fixes bogus label
598 recognition.
599
600 * cc-align.el (c-gnu-impose-minimum): Reverted to the old method
601 of checking the context in which to apply the minimum indentation,
602 so that it isn't enforced in e.g. namespace blocks.
603
604 * cc-vars.el (c-inside-block-syms): New constant used by
605 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
606 to somewhat reduce the risk of becoming stale.
607
608 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Moved from
609 cc-cmds to cc-engine to allow use from cc-align.
610
611 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
612 qualified identifiers containing "::".
613
614 * cc-defs.el (c-make-keywords-re): Added kludge for bug in
615 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
616
617 * cc-vars.el (c-emacs-features): Use a space in front of the name
618 of the temporary buffer. That also avoids dumping problems in
619 XEmacs due to undo info being left around after the buffer is
620 killed.
621
622 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
623 arglist to see if it's a K&R style declaration.
624
625 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
626 before returning `knr-argdecl-intro'.
627
628 2003-11-16 John Wiegley <johnw@newartisans.com>
629
630 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
631 field in a long-listing always 8 characters, use `size-width',
632 which has already been computed.
633
634 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
635
636 * subr.el (minor-mode-list): Add `hs-minor-mode'.
637
638 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
639
640 * diff-mode.el (diff-hunk-prev, diff-hunk-next): Support
641 operation while narrowed, with `diff-restrict-view'.
642
643 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
644
645 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Take
646 additional optional arg NARROWFUN. For the generated functions: Add
647 local var `was-narrowed-p'. Also, if NARROWFUN is specified, include
648 frags that arrange to check for and save narrowing state before the
649 move and then conditionally call NARROWFUN after the move.
650
651 2003-11-14 John Wiegley <johnw@newartisans.com>
652
653 * eshell/esh-var.el (eshell-parse-variable-ref): Added a backslash
654 that was optional, but obviously missing based on surrounding
655 code.
656
657 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
658 string arguments to numbers unless the whole argument was seen as
659 a number.
660
661 2003-11-14 Kenichi Handa <handa@m17n.org>
662
663 * international/mule.el (ctext-non-standard-encodings-alist): Fix
664 coding systems.
665
666 2003-11-10 Kenichi Handa <handa@m17n.org>
667
668 * language/kannada.el ("Kannada"): Add sample-text.
669
670 * language/knd-util.el (kannada-compose-region)
671 (kannada-compose-string, kannada-post-read-conversion): Add
672 autoload cookie.
673
674 * international/quail.el (quail-completion): Change the message
675 "corresponding translations" to "corresponding characters".
676
677 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
678
679 * descr-text.el (describe-char): Fix typo.
680
681 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
682
683 These changes are to support Kannada language/script.
684
685 * Makefile.in (DONTCOMPILE): Add kannada.el.
686
687 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
688
689 * loadup.el: Preload kannada.el.
690
691 * language/ind-util.el (ucs-kannada-to-is13194-alist)
692 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
693 New variables.
694
695 * language/kannada.el: New file.
696
697 * language/knd-util.el: New file.
698
699 2003-11-07 Andreas Schwab <schwab@suse.de>
700
701 * progmodes/autoconf.el (autoconf-font-lock-keywords): Also
702 highlight AH_*.
703
704 * xml.el (xml-parse-dtd): Fix misplaced paren.
705
706 2003-11-07 Kenichi Handa <handa@m17n.org>
707
708 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
709
710 2003-11-05 Juri Linkov <juri@jurta.org>
711
712 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
713 (desktop-buffer-file): Use saved buffer-file-coding-system
714 for file reading. Set auto-insert to nil to prevent automatic
715 insertion into restored empty files.
716
717 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
718
719 * files.el (risky-local-variable-p): Make second argument optional.
720
721 2003-11-03 Eli Zaretskii <eliz@elta.co.il>
722
723 * mail/rmail.el (rmail-convert-to-babyl-format): If
724 base64-decode-region signals an error, catch it and silently
725 ignore it.
726
727 2003-11-01 Mark A. Hershberger <mah@everybody.org>
728
729 * xml.el (xml-parse-region): Allow comments to appear after the
730 topmost element has closed.
731 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
732 (xml-ns-expand-attr): New functions to do namespace handling.
733 (xml-intern-attrlist): Back-compatible handling of attribute
734 names.
735 (xml-parse-tag): Move namespace handling to seperate functions.
736 Now produces elements in the form ((:ns . "element") (attr-list)
737 children) instead of ('ns:element (attr-list) children).
738 (xml-parse-attlist): Fix attribute parsing.
739 (xml-parse-dtd): Change parsing so that it produces strings
740 instead of interned symbols.
741
742 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
743
744 * dired.el (dired-ls-sorting-switches): Doc fix.
745
746 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
747
748 * emacs-lisp/rx.el (rx-or): Fix the case of
749 "(rx (and ?a (or ?b ?c) ?d))".
750
751 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
752
753 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
754 (texinfo-format-region): Use it.
755 (texinfo-format-buffer-1): Ditto.
756
757 2003-11-01 Alan Mackenzie <acm@muc.de>
758
759 Changes to allow scrolling whilst in isearch mode:
760 * isearch.el (isearch-unread-key-sequence): New function,
761 extracted from isearch-other-meta-char.
762 (top level): (put 'foo 'isearch-scroll) on all Emacs's
763 "scrollable" standard functions.
764 (isearch-allow-scroll): New customizable variable.
765 (isearch-string-out-of-window, isearch-back-into-window)
766 (isearch-reread-key-sequence-naturally)
767 (isearch-lookup-scroll-key): New functions.
768 (isearch-other-meta-char): Doc string and functionality enhanced.
769 Now accepts a prefix argument.
770 (isearch-lazy-highlight-window-end): New variable.
771 (isearch-lazy-highlight-new-loop): Pay attention to the window's
772 end (thru isearch-lazy-highlight-window-end), not only its start.
773
774 * simple.el (overriding-map-is-bound, saved-overriding-map): New
775 variables.
776 (ensure-overriding-map-is-bound, restore-overriding-map): New
777 functions.
778 (universal-argument, universal-argument-more, negative-argument)
779 (digit-argument, universal-argument-other-key): Minor changes.
780
781 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
782
783 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
784 recursively if the last message is deleted, thus avoiding an
785 infinite loop.
786
787 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
788
789 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
790 (tex-main-file): Don't add .tex if the extension is already present.
791 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
792
793 2003-10-29 Lute Kamstra <lute@gnu.org>
794
795 * progmodes/octave-inf.el (inferior-octave-prompt):
796 Recognize version number in prompt.
797
798 2003-10-28 Dave Love <fx@gnu.org>
799
800 * international/characters.el: Fix some Unicode ranges.
801
802 2003-10-28 Kenichi Handa <handa@m17n.org>
803
804 * disp-table.el (standard-display-8bit)
805 (standard-display-default, standard-display-ascii)
806 (standard-display-g1, standard-display-graphic)
807 (standard-display-underline): Assure that standard-display-table
808 is a display table.
809
810 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
811
812 * simple.el (reindent-then-newline-and-indent): Delete space *after*
813 reindenting the first line.
814
815 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
816
817 * wid-edit.el (widget-default-delete): Always delete child widgets.
818
819 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * newcomment.el (comment-indent): Don't call indent-according-to-mode
822 if the line has code.
823 Don't try to line up with something that's too far left.
824
825 * progmodes/octave-mod.el (octave-comment-start): Simplify.
826 (octave-mode-syntax-table): Add % as a comment starter.
827 (octave-point): Remove.
828 (octave-in-comment-p, octave-in-string-p)
829 (octave-not-in-string-or-comment-p, calculate-octave-indent)
830 (octave-blink-matching-block-open, octave-auto-fill):
831 Use line-(beginning|end)-position instead.
832
833 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
834
835 * emacs-lisp/authors.el (authors-aliases): Add correct realname
836 for Francesco Potort\e,Al\e(B.
837
838 2003-10-23 Dave Love <fx@gnu.org>
839
840 * international/mule-cmds.el (locale-charset-to-coding-system):
841 Don't rely on nil being a coding system.
842
843 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
844 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
845 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
846
847 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
848
849 * gdb-ui.el (gdb-current-language): New variable.
850 (gdb-update-flag): Remove variable.
851 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
852 (gdb-take-last-elt): Remove function.
853 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
854 (gdb-post-prompt): Check for variable object changes here.
855
856 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
857 object changes in gdb-ui.el.
858
859 2003-10-21 Richard M. Stallman <rms@gnu.org>
860
861 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
862
863 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
864 Don't check for foo*/ wildcard form here.
865 (insert-directory): Recognize foo*/ as a wildcard.
866 Separate wildcard-regexp variable from the arg, wildcard.
867
868 * subr.el (add-hook): Correctly detect when make-local-hook was used.
869 (remove-hook): Correctly handle strange cases about local hooks.
870
871 2003-10-21 David Ponce <david@dponce.com>
872
873 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
874 argument REAL, to return a real number instead of a rounded
875 integer value. Define as inline function.
876 (ruler-mode-right-fringe-cols): Likewise.
877 (ruler-mode-scroll-bar-cols): New function.
878 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
879 (ruler-mode-right-scroll-bar-cols): Likewise.
880 (ruler-mode-space): New function.
881 (ruler-mode-ruler): Use it. Handle variations of fringe style,
882 scroll bar mode and margins in a more robust way.
883
884 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
885
886 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
887 (antlr-c-init-language-vars): New function.
888 (antlr-mode): Use it with cc-mode before v5.29.
889 (antlr-c-common-init): Don't set some local vars here.
890 (antlr-mode): Set them here.
891 (antlr-c-forward-sws): New function alias.
892 (antlr-mode): Redefine with cc-mode before v5.30.
893 (antlr-skip-sexps): Use it.
894 (antlr-skip-exception-part): Ditto.
895 (antlr-skip-file-prelude): Ditto.
896 (antlr-outside-rule-p): Ditto.
897 (antlr-end-of-body): Ditto.
898 (antlr-option-kind): Ditto.
899 (antlr-insert-option-area): Ditto.
900 (antlr-file-dependencies): Ditto.
901
902 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
903
904 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
905 Move backward only if point was not inside an entry.
906
907 2003-10-21 Richard M. Stallman <rms@gnu.org>
908
909 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
910
911 2003-10-21 Juri Linkov <juri@jurta.org>
912
913 * compare-w.el: Automatically skip non-matching text to resync.
914 (compare-windows-whitespace): Doc fix.
915 (compare-windows-sync, compare-windows-sync-string-size)
916 (compare-windows-recenter, compare-ignore-whitespace)
917 (compare-windows-highlight, compare-windows-face): New variables.
918 (compare-windows): Use compare-windows-sync.
919 (compare-windows-highlight, compare-windows-dehighlight)
920 (compare-windows-sync-regexp)
921 (compare-windows-sync-default-function): New functions.
922
923 2003-10-21 Juri Linkov <juri@jurta.org>
924
925 * diff.el (diff-parse-differences): Don't visit the files now;
926 instead, just record the error locus.
927
928 2003-10-21 Dave Love <fx@gnu.org>
929
930 * progmodes/cfengine.el: New file.
931
932 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * complete.el (PC-do-completion): Do not forget to use `pred' as the
935 default-directory when completing file names.
936
937 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
938
939 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
940 followed by the word `face', it gets treated as a face, even if
941 it is also defined as a variable or a function.
942
943 2003-10-20 Dave Love <fx@gnu.org>
944
945 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
946 Avoid incf in macro expansion.
947
948 2003-10-20 John Paul Wallington <jpw@gnu.org>
949
950 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
951 `evenp' so we don't implicitly require cl library at runtime.
952
953 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
954
955 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
956 (help-make-xrefs): Only make cross-references for faces if
957 preceded or followed by the word `face'. Do not make a
958 cross-reference for variables without variable documentation,
959 unless preceded by the word `variable' or `option'. Update doc
960 string accordingly.
961
962 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
963
964 * progmodes/hideshow.el: Rewrite one-armed `if'
965 constructs using either `when' or `unless'.
966 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
967
968 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
969
970 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
971 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
972 instead of 12x12.
973
974 2003-10-16 Eli Zaretskii <eliz@elta.co.il>
975
976 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
977 message while converting to Babyl.
978
979 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
980
981 * allout.el (allout-mode): Doc fix.
982
983 2003-10-16 Lute Kamstra <lute@gnu.org>
984
985 * subr.el (force-mode-line-update): Fix docstring.
986
987 2003-10-14 Dave Love <fx@gnu.org>
988
989 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
990 (default-input-method): Add :link, improve :type.
991 (locale-charset-language-names): Fix utf-8 pattern.
992 (locale-charset-match-p, locale-charset-alist)
993 (locale-charset-to-coding-system): New.
994 (set-locale-environment): Deal with codeset part of locale specs.
995
996 2003-10-14 Lute Kamstra <lute@gnu.org>
997
998 * fringe.el (fringe-mode): Use active voice in docstring.
999 (set-fringe-style): Ditto.
1000
1001 2003-10-13 Lute Kamstra <lute@gnu.org>
1002
1003 * fringe.el (fringe-mode): Fix docstring.
1004 (set-fringe-style): Ditto.
1005
1006 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
1007
1008 * ediff-mult.el (ediff-filegroup-action):
1009 Use ediff-default-filtering-regexp.
1010
1011 * ediff-util.el (ediff-recenter): Don't call
1012 ediff-restore-highlighting twice.
1013 (ediff-select-difference): Set current difference.
1014 (ediff-unselect-and-select-difference): Add comment.
1015
1016 * ediff.el (ediff-directories,ediff-directory-revisions)
1017 (ediff-directories3,ediff-merge-directories)
1018 (ediff-merge-directories-with-ancestor)
1019 (ediff-merge-directory-revisions)
1020 (ediff-merge-directory-revisions-with-ancestor):
1021 Use ediff-default-filtering-regexp.
1022
1023 2003-10-12 Andreas Schwab <schwab@suse.de>
1024
1025 * international/mule-cmds.el (locale-charset-language-names):
1026 Simplify regex by removing unused grouping.
1027
1028 2003-10-10 Dave Love <fx@gnu.org>
1029
1030 * bindings.el: Don't bind stop.
1031
1032 2003-10-08 Miles Bader <miles@gnu.org>
1033
1034 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
1035 face instead of attempting to emulate it.
1036
1037 2003-10-07 Kenichi Handa <handa@m17n.org>
1038
1039 * international/mule-diag.el (list-coding-systems-1): List coding
1040 systems that are loaded automatically.
1041
1042 * international/code-pages.el (iso-8859-11): Add autoload cookie.
1043
1044 * international/mule.el (autoload-coding-system): New function.
1045
1046 2003-10-07 Andreas Schwab <schwab@suse.de>
1047
1048 * log-edit.el (log-edit-changelog-entries): Prefer local value of
1049 change-log-default-name in the buffer visiting the file.
1050
1051 2003-10-06 Dave Love <fx@gnu.org>
1052
1053 * files.el (find-file-hook): Customize.
1054 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
1055
1056 * bindings.el (completion-ignored-extensions): Remove .log.
1057 (global-map): Add again, open, stop keys.
1058
1059 2003-10-05 Richard M. Stallman <rms@gnu.org>
1060
1061 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
1062 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
1063 Use sh-modify directly.
1064 (sh-select): Use sh-append, not eval.
1065
1066 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
1067
1068 * info.el (Info-following-node-name): New function.
1069
1070 * loadhist.el (unload-feature-special-hooks):
1071 Rename from loadhist-hook-functions.
1072 (loadhist-hook-functions): Now an alias.
1073
1074 2003-10-04 Eli Zaretskii <eliz@elta.co.il>
1075
1076 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
1077 file-name clashes on 8+3 filesystems.
1078
1079 * Makefile.in (DONTCOMPILE, bootstrap-clean):
1080 Rename loaddefs-boot.el to ldefs-boot.el
1081
1082 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
1083 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
1084
1085 2003-10-03 Lute Kamstra <lute@gnu.org>
1086
1087 * info.el (Info-mode): Revert previous change.
1088 (Info-escape-percent): New function.
1089 (Info-fontify-node): Use it.
1090
1091 2003-10-02 Andreas Schwab <schwab@suse.de>
1092
1093 * loaddefs-boot.el: Regenerated.
1094
1095 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
1096
1097 * ffap.el: Remove defadvice related code from CVS since `complete'
1098 provides a `PC-completion-as-file-name-predicate' variable that
1099 ffap can override.
1100
1101 2003-10-02 Kenichi Handa <handa@m17n.org>
1102
1103 * international/utf-8.el (ccl-decode-mule-utf-8):
1104 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
1105
1106 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
1107 * international/subst-big5.el: Likewise.
1108 * international/subst-gb2312.el: Likewise.
1109 * international/subst-ksc.el: Likewise.
1110
1111 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
1112
1113 * calendar/calendar.el (increment-calendar-month)
1114 (calendar-leap-year-p, calendar-absolute-from-gregorian)
1115 (generate-calendar, calendar-read-date, calendar-interval)
1116 (calendar-day-of-week): Handle years BC.
1117 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
1118
1119 2003-10-01 Dave Love <fx@gnu.org>
1120
1121 * language/cyrillic.el (cp1251): Alias for windows-1251.
1122
1123 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
1124 bootstrap.
1125
1126 2003-10-01 Lute Kamstra <lute@gnu.org>
1127
1128 * files.el: Fix typo.
1129 * imenu.el (imenu--generic-function): Docstring fix.
1130
1131 2003-09-30 Richard M. Stallman <rms@gnu.org>
1132
1133 * dired.el (dired-mode): Handle dired-directory as a list.
1134
1135 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
1136
1137 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
1138
1139 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
1140
1141 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
1142 Replace gud-display with gud-watch.
1143 (gud-speedbar-buttons): Add stuff for watching expressions
1144 in the speedbar when using M-x gdba. Use dolist on old part
1145 of this function.
1146
1147 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
1148 (gdb-update-flag): New variables.
1149 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
1150 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
1151 (gud-watch, gdb-var-create-handler) : New functions.
1152 (gdb-var-list-children, gdb-var-list-children-handler)
1153 (gdb-var-create-regexp, gdb-var-update-regexp)
1154 (gdb-var-list-children-regexp): New constants.
1155 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
1156 (gdb-annotation-rules): Reduce annotation set (level 3).
1157 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
1158 (gdb-post-prompt): Don't update GDB buffers every time speedbar
1159 updates.
1160 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
1161 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
1162 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
1163 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
1164 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
1165 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
1166 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
1167 (gud-display, gud-display1)
1168 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
1169 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
1170 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
1171 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
1172 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
1173 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
1174 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
1175 (gdb-display-display-buffer, gdb-toggle-display)
1176 (gdb-delete-display, gdb-expressions-popup-menu)
1177 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
1178 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
1179 to display buffer.
1180
1181 2003-09-30 Richard M. Stallman <rms@gnu.org>
1182
1183 * progmodes/ada-mode.el (ada-mode): Don't use advice.
1184 Instead, set which-func-functions.
1185
1186 * progmodes/which-func.el (which-func-modes): Add ada-mode.
1187 (which-func-functions): New variable.
1188 (which-function): Use that.
1189
1190 * info.el (Info-mode): Double each `%' in header line.
1191
1192 * emacs-lisp/lisp-mnt.el (lm-with-file):
1193 When FILE is nil, run BODY in current buffer.
1194
1195 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
1196
1197 * help.el (describe-mode): Start with a brief list of minor modes.
1198 Find them thru minor-mode-list so as to find them all.
1199 Show them in alphabetical order.
1200
1201 * mail/sendmail.el (mail-aliases): Doc fix.
1202
1203 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
1204
1205 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
1206
1207 * mail/rmailsum.el (rmail-make-summary-line-1):
1208 Change comma after last label to a space.
1209 (rmail-summary-font-lock-keywords): Adapt to that change.
1210
1211 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
1212
1213 * progmodes/scheme.el (scheme-mode-variables): When setting
1214 `font-lock-defaults', also specify that "#" should
1215 be interpreted with `word' syntax.
1216 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
1217
1218 2003-09-30 Lars Hansen <larsh@math.ku.dk>
1219
1220 * desktop.el: A lot of comments updated.
1221 (desktop-save-mode): Minor mode introduced.
1222 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
1223 (desktop-load-default): Function made obsolete.
1224 (desktop-locals-to-save): Variable made customizable.
1225 (desktop-read): Optional parameter `dirname' added.
1226 (desktop-change-dir, desktop-revert): Parameter `dirname' in
1227 `desktop-read' used.
1228 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
1229
1230 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
1231
1232 * whitespace.el (whitespace-clean-msg): Add user customizable message
1233 for displaying ``clean'' output.
1234 (whitespace-buffer): Use `whitespace-clean-msg'.
1235 (whitespace-global-mode): Fix typo.
1236
1237 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
1238
1239 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
1240
1241 2003-09-29 Lute Kamstra <lute@gnu.org>
1242
1243 * bindings.el (mode-line-modes): Remove superfluous :propertize
1244 construct in initialization.
1245 (mode-line-position): Change cons cell into proper list in
1246 initialization.
1247
1248 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
1249
1250 * international/mule.el (decode-coding-inserted-region): Use car
1251 of the return value of find-operation-coding-system.
1252
1253 2003-09-29 Kenichi Handa <handa@m17n.org>
1254
1255 * descr-text.el (describe-char): Fix previous change.
1256
1257 2003-09-28 Kenichi Handa <handa@m17n.org>
1258
1259 * descr-text.el (describe-char-display): New function.
1260 (describe-char): Pay attention to display table on describing how
1261 a character is displayed.
1262
1263 * international/mule-cmds.el (encoded-string-description):
1264 Prepend "0x" to each encoded byte.
1265
1266 2003-09-28 Andreas Schwab <schwab@suse.de>
1267
1268 * find-file.el (ff-special-constructs): Add autoload cookie.
1269
1270 2003-09-28 Kevin Ryde <user42@zip.com.au>
1271
1272 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
1273 makeinfo appends to duplicate index entries.
1274
1275 2003-09-28 Eli Zaretskii <eliz@elta.co.il>
1276
1277 * dired-x.el (dired-clean-tex): Doc fix.
1278
1279 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
1280 using a Chinese tutorial.
1281
1282 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
1283
1284 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
1285 between "MAIL FROM:" and "RCPT TO:" and the following address.
1286
1287 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
1288
1289 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
1290
1291 2003-09-28 David Ponce <david@dponce.com>
1292
1293 * recentf.el (recentf-initialize-file-name-history): New defcustom.
1294 (recentf-load-list): When `recentf-initialize-file-name-history'
1295 is non-nil, initialize an empty `file-name-history' with the
1296 recent list.
1297
1298 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny patch)
1299
1300 * man.el (Man-default-man-entry): Remove the leading `*' from the
1301 word at point.
1302
1303 2003-09-26 Lute Kamstra <lute@gnu.org>
1304
1305 * bindings.el (mode-line-position): Mention size indication in
1306 docstring.
1307
1308 2003-09-26 Andre Spiegel <spiegel@gnu.org>
1309
1310 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
1311
1312 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
1313 because it's autoloaded now.
1314
1315 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
1316
1317 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
1318 (sh-font-lock-keywords, sh-feature): Fix previous change of
1319 sh-feature to avoid infloop with sh-font-lock-keywords.
1320
1321 2003-09-25 Kim F. Storm <storm@cua.dk>
1322
1323 * frame.el (frame-current-scroll-bars): New defun.
1324
1325 * window.el (window-current-scroll-bars): New defun.
1326
1327 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1328
1329 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
1330 cause errors when the state cache contains info on parts that have
1331 been narrowed out.
1332
1333 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1334
1335 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
1336 `c-setup-paragraph-variables' has to be used when this variable is
1337 changed; it doesn't work to reinitialize the mode since that
1338 typically clobbers the variable.
1339
1340 * progmodes/cc-styles.el (c-setup-paragraph-variables):
1341 Make it interactive.
1342
1343 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1344
1345 * progmodes/cc-fonts.el (c-font-lock-declarations):
1346 Fix recognition of constructors and destructors for classes whose
1347 names are matched by `*-font-lock-extra-types'.
1348
1349 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
1350 followed by an identifier in C++ then it's a type.
1351
1352 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1353
1354 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
1355 problem that primarily affected XEmacs. Don't use faces to find
1356 unterminated strings since Emacs and XEmacs fontify strings
1357 differently - this function should now work better in XEmacs.
1358
1359 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1360
1361 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
1362 `expand-abbrev' workaround which caused braces to misbehave inside
1363 macros.
1364
1365 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
1366 handling. This bug could cause interactive font locking to bail out.
1367
1368 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
1369
1370 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1371 Handle paren-style types in Pike. Also fixed some cases of
1372 insufficient handling of unbalanced parens.
1373
1374 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
1375
1376 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
1377 common shell prompts that are not common filename or URL characters.
1378 (ffap-file-at-point): Use the new regexp to strip the prompts from
1379 the file names. This is an issue mostly for user prompts that
1380 don't have a trailing space and find-file-at-point is invoked from
1381 within a shell inside emacs.
1382
1383 2003-09-24 Andre Spiegel <spiegel@gnu.org>
1384
1385 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
1386 stamps numerically, rather than textually.
1387
1388 2003-09-24 Kenichi Handa <handa@m17n.org>
1389
1390 * language/devan-util.el (devanagari-post-read-conversion):
1391 * language/mlm-util.el (malayalam-post-read-conversion):
1392 * language/tml-util.el (tamil-post-read-conversion):
1393 Add autoload cookie.
1394
1395 * international/utf-8.el (utf-8-post-read-conversion):
1396 Call post-read-conversion functions for Devanagari, Malayalam,
1397 and Tamil.
1398
1399 2003-09-23 Dave Love <fx@gnu.org>
1400
1401 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
1402
1403 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
1404
1405 * progmodes/gud.el (perldb): Add gud-until to list of commands.
1406 Update gud-remove.
1407
1408 2003-09-22 Richard M. Stallman <rms@gnu.org>
1409
1410 * progmodes/sh-script.el (sh-mode-default-syntax-table):
1411 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
1412 (sh-mode-syntax-table-input): New variable.
1413 (sh-require-final-newline): Don't use eval.
1414 (sh-builtins, sh-leading-keywords, sh-other-keywords)
1415 (sh-variables, sh-font-lock-keywords): Don't use eval.
1416 (sh-set-shell): When setting require-final-newline,
1417 treat value = `require-final-newline' as don't change it.
1418 Set sh-mode-syntax-table locally based on
1419 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
1420
1421 * progmodes/compile.el (compile-internal):
1422 Call compilation-set-window-height before setting window start.
1423
1424 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
1425
1426 * emacs-lisp/bytecomp.el (byte-compile-log-file):
1427 Clear out byte-compile-last-warned-form.
1428
1429 2003-09-22 Richard M. Stallman <rms@gnu.org>
1430
1431 * woman.el (woman-file-name, woman-follow-word):
1432 If current-word returns nil, use "".
1433
1434 * simple.el (eval-expression): Bind standard-output in to-buffer case.
1435
1436 2003-09-22 Richard M. Stallman <rms@gnu.org>
1437
1438 * emacs-lisp/lisp-mnt.el (lm-with-file):
1439 Don't visit the file, just use insert-file-contents in temp buffer.
1440
1441 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
1442
1443 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
1444 Add surrounding \\( and \\) around the header, as in
1445 for lm-history-header 'Change Log\\|History'.
1446
1447 2003-09-22 John Paul Wallington <jpw@gnu.org>
1448
1449 * progmodes/ld-script.el: Add Commentary section,
1450 minor cleanup of file header.
1451 (ld-script-font-lock-keywords): Doc fix.
1452 (toplevel): Provide `ld-script' feature.
1453
1454 2003-09-21 Kim F. Storm <storm@cua.dk>
1455
1456 * scroll-bar.el (set-scroll-bar-mode): Initialize to
1457 new built-in variable default-frame-scroll-bars.
1458 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
1459 scroll-bar-mode; notably, use it instead of t when we toggle
1460 scroll-bars on.
1461 (toggle-scroll-bar): Use default-frame-scroll-bars.
1462
1463 2003-09-19 Masatake YAMATO <jet@gyve.org>
1464
1465 * pcvs.el (cvs-do-removal): Change the prompt depending on
1466 `filter' value.
1467
1468 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
1469
1470 * startup.el (command-line-1): Stop startup-echo-area-message
1471 being hidden by "Loading image..." message.
1472 (use-fancy-splash-screens-p, display-splash-screen):
1473 Move display-graphic-p test from latter to former.
1474
1475 * progmodes/sh-script.el (sh-font-lock-keywords):
1476 Highlight escaped EOLs differently from other backslash constructs.
1477
1478 2003-09-19 Richard M. Stallman <rms@gnu.org>
1479
1480 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
1481 New functions.
1482 (edebug-enter, edebug-outside-excursion): Use them.
1483
1484 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1485 Fix the condition for whether to print "In WHERE".
1486
1487 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
1488
1489 * finder.el (finder-mode-hook): New variable.
1490 (finder-mode): Run hook finder-mode-hook
1491
1492 2003-09-18 Masatake YAMATO <jet@gyve.org>
1493
1494 * progmodes/ebrowse.el: Fix broken magic autoload comments.
1495
1496 2003-09-17 Mario Lang <mlang@delysid.org>
1497
1498 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
1499 "p %e" to actually print the value in the GUD buffer.
1500
1501 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
1502
1503 From David Ponce <david.ponce@wanadoo.fr>:
1504 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
1505 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
1506 from loaddefs-boot.el if necessary.
1507
1508 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
1509
1510 * progmodes/gud.el (gud-find-class): Make jdb work again since
1511 cc-mode changed the syntactic information.
1512
1513 2003-09-15 David Ponce <david@dponce.com>
1514
1515 * recentf.el: (recentf-exclude): Accept predicates too.
1516 (recentf-file-readable-p): New function.
1517 (recentf-include-p): Handle predicates in recentf-exclude.
1518 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
1519 (recentf-cleanup): Likewise.
1520 (recentf-save-list): Use write-file to handle backup of
1521 recentf-save-file.
1522
1523 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
1524
1525 * loaddefs-boot.el: Renamed from `loaddefs.el'
1526 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
1527 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
1528 necessary.
1529
1530 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
1531
1532 * electric.el (Electric-pop-up-window): For the `one-window' case,
1533 no longer disconcertingly move point in the original buffer.
1534
1535 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1536
1537 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
1538
1539 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
1540
1541 * dired.el (dired-mode-map): Fix typo.
1542
1543 2003-09-11 Richard M. Stallman <rms@gnu.org>
1544
1545 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
1546
1547 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
1548
1549 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
1550 the function is less noisy. Now only `kill-buffer' can ask questions.
1551
1552 2003-09-10 Mario Lang <mlang@delysid.org>
1553
1554 * battery.el: Update Commentary and Copyright.
1555 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
1556 appear due to wrong ordering of the expressions in `or'.
1557
1558 2003-09-09 Lute Kamstra <lute@gnu.org>
1559
1560 * misc.el (upcase-char): Fix docstring.
1561 (zap-up-to-char): New command.
1562
1563 2003-09-08 David Ponce <david@dponce.com>
1564
1565 Ensure that recentf correctly updates the menu bar.
1566 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
1567 (recentf-menu-bar): New function.
1568 (recentf-clear-data): Use it
1569 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
1570 of easy-menu-change.
1571
1572 2003-09-08 Lute Kamstra <lute@gnu.org>
1573
1574 * simple.el (size-indication-mode): New.
1575 * bindings.el (mode-line-position): Add buffer size indicator.
1576
1577 2003-09-04 Mario Lang <mlang@delysid.org>
1578
1579 * battery.el (battery-linux-proc-acpi): New function.
1580 (battery-status-function): Modify default value calculation to also
1581 check for availability of ACPI.
1582 (battery-echo-area-format): Ditto.
1583 (battery-mode-line-format): Ditto.
1584
1585 2003-09-06 Dave Love <fx@gnu.org>
1586
1587 * ielm.el (ielm-mode-hook): Add :options.
1588
1589 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
1590 (eldoc-print-current-symbol-info): Use it.
1591
1592 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
1593
1594 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
1595 being displayed in GUD buffer.
1596 (gdb-idle-input-queue): Remove var. Use just one queue.
1597 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
1598 Remove functions. Use just one queue.
1599 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
1600 (gdb-invalidate-assembler, gdb-get-current-frame):
1601 Modify functions. Use just one queue.
1602
1603 2003-09-04 Dave Love <fx@gnu.org>
1604
1605 * cus-start.el: Add blink-cursor-alist.
1606
1607 * ruler-mode.el (ruler-mode-fill-column-char)
1608 (ruler-mode-current-column-char): Use char-displayable-p,
1609 not window-system.
1610
1611 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
1612
1613 * language/european.el (windows-1252): Move from code-pages.
1614
1615 * language/cyrillic.el ("Windows-1251"): Delete.
1616 ("Bulgarian", "Belarusian"): Remove `features'.
1617 (windows-1251): Move from code-pages.
1618
1619 * international/mule-diag.el (non-iso-charset-alist):
1620 Remove `codepage' stuff.
1621 (print-designation, list-coding-systems-1): Output fixes.
1622
1623 * international/code-pages.el (cp-make-translation-table)
1624 (cp-valid-codes): Made defsubsts.
1625 (cp-fix-safe-chars): Delete.
1626 (mule-diag): Don't require.
1627 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
1628 (top-level): Check for defined coding system when defining
1629 cp... aliases. Change w32-add-charset-info test to avoid warning.
1630 (non-iso-charset-alist): Defvar when compiling.
1631 (cp-make-coding-system): Doc fix.
1632
1633 2003-09-02 Jason Rumney <jasonr@gnu.org>
1634
1635 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
1636 line-ends from CVS before doing conversion.
1637
1638 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
1639
1640 * calendar/diary-lib.el (diary-header-line-flag)
1641 (diary-header-line-format): New variables.
1642 (list-diary-entries): Use them to set header line in simple diary.
1643
1644 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
1645 other than font-lock-string-face to highlight backslashes.
1646
1647 2003-09-01 Jason Rumney <jasonr@gnu.org>
1648
1649 * international/titdic-cnv.el (tit-read-key-value): Include \r in
1650 regexp.
1651
1652 2003-09-01 Dave Love <fx@gnu.org>
1653
1654 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
1655
1656 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
1657 and :help; also line and column numbers labels.
1658
1659 * international/mule-util.el (char-displayable-p): Move from
1660 latin1-disp, rename and autoload.
1661
1662 * international/latin1-disp.el (latin1-char-displayable-p):
1663 Now obsolete alias. Replace uses with char-displayable-p.
1664 (latin1-display-ucs-per-lynx): Fix last change.
1665
1666 * international/mule-cmds.el (standard-display-european-internal):
1667 Don't use char code for Latin-1 NBSP.
1668 <XFree86 4>: Unfrob NBSP display table. Set display table to use
1669 U+2018, U+2019 for `'.
1670 (select-safe-coding-system): Message fix.
1671
1672 2003-09-01 Kenichi Handa <handa@m17n.org>
1673
1674 * international/fontset.el (setup-default-fontset): For Thai
1675 font, specify "*" family.
1676
1677 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
1678
1679 * progmodes/compile.el (previous-error): Accept a prefix
1680 argument, similarly to next-error.
1681
1682 2003-08-31 Masatake YAMATO <jet@gyve.org>
1683
1684 * pcvs.el (cvs-do-removal): Use = instead of eq to check
1685 the number of files. Bind the number of files to a local
1686 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
1687
1688 2003-08-30 Eli Zaretskii <eliz@elta.co.il>
1689
1690 * vc-hooks.el (vc-make-version-backup): Fix the change made on
1691 2003-07-26: msdos-long-file-names is a function, not a variable.
1692
1693 2003-08-29 Richard M. Stallman <rms@gnu.org>
1694
1695 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
1696 Do nothing with mail-personal-alias-file if it is nil.
1697
1698 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
1699 Do nothing if mail-personal-alias-file is nil.
1700
1701 * term.el (term-exec-1): Bind coding-system-for-read.
1702
1703 * dired.el (dired-mouse-find-file-other-window):
1704 Use dired-view-command-alist here, as in dired-view-file.
1705 (dired-view-command-alist): Use %s to substitute file name.
1706 Handle .ps_pages, .eps, .jpg, .gif, .png.
1707
1708 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
1709
1710 * info.el (Info-mode-map): Bind S-tab and <backtab> to
1711 `Info-prev-reference', instead of M-tab.
1712
1713 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
1714
1715 * simple.el (blink-matching-open): Work correctly on chars that
1716 are designated as parens through the syntax-table text property.
1717
1718 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
1719
1720 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
1721 line break position in the middle of a non-kinsoku (e.g. latin)
1722 word, making it skip until either a space or a character with
1723 category "|".
1724 (kinsoku-longer): Test for end of buffer.
1725
1726 2003-08-28 Eli Zaretskii <eliz@elta.co.il>
1727
1728 * mail/rmail.el (rmail-convert-to-babyl-format):
1729 Detect quoted-printable- and base64-encoded messages and decode them
1730 automatically. Set the message's encoding from the charset=
1731 header, if any. Decode base64-encoded messages in Mail format as well.
1732
1733 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1734
1735 * mail/smtpmail.el Fix previous change:
1736 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
1737 calling smtpmail-via-smtp.
1738 (smtpmail-via-smtp): Add fall-back values for envelope-from.
1739
1740 2003-08-26 John Paul Wallington <jpw@gnu.org>
1741
1742 * image.el (image-jpeg-p): Don't search beyond length of data.
1743
1744 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
1745
1746 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
1747 misfeature in `expand-abbrev' which caused electric keywords like
1748 "else" to disappear if an open brace was typed directly afterwards.
1749
1750 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
1751
1752 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
1753 mandatory in `define-widget'.
1754
1755 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
1756 Don't align the operators "!=", "<=" and ">=" as assignment operators.
1757
1758 (c-assignment-operators): New language constant that only contains
1759 the assignment operators.
1760
1761 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
1762
1763 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
1764
1765 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
1766 Safeguard against unbalanced sexps.
1767
1768 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
1769
1770 * version.el (emacs-version): Check for gtk. Include gtk version info.
1771
1772 2003-08-25 John Paul Wallington <jpw@gnu.org>
1773
1774 * man.el (Man-default-man-entry): Don't whizz past the section
1775 number before looking for it.
1776
1777 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
1778
1779 * progmodes/gud.el (gud-display-line): Don't set window-point if
1780 source buffer is not visible. (Only happens with M-x gdba).
1781
1782 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
1783 documentation.
1784 (gdb-source, gdb-source-info): Update to assembler unnecessary
1785 as its done after each GDB command anyway.
1786 (gdb-pre-prompt): Use with-current-buffer.
1787 (gdb-insert-field): Add help-echo text.
1788 (gdb-invalidate-assembler): Re-display of assembler now done in
1789 gdb-info-breakpoints-custom.
1790 (gdb-info-breakpoints-custom): Force re-display of assembler to
1791 happen *after* update of breakpoints buffer.
1792 (gdb-display-source-buffer): Don't choke if gdb-source-window
1793 isn't visible.
1794 (gdb-put-string, gdb-put-arrow): Remove free variables.
1795
1796 2003-08-24 John Paul Wallington <jpw@gnu.org>
1797
1798 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
1799
1800 * man.el (Man-default-man-entry): Strip text properties when
1801 snarfing parts of entry because `format' preserves properties.
1802
1803 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1804
1805 * files.el (file-newest-backup): Use `expand-file-name'.
1806
1807 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
1808 Allow the diary to pop up a new frame, if needed.
1809
1810 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
1811 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
1812 (smtpmail-send-it): Make treatment of envelope-from consistent with
1813 sendmail.el.
1814
1815 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
1816 (sh-leading-keywords): Add the bash `time' reserved word.
1817 (sh-variables): Add some bash variables.
1818 (sh-add-completer): Fix nil branch of case statement.
1819
1820 2003-08-24 Masatake YAMATO <jet@gyve.org>
1821
1822 * progmodes/ld-script.el: New file.
1823
1824 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
1825
1826 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
1827
1828 2003-08-23 Andre Spiegel <spiegel@gnu.org>
1829
1830 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
1831 Better explain obsolescence, and what to use instead.
1832
1833 2003-08-23 Masatake YAMATO <jet@gyve.org>
1834
1835 * pcvs.el (cvs-do-removal): Show the deleted file name
1836 on the prompt.
1837
1838 2003-08-20 Dave Love <fx@gnu.org>
1839
1840 * international/mule.el (make-coding-system)
1841 (set-buffer-file-coding-system): Doc fix.
1842
1843 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
1844
1845 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
1846
1847 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
1848
1849 * international/utf-16.el: Add mime-text-unsuitable coding system
1850 properties.
1851
1852 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
1853
1854 * cus-edit.el: Add some :links.
1855 (bib): Remove.
1856
1857 * textmodes/bib-mode.el (bib): Add :group external.
1858
1859 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
1860
1861 * wid-edit.el (widget-echo-help): Make it handle expressions that
1862 evaluate to strings.
1863
1864 2003-08-18 Michael Mauger <mmaug@yahoo.com>
1865
1866 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
1867
1868 Simplify selection of SQL products to define highlighting and
1869 interactive mode. Includes detailed instructions on adding
1870 support for new products.
1871
1872 * progmodes/sql.el (sql-product): New variable. Identifies SQL
1873 product for use in highlighting and interactive mode.
1874 (sql-interactive-product): New variable. SQL product for
1875 sql-interactive-mode.
1876 (sql-product-support): New variable. Specifies product-specific
1877 parameters to drive highlighting and interactive mode.
1878 (sql-imenu-generic-expression): Add more object types.
1879 (sql-sqlite-options): Correct comment.
1880 (sql-ms-program): Use "osql" rather than "isql".
1881 (sql-prompt-regexp, sql-prompt-length): Update comment.
1882 (sql-mode-menu): Add "Start SQLi session" entry.
1883 Replace Highlighting submenu with Product menu. Fix Send Region entry.
1884 (sql-mode-abbrev-table): Add abbreviations. Support of
1885 SYSTEM-FLAG on define-abbrev. Support was removed with last
1886 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
1887 (sql-mode-font-lock-object-name): Add font-lock pattern for object
1888 names.
1889 (sql-mode-ansi-font-lock-keywords): Set as default value.
1890 (sql-mode-oracle-font-lock-keywords): Set as default value.
1891 Support Oracle 9i keywords.
1892 (sql-mode-postgres-font-lock-keywords): Set as default value.
1893 (sql-mode-linter-font-lock-keywords): Set as default value.
1894 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
1895 SQLServer 2000.
1896 (sql-mode-sybase-font-lock-keywords)
1897 (sql-mode-interbase-font-lock-keywords)
1898 (sql-mode-sqlite-font-lock-keywords)
1899 (sql-mode-strong-font-lock-keywords)
1900 (sql-mode-mysql-font-lock-keywords)
1901 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
1902 keywords.
1903 (sql-mode-font-lock-defaults): Update comment.
1904 (sql-product-feature): New function. Returns feature associated
1905 with a product from `sql-product-support' alist.
1906 (sql-product-font-lock): New function. Set font-lock support
1907 based on `sql-product'.
1908 (sql-add-product-keywords): New function. Add font-lock rules to
1909 product-specific keyword variables.
1910 (sql-set-product): New function. Set `sql-product' and apply
1911 appropriate font-lock highlighting.
1912 (sql-highlight-product): New function. Set font-lock support
1913 based on a product. Also set mode name to include product name.
1914 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
1915 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
1916 Use `sql-set-product'.
1917 (sql-highlight-ms-keywords)
1918 (sql-highlight-sybase-keywords)
1919 (sql-highlight-interbase-keywords)
1920 (sql-highlight-strong-keywords)
1921 (sql-highlight-mysql-keywords)
1922 (sql-highlight-sqlite-keywords)
1923 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
1924 (sql-get-login): Prompt in the same order as the tokens.
1925 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
1926 (sql-product-interactive): New function. Common portions of
1927 product-specific interactive mode wrappers.
1928 (sql-interactive-mode): Rewritten to use product features.
1929 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1930 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1931 (sql-db2, sql-linter): Use `sql-product-interactive'.
1932 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1933 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1934 (sql-connect-ingres, sql-connect-postgres)
1935 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1936 New functions. Format command line parameters and invoke comint on
1937 the appropriate interpreter. Code was in the corresponding
1938 `sql-xyz' function before.
1939 (sql-connect-ms): New function. Support -E argument to use
1940 operating system credentials for authentication.
1941
1942 2003-08-18 Kenichi Handa <handa@m17n.org>
1943
1944 * international/mule.el (encode-char): Fix for the ASCII case.
1945
1946 2003-08-15 Kenichi Handa <handa@m17n.org>
1947
1948 * international/fontset.el (setup-default-fontset): Change "*" to
1949 nil in the specifications of font family.
1950
1951 2003-08-18 Kim F. Storm <storm@cua.dk>
1952
1953 * kmacro.el (kmacro-keymap): Group related bindings in
1954 initialization for clarity. Bind C-s to start macro.
1955 Remove C-r binding.
1956 (kmacro-initial-counter-value): New defvar to hold initial counter
1957 value in case we set the value before defining a macro.
1958 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
1959 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
1960 not defining or executing macro. Doc fix.
1961 (kmacro-add-counter): Clear kmacro-initial-counter-value.
1962 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
1963 temporarily view older elements on the macro ring without cycling
1964 the ring.
1965 (kmacro-display): Doc fix.
1966 (kmacro-exec-ring-item): New helper function.
1967 (kmacro-call-ring-2nd): Use it.
1968 (kmacro-call-ring-2nd-repeat): Doc fix.
1969 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
1970 (kmacro-end-or-call-macro): Execute last viewed macro (using
1971 kmacro-exec-ring-item) from ring if this follows
1972 kmacro-view-macro. This allows us to find a macro on the ring
1973 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
1974 the ring to bring it to the head of the ring.
1975 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
1976 Allow binding to reserved keys without specifying C-x C-k prefix.
1977 Ask for confirmation if entered key sequence is already bound to
1978 a non-macro command.
1979 (kmacro-view-macro): Repeating command will show older elements
1980 on the macro ring; C-k will execute the last viewed macro.
1981 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
1982 property from 'ring to 'head.
1983
1984 2003-08-17 Alan Shutko <ats@acm.org>
1985
1986 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
1987 keeping December out of the alist.
1988
1989 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
1990
1991 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
1992 * calendar/calendar.el (calendar-mode-map): Bind it to key.
1993 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
1994 (calendar-flatten): New function.
1995 (calendar-mouse-view-other-diary-entries)
1996 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
1997 in the menu title and to show multi-line diary entries correctly
1998 in the menu.
1999
2000 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
2001
2002 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
2003 defcustom, because the default was recently changed.
2004
2005 2003-08-16 Richard M. Stallman <rms@gnu.org>
2006
2007 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
2008
2009 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
2010 New subroutine, broken out of eval-last-sexp-1.
2011 (eval-last-sexp-1): Use eval-last-sexp-print-value.
2012
2013 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
2014
2015 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
2016
2017 * simple.el (eval-expression): Use eval-last-sexp-print-value.
2018
2019 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
2020
2021 * progmodes/compile.el (compilation-error-regexp-alist):
2022 Add Java ANt error detection as described in document
2023 http://ant.apache.org/faq.html
2024
2025 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
2026
2027 * simple.el (backward-word, forward-to-indentation)
2028 (backward-to-indentation): Argument changed to optional.
2029 (next-line, previous-line): Use `or' instead of `unless'.
2030
2031 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2032
2033 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
2034 instead of a constant.
2035
2036 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
2037
2038 * shell.el (shell): With prefix-arg, suggest a new buffer name.
2039
2040 2003-08-12 Andre Spiegel <spiegel@gnu.org>
2041
2042 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
2043 (vc-sccs-workfile-version): Search the entire delta table, rather
2044 than just the first entry, because that might be a deleted version.
2045
2046 2003-08-11 Karl Fogel <kfogel@red-bean.com>
2047
2048 * menu-bar.el (menu-bar-options-menu): Supply a body for the
2049 [save-place] binding in the Options menu. Have it require
2050 'saveplace' and then toggle the variable manually, to avoid an an
2051 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
2052 for the bug report.
2053
2054 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
2055
2056 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
2057 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
2058 (gdb-info-threads-custom): Add help-echo text.
2059 (gdb-display-back): Don't use purecopy.
2060 (gdb-info-breakpoints-custom, gdb-reset)
2061 (gdb-assembler-custom): Use display-images-p to test if breakpoint
2062 icons can be displayed.
2063
2064 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
2065
2066 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
2067
2068 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
2069
2070 * bookmark.el (bookmark-completing-read):
2071 Return a string, instead of a list of one string.
2072 Use a popup menu if activated from the mouse.
2073 (bookmark-edit-annotation): Remove unused vars.
2074 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
2075 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
2076 to bookmark-completing-read.
2077 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2078 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
2079 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
2080 and erase-buffer.
2081 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
2082 (bookmark-menu-jump, bookmark-menu-insert)
2083 (bookmark-popup-menu-and-apply-function)
2084 (bookmark-menu-popup-paned-bookmark-menu): Remove.
2085 (bookmark-menu-build-paned-menu): Remove by folding it into
2086 bookmark-menu-popup-paned-menu.
2087 (menu-bar-bookmark-map): Move the define-key statements here.
2088 Use the "non-menu" commands since they now pop up a menu if needed.
2089 (bookmark-exit-hook-internal): Simplify.
2090
2091 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
2092
2093 * reftex-toc.el (reftex-toc-rename-label): New function.
2094 (reftex-toc-check-docstruct): New function.
2095
2096 * reftex.el (reftex-region-active-p): New function.
2097
2098 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
2099 regexp to find the \bibliography macro.
2100
2101 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
2102 which does not exist in LaTeX.
2103 (reftex-cite-format-builtin): Added amsrefs support.
2104 (reftex-toc-confirm-promotion): New option
2105
2106 * reftex-toc.el
2107 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
2108 (reftex-toc-demote, reftex-toc-promote)
2109 (reftex-toc-do-promote, reftex-toc-promote-prepare)
2110 (reftex-toc-promote-action, reftex-toc-extract-section-number)
2111 (reftex-toc-newhead-from-alist)
2112 (reftex-toc-load-all-files-for-promotion): New functions.
2113 (reftex-toc-help): Added description of new keys.
2114 (reftex-toc-split-windows-fraction): New option.
2115 (reftex-recenter-toc-when-idle): Search *toc* window on all
2116 visible frames.
2117 (reftex-toc): Additional parameter REUSE
2118 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
2119 with REUSE argument.
2120 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
2121 the call of `reftex-toc'.
2122 (reftex-make-separate-toc-frame): New function .
2123 (reftex-toc-recenter): When called with triple prefix arg, call
2124 `reftex-make-separate-toc-frame' first.
2125 (reftex-toc-toggle-dedicated-frame): New command.
2126 (reftex-toc-quit): Adapted to delete frame when called in
2127 dedicated frame.
2128
2129 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
2130 all enclosing macros.
2131
2132
2133 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2134
2135 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
2136 first use.
2137
2138 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2139
2140 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
2141
2142 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2143
2144 * calendar/calendar.el (list-diary-entries-hook)
2145 (diary-display-hook, nongregorian-diary-listing-hook)
2146 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
2147 Add some customize options for these hooks.
2148 (calendar-abbrev-construct): Don't try to take a substring longer
2149 than the original string.
2150
2151 2003-08-05 Richard M. Stallman <rms@gnu.org>
2152
2153 * emacs-lisp/testcover.el (noreturn): Report error if does return.
2154 (testcover-reinstrument-clauses): Doc fix.
2155
2156 * emacs-lisp/warnings.el: Doc fixes, args renamed.
2157 (warning-type-format): Rename from warning-group-format.
2158
2159 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
2160 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
2161 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
2162 to prevent warnings about defvar for an obsolete variable.
2163
2164 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
2165 warning-group-format renamed to warning-type-format.
2166
2167 * subr.el (read-passwd): Use clear-string instead of fillarray.
2168
2169 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
2170 Use vconcat instead of concat.
2171 (edmacro-sanitize-for-string): New function.
2172
2173 2003-08-05 Dave Love <fx@gnu.org>
2174
2175 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
2176 line-number-display-limit-width.
2177
2178 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
2179
2180 2003-08-05 Kenichi Handa <handa@m17n.org>
2181
2182 * international/code-pages.el: Don't require mule-diag.
2183
2184 * international/mule-diag.el (non-iso-charset-alist):
2185 Add autoload cookie.
2186
2187 * language/devan-util.el (dev-glyph-order): Add an entry for the
2188 glyph code #xC4.
2189
2190 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
2191
2192 * calendar/calendar.el (diary-file, diary-file-name-prefix)
2193 (european-calendar-style, diary-date-forms)
2194 (calendar-day-name-array, calendar-month-name-array): Doc change.
2195 (generate-calendar-month): Adapt for new behaviour of
2196 `calendar-day-name' function.
2197 (calendar-abbrev-length, calendar-day-abbrev-array)
2198 (calendar-month-abbrev-array): New variables.
2199 (calendar-abbrev-construct): New function.
2200 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
2201 rather than fixing abbrevs at some width. Calling syntax change.
2202 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
2203 (calendar-date-string): Adapt for new behaviours of
2204 `calendar-day-name' and `calendar-month-name' functions.
2205
2206 * calendar/diary-lib.el (list-diary-entries): Adapt for new
2207 behaviour of `calendar-day-name' and `calendar-month-name' functions.
2208 (diary-name-pattern): Use abbrev arrays, rather than fixing
2209 abbrevs at three chars. Calling syntax change.
2210 (mark-diary-entries): Adapt for new behaviours of
2211 `diary-name-pattern' and `calendar-make-alist' functions.
2212 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
2213 `diary-name-pattern' function.
2214 (font-lock-diary-date-forms): Use abbrev arrays, rather than
2215 fixing abbrevs at three chars. Calling syntax change.
2216 (cal-hebrew, cal-islam): Require when compiling.
2217 (diary-font-lock-keywords): Adapt for new behaviour of
2218 `font-lock-diary-date-forms' function.
2219
2220 * calendar/cal-hebrew.el: Reposition some code so defined before used.
2221 (calendar-hebrew-month-name-array-common-year)
2222 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
2223 (list-hebrew-diary-entries): Adapt for new behaviours of
2224 `calendar-day-name' and `add-to-diary-list' functions.
2225 (mark-hebrew-diary-entries): Adapt for new behaviours of
2226 `diary-name-pattern' and `calendar-make-alist' functions.
2227
2228 * calendar/cal-islam.el (calendar-islamic-month-name-array):
2229 Add doc string.
2230 (list-islamic-diary-entries): Adapt for new behaviours of
2231 `calendar-day-name' and `add-to-diary-list' functions.
2232 (mark-islamic-diary-entries): Adapt for new behaviours of
2233 `diary-name-pattern' and `calendar-make-alist' functions.
2234
2235 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
2236 `calendar-month-name' function.
2237
2238 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
2239
2240 * calendar/solar.el (solar-seasons-data): Move definition before use.
2241
2242 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
2243 (cal-tex-LaTeX-hourbox): Move definition before use.
2244
2245 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
2246 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
2247 lunar.el, solar.el
2248 (displayed-month, displayed-year): Define for compiler.
2249
2250 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2251
2252 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
2253 MODE. Renamed from c-init-c-language-vars'.
2254 (c-initialize-cc-mode): Change accordingly.
2255 (c-common-init): Ditto.
2256 (c-mode): Ditto.
2257 (c++-mode): Use `c-init-language-vars-for'.
2258 (objc-mode): Ditto.
2259 (java-mode): Ditto.
2260 (idl-mode): Ditto.
2261 (pike-mode): Ditto.
2262 (awk-mode): Ditto.
2263
2264 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
2265
2266 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
2267 or not the point moved.
2268
2269 (c-search-decl-header-end): Don't trip up on operator identifiers
2270 in C++ and operators like == in all languages.
2271
2272 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
2273 Detect leading labels correctly.
2274
2275 2003-08-02 Andreas Schwab <schwab@suse.de>
2276
2277 * textmodes/ispell.el: Don't redo key bindings on loading, put
2278 them only in loaddefs.el.
2279 * bookmark.el: Likewise.
2280 * dabbrev.el: Likewise.
2281 * emerge.el: Likewise.
2282
2283 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
2284 has more than one member.
2285
2286 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
2287
2288 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2289
2290 * lpr.el (printify-region): It was ending conversion before the
2291 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
2292
2293 2003-07-31 John Paul Wallington <jpw@gnu.org>
2294
2295 * net/browse-url.el (browse-url-epiphany): Doc fix.
2296
2297 2003-07-30 Kenichi Handa <handa@m17n.org>
2298
2299 * international/fontset.el (setup-default-fontset):
2300 Change registry names of Akurti fonts.
2301
2302 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
2303
2304 * comint.el (comint-read-noecho): Use `clear-string' instead of
2305 `fillarray'.
2306
2307 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
2308
2309 * outline.el (outline-mode-hook): Add defvar.
2310
2311 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
2312
2313 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
2314 Restore assembler in source window if that is what has been selected.
2315 (menu): Add gdb-restore-windows to menu. Make gdba
2316 specific menus only visible from gdba.
2317
2318 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
2319
2320 * progmodes/compile.el (compilation-environment): New user variable.
2321 (compile-internal): Respect it.
2322
2323 2003-07-23 Masatake YAMATO <jet@gyve.org>
2324
2325 * progmodes/gud.el (gdb-script-font-lock-keywords):
2326 Put `font-lock-function-name-face' on a symbol which includes
2327 `-' like `hook-run'. Put font-lock-variable-name-face
2328 on a symbol starting with $.
2329
2330 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
2331
2332 * files.el (set-visited-file-name): Use truename for buffer-file-name.
2333
2334 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
2335
2336 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
2337
2338 2003-07-26 Andre Spiegel <spiegel@gnu.org>
2339
2340 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
2341 Use with-no-warnings.
2342 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
2343 rather than to find-file-not-found-hook, which doesn't exist.
2344
2345 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
2346
2347 * international/quail.el (quail-translate-key): Fix previous change.
2348
2349 2003-07-25 John Paul Wallington <jpw@gnu.org>
2350
2351 * server.el (server-start): Check `server-process' is non-nil
2352 before killing it to avoid killing current buffer's process.
2353
2354 * simple.el (choose-completion-string): Use `minibufferp';
2355 test `completion-reference-buffer' if `buffer' arg is nil.
2356 (push-mark): Use `when' and `unless'.
2357 (pop-mark): Use `when'.
2358
2359 * mouse-sel.el (mouse-sel-get-selection-function):
2360 Check `x-last-selected-text-primary'. Don't barf if it or
2361 `x-last-selected-text' aren't bound.
2362
2363 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2364
2365 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
2366
2367 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
2368
2369 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
2370
2371 2003-07-23 John Paul Wallington <jpw@gnu.org>
2372
2373 * tooltip.el (defface tooltip): Inherit from variable-pitch.
2374
2375 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2376
2377 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
2378 string. Defvar the derived hook.
2379
2380 * macros.el (insert-kbd-macro): Escape double quote character.
2381 From Thomas W Murphy <twm@andrew.cmu.edu>.
2382
2383 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
2384
2385 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
2386 to match the specific mark rather than reusing comment-start-skip.
2387
2388 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
2389
2390 * progmodes/hideshow.el (hs-special-modes-alist):
2391 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
2392
2393 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
2394
2395 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
2396 value using ?\s.
2397
2398 2003-07-21 John Paul Wallington <jpw@gnu.org>
2399
2400 * subr.el (with-selected-window): Add closing paren.
2401
2402 2003-07-21 Richard M. Stallman <rms@gnu.org>
2403
2404 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
2405 (lisp-mode): Likewise.
2406
2407 * subr.el (with-selected-window): Copy code form save-selected-window
2408 so as to call select-window with norecord arg.
2409 (dynamic-completion-table): Doc fix.
2410 (lazy-completion-table): Doc fix.
2411
2412 * international/mule-cmds.el (set-locale-environment):
2413 langinfo renamed to locale-info.
2414
2415 * international/mule.el (auto-coding-functions): Doc fix.
2416
2417 2003-07-21 Kenichi Handa <handa@m17n.org>
2418
2419 * international/quail.el (quail-translate-key):
2420 Update quail-current-str correctly.
2421
2422 2003-07-21 Andreas Schwab <schwab@suse.de>
2423
2424 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
2425 ?, to "_".
2426
2427 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
2428 Version 2.0.36 of Tramp released.
2429
2430 * net/tramp.el (tramp-default-password-end-of-line): Rename from
2431 tramp-password-end-of-line.
2432 (tramp-password-end-of-line): New method parameter.
2433 (tramp-get-password-end-of-line): Function to access method
2434 parameter `tramp-password-end-of-line', or variable
2435 `tramp-default-password-end-of-line' (default value).
2436 (tramp-methods): Add entries for new parameter
2437 tramp-password-end-of-line.
2438 (tramp-enter-password): Use new function
2439 `tramp-get-password-end-of-line'.
2440 (tramp-handle-insert-file-contents): Do not
2441 unconditionally inhibit the file operation file-local-copy, only
2442 do that when the inhibit-file-name-operation is currently
2443 insert-file-contents. This fixes finding remote CVS-controlled
2444 files. (It would barf on inserting the CVS/Entries file
2445 literally, because the file-local-copy handler wasn't called.)
2446 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
2447 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
2448 (tramp-initial-commands): New variable.
2449 (tramp-process-initial-commands): New function, using the variable.
2450 (tramp-open-connection-setup-interactive-shell): Call the new function.
2451 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
2452 method into the buffer name, never use nil. Reported by Hanak
2453 David <dhanak@inf.bme.hu>.
2454 (tramp-open-connection-setup-interactive-shell): Erase buffer
2455 before sending "stty -onlcr".
2456
2457 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
2458
2459 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
2460
2461 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
2462
2463 2003-07-19 John Paul Wallington <jpw@gnu.org>
2464
2465 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
2466 (artist-draw-rect, artist-draw-square): Doc fixes.
2467
2468 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
2469
2470 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
2471
2472 2003-07-19 Kenichi Handa <handa@m17n.org>
2473
2474 * international/kkc.el (kkc-show-conversion-list-update):
2475 Highlight the correct candidate in the message.
2476
2477 2003-07-18 John Paul Wallington <jpw@gnu.org>
2478
2479 * simple.el (current-word): Don't include punctuation char when
2480 `really-word' arg is non-nil.
2481
2482 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
2483
2484 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
2485 moved to the directory obsolete.
2486
2487 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
2488
2489 * info.el (Info-menu-entry-name-re): Allow newlines in
2490 menu entry names.
2491
2492 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
2493 syntax-ppss-after-change-function.
2494 (syntax-ppss-after-change-function): New alias. Update uses.
2495 (syntax-ppss): Catch the case where the buffer is narrowed.
2496
2497 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
2498
2499 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
2500 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
2501
2502 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
2503
2504 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
2505 since it might be modified.
2506
2507 * progmodes/cc-langs.el (c++-make-template-syntax-table)
2508 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
2509 names to these language constants.
2510
2511 2003-07-15 Kim F. Storm <storm@cua.dk>
2512
2513 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
2514 All uses changed.
2515
2516 2003-07-14 Mark A. Hershberger <mah@everybody.org>
2517
2518 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
2519 Namespace support.
2520
2521 2003-07-13 Juanma Barranquero <lektu@terra.es>
2522
2523 * frame.el (modify-all-frames-parameters): Reinstall (copyright
2524 papers received).
2525
2526 2003-07-13 Karl Eichwalder <ke@suse.de>
2527
2528 * textmodes/po.el (po-find-charset): White space at the start of the
2529 Content-Type field body is non-mandatory.
2530
2531 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2532
2533 * textmodes/texinfo.el (texinfo-section-list):
2534 Append appendixsection; a synonym for appendixsec.
2535
2536 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
2537
2538 * man.el (Man-translate-cleanup): New.
2539 (Man-translate-references): Call `Man-translate-cleanup' to clean
2540 leading, trailing and middle spaces.
2541
2542 2003-07-13 Lars Hansen <larsh@math.ku.dk>
2543
2544 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
2545 Handle `dired-directory' being a list.
2546
2547 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
2548
2549 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
2550 it doesn't exist.
2551
2552 2003-07-12 Richard M. Stallman <rms@gnu.org>
2553
2554 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
2555
2556 * progmodes/cc-defs.el (c-make-keywords-re):
2557 Don't use delete-duplicates.
2558 (c-lang-const): Don't use mapcan.
2559
2560 * apropos.el (apropos-show-scores): Make it customizable.
2561 Document new meaning.
2562 (apropos): Compute scores from symbols.
2563 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
2564
2565 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2566
2567 * ps-bdf.el: Fix copyright line.
2568 (bdf-directory-list): Fix initialization code.
2569
2570 2003-07-11 John Paul Wallington <jpw@gnu.org>
2571
2572 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
2573 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
2574 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
2575
2576 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
2577
2578 * emacs-lisp/ring.el (ring-elements): Doc fix.
2579
2580 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
2581
2582 * calendar/timeclock.el (timeclock-relative)
2583 (timeclock-ask-before-exiting, timeclock-use-display-time):
2584 Doc changes.
2585 (timeclock-modeline-display): Give a message if
2586 `timeclock-use-display-time' is non-nil but `display-time-mode'
2587 is not active.
2588
2589 2003-07-11 Kenichi Handa <handa@m17n.org>
2590
2591 * international/mule-cmds.el (set-language-environment):
2592 Set current-language-environment to the correct string.
2593
2594 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2595
2596 * ps-print.el: Print line number correctly in a region. Reported by
2597 Tim Allen <timallen@ls83.fsnet.co.uk>
2598 (ps-print-version): New version number (6.6.2).
2599 (ps-printing-region): Code fix.
2600
2601 2003-07-10 John Paul Wallington <jpw@gnu.org>
2602
2603 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
2604 this function can be called from `add-completions-from-tags-table'.
2605
2606 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
2607
2608 * calendar/timeclock.el (timeclock-use-display-time)
2609 (timeclock-day-over-hook, timeclock-workday-remaining)
2610 (timeclock-status-string, timeclock-when-to-leave)
2611 (timeclock-when-to-leave-string, timeclock-log-data)
2612 (timeclock-find-discrep, timeclock-day-base)
2613 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
2614 (timeclock-modeline-display): Set the variable
2615 `timeclock-modeline-display'.
2616 (timeclock-update-modeline): Doc fix. Respect value of
2617 `timeclock-relative'.
2618
2619 2003-07-09 Richard M. Stallman <rms@gnu.org>
2620
2621 * textmodes/reftex-parse.el (reftex-all-document-files):
2622 Add autoload cookie.
2623
2624 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
2625 (reftex-scanning-info-available-p): Add autoload cookie.
2626
2627 * international/mule-cmds.el
2628 (set-display-table-and-terminal-coding-system): Delete duplicate
2629 aset on standard-display-table.
2630
2631 * view.el (view-file): If existing buffer's major mode is special,
2632 don't go into view mode.
2633
2634 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
2635
2636 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2637
2638 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
2639 buffer changes; there's third party code that calls this function
2640 directly.
2641
2642 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2643
2644 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
2645 (autodoc-font-lock-keywords): Don't byte compile on font lock
2646 initialization when running from byte compiled files.
2647
2648 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
2649
2650 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
2651 statement ends with auto-increment "++".
2652
2653 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2654
2655 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2656 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2657 these are changed, so declare them as variables and not constants.
2658
2659 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
2660
2661 * subr.el (dolist, dotimes): Doc fix.
2662
2663 2003-07-08 Kim F. Storm <storm@cua.dk>
2664
2665 * international/mule-cmds.el
2666 (set-display-table-and-terminal-coding-system): Don't break
2667 bootstrap if standard-display-table isn't setup yet.
2668
2669 2003-07-07 Richard M. Stallman <rms@gnu.org>
2670
2671 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
2672 Give it a doc string, and autoload it.
2673
2674 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
2675 Use with-no-warnings.
2676
2677 * info.el (Info-search): If find invisible text, search again.
2678
2679 * isearch.el (search-whitespace-regexp): Add a shy group around it.
2680
2681 * man.el (Man-name-regexp): Match + as part of name.
2682
2683 * simple.el (visible-mode): Rename from vis-mode.
2684 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
2685
2686 * simple.el (current-word): New arg REALLY-WORD specifies
2687 don't include punctuation chars.
2688
2689 * emacs-lisp/debug.el (debug, debugger-env-macro):
2690 Use with-no-warnings while accessing and binding unread-command-char.
2691
2692 * international/mule-cmds.el
2693 (set-display-table-and-terminal-coding-system): Use explicit loop
2694 instead of calling standard-display-default.
2695
2696 * net/ange-ftp.el (ange-ftp-file-symlink-p):
2697 Use condition-case to catch error in ange-ftp-get-files.
2698
2699 * net/browse-url.el (browse-url-browser-function):
2700 Add alternative for Epiphany.
2701 (browse-url-epiphany-program, browse-url-epiphany-arguments)
2702 (browse-url-epiphany-startup-arguments)
2703 (browse-url-epiphany-new-window-is-tab): New variables.
2704 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
2705
2706 * progmodes/compile.el (compile-auto-highlight): Default now t.
2707 (compile): Doc fix.
2708 (compilation-next-error): Fix previous change.
2709
2710 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
2711
2712 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
2713
2714 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
2715
2716 * gdb-ui.el (gdb-source-info): Display current frame when
2717 attaching to an existing process.
2718 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
2719 while laying out windows when attaching to an existing process.
2720
2721 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
2722
2723 * info.el (Info-menu): Use Info-menu-entry-name-re.
2724
2725 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
2726
2727 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
2728 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
2729
2730 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
2731 to match the same text.
2732
2733 2003-07-06 John Paul Wallington <jpw@gnu.org>
2734
2735 * vc.el (vc-annotate-offset): Move defvar up.
2736
2737 2003-07-06 Kim F. Storm <storm@cua.dk>
2738
2739 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
2740 This should fix the infinite loop when extracting menu names.
2741
2742 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
2743
2744 * files.el (auto-mode-alist, interpreter-mode-alist):
2745 Remove entries to CC Mode modes to avoid duplicates; they are now added
2746 with autoload directives in cc-mode.el.
2747
2748 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
2749
2750 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
2751 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
2752 these are changed, so declare them as variables and not constants.
2753
2754 * progmodes/cc-mode.el: Fix some autoload problems: Try to
2755 ensure that the entry for ".c" extension comes before the one for
2756 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
2757 Fix incorrect entries that were added to `interpreter-mode-alist'.
2758 Move the autoload directives for AWK to the top level since they
2759 aren't recognized anywhere else. Do not use the new AWK mode doc
2760 in the autoload form for the old AWK mode.
2761
2762 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2763
2764 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
2765 (bibtex-sort-ignore-string-entries): Default value t.
2766 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
2767 erroneously in previous version.
2768 (bibtex-string-files): Docstring reflects new parsing scheme.
2769 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
2770 docstring, add # as one of the chars to crush
2771 (bibtex-autokey-prefix-string, bibtex-autokey-names)
2772 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
2773 (bibtex-autokey-name-change-strings)
2774 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
2775 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
2776 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
2777 (bibtex-autokey-title-terminators)
2778 (bibtex-autokey-titlewords-stretch)
2779 (bibtex-autokey-titleword-ignore)
2780 (bibtex-autokey-titleword-case-convert)
2781 (bibtex-autokey-titleword-abbrevs)
2782 (bibtex-autokey-titleword-abbrevs)
2783 (bibtex-autokey-titleword-change-strings)
2784 (bibtex-autokey-titleword-length)
2785 (bibtex-autokey-titleword-separator)
2786 (bibtex-autokey-name-year-separator)
2787 (bibtex-autokey-year-title-separator)
2788 (bibtex-autokey-before-presentation-function)
2789 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
2790 Fix docstring.
2791 (bibtex-strings, bibtex-reference-keys):
2792 Use lazy-completion-table and make-variable-buffer-local.
2793 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
2794 (bibtex-braced-string-syntax-table)
2795 (bibtex-quoted-string-syntax-table): New variables.
2796 (bibtex-parse-nested-braces): Remove.
2797 (bibtex-parse-field-string): Use syntax table and forward-sexp.
2798 (bibtex-parse-association): Simplify.
2799 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
2800 (bibtex-parse-field-text): Simplify.
2801 (bibtex-search-forward-field, bibtex-search-backward-field):
2802 argument BOUND can take value t.
2803 (bibtex-start-of-field, bibtex-start-of-name-in-field)
2804 (bibtex-end-of-name-in-field, bibtex-end-of-field)
2805 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
2806 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
2807 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
2808 (bibtex-skip-to-valid-entry): Return buffer position of beginning
2809 and ending of entry. Update for changes of bibtex-search-entry.
2810 Simplify.
2811 (bibtex-map-entries): FUN is called with three arguments.
2812 (bibtex-search-entry): Return a cons pair with buffer positions of
2813 beginning and end of entry.
2814 (bibtex-enclosing-field): Simplify.
2815 (bibtex-format-entry): Use booktitle to set a missing title.
2816 (bibtex-autokey-get-names): Fiddle with regexps.
2817 (bibtex-generate-autokey): Use identity.
2818 (bibtex-parse-keys): Use simplified parsing algorithm if
2819 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
2820 arguments. Return alist of keys.
2821 (bibtex-parse-strings): Simplify. Return alist of strings.
2822 (bibtex-complete-string-cleanup): Fix docstring.
2823 (bibtex-read-key): New function.
2824 (bibtex-mode): Fix docstring. Do not parse for keys and
2825 strings when the mode is entered. Set fill-paragraph-function to
2826 bibtex-fill-field. Setup font-lock-mark-block-function the way
2827 font-lock intended.
2828 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
2829 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
2830 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
2831 (bibtex-Preamble): Avoid hard coded constants.
2832 (bibtex-make-field): Fix docstring. Simplify.
2833 (bibtex-beginning-of-entry): Always return new position of point.
2834 (bibtex-end-of-entry): Rearrange cond clauses.
2835 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
2836 Update for changes of bibtex-map-entries.
2837 (bibtex-ispell-abstract): Do not move point.
2838 (bibtex-entry-index): Use downcase. Simplify.
2839 (bibtex-lessp): Handle catch-all.
2840 (bibtex-find-crossref): Turn into a command.
2841 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
2842 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
2843 preamble entries.
2844 (bibtex-fill-field-bounds): New function.
2845 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
2846 (bibtex-fill-entry): Use bibtex-fill-field-bounds
2847 (bibtex-String): Use bibtex-strings. Always obey
2848 bibtex-sort-ignore-string-entries.
2849
2850 2003-07-05 John Paul Wallington <jpw@gnu.org>
2851
2852 * cus-theme.el (customize-create-theme):
2853 Call `customize-create-theme' in Reset widget's notify function.
2854
2855 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
2856 (ibuffer-mark-interactive): Use `or' instead of `unless'.
2857 (define-ibuffer-column name): Add summarizer.
2858 (define-ibuffer-column size): Likewise.
2859 (define-ibuffer-column filename): Likewise.
2860 (define-ibuffer-column process): Likewise. Change BODY's output too.
2861 (define-ibuffer-column filename-and-process): Likewise, likewise.
2862 (ibuffer): Remove local vars `already-in' and `need-update'.
2863
2864 * ibuf-ext.el: Don't require `derived' at compile-time.
2865
2866 2003-07-05 Kim F. Storm <storm@cua.dk>
2867
2868 * info.el: Disable paragraph refilling.
2869 (Info-refill-paragraphs): New defcustom.
2870 (Info-fontify-node): Use it.
2871
2872 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
2873
2874 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
2875 thingies from constructors created by defstruct.
2876
2877 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
2878 the default value of the variable.
2879 (byte-code-meter): Move declaration to top level.
2880
2881 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
2882
2883 * info.el (Info-following-node-name-re): New fun.
2884 (Info-following-node-name): Remove.
2885 (Info-insert-dir): Use the new fun.
2886 (Info-extract-pointer): Don't save restriction; use new fun.
2887 (Info-menu-entry-name-re): New const.
2888 (Info-menu-entry-name-re): Use it along with new fun.
2889 (Info-node-spec-re): Use new fun.
2890 (Info-complete-menu-item, Info-fontify-node): Use new const.
2891 (Info-goto-node, Info-follow-reference, Info-menu-update):
2892 Use match-string.
2893 (Info-follow-reference): Use assoc-string.
2894 Use a list of strings for the completion table.
2895 (Info-fontify-node): Use match-string, line-end-position.
2896 Limit the search for `node:' to the first line.
2897
2898 * newcomment.el (uncomment-region): Remove padding coming from
2899 comment-start rather than just from comment-padding.
2900
2901 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
2902 (vc-cvs-stay-local-p): Use vc-stay-local-p.
2903 (vc-cvs-rename-file): Remove (use the default).
2904 (vc-cvs-register): Register parent dir if needed.
2905 (vc-cvs-could-register): Return non-nil if parent can be registered.
2906 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
2907 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
2908
2909 * vc-svn.el (vc-svn-use-edit): Make it into a const.
2910 (vc-svn-update): Fix the arguments to `svn'.
2911 (vc-svn-diff-tree): Just use `vc-svn-diff'.
2912 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
2913 Simple implementations, assuming `name' is a URL.
2914
2915 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
2916 set of chars allowed unquoted in a case pattern.
2917
2918 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
2919
2920 * font-lock.el (font-lock-extra-types-widget)
2921 (c-font-lock-extra-types, c++-font-lock-extra-types)
2922 (objc-font-lock-extra-types, java-font-lock-extra-types)
2923 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
2924 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
2925 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
2926 (font-lock-match-c++-structor-declaration)
2927 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
2928 (c++-font-lock-keywords-3, c++-font-lock-keywords)
2929 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
2930 (objc-font-lock-keywords-3, objc-font-lock-keywords)
2931 (java-font-lock-keywords-1, java-font-lock-keywords-2)
2932 (java-font-lock-keywords-3, java-font-lock-keywords)
2933 (java-font-lock-syntactic-face-function): Remove obsolete code
2934 and constants. It's all in cc-fonts.el now.
2935
2936 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
2937
2938 * mail/sendmail.el (mail-specify-envelope-from)
2939 (mail-envelope-from): Doc fix.
2940
2941 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
2942
2943 * generic-x.el: Do away with the dependency on `c-emacs-features'
2944 when populating `rul-generic-mode-syntax-table'; we already know
2945 this isn't XEmacs.
2946
2947 See ChangeLog.10 for earlier changes.
2948
2949 ;; Local Variables:
2950 ;; coding: iso-2022-7bit
2951 ;; End:
2952
2953 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
2954 Copying and distribution of this file, with or without modification,
2955 are permitted provided the copyright notice and this notice are preserved.
2956
2957 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1