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