]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
68a2ebf185d1169500f7684adacb53f0de050cf5
[gnu-emacs] / lisp / ChangeLog
1 2004-04-28 Masatake YAMATO <jet@gyve.org>
2
3 * subr.el (remove-overlays): Make arguments optional.
4
5 * wid-edit.el (widget-specify-button): Put evaporate to the
6 overlay for sample.
7 (widget-specify-sample): Put evaporate to the overlay for sample.
8 (widget-specify-doc): Put evaporate to the overlay for documentation.
9
10 2004-04-27 Jesper Harder <harder@ifa.au.dk>
11
12 * info.el (info-apropos): Make it an index node. Align node names
13 like makeinfo.
14
15 2004-04-27 Eli Zaretskii <eliz@gnu.org>
16
17 * net/browse-url.el (browse-url-netscape-sentinel)
18 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
19 (browse-url-epiphany-sentinel, browse-url-mosaic):
20 Use browse-url-*-program instead of a literal program name.
21
22 2004-04-27 Kevin Ryde <user42@zip.com.au>
23
24 * eshell/em-alias.el:
25 * eshell/em-dirs.el:
26 * eshell/em-hist.el:
27 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
28 features when M-x customize-group loads modules before the main
29 eshell.el.
30
31 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
32
33 * subr.el (momentary-string-display): Support EXIT-CHAR that is
34 either a character representation of an event or an event
35 description list.
36
37 * type-break.el: Capitalise Emacs and Lisp.
38 (type-break-good-break-interval, type-break-demo-boring-stats)
39 (type-break-terse-messages, type-break-file-name): New defcustoms.
40 (type-break-post-command-hook)
41 (type-break-warning-countdown-string): Quote variable names in doc.
42 (type-break-interval-start, type-break-auto-save-file-name): New vars.
43 (type-break-mode): Document type-break-good-break-interval and the
44 "session" file. Schedule break according to the session file.
45 Kill session file buffer on exit. Organise for save-some-buffers
46 to always save the session file.
47 (type-break-mode-line-message-mode, type-break-query-mode):
48 Uppercase arguments.
49 (type-break-file-time, type-break-file-keystroke-count, timep)
50 (type-break-choose-file, type-break-get-previous-time)
51 (type-break-get-previous-count): New defuns.
52 (type-break): Avoid break querying after a completed break in the
53 case where the query was initiated during user invocation of the
54 break. Optional terse messages.
55 Use type-break-good-break-interval if type-break-good-rest-interval is
56 nil. File the break time.
57 (type-break-schedule): New optional args for overriding the use of
58 the current time.
59 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
60 after a break.
61 (type-break-check): File the keystroke count.
62 (type-break-do-query): Prevent a second query when the break is
63 interrupted. Optional terse message.
64 (type-break-keystroke-reset): Record the start of a typing interval.
65 (type-break-demo-boring): Optional terse messages. Display word
66 per minute and keystroke counts according to
67 type-break-demo-boring-stats.
68
69 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
70
71 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
72 directories, make sure they exist under archive-tmpdir.
73
74 2004-04-27 Juri Linkov <juri@jurta.org>
75
76 * help.el (view-emacs-news): With argument, display info for the
77 selected version by finding it among different NEWS files, and
78 narrowing the buffer to the selected version.
79
80 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
81 same-window-buffer-names.
82 (info): New arg `buffer'. Use it. Doc fix. Read file name for
83 non-numeric prefix argument, append the number to the buffer name
84 for numeric prefix argument.
85 (info-other-window): Bind same-window-regexps to nil.
86 (Info-reference-name): Rename to Info-point-loc.
87 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
88 and Info-find-index-name for stringy Info-point-loc.
89 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
90 without middle `.', but with final `.' and optional line number
91 for it. Set Info-point-loc for index nodes.
92 (Info-index): Remove middle `.' from index entry regexp.
93 Modify line number regexp.
94 (Info-index-next): Decrement line number.
95 (info-apropos): Remove middle `.' from index entry regexp.
96 Add optional line number regexp at the end. Add matched value
97 for line number to the result list and insert it to the buffer.
98 Replace match-string by match-string-no-properties.
99 Reorder result list.
100 (Info-fontify-node): Hide index line numbers.
101 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
102 empty matches.
103 (Info-follow-reference): Use `str' instead of
104 Info-following-node-name-re.
105 (Info-toc): Use full file names. Set Info-current-node to "Top".
106 (Info-fontify-node): Compare file names without directory name.
107 (Info-try-follow-nearest-node): Don't set Info-reference-name.
108 Set second arg of Info-extract-menu-node-name for index nodes.
109 (info-xref-visited): Use magenta3 instead of magenta4.
110 (Info-mode): Add info-apropos to docstring.
111
112 * log-view.el (log-view-diff): Replace interactive code "r"
113 by a list to allow to call it even if region is not active.
114
115 * paren.el (show-paren-highlight-openparen): New var.
116 (show-paren-function): Turn on openparen highlighting when
117 matching forward if show-paren-highlight-openparen is non-nil.
118
119 * simple.el (kill-ring-save): Use blink-matching-delay instead of
120 the constant value 1.
121 (completions-common-part): Expand docstring.
122
123 * textmodes/picture.el (picture-mode-map): Add arrow keys.
124
125 2004-04-27 Kim F. Storm <storm@cua.dk>
126
127 * image.el (insert-sliced-image): Use line-height instead of
128 line-spacing property on newline.
129
130 2004-04-26 Lars Hansen <larsh@math.ku.dk>
131
132 * desktop.el (desktop-buffer-misc-data-function): Rename to
133 desktop-save-buffer and change docstring.
134 (desktop-buffer-modes-to-save): Delete.
135 (desktop-save-buffer-p): Use desktop-save-buffer instead of
136 desktop-buffer-modes-to-save.
137 (desktop-save): Rename desktop-buffer-misc-data-function to
138 desktop-save-buffer and allow non-function value.
139 (desktop-missing-file-warning): Correct docstring.
140
141 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
142 to desktop-save-buffer.
143
144 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
145 desktop-save-buffer.
146
147 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
148
149 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
150
151 2004-04-26 Eli Zaretskii <eliz@gnu.org>
152
153 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
154
155 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
156
157 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
158 (ielm): Only go to the end of the buffer when starting a new process.
159
160 2004-04-25 Juanma Barranquero <lektu@terra.es>
161
162 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
163 mode line. Bind `inhibit-read-only' to t before modifying
164 properties of text in the buffer.
165 (ielm): Force point to the end of buffer, even when running ielm
166 from inside itself.
167
168 2004-04-25 Jesper Harder <harder@ifa.au.dk>
169
170 * info.el (info-apropos): Reset Info-complete-cache.
171
172 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
173
174 * progmodes/compile.el (compilation-error-regexp-alist-alist):
175 Also recognize severe Irix et al. messages.
176 (compilation-normalize-filename, compile-abbreviate-directory):
177 Delete functions.
178 (compilation-get-file-structure): New function inherits
179 functionality of the two preceding ones.
180 (compilation-internal-error-properties, compilation-fake-loc):
181 Use it so that different paths to the same file share the same
182 markers. Also optimize finding adjacent marker slightly.
183
184 2004-04-25 Kim F. Storm <storm@cua.dk>
185
186 * image.el (insert-sliced-image): Add line-spacing t property
187 to newlines separating image lines.
188
189 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
190
191 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
192
193 * ielm.el (ielm-prompt-read-only): New user option.
194 (ielm-prompt): Expand docstring to describe new behavior.
195 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
196 mention it in the docstring.
197
198 2004-04-24 Andreas Schwab <schwab@suse.de>
199
200 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
201
202 * diff.el (diff): Set default-directory in diff buffer.
203
204 2004-04-24 Eli Zaretskii <eliz@gnu.org>
205
206 * mail/sendmail.el (mail-bury): Don't delete the frame where the
207 mail was being composed if the terminal cannot display more than
208 one frame; instead, switch to previous frame.
209
210 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
211 (rmail-start-mail): Support rmail-mail-new-frame even on
212 terminals that can display only one frame at a time.
213
214 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
217 (checkdoc-output-font-lock-keywords): Remove error regexp.
218 (checkdoc-output-mode-map): Remove.
219 (checkdoc-output-mode): Derive from compilation-mode.
220 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
221
222 * dired.el (dired-mode-map): Add a menu entry for wdired.
223
224 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
225 (rx-bracket, rx-check-any, rx-any): Clean up name space.
226
227 * wdired.el: (wdired-mode-map): Move init into declaration.
228 Fix `return' binding.
229 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
230 Use force-mode-line-update.
231 (wdired-get-filename): Use `unless'.
232 (wdired-preprocess-files): Don't assume names have no \n and use / for
233 dir separator.
234 (wdired-normalize-filename): Use replace-regexp-in-string.
235 (wdired-load-hooks): Remove.
236 (wdired-mode-hooks): Rename to wdired-mode-hook.
237
238 * info-look.el: Add support for cfengine-mode.
239 (info-lookup-setup-mode): Use dolist.
240
241 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
242
243 * wdired.el: New file.
244
245 2004-04-23 Juanma Barranquero <lektu@terra.es>
246
247 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
248
249 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
250 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
251 (pcomplete--help, pcomplete--here): Doc fixes.
252
253 2004-04-23 Andre Spiegel <spiegel@gnu.org>
254
255 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
256 handles wrong-number-of-arguments in backend call.
257
258 * vc.el (vc-print-log): Likewise.
259
260 2004-04-20 Dave Love <fx@gnu.org>
261
262 * emacs-lisp/rx.el: Doc fixes.
263 (rx-constituents): Add/extend many forms.
264 (rx-check): Check form is a list.
265 (bracket): Defvar.
266 (rx-check-any, rx-any, rx-check-not): Modify.
267 (rx-not): Simplify.
268 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
269 (rx-kleene): Use rx-trans-forms.
270 (rx-quote-for-set): Delete.
271 (rx): Allow multiple args.
272
273 2004-04-23 Kenichi Handa <handa@m17n.org>
274
275 * international/mule-util.el (char-displayable-p): Simplify by
276 using internal-char-font.
277
278 2004-04-23 Juanma Barranquero <lektu@terra.es>
279
280 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
281
282 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * diff-mode.el (diff-next-error): New fun.
285 (diff-mode): Use it.
286
287 * simple.el (next-error): Change arg name.
288 Add support for the documented C-u C-x ` usage.
289
290 * frame.el (special-display-popup-frame, next-multiframe-window)
291 (previous-multiframe-window): Only consider frames on same display.
292
293 2004-04-22 Lars Hansen <larsh@math.ku.dk>
294
295 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
296 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
297
298 2004-04-22 Kim F. Storm <storm@cua.dk>
299
300 * net/telnet.el (telnet): Add optional port arg.
301
302 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * progmodes/compile.el (compilation-mode-font-lock-keywords):
305 Minor sanity check on the `hyperlink' slot.
306
307 * Makefile.in (recompile): Compile new files.
308
309 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
310 Add byte-recompile-directory's optional `arg'.
311
312 * cvs-status.el (cvs-tree-use-charset): New var.
313 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
314 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
315 (cvs-status-cvstrees): Use it.
316
317 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
318 Make it a normal major mode.
319 (checkdoc-buffer-label): Make sure the file name is meaningful.
320 (checkdoc-output-to-error-buffer): Remove.
321 (checkdoc-error, checkdoc-start-section): Rewrite.
322
323 * info.el (info-node, info-menu-5, info-xref, info-header-node)
324 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
325 (Info-title-4-face): Use new syntax.
326 (info-xref-visited): Inherit from info-xref.
327
328 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
329
330 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
331
332 * simple.el (next-error-last-buffer, next-error-function):
333 New variables for the next-error framework.
334 (next-error-buffer-p): New function.
335 (next-error-find-buffer): Generalize compilation-find-buffer.
336 (next-error, previous-error, first-error, next-error-no-select)
337 (previous-error-no-select): Move from compile.el.
338
339 * replace.el (occur-next-error, occur-1): Hook into the next-error
340 framework.
341
342 * progmodes/compile.el (compilation-start):
343 Set next-error-last-buffer so next-error knows where to jump.
344 (compilation-setup): Set the buffer-local variable
345 next-error-function to 'compilation-next-error-function.
346 (compilation-buffer-p, compilation-buffer-internal-p): Use an
347 alternate way to find if a buffer is a compilation buffer, for
348 next-error convenience.
349 (next-error-no-select, previous-error-no-select, next-error)
350 (previous-error, first-error): Move to simple.el.
351 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
352 (compilation-last-buffer): Remove.
353 (compilation-start, compilation-next-error, compilation-setup)
354 (compilation-next-error-function, compilation-find-buffer):
355 Remove compilation-last-buffer use.
356
357 2004-04-21 Juanma Barranquero <lektu@terra.es>
358
359 * makefile.w32-in (WINS): Add url/ directory.
360
361 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
362 (font-lock-warning-face): Fix spacing.
363
364 2004-04-21 Lars Hansen <larsh@math.ku.dk>
365
366 * desktop.el (desktop-buffer-mode-handlers): New variable.
367 Alist of major mode specific functions to restore a desktop buffer.
368 (desktop-buffer-handlers): Make variable obsolete.
369 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
370 Catch errors signaled in handlers. Update buffer count.
371 Evaluate desktop-buffer-point.
372 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
373 move to dired.el.
374 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
375 move to info.el.
376 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
377 move to mail/rmail.el.
378 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
379 to mh-e/mh-e.el.
380 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
381 On fail, print message (to message buffer) even if
382 desktop-missing-file-warning is nil.
383 (desktop-buffer-misc-data-function): New buffer local variable.
384 Function returning major mode specific data.
385 (desktop-buffer-misc-functions): Make variable obsolete.
386 (desktop-save): Use desktop-buffer-misc-data-function.
387 (desktop-buffer-dired-misc-data): Rename to
388 dired-desktop-buffer-misc-data and move to dired.el.
389 (desktop-buffer-info-misc-data): Rename to
390 Info-desktop-buffer-misc-data and move to info.el.
391 (desktop-read): Add message about number of buffers restored/failed.
392 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
393 Add parameters. Pause to display error only when
394 desktop-missing-file-warning is non-nil.
395 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
396 (dired-mode): Bind desktop-buffer-misc-data-function.
397 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
398 Add Parameters.
399 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
400 (Info-mode): Bind desktop-buffer-misc-data-function.
401 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
402 Add Parameters.
403 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
404 Add Parameters.
405
406 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
407
408 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
409 the case of letters in case-insensitive expansions when the
410 abbrev is preceded by characters with letter syntax.
411
412 2004-04-21 Richard M. Stallman <rms@gnu.org>
413
414 * progmodes/cperl-mode.el (cperl-putback-char):
415 Delete Emacs 18 definition.
416
417 * international/mule.el (ctext-post-read-conversion):
418 Use assoc-string, not assoc-ignore-case.
419
420 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
421
422 * emacs-lisp/easymenu.el (easy-menu-add):
423 Do call x-popup-menu, but only if it's defined.
424
425 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
426
427 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
428 Handle multiple args: compile like progn.
429
430 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
431 take all args as &rest arg.
432
433 * autoinsert.el (auto-insert-alist): Insert the user's name in
434 copyright notice, rather than Free Software Foundation.
435
436 2004-04-21 Kenichi Handa <handa@m17n.org>
437
438 * descr-text.el (describe-char): Make it work on *Help* buffer.
439
440 2004-04-21 Kim F. Storm <storm@cua.dk>
441
442 * image.el (insert-image): Add optional SLICE arg.
443 (insert-sliced-image): New defun.
444
445 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
446
447 * subr.el (read-number): Check whether `default' is nil.
448
449 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * progmodes/compile.el (compilation-error-properties):
452 Split into two.
453 (compilation-internal-error-properties): New one.
454 (compilation-compat-error-properties): Use it. Fix the non-marker case.
455
456 2004-04-20 Richard M. Stallman <rms@gnu.org>
457
458 * window.el (split-window-save-restore-data):
459 Don't update the data if OLD-INFO is nil.
460
461 * view.el (view-return-to-alist): Mark it permanent local.
462
463 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
464
465 * recentf.el (recentf-save-list): Catch and warn about errors.
466
467 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
468 so "Buffers" won't be pure.
469
470 * help-mode.el (help-mode-finish): Set help-return-alist first
471 thing, setting only the entry for the selected window.
472
473 * help-fns.el (describe-function-1): If many non-control non-meta
474 keys run the command, don't list all of them.
475
476 2004-04-20 Juanma Barranquero <lektu@terra.es>
477
478 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
479 arg. Copied from Andre Spiegel's patch of 2004-03-21.
480
481 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
482
483 2004-04-20 Kenichi Handa <handa@m17n.org>
484
485 * international/quail.el (quail-lookup-key): New optional arg
486 NOT-RESET-INDICES.
487 (quail-get-translations): Call quail-lookup-key with
488 NOT-RESET-INDICES t.
489 (quail-completion): Likewise.
490 (quail-lookup-map-and-concat): Likewise.
491
492 2004-04-20 Kenichi Handa <handa@m17n.org>
493
494 * international/quail.el (quail-update-translation): Don't insert
495 such an unsupported multibyte char in a unibyte buffer.
496
497 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
498
499 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
500 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
501 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
502 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
503 (gdb-frame-assembler-buffer): Improve behaviour with
504 multiple frames.
505 (gdb-display-buffer): Extend search to all visible frames.
506
507 2004-04-19 Eli Zaretskii <eliz@gnu.org>
508
509 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
510 characters left after base64 decoding.
511 (rmail-decode-region): Use -dos variety of `coding', to remove any
512 ^M characters left after qp or base64 decoding.
513
514 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
515
516 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
517 messages.
518
519 2004-04-19 Stephen Eglen <stephen@gnu.org>
520
521 * add-log.el (add-change-log-entry): Update doc string to mention
522 add-log-full-name and add-log-mailing-address.
523
524 2004-04-18 Juri Linkov <juri@jurta.org>
525
526 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
527 (Info-find-node-2): Simplify error message.
528 (Info-insert-dir): Use Info-following-node-name.
529 (Info-goto-node): Remove *info-history* and *info-toc*.
530 (Info-history): Create a node of the virtual history file.
531 (Info-toc): Create a node of the virtual toc file.
532 (Info-insert-toc): New arg `curr-file' for reference file names.
533 (info-apropos): Remove redundant var binding for temp-file.
534 (Info-index, Info-index-next, Info-mode): Doc fix.
535 (Info-goto-emacs-command-node): Don't jump to *info* from
536 non-*info* Info buffers.
537 (Info-fontify-node): Don't show the file name of external
538 references if `Info-hide-note-references' is `hide'. Don't hide
539 newlines at the end of paragraphs.
540
541 * international/mule-diag.el (list-input-methods):
542 Fix args to help-xref-button.
543
544 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
545 to put into effect local variables from TUTORIAL files.
546
547 * textmodes/paragraphs.el (sentence-end) <function>: New fun
548 with default value taken from the variable `sentence-end'.
549 (sentence-end) <defcustom>: Set default to nil. Doc fix.
550 Add nil const to :type.
551 (sentence-end-without-period, sentence-end-double-space)
552 (sentence-end-without-space): Doc fix.
553
554 * textmodes/paragraphs.el (forward-sentence):
555 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
556 (fill-delete-newlines):
557 * progmodes/cc-cmds.el (c-beginning-of-statement):
558 Use function `sentence-end' instead of variable `sentence-end'.
559
560 2004-04-18 Andreas Schwab <schwab@suse.de>
561
562 * progmodes/compile.el (compilation-start): Set window start to
563 point-min if compilation-scroll-output is nil.
564
565 2004-04-18 John Wiegley <johnw@newartisans.com>
566
567 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
568
569 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
570
571 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
572 (gdb-info-breakpoints-custom): Revert previous change.
573 (gdb-view-assembler): Update assembler if necessary.
574 (gdb-frame-handler): Parse correctly for gdb-current-frame.
575 (gdb-display-source-buffer): Update properly when both source and
576 assembler are visible.
577
578 2004-04-17 John Wiegley <johnw@newartisans.com>
579
580 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
581 which limits the number of names shown in the minibuffer. Off by
582 default.
583 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
584 up iswitchb for users with a multitude of open buffers by showing
585 only the first and last N/2 buffers in the completion list (which
586 is enough to aid C-s/C-r, and to know that more characters are
587 needed to refine the completion list).
588
589 2004-04-17 Richard M. Stallman <rms@gnu.org>
590
591 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
592 (file-truename): Expand all ~ constructs directly.
593 (insert-directory): Delete any error msg output by the
594 `insert-directory-program'.
595
596 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
597 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
598 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
599 (allout-init): Use find-file-hook, not find-file-hooks.
600 (allout-mode): Eliminate Emacs 18 support.
601 Use write-contents-functions, not local-write-file-hooks.
602
603 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
604
605 * progmodes/compile.el (compilation-error-properties): Fix for
606 adding messages when there are already markers for their file.
607 (compilation-fake-loc): New function.
608
609 2004-04-16 Dave Love <fx@gnu.org>
610
611 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
612 (python-load-file): Fix python-orig-start setting.
613
614 * progmodes/compile.el: Doc fixes.
615 (compilation-error-regexp-alist-alist)
616 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
617 (compilation-assq): Wrap in eval-when-compile.
618 (compilation-mode-font-lock-keywords): Don't use list*.
619 (compilation-start): Avoid warning.
620 (compilation-compat-error-properties)
621 (compilation-directory-properties): Add keymap property.
622 (compilation-parsing-end): Make it a marker for better compatibility.
623
624 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
625
626 2004-04-16 Mark A. Hershberger <mah@everybody.org>
627
628 * xml.el: Doc fixes.
629 (xml-get-children): Only looks at sub-tags and ignore strings.
630
631 * xml.el (xml-parse-tag): Avoid overwriting node-name.
632
633 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * url/url-util.el (url-debug): Use with-current-buffer.
636
637 * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
638 (url-nfs-create-wrapper): Use new backquote syntax.
639
640 * url/url-https.el (url-https-file-attributes): Add id-format param.
641
642 * url/url-http.el (url-http-head-file-attributes)
643 (url-http-file-attributes): Add id-format parameter.
644
645 * url/url-handlers.el: Use new find-file-hook.
646 (url-file-attributes): Add id-format parameter.
647
648 * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
649 (url-file-file-attributes): Add id-format parameter.
650
651 * url/url-dav.el: Use with-current-buffer.
652 (url-dav-process-response): Fix regexps and spurious quote.
653 (url-dav-file-attributes): Add id-format param.
654
655 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
656
657 2004-04-16 Andre Spiegel <spiegel@gnu.org>
658
659 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
660
661 * vc.el (vc-print-log): Likewise.
662
663 2004-04-16 Masatake YAMATO <jet@gyve.org>
664
665 * simple.el (completion-setup-function): Set an initial value
666 to `element-common-end' before entering loop. Set a value
667 to `element-common-end' at the end of loop.
668 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
669 (completions-common-part): Rename from completion-de-emphasis.
670 (completions-first-difference): Rename from completion-emphasis.
671 Suggested by RMS.
672
673 2004-04-16 Juanma Barranquero <lektu@terra.es>
674
675 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
676 (bookmark-edit-annotation-mode): Add mode name.
677
678 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
681 for nested conflict markers.
682 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
683
684 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
685
686 * progmodes/gdb-ui.el (gdb-goto-info): New function.
687
688 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
689
690 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
693 Give a backtrace if requested.
694
695 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
696
697 * progmodes/python.el (python-mouse-2-command, python-RET-command):
698 Remove unused functions.
699 (python-orig-start-line, python-orig-file): Remove.
700 (python-orig-start): New var.
701 (python-input-filter, python-compilation-line-number)
702 (python-send-region, python-load-file): Use it.
703
704 * info.el (info): Always jump to *info*.
705
706 * subr.el (posn-set-point): New function.
707
708 * mouse.el (mouse-set-point): Use it.
709
710 * progmodes/compile.el (compile-goto-error): Use it.
711 (compilation-button-map): New keymap.
712 (compilation-error-properties): Use it.
713 (compilation-shell-minor-mode-map): Don't bind mouse-2.
714
715 * smerge-mode.el (smerge-popup-context-menu): Use it.
716
717 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
718 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
719 mouse and non-mouse case.
720
721 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
722 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
723
724 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
725 Make it work for non-mouse events.
726
727 * pcvs-info.el (cvs-status-map): Update binding name.
728
729 2004-04-14 Mark A. Hershberger <mah@everybody.org>
730
731 * xml.el (xml-maybe-do-ns): New function to handle namespace
732 parsing of both attribute and element names.
733 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
734 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
735 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
736 (xml-parse-attlist): Make it do its own namespace parsing.
737
738 2004-04-14 Dave Love <fx@gnu.org>
739
740 * progmodes/python.el (run-python): Fix use of \n.
741 (python-load-file): Remove `try' from Python fragment.
742 (python-describe-symbol): Fix message.
743
744 * comint.el: Doc fixes.
745 (comint-last-input-start, comint-last-input-end)
746 (comint-last-output-start): Give them values.
747 (comint-arguments): Avoid warning.
748 (comint-skip-prompt): Use line-end-position.
749 (comint-backward-matching-input): Rename arg to agree with doc.
750 (comint-extract-string): Use syntax-ppss.
751 (comint-dynamic-simple-complete): Delete useless list construction.
752 (comint-redirect-subvert-readonly): New.
753 (comint-redirect-preoutput-filter): Use it.
754
755 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
756 Correctly handle negative arguments when calling hook functions.
757
758 2004-04-14 Jesper Harder <harder@ifa.au.dk>
759
760 * info.el (info-apropos): Don't clobber Info-history-list.
761
762 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
763
764 * progmodes/compile.el (compilation-setup):
765 Localize overlay-arrow-position.
766 (compilation-sentinel): Restructure code equivalently.
767 (compilation-next-error): Find message on same line after point if
768 not found before point.
769 (compile-mouse-goto-error): Restore function so that compilation
770 buffer need not be current and use compile-goto-error.
771 (compile-goto-error): Restore function.
772 (next-error): Set overlay-arrow-position.
773 (compilation-forget-errors): Don't localize already local
774 compilation-locs and remove FIXME about refontifying.
775
776 2004-04-14 Kim F. Storm <storm@cua.dk>
777
778 * startup.el (emacs-quick-startup): New defvar (set by -Q).
779 (command-line): New option -Q. Like -q --no-site-file, but
780 in addition it also disables menu-bar, tool-bar, scroll-bars,
781 tool-tips, and the blinking cursor.
782 (command-line-1): Skip startup screen if -Q.
783 (fancy-splash-head): Use ":align-to center" prop to center splash image.
784
785 * emulation/cua-base.el (cua-read-only-cursor-color)
786 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
787
788 2004-04-13 Dave Love <fx@gnu.org>
789
790 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
791 (syntax): Don't require.
792 (python) <defgroup>: Add :version.
793 (python-quote-syntax): Re-written.
794 (inferior-python-mode): Move stuff here from run-python and add
795 some more.
796 (python-preoutput-continuation, python-preoutput-result)
797 (python-dotty-syntax-table): New.
798 (python-describe-symbol): Use them.
799 (run-python): Move stuff to inferior-python-mode. Modify code
800 loaded into Python.
801 (python-send-region): Use python-proc, python-send-string.
802 (python-send-string): Send newlines too. Callers changed.
803 (python-load-file): Re-written.
804 (python-eldoc-function): New.
805 (info-look): Don't require.
806 (python-after-info-look): New. A modified version of former
807 top-level code for use with eval-after-load.
808 (python-maybe-jython, python-guess-indent): Use widened buffer.
809 (python-fill-paragraph): Re-written.
810 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
811 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
812
813 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
814
815 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
816 Set compilation-error-regexp-alist earlier.
817
818 * progmodes/compile.el (compilation-minor-mode-map)
819 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
820 (compile-goto-error): Re-merge the mouse and non-mouse commands.
821
822 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * progmodes/compile.el (compile-goto-error): Select the buffer/window
825 corresponding to the event.
826
827 * url/url.el (url-retrieve): Use with-current-buffer.
828
829 * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
830 Remove unused var `version'.
831
832 * url/url-handlers.el (url-handler-mode): New minor mode.
833 (url-setup-file-name-handlers): Remove.
834
835 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
836
837 * loadup.el: Add cygwin to system-type list, for unexec() support.
838
839 2004-04-12 John Paul Wallington <jpw@gnu.org>
840
841 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
842 (ibuffer-restore-window-config-on-quit): New variable to replace
843 `ibuffer-delete-window-on-quit'. Update all references.
844 (ibuffer-prev-window-config): New variable.
845 (ibuffer-quit): Restore previous window configuration instead of
846 deleting window.
847 (ibuffer): Save window configuration before showing Ibuffer buffer.
848
849 * help.el (describe-mode): Doc fix.
850
851 * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
852 to obsolete `assoc-ignore-case' with calls to `assoc-string'.
853
854 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
857 not to treat nil as a function.
858
859 * vc-arch.el (vc-arch-root): Be a bit more careful.
860 (vc-arch-register): Save the buffer if we modified it.
861 (vc-arch-delete-rej-if-obsolete): Save excursion.
862 (vc-arch-find-file-hook): Use the simpler after-save-hook.
863 (vc-arch-responsible-p, vc-arch-init-version): New functions.
864
865 * net/ldap.el (ldap-search): Use list*.
866
867 2004-04-12 Juri Linkov <juri@jurta.org>
868
869 * info.el (Info-follow-reference): Allow multiline reference name.
870
871 2004-04-11 Dave Love <fx@gnu.org>
872
873 * url/url-mailto.el (url-mailto):
874 * url/url-history.el (url-history-setup-save-timer):
875 * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
876
877 * url/url-file.el (url-file-build-filename): Don't use
878 directory-sep-char.
879
880 * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
881
882 * url/url-about.el (url-scheme-registry): Defvar.
883 (url-about): Use text/plain.
884
885 * url/url-vars.el (cl): Don't require.
886 (url): Add :version.
887 (url-bug-address): Use bug-gnu-emacs.
888
889 * url/url-util.el (url-hexify-string): Don't give multibyte error
890 for char <16.
891 (mail-header-extract): Autoload.
892
893 * url/url-parse.el: Doc fixes.
894
895 * url/url-ldap.el (ldap): Require.
896 (url-ldap): Fix `format' call.
897 (url-ldap-certificate-formatter): Avoid warning.
898
899 * url/url-https.el (url-https-create-secure-wrapper): Use modern
900 backquotes.
901
902 * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
903 (url-intersection): New.
904 (url-dav-supported-p): Use it.
905 (url-dav-save-resource): Declare url-http-response-status special.
906
907 * url/url-cache.el (url-util): Require.
908
909 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
910
911 * progmodes/python.el: New file.
912
913 2004-04-11 Andre Spiegel <spiegel@gnu.org>
914
915 * vc-hooks.el (vc-arg-list): Function removed.
916 (vc-default-workfile-unchanged-p): Use condition-case to check for
917 backward compatibility.
918
919 * vc.el (vc-print-log): Use condition-case to check for backward
920 compatibility.
921
922 2004-04-11 Juri Linkov <juri@jurta.org>
923
924 * dired.el (dired-faces): New defgroup.
925 (dired-header, dired-mark, dired-marked, dired-flagged)
926 (dired-warning, dired-directory, dired-symlink, dired-ignored):
927 New faces.
928 (dired-header-face, dired-mark-face, dired-marked-face)
929 (dired-flagged-face, dired-warning-face, dired-directory-face)
930 (dired-symlink-face, dired-ignored-face): New face variables.
931 (dired-font-lock-keywords): Use them instead of font-lock faces.
932 Split the rule for dired marks into 3 separate rules: for marks,
933 marked file names and flagged file names.
934
935 * help-mode.el (help-make-xrefs): Add a final newline to the
936 *Help* buffer.
937
938 2004-04-11 John Paul Wallington <jpw@gnu.org>
939
940 * replace.el (occur-engine): Distinguish between one and several
941 matches in the matches per buffer heading.
942
943 2004-04-11 Kim F. Storm <storm@cua.dk>
944
945 * ido.el (ido-confirm-unique-completion): New defcustom.
946 (ido-complete): Use it.
947 (ido-write-file): Set it to t unconditionally.
948
949 2004-04-10 Miles Bader <miles@gnu.org>
950
951 RCS keyword removal (only non-comment changes are enumerated here):
952
953 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
954 (byte-compile-insert-header): Don't use `byte-compile-version'.
955 * url/url-vars.el (url-version): Use the constant string "Emacs"
956 instead of calculating something from the RCS `State' keyword
957 [the latter is almost entirely useless anyway].
958 * forms.el (forms-version): Variable removed.
959 (forms-mode): Don't use `forms-version'.
960 * recentf.el (recentf-version): Variable removed.
961 * progmodes/delphi.el (delphi-version): Variable removed.
962 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
963
964 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
965
966 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
967
968 2004-04-09 Jesper Harder <harder@ifa.au.dk>
969
970 * info.el (info-apropos): Improve menu item regexp.
971
972 2004-04-09 Simon Josefsson <jas@extundo.com>
973
974 * mail/smtpmail.el: Add comment, based on report by
975 kdc@rcn.com (Kevin D. Clark).
976
977 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
978
979 * progmodes/compile.el (compilation-mode-font-lock-keywords):
980 Redo one more thing that I didn't notice Daniel had undone.
981
982 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
983
984 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
985 (gdb-goto-breakpoint, gdb-display-buffer)
986 (gdb-display-source-buffer, gdb-view-source-function)
987 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
988 (gdb-source-info, gdb-frame-handler): Don't specify a window
989 for display.
990 (gdb-info-breakpoints-custom): Remove superfluous update of
991 assembler buffer.
992 (gdb-many-windows): Make settable outside gdb.
993
994 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
995
996 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
997 Derive from fundamental-mode rather than text-mode.
998
999 2004-04-08 Juri Linkov <juri@jurta.org>
1000
1001 * info.el (Info-history): Doc fix.
1002 (Info-history-list): New var.
1003 (info-xref): Change magenta4 to blue, remove bold for dark and
1004 light backgrounds, change bold to underline for non-color classes.
1005 (info-xref-visited): New face.
1006 (Info-fontify-visited-nodes): New custom.
1007 (Info-hide-note-references): Add new value `hide'. Doc fix.
1008 (Info-reference-name): New var.
1009 (Info-selection-hook): New custom.
1010 (Info-edit-mode-hook): New var.
1011 (Info-find-file): New fun.
1012 (Info-find-node): Move part of code to Info-find-file.
1013 (Info-find-node-2): Add anchors to Info-history-list. Move point
1014 to the place with the reference name if name is defined.
1015 (Info-select-node): Add current node to Info-history-list.
1016 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
1017 (Info-search-whitespace-regexp): New custom.
1018 (Info-search-case-fold): New var.
1019 (Info-search): Add "case-sensitively" to the prompt.
1020 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
1021 (Info-search-case-sensitively, Info-search-next): New fun.
1022 (Info-up): Move point to the menu item of the current node.
1023 (Info-history): New fun. Add *info-history* to
1024 same-window-buffer-names.
1025 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
1026 (Info-insert-toc): New fun.
1027 (Info-build-toc): New fun.
1028 (Info-follow-reference): Add new arg `fork'. Doc fix.
1029 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
1030 with the same name prefer the reference closest to point.
1031 (Info-next-reference): Replace * by + in the *Note regexp.
1032 Add regexp for http:// and ftp://. Skip the *Note prefix.
1033 (Info-prev-reference): Replace * by + in the *Note regexp.
1034 Add regexp for http:// and ftp://. Skip the *Note prefix.
1035 (Info-follow-nearest-node): Add new arg `fork'.
1036 (Info-try-follow-nearest-node): Add new arg `fork'.
1037 Call browse-url for http:// and ftp:// references.
1038 Set Info-reference-name for index entries.
1039 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
1040 Info-search-next, Info-history, Info-toc, clone-buffer.
1041 (Info-menu-update): Replace * by + in the *Note regexp.
1042 (Info-mode): Add documentation for Info-history, Info-toc,
1043 Info-search-case-sensitively, Info-search-next, clone-buffer.
1044 (Info-fontify-menu-headers): Remove fun. Move code to
1045 Info-fontify-node.
1046 (Info-fontify-node): Add docstring. Add local vars
1047 fontify-visited-p and not-fontified-p. If not-fontified-p is t
1048 then fontify header line, titles, menu headers, http and ftp
1049 references, refill paragraphs. If not-fontified-p is t or
1050 fontify-visited-p is t then fontify cross references, menu items.
1051 Fontify menu headers. Fontify http and ftp references.
1052 Change regexp for cross references to require whitespace after *Note,
1053 add matching groups for file and node names. Remove hack for quote.
1054 Use display property for Info-hide-note-references=t. Use fifth
1055 or fourth match for help-echo. Display visited nodes in a
1056 different face. Unhide file names of external references.
1057 Unhide newlines. Display visited menu items in a different face.
1058
1059 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1060
1061 * progmodes/compile.el: Require CL.
1062 (compilation-mode-font-lock-keywords): Re-install the "line as
1063 function" patch.
1064
1065 * help-fns.el (help-C-source-directory): New var.
1066 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
1067 (describe-function-1, describe-variable): Use them.
1068
1069 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
1070 to C source files specially.
1071
1072 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
1073
1074 * info.el (Info-hide-cookies-node): New function.
1075 (Info-select-node): Use it.
1076 (Info-display-images-node): Remove message with image file name.
1077
1078 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
1079
1080 * progmodes/compile.el (compilation-warning-face)
1081 (compilation-info-face, compilation-skip-threshold)
1082 (compilation-skip-visited, compilation-context-lines):
1083 Declare :version when added to Emacs.
1084 (compilation-error-regexp-alist-alist): Extend caml and irix.
1085 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
1086 (compilation-mode-font-lock-keywords): Temporarily undo line as
1087 function patch, which wasn't ready.
1088
1089 2004-04-07 Kenichi Handa <handa@m17n.org>
1090
1091 * international/latin1-disp.el (latin1-display-setup): Check each
1092 character is displayable or not instead of calling
1093 latin1-display-check-font.
1094
1095 2004-04-06 Kenichi Handa <handa@m17n.org>
1096
1097 * language/ethio-util.el (ethio-sera-being-called-by-w3):
1098 New variable.
1099 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
1100 instead of sera-being-called-by-w3.
1101 (ethio-fidel-to-sera-buffer): Likewise.
1102 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
1103 instead of sera-being-called-by-w3.
1104 (ethio-write-file): Likewise.
1105
1106 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1107
1108 * printing.el: Dox fix.
1109
1110 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
1111
1112 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
1113 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
1114 (gdb-setup-windows): Only use separate IO buffer if required.
1115
1116 2004-04-06 Kim F. Storm <storm@cua.dk>
1117
1118 * term.el (term-is-xemacs): Remove.
1119 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
1120 (term-window-width): New function.
1121 (term-mode, term-check-size): Use it.
1122 (term-mode): Disable overflow-newline-into-fringe in term buffer.
1123
1124 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
1125
1126 * cus-edit.el (custom-add-parent-links): Change unbound variable
1127 `symbol' to `name'.
1128
1129 2004-04-05 Jesper Harder <harder@ifa.au.dk>
1130 * info.el (info-apropos): New function.
1131 (Info-mode-menu): Add it.
1132 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
1133
1134 * help-mode.el (help-make-xrefs): Recognize aliased variable with
1135 inherited docstring.
1136
1137 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
1138
1139 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1140
1141 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
1142
1143 * progmodes/compile.el (font-lock): Don't require any more.
1144 (compilation-error-properties, compilation-start, compilation-sentinel)
1145 (compilation-filter, next-error): Use with-current-buffer.
1146 (compilation-skip-to-next-location, compilation-skip-threshold)
1147 (compilation-skip-visited): Move to silence the byte-compiler.
1148 (compilation-setup): Simplify.
1149 (compilation-next-error): Use line-(beginning|end)-position.
1150 Make sure `pt' is non-nil before using compilation-loop.
1151 (compile-goto-error): Add optional event arg. Use it.
1152 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
1153 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
1154 Update the binding for mouse-2.
1155 (first-error): Set compilation-current-error to nil rather than bob.
1156 (compilation-parsing-end, compilation-parse-errors-function)
1157 (compilation-error-list, compilation-old-error-list):
1158 "New" compatibility variables.
1159 (compile-buffer-substring, compilation-compat-error-properties)
1160 (compilation-compat-parse-errors, compilation-forget-errors):
1161 New compatibility functions.
1162 (compilation-mode-font-lock-keywords): Use them.
1163
1164 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
1165
1166 * autorevert.el (auto-revert-handler): If point (or a window
1167 point) is at the end of the buffer, keep it there after
1168 reverting. This allows to tail a file.
1169 Mention this in the `Commentary'.
1170
1171 * format.el (format-write-file): Add optional argument CONFIRM
1172 and make it behave like the analogous argument to `write-file'.
1173
1174 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1175
1176 * progmodes/ebnf2ps.el: Doc fix.
1177 (ebnf-version): New version number (4.2).
1178 (ebnf-syntax): Customization and docstring fix.
1179 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
1180 Put autoloaded funs before first use.
1181 (ebnf-style-database): Add dtd entry.
1182 (ebnf-syntax-alist): Add dtd initialization.
1183 (ebnf-token-sequence): New fun.
1184 (ebnf-comment-table): Add new comment action character.
1185 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
1186
1187 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
1188 Type Definition for XML).
1189
1190 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
1191 * progmodes/ebnf-bnf.el (ebnf-sequence):
1192 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
1193 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
1194 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
1195 Code simplification: call ebnf-token-sequence.
1196
1197 2004-04-04 Eli Zaretskii <eliz@gnu.org>
1198
1199 * calendar/timeclock.el (timeclock-relative)
1200 (timeclock-get-project-function, timeclock-get-workday-function)
1201 (timeclock-query-out, timeclock-when-to-leave)
1202 (timeclock-when-to-leave-string, timeclock-log-data)
1203 (timeclock-generate-report, timeclock-in): Doc fixes.
1204
1205 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1206
1207 * url: Import the URL package from its repository.
1208
1209 * url/url-methods.el:
1210 * url/url-parse.el: Don't require url-auto.
1211
1212 2004-04-03 Andreas Schwab <schwab@suse.de>
1213
1214 * diff-mode.el (diff-mode): Fix missing quote.
1215
1216 2004-04-03 Juri Linkov <juri@jurta.org>
1217
1218 * descr-text.el (describe-property-list): Add `font-lock-face'.
1219
1220 * dired.el (dired-font-lock-keywords): Fix permission regexps.
1221
1222 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1223
1224 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
1225 Use utf-16le on little endian machines and utf-16be otherwise.
1226
1227 2004-04-02 David Kastrup <dak@gnu.org>
1228
1229 * net/browse-url.el (browse-url-generic): Use call-process
1230 instead of start-process to allow browsers that fork and detach.
1231
1232 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
1233
1234 * compile.el (compilation-current-error): New var.
1235 (compilation-setup, compile-mouse-goto-error)
1236 (compile-goto-error, next-error): Use it.
1237 (compilation-skip-to-next-location): Default to t, which gives
1238 contiguous skipping like old compile (where this was redundant).
1239 (compilation-next-error): Prevent previous-* commands from moving
1240 back to message at or just before point.
1241
1242 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
1243
1244 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
1245 (gdb-source-info): Don't display source at startup, if required.
1246 (gdb-show-main): New option.
1247 (gdba): Update documentation.
1248 (gdb-source): Cover case of auto-display output.
1249
1250 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
1251
1252 * autorevert.el: Delete obsolete autoload's and defvar's.
1253 (auto-revert-check-vc-info): New user option.
1254 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
1255 (auto-revert-handler-vc): Delete.
1256 (auto-revert-handler): Treat return value `fast' of
1257 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
1258
1259 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
1260 return `fast'.
1261
1262 * files.el (buffer-stale-function): Doc change.
1263
1264 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1265
1266 * printing.el: New tip on Tips section.
1267 (pr-version): New version number (6.7.4).
1268 (pr-shell-file-name): Initialization fix.
1269
1270 2004-03-31 Juri Linkov <juri@jurta.org>
1271
1272 * dired.el: Add autoload for `dired-do-touch'.
1273 (dired-touch-program): New var.
1274 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
1275 (dired-no-confirm): Add `touch' to docstring.
1276
1277 * dired-aux.el (dired-do-touch): New fun.
1278 (dired-do-chxxx): Add argument -t for touch operation.
1279
1280 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
1281 `dired-move-to-filename-regexp'.
1282
1283 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
1284
1285 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
1286
1287 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1288
1289 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
1290 and only if the buffer was modified.
1291
1292 2004-03-30 Kenichi Handa <handa@m17n.org>
1293
1294 * international/characters.el: Delete pairs for U+2308..U+230B.
1295
1296 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
1297
1298 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
1299 to detect the beginning of a level 2 or 3 annotation.
1300
1301 2004-03-29 Kenichi Handa <handa@m17n.org>
1302
1303 * international/ucs-tables.el (ucs-insert): Fix the error message.
1304
1305 2004-03-29 Kenichi Handa <handa@m17n.org>
1306
1307 * international/mule-util.el (char-displayable-p): Fix generation
1308 of XLFD file name.
1309
1310 * Makefile.in (setwins, setwins_almost): Change directory to $wd
1311 before finding directories by `find'.
1312
1313 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * subr.el (interactive-form): Delete. Now implemented in C.
1316
1317 * pcvs.el (cvs-parse-process): Workaround for Darwin.
1318
1319 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
1320 (vc-diff-label): New fun.
1321 (vc-diff-internal): Use it.
1322
1323 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
1324
1325 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1326
1327 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
1328
1329 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
1330 specify XML (EBNFX).
1331
1332 * progmodes/ebnf2ps.el: Doc fix.
1333 (ebnf-version): New version number (4.1).
1334 (ebnf-syntax): Adjust customization.
1335 (ebnf-style-database): Add ebnfx entry.
1336 (ebnf-syntax-alist): Add ebnfx initialization.
1337 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
1338
1339 * printing.el: Doc fix.
1340 (pr-version): New version number (6.7.3).
1341 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
1342 returns nil for mouse position. Reported by Drew Adams
1343 <drew.adams@oracle.com>.
1344 (pr-update-menus): Modify interactive declaration. Reported by Drew
1345 Adams <drew.adams@oracle.com>.
1346
1347 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
1348
1349 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
1350 (gud-gdba-marker-filter): Log the process input and output, if
1351 required. From Stefan Monnier.
1352 (gdb-debug-log, gdb-enable-debug-log): New variables.
1353 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
1354
1355 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1356
1357 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
1358 From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
1359
1360 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
1361
1362 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
1363 Call vc-find-file-hook here instead of in auto-revert-buffers.
1364 (auto-revert-buffers): Delete call to vc-find-file-hook.
1365 (auto-revert-verbose, global-auto-revert-non-file-buffers)
1366 (global-auto-revert-mode, auto-revert-set-timer)
1367 (auto-revert-handler, auto-revert-buffers): Doc fixes.
1368
1369 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
1370
1371 * woman.el (woman-change-fonts): Rename local variable
1372 woman-font-alist to font-alist to avoid a compiler warning.
1373
1374 2004-03-27 Dave Love <fx@gnu.org>
1375
1376 * emacs-lisp/rx.el (rx): Doc fix.
1377 Fix copyright years.
1378
1379 * strokes.el (strokes-global-set-stroke-string): New function.
1380 (strokes-list-strokes): Cope with strings, not just commands.
1381 Set foreground colour of image.
1382 (strokes-global-set-stroke): Doc fix.
1383
1384 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
1385
1386 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
1387 Auto Revert mode.
1388 (Buffer-menu-files-only): New variable.
1389 (Buffer-menu-toggle-files-only): New function.
1390 (Buffer-menu-mode-map): Bind it to `T'.
1391 (Buffer-menu-mode): Mention `T' in docstring.
1392 Set buffer-stale-function.
1393 (list-buffers-noselect): Mark buffer non-modified and set
1394 Buffer-menu-files-only.
1395
1396 * dired.el (buffer-stale-function): Remove no longer needed defvar.
1397
1398 * autorevert.el (auto-revert-handler): Print revert message
1399 before, rather than after, reverting.
1400 (buffer-stale-function): Move to files.el.
1401
1402 * files.el (buffer-stale-function): Move here from autorevert.el.
1403
1404 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1405
1406 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
1407
1408 * calc/calc.el (calc-mode-map): Use mapc.
1409
1410 * apropos.el (apropos-mode): Don't autoload.
1411 (apropos-symbols-internal): New fun. Extracted from `apropos'.
1412 (apropos): Use it.
1413 (apropos-print): Add optional `text' argument.
1414 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
1415 Don't assume point-min == 1.
1416
1417 * bs.el (bs-buffer-list): Use buffer-local-value.
1418 (bs--set-toggle-to-show): Use with-current-buffer.
1419
1420 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
1421 New funs.
1422 (list-buffers-noselect): Use them. Adjust :align-to to new style.
1423
1424 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
1425
1426 * dabbrev.el (dabbrev-expand): Fix regexp construction.
1427 (dabbrev--find-expansion): Use pop.
1428 (dabbrev--search): Use match-string-no-properties.
1429
1430 * dired.el (dired-mode): Use run-mode-hooks.
1431 (dired-move-to-end-of-filename): Use match-string.
1432
1433 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
1434 is bound before using it.
1435 (ediff-verbose-p): Make it into a var since it's not constant.
1436
1437 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
1438
1439 * faces.el (read-face-font): Don't cons up unnecessarily.
1440 (header-line, tool-bar): Share common parts.
1441
1442 * files.el (file-relative-name): Use compare-strings.
1443
1444 * finder.el (finder-mode): Follow coding convention.
1445
1446 * subr.el (read-number): New function.
1447
1448 * ses.el (ses-read-number): Move to subr.el.
1449 (ses-set-header-row): Use read-number.
1450
1451 2004-03-26 Andre Spiegel <spiegel@gnu.org>
1452
1453 * vc-hooks.el (vc-arg-list): New function, which handles both
1454 compiled and uncompiled code.
1455 (vc-default-workfile-unchanged-p): Use it.
1456
1457 * vc.el (vc-print-log): Undo prev change, use new function
1458 vc-arg-list from vc-hooks.el.
1459
1460 2004-03-26 Masatake YAMATO <jet@gyve.org>
1461
1462 * simple.el (completion-setup-function): Emphasize the
1463 first uncommon characters in the completions; and de-emphasize
1464 the common prefix substrings.
1465 (completion-emphasis): New face.
1466 (completion-de-emphasis): New face.
1467
1468 2004-03-25 Juanma Barranquero <lektu@terra.es>
1469
1470 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
1471 Comment out (it's unused and unfinished code).
1472
1473 2004-03-25 Sam Steingold <sds@gnu.org>
1474
1475 * vc.el (vc-print-log): Fix a bug in the last patch:
1476 backend-function may be a byte-compiled object, not a lambda.
1477
1478 2004-03-25 Juri Linkov <juri@jurta.org>
1479
1480 * descr-text.el (describe-property-list): Add a button
1481 for `face' property that calls `describe-face'.
1482 Suggested by luis fernandes <elf@ee.ryerson.ca>
1483
1484 * international/mule.el (keyboard-coding-system):
1485 * kmacro.el (kmacro-call-macro): Fix docstring.
1486
1487 * dired.el: Fix comments.
1488
1489 * textmodes/fill.el (fill): Fix Info link.
1490
1491 * font-lock.el (fast-lock, lazy-lock):
1492 * jit-lock.el (jit-lock): Remove links to removed Support Modes
1493 Info node.
1494
1495 * eshell/eshell.el (eshell): Fix broken info-link.
1496
1497 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
1498 * eshell/em-banner.el (eshell-banner):
1499 * eshell/em-smart.el (eshell-smart):
1500 * eshell/esh-cmd.el (eshell-cmd):
1501 Comment out broken info-links to incomplete Info manual.
1502
1503 * info-xref.el: Fix commentary.
1504
1505 2004-03-25 Kevin Ryde <user42@zip.com.au>
1506
1507 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
1508 Remove spurious node duplicate suppression, doesn't work, not wanted.
1509 (info-xref-output): Take format style args, add "sit-for 0" to let
1510 user see the results as they progress.
1511 (info-xref-check-all-custom): New function.
1512
1513 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
1514
1515 * gdb-ui.el: Moved to progmodes.
1516
1517 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
1520
1521 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
1522
1523 * calendar/appt.el (appt-check): Remove superfluous progn.
1524 When finished with diary buffer: if it was not being displayed
1525 before, kill it; otherwise restore its original state.
1526 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
1527
1528 * calendar/calendar.el (calendar-set-mode-line): Use total
1529 available mode-line width, rather than frame-width.
1530
1531 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
1532 after mode change so effect not lost.
1533
1534 2004-03-23 Dave Love <fx@gnu.org>
1535
1536 * dired.el (dired) <defgroup>: Add link to manual.
1537 (dired-font-lock-keywords): Add highlighting on unusual permissions.
1538 (dired-revert): Use dolist.
1539 (dired-mode-map): Add U binding.
1540 (dired-mode): Add font-lock-beginning-of-syntax-function.
1541 (dired-garbage-files-regexp): Make it a defcustom.
1542
1543 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
1546 is equivalent to nil.
1547 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
1548 (vc-arch-mode-line-string): Accept `added' state.
1549 (vc-arch-state): Use inode-sigs if available.
1550 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
1551 Copy&delete existing id file if any. Fallback if uuidgen is absent.
1552 (vc-arch-tagline-re): New var.
1553 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
1554 New functions.
1555 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
1556 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
1557
1558 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
1559 (vc-file-not-found-hook): Use it.
1560
1561 * diff-mode.el (diff-default-read-only): Change default.
1562 (diff-mode-hook): Make it a defcustom. Add some options.
1563 (diff-mode-map): Bind diff-refine-hook.
1564 (diff-yank-handler): New var.
1565 (diff-yank-function): New fun.
1566 (diff-font-lock-keywords): Use them.
1567 (diff-end-of-file): Handle case where file-header looks like diff text.
1568 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
1569 (diff-file-kill): Delete a subsequent empty line, if applicable.
1570 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
1571 (diff-find-file-name): Use it.
1572 (diff-tell-file-name): New command.
1573 (diff-mode): Be careful with view-mode.
1574 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
1575 New functions, for use in diff-mode-hook.
1576 (diff-find-source-location): Catch "regex too large" errors.
1577 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
1578 (diff-refine-hunk): New command.
1579
1580 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
1581 (smerge-context-menu-map): Remove unused var.
1582 (smerge-keep-all): Preserve markers.
1583 (smerge-keep-n): New fun.
1584 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
1585 (smerge-keep-current, smerge-ediff): Use it.
1586 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
1587 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
1588 (smerge-resolve): Resolve trivial 3-part conflicts.
1589
1590 2004-03-23 Juri Linkov <juri@jurta.org>
1591
1592 * man.el (Man-width): New var.
1593 (Man-getpage-in-background): Use it.
1594 (Man-support-local-filenames): New var and fun.
1595 (Man-build-man-command): Don't add a second %s.
1596 (Man-fontify-manpage): Clean up message.
1597 (Man-mode): Set outline-regexp, outline-level,
1598 imenu-generic-expression.
1599
1600 * woman.el (woman-fill-frame): Doc fix.
1601 (woman-decode-region): Use window-width instead of frame-width.
1602
1603 * abbrevlist.el (list-one-abbrev-table):
1604 * descr-text.el (describe-char):
1605 * international/mule-diag.el (describe-current-coding-system):
1606 * international/quail.el (quail-insert-decode-map):
1607 Use window-width instead of frame-width.
1608
1609 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
1610 (jka-compr-mode-alist-additions): Add tbz.
1611 (jka-compr-write-region, jka-compr-insert-file-contents):
1612 Add message for undefined compress-program.
1613 (jka-compr-write-region): Remove redundant var bindings.
1614
1615 * dired-x.el (dired-guess-shell-alist-default): Add choices for
1616 extracting files into subdirectory. Add tbz and dz. Fix regexps.
1617 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
1618 (dired-man): Use dired-guess-shell-command.
1619 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
1620 Change default nil to t.
1621
1622 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
1623 (dired-compare-directories): Add default value for empty input.
1624
1625 * help-at-pt.el: Move suggestions for key bindings to Commentary.
1626
1627 * time.el (display-time-string-forms): Fix help-echo date format.
1628
1629 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
1630
1631 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
1632 (buffer-stale-function): New variable.
1633 (auto-revert-list-diff, auto-revert-dired-file-list)
1634 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
1635 (auto-revert-handler): Take over some functionality of deleted
1636 functions.
1637 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
1638
1639 * dired.el (dired-directory-changed-p): New fun, extracted from
1640 dired-internal-noselect.
1641 (dired-buffer-stale-p): New fun.
1642 (dired-internal-noselect): Use dired-directory-changed-p.
1643 Eliminate revert messages.
1644 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
1645
1646 2004-03-23 Kenichi Handa <handa@m17n.org>
1647
1648 * international/characters.el: Setup syntaxes for more parentheses
1649 Unicode characters.
1650
1651 * international/mule-cmds.el (select-safe-coding-system):
1652 Merge coding-system and auto-cs before comparing them.
1653
1654 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
1657
1658 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1659 normal-auto-fill-function and comment-indent-function.
1660 The default values now work just as well.
1661 Don't set font-lock-beginning-of-syntax-function since we already set
1662 syntax-begin-function.
1663 (lisp-outline-level): Put ;;;###autoload at same level as (.
1664 (prin1-char): Quote special chars.
1665
1666 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
1667 than with-no-warnings.
1668
1669 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
1670 if the source location can't be found.
1671 (edebug-compute-previous-result): Use prin1-char.
1672
1673 * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
1674 (debug-ignored-errors): Add an entry.
1675
1676 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
1677 (byte-compile-file): Output warning when deleting a file.
1678
1679 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
1680 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
1681
1682 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
1683 (byte-compile-inline-expand): Use backquote.
1684 (byte-optimize-pure-func): Rename from byte-optimize-concat.
1685 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
1686
1687 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
1688
1689 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
1690
1691 2004-03-22 Juri Linkov <juri@jurta.org>
1692
1693 * finder.el (finder-known-keywords): Fix data, tex, unix.
1694
1695 * play/landmark.el: Fix keywords.
1696
1697 * language/ethio-util.el (ethio-find-file): Doc fix.
1698
1699 * emacs-lisp/warnings.el: Doc fix.
1700
1701 * textmodes/ispell.el (ispell-help): Doc fix.
1702
1703 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
1704
1705 * format.el (format-insert-file): Always return a list of two
1706 elements, like insert-file-contents does.
1707
1708 2004-03-21 Andre Spiegel <spiegel@gnu.org>
1709
1710 * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
1711 and vc-BACKEND-diff.
1712 (vc-print-log): If the print-log implementation supports it, use
1713 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
1714 (vc-version-diff, vc-diff-internal): Doc fixes.
1715
1716 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
1717 implementation supports it, let diff output go to *vc*,
1718 not *vc-diff*, since this is an internal call.
1719
1720 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
1721
1722 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
1723
1724 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
1725
1726 2004-03-21 Dave Love <fx@gnu.org>
1727
1728 * progmodes/cfengine.el (cfengine-mode):
1729 Set parse-sexp-ignore-comments.
1730
1731 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
1732
1733 2004-03-21 Juanma Barranquero <lektu@terra.es>
1734
1735 * allout.el (allout-mode): Fix docstring.
1736
1737 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
1738
1739 * files.el (insert-directory): Fix bug if SWITCHES is a list.
1740
1741 * autorevert.el (auto-revert-interval): Make new value take
1742 effect immediately when set through Custom.
1743 (auto-revert-set-timer): Add interactive declaration.
1744
1745 2004-03-19 David Ponce <david@dponce.com>
1746
1747 * ruler-mode.el (ruler-mode-header-line-format-old):
1748 Don't `make-variable-buffer-local'.
1749 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
1750 (ruler-mode-header-line-format): Simply funcall the above.
1751 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
1752 to save/restore a previous header line format.
1753 (ruler-mode-space): Don't depend on a numeric WIDTH value.
1754 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
1755 fringes and margins width.
1756 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
1757
1758 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1759
1760 * log-edit.el (log-edit-font-lock-keywords): Typo.
1761
1762 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
1763 (tex-send-tex-command): Rather than here.
1764 (tex-compilation-parse-errors): Simplify.
1765
1766 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
1767
1768 * time.el (display-time-string-forms): Add help-echo with date on time.
1769
1770 * composite.el (compose-region): Use restore-buffer-modified-p.
1771
1772 * disp-table.el (standard-display-8bit): Simplify.
1773
1774 * server.el (server-process-filter): Delete temp frame.
1775
1776 * add-log.el (add-change-log-entry): Simplify.
1777
1778 2004-03-19 Kim F. Storm <storm@cua.dk>
1779
1780 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
1781 (hexl-follow-line): Don't require 'fringe.
1782
1783 * progmodes/compile.el (compilation-start): Always set
1784 compilation-last-buffer and return it.
1785
1786 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
1787
1788 * simple.el (clone-buffer): Doc fix.
1789
1790 2004-03-18 Juanma Barranquero <lektu@terra.es>
1791
1792 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
1793
1794 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * log-edit.el (log-edit-font-lock-keywords): New var.
1797 (log-edit-mode): Use it.
1798
1799 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
1800
1801 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
1802 properly for watching in speedbar.
1803
1804 2004-03-17 Masatake YAMATO <jet@gyve.org>
1805
1806 * smerge-mode.el (smerge-popup-context-menu):
1807 Put `unwind-protect' around `overlay-put' and `popup-menu'.
1808
1809 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
1812 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
1813 Take sealed revisions into account.
1814 (vc-arch-checkin): Extract a summary line from the message.
1815
1816 2004-03-16 Masatake YAMATO <jet@gyve.org>
1817
1818 * register.el (register): Provide `register' feature.
1819
1820 2004-03-15 Masatake YAMATO <jet@gyve.org>
1821
1822 Added context menu support in smerge mode.
1823 Most of the part is written by Stefan Monnier.
1824
1825 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
1826 New keymap and menu.
1827 (smerge-text-properties): New function.
1828 (smerge-remove-props): New function.
1829 (smerge-popup-context-menu): New function.
1830 (smerge-resolve): Call `smerge-remove-props'.
1831 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
1832 (smerge-keep-current): Ditto.
1833 (smerge-kill-current): New function.
1834 (smerge-match-conflict): Put text properties.
1835 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
1836
1837 2004-03-15 David Ponce <david@dponce.com>
1838
1839 * ruler-mode.el: (ruler-mode-left-fringe-cols)
1840 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
1841 (ruler-mode-right-scroll-bar-cols): Remove.
1842 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
1843 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
1844 Use fringe-columns and scroll-bar-columns.
1845
1846 2004-03-15 Masatake YAMATO <jet@gyve.org>
1847
1848 * hl-line.el (hl-line-range-function): New variable.
1849 (hl-line-move): New function.
1850 (global-hl-line-highlight): Use `hl-line-move'.
1851 (hl-line-highlight): Ditto.
1852
1853 * scroll-bar.el (scroll-bar-columns):
1854 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
1855
1856 * ruler-mode.el (top-level): Require scroll-bar and fringe.
1857 (ruler-mode-left-fringe-cols)
1858 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
1859 (ruler-mode-right-scroll-bar-cols)
1860 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
1861 (ruler-mode-ruler-function): New variable.
1862 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
1863 if the value for `ruler-mode-ruler-function'is given.
1864
1865 * hexl.el (hexl-mode-hook): Make the hook customizable.
1866 (hexl-address-area, hexl-ascii-area): New customize variables.
1867 (hexlify-buffer): Put font-lock-faces on the address area and
1868 the ascii area.
1869 (hexl-activate-ruler): New function.
1870 (hexl-follow-line): New function.
1871 (hexl-highlight-line-range): New function.
1872 (hexl-mode-ruler): New function.
1873
1874 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
1875
1876 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
1877 (vc-default-find-file-hook): New fun.
1878 (vc-find-file-hook): Call new find-file-hook operation.
1879
1880 * vc-arch.el: New file.
1881
1882 2004-03-12 Jesper Harder <harder@ifa.au.dk>
1883
1884 * info-look.el (info-lookup): Reuse an existing Info window.
1885
1886 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
1887
1888 * woman.el (woman-preserve-ascii): Default value changed to t and
1889 doc string revised.
1890
1891 2004-03-12 Richard M. Stallman <rms@gnu.org>
1892
1893 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1894 Fix minor bug.
1895
1896 * replace.el (occur-engine): Change message for count of matches.
1897
1898 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
1899 For strings, do compare text properties.
1900
1901 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
1902
1903 * progmodes/compile.el (compile-auto-highlight)
1904 (compilation-error-list, compilation-old-error-list)
1905 (compilation-parse-errors-function, compilation-parsing-end)
1906 (compilation-error-message, compilation-directory-stack)
1907 (compilation-enter-directory-regexp-alist)
1908 (compilation-leave-directory-regexp-alist)
1909 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
1910 (compilation-current-file, compilation-regexps): Remove vars.
1911
1912 (compile-error-at-point, compilation-error-filedata)
1913 (compilation-error-filedata-file-name, compile-reinitialize-errors)
1914 (compilation-next-error-locus, compilation-forget-errors)
1915 (count-regexp-groupings, compilation-parse-errors)
1916 (compile-collect-regexps, compile-buffer-substring): Remove funs.
1917
1918 (compile-internal): Make obsolete.
1919
1920 (compilation-first-column, compilation-error)
1921 (compilation-directory-matcher, compilation-page-delimiter)
1922 (compilation-mode-font-lock-keywords, compilation-debug)
1923 (compilation-error-face, compilation-warning-face)
1924 (compilation-info-face, compilation-line-face)
1925 (compilation-column-face, compilation-enter-directory-face)
1926 (compilation-leave-directory-face, compilation-skip-threshold)
1927 (compilation-skip-visited, compilation-context-lines): New vars.
1928
1929 (compilation-warning-face, compilation-info-face)
1930 (compilation-message-face): New faces.
1931
1932 (compilation-error-regexp-alist-alist): New constant.
1933
1934 (compilation-face, compilation-directory-properties)
1935 (compilation-assq, compilation-error-properties, compilation-start)
1936 (define-compilation-mode, compilation-loop)
1937 (compilation-set-window): New functions.
1938
1939 (compile): Additional argument for interactive compiles like TeX.
1940
1941 * progmodes/grep.el (kill-grep): Move here from compile.el
1942 (grep-error, grep-hit-face, grep-error-face)
1943 (grep-mode-font-lock-keywords): New variables.
1944 (grep-regexp-alist): Simplify regexp and add `binary' case.
1945 (grep-mode): New mode.
1946 (grep-process-setup): Simplify.
1947
1948 2004-03-11 Jason Rumney <jasonr@gnu.org>
1949
1950 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
1951 letters on DOS/Windows.
1952
1953 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1954
1955 * server.el (server-name): New var.
1956 (server-socket-dir): New var to replace server-socket-name.
1957 (server-start): Use them.
1958
1959 2004-03-11 Simon Josefsson <jas@extundo.com>
1960
1961 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
1962 died to avoid infloop. Reported by Jonathan Glauner
1963 <jglauner@sbum.org>.
1964
1965 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
1968 (smerge-mode-menu): Use it to deactivate menu entries.
1969 (smerge-keep-current): New fun.
1970 (smerge-keep-current): Use it.
1971
1972 2004-03-10 John Paul Wallington <jpw@gnu.org>
1973
1974 * foldout.el (foldout-fold-list, foldout-modeline-string):
1975 Declare them as variables, not constants.
1976
1977 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1978
1979 * ps-print.el: Modification to print *Messages* buffer.
1980 (ps-print-version): New version 6.6.4.
1981 (ps-message-log-max): New fun.
1982 (ps-spool-without-faces, ps-spool-with-faces)
1983 (ps-count-lines-preprint): Code fix.
1984
1985 * printing.el: New tips in Tips section.
1986
1987 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1988
1989 * delim-col.el: Doc fix.
1990
1991 * printing.el: Doc fix. New doc section (Tips).
1992
1993 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * type-break.el (type-break-emacs-variant): Remove.
1996 (type-break-run-at-time, type-break-cancel-function-timers):
1997 Use fboundp rather than version name and number.
1998
1999 2004-03-09 Masatake YAMATO <jet@gyve.org>
2000
2001 * hexl.el (hexl-mode): Use `make-local-variable' instead of
2002 `make-variable-buffer-local'.
2003
2004 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
2005
2006 * find-dired.el (find-dired): Call `shell-command' instead of
2007 `start-process-shell-command'. By this, Tramp takes over
2008 handling of remote directories.
2009
2010 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2011
2012 * newcomment.el (comment-use-global-state): New var.
2013 (comment-search-forward): Use it.
2014
2015 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
2016
2017 * cus-edit.el (fill) <defgroup>: Move to fill.el.
2018
2019 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
2020 (enable-kinsoku): Make it a defcustom.
2021 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
2022 paragraph to same-comment-start-marker.
2023
2024 2004-03-07 Dave Love <fx@gnu.org>
2025
2026 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
2027 (browse-url-mail): Use it.
2028
2029 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
2030 (rfc2368-unhexify-string): Use replace-regexp-in-string.
2031
2032 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
2033
2034 * woman.el (woman-man.conf-path): Doc fix.
2035 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
2036
2037 2004-03-07 Eli Zaretskii <eliz@gnu.org>
2038
2039 * sort.el (sort-columns): Remove ms-dos from the list of systems
2040 where the external `sort' command is not used.
2041
2042 2004-03-07 Kim F. Storm <storm@cua.dk>
2043
2044 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
2045 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
2046 from overlay-arrow-variable-list.
2047 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
2048
2049 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
2050
2051 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
2052 overlay arrow string properly for the assembler buffer.
2053
2054 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * mail/sendmail.el (mail-mode): Fix last change.
2057
2058 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
2059
2060 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
2061 for the assembler buffer.
2062 (gdb-assembler-custom): Position the overlay arrow.
2063 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
2064
2065 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
2068
2069 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
2070 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
2071
2072 * mail/sendmail.el (mail-mode): Set comment-start-skip.
2073
2074 * newcomment.el (uncomment-region): Allow non-terminated comment.
2075 (comment-normalize-vars): Check the user-specified comstart marker.
2076
2077 2004-03-04 Jesper Harder <harder@ifa.au.dk>
2078
2079 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
2080 Otherwise, do use it if the region only contains font-lock text
2081 properties.
2082
2083 2004-03-04 Masatake YAMATO <jet@gyve.org>
2084
2085 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
2086 as the callback function for eldoc.
2087 (hexl-print-current-point-info): New function.
2088 (hexl-current-address): Print the address in both decimal
2089 and hexadecimal format.
2090
2091 2004-03-04 Richard M. Stallman <rms@gnu.org>
2092
2093 * mail/rmail.el (rmail-convert-to-babyl-format):
2094 Specify t for UNIBYTE when calling mail-unquote-printable-region.
2095
2096 * mail/mail-utils.el (mail-unquote-printable-region):
2097 New arg UNIBYTE.
2098
2099 * startup.el (command-switch-alist): Doc fix.
2100
2101 * simple.el (undo): Temporarily set this-command to `undo-start',
2102 then set it to `undo' once undo-start returns without error.
2103
2104 * simple.el (minibuffer-history-sexp-flag): Doc fix.
2105
2106 * simple.el (kill-line): Don't disregard trailing whitespace
2107 in eol condition, if show-trailing-whitespace is set.
2108
2109 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
2110 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
2111 When disabling, restore old values only if mouse-sel-has-been-enabled.
2112
2113 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
2114 (isearch-{-char): New function.
2115 (isearch-mode-map): Bind { to isearch-{-char.
2116
2117 * font-lock.el (lisp-font-lock-keywords-2):
2118 Turn off the CL with-... and do-... general patterns.
2119 Instead, recognize several specific with... and do... constructs.
2120
2121 * files.el (switch-to-buffer-other-window):
2122 Bind same-window-buffer-names and same-window-regexps to nil.
2123 (switch-to-buffer-other-frame): Likewise.
2124
2125 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
2128 recognizing leading comment on code line.
2129
2130 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
2133 hidden files/directories.
2134
2135 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
2138 only comment-start (in case the mode hasn't set it).
2139
2140 * Makefile.in (AUTOGENEL): New var.
2141 (bootstrap-prepare): Rename from bootstrap-clean.
2142 Don't remove elc files.
2143 (maintainer-clean): New target.
2144
2145 * xml.el (xml-get-attribute-or-nil): Simplify.
2146
2147 2004-03-02 Juri Linkov <juri@jurta.org>
2148
2149 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
2150 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
2151 URL to prevent their substitution with the environment variable
2152 values by browsers.
2153
2154 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2155
2156 * ps-print.el: Doc fix.
2157 (ps-print-version): New version number (6.6.3).
2158 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
2159 Docstring fix.
2160 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
2161 before printing.
2162 (ps-time-stamp-yyyy-mm-dd): New fun.
2163 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
2164
2165 2004-03-02 Kim F. Storm <storm@cua.dk>
2166
2167 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
2168
2169 2004-03-01 Juanma Barranquero <lektu@terra.es>
2170
2171 * allout.el (allout-rebullet-heading): Fix typo in docstring.
2172
2173 * desktop.el (desktop-file-version)
2174 (desktop-after-read-hook): Fix typos.
2175 (desktop-clear-preserve-buffers): Remove redundant info in
2176 docstring already shown by the obsolescence message.
2177 (desktop-truncate, desktop-internal-v2s)
2178 (desktop-value-to-string): Change argument name to match docstring.
2179
2180 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
2181
2182 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
2183 docstring.
2184
2185 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2186
2187 * printing.el: Replace "As Is..." in PostScript file print/preview by
2188 "No Preprocessing...". Suggested by Colin Marquardt
2189 <_marquardt_@zmd.de>.
2190 (pr-insert-section-4): Adjust buffer interface.
2191
2192 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
2193
2194 Version 2.0.39 of Tramp released.
2195
2196 * net/tramp.el (tramp-handle-file-local-copy)
2197 (tramp-handle-write-region, tramp-open-connection-rsh):
2198 Variable name typo. Small change. From Patrick Tullmann
2199 <tullmann@flux.utah.edu>.
2200 (tramp-process-connection-type): New variable.
2201 (tramp-maybe-open-connection): Use it.
2202 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
2203 (tramp-touch): Set last-modified time of a remote file.
2204 (tramp-handle-write-region): Say which function is used when encoding.
2205
2206 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
2207
2208 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
2209 case of non-existing filename, too. Reported by Christoph Bauer
2210 <c_bauer@informatik.uni-kl.de>.
2211 (tramp-smb-get-file-entries): The directory in question should
2212 have permissions "drwxrwxrwx". Just virtual, because we don't
2213 know the real permissions. Don't we know?
2214 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
2215 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
2216 (tramp-smb-wait-for-output): Optimize algorithm getting pending
2217 output. If it was received chunkwise, there have been problems.
2218 Remove the "prompt not found" error message; it is obvious.
2219 Simplify algorithm.
2220 (tramp-smb-process-running): Remove. Since we acknowledge the
2221 virtual prompt for shares, there's no need for distinction of
2222 reading shares (process ends afterwards) and interactive mode of
2223 smblient.
2224 (tramp-smb-open-connection): Setting process sentinel removed.
2225 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
2226 "NT_STATUS_NETWORK_ACCESS_DENIED".
2227 (tramp-smb-maybe-open-connection): Set `process-connection-type'
2228 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
2229 (top-level): Setting default value in `tramp-default-method-alist'
2230 corrected. Order of USER and HOST have been wrong.
2231 Nobody complained for months ...
2232 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
2233 (tramp-smb-open-connection): Clear password cache if login has failed.
2234
2235 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
2236 `tramp-unified-filenames'.
2237 (tramp-completion-mode): Make test for XEmacs explicitely.
2238 `event-to-character' can exists in Emacs packages too.
2239 Reported by Matt Swift <swift@alum.mit.edu>.
2240 (tramp-buffer-name): Buffer name must contain the user if exists.
2241 Reported by Adrian Phillips <a.phillips@met.no>.
2242 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
2243 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
2244 (tramp-do-copy-or-rename-file-out-of-band): Rename from
2245 `tramp-do-copy-or-rename-file-one-local', because it handles also
2246 the case both files use the same out-of-band method.
2247 Implementation added.
2248 (tramp-handle-file-local-copy, tramp-handle-write-region):
2249 Out-of-band handling removed. `copy-file' called instead, which
2250 calls `tramp-do-copy-or-rename-file-out-of-band'.
2251 (tramp-action-password): Check for out-of-band method removed.
2252 This function is used for 'login-program.
2253 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
2254 appropriate.
2255 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
2256 and `tramp-parse-sknownhosts'.
2257 (tramp-completion-function-alist): It's a defvar now, because we
2258 want to apply the optimized `tramp-set-completion-function'
2259 instead of a static list.
2260 (tramp-set-completion-function): Implementation tuned.
2261 Avoid double entries, and entries where the function or the
2262 file/directory doesn't exist.
2263 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
2264 for SSH2.
2265 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
2266 (tramp-handle-dired-compress-file): New function.
2267 (tramp-async-proc): New variable.
2268 (tramp-handle-shell-command): Adding asynchronous processes.
2269 They are far from being perfect, but it works at least for
2270 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
2271 (top-level): Require password.el if visible. Should be mandatory
2272 once No Gnus has found its way into (X)Emacs.
2273 (tramp-read-passwd): Invoke `password-read' if available,
2274 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
2275 fallback any longer.
2276 (tramp-clear-passwd): New function.
2277 (tramp-process-actions, tramp-process-multi-actions):
2278 Clear password cache if login has failed.
2279
2280 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
2281 its own module.
2282 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
2283 `ange-ftp-ftp-name-res'. There could be incorrect values from
2284 previous calls in case the "ftp" method is used in the Tramp file
2285 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
2286
2287 2004-02-28 Richard M. Stallman <rms@gnu.org>
2288
2289 * term.el (term-mouse-paste): Call mouse-set-point.
2290
2291 * thumbs.el: New file.
2292
2293 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2294
2295 * progmodes/ebnf-abn.el: Doc fix.
2296
2297 * progmodes/ebnf-bnf.el: Doc fix.
2298 (ebnf-repeat): Code fix.
2299
2300 * progmodes/ebnf2ps.el: Doc fix.
2301 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
2302
2303 2004-02-28 Juri Linkov <juri@jurta.org>
2304
2305 * ffap.el (dired-at-point): Additional writability test for
2306 relative directory names.
2307 (dired-at-point-prompter): Treat directories as a directory, get
2308 the directory component from files.
2309 (ffap-string-at-point): Return string from region if region is active.
2310 (ffap-file-at-point): Remove redundant code.
2311
2312 2004-02-28 Kim F. Storm <storm@cua.dk>
2313
2314 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
2315 Initialize margin area images to nil.
2316 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
2317 (breakpoint-enabled-bitmap-face)
2318 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
2319 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
2320 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
2321 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
2322 (gdb-reset): Use gdb-remove-breakpoint-icons.
2323 (gdb-put-string): Add dprop arg to specify alternative display
2324 property (for setting fringe bitmap).
2325 (gdb-remove-strings): Doc fix.
2326 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
2327 icon in fringe (if available), or else as icon or text in display
2328 margin. Creates necessary icons in breakpoint-bitmap,
2329 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
2330 Also make left window margin if required.
2331 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
2332 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
2333 no longer needed.
2334 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
2335 gdb-put-breakpoint-icon.
2336 (gdb-assembler-mode): Don't set left-margin-width here.
2337
2338 2004-02-27 Kevin Ryde <user42@zip.com.au>
2339
2340 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
2341 comma, so that it DTRT in macros.
2342
2343 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
2344
2345 * progmodes/sh-script.el (sh-shell-arg)
2346 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
2347 (sh-leading-keywords, sh-other-keywords): Fix custom type.
2348
2349 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
2350
2351 * faces.el (face-spec-set-match-display): Add a new attribute,
2352 `min-colors'.
2353 (region, highlight, secondary-selection): Use `min-colors'.
2354
2355 * custom.el (defface): Add documentation for `min-colors'.
2356
2357 * font-lock.el (font-lock-comment-face, font-lock-string-face)
2358 (font-lock-keyword-face, font-lock-function-name-face)
2359 (font-lock-variable-name-face, font-lock-constant-face):
2360 Use `min-colors'.
2361
2362 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
2363
2364 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2365
2366 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
2367 define assq-delete-all if it's not defined.
2368 (ebnf-generate-region): Code fix.
2369
2370 * printing.el: Doc fix.
2371 (pr-version): New version number (6.7.2).
2372 (pr-command): Return empty string if command is an empty string.
2373
2374 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2375
2376 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
2377
2378 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
2379 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
2380 semi-down-full. Fix a bug on productions like test = {"test"}* | (
2381 "tt" ["test"] ). Reported by Markus Dreyer
2382 <mdreyer@ix.urz.uni-heidelberg.de>.
2383 (ebnf-version): New version number (4.0).
2384 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
2385 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
2386 (ebnf-delete-style): New commands.
2387 (ebnf-directory, ebnf-file): New funs.
2388 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
2389 (ebnf-production-name-p, ebnf-stop-on-error): New options.
2390 (ebnf-syntax-alist): New var.
2391 (ebnf-element-width): New fun replacing ebnf-list-width.
2392 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
2393 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
2394 (ebnf-prologue): Adjust vars.
2395 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
2396 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
2397 (ebnf-check-style-values, ebnf-generate-production)
2398 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
2399 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
2400 (ebnf-token-repeat): Code fix.
2401
2402 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
2403 %right, %left and %prec. Suggested by Matthew K. Junker
2404 <junker@alum.mit.edu>.
2405 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
2406
2407 * progmodes/ebnf-iso.el: Doc fix.
2408 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
2409 (ebnf-iso-lex): Code fix.
2410
2411 * progmodes/ebnf-bnf.el: Doc fix.
2412 (ebnf-bnf-lex): Code fix.
2413
2414 * progmodes/ebnf-otz.el: Doc fix.
2415
2416 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
2417
2418 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
2419 (abbrev-prefix-mark): Doc fix.
2420
2421 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
2422
2423 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
2424 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
2425 (gdb-var-delete): Make interactive (really).
2426 (gdb-edit-value): Make non-interactive.
2427
2428 * progmodes/gud.el (gud-speedbar-menu-items):
2429 Add gdb-var-delete and, indirectly, gdb-edit-value.
2430 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
2431 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
2432 (gud-gdb-marker-filter): Add comment for annotations.
2433
2434 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
2435
2436 * calendar/calendar.el (generate-calendar)
2437 (calendar-read-date): Prevent display of BC calendars once more -
2438 reverts 2003-10-01 change.
2439 (generate-calendar-month): Doc fix.
2440
2441 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
2442
2443 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
2444 return value of increment-calendar-month.
2445
2446 2004-02-21 Stephen Compall <s11@member.fsf.org>
2447
2448 * saveplace.el (save-place-forget-unreadable-files)
2449 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
2450 (save-place-forget-unreadable-files): New function.
2451 (save-place-alist-to-file): Use it to filter out files that are
2452 no longer readable.
2453
2454 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
2455 current Texinfo environment, using the same method as in
2456 `texinfo-insert-@end', and insert a space rather than a newline if
2457 point in a @table environment.
2458
2459 2004-02-21 Juri Linkov <juri@jurta.org>
2460
2461 * ffap.el (ffap-file-at-point): Try parent directories.
2462
2463 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
2464
2465 * vcursor.el (vcursor-modifiers): New defcustom.
2466 (vcursor-cs-binding): Use vcursor-modifiers instead of a
2467 hard-coded list.
2468
2469 2004-02-21 Masatake YAMATO <jet@gyve.org>
2470
2471 * play/animate.el (animate-birthday-present): Accept names other
2472 than `Sarah', too.
2473
2474 2004-02-21 Juri Linkov <juri@jurta.org>
2475
2476 * startup.el: Remove table of command line arguments from the
2477 Commentary section.
2478
2479 2004-02-20 John Wiegley <johnw@newartisans.com>
2480
2481 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
2482 again" modifier from 'e' to 'E', since 'e' is also used by the
2483 "file extension" modifier.
2484
2485 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
2486
2487 * help-fns.el (describe-categories): Doc fix.
2488
2489 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2490
2491 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
2492 temporary file for buffer already visiting one. This change makes
2493 output likely to be directly usable by patch program.
2494 Suggested by Adrian Aichner <adrian@xemacs.org>
2495
2496 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
2497
2498 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
2499 case of variables defined in compound statements.
2500 (gdb-setup-windows, gdb-source-info, gdb-source-info):
2501 Simplify constructions using switch-to-buffer.
2502
2503 2004-02-19 Simon Josefsson <jas@extundo.com>
2504
2505 * play/morse.el: Fix typo.
2506 (morse-code): Add @.
2507
2508 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
2509
2510 * calendar/appt.el (appt-display-format): Change default to
2511 'ignore, for backwards compatibility.
2512 (appt-display-message): If appt-display-format is 'ignore,
2513 respect old vars appt-msg-window and appt-visible.
2514 (appt-activate): Don't depend on return value of cancel-timer.
2515
2516 * calendar/calendar.el (calendar-holidays): Doc fix.
2517
2518 * calendar/cal-coptic.el (coptic-prompt-for-date):
2519 Use assoc-string instead of assoc-ignore-case.
2520 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
2521 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
2522 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
2523 * calendar/cal-islam.el (calendar-goto-islamic-date)
2524 (mark-islamic-diary-entries): Ditto.
2525 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
2526 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
2527 (calendar-read-mayan-tzolkin-date): Ditto.
2528 * calendar/calendar.el (calendar-read-date): Ditto.
2529 * calendar/diary-lib.el (mark-diary-entries): Ditto.
2530
2531 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
2532
2533 * progmodes/executable.el (executable-command-find-posix-p):
2534 Fix choice of the directory.
2535
2536 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
2537
2538 * simple.el (interprogram-cut-function)
2539 (interprogram-paste-function, kill-new, kill-append):
2540 Doc fixes.
2541 (kill-region): Make it return nil. Doc fix.
2542 (yank-pop): Make its argument optional.
2543 (yank): Make ARG `-' equivalent to `-1'.
2544
2545 2004-02-17 Eli Zaretskii <eliz@gnu.org>
2546
2547 * mail/rmail.el (rmail-get-new-mail): Don't reference
2548 rmail-use-spam-filter if rmail-spam-filter is not loaded.
2549
2550 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
2551
2552 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
2553 if one of global-auto-revert-non-file-buffers or autorevert-mode
2554 is non-nil.
2555
2556 2004-02-16 Eli Zaretskii <eliz@gnu.org>
2557
2558 * subr.el (delete-dups): A better implementation from Karl Heuer
2559 <kwzh@gnu.org>.
2560
2561 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2562
2563 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
2564 correct place.
2565 * progmodes/icon.el (icon-indent-command): Ditto.
2566 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
2567
2568 2004-02-16 Eli Zaretskii <eliz@gnu.org>
2569
2570 * progmodes/grep.el (grep-compute-defaults): Undo change from
2571 2004-01-29: don't use executable-command-find-posix-p.
2572
2573 2004-02-16 Richard Sharman <rsharman@pobox.com>
2574
2575 * hilit-chg.el: Use require instead of eval-and-compile.
2576 (highlight-compare-buffers): New function.
2577
2578 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
2579
2580 * man.el (Man-fontify-manpage): Render section headings in
2581 `Man-overstrike-face' even when overstrike was not used by man
2582 formatter for section headings.
2583
2584 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
2585
2586 * rmail-spam-filter.el: (vm-use-spam-filter)
2587 (rsf-min-region-length-added-to-spam-list): New variables.
2588 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
2589 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
2590 spam testing. Don't delete spam message if automatic deletion
2591 after output via variable rmail-delete-after-output is turned on.
2592 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
2593 rsf-bbdb-dont-create-entries-for-spam.
2594 (check-field): New function, extracted from code in
2595 rmail-spam-filter to ease addition of header fields like content-type.
2596 (message-content-type): New variable to check the content-type:
2597 field added, also in defcustom of rsf-definitions-alist.
2598 (rmail-spam-filter): Replace repeated test code for header fields
2599 by calls to check-field; change the call to
2600 rmail-output-to-rmail-file such that rmail-current-message stays
2601 the same to avoid wrong deletion of unseen flags.
2602 (rsf-add-contents-type): New function to convert old format
2603 of rmail-spam-definitions-alist into new one.
2604 Change prefixes of all variables and functions from
2605 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
2606
2607 2004-02-16 Eli Zaretskii <eliz@gnu.org>
2608
2609 * loadhist.el (unload-hook-features-list): New defvar.
2610
2611 2004-02-16 Dave Love <fx@gnu.org>
2612
2613 * loadhist.el (unload-feature): Doc fix. Rename flist to
2614 unload-hook-features-list.
2615
2616 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
2617
2618 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
2619 cookie. Don't check if we are looking-at open-formula.
2620
2621 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
2622
2623 * subr.el (match-string-no-properties): Use substring-no-properties.
2624
2625 2004-02-16 Eli Zaretskii <eliz@gnu.org>
2626
2627 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
2628 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
2629 Use lower-case "rx" in all error message.
2630
2631 2004-02-16 Dave Love <fx@gnu.org>
2632
2633 * emacs-lisp/rx.el (rx-or): Put group around result.
2634 (rx-constituents): Add backref.
2635 (rx-syntax): Add string-delimiter, comment-delimiter.
2636 (rx-categories): Add combining-diacritic.
2637 (rx-check-not, rx-greedy, rx): Doc fix.
2638 (rx-backref, rx-check-backref): New.
2639
2640 2004-02-16 Jesper Harder <harder@ifa.au.dk>
2641
2642 * newcomment.el (uncomment-region): Allow eob as comment end.
2643
2644 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
2645
2646 * filecache.el: All message and error commands now use prefix
2647 "Filecache:" to make it easy to read *Messages* buffer.
2648
2649 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
2650
2651 * autorevert.el: Add support to detect changed dired and VC buffers.
2652 (auto-revert-active-p, auto-revert-list-diff)
2653 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
2654 (auto-revert-handler, auto-revert-active-p): New functions.
2655 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
2656 and `auto-revert-active-p'.
2657 (eval-when-compile): Defvar dired-directory and vc-mode.
2658 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2659 (auto-revert-handler-vc): New functions.
2660
2661 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
2662
2663 * progmodes/compile.el (compilation-directory): New defvar.
2664 (compile): Save current directory in compilation-directory.
2665 (recompile): Bind default-directory to compilation-directory if
2666 that is non-nil.
2667
2668 2004-02-16 Dave Love <fx@gnu.org>
2669
2670 * newcomment.el (comment-insert-comment-function)
2671 (comment-region-function, uncomment-region-function): New.
2672 (comment-indent): Use comment-insert-comment-function.
2673 (uncomment-region): Use uncomment-region-function.
2674 (comment-region): Use comment-region-function.
2675
2676 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
2677
2678 2004-02-16 Richard Stallman <rms@gnu.org>
2679
2680 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
2681 loaddefs* and ldefs-boot*.
2682
2683 2004-02-16 Eli Zaretskii <eliz@gnu.org>
2684
2685 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
2686 and email address at the beginning and end of the address.
2687
2688 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
2689 anchored at the beginning of the email address.
2690
2691 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
2692
2693 * international/ccl.el (ccl-compile-write): Pass `left' to
2694 ccl-embed-code to generate correct code of write-expr-register.
2695
2696 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
2697
2698 * progmodes/grep.el (grep-compute-defaults): Fix typos.
2699
2700 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2701
2702 * x-dnd.el: Mention support for Motif in commentary.
2703 (x-dnd-handle-drag-n-drop-event): Ditto.
2704
2705 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
2706
2707 * ses.el: Use "ses--" prefixes for buffer-local variables.
2708 Use (point-min) instead of 1, even when we know the buffer
2709 is unnarrowed.
2710 (ses-build-load-map): Delete. Distribute its content to defconst's for
2711 the three maps.
2712 (ses-menu, ses-header-line-menu): New menus.
2713 (ses-mode-map): Use them.
2714 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
2715
2716 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
2717
2718 * Makefile.in: Fix the CC Mode recompile kludge so it works
2719 when building in a different directory.
2720
2721 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
2722
2723 * simple.el (kill-new): Put yank-handler property on the entire string.
2724
2725 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2726
2727 * diff.el: Don't use compile any more, use diff-mode instead.
2728 (diff-regexp-alist, diff-old-file, diff-new-file)
2729 (diff-parse-differences, diff-process-setup): Remove.
2730 (diff-sentinel): New fun.
2731 (diff): Use it. Run the process ourselves.
2732 Use diff-mode for the rest of the processing.
2733
2734 * diff.el (diff): Simplify code handling `switch'.
2735
2736 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
2737
2738 * pcvs-defs.el (cvs-menu): Add `tag'.
2739
2740 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
2741
2742 * simple.el (kill-append): Doc fix.
2743
2744 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2745 Adapt outline-regexp to the new conventions for commenting out code.
2746
2747 2004-02-11 John Paul Wallington <jpw@gnu.org>
2748
2749 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
2750
2751 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2752
2753 * diff.el (diff-switches): New fun.
2754 (diff, diff-backup): Use it.
2755 (diff): Clean up the args construction. Use backquote.
2756 Use listp instead of consp to avoid putting a nil arg.
2757 (diff): Add a revert-buffer function.
2758
2759 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2760
2761 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
2762 handled by x-dnd-handle-file-name.
2763 (x-dnd-known-types): Add COMPOUND_TEXT.
2764 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
2765 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
2766 x-dnd-empty-state.
2767 (x-dnd-forget-drop): Ditto.
2768 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
2769 (x-dnd-handle-one-url): Return private when inserting text.
2770 (x-dnd-insert-ctext): New function.
2771 (x-dnd-handle-file-name): New function for FILE_NAME.
2772 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
2773 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
2774 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
2775
2776 2004-02-10 Kenichi Handa <handa@m17n.org>
2777
2778 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
2779 instead of while loop.
2780
2781 2004-02-10 Miles Bader <miles@gnu.org>
2782
2783 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
2784
2785 2004-02-09 Kenichi Handa <handa@m17n.org>
2786
2787 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
2788 have end-of-line.
2789
2790 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
2791
2792 * Makefile.in: Added extra dependencies in the recompile target
2793 needed to cope with the compile time macro expansions in CC Mode.
2794
2795 2004-02-09 Kim F. Storm <storm@cua.dk>
2796
2797 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
2798 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
2799 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
2800 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
2801 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
2802 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
2803 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
2804 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
2805 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
2806 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
2807 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
2808
2809 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
2812 Don't allow shrink if there's a window on our right.
2813
2814 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
2815 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
2816 Bring together declaration and initialization.
2817 (prolog-mode-variables): Don't set the syntax table.
2818 Don't set paragraph-start and comment-indent-function.
2819 Add /*..*/ to the comment regexps.
2820 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
2821 (prolog-mode-map): Don't bind TAB.
2822 (prolog-mode): Set the syntax table.
2823 (prolog-comment-indent): Remove.
2824 (inferior-prolog-mode-map): Initialize in the declaration.
2825 (inferior-prolog-mode-syntax-table)
2826 (inferior-prolog-mode-abbrev-table): New vars.
2827 (inferior-prolog-mode): Derive from comint-mode.
2828 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
2829 minibuffer windows.
2830
2831 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
2832 in file names, as long as it is unabmiguous.
2833
2834 2004-02-08 Andreas Schwab <schwab@suse.de>
2835
2836 * textmodes/reftex-toc.el
2837 (reftex-toc-load-all-files-for-promotion): Remove useless use of
2838 format. Doc fix.
2839
2840 * textmodes/refer.el (refer-find-entry-internal): Remove extra
2841 format string arguments.
2842
2843 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
2844 string argument.
2845
2846 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
2847
2848 * play/zone.el (zone-call): Fix format string.
2849
2850 * net/webjump.el (webjump-builtin): Add missing format string argument.
2851
2852 * midnight.el (midnight-delay-set): Remove extra format string argument.
2853
2854 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
2855
2856 * hexl.el (hexl-insert-char): Add missing format string argument.
2857
2858 * format.el (format-decode): Fix format string.
2859
2860 * emulation/vi.el (vi-mode): Remove extra format string argument.
2861 (vi-repeat-last-search): Likewise.
2862 (vi-reverse-last-search): Likewise.
2863 (vi-goto-mark): Likewise.
2864 (vi-reverse-last-find-char): Likewise.
2865 (vi-repeat-last-find-char): Likewise.
2866 (vi-locate-def): Likewise.
2867
2868 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
2869
2870 * ediff-util.el (ediff-toggle-read-only): Remove extra format
2871 string argument.
2872 (ediff-toggle-regexp-match): Likewise.
2873
2874 * dired-aux.el (dired-do-query-replace-regexp): Add missing
2875 format string argument.
2876
2877 * calc/calc-map.el (calc-get-operator): Remove extra format
2878 string argument.
2879
2880 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
2881
2882 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
2883 string argument.
2884
2885 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
2886
2887 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
2888
2889 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
2890
2891 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
2892 (cl-struct-setf-expander): Likewise.
2893
2894 * vc.el (with-vc-file): Fix unsafe uses of error.
2895 (vc-cancel-version): Likewise.
2896
2897 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
2898
2899 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
2900 thousands separator; fixes <class>:<line-number> regexp for
2901 non-english locales.
2902
2903 2004-02-08 Andreas Schwab <schwab@suse.de>
2904
2905 * view.el (view-mode-enable): Revert previous change.
2906
2907 2004-02-07 Kim F. Storm <storm@cua.dk>
2908
2909 * simple.el (line-number-at-pos): Rename from line-at-pos.
2910 Uses changed (what-line and vc-annotate-warp-version).
2911
2912 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
2915 (diff-mode): Remove aborted attempt at support for compile.el.
2916 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
2917
2918 2004-02-06 Andreas Schwab <schwab@suse.de>
2919
2920 * view.el (view-mode-enable): Add view-mode-map to
2921 minor-mode-overriding-map-alist.
2922
2923 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2924
2925 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
2926
2927 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
2930 with point inside rather than after the paragraph.
2931
2932 2004-02-04 Sam Steingold <sds@gnu.org>
2933
2934 * mail/smtpmail.el (smtpmail-try-auth-methods):
2935 Do not try authentication when no mechanism is available.
2936 Pass port-name as defaultport to `netrc-machine'.
2937
2938 2004-02-04 Stephen Eglen <stephen@gnu.org>
2939
2940 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
2941 to show how minibuffer height can be constrained.
2942
2943 2004-02-04 John Paul Wallington <jpw@gnu.org>
2944
2945 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
2946
2947 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2948
2949 * x-dnd.el: New file for drag and drop.
2950
2951 * term/x-win.el: require x-dnd, set after-make-frame-functions
2952 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
2953 drag-n-drop event.
2954
2955 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
2956 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
2957 (dired-dnd-handle-file): New functions for drag and drop support.
2958 (dired-mode): Initialize drag and drop if x-dnd present.
2959
2960 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
2963 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
2964 (cperl-mode): Set fill-paragraph-function.
2965 (cperl-fill-paragraph): Make it non-interactive.
2966
2967 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
2968
2969 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
2970
2971 2004-02-02 David Kastrup <dak@gnu.org>
2972
2973 * replace.el (perform-replace): Allow 'literal argument in
2974 regexp-flag to indicate literal replacement.
2975 (query-replace-regexp-eval): Use it.
2976
2977 2004-02-01 Andreas Schwab <schwab@suse.de>
2978
2979 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
2980
2981 2004-02-01 Stephen Eglen <stephen@gnu.org>
2982
2983 * info-look.el: Add support for maxima-mode. Update commentary
2984 because info-lookup-symbol is now bound to C-h S.
2985
2986 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
2987
2988 * simple.el (edit-and-eval-command): Bind print-level and
2989 minibuffer-history-sexp-flag around call to read-from-minibuffer.
2990 Correct initial position in command-history.
2991
2992 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
2993
2994 * files.el (read-directory-name): Adapt the docstring to recent
2995 change in Fread_file_name.
2996
2997 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
2998
2999 * ses.el (ses-print-cell): If print format too wide for column
3000 width, truncate decimal places if that helps to avoid "#####" fill.
3001 * ses.el (ses-initial-column-width): Revert previous change.
3002
3003 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
3006 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
3007 Add edebug info.
3008 (jit-lock-mode): Setup/cancel the new timer.
3009 (jit-lock-context-fontify): New fun. Extracted from
3010 context fontification code of jit-lock-stealth-fontify.
3011 (jit-lock-stealth-fontify): Don't do context fontification any more.
3012
3013 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
3014 (jit-lock-fontify-now): Handle the `quit' case.
3015 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
3016
3017 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
3018
3019 * progmodes/executable.el (executable-command-find-posix-p):
3020 New. Check if find handles arguments Posix-style.
3021
3022 * progmodes/grep.el (grep-compute-defaults):
3023 Use executable-command-find-posix-p.
3024 (grep-find): Check `grep-find-command'.
3025
3026 * filecache.el (file-cache-find-posix-p): Delete.
3027 (file-cache-add-directory-using-find):
3028 Use `executable-command-find-posix-p'.
3029
3030 2004-01-29 Dave Love <fx@gnu.org>
3031
3032 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3033 Iterate the hook function if arg is given.
3034 (mark-defun, narrow-to-defun): Change order of finding the limits.
3035
3036 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
3037 (byte-compile-format-warn): New.
3038 (byte-compile-callargs-warn): Use it.
3039 (Format, message, error): Add byte-compile-format-like property.
3040 (byte-compile-maybe-guarded): New.
3041 (byte-compile-if, byte-compile-cond): Use it.
3042 (byte-compile-lambda): Compile interactive forms,
3043 just to make warnings about them.
3044
3045 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
3046
3047 * ses.el (ses-initial-column-width): Increase to 14, so it will
3048 work well with the default printer of "%.7g" for extreme values
3049 like "-1.234567e+07".
3050
3051 2004-01-29 Kenichi Handa <handa@m17n.org>
3052
3053 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
3054
3055 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
3056
3057 * dos-w32.el: Added support for the `default-printer-name' function.
3058
3059 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * server.el (server-socket-name): Don't use the hostname in the
3062 socket name since /tmp is local to the host anyway.
3063
3064 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
3065 robust check of widening and fix var-naming.
3066
3067 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
3068
3069 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
3070 or rmail-spam- to rsf- in all function and variable names.
3071 (rsf-min-region-to-spam-list): New variable.
3072 (rsf-bbdb-auto-delete-spam-entries): Rename from
3073 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
3074 scanned together with the recipients field for spam testing; Don't
3075 delete spam message if rmail-delete-after-output is non-nil;
3076 (rsf-check-field): New function, extracted from code in
3077 rmail-spam-filter to ease addition of header fields like
3078 content-type:;
3079 (message-content-type): New variable. The content-type: field was
3080 added also in defcustom of rsf-definitions-alist;
3081 (rmail-spam-filter): Replace repeated test code for header fields
3082 by calls to check-field; change the call to
3083 rmail-output-to-rmail-file such that rmail-current-message stays
3084 the same to avoid wrong deletion of unseen flags.
3085 (rmail-use-spam-filter): Add autoload cookie.
3086
3087 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
3088
3089 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
3090 (file-cache-add-directory-using-find): Add Cygwin support.
3091 (file-cache-find-command-posix-flag): New user variable.
3092
3093 * filecache.el (file-cache-add-directory): Check for
3094 directories an remove them from dir-files.
3095
3096 2004-01-27 Richard M. Stallman <rms@gnu.org>
3097
3098 * man.el (Man-fontify-manpage): Clean up message.
3099
3100 2004-01-27 Kenichi Handa <handa@m17n.org>
3101
3102 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
3103 (sentence-end): Define using sentence-end-without-space.
3104
3105 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
3106 a sentence ends with one of a character in sentence-end-without-space.
3107
3108 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * font-lock.el (font-lock): Add jit-lock as explicit group member.
3111 (jit-lock): Group declaration moved to jit-lock.el.
3112 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
3113 when necessary.
3114
3115 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
3116 (jit-lock-context-unfontify-pos): Rename from
3117 jit-lock-first-unfontify-pos.
3118 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
3119
3120 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
3121
3122 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
3123 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
3124 (fortran-fill): When filling a string, adjust re-search-backward
3125 argument for special case of string just on fill-column.
3126 When filling non-string, allow one extra char if
3127 fortran-break-before-delimiters is non-nil.
3128 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
3129 Use fortran-break-delimiters-re and fortran-no-break-re to
3130 correctly handle cases such as "**".
3131
3132 * progmodes/f90.el (f90-break-delimiters): Doc fix.
3133 (f90-no-break-re): Add some extra tokens. Doc fix.
3134
3135 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
3136
3137 * mail/rmail-spam-filter.el:
3138 Use two semicolons as Commentary line prefix.
3139 Add ";;; Code:" stylized comment.
3140 Delete end-of-line whitespace.
3141 Wrap (require 'cl) with `eval-when-compile'.
3142
3143 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
3144
3145 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
3146 at the top level of vc.el.
3147
3148 2004-01-23 Andre Spiegel <spiegel@gnu.org>
3149
3150 * vc.el (vc-current-line): Function removed. This is now done by
3151 the new function line-at-pos in simple.el.
3152 (vc-annotate-warp-version): Use line-at-pos instead of
3153 vc-current-line.
3154
3155 2004-01-22 Kim F. Storm <storm@cua.dk>
3156
3157 * simple.el (line-at-pos): New defun.
3158 (what-line): Use it. Optimize by only counting lines in narrowed
3159 region once.
3160
3161 2004-01-22 Kenichi Handa <handa@m17n.org>
3162
3163 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
3164 point (register r1) only for charset mule-unicode-0100-24ff.
3165
3166 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
3167
3168 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
3169 trailing white space and ensure a final newline.
3170
3171 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
3172 Add autoload cookie.
3173
3174 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
3175
3176 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
3177 activate view-mode explicitly.
3178
3179 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3180
3181 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
3182 use clipboard first.
3183
3184 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3185
3186 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
3187 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
3188 (vc-mcvs-cvs): Remove.
3189 (vc-mcvs-command): Remove use of assert.
3190
3191 * outline.el (outline-insert-heading): Tighten up match.
3192 (outline-demote, outline-move-subtree-down): Don't assume anything
3193 about outline-regexp.
3194
3195 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
3196 (texinfo-show-structure): Explicitly add ^, and simplify.
3197
3198 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
3199
3200 * calendar/appt.el (appt-check): Restore usage of
3201 appt-issue-message deleted in previous change.
3202 (top-level): Activate package when loaded (needed for backwards
3203 compatibility).
3204
3205 2004-01-20 Jesper Harder <harder@ifa.au.dk>
3206
3207 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
3208 following previous change to smtpmail-send-data.
3209
3210 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
3211
3212 * vc.el (vc-default-previous-version): Doc enhancement.
3213 (vc-default-next-version): New function.
3214 (vc-print-log): New arg FOCUS-REV.
3215 (vc-annotate-mode): Derive from view-mode.
3216 (vc-annotate): New args REVISION, DISPLAY-MODE.
3217 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
3218 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
3219 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
3220 (vc-annotate-show-diff-revision-at-line, vc-current-line)
3221 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
3222
3223 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
3224
3225 2004-01-19 Karl Berry <karl@gnu.org>
3226
3227 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
3228 or "TexInfo".
3229
3230 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
3231
3232 * subr.el (delete-dups): New function.
3233
3234 2004-01-19 Karl Berry <karl@gnu.org>
3235
3236 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
3237 with ^, since that's what texinfo-show-structure
3238 documentation says (plus it works much better in texinfo.txi).
3239
3240 2004-01-18 Jesper Harder <harder@ifa.au.dk>
3241
3242 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
3243
3244 2004-01-18 David Ponce <david@dponce.com> (tiny change)
3245
3246 * progmodes/which-func.el (which-function-mode): Don't cancel
3247 which-func-update-timer if not set.
3248
3249 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
3250
3251 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
3252 Remove spurious left square bracket in XX:XXam regexp.
3253
3254 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
3255
3256 * progmodes/cc-defs.el: Do not require cl at run time.
3257
3258 2004-01-16 Richard M. Stallman <rms@gnu.org>
3259
3260 * emacs-lisp/cl.el (cl-cannot-unload): New function.
3261 (cl-unload-hook): Defvar this to run cl-cannot-unload.
3262
3263 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
3264 Call rmail-spam-filter. Delete and expunge spam.
3265 Print number of spam messages deleted.
3266 Save and restore the deletion status of old messages when reading
3267 new mail with spam filter, so that expunging spam does not expunge
3268 msgs deleted by the user.
3269 (rmail-only-expunge): Add an optional argument dont-show to
3270 prevent showing message after expunge.
3271
3272 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
3273
3274 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
3275 * subr.el (declare): New macro.
3276
3277 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
3278
3279 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
3280
3281 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3284 Test window-system rather than system-type (for X11/Mac).
3285
3286 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
3287
3288 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
3289
3290 2004-01-12 Richard M. Stallman <rms@gnu.org>
3291
3292 * mail/rmail.el (rmail-convert-to-babyl-format):
3293 Use mail-unquote-printable-region.
3294 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
3295 (rmail-hex-char-to-integer): Functions deleted.
3296
3297 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
3298 (mail-unquote-printable-region): New arg NOERROR.
3299 For invalid encoding, either signal an error to just return nil.
3300
3301 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3302
3303 * calendar/appt.el: Update copyright and commentary.
3304 (appt-issue-message): Make obsolete.
3305 (appt-visible, appt-msg-window): Make obsolete, in favour of
3306 appt-display-format.
3307 (appt-display-mode-line, appt-display-duration)
3308 (appt-display-diary, appt-time-msg-list, appt-mode-string)
3309 (appt-prev-comp-time, appt-display-count, appt-timer)
3310 (appt-convert-time): Doc change.
3311 (appt-disp-window-function, appt-delete-window-function):
3312 Use defcustom rather than defvar.
3313 (appt-display-format): New variable.
3314 (appt-display-message): New function with display code from appt-check.
3315 (appt-check): Add optional FORCE argument. Doc change.
3316 Add appt-make-list to diary-hook if displaying diary.
3317 Remove checking of view-diary-entries-initially.
3318 Message display section removed to new function appt-display-message.
3319 (appt-display-window): Doc change. Remove unused internal var
3320 this-buffer. Do not beep, since appt-display-message does that.
3321 (appt-make-list): Doc change. Use caar.
3322 (appt-sort-list): Simplify by using builtin sort function.
3323 (appt-update-list): New function for updating appts when diary is
3324 saved.
3325 (appt-activate): New autoloaded function to toggle package
3326 functionality.
3327
3328 * calendar/cal-x.el: (calendar-one-frame-setup)
3329 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
3330
3331 * calendar/calendar.el: Update copyright.
3332 (view-diary-entries-initially, european-calendar-style): Doc change.
3333 (calendar-setup): Make defcustom rather than defvar.
3334 (mark-visible-calendar-date): Initialize temp-face and faceinfo
3335 in let binding so local to function.
3336
3337 * calendar/diary-lib.el: Update copyright.
3338 (diary, diary-entry-time): Doc change.
3339 (list-diary-entries): Doc change. Trivial logic change.
3340 (fancy-diary-display): Restore make-face command mistakenly
3341 deleted 2003-05-08.
3342 (show-all-diary-entries): Allow to pop-up frame if needed.
3343
3344 2004-01-09 John Paul Wallington <jpw@gnu.org>
3345
3346 * bindings.el (mode-line-change-eol): Add EVENT parameter.
3347 Temporarily select EVENT's window for changing eol type.
3348
3349 2004-01-09 Deepak Goel <deego@gnufans.org>
3350
3351 * calendar/diary-lib.el (diary-entry-time):
3352 Also accept time in the form XX[.XX][am/pm/AM/PM].
3353 (fancy-diary-font-lock-keywords): Likewise.
3354 (diary-font-lock-keywords): Likewise.
3355 * calendar/appt.el (appt-add): Likewise.
3356 (appt-make-list): Likewise.
3357 (appt-convert-time): Likewise.
3358
3359 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
3360
3361 * gdb-ui.el (gdb-ann3): Revert previous change.
3362 (gdb-source-info): Allow for case of where compilation directory
3363 is not recorded.
3364
3365 2004-01-08 John Paul Wallington <jpw@gnu.org>
3366
3367 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
3368
3369 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
3370
3371 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
3372
3373 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
3374 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
3375 problems.
3376 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
3377
3378 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
3379
3380 * files.el (write-file-functions, write-contents-functions):
3381 Clarify docstrings.
3382
3383 2004-01-07 Kenichi Handa <handa@m17n.org>
3384
3385 * international/mule.el (set-auto-coding): Fix for the case that
3386 end-of-line is only CR.
3387
3388 2004-01-07 Kim F. Storm <storm@cua.dk>
3389
3390 * subr.el (event-start, event-end): Doc fix.
3391 (posn-string, posn-image): New defuns.
3392 (posn-object): Return either image or string object.
3393 (posn-object-x-y): Return 8th element of position.
3394 (posn-object-width-height): New defun.
3395
3396 2004-01-06 Andreas Schwab <schwab@suse.de>
3397
3398 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
3399 output.
3400
3401 2004-01-05 Karl Berry <karl@gnu.org>
3402
3403 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
3404 / and *, too.
3405
3406 2003-12-31 Simon Josefsson <jas@extundo.com>
3407
3408 * files.el (before-save-hook): Add.
3409 (basic-save-buffer): Use before-save-hook.
3410
3411 * emacs-lisp/copyright.el: Fix comment to recommend
3412 before-save-hook instead of write-file-functions.
3413
3414 2004-01-05 Richard M. Stallman <rms@gnu.org>
3415
3416 * finder.el (finder-commentary): Call delete-other-windows.
3417
3418 * net/ange-ftp.el (ange-ftp-file-attributes):
3419 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
3420
3421 2004-01-04 Karl Berry <karl@gnu.org>
3422
3423 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
3424 comment characters % and # in the copyright year notice,
3425 as well as ;.
3426
3427 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
3428
3429 * wid-edit.el (default): Define dummy :value-delete.
3430 Reported by Jesper Harder <harder@ifa.au.dk>.
3431
3432 2004-01-03 Richard M. Stallman <rms@gnu.org>
3433
3434 * progmodes/compile.el (compile-internal): Use point, not point-min,
3435 for set-window-point.
3436
3437 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
3438
3439 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
3440
3441 * progmodes/grep.el (grep-mode-map):
3442 Don't remap next-line, previous-line.
3443
3444 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
3445
3446 * speedbar.el (speedbar-edit-line): Change regexp to position
3447 the cursor on the first character of this line's button.
3448
3449 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
3450
3451 * subr.el (functionp): Doc fix.
3452
3453 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
3454
3455 * progmodes/idlwave.el (idlwave-make-tags):
3456 * textmodes/flyspell.el (flyspell-large-region):.
3457 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
3458 * emulation/viper-util.el (viper-glob-unix-files):
3459 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
3460 * man.el (Man-init-defvars):
3461 * jka-compr.el (jka-compr-call-process):
3462 * files.el (get-free-disk-space,insert-directory):
3463 * ediff-ptch.el (ediff-test-patch-utility):
3464 * ediff-diff.el (ediff-test-utility):
3465 * dired-aux.el (dired-check-process):
3466 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
3467 test the return value of call-process, because it can be a string.
3468
3469 2003-12-31 John Paul Wallington <jpw@gnu.org>
3470
3471 * bindings.el (completion-ignored-extensions): Add .pfsl.
3472
3473 2003-12-31 Kim F. Storm <storm@cua.dk>
3474
3475 * ido.el (ido-nonreadable-directory-p): New defun to check for
3476 nonreadable directory without activating tramp (to avoid problems
3477 with checking incomplete tramp paths).
3478 (ido-set-current-directory, ido-file-internal)
3479 (ido-file-name-all-completions1): Use it.
3480
3481 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
3482
3483 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
3484 documentation if the anchor (or node) name is preceded by `info
3485 anchor' or `Info anchor' in addition to earlier `info node' and
3486 `Info node'.
3487 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
3488
3489 2003-12-30 Eli Zaretskii <eliz@gnu.org>
3490
3491 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
3492 error in arguments to base64-decode-region. Remove ^M characters
3493 after decoding base64.
3494
3495 2003-12-30 Simon Josefsson <jas@extundo.com>
3496
3497 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
3498 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
3499 have only been distributed with Emacs for some years.
3500 (texinfo-mode-hook): Customize.
3501
3502 2003-12-30 Eli Zaretskii <eliz@gnu.org>
3503
3504 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
3505 cleaner (suggested by Richard Stallman).
3506
3507 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
3508 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
3509 file-name clashes on 8+3 DOS filesystems.
3510
3511 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
3512 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
3513 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
3514 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
3515 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
3516 file-name clashes on 8+3 filesystems.
3517
3518 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
3519 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
3520 file-name clashes on 8+3 DOS filesystems.
3521
3522 2003-12-29 Richard M. Stallman <rms@gnu.org>
3523
3524 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
3525 Upcase the character.
3526
3527 * textmodes/flyspell.el (mail-mode-flyspell-verify):
3528 Search for header separator alone on a line, literally,
3529 and search for it backward, not forward.
3530 (flyspell-abbrev-table): Always use global-abbrev-table
3531 if there is no local one.
3532
3533 * progmodes/sh-script.el (sh-get-indent-info):
3534 Don't move point back if at bob.
3535
3536 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
3537
3538 * play/handwrite.el (handwrite): Make the handwrite credit message
3539 a comment rather than an output command.
3540
3541 * obsolete/sc.el: Display message that this file is obsolete.
3542
3543 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
3544
3545 * mail/rfc822.el (rfc822-address-start): Declare variable.
3546 Renamed from address-start. All uses changed.
3547
3548 * term.el (term-exec): Set up sentinel.
3549 (term-sentinel): New function.
3550 (term-handle-exit): New function.
3551
3552 * subr.el (assoc-ignore-case, assoc-ignore-representation):
3553 Use assoc-string, and mark them obsolete.
3554 (delay-mode-hooks): Mark as permanent local.
3555
3556 * simple.el (sendmail-user-agent-compose): Use assoc-string.
3557
3558 * register.el (copy-rectangle-to-register): Doc fix.
3559
3560 * info.el (Info-insert-dir): Use assoc-string.
3561
3562 * info-look.el (info-lookup): Use assoc-string.
3563
3564 * frame.el (pop-up-frame-function): Use quote, not `function'.
3565 (frame-notice-user-settings): Calculate ADJUSTED-TOP
3566 copying with lists as coordinate values.
3567
3568 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
3569
3570 * find-dired.el (kill-find): New command.
3571 (find-dired): Make buffer read-only.
3572 Set up a keymap with C-c C-k running kill-find.
3573 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
3574
3575 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
3576
3577 * filecache.el (file-cache-ignore-case): New variable.
3578 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
3579
3580 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
3581 (comint-dynamic-complete-as-filename): Rename local vars.
3582 (comint-dynamic-list-filename-completions): Likewise.
3583
3584 * comint.el (comint-dynamic-list-completions-config): New var.
3585 (comint-dynamic-list-completions): Handle both SPC and TAB right.
3586
3587 * comint.el (comint-file-name-chars): Add [].
3588 (comint-word): Use skip-chars-backward, not search.
3589
3590 * shell.el (shell-file-name-chars): Add [].
3591
3592 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
3593
3594 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
3595
3596 * generic.el (define-generic-mode): Doc fix.
3597
3598 2003-12-29 Eli Zaretskii <eliz@gnu.org>
3599
3600 * files.el (kill-some-buffers): Doc fix.
3601
3602 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
3603
3604 * comint.el (comint-watch-for-password-prompt): Pass `string' as
3605 arg to send-invisible
3606 (send-invisible): Doc fix. The argument is now a prompt, not the
3607 string to send.
3608 (comint-read-noecho): Doc fix.
3609
3610 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
3611
3612 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
3613 "@", as required by some ISP hosting service. Fix defcustom
3614 argument syntax errors that prevented use of customization.
3615
3616 2003-12-29 Eli Zaretskii <eliz@gnu.org>
3617
3618 * xml.el (xml-get-attribute-or-nil): Doc fix.
3619
3620 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
3621
3622 * net/zone-mode.el (zone-mode): Use write-file-functions, not
3623 write-file-hooks.
3624
3625 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
3626
3627 * autorevert.el (auto-revert-interval): Doc fix.
3628
3629 2003-12-29 Mark A. Hershberger <mah@everybody.org>
3630
3631 * xml.el (xml-get-attribute-or-nil): New function, like
3632 xml-get-attribute, but returns nil if the attribute was not found.
3633 (xml-get-attribute): Convert to defsubst, uses
3634 xml-get-attribute-or-nil.
3635
3636 2003-12-29 Eli Zaretskii <eliz@gnu.org>
3637
3638 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
3639
3640 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
3641
3642 * custom.el (custom-declare-theme): Use `value' when putting
3643 properties on `theme'.
3644
3645 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
3646
3647 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
3648 for each yank-handler segment.
3649 (insert-for-yank-1): New function, with the body of the previous
3650 insert-for-yank.
3651
3652 * textmodes/table.el (table-yank-handler): New defcustom.
3653 (table--put-cell-indicator-property): Put yank-handler property
3654 that indicates the yank handler for the table cell.
3655
3656 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
3657
3658 * generic-x.el (etc-modules-conf-generic-mode): A more complete
3659 set of keywords.
3660
3661 2003-12-29 Eli Zaretskii <eliz@gnu.org>
3662
3663 * international/mule-cmds.el (reset-language-environment)
3664 (set-language-environment): Don't invoke fontset-related functions
3665 if fontset-list is not fboundp.
3666
3667 2003-12-29 Kenichi Handa <handa@m17n.org>
3668
3669 * international/mule-cmds.el (reset-language-environment):
3670 Call set-overriding-fontspec-internal with nil.
3671 (set-language-environment): Call set-overriding-fontspec-internal
3672 if the language environment specify `overriding-fontspec'.
3673 (language-info-alist): Doc added.
3674
3675 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
3676 characters of mule-unicode-0100-24ff.
3677 (ccl-encode-windows-1251-font): New CCL program.
3678 ("Bulgarian"): Specify overriding-fontspec.
3679 ("Belarusian"): Likewise.
3680
3681 2003-12-28 Sam Steingold <sds@gnu.org>
3682
3683 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
3684 parameter ID-FORMAT to conform with the 2003-11-30 patch.
3685
3686 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
3687
3688 * progmodes/gud.el (gud-gdb-command-name): Set default to
3689 "gdb --annotate=3".
3690 (gud-gdb-marker-filter): Look out for annotations.
3691 (gdb-first-pre-prompt): New variable.
3692 Remove trailing white space.
3693
3694 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
3695 if necessary.
3696 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
3697 annotations are detected.
3698 (gud-gdba-marker-filter): Use global variable gud-marker-acc
3699 instead of a local one to allow transition from
3700 gud-gdb-marker-filter.
3701 Remove trailing white space.
3702
3703 2003-12-27 Kim F. Storm <storm@cua.dk>
3704
3705 * ido.el: Handle non-readable directories.
3706 (ido-decorations): Add 9th element for non-readable directory.
3707 (ido-directory-nonreadable): New dynamic var.
3708 (ido-set-current-directory): Set it.
3709 (ido-read-buffer, ido-file-internal):
3710 (ido-read-file-name, ido-read-directory-name): Let-bind it.
3711 (ido-file-name-all-completions1): Return empty list for
3712 non-readable directory.
3713 (ido-exhibit): Print [Not readable] if directory is not readable.
3714 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
3715 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
3716 Use it.
3717
3718 2003-12-27 Lars Hansen <larsh@math.ku.dk>
3719
3720 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
3721 calls to directory-files-and-attributes and file-attributes.
3722 (ls-lisp-format): Remove system dependent handling of user and
3723 group id's.
3724
3725 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
3726
3727 * ffap.el (ffap-read-file-or-url): Revert previous change.
3728
3729 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
3730
3731 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
3732 new list of included files called `files-with-node-lines', that
3733 only have node lines. This way @include commands can include any
3734 file, such as version and update files without node lines, not
3735 just files that are chapters.
3736
3737 2003-12-25 Andreas Schwab <schwab@suse.de>
3738
3739 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
3740 file not found.
3741
3742 2003-12-08 Miles Bader <miles@gnu.org>
3743
3744 * dired.el (dired-between-files): Always use dired-move-to-filename,
3745 which is more robust in non-english locales.
3746
3747 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
3748
3749 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
3750
3751 2003-12-24 Andreas Schwab <schwab@suse.de>
3752
3753 * shell.el (shell-file-name-quote-list): Add backslash.
3754
3755 * comint.el (comint-quote-filename): Correctly handle backslash
3756 in comint-file-name-quote-list.
3757
3758 2003-12-24 Kenichi Handa <handa@m17n.org>
3759
3760 * international/mule-cmds.el (set-default-coding-systems):
3761 Call ucs-set-table-for-input for all buffers that don't have local
3762 value of buffer-file-coding-system.
3763
3764 * international/ucs-tables.el (ucs-set-table-for-input):
3765 If translation-table-for-encode is a symbol, get its
3766 translation-table property.
3767
3768 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
3769
3770 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
3771 to `completing-read' on a recently fixed bug.
3772
3773 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
3774 instead of SPACE, to get the list of possible fringe modes.
3775 SPACE only works if both `partial-completion-mode' and
3776 `completion-auto-help' are nil.
3777
3778 * complete.el (PC-is-complete-p): Delete.
3779 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
3780 calls to `test-completion'.
3781
3782 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
3783
3784 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
3785 to edit values when there are no children.
3786
3787 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
3788 a mode called "Assembler" already exists.
3789 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
3790 (gud-watch): Use format option. Remove font properties from string.
3791 (gdb-var-create-handler, gdb-var-list-children-handler):
3792 Don't bother about properties as there are none.
3793 (gdb-var-create-handler, gdb-var-list-children-handler)
3794 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
3795 with two arguments.
3796 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
3797 Let speedbar show value changes with a different font.
3798 (gdb-edit-value): New defun.
3799 (gdb-clear-partial-output, gdb-clear-inferior-io)
3800 (def-gdb-auto-update-handler): Use erase-buffer.
3801 (gdb-frame-handler): Display watch expressions in
3802 FUNCTION::VARIABLE format if required.
3803
3804 2003-12-23 John Paul Wallington <jpw@gnu.org>
3805
3806 * info.el (Info-unescape-quotes, Info-split-parameter-string)
3807 (Info-goto-emacs-command-node): Doc fixes.
3808
3809 2003-12-12 Jesper Harder <harder@ifa.au.dk>
3810
3811 * cus-edit.el (custom-add-parent-links): Define "many".
3812
3813 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
3814
3815 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
3816 (widget-child-validate, widget-type-value-create)
3817 (widget-type-default-get, widget-type-match): New functions.
3818 (lazy): New widget.
3819 (menu-choice, checklist, radio-button-choice, editable-list)
3820 (group, documentation-string): Remove redundant (per 2003-10-25
3821 change) calls to `widget-children-value-delete'.
3822 (widget-choice-value-get, widget-choice-value-inline): Remove.
3823 (menu-choice): Update widget.
3824
3825 2003-12-03 Kenichi Handa <handa@m17n.org>
3826
3827 * language/cyrillic.el: Register "microsoft-cp1251" in
3828 ctext-non-standard-encodings-alist.
3829 ("Bulgarian"): Add ctext-non-standard-encodings.
3830 ("Belarusian"): Likewise.
3831
3832 * international/mule-conf.el (compound-text-with-extensions):
3833 Change the type to 2 (iso-2022 base).
3834
3835 * international/mule.el (ctext-non-standard-encodings-alist):
3836 Change the format.
3837 (ctext-non-standard-encodings): New variable.
3838 (ctext-post-read-conversion): Fully re-written.
3839 (ctext-non-standard-designations-alist): Delete it.
3840 (ctext-non-standard-encodings-table): New function.
3841 (ctext-pre-write-conversion): Fully re-written.
3842
3843 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
3844
3845 * cus-edit.el (custom-add-parent-links): Add documentation links
3846 for parent, if the item has none of its own.
3847
3848 2003-11-30 Richard M. Stallman <rms@gnu.org>
3849
3850 * dired-aux.el (dired-do-query-replace-regexp):
3851 Report files visited read-only.
3852
3853 2003-11-30 Juri Linkov <juri@jurta.org>
3854
3855 * dired-aux.el (dired-compare-directories): New command.
3856 (dired-file-set-difference, dired-files-attributes): New functions.
3857
3858 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
3859 Version 2.0.38 of Tramp released.
3860
3861 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
3862 Charles Curley <charlescurley@charlescurley.com>.
3863 (tramp-multi-connection-function-alist): Add ssht entry which adds
3864 "-e none -t -t" to the list of ssh args. Suggested by Adrian
3865 Aichner.
3866 (tramp-get-method-parameter): New function to retrieve a method
3867 parameter. This allows for omission of method parameters.
3868 Callers adjusted.
3869
3870 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
3871
3872 * net/tramp.el: Add new optional parameter ID-FORMAT to
3873 `file-attributes'. Calls of `file-attributes' won't use this
3874 parameter for backward compatibility reasons.
3875 (tramp-perl-file-attributes): Add a new parameter to Perl script
3876 in order to handle uid/gid as strings, if desired.
3877 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
3878 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
3879 order to make the function more general.
3880 (tramp-handle-file-attributes): Replace proprietary optional
3881 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
3882 (tramp-handle-file-attributes-with-perl): Handle parameter
3883 NONNUMERIC if set. This wasn't done in the past.
3884 (tramp-post-connection): Apply second parameter "$2" if
3885 `tramp-remote-perl' is called.
3886
3887 * net/tramp-smb.el (tramp-smb-handle-delete-file):
3888 Correct cut'n'waste error (`filename' instead of `directory').
3889 (tramp-smb-handle-directory-files-and-attributes)
3890 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
3891 introduced parameter ID-FORMAT.
3892 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
3893 error (`directory' instead of `ldir').
3894
3895 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
3896 `file-attributes' has a second parameter. If yes, apply it with
3897 value "'integer". Otherwise, don't use that parameter (default is
3898 integer format).
3899
3900 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
3901
3902 * help.el (help-map): Bind `display-local-help' to `C-h .'.
3903 (help-for-help): Add `C-h .' to the listed Help options.
3904 Remove trailing whitespace.
3905
3906 * help-at-pt.el: New file.
3907
3908 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
3909
3910 * subr.el (noreturn, 1value): New macros for test coverage.
3911 See `testcover.el'.
3912
3913 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
3914
3915 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
3916 for macro `1value'.
3917 (testcover-1value): New function. Checks that a 1value form
3918 actually returns only one value. Requested by RMS.
3919
3920 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
3921
3922 * gdb-ui.el (gud-watch, gdb-var-create-handler)
3923 (gdb-var-list-children, gdb-var-list-children-handler)
3924 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
3925 gdb commands that use mi to keep them out of the command history.
3926
3927 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3928
3929 * cus-start.el (all): Add use-file-dialog.
3930
3931 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3932
3933 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
3934
3935 2003-11-27 Kim F. Storm <storm@cua.dk>
3936
3937 * subr.el (posn-object-x-y): New defun.
3938
3939 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
3942 Don't use `space' for \\\n.
3943 Be more selective as to which # are comment-starters.
3944
3945 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
3946
3947 * subr.el (number-sequence): Improve handling of floating point
3948 arguments (suggested by Kim Storm). Allow negative arguments.
3949
3950 2003-11-26 Kenichi Handa <handa@m17n.org>
3951
3952 * international/mule-cmds.el (standard-display-european-internal):
3953 Cancel the standard-display-table setting for ` and '.
3954
3955 2003-11-26 Kim F. Storm <storm@cua.dk>
3956
3957 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
3958 New defcustoms to add ffap-like functionality to ido.
3959 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
3960 (ido-no-final-slash): New defun.
3961 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
3962 (ido-read-file-name): ): Toggle VC checking via
3963 vc-handled-backends instead of vc-master-templates.
3964 (ido-file-internal): Handle ido-use-url-at-point and
3965 ido-use-filename-at-point via code borrowed from ffap-guesser.
3966 Handle new ido-exit code ffap.
3967 (ido-sort-list): Ignore final slash when sorting file names.
3968
3969 2003-11-25 Kim F. Storm <storm@cua.dk>
3970
3971 * emulation/cua-base.el (cua--standard-movement-commands):
3972 Add forward-sentence and backward-sentence.
3973
3974 2003-11-25 Stephen Eglen <stephen@gnu.org>
3975
3976 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
3977 iswitchb-exit is set to 'usefirst when user selects buffer at head
3978 of list using RET. (Selecting buffers at the head of the list was
3979 broken if the substring was also a complete buffername.)
3980
3981 2003-11-23 Kim F. Storm <storm@cua.dk>
3982
3983 * progmodes/compile.el (grep-command, grep-use-null-device)
3984 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
3985 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
3986 (grep-regexp-alist, grep-program, find-program)
3987 (grep-find-use-xargs, grep-history, grep-find-history)
3988 (grep-process-setup, grep-compute-defaults)
3989 (grep-default-command, grep, grep-tag-default, grep-find)
3990 (grep-expand-command-macros, grep-tree-last-regexp)
3991 (grep-tree-last-files, grep-tree): Move grep variables, functions
3992 and commands to new file grep.el.
3993 (compilation-mode-map): Remove grep commands from Compile sub-menu.
3994 (compilation-process-setup-function): Doc fix.
3995 (compilation-highlight-regexp, compilation-highlight-overlay): New
3996 defvars used for highlighting current compile error in source buffer.
3997 (compile-internal): New optional args HIGHLIGHT-REGEXP and
3998 LOCAL-MAP which overrides compilation-highlight-regexp and
3999 compilation-mode-map for this compilation.
4000 Delay calling compilation-set-window-height until after running
4001 compilation-process-setup-function so it can buffer-local override
4002 compilation-window-height.
4003 Check buffer-local value of compilation-scroll-output.
4004 (compilation-set-window-height): Use buffer-local value of
4005 compilation-window-height.
4006 (compilation-revert-buffer): Don't pass (undefined)
4007 preserve-modes arg to revert-buffer.
4008 (next-error-no-select, previous-error-no-select): New commands.
4009 (compilation-goto-locus): Temporarily highlight current match in
4010 source buffer using compilation-highlight-regexp.
4011
4012 * progmodes/grep.el: New file with grep code from compile.el.
4013 (grep): New defcustom group.
4014 (grep-window-height): New defcustom, like compilation-window-height.
4015 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
4016 (grep-scroll-output): New defcustom, like compilation-scroll-output.
4017 (grep-command, grep-use-null-device, grep-find-command)
4018 (grep-tree-files-aliases, grep-tree-ignore-case)
4019 (grep-tree-ignore-CVS-directories): Move to grep custom group.
4020 (grep-setup-hook): New hook variable.
4021 (grep-mode-map): New keymap for grep commands. Add Grep menu.
4022 (grep-last-buffer): New defvar, override compilation-last-buffer.
4023 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
4024 Call compile-internal with args highlight-regexp and grep-mode-map.
4025
4026 2003-11-23 Kim F. Storm <storm@cua.dk>
4027
4028 * subr.el (event-start, event-end): Doc fix.
4029 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
4030 (posn-area, posn-actual-col-row, posn-object): New defuns.
4031 (posn-col-row): Simplify doc. Rewrite to use cond.
4032 (posn-point): Also return buffer position for events outside text
4033 area (that info is now present in the event position).
4034
4035 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
4036 mouse-set-point so that hscroll still works now that clicks on
4037 fringes generate specific mouse events.
4038 (mouse-set-point): Note that it now works in fringes and margins
4039 too due to new semantics of posn-point in fringes and margins.
4040
4041 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
4042 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
4043
4044 2003-11-20 Kim F. Storm <storm@cua.dk>
4045
4046 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
4047 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
4048 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
4049 to 100 for icons to avoid increasing line height when shown.
4050
4051 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
4052
4053 * newcomment.el (comment-normalize-vars): Initialize properly if
4054 comment-start was nil.
4055
4056 2003-11-19 Andreas Schwab <schwab@suse.de>
4057
4058 * simple.el (set-variable): Fix indentation.
4059
4060 2003-11-17 Kenichi Handa <handa@m17n.org>
4061
4062 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
4063 Fix docstring.
4064
4065 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
4066
4067 * international/latin1-disp.el (latin1-display): Fix docstring.
4068
4069 2003-11-16 John Wiegley <johnw@newartisans.com>
4070
4071 * eshell/em-ls.el (eshell-ls-file): There are times with
4072 size-width is nil and uncomputed (when directories are created in
4073 dired, for example); in this case, 4 is reasonable default value,
4074 although it may caused skewed new entries (which could be avoided
4075 by returning the original value of 8 in all cases, but 99% of the
4076 time this is a waste of whitespace).
4077
4078 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
4079
4080 * cc-engine.el (c-guess-continued-construct)
4081 (c-guess-basic-syntax): Check a little more carefully if it's a
4082 function declaration when an unknown construct followed by a block
4083 is found inside a statement context. This avoids macros followed
4084 by blocks to be taken as function declarations.
4085
4086 (c-guess-continued-construct): Change the analysis of a statement
4087 continuation with a brace open to `substatement-block', for
4088 consistency with recognized statements.
4089
4090 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
4091 start is in a position so that `c-beginning-of-statement-1' jumped
4092 to the beginning of the same statement.
4093
4094 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
4095 Don't accept binary operators in the arglist if we're in a function
4096 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
4097 template recognition in cases like "if (a < b || c > d)".
4098
4099 (c-restricted-<>-arglists): New more appropriate name for
4100 `c-disallow-comma-in-<>-arglists'.
4101
4102 Accessing functions updated for the variable name change.
4103
4104 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
4105 match data could get clobbered if NOT-INSIDE-TOKEN is used.
4106
4107 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
4108 labels.
4109
4110 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
4111 instead of duplicating parts of it. This fixes bogus label
4112 recognition.
4113
4114 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
4115 of checking the context in which to apply the minimum indentation,
4116 so that it isn't enforced in e.g. namespace blocks.
4117
4118 * cc-vars.el (c-inside-block-syms): New constant used by
4119 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
4120 to somewhat reduce the risk of becoming stale.
4121
4122 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
4123 cc-cmds to cc-engine to allow use from cc-align.
4124
4125 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
4126 qualified identifiers containing "::".
4127
4128 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
4129 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
4130
4131 * cc-vars.el (c-emacs-features): Use a space in front of the name
4132 of the temporary buffer. That also avoids dumping problems in
4133 XEmacs due to undo info being left around after the buffer is killed.
4134
4135 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
4136 arglist to see if it's a K&R style declaration.
4137
4138 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
4139 before returning `knr-argdecl-intro'.
4140
4141 2003-11-16 John Wiegley <johnw@newartisans.com>
4142
4143 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
4144 field in a long-listing always 8 characters, use `size-width',
4145 which has already been computed.
4146
4147 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
4148
4149 * subr.el (minor-mode-list): Add `hs-minor-mode'.
4150
4151 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
4152
4153 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
4154 Support operation while narrowed, with `diff-restrict-view'.
4155
4156 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
4157
4158 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4159 Take additional optional arg NARROWFUN. For the generated functions:
4160 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
4161 include frags that arrange to check for and save narrowing state before
4162 the move and then conditionally call NARROWFUN after the move.
4163
4164 2003-11-14 John Wiegley <johnw@newartisans.com>
4165
4166 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
4167 that was optional, but obviously missing based on surrounding code.
4168
4169 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
4170 string arguments to numbers unless the whole argument was seen as
4171 a number.
4172
4173 2003-11-14 Kenichi Handa <handa@m17n.org>
4174
4175 * international/mule.el (ctext-non-standard-encodings-alist):
4176 Fix coding systems.
4177
4178 2003-11-10 Kenichi Handa <handa@m17n.org>
4179
4180 * language/kannada.el ("Kannada"): Add sample-text.
4181
4182 * language/knd-util.el (kannada-compose-region)
4183 (kannada-compose-string, kannada-post-read-conversion):
4184 Add autoload cookie.
4185
4186 * international/quail.el (quail-completion): Change the message
4187 "corresponding translations" to "corresponding characters".
4188
4189 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
4190
4191 * descr-text.el (describe-char): Fix typo.
4192
4193 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
4194
4195 These changes are to support Kannada language/script.
4196
4197 * Makefile.in (DONTCOMPILE): Add kannada.el.
4198
4199 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
4200
4201 * loadup.el: Preload kannada.el.
4202
4203 * language/ind-util.el (ucs-kannada-to-is13194-alist)
4204 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
4205 New variables.
4206
4207 * language/kannada.el: New file.
4208
4209 * language/knd-util.el: New file.
4210
4211 2003-11-07 Andreas Schwab <schwab@suse.de>
4212
4213 * progmodes/autoconf.el (autoconf-font-lock-keywords):
4214 Also highlight AH_*.
4215
4216 * xml.el (xml-parse-dtd): Fix misplaced paren.
4217
4218 2003-11-07 Kenichi Handa <handa@m17n.org>
4219
4220 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
4221
4222 2003-11-05 Juri Linkov <juri@jurta.org>
4223
4224 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
4225 (desktop-buffer-file): Use saved buffer-file-coding-system
4226 for file reading. Set auto-insert to nil to prevent automatic
4227 insertion into restored empty files.
4228
4229 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
4230
4231 * files.el (risky-local-variable-p): Make second argument optional.
4232
4233 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
4234
4235 * subr.el (add-hook): Fix last change.
4236
4237 2003-11-03 Eli Zaretskii <eliz@gnu.org>
4238
4239 * mail/rmail.el (rmail-convert-to-babyl-format):
4240 If base64-decode-region signals an error, catch it and silently
4241 ignore it.
4242
4243 2003-11-01 Mark A. Hershberger <mah@everybody.org>
4244
4245 * xml.el (xml-parse-region): Allow comments to appear after the
4246 topmost element has closed.
4247 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
4248 (xml-ns-expand-attr): New functions to do namespace handling.
4249 (xml-intern-attrlist): Back-compatible handling of attribute names.
4250 (xml-parse-tag): Move namespace handling to separate functions.
4251 Now produces elements in the form ((:ns . "element") (attr-list)
4252 children) instead of ('ns:element (attr-list) children).
4253 (xml-parse-attlist): Fix attribute parsing.
4254 (xml-parse-dtd): Change parsing so that it produces strings
4255 instead of interned symbols.
4256
4257 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
4258
4259 * dired.el (dired-ls-sorting-switches): Doc fix.
4260
4261 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
4262
4263 * emacs-lisp/rx.el (rx-or): Fix the case of
4264 "(rx (and ?a (or ?b ?c) ?d))".
4265
4266 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
4267
4268 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
4269 (texinfo-format-region): Use it.
4270 (texinfo-format-buffer-1): Ditto.
4271
4272 2003-11-01 Alan Mackenzie <acm@muc.de>
4273
4274 Changes to allow scrolling whilst in isearch mode:
4275 * isearch.el (isearch-unread-key-sequence): New function,
4276 extracted from isearch-other-meta-char.
4277 (top level): (put 'foo 'isearch-scroll) on all Emacs's
4278 "scrollable" standard functions.
4279 (isearch-allow-scroll): New customizable variable.
4280 (isearch-string-out-of-window, isearch-back-into-window)
4281 (isearch-reread-key-sequence-naturally)
4282 (isearch-lookup-scroll-key): New functions.
4283 (isearch-other-meta-char): Doc string and functionality enhanced.
4284 Now accepts a prefix argument.
4285 (isearch-lazy-highlight-window-end): New variable.
4286 (isearch-lazy-highlight-new-loop): Pay attention to the window's
4287 end (thru isearch-lazy-highlight-window-end), not only its start.
4288
4289 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
4290 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
4291 (universal-argument, universal-argument-more, negative-argument)
4292 (digit-argument, universal-argument-other-key): Minor changes.
4293
4294 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4295
4296 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
4297 recursively if the last message is deleted, thus avoiding an
4298 infinite loop.
4299
4300 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4301
4302 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
4303 (tex-main-file): Don't add .tex if the extension is already present.
4304 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
4305
4306 2003-10-29 Lute Kamstra <lute@gnu.org>
4307
4308 * progmodes/octave-inf.el (inferior-octave-prompt):
4309 Recognize version number in prompt.
4310
4311 2003-10-28 Dave Love <fx@gnu.org>
4312
4313 * international/characters.el: Fix some Unicode ranges.
4314
4315 2003-10-28 Kenichi Handa <handa@m17n.org>
4316
4317 * disp-table.el (standard-display-8bit)
4318 (standard-display-default, standard-display-ascii)
4319 (standard-display-g1, standard-display-graphic)
4320 (standard-display-underline): Assure that standard-display-table
4321 is a display table.
4322
4323 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * simple.el (reindent-then-newline-and-indent): Delete space *after*
4326 reindenting the first line.
4327
4328 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
4329
4330 * wid-edit.el (widget-default-delete): Always delete child widgets.
4331
4332 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * newcomment.el (comment-indent): Don't call indent-according-to-mode
4335 if the line has code.
4336 Don't try to line up with something that's too far left.
4337
4338 * progmodes/octave-mod.el (octave-comment-start): Simplify.
4339 (octave-mode-syntax-table): Add % as a comment starter.
4340 (octave-point): Remove.
4341 (octave-in-comment-p, octave-in-string-p)
4342 (octave-not-in-string-or-comment-p, calculate-octave-indent)
4343 (octave-blink-matching-block-open, octave-auto-fill):
4344 Use line-(beginning|end)-position instead.
4345
4346 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
4347
4348 * emacs-lisp/authors.el (authors-aliases): Add correct realname
4349 for Francesco Potort\e,Al\e(B.
4350
4351 2003-10-23 Dave Love <fx@gnu.org>
4352
4353 * international/mule-cmds.el (locale-charset-to-coding-system):
4354 Don't rely on nil being a coding system.
4355
4356 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
4357 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
4358 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
4359
4360 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
4361
4362 * gdb-ui.el (gdb-current-language): New variable.
4363 (gdb-update-flag): Remove variable.
4364 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
4365 (gdb-take-last-elt): Remove function.
4366 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
4367 (gdb-post-prompt): Check for variable object changes here.
4368
4369 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
4370 object changes in gdb-ui.el.
4371
4372 2003-10-21 Richard M. Stallman <rms@gnu.org>
4373
4374 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
4375
4376 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
4377 Don't check for foo*/ wildcard form here.
4378 (insert-directory): Recognize foo*/ as a wildcard.
4379 Separate wildcard-regexp variable from the arg, wildcard.
4380
4381 * subr.el (add-hook): Correctly detect when make-local-hook was used.
4382 (remove-hook): Correctly handle strange cases about local hooks.
4383
4384 2003-10-21 David Ponce <david@dponce.com>
4385
4386 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
4387 argument REAL, to return a real number instead of a rounded
4388 integer value. Define as inline function.
4389 (ruler-mode-right-fringe-cols): Likewise.
4390 (ruler-mode-scroll-bar-cols): New function.
4391 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
4392 (ruler-mode-right-scroll-bar-cols): Likewise.
4393 (ruler-mode-space): New function.
4394 (ruler-mode-ruler): Use it. Handle variations of fringe style,
4395 scroll bar mode and margins in a more robust way.
4396
4397 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
4398
4399 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
4400 (antlr-c-init-language-vars): New function.
4401 (antlr-mode): Use it with cc-mode before v5.29.
4402 (antlr-c-common-init): Don't set some local vars here.
4403 (antlr-mode): Set them here.
4404 (antlr-c-forward-sws): New function alias.
4405 (antlr-mode): Redefine with cc-mode before v5.30.
4406 (antlr-skip-sexps): Use it.
4407 (antlr-skip-exception-part): Ditto.
4408 (antlr-skip-file-prelude): Ditto.
4409 (antlr-outside-rule-p): Ditto.
4410 (antlr-end-of-body): Ditto.
4411 (antlr-option-kind): Ditto.
4412 (antlr-insert-option-area): Ditto.
4413 (antlr-file-dependencies): Ditto.
4414
4415 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4416
4417 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
4418 Move backward only if point was not inside an entry.
4419
4420 2003-10-21 Richard M. Stallman <rms@gnu.org>
4421
4422 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
4423
4424 2003-10-21 Juri Linkov <juri@jurta.org>
4425
4426 * compare-w.el: Automatically skip non-matching text to resync.
4427 (compare-windows-whitespace): Doc fix.
4428 (compare-windows-sync, compare-windows-sync-string-size)
4429 (compare-windows-recenter, compare-ignore-whitespace)
4430 (compare-windows-highlight, compare-windows-face): New variables.
4431 (compare-windows): Use compare-windows-sync.
4432 (compare-windows-highlight, compare-windows-dehighlight)
4433 (compare-windows-sync-regexp)
4434 (compare-windows-sync-default-function): New functions.
4435
4436 2003-10-21 Juri Linkov <juri@jurta.org>
4437
4438 * diff.el (diff-parse-differences): Don't visit the files now;
4439 instead, just record the error locus.
4440
4441 2003-10-21 Dave Love <fx@gnu.org>
4442
4443 * progmodes/cfengine.el: New file.
4444
4445 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4446
4447 * complete.el (PC-do-completion): Do not forget to use `pred' as the
4448 default-directory when completing file names.
4449
4450 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
4451
4452 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
4453 followed by the word `face', it gets treated as a face, even if
4454 it is also defined as a variable or a function.
4455
4456 2003-10-20 Dave Love <fx@gnu.org>
4457
4458 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4459 Avoid incf in macro expansion.
4460
4461 2003-10-20 John Paul Wallington <jpw@gnu.org>
4462
4463 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
4464 `evenp' so we don't implicitly require cl library at runtime.
4465
4466 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
4467
4468 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
4469 (help-make-xrefs): Only make cross-references for faces if
4470 preceded or followed by the word `face'. Do not make a
4471 cross-reference for variables without variable documentation,
4472 unless preceded by the word `variable' or `option'. Update doc
4473 string accordingly.
4474
4475 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
4476
4477 * progmodes/hideshow.el: Rewrite one-armed `if'
4478 constructs using either `when' or `unless'.
4479 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
4480
4481 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
4482
4483 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
4484 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
4485 instead of 12x12.
4486
4487 2003-10-16 Eli Zaretskii <eliz@gnu.org>
4488
4489 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
4490 message while converting to Babyl.
4491
4492 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
4493
4494 * allout.el (allout-mode): Doc fix.
4495
4496 2003-10-16 Lute Kamstra <lute@gnu.org>
4497
4498 * subr.el (force-mode-line-update): Fix docstring.
4499
4500 2003-10-14 Dave Love <fx@gnu.org>
4501
4502 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
4503 (default-input-method): Add :link, improve :type.
4504 (locale-charset-language-names): Fix utf-8 pattern.
4505 (locale-charset-match-p, locale-charset-alist)
4506 (locale-charset-to-coding-system): New.
4507 (set-locale-environment): Deal with codeset part of locale specs.
4508
4509 2003-10-14 Lute Kamstra <lute@gnu.org>
4510
4511 * fringe.el (fringe-mode): Use active voice in docstring.
4512 (set-fringe-style): Ditto.
4513
4514 2003-10-13 Lute Kamstra <lute@gnu.org>
4515
4516 * fringe.el (fringe-mode): Fix docstring.
4517 (set-fringe-style): Ditto.
4518
4519 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
4520
4521 * ediff-mult.el (ediff-filegroup-action):
4522 Use ediff-default-filtering-regexp.
4523
4524 * ediff-util.el (ediff-recenter): Don't call
4525 ediff-restore-highlighting twice.
4526 (ediff-select-difference): Set current difference.
4527 (ediff-unselect-and-select-difference): Add comment.
4528
4529 * ediff.el (ediff-directories,ediff-directory-revisions)
4530 (ediff-directories3,ediff-merge-directories)
4531 (ediff-merge-directories-with-ancestor)
4532 (ediff-merge-directory-revisions)
4533 (ediff-merge-directory-revisions-with-ancestor):
4534 Use ediff-default-filtering-regexp.
4535
4536 2003-10-12 Andreas Schwab <schwab@suse.de>
4537
4538 * international/mule-cmds.el (locale-charset-language-names):
4539 Simplify regex by removing unused grouping.
4540
4541 2003-10-10 Dave Love <fx@gnu.org>
4542
4543 * bindings.el: Don't bind stop.
4544
4545 2003-10-08 Miles Bader <miles@gnu.org>
4546
4547 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
4548 face instead of attempting to emulate it.
4549
4550 2003-10-07 Kenichi Handa <handa@m17n.org>
4551
4552 * international/mule-diag.el (list-coding-systems-1): List coding
4553 systems that are loaded automatically.
4554
4555 * international/code-pages.el (iso-8859-11): Add autoload cookie.
4556
4557 * international/mule.el (autoload-coding-system): New function.
4558
4559 2003-10-07 Andreas Schwab <schwab@suse.de>
4560
4561 * log-edit.el (log-edit-changelog-entries): Prefer local value of
4562 change-log-default-name in the buffer visiting the file.
4563
4564 2003-10-06 Dave Love <fx@gnu.org>
4565
4566 * files.el (find-file-hook): Customize.
4567 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
4568
4569 * bindings.el (completion-ignored-extensions): Remove .log.
4570 (global-map): Add again, open, stop keys.
4571
4572 2003-10-05 Richard M. Stallman <rms@gnu.org>
4573
4574 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
4575 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
4576 Use sh-modify directly.
4577 (sh-select): Use sh-append, not eval.
4578
4579 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
4580
4581 * info.el (Info-following-node-name): New function.
4582
4583 * loadhist.el (unload-feature-special-hooks):
4584 Rename from loadhist-hook-functions.
4585 (loadhist-hook-functions): Now an alias.
4586
4587 2003-10-04 Eli Zaretskii <eliz@gnu.org>
4588
4589 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
4590 file-name clashes on 8+3 filesystems.
4591
4592 * Makefile.in (DONTCOMPILE, bootstrap-clean):
4593 Rename loaddefs-boot.el to ldefs-boot.el
4594
4595 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
4596 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
4597
4598 2003-10-03 Lute Kamstra <lute@gnu.org>
4599
4600 * info.el (Info-mode): Revert previous change.
4601 (Info-escape-percent): New function.
4602 (Info-fontify-node): Use it.
4603
4604 2003-10-02 Andreas Schwab <schwab@suse.de>
4605
4606 * loaddefs-boot.el: Regenerated.
4607
4608 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
4609
4610 * ffap.el: Remove defadvice related code from CVS since `complete'
4611 provides a `PC-completion-as-file-name-predicate' variable that
4612 ffap can override.
4613
4614 2003-10-02 Kenichi Handa <handa@m17n.org>
4615
4616 * international/utf-8.el (ccl-decode-mule-utf-8):
4617 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
4618
4619 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
4620 * international/subst-big5.el: Likewise.
4621 * international/subst-gb2312.el: Likewise.
4622 * international/subst-ksc.el: Likewise.
4623
4624 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
4625
4626 * calendar/calendar.el (increment-calendar-month)
4627 (calendar-leap-year-p, calendar-absolute-from-gregorian)
4628 (generate-calendar, calendar-read-date, calendar-interval)
4629 (calendar-day-of-week): Handle years BC.
4630 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
4631
4632 2003-10-01 Dave Love <fx@gnu.org>
4633
4634 * language/cyrillic.el (cp1251): Alias for windows-1251.
4635
4636 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
4637 bootstrap.
4638
4639 2003-10-01 Lute Kamstra <lute@gnu.org>
4640
4641 * files.el: Fix typo.
4642 * imenu.el (imenu--generic-function): Docstring fix.
4643
4644 2003-09-30 Richard M. Stallman <rms@gnu.org>
4645
4646 * dired.el (dired-mode): Handle dired-directory as a list.
4647
4648 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
4649
4650 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
4651
4652 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
4653
4654 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
4655 Replace gud-display with gud-watch.
4656 (gud-speedbar-buttons): Add stuff for watching expressions
4657 in the speedbar when using M-x gdba. Use dolist on old part
4658 of this function.
4659
4660 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
4661 (gdb-update-flag): New variables.
4662 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
4663 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
4664 (gud-watch, gdb-var-create-handler) : New functions.
4665 (gdb-var-list-children, gdb-var-list-children-handler)
4666 (gdb-var-create-regexp, gdb-var-update-regexp)
4667 (gdb-var-list-children-regexp): New constants.
4668 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
4669 (gdb-annotation-rules): Reduce annotation set (level 3).
4670 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
4671 (gdb-post-prompt): Don't update GDB buffers every time speedbar
4672 updates.
4673 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
4674 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
4675 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
4676 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
4677 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
4678 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
4679 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
4680 (gud-display, gud-display1)
4681 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
4682 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
4683 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
4684 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
4685 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
4686 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
4687 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
4688 (gdb-display-display-buffer, gdb-toggle-display)
4689 (gdb-delete-display, gdb-expressions-popup-menu)
4690 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
4691 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
4692 to display buffer.
4693
4694 2003-09-30 Richard M. Stallman <rms@gnu.org>
4695
4696 * progmodes/ada-mode.el (ada-mode): Don't use advice.
4697 Instead, set which-func-functions.
4698
4699 * progmodes/which-func.el (which-func-modes): Add ada-mode.
4700 (which-func-functions): New variable.
4701 (which-function): Use that.
4702
4703 * info.el (Info-mode): Double each `%' in header line.
4704
4705 * emacs-lisp/lisp-mnt.el (lm-with-file):
4706 When FILE is nil, run BODY in current buffer.
4707
4708 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
4709
4710 * help.el (describe-mode): Start with a brief list of minor modes.
4711 Find them thru minor-mode-list so as to find them all.
4712 Show them in alphabetical order.
4713
4714 * mail/sendmail.el (mail-aliases): Doc fix.
4715
4716 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
4717
4718 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
4719
4720 * mail/rmailsum.el (rmail-make-summary-line-1):
4721 Change comma after last label to a space.
4722 (rmail-summary-font-lock-keywords): Adapt to that change.
4723
4724 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
4725
4726 * progmodes/scheme.el (scheme-mode-variables): When setting
4727 `font-lock-defaults', also specify that "#" should
4728 be interpreted with `word' syntax.
4729 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
4730
4731 2003-09-30 Lars Hansen <larsh@math.ku.dk>
4732
4733 * desktop.el: A lot of comments updated.
4734 (desktop-save-mode): Minor mode introduced.
4735 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
4736 (desktop-load-default): Function made obsolete.
4737 (desktop-locals-to-save): Variable made customizable.
4738 (desktop-read): Optional parameter `dirname' added.
4739 (desktop-change-dir, desktop-revert): Parameter `dirname' in
4740 `desktop-read' used.
4741 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
4742
4743 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
4744
4745 * whitespace.el (whitespace-clean-msg): Add user customizable message
4746 for displaying ``clean'' output.
4747 (whitespace-buffer): Use `whitespace-clean-msg'.
4748 (whitespace-global-mode): Fix typo.
4749
4750 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
4751
4752 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
4753
4754 2003-09-29 Lute Kamstra <lute@gnu.org>
4755
4756 * bindings.el (mode-line-modes): Remove superfluous :propertize
4757 construct in initialization.
4758 (mode-line-position): Change cons cell into proper list in
4759 initialization.
4760
4761 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
4762
4763 * international/mule.el (decode-coding-inserted-region): Use car
4764 of the return value of find-operation-coding-system.
4765
4766 2003-09-29 Kenichi Handa <handa@m17n.org>
4767
4768 * descr-text.el (describe-char): Fix previous change.
4769
4770 2003-09-28 Kenichi Handa <handa@m17n.org>
4771
4772 * descr-text.el (describe-char-display): New function.
4773 (describe-char): Pay attention to display table on describing how
4774 a character is displayed.
4775
4776 * international/mule-cmds.el (encoded-string-description):
4777 Prepend "0x" to each encoded byte.
4778
4779 2003-09-28 Andreas Schwab <schwab@suse.de>
4780
4781 * find-file.el (ff-special-constructs): Add autoload cookie.
4782
4783 2003-09-28 Kevin Ryde <user42@zip.com.au>
4784
4785 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
4786 makeinfo appends to duplicate index entries.
4787
4788 2003-09-28 Eli Zaretskii <eliz@gnu.org>
4789
4790 * dired-x.el (dired-clean-tex): Doc fix.
4791
4792 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
4793 using a Chinese tutorial.
4794
4795 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
4796
4797 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
4798 between "MAIL FROM:" and "RCPT TO:" and the following address.
4799
4800 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
4801
4802 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
4803
4804 2003-09-28 David Ponce <david@dponce.com>
4805
4806 * recentf.el (recentf-initialize-file-name-history): New defcustom.
4807 (recentf-load-list): When `recentf-initialize-file-name-history'
4808 is non-nil, initialize an empty `file-name-history' with the
4809 recent list.
4810
4811 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
4812
4813 * man.el (Man-default-man-entry): Remove the leading `*' from the
4814 word at point.
4815
4816 2003-09-26 Lute Kamstra <lute@gnu.org>
4817
4818 * bindings.el (mode-line-position): Mention size indication in
4819 docstring.
4820
4821 2003-09-26 Andre Spiegel <spiegel@gnu.org>
4822
4823 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
4824
4825 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
4826 because it's autoloaded now.
4827
4828 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
4829
4830 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
4831 (sh-font-lock-keywords, sh-feature): Fix previous change of
4832 sh-feature to avoid infloop with sh-font-lock-keywords.
4833
4834 2003-09-25 Kim F. Storm <storm@cua.dk>
4835
4836 * frame.el (frame-current-scroll-bars): New defun.
4837
4838 * window.el (window-current-scroll-bars): New defun.
4839
4840 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4841
4842 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
4843 cause errors when the state cache contains info on parts that have
4844 been narrowed out.
4845
4846 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4847
4848 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
4849 `c-setup-paragraph-variables' has to be used when this variable is
4850 changed; it doesn't work to reinitialize the mode since that
4851 typically clobbers the variable.
4852
4853 * progmodes/cc-styles.el (c-setup-paragraph-variables):
4854 Make it interactive.
4855
4856 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4857
4858 * progmodes/cc-fonts.el (c-font-lock-declarations):
4859 Fix recognition of constructors and destructors for classes whose
4860 names are matched by `*-font-lock-extra-types'.
4861
4862 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
4863 followed by an identifier in C++ then it's a type.
4864
4865 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4866
4867 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
4868 problem that primarily affected XEmacs. Don't use faces to find
4869 unterminated strings since Emacs and XEmacs fontify strings
4870 differently - this function should now work better in XEmacs.
4871
4872 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4873
4874 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
4875 `expand-abbrev' workaround which caused braces to misbehave inside
4876 macros.
4877
4878 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
4879 handling. This bug could cause interactive font locking to bail out.
4880
4881 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4882
4883 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
4884 Handle paren-style types in Pike. Also fixed some cases of
4885 insufficient handling of unbalanced parens.
4886
4887 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
4888
4889 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
4890 common shell prompts that are not common filename or URL characters.
4891 (ffap-file-at-point): Use the new regexp to strip the prompts from
4892 the file names. This is an issue mostly for user prompts that
4893 don't have a trailing space and find-file-at-point is invoked from
4894 within a shell inside emacs.
4895
4896 2003-09-24 Andre Spiegel <spiegel@gnu.org>
4897
4898 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
4899 stamps numerically, rather than textually.
4900
4901 2003-09-24 Kenichi Handa <handa@m17n.org>
4902
4903 * language/devan-util.el (devanagari-post-read-conversion):
4904 * language/mlm-util.el (malayalam-post-read-conversion):
4905 * language/tml-util.el (tamil-post-read-conversion):
4906 Add autoload cookie.
4907
4908 * international/utf-8.el (utf-8-post-read-conversion):
4909 Call post-read-conversion functions for Devanagari, Malayalam,
4910 and Tamil.
4911
4912 2003-09-23 Dave Love <fx@gnu.org>
4913
4914 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
4915
4916 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
4917
4918 * progmodes/gud.el (perldb): Add gud-until to list of commands.
4919 Update gud-remove.
4920
4921 2003-09-22 Richard M. Stallman <rms@gnu.org>
4922
4923 * progmodes/sh-script.el (sh-mode-default-syntax-table):
4924 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
4925 (sh-mode-syntax-table-input): New variable.
4926 (sh-require-final-newline): Don't use eval.
4927 (sh-builtins, sh-leading-keywords, sh-other-keywords)
4928 (sh-variables, sh-font-lock-keywords): Don't use eval.
4929 (sh-set-shell): When setting require-final-newline,
4930 treat value = `require-final-newline' as don't change it.
4931 Set sh-mode-syntax-table locally based on
4932 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
4933
4934 * progmodes/compile.el (compile-internal):
4935 Call compilation-set-window-height before setting window start.
4936
4937 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
4938
4939 * emacs-lisp/bytecomp.el (byte-compile-log-file):
4940 Clear out byte-compile-last-warned-form.
4941
4942 2003-09-22 Richard M. Stallman <rms@gnu.org>
4943
4944 * woman.el (woman-file-name, woman-follow-word):
4945 If current-word returns nil, use "".
4946
4947 * simple.el (eval-expression): Bind standard-output in to-buffer case.
4948
4949 2003-09-22 Richard M. Stallman <rms@gnu.org>
4950
4951 * emacs-lisp/lisp-mnt.el (lm-with-file):
4952 Don't visit the file, just use insert-file-contents in temp buffer.
4953
4954 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
4955
4956 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
4957 Add surrounding \\( and \\) around the header, as in
4958 for lm-history-header 'Change Log\\|History'.
4959
4960 2003-09-22 John Paul Wallington <jpw@gnu.org>
4961
4962 * progmodes/ld-script.el: Add Commentary section,
4963 minor cleanup of file header.
4964 (ld-script-font-lock-keywords): Doc fix.
4965 (toplevel): Provide `ld-script' feature.
4966
4967 2003-09-21 Kim F. Storm <storm@cua.dk>
4968
4969 * scroll-bar.el (set-scroll-bar-mode): Initialize to
4970 new built-in variable default-frame-scroll-bars.
4971 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
4972 scroll-bar-mode; notably, use it instead of t when we toggle
4973 scroll-bars on.
4974 (toggle-scroll-bar): Use default-frame-scroll-bars.
4975
4976 2003-09-19 Masatake YAMATO <jet@gyve.org>
4977
4978 * pcvs.el (cvs-do-removal): Change the prompt depending on
4979 `filter' value.
4980
4981 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
4982
4983 * startup.el (command-line-1): Stop startup-echo-area-message
4984 being hidden by "Loading image..." message.
4985 (use-fancy-splash-screens-p, display-splash-screen):
4986 Move display-graphic-p test from latter to former.
4987
4988 * progmodes/sh-script.el (sh-font-lock-keywords):
4989 Highlight escaped EOLs differently from other backslash constructs.
4990
4991 2003-09-19 Richard M. Stallman <rms@gnu.org>
4992
4993 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
4994 New functions.
4995 (edebug-enter, edebug-outside-excursion): Use them.
4996
4997 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
4998 Fix the condition for whether to print "In WHERE".
4999
5000 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
5001
5002 * finder.el (finder-mode-hook): New variable.
5003 (finder-mode): Run hook finder-mode-hook
5004
5005 2003-09-18 Masatake YAMATO <jet@gyve.org>
5006
5007 * progmodes/ebrowse.el: Fix broken magic autoload comments.
5008
5009 2003-09-17 Mario Lang <mlang@delysid.org>
5010
5011 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
5012 "p %e" to actually print the value in the GUD buffer.
5013
5014 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
5015
5016 From David Ponce <david.ponce@wanadoo.fr>:
5017 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
5018 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
5019 from loaddefs-boot.el if necessary.
5020
5021 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
5022
5023 * progmodes/gud.el (gud-find-class): Make jdb work again since
5024 cc-mode changed the syntactic information.
5025
5026 2003-09-15 David Ponce <david@dponce.com>
5027
5028 * recentf.el: (recentf-exclude): Accept predicates too.
5029 (recentf-file-readable-p): New function.
5030 (recentf-include-p): Handle predicates in recentf-exclude.
5031 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
5032 (recentf-cleanup): Likewise.
5033 (recentf-save-list): Use write-file to handle backup of
5034 recentf-save-file.
5035
5036 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
5037
5038 * loaddefs-boot.el: Renamed from `loaddefs.el'
5039 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
5040 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
5041 necessary.
5042
5043 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
5044
5045 * electric.el (Electric-pop-up-window): For the `one-window' case,
5046 no longer disconcertingly move point in the original buffer.
5047
5048 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5049
5050 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
5051
5052 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
5053
5054 * dired.el (dired-mode-map): Fix typo.
5055
5056 2003-09-11 Richard M. Stallman <rms@gnu.org>
5057
5058 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
5059
5060 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
5061
5062 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
5063 the function is less noisy. Now only `kill-buffer' can ask questions.
5064
5065 2003-09-10 Mario Lang <mlang@delysid.org>
5066
5067 * battery.el: Update Commentary and Copyright.
5068 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
5069 appear due to wrong ordering of the expressions in `or'.
5070
5071 2003-09-09 Lute Kamstra <lute@gnu.org>
5072
5073 * misc.el (upcase-char): Fix docstring.
5074 (zap-up-to-char): New command.
5075
5076 2003-09-08 David Ponce <david@dponce.com>
5077
5078 Ensure that recentf correctly updates the menu bar.
5079 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
5080 (recentf-menu-bar): New function.
5081 (recentf-clear-data): Use it
5082 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
5083 of easy-menu-change.
5084
5085 2003-09-08 Lute Kamstra <lute@gnu.org>
5086
5087 * simple.el (size-indication-mode): New.
5088 * bindings.el (mode-line-position): Add buffer size indicator.
5089
5090 2003-09-04 Mario Lang <mlang@delysid.org>
5091
5092 * battery.el (battery-linux-proc-acpi): New function.
5093 (battery-status-function): Modify default value calculation to also
5094 check for availability of ACPI.
5095 (battery-echo-area-format): Ditto.
5096 (battery-mode-line-format): Ditto.
5097
5098 2003-09-06 Dave Love <fx@gnu.org>
5099
5100 * ielm.el (ielm-mode-hook): Add :options.
5101
5102 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
5103 (eldoc-print-current-symbol-info): Use it.
5104
5105 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
5106
5107 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
5108 being displayed in GUD buffer.
5109 (gdb-idle-input-queue): Remove var. Use just one queue.
5110 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
5111 Remove functions. Use just one queue.
5112 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
5113 (gdb-invalidate-assembler, gdb-get-current-frame):
5114 Modify functions. Use just one queue.
5115
5116 2003-09-04 Dave Love <fx@gnu.org>
5117
5118 * cus-start.el: Add blink-cursor-alist.
5119
5120 * ruler-mode.el (ruler-mode-fill-column-char)
5121 (ruler-mode-current-column-char): Use char-displayable-p,
5122 not window-system.
5123
5124 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
5125
5126 * language/european.el (windows-1252): Move from code-pages.
5127
5128 * language/cyrillic.el ("Windows-1251"): Delete.
5129 ("Bulgarian", "Belarusian"): Remove `features'.
5130 (windows-1251): Move from code-pages.
5131
5132 * international/mule-diag.el (non-iso-charset-alist):
5133 Remove `codepage' stuff.
5134 (print-designation, list-coding-systems-1): Output fixes.
5135
5136 * international/code-pages.el (cp-make-translation-table)
5137 (cp-valid-codes): Made defsubsts.
5138 (cp-fix-safe-chars): Delete.
5139 (mule-diag): Don't require.
5140 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
5141 (top-level): Check for defined coding system when defining
5142 cp... aliases. Change w32-add-charset-info test to avoid warning.
5143 (non-iso-charset-alist): Defvar when compiling.
5144 (cp-make-coding-system): Doc fix.
5145
5146 2003-09-02 Jason Rumney <jasonr@gnu.org>
5147
5148 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
5149 line-ends from CVS before doing conversion.
5150
5151 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
5152
5153 * calendar/diary-lib.el (diary-header-line-flag)
5154 (diary-header-line-format): New variables.
5155 (list-diary-entries): Use them to set header line in simple diary.
5156
5157 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
5158 other than font-lock-string-face to highlight backslashes.
5159
5160 2003-09-01 Jason Rumney <jasonr@gnu.org>
5161
5162 * international/titdic-cnv.el (tit-read-key-value): Include \r in
5163 regexp.
5164
5165 2003-09-01 Dave Love <fx@gnu.org>
5166
5167 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
5168
5169 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
5170 and :help; also line and column numbers labels.
5171
5172 * international/mule-util.el (char-displayable-p): Move from
5173 latin1-disp, rename and autoload.
5174
5175 * international/latin1-disp.el (latin1-char-displayable-p):
5176 Now obsolete alias. Replace uses with char-displayable-p.
5177 (latin1-display-ucs-per-lynx): Fix last change.
5178
5179 * international/mule-cmds.el (standard-display-european-internal):
5180 Don't use char code for Latin-1 NBSP.
5181 <XFree86 4>: Unfrob NBSP display table. Set display table to use
5182 U+2018, U+2019 for `'.
5183 (select-safe-coding-system): Message fix.
5184
5185 2003-09-01 Kenichi Handa <handa@m17n.org>
5186
5187 * international/fontset.el (setup-default-fontset): For Thai
5188 font, specify "*" family.
5189
5190 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
5191
5192 * progmodes/compile.el (previous-error): Accept a prefix
5193 argument, similarly to next-error.
5194
5195 2003-08-31 Masatake YAMATO <jet@gyve.org>
5196
5197 * pcvs.el (cvs-do-removal): Use = instead of eq to check
5198 the number of files. Bind the number of files to a local
5199 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
5200
5201 2003-08-30 Eli Zaretskii <eliz@gnu.org>
5202
5203 * vc-hooks.el (vc-make-version-backup): Fix the change made on
5204 2003-07-26: msdos-long-file-names is a function, not a variable.
5205
5206 2003-08-29 Richard M. Stallman <rms@gnu.org>
5207
5208 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
5209 Do nothing with mail-personal-alias-file if it is nil.
5210
5211 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
5212 Do nothing if mail-personal-alias-file is nil.
5213
5214 * term.el (term-exec-1): Bind coding-system-for-read.
5215
5216 * dired.el (dired-mouse-find-file-other-window):
5217 Use dired-view-command-alist here, as in dired-view-file.
5218 (dired-view-command-alist): Use %s to substitute file name.
5219 Handle .ps_pages, .eps, .jpg, .gif, .png.
5220
5221 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
5222
5223 * info.el (Info-mode-map): Bind S-tab and <backtab> to
5224 `Info-prev-reference', instead of M-tab.
5225
5226 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
5227
5228 * simple.el (blink-matching-open): Work correctly on chars that
5229 are designated as parens through the syntax-table text property.
5230
5231 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
5232
5233 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
5234 line break position in the middle of a non-kinsoku (e.g. latin)
5235 word, making it skip until either a space or a character with
5236 category "|".
5237 (kinsoku-longer): Test for end of buffer.
5238
5239 2003-08-28 Eli Zaretskii <eliz@gnu.org>
5240
5241 * mail/rmail.el (rmail-convert-to-babyl-format):
5242 Detect quoted-printable- and base64-encoded messages and decode them
5243 automatically. Set the message's encoding from the charset=
5244 header, if any. Decode base64-encoded messages in Mail format as well.
5245
5246 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
5247
5248 * mail/smtpmail.el: Fix previous change.
5249 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
5250 calling smtpmail-via-smtp.
5251 (smtpmail-via-smtp): Add fall-back values for envelope-from.
5252
5253 2003-08-26 John Paul Wallington <jpw@gnu.org>
5254
5255 * image.el (image-jpeg-p): Don't search beyond length of data.
5256
5257 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
5258
5259 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
5260 misfeature in `expand-abbrev' which caused electric keywords like
5261 "else" to disappear if an open brace was typed directly afterwards.
5262
5263 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
5264
5265 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
5266 mandatory in `define-widget'.
5267
5268 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
5269 Don't align the operators "!=", "<=" and ">=" as assignment operators.
5270
5271 (c-assignment-operators): New language constant that only contains
5272 the assignment operators.
5273
5274 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
5275
5276 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
5277
5278 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5279 Safeguard against unbalanced sexps.
5280
5281 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
5282
5283 * version.el (emacs-version): Check for gtk. Include gtk version info.
5284
5285 2003-08-25 John Paul Wallington <jpw@gnu.org>
5286
5287 * man.el (Man-default-man-entry): Don't whizz past the section
5288 number before looking for it.
5289
5290 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
5291
5292 * progmodes/gud.el (gud-display-line): Don't set window-point if
5293 source buffer is not visible. (Only happens with M-x gdba.)
5294
5295 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
5296 documentation.
5297 (gdb-source, gdb-source-info): Update to assembler unnecessary
5298 as its done after each GDB command anyway.
5299 (gdb-pre-prompt): Use with-current-buffer.
5300 (gdb-insert-field): Add help-echo text.
5301 (gdb-invalidate-assembler): Re-display of assembler now done in
5302 gdb-info-breakpoints-custom.
5303 (gdb-info-breakpoints-custom): Force re-display of assembler to
5304 happen *after* update of breakpoints buffer.
5305 (gdb-display-source-buffer): Don't choke if gdb-source-window
5306 isn't visible.
5307 (gdb-put-string, gdb-put-arrow): Remove free variables.
5308
5309 2003-08-24 John Paul Wallington <jpw@gnu.org>
5310
5311 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
5312
5313 * man.el (Man-default-man-entry): Strip text properties when
5314 snarfing parts of entry because `format' preserves properties.
5315
5316 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5317
5318 * files.el (file-newest-backup): Use `expand-file-name'.
5319
5320 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
5321 Allow the diary to pop up a new frame, if needed.
5322
5323 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
5324 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
5325 (smtpmail-send-it): Make treatment of envelope-from consistent with
5326 sendmail.el.
5327
5328 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
5329 (sh-leading-keywords): Add the bash `time' reserved word.
5330 (sh-variables): Add some bash variables.
5331 (sh-add-completer): Fix nil branch of case statement.
5332
5333 2003-08-24 Masatake YAMATO <jet@gyve.org>
5334
5335 * progmodes/ld-script.el: New file.
5336
5337 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
5338
5339 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
5340
5341 2003-08-23 Andre Spiegel <spiegel@gnu.org>
5342
5343 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
5344 Better explain obsolescence, and what to use instead.
5345
5346 2003-08-23 Masatake YAMATO <jet@gyve.org>
5347
5348 * pcvs.el (cvs-do-removal): Show the deleted file name
5349 on the prompt.
5350
5351 2003-08-20 Dave Love <fx@gnu.org>
5352
5353 * international/mule.el (make-coding-system)
5354 (set-buffer-file-coding-system): Doc fix.
5355
5356 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
5357
5358 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
5359
5360 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
5361
5362 * international/utf-16.el: Add mime-text-unsuitable coding system
5363 properties.
5364
5365 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
5366
5367 * cus-edit.el: Add some :links.
5368 (bib): Remove.
5369
5370 * textmodes/bib-mode.el (bib): Add :group external.
5371
5372 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
5373
5374 * wid-edit.el (widget-echo-help): Make it handle expressions that
5375 evaluate to strings.
5376
5377 2003-08-18 Michael Mauger <mmaug@yahoo.com>
5378
5379 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
5380
5381 Simplify selection of SQL products to define highlighting and
5382 interactive mode. Includes detailed instructions on adding
5383 support for new products.
5384
5385 * progmodes/sql.el (sql-product): New variable. Identifies SQL
5386 product for use in highlighting and interactive mode.
5387 (sql-interactive-product): New variable. SQL product for
5388 sql-interactive-mode.
5389 (sql-product-support): New variable. Specifies product-specific
5390 parameters to drive highlighting and interactive mode.
5391 (sql-imenu-generic-expression): Add more object types.
5392 (sql-sqlite-options): Correct comment.
5393 (sql-ms-program): Use "osql" rather than "isql".
5394 (sql-prompt-regexp, sql-prompt-length): Update comment.
5395 (sql-mode-menu): Add "Start SQLi session" entry.
5396 Replace Highlighting submenu with Product menu. Fix Send Region entry.
5397 (sql-mode-abbrev-table): Add abbreviations. Support of
5398 SYSTEM-FLAG on define-abbrev. Support was removed with last
5399 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
5400 (sql-mode-font-lock-object-name): Add font-lock pattern for object
5401 names.
5402 (sql-mode-ansi-font-lock-keywords): Set as default value.
5403 (sql-mode-oracle-font-lock-keywords): Set as default value.
5404 Support Oracle 9i keywords.
5405 (sql-mode-postgres-font-lock-keywords): Set as default value.
5406 (sql-mode-linter-font-lock-keywords): Set as default value.
5407 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
5408 SQLServer 2000.
5409 (sql-mode-sybase-font-lock-keywords)
5410 (sql-mode-interbase-font-lock-keywords)
5411 (sql-mode-sqlite-font-lock-keywords)
5412 (sql-mode-strong-font-lock-keywords)
5413 (sql-mode-mysql-font-lock-keywords)
5414 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
5415 keywords.
5416 (sql-mode-font-lock-defaults): Update comment.
5417 (sql-product-feature): New function. Returns feature associated
5418 with a product from `sql-product-support' alist.
5419 (sql-product-font-lock): New function. Set font-lock support
5420 based on `sql-product'.
5421 (sql-add-product-keywords): New function. Add font-lock rules to
5422 product-specific keyword variables.
5423 (sql-set-product): New function. Set `sql-product' and apply
5424 appropriate font-lock highlighting.
5425 (sql-highlight-product): New function. Set font-lock support
5426 based on a product. Also set mode name to include product name.
5427 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
5428 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
5429 Use `sql-set-product'.
5430 (sql-highlight-ms-keywords)
5431 (sql-highlight-sybase-keywords)
5432 (sql-highlight-interbase-keywords)
5433 (sql-highlight-strong-keywords)
5434 (sql-highlight-mysql-keywords)
5435 (sql-highlight-sqlite-keywords)
5436 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
5437 (sql-get-login): Prompt in the same order as the tokens.
5438 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
5439 (sql-product-interactive): New function. Common portions of
5440 product-specific interactive mode wrappers.
5441 (sql-interactive-mode): Rewritten to use product features.
5442 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
5443 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
5444 (sql-db2, sql-linter): Use `sql-product-interactive'.
5445 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
5446 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
5447 (sql-connect-ingres, sql-connect-postgres)
5448 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
5449 New functions. Format command line parameters and invoke comint on
5450 the appropriate interpreter. Code was in the corresponding
5451 `sql-xyz' function before.
5452 (sql-connect-ms): New function. Support -E argument to use
5453 operating system credentials for authentication.
5454
5455 2003-08-18 Kenichi Handa <handa@m17n.org>
5456
5457 * international/mule.el (encode-char): Fix for the ASCII case.
5458
5459 2003-08-15 Kenichi Handa <handa@m17n.org>
5460
5461 * international/fontset.el (setup-default-fontset): Change "*" to
5462 nil in the specifications of font family.
5463
5464 2003-08-18 Kim F. Storm <storm@cua.dk>
5465
5466 * kmacro.el (kmacro-keymap): Group related bindings in
5467 initialization for clarity. Bind C-s to start macro.
5468 Remove C-r binding.
5469 (kmacro-initial-counter-value): New defvar to hold initial counter
5470 value in case we set the value before defining a macro.
5471 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
5472 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
5473 not defining or executing macro. Doc fix.
5474 (kmacro-add-counter): Clear kmacro-initial-counter-value.
5475 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
5476 temporarily view older elements on the macro ring without cycling
5477 the ring.
5478 (kmacro-display): Doc fix.
5479 (kmacro-exec-ring-item): New helper function.
5480 (kmacro-call-ring-2nd): Use it.
5481 (kmacro-call-ring-2nd-repeat): Doc fix.
5482 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
5483 (kmacro-end-or-call-macro): Execute last viewed macro (using
5484 kmacro-exec-ring-item) from ring if this follows
5485 kmacro-view-macro. This allows us to find a macro on the ring
5486 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
5487 the ring to bring it to the head of the ring.
5488 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
5489 Allow binding to reserved keys without specifying C-x C-k prefix.
5490 Ask for confirmation if entered key sequence is already bound to
5491 a non-macro command.
5492 (kmacro-view-macro): Repeating command will show older elements
5493 on the macro ring; C-k will execute the last viewed macro.
5494 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
5495 property from 'ring to 'head.
5496
5497 2003-08-17 Alan Shutko <ats@acm.org>
5498
5499 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
5500 keeping December out of the alist.
5501
5502 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
5503
5504 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
5505 * calendar/calendar.el (calendar-mode-map): Bind it to key.
5506 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
5507 (calendar-flatten): New function.
5508 (calendar-mouse-view-other-diary-entries)
5509 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
5510 in the menu title and to show multi-line diary entries correctly
5511 in the menu.
5512
5513 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
5514
5515 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
5516 defcustom, because the default was recently changed.
5517
5518 2003-08-16 Richard M. Stallman <rms@gnu.org>
5519
5520 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
5521
5522 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5523 New subroutine, broken out of eval-last-sexp-1.
5524 (eval-last-sexp-1): Use eval-last-sexp-print-value.
5525
5526 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
5527
5528 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
5529
5530 * simple.el (eval-expression): Use eval-last-sexp-print-value.
5531
5532 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
5533
5534 * progmodes/compile.el (compilation-error-regexp-alist):
5535 Add Java ANt error detection as described in document
5536 http://ant.apache.org/faq.html
5537
5538 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
5539
5540 * simple.el (backward-word, forward-to-indentation)
5541 (backward-to-indentation): Argument changed to optional.
5542 (next-line, previous-line): Use `or' instead of `unless'.
5543
5544 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5545
5546 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
5547 instead of a constant.
5548
5549 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
5550
5551 * shell.el (shell): With prefix-arg, suggest a new buffer name.
5552
5553 2003-08-12 Andre Spiegel <spiegel@gnu.org>
5554
5555 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
5556 (vc-sccs-workfile-version): Search the entire delta table, rather
5557 than just the first entry, because that might be a deleted version.
5558
5559 2003-08-11 Karl Fogel <kfogel@red-bean.com>
5560
5561 * menu-bar.el (menu-bar-options-menu): Supply a body for the
5562 [save-place] binding in the Options menu. Have it require
5563 'saveplace' and then toggle the variable manually, to avoid an an
5564 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
5565 for the bug report.
5566
5567 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
5568
5569 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
5570 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
5571 (gdb-info-threads-custom): Add help-echo text.
5572 (gdb-display-back): Don't use purecopy.
5573 (gdb-info-breakpoints-custom, gdb-reset)
5574 (gdb-assembler-custom): Use display-images-p to test if breakpoint
5575 icons can be displayed.
5576
5577 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
5578
5579 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
5580
5581 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
5582
5583 * bookmark.el (bookmark-completing-read):
5584 Return a string, instead of a list of one string.
5585 Use a popup menu if activated from the mouse.
5586 (bookmark-edit-annotation): Remove unused vars.
5587 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
5588 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
5589 to bookmark-completing-read.
5590 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
5591 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
5592 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
5593 and erase-buffer.
5594 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
5595 (bookmark-menu-jump, bookmark-menu-insert)
5596 (bookmark-popup-menu-and-apply-function)
5597 (bookmark-menu-popup-paned-bookmark-menu): Remove.
5598 (bookmark-menu-build-paned-menu): Remove by folding it into
5599 bookmark-menu-popup-paned-menu.
5600 (menu-bar-bookmark-map): Move the define-key statements here.
5601 Use the "non-menu" commands since they now pop up a menu if needed.
5602 (bookmark-exit-hook-internal): Simplify.
5603
5604 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
5605
5606 * reftex-toc.el (reftex-toc-rename-label): New function.
5607 (reftex-toc-check-docstruct): New function.
5608
5609 * reftex.el (reftex-region-active-p): New function.
5610
5611 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
5612 regexp to find the \bibliography macro.
5613
5614 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
5615 which does not exist in LaTeX.
5616 (reftex-cite-format-builtin): Added amsrefs support.
5617 (reftex-toc-confirm-promotion): New option
5618
5619 * reftex-toc.el
5620 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
5621 (reftex-toc-demote, reftex-toc-promote)
5622 (reftex-toc-do-promote, reftex-toc-promote-prepare)
5623 (reftex-toc-promote-action, reftex-toc-extract-section-number)
5624 (reftex-toc-newhead-from-alist)
5625 (reftex-toc-load-all-files-for-promotion): New functions.
5626 (reftex-toc-help): Added description of new keys.
5627 (reftex-toc-split-windows-fraction): New option.
5628 (reftex-recenter-toc-when-idle): Search *toc* window on all
5629 visible frames.
5630 (reftex-toc): Additional parameter REUSE
5631 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
5632 with REUSE argument.
5633 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
5634 the call of `reftex-toc'.
5635 (reftex-make-separate-toc-frame): New function .
5636 (reftex-toc-recenter): When called with triple prefix arg, call
5637 `reftex-make-separate-toc-frame' first.
5638 (reftex-toc-toggle-dedicated-frame): New command.
5639 (reftex-toc-quit): Adapted to delete frame when called in
5640 dedicated frame.
5641
5642 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
5643 all enclosing macros.
5644
5645
5646 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5647
5648 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
5649 first use.
5650
5651 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5652
5653 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
5654
5655 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
5656
5657 * calendar/calendar.el (list-diary-entries-hook)
5658 (diary-display-hook, nongregorian-diary-listing-hook)
5659 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
5660 Add some customize options for these hooks.
5661 (calendar-abbrev-construct): Don't try to take a substring longer
5662 than the original string.
5663
5664 2003-08-05 Richard M. Stallman <rms@gnu.org>
5665
5666 * emacs-lisp/testcover.el (noreturn): Report error if does return.
5667 (testcover-reinstrument-clauses): Doc fix.
5668
5669 * emacs-lisp/warnings.el: Doc fixes, args renamed.
5670 (warning-type-format): Rename from warning-group-format.
5671
5672 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
5673 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
5674 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
5675 to prevent warnings about defvar for an obsolete variable.
5676
5677 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
5678 warning-group-format renamed to warning-type-format.
5679
5680 * subr.el (read-passwd): Use clear-string instead of fillarray.
5681
5682 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
5683 Use vconcat instead of concat.
5684 (edmacro-sanitize-for-string): New function.
5685
5686 2003-08-05 Dave Love <fx@gnu.org>
5687
5688 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
5689 line-number-display-limit-width.
5690
5691 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
5692
5693 2003-08-05 Kenichi Handa <handa@m17n.org>
5694
5695 * international/code-pages.el: Don't require mule-diag.
5696
5697 * international/mule-diag.el (non-iso-charset-alist):
5698 Add autoload cookie.
5699
5700 * language/devan-util.el (dev-glyph-order): Add an entry for the
5701 glyph code #xC4.
5702
5703 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
5704
5705 * calendar/calendar.el (diary-file, diary-file-name-prefix)
5706 (european-calendar-style, diary-date-forms)
5707 (calendar-day-name-array, calendar-month-name-array): Doc change.
5708 (generate-calendar-month): Adapt for new behaviour of
5709 `calendar-day-name' function.
5710 (calendar-abbrev-length, calendar-day-abbrev-array)
5711 (calendar-month-abbrev-array): New variables.
5712 (calendar-abbrev-construct): New function.
5713 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
5714 rather than fixing abbrevs at some width. Calling syntax change.
5715 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
5716 (calendar-date-string): Adapt for new behaviours of
5717 `calendar-day-name' and `calendar-month-name' functions.
5718
5719 * calendar/diary-lib.el (list-diary-entries): Adapt for new
5720 behaviour of `calendar-day-name' and `calendar-month-name' functions.
5721 (diary-name-pattern): Use abbrev arrays, rather than fixing
5722 abbrevs at three chars. Calling syntax change.
5723 (mark-diary-entries): Adapt for new behaviours of
5724 `diary-name-pattern' and `calendar-make-alist' functions.
5725 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
5726 `diary-name-pattern' function.
5727 (font-lock-diary-date-forms): Use abbrev arrays, rather than
5728 fixing abbrevs at three chars. Calling syntax change.
5729 (cal-hebrew, cal-islam): Require when compiling.
5730 (diary-font-lock-keywords): Adapt for new behaviour of
5731 `font-lock-diary-date-forms' function.
5732
5733 * calendar/cal-hebrew.el: Reposition some code so defined before used.
5734 (calendar-hebrew-month-name-array-common-year)
5735 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
5736 (list-hebrew-diary-entries): Adapt for new behaviours of
5737 `calendar-day-name' and `add-to-diary-list' functions.
5738 (mark-hebrew-diary-entries): Adapt for new behaviours of
5739 `diary-name-pattern' and `calendar-make-alist' functions.
5740
5741 * calendar/cal-islam.el (calendar-islamic-month-name-array):
5742 Add doc string.
5743 (list-islamic-diary-entries): Adapt for new behaviours of
5744 `calendar-day-name' and `add-to-diary-list' functions.
5745 (mark-islamic-diary-entries): Adapt for new behaviours of
5746 `diary-name-pattern' and `calendar-make-alist' functions.
5747
5748 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
5749 `calendar-month-name' function.
5750
5751 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
5752
5753 * calendar/solar.el (solar-seasons-data): Move definition before use.
5754
5755 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
5756 (cal-tex-LaTeX-hourbox): Move definition before use.
5757
5758 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
5759 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
5760 lunar.el, solar.el
5761 (displayed-month, displayed-year): Define for compiler.
5762
5763 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
5764
5765 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
5766 MODE. Renamed from c-init-c-language-vars'.
5767 (c-initialize-cc-mode): Change accordingly.
5768 (c-common-init): Ditto.
5769 (c-mode): Ditto.
5770 (c++-mode): Use `c-init-language-vars-for'.
5771 (objc-mode): Ditto.
5772 (java-mode): Ditto.
5773 (idl-mode): Ditto.
5774 (pike-mode): Ditto.
5775 (awk-mode): Ditto.
5776
5777 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
5778
5779 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
5780 or not the point moved.
5781
5782 (c-search-decl-header-end): Don't trip up on operator identifiers
5783 in C++ and operators like == in all languages.
5784
5785 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5786 Detect leading labels correctly.
5787
5788 2003-08-02 Andreas Schwab <schwab@suse.de>
5789
5790 * textmodes/ispell.el: Don't redo key bindings on loading, put
5791 them only in loaddefs.el.
5792 * bookmark.el: Likewise.
5793 * dabbrev.el: Likewise.
5794 * emerge.el: Likewise.
5795
5796 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
5797 has more than one member.
5798
5799 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
5800
5801 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5802
5803 * lpr.el (printify-region): It was ending conversion before the
5804 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
5805
5806 2003-07-31 John Paul Wallington <jpw@gnu.org>
5807
5808 * net/browse-url.el (browse-url-epiphany): Doc fix.
5809
5810 2003-07-30 Kenichi Handa <handa@m17n.org>
5811
5812 * international/fontset.el (setup-default-fontset):
5813 Change registry names of Akurti fonts.
5814
5815 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
5816
5817 * comint.el (comint-read-noecho): Use `clear-string' instead of
5818 `fillarray'.
5819
5820 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
5821
5822 * outline.el (outline-mode-hook): Add defvar.
5823
5824 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
5825
5826 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
5827 Restore assembler in source window if that is what has been selected.
5828 (menu): Add gdb-restore-windows to menu. Make gdba
5829 specific menus only visible from gdba.
5830
5831 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
5832
5833 * progmodes/compile.el (compilation-environment): New user variable.
5834 (compile-internal): Respect it.
5835
5836 2003-07-23 Masatake YAMATO <jet@gyve.org>
5837
5838 * progmodes/gud.el (gdb-script-font-lock-keywords):
5839 Put `font-lock-function-name-face' on a symbol which includes
5840 `-' like `hook-run'. Put font-lock-variable-name-face
5841 on a symbol starting with $.
5842
5843 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
5844
5845 * files.el (set-visited-file-name): Use truename for buffer-file-name.
5846
5847 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
5848
5849 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
5850
5851 2003-07-26 Andre Spiegel <spiegel@gnu.org>
5852
5853 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
5854 Use with-no-warnings.
5855 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
5856 rather than to find-file-not-found-hook, which doesn't exist.
5857
5858 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
5859
5860 * international/quail.el (quail-translate-key): Fix previous change.
5861
5862 2003-07-25 John Paul Wallington <jpw@gnu.org>
5863
5864 * server.el (server-start): Check `server-process' is non-nil
5865 before killing it to avoid killing current buffer's process.
5866
5867 * simple.el (choose-completion-string): Use `minibufferp';
5868 test `completion-reference-buffer' if `buffer' arg is nil.
5869 (push-mark): Use `when' and `unless'.
5870 (pop-mark): Use `when'.
5871
5872 * mouse-sel.el (mouse-sel-get-selection-function):
5873 Check `x-last-selected-text-primary'. Don't barf if it or
5874 `x-last-selected-text' aren't bound.
5875
5876 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
5877
5878 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
5879
5880 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
5881
5882 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
5883
5884 2003-07-23 John Paul Wallington <jpw@gnu.org>
5885
5886 * tooltip.el (defface tooltip): Inherit from variable-pitch.
5887
5888 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
5889
5890 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
5891 string. Defvar the derived hook.
5892
5893 * macros.el (insert-kbd-macro): Escape double quote character.
5894 From Thomas W Murphy <twm@andrew.cmu.edu>.
5895
5896 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
5899 to match the specific mark rather than reusing comment-start-skip.
5900
5901 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
5902
5903 * progmodes/hideshow.el (hs-special-modes-alist):
5904 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
5905
5906 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
5907
5908 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
5909 value using ?\s.
5910
5911 2003-07-21 John Paul Wallington <jpw@gnu.org>
5912
5913 * subr.el (with-selected-window): Add closing paren.
5914
5915 2003-07-21 Richard M. Stallman <rms@gnu.org>
5916
5917 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
5918 (lisp-mode): Likewise.
5919
5920 * subr.el (with-selected-window): Copy code form save-selected-window
5921 so as to call select-window with norecord arg.
5922 (dynamic-completion-table): Doc fix.
5923 (lazy-completion-table): Doc fix.
5924
5925 * international/mule-cmds.el (set-locale-environment):
5926 langinfo renamed to locale-info.
5927
5928 * international/mule.el (auto-coding-functions): Doc fix.
5929
5930 2003-07-21 Kenichi Handa <handa@m17n.org>
5931
5932 * international/quail.el (quail-translate-key):
5933 Update quail-current-str correctly.
5934
5935 2003-07-21 Andreas Schwab <schwab@suse.de>
5936
5937 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
5938 ?, to "_".
5939
5940 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
5941 Version 2.0.36 of Tramp released.
5942
5943 * net/tramp.el (tramp-default-password-end-of-line): Rename from
5944 tramp-password-end-of-line.
5945 (tramp-password-end-of-line): New method parameter.
5946 (tramp-get-password-end-of-line): Function to access method
5947 parameter `tramp-password-end-of-line', or variable
5948 `tramp-default-password-end-of-line' (default value).
5949 (tramp-methods): Add entries for new parameter
5950 tramp-password-end-of-line.
5951 (tramp-enter-password): Use new function
5952 `tramp-get-password-end-of-line'.
5953 (tramp-handle-insert-file-contents): Do not
5954 unconditionally inhibit the file operation file-local-copy, only
5955 do that when the inhibit-file-name-operation is currently
5956 insert-file-contents. This fixes finding remote CVS-controlled
5957 files. (It would barf on inserting the CVS/Entries file
5958 literally, because the file-local-copy handler wasn't called.)
5959 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
5960 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
5961 (tramp-initial-commands): New variable.
5962 (tramp-process-initial-commands): New function, using the variable.
5963 (tramp-open-connection-setup-interactive-shell): Call the new function.
5964 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
5965 method into the buffer name, never use nil. Reported by Hanak
5966 David <dhanak@inf.bme.hu>.
5967 (tramp-open-connection-setup-interactive-shell): Erase buffer
5968 before sending "stty -onlcr".
5969
5970 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
5971
5972 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
5973
5974 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
5975
5976 2003-07-19 John Paul Wallington <jpw@gnu.org>
5977
5978 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
5979 (artist-draw-rect, artist-draw-square): Doc fixes.
5980
5981 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
5982
5983 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
5984
5985 2003-07-19 Kenichi Handa <handa@m17n.org>
5986
5987 * international/kkc.el (kkc-show-conversion-list-update):
5988 Highlight the correct candidate in the message.
5989
5990 2003-07-18 John Paul Wallington <jpw@gnu.org>
5991
5992 * simple.el (current-word): Don't include punctuation char when
5993 `really-word' arg is non-nil.
5994
5995 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
5996
5997 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
5998 moved to the directory obsolete.
5999
6000 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
6001
6002 * info.el (Info-menu-entry-name-re): Allow newlines in
6003 menu entry names.
6004
6005 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
6006 syntax-ppss-after-change-function.
6007 (syntax-ppss-after-change-function): New alias. Update uses.
6008 (syntax-ppss): Catch the case where the buffer is narrowed.
6009
6010 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6011
6012 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
6013 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
6014
6015 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6016
6017 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
6018 since it might be modified.
6019
6020 * progmodes/cc-langs.el (c++-make-template-syntax-table)
6021 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
6022 names to these language constants.
6023
6024 2003-07-15 Kim F. Storm <storm@cua.dk>
6025
6026 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
6027 All uses changed.
6028
6029 2003-07-14 Mark A. Hershberger <mah@everybody.org>
6030
6031 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
6032 Namespace support.
6033
6034 2003-07-13 Juanma Barranquero <lektu@terra.es>
6035
6036 * frame.el (modify-all-frames-parameters): Reinstall (copyright
6037 papers received).
6038
6039 2003-07-13 Karl Eichwalder <ke@suse.de>
6040
6041 * textmodes/po.el (po-find-charset): White space at the start of the
6042 Content-Type field body is non-mandatory.
6043
6044 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6045
6046 * textmodes/texinfo.el (texinfo-section-list):
6047 Append appendixsection; a synonym for appendixsec.
6048
6049 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
6050
6051 * man.el (Man-translate-cleanup): New.
6052 (Man-translate-references): Call `Man-translate-cleanup' to clean
6053 leading, trailing and middle spaces.
6054
6055 2003-07-13 Lars Hansen <larsh@math.ku.dk>
6056
6057 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
6058 Handle `dired-directory' being a list.
6059
6060 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
6061
6062 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
6063 it doesn't exist.
6064
6065 2003-07-12 Richard M. Stallman <rms@gnu.org>
6066
6067 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
6068
6069 * progmodes/cc-defs.el (c-make-keywords-re):
6070 Don't use delete-duplicates.
6071 (c-lang-const): Don't use mapcan.
6072
6073 * apropos.el (apropos-show-scores): Make it customizable.
6074 Document new meaning.
6075 (apropos): Compute scores from symbols.
6076 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
6077
6078 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6079
6080 * ps-bdf.el: Fix copyright line.
6081 (bdf-directory-list): Fix initialization code.
6082
6083 2003-07-11 John Paul Wallington <jpw@gnu.org>
6084
6085 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
6086 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
6087 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
6088
6089 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
6090
6091 * emacs-lisp/ring.el (ring-elements): Doc fix.
6092
6093 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6094
6095 * calendar/timeclock.el (timeclock-relative)
6096 (timeclock-ask-before-exiting, timeclock-use-display-time):
6097 Doc changes.
6098 (timeclock-modeline-display): Give a message if
6099 `timeclock-use-display-time' is non-nil but `display-time-mode'
6100 is not active.
6101
6102 2003-07-11 Kenichi Handa <handa@m17n.org>
6103
6104 * international/mule-cmds.el (set-language-environment):
6105 Set current-language-environment to the correct string.
6106
6107 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6108
6109 * ps-print.el: Print line number correctly in a region. Reported by
6110 Tim Allen <timallen@ls83.fsnet.co.uk>
6111 (ps-print-version): New version number (6.6.2).
6112 (ps-printing-region): Code fix.
6113
6114 2003-07-10 John Paul Wallington <jpw@gnu.org>
6115
6116 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
6117 this function can be called from `add-completions-from-tags-table'.
6118
6119 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
6120
6121 * calendar/timeclock.el (timeclock-use-display-time)
6122 (timeclock-day-over-hook, timeclock-workday-remaining)
6123 (timeclock-status-string, timeclock-when-to-leave)
6124 (timeclock-when-to-leave-string, timeclock-log-data)
6125 (timeclock-find-discrep, timeclock-day-base)
6126 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
6127 (timeclock-modeline-display): Set the variable
6128 `timeclock-modeline-display'.
6129 (timeclock-update-modeline): Doc fix. Respect value of
6130 `timeclock-relative'.
6131
6132 2003-07-09 Richard M. Stallman <rms@gnu.org>
6133
6134 * textmodes/reftex-parse.el (reftex-all-document-files):
6135 Add autoload cookie.
6136
6137 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
6138 (reftex-scanning-info-available-p): Add autoload cookie.
6139
6140 * international/mule-cmds.el
6141 (set-display-table-and-terminal-coding-system): Delete duplicate
6142 aset on standard-display-table.
6143
6144 * view.el (view-file): If existing buffer's major mode is special,
6145 don't go into view mode.
6146
6147 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
6148
6149 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6150
6151 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
6152 buffer changes; there's third party code that calls this function
6153 directly.
6154
6155 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6156
6157 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
6158 (autodoc-font-lock-keywords): Don't byte compile on font lock
6159 initialization when running from byte compiled files.
6160
6161 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6162
6163 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
6164 statement ends with auto-increment "++".
6165
6166 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6167
6168 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6169 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6170 these are changed, so declare them as variables and not constants.
6171
6172 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
6173
6174 * subr.el (dolist, dotimes): Doc fix.
6175
6176 2003-07-08 Kim F. Storm <storm@cua.dk>
6177
6178 * international/mule-cmds.el
6179 (set-display-table-and-terminal-coding-system): Don't break
6180 bootstrap if standard-display-table isn't setup yet.
6181
6182 2003-07-07 Richard M. Stallman <rms@gnu.org>
6183
6184 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
6185 Give it a doc string, and autoload it.
6186
6187 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
6188 Use with-no-warnings.
6189
6190 * info.el (Info-search): If find invisible text, search again.
6191
6192 * isearch.el (search-whitespace-regexp): Add a shy group around it.
6193
6194 * man.el (Man-name-regexp): Match + as part of name.
6195
6196 * simple.el (visible-mode): Rename from vis-mode.
6197 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
6198
6199 * simple.el (current-word): New arg REALLY-WORD specifies
6200 don't include punctuation chars.
6201
6202 * emacs-lisp/debug.el (debug, debugger-env-macro):
6203 Use with-no-warnings while accessing and binding unread-command-char.
6204
6205 * international/mule-cmds.el
6206 (set-display-table-and-terminal-coding-system): Use explicit loop
6207 instead of calling standard-display-default.
6208
6209 * net/ange-ftp.el (ange-ftp-file-symlink-p):
6210 Use condition-case to catch error in ange-ftp-get-files.
6211
6212 * net/browse-url.el (browse-url-browser-function):
6213 Add alternative for Epiphany.
6214 (browse-url-epiphany-program, browse-url-epiphany-arguments)
6215 (browse-url-epiphany-startup-arguments)
6216 (browse-url-epiphany-new-window-is-tab): New variables.
6217 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
6218
6219 * progmodes/compile.el (compile-auto-highlight): Default now t.
6220 (compile): Doc fix.
6221 (compilation-next-error): Fix previous change.
6222
6223 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
6224
6225 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
6226
6227 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
6228
6229 * gdb-ui.el (gdb-source-info): Display current frame when
6230 attaching to an existing process.
6231 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
6232 while laying out windows when attaching to an existing process.
6233
6234 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
6235
6236 * info.el (Info-menu): Use Info-menu-entry-name-re.
6237
6238 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
6239
6240 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
6241 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
6242
6243 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
6244 to match the same text.
6245
6246 2003-07-06 John Paul Wallington <jpw@gnu.org>
6247
6248 * vc.el (vc-annotate-offset): Move defvar up.
6249
6250 2003-07-06 Kim F. Storm <storm@cua.dk>
6251
6252 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
6253 This should fix the infinite loop when extracting menu names.
6254
6255 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
6256
6257 * files.el (auto-mode-alist, interpreter-mode-alist):
6258 Remove entries to CC Mode modes to avoid duplicates; they are now added
6259 with autoload directives in cc-mode.el.
6260
6261 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
6262
6263 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6264 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6265 these are changed, so declare them as variables and not constants.
6266
6267 * progmodes/cc-mode.el: Fix some autoload problems: Try to
6268 ensure that the entry for ".c" extension comes before the one for
6269 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
6270 Fix incorrect entries that were added to `interpreter-mode-alist'.
6271 Move the autoload directives for AWK to the top level since they
6272 aren't recognized anywhere else. Do not use the new AWK mode doc
6273 in the autoload form for the old AWK mode.
6274
6275 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6276
6277 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
6278 (bibtex-sort-ignore-string-entries): Default value t.
6279 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
6280 erroneously in previous version.
6281 (bibtex-string-files): Docstring reflects new parsing scheme.
6282 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
6283 docstring, add # as one of the chars to crush
6284 (bibtex-autokey-prefix-string, bibtex-autokey-names)
6285 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
6286 (bibtex-autokey-name-change-strings)
6287 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
6288 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
6289 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
6290 (bibtex-autokey-title-terminators)
6291 (bibtex-autokey-titlewords-stretch)
6292 (bibtex-autokey-titleword-ignore)
6293 (bibtex-autokey-titleword-case-convert)
6294 (bibtex-autokey-titleword-abbrevs)
6295 (bibtex-autokey-titleword-abbrevs)
6296 (bibtex-autokey-titleword-change-strings)
6297 (bibtex-autokey-titleword-length)
6298 (bibtex-autokey-titleword-separator)
6299 (bibtex-autokey-name-year-separator)
6300 (bibtex-autokey-year-title-separator)
6301 (bibtex-autokey-before-presentation-function)
6302 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
6303 Fix docstring.
6304 (bibtex-strings, bibtex-reference-keys):
6305 Use lazy-completion-table and make-variable-buffer-local.
6306 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
6307 (bibtex-braced-string-syntax-table)
6308 (bibtex-quoted-string-syntax-table): New variables.
6309 (bibtex-parse-nested-braces): Remove.
6310 (bibtex-parse-field-string): Use syntax table and forward-sexp.
6311 (bibtex-parse-association): Simplify.
6312 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
6313 (bibtex-parse-field-text): Simplify.
6314 (bibtex-search-forward-field, bibtex-search-backward-field):
6315 argument BOUND can take value t.
6316 (bibtex-start-of-field, bibtex-start-of-name-in-field)
6317 (bibtex-end-of-name-in-field, bibtex-end-of-field)
6318 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
6319 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
6320 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
6321 (bibtex-skip-to-valid-entry): Return buffer position of beginning
6322 and ending of entry. Update for changes of bibtex-search-entry.
6323 Simplify.
6324 (bibtex-map-entries): FUN is called with three arguments.
6325 (bibtex-search-entry): Return a cons pair with buffer positions of
6326 beginning and end of entry.
6327 (bibtex-enclosing-field): Simplify.
6328 (bibtex-format-entry): Use booktitle to set a missing title.
6329 (bibtex-autokey-get-names): Fiddle with regexps.
6330 (bibtex-generate-autokey): Use identity.
6331 (bibtex-parse-keys): Use simplified parsing algorithm if
6332 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
6333 arguments. Return alist of keys.
6334 (bibtex-parse-strings): Simplify. Return alist of strings.
6335 (bibtex-complete-string-cleanup): Fix docstring.
6336 (bibtex-read-key): New function.
6337 (bibtex-mode): Fix docstring. Do not parse for keys and
6338 strings when the mode is entered. Set fill-paragraph-function to
6339 bibtex-fill-field. Setup font-lock-mark-block-function the way
6340 font-lock intended.
6341 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
6342 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
6343 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
6344 (bibtex-Preamble): Avoid hard coded constants.
6345 (bibtex-make-field): Fix docstring. Simplify.
6346 (bibtex-beginning-of-entry): Always return new position of point.
6347 (bibtex-end-of-entry): Rearrange cond clauses.
6348 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
6349 Update for changes of bibtex-map-entries.
6350 (bibtex-ispell-abstract): Do not move point.
6351 (bibtex-entry-index): Use downcase. Simplify.
6352 (bibtex-lessp): Handle catch-all.
6353 (bibtex-find-crossref): Turn into a command.
6354 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
6355 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
6356 preamble entries.
6357 (bibtex-fill-field-bounds): New function.
6358 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
6359 (bibtex-fill-entry): Use bibtex-fill-field-bounds
6360 (bibtex-String): Use bibtex-strings. Always obey
6361 bibtex-sort-ignore-string-entries.
6362
6363 2003-07-05 John Paul Wallington <jpw@gnu.org>
6364
6365 * cus-theme.el (customize-create-theme):
6366 Call `customize-create-theme' in Reset widget's notify function.
6367
6368 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
6369 (ibuffer-mark-interactive): Use `or' instead of `unless'.
6370 (define-ibuffer-column name): Add summarizer.
6371 (define-ibuffer-column size): Likewise.
6372 (define-ibuffer-column filename): Likewise.
6373 (define-ibuffer-column process): Likewise. Change BODY's output too.
6374 (define-ibuffer-column filename-and-process): Likewise, likewise.
6375 (ibuffer): Remove local vars `already-in' and `need-update'.
6376
6377 * ibuf-ext.el: Don't require `derived' at compile-time.
6378
6379 2003-07-05 Kim F. Storm <storm@cua.dk>
6380
6381 * info.el: Disable paragraph refilling.
6382 (Info-refill-paragraphs): New defcustom.
6383 (Info-fontify-node): Use it.
6384
6385 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
6386
6387 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
6388 thingies from constructors created by defstruct.
6389
6390 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
6391 the default value of the variable.
6392 (byte-code-meter): Move declaration to top level.
6393
6394 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
6395
6396 * info.el (Info-following-node-name-re): New fun.
6397 (Info-following-node-name): Remove.
6398 (Info-insert-dir): Use the new fun.
6399 (Info-extract-pointer): Don't save restriction; use new fun.
6400 (Info-menu-entry-name-re): New const.
6401 (Info-menu-entry-name-re): Use it along with new fun.
6402 (Info-node-spec-re): Use new fun.
6403 (Info-complete-menu-item, Info-fontify-node): Use new const.
6404 (Info-goto-node, Info-follow-reference, Info-menu-update):
6405 Use match-string.
6406 (Info-follow-reference): Use assoc-string.
6407 Use a list of strings for the completion table.
6408 (Info-fontify-node): Use match-string, line-end-position.
6409 Limit the search for `node:' to the first line.
6410
6411 * newcomment.el (uncomment-region): Remove padding coming from
6412 comment-start rather than just from comment-padding.
6413
6414 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
6415 (vc-cvs-stay-local-p): Use vc-stay-local-p.
6416 (vc-cvs-rename-file): Remove (use the default).
6417 (vc-cvs-register): Register parent dir if needed.
6418 (vc-cvs-could-register): Return non-nil if parent can be registered.
6419 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
6420 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
6421
6422 * vc-svn.el (vc-svn-use-edit): Make it into a const.
6423 (vc-svn-update): Fix the arguments to `svn'.
6424 (vc-svn-diff-tree): Just use `vc-svn-diff'.
6425 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
6426 Simple implementations, assuming `name' is a URL.
6427
6428 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
6429 set of chars allowed unquoted in a case pattern.
6430
6431 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
6432
6433 * font-lock.el (font-lock-extra-types-widget)
6434 (c-font-lock-extra-types, c++-font-lock-extra-types)
6435 (objc-font-lock-extra-types, java-font-lock-extra-types)
6436 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
6437 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
6438 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
6439 (font-lock-match-c++-structor-declaration)
6440 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
6441 (c++-font-lock-keywords-3, c++-font-lock-keywords)
6442 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
6443 (objc-font-lock-keywords-3, objc-font-lock-keywords)
6444 (java-font-lock-keywords-1, java-font-lock-keywords-2)
6445 (java-font-lock-keywords-3, java-font-lock-keywords)
6446 (java-font-lock-syntactic-face-function): Remove obsolete code
6447 and constants. It's all in cc-fonts.el now.
6448
6449 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
6450
6451 * mail/sendmail.el (mail-specify-envelope-from)
6452 (mail-envelope-from): Doc fix.
6453
6454 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
6455
6456 * generic-x.el: Do away with the dependency on `c-emacs-features'
6457 when populating `rul-generic-mode-syntax-table'; we already know
6458 this isn't XEmacs.
6459
6460 See ChangeLog.10 for earlier changes.
6461
6462 ;; Local Variables:
6463 ;; coding: iso-2022-7bit
6464 ;; End:
6465
6466 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
6467 Copying and distribution of this file, with or without modification,
6468 are permitted provided the copyright notice and this notice are preserved.
6469
6470 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1