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