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