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