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