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