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