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