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