]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(diary-show-all-entries): Fix last change,
[gnu-emacs] / lisp / ChangeLog
1 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * obsolete/iso-insert.el: Move to obsolete/ from international/.
4
5 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
6
7 * progmodes/hideshow.el
8 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9 (hs-allow-nesting): New user var.
10 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11 (hs-hide-block-at-point): When nesting allowed,
12 if there is already an overlay in place, delete it.
13 (hs-safety-is-job-n): Delete func; remove call sites.
14 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15 (hs-overlay-at): New func.
16 (hs-already-hidden-p, hs-show-block): Use it.
17 (hs-hide-all): Don't pre-clean if nesting allowed.
18 (hs-show-all): Temporarily disallow
19 nesting around call to `hs-discard-overlays'.
20
21 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
22
23 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24 Delete unused local var.
25
26 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
27
28 * help-fns.el (describe-categories): "?\ " -> "?\s".
29 (help-do-arg-highlight): Recognize also ARG-n, as in
30 `move-to-left-margin' (ARG+n is already recognized). Simplify.
31
32 * international/codepage.el (dos-unsupported-char-glyph):
33 * net/newsticker.el (tool-bar-map, w3-mode-map)
34 (w3m-minor-mode-map):
35 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
36 (ent-alist):
37 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
38
39 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
40
41 * custom.el (custom-push-theme): Handle the case where a symbol is
42 bound but face properties have not yet been assigned.
43
44 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
45 Fix behavior if noerase is `t' and there is no mail buffer.
46
47 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
48 if `continue' is nil, rather than signal an error.
49
50 2005-09-12 Richard M. Stallman <rms@gnu.org>
51
52 * font-lock.el (font-lock-keywords): Add autoload.
53
54 * help-fns.el (describe-variable): Rearrange to put source link
55 in a predictable place.
56
57 * net/newsticker.el: New file.
58
59 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * calendar/calendar.el (calendar-for-loop): Add edebug info.
62 (calendar-basic-setup): Use the new nil arg.
63 (number-of-diary-entries): Move to diary-lib.el.
64
65 * calendar/diary-lib.el: Use with-current-buffer, match-string.
66 (diary-list-entries): Use with-syntax-table and dolist.
67 Rename from list-diary-entries.
68 Use number-of-diary-entries if `number' is nil.
69 (diary, diary-view-entries): Use this new name and new nil arg value.
70 (number-of-diary-entries): Move from calendar.el.
71 (diary-unhide-everything): New function.
72 (include-other-diary-files, fancy-diary-display)
73 (diary-show-all-entries, make-diary-entry): Use it.
74 (diary-mail-entries): Use buffer-string.
75 (mark-diary-entries): Fix long standing paren typo.
76 (diary-sexp-entry): Use count-lines.
77 (make-diary-entry): Avoid `previous-line'.
78 (diary-mode-map): New var.
79 (diary-mode): Redraw cal after saving. Setup header-line.
80 (fancy-diary-display-mode): Use local-set-key.
81
82 * startup.el (command-line): Try calling various terminal-init-foo-bar
83 functions by stripping hyphenated suffixes from $TERM.
84
85 * files.el (normal-mode): Check boundness of font-lock-keywords.
86
87 2005-09-12 Richard M. Stallman <rms@gnu.org>
88
89 * progmodes/compile.el: Don't decide a file's directory
90 until the user actually tries to go there.
91 (compilation-next-error-function):
92 Pass compilation-find-file the directory from the file-struct.
93 (compilation-internal-error-properties): Separate local FILE-STRUCT
94 from FILE. Doc the args better. Rename arg FMT to FMTS.
95 (compilation-find-file): Arg DIR renamed to DIRECTORY.
96 Expand it, and if nil, use default-directory.
97 (compilation-get-file-structure): Don't mix specified directory
98 with default directory. Put specified directory into
99 file-struct. Don't make the file name absolute.
100
101 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
102 (compile-command): Add autoload.
103 (compilation-disable-input): Add autoload.
104
105 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
106
107 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
108 strings of the variables it can override.
109 (time-stamp): New (as yet undocumented) time-stamp-format escapes
110 %Q and %q, for fully-qualified domain name and unqualified host name.
111
112 2005-09-11 Kim F. Storm <storm@cua.dk>
113
114 * emacs-lisp/authors.el (authors-aliases): Update list.
115 (authors-fixed-entries): Update mldrag.el entry.
116
117 2005-09-10 Alan Mackenzie <acm@muc.de>
118
119 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
120 from the region narrowed to.
121
122 2005-09-10 Magnus Henoch <mange@freemail.hu>
123
124 * textmodes/ispell.el (ispell-check-version): Signal an error if
125 aspell version is less than 0.60.
126
127 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
128
129 * progmodes/octave-inf.el (inferior-octave-startup):
130 Resync current dir at the end.
131
132 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
133
134 * woman.el (woman-topic-at-point-default):
135 Rename to woman-use-topic-at-point-default.
136 (woman-topic-at-point): Rename to woman-use-topic-at-point.
137 (woman-file-name): Reflect renames above. Automatically use the
138 word at point as topic if woman-use-topic-at-point is non-nil.
139 Otherwise offer it as default but don't insert it in the
140 minibuffer. Also use `test-completion' instead of `assoc' as
141 suggested by Stefan Monnier.
142
143 2005-09-10 Andre Spiegel <spiegel@gnu.org>
144
145 * vc.el (vc-directory, vc-update-change-log): Throw an error on
146 the attempt to do it over Tramp. This is not yet supported.
147
148 2005-09-10 Eli Zaretskii <eliz@gnu.org>
149
150 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
151 (menu-bar-non-minibuffer-window-p): New functions.
152 ("Split Window", "Save As..."): Use them.
153 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
154 ("Print Buffer", "Truncate Long Lines in this Buffer"):
155 Use menu-bar-menu-frame-live-and-visible-p.
156 ("Save Buffer", "Insert File", "Open Directory...")
157 ("Open File...", "Visit New File..."):
158 Use menu-bar-non-minibuffer-window-p.
159 (kill-this-buffer-enabled-p, dired <menu-enable>):
160 Use menu-bar-non-minibuffer-window-p.
161
162 2005-09-09 Eli Zaretskii <eliz@gnu.org>
163
164 * cus-start.el (all): Don't complain about fringe-related
165 built-ins if fringes are not supported. Ditto about
166 selection-related built-ins. Fix the test for GTK-related built-ins.
167
168 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
169 ("Postscript Print Buffer", "Print Region", "Save As...")
170 ("Save", "Insert File...", "Open Directory...")
171 ("Open File...", "Visit New File..."")
172 ("Truncate Long Lines in this Buffer"): Don't look at
173 menu-updating-frame if this display does not support multiple frames.
174
175 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
176
177 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
178
179 2005-09-09 Emilio Lopes <eclig@gmx.net>
180
181 * woman.el: Format- and whitespace-related changes.
182
183 2005-09-09 Eli Zaretskii <eliz@gnu.org>
184
185 * woman.el: Fix my email address.
186
187 2005-09-08 Richard M. Stallman <rms@gnu.org>
188
189 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
190 (sh-mode): Locally set skeleton-pair-default-alist.
191
192 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
193
194 * progmodes/flymake.el: Require `compile' unconditionally.
195
196 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
197
198 * woman.el (woman-file-name): Provide a default, not initial input.
199
200 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
201
202 * font-lock.el (font-lock-support-mode): Doc fix.
203
204 * descr-text.el (describe-property-list): Handle non-symbol prop names.
205
206 2005-08-30 Richard M. Stallman <rms@gnu.org>
207
208 * simple.el (blink-matching-open): Get rid of text props from
209 the string shown in echo area. Don't permanently set point.
210 Some rearrangements.
211
212 * files.el (risky-local-variable-p):
213 Match `-predicates' and `-commands.
214
215 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
216 (custom-save-all): Visit the file if necessary;
217 kill the buffer if we created it.
218 (custom-save-delete): Don't visit file or kill buffer here.
219
220 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
221
222 * recentf.el (recentf-filename-handler): Add custom choice
223 `abbreviate-file-name'.
224
225 * msb.el (msb--very-many-menus): Fix typo.
226
227 * disp-table.el (standard-display-european): Don't set
228 enable-multibyte-characters to nil.
229
230 2005-09-08 David Ponce <david@dponce.com>
231
232 * recentf.el (recentf-show-file-shortcuts-flag): New option.
233 (recentf-expand-file-name): Doc fix.
234 (recentf-dialog-mode-map): Define digit shortcuts.
235 (recentf--files-with-key): New variable.
236 (recentf-show-digit-shortcut-filter): New function.
237 (recentf-open-files-items): New function.
238 (recentf-open-files): Use it.
239 (recentf-open-file-with-key): New command.
240
241 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
242
243 * buff-menu.el (Buffer-menu-sort-by-column): New function.
244 Suggested by Kim F. Storm.
245 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
246 (Buffer-menu-make-sort-button): Use global keymap.
247
248 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
249
250 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
251 (Man-getpage-in-background-advice): Remove defadvice; it isn't
252 necessary any longer with the remapped command.
253 (Man-bgproc-sentinel-advice): Remove defadvice which counts
254 formatting time only.
255
256 * net/tramp.el (tramp-action-password)
257 (tramp-multi-action-password): Compile the password prompt from
258 `method', `user' and `host'. Sometimes it isn't obvious which
259 password to enter, for example with remote files offered by
260 recentf.el, or with multiple steps. Suggested by Robert Marshall
261 <robert@chezmarshall.freeserve.co.uk>.
262
263 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
264
265 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
266 Fix regexp for when "s///" is at the beginning of line.
267
268 2005-09-07 Jay Belanger <belanger@truman.edu>
269
270 * calc/calc-poly.el (math-expand-term): Multiply out any powers
271 when in matrix mode.
272
273 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
276 Use with-current-buffer.
277 (ange-ftp-gwp-start): Remove unused var `gw-user'.
278 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
279 (ange-ftp-insert-directory): Remove unused var `short'.
280 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
281
282 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
283 non-anonymous functions.
284
285 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
286
287 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
288 when using a header line. Otherwise, use mouse-1-click-follows-link.
289
290 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
291 can't be moved; don't signal an error.
292
293 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
294
295 * cus-theme.el (custom-theme-write-faces): Save the current face
296 spec, not the defface spec.
297
298 * custom.el (custom-known-themes): Clarify meaning of "standard".
299 (custom-push-theme): Save old values in the standard theme.
300 (disable-theme): Correct typo.
301 (custom-face-theme-value) Deleted unused function.
302 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
303
304 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
305
306 * progmodes/compile.el (compilation-goto-locus): Take into account
307 iconified frames when determining whether the buffer is
308 already visible.
309 Don't reset window height if the window already existed.
310
311 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
312
313 * custom.el (load-theme): Rename from require-theme.
314 Add interactive spec.
315 (enable-theme): Rename from custom-enable-theme.
316 Add interactive spec.
317 (disable-theme): Rename from custom-disable-theme.
318 Add interactive spec.
319 (custom-make-theme-feature): Doc fix.
320 (custom-theme-directory): Doc fix.
321 (provide-theme): Call enable-theme.
322
323 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * obsolete/lazy-lock.el (lazy-lock-mode):
326 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
327 font-lock-mode if it's off. Print a warning instead.
328
329 * progmodes/compile.el (compilation-start): Ignore errors if the
330 process died before we get to send-eof.
331
332 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
333 Undo last change. Enclosing the result in quotes broke things on Unix
334 since tex-send-command passes it through shell-quote-argument.
335 (tex-send-command): Pass `file' through convert-standard-filename
336 when possible.
337 (tex-uptodate-p): Handle the case where TeX hasn't put additional
338 info in a transcript.
339
340 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
341
342 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
343 fix compilation warning. Reorder the key definitions to group
344 together keys emitted by the current version of xterm.
345
346 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
347 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
348 Reorder predicates to correct min-color usage.
349
350 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
351
352 * longlines.el (longlines-mode): Inhibit read-only when encoding.
353 Kill local variables when longlines-mode is turned off.
354
355 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
358
359 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
360
361 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
362
363 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
364 (font-lock-lines-before): Change default to being inactive.
365 (font-lock-default-fontify-region): Obey font-lock-lines-before.
366 (font-lock-after-change-function): Don't handle f-l-lines-before here.
367
368 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
369
370 * net/tramp.el (tramp-handle-make-auto-save-file-name):
371 Deactivate temporarily advice if active (not needed for Emacs 22,
372 but for backwards compatibility).
373 (tramp-exists-file-name-handler): Rewrite. First implementation
374 was too simple.
375 (tramp-advice-make-auto-save-file-name):
376 Call `tramp-handle-make-auto-save-file-name' (again, just for
377 backwards compatibility).
378
379 2005-08-31 Reto Zimmermann <reto@gnu.org>
380
381 * progmodes/vhdl-mode.el
382 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
383 (vhdl-end-p): Fix indentation bug "else" after "-- when".
384 (vhdl-set-default-project): New function (easier setting of default).
385 (vhdl-port-copy): Handle extended identifiers for generics.
386 (vhdl-compiler-alist): Better description for error message regexp.
387 (vhdl-make): Query for target, use previous as default.
388 (vhdl-port-copy): Fix port copy for port names starting with "signal".
389 (vhdl-font-lock-keywords-2): Fix fontification for record
390 el. assign.
391 (vhdl-speedbar-make-subpack-line): Add package body link.
392 (vhdl-generate-makefile-1): Not include itself as dependency.
393 (vhdl-font-lock-init): Highlight c-preprocessor directives.
394 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
395 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
396 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
397 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
398 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
399 (vhdl-import-project): Add string argument for `error'.
400 (vhdl-compose-configuration)
401 (vhdl-compose-configuration-architecture): Add configuration
402 declaration generation.
403 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
404 (vhdl-trailer-re): Add "record" keyword (better indentation).
405 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
406 "[^ \t-\"]+".
407 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
408 (vhdl-testbench-entity-file-name)
409 (vhdl-testbench-architecture-file-name): Allow separate
410 customization of testbench file names.
411 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
412 (vhdl-get-visible-signals): Allow newline within alias declaration.
413 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
414 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
415 (member-ignore-case): Alias for missing function in XEmacs.
416 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
417 (vhdl-update-sensitivity-list): Ignore case on read signals.
418 (vhdl-replace-string): Adjust case only for file names.
419 (vhdl-update-sensitivity-list): Fix search for read signals.
420 (vhdl-update-sensitivity-list): Exclude formal parameters.
421 (vhdl-get-visible-signals): Include aliases of signals.
422 (vhdl-get-visible-signals): Fix signal name searching.
423 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
424 (vhdl-fixup-whitespace-region): Fix for character
425 literals (e.g. ':').
426
427 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
428
429 * ansi-color.el (comint-last-output-start):
430 * bs.el (font-lock-verbose):
431 * diff-mode.el (add-log-buffer-file-name-function):
432 * dired-x.el (vm-folder-directory):
433 * faces.el (help-xref-stack-item):
434 * files.el (font-lock-keywords):
435 * find-lisp.el (dired-buffers, dired-subdir-alist):
436 * ido.el (cua-inhibit-cua-keys):
437 * log-view.el (cvs-minor-wrap-function):
438 * outline.el (font-lock-warning-face):
439 * simple.el (compilation-current-error):
440 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
441 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
442 * tooltip.el (comint-prompt-regexp):
443 * w32-fns.el (explicit-shell-file-name):
444 * term/mac-win.el (mac-charset-info-alist)
445 (mac-services-selection, mac-system-script-code):
446 * term/tty-colors.el (msdos-color-values):
447 * term/w32-win.el (xlfd-regexp-registry-subnum):
448 * term/x-win.el (x-keysym-table, x-selection-timeout)
449 (x-session-id, x-session-previous-id):
450 * textmodes/ispell.el (mail-yank-prefix):
451 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
452 * textmodes/org.el (calc-embedded-close-formula)
453 (calc-embedded-open-formula)
454 (font-lock-unfontify-region-function):
455 * textmodes/reftex-global.el (isearch-next-buffer-function)
456 (TeX-master):
457 * textmodes/reftex.el (font-lock-keywords):
458 * textmodes/tex-mode.el (font-lock-comment-face)
459 (font-lock-doc-face):
460 * textmodes/texinfo.el (outline-heading-alist):
461 Add defvars.
462
463 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
464 (artist-spray-chars, artist-mode-init, artist-replace-string)
465 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
466 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
467 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
468
469 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
470 (conf-align-assignments): "?\ " -> "?\s".
471
472 * textmodes/reftex-index.el (TeX-master): Add defvar.
473 (reftex-index-phrases-marker): Move up defvar.
474
475 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
476 (reftex-toc-include-labels-indicator)
477 (reftex-toc-include-index-indicator)
478 (reftex-toc-max-level-indicator): Move up declarations.
479
480 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
481 of args to `tramp-run-real-handler', even if it's empty in this case.
482
483 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
484
485 * dired.el (dired-move-to-filename-regexp): Add date format for
486 Mac OS X 10.3 in East Asian locales.
487
488 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
489
490 * files.el (make-auto-save-file-name): Add file name handler call
491 if applicable.
492
493 * net/tramp.el (tramp-file-name-handler-alist)
494 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
495 (tramp-handle-make-auto-save-file-name): Rename from
496 `tramp-make-auto-save-file-name'.
497 (tramp-exists-file-name-handler): New defun.
498 (tramp-advice-make-auto-save-file-name): Make defadvice only when
499 `make-auto-save-file-name' is not a magic file name operation.
500
501 2005-08-30 Richard M. Stallman <rms@gnu.org>
502
503 * files.el (risky-local-variable-p):
504 Match `-predicates' and `-commands.
505
506 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
507 (custom-save-all): Visit the file if necessary;
508 kill the buffer if we created it.
509 (custom-save-delete): Don't visit file or kill buffer here.
510
511 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
512
513 * textmodes/org.el (org-special-keyword): New face.
514 (org-table-copy-down, org-table-eval-formula)
515 (org-table-recalculate, org-init-section-numbers):
516 Use `string-to-number' instead of `string-to-int'.
517 (org-get-location): Use `insert-buffer-substring' instead of
518 `insert-buffer'.
519 (org-modify-diary-entry-string): New function.
520 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
521 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
522 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
523 active region.
524 (org-export-as-html): Handle QUOTE keyword.
525 (org-quote-string): New option.
526 (org-bookmark-jump-unhide): New function, used for
527 `bookmark-after-jump-hook'.
528 (org-diary-default-entry): Apply only when not called through
529 `org-agenda'.
530
531 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
532
533 * net/eudc.el (mode-popup-menu):
534 * play/handwrite.el (ps-printer-name, ps-lpr-command):
535 * progmodes/ada-mode.el (compile-auto-highlight)
536 (skeleton-further-elements):
537 * progmodes/autoconf.el (font-lock-syntactic-keywords):
538 * progmodes/cmacexp.el (msdos-shells):
539 * progmodes/compile.el (font-lock-extra-managed-props)
540 (font-lock-keywords, font-lock-maximum-size)
541 (font-lock-support-mode):
542 * progmodes/grep.el (font-lock-lines-before):
543 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
544 * progmodes/mixal-mode.el (compile-command):
545 * progmodes/perl-mode.el (font-lock-comment-face)
546 (font-lock-doc-face, font-lock-string-face):
547 * progmodes/prolog.el (comint-prompt-regexp):
548 * progmodes/sh-script.el (font-lock-comment-face)
549 (font-lock-set-defaults, font-lock-string-face):
550 * progmodes/sql.el (font-lock-keyword-face)
551 (font-lock-set-defaults, font-lock-string-face):
552 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
553 (itimer-version, lazy-lock-defer-contextually)
554 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
555 Add defvars.
556
557 * progmodes/cperl-mode.el (cperl-electric-lbrace)
558 (cperl-electric-keyword, cperl-electric-pod)
559 (cperl-electric-backspace, cperl-forward-re)
560 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
561 (vc-rcs-header, vc-sccs-header): Add defvars.
562
563 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
564 (font-lock-syntactic-keywords, gud-find-expr-function):
565 Add defvars.
566
567 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
568 (gdb-frame-parameters): Declare before use.
569
570 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
571 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
572 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
573 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
574
575 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
576 (idlwave-help-with-source): Use `insert-buffer-substring', not
577 `insert-buffer'.
578
579 2005-08-29 Juri Linkov <juri@jurta.org>
580
581 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
582 Put outline-back-to-heading function call inside save-excursion.
583
584 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
585
586 * man.el (Man-init-defvars, Man-translate-references)
587 (Man-support-local-filenames, Man-highlight-references):
588 * progmodes/sql.el (sql-interactive-mode):
589 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
590
591 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
592 (compilation-mode-font-lock-keywords): Add defvars.
593 (checkdoc-interactive-loop): "?\ " -> "?\s".
594
595 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
596 (font-lock-doc-face, font-lock-string-face)
597 (font-lock-keywords-case-fold-search): Add defvars.
598 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
599
600 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
601 Don't pass X and Y (they are ignored anyway).
602 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
603 (mouse-delete-window): Make arguments optional.
604
605 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
606 (caesar-translate-table, minor-modes, news-buffer-save)
607 (news-group-name, news-minor-modes): Add defvars.
608
609 * emacs-lisp/lselect.el (mouse-highlight-priority)
610 (x-lost-selection-functions, zmacs-regions):
611 * emacs-lisp/pp.el (font-lock-verbose):
612 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
613 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
614 (ses-mode-map):
615 * emacs-lisp/tcover-unsafep.el (safe-functions):
616 * international/mule-cmds.el (mac-system-coding-system)
617 (mac-system-locale):
618 * language/ethio-util.el (rmail-current-message)
619 (rmail-message-vector):
620 * language/thai-util.el (thai-auto-composition-mode):
621 * mail/metamail.el (rmail-current-message, rmail-message-vector):
622 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
623 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
624 (vm-primary-inbox, vm-spool-files):
625 * mail/rmail.el (deleted-head, font-lock-fontified)
626 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
627 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
628 (total-messages):
629 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
630 (rmail-summary-mode-map):
631 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
632 (rmail-last-label, rmail-last-multi-labels)
633 (rmail-summary-vector, rmail-total-messages):
634 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
635 * mail/rmailsum.el (msgnum):
636 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
637 (rmail-current-message):
638 * obsolete/fast-lock.el (font-lock-face-list):
639 * obsolete/rnewspost.el (mail-reply-buffer):
640 * obsolete/scribe.el (compile-command):
641 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
642
643 2005-08-28 John Paul Wallington <jpw@gnu.org>
644
645 * ibuf-ext.el (ibuffer-auto-update-changed):
646 Use `frame-or-buffer-changed-p' to check whether we need to update.
647 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
648 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
649 as a `frame-or-buffer-changed-p' state vector instead.
650
651 2005-08-27 Romain Francoise <romain@orebokech.com>
652
653 * textmodes/makeinfo.el (makeinfo-compile):
654 Use `compilation-start'. Set `next-error-function' according to
655 `disable-errors'.
656 (makeinfo-next-error): New function.
657 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
658 (makeinfo-buffer): Likewise.
659
660 * progmodes/compile.el (compilation-start): Add autoload cookie.
661
662 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
663 * textmodes/sgml-mode.el: Likewise.
664 * progmodes/python.el: Likewise.
665
666 2005-08-27 Eli Zaretskii <eliz@gnu.org>
667
668 * simple.el (blink-matching-paren-distance): Document the meaning
669 of nil value, and allow to customize to nil.
670
671 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
672 command.com, not command.exe.
673
674 2005-08-26 John Wiegley <johnw@newartisans.com>
675
676 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
677 code around a bit so that an extraneous nil argument is not added
678 to a command when no args are given.
679
680 * eshell/esh-arg.el (eshell-parse-double-quote): If a
681 double-quoted argument resolves to nil, return it as an empty
682 string rather than as nil. This made it impossible to pass "" to
683 a shell script as a null string argument.
684
685 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
686
687 * outline.el (outline-invent-heading): New fun.
688 (outline-promote, outline-demote): Use it.
689 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
690 (outline-end-of-subtree): Remove unused var `opoint'.
691
692 2005-08-26 David Reitter <david.reitter@gmail.com>
693
694 * menu-bar.el (truncate-lines, write-file, print-buffer)
695 (ps-print-buffer-faces, ps-print-buffer, split-window):
696 Disable menu items when the frame they refer to is invisible, or when
697 they refer to a buffer and the minibuffer is selected.
698
699 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
700
701 * progmodes/flymake.el (flymake-highlight-err-lines):
702 Use save-excursion around flymake-highlight-line to preserve point.
703
704 2005-08-26 Eli Zaretskii <eliz@gnu.org>
705
706 * progmodes/octave-mod.el: Change Author and Maintainer address.
707 (octave-maintainer-address): Change Kurt's email address.
708 * progmodes/octave-inf.el: Change Author and Maintainer address.
709 * progmodes/octave-hlp.el: Change Author and Maintainer address.
710
711 2005-08-26 Kim F. Storm <storm@cua.dk>
712
713 * subr.el (version-list-<, version-list-<=, version-list-=):
714 Renamed from integer-list-*.
715 (version-list-not-zero): Likewise. Fix while loop.
716 (version=): Use version-list-= instead of string-equal.
717
718 2005-08-26 Richard M. Stallman <rms@gnu.org>
719
720 * outline.el (outline-promote): Try shortening the heading.
721 As last resort, read the heading to use.
722 (outline-demote): As last resort, read the heading to use.
723
724 2005-08-26 Romain Francoise <romain@orebokech.com>
725
726 * progmodes/compile.el (compilation-start): Doc fix.
727
728 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
729 (antlr-font-lock-additional-keywords): Fix reference to
730 `antlr-font-lock-literal-regexp' erroneously changed during the
731 mass face rename.
732 (antlr-run-tool): Use `compilation-start'.
733
734 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
735 instead of the obsolete `compile-internal'.
736
737 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
738
739 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
740 (number, original-date):
741 * calendar/cal-china.el (date):
742 * calendar/cal-coptic.el (date):
743 * calendar/cal-french.el (date):
744 * calendar/cal-hebrew.el (date, entry, number, original-date):
745 * calendar/cal-islam.el (date, number, original-date):
746 * calendar/cal-iso.el (date):
747 * calendar/cal-julian.el (date):
748 * calendar/cal-mayan.el (date):
749 * calendar/cal-menu.el (date, event):
750 * calendar/cal-persia.el (date):
751 * calendar/lunar.el (date):
752 * calendar/solar.el (date): Add defvars.
753
754 * emerge.el:
755 * ibuffer.el:
756 * info-xref.el:
757 * obsolete/bg-mouse.el:
758 * obsolete/sun-curs.el:
759 * obsolete/swedish.el: Move the `defvar's to the top level.
760
761 * smerge-mode.el (smerge-refined-change): Add :group.
762
763 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
766 (smerge-keep-n): Remove props.
767 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
768 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
769 now that it's done in smerge-keep-n.
770 (smerge-refined-change): New face.
771 (smerge-refine-chopup-region, smerge-refine-highlight-change)
772 (smerge-refine): New funs.
773 (smerge-basic-map): Bind smerge-refine.
774
775 2005-08-25 Juri Linkov <juri@jurta.org>
776
777 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
778 compilation-process-setup-function and compilation-disable-input
779 in grep-mode instead of let-bindings in grep.
780
781 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
782 Delete "Automatic File De/compression" (auto-compression-mode).
783
784 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
785
786 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
787 Silence warning about non-existent variable.
788
789 2005-08-25 Richard M. Stallman <rms@gnu.org>
790
791 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
792 Rename "Describe Key" to "Describe Key or Mouse Operation".
793
794 * mail/mailalias.el (build-mail-aliases): Delete comments
795 from the contents before processing them.
796
797 * isearch.el (isearch-edit-string): Erase the Search prompt
798 if user enters an empty string and there is no default.
799
800 * comint.el (comint-file-name-prefix): Add autoload.
801
802 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
803
804 * subr.el (play-sound): Rearrange to avoid warning.
805
806 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
807
808 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
809 New hook.
810 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
811
812 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
815
816 * custom.el (custom-theme-set-variables): Sort minor modes last.
817
818 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
819
820 * subr.el (version-separator, version-regexp-alist): New vars used by
821 version comparison funs.
822 (integer-list-<, integer-list-=, integer-list-<=)
823 (integer-list-not-zero): New funs for integer list comparison.
824 (version-to-list, version=, version<, version<=): New funs for version
825 comparison.
826
827 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
828
829 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
830 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
831 time to silence the byte-compiler.
832
833 * ibuffer.el (ibuffer-compile-make-eliding-form)
834 (ibuffer-check-formats): Use `with-no-warnings' to hide references
835 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
836 so it's silly to get warnings for it).
837 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
838 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
839 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
840 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
841 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
842 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
843 Defvar at compile time.
844 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
845 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
846 Declare them before use.
847
848 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
849 (info-xref-good, info-xref-bad): Defvar at compile time.
850
851 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
852 Use `let*' instead of `let'.
853
854 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
855 (*mouse-y*, menu, char): Defvar at compile time.
856 (sc::menu): Declare it before use.
857 (sc::pack-one-line): Use `let', not `let*'.
858
859 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
860 (mail-send-hook): Defvar at compile time.
861
862 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
863 Defvar at compile time.
864
865 * term/sun-mouse.el (current-global-mousemap)
866 (current-local-mousemap): Declare them before use.
867
868 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
869
870 * bookmark.el (bookmark-after-jump-hook): New hook.
871 (bookmark-jump): Run `bookmark-after-jump-hook'.
872
873 2005-08-23 Juri Linkov <juri@jurta.org>
874
875 * faces.el (minibuffer-prompt): Doc fix.
876
877 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
878
879 * progmodes/xscheme.el: Trivial changes to silence warnings.
880 (xscheme-previous-mode, xscheme-previous-process-state):
881 Add defvars.
882 (xscheme-last-input-end, xscheme-process-command-line)
883 (xscheme-process-name, xscheme-buffer-name)
884 (xscheme-expressions-ring-max, xscheme-expressions-ring)
885 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
886 (xscheme-control-g-synchronization-p)
887 (xscheme-control-g-disabled-p, xscheme-string-receiver)
888 (default-xscheme-runlight, xscheme-runlight)
889 (xscheme-runlight-string, xscheme-process-filter-state)
890 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
891 Move to beginning of file.
892 (scheme-interaction-mode-commands-alist)
893 (scheme-interaction-mode-map, scheme-debugger-mode-map):
894 Declare them before use. Note: the initialization code for the variables
895 has not been moved because it uses functions that reference the variables.
896 (xscheme-control-g-message-string, xscheme-process-filter-alist)
897 (xscheme-prompt-for-expression-map): Declare them before use.
898 (scheme-debugger-mode-commands): "?\ " -> "?\s".
899
900 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
901
902 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
903
904 2005-08-22 Juri Linkov <juri@jurta.org>
905
906 * faces.el (set-face-underline): Delete this duplicate function
907 and make an obsolete alias to set-face-underline-p.
908 (set-face-underline-p): Use docstring of set-face-underline.
909 (describe-face): Create hyperlink to parent face.
910
911 * info.el (Info-insert-dir): Use save-excursion around
912 insert-buffer-substring.
913 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
914 (Info-escape-percent): Delete function.
915 (Info-fontify-node): Replace Info-escape-percent by
916 replace-regexp-in-string with REP arg set to lambda that
917 duplicates `%' and preserves text properties.
918
919 * progmodes/compile.el (compilation-disable-input): Doc fix.
920 (define-compilation-mode): Doc fix and refill.
921 (kill-compilation): Use `mode-name' in the error message.
922 (compilation-find-file): Use `compilation-error' in the
923 read-file-name's prompt.
924
925 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
926
927 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
928 (smerge-auto-leave): Make undo re-enable the mode.
929 (debug-ignored-errors): Add the user-error of impossible resolution.
930 (smerge-resolve): Move things around a bit, in preparation for later.
931 (smerge-diff): Don't fail if the buffer has no associated file.
932 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
933 (smerge-conflict-overlay): New function.
934 (smerge-match-conflict): Don't add text properties here.
935 (smerge-find-conflict): Instead, add an overlay here.
936 Also check for the case where we're inside a conflict already, so as to
937 obviate the need for font-lock-multiline, which is unbearably slow with
938 large conflicts and ciomplex font-lock patterns.
939 (smerge-remove-props): Remove overlay rather than text-properties.
940 (smerge-mode): Don't set font-lock-multiline.
941 Remove overlays when turned off.
942
943 2005-08-21 Kim F. Storm <storm@cua.dk>
944
945 * ido.el (ido-ignore-item-p): Use save-match-data.
946 Bind case-fold-search to ido-case-fold locally.
947
948 2005-08-20 Richard M. Stallman <rms@gnu.org>
949
950 * files.el (normal-mode): If font lock is on, turn it off and on.
951
952 * subr.el (replace-regexp-in-string): Doc fix.
953
954 * startup.el (command-line-1): Don't suppress startup screen
955 due to existing processes.
956
957 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
958
959 * progmodes/compile.el (compilation-disable-input): Default to nil.
960
961 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
962
963 * progmodes/compile.el (compilation-disable-input): New defcustom.
964 (compilation-start): If compilation-disable-input is non-nil, send
965 EOF to the compilation process.
966
967 2005-08-20 Eli Zaretskii <eliz@gnu.org>
968
969 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
970 Run the argument of tex-shell-cd-command through
971 convert-standard-filename, to get the correct style of slashes on
972 Windows, and enclose the result in quotes, in case the file name
973 includes whitespace or other special characters.
974
975 2005-08-19 Andreas Schwab <schwab@suse.de>
976
977 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
978 process.
979
980 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
981
982 * cus-start.el (minibuffer-prompt-properties): Correct typo.
983
984 2005-08-18 Kim F. Storm <storm@cua.dk>
985
986 * scroll-lock.el: Fix errors due to incorrect line wrapping.
987
988 2005-08-18 Richard M. Stallman <rms@gnu.org>
989
990 * scroll-lock.el: New file.
991
992 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
993
994 * dired.el (dired-move-to-end-of-filename):
995 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
996
997 2005-08-18 Kim F. Storm <storm@cua.dk>
998
999 * ido.el (ido-everywhere): Fix defcustom :set function to disable
1000 rather than toggle mode when custom value is nil.
1001 (ido-everywhere): Fix defun doc string.
1002
1003 2005-08-17 Richard M. Stallman <rms@gnu.org>
1004
1005 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
1006 as tag instead of "Inviolable".
1007
1008 2005-08-17 Kim F. Storm <storm@cua.dk>
1009
1010 * windmove.el (windmove-coordinates-of-position): Remove.
1011 (windmove-coordinates-of-window-position): Remove.
1012 (windmove-reference-loc): Use posn-at-point instead.
1013
1014 * subr.el (insert-for-yank-1): Doc fix.
1015
1016 * ido.el (ido-enter-matching-directory): Rename from
1017 ido-enter-single-matching-directory. Change 'slash choice to
1018 'only. Add 'first choice.
1019 (ido-exhibit): Adapt to above changes.
1020
1021 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
1022
1023 * Makefile.in: Expand comment about building loaddefs.el.
1024
1025 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
1026
1027 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
1028 Comment use of defadvice.
1029
1030 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
1031
1032 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
1033
1034 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
1035 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
1036 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
1037 * progmodes/idlw-shell.el, progmodes/ld-script.el,
1038 * progmodes/which-func.el, ruler-mode.el, strokes.el,
1039 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
1040 for backward compatibility for faces that did not appear in the
1041 previous Emacs release.
1042
1043 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
1044
1045 2005-08-15 Kim F. Storm <storm@cua.dk>
1046
1047 * emulation/cua-base.el (cua-delete-region): Return t if
1048 deleted region was non-empty.
1049 (cua-replace-region): Inhibit overwrite-mode for
1050 self-insert-command if replaced region was non-empty.
1051 (cua--explicit-region-start, cua--status-string): Make them
1052 buffer-local at top-level...
1053 (cua-mode): ...rather than when mode is enabled.
1054
1055 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
1056
1057 * progmodes/vhdl-mode.el (vhdl-emacs-21):
1058 Set t for Emacs 21, 22, and so on.
1059
1060 2005-08-15 David Ponce <david@dponce.com>
1061
1062 * tree-widget.el: Update Commentary header.
1063 (tree-widget-theme): Doc fix.
1064 (tree-widget-space-width): New option.
1065 (tree-widget-image-properties): Look up in the default theme too.
1066 (tree-widget--cursors): Only for images with arrow pointer shape.
1067 (tree-widget-lookup-image): Pointer shape is hand by default.
1068 (tree-widget-icon): Rename generic icon widget from
1069 `tree-widget-control'.
1070 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
1071 derive from `tree-widget-icon'.
1072 (tree-widget-handle): Improve default look and feel of the text
1073 representation.
1074 (tree-widget): Rename :*-control properties to :*-icon properties.
1075 Add :action and :help-echo properties.
1076 (tree-widget-after-toggle-functions): Move.
1077 (tree-widget-close-node, tree-widget-open-node): Remove.
1078 (tree-widget-before-create-icon-functions): New hook.
1079 (tree-widget-value-create): Update to allow customization of icons
1080 and nodes at run-time via that new hook.
1081 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
1082 (tree-widget-icon-action, tree-widget-icon-help-echo)
1083 (tree-widget-action, tree-widget-help-echo): New functions.
1084
1085 2005-08-15 Kim F. Storm <storm@cua.dk>
1086
1087 * ido.el (ido-buffer-internal): Use with-no-warnings.
1088 (ido-make-merged-file-list): Use while-no-input.
1089
1090 2005-08-15 Richard M. Stallman <rms@gnu.org>
1091
1092 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
1093 (flyspell-large-region): Fix doc and custom type.
1094
1095 2005-08-14 Richard M. Stallman <rms@gnu.org>
1096
1097 * files.el (interpreter-mode-alist): Doc fix.
1098
1099 * mail/rmail.el (rmail-nonignored-headers): New variable.
1100 (rmail-clear-headers): Use it.
1101 (rmail-reply): Better handling of mail-followup-to header.
1102
1103 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1104 Rename variable from sh-font-lock-keywords. In the `shell' entry,
1105 don't try to refer to executable-font-lock-keywords.
1106 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
1107 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
1108 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
1109 (sh-mode): Set comment-start-skip, local-abbrev-table,
1110 imenu-case-fold-search.
1111 (sh-set-shell): Don't set them here.
1112 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
1113 Don't cache the results in the original alist; don't ever modify
1114 that alist.
1115
1116 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
1117
1118 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
1119 empty.
1120
1121 2005-08-15 Andreas Schwab <schwab@suse.de>
1122
1123 * desktop.el: Put autoload cookie at risky-local-variable declarations.
1124
1125 * dired.el, info.el, mail/rmail.el: Revert last change.
1126
1127 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
1128
1129 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
1130 modification in `eval-after-load' form.
1131 * info.el: Likewise.
1132 * mail/rmail.el: Likewise.
1133
1134 2005-08-14 Juri Linkov <juri@jurta.org>
1135
1136 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1137 Remove highlighting of "Compilation started". Highlight only
1138 the word "finished" in "Compilation finished". Add highlighting
1139 of "interrupt", "killed", "terminated" and the exit code.
1140 (compilation-start): Add newline after header. Use exactly the
1141 same time stamp format as the finishing message.
1142 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
1143
1144 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
1145 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
1146 Add highlighting of "interrupt", "killed", "terminated".
1147
1148 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
1149 enabled and the current command is self-insert-command, call it
1150 explicitly with overwrite-mode bound to nil, to not allow it
1151 to delete the character after the selected region.
1152
1153 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
1154
1155 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
1156 move-end-of-line, end-of-line, and beginning-of-line to the list
1157 of commands after which the echo area is updated.
1158
1159 2005-08-12 Eli Zaretskii <eliz@gnu.org>
1160
1161 * cus-edit.el (custom-save-all, custom-save-delete):
1162 Bind recentf-exclude to exclude custom-file.
1163
1164 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
1165
1166 * mail/rmailsum.el (rmail-summary-end-of-message): New command
1167 to go to the bottom of the mail message. Added to
1168 `rmail-summary-mode-map' with key "/".
1169 (rmail-summary-show-message): New (internal) function for use by
1170 both `rmail-summary-beginning/end-of-message'.
1171 (rmail-summary-beginning-of-message): Change to use
1172 rmail-summary-show-message.
1173
1174 * mail/rmail.el (rmail-end-of-message): New command to go to the
1175 end of the current message. Added to `rmail-mode-map' with key "/".
1176 (rmail-beginning-of-message): Fix to work as documented.
1177 (rmail-mode): Change documentation.
1178
1179 * progmodes/compile.el (compilation-start): Add the line
1180 "Compilation started" with compilation start time.
1181 (compilation-mode-font-lock-keywords): Add `started' to keywords.
1182
1183 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
1184
1185 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
1186 of menu items.
1187
1188 2005-08-11 Richard M. Stallman <rms@gnu.org>
1189
1190 * simple.el (pop-global-mark): Reverse test of widen-automatically.
1191
1192 * battery.el (battery-status-function): Don't use ignore-errors.
1193
1194 2005-08-11 Lute Kamstra <lute@gnu.org>
1195
1196 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
1197 define-obsolete-variable-alias.
1198
1199 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1200
1201 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
1202 (ange-ftp-send-cmd): Revert last change, and expand
1203 the comment explaining the problem.
1204
1205 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
1206
1207 * ldefs-boot.el: Update.
1208
1209 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
1210 item to "Time, Load and Mail". Change help echo text.
1211
1212 * time.el (display-time-use-mail-icon, display-time-format)
1213 (display-time-string-forms): Shorten first line of docstrings.
1214
1215 2005-08-10 Lars Hansen <larsh@soem.dk>
1216
1217 * desktop.el (desktop-buffer-mode-handlers):
1218 Make non-customizable. Add autoload cookie. Change initial value to
1219 nil; add elements in respective modules instead. Fix doc string.
1220 (desktop-load-file): New function.
1221 (desktop-minor-mode-handlers): New autoloaded variable.
1222 (desktop-create-buffer): Call minor mode handlers.
1223 Use desktop-load-file to load major and minor mode modules prior to
1224 checking for a handler.
1225 (desktop-save): Don't add nil to desktop-minor-modes for minor
1226 modes with nil function in desktop-minor-mode-table. Don't delete
1227 desktop file before rewriting it.
1228 (desktop-locals-to-save): Add autoload cookie. Don't make
1229 automatically buffer-local. Add variables column-number-mode,
1230 size-indication-mode, indent-tabs-mode,
1231 indicate-buffer-boundaries, indicate-empty-lines and
1232 show-trailing-whitespace.
1233 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
1234 regexps. Don't use desktop-clear-preserve-buffers-regexp.
1235 (desktop-clear-preserve-buffers-regexp): Delete.
1236 (desktop-clear-preserve-buffers): Update initial value and docstring.
1237 (desktop-save-buffer): Fix doc string.
1238
1239 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
1240 (hilit-chg-desktop-restore): New function.
1241 (highlight-changes-mode): Add highlight-changes-mode to
1242 desktop-locals-to-save.
1243
1244 * dired.el: Add handler to desktop-buffer-mode-handlers.
1245 (dired-restore-desktop-buffer): Remove autoload cookie.
1246 (dired-mode): Add autoload cookie.
1247
1248 * info.el: Add handler to desktop-buffer-mode-handlers.
1249 (Info-restore-desktop-buffer): Remove autoload cookie.
1250 (Info-mode): Add autoload cookie.
1251
1252 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
1253 (mh-restore-desktop-buffer): Remove autoload cookie.
1254 (mh-folder-mode): Add autoload cookie.
1255
1256 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
1257 (rmail-restore-desktop-buffer): Remove autoload cookie.
1258
1259 2005-08-11 Masatake YAMATO <jet@gyve.org>
1260
1261 * hexl.el (hexl-address-region):
1262 (hexl-ascii-region, hexl-font-lock-keywords):
1263 (hexl-highlight-line-range): Use the term "region"
1264 instead of "area" for consistency with the other symbols
1265 defined in hexl.el.
1266
1267 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
1268
1269 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
1270 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
1271 out by Juri Linkov). Add `display-battery-mode'.
1272
1273 2005-08-09 Juri Linkov <juri@jurta.org>
1274
1275 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1276 Remove `-text' from face variable names.
1277 (compilation-error-file-name, compilation-warning-file-name)
1278 (compilation-info-file-name): Delete faces.
1279 (compilation-line-number, compilation-column-number):
1280 Remove face underlining.
1281 (compilation-message-face): Set to `underline' value by default.
1282 (compilation-error-face, compilation-warning-face)
1283 (compilation-info-face): Remove `-file-name' from face names.
1284 (compilation-error-text-face, compilation-warning-text-face)
1285 (compilation-info-text-face): Delete face variables.
1286 (compilation-text-face): Delete function.
1287
1288 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
1289 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
1290 (grep-error-face): Set to `compilation-error' instead of
1291 `compilation-error-face' (which is redefined to `grep-hit-face' in
1292 grep buffers).
1293 (grep-mode-font-lock-keywords): Remove `-text' from face variable
1294 names. Use `grep-error-face' instead of `compilation-error-text-face'.
1295
1296 * dired-aux.el (dired-do-query-replace-regexp):
1297 Use `query-replace-read-args'.
1298
1299 * replace.el (query-replace-read-from, query-replace-read-to)
1300 (query-replace-read-args): Rename arg `string' to `prompt'.
1301
1302 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
1303
1304 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1305
1306 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
1307 uploading files.
1308 (ange-ftp-canonize-filename): Handle file names beginning with ~
1309 correctly.
1310
1311 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
1312
1313 * textmodes/fill.el (canonically-space-region)
1314 (fill-context-prefix, fill-french-nobreak-p)
1315 (fill-delete-newlines, fill-comment-paragraph)
1316 (justify-current-line): "?\ " -> "?\s".
1317
1318 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
1319
1320 * textmodes/fill.el (fill-nonuniform-paragraphs):
1321 Improve argument/docstring consistency.
1322
1323 2005-08-09 Richard M. Stallman <rms@gnu.org>
1324
1325 * textmodes/ispell.el (ispell-word): More fboundp checks.
1326
1327 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
1328 (find-file-noselect-1): Call it here, only if RAWFILE.
1329 (normal-mode): Always set some major mode.
1330 (save-some-buffers-action-alist): Change some explanation strings.
1331 (file-name-non-special): In the `quote' method, use unwind-protect.
1332
1333 2005-08-09 Magnus Henoch <mange@freemail.hu>
1334
1335 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
1336 (ispell-have-aspell-dictionaries): New variable.
1337 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
1338 (ispell-get-aspell-config-value): New function.
1339 (ispell-aspell-find-dictionary): New function.
1340 (ispell-aspell-add-aliases): New function.
1341 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
1342 appropriate. Don't look for ispell dictionaries if we use aspell.
1343 (ispell-menu-map): Don't build a submenu of dictionaries.
1344
1345 2005-08-09 Richard M. Stallman <rms@gnu.org>
1346
1347 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
1348 (sql-read-passwd): Use read-passwd.
1349
1350 * progmodes/idlw-toolbar.el (idlwave-toolbar)
1351 (idlwave-toolbar-is-possible): Add defvars.
1352
1353 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
1354 Avoid warnings.
1355
1356 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
1357 (idlwave-system-class-info, idlwave-executive-commands-alist):
1358 Use defvar.
1359
1360 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
1361
1362 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
1363 Avoid warnings.
1364
1365 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
1366 and content-type: headers.
1367
1368 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
1369
1370 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
1371 and rename some of them to be more self-explanatory.
1372
1373 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
1374
1375 * startup.el (command-line-1): Implement -scriptload.
1376
1377 * replace.el (occur-engine): Initial *Occur* output not undoable.
1378
1379 * menu-bar.el (menu-bar-file-menu): Rename some menu items
1380 and improve help strings.
1381
1382 * isearch.el (isearch-repeat): When changing direction,
1383 mark search successful.
1384
1385 * ediff-init.el: Use (featurep 'xemacs).
1386
1387 * comint.el (send-invisible): Identify buffer, if not selected.
1388
1389 * align.el: Delete autoload for c-guess-basic-syntax.
1390
1391 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
1392
1393 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
1394 Improve argument/docstring consistency. Doc fixes.
1395 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
1396 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
1397 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
1398 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
1399 (r2bv-organization, r2bv-pages, r2bv-primary-author)
1400 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
1401 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
1402 Defvar at compile time.
1403
1404 2005-08-09 Juri Linkov <juri@jurta.org>
1405
1406 * info.el: Replace `info' with upper-case `Info' where appropriate.
1407 (info-title-1, info-title-2, info-title-3, info-title-4)
1408 (info-menu-header): Move up face definitions.
1409 (info-menu-star): Rename from `info-menu-5'.
1410 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
1411 (Info-fontify-visited-nodes): Fix docstring.
1412 (Info-hide-note-references): Fix docstring.
1413 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
1414 menu items in the same way as on cross-references.
1415 (info-apropos): Fix sorting order and formatting to be like in the
1416 stand-alone Info browser. Display error messages for 1 sec.
1417 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
1418 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
1419 from the menu bar.
1420 (Info-insert-dir): Restore point after calling
1421 `insert-buffer-substring'.
1422
1423 2005-08-08 Richard M. Stallman <rms@gnu.org>
1424
1425 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
1426 (recompute-lucid-menubar): Add defvars.
1427
1428 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
1429
1430 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
1431
1432 * net/net-utils.el (run-dig): Rename from `dig'.
1433
1434 * play/gametree.el (gametree-mode): Use make-local-variable,
1435 not make-variable-buffer-local.
1436
1437 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
1438
1439 * ansi-color.el (ansi-color-make-extent)
1440 (ansi-color-set-extent-face): Use fboundp, not functionp.
1441
1442 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
1443 not make-variable-buffer-local.
1444
1445 * bookmark.el (Info-current-file): Add defvar.
1446 (bookmark-jump-noselect): Use with-no-warnings.
1447
1448 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
1449
1450 * ebuff-menu.el (Helper-return-blurb): Add defvar.
1451
1452 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
1453
1454 * find-file.el (ada-procedure-start-regexp)
1455 (ada-package-start-regexp): Add defvars.
1456
1457 * info.el (Info-insert-dir): Use insert-buffer-substring.
1458
1459 * xml.el (xml-att-def-re): Add defvar.
1460
1461 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
1462 calling convention.
1463
1464 * subr.el (while-no-input): Return t if there is input.
1465
1466 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
1467
1468 * cus-start.el (all): Add `overflow-newline-into-fringe'.
1469
1470 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
1471
1472 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
1473 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
1474
1475 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
1476
1477 * cmuscheme.el (scheme-start-file): Replace reference to
1478 `user-emacs-directory' by "~/.emacs.d/".
1479
1480 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
1481
1482 * info.el (Info-dir-remove-duplicates): Avoid case folding
1483 in loop; instead, keep downcased strings for comparison.
1484 Suggested by Helmut Eller.
1485
1486 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
1487
1488 Sync with Tramp 2.0.50.
1489
1490 * tramp.el: Remove defvar of `last-coding-system-used' in the
1491 XEmacs case; not necessary anymore.
1492 (tramp-user-regexp): Allow "@" as part of user name.
1493 (tramp-handle-set-visited-file-modtime)
1494 (tramp-handle-insert-file-contents)
1495 (tramp-handle-write-region): No special handling for
1496 `last-coding-system-used, because this is done in
1497 `tramp-accept-process-output' now.
1498 (tramp-accept-process-output): New defun.
1499 (tramp-process-one-action, tramp-process-one-multi-action)
1500 (tramp-wait-for-regexp, tramp-wait-for-output)
1501 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
1502 Howells <dhowells@redhat.com>.
1503 (clear-visited-file-modtime): Defadvice removed. The check for
1504 unset buffer's modtime does not need to be based on
1505 `tramp-buffer-file-attributes'. Suggested by RMS.
1506 (tramp-message): Insert "\n" if not being at beginning of line.
1507 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
1508 sequence with same logic.
1509 (tramp-completion-handle-expand-file-name): Discard call of
1510 `tramp-drop-volume-letter'. It is not necessary, and there have
1511 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
1512 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1513 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
1514 should always be visible.
1515 (tramp-handle-insert-directory, tramp-setup-complete)
1516 (tramp-set-process-query-on-exit-flag)
1517 (tramp-append-tramp-buffers): Pacify byte-compiler.
1518 (tramp-bug): Delete non-existing variables from list.
1519 Apply `tramp-load-report-modules' as pre-hook.
1520 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
1521 `shell-prompt-pattern' because of non-7bit characters.
1522 Reported by Sebastian Luque <sluque@mun.ca>.
1523 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
1524 (tramp-match-string-list): Remove function.
1525 (tramp-wait-for-regexp): Remove call of that function.
1526 Suggested by Kim F. Storm <storm@cua.dk>.
1527 (tramp-set-auto-save-file-modes): Use octal integer code #o600
1528 instead of octal character code ?\600. The latter resulted in a
1529 syntax error with XEmacs.
1530
1531 * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
1532 XEmacs case; not necessary anymore.
1533 (tramp-smb-handle-write-region): No special handling for
1534 `last-coding-system-used, because this is done in
1535 `tramp-accept-process-output' now.
1536 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
1537
1538 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
1539
1540 * wid-edit.el (widget-choice-value-create):
1541 Unconditionally respect user choice. Set :explicit-choice back to nil
1542 when no longer needed.
1543 (widget-choice-action): Unconditionally respect user choice.
1544 Eliminate :explicit-choice-value.
1545
1546 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
1547
1548 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
1549 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
1550 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
1551 running new function `toggle-indicate-empty-lines'.
1552 Rename "Customize" item to "Customize fringe".
1553 Rename "Indicators" item to "Buffer boundaries" and change help echo.
1554 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
1555 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
1556 Delete "Empty lines only" item.
1557 (menu-bar-showhide-fringe-ind-customize): New function.
1558 (menu-bar-showhide-fringe-ind-mixed)
1559 (menu-bar-showhide-fringe-ind-box)
1560 (menu-bar-showhide-fringe-ind-right)
1561 (menu-bar-showhide-fringe-ind-left)
1562 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
1563 instead of `fringe-indicators'.
1564
1565 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
1566
1567 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
1568 Change the date of last update.
1569
1570 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
1571
1572 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
1573 (viper-exec-yank, viper-put-back): Don't display modification msg
1574 if in the minibuffer.
1575
1576 * viper-init.el (viper-replace-overlay-cursor-color)
1577 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
1578 Make variables frame local.
1579
1580 * viper-util.el (viper-append-filter-alist): Use append instead of
1581 nconc.
1582
1583 * viper.el (viper-vi-state-mode-list)
1584 (viper-emacs-state-mode-list): Move help-mode and
1585 completion-list-mode from the first list to the second.
1586 (viper-mode): Docstring.
1587 (viper-go-away, viper-non-hook-settings): Don't localize
1588 minor-mode-alist in newer Emacsen. Add advice to
1589 set-cursor-color. Don't bind "\C-c\\".
1590
1591 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
1592
1593 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
1594 (scheme-macro-expand-command): New user options.
1595 (scheme-trace-procedure, scheme-expand-current-form): New commands.
1596 (scheme-form-at-point, scheme-start-file)
1597 (scheme-interactively-start-process): New functions.
1598 (scheme-get-process): New function, extracted from `scheme-proc'.
1599 (run-scheme): Call `scheme-start-file' to get start file, and pass
1600 it to `make-comint'.
1601 (switch-to-scheme, scheme-proc):
1602 Call `scheme-interactively-start-process' if no Scheme buffer/process
1603 is available.
1604
1605 2005-08-06 Juri Linkov <juri@jurta.org>
1606
1607 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1608 Use `compilation-text-face', `compilation-info-text-face' and
1609 `compilation-error-text-face' instead of `font-lock-keyword-face'.
1610 (compilation-error): New face.
1611 (compilation-error-file-name): Inherit from
1612 `compilation-error' instead of `font-lock-warning-face'.
1613 (compilation-warning-file-name): Inherit from
1614 `compilation-warning' instead of `font-lock-warning-face'.
1615 (compilation-info, compilation-error-file-name)
1616 (compilation-warning-file-name, compilation-info-file-name)
1617 (compilation-line-number, compilation-column-number): Doc fix.
1618 (compilation-error-text-face, compilation-warning-text-face)
1619 (compilation-info-text-face): New face variables.
1620 (compilation-line-face, compilation-column-face)
1621 (compilation-enter-directory-face)
1622 (compilation-leave-directory-face): Doc fix.
1623 (compilation-text-face): New function.
1624
1625 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
1626 instead of 1 to display binary file names as info file links.
1627 (grep-error-face): Use `compilation-error-face' instead of
1628 `font-lock-keyword-face'.
1629 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
1630 and `compilation-warning-text-face' instead of
1631 `font-lock-keyword-face'. Use `compilation-error-text-face'
1632 instead of `grep-error-face'.
1633
1634 2005-08-05 Kenichi Handa <handa@m17n.org>
1635
1636 * international/code-pages.el: Add autoload cookies for all coding
1637 systems.
1638
1639 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
1640
1641 * cus-start.el (all): Put undo.c where it alphabetically belongs.
1642
1643 2005-08-04 Juri Linkov <juri@jurta.org>
1644
1645 * progmodes/compile.el (compilation-mode-map):
1646 * progmodes/grep.el (grep-mode-map):
1647 Bind TAB to `compilation-next-error' and [backtab] to
1648 `compilation-previous-error'.
1649
1650 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
1651 matching line numbers, column numbers and their ranges with regexp
1652 matching only line numbers.
1653 (grep-context-face): New face variable.
1654 (grep-mode-font-lock-keywords): Use it.
1655
1656 * faces.el (read-face-name): Delete duplicate faces.
1657
1658 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
1659
1660 * thumbs.el (thumbs-find-image): Don't make variables
1661 automatically buffer local.
1662 (thumbs-current-tmp-filename, thumbs-current-image-filename)
1663 (thumbs-image-num): Make automatically buffer local.
1664 (thumbs-show-thumbs-list): Use `make-local-variable', not
1665 `make-variable-buffer-local'.
1666 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
1667
1668 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
1669 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
1670 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
1671 (bother, bye, canyou, chatlst, continue, deathlst, describe)
1672 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
1673 (feelings-about, foullst, found, hello, history, howareyoulst)
1674 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
1675 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
1676 (neglst, obj, object, owner, please, problems, qlist)
1677 (random-adjective, relation, remlst, repetitive-shortness)
1678 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
1679 (shortlst, something, sportslst, stallmanlst, states, subj)
1680 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
1681 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
1682 Defvar at compile time.
1683
1684 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
1685 not `make-variable-buffer-local'.
1686
1687 2005-08-02 Kim F. Storm <storm@cua.dk>
1688
1689 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
1690 rectangle overlay in selected window.
1691
1692 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
1693
1694 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
1695 instead of display group. Make `indicate-buffer-boundaries'
1696 customizable through Custom.
1697
1698 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
1699
1700 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
1701 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
1702 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
1703 (gdb-put-string): Fix typos in docstrings.
1704
1705 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
1706
1707 Update copyright notices of files in progmodes directory for
1708 release of Emacs 22.1.
1709
1710 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
1711
1712 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
1713 Don't barf if the GUD buffer has been killed.
1714
1715 2005-08-01 Kim F. Storm <storm@cua.dk>
1716
1717 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
1718
1719 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * simple.el (next-error-follow-minor-mode):
1722 make-variable-buffer-local -> make-local-variable.
1723
1724 * emacs-lisp/cl-extra.el: Require CL also when compiling.
1725
1726 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
1727 (byte-compile-form-make-variable-buffer-local): New functions to warn
1728 about misuses of make-variable-buffer-local where make-local-variable
1729 was meant.
1730
1731 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
1732
1733 * bs.el (bs-attributes-list): Doc fix.
1734 (bs): Update url-link.
1735
1736 * desktop.el (desktop-save-buffer): Fix typos in docstring.
1737 (desktop-load-default): Simplify.
1738
1739 * ibuffer.el (ibuffer-columnize-and-insert-list)
1740 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
1741 (ibuffer-unmark-all, ibuffer-toggle-marks)
1742 (ibuffer-unmark-forward, ibuffer-unmark-backward)
1743 (ibuffer-compile-make-format-form, ibuffer-format-column)
1744 (ibuffer-current-buffers-with-marks)
1745 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
1746 (ibuffer): Doc fix.
1747 (ibuffer-mode): Fix typo in docstring.
1748 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
1749 with `define-obsolete-variable-alias'.
1750 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
1751
1752 2005-07-29 Kenichi Handa <handa@m17n.org>
1753
1754 * international/mule-cmds.el (select-message-coding-system):
1755 Be sure to use LF for end-of-line. If no coding system is decided,
1756 return iso-8859-1-unix.
1757
1758 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
1759
1760 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
1761 (ange-ftp-pending-error-line): New vars.
1762 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
1763 to handle the non-fatal no-route-to-host messages.
1764 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
1765
1766 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
1767
1768 * isearch.el (isearch-mode-map, isearch-other-meta-char)
1769 (isearch-quote-char, isearch-printing-char)
1770 (isearch-text-char-description): "?\ " -> "?\s".
1771 (isearch-lazy-highlight-cleanup)
1772 (isearch-lazy-highlight-initial-delay)
1773 (isearch-lazy-highlight-interval)
1774 (isearch-lazy-highlight-max-at-a-time)
1775 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
1776 Declare with define-obsolete-*-alias macros.
1777 (isearch-forward): Fix typo in docstring.
1778 (search-invisible, search-ring-yank-pointer)
1779 (regexp-search-ring-yank-pointer): Doc fixes.
1780
1781 * recentf.el (recentf-menu-append-commands-p): Declare with
1782 `define-obsolete-variable-alias'.
1783 (recentf-max-saved-items, recentf-menu-filter)
1784 (recentf-arrange-by-rule-subfilter): Doc fixes.
1785 (recentf-menu-append-commands-flag)
1786 (recentf-initialize-file-name-history, recentf-expand-file-name)
1787 (recentf-clear-data): Fix typos in docstrings.
1788
1789 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
1790
1791 * progmodes/gdb-ui.el: Smarten comments.
1792 (gdb-info-breakpoints-custom): Use nowarn when finding file.
1793
1794 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1795
1796 * term/apollo.el (terminal-init-apollo): New function containing
1797 all former top level forms in the file.
1798 * term/bobcat.el (terminal-init-bobcat):
1799 * term/cygwin.el (terminal-init-cygwin):
1800 * term/iris-ansi.el (terminal-init-iris-ansi):
1801 * term/linux.el (terminal-init-linux):
1802 * term/news.el (terminal-init-news):
1803 * term/rxvt.el (terminal-init-rxvt):
1804 * term/sun.el (terminal-init-sun):
1805 * term/tvi970.el (terminal-init-tvi970):
1806 * term/vt100.el (terminal-init-vt100):
1807 * term/vt102.el (terminal-init-vt102):
1808 * term/vt125.el (terminal-init-vt125):
1809 * term/vt200.el (terminal-init-vt200):
1810 * term/vt201.el (terminal-init-vt201):
1811 * term/vt220.el (terminal-init-vt220):
1812 * term/vt240.el (terminal-init-vt240):
1813 * term/vt300.el (terminal-init-vt300):
1814 * term/vt320.el (terminal-init-vt320):
1815 * term/vt400.el (terminal-init-vt400):
1816 * term/vt420.el (terminal-init-vt420):
1817 * term/wyse50.el (terminal-init-wyse50):
1818 * term/xterm.el (terminal-init-xterm): Likewise.
1819
1820 * term/README: Describe the terminal-init-* functionality.
1821
1822 * startup.el (command-line): After loading the terminal initialization
1823 file call the corresponding terminal initialization function.
1824
1825 2005-07-27 Kenichi Handa <handa@m17n.org>
1826
1827 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
1828 negative.
1829
1830 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
1831 (ps-mule-composition-prologue): Fix for the case that
1832 RelativeCompose is false.
1833
1834 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
1835
1836 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
1837
1838 * descr-text.el (describe-char): Handle the case where the list of
1839 chars is displayed in a separate frame.
1840 Be a bit more discriminating when looking for the char.
1841
1842 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
1843
1844 * bookmark.el (bookmark-automatically-show-annotations)
1845 (bookmark-read-annotation-text-func): Doc fixes.
1846 (bookmark-save): Improve argument/docstring consistency.
1847 (bookmark-get-bookmark, bookmark-get-bookmark-record)
1848 (bookmark-alist-from-buffer)
1849 (bookmark-upgrade-file-format-from-0)
1850 (bookmark-grok-file-format-version)
1851 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
1852 (bookmark-read-annotation-mode)
1853 (bookmark-insert-current-bookmark, bookmark-jump)
1854 (bookmark-exit-hook): Fix typos in docstrings.
1855 (bookmark-exit-hooks): Define as obsolete alias.
1856 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
1857 not `bookmark-exit-hooks'. Fix docstring.
1858 (bookmark-bmenu-select): "?\ " -> "?\s".
1859
1860 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
1861
1862 * startup.el (command-line): Fix typo.
1863
1864 2005-07-24 Richard M. Stallman <rms@gnu.org>
1865
1866 * tooltip.el (tooltip-mode): Test emacs-basic-display,
1867 not emacs-quick-startup.
1868
1869 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
1870
1871 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
1872 (reb-next-match, reb-show-subexp): Use `with-selected-window'
1873 instead of `reb-with-current-window'.
1874 (reb-prev-match): Likewise. Also, don't move left if the search
1875 was unsuccessful.
1876 (reb-initialize-buffer): New function.
1877 (re-builder, reb-change-syntax): Use it.
1878
1879 * man.el (Man-goto-page): Make second argument NOERROR optional.
1880
1881 2005-07-23 Richard M. Stallman <rms@gnu.org>
1882
1883 * man.el (Man-bgproc-sentinel): Check here for failure to find
1884 any man page in the output, and report the error here.
1885 (Man-arguments): Make it permanent local.
1886 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
1887 (Man-mode): Pass t for NOERROR.
1888
1889 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
1890 (grep-mode-font-lock-keywords):
1891 Don't use compilation-...-face for messages that are not file names.
1892
1893 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1894 Don't use compilation-...-face for messages that are not file names.
1895
1896 2005-07-22 Juri Linkov <juri@jurta.org>
1897
1898 * startup.el (normal-splash-screen): Update menu name.
1899
1900 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
1901
1902 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1903
1904 * term/xterm.el: Load term/rxvt if the terminal is actually an
1905 rxvt terminal.
1906 (xterm-rxvt-set-background-mode): Remove, not used anymore.
1907
1908 * term/rxvt.el (function-key-map): Use substitute-key-definition
1909 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
1910
1911 * term/cygwin.el: New file.
1912
1913 2005-07-22 Kim F. Storm <storm@cua.dk>
1914
1915 * image-file.el (insert-image-file, image-file-yank-handler):
1916 Fix last change to maintain a (unique) yank-handler on yanked images.
1917
1918 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
1919
1920 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
1921 of the file size (as in "177B" for 177 bytes). This happens with
1922 "ls -lh" on FreeBSD.
1923
1924 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
1925
1926 * hilit-chg.el (highlight-changes-global-initial-state)
1927 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
1928 (hilit-chg-fixup, highlight-changes-mode):
1929 Fix typos in docstrings.
1930 (highlight-changes-global-modes, highlight-changes-rotate-faces):
1931 Doc fixes.
1932
1933 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
1934
1935 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
1936 mode function using `eval-after-load'.
1937
1938 2005-07-21 Kim F. Storm <storm@cua.dk>
1939
1940 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
1941 included when reporting an emacs crash, and tell about the DEBUG file.
1942
1943 * image-file.el (insert-image-file): Add yank-handler.
1944 (image-file-yank-handler): Yank handler to make unique copies of
1945 images when they are yanked into a buffer next to each other.
1946
1947 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
1948
1949 * comint.el (comint-use-prompt-regexp, comint-send-input)
1950 (comint-source-default, comint-extract-string)
1951 (comint-get-source, comint-word, comint-completion)
1952 (comint-source, comint-prompt-read-only, comint-update-fence):
1953 Fix typos in docstrings.
1954 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
1955 Declare with define-obsolete-*-alias macros.
1956 (comint-previous-matching-input-from-input)
1957 (comint-next-matching-input-from-input)
1958 (comint-previous-matching-input, comint-next-matching-input)
1959 (comint-forward-matching-input):
1960 Improve argument/docstring consistency.
1961
1962 * desktop.el (desktop-clear-preserve-buffers-regexp):
1963 Also preserve the *server* buffer.
1964
1965 * simple.el (clone-indirect-buffer): Doc fix.
1966 (fixup-whitespace, just-one-space)
1967 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
1968 (next-error, next-error-highlight)
1969 (next-error-highlight-no-select, next-error-last-buffer)
1970 (next-error-buffer-p, next-error-find-buffer, next-error)
1971 (previous-error, next-error-no-select, previous-error-no-select)
1972 (open-line, split-line, minibuffer-prompt-width, kill-new)
1973 (binary-overwrite-mode): Fix typos in docstrings.
1974 (set-fill-column): Fix typo in message.
1975
1976 * skeleton.el (skeleton-proxy-new): Doc fix.
1977
1978 * strokes.el (strokes-load-hook): Doc fix.
1979 (strokes-grid-resolution, strokes-get-grid-position)
1980 (strokes-renormalize-to-grid, strokes-read-stroke)
1981 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
1982 (strokes-global-map): Fix typos in docstrings.
1983 (strokes-help): Doc fix. Fix help message and pass it through
1984 `substitute-command-keys'.
1985
1986 * tempo.el (tempo-insert-prompt, tempo-interactive)
1987 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
1988 (tempo-insert-string-functions, tempo-local-tags)
1989 (tempo-define-template, tempo-insert-template)
1990 (tempo-insert-prompt-compat, tempo-is-user-element)
1991 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
1992 Fix typos in docstrings.
1993
1994 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
1995 (vcursor-key-bindings, vcursor-use-vcursor-map)
1996 (vcursor-find-window, vcursor-scroll-down)
1997 (vcursor-disable, vcursor-beginning-of-buffer)
1998 (vcursor-end-of-buffer): Fix typos in docstrings.
1999 (vcursor-relative-move, vcursor-get-char-count):
2000 Improve argument/docstring consistency.
2001
2002 * version.el: "?\ " -> "?\s".
2003
2004 * wid-edit.el (widget-default-create, widget-after-change)
2005 (widget-default-format-handler, widget-checklist-add-item)
2006 (widget-radio-add-item, widget-choose, widget-specify-secret)
2007 (widget-field-value-create, widget-field-value-get)
2008 (widget-editable-list-format-handler)
2009 (widget-editable-list-entry-create, widget-group-value-create)
2010 (widget-documentation-link-add)
2011 (widget-documentation-string-value-create): "?\ " -> "?\s".
2012 (widget-convert-text): Doc fix.
2013 (widget-narrow-to-field, widget-field-find)
2014 (widget-url-link-action, widget-emacs-library-link-action)
2015 (widget-color-notify): Fix typos in docstrings.
2016
2017 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
2018 (x-select-text, set-w32-system-coding-system)
2019 (w32-add-charset-info): Fix typos in docstrings.
2020
2021 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
2022 (cua-enable-cua-keys, cua-use-hyper-key)
2023 (cua-virtual-rectangle-edges): Fix typos in docstrings.
2024 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
2025
2026 * net/tramp.el (tramp-handle-load): Fix typo in error message.
2027
2028 * emacs-lisp/re-builder.el (regexp-builder): Declare with
2029 `defalias' instead of faking it.
2030
2031 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
2032 (eshell-ls-missing, eshell-ls-dired-initial-args)
2033 (eshell-ls-use-in-dired): Fix typos in docstrings.
2034
2035 2005-07-20 Kim F. Storm <storm@cua.dk>
2036
2037 * emulation/cua-base.el (cua-mode): Improve doc string.
2038
2039 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
2040
2041 * abbrev.el (expand-region-abbrevs): Doc fix.
2042 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
2043 Improve argument/docstring consistency.
2044
2045 * arc-mode.el (archive-get-descr, archive-alternate-display):
2046 Doc fixes.
2047 (archive-l-e): Improve argument/docstring consistency.
2048 (archive-tmpdir, archive-unixdate, archive-unixtime)
2049 (archive-chmod-entry): Fix typos in docstrings.
2050 (archive-unflag, archive-unflag-backwards)
2051 (archive-unmark-all-files): "?\ " -> "?\s".
2052
2053 * buff-menu.el (Buffer-menu-unmark): Doc fix.
2054 (Buffer-menu-not-modified, Buffer-menu-execute)
2055 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
2056 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
2057
2058 * composite.el (compose-string, encode-composition-rule)
2059 (compose-last-chars): Fix typos in docstrings.
2060
2061 * desktop.el (desktop-enable, desktop-basefilename):
2062 Declare with `define-obsolete-variable-alias'.
2063 (desktop-internal-v2s): Don't quote keywords.
2064 (desktop-clear): "?\ " -> "?\s".
2065
2066 * dired.el (dired-align-file, dired-flag-backup-files)
2067 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
2068 (dired-listing-switches, dired-ls-F-marks-symlinks)
2069 (dired-dwim-target, dired-load-hook, dired-mode-hook)
2070 (dired-directory, dired-faces, dired, dired-revert)
2071 (dired-mode, dired-summary, dired-view-file)
2072 (dired-copy-filename-as-kill, dired-delete-file)
2073 (dired-no-confirm, dired-unmark-all-marks)
2074 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
2075 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
2076 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
2077 Fix typos in message strings.
2078
2079 * dired-x.el (virtual-dired): Declare with `defalias'.
2080 (dired-mark-unmarked-files, dired-local-variables-file)
2081 (dired-omit-here-always): Doc fix.
2082 (dired-omit-mode, dired-find-subdir)
2083 (dired-enable-local-variables, dired-clean-up-buffers-too)
2084 (dired-extra-startup, dired-mark-extension, dired-jump)
2085 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
2086 (dired-smart-shell-command, dired-guess-shell-alist-user)
2087 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
2088 (dired-x-bind-find-file, dired-x-submit-report):
2089 Fix typos in docstrings.
2090 (dired-mark-unmarked-files): "?\ " -> "?\s".
2091
2092 * dirtrack.el (dirtrack-list): Fix typos in docstring.
2093
2094 * faces.el (describe-face): "?\ " -> "?\s".
2095 (read-all-face-attributes, read-face-font, modify-face)
2096 (face-attr-construct, italic): Fix typos in docstrings.
2097 (frame-update-face-colors): Declare with
2098 `define-obsolete-function-alias'.
2099
2100 * files.el (find-file-noselect, recode-file-name): Doc fixes.
2101 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
2102 (magic-mode-alist, buffer-file-numbers-unique)
2103 (write-file-functions, get-free-disk-space):
2104 Fix typos in docstrings.
2105 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
2106 (write-contents-hooks, write-file-hooks):
2107 Declare with `define-obsolete-variable-alias'.
2108
2109 * forms-d2.el (arch-rj): Fix typo in docstrings.
2110 (arch-tocol): Likewise. "?\ " -> "?\s".
2111
2112 * frame.el (set-frame-font, cursor-in-non-selected-windows):
2113 Fix typo in docstring.
2114 (set-screen-width, set-screen-height): Delete redundant info in
2115 doctrings.
2116 (new-frame, screen-height, screen-width): Declare with
2117 `define-obsolete-function-alias'.
2118 (delete-frame-hook, blink-cursor): Declare with
2119 `define-obsolete-variable-alias'.
2120
2121 * paths.el (prune-directory-list): Fix typos in docstring.
2122
2123 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
2124 (cvs-prefix-get): Fix typos in docstrings.
2125
2126 * ps-print.el (ps-extend-face-list, ps-extend-face)
2127 (ps-print-background-image): Fix typos in docstrings.
2128 (ps-default-fg, ps-default-bg): Doc fixes.
2129
2130 * s-region.el (s-region-bind): Doc fix.
2131 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
2132
2133 * textmodes/org.el (org-table-formula-substitute-names)
2134 (org-table-get-vertical-vector): Doc fixes.
2135 (org-table-recalculate): Remove unused argument to `message'.
2136
2137 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
2138
2139 * textmodes/org.el (org-table-column-names)
2140 (org-table-column-name-regexp)
2141 (org-table-named-field-locations): New variables.
2142 (org-archive-subtree): Protect `this-command' when calling
2143 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
2144 the kill buffer.
2145 (org-complete): Remove fixed-formula completion.
2146 (org-edit-formulas-map): New variable.
2147 (org-table-edit-formulas): New command.
2148 (org-finish-edit-formulas, org-abort-edit-formulas)
2149 (org-show-variable, org-table-get-vertical-vector): New functions.
2150 (org-table-maybe-eval-formula): Handle `:=' fields.
2151 (org-table-get-stored-formulas, org-table-store-formulas)
2152 (org-table-get-formula, org-table-modify-formulas)
2153 (org-table-replace-in-formulas): Handle named field formulas.
2154 (org-table-get-specials): Store locations of named fields.
2155
2156 2005-07-19 Juri Linkov <juri@jurta.org>
2157
2158 * progmodes/grep.el (grep-regexp-alist)
2159 (grep-mode-font-lock-keywords, grep-process-setup):
2160 Use default GNU grep match color "01;31m" instead of "01;41m".
2161 (grep-regexp-alist, grep-mode-font-lock-keywords):
2162 Use `\\[[0-9]*m' instead of `\\[00m'.
2163 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
2164 sgr_start where its handling is more important. Use the real
2165 length of sgr_start instead of constant 8.
2166 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
2167 specially. Delete all remaining escape sequences.
2168 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
2169 (grep-regexp-alist): Make hyperlink only for binary file name
2170 instead of the whole line.
2171 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
2172 (grep-mode): Add autoload.
2173
2174 * emacs-lisp/find-func.el (find-function-regexp):
2175 Add `define-compilation-mode'.
2176
2177 2005-07-19 Juri Linkov <juri@jurta.org>
2178
2179 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
2180 (compare-windows-sync-string-size, compare-windows-recenter)
2181 (compare-windows-highlight, compare-windows): Add version 22.1.
2182 (compare-windows) <defface>: Inherit from lazy-highlight instead
2183 of duplicating its default value.
2184
2185 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
2186 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
2187
2188 * descr-text.el (describe-char): Create link buttons for `charset'
2189 and `code point'. Add the current input method name with a link
2190 button to `to input' field. Print face names of display table
2191 characters in `The display table entry is displayed by' section
2192 instead of printing face-id in the `display' field.
2193 Guess hardcoded faces and create a link button for them.
2194 Skip empty fields when calculating max-width.
2195 Treat `widget-create' specially while inserting strings from the
2196 collected field list.
2197 (describe-char-after): Made obsolete in version 22.1, not 21.5.
2198
2199 * diff-mode.el (diff-file-header): Change foreground color from
2200 yellow to green on light backgrounds.
2201 (diff-context): Inherit from `shadow' only for color/grayscale
2202 with more than 88 colors.
2203 (diff-indicator-removed, diff-indicator-added)
2204 (diff-indicator-changed): New faces.
2205 (diff-font-lock-keywords): Use new faces. Regroup rules.
2206 Add "^---$" for `normal' diff format. Fontify `#' lines with
2207 font-lock-comment-delimiter-face and font-lock-comment-face.
2208 Add `#' to ^[^...] in the rule for `diff-context-face'.
2209
2210 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
2211 a button-like box. Inherit from `highlight' on low colors.
2212 (shadow): Use shades of gray only for color/grayscale with
2213 more than 88 colors. Use green for light backgrounds with
2214 8 colors, and yellow for dark backgrounds with 8 colors.
2215
2216 * font-lock.el (font-lock-regexp-grouping-backslash):
2217 Don't inherit from escape-glyph (use bold for all cases).
2218
2219 * info.el (info-xref-visited): Use light foreground color `violet'
2220 for dark backgrounds instead of dark color `magenta3'.
2221 (info-title-1): Use `yellow' color for dark backgrounds.
2222
2223 * isearch.el (isearch): Use not-too-dark magenta3 instead of
2224 too-light magenta2.
2225
2226 * replace.el (match): Use slightly more light RoyalBlue3 instead
2227 of dark RoyalBlue4.
2228
2229 * wid-edit.el (widget-inactive): Inherit from `shadow'.
2230
2231 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
2232
2233 * novice.el (disabled-command-hook): Declare it with
2234 `define-obsolete-variable-alias'.
2235
2236 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
2237 (desktop-buffer-misc-functions, desktop-buffer-handlers)
2238 (desktop-load-default): Add release to obsolescence info.
2239 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
2240 (desktop-append-buffer-args, desktop-read):
2241 Fix typos in docstrings.
2242 (desktop-kill): Fix typo in message.
2243 (desktop-save): Doc fix.
2244
2245 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
2246
2247 * viper-cmd.el (viper-escape-to-state): Bug fix.
2248 (viper-envelop-ESC-key): Change the definition of fast
2249 keysequence so it'll work with keyboard macros.
2250
2251 * ediff.el (ediff-patch-buffer): Change the docstring.
2252
2253 2005-07-19 Kenichi Handa <handa@m17n.org>
2254
2255 * international/mule-cmds.el (select-safe-coding-system): Try to
2256 use an auto-coding (if any) before anything else. If the found
2257 auto-coding is invalid, show a warning message.
2258
2259 * international/mule.el (find-auto-coding): New function created
2260 by modifying the body of set-auto-coding.
2261 (set-auto-coding): Use find-auto-coding to find a coding.
2262
2263 2005-07-18 Richard M. Stallman <rms@gnu.org>
2264
2265 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
2266 not isearch-mode-end-hook-error.
2267 (allout-before-change-protect): Fix error message.
2268
2269 2005-07-18 Juri Linkov <juri@jurta.org>
2270
2271 * allout.el (allout-mode):
2272 * calculator.el (calculator-copy):
2273 * custom.el (custom-known-themes):
2274 * dired.el (dired-desktop-buffer-misc-data)
2275 (dired-restore-desktop-buffer):
2276 * dired-x.el (dired-omit-marker-char):
2277 * files.el (basic-save-buffer):
2278 * font-core.el (font-lock-mode):
2279 * calendar/calendar.el (calendar-goto-hebrew-date)
2280 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
2281 (calendar-goto-persian-date):
2282 * language/ethio-util.el (ethio-sera-to-fidel-region):
2283 * textmodes/picture.el (picture-mode):
2284 Delete duplicate duplicate words.
2285
2286 2005-07-18 Juri Linkov <juri@jurta.org>
2287
2288 * isearch.el (isearch-mode-map): Remove key bindings for regexp
2289 chars * ? } |.
2290 (isearch-fallback): Don't call `isearch-process-search-char'.
2291 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
2292 (isearch-process-search-char): Call `isearch-fallback' for regexp
2293 chars * ? } |.
2294 (isearch-return-char): Make obsolete with `make-obsolete' instead
2295 of simply documenting it as obsolete in the docstring.
2296 (isearch-fallback): Refill docstring.
2297
2298 * international/isearch-x.el
2299 (isearch-process-search-multibyte-characters): Remove unneeded
2300 `concat'. Add intermediate values to `junk-hist' instead of
2301 `minibuffer-history'. Test the length of `str'.
2302
2303 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
2304
2305 * allout.el (allout-resolve-xref): Fix typos in error strings.
2306 (allout-before-change-protect): Remove unneeded `concat'.
2307
2308 * array.el (array-mode, array-reconfigure-rows)
2309 (untabify-backward): Fix typos in docstrings.
2310 (array-reconfigure-rows): Use `insert-buffer-substring', not
2311 `insert-buffer'.
2312
2313 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
2314 * progmodes/ada-mode.el (ada-make-body):
2315 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
2316
2317 * dired.el (dired-log):
2318 * tar-mode.el (tar-subfile-save-buffer):
2319 * play/zone.el (zone-pgm-stress-destress):
2320 Use `insert-buffer-substring', not `insert-buffer'.
2321
2322 2005-07-17 Simon Josefsson <jas@extundo.com>
2323
2324 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
2325
2326 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
2327
2328 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
2329 Add plain auth method.
2330 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
2331
2332 2005-07-17 Kim F. Storm <storm@cua.dk>
2333
2334 * ido.el (dired-other-window): Add ido property.
2335
2336 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
2337
2338 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2339 Fix typo in docstring.
2340 (byte-compile-interactive-only-functions): Add `insert-buffer' and
2341 `insert-file-literally'.
2342
2343 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
2344 info and delete redundant message. Doc fix.
2345 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
2346 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
2347
2348 2005-07-16 Richard M. Stallman <rms@gnu.org>
2349
2350 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
2351 (byte-compile-and): Use byte-compile-and-recursion.
2352 (byte-compile-or-recursion): New function.
2353 (byte-compile-or): Use that.
2354 (byte-compile-if): Guard the else-clause too.
2355 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
2356
2357 * isearch.el (isearch-mode-end-hook-quit): New variable.
2358 (isearch-done): Bind it.
2359 (isearch-mode-end-hook): Doc fix.
2360
2361 * allout.el (allout-isearch-did-quit): Variable deleted.
2362 (allout-real-isearch-abort): Function name no longer used.
2363 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
2364 (allout-isearch-rectification): isearch-mode always exists.
2365 Don't set allout-isearch-did-quit.
2366 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
2367 allout-isearch-did-quit.
2368 (allout-enwrap-isearch): Just add the hook.
2369 (allout-isearch-abort): Function deleted.
2370 (allout-pre-command-business): Avoid warning.
2371
2372 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
2373 Correctly avoid warnings.
2374 (pascal-outline): Likewise.
2375
2376 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
2377
2378 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
2379
2380 * play/tetris.el (tetris-mode): Avoid warning.
2381
2382 * play/snake.el (snake-mode): Avoid warning.
2383
2384 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
2385 (gamegrid-set-display-table): Avoid warning.
2386 (gamegrid-set-timer): Likewise.
2387 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
2388 (gamegrid-add-score-with-update-game-score-1): Take FILE
2389 as argument.
2390 (gamegrid-add-score-with-update-game-score): Pass that argument.
2391 Rename have-shared-game-dir to gamegrid-shared-game-dir.
2392
2393 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
2394
2395 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
2396 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
2397
2398 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
2399 and insert-file.
2400
2401 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
2402 (sc-ask): Avoid warnings.
2403
2404 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
2405 (eshell-hist-initialize): Use that var the natural way.
2406
2407 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
2408
2409 * emacs-lisp/re-builder.el (reb-cook-regexp):
2410 Avoid warning calling lre-compile-string.
2411 (reb-color-display-p): Avoid warning.
2412
2413 * calculator.el (calculator-last-input): Guard uses
2414 of event-key and key-press-event-p.
2415 (event-key, key-press-event-p): Delete definitions.
2416
2417 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
2418 (find-gc-source-directory, find-gc-subrs-callers)
2419 (find-gc-noreturn-list, find-gc-source-files)
2420 (find-gc-subrs-called): Vars renamed and defvar'd.
2421
2422 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
2423 (checkdoc-overlay-put, checkdoc-delete-overlay)
2424 (checkdoc-overlay-start, checkdoc-overlay-end)
2425 (checkdoc-mode-line-update, checkdoc-char=):
2426 Define such that compiler knows they are defined.
2427 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
2428 (checkdoc-read-event): Delete. Use read-event directly.
2429
2430 * whitespace.el (whitespace-make-overlay)
2431 (whitespace-overlay-put, whitespace-delete-overlay)
2432 (whitespace-overlay-start, whitespace-overlay-end):
2433 Define such that compiler knows they are defined.
2434 (whitespace): Move conditional inside.
2435
2436 * tempo.el (tempo-insert-template): Suppress warning.
2437
2438 * ediff-diff.el (longlines-mode): Add defvar.
2439
2440 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
2441
2442 * server.el: Bind "C-x #" in a way that works even if C-x is
2443 redefined to a command key, not a prefix key.
2444
2445 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
2446
2447 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
2448 cl-make-type-test till execution time.
2449
2450 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
2451
2452 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
2453 arg ARG and use it.
2454
2455 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
2456
2457 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
2458
2459 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
2460
2461 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
2462 a defcustom with two :set or :type keywords.
2463
2464 2005-07-15 Richard M. Stallman <rms@gnu.org>
2465
2466 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2467 Don't give ^M comment-end syntax.
2468
2469 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
2470
2471 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
2472 Don't consider gdbmi (gdb-mi.el has its own update functions).
2473 (gdb-var-delete): Make it work for gdbmi as well.
2474 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
2475
2476 * progmodes/gud.el (etags, sdb): Only require etags when needed.
2477 (gud-speedbar-menu-items): Correct logic for enabling items.
2478
2479 2005-07-15 Kim F. Storm <storm@cua.dk>
2480
2481 * ido.el: Fix commentary.
2482 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
2483 Use with-no-warnings around ffap-guesser.
2484 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
2485 Let bind minibuffer-completing-file-name to t.
2486
2487 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
2488
2489 * startup.el (site-run-file, keyboard-type): Doc fixes.
2490 (command-line): Check for "--basic-display" argument; also for
2491 "--quick", not "--bare-bones" (which was renamed).
2492 (fancy-splash-text): Add missing item "Getting New Versions".
2493 (normal-splash-screen): Fix typos and improve consistency with
2494 `fancy-splash-text'. Update copyright year.
2495
2496 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
2497 valid binding for `help-char'.
2498
2499 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
2500
2501 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
2502
2503 * term.el (term-mode): Disable cua-mode for term buffers.
2504
2505 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
2506
2507 * add-log.el (add-log-mailing-address, change-log-merge):
2508 Doc fixes.
2509 (change-log-get-method-definition): Fix typo in docstring.
2510
2511 2005-07-14 Kim F. Storm <storm@cua.dk>
2512
2513 * emulation/cua-base.el:
2514 (cua--pre-command-handler-1, cua--pre-command-handler)
2515 (cua--post-command-handler-1, cua--post-command-handler):
2516 Split in two. Check (buffer local) value of cua-mode.
2517 (cua-selection-mode): New command.
2518
2519 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
2520
2521 * custom.el (custom-initialize-safe-set)
2522 (custom-initialize-safe-default): Doc fixes.
2523
2524 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2525 and simplify :init-value again.
2526
2527 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2528 and simplify :init-value again. Delete autoload.
2529
2530 * startup.el (command-line): Use `custom-reevaluate-setting' again
2531 for tooltip-mode.
2532
2533 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
2534 a defcustom with two :initialize keywords.
2535
2536 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
2537
2538 * allout.el (my-mark-marker, allout-isearch-prior-pos)
2539 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
2540 (allout-post-command-business, allout-flag-region)
2541 (isearch-reenable-font-lock, allout-yank)
2542 (allout-insert-latex-header, allout-insert-latex-trailer)
2543 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
2544 (allout-latex-verb-quote): Fix typos in docstrings.
2545 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
2546 (allout-unprotected, allout-prefix-data):
2547 Improve argument/docstring consistency.
2548 (allout-chart-subtree): Fix argument spec.
2549 (allout-open-topic): Rename `use_sib_bullet' argument to
2550 `use-sib-bullet'. Doc fix.
2551
2552 * whitespace.el (whitespace-check-buffer-leading)
2553 (whitespace-check-buffer-trailing)
2554 (whitespace-check-buffer-indent)
2555 (whitespace-check-buffer-spacetab)
2556 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
2557 (whitespace-check-leading-whitespace)
2558 (whitespace-check-trailing-whitespace)
2559 (whitespace-check-spacetab-whitespace)
2560 (whitespace-check-indent-whitespace)
2561 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
2562 (whitespace-modes): Fix typos in docstrings.
2563 (defgroup, defcustom): Doc fixes.
2564
2565 * winner.el (winner-mode, winner-boring-buffers)
2566 (winner-pending-undo-ring): Doc fixes.
2567 (winner-ring): Remove unneeded `progn'.
2568 (winner-equal): `defsubst' it.
2569 (winner-redo): Fix message.
2570
2571 2005-07-13 Kim F. Storm <storm@cua.dk>
2572
2573 * simple.el (line-move-1): Always use vertical-motion to
2574 do the last (or only) line move to ensure some movement.
2575 Undo 2005-06-23 change--don't check for overlays.
2576
2577 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2578
2579 * term/mac-win.el (ccl-encode-mac-roman-font)
2580 (ccl-encode-mac-centraleurroman-font)
2581 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
2582 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
2583 Change charset-id boundary of dimension to ?\xef.
2584 (mac-char-fontspec-list): New constant.
2585 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
2586 argument. Nil uses itself as family in font-spec. Previous
2587 behavior for nil is now provided by non-nil non-string argument.
2588 All callers changed. Add font-specs for Mac fonts to
2589 "fontset-default" unless iso8859-1 fonts are installed.
2590
2591 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * progmodes/sh-script.el (sh-get-indent-info): Only indent
2594 a continuation line if the \ is preceded by SPC or TAB.
2595 (sh-get-indent-info): Simplify.
2596 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
2597 Use with-current-buffer.
2598
2599 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
2600 when the matched text is empty.
2601
2602 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
2603
2604 * startup.el (command-line): Revert to previous handling of
2605 tooltip-mode. Explain in comment why the complexity is needed.
2606
2607 * tooltip.el (tooltip-mode): Revert to previous implementation of
2608 its defcustom.
2609
2610 * frame.el (blink-cursor-mode): Revert to previous implementation
2611 of its defcustom. Update comment.
2612
2613 2005-07-12 Lars Hansen <larsh@soem.dk>
2614
2615 * desktop.el: Update e-mail address.
2616
2617 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2618
2619 * term/mac-win.el (mac-services-mail-selection)
2620 (mac-services-mail-to): New functions.
2621 (mac-application-menu-map): Bind them.
2622
2623 2005-07-12 wulei <milton@wulei.net> (tiny change)
2624
2625 * progmodes/gdb-ui.el: Add note about buffering with Windows.
2626
2627 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
2628
2629 * custom.el (custom-reevaluate-setting): Doc fix.
2630
2631 2005-07-11 Jay Belanger <belanger@truman.edu>
2632
2633 * calc/calc.el (calc-embedded-announce-formula-alist)
2634 (calc-embedded-open-close-plain-alist)
2635 (calc-embedded-open-close-mode-alist): Add checks for additional
2636 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
2637
2638 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
2639
2640 * custom.el (custom-enable-theme): Don't add theme to
2641 `custom-enabled-themes' with `push' because there is no
2642 setf-method for `delq'.
2643
2644 2005-07-11 Richard M. Stallman <rms@gnu.org>
2645
2646 * custom.el (custom-declare-variable): Doc fix.
2647
2648 * dired-aux.el (dired-compare-directories): Remove "." and ".."
2649 from the alists.
2650
2651 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
2652 Do nothing if edebug-active.
2653
2654 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
2655 (edebug-display): Do it here instead.
2656
2657 2005-07-10 Richard M. Stallman <rms@gnu.org>
2658
2659 * cus-face.el (custom-theme-set-faces): Make it work.
2660 (custom-reset-faces): Doc fix.
2661 (custom-theme-reset-internal-face, custom-theme-face-value):
2662 Functions deleted.
2663
2664 * custom.el (custom-push-theme): Maintain list of the settings
2665 of a given theme in its theme-settings property.
2666 Maintain position of old settings in the theme-value
2667 or theme-face property.
2668 (custom-enabled-themes): New variable.
2669 (custom-theme-enabled-p): New function.
2670 (provide-theme): Update custom-enabled-themes.
2671 Disable and reenable the `user' theme.
2672 (require-theme): Doc fix.
2673 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
2674 (custom-theme-value, custom-theme-variable-value): Likewise.
2675 (custom-theme-reset-internal): Likewise.
2676 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
2677 (custom-enable-theme, custom-disable-theme): New functions.
2678 (custom-variable-theme-value, custom-face-theme-value): Likewise.
2679 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
2680 (custom-theme-reset-variables): Simplify.
2681 (deftheme, custom-declare-theme, custom-make-theme-feature):
2682 Definitions moved.
2683
2684 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
2685
2686 * longlines.el (longlines-show-region)
2687 (longlines-unshow-hard-newlines): Recognize hard newlines by
2688 non-nil hard property, instead of t.
2689
2690 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
2691
2692 * viper-cmd.el (viper--key-maps): New variable.
2693 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
2694 emulation-mode-map-alists.
2695 (viper-envelop-ESC-key): Use viper-subseq.
2696 (viper-search-forward/backward/next): Disable debug-on-error.
2697
2698 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2699 (viper-ESC-key): New defcustoms.
2700
2701 * viper-macs.el (ex-map-read-args): Use viper-subseq.
2702
2703 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
2704 (viper-subseq): Copy of subseq from cl.el.
2705
2706 * viper.el (viper-go-away, viper-set-hooks): Use
2707 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
2708
2709 * viper-mous.el (viper-current-frame-saved): Use defvar.
2710
2711 * viper-init.el: Get rid of -face in face names.
2712
2713 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
2714 Make it work with longlines mode
2715
2716 * ediff-mult.el (ediff-meta-mode-hook): New variable.
2717
2718 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
2719
2720 * ediff-init.el: Get rid of -face in face names.
2721
2722 2005-07-10 Richard M. Stallman <rms@gnu.org>
2723
2724 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
2725 and with-timeout-unsuspend.
2726
2727 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
2728 and with-timeout-unsuspend.
2729
2730 * emacs-lisp/timer.el (with-timeout-timers): New variable.
2731 (with-timeout): Bind that variable to record timers.
2732 (with-timeout-suspend, with-timeout-unsuspend): New functions.
2733
2734 * emacs-lisp/debug.el (debug-help-follow): New function.
2735 (debugger-mode-map): Use that instead of help-follow.
2736 (debugger-setup-buffer): Use eval-buffer-list
2737 to handle eval-buffer frames.
2738
2739 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
2740
2741 * timezone.el (timezone-parse-date): Change first regexp
2742 so it will not mistakenly match dates with no time zone.
2743
2744 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
2745
2746 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
2747
2748 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
2749
2750 * custom.el (custom-initialize-safe-set)
2751 (custom-initialize-safe-default): New functions.
2752
2753 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
2754 and simplify :init-value.
2755
2756 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
2757 and simplify :init-value. Delete obsolete comment.
2758
2759 * startup.el (command-line): Use `custom-reevaluate-setting' to
2760 handle `tooltip-mode'. Delete obsolete comment.
2761
2762 * files.el (set-visited-file-name): Avoid calling
2763 `file-name-nondirectory' with a nil argument.
2764
2765 2005-07-09 Richard M. Stallman <rms@gnu.org>
2766
2767 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
2768 was called with nil for the buffer, handle the read position right.
2769 Handle read position for eval-region, too.
2770
2771 2005-07-09 Juri Linkov <juri@jurta.org>
2772
2773 * fringe.el (fringe-mode): Add period in docstring.
2774 (fringe-query-style): Build prompt depending on `all-frames' arg.
2775
2776 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
2777 to not create links to unrelated functions in the Help buffer.
2778
2779 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
2780 Doc fix.
2781
2782 * simple.el (next-error-hook): New variable.
2783 (next-error): Use it. Doc fix.
2784
2785 * textmodes/ispell.el (ispell-command-loop): Add current
2786 dictionary name and program name to mode-line-format.
2787 (ispell-region, ispell-process-line): Add current dictionary name
2788 and program name to messages.
2789
2790 2005-07-08 Jay Belanger <belanger@truman.edu>
2791
2792 * calc/calc.el (calc-embedded-announce-formula-alist)
2793 (calc-embedded-open-close-formula-alist)
2794 (calc-embedded-open-close-word-alist)
2795 (calc-embedded-open-close-plain-alist)
2796 (calc-embedded-open-close-new-formula-alist)
2797 (calc-embedded-open-close-mode-alist)
2798 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
2799 (calc-embedded-mode-hook): New variables.
2800
2801 * calc/calc-embed.el (calc-embedded-firsttime)
2802 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
2803 New variables.
2804 (calc-do-embedded): Use calc-embedded-firsttime,
2805 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
2806 determine whether or not to run hooks.
2807 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
2808 calc-embedded-firsttime-formula appropriately.
2809 Set calc-embedded delimiter variables according to mode.
2810
2811 2005-07-08 Richard M. Stallman <rms@gnu.org>
2812
2813 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
2814 Check for "emacs", etc., as entire symbol, not just as word.
2815 (checkdoc-file-comments-engine): Use regexp-quote on FN.
2816
2817 * files.el (set-visited-file-name): Report the error
2818 for "empty filename" earlier.
2819 (kill-some-buffers): Ignore buffers already dead.
2820
2821 * fringe.el (fringe-mode): Doc fix.
2822
2823 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
2824 Check for (featurep 'xemacs) and turn off warnings in what it guards.
2825 Use unwind-protect to ensure byte-compile-unresolved-functions
2826 is updated.
2827
2828 * whitespace.el (whitespace-buffer-leading-cleanup):
2829 Simplify w/ skip-chars-forward.
2830 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
2831
2832 * mail/rmail.el (rmail-only-expunge): Fix paren error.
2833 Unconditionally try to leave point at the same old place.
2834
2835 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
2836
2837 * comint.el (comint-postoutput-scroll-to-bottom)
2838 (comint-show-maximum-output): Take scroll-margin into consideration.
2839
2840 2005-07-08 Kim F. Storm <storm@cua.dk>
2841
2842 * ido.el (ido-use-filename-at-point): New choice `guess'.
2843 (ido-file-internal): Try ffap-guesser if selected.
2844
2845 * ido.el (ido-before-fallback-functions): New hook.
2846 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
2847 (ido-read-file-name): Run it.
2848
2849 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
2852 strings rather than a list of symbols to the completion function.
2853
2854 2005-07-07 Jay Belanger <belanger@truman.edu>
2855
2856 * calc/calc-units.el (math-apply-units): Change the places in
2857 which units are simplified.
2858
2859 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
2860
2861 * cus-edit.el (customize-option, customize-option-other-window):
2862 Make them handle aliases.
2863
2864 * custom.el (custom-variable-p): Make it recursively follow
2865 aliases. Mention that in the docstring.
2866
2867 2005-07-07 Richard M. Stallman <rms@gnu.org>
2868
2869 * cus-start.el (exec-path): Use `directory' instead of `file'.
2870 Fix tag for nil.
2871
2872 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2873
2874 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
2875 when called non-interactively. Doc fix.
2876
2877 2005-07-07 Lute Kamstra <lute@gnu.org>
2878
2879 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
2880 new address as well.
2881
2882 2005-07-07 Kenichi Handa <handa@m17n.org>
2883
2884 * international/mule.el (make-coding-system):
2885 Describe `ascii-incompatible' property in the docstring.
2886 (set-file-name-coding-system): Signal an error if coding-system is
2887 ascii-incompatible.
2888 (set-keyboard-coding-system): Likewise.
2889
2890 * international/mule-cmds.el (set-default-coding-systems):
2891 Don't set default-file-name-coding-system and
2892 default-keyboard-coding-system if coding-system is ASCII-incompatible.
2893
2894 * international/utf-16.el: Declare that all UTF-16-based coding
2895 systems are ASCII-incompatible.
2896
2897 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
2898
2899 * progmodes/gud.el: Require font-lock for displaying errors.
2900 Used by gdb-ui.el.
2901
2902 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
2903
2904 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
2905 values for the pattern lists which are `read'able but not
2906 `append'able (like symbols).
2907
2908 2005-07-06 Richard M. Stallman <rms@gnu.org>
2909
2910 * progmodes/flymake.el (flymake-float-time): Instead of
2911 with-no-warnings, test for xemacs.
2912 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
2913 to avoid warning.
2914
2915 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
2916
2917 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
2918
2919 2005-07-05 Lute Kamstra <lute@gnu.org>
2920
2921 * battery.el: Add support for Darwin (with much debugging help
2922 from Samuel Lauber <sam124@operamail.com>).
2923 (battery-status-function, battery-echo-area-format)
2924 (battery-mode-line-format): Add support for pmset on Darwin.
2925 (battery-load-low, battery-load-critical): New user options.
2926 (battery-pmset): New function.
2927
2928 2005-07-05 Lute Kamstra <lute@gnu.org>
2929
2930 Update FSF's address in GPL notices.
2931
2932 * textmodes/page-ext.el: Update FSF's address.
2933
2934 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
2937 filling from using prefix when filling a single-line docstring.
2938
2939 * progmodes/flymake.el: Remove useless eval-when-compile.
2940
2941 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
2942
2943 2005-07-04 Richard M. Stallman <rms@gnu.org>
2944
2945 * textmodes/org.el (org-file-apps-defaults-gnu):
2946 Rename from org-file-apps-defaults-linux.
2947 (org-default-apps): Don't test system-type for `linux'.
2948 (org-file-apps): Doc fix.
2949
2950 2005-07-04 David Ponce <david@dponce.com>
2951
2952 * tree-widget.el: Improve header Commentary section.
2953 (tree-widget) [defgroup]
2954 (tree-widget-image-enable, tree-widget-themes-directory)
2955 (tree-widget-theme, tree-widget-image-properties-emacs)
2956 (tree-widget-image-properties-xemacs, tree-widget-create-image)
2957 (tree-widget-image-formats, tree-widget-control)
2958 (tree-widget-empty-control, tree-widget-leaf-control
2959 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
2960 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
2961 (tree-widget-keep, tree-widget-after-toggle-functions)
2962 (tree-widget-open-node, tree-widget-close-node): Doc fix.
2963 (tree-widget-open-control, tree-widget-close-control): Fix doc and
2964 :help-echo message.
2965 (tree-widget-set-theme): Doc fix. Use `string-equal'.
2966 (tree-widget-image-properties): Doc fix. Clearer implementation.
2967 (tree-widget--cursors): New constant.
2968 (tree-widget-lookup-image): New function split from
2969 `tree-widget-find-image'. Clearer implementation.
2970 (tree-widget-find-image): Use it.
2971 (tree-widget-button-keymap): Use `set-keymap-parent'.
2972 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
2973 Define the sub-widgets here.
2974 (tree-widget-node): Check that :node is not a tree-widget.
2975 (tree-widget-get-super, tree-widget-open-control)
2976 (tree-widget-close-control, tree-widget-empty-control)
2977 (tree-widget-leaf-control, tree-widget-guide)
2978 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
2979 (tree-widget-no-handle, tree-widget-value-delete)
2980 (tree-widget-map): Remove.
2981 (tree-widget-children-value-save): Doc fix. Simplified.
2982 (tree-widget-value-create): Update according to previous changes.
2983
2984 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
2985
2986 * textmodes/org.el: Leading space replaced by TABS.
2987 (org-recalc-marks, org-table-rotate-recalc-marks)
2988 (org-table-get-specials): Treat "^" and "_" marks.
2989 (org-table-justify-field-maybe): Optional argument NEW.
2990 (org-table-eval-formula): Parsing of the format simplified.
2991 New modes C,I. Honor the %= parameter in the current table.
2992 Avoid unnecessary re-align by using the NEW argument to
2993 `org-table-justify-field-maybe'.
2994 (org-calc-default-modes): Default for date-format mimicks org-mode.
2995 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
2996
2997 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
2998
2999 * cus-face.el (custom-theme-set-faces): Make it handle face
3000 aliases whose alias declarations are pre- or autoloaded.
3001
3002 2005-07-04 Juri Linkov <juri@jurta.org>
3003
3004 * faces.el (read-face-name): Put the code for getting a face name
3005 from the buffer before adding the faces from the `face' property.
3006 Use `completing-read-multiple' instead of `completing-read'.
3007 Require `crm'. Add default value and post-process the returned
3008 list of faces.
3009
3010 * emacs-lisp/crm.el (crm-find-current-element)
3011 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
3012
3013 * emacs-lisp/lisp-mode.el (eval-defun-1):
3014 * emacs-lisp/edebug.el (edebug-eval-defun):
3015 Remove unnecessary quotes.
3016
3017 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
3018
3019 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
3020 (prolog-indent-level): Fix typo in docstring.
3021
3022 * info.el (Info-history, Info-history-forward)
3023 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
3024
3025 * add-log.el (add-change-log-entry):
3026 * comint.el (comint-dynamic-list-input-ring)
3027 (comint-dynamic-list-completions):
3028 * dabbrev.el (dabbrev-expand):
3029 * delim-col.el (delimit-columns-rectangle-line):
3030 * diff-mode.el (diff-context->unified, diff-reverse-direction)
3031 (diff-unified->context):
3032 * ediff-init.el (ediff-abbrev-jobname):
3033 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
3034 (ediff-replace-session-activity-marker-in-meta-buffer):
3035 * info.el (Info-summary):
3036 * lpr.el (printify-region):
3037 * printing.el (pr-create-interface):
3038 * ps-print.el (ps-print-quote):
3039 * ses.el (ses-column-widths, ses-print-cell)
3040 (ses-adjust-print-width, ses-center):
3041 * shell.el (shell-file-name-quote-list):
3042 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
3043 (strokes-fill-current-buffer-with-whitespace)
3044 (strokes-xpm-for-stroke, strokes-list-strokes)
3045 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
3046 * term.el (term-dynamic-list-input-ring)
3047 (term-dynamic-list-completions):
3048 * calc/calc.el (math-format-stack-value):
3049 * emacs-lisp/edebug.el (edebug-display-freq-count):
3050 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
3051 (delphi-new-comment-line):
3052 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
3053 * progmodes/executable.el (executable-set-magic):
3054 * progmodes/python.el (inferior-python-mode):
3055 * progmodes/scheme.el (scheme-mode-syntax-table):
3056 * progmodes/sh-script.el (sh-maybe-here-document):
3057 * progmodes/sql.el (sql-copy-column):
3058 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
3059 * textmodes/bibtex.el (bibtex-mode):
3060 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
3061 (sgml-auto-attributes):
3062 * textmodes/table.el (table-insert, table-shorten-cell)
3063 (table--generate-source-scan-lines, table-delete-row)
3064 (*table--cell-delete-char, table--spacify-frame)
3065 (table--horizontally-shift-above-and-below)
3066 (table--cell-insert-char, table--cell-blank-str)
3067 (table--fill-region-strictly):
3068 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
3069 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
3070
3071 * add-log.el (change-log):
3072 * apropos.el (apropos):
3073 * comint.el (comint-completion, comint-source):
3074 * dabbrev.el (dabbrev):
3075 * delim-col.el (columns):
3076 * diff-mode.el (diff-mode):
3077 * ediff.el (ediff):
3078 * ediff-diff.el (ediff-diff):
3079 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
3080 * ediff-mult.el (ediff-mult):
3081 * ediff-ptch.el (ediff-ptch):
3082 * ediff-wind.el (ediff-window):
3083 * facemenu.el (facemenu):
3084 * indent.el (indent):
3085 * info.el (info):
3086 * jka-cmpr-hook.el (compression, jka-compr):
3087 * lpr.el (lpr):
3088 * outline.el (outlines):
3089 * pcmpl-cvs.el (pcmpl-cvs):
3090 * pcmpl-rpm.el (pcmpl-rpm):
3091 * printing.el (printing):
3092 * ps-print.el (postscript, ps-print, ps-print-horizontal)
3093 (ps-print-vertical, ps-print-headers, ps-print-font)
3094 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
3095 (ps-print-background, ps-print-printer, ps-print-page)
3096 (ps-print-miscellany):
3097 * ses.el (ses):
3098 * shell.el (shell, shell-directories, shell-faces):
3099 * startup.el (initialization):
3100 * strokes.el (strokes):
3101 * term.el (term):
3102 * uniquify.el (uniquify):
3103 * w32-vars.el (w32):
3104 * calc/calc.el (calc):
3105 * emacs-lisp/bytecomp.el (bytecomp):
3106 * emacs-lisp/cl-indent.el (lisp-indent):
3107 * emacs-lisp/edebug.el (edebug):
3108 * emacs-lisp/elp.el (elp):
3109 * emacs-lisp/testcover.el (testcover):
3110 * emacs-lisp/trace.el (trace):
3111 * emulation/viper-ex.el (viper-ex):
3112 * emulation/viper-mous.el (viper-mouse):
3113 * mail/mailalias.el (mailalias):
3114 * mail/supercite.el (supercite, supercite-frames)
3115 (supercite-attr, supercite-cite, supercite-hooks):
3116 * net/rcompile.el (remote-compile):
3117 * net/rlogin.el (rlogin):
3118 * obsolete/ooutline.el (outlines):
3119 * progmodes/delphi.el (delphi):
3120 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
3121 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
3122 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
3123 (ebnf-optimization):
3124 * progmodes/etags.el (etags):
3125 * progmodes/executable.el (executable):
3126 * progmodes/idlwave.el (idlwave):
3127 * progmodes/pascal.el (pascal):
3128 * progmodes/prolog.el (prolog):
3129 * progmodes/python.el (python):
3130 * progmodes/scheme.el (scheme):
3131 * progmodes/sh-script.el (sh, sh-script):
3132 * progmodes/sql.el (SQL):
3133 * progmodes/tcl.el (tcl):
3134 * textmodes/bibtex.el (bibtex, bibtex-autokey):
3135 * textmodes/enriched.el (enriched):
3136 * textmodes/makeinfo.el (makeinfo):
3137 * textmodes/sgml-mode.el (sgml):
3138 * textmodes/table.el (table-hooks):
3139 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
3140 * textmodes/texinfo.el (texinfo):
3141 * textmodes/two-column.el (two-column):
3142 Finish `defgroup' description with period.
3143
3144 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
3145 * eshell/esh-var.el (eshell-var):
3146 * progmodes/vhdl-mode.el (vhdl-testbench):
3147 * textmodes/org.el (org): Fix typos in docstrings.
3148
3149 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
3150 consistency.
3151
3152 * progmodes/flymake.el (flymake-find-file): Remove.
3153 (flymake-float-time): Use `with-no-warnings'.
3154 (flymake-check-start-time, flymake-check-was-interrupted)
3155 (flymake-err-info, flymake-is-running, flymake-last-change-time)
3156 (flymake-new-err-info): `defvar' at compile time.
3157
3158 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
3159
3160 * replace.el (occur-hook): Doc fix.
3161 (occur-1): Don't call `occur-hook' if there are no matches.
3162
3163 2005-07-03 Richard M. Stallman <rms@gnu.org>
3164
3165 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
3166 global-map, save the same map.
3167 (global-map): Don't alter it at top level.
3168 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
3169 Then alter it here instead.
3170 (tpu-edt-off): Set global-map to the saved one.
3171
3172 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
3173 All references simplified.
3174 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
3175 (zmacs-regions): Add defvar.
3176 (repeat-complex-command-map): Everything about that deleted.
3177
3178 * textmodes/artist.el (artist-key-is-drawing)
3179 (artist-key-endpoint1, artist-key-poly-point-list)
3180 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
3181 (artist-key-compl-table, artist-rb-save-data)
3182 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
3183 Don't put them in eval-when-compile.
3184 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
3185
3186 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
3187 Use with-no-warnings.
3188
3189 * net/browse-url.el (dos-windows-version): Add defvar.
3190
3191 * mail/supercite.el (filladapt-prefix-table): Add defvar.
3192
3193 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
3194 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
3195 (rmail-new-summary-line-count): Rename from new-summary-line-count.
3196 Add defvar.
3197 (rmail-summary-beginning-of-message): Use with-no-warnings.
3198 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
3199
3200 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
3201 Use with-no-warnings.
3202
3203 * emulation/vi.el (vi-mark-region): Use c-mark-function.
3204 (c-mark-function): Add point-moving-unit property.
3205 (vi-goto-line): Use with-no-warnings.
3206
3207 * emulation/edt.el (edt-last-copied-word): Add defvar.
3208 (zmacs-region-stays): Likewise.
3209 (edt-mark-section-wisely): Use c-mark-function for C.
3210 Use makr-defun for Fortran.
3211 (time-string): defvar deleted.
3212 (edt-display-the-time): Don't set time-string.
3213
3214 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
3215
3216 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3217 Don't warn when name is not constant
3218 or for defining the group `emacs'.
3219
3220 * tooltip.el (gud-tooltip-mode): Add defvar.
3221
3222 * startup.el (default-frame-background-mode): Add defvar.
3223
3224 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
3225
3226 * info.el (tool-bar-map): Add defvar.
3227
3228 * dired.el (dnd-protocol-alist): Add defvar.
3229
3230 * dired-aux.el (dired-query): Display question with answer, when
3231 the user answers.
3232
3233 * custom.el (custom-add-option): Doc fix.
3234
3235 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
3236
3237 2005-07-03 Eli Zaretskii <eliz@gnu.org>
3238
3239 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
3240 bogus name from the last change.
3241
3242 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
3243
3244 * custom.el (custom-declare-variable): Fix typos in comment.
3245 (custom-known-themes): Doc fix.
3246 (custom-theme-directory): New defcustom.
3247 (require-theme): Make it check `custom-theme-directory'.
3248
3249 * cus-theme.el (custom-new-theme-mode): New function.
3250 (custom-theme-name, custom-theme-variables, custom-theme-faces)
3251 (custom-theme-description): Add compiler defvars.
3252 (customize-create-theme): Add doc to the "*New Custom Theme*"
3253 buffer. Use `custom-new-theme-mode'.
3254 (custom-theme-write): Put the created buffer in emacs-lisp-mode
3255 and save it to the `custom-theme-directory'. Make this the
3256 default directory of the buffer.
3257
3258 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
3259
3260 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
3261 Fix unbalanced parentheses.
3262
3263 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
3264
3265 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
3266 into flymake-mode and delegate to flymake-mode.
3267
3268 * find-file.el (ff-which-function-are-we-in): Clean up.
3269
3270 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
3271
3272 * replace.el (occur-rename-buffer): Fix docstring.
3273
3274 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
3275 (edt-last-copied-word, edt-learn-macro-count)
3276 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
3277 (edt-rect-start-point, edt-user-global-map, rect-start-point)
3278 (time-string, zmacs-region-stays):
3279 * emulation/edt-mapper.el (edt-save-function-key-map)
3280 (EDT-key-name): `defvar' to silence the byte-compiler.
3281
3282 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
3283
3284 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
3285 font-lock-regexp-backslash. Doc fix.
3286 (font-lock-regexp-backslash-grouping-construct): Rename from
3287 font-lock-regexp-backslash-construct. Doc fix.
3288 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
3289 grouping constructs.
3290
3291 2005-07-02 Eli Zaretskii <eliz@gnu.org>
3292
3293 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
3294 updating all the prerequisites.
3295
3296 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
3297
3298 * textmodes/org.el (org-agenda-start-on-weekday)
3299 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
3300 (org-agenda-use-time-grid, org-archive-location)
3301 (org-allow-space-in-links, org-usenet-links-prefer-google)
3302 (org-enable-table-editor, org-export-default-language)
3303 (org-export-html-show-new-buffer, org-fill-paragraph)
3304 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
3305 (org-goto-quit, org-occur, org-eval-in-calendar)
3306 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
3307 (org-agenda-diary-entry, org-remember-help)
3308 (org-table-convert-region, org-at-table-p)
3309 (org-table-move-row-down, org-table-move-row-up)
3310 (org-table-copy-region, org-table-toggle-vline-visibility)
3311 (org-table-get-stored-formulas, org-table-get-specials)
3312 (org-recalc-commands, org-table-eval-formula)
3313 (org-table-formula-substitute-names, orgtbl-make-binding)
3314 (org-format-org-table-html, org-format-table-table-html)
3315 (org-format-table-table-html-using-table-generate-source)
3316 (org-customize): Fix typos in docstrings.
3317 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
3318 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
3319 (org-back-to-heading): Doc fixes.
3320 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
3321 (org-agenda-change-all-lines, org-get-header):
3322 Improve argument/docstring consistency.
3323 (orgtbl-error): Fix error message.
3324
3325 * progmodes/flymake.el (flymake-find-possible-master-files)
3326 (flymake-master-file-compare, flymake-get-line-err-count)
3327 (flymake-highlight-line, flymake-gui-warnings-enabled):
3328 Fix typos in docstrings.
3329 (flymake-parse-line, flymake-get-project-include-dirs-function)
3330 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
3331 Doc fixes.
3332 (flymake-get-project-include-dirs-function)
3333 (flymake-make-err-menu-data):
3334 Improve argument/docstring consistency.
3335
3336 2005-07-01 Lute Kamstra <lute@gnu.org>
3337
3338 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
3339 Catch errors with ignore-errors. Use temporary buffer.
3340 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
3341
3342 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
3343 background color faces.
3344 (facemenu-set-foreground, facemenu-set-background):
3345 Use facemenu-set-face-from-menu.
3346 (facemenu-set-face-from-menu): Treat face names that start with
3347 "fg:" or "bg:" as special.
3348 (facemenu-add-new-color): Don't create faces. Simplify.
3349
3350 2005-06-30 Richard M. Stallman <rms@gnu.org>
3351
3352 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
3353 (crm-find-current-element): Likewise.
3354
3355 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
3356
3357 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
3358
3359 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * arc-mode.el (archive-extract): Make it work as a mouse binding.
3362 (archive-mouse-extract): Make it an obsolete alias.
3363 (archive-mode-map): Don't use archive-mouse-extract any more.
3364 (archive-mode, archive-extract): write-contents-hooks ->
3365 write-contents-functions.
3366 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
3367 first arg.
3368 (archive-rename-entry): Update the call.
3369 (archive-zip-summarize): Remove unused var `method'.
3370 (archive-lzh-summarize): Remove unused var `creator'.
3371
3372 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
3373 dedicated frame upon exit.
3374
3375 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
3376 (archive-zip-extract, archive-zip-expunge)
3377 (archive-zip-update, archive-zip-update-case): Use executable-find.
3378 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
3379 Use restore-buffer-modified-p.
3380 (archive-extract, archive-add-new-member, archive-write-file-member):
3381 Use with-current-buffer.
3382 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
3383
3384 2005-06-30 Andreas Schwab <schwab@suse.de>
3385
3386 * progmodes/gud.el (gud-filter): Remove unneeded progn.
3387
3388 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3389
3390 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
3391
3392 2005-06-30 Juri Linkov <juri@jurta.org>
3393
3394 * faces.el (vertical-border): Inherit from mode-line-inactive
3395 only on tty.
3396
3397 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
3398
3399 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
3400 example, -NLINES in the `occur' docstring).
3401
3402 * replace.el (occur-1): When no matches are found, do not set the
3403 `buffer-read-only' and modified flags for the occur buffer,
3404 because it is deleted.
3405
3406 * emulation/cua-base.el (cua-check-pending-input)
3407 (cua-repeat-replace-region, cua-mode, cua-debug)
3408 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
3409 Fix typos in docstrings.
3410
3411 * emulation/cua-gmrk.el (cua-toggle-global-mark)
3412 (cua-cut-region-to-global-mark)
3413 (cua--cut-rectangle-to-global-mark):
3414 Remove period from end of messages.
3415
3416 * emulation/cua-rect.el (cua-do-rectangle-padding):
3417 Remove period from end of messages.
3418 (cua--rectangle-seq-format): Fix typo in docstring.
3419 (cua-sequence-rectangle, cua-fill-char-rectangle):
3420 Improve argument/docstring consistency.
3421
3422 2005-06-29 Juri Linkov <juri@jurta.org>
3423
3424 * faces.el (default-frame-background-mode): New internal variable.
3425 (frame-set-background-mode): Use it.
3426
3427 * startup.el (normal-top-level): Set default-frame-background-mode
3428 instead of frame-background-mode. Before setting it, test for its
3429 nil value. Remove tests for frame-background-mode and frame
3430 parameter `reverse'. Add test for "unspecified-fg".
3431
3432 * term/xterm.el (xterm-rxvt-set-background-mode):
3433 * term/rxvt.el (rxvt-set-background-mode):
3434 Set default-frame-background-mode instead of frame-background-mode.
3435
3436 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
3437
3438 * simple.el (set-variable): Warn about obsolete user variables.
3439
3440 * imenu.el (imenu--completion-buffer):
3441 * mouse.el (mouse-buffer-menu-alist):
3442 * msb.el (msb-invisible-buffer-p):
3443 * calendar/diary-lib.el (diary-header-line-format):
3444 * emacs-lisp/pp.el (pp-buffer):
3445 * progmodes/cperl-mode.el (cperl-do-auto-fill):
3446 * textmodes/picture.el (picture-replace-match):
3447 Change space constants followed by a sexp to "?\s ".
3448
3449 * play/decipher.el (decipher-loop-with-breaks):
3450 * textmodes/texinfo.el (texinfo-insert-@item): Change space
3451 constants "protected" from end of line by a comment to "?\s".
3452
3453 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * font-lock.el (save-buffer-state): Use `declare'.
3456
3457 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
3458 reset the syntax-table to cperl-mode-syntax-table.
3459 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
3460 "foo_print_bar" is not matched as a reserved keyword.
3461
3462 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
3463
3464 * textmodes/org.el (orgtbl-setup): New function, for delayed
3465 setup for the orgtbl commands.
3466 (org-calc-default-modes): New option.
3467 (orgtbl-make-binding): Use `defun' to get better help display.
3468 (org-diary): Call `org-compile-prefix-format'.
3469 (org-table-formula-substitute-names): New function.
3470 (org-agenda-day-view, org-agenda-week-view): New commands.
3471 (org-agenda-toggle-week-view): Command removed.
3472 (org-tbl-menu): Split off from org-org-menu.
3473 (org-mode): Move removal of outline-mode menus to here.
3474 (org-table-formula-debug): New option.
3475 (org-table-insert-row): Keep first field if just "#" or "*".
3476 (org-mode): Paragraph regexps fixed.
3477 (org-table-recalculate-regexp): New constant.
3478 (org-table-justify-field-maybe): Avoid replace if not necessary.
3479 (org-copy-special, org-cut-special): Use `call-interactively'.
3480 (org-table-copy-region): Take region from `interactive' call.
3481 (org-trim): Return string even if no match.
3482 (org-formula): New face.
3483 (org-set-font-lock-defaults): No longer highlight "FIXME".
3484 But highlight formula-related fields in table.
3485 (org-table-p): Use regexp, not fontification.
3486 (org-table-align): Handle white space at end of line.
3487 (org-table-formula-evaluate-inline): New option.
3488 (org-mode): Auto-wrapping in comment lines turned off.
3489 (org-table-copy-down): Evaluate only in copied field, not in
3490 destination.
3491 (org-table-current-formula): Variable removed.
3492 (org-table-store-formulas, org-table-get-stored-formulas)
3493 (org-table-modify-formulas, org-table-replace-in-formulas)
3494 (org-table-maybe-eval-formula): New functions.
3495 (org-table-get-formula): Modify to use stored formulas.
3496 (org-table-insert-column, org-table-delete-column)
3497 (org-table-move-column): Call `org-table-modify-formulas'.
3498 (org-complete): Add completion for keyword formulas.
3499 (orgtbl-mode): Pull orgtbl-mode-map to start of
3500 minor-mode-map-alist.
3501
3502 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * progmodes/python.el (python-check): Require `compile' before
3505 modifying its variables.
3506
3507 * newcomment.el (comment-indent-default): Don't get fooled by an early
3508 end of buffer.
3509
3510 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3511
3512 * ps-print.el (ps-print-version): Fix version number.
3513
3514 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
3515
3516 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
3517
3518 2005-06-28 Richard M. Stallman <rms@gnu.org>
3519
3520 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
3521 (flyspell-local-mouse-map): Declaration deleted.
3522 (flyspell-mouse-map): Bind only mouse-2.
3523 (flyspell-mode-map): Don't test flyspell-use-local-map.
3524 (flyspell-overlay-keymap-property-name): Var deleted.
3525 (flyspell-mode-on): Don't make local bindings for
3526 flyspell-mouse-map and flyspell-mode-map.
3527 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
3528
3529 * textmodes/ispell.el (ispell-word): Do not ignore short words.
3530
3531 * progmodes/compile.el (compilation-next-error-function):
3532 Don't switch buffers; operate on the current buffer.
3533
3534 * progmodes/compile.el (compilation-error-file-name)
3535 (compilation-warning-file-name, compilation-info-file-name)
3536 (compilation-line-number, compilation-column-number): New faces.
3537 (compilation-error-face, compilation-warning-face)
3538 (compilation-info-face, compilation-line-face)
3539 (compilation-column-face): Use them.
3540
3541 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
3542
3543 * comint.el (comint-password-prompt-regexp): Accept ", try again".
3544
3545 * bindings.el (global-map): Bind insertchar and its variants.
3546
3547 2005-06-27 Richard M. Stallman <rms@gnu.org>
3548
3549 * textmodes/artist.el (artist-text-overwrite)
3550 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
3551
3552 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3553
3554 * ps-print.el: It was not working the page selection for printing.
3555 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
3556 (ps-print-version): New version 6.6.7.
3557 (ps-end-sheet): New fun.
3558 (ps-header-sheet, ps-end-job): Call it.
3559
3560 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
3561
3562 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
3563
3564 2005-06-27 Lute Kamstra <lute@gnu.org>
3565
3566 * facemenu.el (facemenu-unlisted-faces): Add foreground and
3567 background color faces.
3568 (facemenu-get-face): Delete function.
3569 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
3570 (facemenu-add-new-color): Make second argument mandatory.
3571 Create the appropriate face and return it. Simplify.
3572 (facemenu-set-foreground, facemenu-set-background): Don't check if
3573 color is defined. Use return value of facemenu-add-new-color.
3574
3575 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
3576
3577 * progmodes/gud.el (gud-filter): Add missing argument to
3578 with-selected-window.
3579
3580 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
3583 a :require to the defcustom.
3584
3585 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
3586 defcustoms corresponding to minor modes.
3587
3588 2005-06-26 David Ponce <david@dponce.com>
3589
3590 * recentf.el: Require tree-widget instead of wid-edit.
3591 (recentf-filename-handler): Fix widget :type.
3592 (recentf-cancel-dialog, recentf-open-more-files)
3593 (recentf-open-files-action): Doc fix.
3594 (recentf-dialog-goto-first): New function.
3595 (recentf-dialog-mode-map): Set parent keymap first.
3596 (recentf-dialog-mode): Define with define-derived-mode.
3597 Don't display continuation lines in dialogs.
3598 (recentf-edit-list): Rename from recentf-edit-selected-items.
3599 (recentf-edit-list-select): Rename from recentf-edit-list-action.
3600 Simplify.
3601 (recentf-edit-list-validate): New function.
3602 (recentf-edit-list): Update accordingly.
3603 (recentf-open-files-item-shift): Remove.
3604 (recentf-open-files-item): Convert menu elements into tree and
3605 link widgets. Don't create the widgets.
3606 (recentf-open-files): Update accordingly.
3607 (recentf-save-list): Untabify.
3608
3609 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
3610
3611 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
3612 (keep-lines): Add INTERACTIVE arg. Never delete lines only
3613 partially contained in the active region. Do not take active
3614 region into account when called from Lisp, unless INTERACTIVE arg
3615 is non-nil. Use `forward-line' instead of `beginning-of-line' to
3616 avoid trouble with fields. Make marker point nowhere when no
3617 longer used. Always return nil. Doc fix.
3618 (flush-lines): Add INTERACTIVE arg. Do not take active region
3619 into account when called from Lisp, unless INTERACTIVE arg is
3620 non-nil. Use `forward-line' instead of `beginning-of-line' to
3621 avoid trouble with fields. Make marker point nowhere when no
3622 longer used. Always return nil. Doc fix.
3623 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
3624 interchangeable. Do not take active region into account when
3625 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
3626 message in echo area when called from Lisp, unless INTERACTIVE arg
3627 is non-nil. Avoid saying "1 occurrences". Do not use markers.
3628 Return the number of matches. Doc fix.
3629 (occur): Doc fix.
3630 (perform-replace): Make comment follow double space convention for
3631 the sake of `outline-minor-mode'.
3632
3633 * faces.el (facep): Doc fix.
3634
3635 2005-06-25 Richard M. Stallman <rms@gnu.org>
3636
3637 * facemenu.el (facemenu-enable-faces-p): New function.
3638 (facemenu-background-menu, facemenu-foreground-menu)
3639 (facemenu-face-menu): Add menu-enable property.
3640
3641 * jka-compr.el (jka-compr-insert-file-contents):
3642 Special handling if cannot find the uncompression program.
3643
3644 * cus-face.el (custom-face-attributes): Add autoload.
3645
3646 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3647 Bind comment-indent-function locally.
3648
3649 * window.el (save-selected-window): Use save-current-buffer.
3650
3651 * subr.el (with-selected-window): Use save-current-buffer.
3652
3653 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
3654 and with-current-buffer.
3655
3656 2005-06-24 Richard M. Stallman <rms@gnu.org>
3657
3658 * simple.el (line-move-1): Fix previous change.
3659
3660 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
3661
3662 * replace.el (occur-1): Set `buffer-read-only' and the
3663 buffer-modified flag before running `occur-hook' to protect
3664 against unintentional buffer switches that can lead to data loss.
3665
3666 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
3667
3668 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
3669 (gud-gdb-marker-filter): Use font-lock-warning-face for any
3670 initial error.
3671
3672 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
3673 after fresh input.
3674 (gdb-var-create-handler): Put name of expression in quotes.
3675
3676 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
3677
3678 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
3679 elements of RING in order, and without bogus nil elements.
3680
3681 2005-06-23 Richard M. Stallman <rms@gnu.org>
3682
3683 * simple.el (set-variable): Args renamed; doc fix.
3684 (line-move-1): When there are overlays around, use vertical-motion.
3685
3686 * faces.el (escape-glyph): Use brown against light background.
3687 (nobreak-space): Rename from no-break-space.
3688 Fix previous change.
3689
3690 * dired-aux.el (dired-do-copy): Fix arg prompt.
3691
3692 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
3693
3694 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
3695
3696 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
3697 rather than "Distributor".
3698
3699 2005-06-23 Lute Kamstra <lute@gnu.org>
3700
3701 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
3702 (debug-on-entry): Use it. New interactive declaration that uses
3703 function-called-at-point.
3704
3705 2005-06-23 Kim F. Storm <storm@cua.dk>
3706
3707 * subr.el (save-match-data): Add comment about using evaporate arg
3708 to set-match-data.
3709
3710 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
3711
3712 * cus-edit.el (customize-face)
3713 (customize-face-other-window): Handle face aliases.
3714
3715 * faces.el (face-documentation, set-face-attribute)
3716 (face-spec-set): Handle face aliases.
3717
3718 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
3719
3720 * help-mode.el (help-make-xrefs): If a symbol representing a face
3721 name is not followed by the word "face", it could still be a
3722 function or variable name, so don't bypass other checks.
3723
3724 2005-06-22 Juri Linkov <juri@jurta.org>
3725
3726 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
3727 Replace aliased functions with calls where second arg `inherit' is t.
3728
3729 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
3730
3731 * progmodes/gdb-ui.el (gdb-error): New variable.
3732 (gdb-error): New function.
3733 (gdb-annotation-rules): Act on error-begin and error annotations.
3734 (gdb-concat-output): Use font-lock-warning-face for errors.
3735
3736 2005-06-22 Miles Bader <miles@gnu.org>
3737
3738 * bindings.el (propertized-buffer-identification): Use renamed
3739 `Buffer-menu-buffer' face.
3740
3741 * faces.el (vertical-border): Rename from `vertical-divider'.
3742 (escape-glyph): Change dark-background color back to `cyan'.
3743
3744 2005-06-21 Juri Linkov <juri@jurta.org>
3745
3746 * faces.el (face-user-default-spec): Try getting `customized-face'
3747 prior to `saved-face'.
3748 (frame-background-mode): Refill docstring.
3749
3750 * emacs-lisp/lisp-mode.el (eval-defun-1):
3751 * emacs-lisp/edebug.el (edebug-eval-defun):
3752 Set `saved-face' temporarily to nil before calling form.
3753 Set `customized-face' to the new spec after that.
3754
3755 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
3756
3757 * subr.el (1value, lambda, key-substitution-in-progress):
3758 Doc fixes.
3759
3760 * autoinsert.el (auto-insert-alist):
3761 * ses.el (ses-call-printer):
3762 * subr.el (noreturn):
3763 * emacs-lisp/lisp.el (check-parens):
3764 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
3765 * net/browse-url.el (browse-url-mosaic):
3766 * progmodes/cc-defs.el (c-safe-scan-lists):
3767 * progmodes/ebnf-abn.el (ebnf-abn-lex):
3768 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
3769 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
3770 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
3771 * progmodes/ebnf-iso.el (ebnf-iso-lex):
3772 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
3773
3774 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
3775
3776 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
3777
3778 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
3779
3780 * calendar/appt.el (appt-make-list): Activate the package, if
3781 not already active (for backwards compatibility).
3782
3783 2005-06-20 Kim F. Storm <storm@cua.dk>
3784
3785 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
3786
3787 2005-06-20 Miles Bader <miles@gnu.org>
3788
3789 * faces.el (vertical-divider): New face.
3790
3791 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
3792
3793 * simple.el (kill-whole-line): Doc fix.
3794 (next-error-buffer-p, next-error-find-buffer)
3795 (clone-indirect-buffer): Fix typos in docstrings.
3796 (comment-line-break-function): Doc fix: don't say variable
3797 is automatically buffer-local (it isn't).
3798
3799 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
3800
3801 * net/tramp-ftp.el (top):
3802 * net/tramp-smb.el (top):
3803 * net/tramp-util.el (top):
3804 * net/tramp-uu.el (top):
3805 * net/tramp-vc.el (top):
3806 * net/tramp.el (top): Revert copyright years back to original
3807 ones. Tramp has a life outside GNU Emacs.
3808
3809 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
3810
3811 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
3812
3813 2005-06-18 Juri Linkov <juri@jurta.org>
3814
3815 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
3816 end of first regexp to limit the match to the position between
3817 line number and source line with same separator character as used
3818 between file name and line number. In the second regexp limit
3819 mouse-face area to file name and line number by adding new group
3820 for them and referring it in HYPERLINK arg.
3821 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
3822 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
3823 previous line where grep markers may be already removed.
3824
3825 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3826
3827 * progmodes/ps-mode.el: Update version and maintainer's email address.
3828
3829 2005-06-18 Steve Youngs <steve@xemacs.org>
3830
3831 * net/browse-url.el (browse-url-browser-function)
3832 (browse-url-default-browser): Add firefox.
3833 (browse-url-firefox-program, browse-url-firefox-arguments)
3834 (browse-url-firefox-startup-arguments)
3835 (browse-url-firefox-new-window-is-tab): New defcustoms.
3836 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
3837
3838 2005-06-17 Richard M. Stallman <rms@gnu.org>
3839
3840 * startup.el (command-line): Warn if specified user name has
3841 no home directory.
3842
3843 * term.el (term-get-old-input, term-input-filter, term-input-sender)
3844 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
3845
3846 * longlines.el (longlines-mode, longlines-show-hard-newlines):
3847 Doc fixes.
3848
3849 * faces.el (underline): Try bold if terminal doesn't support underline.
3850
3851 * mail/sendmail.el (mail-setup-with-from): New variable.
3852 (mail-insert-from-field): New function.
3853 (sendmail-send-it): Call it.
3854 (mail-setup): Optionally call it here.
3855
3856 * term/linux.el: Call tty-no-underline.
3857
3858 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
3859
3860 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
3861
3862 2005-06-17 Miles Bader <miles@gnu.org>
3863
3864 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
3865 (ediff-current-diff-C, ediff-current-diff-Ancestor)
3866 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
3867 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
3868 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
3869 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
3870 Remove "-face" suffix from face names.
3871 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3872 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3873 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3874 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3875 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3876 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3877 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3878 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3879 New backward-compatibility aliases for renamed faces.
3880 (ediff-current-diff-face-A, ediff-current-diff-face-B)
3881 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
3882 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3883 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3884 (ediff-even-diff-face-A, ediff-even-diff-face-B)
3885 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3886 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3887 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3888 Use renamed ediff faces.
3889
3890 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
3891 Remove "-face" suffix from face names.
3892 (eshell-test-ok-face, eshell-test-failed-face):
3893 New backward-compatibility aliases for renamed faces.
3894 (eshell-run-test): Use renamed eshell-test faces.
3895
3896 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
3897 face name.
3898 (eshell-prompt-face): New backward-compatibility alias for renamed
3899 face.
3900 (eshell-emit-prompt): Use renamed eshell-prompt face.
3901
3902 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
3903 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
3904 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
3905 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
3906 Remove "-face" suffix from face names.
3907 (eshell-ls-directory-face, eshell-ls-symlink-face)
3908 (eshell-ls-executable-face, eshell-ls-readonly-face)
3909 (eshell-ls-unreadable-face, eshell-ls-special-face)
3910 (eshell-ls-missing-face, eshell-ls-archive-face)
3911 (eshell-ls-backup-face, eshell-ls-product-face)
3912 (eshell-ls-clutter-face):
3913 New backward-compatibility aliases for renamed faces.
3914 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
3915
3916 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
3917 Remove "-face" suffix from face name.
3918 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
3919 instead of literal face.
3920
3921 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
3922
3923 * emacs-lisp/warnings.el (display-warning, lwarn)
3924 (warning-minimum-log-level): Doc fixes.
3925 (warning-minimum-level, warning-minimum-log-level):
3926 Add :debug to :type choices.
3927
3928 * progmodes/ada-mode.el (ada-format-paramlist)
3929 (ada-get-indent-case, ada-check-matching-start)
3930 (ada-check-defun-name, ada-goto-matching-decl-start)
3931 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
3932 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
3933 (ada-make-subprogram-body): Follow error conventions.
3934 (ada-case-exception-file, ada-indent-comment-as-code)
3935 (ada-indent-handle-comment-special, ada-indent-renames)
3936 (ada-indent-return, ada-search-directories-internal)
3937 (ada-tab-policy, ada-case-exception-substring)
3938 (ada-other-file-alist, ada-matching-start-re)
3939 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
3940 (ada-imenu-generic-expression, ada-compile-goto-error)
3941 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
3942 (ada-popup-menu, ada-add-extensions, ada-mode)
3943 (ada-region-selected, ada-create-case-exception)
3944 (ada-create-case-exception-substring, ada-after-keyword-p)
3945 (ada-activate-keys-for-case, ada-adjust-case-region)
3946 (ada-adjust-case-buffer, ada-format-paramlist)
3947 (ada-scan-paramlist, ada-insert-paramlist)
3948 (ada-indent-newline-indent)
3949 (ada-indent-newline-indent-conditional)
3950 (ada-justified-indent-current, ada-goto-previous-word)
3951 (ada-indent-current, ada-get-indent-open-paren)
3952 (ada-get-indent-paramlist, ada-get-indent-end)
3953 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
3954 (ada-get-indent-block-start, ada-get-indent-subprog)
3955 (ada-get-indent-noindent, ada-get-indent-label)
3956 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
3957 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
3958 (ada-goto-stmt-end, ada-goto-next-word)
3959 (ada-check-matching-start, ada-check-defun-name)
3960 (ada-goto-matching-decl-start, ada-goto-matching-start)
3961 (ada-goto-matching-end, ada-search-ignore-string-comment)
3962 (ada-in-decl-p, ada-looking-at-semi-or)
3963 (ada-looking-at-semi-private, ada-in-paramlist-p)
3964 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
3965 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
3966 (ada-next-procedure, ada-previous-procedure, ada-next-package)
3967 (ada-previous-package, ada-create-menu)
3968 (ada-fill-comment-paragraph-justify)
3969 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
3970 (ada-other-file-name, ada-last-which-function-line)
3971 (ada-last-which-function-subprog, ada-which-function)
3972 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
3973 (ada-gen-treat-proc, ada-check-emacs-version)
3974 (ada-continuation-indent, ada-align-region-separate):
3975 Fix typos in docstrings.
3976 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
3977
3978 2005-06-16 Lute Kamstra <lute@gnu.org>
3979
3980 * simple.el (fundamental-mode): Run after-change-major-mode-hook
3981 conditionally.
3982
3983 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
3984
3985 * comint.el (comint-replace-by-expanded-filename)
3986 (comint-prompt-regexp, comint-delimiter-argument-list)
3987 (comint-preinput-scroll-to-bottom):
3988 * info.el (Info-hide-cookies-node):
3989 * ls-lisp.el (ls-lisp-classify):
3990 * find-file.el (ff-search-directories, ff-special-constructs)
3991 (ff-find-other-file):
3992 * font-lock.el (font-lock-keywords):
3993 * shell.el (shell-prompt-pattern)
3994 (shell-dynamic-complete-functions, shell-mode)
3995 (shell-delimiter-argument-list):
3996 * term.el (term-replace-by-expanded-filename)
3997 (term-prompt-regexp, term-delimiter-argument-list):
3998 * woman.el (woman-ignore, woman0-if):
3999 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
4000 * emacs-lisp/elint.el (elint-init-env):
4001 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
4002 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
4003 * language/ethio-util.el (ethio-tilde-escape)
4004 (ethio-use-three-dot-question):
4005 * net/zone-mode.el (zone-mode-load-time-setup):
4006 * progmodes/cc-align.el (c-lineup-argcont):
4007 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
4008 * progmodes/cperl-mode.el (cperl-set-style-back):
4009 * progmodes/inf-lisp.el (inferior-lisp-prompt):
4010 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
4011 Fix spellings in docstrings.
4012
4013 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
4014 * progmodes/modula2.el (m2-for): Fix spellings.
4015
4016 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
4017
4018 * simple.el (undo-more): Don't use `format' on `error' arguments.
4019 Improve argument/docstring consistency.
4020 (pending-undo-list): Doc fix.
4021
4022 * smerge-mode.el (smerge-ensure-match):
4023 * emulation/vip.el (vip-ex):
4024 * net/zone-mode.el (zone-mode-update-serial):
4025 * progmodes/idlwave.el (idlwave-complete):
4026 * progmodes/vhdl-mode.el (vhdl-visit-file)
4027 (vhdl-compose-wire-components):
4028 Don't use `format' on `error' arguments.
4029
4030 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
4031 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
4032 (tooltip-help-tips): Fix typos in docstrings.
4033
4034 2005-06-16 David Ponce <david@dponce.com>
4035
4036 * tree-widget.el (tree-widget-value-create): Simplify last change.
4037
4038 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
4039
4040 * ido.el (ido-incomplete-regexp): New variable.
4041 (ido-set-matches-1): Handle invalid-regexp error and set
4042 ido-incomplete-regexp.
4043 (ido-incomplete-regexp): New face.
4044 (ido-completions): Use it.
4045 (ido-complete, ido-exit-minibuffer, ido-completions):
4046 Handle incomplete regexps.
4047 (ido-completions): Add check for complete match when entering a regexp.
4048
4049 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4050
4051 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
4052
4053 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4054
4055 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
4056 by field delimiters.
4057
4058 2005-06-15 David Ponce <david@dponce.com>
4059
4060 * tree-widget.el: eval-and-compile inlined functions so they will
4061 be available at run-time too.
4062 (tree-widget-super-format-handler)
4063 (tree-widget-format-handler): Remove.
4064 (tree-widget-value-create): Handle the :indent property.
4065
4066 2005-06-15 Miles Bader <miles@gnu.org>
4067
4068 * progmodes/which-func.el (which-func): Only inherit
4069 `font-lock-function-name-face' when that makes sense against the
4070 default mode-line face, otherwise set the face color explicitly.
4071
4072 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
4073 faces instead of (non-existent) variables.
4074
4075 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
4078 (iswitchb-get-matched-buffers): Likewise. Simplify.
4079
4080 2005-06-14 Miles Bader <miles@gnu.org>
4081
4082 * progmodes/ld-script.el (ld-script-location-counter):
4083 Remove "-face" suffix from face name.
4084 (ld-script-location-counter-face):
4085 New backward-compatibility alias for renamed face.
4086 (ld-script-location-counter-face): Use renamed face.
4087
4088 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
4089 (cperl-hash): Remove "-face" suffix from face names.
4090 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
4091 New backward-compatibility aliases for renamed faces.
4092 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
4093 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
4094
4095 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
4096 name.
4097 (which-func-face): New backward-compatibility alias for renamed face.
4098 (which-func-format): Use renamed which-func face.
4099
4100 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
4101 (vhdl-function, vhdl-directive, vhdl-reserved-word)
4102 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
4103 names.
4104 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
4105 (vhdl-speedbar-configuration, vhdl-speedbar-package)
4106 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
4107 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
4108 (vhdl-speedbar-architecture-selected)
4109 (vhdl-speedbar-configuration-selected)
4110 (vhdl-speedbar-package-selected)
4111 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
4112 names.
4113 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
4114 Use renamed faces.
4115 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
4116 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
4117 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
4118 Use renamed faces.
4119 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
4120 names.
4121 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
4122 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
4123 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
4124 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
4125 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
4126 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
4127
4128 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
4129 face name.
4130 (sh-heredoc-face): New backward-compatibility alias for renamed face.
4131 (sh-heredoc-face): Use renamed sh-heredoc face.
4132
4133 * progmodes/idlw-help.el (idlwave-help-link):
4134 Remove "-face" suffix from face name.
4135 (idlwave-help-link-face):
4136 New backward-compatibility alias for renamed face.
4137 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
4138
4139 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
4140 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
4141 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
4142 New backward-compatibility aliases for renamed faces.
4143 (idlwave-shell-disabled-breakpoint-face)
4144 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
4145
4146 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4147 Remove "-face" suffix from face names.
4148 (flymake-errline-face, flymake-warnline-face):
4149 New backward-compatibility aliases for renamed faces.
4150 (flymake-highlight-line): Use renamed flymake faces.
4151
4152 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4153 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
4154 (ebrowse-member-class, ebrowse-progress):
4155 Remove "-face" suffix from face names.
4156 (ebrowse-tree-mark-face, ebrowse-root-class-face)
4157 (ebrowse-file-name-face, ebrowse-default-face)
4158 (ebrowse-member-attribute-face, ebrowse-member-class-face)
4159 (ebrowse-progress-face):
4160 New backward-compatibility aliases for renamed faces.
4161 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
4162 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
4163 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
4164 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
4165
4166 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
4167 antlr-syntax)
4168 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
4169 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
4170 names.
4171 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
4172 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
4173 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
4174 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
4175 backward-compatibility aliases for renamed faces.
4176 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
4177 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
4178 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
4179 remove "font-lock-". Use renamed antlr-mode faces.
4180 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
4181 literal face-names with face variable references.
4182
4183 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
4184 face name.
4185 (Buffer-menu-buffer-face): New backward-compatibility alias for
4186 renamed face.
4187 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
4188
4189 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
4190
4191 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
4192 Eliminate "-face" suffix.
4193 (makefile-targets): Inherit from font-lock-function-name-face and
4194 eliminate "-face" suffix.
4195 (makefile-shell): Remove attributes and eliminate "-face" suffix.
4196 (makefile-*-font-lock-keywords): Append makefile-targets in rule
4197 actions, instead of prepending, to make it less visible.
4198 (makefile-previous-dependency, makefile-match-dependency):
4199 Don't match a target on a continuation line.
4200
4201 * files.el (auto-mode-alist): Put Makefile in gmake mode.
4202
4203 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
4204
4205 * progmodes/gdb-ui.el (menu): Re-order menu items.
4206 (gdb-tooltip-print): Respect tooltip-use-echo-area.
4207
4208 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
4209 Define in tooltip.el.
4210 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
4211 (gud-tooltip-tips): Respect tooltip-use-echo-area and
4212 gud-tooltip-echo-area.
4213
4214 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
4215 backward compatibility and make obsolete.
4216 (tooltip-help-tips): Use tooltip-use-echo-area.
4217 (tooltip-show-help-function): Rename to...
4218 (tooltip-show-help): ...this, because it is a function.
4219 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
4220
4221 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
4222
4223 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
4224 (edebug-print-length, edebug-print-level, edebug-print-circle)
4225 (edebug-modify-breakpoint, edebug-eval-last-sexp)
4226 (edebug-eval-print-last-sexp): Doc fixes.
4227
4228 2005-06-14 Kim F. Storm <storm@cua.dk>
4229
4230 * ido.el (ido-mode): Make a new keymap every time we enable ido,
4231 as the coverage buffer/file/both may change.
4232
4233 2005-06-14 Lute Kamstra <lute@gnu.org>
4234
4235 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
4236 and run-mode-hooks. Simplify.
4237
4238 * mail/rmailedit.el (rmail-edit-mode):
4239 * progmodes/octave-inf.el (inferior-octave-mode):
4240 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
4241
4242 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
4243 and run-mode-hooks.
4244 (recentf-edit-list, recentf-open-files): Don't call
4245 kill-all-local-variables directly.
4246
4247 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
4248
4249 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
4250
4251 * emacs-lisp/byte-run.el (make-obsolete)
4252 (define-obsolete-function-alias): Rename arguments FUNCTION and
4253 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
4254 (make-obsolete-variable, define-obsolete-variable-alias):
4255 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
4256 respectively.
4257
4258 * isearchb.el (isearchb-activate):
4259 * pcvs.el (cvs-mode):
4260 * ses.el (ses-load):
4261 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
4262 * net/tramp.el (tramp-find-file-exists-command)
4263 (tramp-find-shell):
4264 * progmodes/ada-mode.el (ada-create-case-exception)
4265 (ada-create-case-exception-substring, ada-make-subprogram-body):
4266 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4267 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
4268 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
4269 * textmodes/org.el (org-promote, org-evaluate-time-range)
4270 (org-agenda-next-date-line, org-agenda-previous-date-line)
4271 (org-agenda-error, org-open-at-point, org-table-move-row)
4272 (org-format-table-table-html-using-table-generate-source)
4273 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
4274 * textmodes/reftex.el (reftex-access-scan-info):
4275 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
4276 (reftex-toc-promote-prepare): Follow error conventions.
4277
4278 * diff-mode.el (diff-mode): Fix typo in docstring.
4279
4280 * forms.el (forms--intuit-from-file): Fix reference to
4281 `forms-number-of-fields' in error message.
4282 (forms-print): Fix quoting in error message.
4283
4284 * forms.el (forms-mode):
4285 * emulation/vi.el (vi-goto-insert-state):
4286 * progmodes/flymake.el (flymake-new-err-info)
4287 (flymake-start-syntax-check-for-current-buffer)
4288 (flymake-simple-cleanup):
4289 * eshell/esh-var.el (eshell/export):
4290 * progmodes/gud.el (xdb):
4291 * textmodes/flyspell.el (flyspell-incorrect-hook)
4292 (flyspell-maybe-correct-transposition)
4293 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
4294
4295 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
4296
4297 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
4298 minibuffer prompt.
4299
4300 2005-06-13 Kim F. Storm <storm@cua.dk>
4301
4302 * subr.el (add-to-ordered-list): New defun.
4303
4304 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
4305 add cua--keymap-alist to emulation-mode-map-alists.
4306
4307 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * subr.el (complete-in-turn): New macro.
4310 (dynamic-completion-table, lazy-completion-table): Add debug info.
4311
4312 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
4313 in preference to face aliases.
4314
4315 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
4316 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
4317 Remove unused vars `start' and `firstline'.
4318 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
4319 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
4320
4321 2005-06-13 Eli Zaretskii <eliz@gnu.org>
4322
4323 * cus-start.el (all): Don't complain about missing GTK-related
4324 variables, unless either `gtk' is boundp or this isn't a
4325 `windows-nt' build.
4326
4327 2005-06-13 Lute Kamstra <lute@gnu.org>
4328
4329 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
4330 run-mode-hooks.
4331
4332 * ediff-mult.el (ediff-meta-mode):
4333 * ediff-util.el (ediff-mode): Use run-mode-hooks.
4334
4335 * ledit.el (ledit-mode): Use delay-mode-hooks.
4336
4337 * woman.el (woman-mode-line-format): Delete constant.
4338 (woman-mode-map): Initialize it properly.
4339 (woman-mode): Set mode-class property to special.
4340 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
4341 Set major-mode and mode-name. Don't set mode-line-format directly.
4342 (Man-getpage-in-background): Don't reference woman-mode-line-format.
4343
4344 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
4345 string argument obsolete.
4346
4347 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
4348
4349 * textmodes/org.el (org-CUA-compatible): New option.
4350 (org-disputed-keys): New variable.
4351 (org-key): New function.
4352 (orgtbl-make-binding): Add docstring to the created function.
4353 (org-mode): Set paragraph start/separate regexps.
4354 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
4355 (org-archive-location, org-archive-mark-done)
4356 (org-archive-stamp-time): New options.
4357 (org-archive-subtree): New command.
4358 (org-fill-paragraph): New function.
4359 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
4360 (org-fake-empty-table-line): Function removed.
4361 (org-format-org-table-html): Do not create empty table lines at
4362 separator lines. Improved table header treatment.
4363 (org-link-format): New option.
4364 (org-make-link): New function.
4365 (org-insert-link, org-store-link): Use org-make-link.
4366 (org-open-file): Quote file name for shell command, to allow
4367 spaces in file names.
4368 (org-link-regexp): Fix bug with mailto link.
4369 (org-link-maybe-angles-regexp, org-protected-link-regexp):
4370 New constants.
4371 (org-export-as-html): Deal with the optional angles around a link.
4372 Better treatment of file: links.
4373 (org-open-at-point): Replace @{ and @} with < and >.
4374 (org-run-mode-hooks): Function removed.
4375 (org-agenda-mode): No longer use `org-run-mode-hooks'.
4376
4377 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
4378
4379 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
4380 MI command -data-list-register-values.
4381 (gdb-post-prompt): Indent properly.
4382
4383 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
4384
4385 * hilit-chg.el (highlight-changes-colors): Rename from
4386 `highlight-changes-colours'.
4387 (highlight-changes-colours): Keep as obsolete alias.
4388 (highlight-changes-face-list): Doc fix.
4389 (hilit-chg-make-list): Use `highlight-changes-colors'.
4390
4391 2005-06-12 Mark A. Hershberger <mah@everybody.org>
4392
4393 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
4394 defun-prompt-regexp.
4395
4396 2005-06-12 Eli Zaretskii <eliz@gnu.org>
4397
4398 * loadup.el: Don't say we are dumping under 2 names on windows-nt
4399 and cygwin.
4400
4401 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4402 Don't use an old loaddefs.el, as in Makefile.in.
4403
4404 2005-06-12 Lute Kamstra <lute@gnu.org>
4405
4406 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
4407
4408 * man.el (Man-mode-map): Initialize it properly.
4409 (Man-mode): Set mode-class property to special.
4410
4411 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
4412
4413 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
4414
4415 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
4416 A newline is needed in the docstring there.
4417
4418 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
4419 Doc fixes.
4420
4421 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4422
4423 * printing.el: Doc fix. The menubar is no more changed when printing
4424 is loaded, it only changes when pr-menu-bind or pr-update-menus is
4425 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
4426 (pr-version): New version number (6.8.4).
4427 (pr-menu-bind): New command.
4428 (pr-update-menus): Docstring and code fix.
4429 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
4430 Docstring fix.
4431 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
4432 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
4433
4434 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
4435
4436 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
4437 "Returns" to "return", document useful return values, etc.
4438
4439 2005-06-11 Alan Mackenzie <acm@muc.de>
4440
4441 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
4442 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
4443 (adaptive-file-function): Minor amendment to doc-string.
4444
4445 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4446
4447 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
4448 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
4449 Fix :type--it is `integer', not `string'.
4450
4451 * faces.el (modeline-highlight): Rename from (the erroneous)
4452 `modeline-higilight'.
4453
4454 2005-06-11 Lute Kamstra <lute@gnu.org>
4455
4456 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
4457 lisp-interaction-mode-map but make it the parent.
4458 (edebug-eval-mode): Use define-derived-mode.
4459
4460 2005-06-11 Andreas Schwab <schwab@suse.de>
4461
4462 * bindings.el: Add binding of `ESC functionkey' for every
4463 `M-functionkey'.
4464 * hexl.el (hexl-mode-map): Likewise.
4465
4466 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
4467
4468 * progmodes/compile.el (compilation-error-regexp-alist-alist)
4469 [msft]: update regexp for newer msft compilers.
4470
4471 2005-06-10 Mark A. Hershberger <mah@everybody.org>
4472
4473 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
4474 ATTLIST portions of included DTDs.
4475 (xml-parse-dtd): Eliminate use of inefficient match-data.
4476
4477 2005-06-10 Miles Bader <miles@gnu.org>
4478
4479 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
4480 (mpuz-text): Remove "-face" suffix from face names.
4481 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
4482 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
4483 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
4484
4485 * play/gomoku.el (gomoku-O, gomoku-X):
4486 Remove "-face" suffix from face names.
4487 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
4488 New backward-compatibility aliases for renamed faces.
4489 (gomoku-font-lock-keywords): Use renamed gomoku faces.
4490
4491 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
4492
4493 * thumbs.el: Fixes for changes of 2005-06-09.
4494 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
4495 as a directory.
4496 (thumbs-thumbname): Remove directory separator from format string;
4497 `thumbs-thumbsdir' now returns a valid directory name.
4498 (thumbs-temp-dir): New defsubst.
4499 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
4500 Use it.
4501
4502 * cus-edit.el (minibuffer):
4503 * files.el (make-backup-file-name-function):
4504 * filesets.el (filesets-external-viewers):
4505 * hilit-chg.el (highlight-changes-colours)
4506 (highlight-changes-face-list, highlight-changes-rotate-faces):
4507 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
4508 * kmacro.el (kmacro-call-macro):
4509 * log-edit.el (log-edit-changelog-full-paragraphs):
4510 * mouse.el (mouse-1-click-follows-link):
4511 * skeleton.el (skeleton-autowrap):
4512 * subr.el (insert-for-yank-1):
4513 * tempo.el (tempo-insert-region):
4514 * terminal.el (terminal-emulator):
4515 * time.el (display-time-mail-face):
4516 * vc.el (vc-annotate):
4517 * vcursor.el (vcursor-copy-line):
4518 * woman.el (woman-bold-headings, woman-ignore)
4519 (woman-default-faces, woman-monochrome-faces):
4520 * calendar/todo-mode.el (todo-insert-threshold):
4521 * emulation/pc-select.el (pc-select-selection-keys-only)
4522 (pc-selection-mode):
4523 * emulation/vip.el (vip-find-char-forward):
4524 * emulation/viper-cmd.el (viper-find-char-forward):
4525 * international/mule-cmds.el
4526 (select-safe-coding-system-accept-default-p)
4527 (input-method-exit-on-invalid-key):
4528 * international/mule-diag.el (describe-coding-system):
4529 * international/ucs-tables.el (unify-8859-on-encoding-mode):
4530 * net/browse-url.el (browse-url-xterm-program):
4531 * obsolete/lazy-lock.el (lazy-lock-mode):
4532 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
4533 (cperl-mode):
4534 * progmodes/cpp.el (cpp-face-light-name-list)
4535 (cpp-face-dark-name-list):
4536 * progmodes/delphi.el (delphi-newline-always-indents):
4537 Fix spellings in docstrings.
4538
4539 * ido.el (ido-mode, ido-file-extensions-order)
4540 (ido-default-file-method, ido-default-buffer-method)
4541 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
4542 (ido-decorations, ido-read-file-name-as-directory-commands)
4543 (ido-read-file-name-non-ido, ido-work-directory-list)
4544 (ido-ignore-item-temp-list, ido-current-directory)
4545 (ido-magic-forward-char, ido-enter-find-file)
4546 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
4547 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
4548
4549 2005-06-10 Lute Kamstra <lute@gnu.org>
4550
4551 * play/dunnet.el (dun-mode): Use define-derived-mode.
4552 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
4553 obsolete alias.
4554
4555 * play/doctor.el (doctor-mode-map): Remove defvar.
4556 (doctor-mode): Use define-derived-mode.
4557
4558 * mail/mspools.el (mspools-mode):
4559 * net/eudc-hotlist.el (eudc-hotlist-mode):
4560 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
4561
4562 2005-06-10 Miles Bader <miles@gnu.org>
4563
4564 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
4565 Remove "-face" suffix from face names.
4566 (flyspell-incorrect-face, flyspell-duplicate-face):
4567 New backward-compatibility aliases for renamed faces.
4568 (flyspell-mode-on, make-flyspell-overlay)
4569 (flyspell-highlight-incorrect-region)
4570 (flyspell-highlight-duplicate-region)
4571 (flyspell-display-next-corrections)
4572 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
4573
4574 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
4575 from face name.
4576 (texinfo-heading-face): New backward-compatibility alias for
4577 renamed face.
4578 (texinfo-heading-face): Use renamed texinfo-heading face.
4579
4580 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
4581 suffix from face names.
4582 (tex-math-face, tex-verbatim-face):
4583 New backward-compatibility aliases for renamed faces.
4584 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
4585 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
4586 literal face name.
4587
4588 * textmodes/table.el (table-cell): Remove "-face" suffix from face
4589 name.
4590 (table-cell-face): New backward-compatibility alias for renamed face.
4591 (table--put-cell-face-property, table--update-cell-face):
4592 Use renamed table-cell face.
4593
4594 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
4595 from face name.
4596 (sgml-namespace-face): New backward-compatibility alias for
4597 renamed face.
4598 (sgml-namespace-face): Use renamed sgml-namespace face.
4599
4600 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
4601 (org-level-4, org-level-5, org-level-6, org-level-7)
4602 (org-level-8, org-warning, org-headline-done)
4603 (org-deadline-announce, org-scheduled-today)
4604 (org-scheduled-previously, org-link, org-done, org-table)
4605 (org-time-grid): Remove "-face" suffix from face names.
4606 (org-level-1-face, org-level-2-face, org-level-3-face)
4607 (org-level-4-face, org-level-5-face, org-level-6-face)
4608 (org-level-7-face, org-level-8-face, org-warning-face)
4609 (org-headline-done-face, org-deadline-announce-face)
4610 (org-scheduled-today-face, org-scheduled-previously-face)
4611 (org-link-face, org-done-face, org-table-face)
4612 (org-time-grid-face):
4613 New backward-compatibility aliases for renamed faces.
4614 (org-level-faces, org-set-font-lock-defaults, org-timeline)
4615 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
4616 (org-agenda-get-timestamps, org-agenda-get-scheduled)
4617 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
4618
4619 * emulation/viper-init.el (viper-search, viper-replace-overlay)
4620 (viper-minibuffer-emacs, viper-minibuffer-insert)
4621 (viper-minibuffer-vi): Remove "-face" suffix from face names.
4622 (viper-search-face, viper-replace-overlay-face)
4623 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
4624 (viper-minibuffer-vi-face):
4625 New backward-compatibility aliases for renamed faces.
4626 (viper-search-face, viper-replace-overlay-face)
4627 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
4628 (viper-minibuffer-vi-face): Use renamed viper faces.
4629
4630 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
4631 Remove "-face" suffix from face names.
4632 (testcover-nohits-face, testcover-1value-face):
4633 New backward-compatibility aliases for renamed faces.
4634 (testcover-mark): Use renamed testcover faces.
4635
4636 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
4637 face name.
4638 (diary-button-face): New backward-compatibility alias for renamed face.
4639 (diary-entry): Use renamed diary-button face.
4640
4641 * calendar/calendar.el (diary, calendar-today, holiday)
4642 (mark-visible-calendar-date): Remove "-face" suffix from face names.
4643 (diary-face, calendar-today-face, holiday-face):
4644 New backward-compatibility aliases for renamed faces.
4645 (eval-after-load "facemenu", diary-entry-marker)
4646 (calendar-today-marker, calendar-holiday-marker, diary-face):
4647 Use renamed calendar faces.
4648
4649 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
4650 (compare-windows-face): New backward-compatibility alias for
4651 renamed face.
4652 (compare-windows-highlight): Use renamed compare-windows face.
4653
4654 * strokes.el (strokes-char): Remove "-face" suffix from face name.
4655 (strokes-char-face): New backward-compatibility alias for renamed face.
4656 (strokes-encode-buffer): Use renamed strokes-char face.
4657
4658 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
4659 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
4660 Remove "-face" suffix from face names.
4661 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4662 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4663 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
4664 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
4665 Use renamed pcvs faces.
4666 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
4667 * pcvs-defs.el (cvs-mode-map): Likewise.
4668 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
4669
4670 * info.el (info-title-1, info-title-2, info-title-3)
4671 (info-title-4): Remove "-face" suffix from and downcase face names.
4672 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4673 (Info-title-4-face):
4674 New backward-compatibility aliases for renamed faces.
4675 (Info-fontify-node): Use renamed info faces.
4676
4677 * hilit-chg.el (highlight-changes, highlight-changes-delete):
4678 Remove "-face" suffix from face names.
4679 (highlight-changes-face, highlight-changes-delete-face):
4680 New backward-compatibility aliases for renamed faces.
4681 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
4682 (hilit-chg-make-list): Use renamed highlight-changes faces.
4683
4684 * generic-x.el (show-tabs-tab, show-tabs-space):
4685 Remove "-face" suffix from face names.
4686 (show-tabs-tab-face, show-tabs-space-face):
4687 New backward-compatibility aliases for renamed faces.
4688 (show-tabs-generic-mode-font-lock-defaults-1)
4689 (show-tabs-generic-mode-font-lock-defaults-2):
4690 Use renamed show-tabs faces.
4691
4692 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
4693 (smerge-markers): Remove "-face" suffix from face names.
4694 (smerge-mine-face, smerge-other-face, smerge-base-face)
4695 (smerge-markers-face):
4696 New backward-compatibility aliases for renamed faces.
4697 (smerge-mine-face, smerge-other-face, smerge-base-face)
4698 (smerge-markers-face): Use renamed smerge faces.
4699
4700 * log-view.el (log-view-file, log-view-message): Remove "-face"
4701 suffix from face names.
4702 (log-view-file-face, log-view-message-face): New
4703 backward-compatibility aliases for renamed faces.
4704 (log-view-file-face, log-view-message-face): Use renamed log-view
4705 faces.
4706
4707 * paren.el (show-paren-match, show-paren-mismatch):
4708 Remove "-face" suffix from face names.
4709 (show-paren-match-face, show-paren-mismatch-face):
4710 New backward-compatibility aliases for renamed faces.
4711 (show-paren-function): Use renamed show-paren faces.
4712
4713 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
4714 (ruler-mode-margins, ruler-mode-fringes)
4715 (ruler-mode-column-number, ruler-mode-fill-column)
4716 (ruler-mode-comment-column, ruler-mode-goal-column)
4717 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
4718 suffix from face names.
4719 (ruler-mode-default-face, ruler-mode-pad-face)
4720 (ruler-mode-margins-face, ruler-mode-fringes-face)
4721 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
4722 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
4723 (ruler-mode-tab-stop-face, ruler-mode-current-column-face): New
4724 backward-compatibility aliases for renamed faces.
4725 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
4726 (ruler-mode-column-number, ruler-mode-fill-column)
4727 (ruler-mode-comment-column, ruler-mode-goal-column)
4728 (ruler-mode-tab-stop, ruler-mode-current-column)
4729 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
4730 faces.
4731
4732 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
4733 face name.
4734 (whitespace-highlight-the-space): Use renamed face.
4735 (whitespace-highlight-face): New backward-compatibility alias for
4736 renamed face.
4737
4738 * woman.el (woman-italic, woman-bold, woman-unknown)
4739 (woman-addition, woman-symbol-face):
4740 Remove "-face" suffix from face names.
4741 (woman-italic-face, woman-bold-face, woman-unknown-face)
4742 (woman-addition-face):
4743 New backward-compatibility aliases for renamed faces.
4744 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
4745 (woman-decode-region, woman-replace-match)
4746 (woman-display-extended-fonts, woman-special-characters)
4747 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
4748 Use renamed woman faces.
4749
4750 * longlines.el (longlines-visible-face): Face removed.
4751
4752 * diff-mode.el (diff-header, diff-file-header, diff-index)
4753 (diff-hunk-header, diff-removed, diff-added, diff-changed)
4754 (diff-function, diff-context, diff-nonexistent): Remove "-face"
4755 suffix from face names.
4756 (diff-header-face, diff-file-header-face, diff-index-face)
4757 (diff-hunk-header-face, diff-removed-face, diff-added-face)
4758 (diff-changed-face, diff-function-face, diff-context-face)
4759 (diff-nonexistent-face): New backward-compatibility aliases for
4760 renamed faces.
4761 (diff-header-face, diff-file-header-face)
4762 (diff-index, diff-index-face, diff-hunk-header)
4763 (diff-hunk-header-face, diff-removed, diff-removed-face)
4764 (diff-added, diff-added-face, diff-changed-face, diff-function)
4765 (diff-function-face, diff-context-face, diff-nonexistent)
4766 (diff-nonexistent-face): Use renamed diff-mode faces.
4767
4768 * progmodes/compile.el (compilation-warning-face)
4769 (compilation-info-face): Remove "-face" suffix from face names.
4770 (compilation-warning-face, compilation-info-face):
4771 New backward-compatibility aliases for renamed faces.
4772 (compilation-warning-face, compilation-info-face):
4773 Use renamed compilation faces.
4774
4775 * add-log.el (change-log-date, change-log-name)
4776 (change-log-email, change-log-file, change-log-list)
4777 (change-log-conditionals, change-log-function)
4778 (change-log-acknowledgement): Remove "-face" suffix from face names.
4779 (change-log-date-face, change-log-name-face)
4780 (change-log-email-face, change-log-file-face)
4781 (change-log-list-face, change-log-conditionals-face)
4782 (change-log-function-face, change-log-acknowledgement-face):
4783 New backward-compatibility aliases for renamed faces.
4784 (change-log-font-lock-keywords): Use renamed change-log faces.
4785
4786 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
4787 (custom-set, custom-changed, custom-saved, custom-button)
4788 (custom-button-pressed, custom-documentation, custom-state)
4789 (custom-comment, custom-comment-tag, custom-variable-tag)
4790 (custom-variable-button, custom-face-tag, custom-group-tag-1)
4791 (custom-group-tag): Remove "-face" suffix from face names.
4792 (custom-magic-alist, custom-magic-value-create)
4793 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
4794 (custom-invalid-face, custom-rogue-face, custom-modified-face)
4795 (custom-set-face, custom-changed-face, custom-saved-face)
4796 (custom-button-face, custom-button-pressed-face)
4797 (custom-documentation-face, custom-state-face)
4798 (custom-comment-face, custom-comment-tag-face)
4799 (custom-variable-tag-face, custom-variable-button-face)
4800 (custom-face-tag-face, custom-group-tag-face-1)
4801 (custom-group-tag-face):
4802 New backward-compatibility aliases for renamed faces.
4803
4804 * wid-edit.el (widget-documentation, widget-button)
4805 (widget-field, widget-single-line-field, widget-inactive)
4806 (widget-button-pressed): "-face" suffix removed from face names.
4807 (widget-documentation-face, widget-button-face)
4808 (widget-field-face, widget-single-line-field-face)
4809 (widget-inactive-face, widget-button-pressed-face):
4810 New backward-compatibility aliases for renamed faces.
4811 (widget-documentation-face, widget-button-face)
4812 (widget-button-pressed-face, widget-specify-field)
4813 (widget-specify-inactive): Use renamed widget faces.
4814
4815 2005-06-10 Kenichi Handa <handa@m17n.org>
4816
4817 * term/x-win.el (x-clipboard-yank): Remove condition-case
4818 wrapping.
4819
4820 2005-06-11 Kenichi Handa <handa@m17n.org>
4821
4822 * add-log.el (change-log-font-lock-keywords): Make the regexp for
4823 date lines stricter.
4824
4825 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
4826
4827 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
4828 of x-get-selection.
4829
4830 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
4831
4832 * comint.el (comint-mode, comint-snapshot-last-prompt):
4833 * frame.el (frame-current-scroll-bars):
4834 * term.el (term-mode, term-check-proc, term-input-sender)
4835 (term-simple-send, term-extract-string, term-word)
4836 (term-match-partial-filename):
4837 * window.el (window-current-scroll-bars):
4838 * emulation/cua-base.el (cua-normal-cursor-color)
4839 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
4840 (cua-global-mark-cursor-color):
4841 * mail/undigest.el (rmail-forward-separator-regex):
4842 Fix typos in docstrings.
4843
4844 * comint.el (comint-check-proc, make-comint-in-buffer)
4845 (comint-source-default): Doc fixes.
4846
4847 * term.el (term-send-string): Improve argument/docstring
4848 consistency.
4849
4850 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
4851
4852 * comint.el (comint-send-input): Bind `inhibit-read-only' around
4853 call to `delete-region'.
4854 (comint-mode-hook): Do not enable Font Lock by default.
4855
4856 2005-06-09 Lute Kamstra <lute@gnu.org>
4857
4858 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
4859 could be void.
4860
4861 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
4862
4863 * emacs-lisp/debug.el (debugger-will-be-back): New var.
4864 (debug): Use it.
4865 (debugger-step-through, debugger-continue, debugger-jump)
4866 (debugger-return-value): Set it when needed.
4867 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
4868 Use inhibit-read-only.
4869
4870 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
4871
4872 * window.el (shrink-window-if-larger-than-buffer)
4873 (window-size-fixed): Fix typo in docstring.
4874
4875 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
4876 thumbnails directory on loading.
4877 (thumbs-conversion-program): Use `eq' to check the system type,
4878 not `equal'.
4879 (thumbs-temp-dir): Initialize to `temporary-file-directory',
4880 not "/tmp". Fix docstring.
4881 (thumbs-thumbsdir): New function to return the thumbnails
4882 directory, creating it if needed.
4883 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
4884 (thumbs-temp-file): Delete variable and make it into a function.
4885 (thumbs-resize-image, thumbs-modify-image): Use it.
4886 (thumbs-kill-buffer): Simplify.
4887 (thumbs-gensym): Defalias or duplicate CL `gensym'.
4888 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
4889 docstrings.
4890
4891 2005-06-09 Kim F. Storm <storm@cua.dk>
4892
4893 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
4894 set-match-data to free markers in match-data.
4895
4896 * replace.el (replace-match-data): Pass RESEAT arg `t' to
4897 match-data to unchain markers in match-data.
4898
4899 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4900
4901 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
4902 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
4903 unnecessary now.
4904
4905 2005-06-08 Richard M. Stallman <rms@gnu.org>
4906
4907 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
4908 give the variable a doc string that doesn't say don't set it directly.
4909
4910 * textmodes/ispell.el (ispell-check-version):
4911 Use match-string-no-properties.
4912 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
4913 (ispell-buffer-local-words): Likewise.
4914
4915 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
4916 except on terminals with enough colors to really display it.
4917 (makefile-dependency-regex): Delete spurious `bb'.
4918
4919 * faces.el (escape-glyph): Use blue once again in last case.
4920 (no-break-space): Redefine so that it isn't invisible on a tty.
4921
4922 2005-06-08 Kim F. Storm <storm@cua.dk>
4923
4924 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
4925 also when reading directory name.
4926
4927 2005-06-08 Lute Kamstra <lute@gnu.org>
4928
4929 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
4930 (flyspell-mode-line-string): Remove autoload cookie.
4931 (flyspell-mode): Remove defvar.
4932
4933 2005-06-07 Lute Kamstra <lute@gnu.org>
4934
4935 * textmodes/org.el (org-run-mode-hooks): New function.
4936 (org-agenda-mode): Use it.
4937
4938 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
4939
4940 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
4941
4942 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
4945
4946 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
4947
4948 * font-lock.el (font-lock-add-keywords): Doc fix.
4949
4950 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
4953 (tex-compile-default): In the absence of any history, use the order in
4954 tex-compile-alist to choose the preferred command.
4955 (tex-compile-commands): Reorder a bit.
4956
4957 * textmodes/flyspell.el (flyspell-auto-correct-binding)
4958 (flyspell-incorrect-face, flyspell-duplicate-face):
4959 Use (X)Emacs-agnostic code.
4960 (flyspell-mode-map): Don't overwrite at each load. Remove code
4961 redundant with the subsequent add-minor-mode. Merge Emacs and
4962 XEmacs code.
4963 (flyspell-word): Minor simplification.
4964 (flyspell-math-tex-command-p): Quieten the byte-compiler.
4965 (flyspell-external-point-words): Remove unused vars `size' and
4966 `start'.
4967 (flyspell-do-correct): Rename from flyspell-xemacs-correct. Merge
4968 the corresponding Emacs code.
4969 (flyspell-correct-word, flyspell-xemacs-popup): Use
4970 flyspell-do-correct.
4971
4972 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
4973 a dedicated window.
4974
4975 * international/latexenc.el (latexenc-find-file-coding-system):
4976 Undo part of last patch, to turn off a compiler warning.
4977
4978 2005-06-06 Juri Linkov <juri@jurta.org>
4979
4980 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
4981 Rename `tmm-inactive-face' to `tmm-inactive'.
4982
4983 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
4984
4985 * iswitchb.el: Rename faces.
4986
4987 2005-06-06 Kim F. Storm <storm@cua.dk>
4988
4989 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
4990 (cua-global-mark): Remove -face suffix from face names.
4991
4992 * emulation/cua-gmrk.el (cua--init-global-mark):
4993 Remove cua-global-mark face setup.
4994
4995 2005-06-06 Richard M. Stallman <rms@gnu.org>
4996
4997 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
4998 just like other allowed characters.
4999 (makefile-match-dependency): Exclude leading and training whitespace
5000 from the range of regexp subexp 1.
5001 (makefile-macroassign-regex): Don't try to match the body,
5002 just the name of the macro being defined.
5003
5004 * info.el (Info-read-node-name-2): New function.
5005 (Info-read-node-name-1): Use that.
5006 Add a completion-base-size-function property.
5007
5008 * simple.el (completion-setup-function): Look for
5009 completion-base-size-function property of
5010 minibuffer-completion-table.
5011
5012 * files.el (locate-file-completion): Doc fix.
5013
5014 * printing.el: Don't call pr-update-menus; user must do that.
5015
5016 * emacs-lisp/debug.el (debugger-window): New variable.
5017 (debug): Use debugger-window if it is set and still alive.
5018 Record debugger-window for next entry.
5019
5020 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
5021
5022 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
5023
5024 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
5025 (hack-one-local-variable, hack-local-variables)
5026 (hack-local-variables-prop-line): Pass that arg.
5027
5028 2005-06-06 Kim F. Storm <storm@cua.dk>
5029
5030 * ido.el (ido-first-match, ido-only-match, ido-subdir)
5031 (ido-indicator): Remove -face suffix from face names.
5032
5033 2005-06-06 Juri Linkov <juri@jurta.org>
5034
5035 * font-lock.el (font-lock-regexp-backslash)
5036 (font-lock-regexp-backslash-construct): New faces.
5037 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
5038 after `('. Add `while-no-input' to control structures.
5039
5040 * faces.el (no-break-space, shadow): New faces.
5041 (escape-glyph): Use less loud colors pink2 and red4.
5042
5043 * diff-mode.el (diff-context-face)
5044 * dired.el (dired-ignored)
5045 * rfn-eshadow.el (file-name-shadow)
5046 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
5047
5048 * info.el (Info-title-1-face): Use green instead of yellow because
5049 bold yellow is not readable on light backgrounds.
5050
5051 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
5052 before selecting the desired mode to not spend time fontifying
5053 old contents.
5054
5055 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
5056
5057 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
5058 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
5059
5060 * ps-print.el (ps-default-fg, ps-default-bg):
5061 Fix typos in docstrings.
5062
5063 * isearchb.el (isearchb): Don't pass a spurious second argument to
5064 `iswitchb-completions'.
5065
5066 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
5067
5068 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
5069 to preserve point.
5070 (gdb-find-file-hook): Add doc string.
5071
5072 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
5073 C dereferenced pointer expression.
5074 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
5075
5076 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
5077
5078 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
5079 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
5080 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
5081 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
5082 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
5083 Make background transparent.
5084
5085 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
5086
5087 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
5088 (font-lock-remove-keywords): Doc fix.
5089 (font-lock-mode-major-mode): Compiler defvar.
5090 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
5091
5092 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
5093 (font-lock-mode): Update `font-lock-mode-major-mode'.
5094 (font-lock-set-defaults): Compiler defvar.
5095 (font-lock-default-function): Take `font-lock-mode-major-mode'
5096 into account.
5097
5098 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
5099 keep track of which major mode it enabled the minor mode for.
5100 Use find-file-hook again. Update docstring.
5101
5102 * simple.el (eval-expression-print-level)
5103 (eval-expression-print-length, eval-expression-debug-on-error):
5104 Doc fixes.
5105
5106 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
5107
5108 * iswitchb.el (iswitchb-single-match-face)
5109 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
5110 (iswitchb-invalid-regexp-face): New faces.
5111 (iswitchb-completions): Use them.
5112 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
5113 now marked as an obsolete alias.
5114 (iswitchb-read-buffer): Remove check for bound font variables.
5115 (iswitchb-invalid-regexp): New free variable.
5116 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
5117 set iswitchb-invalid-regexp.
5118 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
5119 invalid regexps.
5120 (iswitchb-completions): Add check for complete match when entering
5121 a regexp.
5122 (iswitchb-completions): Remove require-match argument.
5123 (iswitchb-exhibit): Fix caller.
5124 (iswitchb-common-match-inserted): New variable.
5125 (iswitchb-complete, iswitchb-completion-help): Use it.
5126
5127 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
5128
5129 * url-http.el (url-http-chunked-encoding-after-change-function):
5130 Use `url-http-debug' instead of `message'.
5131
5132 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
5133
5134 * url-http.el (url-http-parse-headers): Pass redirected URL as a
5135 callback argument.
5136
5137 2005-06-04 Kim F. Storm <storm@cua.dk>
5138
5139 * simple.el (line-move): Only call sit-for when moving backwards.
5140
5141 * ido.el (ido-make-merged-file-list-1): New defun split from
5142 ido-make-merged-file-list.
5143 (ido-make-merged-file-list): Bind throw-on-input around call to
5144 ido-make-merged-file-list-1. Return input-pending-p if
5145 interrupted by more input available.
5146 (ido-read-internal): Handle input-pending-p return value from
5147 ido-make-merged-file-list.
5148
5149 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5150
5151 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
5152 compatibility code.
5153
5154 * international/latexenc.el (latexenc-find-file-coding-system):
5155 Don't inherit the EOL part of the coding-system from the
5156 tex-main buffer. Fit within 80 columns.
5157
5158 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
5159
5160 * tmm.el (tmm-inactive-face): New face.
5161 (tmm-remove-inactive-mouse-face): New function.
5162 (tmm-prompt, tmm-add-one-shortcut)
5163 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
5164 but not selectable.
5165
5166 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
5167
5168 * faces.el (face-equal): Improve argument/docstring consistency.
5169
5170 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
5171
5172 * progmodes/make-mode.el (makefile-targets-face)
5173 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
5174 (makefile-bsdmake-dependency-regex)
5175 (makefile-makepp-rule-action-regex)
5176 (makefile-bsdmake-rule-action-regex): New constants.
5177 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
5178
5179 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5180 Allow (...) within `...' for makepp messages.
5181
5182 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
5183
5184 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
5185
5186 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
5187 "." files are deleted from all file lists before comparison.
5188
5189 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
5190 (viper-ESC-key): Made them customizable.
5191
5192 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
5193
5194 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
5195
5196 * autorevert.el (auto-revert-buffers): Use save-match-data.
5197
5198 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
5199
5200 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
5201 menu items with a nil command binding.
5202
5203 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
5204
5205 * emacs-lisp/cl-macs.el (defsetf):
5206 Improve argument/docstring consistency.
5207
5208 * faces.el (list-faces-display): Improve the formatting by
5209 computing the maximum length required for any face-name (reworked
5210 patch of 1999-01-11, accidentally deleted on 1999-07-21).
5211 (internal-find-face): Remove redundant info in docstring.
5212
5213 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
5214
5215 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
5216 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
5217 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
5218 (gdb-assembler-custom): Improve regexps.
5219 (def-gdb-auto-update-handler): Use window point to preserve point.
5220
5221 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
5224
5225 2005-05-31 Jay Belanger <belanger@truman.edu>
5226
5227 * calc/calc-embed.el (calc-embedded-word): Change argument passed
5228 to calc-embedded.
5229 (calc-embedded-make-info): Have plain prefix argument select
5230 entire line.
5231
5232 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
5233
5234 * faces.el (list-faces-display): Signal error if passed a regexp
5235 that matches no face name.
5236
5237 * simple.el (filter-buffer-substring): Fix typo in docstring.
5238
5239 2005-05-31 Richard M. Stallman <rms@gnu.org>
5240
5241 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
5242 (vhdl-emacs-21): Doc fix.
5243 (vhdl-mode): Unconditionally set comment-padding.
5244 (vhdl-fixup-whitespace-region): Insert spaces only where
5245 there are none.
5246 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
5247
5248 2005-05-30 John Wiegley <johnw@newartisans.com>
5249
5250 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
5251 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
5252 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
5253 `directory-sep-char' to ?/, and all uses of `string-to-int' to
5254 `string-to-number'.
5255
5256 2005-05-30 Jay Belanger <belanger@truman.edu>
5257
5258 * calc/calc.el (calc-bug-address): Fix docstring.
5259 (calc-window-hook, calc-trail-window-hook): New variables.
5260 (calc-trail-display): Restore use of calc-trail-window-hook.
5261 (calc): Restore use of calc-window-hook.
5262
5263 2005-05-31 Masatake YAMATO <jet@gyve.org>
5264
5265 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
5266
5267 * help-fns.el (help-C-file-name): Add autoload mark for
5268 `find-function-noselect'.
5269
5270 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
5273 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
5274
5275 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5276
5277 * calendar/diary-lib.el (mark-included-diary-files): Only kill
5278 included diary buffer if it was not already being visited.
5279 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
5280
5281 * calendar/icalendar.el (top-level): Do not require 'appt.
5282
5283 * mail/supercite.el (sc-select-attribution): Only use a list
5284 element from sc-attrib-selection-list if it returns a string.
5285 Reported by Davide G. M. Salvetti <salve@debian.org>.
5286
5287 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
5288
5289 * thumbs.el (thumbs-thumbname): The resulting thumbname now
5290 includes a hash value to improve its uniqueness, and has a ".jpg"
5291 extension. Also, it is now a valid filename on all systems.
5292 (thumbs-make-thumb): Use `let', not `let*'.
5293 (thumbs-show-thumbs-list): Check for JPEG availability.
5294
5295 2005-05-30 Richard M. Stallman <rms@gnu.org>
5296
5297 * filesets.el (filesets-menu-ensure-use-cached):
5298 Prevent warning when emacs-version>= is undefined.
5299
5300 * printing.el (pr-interactive-n-up): Use string-to-number.
5301
5302 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
5303
5304 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5305 Warn only when name to be defined is quoted.
5306
5307 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
5308
5309 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
5310 Make regexp more robust.
5311 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
5312 Force regeneration of disassembly.
5313
5314 2005-05-29 Jay Belanger <belanger@truman.edu>
5315
5316 * calc/calc.el (calc-user-invocation): Check if
5317 calc-invocation-macro is non-nil.
5318
5319 2005-05-29 Juri Linkov <juri@jurta.org>
5320
5321 * add-log.el (change-log-font-lock-keywords):
5322 Add `+' to e-mail regexp to accept mail address with keywords.
5323
5324 * man.el (Man-name-regexp): Add `:' to accept qualified names.
5325
5326 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
5327
5328 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
5329
5330 * ielm.el (inferior-emacs-lisp-mode): Ditto.
5331
5332 2005-05-29 Richard M. Stallman <rms@gnu.org>
5333
5334 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
5335 Undo the change that moves to end of the current word.
5336
5337 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
5338
5339 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
5340 Throw error when count <= 0 to ensure input is a number.
5341 (gdb-read-memory-custom): Pick up address from buffer.
5342 (gdb-memory-mode): Allow user to increment and decrement
5343 memory address from header line.
5344
5345 2005-05-29 Richard M. Stallman <rms@gnu.org>
5346
5347 * flyspell.el (flyspell-version): Function deleted.
5348 (flyspell-auto-correct-previous-hook): Doc fix.
5349
5350 * jit-lock.el (jit-lock-function, jit-lock-after-change):
5351 Do nothing if memory is full.
5352
5353 * font-lock.el (font-lock-fontify-syntactically-region):
5354 Pass t for GREEDY to looking-back.
5355
5356 * saveplace.el (save-place-alist-to-file): Write the file
5357 using write-region.
5358
5359 * subr.el (looking-back): New argument GREEDY.
5360
5361 * progmodes/compile.el (compilation-start): Set the mode
5362 before inserting the initial text.
5363
5364 * progmodes/which-func.el (which-func-update-1): Turn the mode
5365 off in case of error by setting which-func-mode.
5366
5367 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
5368
5369 * flyspell.el (flyspell-auto-correct-previous-word):
5370 Narrow down to what's on the screen, and recenter overlays
5371 at the end of the next word.
5372
5373 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
5374
5375 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
5376 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
5377 (flyspell-abbrev-p): Default to nil.
5378 (flyspell-use-global-abbrev-table-p): Doc fix.
5379 (flyspell-large-region): Allow nil as value.
5380 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
5381
5382 (mail-mode-flyspell-verify): More robust handling
5383 of `mail-header-separator'. More efficient signature detection.
5384 Allow for regexp metacharacters in message-header-separator.
5385 Adding `To' not to be checked in mail-mode-flyspell-verify.
5386
5387 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
5388 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
5389 Bind flyspell-auto-correct-binding.
5390 Bind C-. and C-, .
5391 (flyspell-mode-map): Likewise.
5392 (flyspell-mode): Doc fix.
5393 (flyspell-accept-buffer-local-defs): Preserve current buffer.
5394 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
5395 (flyspell-word-cache-result): New var, always local.
5396 (flyspell-check-pre-word-p): Doc fix.
5397 (flyspell-check-changed-word-p): Handle spc like newline.
5398 (flyspell-post-command-hook): Set flyspell-word-cache-result.
5399 (flyspell-word-search-backward, flyspell-word-search-forward):
5400 New functions.
5401 (flyspell-word): Return t if nothing to check.
5402 When parsing TeX code, check for after } or \.
5403 Use flyspell-word-search-backward to find previous word.
5404 Return nil if duplicated word.
5405 For word already checked, return same value as last time.
5406 Set flyspell-word-cache-result after checking.
5407 Don't clobber the return value.
5408 (flyspell-get-word): Major rewrite.
5409 (flyspell-external-point-words): New locals pword, pcount.
5410 Fix size used in progress message.
5411 Find the proper corresponding word in flyspell-large-region-buffer.
5412 (flyspell-region): Check for flyspell-large-region = nil.
5413 (flyspell-highlight-incorrect-region): Clean up overlays in region.
5414 (flyspell-auto-correct-word): Check that WORD is a cons.
5415 (flyspell-correct-word): Likewise.
5416
5417 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
5418
5419 * progmodes/make-mode.el (makefile-rule-action-regex)
5420 (makefile-macroassign-regex, makefile-makepp-mode)
5421 (makefile-bsdmake-mode): Continuation lines may be empty.
5422 Reported by Joshua Varner.
5423 (makefile-makepp-font-lock-keywords): Add $(stem).
5424
5425 2005-05-28 Karl Berry <karl@gnu.org>
5426
5427 * textmodes/tex-mode.el: Now that tex-send-command calls
5428 shell-quote-argument (2005-03-31 change), remove all calls to
5429 shell-quote-argument; they all end up invoking tex-send-command.
5430 The double quoting loses on filenames with non-safe characters,
5431 such as "@". Reported by Frederik Fouvry.
5432
5433 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
5434
5435 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
5436 about preserving point.
5437
5438 2005-05-27 Jay Belanger <belanger@truman.edu>
5439
5440 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
5441 Info-goto-node.
5442
5443 * calc/calc-embed.el (calc-embed-arg): New variable.
5444 (calc-do-embedded-activate, calc-embedded-activate-formula)
5445 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
5446 variable by new variable.
5447 (calc-embedded-make-info): Replace undeclared variable by new
5448 variable. When selecting region with positive prefix
5449 argument, use end of previous line instead of beginning of line.
5450
5451 * calc/calc-aent.el (calc-arg-values): Declare it.
5452
5453 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
5454 Declare them.
5455
5456 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
5457
5458 * calc/calc.el (calc-alg-map): Declare it.
5459
5460 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
5461
5462 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
5463
5464 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
5465 (gdb-registers-buffer, toggle-gdb-all-registers):
5466 Toggle display of floating point registers.
5467 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
5468
5469 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
5470 (toggle-gud-tooltip-dereference):
5471 Rename from gud-toggle-tooltip-dereference.
5472
5473 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5474
5475 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
5476
5477 2005-05-27 Jay Belanger <belanger@truman.edu>
5478
5479 * calc/calc-prog.el (calc-kbd-report): Remove.
5480 (calc-kbd-query): Rewrite.
5481
5482 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
5483
5484 * image.el (image-library-alist): Move to image.c.
5485 (image-type-available-p): Doc fix.
5486
5487 2005-05-27 Lute Kamstra <lute@gnu.org>
5488
5489 * calc/calc.el (calc):
5490 * outline.el (outline-1, outline-2, outline-3, outline-4)
5491 (outline-5, outline-6, outline-7, outline-8):
5492 * textmodes/dns-mode.el (dns-mode):
5493 * textmodes/sgml-mode.el (sgml-namespace-face):
5494 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
5495 (tex-verbatim-face, tex-use-reftex):
5496 * textmodes/texinfo.el (texinfo-heading-face):
5497 Specify customization group.
5498
5499 * longlines.el: Don't require easy-mmode.
5500 (longlines-visible-face): Specify customization group.
5501
5502 2005-05-27 Kenichi Handa <handa@m17n.org>
5503
5504 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
5505 encoding table of windows-1251.
5506
5507 * international/ucs-tables.el (ucs-set-table-for-input):
5508 If translation-table-for-input of a coding system is a symbol, get
5509 its translation-table property.
5510
5511 * international/code-pages.el: Don't register a coding system into
5512 non-iso-charset-alist more than once.
5513 (cp-make-coding-system): Likewise.
5514
5515 2005-05-26 John Wiegley <johnw@newartisans.com>
5516
5517 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
5518 `eshell-resume-eval' is wrapped in a list, it indicates that the
5519 command was run asynchronously. In that case, unwrap the value
5520 before checking the delimiter value.
5521
5522 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
5523 character before a space at the end of a line is \, assume the space
5524 is part of the last argument rather than a final argument separator.
5525
5526 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
5527 is in use, and the target is `t' or `nil' (which are the most common
5528 values), don't assume that the symbol target is a buffer.
5529
5530 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
5531
5532 * calendar/calendar.el (calendar-mode-line-format):
5533 Use mode-line-highlight as mouse-face.
5534
5535 * time.el (display-time-string-forms, display-time-update):
5536 Use mode-line-highlight as mouse-face.
5537
5538 2005-05-26 Jay Belanger <belanger@truman.edu>
5539
5540 * calc/calc.el (calc-language-alist): Remove extra defvar.
5541
5542 2005-05-26 Lute Kamstra <lute@gnu.org>
5543
5544 * arc-mode.el (archive-mode):
5545 * bookmark.el (bookmark-read-annotation-mode)
5546 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
5547 * bs.el (bs-mode):
5548 * calc/calc-yank.el (calc-edit-mode):
5549 * calc/calc.el (calc-mode, calc-trail-mode):
5550 * calculator.el (calculator-mode):
5551 * chistory.el (command-history-mode):
5552 * comint.el:
5553 * cus-edit.el (custom-mode):
5554 * descr-text.el (describe-text-mode):
5555 * ebuff-menu.el (Electric-buffer-menu-mode):
5556 * ediff-util.el (ediff-mode):
5557 * emacs-lisp/re-builder.el (reb-mode):
5558 * emulation/vi.el (vi-mode-setup):
5559 * emulation/ws-mode.el (wordstar-mode):
5560 * eshell/esh-mode.el (eshell-mode):
5561 * forms.el (forms-mode):
5562 * help-mode.el (help-mode):
5563 * hexl.el (hexl-mode):
5564 * ibuffer.el (ibuffer-mode):
5565 * ielm.el (inferior-emacs-lisp-mode):
5566 * info.el (Info-mode, Info-edit-mode):
5567 * international/swedish.el:
5568 * ledit.el (ledit-from-lisp-mode):
5569 * locate.el (locate-mode):
5570 * mail/rmail.el (rmail-mode):
5571 * mail/rmailedit.el (rmail-edit-mode):
5572 * mail/rmailsum.el (rmail-summary-mode):
5573 * mail/supercite.el (sc-electric-mode):
5574 * net/eudc.el (eudc-mode):
5575 * net/quickurl.el (quickurl-list-mode):
5576 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
5577 * obsolete/ooutline.el (outline-mode):
5578 * obsolete/options.el (Edit-options-mode):
5579 * obsolete/rnews.el (news-mode):
5580 * obsolete/rnewspost.el (news-reply-mode):
5581 * play/5x5.el (5x5-mode):
5582 * play/decipher.el (decipher-mode, decipher-stats-mode):
5583 * play/gomoku.el (gomoku-mode):
5584 * play/snake.el (snake-mode):
5585 * play/solitaire.el (solitaire-mode):
5586 * play/tetris.el (tetris-mode):
5587 * progmodes/ada-mode.el (ada-mode):
5588 * progmodes/antlr-mode.el (antlr-mode):
5589 * progmodes/autoconf.el (autoconf-mode):
5590 * progmodes/dcl-mode.el (dcl-mode):
5591 * progmodes/delphi.el (delphi-mode):
5592 * progmodes/ebrowse.el (ebrowse-tree-mode)
5593 (ebrowse-electric-list-mode, ebrowse-member-mode)
5594 (ebrowse-electric-position-mode):
5595 * progmodes/f90.el (f90-mode):
5596 * progmodes/fortran.el (fortran-mode):
5597 * progmodes/icon.el (icon-mode):
5598 * progmodes/idlw-help.el (idlwave-help-mode):
5599 * progmodes/idlw-shell.el (idlwave-shell-mode):
5600 * progmodes/idlwave.el (idlwave-mode):
5601 * progmodes/inf-lisp.el (inferior-lisp-mode):
5602 * progmodes/m4-mode.el (m4-mode):
5603 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
5604 * progmodes/modula2.el (modula-2-mode):
5605 * progmodes/octave-inf.el (inferior-octave-mode):
5606 * progmodes/octave-mod.el (octave-mode):
5607 * progmodes/pascal.el (pascal-mode):
5608 * progmodes/sh-script.el (sh-mode):
5609 * progmodes/sql.el (sql-mode, sql-interactive-mode):
5610 * progmodes/vhdl-mode.el (vhdl-mode):
5611 * progmodes/xscheme.el (scheme-interaction-mode):
5612 * replace.el (occur-mode):
5613 * ses.el (ses-mode):
5614 * simple.el (completion-list-mode):
5615 * skeleton.el:
5616 * speedbar.el (speedbar-mode):
5617 * term.el (term-mode):
5618 * terminal.el (terminal-edit-mode):
5619 * textmodes/reftex-index.el (reftex-index-mode)
5620 (reftex-index-phrases-mode):
5621 * textmodes/reftex-sel.el (reftex-select-label-mode)
5622 (reftex-select-bib-mode):
5623 * textmodes/reftex-toc.el (reftex-toc-mode):
5624 * wdired.el (wdired-change-to-wdired-mode):
5625 * wid-browse.el (widget-browse-mode):
5626 Use run-mode-hooks.
5627
5628 * array.el (array-mode):
5629 * calendar/todo-mode.el (todo-mode):
5630 * man.el (Man-mode):
5631 * play/landmark.el (lm-mode):
5632 * play/mpuz.el (mpuz-mode):
5633 Use kill-all-local-variables and run-mode-hooks.
5634
5635 * subr.el (delay-mode-hooks): Specify indentation.
5636
5637 2005-05-26 Mark A. Hershberger <mah@everybody.org>
5638
5639 * xml.el (xml-substitute-special): Don't die for undefined xml
5640 entities.
5641
5642 2005-05-26 Jay Belanger <belanger@truman.edu>
5643
5644 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
5645 of nil.
5646
5647 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
5648
5649 * progmodes/gdb-ui.el (gdb-frame-address):
5650 Rename from gdb-current-address.
5651 (gdb-previous-frame-address): Rename from gdb-previous-address.
5652 (gdb-selected-frame): Rename from gdb-current-frame.
5653 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
5654 (gdb-frame-number): Rename from gdb-current-stack-level.
5655 (gdb-ann3): Match new mode-name for disassembly buffer.
5656 Extend initialization of variables.
5657 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
5658 (gdb-memory-mode): Use mouse-face in header line.
5659 (gdb-assembler-buffer-name): Call it disassembly and give frame
5660 in mode line.
5661 (gdb-source-spec-regexp, gdb-assembler-custom)
5662 (gdb-invalidate-assembler, gdb-frame-handler):
5663 Make robust to leading zeroes in address format.
5664
5665 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
5666
5667 * textmodes/org.el (org-mode): Use `define-derived-mode' to
5668 define `org-mode'.
5669 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
5670
5671 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
5672
5673 * log-edit.el (log-edit-changelog-entries): Distinguish between
5674 filenames like xfns.c and fns.c.
5675
5676 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
5677
5678 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
5679 point after reverting.
5680 (Buffer-menu-make-sort-button): Handle the case where
5681 `Buffer-menu-use-header-line' is nil.
5682
5683 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
5684
5685 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
5686 New funcs. In minibuffer-local-completion-map bind `]', `/'
5687 and `:' to them.
5688
5689 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5690
5691 * startup.el (normal-top-level): Allow modification of load-path while
5692 we're iterating over it.
5693
5694 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
5695
5696 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
5697 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
5698 (thumbs-resize-interactive, thumbs-insert-image)
5699 (thumbs-insert-thumb, thumbs-dired-show-marked)
5700 (thumbs-find-image-at-point, thumbs-delete-images)
5701 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
5702 (thumbs-increment-image-size, thumbs-decrement-image-size):
5703 Fix typos in docstrings.
5704
5705 2005-05-24 Andre Spiegel <spiegel@gnu.org>
5706
5707 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
5708 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
5709 (cperl-mode): Use them.
5710
5711 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
5712
5713 * window.el (quit-window, shrink-window-if-larger-than-buffer):
5714 Doc fixes.
5715
5716 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
5717
5718 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
5719 Bind C-d to gdb-inferior-io-eof.
5720
5721 * dired.el (dired-dnd-popup-notice): Use message-box.
5722
5723 2005-05-23 Masatake YAMATO <jet@gyve.org>
5724
5725 * bindings.el (mode-line-major-mode-keymap):
5726 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
5727
5728 * faces.el (mode-line-highlight): New face.
5729
5730 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
5731 as mouse-face.
5732
5733 * bindings.el (top-level, help-echo, mode-line-modified)
5734 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
5735 as mouse-face.
5736
5737 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
5738
5739 * progmodes/cc-engine.el (c-guess-basic-syntax):
5740 Remove spurious call to `zerop'.
5741
5742 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
5743
5744 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
5745
5746 CC Mode update to 5.30.10:
5747
5748 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
5749 could go past the limit in decoration level 2, thereby causing
5750 errors during interactive fontification.
5751
5752 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
5753 the file is evaluated interactively.
5754
5755 * cc-engine.el (c-guess-basic-syntax): Handle operator
5756 declarations somewhat better in C++.
5757
5758 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
5759 make use of `run-mode-hooks' which has been added in Emacs 21.1.
5760 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
5761 (awk-mode): Use it.
5762 (make-local-hook): Suppress warning about obsoleteness.
5763
5764 * cc-engine.el, cc-align.el, cc-cmds.el
5765 (c-append-backslashes-forward, c-delete-backslashes-forward)
5766 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
5767 Compensate for return value from `forward-line' when it has moved
5768 but not to a different line due to eob.
5769
5770 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
5771 `objc-method-intro' and `objc-method-args-cont'.
5772
5773 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
5774
5775 CC Mode update to 5.30.10:
5776
5777 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
5778 in the copyright statement. Incidentally, change "along with GNU
5779 Emacs" to "along with this program" where it occurs.
5780
5781 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
5782 so that it is interactive, hence can be found by M-x awk-mode
5783 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
5784 <gmorris+emacs@ast.cam.ac.uk>.
5785
5786 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
5787 Mode's regexps.
5788
5789 2005-05-23 Kevin Ryde <user42@zip.com.au>
5790
5791 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
5792 c-parse-state, to avoid a lisp error (on bad code).
5793
5794 2005-05-23 Lute Kamstra <lute@gnu.org>
5795
5796 * subr.el (font-lock-defaults): Remove defvar as it's already
5797 defined in font-core.el.
5798
5799 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
5800
5801 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
5802
5803 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
5804 more general and work when GDB variable "print pretty" is on,
5805 as with Emacs, for example.
5806
5807 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
5808
5809 * font-core.el: Update comment.
5810
5811 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5812 Use `after-change-major-mode-hook' instead of `find-file-hook'.
5813
5814 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
5815
5816 2005-05-22 Eli Zaretskii <eliz@gnu.org>
5817
5818 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
5819 and `yank-handler' in the doc strings.
5820
5821 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
5824
5825 2005-05-22 Richard M. Stallman <rms@gnu.org>
5826
5827 * help.el (describe-key): Move print-help-return-message call
5828 out of conditional.
5829
5830 * progmodes/etags.el (list-tags): Use with-no-warnings.
5831
5832 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
5833 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
5834 (starttls-extra-args, starttls-extra-arguments): Add defvars.
5835
5836 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
5837
5838 * language/viet-util.el (viet-viscii-nonascii-translation-table):
5839 Add defvar.
5840
5841 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
5842 Use defvar, not defconst.
5843
5844 * hexl.el (hexl-follow-line): Use with-no-warnings.
5845
5846 * emulation/tpu-extras.el: Use write-file-functions instead of
5847 write-file-hooks.
5848
5849 * dired.el (dired-font-lock-keywords): Fontify files with junk
5850 extensions even if marked by -F.
5851
5852 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
5853
5854 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
5855 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
5856 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
5857 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
5858 (concatenate, list-length, get*, getf, cl-remprop):
5859 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
5860 (etypecase, progv, lexical-let, lexical-let*)
5861 (multiple-value-bind, multiple-value-setq, shiftf):
5862 Improve argument/docstring consistency.
5863
5864 * subr.el (focus-frame, unfocus-frame):
5865 Revert deletion on 2005-05-01.
5866
5867 2005-05-22 Andre Spiegel <spiegel@gnu.org>
5868
5869 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
5870 doesn't exist.
5871
5872 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
5873 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
5874
5875 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
5876
5877 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
5878 already deleted variables: auto-fill-hook, blink-paren-hook,
5879 lisp-indent-hook, inhibit-local-variables, unread-command-event,
5880 suspend-hooks, comment-indent-hook, meta-flag,
5881 before-change-function, after-change-function,
5882 font-lock-doc-string-face.
5883
5884 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
5885
5886 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
5887
5888 2005-05-21 Eli Zaretskii <eliz@gnu.org>
5889
5890 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
5891 rmail-dont-reply-to.
5892
5893 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5894
5895 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
5896 literal blank when splitting new-header-values.
5897
5898 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
5899
5900 * calendar/cal-menu.el (cal-menu-update): Add separator as a
5901 string so that tmm doesn't create a completion entry for it.
5902
5903 * textmodes/table.el (table-disable-menu): Ditto.
5904
5905 2005-05-21 Richard M. Stallman <rms@gnu.org>
5906
5907 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
5908
5909 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
5910
5911 * net/rcompile.el (remote-compile): Use compilation-start.
5912
5913 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
5914
5915 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
5916
5917 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
5918 Default to makefile-bsdmake-mode on BSD systems.
5919
5920 * imenu.el (imenu-generic-expression, imenu--generic-function'):
5921 REGEXP may also be a search function now. The part of doc-string
5922 for describing the structure was 95% identical to that of
5923 `imenu--generic-function'. Unify it there.
5924
5925 * progmodes/make-mode.el (makefile-imenu-generic-expression):
5926 Use function to find dependencies, because regexp alone is so complex,
5927 it easily goes into an endless loop.
5928 (makefile-makepp-mode): Also add submenu for Perl functions
5929 defined in the makefile.
5930 (makefile-bsdmake-mode): Special imenu-generic-expression no
5931 longer needed, due to function call.
5932 (makefile-match-dependency): Take BOUND into account when checking
5933 if we're through.
5934
5935 2005-05-20 Jay Belanger <belanger@truman.edu>
5936
5937 * calc/calc-units.el (calc-invalidate-units-table):
5938 Use inhibit-read-only.
5939 (math-build-units-table-buffer): Use view-mode.
5940
5941 2005-05-20 David Kastrup <dak@gnu.org>
5942
5943 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
5944 easy-menu-add is not a nop on Emacs; and clarify when to call it.
5945
5946 2005-05-20 Lute Kamstra <lute@gnu.org>
5947
5948 * diff-mode.el (diff-header-face, diff-file-header-face)
5949 (diff-index-face, diff-hunk-header-face, diff-removed-face)
5950 (diff-added-face, diff-changed-face, diff-function-face)
5951 (diff-context-face, diff-nonexistent-face): Put them in the
5952 diff-mode customization group.
5953
5954 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
5955
5956 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
5957
5958 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
5959
5960 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
5961 Minor regexp-optimization.
5962
5963 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
5964
5965 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
5966 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
5967 (org-agenda-add-time-grid-maybe): New function.
5968 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
5969 (org-table-create): `dotimes' instead of `mapcar'.
5970 (org-xor): Simplify implementation.
5971 (org-agenda): `inhibit-redisplay' turned on.
5972 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
5973 a consistent line after a state change.
5974 (org-agenda-remove-times-when-in-prefix): New option.
5975 (org-prefix-has-time): New variable.
5976 (org-parse-time-string): Optional argument NODEFAULT.
5977 (org-format-agenda-item): Parse items for time-of-day
5978 specifications and move these into the prefix if possible.
5979 (org-agenda-priority): Get current heading, not previous heading
5980 during agenda remote editing.
5981
5982 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
5983
5984 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
5985 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
5986 (remove-duplicates, delete-duplicates, substitute)
5987 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
5988 (nsubstitute-if-not, find, find-if, find-if-not, position)
5989 (position-if, position-if-not, count, count-if, count-if-not)
5990 (mismatch, search, sort*, stable-sort, merge, member*)
5991 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
5992 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
5993 (intersection, nintersection, set-difference, nset-difference)
5994 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
5995 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
5996 (nsublis, tree-equal): Improve argument/docstring consistency.
5997
5998 * subr.el (send-string, send-region):
5999 Remove obsolescence declaration.
6000 (window-dot, set-window-dot, read-input, show-buffer)
6001 (eval-current-buffer, string-to-int):
6002 Add release number to obsolescence declarations.
6003
6004 2005-05-19 Kim F. Storm <storm@cua.dk>
6005
6006 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
6007 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
6008
6009 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
6010
6011 * faces.el (list-faces-display): Make back button respect optional
6012 regexp arg.
6013
6014 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
6015
6016 * calculator.el (calculator-radix-grouping-mode)
6017 (calculator-radix-grouping-digits, calculator-displayer)
6018 (calculator-radix-grouping-separator, calculator-copy-displayer):
6019 * dabbrev.el (dabbrev-search-these-buffers-only):
6020 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
6021 (diff-advance-after-apply-hunk, diff-mode-hook)
6022 (diff-minor-mode-prefix):
6023 * imenu.el (imenu-use-popup-menu):
6024 * jit-lock.el (jit-lock-context-time):
6025 * newcomment.el (comment-fill-column, comment-column)
6026 (comment-style, comment-padding, comment-multi-line)
6027 (comment-empty-lines, comment-auto-fill-only-comments):
6028 * reveal.el (reveal-around-mark):
6029 * uniquify.el (uniquify-buffer-name-style)
6030 (uniquify-after-kill-buffer-p)
6031 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
6032 (uniquify-min-dir-content, uniquify-separator)
6033 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
6034 * w32-vars.el (w32-fixed-font-alist):
6035 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
6036 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
6037 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
6038 * progmodes/perl-mode.el (perl-indent-level)
6039 (perl-continued-statement-offset, perl-continued-brace-offset)
6040 (perl-brace-offset, perl-brace-imaginary-offset)
6041 (perl-label-offset, perl-indent-continued-arguments)
6042 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
6043 * progmodes/tcl.el (tcl-indent-level)
6044 (tcl-continued-indent-level, tcl-auto-newline)
6045 (tcl-tab-always-indent, tcl-electric-hash-style)
6046 (tcl-help-directory-list, tcl-use-smart-word-finder)
6047 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
6048 (inferior-tcl-source-command):
6049 * textmodes/fill.el (enable-kinsoku):
6050 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
6051 * textmodes/table.el (table-yank-handler):
6052 Specify missing group (and type, if simple) in defcustom.
6053
6054 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
6055
6056 * progmodes/compile.el (compilation-finish-function): Fix defvar.
6057
6058 2005-05-19 Richard M. Stallman <rms@gnu.org>
6059
6060 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
6061
6062 * subr.el (event-basic-type): Don't get an error.
6063 (left-fringe-p): Function deleted.
6064
6065 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
6066 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
6067
6068 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
6069 in recursive copy.
6070
6071 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
6072
6073 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
6074
6075 * emacs-lisp/bytecomp.el
6076 (byte-compile-file-form-custom-declare-variable): Call
6077 byte-compile-nogroup-warn if appropriate.
6078
6079 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
6080 (compilation-set-window): Don't call left-fringe-p; do it directly.
6081
6082 2005-05-19 Jay Belanger <belanger@truman.edu>
6083
6084 * calc/calc-graph.el (calc-graph-format-data): Make sure
6085 var-PlotRejects is bound before trying to check its value.
6086
6087 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
6088
6089 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
6090 definition of this variable from reftex-global.el to reftex.el,
6091 because it is needed in the menu.
6092
6093 2005-05-19 Lute Kamstra <lute@gnu.org>
6094
6095 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
6096 years are fixed. Don't insert a space after a dash.
6097
6098 2005-05-19 Kim F. Storm <storm@cua.dk>
6099
6100 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
6101
6102 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
6103
6104 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
6105 strings, because (eq ... ?\\) is fairly frequent.
6106
6107 * progmodes/make-mode.el (makefile-add-this-line-targets):
6108 Simplify and integrate into `makefile-pickup-targets'.
6109 (makefile-add-this-line-macro): Simplify and integrate into
6110 `makefile-pickup-macros.
6111 (makefile-pickup-filenames-as-targets): Simplify.
6112 (makefile-previous-dependency, makefile-match-dependency):
6113 Don't stumble over `::'.
6114
6115 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
6116
6117 * subr.el (post-command-idle-hook, post-command-idle-delay):
6118 Remove obsoletion of post-command-idle-hook and
6119 post-command-idle-delay.
6120
6121 * faces.el (list-faces-display): Provide button when describe-face
6122 is called to take user back to the list of faces.
6123
6124 * help-fns.el (describe-variable): Remove hyperlinks in a
6125 variable's value as these are quite frequently inappropriate.
6126
6127 * follow.el (follow-submit-feedback, follow-mode):
6128 Remove references to post-command-idle-hook.
6129
6130 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
6131
6132 * progmodes/make-mode.el (makefile-previous-dependency)
6133 (makefile-match-dependency): Check for := (and in bsd mode also
6134 !=) to give a better result, even when font-lock is not on.
6135
6136 2005-05-18 Jay Belanger <belanger@truman.edu>
6137
6138 * calc/calc-help.el (calc-s-prefix-help):
6139 Add `calc-copy-special-constant' to help string.
6140
6141 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
6142
6143 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
6144
6145 2005-05-18 Jay Belanger <belanger@truman.edu>
6146
6147 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
6148 in linear factors are in proper order.
6149
6150 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
6151
6152 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6153 Support for jurabib.
6154
6155 * textmodes/reftex.el (featurep): Define aliases for overlay
6156 commands, for XEmacs compatibility, and use these aliases in
6157 overlay initializations.
6158 (reftex-highlight): Use `reftex-move-overlay'.
6159 (reftex-unhighlight): Use `reftex-delete-overlay'.
6160 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
6161 (reftex-access-search-path): Use `reftex-uniquify' instead of
6162 `reftex-uniq'
6163
6164 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
6165 `before-string' property modification enables for Emacs as well.
6166 (reftex-select-item): Use `reftex-delete-overlay'.
6167 (reftex-select-mark): Use `reftex-make-overlay' and
6168 `reftex-overlay-put'.
6169 (reftex-select-unmark): Use `reftex-delete-overlay' and
6170 `reftex-overlay-put'.
6171
6172 2005-05-18 Lute Kamstra <lute@gnu.org>
6173
6174 * emacs-lisp/lisp.el (check-parens): Fix docstring.
6175
6176 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
6177
6178 * add-log.el (add-change-log-entry):
6179 * array.el (array-make-template, array-reconfigure-rows)
6180 (array-init-max-row, array-init-max-column)
6181 (array-init-columns-per-line, array-init-field-width):
6182 * replace.el (replace-match-maybe-edit, perform-replace):
6183 * textmodes/spell.el (spell-region):
6184 Replace `read-input' by `read-string'.
6185
6186 * forms.el (forms-mode):
6187 * finder.el (finder-compile-keywords):
6188 * shadowfile.el (shadow-read-files):
6189 Replace `eval-current-buffer' by `eval-buffer'.
6190
6191 * terminal.el (te-pass-through):
6192 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
6193 (ange-ftp-raw-send-cmd):
6194 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
6195 (send-process-next-char, telnet-initial-filter, telnet):
6196 Replace `send-string' by `process-send-string'.
6197
6198 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
6199 (prolog-consult-region): Replace `send-string' by
6200 `process-send-string'; replace `send-region' by `process-send-region'.
6201
6202 * progmodes/delphi.el (delphi-log-msg):
6203 Replace `set-window-dot' by `set-window-point'.
6204
6205 * subr.el (window-dot, set-window-dot, read-input, send-string)
6206 (send-region, show-buffer, eval-current-buffer):
6207 Make really obsolete, as the comment says.
6208
6209 2005-05-17 Kim F. Storm <storm@cua.dk>
6210
6211 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
6212 (cua--init-keymaps): Bind C-return instead of S-return to set
6213 rectangle mark.
6214
6215 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
6216 instead of S-return to toggle/clear rectangle mark.
6217
6218 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
6219
6220 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
6221 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
6222 Also fontify plain strings assigned to variables, mostly so that a
6223 colon has a face and is thus not taken as a dependency separator.
6224 (makefile-previous-dependency): Inline the new matcher, because it
6225 is too complex to work in both directions.
6226 (makefile-match-dependency): Eliminate `backward' arg (see above).
6227 Completely reimplemented so as to not sometimes go into an endless
6228 loop. It should also be more efficient, because first it only
6229 searches for `:', instead of applying the very complex regexp.
6230 (makefile-mode): Cancel `font-lock-support-mode', because blocks
6231 to be fontified in one piece can be too long for JIT.
6232 Makefiles are never *that* big.
6233
6234 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
6235
6236 * dired.el (dired-mode): Simplify.
6237
6238 2005-05-17 Lute Kamstra <lute@gnu.org>
6239
6240 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
6241 defcustom for the mode hook variable.
6242
6243 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
6244 Emacs Lisp Reference Manual.
6245
6246 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
6247
6248 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
6249 (evenp, list*):
6250 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
6251 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
6252
6253 * net/tramp-smb.el (tramp-smb-open-connection):
6254 Pass `tramp-chunksize' as fifth (required) argument.
6255
6256 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
6257
6258 * font-lock.el (lisp-font-lock-keywords-1):
6259 Set `font-lock-negation-char-face' for [^...] char group.
6260 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
6261
6262 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
6263 a var, and refine it to mask one more level of nested vars.
6264 (makefile-rule-action-regex): Turn it into a var, and refine it so
6265 it recognizes backslashed continuation lines as belonging to the
6266 same command.
6267 (makefile-macroassign-regex): Refine it so it recognizes
6268 backslashed continuation lines as belonging to the same command.
6269 (makefile-var-use-regex): Don't look at the next char, because it
6270 might be the same one to be skipped by the initial [^$], leading
6271 to an overlooked variable use.
6272 (makefile-make-font-lock-keywords): Remove two parameters, which
6273 are now variables that some of the modes set locally.
6274 Handle dependency and rule action matching through functions, because
6275 regexps alone match too often. Dependency matching now comes
6276 last, so it can check, whether a colon already matched something else.
6277 (makefile-mode): Inform that font-lock improves makefile parsing
6278 capabilities.
6279 (makefile-match-dependency, makefile-match-action): New functions.
6280
6281 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
6282
6283 * emacs-lisp/cl-extra.el (equalp): Doc fix.
6284
6285 * align.el (align-regexp):
6286 * ansi-color.el (ansi-color-get-face):
6287 * array.el (array-reconfigure-rows, array-init-max-row)
6288 (array-init-max-column, array-init-columns-per-line)
6289 (array-init-field-width):
6290 * dired-aux.el (dired-trample-file-versions):
6291 * dired-x.el (dired-mark-sexp):
6292 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
6293 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
6294 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
6295 * faces.el (face-read-integer):
6296 * files.el (backup-extract-version, insert-directory):
6297 * hexl.el (hexl-insert-decimal-char):
6298 * server.el (server-process-filter):
6299 * shell.el (shell-extract-num):
6300 * startup.el (command-line-1):
6301 * term.el (term-command-hook):
6302 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
6303 (time-stamp-do-number):
6304 * time.el (display-time-update):
6305 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
6306 (timezone-fix-time):
6307 * vms-patch.el (vms-suspend-resume-hook):
6308 * calendar/appt.el (appt-convert-time):
6309 * calendar/cal-bahai.el (mark-bahai-diary-entries):
6310 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6311 * calendar/cal-islam.el (mark-islamic-diary-entries):
6312 * calendar/calendar.el (calendar-cursor-to-date)
6313 (calendar-star-date):
6314 * calendar/diary-lib.el (diary-attrtype-convert)
6315 (mark-diary-entries, diary-entry-time):
6316 * calendar/solar.el (solar-get-number):
6317 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
6318 * emacs-lisp/re-builder.el (reb-display-subexp):
6319 * emulation/edt.el (edt-set-scroll-margins):
6320 * emulation/tpu-extras.el (tpu-set-scroll-margins):
6321 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
6322 (vip-get-ex-count):
6323 * emulation/viper-ex.el (viper-get-ex-token)
6324 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
6325 * international/fontset.el (fontset-plain-name):
6326 * mail/feedmail.el (feedmail-look-at-queue-directory):
6327 * mail/mailalias.el (mail-get-names):
6328 * mail/rmail.el (rmail-convert-to-babyl-format):
6329 * mail/rmailsum.el (rmail-make-basic-summary-line)
6330 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
6331 (rmail-summary-goto-msg):
6332 * mail/smtpmail.el (smtpmail-read-response):
6333 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
6334 (ange-ftp-vms-add-file-entry):
6335 * play/gametree.el (gametree-looking-at-ply)
6336 (gametree-current-branch-score):
6337 * progmodes/ada-xref.el (ada-prj-find-prj-file)
6338 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
6339 * progmodes/cperl-mode.el (condition-case):
6340 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
6341 (ebrowse-set-member-buffer-column-width)
6342 (ebrowse-select-1st-to-9nth):
6343 * progmodes/etags.el (etags-snarf-tag):
6344 * progmodes/flymake.el (flymake-parse-line):
6345 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
6346 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
6347 (idlwave-shell-menu-def):
6348 * progmodes/ps-mode.el (ps-run-goto-error):
6349 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
6350 (vhdl-speedbar-contract-level):
6351 * term/mac-win.el (x-handle-numeric-switch):
6352 * term/sun-mouse.el (sun-get-frame-data):
6353 * term/w32-win.el (x-handle-numeric-switch):
6354 * term/x-win.el (x-handle-numeric-switch):
6355 * textmodes/ispell.el (ispell-parse-output):
6356 * textmodes/nroff-mode.el (nroff-outline-level):
6357 * textmodes/reftex-cite.el (reftex-bib-sort-year)
6358 (reftex-bib-sort-year-reverse, reftex-format-citation):
6359 * textmodes/reftex-parse.el (reftex-init-section-numbers)
6360 (reftex-section-number):
6361 * textmodes/texinfmt.el (texinfo-paragraphindent):
6362 Replace `string-to-int' by `string-to-number'.
6363
6364 * international/latexenc.el: Add page marker to force the "Local
6365 Variables:" string out of the last page.
6366
6367 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
6368
6369 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
6370 tooltip-change-major-mode.
6371 (gud-tooltip-print-command): Remove case where gud-minor-mode
6372 is gdb ("--fullname").
6373 (gud-tooltip-tips): Turn GUD tooltips off for this case and
6374 explain to user.
6375
6376 2005-05-16 Jay Belanger <belanger@truman.edu>
6377
6378 * calc/calc-store.el (calc-copy-special-constant): New function.
6379
6380 * calc/calc-ext.el (calc-init-extensions): Add binding for
6381 `calc-copy-special-constant'.
6382
6383 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
6384 for the `calc-copy-special-constant' command.
6385
6386 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
6387
6388 * subr.el (left-fringe-p): New function.
6389
6390 * progmodes/compile.el (compilation-setup): Set local value of
6391 overlay-arrow-string to "" always.
6392 (compilation-set-window): Left fringe then don't scroll.
6393 No left fringe then no arrow and scroll message to top.
6394 (compilation-context-lines): Adjust doc string accordingly.
6395
6396 2005-05-16 Kim F. Storm <storm@cua.dk>
6397
6398 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
6399 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
6400 (ido-wide-find-dir-or-delete-dir): New command for M-d.
6401 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
6402 (ido-read-file-name): Handle commands with ido property value
6403 equal to find-file as reading a file name, to allow C-d to enter dired.
6404 (ibuffer-find-file): Add ido property with value find-file.
6405
6406 2005-05-15 Kim F. Storm <storm@cua.dk>
6407
6408 * subr.el (open-network-stream-nowait): Remove.
6409 (open-network-stream-server): Remove.
6410
6411 2005-05-15 Richard M. Stallman <rms@gnu.org>
6412
6413 * faces.el (describe-face): Output a definition link button.
6414
6415 * help-mode.el (help-face-def): New button type.
6416
6417 * emacs-lisp/copyright.el (copyright-fix-years):
6418 Match properly if the first year is 2-digit.
6419 Don't mess up the whitespace after the years by filling.
6420
6421 * dired-aux.el (dired-mark-confirm):
6422 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
6423
6424 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
6425 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
6426 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
6427
6428 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6429 Set font-lock-comment-start-skip.
6430
6431 * font-lock.el (font-lock-comment-start-skip): New variable.
6432 (font-lock-comment-end-skip): New variable.
6433 (font-lock-fontify-syntactically-region): Use them if non-nil.
6434
6435 2005-05-15 Jay Belanger <belanger@truman.edu>
6436
6437 * calc/calc-store.el (calc-store-value): Return a string rather
6438 than display it as a message.
6439 Use calc-var-name for variable name.
6440 (calc-store-into): Add the result of calc-store-value to message.
6441 (calc-copy-variable): Add a message.
6442 (calc-store-exchange): Improve error messages.
6443 (calc-store-binary, calc-store-map): Don't reset the values of
6444 special constants.
6445
6446 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
6447
6448 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
6449 manual to docstring.
6450
6451 * files.el (hack-local-variables-confirm): Add STRING argument.
6452 Make the function handle non file visiting buffers correctly.
6453 (hack-local-variables-prop-line, hack-local-variables)
6454 (hack-one-local-variable): Use STRING arg of
6455 `hack-local-variables-confirm'.
6456
6457 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
6458
6459 Sync with Tramp 2.0.49.
6460
6461 * tramp.el (tramp-handle-dired-call-process)
6462 (tramp-handle-insert-directory):`insert-buffer' cannot be used
6463 because the contents of the Tramp buffer is changed before
6464 insertion (`expand-file' and alike).
6465 (tramp-handle-insert-directory): If `localname' has an empty
6466 nondirectory name, it must not be quoted.
6467 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
6468 variable `tramp-chunksize'. Change callees.
6469 (tramp-open-connection-setup-interactive-shell): Check remote host
6470 for buggy `send-process-string' implementation.
6471 Set `tramp-chunksize' if found. Reported by Michael Kifer
6472 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
6473 (tramp-handle-shell-command): `insert-buffer' cannot be used
6474 because the contents of the Tramp buffer is changed before
6475 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
6476 <frederic.bothamy@free.fr>.
6477 (tramp-set-auto-save): Actions should be done for Tramp file name
6478 handler only. Ange-FTP has its own auto-save mechanism.
6479 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
6480 (tramp-set-auto-save-file-modes): Set file modes of
6481 `buffer-auto-save-file-name' to ?\600 as fallback solution.
6482 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
6483 (tramp-bug): Remove obsolete variable.
6484 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
6485 for presence of `mml-mode'. Make it running for older Emacsen as well.
6486
6487 2005-05-14 John Paul Wallington <jpw@pobox.com>
6488
6489 * ibuf-ext.el (define-ibuffer-filter filename):
6490 If `dired-directory' is a list, use its car.
6491
6492 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
6493
6494 * ibuffer.el (define-ibuffer-column filename):
6495 If `dired-directory' is a list, use its car.
6496
6497 2005-05-14 Richard M. Stallman <rms@gnu.org>
6498
6499 * subr.el (symbol-file): Doc fix.
6500
6501 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
6502 (byte-compile-form): Call byte-compile-nogroup-warn.
6503 (byte-compile-warning-types): Doc fix.
6504
6505 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
6506
6507 * progmodes/cc-engine.el (c-literal-faces):
6508 Add font-lock-comment-delimiter-face.
6509
6510 * net/net-utils.el (dig): Use with-no-warnings.
6511
6512 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
6513 (sc-recite-frame-alist, sc-default-cite-frame)
6514 (sc-default-uncite-frame, sc-default-recite-frame)
6515 (sc-attrib-selection-list, sc-rewrite-header-list):
6516 Mark as risky-local-variable.
6517
6518 * international/ogonek.el (ogonek-jak, ogonek-how):
6519 Don't use beginning-of-buffer.
6520
6521 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
6522
6523 * calendar/solar.el (solar-data-list): Move definition up.
6524
6525 * dnd.el (dnd-protocol-alist): Add autoload.
6526
6527 * progmodes/sh-script.el: Many doc usage fixes.
6528 (sh-indent-after-do): Change default to match common styles.
6529
6530 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
6531
6532 * files.el (interpreter-mode-alist)
6533 (auto-mode-interpreter-regexp): Doc fixes.
6534
6535 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
6536
6537 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
6538
6539 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
6540
6541 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6542
6543 * dired.el (dired-mode): make-variable-buffer-local =>
6544 make-local-variable.
6545
6546 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6547
6548 * term/mac-win.el (mac-select-convert-to-string): Try coding
6549 systems in mac-script-code-coding-systems if specified one cannot
6550 encode string for `com.apple.traditional-mac-plain-text'.
6551
6552 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
6553
6554 * progmodes/make-mode.el (makefile-targets-face)
6555 (makefile-shell-face, makefile-makepp-perl-face): New faces.
6556 (makefile-dependency-regex): Fix it to not make the colon in
6557 $(var:a=b) special.
6558 (makefile-rule-action-regex): New regexp for highlighting embedded
6559 Shell strings.
6560 (makefile-macroassign-regex): Handle != for highlighting as
6561 embedded Shell strings.
6562 (makefile-var-use-regex): New const.
6563 (makefile-statements, makefile-automake-statements)
6564 (makefile-gmake-statements, makefile-makepp-statements)
6565 (makefile-bsdmake-statements): New consts.
6566 (makefile-make-font-lock-keywords): New function.
6567 (makefile-automake-font-lock-keywords)
6568 (makefile-gmake-font-lock-keywords)
6569 (makefile-makepp-font-lock-keywords)
6570 (makefile-bsdmake-font-lock-keywords): New consts.
6571 (makefile-mode-map): Add switchers between the various submodes.
6572 (makefile-mode): Document the availability of the variants.
6573 (makefile-automake-mode, makefile-gmake-mode)
6574 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
6575
6576 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
6577 new variants of makefile-mode.
6578
6579 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * font-lock.el (font-lock-comment-delimiter-face): Fix up
6582 the inheritance.
6583
6584 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
6585
6586 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
6587 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
6588
6589 * files.el (normal-mode): Extend the scope of the
6590 `enable-local-variables' binding to include the `set-auto-mode' call.
6591 (magic-mode-alist): Doc fix.
6592
6593 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
6596 font-lock-comment-face rather than copying its setting.
6597
6598 2005-05-12 Andreas Schwab <schwab@suse.de>
6599
6600 * eshell/esh-mode.el (eshell-send-input): Doc fix.
6601
6602 2005-05-12 Lute Kamstra <lute@gnu.org>
6603
6604 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
6605 defcustom for the mode hook variable. Delete the last argument.
6606 * generic-x.el: Fix callers of define-generic-mode.
6607 (generic-x-modes): Delete group.
6608 (show-tabs-tab-face, show-tabs-space-face): Put them in the
6609 generic-x customization group.
6610
6611 2005-05-12 Kim F. Storm <storm@cua.dk>
6612
6613 * font-lock.el (font-lock-negation-char-face): Default to "off".
6614
6615 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
6616 font-lock-negation-char-face to ! in !=.
6617
6618 2005-05-12 Masatake YAMATO <jet@gyve.org>
6619
6620 * add-log.el (find-change-log): Fix typos in the docstring
6621 of function.
6622
6623 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6624
6625 * international/latexenc.el (latexenc-find-file-coding-system):
6626 Avoid `re-search-forward' when looking for input encoding because
6627 of speed and safety. Better regular expressions for recognizing
6628 input encoding. Limit a search for TeX-master/tex-main-file to
6629 the local variable section.
6630
6631 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
6632
6633 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
6634 syntax of $ to "'" (quote).
6635
6636 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
6637
6638 * dnd.el (dnd-protocol-alist): Improve custom type.
6639
6640 * dired.el (dired-dnd-protocol-alist): New variable.
6641 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
6642 `dired-mode-hook' to the end.
6643
6644 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
6647 comment-end if comment-start-skip is not set.
6648 Obey the font-lock-comment-delimiter-face variables.
6649
6650 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
6651
6652 * files.el (executable-find): Move from executable.el. Use
6653 locate-file.
6654 * progmodes/executable.el (executable-find): Move to files.el.
6655
6656 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
6657 when trying to ensure forward progress.
6658
6659 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
6660
6661 * mouse-sel.el (mouse-sel-follow-link-p): New function.
6662 (mouse-select, mouse-select-internal, mouse-extend-internal):
6663 Use it to implement mouse-1-click-follows-link functionality.
6664
6665 2005-05-11 Richard M. Stallman <rms@gnu.org>
6666
6667 * font-lock.el (font-lock-fontify-syntactically-region):
6668 Use font-lock-comment-delimiter-face for comment delimiters.
6669
6670 2005-05-10 Jay Belanger <belanger@truman.edu>
6671
6672 * calc/calc-help.el (calc-m-prefix-help): Add mention of
6673 preserving embedded modes.
6674
6675 2005-05-10 Richard M. Stallman <rms@gnu.org>
6676
6677 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
6678
6679 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
6680 Move from ada-stmt.el.
6681 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
6682
6683 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
6684 Move to ada-mode.el.
6685 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
6686
6687 * cus-edit.el (custom-file): Call file-chase-links.
6688
6689 * files.el (read-directory-name): Fix previous change.
6690 (hack-local-variables-confirm): New function.
6691 (hack-local-variables-prop-line, hack-local-variables)
6692 (hack-one-local-variable): Use it.
6693
6694 2005-05-10 Lute Kamstra <lute@gnu.org>
6695
6696 * font-lock.el (font-lock-keywords-alist)
6697 (font-lock-removed-keywords-alist): Clarify docstrings.
6698
6699 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
6700
6701 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
6702 (gdb-source-info): Check for preprocessor info.
6703 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
6704 a macro for a function.
6705 (gdb-info-breakpoints-custom): Try to find file again if not already
6706 found (user might have used GDB dir command).
6707 (gdb-get-location): Update gdb-location-alist correctly for change
6708 to gdb-info-breakpoints-custom.
6709
6710 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
6711 (gud-tooltip-print-command): Add gdbmi case.
6712 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
6713 preprocessor info.
6714
6715 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
6716
6717 * startup.el (fancy-splash-insert): Fix typo in doc string.
6718
6719 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
6720
6721 * obsolete/float.el (string-to-float):
6722 * obsolete/hilit19.el (hilit-add-pattern):
6723 * obsolete/rnews.el (news-parse-range, news-select-message)
6724 (news-get-pruned-list-of-files): Replace `string-to-int' by
6725 `string-to-number'.
6726
6727 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
6728 `find-file-not-found-hooks'; use `add-hook'.
6729 (uncompress-while-visiting): Set `write-file-functions', not
6730 `write-file-hooks'; use `add-hook'.
6731
6732 2005-05-09 Kim F. Storm <storm@cua.dk>
6733
6734 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
6735 (cua-paste): Handle clipboard action.
6736 (cua--init-keymaps): Remap clipboard-kill-region and
6737 clipboard-kill-ring-save.
6738
6739 2005-05-08 Eli Zaretskii <eliz@gnu.org>
6740
6741 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6742 Improve commentary.
6743
6744 * simple.el (next-error-overlay-arrow-position): Revert the change
6745 made on 2005-04-30.
6746
6747 2005-05-07 Jay Belanger <belanger@truman.edu>
6748
6749 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
6750 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
6751 `calc-sel-reselect'.
6752
6753 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
6754 Calc is in embedded mode.
6755
6756 2005-05-07 Eli Zaretskii <eliz@gnu.org>
6757
6758 * progmodes/compile.el (compilation-setup):
6759 Set overlay-arrow-string to an empty string on text terminals.
6760
6761 * textmodes/ispell.el (ispell-program-name): Try looking for
6762 "aspell" along exec-path, and if found, use it as the default
6763 speller program.
6764
6765 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
6766
6767 * international/mule.el (sgml-xml-auto-coding-function):
6768 Recognize encoding='FOO' in single quotes as well as in double quotes.
6769
6770 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6771
6772 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
6773 as well as `interactive', so that defmacro* would recognize
6774 `declare' forms.
6775
6776 2005-05-07 Eli Zaretskii <eliz@gnu.org>
6777
6778 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
6779 Explain more about the LIGHTER arg's usage in the doc string.
6780 Add commentary to clarify what the code does. Fix the regexp that
6781 strips whitespace from LIGHTER. Quote LIGHTER before using it,
6782 since it could have characters special to regular expressions.
6783
6784 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
6785
6786 * replace.el (occur-1): Bind inhibit-read-only so that
6787 erase-buffer doesn't barf on read-only text properties (likewise
6788 for add-text-properties in occur-engine). Mark buffer as unmodified.
6789 (occur-engine): Don't set buffer-read-only here.
6790
6791 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6792
6793 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
6794 list-buffers-directory. This caused the *cvs-commit* buffer to be
6795 sometimes mistakenly reused as a *cvs* buffer.
6796
6797 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
6798
6799 * tooltip.el: Move code for GUD tooltips into gud.el.
6800 (require): CL no longer needed to compile case.
6801 (tooltip-mode): Do not toggle functions for GUD tooltips.
6802 (tooltip-gud-tips-p): Remove. Replace with minor mode
6803 gud-tooltip-mode in gud.el.
6804 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
6805 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
6806 tooltip-gud prefix with gud-tooltip and obsolete.
6807 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
6808 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
6809 (tooltip-mouse-motion): Mouse movement functions/variable.
6810 Rename in gud.el by adding gud prefix.
6811 (tooltip-gud-original-filter, tooltip-gud-dereference)
6812 (tooltip-gud-event, tooltip-toggle-gud-tips)
6813 (tooltip-gud-process-output, tooltip-gud-print-command)
6814 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
6815 gud.el by replacing tooltip-gud prefix with gud-tooltip.
6816 (gdb-tooltip-print): Move to gdb-ui.el.
6817
6818 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
6819 (require): CL needed to compile case.
6820 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
6821 tooltip-gud-tips-p. Make it a minor-mode.
6822 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
6823 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
6824 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
6825 (gud-tooltip-change-major-mode)
6826 (gud-tooltip-activate-mouse-motions-if-enabled)
6827 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
6828 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
6829 (gud-tooltip-original-filter, gud-tooltip-dereference)
6830 (gud-tooltip-event, tooltip-toggle-gud-tips)
6831 (gud-tooltip-process-output, gud-tooltip-print-command)
6832 (gud-tooltip-tips): Move from tooltip.el.
6833
6834 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
6835 (gdb-cpp-define-alist-flags): Doc fix.
6836 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
6837 gud-tooltip-mode is t.
6838
6839 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
6842 evaporate if their text is deleted.
6843 (goto-address-at-point): Make it work as a mouse binding as well.
6844 (goto-address-at-mouse): Obsolete it. Update users.
6845
6846 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
6847
6848 * calendar/appt.el (top-level): No longer activate on load.
6849
6850 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
6851
6852 * calendar/cal-bahai.el (mark-bahai-diary-entries):
6853 * net/webjump.el (webjump):
6854 * progmodes/idlw-help.el (idlwave-do-context-help1)
6855 (idlwave-highlight-linked-completions):
6856 * textmodes/po.el (po-find-file-coding-system-guts):
6857 Replace `assoc-ignore-case' by `assoc-string'.
6858
6859 2005-05-06 Eli Zaretskii <eliz@gnu.org>
6860
6861 * files.el (locate-file): Doc fix.
6862
6863 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
6864 Remove the redundant test for ms-dos.
6865
6866 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
6867 look for the preprocessor with exec-suffixes. If not found in
6868 standard places, look in exec-path. Remove most of the tests that
6869 used system-type.
6870
6871 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
6872
6873 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
6874
6875 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
6876 file-name clash with jka-compr.el on 8+3 filesystems.
6877
6878 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6879
6880 * term/mac-win.el: Don't define or bind scroll bar functions if
6881 x-toolkit-scroll-bars is t.
6882 (x-select-text, x-get-selection-value): Clear
6883 x-last-selected-text-clipboard if x-select-enable-clipboard is
6884 nil.
6885 (PRIMARY): Put mac-scrap-name property.
6886 (mac-select-convert-to-file-url): New function.
6887 (public.file-url): New selection target type. Add to
6888 selection-converter-alist.
6889 (x-get-selection, x-selection-value): Handle it.
6890 (x-cut-buffer-or-selection-value): New alias.
6891
6892 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6893
6894 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
6895 entry to avoid calling bibtex-find-entry with arg global
6896 being t. Remove arg key.
6897 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
6898 (bibtex-copy-summary-as-kill): Change accordingly.
6899
6900 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
6903 (org-agenda-date-later): Use with-current-buffer.
6904
6905 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
6906
6907 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
6908 (define-obsolete-variable-alias): Doc Fixes.
6909
6910 2005-05-06 Kim F. Storm <storm@cua.dk>
6911
6912 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
6913 vertical-motion when selective-display is active.
6914
6915 * ido.el (ido-setup-hook): New hook.
6916 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
6917 (ido-input-stack): New var.
6918 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
6919 ido-next-work-file binding to M-O.
6920 Bind M-f to ido-wide-find-file-or-pop-dir.
6921 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
6922 (ido-read-internal): Run ido-setup-hook.
6923 Catch quit in read-file-name and read-string to cancel edit.
6924 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
6925 Automatically pop-all when completing a directory name (RET).
6926 (ido-file-internal): Add with-no-warnings around ffap and dired code.
6927 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
6928 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
6929 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
6930 New functions for M-b/M-f to move among the directory components.
6931 (ido-make-merged-file-list): Catch quit to cancel merge.
6932 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
6933 (ido-completion-help): No warnings for ido-completion-buffer-full.
6934
6935 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
6936
6937 * font-lock.el (font-lock-negation-char-face): New face and variable.
6938 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
6939 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
6940 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
6941 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
6942
6943 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
6944
6945 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
6946 Fix typo in docstring.
6947
6948 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
6949 (ebrowse-print-statistics-line)
6950 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
6951
6952 * term/w32-win.el (image-library-alist): Add additional name for
6953 Xpm library.
6954
6955 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
6956
6957 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
6958 use gcc instead of cpp.
6959
6960 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
6961 (gdb-create-define-alist): Use it.
6962 (gdb-cpp-define-alist-program): Update for MS-DOS.
6963
6964 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
6965
6966 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
6967
6968 2005-05-04 Richard M. Stallman <rms@gnu.org>
6969
6970 * help.el (describe-key): No error when UNTRANSLATED is nil.
6971
6972 * simple.el (line-move-1): Fix previous change to signal errors
6973 appropriately.
6974
6975 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
6976
6977 * calendar/icalendar.el (icalendar-version): Now at 0.12.
6978 (icalendar-duration-correction): Remove.
6979 (icalendar--get-event-properties): Split result at commas.
6980 (icalendar--decode-isoduration): New optional argument
6981 DURATION-CORRECTION.
6982 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
6983 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
6984 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
6985 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
6986 (icalendar--convert-anniversary-to-ical): New functions, extracted
6987 from icalendar-export-region, with bug fixes.
6988 (icalendar-export-region): Use the above functions.
6989 (icalendar-import-buffer): Check before saving diary file.
6990 (icalendar--convert-recurring-to-diary)
6991 (icalendar--convert-non-recurring-all-day-to-diary)
6992 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
6993 extracted from icalendar--convert-ical-to-diary, with bug fixes.
6994 (icalendar--convert-ical-to-diary): Use the above functions.
6995
6996 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
6997
6998 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
6999 Remove these recent additions.
7000 (c-mode): Restore to before 2005-04-28.
7001
7002 * progmodes/cc-vars.el (cc-define-list-program): Remove this
7003 recent addition.
7004
7005 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
7006 (gdb-define-alist): New variables.
7007 (gdb-create-define-alist): New function.
7008 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
7009 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
7010 with string-to-number.
7011 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
7012
7013 * progmodes/gud.el: Replace string-to-int with string-to-number.
7014 (gud-find-file): Handle gdb-define-alist.
7015
7016 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
7017
7018 2005-05-02 Jay Belanger <belanger@truman.edu>
7019
7020 * calc/calc-aent.el (math-read-token):
7021 * calc/calc-bin.el (calc-word-size):
7022 * calc/calc-ext.el (calc-read-number-fancy):
7023 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
7024 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
7025 * calc/calc-frac.el (calc-over-notation):
7026 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
7027 (calc-graph-num-points, calc-graph-init):
7028 * calc/calc-prog.el (calc-read-parse-table-part)
7029 (calc-edit-macro-repeats):
7030 * calc/calc-yank.el (calc-do-grab-rectangle):
7031 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
7032 Replace `string-to-int' by `string-to-number'.
7033
7034 2005-05-02 Kim F. Storm <storm@cua.dk>
7035
7036 * kmacro.el: Use executing-kbd-macro-index variable.
7037
7038 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
7039
7040 * net/rlogin.el (rlogin-parse-words): Delete func.
7041 (rlogin): Use split-string, not rlogin-parse-words.
7042 Also, if there are option-like elements in the parsed args,
7043 take the host to be the first arg immediately following them.
7044 Suggested by Michael Mauger.
7045
7046 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7047
7048 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
7049
7050 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
7051
7052 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
7053 (cc-mode-cpp-program): Rename to cc-define-list-program and
7054 move to cc-vars.el.
7055
7056 * progmodes/cc-vars.el (cc-define-list-program):
7057 Change to "gcc -E -dM -". Make customizable.
7058
7059 2005-05-02 Kim F. Storm <storm@cua.dk>
7060
7061 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
7062
7063 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
7064
7065 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
7066
7067 * international/mule-util.el (truncate-string): Remove alias and
7068 obsolete declaration.
7069
7070 * international/mule-cmds.el (update-iso-coding-systems):
7071 Remove alias and obsolete declaration.
7072
7073 * international/mule.el (coding-system-parent): Remove alias and
7074 obsolete declaration.
7075
7076 * subr.el (define-function, sref): Remove aliases and obsolete
7077 declarations.
7078 (chars-in-region): Remove obsolete declaration.
7079
7080 2005-05-01 Richard M. Stallman <rms@gnu.org>
7081
7082 * info.el (Info-mode): Set widen-automatically to nil, locally.
7083
7084 * simple.el (widen-automatically): New variable.
7085 (pop-global-mark): Obey widen-automatically.
7086
7087 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
7088
7089 * term/xterm.el (function-key-map): Call substitute-key-definition
7090 before the keymap size is increased by a lot of define-key calls.
7091
7092 2005-05-01 Richard M. Stallman <rms@gnu.org>
7093
7094 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
7095 Rename ARG to ELEMENT. Doc fix.
7096
7097 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
7098
7099 * allout.el (allout-exposure): Remove macro and obsolete declaration.
7100 Remove references to allout-exposure/change to allout-new-exposure.
7101
7102 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
7103 bytecode symbols.
7104
7105 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
7106 (compiled-function-p, focus-frame, unfocus-frame):
7107 Remove aliases and obsolete declarations.
7108 Back out inadvertent changes from previous commit.
7109
7110 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
7111
7112 * files.el (require-final-newline): Make Custom tags consistent
7113 with mode-require-final-newline.
7114 (mode-require-final-newline): Doc fix.
7115
7116 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
7117
7118 * international/latexenc.el (latexenc-find-file-coding-system):
7119 Fix regular expressions.
7120
7121 2005-05-01 David Kastrup <dak@gnu.org>
7122
7123 * international/latexenc.el (latexenc-find-file-coding-system):
7124 Fix regular expressions.
7125
7126 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
7127
7128 * subr.el (string-to-int): Make obsolete.
7129
7130 2005-04-30 Richard M. Stallman <rms@gnu.org>
7131
7132 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
7133
7134 * loadup.el: load jka-comp-hook.
7135
7136 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
7137 (jka-compr-handler): Add autoload. `put' calls moved
7138 to jka-comp-hook.el.
7139 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
7140 (jka-compr-inhibit): Autoload.
7141
7142 * jka-comp-hook.el: New file.
7143 Enable the mode by default.
7144
7145 * files.el (backup-buffer-copy): Use copy-file instead
7146 of write-region, and put back the 'excl.
7147
7148 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
7149
7150 * progmodes/flymake.el (flymake-split-string)
7151 (flymake-split-string, flymake-log, flymake-pid-to-names)
7152 (flymake-reg-names, flymake-get-source-buffer-name)
7153 (flymake-unreg-names, flymake-add-line-err-info)
7154 (flymake-add-err-info): Clarify docstrings.
7155 (flymake-popup-menu, flymake-make-emacs-menu)
7156 (flymake-make-xemacs-menu): Add docstrings.
7157 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
7158 Set variables directly throughout.
7159
7160 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
7161
7162 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
7163 exists. Initialize cc-define-alist.
7164 (c-mode): Add cc-create-define-alist locally to after-save-hook.
7165 If there is no file (Macroexpansion) don't create an alist.
7166
7167 2005-04-29 Sam Steingold <sds@gnu.org>
7168
7169 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
7170 (cc-create-define-alist): Use it instead of the hard-coded string.
7171
7172 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
7173
7174 * international/mule-conf.el (file-coding-system-alist): Fix regexp
7175 for latexenc.
7176
7177 2005-04-29 Lute Kamstra <lute@gnu.org>
7178
7179 * emacs-lisp/generic.el: Improve commentary section.
7180 (define-generic-mode): Improve docstring.
7181
7182 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
7183
7184 * textmodes/org.el (many places): Change to quiet the byte compiler.
7185 (org-prefix-format-compiled): New variable.
7186 (org-compile-prefix-format): New function.
7187 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
7188 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
7189 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
7190 (org-get-entries-from-diary): Use `org-get-time-of-day' for
7191 consistency with entries from `org-mode' files.
7192 (org-get-time-of-day): Fix bug with partial matches early in a line.
7193 (org-non-link-chars): New constant.
7194 (org-link-regexp): Respect `org-non-link-chars'.
7195 (org-agenda-day-view): Remove command.
7196 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
7197 (org-follow-bbdb-link, org-store-link): Search also company field.
7198 (org-highlight-overlay): New variable.
7199 (org-highlight, org-unhighlight): New functions.
7200 (org-agenda-mode): Add pre-command-hook to remove highlight.
7201 (org-evaluate-time-range): Behavior depends upon whether time stamp
7202 contains a time or not.
7203 (org-show-subtree, org-show-entry): New functions.
7204 (org-agenda-cleanup-fancy-diary): Remove empty lines.
7205
7206 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
7207
7208 * comint.el (comint-output-filter-functions): Add autoload cookie.
7209
7210 2005-04-28 Kim F. Storm <storm@cua.dk>
7211
7212 * ido.el (ido-everywhere): Fix last change.
7213
7214 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7215
7216 * international/latexenc.el: New file.
7217 * international/mule-conf.el (file-coding-system-alist): For .tex,
7218 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
7219
7220 2005-04-28 Lute Kamstra <lute@gnu.org>
7221
7222 * font-lock.el (font-lock-add-keywords)
7223 (font-lock-remove-keywords): Clarify docstring.
7224 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
7225 Don't start docstrings with a `*'.
7226 (font-lock-update-removed-keyword-alist): Give it a docstring.
7227
7228 * generic-x.el: Update commentary section.
7229 Only require font-lock when compiling.
7230 Define all modes conditionally.
7231 Place all generic modes in the generic-x-modes customization group.
7232 (generic-x-modes): New customization group.
7233 (generic-default-modes, generic-mswindows-modes)
7234 (generic-unix-modes, generic-other-modes): New constants.
7235 (generic-define-mswindows-modes, generic-define-unix-modes):
7236 Update docstrings. Make them obsolete.
7237 (generic-extras-enable-list): New default value. Update docstring.
7238 Improve :type. Change :set function.
7239 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
7240 Fix docstring.
7241
7242 * emacs-lisp/generic.el (generic-mode-internal):
7243 Simplify font-lock-defaults.
7244 (define-generic-mode): Fix docstring.
7245
7246 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
7247
7248 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
7249 font-lock-face property to highlight matches.
7250
7251 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
7252
7253 * progmodes/cc-mode.el (cc-create-define-alist): New function.
7254 (cc-define-alist): New variable.
7255 (c-mode): Make it local and initialize it.
7256
7257 * progmodes/gdb-ui.el (gdb-active-process): New variable.
7258 (gdb-exited): New function.
7259 (gdb-annotation-rules): Use it.
7260 (gdb-starting): Set gdb-active-process to t.
7261 (gdb-stopping): Amend doc string.
7262 (gdb-reset): Set gdb-active-process to nil.
7263
7264 * tooltip.el (tooltip-gud-tips): Show the associated #define
7265 directives when a C program under GDB is not executing.
7266
7267 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7268
7269 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
7270 font-lock-fontify-syntactic-keywords.
7271
7272 * font-lock.el (font-lock-default-fontify-region): Don't force
7273 parse-sexp-lookup-properties to nil.
7274
7275 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
7276
7277 * man.el (man-mode-syntax-table): Set up `:' to have
7278 word-constituent syntax.
7279
7280 2005-04-27 Lute Kamstra <lute@gnu.org>
7281
7282 * novice.el (disable-command): Don't add spurious newlines to the
7283 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
7284
7285 2005-04-26 Jay Belanger <belanger@truman.edu>
7286
7287 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
7288 than one window before deleting window.
7289
7290 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
7291
7292 * shell.el (shell-prompt-pattern): Doc fix.
7293 (shell-mode): Set paragraph-separate buffer locally to "\\'".
7294
7295 * comint.el (comint-prompt-regexp, comint-get-old-input)
7296 (comint-use-prompt-regexp)
7297 (comint-use-prompt-regexp-instead-of-fields)
7298 (comint-replace-by-expanded-history, comint-send-input)
7299 (comint-output-filter, comint-get-old-input-default)
7300 (comint-line-beginning-position, comint-bol, comint-show-output)
7301 (comint-backward-matching-input, comint-forward-matching-input)
7302 (comint-next-prompt, comint-previous-prompt):
7303 Rename `comint-use-prompt-regexp-instead-of-fields' to
7304 `comint-use-prompt-regexp'. Keep old name as alias and declare
7305 obsolete.
7306 (comint-use-prompt-regexp): Shorten first line of doc string.
7307
7308 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
7309 Set paragraph-separate buffer locally to "\\'".
7310
7311 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
7312 Adapt to above name change.
7313
7314 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7315 (smbclient-prompt-regexp): Ditto.
7316
7317 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
7318
7319 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
7320
7321 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
7322 gdb-location-list.
7323 Break lines that are over 80 characters wide.
7324
7325 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
7328 New fun and var, to preserve compatibility.
7329
7330 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
7331
7332 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
7333
7334 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
7335 name to file-newer-than-file-p.
7336
7337 2005-04-26 Richard M. Stallman <rms@gnu.org>
7338
7339 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
7340
7341 * progmodes/python.el (python-mode):
7342 Use new name eldoc-documentation-function.
7343
7344 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
7345
7346 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
7347 (eldoc-documentation-function):
7348 Rename from eldoc-print-current-symbol-info-function. Calls changed.
7349
7350 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
7351
7352 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
7353
7354 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
7355
7356 * term/xterm.el (function-key-map): Fix strings for
7357 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
7358 {C,S,A,C-S}-{f1-f12}.
7359
7360 2005-04-26 Kenichi Handa <handa@m17n.org>
7361
7362 * international/mule-cmds.el (select-safe-coding-system):
7363 Fix previous change.
7364
7365 2005-04-26 Lute Kamstra <lute@gnu.org>
7366
7367 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
7368
7369 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
7370 (font-lock-comment-delimiter-face): Ditto.
7371
7372 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
7373
7374 2005-04-25 Jay Belanger <belanger@truman.edu>
7375
7376 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
7377 to t while inserting information; use help-mode.
7378
7379 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
7380
7381 * term.el (ansi-term-color-vector): Use the xterm colors.
7382 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
7383
7384 2005-04-25 Lute Kamstra <lute@gnu.org>
7385
7386 * font-core.el (font-lock-defaults): Fix docstring.
7387
7388 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
7389
7390 2005-04-25 Kenichi Handa <handa@m17n.org>
7391
7392 * international/mule-cmds.el (select-safe-coding-system):
7393 Don't check consistency with coding: spec, etc if raw-text or
7394 no-conversion was found to be safe.
7395
7396 2005-04-24 Richard M. Stallman <rms@gnu.org>
7397
7398 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
7399 citation markers at start of each line.
7400
7401 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
7402 citation markers at start of each line.
7403
7404 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
7405
7406 * files.el (mode-require-final-newline): Fix previous change.
7407 (require-final-newline): Fix type label.
7408
7409 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
7410
7411 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
7412 statement in buffer (broken by 2004-11-24 change).
7413
7414 2005-04-24 Kim F. Storm <storm@cua.dk>
7415
7416 * ido.el (ido-everywhere): Save and restore old read-buffer-function
7417 and read-file-name-function values. Don't overwrite existing
7418 non-nil values if ido-mode is enabled without ido-everywhere.
7419
7420 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
7421
7422 * files.el (mode-require-final-newline): Minor doc fix.
7423
7424 2005-04-24 Eli Zaretskii <eliz@gnu.org>
7425
7426 * subr.el (syntax-after): Doc fix.
7427 (syntax-class): If argument is nil, return nil. Mask off upper 16
7428 bits, not 8 bits.
7429
7430 * files.el (mode-require-final-newline): Doc fix.
7431 (backup-buffer-copy): Fix last change.
7432
7433 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7434
7435 * term/mac-win.el: Require select. Set selection-coding-system to
7436 mac-system-coding-system. Call menu-bar-enable-clipboard.
7437 (x-last-selected-text-clipboard, x-last-selected-text-primary)
7438 (x-select-enable-clipboard): New variables.
7439 (x-select-text, x-get-selection, x-selection-value)
7440 (x-get-selection-value, mac-select-convert-to-string)
7441 (mac-services-open-file, mac-services-open-selection)
7442 (mac-services-insert-text): New functions.
7443 (CLIPBOARD, FIND): Put mac-scrap-name property.
7444 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
7445 (public.tiff): Put mac-ostype property.
7446 (selection-converter-alist): Add entries for them.
7447 (mac-application-menu-map): New keymap.
7448 (interprogram-cut-function, interprogram-paste-function): Set to
7449 x-select-text and x-get-selection-value, respectively.
7450 (split-window-keep-point): Set to t.
7451
7452 2005-04-23 Richard M. Stallman <rms@gnu.org>
7453
7454 * files.el (read-directory-name): Always pass non-nil
7455 DEFAULT-FILENAME arg to read-file-name.
7456 (backup-buffer-copy, basic-save-buffer-2): Take care against
7457 writing thru an unexpected existing symlink.
7458 (revert-buffer): In indirect buffer, revert the base buffer.
7459 (magic-mode-alist): Doc fix.
7460 (buffer-stale-function): Doc fix.
7461 (minibuffer-with-setup-hook): Avoid warning.
7462 (mode-require-final-newline): Doc and custom fix.
7463
7464 * follow.el (follow-end-of-buffer): Use with-no-warnings.
7465
7466 * font-lock.el (font-lock-comment-face): On terminals with few colors,
7467 use the default appearance.
7468 (font-lock-comment-delimiter-face): New face, new variable.
7469
7470 * imenu.el (imenu--generic-function): The official position of a
7471 definition is the start of the line that BEG is in.
7472
7473 * midnight.el (midnight-timer): Move defvar up.
7474
7475 * mouse.el (mouse-drag-region-1): Delete some debugging code.
7476
7477 * saveplace.el (save-place-to-alist): Use with-no-warnings.
7478
7479 * startup.el (command-line): Use with-no-warnings.
7480
7481 * window.el (window-size-fixed): New defvar.
7482
7483 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
7484
7485 * mail/rmail.el (rmail-font-lock-keywords):
7486 Use font-lock-comment-delimiter-face.
7487
7488 * mail/sendmail.el (mail-font-lock-keywords):
7489 Use font-lock-comment-delimiter-face.
7490
7491 * progmodes/compile.el (next-error-highlight-timer): New defvar.
7492
7493 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
7494
7495 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7496 Specify t for LAXMATCH when matching directories.
7497 Save match data around compilation-compat-error-properties form.
7498
7499 2005-04-23 David Kastrup <dak@gnu.org>
7500
7501 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
7502 Mention that the autoloaded aliases should be kept for AUCTeX.
7503
7504 2005-04-23 Andreas Schwab <schwab@suse.de>
7505
7506 * isearch.el (isearch-forward): Doc fix.
7507
7508 2005-04-23 Eli Zaretskii <eliz@gnu.org>
7509
7510 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
7511 (jit-lock-stealth-nice): Change default value to 0.5.
7512
7513 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
7514
7515 * abbrev.el (write-abbrev-file): Write table entries in
7516 alphabetical order by table name.
7517
7518 2005-04-22 Kim F. Storm <storm@cua.dk>
7519
7520 * ido.el (ido-read-internal): Fix `list' completion.
7521
7522 2005-04-22 Kenichi Handa <handa@m17n.org>
7523
7524 * recentf.el (recentf-save-file-coding-system): New variable.
7525 (recentf-save-list): Encode the file by
7526 recentf-save-file-coding-system and add coding: tag.
7527
7528 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
7529
7530 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
7531
7532 2005-04-21 Lute Kamstra <lute@gnu.org>
7533
7534 * loadhist.el (unload-feature): Don't remove a function from hooks
7535 if it is about to be restored to an autoload . Remove functions
7536 that will become unbound from auto-mode-alist. Simplify the code.
7537
7538 * subr.el (assq-delete-all): New implementation that is linear,
7539 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
7540 (rassq-delete-all): New function.
7541
7542 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
7543 Add size-indication-mode.
7544
7545 2005-04-21 Kenichi Handa <handa@m17n.org>
7546
7547 * international/mule-cmds.el: Add autoload for widget-value in
7548 eval-when-compile.
7549
7550 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
7551
7552 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
7553 Add tooltip-mode.
7554
7555 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
7556
7557 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
7558
7559 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
7560 (inferior-lisp-filter-regexp, inferior-lisp-program)
7561 (inferior-lisp-load-command, inferior-lisp-prompt)
7562 (inferior-lisp-mode-hook, lisp-source-modes)
7563 (inferior-lisp-load-hook): defvar->defcustom.
7564 (inferior-lisp-program, inferior-lisp-prompt)
7565 (inferior-lisp-load-hook): Doc fixes.
7566 (inferior-lisp-install-letter-bindings): Small change in
7567 introductory comment.
7568
7569 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
7570
7571 * vc.el (vc-annotate-color-map): Change some colors so that text
7572 using them as foreground is readable on both white and black
7573 backgrounds.
7574
7575 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * international/mule-conf.el (translation-table-for-input):
7578 Remove redundant declaration.
7579
7580 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
7581
7582 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
7583
7584 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
7585 (tooltip-toggle-gud-tips): New function.
7586
7587 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7588
7589 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
7590 right angle brackets.
7591
7592 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
7593
7594 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
7595
7596 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7597
7598 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
7599 Remove. Update callers to use expand-file-name instead.
7600
7601 * subr.el (syntax-class): New function.
7602
7603 * simple.el (blink-matching-open): Use it.
7604
7605 * paren.el (show-paren-function): Use it to recognize parens that are
7606 also used in 2-char comment markers.
7607
7608 2005-04-19 Lute Kamstra <lute@gnu.org>
7609
7610 * loadhist.el (unload-feature): Update for new format of
7611 load-history. Simplify the code.
7612
7613 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7614
7615 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
7616 (mac-add-charset-info): New function. Initialize variable
7617 mac-charset-info-alist using it.
7618 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
7619 for translation.
7620 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
7621 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
7622 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
7623 New CCL programs.
7624
7625 2005-04-19 Kim F. Storm <storm@cua.dk>
7626
7627 * simple.el (next-buffer, prev-buffer, next-error)
7628 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
7629 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
7630
7631 * bindings.el (next-buffer, prev-buffer, next-error)
7632 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
7633 (clone-indirect-buffer-other-window): Move bindings from simple.el.
7634 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
7635 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
7636
7637 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7638
7639 * isearch.el (isearch-edit-string): Make the search-ring available for
7640 minibuffer history commands.
7641 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
7642 the default history commands now work just as well.
7643 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
7644
7645 2005-04-18 Kim F. Storm <storm@cua.dk>
7646
7647 * emulation/cua-base.el (cua--pre-command-handler): Add more
7648 elaborate check for shift modifier on non-window systems.
7649
7650 2005-04-18 Lars Hansen <larsh@math.ku.dk>
7651
7652 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
7653
7654 2005-04-18 Kim F. Storm <storm@cua.dk>
7655
7656 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
7657 and make it optional. Don't test tooltip-gud-echo-area here.
7658 (tooltip-gud-process-output, gdb-tooltip-print):
7659 Pass tooltip-gud-echo-area to tooltip-show.
7660 (tooltip-help-tips): Remove second optional arg to tooltip-show.
7661
7662 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7663
7664 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
7665 `display-graphic-p' may not be bound yet.
7666
7667 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
7668
7669 * startup.el (command-line): No longer enable Xterm Mouse mode by
7670 default in terminals compatible with xterm.
7671
7672 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
7673
7674 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
7675
7676 * tooltip.el (tooltip-gud-echo-area): Rename from
7677 tooltip-use-echo-area.
7678 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
7679 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
7680 area independently of where help tooltips are displayed.
7681
7682 2005-04-17 David Kastrup <dak@gnu.org>
7683
7684 * cus-theme.el (custom-theme-write-variables): Quote variables
7685 where necessary.
7686
7687 2005-04-17 Richard M. Stallman <rms@gnu.org>
7688
7689 * simple.el (yank-excluded-properties): Add follow-link to value.
7690
7691 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
7692
7693 * startup.el (fancy-splash-max-time): Just 30 seconds.
7694 (fancy-splash-delay): Just 7.
7695 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
7696
7697 * loadhist.el (unload-feature): Update for new format of load-history.
7698 Simplify the code.
7699
7700 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
7701 (rmail-font-lock-keywords): Don't fontify the text of a citation.
7702
7703 * mail/sendmail.el (mail-font-lock-keywords):
7704 Don't fontify subject text.
7705 Don't fontify the text of a citation.
7706
7707 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
7708
7709 * comint.el (comint-output-filter): Run comint-output-filter-functions
7710 with point where the user had it.
7711
7712 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * international/ucs-tables.el (ucs-set-table-for-input):
7715 Disable when using unify-on-decoding.
7716
7717 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7718
7719 * emulation/cua-base.el (cua-global-mark-face): Add special case
7720 for displays supporting a high number of colors.
7721
7722 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
7723
7724 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
7725
7726 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
7727
7728 * filesets.el (filesets-add-buffer): If user supplies a name of a
7729 non-existing fileset, create a new fileset.
7730
7731 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
7732
7733 * textmodes/org.el (org-up-heading-all): Fix bug with
7734 `outline-up-heading-all'.
7735
7736 2005-04-16 Andreas Schwab <schwab@suse.de>
7737
7738 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
7739 /etc/permissions.d/* and /etc/aliases.d/*.
7740
7741 2005-04-16 Kenichi Handa <handa@m17n.org>
7742
7743 * international/code-pages.el (cp-make-coding-system):
7744 Set `translation-table-for-input' property value to the symbol
7745 ucs-mule-to-mule-unicode, not to that value.
7746 (pt154): Escape guillemet by `\'.
7747
7748 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
7749
7750 * loadup.el: Load tooltip if x-show-tip is fboundp.
7751
7752 * startup.el (command-line): Add comment.
7753
7754 * tooltip.el (tooltip-mode): Specify correct standard value for
7755 Custom in init-value.
7756
7757 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
7758
7759 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
7760 possible.
7761
7762 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
7763
7764 * textmodes/org.el (org-agenda-date-prompt): Rename from
7765 `org-agenda-date-today'.
7766 (org-evaluate-time-range): Insert at point instead of directly
7767 after time range.
7768 (org-first-headline-recenter, org-subtree-end-visible-p)
7769 (org-optimize-window-after-visibility-change): New functions
7770 (org-agenda-post-command-hook): Don't allow point at end of line,
7771 to make sure it always hits the text properties.
7772 (org-agenda-next-date-line, org-agenda-previous-date-line):
7773 New commands.
7774 (org-set-regexps-and-options): Category may contain white space.
7775 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7776 Improve marker positions.
7777 (org-agenda-new-marker): Argument POS made optional.
7778 (org-agenda-get-timestamps): Deadlines which are done are listed
7779 in org-done-face now.
7780 (org-agenda-get-todos, org-agenda-get-timestamps)
7781 (org-agenda-get-deadlines, org-agenda-get-scheduled):
7782 Set `undone-face' and `done-face' properties.
7783 (org-last-todo-state-is-todo): New variable.
7784 (org-todo): Set `org-last-todo-state-is-todo'.
7785 (org-agenda-todo): Change face according to
7786 `org-last-todo-state-is-todo'. And change other lines referring to
7787 the same entry.
7788 (org-calendar-goto-agenda): New command.
7789 (org-calendar-to-agenda-key): New option.
7790 (org-startup-folded): New allowed value `content'.
7791 (org-set-regexps-and-options): Accept new value `content' for
7792 `org-startup-folded'.
7793 (org-get-current-options): Handle new value `content' for
7794 `org-startup-folded'.
7795 (org-insert-todo-heading): New command.
7796 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
7797 interactively in empty file and option
7798 `org-insert-mode-line-in-empty-file' has been set.
7799 (org-agenda-todo,org-agenda-priority): Modify to use
7800 `org-agenda-change-all-lines'.
7801 (org-warning-face): Change color on dark background
7802
7803 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7804
7805 * international/mule-cmds.el (set-locale-environment): On Mac OS,
7806 use preferences AppleLocale and AppleLanguages, and variable
7807 mac-system-locale for default locale. On Mac OS Classic, use
7808 mac-system-coding-system for default coding systems.
7809
7810 * term/mac-win.el: Don't set file-name-coding-system.
7811 Decode variables system-name, emacs-build-system, user-login-name, and
7812 user-full-name by mac-system-coding-system on Mac OS Classic.
7813 (mac-system-coding-system): New variable.
7814
7815 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
7816
7817 * startup.el (command-line): Handle `xterm-mouse-mode' before
7818 reading init file.
7819
7820 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
7821
7822 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
7823
7824 * progmodes/sh-script.el (sh-here-document-word): Make it a
7825 defcustom. Doc fix.
7826 (sh-add): Bash uses $(( )) for arithmetic.
7827 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
7828 (sh-maybe-here-document): Remove quotes and leading whitespace
7829 from heredoc word when closing. Indent heredoc with tabs if word
7830 starts with "-".
7831
7832 2005-04-13 Richard M. Stallman <rms@gnu.org>
7833
7834 * simple.el (undo): Fix previous change.
7835
7836 * custom.el (defface): Doc fix.
7837
7838 2005-04-13 Lute Kamstra <lute@gnu.org>
7839
7840 * Makefile.in (DONTCOMPILE): Remove list.
7841 (compile, compile-always): Don't use DONTCOMPILE.
7842 (update-authors): Load the library in which batch-update-authors
7843 is defined.
7844 * makefile.w32-in (DONTCOMPILE): Remove list.
7845 (compile, compile-always): Fix comments.
7846 (update-authors): Load the library in which batch-update-authors
7847 is defined.
7848
7849 * generic-x.el (generic-mode-ini-file-find-file-hook):
7850 Rename to ini-generic-mode-find-file-hook.
7851 Keep generic-mode-ini-file-find-file-hook as an alias.
7852 (ini-generic-mode-find-file-hook): Rename from
7853 generic-mode-ini-file-find-file-hook. Fix docstring.
7854 (ini-generic-mode): Docstring change.
7855 (bat-generic-mode-run-as-comint): Silence the byte compiler.
7856
7857 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
7858 called from lisp.
7859
7860 * generic.el: Move to the emacs-lisp subdir.
7861
7862 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7863
7864 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
7865 and C-S- function and cursor motion keys.
7866
7867 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
7868
7869 * startup.el (command-line): Enable Xterm Mouse mode by default.
7870 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
7871 for Custom. No longer show "Mouse" in mode line when enabled.
7872 Doc fix.
7873
7874 2005-04-12 Kim F. Storm <storm@cua.dk>
7875
7876 * emulation/cua-base.el (cua-rectangle-face)
7877 (cua-rectangle-noselect-face): Define face attributes here.
7878
7879 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
7880
7881 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7882
7883 * startup.el (command-line): Turn off blinking cursor if
7884 cursorBlink in resources is off or false.
7885
7886 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7887
7888 * term/mac-win.el (dnd): Require dnd.
7889 (mac-drag-n-drop): Call dnd-handle-one-url.
7890 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
7891 (kTextEncodingISOLatin2): Remove constants.
7892 (mac-script-code-coding-systems): New constant.
7893 (mac-handle-language-change): New function.
7894 (special-event-map): Bind it to `language-change' event.
7895 (mac-centraleurroman, mac-cyrillic): New coding systems.
7896 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
7897 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
7898 and mac-cyrillic-encoder to encode-mac-centraleurroman and
7899 encode-mac-cyrillic, respectively.
7900
7901 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7902
7903 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
7904 Don't set overlay-arrow-string to "=>" as this is done
7905 globally in C now.
7906
7907 2005-04-12 Lute Kamstra <lute@gnu.org>
7908
7909 * generic-x.el (rc-generic-mode, rul-generic-mode):
7910 Fix auto-mode-alist entries.
7911 (etc-fstab-generic-mode): Tweak fontification.
7912
7913 * generic.el (generic-make-keywords-list): Fix docstring.
7914 (generic-mode-internal): Simplify generic-font-lock-keywords.
7915
7916 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7917
7918 * whitespace.el (whitespace-buffer-leading)
7919 (whitespace-buffer-trailing): Revert the incorrect test inversion.
7920 However, fix the highlight area for the leading and
7921 trailing whitespaces to show space.
7922
7923 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
7924
7925 * whitespace.el (whitespace-version): Bump to 3.5
7926
7927 (whitespace-buffer-leading, whitespace-buffer-trailing):
7928 Invert sense of the test to highlight the whitespace.
7929
7930 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7931
7932 * progmodes/gud.el (gud-display-line): GUD uses its own
7933 overlay arrow now so don't set overlay-arrow-string.
7934 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
7935
7936 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
7937
7938 * term.el (term-ansi-current-bold, term-ansi-current-underline)
7939 (term-ansi-current-reverse, term-ansi-current-invisible)
7940 (term-ansi-face-already-done): Change to boolean.
7941 (term-reset-terminal, term-handle-colors-array): Handle the above
7942 vars accordingly.
7943 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
7944 (term-emulate-terminal): Use the new name.
7945
7946 * faces.el (secondary-selection): Use yellow1, not yellow.
7947 (trailing-whitespace): Use red1, not red.
7948
7949 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7950
7951 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
7952 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
7953 (dired-dnd-handle-file): Call dnd-get-local-file-uri
7954
7955 * cus-edit.el (dnd): New group.
7956
7957 * term/w32-win.el (dnd): Require dnd
7958 (w32-drag-n-drop): Call dnd-handle-one-url.
7959
7960 * x-dnd.el: Require dnd.
7961 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
7962 Call dnd-handle-one-url.
7963 (x-dnd-types-alist, x-dnd-insert-utf8-text)
7964 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
7965 to dnd-insert-text.
7966 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
7967 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
7968 (x-dnd-get-local-file-name, x-dnd-open-local-file)
7969 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
7970
7971 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
7972
7973 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7974
7975 * wdired.el: Doc fixes.
7976 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
7977 (wdired-use-dired-vertical-movement): Rename from
7978 wdired-always-move-to-filename-beginning.
7979 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
7980 (wdired-change-to-wdired-mode): Change mode name.
7981 (wdired-newline): Delete.
7982
7983 2005-04-11 Richard M. Stallman <rms@gnu.org>
7984
7985 * whitespace.el (whitespace-highlight-the-space):
7986 Don't call whitespace-unhighlight-the-space here.
7987
7988 * simple.el (undo): Record t in undo-equiv-table
7989 for the redo record made by an undo-in-region.
7990
7991 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
7992
7993 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
7994 (gdb-frame-inferior-io-buffer): New Functions to control
7995 display of separate IO buffer.
7996 (menu): Add them to menu-bar.
7997 (gdb-display-buffer): Check for buffer another frame.
7998 Protect GUD buffer.
7999 (gdb-setup-windows): Create IO buffer if not already there.
8000 (gdb-memory-mode): Remove purecopy noops.
8001
8002 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
8003
8004 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
8005 and pass to self-insert-command.
8006
8007 2005-04-11 Lute Kamstra <lute@gnu.org>
8008
8009 * generic.el: Commentary section cleanup.
8010 (generic): Delete.
8011 (generic-use-find-file-hook, generic-lines-to-scan)
8012 (generic-find-file-regexp, generic-ignore-files-regexp)
8013 (default-generic-mode, generic-mode-find-file-hook)
8014 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
8015 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
8016 (generic-use-find-file-hook, generic-lines-to-scan)
8017 (generic-find-file-regexp, generic-ignore-files-regexp)
8018 (default-generic-mode, generic-mode-find-file-hook)
8019 (generic-mode-ini-file-find-file-hook): Move from generic.el.
8020
8021 2005-04-10 Karl Fogel <kfogel@red-bean.com>
8022
8023 * bookmark.el (bookmark-write-file): Catch errors writing file.
8024 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
8025
8026 2005-04-10 Richard M. Stallman <rms@gnu.org>
8027
8028 * startup.el (fancy-splash-tail): Update copyright year.
8029 (command-line): Split part of -Q into -D.
8030 (emacs-basic-display): New defvar.
8031 (fancy-splash-text): Correct name of menu item.
8032
8033 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
8034
8035 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
8036 lines in one node.
8037
8038 * comint.el (comint-send-input): New arg ARTIFICIAL.
8039 Callers in this file changed.
8040
8041 * abbrev.el (define-abbrevs): Read system abbrevs properly.
8042
8043 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
8044
8045 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
8046
8047 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
8048 `ldap-search-internal'.
8049
8050 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8051
8052 * files.el (set-auto-mode-1): Use line-end-position.
8053
8054 * international/latin-1.el:
8055 * international/latin-2.el:
8056 * international/latin-3.el:
8057 * international/latin-4.el:
8058 * international/latin-5.el:
8059 * international/latin-8.el:
8060 * international/latin-9.el: Give punctuation syntax to NBSP.
8061
8062 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
8063 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
8064 Use char-classes to accept non-ascii letters, accepted in some recent
8065 bibtex implementations.
8066
8067 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
8068
8069 * custom.el (custom-set-minor-mode): Any non-nil value for the
8070 variable should enable the mode when set through Custom.
8071
8072 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
8075 TAB binding so tab-always-indent is obeyed.
8076 (vhdl-minibuffer-local-map): Move initialization into declaration.
8077 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
8078 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
8079 (vhdl-hooked-abbrev): Avoid test for XEmacs.
8080 (vhdl-current-line): Use line-beginning-position.
8081 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
8082 with-output-to-temp-buffer, so the current position can be recorded.
8083
8084 2005-04-10 Masatake YAMATO <jet@gyve.org>
8085
8086 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8087 Add regexp for gcov.
8088
8089 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8090
8091 * calendar/time-date.el (time-to-seconds, seconds-to-time)
8092 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
8093 syntax which Emacs 20 doesn't support.
8094
8095 2005-04-09 Richard M. Stallman <rms@gnu.org>
8096
8097 * help.el (describe-key-briefly, describe-key):
8098 Replace strings as event types with "(any string)".
8099
8100 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * arc-mode.el (archive-mode-map): Move initialization into
8103 the declaration. Override *all* bindings of `undo'.
8104 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
8105
8106 2005-04-09 Jay Belanger <belanger@truman.edu>
8107
8108 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
8109
8110 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
8111
8112 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
8113 (xterm-register-default-colors): Update color values computation
8114 to match xterm-200.
8115
8116 2005-04-09 Kenichi Handa <handa@m17n.org>
8117
8118 * international/code-pages.el (iso-latin-7): Fix the map.
8119
8120 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
8121
8122 * emacs-lisp/lisp.el (defun-prompt-regexp)
8123 (parens-require-spaces, buffer-end, end-of-defun)
8124 (insert-parentheses): Doc fixes.
8125
8126 2005-04-08 Kim F. Storm <storm@cua.dk>
8127
8128 * comint.el (comint-highlight-prompt): Fix face spec.
8129 * hi-lock.el (hi-green): Likewise.
8130
8131 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
8132
8133 * cus-edit.el (custom-modified-face):
8134 * comint.el (comint-highlight-input): Fix previous changes.
8135 * term.el (term-handle-ansi-escape): Add a comment.
8136
8137 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
8140 in the buffer and in whitespace-highlighted-space.
8141 (whitespace-unhighlight-the-space): Simplify.
8142 (whitespace-buffer): Simplify.
8143
8144 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
8145
8146 * textmodes/table.el (table-cell-face): Add special case for
8147 displays supporting a high number of colors.
8148 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
8149 (vhdl-font-lock-reserved-words-face)
8150 (vhdl-speedbar-architecture-face)
8151 (vhdl-speedbar-instantiation-face)
8152 (vhdl-speedbar-architecture-selected-face)
8153 (vhdl-speedbar-instantiation-selected-face): Likewise.
8154 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
8155 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
8156 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8157 (ebrowse-root-class-face, ebrowse-member-attribute-face)
8158 (ebrowse-progress-face): Likewise.
8159 * progmodes/compile.el (compilation-info-face): Likewise.
8160 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
8161 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
8162 * calendar/calendar.el (diary-face): Likewise.
8163 * woman.el (woman-italic-face, woman-bold-face)
8164 (woman-unknown-face): Likewise.
8165 * wid-edit.el (widget-button-pressed-face): Likewise.
8166 * whitespace.el (whitespace-highlight-face): Likewise.
8167 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
8168 * pcvs-info.el (cvs-marked-face): Likewise.
8169 * info.el (info-xref): Likewise.
8170 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
8171 * hilit-chg.el (highlight-changes-face)
8172 (highlight-changes-delete-face): Likewise.
8173 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
8174 (hi-red-b): Likewise.
8175 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
8176 * font-lock.el (font-lock-keyword-face)
8177 (font-lock-function-name-face, font-lock-warning-face): Likewise.
8178 * cus-edit.el (custom-invalid-face, custom-modified-face)
8179 (custom-set-face, custom-changed-face, custom-variable-tag-face)
8180 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
8181 * comint.el (comint-highlight-prompt): Likewise.
8182
8183 2005-04-08 Lute Kamstra <lute@gnu.org>
8184
8185 * font-lock.el (font-lock-keywords): Docstring fixes.
8186
8187 2005-04-08 Kenichi Handa <handa@m17n.org>
8188
8189 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
8190 chars are more than a limit, print " and more..." at the tail.
8191
8192 2005-04-08 Kim F. Storm <storm@cua.dk>
8193
8194 * emacs-lisp/authors.el (authors-aliases): Update list.
8195 (authors-ignored-files): New list.
8196 (authors-fixed-entries): Fix typo.
8197 (authors-renamed-files-alist): Update list.
8198 (authors-add): Check authors-ignored-files.
8199
8200 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
8201
8202 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
8203 optional, to ensure backward compatibility.
8204
8205 2005-04-08 Stephen Eglen <stephen@gnu.org>
8206
8207 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
8208
8209 2005-04-08 Kim F. Storm <storm@cua.dk>
8210
8211 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
8212
8213 * mouse.el (mouse-on-link-p): Doc fix.
8214
8215 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
8216
8217 * ielm.el (ielm-prompt-read-only): Doc fix.
8218
8219 * comint.el (comint-prompt-read-only): Doc fix.
8220
8221 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
8222
8223 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
8224 ensure dired always handles wildcards passed to ffap.
8225 (find-file-at-point): Use it.
8226 (ffap-dired-wildcards): Doc fix.
8227
8228 2005-04-07 Juri Linkov <juri@jurta.org>
8229
8230 * simple.el (next-error-overlay-arrow-position): New defvar.
8231 Put "=>" on its property `overlay-arrow-string'. Add it to
8232 `overlay-arrow-variable-list'.
8233
8234 * progmodes/compile.el (compilation-setup):
8235 Set `next-error-overlay-arrow-position' to nil. Also set it to
8236 nil in the local hook `kill-buffer-hook'. Make local variable
8237 `overlay-arrow-string' and set it to "=>".
8238 (compilation-goto-locus): Set BOL position to
8239 `next-error-overlay-arrow-position' instead of
8240 `overlay-arrow-position'.
8241
8242 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
8243 locally instead of adding it to the global hook.
8244 (Info-kill-buffer): Move up.
8245
8246 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
8247
8248 * term/xterm.el (xterm-standard-colors): Update color values from
8249 xterm-200.
8250
8251 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
8252
8253 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
8254
8255 * fast-lock.el:
8256 * lazy-lock.el: Move them to the obsolete subdir.
8257
8258 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
8259
8260 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
8261 (wdired-add-replace-advice): Remove.
8262 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
8263
8264 2005-04-06 Kim F. Storm <storm@cua.dk>
8265
8266 * startup.el (command-line): Add --bare-bones alias for -Q.
8267
8268 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8269
8270 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
8271 create the startup fontset if a font specification ends with
8272 `mac-roman'.
8273
8274 2005-04-06 Lute Kamstra <lute@gnu.org>
8275
8276 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
8277 change.
8278
8279 * emacs-lisp/copyright.el (copyright-update-year): Replace the
8280 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
8281
8282 2005-04-05 Lute Kamstra <lute@gnu.org>
8283
8284 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
8285 (define-generic-mode): Ditto. Fix debug declaration.
8286
8287 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8288 Put them in the generic-x group.
8289
8290 * calendar/timeclock.el (timeclock): Doc fix.
8291
8292 * generic.el (define-generic-mode): Don't use custom-current-group.
8293 Document default :group value.
8294 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
8295 (define-global-minor-mode): Don't use custom-current-group.
8296
8297 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
8298
8299 * startup.el (command-line-1): Display startup-echo-area-message
8300 when fancy splash screen is in use.
8301
8302 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
8303 (sh-escaped-newline): New face.
8304 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
8305 newline, and use sh-escaped-newline face.
8306
8307 * progmodes/tcl.el (tcl-escaped-newline): New face.
8308 (tcl-builtin-list): New variable.
8309 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
8310 newlines. Fix keywords subexpression number.
8311
8312 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
8313
8314 * textmodes/org.el (org-diary-default-entry): Fix call to
8315 `add-to-diary-entry'.
8316
8317 2005-04-05 Kim F. Storm <storm@cua.dk>
8318
8319 * ediff-init.el: Use (featurep 'xemacs).
8320
8321 2005-04-05 David Ponce <david@dponce.com>
8322
8323 * cus-edit.el (face): Derive from symbol widget. Display sample
8324 of the current face on the fly.
8325 (widget-face-sample-face-get, widget-face-notify): New functions.
8326 (widget-face-value-create): Remove.
8327
8328 * wid-edit.el (widget-field-end): Temporarily remove field
8329 narrowing before to call `get-char-property'.
8330
8331 2005-04-04 Jay Belanger <belanger@truman.edu>
8332
8333 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
8334 (math-read-subscripts): New variable.
8335 (math-read-preprocess-string): Process subscripts.
8336
8337 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
8338
8339 * comint.el (comint-prompt-read-only): Doc fix.
8340
8341 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
8342 `-1'. Doc fix.
8343
8344 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
8345
8346 * textmodes/org.el (org-insert-mode-line-in-empty-file):
8347 Change default value to nil.
8348
8349 2005-04-04 Lute Kamstra <lute@gnu.org>
8350
8351 * autorevert.el (auto-revert-mode): Specify :group.
8352 * battery.el (display-battery-mode): Specify :group.
8353 * diff-mode.el (diff-minor-mode): Specify :group.
8354 * font-core.el (font-lock-mode): Specify :group.
8355 * hl-line.el (hl-line-mode): Specify :group.
8356 * iimage.el (iimage): New customization group.
8357 (iimage-mode): Specify :group.
8358 * longlines.el (longlines-mode): Specify :group.
8359 * master.el: Don't require easy-mmode.
8360 (master): New customization group.
8361 (master-mode): Specify :group.
8362 * msb.el (msb-mode): Specify :group.
8363 * reveal.el (reveal-mode): Specify :group.
8364 * simple.el (next-error-follow-minor-mode): Specify :group.
8365 * smerge-mode.el (smerge-mode): Specify :group.
8366 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
8367 * emulation/cua-base.el (cua-mode): Specify :group.
8368 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
8369 * language/thai-util.el (thai-auto-composition-mode)
8370 (thai-word-mode): Specify :group.
8371 * mail/supercite.el (sc-minor-mode): Specify :group.
8372 * progmodes/cwarn.el (cwarn-mode): Specify :group.
8373 * progmodes/flymake.el (flymake-mode): Specify :group.
8374 * progmodes/glasses.el (glasses-mode): Specify :group.
8375 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
8376 * textmodes/enriched.el (enriched-mode): Specify :group.
8377 * textmodes/refill.el (refill-mode): Specify :group.
8378
8379 * add-log.el (change-log-font-lock-keywords): Names in
8380 parenthesized lists can contain spaces.
8381
8382 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
8383
8384 * startup.el (fancy-splash-text): Shorten default text of
8385 "Emacs Tutorial" line. Also, if the current language env
8386 indicates an available tutorial file other than TUTORIAL,
8387 extract its title and append it to the line in parentheses.
8388 (fancy-splash-insert): If arg is a thunk, funcall it.
8389
8390 2005-04-04 Jay Belanger <belanger@truman.edu>
8391
8392 * calc.el (calc-language-alist): Add tags to customization type.
8393
8394 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
8395
8396 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
8397 Doc fix.
8398
8399 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
8400
8401 * add-log.el (change-log-font-lock-keywords): The manual
8402 describing a Change Log entry, says: (...) "Aside from these
8403 header lines, every line in the change log starts with a space or
8404 a tab.". The font-lock was not highlighting lines started with
8405 spaces, added support for it.
8406
8407 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8408
8409 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
8410 (bibtex-generate-url-list): Update docstring accordingly. Put the
8411 complex example in the docstring.
8412 (bibtex-font-lock-url): Use pop.
8413
8414 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
8417
8418 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
8419
8420 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8421
8422 * filesets.el (filesets-set-default): Doc fix.
8423
8424 2005-04-03 Lute Kamstra <lute@gnu.org>
8425
8426 * generic.el (define-generic-mode): Add argument to specify
8427 keywords for defcustom.
8428 (default-generic-mode): Specify :group.
8429
8430 * generic-x.el: Specify :group for all generic modes.
8431
8432 * desktop.el (desktop-no-desktop-file-hook)
8433 (desktop-after-read-hook): Doc fix.
8434
8435 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
8436
8437 * simple.el (visible-mode): Use explicit :group keyword.
8438 This changes the group of `visible-mode-hook' from paren-blinking
8439 to editing-basics.
8440
8441 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8442
8443 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
8444 mailbox specifications as well as URLs.
8445 (rmail-insert-inbox-text): Remove unused conditional branches.
8446
8447 2005-04-01 Jay Belanger <belanger@truman.edu>
8448
8449 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8450 (calc-gnuplot-print-command): Move definitions to calc.el.
8451
8452 * calc/calc-embed.el (calc-embedded-announce-formula)
8453 (calc-embedded-open-formula, calc-embedded-close-formula)
8454 (calc-embedded-open-word, calc-embedded-close-word)
8455 (calc-embedded-open-plain, calc-embedded-close-plain)
8456 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
8457 (calc-embedded-open-mode, calc-embedded-close-mode):
8458 Move definitions to calc.el.
8459
8460 * calc/calc.el (calc-settings-file, calc-language-alist):
8461 Make customizable.
8462 (calc-embedded-announce-formula, calc-embedded-open-formula)
8463 (calc-embedded-close-formula, calc-embedded-open-word)
8464 (calc-embedded-close-word, calc-embedded-open-plain)
8465 (calc-embedded-close-plain, calc-embedded-open-new-formula)
8466 (calc-embedded-close-new-formula, calc-embedded-open-mode)
8467 (calc-embedded-close-mode, calc-gnuplot-name)
8468 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
8469 from other files and make customizable.
8470
8471 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8472
8473 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
8474 Use buffer-live-p.
8475 (cvs-mode-run): Don't call cvs-update-header here.
8476 (cvs-run-process): Call cvs-update-header.
8477 Use process properties for cvs-postprocess and cvs-buffer so that
8478 the sentinel can behave better if the temp buffer is killed.
8479 Use a pipe rather than a tty, to better handle unexpected prompts.
8480 (cvs-sentinel): Rewrite. Call cvs-update-header.
8481
8482 2005-04-01 Andre Spiegel <spiegel@gnu.org>
8483
8484 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
8485 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
8486
8487 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8488
8489 * generic.el (define-generic-mode): Add indentation rule.
8490
8491 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
8492
8493 * files.el (mode-require-final-newline): Make Custom correctly
8494 report a nil value and allow to set it to nil via Custom.
8495 Doc fix.
8496
8497 2005-04-01 Kenichi Handa <handa@m17n.org>
8498
8499 * international/characters.el: Enable the correct case setting for
8500 dotless-i and dotted-I.
8501
8502 2005-04-01 Kim F. Storm <storm@cua.dk>
8503
8504 * ido.el (ido-file-internal): Fall back to non-ido command if
8505 initial directory is on slow ftp (or tramp) host.
8506
8507 2005-03-31 Richard M. Stallman <rms@gnu.org>
8508
8509 * emacs-lisp/autoload.el (make-autoload):
8510 Handle define-global-minor-mode.
8511
8512 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
8513 Rename from easy-mmode-define-global-mode.
8514 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
8515
8516 * progmodes/scheme.el (scheme-mode-syntax-table):
8517 Update syntax of | and # for two-character comment syntax.
8518
8519 2005-03-31 Lute Kamstra <lute@gnu.org>
8520
8521 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
8522 (define-minor-mode): Call custom-current-group at load-time.
8523
8524 * generic.el (define-generic-mode): Add debug declaration.
8525 Add defcustom for the mode hook.
8526 (generic-mode-internal): Use run-mode-hooks.
8527
8528 2005-03-31 Kim F. Storm <storm@cua.dk>
8529
8530 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
8531 (mouse-fixup-help-message): New defun called by show_help_echo
8532 to fixup mouse-2 prefix in help messages when applicable.
8533
8534 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
8535
8536 2005-03-31 Kenichi Handa <handa@m17n.org>
8537
8538 * language/thai-word.el (thai-find-word-ends): Pay attention to
8539 the case that we reach the end of buffer.
8540
8541 * textmodes/fill.el (fill-text-properties-at): New function.
8542 (fill-newline): Use fill-text-properties-at instead of
8543 text-properties-at.
8544
8545 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
8546
8547 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
8548 not comint-quote-filename.
8549
8550 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
8551
8552 * help-fns.el (help-with-tutorial): Revert last change.
8553
8554 2005-03-31 Kim F. Storm <storm@cua.dk>
8555
8556 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
8557
8558 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
8559
8560 * calendar/cal-china.el: Update reference to "Calendrical
8561 Calculations" book; there's a new edition.
8562 * calendar/cal-coptic.el: Likewise.
8563 * calendar/cal-french.el: Likewise.
8564 * calendar/cal-hebrew.el: Likewise.
8565 * calendar/cal-islam.el: Likewise.
8566 * calendar/cal-iso.el: Likewise.
8567 * calendar/cal-julian.el: Likewise.
8568 * calendar/cal-mayan.el: Likewise.
8569 * calendar/cal-persia.el: Likewise.
8570 * calendar/calendar.el: Likewise.
8571 * calendar/holidays.el: Likewise.
8572 * calendar/lunar.el: Likewise.
8573 * calendar/solar.el: Likewise.
8574
8575 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
8576 white space from doc string.
8577
8578 2005-03-30 Jay Belanger <belanger@truman.edu>
8579
8580 * calc/calc-help.el (calc-full-help): Remove email address.
8581
8582 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
8583
8584 * help-fns.el (help-with-tutorial): Delete title line.
8585
8586 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8587
8588 * calendar/cal-x.el (calendar-one-frame-setup)
8589 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
8590 rather than 'symbol for set-window-dedicated-p.
8591
8592 * calendar/appt.el (appt-buffer-name): Make it a constant.
8593 (appt-add): Doc fix.
8594
8595 * filesets.el (filesets-menu-path, filesets-menu-before)
8596 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
8597 (filesets-menu-cache-file): Use directory ~/.emacs.d.
8598 (filesets-add-submenu): Delete and use add-submenu instead.
8599
8600 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
8601
8602 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
8603 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
8604 (org-diary-default-entry): New function.
8605 (org-get-entries-from-diary): Better parsing of diary entries.
8606 (org-agenda-check-no-diary): New function.
8607 ("diary-lib"): Advice to function `add-to-diary-list', to allow
8608 linking to diary entries.
8609 (org-agenda-execute-calendar-command): New function.
8610 (org-agenda): Improve visible section in window.
8611 Use `org-fit-agenda-window'.
8612 (org-fit-agenda-window): New option.
8613 (org-move-subtree-down): Better handling of empty lines
8614 at end of subtree.
8615 (org-cycle): Numeric prefix is interpreted now as show-subtree N
8616 levels up.
8617 (org-fontify-done-headline): New option.
8618 (org-headline-done-face): New face.
8619 (org-set-font-lock-defaults): Use `org-headline-done-face'.
8620 (org-table-copy-down): Rename from `org-table-copy-from-above'.
8621 When current field is non-empty, it is copied to next row.
8622 (org-table-copy-from-above): Fix bug which made it
8623 impossible to copy fields containing only a single non-white character.
8624
8625 2005-03-30 Kim F. Storm <storm@cua.dk>
8626
8627 * kmacro.el (kmacro-end-macro): Isearch may store this command
8628 into the macro -- so ignore it when executing keyboard macro.
8629
8630 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
8631
8632 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
8633
8634 2005-03-29 Kenichi Handa <handa@m17n.org>
8635
8636 * language/thai.el ("Thai"): Set setup-function and exit-function
8637 for Thai language environment.
8638
8639 * language/thai-util.el: Require thai-word.
8640 (thai-word-mode-map): New variable.
8641 (thai-word-mode): New minor mode.
8642 (setup-thai-language-environment-internal): New function.
8643 (exit-thai-language-environment-internal): New function.
8644
8645 * language/thai-word.el (thai-word-table): Declare it by defvar,
8646 use dolist to initialize it.
8647 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
8648 (thai-fill-find-break-point): New functions.
8649
8650 2005-03-29 Richard M. Stallman <rms@gnu.org>
8651
8652 * simple.el (idle-update-delay): Move definition up.
8653 (set-mark): Doc fix.
8654
8655 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
8656
8657 * longlines.el: New file.
8658
8659 * simple.el (buffer-substring-filters): New variable.
8660 (filter-buffer-substring): New function.
8661 (kill-region, copy-region-as-kill): Use it.
8662
8663 * register.el (copy-to-register, append-to-register)
8664 (prepend-to-register): Use filter-buffer-substring.
8665
8666 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
8667
8668 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
8669 (gud-filter-pending-text): Move in front of gdb.
8670 (gud-overlay-arrow-position): New variable.
8671 (gud-sentinel, gud-display-line): Use it in place of
8672 overlay-arrow-position.
8673
8674 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
8675
8676 * progmodes/fortran.el (fortran-if-indent): Doc fix.
8677 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
8678 (fortran-font-lock-keywords-4): New variable.
8679 (fortran-blocks-re, fortran-end-block-re)
8680 (fortran-start-block-re): New constants, for hideshow.
8681 (hs-special-modes-alist): Add a Fortran entry.
8682 (fortran-mode-map): Bind fortran-end-of-block,
8683 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
8684 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
8685 (fortran-looking-at-if-then, fortran-end-of-block)
8686 (fortran-beginning-of-block): New functions, for hideshow.
8687
8688 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8689 Doc fix. Tweak regexp.
8690 (f90-beginning-of-block): Push mark first.
8691
8692 2005-03-29 Jay Belanger <belanger@truman.edu>
8693
8694 * calc/calc.el: Update copyright date.
8695 (calc-version): Increase to 2.1.
8696 (calc-version-date): Remove.
8697
8698 * calc/calc-help.el: Update copyright date.
8699 (calc-full-help): Remove reference to calc-version-date.
8700 Update copyright date.
8701
8702 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * vc.el (vc-do-command): Use a pipe for async processes, so password
8705 prompts don't show up at places where the user can't reply.
8706
8707 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
8708
8709 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
8710 on the file name we pass to the inferior shell.
8711
8712 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
8713
8714 * progmodes/which-func.el (which-function): Be robust in the face of an
8715 imenu--make-index-alist failure.
8716
8717 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8718
8719 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
8720
8721 * progmodes/python.el (python-preoutput-filter): Fix last change.
8722
8723 2005-03-29 Lute Kamstra <lute@gnu.org>
8724
8725 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
8726 functions and compiled macros.
8727 (debug-convert-byte-code): Handle macros too.
8728 (debug-on-entry-1): Don't signal an error when trying to clear a
8729 function that is not set to debug on entry.
8730
8731 2005-03-29 Jay Belanger <belanger@truman.edu>
8732
8733 * calc/calc-lang.el: Add functions to math-function-table
8734 properties of tex and math.
8735
8736 2005-03-29 Kenichi Handa <handa@m17n.org>
8737
8738 * ps-mule.el (ps-mule-plot-string): Translate characters by
8739 ps-print-translation-table.
8740 (ps-mule-begin-job): Call find-charset-region/string with
8741 ps-print-translation-table.
8742 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
8743
8744 * ps-print.el (ps-print-translation-table): New variable.
8745 (ps-plot-region): Translate characters by ps-print-translation-table.
8746
8747 2005-03-29 Juri Linkov <juri@jurta.org>
8748
8749 * simple.el (next-error-highlight-timer): New variable.
8750
8751 * progmodes/compile.el (compilation-goto-locus):
8752 Use `next-error-highlight-timer' instead of `sit-for'.
8753
8754 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8755
8756 * mail/supercite.el (sc-mail-field): Use assoc-string.
8757 (sc-get-address): Simplify regexps.
8758
8759 * files.el (minibuffer-with-setup-hook): New macro.
8760 (find-file-read-args): Use it to avoid let-binding
8761 minibuffer-with-setup-hook (which breaks turning on/off
8762 file-name-shadow-mode while in the prompt).
8763
8764 * complete.el (PC-read-include-file-name-internal): Use
8765 test-completion.
8766
8767 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
8768
8769 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
8770
8771 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8772
8773 * window.el (window-buffer-height): Use count-screen-lines.
8774
8775 * progmodes/python.el (python-preoutput-leftover): New var.
8776 (python-preoutput-filter): Use it.
8777 (python-send-receive): Loop until all the result has been received.
8778
8779 2005-03-28 Juri Linkov <juri@jurta.org>
8780
8781 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
8782
8783 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
8784 "Recover Crashed Session".
8785 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
8786 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
8787 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
8788 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
8789 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
8790 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
8791 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
8792 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
8793
8794 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
8795 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
8796 Ediff Sessions", "Toggle use of separate control buffer frame",
8797 "Use separate frame for Ediff control buffer".
8798
8799 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
8800 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
8801 "Rename Bookmark", "Delete Bookmark".
8802
8803 * info.el (Info-mode-menu): Remove ellipsis from "Index".
8804 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
8805 Add `:active Info-index-alternatives' to "Next Matching Item".
8806
8807 * wdired.el (wdired-change-to-wdired-mode):
8808 Mention `wdired-abort-changes' key in the initial message.
8809
8810 * international/mule.el (auto-coding-alist): Associate non-ascii
8811 image filename extensions with `no-conversion'.
8812
8813 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * international/iso-acc.el:
8816 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
8817
8818 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
8819
8820 * textmodes/sgml-mode.el (html-mode): Doc update.
8821
8822 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
8823
8824 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
8825
8826 * term.el (term-move-columns): Fix face after extending a line.
8827 (term-insert-spaces): Likewise.
8828 (term-reset-terminal): Fix off by one error.
8829
8830 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8831
8832 * international/mule.el (auto-coding-alist): Add .xpi files.
8833
8834 * files.el (auto-mode-alist): Add .xpi files.
8835
8836 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
8837
8838 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
8839
8840 2005-03-26 Eli Zaretskii <eliz@gnu.org>
8841
8842 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
8843
8844 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
8845
8846 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
8847 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
8848
8849 * calendar/cal-move.el (calendar-beginning-of-year): Move the
8850 cursor to Jan 1 when needed.
8851 (calendar-end-of-year): Fix -/+ typo.
8852 Reported by Chong Yidong <cyd@stupidchicken.com>.
8853
8854 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
8857
8858 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
8859 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
8860
8861 2005-03-25 Richard M. Stallman <rms@gnu.org>
8862
8863 * filesets.el (filesets-init): Add autoload.
8864
8865 * mail/mailalias.el (mail-directory): Doc fix.
8866
8867 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8868
8869 * mail/mailalias.el (mail-directory-process): Do nothing if
8870 mail-directory-process is an atom.
8871 (mail-get-names): Ignore mail-directory-names if it is an atom.
8872 (mail-directory-process defvar): Doc fix.
8873 (mail-names): Doc fix.
8874
8875 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
8876
8877 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
8878
8879 2005-03-26 Kenichi Handa <handa@m17n.org>
8880
8881 * international/mule-util.el (detect-coding-with-priority):
8882 Call update-coding-systems-internal before detect-coding-region.
8883
8884 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
8885
8886 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8887 (gdb-frames-mode-map): Add follow-link property.
8888
8889 2005-03-25 Jay Belanger <belanger@truman.edu>
8890
8891 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
8892 for variables.
8893
8894 2005-03-25 Juri Linkov <juri@jurta.org>
8895
8896 * image-mode.el: Optimize image filename extension regexps in
8897 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
8898 in `auto-mode-alist'.
8899 (image-mode): Add `image-toggle-display-text' to local hook
8900 `change-major-mode-hook'. Display the image as an image by
8901 default. Set `cursor-type' and `truncate-lines' if the image
8902 is already displayed. Take into account the current mode (image
8903 or text) in message.
8904 (image-minor-mode): New minor mode.
8905 (image-mode-maybe, image-toggle-display-text): New functions.
8906 (image-toggle-display): Use called-interactively-p.
8907 Let-bind `inhibit-read-only' to t.
8908
8909 * image-mode.el (image-minor-mode): Set `cursor-type' and
8910 `truncate-lines' if the image is already displayed. Add turning
8911 image-minor-mode off to `change-major-mode-hook'. Add message.
8912 Call `image-toggle-display-text' after turning image-minor-mode off.
8913
8914 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8915
8916 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
8917 Terminal.app, use utf-8.
8918 (set-display-table-and-terminal-coding-system): Add coding-system arg.
8919 (set-locale-environment): Use it.
8920
8921 * term/xterm.el: Undo last change, better done in mule-cmds.el.
8922
8923 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
8924
8925 * progmodes/python.el (python-close-block-statement-p)
8926 (python-outdent-p, python-current-defun): Use symbol-end.
8927
8928 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
8929
8930 * files.el (save-some-buffers): Doc fix.
8931
8932 2005-03-25 Werner Lemberg <wl@gnu.org>
8933
8934 * complete.el, thumbs.el: Replace `legal' with `valid'.
8935 * calendar/calendar.el: Replace `legal' with `valid'.
8936 * emacs-lisp/advice.el: Replace `legal' with `valid'.
8937 * mail/supercite.el: Replace `legal' with `valid'.
8938 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
8939 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
8940 Replace `legal' with `valid'.
8941 * textmodes/reftex-vars.el, textmodes/reftex.el:
8942 Replace `legal' with `valid'.
8943
8944 2005-03-25 Werner Lemberg <wl@gnu.org>
8945
8946 * calc/calc-forms.el, calc/calc-sel.el:
8947 * midnight.el, vc-cvs.el:
8948 * emacs-lisp/cl-macs.el:
8949 * emulation/vip.el:
8950 * eshell/esh-io.el, eshell/esh-var.el:
8951 * mail/supercite.el:
8952 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
8953 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
8954 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
8955 * progmodes/sh-script.el, progmodes/xscheme.el:
8956 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
8957 * textmodes/reftex-index.el, textmodes/reftex-parse.el
8958 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
8959 * textmodes/reftex.el, textmodes/org.el:
8960 Replace `illegal' with `invalid'.
8961
8962 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
8965 (flymake-find-buildfile, flymake-find-possible-master-files)
8966 (flymake-check-include, flymake-parse-line): Replace loops over the
8967 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
8968
8969 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
8970 Substitute file-name-as-directory in the rest of the file.
8971 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
8972 (flymake-replace-region): Remove unused arg `buffer'.
8973 (flymake-check-patch-master-file-buffer): Update calls to it.
8974 (flymake-add-err-info): Remove unused var `count'.
8975 (flymake-mode): Use define-minor-mode.
8976
8977 * progmodes/flymake.el: Use with-current-buffer.
8978 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
8979 flymake-replace-regexp-in-string, flymake-line-beginning-position)
8980 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
8981 Avoid testing for `xemacs'.
8982 (flymake-nop): Move.
8983 (flymake-region-has-flymake-overlays): Return the computed value.
8984 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
8985 Remove unused var `endline'.
8986 (flymake-get-line-count): Remove unused function.
8987 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
8988
8989 * emulation/vi.el:
8990 * generic.el:
8991 * hilit-chg.el (global-highlight-changes):
8992 * hi-lock.el (hi-lock-mode):
8993 * follow.el: find-file-hooks -> find-file-hook.
8994
8995 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
8996
8997 2005-03-24 Juri Linkov <juri@jurta.org>
8998
8999 * dired.el (dired-mode-map): Add menu item "Compare directories"
9000 for dired-compare-directories.
9001
9002 * dired-aux.el (dired-compare-directories): Add autoload cookie.
9003 Doc fix. Replace `read-file-name' with `read-directory-name'.
9004
9005 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
9008
9009 2005-03-24 Jay Belanger <belanger@truman.edu>
9010
9011 * calc/calc-embed.el (calc-embedded-mode-change): Save all
9012 relevant mode settings in calc-embedded-original-modes when modes
9013 are permanently changed.
9014
9015 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9016
9017 * autoinsert.el: find-file-hooks -> find-file-hook.
9018
9019 2005-03-24 Lute Kamstra <lute@gnu.org>
9020
9021 * generic.el (generic-font-lock-defaults): Make it obsolete.
9022 (generic-font-lock-keywords): New variable to replace
9023 generic-font-lock-defaults.
9024 (generic-mode-set-font-lock): Delete it.
9025 (generic-mode-internal): Don't call generic-mode-set-font-lock.
9026 (generic-bracket-support): Add docstring.
9027
9028 * generic-x.el: Rename generic-font-lock-defaults to
9029 generic-font-lock-keywords throughout.
9030 (mailagent-rules-setup-function): Delete it.
9031 (mailagent-rules-generic-mode): Use anonymous function instead.
9032 (show-tabs-generic-mode-font-lock-defaults-1)
9033 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
9034 Quote faces.
9035 (show-tabs-tab-face, show-tabs-space-face): Specify background,
9036 not foreground.
9037
9038 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9039 Recognize define-generic-mode.
9040
9041 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
9042
9043 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
9044 if there's no completion table.
9045
9046 2005-03-23 Miles Bader <miles@gnu.org>
9047
9048 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9049 Remove tty-specific variants, as they're no longer needed.
9050
9051 2005-03-23 Lute Kamstra <lute@gnu.org>
9052
9053 * generic-x.el: Code cleanup: make args constant whenever possible.
9054 (installshield-statement-keyword-list)
9055 (installshield-system-functions-list)
9056 (installshield-system-variables-list, installshield-types-list)
9057 (installshield-funarg-constants-list): Make them constants.
9058
9059 * generic.el (generic-make-keywords-list): Add autoload cookie.
9060
9061 * calendar/time-date.el: Add comment on time value formats.
9062 Don't require parse-time.
9063 (with-decoded-time-value): New macro.
9064 (encode-time-value): New function.
9065 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9066 (days-to-time): Return a valid time value when arg is huge.
9067 (time-since): Use time-subtract.
9068 (time-to-number-of-days): Use time-to-seconds.
9069
9070 2005-03-23 David Ponce <david@dponce.com>
9071
9072 * recentf.el: (recentf-keep): New option.
9073 (recentf-menu-action): Default to `find-file'.
9074 (recentf-keep-non-readable-files-flag)
9075 (recentf-keep-non-readable-files-p)
9076 (recentf-file-readable-p, recentf-find-file)
9077 (recentf-cleanup-remote): Remove.
9078 (recentf-include-p): More robust.
9079 (recentf-keep-p): New function.
9080 (recentf-remove-if-non-kept): Rename from
9081 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
9082 All callers updated.
9083 (recentf-menu-items-for-commands): Fix help string.
9084 (recentf-track-closed-file): Update. Doc fix.
9085 (recentf-cleanup): Update. Count removed files. Doc fix.
9086
9087 2005-03-23 Kim F. Storm <storm@cua.dk>
9088
9089 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9090 Don't inherit from fringe face (now happens automatically).
9091
9092 2005-03-22 Kim F. Storm <storm@cua.dk>
9093
9094 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
9095 position values.
9096
9097 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9098
9099 * menu-bar.el (showhide-date-time): Remove.
9100 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
9101 (menu-bar-make-mm-toggle): Simplify.
9102
9103 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9104
9105 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
9106 Accept qualified variable and function names.
9107
9108 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
9109
9110 * bindings.el (completion-ignored-extensions):
9111 Remove ".lis" for `vax-vms'.
9112
9113 2005-03-22 Andreas Schwab <schwab@suse.de>
9114
9115 * generic-x.el: Revert last change.
9116 * ldefs-boot.el: Update.
9117
9118 2005-03-22 Jay Belanger <belanger@truman.edu>
9119
9120 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
9121 (calc-embedded-save-original-modes)
9122 (calc-embedded-restore-original-modes): New functions.
9123 (calc-do-embedded): Save original modes when entering embedded mode
9124 and restore when leaving embedded mode.
9125 (calc-embedded-modes-change): Change the value of
9126 calc-embedded-original-modes to reflect permanent changes.
9127
9128 2005-03-22 Lute Kamstra <lute@gnu.org>
9129
9130 * generic-x.el: Require generic again.
9131
9132 2005-03-22 Miles Bader <miles@gnu.org>
9133
9134 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
9135 Tweak details to look good on both ttys and bitmap displays, light
9136 or dark background, etc.
9137
9138 2005-03-21 Kim F. Storm <storm@cua.dk>
9139
9140 * tooltip.el (tooltip-show-help-function): Check car and cdr of
9141 mouse position.
9142
9143 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9144
9145 * icomplete.el: Don't forcibly turn on the mode upon load.
9146 (icomplete-mode): Use define-minor-mode.
9147 (icomplete-eoinput): Default to nil.
9148 (icomplete-minibuffer-setup): Remove autoload.
9149 (icomplete-tidy): Simplify.
9150 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
9151 in the initial state or if the user has modified the field.
9152 Fix handling of icomplete-max-delay-chars.
9153 Remove code that handles the oddball case where
9154 minibuffer-completion-table is an integer.
9155 Wrap icomplete-completions in while-no-input in case building
9156 completions takes more time than expected.
9157 (icomplete-completions): Simplify.
9158
9159 2005-03-21 Richard M. Stallman <rms@gnu.org>
9160
9161 * jka-compr.el (jka-compr-really-do-compress):
9162 Make variable buffer-local.
9163
9164 * image-mode.el: Handle .xpm files too.
9165 (image-toggle-display): Preserve modification flag.
9166
9167 * help.el (where-is): Don't mention aliases with no key bindings.
9168
9169 2005-03-21 Lute Kamstra <lute@gnu.org>
9170
9171 * generic.el: Fix commentary section. Don't require cl for
9172 compilation.
9173 (generic-mode-list): Add autoload cookie.
9174 (generic-use-find-file-hook, generic-lines-to-scan)
9175 (generic-find-file-regexp, generic-ignore-files-regexp)
9176 (generic-mode, generic-mode-find-file-hook)
9177 (generic-mode-ini-file-find-file-hook): Fix docstrings.
9178 (define-generic-mode): Make it a defmacro. Fix docstring.
9179 (generic-mode-internal): Code cleanup. Add autoload cookie.
9180 (generic-mode-set-comments): Code cleanup.
9181 * generic-x.el: Don't prevent compilation. Don't require generic.
9182 Follow coding conventions. Minor code cleanup.
9183 (etc-fstab-generic-mode): Add some keywords.
9184 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
9185 define-generic-mode like a function declaration.
9186
9187 2005-03-21 Jay Belanger <belanger@truman.edu>
9188
9189 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
9190 changing modes.
9191
9192 2005-03-21 Sam Steingold <sds@gnu.org>
9193
9194 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
9195
9196 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
9197
9198 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
9199 Add underscore to "f$ lexicals" regexp.
9200
9201 2005-03-20 Juri Linkov <juri@jurta.org>
9202
9203 * subr.el (progress-reporter-do-update): When `min-value' is equal
9204 to `max-value', set `percentage' to 0 and prevent division by zero.
9205
9206 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
9207
9208 Sync with Tramp 2.0.48.
9209
9210 * tramp.el (all): Change all addresses to .gnu.org.
9211 (tramp-append-tramp-buffers): New defun.
9212 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
9213 Catch `dont-send' signal.
9214 (tramp-set-auto-save-file-modes): Set always permissions, because
9215 there might be an old auto-saved file belonging to another
9216 original file. This could be a security threat. Reported by
9217 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
9218 Check for Emacs 21.3.50 removed.
9219
9220 * tramp-smb.el (all): Remove debug construct for
9221 `with-parsed-tramp-file-name'.
9222 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
9223 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
9224 No error message if DIRECTORY or FILENAME doesn't exist.
9225 (tramp-smb-open-connection): Check existence of
9226 `tramp-smb-program'.
9227
9228 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9229
9230 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
9231 Properly handle the case where the `m' or `s' command's argument is not
9232 yet terminated.
9233 (perl-indent-new-calculate): New function.
9234 (perl-indent-line): Use it.
9235
9236 2005-03-20 Miles Bader <miles@gnu.org>
9237
9238 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
9239 in text-mode too. Change to new face names.
9240 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
9241 Add `:weight bold' attribute.
9242 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
9243
9244 2005-03-19 Juri Linkov <juri@jurta.org>
9245
9246 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
9247
9248 * international/mule.el (auto-coding-alist): Sync with
9249 `auto-mode-alist' by adding upper case archive file extensions
9250 and adding ear/war to jar extension.
9251
9252 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
9253
9254 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
9255 running, restart it.
9256
9257 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
9258
9259 * finder.el (finder-current-item): Throw an error on an empty line.
9260
9261 * man.el (Man-follow-manual-reference): If current-word returns
9262 nil, use "".
9263
9264 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
9265
9266 * simple.el (goto-line): Doc fix.
9267
9268 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
9269
9270 * files.el (save-buffer): Doc fix.
9271
9272 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
9273
9274 * recentf.el (recentf-cleanup-remote): New variable.
9275 (recentf-cleanup): Use it to conditionally check availability of
9276 remote files.
9277
9278 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
9279
9280 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
9281 function names.
9282
9283 2005-03-19 Eli Zaretskii <eliz@gnu.org>
9284
9285 * language/thai-word.el: New file.
9286
9287 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
9288
9289 * files.el (backup-buffer): If the file's directory is not
9290 writable, use copy instead of move to backup the file.
9291
9292 2005-03-19 Eli Zaretskii <eliz@gnu.org>
9293
9294 * obsolete/keyswap.el: Moved to obsolete/ from term/.
9295
9296 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9297
9298 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
9299 Use functionp instead of symbolp and fboundp. Reported by Drkm
9300 <darkman_spam@yahoo.fr>.
9301 (ps-print-version): New version 6.6.6.
9302
9303 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
9304
9305 * textmodes/table.el (table--line-column-position): New idiom.
9306 (table--row-column-insertion-point-p): New function to test
9307 validity of row and column insertion operation at a location.
9308 (table-global-menu, table-cell-menu): Use above functions for
9309 deterministic test operation.
9310 (table--editable-cell-p): Behave in deterministic fashion.
9311
9312 2005-03-18 Juri Linkov <juri@jurta.org>
9313
9314 * isearch.el (isearch-lazy-highlight-new-loop):
9315 Make arguments beg and end optional.
9316 (isearch-update): Remove optional arguments nil from
9317 isearch-lazy-highlight-new-loop.
9318 (isearch-lazy-highlight-search): Let-bind case-fold-search to
9319 isearch-lazy-highlight-case-fold-search instead of
9320 isearch-case-fold-search, and let-bind isearch-regexp to
9321 isearch-lazy-highlight-regexp.
9322 Use isearch-lazy-highlight-last-string instead of isearch-string.
9323
9324 * replace.el (perform-replace): Remove bindings of global
9325 variables isearch-string, isearch-regexp, isearch-case-fold-search.
9326 Add three new arguments to `replace-highlight'.
9327 (replace-highlight): Add arguments string, regexp, case-fold.
9328 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
9329 to allow isearch-lazy-highlight-new-loop to use these values
9330 to set corresponding isearch-lazy-highlight-* internal
9331 variables whose values lazy highlighting will use regardless of
9332 changes to global variables isearch-string, isearch-regexp,
9333 isearch-case-fold-search during lazy highlighting loop.
9334 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
9335 to `lazy-highlight-cleanup'.
9336
9337 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
9338 (ispell-highlight-face): Set default face to `isearch' when
9339 lazy highlighting is enabled.
9340 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
9341 priority to 1. Add lazy highlighting.
9342 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
9343 from `isearch-dehighlight'.
9344
9345 2005-03-18 David Ponce <david@dponce.com>
9346
9347 * files.el (hack-local-variables): Do a case-insensitive search
9348 for End.
9349
9350 2005-03-18 Juri Linkov <juri@jurta.org>
9351
9352 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
9353 `isearch-lazy-highlight-cleanup', add alias to old name and
9354 declare obsolete. Add release numbers to other obsolete vars.
9355 (isearch-done, isearch-lazy-highlight-new-loop):
9356 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
9357 (lazy-highlight-cleanup) <variable>: Doc fix.
9358 (isearch-lazy-highlight-update): Rename obsolete
9359 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
9360
9361 2005-03-18 Kenichi Handa <handa@m17n.org>
9362
9363 * language/thai-util.el: Fix categorization of Thai characters in
9364 thai-category-table.
9365 (thai-composition-pattern): Adjust it for the above change.
9366 (thai-self-insert-command, thai-compose-syllable): New functions.
9367 (thai-compose-region): Use thai-compose-syllable.
9368 (thai-compose-string): Likewise.
9369 (thai-composition-function): Likewise.
9370 (thai-auto-composition): New function.
9371 (thai-auto-composition-mode): New minor mode.
9372
9373 * language/thai.el: Fix patterns to be registered in
9374 composition-function-table.
9375
9376 * international/quail.el (quail-input-method): Locally bind
9377 inhibit-modification-hooks to t.
9378
9379 2005-03-17 Richard M. Stallman <rms@gnu.org>
9380
9381 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
9382 (perl-mode): Use run-mode-hooks.
9383
9384 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
9385 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
9386 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
9387
9388 * mail/sendmail.el (sendmail-send-it): Reenable the code
9389 to compute resend-to-address and use it.
9390
9391 * tar-mode.el (tar-mode): Turn off undo unconditionally.
9392
9393 * image-mode.el: New file.
9394
9395 * image.el (insert-sliced-image): Add autoload cookie.
9396
9397 * font-lock.el (font-lock-lines-before): New user option.
9398 (font-lock-after-change-function): Obey it.
9399
9400 * bindings.el (esc-map): Make M-g a prefix.
9401 Bind M-g g and M-g M-g to goto-line.
9402
9403 * faces.el (face-id): Doc fix.
9404
9405 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9406
9407 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
9408 (rmail-show-message): Use rmail-unknown-mail-followup-to.
9409 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
9410
9411 * mail/sendmail.el (mail-yank-ignored-headers)
9412 (mail-font-lock-keywords, mail-mode-fill-paragraph):
9413 Add Mail-Followup-To and Mail-Reply-To headers.
9414 (mail-citation-hook): Add autoload cookie.
9415 (mail-mode): Doc fix.
9416 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
9417 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
9418 (mail-mode-fill-paragraph): Handle those headers.
9419 (mail-mailing-lists): New variable.
9420 (mail-mail-reply-to, mail-mail-followup-to): New functions.
9421
9422 2005-03-17 Juri Linkov <juri@jurta.org>
9423
9424 * isearch.el (isearch-fallback): Check for `(car previous)'
9425 before calling `isearch-other-end-state'.
9426
9427 2005-03-17 Kim F. Storm <storm@cua.dk>
9428
9429 * simple.el (move-beginning-of-line): Move to beginning of buffer
9430 line, as well as beginning of screen line.
9431
9432 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
9433
9434 * calendar/diary-lib.el (mark-diary-entries): Use new optional
9435 argument REDRAW rather than calendar-redrawing variable.
9436 * calendar/calendar.el (calendar-redrawing): Delete.
9437 (redraw-calendar): Do not bind calendar-redrawing.
9438
9439 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
9440
9441 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
9442 diary-file buffer.
9443
9444 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * help.el (describe-mode): Allow a :minor-mode-function property to
9447 specify a different minor mode toggle function than the variable.
9448 * simple.el (auto-fill-function):
9449 * subr.el (add-minor-mode): Use it.
9450
9451 2005-03-16 Kenichi Handa <handa@m17n.org>
9452
9453 * language/ethio-util.el (sera-being-called-by-w3): New variable.
9454 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
9455 (ethio-fidel-to-sera-buffer): Likewise.
9456
9457 2005-03-16 Juri Linkov <juri@jurta.org>
9458
9459 * emacs-lisp/find-func.el (find-function-regexp):
9460 Add defun-emitting macro `menu-bar-make-toggle'.
9461
9462 * isearch.el: Put `isearch-scroll' property to
9463 `split-window-horizontally'.
9464
9465 * info.el: Update error messages for `debug-ignored-errors'.
9466 (Info-isearch-search): Doc fix.
9467 (Info-find-node): Move up code to go into info buffer before
9468 recording the node to the history.
9469 (Info-fontify-node): Fontify titles only if the next line
9470 has two or more `*', `=', `-', `.'.
9471 Display "go to this node" for empty (match-string 3).
9472
9473 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9474
9475 * term/mac-win.el: Add mouse pointer shape constants.
9476
9477 2005-03-15 Kim F. Storm <storm@cua.dk>
9478
9479 * simple.el (move-beginning-of-line): Use vertical-motion.
9480
9481 2005-03-15 Juri Linkov <juri@jurta.org>
9482
9483 * isearch.el (isearch-error): New variable.
9484 (isearch-invalid-regexp, isearch-within-brackets): Remove.
9485 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
9486 (isearch-within-brackets-state): Remove.
9487 (isearch-case-fold-search-state, isearch-pop-fun-state):
9488 Decrease frame index.
9489 (isearch-mode, isearch-top-state, isearch-push-state)
9490 (isearch-edit-string, isearch-abort, isearch-search-and-update)
9491 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
9492 (isearch-search, isearch-lazy-highlight-new-loop):
9493 Replace `isearch-invalid-regexp' with `isearch-error'.
9494 Remove `isearch-within-brackets'.
9495 (isearch-search): Add `search-failed' handler to `condition-case'.
9496 (isearch-lazy-highlight-search): Add `condition-case' to catch
9497 errors and allow `isearch-lazy-highlight-update' to try
9498 highlighting from the beginning of the window.
9499 (isearch-repeat): Move up code to set isearch-wrapped to t
9500 before calling isearch-wrap-function.
9501
9502 * info.el (Info-isearch-initial-node): New internal variable.
9503 (Info-search): Signal an error in isearch mode when search leaves
9504 the initial node. Signal an error when `bound' is non-nil and
9505 nothing was found in the current subfile.
9506 (Info-isearch-search): Remove `condition-case'.
9507 (Info-isearch-wrap): Don't wrap when search failed during leaving
9508 the initial node. If `Info-isearch-search' is nil, wrap around
9509 the current node.
9510 (Info-isearch-start): New fun.
9511 (Info-mode): Add buffer-local hook `Info-isearch-start' to
9512 `isearch-mode-hook'.
9513
9514 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9515
9516 * simple.el (normal-erase-is-backspace): Set default to t if
9517 running on Mac.
9518
9519 * term/mac-win.el (function-key-map): Sync with x-win.el.
9520
9521 2005-03-15 Kenichi Handa <handa@m17n.org>
9522
9523 * international/mule-cmds.el (locale-language-names): Modify the
9524 format of elements and add more entries.
9525 (locale-preferred-coding-systems): Add more entries.
9526 (set-locale-environment): Adjust for the change of
9527 locale-language-names.
9528
9529 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
9530
9531 * pcvs.el (smerge-ediff): Remove bogus autoload.
9532
9533 2005-03-14 Lute Kamstra <lute@gnu.org>
9534
9535 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
9536 Ignore a `*' at the beginning of a line.
9537
9538 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
9539 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
9540 subr.el.
9541 (dont-compile, eval-when-compile, eval-and-compile): Use declare
9542 to specify indentation.
9543
9544 * generic.el (define-generic-mode): Let generic-mode-list be a
9545 list of strings; test membership with equal.
9546
9547 2005-03-14 Kim F. Storm <storm@cua.dk>
9548
9549 * simple.el (next-line, previous-line): Add optional try-vscroll
9550 arg to recognize interactive use. Pass it on to line-move.
9551 (line-move): Don't perform auto-window-vscroll when defining or
9552 executing keyboard macro to ensure consistent behavior.
9553
9554 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
9557
9558 2005-03-13 Lute Kamstra <lute@gnu.org>
9559
9560 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
9561 debugger-setup-buffer so that backtrace marks the frames set to
9562 debug-on-exit and we don't have to do it manually. Set an extra
9563 debug-on-exit for macro's.
9564 (debugger-setup-buffer): Don't mark the top frame manually.
9565
9566 2005-03-12 Lute Kamstra <lute@gnu.org>
9567
9568 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
9569 lisp-indent-function throughout.
9570 (with-no-warnings): Set lisp-indent-function property.
9571
9572 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
9573
9574 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
9575 Add entry for backslash.
9576
9577 2005-03-12 Juri Linkov <juri@jurta.org>
9578
9579 * info.el (Info-search): Four fixes for backward search.
9580
9581 2005-03-11 Jay Belanger <belanger@truman.edu>
9582
9583 * calc/calc.el (calc-language-alist): New variable.
9584 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
9585 (calc-embedded-find-modes): Use calc-language-alist instead of
9586 calc-embedded-language-alist.
9587
9588 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
9589
9590 * calendar/calendar.el (calendar-redrawing): New internal
9591 variable.
9592 (redraw-calendar): Remove bogus save-excursion from previous
9593 change. Bind calendar-redrawing to t for mark-diary-entries.
9594 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
9595 calendar if that is why we were called.
9596
9597 2005-03-11 Kenichi Handa <handa@m17n.org>
9598
9599 * international/mule.el (make-coding-system): Set property
9600 coding-system-define-form to nil.
9601 (define-coding-system-alias): Likewise.
9602
9603 2005-03-11 Kenichi Handa <handa@m17n.org>
9604
9605 These changes are suggested by Dave Love <fx@gnu.org>.
9606
9607 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
9608 coding: tag.
9609 (adaptive-fill-regexp): Add more bullets.
9610 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
9611 regexps.
9612
9613 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9614
9615 * help.el (describe-mode): Properly handle non-trivial lighters.
9616 Don't ignore minor modes that are not listed in minor-mode-list.
9617
9618 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
9619 feature ON when the user requests to turn it OFF.
9620
9621 2005-03-10 Lute Kamstra <lute@gnu.org>
9622
9623 * emacs-lisp/debug.el (debug-entry-code): Delete it.
9624 (implement-debug-on-entry): New function to replace debug-entry-code.
9625 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
9626 second argument as the 2005-03-07 change makes it obsolete.
9627 (debug-on-entry, cancel-debug-on-entry): Update call to
9628 debug-on-entry-1.
9629 (debug, debugger-setup-buffer): Comment update.
9630 (debugger-frame-number): Update to work with implement-debug-on-entry.
9631
9632 2005-03-10 Jay Belanger <belanger@truman.edu>
9633
9634 * calc/calc-embed.el (math-ms-args): Declare it.
9635 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
9636 math-ms-args.
9637 (calc-embedded-subst): Use math-multi-subst-rec to substitute
9638 variables.
9639
9640 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
9641
9642 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
9643 Use message-box.
9644
9645 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
9646 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
9647 (tooltip-gud-tips): Simplify.
9648 (tooltip-gud-tips-p): Remove superfluous :set.
9649 (tooltip-gud-modes): Add fortran-mode.
9650 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
9651
9652 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
9653
9654 2005-03-09 Kim F. Storm <storm@cua.dk>
9655
9656 * play/animate.el (animate-place-char): Use forward-line instead
9657 of next-line to improve performance.
9658
9659 2005-03-09 Simon Josefsson <jas@extundo.com>
9660
9661 * net/browse-url.el (browse-url-default-browser): Doc fix.
9662
9663 2005-03-09 Miles Bader <miles@gnu.org>
9664
9665 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
9666 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
9667
9668 2005-03-09 Kenichi Handa <handa@m17n.org>
9669
9670 * international/latin-1.el: Set case and syntax for 255 only if
9671 set-case-syntax-set-multibyte is nil.
9672
9673 * textmodes/ispell.el (ispell-insert-word): New function.
9674 (ispell-word): Use ispell-insert-word to insert a new word.
9675 (ispell-process-line): Likewise.
9676 (ispell-complete-word): Likewise.
9677
9678 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9679
9680 * calendar/calendar.el (redraw-calendar): Preserve point.
9681 Reported by Matt Hodges <MPHodges@member.fsf.org>.
9682 (calendar-week-start-day): Move after definition of
9683 redraw-calendar. Delete buffer test, since redraw-calendar has
9684 that now.
9685
9686 * calendar/diary-lib.el (mark-diary-entries): Only call
9687 redraw-calendar in the first of any recursive calls.
9688 Reported by Alan Shutko <ats@acm.org>.
9689
9690 2005-03-08 Juri Linkov <juri@jurta.org>
9691
9692 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
9693 (html-horizontal-rule, html-line, html-image, html-checkboxes)
9694 (html-radio-buttons): Add a space before the trailing `/>' where
9695 sgml-xml-mode is non-nil.
9696 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
9697 the subsequent tag of the empty XML tag.
9698 (html-href-anchor): Don't set initial input to "http:".
9699 (html-image): Ask for the image URL and set point inside alt="".
9700 (html-name-anchor): Duplicate the name in the `id' attribute when
9701 sgml-xml-mode is non-nil.
9702 (html-paragraph): Remove \n before <p>.
9703 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
9704 instead of `checked' when sgml-xml-mode is non-nil.
9705
9706 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
9707 Remove 1 space before #RRGGBB to not truncate it on terminal
9708 windows w/o fringes. Remove 1 space between bg and fg examples
9709 to get more space.
9710 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
9711 avoid byte-compile warnings.
9712
9713 * image-file.el (image-file-handler): Put `safe-magic' property to
9714 `image-file-handler'.
9715
9716 * info.el (Info-isearch-search): Emulate word search in
9717 isearching through multiple Info nodes with Info-search.
9718 (Info-isearch-wrap): Allow isearch-word.
9719
9720 2005-03-08 Lute Kamstra <lute@gnu.org>
9721
9722 * emacs-lisp/debug.el (debugger-step-through): Make sure that
9723 stepping into the debugger's code is not possible.
9724 (debugger-jumping-flag): Docstring update.
9725
9726 2005-03-08 Jay Belanger <belanger@truman.edu>
9727
9728 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
9729 embedded mode begins.
9730 (calc-embedded-language-alist): New variable.
9731 (calc-embedded-find-modes): Use calc-embedded-language-alist to
9732 set default language mode.
9733
9734 2005-03-08 Kenichi Handa <handa@m17n.org>
9735
9736 * international/ccl.el (define-ccl-program): Fix docstring about
9737 extra 256 bytes assured for the output buffer.
9738
9739 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9740 Fix BUFFER_MAGNIFICATION to 2.
9741 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9742
9743 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
9744
9745 * align.el (align-rules-list): Added an alignment rule for CSS
9746 declarations (applies to css-mode and html-mode buffers).
9747
9748 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
9751
9752 2005-03-07 Kim F. Storm <storm@cua.dk>
9753
9754 * simple.el (move-beginning-of-line): New command.
9755
9756 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
9757
9758 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
9759
9760 * emulation/cua-base.el: Put CUA move property on move-end-of-line
9761 and move-beginning-of-line.
9762
9763 * apropos.el (apropos-print): Omit command from M-x ... RET.
9764
9765 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
9766
9767 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
9768 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
9769
9770 2005-03-06 Richard M. Stallman <rms@gnu.org>
9771
9772 * bindings.el (esc-map): Bind M-g to goto-line.
9773
9774 * facemenu.el (global-map): Bind M-o, not M-g.
9775
9776 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9777
9778 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
9779 "Open Directory" as for "Open File".
9780
9781 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
9782
9783 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
9784 (push-mark-command): Run activate-mark-hook.
9785
9786 2005-03-06 Richard M. Stallman <rms@gnu.org>
9787
9788 * help-mode.el (help-mode-finish): Don't alter the element
9789 in view-return-to-alist if there already is one.
9790
9791 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
9792 make sure the current buffer is the expected one.
9793
9794 * novice.el (disabled-command-function): Output in *Disabled Command*.
9795 Explicitly ignore non-keyboard events, and explicitly handle C-g.
9796
9797 * textmodes/flyspell.el (flyspell-large-region):
9798 Pass args differently for aspell.
9799
9800 * files.el (mode-require-final-newline): Doc fix.
9801
9802 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9803
9804 * progmodes/which-func.el (which-function):
9805 Specify NOERROR when calling imenu--make-index-alist.
9806
9807 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
9808
9809 * simple.el (normal-erase-is-backspace): Define default value.
9810
9811 * custom.el (custom-theme-set-variables): Remove unused var
9812 `immediate'.
9813 (custom-reevaluate-setting): Simple function to handle variables
9814 that are defined before their default value can really be
9815 computed.
9816
9817 * startup.el (command-line): Use it for temporary-file-directory,
9818 small-emporary-file-directory, auto-save-file-name-transforms,
9819 blink-cursor-mode, and normal-erase-is-backspace.
9820
9821 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
9822 progress, even with buggy anchored keywords.
9823
9824 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
9825
9826 * simple.el (goto-line): Remove unbalanced final parenthesis.
9827
9828 2005-03-05 Richard M. Stallman <rms@gnu.org>
9829
9830 * simple.el (goto-line): Use a number at point as the default.
9831 With C-u as arg, switch buffers.
9832
9833 2005-03-05 Juri Linkov <juri@jurta.org>
9834
9835 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
9836 with `no-blinking-cursor'.
9837
9838 * startup.el (no-blinking-cursor): New defvar.
9839 (command-line): Add `--no-blinking-cursor' to longopts.
9840 Set `no-blinking-cursor' to t for command line arguments
9841 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
9842 with `no-blinking-cursor' in the condition for calling
9843 `blink-cursor-mode'.
9844
9845 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
9846
9847 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
9848 (menu-bar-options-save): Add blink-cursor-mode.
9849 (menu-bar-options-menu): Add blink-cursor-mode.
9850
9851 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
9852
9853 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
9854 (icalendar-export-file, icalendar-export-region)
9855 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
9856 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
9857
9858 2005-03-04 Lute Kamstra <lute@gnu.org>
9859
9860 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
9861 (debug-function-list): Ditto.
9862
9863 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
9864
9865 * textmodes/texinfmt.el (texinfo-append-refill):
9866 Redefine the types of line to which @refill
9867 is not appended by replacing a search for `@refill\\|@bye' with
9868 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
9869 itemize@refill' bug and the unfilled long lines bug.
9870 (texinfmt-version): Update number and date.
9871
9872 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9873
9874 * international/code-pages.el (windows-1250, windows-125[2-8])
9875 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
9876
9877 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
9880 bound yet.
9881
9882 2005-03-02 Romain Francoise <romain@orebokech.com>
9883
9884 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
9885 buffer after removing limits.
9886 (ibuffer-pop-filter): Ditto.
9887 Update copyright.
9888
9889 2005-03-02 Miles Bader <miles@gnu.org>
9890
9891 * button.el (make-text-button): If the user doesn't specify a
9892 type, use the default. Rewrite to use `add-text-properties' and
9893 plist functions.
9894
9895 2005-03-01 Lute Kamstra <lute@gnu.org>
9896
9897 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
9898 (debugger-jumping-flag): New var.
9899 (debug-entry-code): Use it.
9900 (debugger-jump): Use debugger-jumping-flag and add
9901 debugger-reenable to post-command-hook.
9902 (debugger-reenable): Use debugger-jumping-flag and remove itself
9903 from post-command-hook.
9904 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
9905 debugger-reenable.
9906
9907 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
9908
9909 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
9910 inclusion of "itemize\\|", which may be unnecessary, is certainly
9911 inelegant, and stops refilling in itemize lists when formatting
9912 Japanese Texinfo files to Info.
9913 Update copyright to 2005.
9914
9915 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
9916
9917 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
9918 of an error if GDB can't find the source file.
9919
9920 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9921
9922 * calendar/calendar.el (redraw-calendar): Work from any buffer,
9923 not just the calendar.
9924
9925 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
9926 first.
9927 (diary-redraw-calendar): New function.
9928 (make-diary-entry): Add diary-redraw-calendar to local
9929 write-contents-functions. Turn off selective display before
9930 inserting in diary.
9931
9932 2005-03-01 Kim F. Storm <storm@cua.dk>
9933
9934 * emacs-lisp/copyright.el (copyright-fix-years): New command.
9935
9936 2005-03-01 Lute Kamstra <lute@gnu.org>
9937
9938 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
9939 that debug-entry-code can be safely removed from a function while
9940 this code is being evaluated. Revert the 2005-02-27 change as the
9941 new implementation no longer requires it. Make sure that a
9942 function body containing just a string is not mistaken for a docstring.
9943 (debug): Skip one more frame in case of debug on entry.
9944 (debugger-setup-buffer): Delete one more frame line in case of
9945 debug on entry.
9946 (debugger-frame-number): Update to use the new text introduced by
9947 the 1999-11-03 change. Skip one more frame in case of debug on entry.
9948
9949 2005-02-28 Kim F. Storm <storm@cua.dk>
9950
9951 * double.el (double-translate-key): Call force-window-update after
9952 read-event to avoid crash in redisplay.
9953
9954 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9955
9956 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
9957 (debug): Use it. Move the inhibit-trace earlier.
9958 (debug-entry-code): New const.
9959 (debug-on-entry-1): Use it.
9960
9961 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
9962
9963 * international/utf-16.el (ccl-encode-mule-utf-16le):
9964 Fix BUFFER_MAGNIFICATION to 2.
9965 (ccl-encode-mule-utf-16be): Likewise.
9966
9967 2005-02-28 Kenichi Handa <handa@m17n.org>
9968
9969 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
9970 Fix BUFFER_MAGNIFICATION to 4.
9971 (ccl-encode-mule-utf-16be-with-signature): Likewise.
9972
9973 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
9974
9975 * speedbar.el (speedbar-update-flag): Doc fix.
9976 (speedbar-show-info-under-mouse): Give set-mouse-position the right
9977 argument.
9978
9979 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * reveal.el (reveal-post-command): Don't try to reveal overlays which
9982 have a non-nil `invisible' property but are actually visible.
9983
9984 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
9985 for perldoc sections.
9986 (perl-outline-regexp, perl-outline-level): New var and function.
9987 (perl-mode): Use them.
9988
9989 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
9990
9991 * calendar/diary-lib.el (diary-remind): Discard any mark portion
9992 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
9993
9994 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
9995
9996 * cus-edit.el: Comment change.
9997 (custom-buffer-create-internal): Slightly reword text at top of
9998 Custom buffers. Mention there that saving an option edits the
9999 init file. Add link to Emacs manual node on `custom-file'.
10000 (custom-magic-alist): Rewrite individual State messages to use
10001 capitalized keywords. Doc fix.
10002
10003 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
10004
10005 * calendar/calendar.el (calendar-buffer): Move above
10006 calendar-week-start-day.
10007 (calendar-week-start-day): Doc fix. Add :set function.
10008 (calendar-minimum-window-height): New variable.
10009 (generate-calendar-window): Only resize window if selected-window
10010 is displaying the calendar buffer. Use new variable
10011 calendar-minimum-window-height.
10012 (generate-calendar): Reword error message.
10013 (calendar-mode-map): Bind DEL to scroll-other-window-down.
10014
10015 2005-02-27 Andreas Schwab <schwab@suse.de>
10016
10017 * vc.el (vc-do-command): Don't run command asynchronously when
10018 operating in a remote directory.
10019
10020 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
10021 change from sync with Tramp 2.0.47.
10022
10023 2005-02-27 Richard M. Stallman <rms@gnu.org>
10024
10025 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
10026
10027 * textmodes/flyspell.el (flyspell-mode-on):
10028 Call ispell-change-dictionary only if necessary.
10029
10030 * emacs-lisp/re-builder.el (regexp-builder): New function.
10031
10032 * register.el (describe-register-1): Explicitly handle
10033 yank-excluded-properties = t.
10034
10035 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
10036 (custom-magic-alist): Change the status descriptions again.
10037 (face widget-type): Total rewrite based on `restricted-sexp'
10038 to eliminate the confusing double hiding levels.
10039
10040 * emacs-lisp/debug.el (debug-on-entry-1):
10041 If function body is empty, add nil as body form.
10042
10043 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
10044
10045 * emacs-lisp/trace.el (inhibit-trace): New var.
10046 (trace-make-advice): Use it.
10047
10048 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
10049
10050 2005-02-26 Kim F. Storm <storm@cua.dk>
10051
10052 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
10053 (mouse-on-link-p, mouse-drag-region-1): Use it.
10054
10055 2005-02-25 Lute Kamstra <lute@gnu.org>
10056
10057 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
10058
10059 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
10060
10061 * frame.el (blink-cursor-mode): Add :group keyword.
10062
10063 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
10064
10065 * calendar/icalendar.el (icalendar--decode-isodatetime):
10066 New optional argument DAY-SHIFT.
10067 (icalendar-export-region): Fix coding-system-for-write.
10068 (icalendar--convert-ical-to-diary): Shift end-day of all-day
10069 events by one.
10070
10071 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
10072
10073 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
10074
10075 2005-02-24 Kim F. Storm <storm@cua.dk>
10076
10077 * international/iso-acc.el (iso-accents-compose): Fix crash
10078 during redisplay. Call force-window-update after read-event
10079 and delete-region to signal that window is not accurate.
10080
10081 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
10082
10083 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
10084 Remove unused and inexistent var `inhibit-trace'.
10085 (debugger-mode): Use run-mode-hooks.
10086 (debugger-list-functions): Add buttons; setup xref stack.
10087
10088 2005-02-23 Richard M. Stallman <rms@gnu.org>
10089
10090 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
10091 appointment says it was explicitly made.
10092 (appt-add): Set the 3rd element.
10093 (appt-make-list): Preserve explicit appointments.
10094
10095 * subr.el (find-tag-default): Catch errors in forward-sexp.
10096
10097 2005-02-23 Juri Linkov <juri@jurta.org>
10098
10099 * info.el (Info-isearch-search): New defcustom.
10100 (Info-isearch-search): Call the default isearch function
10101 when Info-isearch-search is nil.
10102 (Info-isearch-wrap): Use variable Info-isearch-search.
10103
10104 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
10105
10106 * cus-edit.el: Comment change.
10107
10108 2005-02-22 Kim F. Storm <storm@cua.dk>
10109
10110 * progmodes/hideif.el (hide-ifdef-use-define-alist):
10111 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
10112
10113 2005-02-22 Simon Josefsson <jas@extundo.com>
10114
10115 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
10116 New variable.
10117 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
10118 Oskarsson" <myrkraverk@users.sourceforget.net>.
10119
10120 2005-02-22 Kim F. Storm <storm@cua.dk>
10121
10122 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
10123 check that window of that event is the selected window.
10124 (mouse-drag-region-1): Compare mouse event window to selected
10125 window before setting point.
10126
10127 * tooltip.el (tooltip-show-help-function): Pass event to
10128 mouse-on-link-p so it can check selected window.
10129
10130 2005-02-22 Kenichi Handa <handa@m17n.org>
10131
10132 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
10133 (ps-mule-show-warning): New function.
10134 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
10135 characters are found.
10136
10137 * ps-print.el (ps-header-footer-string): Return a list of header
10138 and footer strings.
10139
10140 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
10141
10142 * pcvs.el (cvs-retrieve-revision): Fix thinko.
10143
10144 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
10145
10146 * frame.el (blink-cursor-mode): Use define-minor-mode.
10147
10148 * term/mac-win.el (function-key-map): Use char-names more consistently.
10149 (file-name-coding-system): Only set it for MacOS-9. The other case is
10150 already handled in mule-cmds.el (where it also works when mac-win.el
10151 is not used).
10152
10153 2005-02-21 Kenichi Handa <handa@m17n.org>
10154
10155 * international/mule.el (ctext-pre-write-conversion): Always use
10156 " *code-converting-work*" buffer for work.
10157
10158 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
10159
10160 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
10161
10162 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
10163
10164 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
10165
10166 * ses.el (undo-more): Restore defadvice, but only the part that
10167 allows changes outside the restricted area of the buffer.
10168
10169 2005-02-20 Kim F. Storm <storm@cua.dk>
10170
10171 * simple.el (line-move): Add fourth optional arg try-vscroll which
10172 must be set to perform auto-window-vscroll.
10173 When moving backwards and doing auto-window-vscroll, automatically
10174 vscroll to the last part of lines which are taller than the window.
10175 (next-line, previous-line): Set try-vscroll arg on line-move.
10176
10177 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
10178
10179 * replace.el (query-replace, query-replace-regexp)
10180 (replace-string, replace-regexp): When operating on region, make
10181 the minibuffer prompt say so.
10182
10183 * isearch.el (isearch-forward): Document isearch-query-replace and
10184 isearch-query-replace-regexp keybindings.
10185
10186 2005-02-19 Jay Belanger <belanger@truman.edu>
10187
10188 * calc/calc-aent.el (math-read-token): Add local variable.
10189
10190 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
10191 (calc-edit-top): Move declaration to earlier in file.
10192 (calc-edit-macro-repeats): Add local variables.
10193
10194 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
10195 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
10196 calcFunc-tanh.
10197 Adjust integration rule for calcFunc-tan.
10198
10199 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10200
10201 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
10202 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
10203 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
10204 (viper-skip-separators): Bug fix.
10205 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
10206 particular major mode.
10207 (viper-del-backward-char-in-replace): Don't put deleted char on the
10208 kill ring.
10209
10210 * viper-ex.el (viper-color-display-p): New function.
10211 (viper-has-face-support-p): Use viper-color-display-p.
10212
10213 * viper-keym.el (viper-gnus-modifier-map): New keymap.
10214
10215 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
10216
10217 * viper-util.el (viper-glob-unix-files): Fix shell status check.
10218 (viper-file-remote-p): Make equivalent to file-remote-p.
10219
10220 * viper.el (viper-major-mode-modifier-list):
10221 Use viper-gnus-modifier-map.
10222
10223 2005-02-19 David Kastrup <dak@gnu.org>
10224
10225 * subr.el (subregexp-context-p): Fix garbled doc string by adding
10226 quoting.
10227
10228 2005-02-19 Jay Belanger <belanger@truman.edu>
10229
10230 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
10231 Remove extra definitions.
10232 (calc-coth): New function.
10233 (calcFunc-cot): Fix `let'.
10234
10235 2005-02-19 Eli Zaretskii <eliz@gnu.org>
10236
10237 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
10238 the reasons we use "type pc" in these faces.
10239
10240 * button.el (button): Ditto.
10241
10242 2005-02-19 Michael Mauger <mmaug@yahoo.com>
10243
10244 * replace.el (query-replace-read-from): Set the value of
10245 query-replace-from-history-variable to handle the case of an empty
10246 string entered to accept the suggested default.
10247
10248 * net/tramp.el (tramp-file-name-for-operation):
10249 Use dired-call-process instead of dired-call-process-command.
10250
10251 2005-02-19 Jay Belanger <belanger@truman.edu>
10252
10253 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
10254 (math-div-non-trig): New variables.
10255 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
10256 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
10257 (math-combine-prod, math-div-symb-fancy): Add simplifications for
10258 trig expressions.
10259
10260 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
10261
10262 * progmodes/gdb-ui.el (gdb-var-update-handler)
10263 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
10264 for watch expressions,
10265 (gdb-var-create-handler): Don't set speedbar-update-flag.
10266 (gdb-post-prompt): Simplify test for speedbar.
10267
10268 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
10269
10270 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
10271 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
10272 we use the syntax table of the correct buffer.
10273 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
10274 Felix Gatzemeier.
10275
10276 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
10277 (ediff-file-remote-p): Make synonymous with file-remote-p.
10278 In all deffaces ediff-*-face-*, use min-colors.
10279
10280 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
10281 ediff-recurse-to-subdirectories.
10282 (ediff-mark-if-equal): Check that the arguments are strings, use
10283 ediff-same-contents (after to Felix Gatzemeier).
10284
10285 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
10286 nil.
10287
10288 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10289
10290 * log-view.el (log-view-message-re): Fix up Subversion regexp.
10291
10292 2005-02-18 David Kastrup <dak@gnu.org>
10293
10294 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
10295 use `mark-active' when defined.
10296
10297 2005-02-18 Kenichi Handa <handa@m17n.org>
10298
10299 * ps-print.el (ps-font-info-database): New entry
10300 ZapfChancery-MediumItalic with correct font name. Fix font name
10301 of the entry Zapf-Chancery-MediumItalic.
10302
10303 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
10304
10305 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
10306
10307 2005-02-16 Kim F. Storm <storm@cua.dk>
10308
10309 * ido.el (ido-fallback-command): Pass user input to fallback command.
10310
10311 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
10312
10313 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10314 (gdb-find-file-hook): Add server prefix.
10315
10316 2005-02-16 Richard M. Stallman <rms@gnu.org>
10317
10318 * replace.el (perform-replace): Pass new args to replace-highlight.
10319 (replace-highlight): Take region args,
10320 and pass them to isearch-lazy-highlight-new-loop.
10321
10322 * novice.el (disabled-command-hook): Autoload the defalias
10323 and the make-obsolete-variable call.
10324
10325 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
10326
10327 * isearch.el (isearch-lazy-highlight-start-limit)
10328 (isearch-lazy-highlight-end-limit): New variables limit
10329 the region for highlighting.
10330 (isearch-lazy-highlight-new-loop): New args BEG and END.
10331 (isearch-lazy-highlight-search): Use the new vars.
10332 (isearch-lazy-highlight-update): Likewise.
10333
10334 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
10335
10336 * cus-start.el (all): Use default-boundp.
10337
10338 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
10339
10340 * menu-bar.el (menu-bar-select-frame): Handle current frame.
10341
10342 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
10343
10344 * autorevert.el (auto-revert-stop-on-user-input)
10345 (auto-revert-verbose): Doc fixes.
10346
10347 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
10348
10349 * international/mule-cmds.el (set-locale-environment): Remove call
10350 to set-selection-coding-system on Windows.
10351
10352 2005-02-15 Jay Belanger <belanger@truman.edu>
10353
10354 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
10355 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
10356 calcFunc-coth.
10357 (math-simplify-sqrt): Add simplifications.
10358
10359 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
10360 to list.
10361
10362 * calc/calc-ext.el: Add functions to autoloads.
10363
10364 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
10365 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
10366 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
10367 (math-csc-raw, math-cot-raw): New functions.
10368
10369 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
10370
10371 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
10372 the variable name in a message.
10373
10374 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
10375 calcFunc-csc, calcFunc-cot.
10376
10377 * calc/calcalg2.el: Add derivative and integration rules for
10378 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
10379 calcFunc-csch, calcFunc-coth.
10380 (math-do-integral-methods): Add to checks for when to use
10381 substitutions.
10382
10383 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
10384
10385 2005-02-15 Lute Kamstra <lute@gnu.org>
10386
10387 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10388 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
10389 <monnier@iro.umontreal.ca>
10390 (lisp-outline-level): Improve efficiency. Suggested by David
10391 Kastrup <dak@gnu.org>.
10392
10393 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
10394
10395 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
10396 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
10397 (gdb-set-gud-minor-mode-existing-buffers): New functions.
10398 (gdb-find-file-hook): New hook. Add it to find-file-hook.
10399 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
10400
10401 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
10402
10403 * cus-start.el (all): Comment change.
10404
10405 2005-02-14 Lute Kamstra <lute@gnu.org>
10406
10407 * cus-start.el (all): Check if symbol is void.
10408
10409 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
10410
10411 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
10412 optional argument to \cite.
10413
10414 2005-02-14 Richard M. Stallman <rms@gnu.org>
10415
10416 * cus-edit.el (custom-buffer-create-internal): Update help message.
10417 (custom-magic-alist): Update help messages.
10418
10419 * cus-start.el (all): Allow a var to specify a standard value.
10420
10421 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
10422
10423 * custom.el (custom-theme-set-variables): Handle variable aliases.
10424
10425 * frame.el (blink-cursor-timer): Doc fix.
10426 (blink-cursor): Make it an alias for `blink-cursor-mode' and
10427 declare obsolete.
10428 (blink-cursor-mode): Define with defcustom and use correct
10429 standard expression in that defcustom.
10430 * startup.el (command-line): Adapt to above changes in frame.el.
10431
10432 2005-02-11 Lute Kamstra <lute@gnu.org>
10433
10434 * apropos.el (apropos-score-doc): Prevent division by zero.
10435
10436 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
10437
10438 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
10439 (icalendar--get-event-property-attributes)
10440 (icalendar--get-event-properties)
10441 (icalendar--datetime-to-diary-date): New functions.
10442 (icalendar--split-value): Doc fix.
10443 (icalendar--datetime-to-noneuropean-date)
10444 (icalendar--datetime-to-european-date): New optional argument
10445 SEPARATOR. Return result as a string instead of a list.
10446 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
10447 (icalendar--convert-string-for-export): Rename arg S to STRING.
10448 (icalendar-export-region): Doc fix. Change name of error buffer.
10449 Save output buffer.
10450 (icalendar-import-file): Add blank at end of prompt.
10451 (icalendar-import-buffer): Doc fix. Do not switch to error
10452 buffer. Indicate status in return value.
10453 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
10454 buffer. Save output buffer. Handle exception from recurrence
10455 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
10456 events. Fix problems with weekly all-day events.
10457
10458 2005-02-10 Richard M. Stallman <rms@gnu.org>
10459
10460 * simple.el (eval-expression-print-format):
10461 Avoid warning about edebug-active.
10462
10463 * help.el (help-for-help-internal): Rename from help-for-help.
10464 (help-for-help): Define with defalias.
10465
10466 * font-core.el (font-lock-default-function): Use with-no-warnings.
10467
10468 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
10469
10470 * custom.el (defface): Doc fix.
10471
10472 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
10473
10474 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
10475 width 0" to prevent word wrapping problems.
10476
10477 2005-02-09 Kim F. Storm <storm@cua.dk>
10478
10479 * ido.el (ido-file-extensions-order): New defcustom.
10480 (ido-file-extension-lessp, ido-file-extension-aux)
10481 (ido-file-extension-order): New advanced file ordering.
10482 (ido-file-lessp): New simple file ordering.
10483 (ido-sort-list): Remove.
10484 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
10485 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
10486
10487 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
10488
10489 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
10490 that some versions of grep produce.
10491 (grep-mode-font-lock-keywords): Likewise.
10492
10493 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
10494
10495 * progmodes/gdb-ui.el (gdb-location-list): New variable.
10496 (gdb-cdir): Delete.
10497 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
10498 (gdb-source-info): Treat case when source file is in another
10499 directory properly.
10500 (gdb-get-location): New function.
10501
10502 2005-02-07 Jay Belanger <belanger@truman.edu>
10503
10504 * calc/calc-prog.el (calc-write-parse-table-part)
10505 (calc-fix-token-name): Fix a check for language type.
10506
10507 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
10508
10509 2005-02-07 Andre Spiegel <spiegel@gnu.org>
10510
10511 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
10512 as directory not writable.
10513
10514 2005-02-07 Kim F. Storm <storm@cua.dk>
10515
10516 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
10517 (cua--standard-movement-commands): Remove list.
10518 Instead, set CUA property value to move for movement commands.
10519 (cua-movement-commands): Remove. Users must set CUA prop instead.
10520 (cua--pre-command-handler): Check CUA property.
10521 (cua--init-keymaps): Don't remap undo commands.
10522 (cua-mode): Don't call cua--rectangle-on-off.
10523
10524 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
10525 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
10526 (cua--rect-undo-set-point): New var.
10527 (cua--rectangle-undo-boundary): Setup undo apply entry.
10528 (cua--rect-undo-handler): New function for rectangle undo.
10529 (cua--rect-start-position, cua--rect-end-position): Add.
10530 (cua--rectangle-post-command): Call cua--rectangle-set-corners
10531 for restored rectangle. Set point if cua--rect-undo-set-point.
10532
10533 2005-02-06 Jay Belanger <belanger@truman.edu>
10534
10535 * calc/calc-lang.el (calc-tex-language): Display more information
10536 in messages.
10537
10538 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
10539 in TeX mode.
10540
10541 2005-02-06 Richard M. Stallman <rms@gnu.org>
10542
10543 * emacs-lisp/lisp.el (buffer-end): Doc fix.
10544
10545 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
10546
10547 * net/ldap.el (ldap-search-internal): Support attributes with
10548 optional descriptions separated by a semi-colon, as in
10549 "userCertificate;binary".
10550
10551 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10552
10553 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
10554 isn't a cons (i.e. the version is 0).
10555
10556 2005-02-05 Eli Zaretskii <eliz@gnu.org>
10557
10558 * help.el (help-for-help): Doc fix.
10559
10560 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
10561
10562 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
10563 GDB-Windows on the menu-bar as this works better.
10564
10565 2005-02-04 Jay Belanger <belanger@truman.edu>
10566
10567 * calc/calc-embed.el (calc-embedded-update): Don't put in
10568 unnecessary newlines. Adjust the end of formula marker.
10569
10570 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
10571 (math-latex-parse-two-args): New function.
10572
10573 2005-02-03 Lute Kamstra <lute@gnu.org>
10574
10575 * help-fns.el (help-with-tutorial): Make sure that users cannot
10576 remove the entire text of the tutorial by means of `undo'.
10577
10578 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
10581 in recent changes, where the ispell process was repeatedly
10582 killed & restarted.
10583
10584 * international/mule-cmds.el (set-locale-environment): Set file-name
10585 coding system to utf-8 on Darwin systems.
10586 (set-default-coding-systems): Don't set default-file-name-coding-system
10587 on Darwin systems.
10588
10589 2005-02-03 Richard M. Stallman <rms@gnu.org>
10590
10591 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
10592
10593 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
10594
10595 * faces.el (list-faces-display): Add optional argument.
10596
10597 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
10598
10599 * font-core.el (font-lock-default-function): Handle the rare case where
10600 only font-lock-keywords is set.
10601
10602 2005-02-02 Kenichi Handa <handa@m17n.org>
10603
10604 * international/characters.el: Cancel previous change for
10605 I-WITH-DOT-ABOVE and DOTLESS-i.
10606
10607 * international/latin-5.el: Cancel previous change.
10608
10609 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
10610
10611 * progmodes/gud.el: Correction to syntax in gud-menu-map.
10612
10613 2005-02-02 Kenichi Handa <handa@m17n.org>
10614
10615 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
10616 DOTLESS-i.
10617
10618 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
10619 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
10620
10621 * case-table.el (get-upcase-table): New function.
10622 (copy-case-table): Copy upcaes table too if non-nil.
10623 (set-case-syntax-delims): Maintain upcase table too.
10624 (set-case-syntax-pair): Likewise.
10625 (set-upcase-syntax, set-downcase-syntax): New functions.
10626 (set-case-syntax): Maintain upcase table too.
10627
10628 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
10629
10630 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
10631
10632 * progmodes/gud.el (gud-goto-info): New function.
10633 (gud-tool-bar-map): Use correct icon.
10634
10635 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
10636
10637 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
10638 When delegating, order args in the funcall correctly.
10639
10640 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
10641
10642 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
10643
10644 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
10645
10646 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
10647 buffer not visiting a file.
10648
10649 2005-01-31 Jay Belanger <belanger@truman.edu>
10650
10651 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
10652 bound on the line with the formula.
10653
10654 2005-01-31 Kim F. Storm <storm@cua.dk>
10655
10656 * ses.el (ses-create-cell-variable-range)
10657 (ses-destroy-cell-variable-range, ses-reset-header-string)
10658 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
10659 (ses-insert-row): Fix format of apply undo entries.
10660
10661 2005-01-31 Jay Belanger <belanger@truman.edu>
10662
10663 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
10664 parts.
10665
10666 * calc/calc-embed.el (calc-embedded-open-formula)
10667 (calc-embedded-close-formula): Ignore matrix environments.
10668
10669 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
10670 TeX mode.
10671
10672 * calc/calc-lang.el (math-function-table, math-oper-table)
10673 (math-variable-table): Adjust the LaTeX portions.
10674
10675 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
10676 (math-latex-ignore-words): New constant.
10677
10678 2005-01-31 Richard M. Stallman <rms@gnu.org>
10679
10680 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
10681 (ispell-local-dictionary): Doc fix.
10682 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
10683 Don't reinitialize at run time. Don't defcustom.
10684 All uses changed to append ispell-local-dictionary-alist,
10685 or check it first.
10686 (ispell-current-dictionary): New variable for dictionary in use.
10687 (ispell-dictionary): Now used only for global default.
10688 (ispell-start-process): Set ispell-current-dictionary,
10689 not ispell-dictionary.
10690 (ispell-change-dictionary): Use this only for setting
10691 user preferences.
10692 (ispell-internal-change-dictionary): New function
10693 to change the current dictionary in use.
10694 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
10695 Use ispell-current-dictionary.
10696 Handle ispell-local-dictionary-overridden.
10697 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
10698
10699 2005-01-31 Jay Belanger <belanger@truman.edu>
10700
10701 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
10702
10703 * calc/calc-ext.el: Add calc-latex-language to autoloads.
10704 (calc-mode-map): Add calc-latex-language.
10705
10706 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
10707 (math-latex-print-frac): New functions.
10708 (math-oper-table, math-function-table, math-variable-table)
10709 (math-complex-format, math-input-filter): Add latex properties.
10710 (calc-set-language): Set math-expr-special-function-mapping.
10711
10712 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
10713 (calc-write-parse-table-part): Add LaTeX support.
10714
10715 * calc/calc.el (calc-language): Adjust docstring.
10716 (calc-set-mode-line): Add LaTeX support.
10717 (math-expr-special-function-mapping): New variable.
10718 (math-tex-ignore-words): Add to list.
10719
10720 * calc/calccomp.el (math-compose-expr, math-compose-rows):
10721 Add LaTeX support.
10722 (math-compose-expr): Add support for special functions.
10723
10724 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
10725
10726 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
10727
10728 * progmodes/gdb-ui.el (gdb-memory-address)
10729 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
10730 (gdb-memory-mode-map, gdb-memory-format-keymap)
10731 (gdb-memory-format-menu, gdb-memory-unit-keymap)
10732 (gdb-memory-unit-menu): New variables for a buffer
10733 that lets the user examine program memory.
10734 (gdb-memory-set-address, gdb-memory-set-repeat-count)
10735 (gdb-memory-format-binary, gdb-memory-format-octal)
10736 (gdb-memory-format-unsigned, gdb-memory-format-signed)
10737 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
10738 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
10739 (gdb-memory-unit-word, gdb-memory-unit-halfword)
10740 (gdb-memory-unit-byte, gdb-memory-unit-menu)
10741 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
10742 (gdb-memory-mode, gdb-memory-buffer-name)
10743 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
10744 New functions for above buffer.
10745
10746 2005-01-30 Richard M. Stallman <rms@gnu.org>
10747
10748 * cus-edit.el (custom-bury-buffer): Function deleted.
10749 (custom-buffer-done-function): Option deleted.
10750 (custom-buffer-done-kill): New (replacement option.
10751 (Custom-buffer-done): Call quit-window.
10752 (custom-buffer-create-internal): Update for above changes.
10753
10754 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
10755
10756 * simple.el (undo-ask-before-discard): New var.
10757 (undo-outer-limit-truncate): Implement it.
10758 (undo-extra-outer-limit): Doc update.
10759
10760 2005-01-29 Richard M. Stallman <rms@gnu.org>
10761
10762 * ses.el (undo-more): Delete defadvice.
10763 (ses-begin-change): Doc fix.
10764
10765 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
10766 instead of rebinding C-x u and C-_.
10767
10768 * files.el (normal-backup-enable-predicate): Return nil for files
10769 in /tmp, regardless of temporary-file-directory.
10770
10771 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
10772
10773 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
10774 (open-rectangle, delete-whitespace-rectangle-line)
10775 (clear-rectangle-line): If FILL, pass t instead of FILL
10776 for move-to-column's 2nd arg.
10777
10778 * simple.el (undo): Fix the test for continuing a series of undos.
10779 (undo-more): Set pending-undo-list to t when we reach end.
10780 (pending-undo-list): Move up defvar.
10781
10782 * wid-edit.el (widget-button-click):
10783 Shorten the range of the track-mouse binding.
10784
10785 * comint.el (comint-insert-input): Undo previous changes;
10786 use last-input-event in interactive spec.
10787
10788 2005-01-29 Eli Zaretskii <eliz@gnu.org>
10789
10790 * progmodes/compile.el (compilation-start): Bind buffer-read-only
10791 to nil before invoking call-process. Reset buffer's modified flag
10792 after fontifying it in the no-async branch.
10793
10794 * wid-edit.el (widget-specify-button): If mouse pointer shape
10795 cannot be changed, use mouse face instead.
10796
10797 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
10798
10799 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10800 (gdb-goto-breakpoint): Make breakpoint handling work on template
10801 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
10802 (gdb-assembler-custom): Update to recognize breakpoint information
10803 added on 2005-01-19.
10804
10805 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
10806
10807 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
10808 (dsssl-mode): Use define-derived-mode.
10809 (scheme-mode-initialize): Remove.
10810 (scheme-mode): Use run-mode-hooks.
10811
10812 * cus-edit.el (customize-group-other-window)
10813 (custom-buffer-create-other-window): Don't override special-display-*.
10814 (custom-mode-map): Make it dense.
10815
10816 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
10817 sets the default value.
10818
10819 2005-01-28 Eli Zaretskii <eliz@gnu.org>
10820
10821 * descr-text.el: Add more keywords.
10822
10823 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * speedbar.el: Avoid unnecessary use of locate-library.
10826
10827 * international/mule-cmds.el (standard-display-european-internal):
10828 Don't fiddle with latin-1 non-break space any more since it's now
10829 special cased in the C code.
10830 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
10831
10832 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
10833
10834 * cus-start.el (all): Add `undo-outer-limit'.
10835
10836 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10837
10838 * textmodes/bibtex.el (bibtex-format-entry):
10839 Use `bibtex-empty-field-re' only on the text of fields, not on entire
10840 field lines.
10841 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
10842 not on part of a buffer.
10843
10844 2005-01-25 Lute Kamstra <lute@gnu.org>
10845
10846 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
10847 nonempty field text strings like "{letters\\macro{}more letters}".
10848 Clarify docstring.
10849 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
10850 (bibtex-entry-offset, bibtex-parse-association)
10851 (bibtex-parse-field-name): Fix typos in docstrings.
10852 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
10853
10854 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
10855
10856 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
10857 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
10858 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
10859 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
10860
10861 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
10862 isearch minor mode.
10863
10864 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
10865
10866 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
10867
10868 2005-01-24 Lute Kamstra <lute@gnu.org>
10869
10870 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
10871 CASECHARS and NOT-CASECHARS regular expressions of the
10872 "nederlands" and "nederlands8" dictionaries to prevent a "Range
10873 striding over charsets" error.
10874
10875 2005-01-24 Jay Belanger <belanger@truman.edu>
10876
10877 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
10878 display variable name.
10879
10880 2005-01-24 Kenichi Handa <handa@m17n.org>
10881
10882 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
10883 Fix setting of the element of encoded-kbd-iso2022-invocations.
10884
10885 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
10886
10887 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10888 (gdb-threads-select): Change to also accept mouse events.
10889 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
10890 (gdb-threads-mouse-select): Delete.
10891
10892 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
10893
10894 * files.el (insert-directory): Take care of empty directory,
10895 listed without -a switch.
10896
10897 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * textmodes/refill.el (refill-post-command-function):
10900 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
10901 to the list of functions that we should be careful not to undo.
10902 (refill-late-fill-paragraph-function): Remove.
10903 (refill-saved-state): New var.
10904 (refill-mode): Use it to save fill-paragraph-function.
10905 Save also the value of auto-fill-function.
10906
10907 * term/w32-win.el: Simplify code.
10908
10909 2005-01-23 Kim F. Storm <storm@cua.dk>
10910
10911 * simple.el (line-move): Adapt to new return value from
10912 pos-visible-in-window-p.
10913
10914 * simple.el (line-move): Fix last change. Check partial
10915 visibility at point rather than at window-start.
10916
10917 2005-01-22 Jason Rumney <jasonr@gnu.org>
10918
10919 * term/w32-win.el (xw-defined-colors): Remove debug-message.
10920
10921 2005-01-22 David Kastrup <dak@gnu.org>
10922
10923 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
10924
10925 2005-01-22 Eli Zaretskii <eliz@gnu.org>
10926
10927 * type-break.el (type-break-mode): Add a test for
10928 type-break-file-name being non-nil.
10929
10930 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
10931
10932 * net/eudc.el (top level): Call (message "") via progn, so that
10933 eudc-options-file is loaded.
10934
10935 2005-01-22 Kim F. Storm <storm@cua.dk>
10936
10937 * simple.el (line-move-1): Rename from line-move.
10938 (line-move): New function that adjusts vscroll for partially
10939 visible rows, and calls line-move-1 otherwise.
10940
10941 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
10942
10943 * pcomplete.el: Define pcomplete-read-event instead of read-event,
10944 since it's not a complete read-event implementation
10945
10946 2005-01-20 Jay Belanger <belanger@truman.edu>
10947
10948 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
10949 for called function.
10950
10951 2005-01-20 Steven Tamm <steventamm@mac.com>
10952
10953 * term/mac-win.el (process-connection-type): Remove.
10954 Controlled now by s/darwin.h:PTY_ITERATION.
10955
10956 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * window.el (handle-select-window): Don't switch window when we're
10959 in the minibuffer.
10960
10961 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
10962
10963 * subr.el (dotimes-with-progress-reporter): New macro.
10964
10965 * ses.el (ses-dotimes-msg): Remove macro.
10966 Use `dotimes-with-progress-reporter' instead.
10967
10968 2005-01-19 Steven Tamm <steventamm@mac.com>
10969
10970 * term/mac-win.el (process-connection-type): Use new
10971 operating-system-release variable to use ptys on Darwin 7 (OS X
10972 10.3) when using carbon build.
10973
10974 2005-01-19 Jay Belanger <belanger@truman.edu>
10975
10976 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
10977 flags if the last command was a tab or M-tab.
10978
10979 * calc/calc-prog.el (calc-user-define-edit): Put original formula
10980 in formula editing buffer.
10981
10982 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
10983
10984 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
10985 breakpoint image symbol in margin.
10986
10987 2005-01-19 Jay Belanger <belanger@truman.edu>
10988
10989 * calc/calc-prog.el (calc-execute-kbd-macro):
10990 Ignore calc-keep-arg-flag.
10991
10992 2005-01-19 Kenichi Handa <handa@m17n.org>
10993
10994 * textmodes/ispell.el (ispell-looking-at): New function.
10995 (ispell-process-line): Use ispell-looking-at to compare the ispell
10996 output and the buffer contents.
10997
10998 2005-01-18 Jay Belanger <belanger@truman.edu>
10999
11000 * calc/calc.el (calc-display-raw): Fix docstring.
11001
11002 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
11003
11004 * simple.el (blink-matching-open): Strip extra info from syntax.
11005
11006 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
11007 funny chars in the end-of-here-doc marker.
11008
11009 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
11010
11011 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
11012 that enable/disabled state of breakpoints is shown correctly in
11013 fringe and on ttys.
11014 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
11015 Add breakpoint information as text properties.
11016 (gdb-mouse-toggle-breakpoint):
11017 Rename to gdb-mouse-set-clear-breakpoint.
11018 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
11019 breakpoints in the margin.
11020 (gdb-remove-strings): Simplify.
11021
11022 2005-01-17 Jay Belanger <belanger@truman.edu>
11023
11024 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
11025 erasing buffer.
11026
11027 2005-01-17 Richard M. Stallman <rms@gnu.org>
11028
11029 * progmodes/grep.el (grep-find): Copy from `grep' the condition
11030 for calling grep-compute-defaults.
11031
11032 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
11033 if buffer is empty.
11034
11035 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
11036
11037 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
11038
11039 * hilit-chg.el (highlight-changes-mode): Don't autoload.
11040
11041 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
11042 non-preloaded variables.
11043
11044 2005-01-17 Steven Tamm <steventamm@mac.com>
11045
11046 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
11047 tex-shell cause to force interactivity when using pipes.
11048
11049 2005-01-17 Kim F. Storm <storm@cua.dk>
11050
11051 * simple.el (just-one-space): Make arg optional.
11052
11053 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
11054
11055 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
11056 posn-at-x-y to t to access left-margin.
11057
11058 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
11059
11060 Sync with Tramp 2.0.47.
11061
11062 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
11063 catching keep-date problems in cp/scp operations.
11064 (tramp-handle-copy-file): Don't call `set-file-modes'
11065 unconditionally. Specialized functions should know better what is
11066 necessary. This improves performance a little bit, and the
11067 functions could catch errors with `cp -p' and `scp -p'.
11068 (tramp-do-copy-or-rename-file-via-buffer)
11069 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
11070 when appropriate.
11071 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
11072 Call `set-file-modes' when appropriate.
11073 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
11074 Johnsson <isak@hypergene.com>
11075 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
11076 of both Tramp buffer and debug buffer. Reported by Joakim Verona
11077 <joakim@verona.se>
11078 (tramp-file-name-for-operation): Mark `shell-command' as magic for
11079 Emacs only.
11080
11081 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
11082 `find-file-hooks' and `dired-mode-hook'.
11083 (tramp-minor-mode-map): Respective map. Add remapping for
11084 `compile' and `recompile'.
11085 (tramp-remap-command, tramp-recompile): New defuns.
11086 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
11087 in buffer "*Compilation*". Call the commands asynchronously.
11088
11089 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
11090 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
11091 `shell-command', because it isn't magic in XEmacs. Reported by
11092 Adrian Aichner <adrian@xemacs.org>.
11093
11094 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
11095 `substitute-in-file-name.
11096 (tramp-smb-handle-substitute-in-file-name): New defun.
11097 (tramp-smb-advice-PC-do-completion): Delete advice.
11098
11099 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
11100
11101 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
11102 Fix error in deleting region.
11103
11104 2005-01-15 Richard M. Stallman <rms@gnu.org>
11105
11106 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
11107 In non-temp buffer, switch syntax table temporarily.
11108
11109 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
11110
11111 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
11112
11113 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
11114
11115 * imenu.el (imenu--split-menu): Copy menulist before sorting.
11116 (imenu--generic-function): Use START, not BEG, as pos of definition.
11117
11118 * simple.el (just-one-space): Argument specifies number of spaces.
11119
11120 * simple.el (eval-expression-print-format): Avoid warning
11121 about edebug-active.
11122
11123 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
11124
11125 * progmodes/sh-script.el: Code copied from make-mode.el
11126 with small changes,
11127 (sh-mode-map): Bind C-c C-\.
11128 (sh-backslash-column, sh-backslash-align): New variables.
11129 (sh-backslash-region, sh-append-backslash): New functions.
11130
11131 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
11132
11133 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
11134 (rmail-pop-password, rmail-pop-password-required): Move to
11135 rmail-obsolete group.
11136 (rmail-set-pop-password): Rename to rmail-set-remote-password.
11137 All callers updated.
11138 (rmail-get-pop-password): Rename to rmail-get-remote-password.
11139 Take an argument specifying whether it is POP or IMAP mailbox we
11140 are using. All callers updated.
11141 (rmail-pop-password-error): Rename to
11142 rmail-remote-password-error. Added mailutils-specific error message.
11143 (rmail-movemail-search-path)
11144 (rmail-movemail-variant-in-use): New variables.
11145 (rmail-remote-password, rmail-remote-password-required):
11146 New customization variables.
11147 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
11148 (rmail-parse-url): New function.
11149 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
11150 with GNU mailutils movemail.
11151
11152 2005-01-15 Kevin Ryde <user42@zip.com.au>
11153
11154 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
11155 suffix to space, $ or '$, to correctly position point when going
11156 to @table style constants like DBL_MAX.
11157
11158 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
11159
11160 * type-break.el (type-break-mode, type-break-file-time)
11161 (type-break-file-keystroke-count, type-break-choose-file):
11162 Don't store data in or load data from the file if type-break-file-name
11163 is nil.
11164 (type-break-file-name): Doc update as per the above.
11165
11166 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
11167
11168 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
11169 lookup-key might return nil; handle that.
11170
11171 2005-01-15 Alan Mackenzie <acm@muc.de>
11172
11173 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
11174 rather than the element found, thus enabling the tree to be setcar'd.
11175
11176 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
11177
11178 * textmodes/org.el (org-show-following-heading): New option.
11179 (org-show-hierarchy-above): Use `org-show-following-heading'.
11180 (org-cycle): Documentation fix.
11181
11182 * textmodes/org.el (orgtbl-optimized): New option
11183 (orgtbl-mode): New command, a minor mode.
11184 (orgtbl-mode-map): New variable.
11185 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
11186 (orgtbl-error, orgtbl-self-insert-command)
11187 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
11188
11189 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
11190 a local variable in each org-mode buffer.
11191
11192 * textmodes/org.el (org-set-regexps-and-options): Rename from
11193 `org-set-regexps'. Added checking for STARTUP keyword.
11194 (org-get-current-options): Add STARTUP options.
11195 (org-table-insert-row): Make mode intelligent about when
11196 realignment is needed.
11197 (org-self-insert-command, org-delete-backward-char, org-delete-char):
11198 New commands.
11199 (org-enable-table-editor): New default value `optimized'.
11200 (org-table-blank-field): Support blanking regions if active.
11201
11202 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
11203
11204 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
11205 if the year is not given.
11206
11207 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
11208 Add new escapes %m and %M, fixed bug with %F by adding
11209 save-match-data.
11210 (reftex-reference): Remove ?. from list of spaces.
11211 (reftex-label-info): Add automatic label prefix recognition.
11212
11213 * textmodes/reftex-index.el (reftex-index-next-phrase):
11214 Add slave parameter to call of `reftex-index-this-phrase'.
11215 (reftex-index-this-phrase): New optional argument.
11216 (reftex-index-region-phrases): Add slave parameter to call of
11217 `reftex-index-this-phrase'.
11218 (reftex-display-index): New argument redo.
11219 (reftex-index-rescan): Add 'redo to arguments of
11220 `reftex-display-index'.
11221 (reftex-index-Rescan, reftex-index-revert)
11222 (reftex-index-switch-index-tag): Add 'redo to arguments of
11223 `reftex-display-index'.
11224 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
11225 indexing. Fix bug with matching is there is a quote before or
11226 after the word.
11227
11228 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
11229 Fix bug when collecting citation keys in lines with comments.
11230 (reftex-citation): Prefix argument no longer rescans the document,
11231 but forces prompting for optional arguments of cite macros.
11232 (reftex-do-citation): Prompting for optional arguments implemented.
11233
11234 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11235 Add optional arguments to most cite commands.
11236 (reftex-cite-cleanup-optional-args): New option
11237 (reftex-cite-prompt-optional-args): New option.
11238 (reftex-trust-label-prefix): New option.
11239
11240 * textmodes/reftex-toc.el (reftex-toc-find-section):
11241 Add push-mark before changing the position in the buffer.
11242
11243 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
11244 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
11245
11246 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
11247
11248 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
11249 more carefully.
11250
11251 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
11252
11253 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
11254 (sgml-mode): Use it.
11255 (sgml-get-context): Better keep track of implicitly closed tags.
11256
11257 2005-01-13 Kenichi Handa <handa@m17n.org>
11258
11259 * textmodes/ispell.el: These changes are to fix misalignment error
11260 caused by equivalent characters of different Emacs charsets.
11261 (ispell-unified-chars-table): New variable.
11262 (ispell-get-decoded-string): New function.
11263 (ispell-get-casechars, ispell-get-not-casechars)
11264 (ispell-get-otherchars): Call ispell-get-decoded-string.
11265
11266 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
11267
11268 * custom.el (custom-declare-variable): Just put symbol instead
11269 of (defvar . symbol) in `current-load-list'.
11270
11271 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
11272
11273 * emacs-lisp/elint.el: Fixed typo in Commentary section.
11274
11275 2005-01-12 Jay Belanger <belanger@truman.edu>
11276
11277 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
11278 to create a Calc summary.
11279
11280 2005-01-12 Kim F. Storm <storm@cua.dk>
11281
11282 * mouse.el (mouse-on-link-p): Change functionality and doc
11283 string to comply with latest description in lisp ref.
11284
11285 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
11286
11287 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
11288 Enable mouse clicks on mode-line, header-line and margin.
11289 (event-type): Give mouse event symbols an 'event-kind property
11290 with value 'mouse-click.
11291
11292 2005-01-12 Juri Linkov <juri@jurta.org>
11293
11294 * facemenu.el (list-colors-display): Add new arg buffer-name.
11295 Use it. Fix docstring. Replace code for identifying duplicate
11296 colors by the name with call to `list-colors-duplicates' which
11297 identifies duplicate colors by the value unless the color
11298 is one of special Windows colors. Set truncate-lines to t.
11299 Print sorted duplicate color names on each line. Indent to 22
11300 \(the longest color name in rgb.txt) instead of 20. Optimize.
11301 (list-colors-duplicates): New function.
11302 (facemenu-color-name-equal): Delete function.
11303
11304 * facemenu.el (list-colors-print): New function created from code
11305 in list-colors-display. Print #RRGGBB at the window right edge.
11306 (list-colors-display): When temp-buffer-show-function is not
11307 defined, call list-colors-print from temp-buffer-show-hook
11308 to get the right value of window-width in list-colors-print
11309 after the buffer is displayed.
11310
11311 * simple.el (pop-mark): Move deactivate-mark out of conditional
11312 part to deactivate the active mark regardless of the state of the
11313 mark ring.
11314
11315 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
11316 variables line in desktop files.
11317
11318 2005-01-12 Juri Linkov <juri@jurta.org>
11319
11320 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
11321 Bring together isearch highlight related options.
11322 (lazy-highlight): Replace group `replace' by `matching'.
11323 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
11324 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
11325 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
11326 and declare them obsolete.
11327 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
11328 (isearch-faces): Remove defgroup.
11329 (isearch-overlay, isearch-highlight, isearch-dehighlight):
11330 Move isearch highlighting code closer to lazy highlighting code.
11331
11332 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
11333 (query-replace-highlight, query-replace-lazy-highlight)
11334 (query-replace): Move definitions to the beginning of the file.
11335
11336 2005-01-11 Juri Linkov <juri@jurta.org>
11337
11338 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
11339 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
11340 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
11341
11342 * info.el (Info-history-forward): New variable.
11343 (Info-select-node): Reset Info-history-forward to nil.
11344 (Info-last): Turn into defalias.
11345 (Info-history-back): Rename from Info-last.
11346 Add current node to Info-history-forward.
11347 (Info-history-forward): New fun.
11348 (Info-mode-map): Replace Info-last by Info-history-back.
11349 Bind Info-history-forward to "r".
11350 (Info-mode-menu): Replace Info-last by Info-history-back.
11351 Fix menu item text. Add menu item for Info-history-forward.
11352 (info-tool-bar-map): Replace Info-last by Info-history-back.
11353 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
11354 for Info-history-forward.
11355 (Info-mode): Replace Info-last by Info-history-back in docstring.
11356 Add local variable Info-history-forward.
11357 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
11358
11359 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
11360
11361 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
11362 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
11363 Ignore select-window events rather than fiddle with
11364 mouse-autoselect-window.
11365
11366 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
11367
11368 * type-break.el (type-break-mode): Fix previous change.
11369
11370 2005-01-10 Jay Belanger <belanger@truman.edu>
11371
11372 * calc/calc-ext.el (calc-reset): Reset when inside embedded
11373 calculator; only reset when point is inside a calculator.
11374 Don't adjust the window height if the window takes up the whole height
11375 of the frame.
11376
11377 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
11378
11379 * ebuff-menu.el (Electric-buffer-menu-mode):
11380 Preserve value of buffer-local var header-line-format.
11381
11382 2005-01-09 Jay Belanger <belanger@truman.edu>
11383
11384 * calc/calc.el (calc-mode-var-list-restore-saved-values):
11385 Make sure settings file exists before accessing it.
11386
11387 * calc/calc-embed.el (calc-embedded-subst):
11388 Replace math-multi-subst-rec, which is only supposed to be called
11389 by math-multi-subst, by math-multi-subst.
11390
11391 2005-01-09 Andre Spiegel <spiegel@gnu.org>
11392
11393 * vc.el (vc-allow-async-revert): New user option.
11394 (vc-disable-async-diff): New internal variable.
11395 (vc-revert-buffer): Use them to disable asynchronous diff.
11396
11397 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
11398 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
11399 asynchronously if vc-disable-async-diff is t.
11400
11401 2005-01-09 Jay Belanger <belanger@truman.edu>
11402
11403 * calc/calc.el (defcalcmodevar): New macro.
11404 (calc-mode-var-list-restore-default-values)
11405 (calc-mode-var-list-restore-saved-values): New functions.
11406 (calc-mode-var-list): Use defcalcmodevar to define it.
11407 (calc-always-load-extensions, calc-line-numbering)
11408 (calc-line-breaking, calc-display-just, calc-display-origin)
11409 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11410 (calc-group-char, calc-point-char, calc-frac-format)
11411 (calc-prefer-frac, calc-hms-format, calc-date-format)
11412 (calc-float-format, calc-full-float-format, calc-complex-format)
11413 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11414 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11415 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11416 (calc-matrix-brackets, calc-language, calc-language-option)
11417 (calc-left-label, calc-right-label, calc-word-size)
11418 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11419 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11420 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11421 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11422 (calc-window-height, calc-display-trail, calc-show-selections)
11423 (calc-use-selections, calc-assoc-selections)
11424 (calc-display-working-message, calc-auto-why, calc-timing)
11425 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
11426 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
11427 (calc-gnuplot-default-device, calc-gnuplot-default-output)
11428 (calc-gnuplot-print-device, calc-gnuplot-print-output)
11429 (calc-gnuplot-geometry, calc-graph-default-resolution)
11430 (calc-graph-default-resolution-3d, calc-invocation-macro)
11431 (calc-show-banner): Use defcalcmodevar to declare them and set
11432 their default values.
11433
11434 * calc/calc-ext.el (calc-reset): Restore saved values of variables
11435 instead of default values (but restore default values if there is
11436 an argument of 0).
11437
11438 2005-01-09 David Kastrup <dak@gnu.org>
11439
11440 * desktop.el (desktop-restore-eager): Fix typo in type.
11441
11442 2005-01-08 Richard M. Stallman <rms@gnu.org>
11443
11444 * cus-edit.el (customize): Delete :link.
11445
11446 2005-01-08 Jay Belanger <belanger@truman.edu>
11447
11448 * calc/calc.el (calc-mode): Remove the extension from the
11449 `calc-settings-file' file name when loading it.
11450
11451 2005-01-08 Kim F. Storm <storm@cua.dk>
11452
11453 * info.el (Info-mode-map, Info-next-link-keymap)
11454 (Info-prev-link-keymap, Info-up-link-keymap):
11455 Map follow-link to mouse-face.
11456 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
11457
11458 2005-01-08 Jay Belanger <belanger@truman.edu>
11459
11460 * calc/calc.el (calc-settings-file): Change default value.
11461 Suggested by cgw in a comment in calc-mode.el.
11462
11463 * calc/calc-mode.el (calc-settings-file-name):
11464 Compare calc-settings-file to user-init-file instead of ~/.emacs.
11465 Replace ~/.emacs in a prompt by calc-settings-file.
11466
11467 2005-01-07 Lars Hansen <larsh@math.ku.dk>
11468
11469 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
11470 (desktop-lazy-idle-delay): New customizable variables.
11471 (desktop-buffer-args-list): New variable.
11472 (desktop-append-buffer-args): New function.
11473 (desktop-save): Call desktop-append-buffer-args for some buffers.
11474 (desktop-lazy-create-buffer): New function.
11475 (desktop-idle-create-buffers): New function.
11476 (desktop-read): Add message about buffers to restore lazily.
11477 (desktop-lazy-abort): New command.
11478 (desktop-clear): Call desktop-lazy-abort.
11479 (desktop-lazy-complete): New command.
11480
11481 2005-01-06 Richard M. Stallman <rms@gnu.org>
11482
11483 * emacs-lisp/find-func.el (find-face-definition):
11484 Rename from find-face.
11485
11486 2005-01-06 Kim F. Storm <storm@cua.dk>
11487
11488 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
11489
11490 * man.el (Man-xref-man-page, Man-xref-header-file)
11491 (Man-xref-normal-file): Add follow-link property.
11492
11493 2005-01-06 Jay Belanger <belanger@truman.edu>
11494
11495 * calc/calc-units.el: Make sure the proper macro definitions are
11496 available when compiling.
11497
11498 2005-01-06 Juri Linkov <juri@jurta.org>
11499
11500 * isearch.el (isearch-lazy-highlight-update):
11501 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
11502
11503 2005-01-06 Miles Bader <miles@gnu.org>
11504
11505 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
11506 (isearch-lazy-highlight-face): Use new name.
11507
11508 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * uniquify.el (uniquify-rationalize-file-buffer-names):
11511 Re-add an interactive spec.
11512 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
11513 to the same name.
11514
11515 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
11516 (isearch-update, isearch-done): Adjust calls accordingly.
11517
11518 2005-01-05 Richard M. Stallman <rms@gnu.org>
11519
11520 * custom.el (custom-set-variables, custom-theme-set-variables):
11521 Clarify documentation.
11522
11523 * emacs-lisp/find-func.el (find-variable)
11524 (find-variable-other-window, find-variable-other-frame):
11525 Fix the TYPE args to find-function-read and find-function-do-it.
11526 (find-function): Doc fix.
11527 (find-function-at-point): Replace function-at-point alias.
11528
11529 2005-01-04 Richard M. Stallman <rms@gnu.org>
11530
11531 * cus-face.el (custom-declare-face):
11532 Record defface in current-load-list.
11533
11534 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
11535
11536 * emacs-lisp/find-func.el: Doc fixes.
11537 (find-face-regexp): New variable.
11538 (find-function-regexp-alist): New variable.
11539 (find-function-C-source): Third arg is now TYPE.
11540 (find-function-search-for-symbol): Handle general TYPE.
11541 (find-function-read, find-function-do-it): Handle general TYPE.
11542 (find-definition-noselect, find-face): New functions.
11543 (function-at-point): Alias deleted.
11544
11545 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
11546
11547 * battery.el (display-battery-mode): Rename from display-battery.
11548 Handle the case where it gets turned off.
11549
11550 2005-01-04 Richard M. Stallman <rms@gnu.org>
11551
11552 * cus-edit.el (customize): Make :link point to user doc.
11553
11554 * man.el (Man-fontify-manpage): Turn off undo generation.
11555
11556 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
11557
11558 2005-01-04 Andreas Schwab <schwab@suse.de>
11559
11560 * files.el (insert-directory): Only look for error lines in
11561 inserted text. Don't move too far after processing --dired markers.
11562
11563 2005-01-04 Richard M. Stallman <rms@gnu.org>
11564
11565 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
11566 Don't expand if the character is @, period, dash, etc.
11567 (define-mail-abbrev): Quote names that contain problem characters.
11568
11569 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
11570
11571 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
11572
11573 2005-01-03 Richard M. Stallman <rms@gnu.org>
11574
11575 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
11576 (query-replace-highlight, query-replace-lazy-highlight)
11577 (query-replace): Definitions moved up. Doc fix.
11578
11579 2005-01-03 Richard M. Stallman <rms@gnu.org>
11580
11581 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
11582 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
11583 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
11584 (lazy-highlight-face): Rename from isearch-lazy-...
11585 Change all references to them.
11586
11587 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
11588
11589 * cus-edit.el (custom-file): Doc fix for defcustom.
11590 (custom-file): The function no longer sets the variable
11591 `custom-file' to its return value.
11592
11593 * startup.el (command-line): No longer load `custom-file'.
11594
11595 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
11596
11597 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
11598
11599 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
11600 Don't confuse module-prefixed identifiers for labels.
11601 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
11602
11603 2005-01-02 Richard M. Stallman <rms@gnu.org>
11604
11605 * files.el (basic-save-buffer-1): Fix previous change.
11606
11607 * loadhist.el (file-loadhist-lookup): New function.
11608 (file-provides, file-requires): Use it.
11609
11610 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
11611 instead of calculating the right size.
11612
11613 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
11614
11615 * vc-svn.el (vc-svn-diff): Stay local if possible.
11616
11617 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
11620
11621 * files.el (hack-local-variables): Fix last change.
11622
11623 2005-01-02 Jay Belanger <belanger@truman.edu>
11624
11625 * calc/calc-yank.el (calc-edit-top): New variable.
11626 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
11627 object. Change header properties.
11628 (calc-edit-finish, calc-edit-finish-stack-object)
11629 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
11630 edited object.
11631 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
11632 for the beginning of the edited object.
11633 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
11634 for the beginning of the edited object.
11635 * calc/calc-prog.el (calc-edit-macro-finish-edit)
11636 (calc-finish-formula-edit, calc-macro-repeats)
11637 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
11638 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
11639 beginning of the edited object.
11640 (calc-user-define-edit): Change the header for editing macros.
11641 Remove unnecessary variable.
11642
11643 2005-01-01 Jay Belanger <belanger@truman.edu>
11644
11645 * calc/calc-yank.el (calc-edit-mode): Change default header.
11646 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
11647 * calc/calc-store.el (calc-edit-variable): Change title to match new
11648 header.
11649 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
11650 mode to match new header.
11651 (calc-user-define-edit): Change titles to include names of commands.
11652 (calc-finish-formula-edit): Adjust to handle new header.
11653 (calc-finish-macro-edit): Remove.
11654 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
11655 (calc-edit-macro-command, calc-edit-macro-command-type)
11656 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
11657 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
11658 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
11659 (calc-edit-macro-finish-edit): New functions.
11660 (calc-user-define-edit): Use new functions to edit named calc macros.
11661
11662 2005-01-01 Stefan <monnier@iro.umontreal.ca>
11663
11664 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
11665
11666 * ses.el (copy-region-as-kill): Deactivate mark.
11667
11668 2005-01-01 Richard M. Stallman <rms@gnu.org>
11669
11670 * replace.el (occur-1): If the output buffer is also an input,
11671 don't kill it, rename it.
11672
11673 * faces.el (set-face-background, set-face-foreground): Doc fix.
11674
11675 * cus-face.el (custom-face-attributes): Fix :help-echo strings
11676 for :foreground and :background.
11677
11678 * dired.el (dired-view-command-alist): Variable deleted.
11679 (dired-view-file, dired-mouse-find-file-other-window):
11680 Delete the code to use it.
11681
11682 2005-01-01 Kim F. Storm <storm@cua.dk>
11683
11684 * image.el (insert-sliced-image): Use t for line-height property.
11685
11686 2004-12-31 Jay Belanger <belanger@truman.edu>
11687
11688 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
11689 for "var-" at the beginning of the minibuffer.
11690
11691 2004-12-31 Richard M. Stallman <rms@gnu.org>
11692
11693 * faces.el (read-face-name):
11694 Don't treat an attribute spec as a list of faces.
11695
11696 * simple.el (undo): Use undo-equiv-table to detect
11697 unexpected changes since previous undo.
11698 (undo-list-saved): Variable deleted.
11699 (buffer-disable-undo): Don't alter undo-list-saved.
11700
11701 * files.el (require-final-newline): Allow `visit' and `visit-save'.
11702 (mode-require-final-newline): New option.
11703 (after-find-file): Handle require-final-newline with new values.
11704 (basic-save-buffer): Handle new values of require-final-newline.
11705
11706 * progmodes/sh-script.el (sh-require-final-newline):
11707 Alist value now controls whether to use mode-require-final-newline.
11708 (sh-set-shell): Implement that new meaning.
11709
11710 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
11711 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
11712 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
11713 Delete old-Emacs compatibility code.
11714 (antlr-c-common-init): Function deleted.
11715
11716 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
11717 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
11718 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
11719 * progmodes/python.el (python-mode): Use mode-require-final-newline.
11720 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
11721 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
11722 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
11723 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
11724 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
11725 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
11726 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
11727 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
11728 * progmodes/cfengine.el (cfengine-mode): Use
11729 mode-require-final-newline.
11730 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
11731 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
11732 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
11733
11734 2004-12-31 Jay Belanger <belanger@truman.edu>
11735
11736 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
11737 way to return to Calc.
11738
11739 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
11740 finish, C-xk as the way to cancel the edit. Add cancel routine to
11741 kill-buffer-hook.
11742
11743 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
11744 MacEdit code.
11745
11746 * calc/calc-prog.el: Remove obsolete MacEdit code.
11747 (calc-macro-edit-algebraic, calc-macro-edit-variable)
11748 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
11749
11750 2004-12-31 Kenichi Handa <handa@m17n.org>
11751
11752 * international/mule.el (buffer-file-coding-system-explicit):
11753 Rename for explicit-buffer-file-coding-system.
11754 (after-insert-file-set-coding): Adjust for the above change.
11755
11756 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
11757 to buffer-file-coding-system-explicit.
11758 (basic-save-buffer-1): Likewise.
11759
11760 2004-12-30 Richard M. Stallman <rms@gnu.org>
11761
11762 * textmodes/artist.el (artist-butlast-fn): Var deleted.
11763 (artist-butlast, artist-last): Functions deleted.
11764 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
11765 (artist-compute-key-compl-table): Call remq directly.
11766 (artist-remove-nulls): Function deleted.
11767 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
11768 (artist-push, artist-pop): Macro deleted.
11769
11770 2004-12-30 Andreas Leue <al@sphenon.de>
11771
11772 * textmodes/artist.el (artist-version): 1.2.6
11773 (artist-prev-next-op-alist): New variable.
11774 (artist-select-next-op-in-list): New function.
11775 (artist-select-prev-op-in-list): New function.
11776 (artist-make-prev-next-op-alist): New function.
11777 (artist-is-in-op-list-p): New function.
11778 (artist-get-first-non-nil-op): New function.
11779 (artist-get-last-non-nil-op): New function.
11780 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
11781 artist-prev-next-op-alist.
11782 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
11783 change drawing operation.
11784
11785 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
11786
11787 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
11788
11789 2004-12-31 Masatake YAMATO <jet@gyve.org>
11790
11791 * server.el (server-process-filter): Suppress `error', too.
11792
11793 2004-12-30 Jay Belanger <belanger@truman.edu>
11794
11795 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
11796 Change the way a variable is displayed in a message.
11797
11798 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
11799 (calc-user-define-permanent, calc-execute-kbd-macro):
11800 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
11801
11802 2004-12-30 Kenichi Handa <handa@m17n.org>
11803
11804 * files.el (basic-save-buffer-1):
11805 Set explicit-buffer-file-coding-system to last-coding-system-used.
11806 (revert-buffer): Pay attention to
11807 explicit-buffer-file-coding-system (not buffer-file-coding-system)
11808 on bind coding-system-for-read.
11809
11810 * international/mule.el (explicit-buffer-file-coding-system):
11811 New buffer local variable.
11812 (after-insert-file-set-coding): Set it to coding-system-for-read.
11813
11814 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
11815
11816 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
11817
11818 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
11819
11820 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
11821 that include line numbers.
11822
11823 2004-12-29 Milan Zamazal <pdm@zamazal.org>
11824
11825 * files.el (hack-local-variables): If no PREFIX, set it to "^".
11826 Redundant variable PREFIXLEN removed.
11827
11828 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
11829
11830 * eshell/em-hist.el (eshell-previous-matching-input):
11831 Start the deletion from the end of the output.
11832
11833 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11834
11835 * term/mac-win.el: Require x-dnd.
11836 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
11837
11838 2004-12-29 David Kastrup <dak@gnu.org>
11839
11840 * international/mule.el (decode-coding-inserted-region):
11841 Don't barf if `buffer-undo-list' is already set to `t'.
11842
11843 2004-12-29 Jay Belanger <belanger@truman.edu>
11844
11845 * calc/calc-prog.el (calc-user-define-formula): Put default values
11846 for function names in prompts.
11847 (calc-user-define-permanent, calc-user-define-composition)
11848 (calc-user-define-formula): Remove the need for "calcFunc-" in the
11849 default input for algebraic functions.
11850
11851 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
11852
11853 * vc-rcs.el (vc-rcs-annotate-command):
11854 Fix omission bug: Call `vc-setup-buffer'.
11855
11856 2004-12-29 Kenichi Handa <handa@m17n.org>
11857
11858 * international/mule.el (recode-region): New function.
11859
11860 2004-12-28 Richard M. Stallman <rms@gnu.org>
11861
11862 * simple.el (undo-extra-outer-limit): New variable.
11863 (undo-outer-limit-truncate): Test and set it.
11864
11865 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
11866 enables the feature to extend the existing region.
11867
11868 * simple.el (mark-word): New arg ALLOW-EXTEND
11869 enables the feature to extend the existing region.
11870
11871 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
11872 enables the feature to extend the existing region.
11873
11874 * startup.el (site-run-file): Don't allow setting it with Custom.
11875
11876 * simple.el (buffer-disable-undo): Fix previous change.
11877
11878 2004-12-27 Masatake YAMATO <jet@gyve.org>
11879
11880 * hexl.el (hexlify-buffer): Remove fontification here.
11881 Use font lock mechanism instead.
11882 (hexl-font-lock-keywords): New font lock kewords.
11883 (hexl-mode-old-font-lock-keywords): New variable.
11884 (hexl-mode): Store the old font lock keywords.
11885 (hexl-mode-exit): Restore the old font lock keywords.
11886
11887 2004-12-27 Richard M. Stallman <rms@gnu.org>
11888
11889 * simple.el (undo): Fix previous change.
11890
11891 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11892
11893 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
11894 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
11895 Call x-open-connection on Mac OS X.
11896
11897 2004-12-27 Richard M. Stallman <rms@gnu.org>
11898
11899 * files.el (buffer-save-without-query): New var (buffer-local).
11900 (save-some-buffers): Save those buffers first, w/o asking.
11901
11902 * files.el (insert-directory-ls-version): New variable.
11903 (insert-directory): When ls returns an error, test the version
11904 number to decide what the return code means.
11905 With --dired output format, detect and distinguish lines
11906 that are really error messages.
11907 (insert-directory-adj-pos): New function.
11908
11909 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
11910
11911 * battery.el (battery-mode-line-format): Remove initial spaces.
11912
11913 * uniquify.el (uniquify-rationalize-file-buffer-names):
11914 Delete interactive spec.
11915
11916 * type-break.el (type-break-mode): Set buffer-save-without-query.
11917 Remove code that tried to set save-some-buffers-always.
11918 (type-break-file-keystroke-count): Bind deactivate-mark.
11919
11920 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
11921
11922 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
11923 Test that the buffer is live, and maybe reject current buffer too.
11924 Clarify.
11925 (next-error-find-buffer): Rewrite for clarity.
11926
11927 * loadup.el: Don't use buffer-disable-undo; do it directly.
11928
11929 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
11930 (describe-variable): Call symbol-file with `defvar'.
11931
11932 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
11933 (symbol-file): Rewritten to handle new load-history format.
11934 Now takes an arg TYPE to specify looking for a particular
11935 type of definition only.
11936
11937 * emacs-lisp/debug.el (debugger-make-xrefs):
11938 Call symbol-file with `defun'.
11939
11940 * emacs-lisp/find-func.el (find-function-noselect):
11941 Call symbol-file with `defun'.
11942 (find-variable-noselect): Call symbol-file with `defvar'.
11943
11944 * eshell/esh-cmd.el (eshell-find-alias-function):
11945 Call symbol-file with `defun'.
11946
11947 * eshell/esh-test.el (eshell-test-goto-func):
11948 Call symbol-file with `defun'.
11949
11950 * mail/rmail.el (rmail-resend):
11951 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
11952
11953 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
11954
11955 * progmodes/compile.el (compilation-find-buffer): Rename arg.
11956
11957 * textmodes/texinfmt.el (texinfo-format-buffer-1):
11958 Call buffer-disable-undo.
11959
11960 * simple.el (undo-list-saved): New variable (buffer-local).
11961 (undo): Set and test it.
11962 (buffer-disable-undo): Move here from buffer.c.
11963 Clear out undo-list-saved.
11964
11965 * international/mule.el (decode-coding-inserted-region):
11966 Set buffer-undo-list in a correct and optimal way.
11967
11968 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
11969 (cperl-font-lock-unfontify-region-function): No need to save and
11970 restore info, since font-lock.el does it for us.
11971
11972 * ansi-color.el (save-buffer-state): Definition deleted.
11973 (ansi-color-unfontify-region): Don't use save-buffer-state.
11974
11975 2004-12-27 Dave Love <fx@gnu.org>
11976
11977 * wid-edit.el (function): Use restricted-sexp as parent.
11978
11979 2004-12-27 Kevin Ryde <user42@zip.com.au>
11980
11981 * simple.el (next-matching-history-element): Use same
11982 `interactive' form as previous-matching-history-element.
11983
11984 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
11985 it can appear unencoded and has been seen from yahoo.
11986
11987 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
11988
11989 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
11990 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
11991
11992 2004-12-27 Kenichi Handa <handa@m17n.org>
11993
11994 * international/utf-8.el (utf-translate-cjk-load-tables):
11995 Bind coding-system-for-read to nil while loading subst-*.
11996
11997 2004-12-26 Jay Belanger <belanger@truman.edu>
11998
11999 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
12000 default input.
12001
12002 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
12003
12004 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
12005 before reverting and disable undo recording while reverting.
12006
12007 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
12008
12009 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
12010 (hs-make-overlay): New function.
12011 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
12012 (hs-flag-region): Delete function.
12013 (hs-hide-comment-region): No longer use `hs-flag-region'.
12014 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
12015 (hs-hide-block-at-point): Likewise.
12016 (hs-hide-level-recursive): Use `hs-discard-overlays'.
12017 (hs-hide-all, hs-show-all): Likewise.
12018 (hs-show-block): Likewise.
12019 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
12020
12021 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
12022
12023 * progmodes/hideshow.el: Require `cl' when compiling.
12024 Remove XEmacs and Emacs 19 compatibility.
12025 Use `dolist' and `add-to-list' for load-time actions.
12026 (hs-discard-overlays): Use `dolist'.
12027 (hs-show-block): Likewise.
12028
12029 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
12030
12031 * faces.el (mode-line, mode-line-inactive): Use min-colors.
12032
12033 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
12034
12035 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
12036 When extending backwards, move outside the current comment first.
12037
12038 2004-12-22 Kenichi Handa <handa@m17n.org>
12039
12040 * international/quail.el (quail-start-translation): Fix prompt
12041 string for the case if input-method-use-echo-area being non-nil.
12042 (quail-start-conversion): Likewise.
12043 (quail-show-guidance): Don't show guidance if
12044 input-method-use-echo-area is non-nil.
12045
12046 2004-12-21 Richard M. Stallman <rms@gnu.org>
12047
12048 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
12049
12050 2004-12-21 Markus Rost <rost@ias.edu>
12051
12052 * calendar/diary-lib.el (mark-diary-entries):
12053 Set mark-diary-entries-in-calendar only after checking for diary-file.
12054
12055 2004-12-21 Richard M. Stallman <rms@gnu.org>
12056
12057 * faces.el (escape-glyph): Use blue against light foreground.
12058
12059 * simple.el (undo-outer-limit-truncate): New function.
12060 (undo-outer-limit-function): Use undo-outer-limit-truncate.
12061
12062 2004-12-21 Eli Barzilay <eli@barzilay.org>
12063
12064 * calculator.el (calculator-radix-grouping-mode)
12065 (calculator-radix-grouping-digits)
12066 (calculator-radix-grouping-separator):
12067 New defcustoms for the new radix grouping mode functionality.
12068 (calculator-mode-hook): Now used in electric mode too,
12069 (calculator): Call it.
12070 (calculator-mode-map): Some new keys.
12071 (calculator-message): New function. Some new calls.
12072 (calculator-op, calculator-set-register): Use it.
12073 (calculator-string-to-number): New function, mostly moved and
12074 updated code from calculator-curnum-value.
12075 (calculator-curnum-value): Use it.
12076 (calculator-paste): Use it, and update grabbing the current-kill.
12077 (calculator-rotate-displayer)
12078 (calculator-rotate-displayer-back): Toggle digit grouping when
12079 in radix mode, use calculator-message.
12080 (calculator-displayer-prev, calculator-displayer-next):
12081 Change digit group size when in radix mode.
12082 (calculator-number-to-string): Rename from
12083 calculator-num-to-string. Now deals with digit grouping in
12084 radix mode.
12085 (calculator-update-display, calculator-put-value): Use the new name.
12086 (calculator-fact): Return a floating point number.
12087 (calculator-mode): Doc fix.
12088
12089 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
12090
12091 * calendar/calendar.el (view-other-diary-entries): Add autoload.
12092 * calendar/diary-lib.el (view-other-diary-entries):
12093 Use current-prefix-arg in interactive spec.
12094
12095 2004-12-19 Jay Belanger <belanger@truman.edu>
12096
12097 * calc/calc-aent.el (calcAlg-blank-matching-open): Temporarily
12098 adjust the syntax of both delimiters of half-open intervals.
12099
12100 2004-12-19 Kim F. Storm <storm@cua.dk>
12101
12102 * mouse.el (mouse-1-click-follows-link): Doc fix.
12103
12104 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12105
12106 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
12107 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
12108 instead of centraleuropean as the name
12109
12110 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
12111
12112 Sync with Tramp 2.0.46.
12113
12114 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
12115 parameters wrt Tramp convention.
12116 (tramp-handle-file-attributes-with-perl)
12117 (tramp-handle-directory-files-and-attributes): Apply it.
12118 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
12119 `copy-program'. Reported by Zack Weinberg
12120 <zack@codesourcery.com>.
12121 (top): Set `edebug-form-spec' property directly rather than
12122 calling `def-edebug-spec'.
12123
12124 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
12125 advice less fragile. Surround temporary redefinition of
12126 `substitute-in-file-name' with `unwind-protect'. Suggested by
12127 Matt Hodges <MPHodges@member.fsf.org>.
12128
12129 2004-12-17 Juri Linkov <juri@jurta.org>
12130
12131 * replace.el (occur-accumulate-lines, occur-engine):
12132 Make forcing deferred font-lock fontification jit-specific.
12133
12134 2004-12-17 Kim F. Storm <storm@cua.dk>
12135
12136 * mouse.el (mouse-1-click-follows-link): New defcustom.
12137 (mouse-on-link-p): New function.
12138 (mouse-drag-region-1): Implement mouse-1-click-follows-link
12139 functionality. Map a mouse-1 click event into a mouse-2 (or
12140 other) event when position is inside a link.
12141
12142 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
12143 prefix in tooltip text with "mouse-1" when this is a link
12144 recognized by mouse-1-click-follows-link functionality.
12145
12146 * help.el (describe-key): Report effective and original binding
12147 for mouse-1 when clicked on a link.
12148 (describe-mode): Add follow-link property to "minor-mode" button.
12149
12150 * help-fns.el (describe-variable): Add follow-link property to
12151 "below" button.
12152
12153 * help-mode.el (help-xref): Add follow-link property.
12154
12155 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
12156 (apropos-command, apropos-variable, apropos-face, apropos-group)
12157 (apropos-widget, apropos-plist): Add follow-link property.
12158
12159 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
12160 checks if position is in a filename, rather than some other
12161 clickable item. Function looks for cvs-filename-face at position.
12162
12163 * wid-edit.el (widget-specify-field, widget-specify-button):
12164 Map a :follow-link keyword into a follow-link property.
12165 (link): Add :follow-link keyword, map to RET binding.
12166
12167 * dired.el (dired-mode-map): Map follow-link to mouse-face.
12168
12169 * progmodes/compile.el (compilation-minor-mode-map)
12170 (compilation-button-map, compilation-mode-map): Likewise.
12171
12172 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
12173
12174 * play/zone.el (zone): Init `line-spacing' from orig buffer.
12175 (zone-replace-char): Take `count' and `del-count'
12176 instead of `direction'. Update callers. When `del-count' is
12177 non-nil, delete that many characters, otherwise `count' characters
12178 backwards. Insert the newly-replaced string `count' times.
12179 (zone-fret): Handle chars w/ width greater than one.
12180 (zone-fall-through-ws): No longer take window width `ww'.
12181 Update callers. Add handling for `char-width' greater than one.
12182 (zone-pgm-drip): Update var holding window-end position every cycle.
12183
12184 2004-12-17 Andre Spiegel <spiegel@gnu.org>
12185
12186 * vc.el (vc-default-update-changelog): Use insert-file-contents,
12187 rather than insert-file.
12188
12189 2004-12-16 Jay Belanger <belanger@truman.edu>
12190
12191 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
12192 (math-init-random-base, math-random-digit): Check to see if
12193 var-RandSeed is bound.
12194 (math-random-last): Declare it.
12195 (math-random-digit): Don't make math-random-last local.
12196
12197 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
12198
12199 * play/zone.el (zone): Fix omission bug: Use a self-disabling
12200 one-shot thunk for uniform (error, quit, normal) recovery.
12201 Reported by John Paul Wallington.
12202 (zone-pgm-random-life): Fix bug:
12203 Recognize empty initial field by lack of "@" chars.
12204
12205 2004-12-16 Juri Linkov <juri@jurta.org>
12206
12207 * help.el (function-called-at-point):
12208 * help-fns.el (variable-at-point): As a last resort try stripping
12209 non-word prefixes and suffixes.
12210
12211 * descr-text.el (describe-property-list): Don't treat syntax-table
12212 specially. Use describe-text-sexp which inserts [show] button
12213 for large objects and handles printing errors. Sort properties
12214 by names in alphabetical order instead of by value sizes.
12215 Add `mouse-face' to list of properties for `describe-face' widget.
12216 (describe-char): Mask out face-id from 19 bits of character.
12217 Print face-id separately.
12218
12219 * replace.el (occur-accumulate-lines, occur-engine):
12220 Fontify unfontified matching lines in the source buffer
12221 before copying them.
12222 (occur-engine): Don't put mouse-face on context lines.
12223 (occur-next-error): Set point to line beginning/end
12224 before searching for prev/next property to skip multiple
12225 matches on a line (not supported by occur engine).
12226 Remove redundant prefix-numeric-value.
12227
12228 2004-12-15 Juri Linkov <juri@jurta.org>
12229
12230 * replace.el (match): New face.
12231 (list-matching-lines-face): Change default from `bold' to `match'.
12232
12233 * progmodes/grep.el (grep-match-face): New defvar.
12234 (grep-mode-font-lock-keywords): Use grep-match-face instead of
12235 compilation-column-face to highlight grep matches.
12236
12237 * apropos.el (apropos-match-face): Change default from
12238 `secondary-selection' to `match'.
12239
12240 * info-look.el (info-lookup-highlight-face): Change default from
12241 `highlight' to `match'.
12242
12243 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
12244
12245 * progmodes/executable.el (executable-interpret): Eliminate
12246 obsolete compile-internal, and switch to comint for interaction.
12247
12248 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
12249
12250 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
12251 `&&' when skipping multiple statements on a line.
12252
12253 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
12254
12255 * play/zone.el (zone): Set `truncate-lines'.
12256 Also, init `tab-width' with value from original buffer.
12257 (zone-shift-up): Rewrite for speed.
12258 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
12259 (zone-pgm-jitter): Remove redundant entries from ops vector.
12260 (zone-exploding-remove): Reduce iteration count.
12261 (zone-cpos): Convert to defsubst.
12262 (zone-replace-char): New defsubst.
12263 (zone-park/sit-for): Likewise.
12264 (zone-fret): Take window-start arg.
12265 Update callers. Use `zone-park/sit-for'.
12266 (zone-fill-out-screen): Rewrite.
12267 (zone-fall-through-ws): Likewise. Update callers.
12268 (zone-pgm-drip): Use `zone-replace-char'.
12269 Move var inits before while-loop. Use `zone-park/sit-for'.
12270 (zone-pgm-random-life): Handle empty initial field.
12271 Use `zone-replace-char' and `zone-park/sit-for'.
12272
12273 2004-12-15 Juri Linkov <juri@jurta.org>
12274
12275 * isearch.el (isearch-update): Test isearch-lazy-highlight
12276 before calling isearch-lazy-highlight-new-loop.
12277 (isearch-lazy-highlight-new-loop):
12278 Don't test isearch-lazy-highlight.
12279
12280 * replace.el (perform-replace): Add isearch-case-fold-search.
12281 Use delimited-flag for isearch-regexp.
12282 Reset isearch-lazy-highlight-last-string to force lazy
12283 highlighting when called from isearch mode.
12284 (query-replace-highlight): Revert defcustom type to boolean.
12285 (query-replace-lazy-highlight): New defcustom.
12286 (query-replace): New face.
12287 (perform-replace, replace-highlight, replace-dehighlight):
12288 Test query-replace-lazy-highlight instead of special value
12289 `isearch' of query-replace-highlight.
12290 (replace-dehighlight): Don't call isearch-dehighlight.
12291 (replace-highlight): Don't call isearch-highlight.
12292 Use face `query-replace' unconditionally.
12293
12294 2004-12-14 Kim F. Storm <storm@cua.dk>
12295
12296 * simple.el (inhibit-mark-movement): Remove defvar.
12297 (beginning-of-buffer, end-of-buffer): Don't use it.
12298
12299 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12300 Don't use inhibit-mark-movement.
12301
12302 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
12303 (cua--undo-push-mark): Remove.
12304 (cua--pre-command-handler, cua--post-command-handler):
12305 Don't fiddle with inhibit-mark-movement.
12306
12307 2004-12-14 Juri Linkov <juri@jurta.org>
12308
12309 * buff-menu.el (list-buffers-noselect): Collect internal info
12310 for every buffer in BUFFER-LIST arg too.
12311 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
12312 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
12313 Bind same-window-buffer-names and same-window-regexps to nil.
12314
12315 2004-12-13 Juri Linkov <juri@jurta.org>
12316
12317 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
12318
12319 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
12320 (sc-cite-region, sc-uncite-region, sc-recite-region):
12321 Fix previous change to handle not alist as a symbol, but
12322 a citation frame as a symbol that represents a variable name.
12323
12324 2004-12-13 Richard M. Stallman <rms@gnu.org>
12325
12326 * filecache.el (file-cache-add-directory-using-find):
12327 Only set up file-cache-find-command-posix-flag if we will use it.
12328
12329 * bindings.el (mode-line-buffer-identification-keymap):
12330 Don't cancel the mode-line's usual down-mouse-1 binding.
12331
12332 * cus-edit.el (custom-face-selected): Handle `default' specs.
12333 (custom-face-edit): Increase extra-offset.
12334 (custom-display): Handle `default' specs.
12335
12336 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
12337
12338 * emacs-lisp/elint.el (elint-standard-variables)
12339 (elint-unknown-builtin-args): Move definitions up.
12340
12341 * net/browse-url.el (browse-url-url-at-point): Add autoload.
12342
12343 * info.el (info-xref-visited): Use `default' instead of t.
12344 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
12345
12346 * faces.el (header-line, mode-line-inactive, tool-bar):
12347 Use `default' instead of t for setting the defaults.
12348 (face-spec-choose): Separate `t' from `default'.
12349
12350 * subr.el (while-no-input): New macro.
12351
12352 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
12353
12354 * filecache.el (file-cache-add-directory-using-find):
12355 Only test file-cache-find-command-posix-flag on some systems.
12356
12357 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
12358
12359 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
12360 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
12361 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
12362 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
12363 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn
12364 annotate.
12365
12366 2004-12-12 Juri Linkov <juri@jurta.org>
12367
12368 * files.el (find-file-other-window, find-file-other-frame):
12369 Add the first buffer to the returned value to return the complete
12370 list of all visited buffers.
12371 (find-file-read-only, find-file-read-only-other-window)
12372 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
12373 `find-file-read-args'. Signal an error about non-existent file
12374 only if file name doesn't contain wildcards. Toggle read-only in
12375 all visited buffers.
12376 (find-alternate-file, find-alternate-file-other-window):
12377 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
12378 called interactively. Pass arg `wildcards' to other functions.
12379 (find-file-noselect): Doc fix.
12380
12381 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
12382 Doc fix.
12383 (ffap-directory-finder): New variable.
12384 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
12385 (ffap-file-at-point): Add /* to immediately rejected names.
12386 Return absolute file names matching ffap-dired-wildcards.
12387 (ffap-read-file-or-url): Set default value for `completing-read'
12388 to `buffer-file-name'.
12389 (find-file-at-point): When filename matches ffap-dired-wildcards,
12390 call ffap-file-finder with t arg `wildcards', instead of dired.
12391 (ffap-other-window, ffap-other-frame): Return visited buffers.
12392 (ffap-read-only, ffap-read-only-other-window)
12393 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
12394 (dired-at-point): Call ffap-directory-finder instead of dired.
12395 (ffap-dired-other-window, ffap-dired-other-frame)
12396 (ffap-list-directory): New commands.
12397 (ffap-bindings): New keybindings for new commands.
12398
12399 2004-12-12 Juri Linkov <juri@jurta.org>
12400
12401 * simple.el (beginning-of-buffer, end-of-buffer):
12402 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12403 Do not push mark when mark is active in transient-mark-mode.
12404
12405 * simple.el (mark-word):
12406 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
12407 * textmodes/paragraphs.el (mark-paragraph):
12408 Extend the region when mark is active in transient-mark-mode,
12409 regardless of the last command. Doc fix.
12410
12411 * simple.el (mark-word): Preserve direction when repeating.
12412 Make arg optional. Interactive "p" -> "P".
12413 (transient-mark-mode, inhibit-mark-movement): Doc fix.
12414
12415 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
12416 preserving direction, to mark forward instead of backward when mark
12417 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
12418
12419 2004-12-12 Juri Linkov <juri@jurta.org>
12420
12421 * isearch.el (isearch-edit-string): Set 7th arg of
12422 `read-from-minibuffer' to `t' to inherit the current input
12423 method (whose name is indicated by [IM] in the minibuffer prompt)
12424 from the current buffer to the minibuffer.
12425 (isearch-lazy-highlight-update): Put body to `with-local-quit'
12426 to allow C-g quitting for lazy highlighting looping inside the
12427 search with nested repetition operators. Add overlay to the list
12428 before setting its face and other properties to avoid the case of
12429 code quitting after placing the new overlay but before it's
12430 recorded on the list. Select the window where isearch was
12431 activated, to highlight matches in the right window when isearch
12432 switches the current window to the minibuffer.
12433
12434 * international/isearch-x.el
12435 (isearch-process-search-multibyte-characters):
12436 Use `isearch-message' as initial input for `read-string' instead
12437 of adding it to the minibuffer prompt. After reading a string
12438 remove the initial value of `isearch-message' from the string.
12439
12440 * replace.el (replace-match-maybe-edit): Doc fix.
12441 (perform-replace): Don't call `replace-highlight' when automatic
12442 replacement is requested in literal mode, since it is intended
12443 only to highlight words during entering a new replacement string
12444 for \? in non-literal mode.
12445
12446 * replace.el (query-replace-highlight): Add new value `isearch'
12447 that allows query replacement to use isearch highlighting.
12448 Change type from `boolean' to `choice'. Doc fix.
12449 (replace-highlight, replace-dehighlight, perform-replace):
12450 Use isearch highlighting if query-replace-highlight eq `isearch'.
12451
12452 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
12453
12454 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
12455 (checkdoc-message-text, checkdoc-defun): Fix format messages for
12456 `error'.
12457
12458 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
12459 case of \end{verbatim}.
12460
12461 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
12462
12463 * term.el (term-termcap-format): Synchronize with terminfo.
12464 (term-emulate-terminal): Handle reset.
12465 (term-reset-terminal): New function.
12466
12467 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
12468
12469 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
12470 (zone-fill-out-screen): New func.
12471 (zone-pgm-drip): Use `zone-fill-out-screen'.
12472 Also, no longer go to point-min on every cycle.
12473 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
12474 (zone-pgm-random-life-wait): New user var.
12475 (zone-pgm-random-life): New func.
12476
12477 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
12478
12479 * files.el (auto-mode-alist): Map .com to DCL mode.
12480
12481 2004-12-09 Richard M. Stallman <rms@gnu.org>
12482
12483 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
12484
12485 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
12486
12487 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
12488 buffer with a display margin.
12489
12490 2004-12-08 Jay Belanger <belanger@truman.edu>
12491
12492 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
12493 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
12494
12495 2004-12-08 Richard M. Stallman <rms@gnu.org>
12496
12497 * faces.el: Delete code to set display table.
12498 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
12499
12500 2004-12-08 Jay Belanger <belanger@truman.edu>
12501
12502 * calc/calc.el: Add math-read-preprocess-string to autoloads.
12503
12504 * calc/calc-ext.el (math-read-replacement-list)
12505 (math-read-superscripts, math-read-preprocess-string): Move to
12506 calc-aent.el.
12507
12508 * calc/calc-aent.el (math-read-replacement-list)
12509 (math-read-superscripts, math-read-preprocess-string): Move from
12510 calc-ext.el.
12511
12512 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12513
12514 * isearch.el (isearch-quote-char): Fix up typo in last change.
12515
12516 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
12517
12518 * mouse.el (mouse-set-font): Handle the case where the command was
12519 not invoked using the mouse.
12520
12521 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
12522 (edmacro-finish-edit): Further update for keyboard macros that are
12523 lambda forms.
12524 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
12525
12526 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
12527
12528 * font-lock.el (font-lock-unfontify-region): Save buffer state.
12529 (font-lock-default-unfontify-region): Don't save buffer state any more.
12530
12531 2004-12-07 Jay Belanger <belanger@truman.edu>
12532
12533 * calc/calc-help.el (calc-describe-key):
12534 Set calc-summary-indentation even when Calc Summary buffer exists.
12535
12536 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
12537
12538 * calendar/holidays.el (holiday-easter-etc): Make arguments
12539 optional for backwards compatibility. Doc fix.
12540 Remove un-necessary local vars mandatory, output-list.
12541 (holiday-advent): Make arguments optional for backwards
12542 compatibility. Doc fix.
12543
12544 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
12545
12546 * paren.el (show-paren-function): Fix last change (2004-12-02).
12547
12548 * international/mule-util.el (char-displayable-p): Return nil for
12549 unibyte mode.
12550
12551 * subr.el (subregexp-context-p): New function.
12552
12553 * isearch.el (isearch-quote-char): Use it.
12554
12555 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
12556 (regexp-opt-not-groupie*-re): Remove.
12557 (regexp-opt): Properly handle inputs with duplicate entries.
12558
12559 2004-12-06 Richard M. Stallman <rms@gnu.org>
12560
12561 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
12562
12563 * cus-edit.el (custom-file): Doc fix.
12564
12565 * textmodes/org.el: New file.
12566
12567 2004-12-06 Kenichi Handa <handa@m17n.org>
12568
12569 * ldefs-boot.el: Update international/mule-util.el section.
12570
12571 2004-12-05 Sam Steingold <sds@gnu.org>
12572
12573 * net/tramp.el (tramp-handle-file-accessible-directory-p):
12574 Fix `tramp-time-diff' comparison logic.
12575
12576 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
12577
12578 * progmodes/which-func.el (which-function):
12579 Use `run-hook-with-args-until-success' instead of a custom loop.
12580 Fixes bug with local hooks.
12581
12582 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12583
12584 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
12585 Use delete-dups when calculating the initial value.
12586 (bibtex-autokey-get-title): Use <=.
12587 (bibtex-goto-line): New function.
12588 (bibtex-reposition-window): Use line numbers instead of point
12589 positions. Use window-body-height.
12590 (bibtex-find-crossref): Use bibtex-reposition-window.
12591 (bibtex-find-entry): Use bibtex-reposition-window. Always return
12592 position of entry if key is found or nil if not found.
12593
12594 2004-12-05 Richard M. Stallman <rms@gnu.org>
12595
12596 * cus-edit.el (custom-file): Doc fix.
12597
12598 * progmodes/sh-script.el (sh-indent-for-then): Change default.
12599
12600 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
12601
12602 * simple.el (blink-matching-open):
12603 * textmodes/tex-mode.el (tex-validate-region):
12604 Obey syntax-table text properties.
12605
12606 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
12607
12608 * wid-edit.el (widget-specify-field): Add `real-field' property to
12609 boundary.
12610 (widget-field-at): Use it.
12611
12612 2004-12-02 Richard M. Stallman <rms@gnu.org>
12613
12614 * progmodes/cc-mode.el (awk-mode autoload):
12615 Supply t meaning interactive function.
12616
12617 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
12618 (isearch-mode-map): No special definition for space.
12619 (isearch-whitespace-chars): Command deleted.
12620 (isearch-forward-regexp): Doc fix.
12621 (isearch-quote-char): When a space is not inside brackets,
12622 use `[ ]' instead of just space.
12623 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
12624
12625 * imenu.el (imenu--generic-function): Delete code to exclude
12626 matches in comments.
12627
12628 * man.el (Man-reverse-face): Change default to `highlight'.
12629
12630 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
12631 (occur-engine): Use `face' prop rather than `font-lock-face'
12632 when specifying use of `match-face'.
12633 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
12634
12635 * emacs-lisp/elint.el (elint-standard-variables): Update list.
12636
12637 * add-log.el (add-log-current-defun): Handle the case where point
12638 is in the header part of a DEFUN construct.
12639
12640 2004-12-02 Dave Love <fx@gnu.org>
12641
12642 * progmodes/python.el (python-font-lock-syntactic-keywords):
12643 Fix previous change.
12644
12645 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
12646
12647 * paren.el (show-paren-function): Check for matching chars
12648 specified by text props.
12649
12650 2004-12-02 Jay Belanger <belanger@truman.edu>
12651
12652 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
12653 when reading a new key sequence.
12654
12655 2004-12-02 Kim F. Storm <storm@cua.dk>
12656
12657 * faces.el (escape-glyph): Rename from glyph.
12658 (standard-display-table): Set it here. Add escape-glyph face to
12659 extra slot characters.
12660
12661 * disp-table.el: Undo 2004-12-01 change. Display table is now
12662 setup in faces.el.
12663
12664 2004-12-02 Mark A. Hershberger <mah@everybody.org>
12665
12666 * xml.el (xml-parse-dtd): Don't show validity messages when
12667 xml-validating-parser is nil.
12668 (xml-substitute-special): Fix validity error messages to
12669 actually show the unexpandable entity. Added validity error if &
12670 isn't followed by an entity.
12671 (xml-parse-tag): Concatenate any string following the a
12672 <![CDATA[]]> section to the parsed CDATA.
12673 (xml-parse-dtd): Skip parameter entity declarations and use of
12674 parameter entities.
12675
12676 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
12677
12678 * kmacro.el (kmacro-default-counter-format): New var.
12679 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
12680 (kmacro-display): Remove `nil' from `and' form. Delete call to
12681 `format' inside `message'.
12682 (kmacro-start-macro): Use `kmacro-default-counter-format'.
12683
12684 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
12685
12686 * pcvs.el (cvs-header-msg): New function.
12687 (cvs-update-header): Use it. Change calling convention.
12688 Correctly handle the case of having simultaneous active processes.
12689 (cvs-sentinel): Don't call cvs-update-header any more.
12690 (cvs-mode-run): Update call and add cvs-update-header to postproc.
12691
12692 2004-12-01 Jay Belanger <belanger@truman.edu>
12693
12694 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
12695 Change message.
12696
12697 2004-12-01 Juri Linkov <juri@jurta.org>
12698
12699 * progmodes/prolog.el (prolog-mode-variables):
12700 Fix imenu-generic-expression.
12701
12702 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
12703
12704 * faces.el (glyph): New face.
12705
12706 * disp-table.el: Add an autoloaded table, that doesn't require
12707 this library, with glyph face.
12708
12709 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
12710 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
12711 (conf-quote-normal): Allow normalizing only ' or ".
12712 (conf-mode): Regexp-quote constructed comment-start and don't
12713 match section {} where "name" contains braces.
12714
12715 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
12716 files.
12717
12718 2004-12-01 Kenichi Handa <handa@m17n.org>
12719
12720 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
12721 (x-select-text): Don't treat eight-bit-control/graphic chars
12722 specially. Store the encoded text in the X cut buffer.
12723 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
12724 with x-last-selected-text-cut-encoded.
12725
12726 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
12727
12728 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
12729
12730 2004-11-30 Markus Rost <rost@ias.edu>
12731
12732 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
12733 AUCTeX.
12734
12735 2004-11-30 Jay Belanger <belanger@truman.edu>
12736
12737 * calc/calc-arith.el (math-possible-signs): Made stronger checks
12738 on signs of intervals.
12739 (math-pow-of-zero): Strengthen checks for positive and negative
12740 exponents.
12741
12742 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
12743 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
12744 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
12745 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
12746 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
12747 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
12748 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
12749 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
12750 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
12751 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
12752 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
12753 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
12754 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded
12755 functions with provide statements.
12756
12757 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
12758
12759 * calc/calc-embed.el (calc-do-embedded-activate): Remove from
12760 autoloads.
12761
12762 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
12763 (calc-load-everything, math-defsimplify): Replace dummy autoloading
12764 functions by require statements.
12765 (math-defsimplify): Move to calc-alg.el, add to autoloads.
12766
12767 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12768 (calc-gnuplot-print): Give them values.
12769
12770 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
12771 autoloads.
12772 Add calc-do-embedded-activate to autoloads.
12773 (calc-gnuplot-name, calc-gnuplot-plot-command)
12774 (calc-gnuplot-print-command): Move them to calc-graph.el.
12775
12776 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12777
12778 * term/mac-win.el (ccl-encode-mac-roman-font)
12779 (ccl-encode-mac-cyrillic-font)
12780 (ccl-encode-mac-centraleuropean-font, encoder-list)
12781 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
12782 Support Cyrillic, CentralEuropean, and Dingbat font display
12783
12784 2004-11-30 Andre Spiegel <spiegel@gnu.org>
12785
12786 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
12787
12788 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
12789 still nil.
12790
12791 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
12792
12793 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
12794 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
12795
12796 2004-11-29 Jay Belanger <belanger@truman.edu>
12797
12798 * calc/calc-arith.el (math-pow-of-zero): Take into account different
12799 cases of the base and exponent.
12800
12801 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
12802
12803 * simple.el (next-error-buffer-p): Allow for inclusive and
12804 exclusive tests for finding a buffer.
12805 (next-error-find-buffer): Pass the exclusive and inclusive tests
12806 to next-error-buffer-p.
12807
12808 * replace.el (occur-next-error): Switch to the Occur buffer when
12809 appropriate, use the exclusive filter to next-error-find-buffer to
12810 do it. Use the absolute value of the motion amount.
12811
12812 2004-11-29 Kenichi Handa <handa@m17n.org>
12813
12814 * startup.el (command-line): Decode all default-directory by
12815 locale-coding-system.
12816
12817 2004-11-29 Jay Belanger <belanger@truman.edu>
12818
12819 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
12820 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
12821 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
12822 Replace calls to calc-extensions by appropriate require, replace
12823 calc-extensions-loaded by appropriate featurep.
12824
12825 * calc/calc-ext.el: Move require to end of file. Remove redundant
12826 loading of calc.el.
12827 (calc-extensions-loaded): Remove unnecessary variable.
12828 (calc-extensions): Remove unnecessary function.
12829 (calc-load-everything): Replace calc-need-macros by appropriate
12830 require.
12831
12832 * calc/calc-macs.el: Move provide to end of file.
12833 (calc-need-macros): Remove unnecessary function.
12834
12835 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
12836 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
12837 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
12838 Replace calc-extensions by appropriate require.
12839 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
12840
12841 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
12842 Replace calc-need-macros by appropriate require.
12843
12844 * calc/calc.el: Move require to end of file.
12845 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
12846 Remove unnecessary variable.
12847 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
12848 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
12849 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
12850 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
12851 (math-stack-value-offset, math-format-value, math-format-flat-expr)
12852 (math-format-number, math-format-bignum, math-read-number)
12853 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
12854 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
12855 by appropriate require.
12856 (calc-check-defines): Replace calc-need-macros by appropriate require.
12857
12858 2004-11-29 Kim F. Storm <storm@cua.dk>
12859
12860 * macros.el (insert-kbd-macro): Handle kmacro functions.
12861
12862 2004-11-28 Juri Linkov <juri@jurta.org>
12863
12864 * compare-w.el (compare-windows-highlight): Attach each overlay
12865 to its window to properly highlight differences while comparing
12866 two windows of the same buffer. Fix arguments.
12867 (compare-windows-sync-default-function): Fix arguments of
12868 `compare-windows-highlight'.
12869
12870 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
12871 Use `read-expression-history'. Set initial contents only if
12872 `edebug-global-break-condition' is non-nil. Set histpos to 1
12873 if initial contents is equal to the last history element.
12874 (edebug-set-conditional-breakpoint): Instead of temporarily
12875 prepending the current condition to the history, set initial
12876 contents to the current condition. Set histpos to 1 if initial
12877 contents is equal to the last history element.
12878
12879 * info.el (Info-search-whitespace-regexp): Remove shy group.
12880 (Info-search): Forward line if search is on the header line.
12881 Use search-whitespace-regexp in two other places.
12882
12883 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
12884
12885 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
12886 warning. Delay real definition, which uses
12887 `set-fringe-indicators-1' till after the definition of that function.
12888
12889 2004-11-28 Kim F. Storm <storm@cua.dk>
12890
12891 * fringe.el (fringe): New defgroup.
12892 (fringe-mode): Move to fringe group.
12893 (fringe-indicators): New defcustom.
12894 (set-fringe-indicators-1): New defun.
12895
12896 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
12897 (menu-bar-showhide-fringe-ind-menu): New keymap.
12898 (menu-bar-showhide-fringe-ind-empty)
12899 (menu-bar-showhide-fringe-ind-mixed)
12900 (menu-bar-showhide-fringe-ind-box)
12901 (menu-bar-showhide-fringe-ind-right)
12902 (menu-bar-showhide-fringe-ind-left)
12903 (menu-bar-showhide-fringe-ind-none): New defuns.
12904 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
12905
12906 2004-11-27 Richard M. Stallman <rms@gnu.org>
12907
12908 * comint.el (comint-read-noecho): Add trivial compatibility definition.
12909
12910 * generic.el (define-generic-mode): Doc fix.
12911
12912 * menu-bar.el (menu-bar-options-save): For the options
12913 that are toggled with menu-bar-make-mm-toggle, don't check
12914 for customized-value prop.
12915
12916 2004-11-27 Eli Zaretskii <eliz@gnu.org>
12917
12918 * mail/supercite.el (sc-cite-region): Handle the case where
12919 sc-cite-frame-alist is a symbol.
12920 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
12921 a symbol.
12922 (sc-recite-region): Handle the case where sc-recite-frame-alist is
12923 a symbol.
12924
12925 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
12926
12927 * wid-edit.el (widget-narrow-to-field): New function.
12928 (widget-complete): Use it.
12929
12930 2004-11-27 Jay Belanger <belanger@truman.edu>
12931
12932 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
12933 variable.
12934 (calc-eval-error): Don't check if the variable calc-eval-error is
12935 bound.
12936 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
12937 (math-alg-inequalities): Move declaration to earlier in the file.
12938
12939 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
12940 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
12941 Declare them.
12942
12943 * calc/calc-lang.el (math-expr-data, math-expr-token)
12944 (math-exp-old-pos): Declare them.
12945
12946 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
12947 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
12948
12949 2004-11-27 Kim F. Storm <storm@cua.dk>
12950
12951 * progmodes/flymake.el: Use (featurep 'xemacs).
12952 (flymake-makehash): Change to defsubst. Use fboundp.
12953 (flymake-time-to-float): Remove.
12954 (flymake-float-time): Merge code from flymake-time-to-float here.
12955 (flymake-replace-regexp-in-string): Change to defsubst.
12956 (flymake-split-string-remove-empty-edges):
12957 Rename to flymake-split-string.
12958 (flymake-split-string): Remove previous defalias.
12959 (flymake-get-temp-dir): Change to defsubst.
12960 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
12961 Define for xemacs only.
12962 (flymake-master-file-count-limit): Change into compiler defvar only.
12963 (flymake-find-possible-master-files): Let-bind it dynamically while
12964 sorting files using flymake-master-file-compare.
12965
12966 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
12969 of defun-prompt-regexp matches inside a comment/string but the
12970 beginning is correctly outside everything.
12971
12972 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
12973 appears within a string or a comment.
12974
12975 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
12976 rather than make-symbol for symbols which are used in
12977 a symbol-macrolet or equivalent.
12978
12979 2004-11-26 Jay Belanger <belanger@truman.edu>
12980
12981 * calc-misc.el (calc-last-why-command): Declare it.
12982
12983 * calc-vec.el (math-grade-vec): New variable.
12984 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
12985 Replace variable grade-vec by declared variable.
12986 (math-rb-close): New variable.
12987 (math-read-brackets, math-read-vector): Replace variable close by
12988 declared variable.
12989
12990 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
12991 (calc-one-window, calc-edit-handler, calc-restore-trail)
12992 (calc-allow-ret): Declare them.
12993
12994 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
12995 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
12996 (math-radix-float-cache-tag, math-random-cache)
12997 (math-max-digits-cache, math-integral-cache, math-units-table)
12998 (math-format-date-cache, math-holidays-cache-tag): Declare them.
12999 (math-moc-func): New variable.
13000 (math-map-over-constants, math-map-over-constants-rec):
13001 Replace variable func by declared variable.
13002
13003 * calc/calc-store.el (calc-given-value, calc-store-opers):
13004 Declare them.
13005 (calc-var-name-map): Move declaration to earlier in the file.
13006 (calc-pv-pos): New variable.
13007 (calc-permanent-variable, calc-insert-permanent-variable):
13008 Replace variable pos by declared variable.
13009
13010 * calc/calc-mtx.el (calc-det-lu): New variable.
13011 (math-det-raw, math-det-step): Replace variable lu by declared
13012 variable.
13013
13014 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
13015 (math-multi-subst, math-multi-subst-rec): Replace variables temp
13016 and arg by declared variables.
13017 (calcFunc-reducer): Fix incorrect variable.
13018 (math-inner-mul-func, math-inner-add-func): New variables.
13019 (calcFunc-inner, math-inner-mats): Replace variables mul-func
13020 and add-func by declared variables.
13021
13022 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
13023 (calc-digit-value): Declare them.
13024
13025 * calc/calc-help.el (Info-history): Declare it.
13026 (calc-describe-key): Make calc-summary-indentation a local variable.
13027 (calc-help-long-names): Move declaration to earlier in file.
13028
13029 * calc/calc-embed.el (calc-original-buffer): Declare it.
13030 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
13031 (calc-embed-bot): New variables.
13032 (calc-do-embedded, calc-embedded-mark-formula)
13033 (calc-embedded-find-bounds, calc-embedded-duplicate)
13034 (calc-embedded-new-formula, calc-embedded-make-info):
13035 Replace vars outer-top, outer-bot, bot and top by declared variables.
13036 (calc-embed-prev-modes): New variable.
13037 (calc-embedded-set-modes, calc-embedded-update): Replace variable
13038 prev-modes with declared variable.
13039 (calc-embed-vars-used): New variable.
13040 (calc-embedded-make-info, calc-embedded-evaluate-expr)
13041 (calc-embedded-update, calc-embedded-find-vars): Replace variable
13042 vars-used by declared variable.
13043
13044 * calc/calc-bin.el (math-format-radix-float): Make pos a local
13045 variable.
13046 (math-format-radix-float): Remove unnecessary setq.
13047 (math-radix-float-cache): Declare it.
13048
13049 * calc/calcsel2.el (calc-keep-selection): Declare it.
13050
13051 * calc/calc-maint.el: Remove file.
13052
13053 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13054
13055 * textmodes/bibtex.el (bibtex-sort-entry-class)
13056 (bibtex-comment-start): Use defcustom.
13057 (bibtex-entry-field-alist): Use nil if initial content of the
13058 field is undefined. Fix docstring.
13059 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
13060 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
13061 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
13062 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
13063 Fix docstring.
13064 (bibtex-autokey-title-terminators): Use only one regexp.
13065 (bibtex-string-maybe-empty-head): New variable.
13066 (bibtex-remove-delimiters-string): New function.
13067 (bibtex-text-in-field-bounds, bibtex-text-in-string):
13068 Use bibtex-remove-delimiters-string.
13069 (bibtex-progress-message, bibtex-field-left-delimiter)
13070 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
13071 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
13072 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
13073 Simplify.
13074 (bibtex-format-entry): Use save-excursion for inherited booktitle.
13075 Use eq and bibtex-remove-delimiters-string. For end markers use
13076 insertion type so that marker stays after inserted text.
13077 (bibtex-autokey-get-names): Return empty string if name is missing.
13078 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
13079 calling bibtex-autokey-name-case-convert.
13080 (bibtex-autokey-demangle-title):
13081 Call bibtex-autokey-titleword-case-convert. Remove call to
13082 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
13083 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
13084 (bibtex-read-key): New optional arg global.
13085 (bibtex-files-expand): New optional arg force.
13086 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
13087 (bibtex-complete-crossref-cleanup): Rename from
13088 bibtex-complete-key-cleanup. Simplify code.
13089 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
13090 Operate on current entry.
13091 (bibtex-button): Add docstring.
13092 (bibtex-entry): Simplify.
13093 (bibtex-make-field): Replace optional arg called-by-yank with more
13094 specific args move and interactive.
13095 (bibtex-end-of-entry): Use forward-sexp.
13096 (bibtex-find-entry-globally): Remove.
13097 (bibtex-find-crossref): Allow for crossref key located in other buffer.
13098 Bound to C-c C-x.
13099 (bibtex-find-entry): New optional args global and display.
13100 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
13101 (bibtex-validate): Use arg force of bibtex-files-expand.
13102 (bibtex-clean-entry): Bugfix, clean string entries properly.
13103 Always keep point at beginning of entry.
13104 (bibtex-complete): Bugfix. Handle string entries properly.
13105 Call cleanup functions only if needed.
13106 (bibtex-String): Use bibtex-read-string-key.
13107 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
13108 case of replacement text.
13109
13110 2004-11-26 Lars Hansen <larsh@math.ku.dk>
13111
13112 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
13113 (tramp-perl-directory-files-and-attributes): New constant.
13114 (tramp-file-name-handler-alist): Delete file-directory-files, add
13115 directory-files-and-attributes.
13116 (tramp-perl-file-attributes): Surround uid and gid by double
13117 quotes. Change parameter id-format from nonnumeric.
13118 (tramp-convert-file-attributes): New function.
13119 (tramp-handle-file-attributes): Use it.
13120 (tramp-maybe-send-perl-script): New function.
13121 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
13122 file mode. Change parameter id-format from nonnumeric.
13123 (tramp-handle-file-attributes-with-ls): Change parameter id-format
13124 from nonnumeric.
13125 (tramp-post-connection): Don't send tramp-perl-file-attributes
13126 script. Reset connection property "perl-scripts".
13127 (tramp-handle-insert-directory): Run real handler when ls-lisp is
13128 in use.
13129
13130 2004-11-26 Lars Hansen <larsh@math.ku.dk>
13131
13132 * desktop.el (desktop-read): Replace mapcar with mapc.
13133 (desktop-create-buffer): Replace mapcar with mapc.
13134 Remove redundant piece of code.
13135
13136 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
13137
13138 * progmodes/gud.el (gud-display-line): Use display-buffer
13139 for GDB-UI as for GUD.
13140
13141 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
13142 Delete variables.
13143 (gdb-ann3): Don't make GUD buffer dedicated.
13144 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
13145 (gdb-display-source-buffer): Delete function.
13146 (gdb-view-source-function, gdb-view-assembler): Delete functions.
13147 (menu): Delete menu bindings for viewing source/assembler.
13148 (gdb-setup-windows, gdb-restore-windows):
13149 Don't dedicate GUD. No assembler now.
13150 (gdb-reset): No need to undedicate source buffers now.
13151 (gdb-source-info): No assembler now.
13152
13153 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
13154
13155 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
13156 width to those for special frames.
13157 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
13158 Use display-buffer.
13159 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
13160 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
13161 (gdb-frame-assembler-buffer): Rework like
13162 gdb-frame-breakpoints-buffer.
13163
13164 2004-11-25 Richard M. Stallman <rms@gnu.org>
13165
13166 * progmodes/flymake.el: Reindent.
13167 (flymake-split-string): Turn into defalias.
13168 (flymake-fix-file-name): Rename from flymake-fix-path-name.
13169 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
13170 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
13171 (flymake-build-relative-filename): Rename from ...path.
13172 Fix error message.
13173
13174 2004-11-25 Cheng Gao <chenggao@gmail.com>
13175
13176 * progmodes/flymake.el: Much whitespace and capitalization change.
13177 Move `provide' to end. Require `compile' only when compiling.
13178
13179 2004-11-24 Jay Belanger <belanger@truman.edu>
13180
13181 * calc/calc-alg.el: Added comment.
13182 (math-polynomial-base): Replace variable mpb-top-expr by
13183 math-poly-base-top-expr.
13184
13185 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
13186 (math-polynomial-p1): Replace variable mpb-top-expr by declared
13187 variable.
13188 (math-poly-base-total-base): New variable.
13189 (math-total-polynomial-base, math-polynomial-p1): Replace variable
13190 mpb-total-base by declared variable.
13191 (math-factored-vars, math-to-list): Declare it.
13192 (math-fact-expr): New variable.
13193 (calcFunc-factors, calcFunc-factor, math-factor-expr)
13194 (math-factor-expr-try, math-factor-expr-part): Replace variable
13195 expr by declared variable.
13196 (math-fet-x): New variable.
13197 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
13198 by declared variable.
13199 (math-factor-poly-coefs): Make temp a local variable.
13200
13201 * calc/calc-units.el (calc-convert-units): Make units a local
13202 variable.
13203 (calc-num-units, calc-den-units): New variables.
13204 (calc-explain-units, calc-explain-units-rec): Replace variables
13205 num-units and den-units by declared variables.
13206 (math-cu-unit-list): New variable.
13207 (math-build-units-table, math-compare-unit-names)
13208 (math-convert-units, math-convert-units-rec): Replace variable
13209 unit-list by declared variable.
13210 (math-fbu-base, math-fbu-entry): New variables.
13211 (math-find-base-units, math-find-base-units-rec): Replace variables
13212 base and entry by declared variables.
13213 (math-which-standard): New variable.
13214 (math-to-standard-units, math-to-standard-rec): Replace variable
13215 which-standard by declared variable.
13216 (math-fcu-u): New variable.
13217 (math-find-compatible-unit, math-find-compatible-unit-rec):
13218 Replace variable u by declared variable.
13219 (math-cu-new-units, math-cu-pure): New variables.
13220 (math-convert-units, math-convert-units-rec): Replace variables
13221 new-units and pure by declared variables.
13222 (math-try-cancel-units): New variable.
13223 (math-simplify-units-quotient): Replace variable try-cancel-units by
13224 declared variable.
13225
13226 2004-11-24 Richard M. Stallman <rms@gnu.org>
13227
13228 * textmodes/ispell.el (ispell-check-version):
13229 If default-directory is nonexistent, use home dir.
13230
13231 * progmodes/grep.el (grep-regexp-alist):
13232 Don't match parens around line numbers.
13233
13234 * progmodes/cperl-mode.el (cperl-indent-region)
13235 (cperl-imenu--create-perl-index, cperl-xsub-scan):
13236 Don't print progress messages.
13237
13238 * progmodes/compile.el (compilation-mode-map):
13239 Don't inherit from compilation-minor-mode-map;
13240 copy its bindings instead. But the menu bar Compile
13241 entry now does inherit from compilation-menu-map.
13242
13243 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
13244 Use with-no-warnings around compiler-macroexpand.
13245
13246 * imenu.el: Don't always require newcomment.
13247 (imenu--generic-function): Call comment-normalize-vars
13248 if we have a comment syntax.
13249 Exit the loop if REGEXP matches the null string.
13250 Test comment-start as well as comment-start-skip
13251 when deciding whether to check for comments.
13252
13253 * tooltip.el (tooltip-mode): Doc fix.
13254
13255 * term.el (term-escape-char, term-mode): Doc fixes.
13256
13257 2004-11-24 Dave Love <fx@gnu.org>
13258
13259 * progmodes/python.el (python-font-lock-syntactic-keywords):
13260 Check for escapes in the regexp.
13261 (python-quote-syntax): Don't do it here.
13262
13263 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
13264
13265 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13266 (gdb-frames-mode-map, gdb-threads-mode-map)
13267 (gdb-registers-mode-map, gdb-locals-mode-map)
13268 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
13269 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
13270
13271 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
13272 (dedicated-switch-to-buffer): Rework.
13273 (gdb-var-evaluate-expression-handler, gdb-put-string):
13274 Remove unused variable bindings.
13275 (gdb-setup-windows, gdb-display-buffer):
13276 Simplify. Use pop-to-buffer.
13277 (gdb-view-source-function): Simplify.
13278 (gdb-frame-breakpoints-buffer):
13279 Use pop-to-buffer, special-display-regexps.
13280
13281 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13282
13283 * progmodes/f90.el (f90-smart-end)
13284 (f90-previous-statement, f90-beginning-of-block): Doc fix.
13285 (f90-calculate-indent): Handle un-named PROGRAM blocks.
13286 (f90-end-of-block): Doc fix. Make check of outermost block
13287 conditional on value of `f90-smart-end'.
13288 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
13289 Handle case where END-BLOCK is nil.
13290 (f90-match-end): Handle un-named PROGRAM blocks.
13291 (f90-backslash-not-special): New function.
13292
13293 2004-11-24 Jay Belanger <belanger@truman.edu>
13294
13295 * calc/calc.el (calc-embedded-active): Removed unnecessary
13296 declaration.
13297 (calc-show-banner): Removed redundant declaration.
13298
13299 * calc/calc-graph.el (calc-gnuplot-default-device)
13300 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13301 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13302 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
13303 Remove redundant initial values.
13304
13305 * calc/calc-arith.el (math-scalar-functions)
13306 (math-nonscalar-functions, math-scalar-if-args-functions)
13307 (math-real-functions, math-positive-functions)
13308 (math-nonnegative-functions, math-real-scalar-functions)
13309 (math-real-if-arg-functions, math-integer-functions)
13310 (math-num-integer-functions, math-rounding-functions)
13311 (math-float-rounding-functions, math-integer-if-args-functions)
13312 (math-super-types): Move declarations to earlier in file.
13313 (math-unit-prefixes): Declared it.
13314 (math-floor-prec, math-trunc-prec): New variables.
13315 (math-trunc-fancy): Replace variable prec by declared variable.
13316 (math-floor-fancy): Replace variable prec by declared variable.
13317 (math-com-bterms): New variable.
13318 (math-commutative-equal, math-commutative-collect):
13319 Replace variable bterms by declared variable.
13320
13321 * calc/calc-misc.el (math-trunc): Replace variable prec by
13322 math-trunc-prec.
13323 (math-floor): Replace variable prec by math-floor-prec.
13324
13325 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
13326 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
13327 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
13328 (math-format-date, math-format-date-part): Replace variables
13329 date, dt, year, month, day, weekday, hour, minute, second and
13330 bc-flag by declared variables.
13331 (math-pd-str): New variable.
13332 (math-parse-date, math-parse-date-word, math-parse-standard-date):
13333 Replace variable str by declared variable.
13334 (math-daylight-savings-hook, math-tzone-names): Move definitions
13335 to earlier in the file.
13336 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
13337 (math-sh-year): New variable.
13338 (math-setup-add-holidays, math-setup-holidays)
13339 (math-setup-year-holidays): Replace variable `year' by declared
13340 variable.
13341
13342 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
13343 New variables.
13344 (math-nth-root-float, math-nth-root-float-iter): Replace variables
13345 n, nf and nfm1 by declared variables.
13346 (math-nri-n): New variable.
13347 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
13348 n by declared variable.
13349 (calcFunc-log): Removed misplaced condition.
13350
13351 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
13352
13353 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
13354
13355 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
13356
13357 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
13358 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
13359 Dedicate gdb-related windows.
13360 (gdb-display-buffer): Dedicate gdb-related windows.
13361 Don't grab other frames.
13362 (gdb-reset): Remove dedicated property after debugging.
13363
13364 2004-11-24 Jay Belanger <belanger@truman.edu>
13365
13366 * calc/calc-sel.el: Add comment.
13367
13368 * calc/calc.el (math-stack-value-offset): Replace variables c,
13369 wid and off with math-svo-c, math-svo-wid and math-svo-off.
13370
13371 * calc/calccomp.el (math-comp-sel-tag): Declare it.
13372 (math-svo-c, math-svo-wid, math-svo-off): New variables.
13373 (math-stack-value-offset-fancy): Replace variables c, wid and off
13374 by declared variables.
13375 (math-comp-just, math-comp-comma-spc): New variables.
13376 (math-compose-expr, math-compose-matrix): Replace variables `just'
13377 and comma-spc by declared variable.
13378 (math-comp-vector-prec): New variable.
13379 (math-compose-expr, math-compose-matrix, math-compose-rows):
13380 Replace variable vector-prec by declared variable.
13381 (math-comp-left-bracket, math-comp-right-bracket)
13382 (math-comp-comma): New variables.
13383 (math-compose-expr, math-compose-rows): Replace variables
13384 left-bracket, right-bracket and comma by declared variables.
13385 (math-comp-full-width): New variable.
13386 (math-comp-to-string-flat, math-comp-to-string-flat-term):
13387 Replace variable full-width by declared variable.
13388 (math-comp-highlight, math-comp-word, math-comp-level)
13389 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
13390 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
13391 New variables.
13392 (math-comp-to-string-flat, math-comp-to-string-flat-term)
13393 (math-comp-sel-flat-term): Replace variables comp-highlight,
13394 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
13395 declared variables.
13396 (math-comp-simplify, math-comp-simplify-term)
13397 (math-comp-add-string, math-comp-add-string-sel):
13398 Replace variables comp-highlight, comp-buf, comp-base,
13399 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
13400
13401 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13402
13403 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
13404
13405 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
13406 and x-server-version may throw.
13407
13408 2004-11-23 Kim F. Storm <storm@cua.dk>
13409
13410 * subr.el (substitute-key-definition-key): Optimize.
13411 Don't call indirect-function for nil defn (always signals error).
13412
13413 * ido.el (ido-read-internal): Fix require-match check when
13414 ido-directory-too-big is set.
13415
13416 2004-11-23 Jay Belanger <belanger@truman.edu>
13417
13418 * calc/calc-ext.el (math-read-replacement-list)
13419 (math-read-superscripts): New variables.
13420 (math-read-preprocess-string): New function.
13421 (math-read-expr): Filter input through math-read-preprocess-string.
13422
13423 * calc/calc-aent.el (math-read-exprs): Filter input through
13424 math-read-preprocess-string.
13425
13426 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
13427
13428 * progmodes/compile.el (compilation-start): In cd command use
13429 substitute-env-vars -- not quite shell compatible but better than
13430 nothing.
13431 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
13432 handle the newer versions messages, which are more parseable.
13433
13434 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13435
13436 * reveal.el (reveal-mode-map): New var.
13437 (reveal-mode): Use it.
13438
13439 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
13440
13441 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
13442 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
13443
13444 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13445
13446 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
13447 header-line when needed.
13448 Use fixed-pitch only in the header-line.
13449 Build the underline automatically. Use emdash if available.
13450
13451 2004-11-22 Richard M. Stallman <rms@gnu.org>
13452
13453 * dired.el (dired-recursive-copies): Move from dired-aux.el.
13454 * dired-aux.el (dired-recursive-copies): Move to dired.el.
13455
13456 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
13457
13458 * progmodes/gdb-ui.el (gdb-resync): New function.
13459 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
13460 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
13461 Use it to fail more gracefully.
13462 (gdb-variables): Delete variable.
13463 Re-order variables to reduce byte-compiler warnings.
13464
13465 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13466
13467 * descr-text.el (describe-char):
13468 * paren.el (show-paren-function):
13469 * subr.el (syntax-after): Undo last change.
13470
13471 * progmodes/python.el (run-python): Don't hard code *Python*.
13472 Don't modify global process-environment.
13473 (python-send-region, python-load-file): Don't assume that
13474 python-buffer == (process-buffer (python-proc)).
13475 (python-switch-to-python): Simplify.
13476
13477 * dired.el (dired-align-file): Don't assume line starts with spaces.
13478
13479 2004-11-21 Jay Belanger <belanger@truman.edu>
13480
13481 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
13482 Replace variable `lines' by math-read-big-lines.
13483 (math-read-big-expr): Replace variables the-baseline, the-h2
13484 and err-msg by math-read-big-baseline, math-read-big-h2 and
13485 math-read-err-msg.
13486 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
13487
13488 * calc/calc-lang.el (math-read-big-rec): Fix typo.
13489 (math-read-big-balance): Replace unbound variable by value.
13490 (math-read-big-lines): New variable.
13491 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
13492 (math-read-big-error, math-read-big-balance): Replace variable
13493 `lines' by declared variable.
13494 (math-read-big-baseline, math-read-big-h2): New variables.
13495 (math-read-big-rec): Replace variables the-baseline and the-h2
13496 by declared variables.
13497 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
13498 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
13499 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
13500 declared variables.
13501 (math-read-big-err-msg): New variable.
13502 (math-read-big-error): Replace variable err-msg by declared variable.
13503
13504 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
13505
13506 * ses.el: Add coding cookie.
13507 Fix up docstrings, follow new commenting conventions.
13508 (ses-header-line-menu): Fix missing variable rename for header-row.
13509 (ses-cell-size): Remove.
13510 (ses-make-cell): New function.
13511 (ses-cell, ses-insert-row, ses-insert-column): Use it.
13512 (ses-calculate-cell): Remove unused var `symbol'.
13513 (ses-narrowed-p): New function.
13514 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
13515 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
13516 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
13517 (ses-setup): Use restore-buffer-modified-p.
13518 (ses-cleanup): Remove unused var `end'.
13519 (ses-header-string-left-offset): Remove.
13520 (ses-create-header-string): Adjust to new behavior of `align-to'.
13521 Truncate excessively large fields to preserve alignment.
13522 (ses-reconstruct-all): Remove unused var `refs'.
13523 (ses-read-cell-printer): Remove unused var `prompt'.
13524 (ses-delete-row): Remove unused var `pos'.
13525 (ses-delete-column): Remove unused var `new'.
13526
13527 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13528
13529 * ps-print.el: Insert :version tag into all defgroup and defcustom.
13530 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
13531 Eliminate eval-and-compile usage.
13532 (ps-insert-file): Use insert-file-contents instead of insert-file.
13533 (ps-setup): Code fix.
13534
13535 * printing.el (pr-setup, lpr-setup): Code fix.
13536
13537 2004-11-21 Jay Belanger <belanger@truman.edu>
13538
13539 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
13540 (calc-original-buffer): Declare them.
13541 (calc-user-formula-alist): New variable.
13542 (calc-user-define-formula, calc-fix-user-formula)
13543 (calc-user-define-composition, calc-finish-formula-edit):
13544 Replace variable `alist' by declared variable.
13545 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
13546 (var-q7, var-q7, var-q8, var-q9): Declare them.
13547 (calc-kbd-push): Don't check to see if var-q0 through var-q9
13548 are bound.
13549 (calcFunc-typeof): Replace undeclared variable by expression.
13550 (math-exp-env): New variable.
13551 (math-define-body, math-define-exp): Replace exp-env by declared var.
13552 (math-define-exp): Replace misplaced variable by expression.
13553
13554 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
13555 (calc-curve-model, calc-curve-coefnames): New variables.
13556 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
13557 varnames, model and coefnames by declared variables.
13558 (math-root-widen): New variable.
13559 (math-search-root, math-find-root): Replace variable root-widen by
13560 declared variable.
13561 (var-DUMMY): Declare it.
13562 (math-root-vars, math-min-vars): Move the declarations to earlier in
13563 the file.
13564 (math-brent-min): Make d a local variable.
13565 (math-find-minimum): Replace non-existent variable.
13566 (math-ninteg-romberg): Remove unnecessary variable.
13567 (math-ninteg-temp): New variable.
13568 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
13569 integ-temp by declared variable.
13570 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
13571 New variables.
13572 (math-general-fit): Replace variables first-var, first-coef and
13573 new-coefs by declared variables.
13574 (calcFunc-fitvar): Replace variable first-var by declared variable.
13575 (calcFunc-fitparam): Replace variable first-coef by declared variable.
13576 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
13577 (math-all-vars-vars, math-all-vars-found): New variables.
13578 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
13579 found by declared variable math-all-vars-vars.
13580
13581 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
13582
13583 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
13584 of `defconst'.
13585
13586 2004-11-20 Richard M. Stallman <rms@gnu.org>
13587
13588 * isearch.el (isearch-mode-map): Don't bind SPC.
13589 (isearch-whitespace-chars): Function deleted.
13590 (isearch-search): Bind search-spaces-regexp.
13591 (isearch-lazy-highlight-search): Likewise.
13592 (search-whitespace-regexp): Doc fix.
13593 (isearch-forward-regexp): Doc fix.
13594
13595 * emacs-lisp/bytecomp.el (byte-compile-form):
13596 Move the calls to byte-compile-set-symbol-position,
13597 to avoid having two for the same symbol occurrence.
13598
13599 * comint.el (comint-input-ring-size): Increase to 150.
13600
13601 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
13602 New variables.
13603 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
13604 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
13605
13606 * imenu.el (imenu--generic-function):
13607 Ensure we keep moving backward even if BEG isn't further back.
13608
13609 * replace.el (query-replace-read-to, query-replace-read-from):
13610 Specify t for KEEP-ALL in read-from-minibuffer.
13611
13612 * progmodes/python.el (python-switch-to-python):
13613 If Python isn't running, start it.
13614 Don't alter debug-ignored-errors.
13615
13616 * progmodes/cperl-mode.el (cperl-indent-region):
13617 Don't mind imenu-scanning-message.
13618
13619 * bindings.el (global-map): Bind C-e to move-end-of-line.
13620
13621 * simple.el (line-move-finish): New arg FORWARD.
13622 Ignore invisible newlines, not intangible ones.
13623 Conditions for acceptable stopping positions depend on FORWARD.
13624 (line-move): Pass FORWARD arg to line-move-finish.
13625
13626 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
13627 of HEADER. Compensate for this change in the code to add display
13628 properties. Don't make the first line intangible.
13629
13630 * info.el (Info-search): Fix previous change.
13631
13632 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
13633
13634 * Makefile.in (recompile): Revert 2004-11-19 change.
13635 (compile): Likewise.
13636
13637 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
13638
13639 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
13640
13641 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13642
13643 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
13644 defgroup and defcustom. Eliminate eval-and-compile usage.
13645
13646 * progmodes/ebnf-otz.el: Fix typos.
13647
13648 2004-11-19 Jay Belanger <belanger@truman.edu>
13649
13650 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
13651 (calc-edit-finish, calc-finish-stack-edit): Replace variable
13652 disp-trail by declared variable.
13653
13654 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
13655 (calc-finish-selection-edit): Replace variable disp-trail by
13656 declared variable.
13657 (calc-selection-cache-entry): Move declaration to earlier in the file.
13658 (calc-selection-cache-num, calc-selection-cache-comp)
13659 (calc-selection-cache-offset, calc-selection-true-num)
13660 (calc-final-point-line, calc-final-point-column)
13661 (calc-original-buffer): Declare them.
13662 (calc-fnp-op, calc-fnp-num): New variables.
13663 (calc-find-nth-part, calc-find-nth-part-rec)
13664 (calc-select-previous): Replace op and num by declared variables.
13665 (calc-rsf-old, calc-rsf-new): New variables.
13666 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
13667 Replace variables old and new by declared variables.
13668 (calc-sel-reselect): New variable.
13669 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
13670 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
13671 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
13672 reselect with declared variable.
13673
13674 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
13675 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
13676 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
13677 (math-import-list, math-rewrite-phase): Declare them.
13678 (math-rewrite): Use let* to declare variables.
13679 (calc-rewrite-selection): Make rules a local variable.
13680 (calc-rewr-sel): New variable.
13681 (calc-rewrite-selection, calc-locate-selection-marker)
13682 (calc-rewrite): Use the declared variable calc-rewr-sel instead
13683 of sel.
13684 (math-rewrite-whole-expr): New variable.
13685 (math-rewrite, math-rewrite-phase): Replace variable expr by
13686 declared variable.
13687 (math-rewrite-heads-heads, math-rewrite-heads-skips)
13688 (math-rewrite-heads-blanks ): New variables.
13689 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
13690 heads, skips and blanks by declared variables.
13691 (math-rwcomp-subst-old, math-rwcomp-subst-new)
13692 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
13693 New variables.
13694 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
13695 old, new, old-func and new-func by declared variables.
13696 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
13697 Remove unnecessary variable.
13698 (math-apply-rw-regs): New variable.
13699 (math-apply-rewrites, math-rwapply-replace-regs)
13700 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
13701 (math-apply-rw-ruleset): New variable.
13702 (math-apply-rewrites, math-rwapply-remember): Replace variable
13703 ruleset by declared variable.
13704
13705 2004-11-19 Richard M. Stallman <rms@gnu.org>
13706
13707 * info.el (Info-search): Use search-whitespace-regexp.
13708
13709 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
13710
13711 * vc-rcs.el (vc-rcs-parse): New function.
13712 (vc-rcs-annotate-command): Likewise.
13713 (vc-rcs-annotate-current-time): Likewise.
13714 (vc-rcs-annotate-time): Likewise.
13715 (vc-rcs-annotate-extract-revision-at-line): Likewise.
13716
13717 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
13718
13719 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
13720
13721 2004-11-18 Jay Belanger <belanger@truman.edu>
13722
13723 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
13724
13725 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13726
13727 * printing.el: Eliminate use of interactive-p and eval-and-compile.
13728 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
13729 Use make-temp-file to generate PostScript files in any situation.
13730 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
13731 (pr-interactive-p): Eliminate var.
13732 (pr-save-interactive): Eliminate macro.
13733 (pr-interface, pr-ps-directory-preview)
13734 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13735 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13736 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13737 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13738 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13739 (pr-ps-region-ps-print, pr-ps-mode-preview)
13740 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13741 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13742 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
13743 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13744 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13745 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13746 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13747 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13748 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13749 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13750 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13751 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
13752 Eliminate pr-save-interactive usage.
13753 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
13754 Eliminate pr-interactive-p usage.
13755 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
13756 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
13757 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
13758 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
13759 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
13760 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
13761 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
13762 New funs.
13763 (pr-ps-file): Use make-temp-file to generate a temporary file.
13764
13765 2004-11-17 Jay Belanger <belanger@truman.edu>
13766
13767 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
13768 a local variable.
13769 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
13770 (math-top-only): New variable.
13771 (math-simplify, math-simplify-step): Replace variable top-only by
13772 declared variable math-top-only.
13773 (math-simplify-expr): Declare it.
13774 Replace argument expr in all calls of math-defsimplify by
13775 math-simplify-expr.
13776 (math-simplify-plus, math-simplify-times, math-simplify-divide)
13777 (math-simplify-divisor, math-simplify-one-divisor)
13778 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
13779 (math-simplify-pow): Replace variable expr by declared variable
13780 math-simplify-expr.
13781 (math-simplify-divisor): Remove local variables temp and op.
13782 (math-simplify-one-divisor): Make temp and op local variables.
13783 (math-simplify-divisor-nover, math-simplify-divisor-dover):
13784 New variables.
13785 (math-simplify-divisor, math-simplify-one-divisor):
13786 Replace variables nover and dover by declared variables.
13787 (math-expr-subst-new, math-expr-subst-old): New variables.
13788 (math-expr-subst, math-expr-subst-rec): Replace variables new
13789 and old by declared variables.
13790 (math-is-poly-degree, math-is-poly-loose): New variables.
13791 (math-is-polynomial, math-is-poly-rec): Replace variables degree
13792 and loose by declared variables.
13793 (math-poly-base-const-ok, math-poly-base-pred): New variables.
13794 (math-polynomial-base, math-polynomial-base-rec):
13795 Replace variables const-ok and mpb-pred by declared variables.
13796
13797 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
13798
13799 * calc/calc-ext.el (math-defsimplify): Change the argument in
13800 the created function to math-simplify-expr.
13801
13802 * calc/calc-units.el (math-simplify-expr): Declare it.
13803 Replace argument expr in all calls of math-defsimplify by
13804 math-simplify-expr.
13805 (math-simplify-units-prod): Replace variable expr by declared
13806 variable math-simplify-expr.
13807
13808 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
13809
13810 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
13811 Replace mapcar->dolist, format->string.
13812
13813 2004-11-17 Miles Bader <miles@gnu.org>
13814
13815 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
13816 * progmodes/idlwave.el: Remove RCS keywords.
13817
13818 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
13819
13820 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
13821 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
13822 Update to IDLWAVE version 5.5. Too many changes to list them here.
13823 * progmodes/idlw-help.el: New file.
13824
13825 2004-11-16 Richard M. Stallman <rms@gnu.org>
13826
13827 * international/iso-cvt.el (iso-tex2iso-trans-tab):
13828 Discard spaces after \i according to TeX rules.
13829
13830 * international/mule.el (set-buffer-file-coding-system):
13831 New arg NOMODIFY.
13832 (after-insert-file-set-coding): Pass that new arg.
13833 Prevent set-buffer-multibyte from trying to lock the file.
13834
13835 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
13836
13837 * saveplace.el (save-place): Doc fix.
13838
13839 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
13840 temporarily widen before finding the following word to copy.
13841
13842 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
13843 (cl-map-keymap): Definition deleted.
13844
13845 * subr.el (map-keymap-internal): New function.
13846
13847 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
13848
13849 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
13850 when pressing rather than when releasing mouse-2. Simplify.
13851
13852 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13853
13854 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
13855 (compilation-mode): Set it here instead.
13856
13857 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
13858
13859 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
13860 (loop, cl-parse-loop-clause, defsetf): Use backquote.
13861
13862 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13863
13864 * progmodes/compile.el (compilation-internal-error-properties):
13865 Fix up a transposition-typo. Check end-col before using it.
13866
13867 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
13868
13869 * international/iso-cvt.el (iso-tex2iso-trans-tab):
13870 Discard whitespace after macro \i when converting it.
13871
13872 2004-11-16 Juri Linkov <juri@jurta.org>
13873
13874 * emacs-lisp/find-func.el (find-function-regexp):
13875 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
13876 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
13877 Remove invalid `\W' from [^cgv\W]. Doc fix.
13878 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
13879
13880 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
13881
13882 * play/life.el: Maintainer is now FSF.
13883 (life-patterns, life-neighbor-deltas, life-window-start)
13884 (life-current-generation, life-generation-string): Use defvar
13885 instead of defconst.
13886
13887 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * progmodes/compile.el (compilation-move-to-column): New fun.
13890 (compilation-internal-error-properties)
13891 (compilation-next-error-function): Use it to make sure we don't go past
13892 the end of line.
13893
13894 2004-11-15 John Paul Wallington <jpw@gnu.org>
13895
13896 * autoinsert.el (auto-insert-alist): Insert the user's name in
13897 copyright notice, rather than Free Software Foundation, for the
13898 Emacs Lisp header case too.
13899
13900 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13901
13902 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
13903 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13904 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
13905 return the list of string in a string.
13906 (pr-call-process): Message if calling process returns an error, that
13907 is, the exit status is different of zero.
13908
13909 2004-11-15 Jay Belanger <belanger@truman.edu>
13910
13911 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
13912 variable var-thing.
13913 (math-integ-depth, math-integ-level, math-integral-limit)
13914 (math-enable-subst, math-any-substs, math-integ-msg)
13915 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
13916 (math-int-threshold, math-int-factors, math-double-roots)
13917 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
13918 (var-GenCount): Declare these variables.
13919 (calcFunc-integ): Don't check if var-IntegLimit is bound.
13920 (math-integral-cache, math-integral-cache-state):
13921 Move declarations to earlier in the file.
13922 (math-deriv-var, math-deriv-total, math-deriv-symb)
13923 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
13924 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
13925 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
13926 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
13927 (math-solve-res): New variables
13928 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
13929 (math-integral, math-replace-integral-parts)
13930 (math-integrate-by-parts, calc-dump-integral-cache)
13931 (math-try-integral, math-do-integral, math-do-integral)
13932 (math-do-integral-methods, math-try-solve-for)
13933 (math-try-solve-prod, math-solve-poly-funny-powers)
13934 (math-solve-crunch-poly, math-decompose-poly)
13935 (math-solve-find-root-term, math-find-root-in-prod)
13936 (math-integ-try-linear-substitutions)
13937 (math-integ-try-substitutions, math-expr-rational-in)
13938 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
13939 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
13940 (math-solve-for, math-solve-system, math-solve-system-rec)
13941 (math-solve-get-sign, math-solve-get-int)
13942 (math-solve-system-subst): Replace undeclared variables with newly
13943 declared variables.
13944
13945 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
13946
13947 * winner.el (winner-active-region, winner-edges, winner-window-list):
13948 Define at toplevel.
13949 (winner-mode-map): Move init inside declaration.
13950
13951 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
13952
13953 * files.el (convert-standard-filename): Doc fix.
13954
13955 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
13956
13957 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
13958 passwd, group, shadow, default/* and pam.d/*.
13959
13960 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13961
13962 * printing.el (pr-menu-spec): Adjust menu specification.
13963
13964 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13965
13966 * printing.el: Doc fix. Insert :version tag into all defcustom.
13967 Handle interactive-p as is recommended in Emacs Lisp Reference.
13968 Set the file permission bits for newly created files.
13969 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
13970 The printing menu specification (in `pr-menu-spec') was merged.
13971 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13972 (pr-version): New version number (6.8.3).
13973 (pr-file-modes): New option.
13974 (pr-interactive-p): New var.
13975 (pr-save-interactive, pr-save-file-modes): New macros.
13976 (pr-setup): Code fix.
13977 (pr-menu-spec): Menu specification merged.
13978 (pr-call-process, pr-text2ps): Set file permission bits.
13979 (pr-despool-print): Set file permission bits. Handle interactive-p as
13980 is recommended.
13981 (pr-interface, pr-ps-directory-preview)
13982 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
13983 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
13984 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
13985 (pr-ps-buffer-ps-print, pr-ps-region-preview)
13986 (pr-ps-region-using-ghostscript, pr-ps-region-print)
13987 (pr-ps-region-ps-print, pr-ps-mode-preview)
13988 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
13989 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
13990 (pr-despool-using-ghostscript, pr-despool-ps-print)
13991 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
13992 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
13993 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
13994 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
13995 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
13996 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
13997 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
13998 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
13999 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
14000 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
14001 Handle interactive-p as is recommended.
14002
14003 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
14004
14005 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
14006 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
14007
14008 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
14009 so it doesn't forget to highlight the beginning of the region either.
14010
14011 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
14012
14013 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
14014 (c-font-lock-init): Eliminate obsolete make-local-hook.
14015 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
14016 (awk-mode): Use run-mode-hooks.
14017
14018 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
14019
14020 2004-11-13 Kim F. Storm <storm@cua.dk>
14021
14022 * mouse.el (mouse-drag-copy-region): Add :version.
14023 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
14024 while dragging mode line, so mode line can be dragged downwards.
14025 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
14026 while pressing mouse button so window doesn't scroll until we
14027 release the mouse if clicking on partially visible line.
14028
14029 2004-11-12 Jay Belanger <belanger@truman.edu>
14030
14031 * calc/calc-graph.el (calc-dumb-map): Declare it.
14032 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
14033 than unbound.
14034 (calc-graph-name): Made `end' a local variable.
14035 (calc-graph-lookup): Made `varname' a local variable.
14036 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
14037 Declare them.
14038 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
14039 (calc-graph-plot, calc-graph-compute-3d): Remove references to
14040 the unused variable y3vec.
14041 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
14042 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
14043 calc-graph-prev-kill-hook.
14044 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
14045 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
14046 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
14047 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
14048 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
14049 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
14050 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
14051 (calc-graph-y3value, calc-graph-y3name)
14052 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
14053 (calc-graph-stepcount, calc-graph-is-splot)
14054 (calc-graph-surprise-splot, calc-graph-blank)
14055 (calc-graph-non-blank, calc-graph-curve-num): New variables.
14056 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
14057 (calc-graph-recompute-2d, calc-graph-compute-3d)
14058 (calc-graph-format-data): Replace undeclared variables with the
14059 above newly declared variables.
14060
14061 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
14062
14063 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
14064 `rsf-beep' and `rsf-sleep-after-message'.
14065
14066 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
14067 list if `message-sender' is non-nil.
14068
14069 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14070
14071 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
14072 consing by using mapc instead of mapcar.
14073
14074 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
14075
14076 * tooltip.el (require): Explain why CL is needed.
14077
14078 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14079
14080 * printing.el: Insert :version into defgroup (printing). All reference
14081 to Files option in menubar were changed to File.
14082 (pr-version): New version number (6.8.2).
14083 (pr-get-symbol): Call easy-menu-intern.
14084 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
14085 compilation gripes.
14086
14087 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
14088
14089 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
14090 new byte-compile-function-environment binding to t.
14091
14092 * font-lock.el (font-lock-fontify-syntactically-region):
14093 Don't forget to highlight the last char when we hit `end'.
14094
14095 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
14096 (mwheel-scroll): Adjust accordingly.
14097
14098 * cvs-status.el: Reduce spurious warnings.
14099 (cvs-status-checkout): Remove.
14100 (cvs-status-mode-map): Use cvs-mode-checkout instead.
14101
14102 * pcvs.el (cvs-mode-checkout): New command.
14103
14104 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
14105
14106 * tooltip.el: Require CL.
14107
14108 * emacs-lisp/bytecomp.el: Use push.
14109 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
14110 (defalias): Remove the `byte-compile' property and add
14111 a `byte-hunk-handler'.
14112
14113 2004-11-11 Juri Linkov <juri@jurta.org>
14114
14115 * info.el (Info-search): Save match data for isearch.
14116 Skip Tag Table node.
14117
14118 * descr-text.el (describe-char): Replace syntax-after with code
14119 from its previous version.
14120
14121 * files.el (magic-mode-alist): Use optimization for SGML mode too.
14122 (set-auto-mode): Doc fix. Remove unused variable `xml'.
14123
14124 * international/mule.el (sgml-html-meta-auto-coding-function):
14125 Remove > after <html to allow HTML attributes.
14126
14127 2004-11-11 Jay Belanger <belanger@truman.edu>
14128
14129 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
14130 a variable.
14131 (calcFunc-dfac): Replace unbound max by n.
14132 (math-stirling-local-cache): New variable.
14133 (math-stirling-number, math-stirling-1, math-stirling-2):
14134 Replace the variable `cache' by the declared variable
14135 math-stirling-local-cache.
14136 (var-RandSeed): Declare it as a variable.
14137 (math-init-random-base, math-random-digit): Don't check to see if
14138 var-RandSeed is bound.
14139 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
14140 Declare them instead of just setting them.
14141 (math-init-random-base): Made i a local variable.
14142 (math-random-digit): Made math-random-last a local variable.
14143 (math-prime-test-cache): Move declaration to before it is used.
14144 (math-prime-test-cache-k, math-prime-test-cache-q)
14145 (math-prime-test-cache-nm1, math-prime-factors-finished):
14146 Declare them as variables.
14147
14148 2004-11-11 Jay Belanger <belanger@truman.edu>
14149
14150 * calc/calc-ext.el (math-defcache): Use defvar for the new
14151 variables it creates.
14152
14153 2004-11-11 Lars Hansen <larsh@math.ku.dk>
14154
14155 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
14156 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
14157 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
14158 (desktop-save): Add :version.
14159
14160 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
14161
14162 * printing.el (pr-get-symbol): Don't downcase.
14163
14164 2004-11-10 Jay Belanger <belanger@truman.edu>
14165
14166 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
14167 string to kill-ring.
14168
14169 * calc/calc-aent.el (calc-alg-exp, math-toks)
14170 (math-exp-pos,math-exp-old-pos, math-exp-token)
14171 (math-exp-keep-spaces, math-exp-str): New variables.
14172 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
14173 (calcAlg-enter): Use declared variable calc-alg-exp.
14174 (math-build-parse-table, math-find-user-token): Use declared
14175 variable math-toks.
14176 (math-read-exprs, math-read-token, calc-check-user-syntax)
14177 (calc-match-user-syntax, match-factor-after, math-read-factor):
14178 Use declared variables math-exp-pos math-exp-old-pos.
14179 (math-read-exprs, math-read-token, math-read-expr-level)
14180 (calc-check-user-syntax, calc-match-user-syntax)
14181 (match-factor-after, math-read-factor): Use declared variable
14182 math-exp-token.
14183 (math-read-exprs, math-read-expr-list, math-read-token)
14184 (math-read-factor): Use declared variable math-exp-keep-spaces.
14185 (math-read-exprs, math-read-token): Use declared variable
14186 math-exp-str.
14187 (calc-match-user-syntax): Make m a local variable.
14188
14189 * calc/calc-ext.el (math-read-expr): Use declared variables
14190 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
14191 math-exp-keep-spaces.
14192
14193 * calc/calc-forms.el (math-read-angle-bracket): Use declared
14194 variables math-exp-pos, math-exp-str.
14195
14196 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
14197 math-exp-old-pos.
14198 (math-parse-fortran-vector, math-parse-fortran-vector-end)
14199 (math-parse-eqn-prime): Use declared variable math-exp-token.
14200
14201 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
14202 Use declared variable math-exp-pos.
14203 (math-check-for-commas): Use declared variable math-exp-str.
14204 (math-read-brackets): Use declared variables math-exp-old-pos,
14205 math-exp-keep-spaces.
14206 (math-read-brackets, math-read-vector, math-read-matrix):
14207 Use declared variable math-exp-token.
14208
14209 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
14210
14211 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
14212 where the keymap is a symbol.
14213 (easy-menu-add-item): Use keymap-prompt. Simplify.
14214
14215 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
14216
14217 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
14218 (sgml-parse-tag-backward): Use it to skip spurious < or >.
14219
14220 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
14221
14222 * ebuff-menu.el: Doc fixes throughout.
14223 (electric-buffer-menu-mode-hook): New defvar.
14224
14225 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
14226
14227 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
14228 The resulting compiler warnings appear to be harmless.
14229
14230 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
14231
14232 * textmodes/conf-mode.el: New file.
14233
14234 * files.el (auto-mode-alist, magic-mode-alist): Use it.
14235
14236 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
14239
14240 2004-11-09 Jay Belanger <belanger@truman.edu>
14241
14242 * calc/calc-ext.el (calc-init-extensions): Remove old code.
14243
14244 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
14245 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
14246 (calc-z-prefix-help, calc-user-function-list): Use declared
14247 variables calc-z-prefix-buf, calc-z-prefix-msgs.
14248 (math-map-tree, math-map-tree-rec): Use declared variables
14249 math-mt-many, math-mt-func.
14250 (math-read-expression, math-read-string): Use declared variable
14251 math-expr-data.
14252
14253 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
14254 variable math-normalize-a.
14255
14256 * calc/calc.el (math-normalize-a): New variable.
14257 (math-normalize): Use declared variable math-normalize-a.
14258
14259 * calc/calc-poly.el (math-expand-form): Use declared variable
14260 math-mt-many.
14261
14262 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
14263 Use declared variable math-mt-many.
14264 (math-rewrite): Use declared variable math-mt-func.
14265
14266 * calc/calc-vec.el (math-read-brackets, math-read-vector)
14267 (math-read-matrix): Use declared variable math-expr-data.
14268
14269 * calc/calc-lang.el (math-parse-fortran-vector)
14270 (math-parse-fortran-vector-end, math-parse-tex-sum)
14271 (math-parse-eqn-matrix, math-parse-eqn-prime)
14272 (math-read-math-subscr): Use declared variable math-expr-data.
14273
14274 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
14275 (math-read-expr-level, math-read-token, calc-check-user-syntax)
14276 (calc-match-user-syntax, math-read-if, math-factor-after)
14277 (math-read-factor): Use declared variable math-expr-data.
14278
14279 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
14280
14281 * calendar/diary-lib.el (diary-from-outlook)
14282 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
14283 interactive-p; but rather new optional argument NOCONFIRM.
14284
14285 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
14286
14287 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
14288 (easy-menu-name-match): Revert correspondingly.
14289
14290 2004-11-09 Richard M. Stallman <rms@gnu.org>
14291
14292 * emacs-lisp/bytecomp.el (byte-compile-defalias):
14293 Turn off warnings for the new function even if definition not constant.
14294 If the definition isn't a quoted symbol, record (FUNCTION . t).
14295 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
14296 (byte-compile-callargs-warn): Handle (FUNCTION . t).
14297 (display-call-tree, byte-compile-arglist-warn):
14298 Handle t returned by byte-compile-fdefinition.
14299
14300 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14301
14302 * Makefile.in (maintainer-clean): Depend on distclean.
14303
14304 * help-fns.el (help-C-file-name): File name must be in build-files
14305 to be returned.
14306
14307 2004-11-09 Jay Belanger <belanger@truman.edu>
14308
14309 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
14310 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
14311
14312 * calc/calc.el (calc, calc-trail-display, calc-mode):
14313 Remove obsolete sections.
14314
14315 * calc/calc.el (calc-x-paste-text): Remove.
14316
14317 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
14318 mouse-2.
14319
14320 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
14321
14322 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
14323 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
14324 current frame (in case of recursive calls).
14325 (gdb-show-changed-values): Add :version keyword.
14326
14327 2004-11-09 Kenichi Handa <handa@m17n.org>
14328
14329 * international/mule-cmds.el: Change coding: tag back to
14330 iso-2022-7bit.
14331
14332 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
14333
14334 * international/mule-cmds.el: Change coding-system to utf-8.
14335 (select-safe-coding-system-interactively):
14336 New function extracted from select-safe-coding-system.
14337 (select-safe-coding-system): Use it.
14338
14339 2004-11-08 Richard M. Stallman <rms@gnu.org>
14340
14341 * subr.el (syntax-after): Doc fix.
14342
14343 * paren.el (show-paren-function): Change calls to syntax-after
14344 for new way of returning the value.
14345
14346 * menu-bar.el (menu-bar-file-menu): Make this the real name
14347 and menu-bar-files-menu the alias. Use the former.
14348 (global-map): Use `file', not `files', as the symbol.
14349
14350 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
14351
14352 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
14353 Don't use beginning-of-buffer.
14354 (filesets-cmd-show-result): Use with-no-warnings.
14355
14356 2004-11-08 Juri Linkov <juri@jurta.org>
14357
14358 * progmodes/compile.el (compile): Don't overwrite last command in
14359 minibuffer history with default command if they are not equal.
14360
14361 2004-11-08 Jay Belanger <belanger@truman.edu>
14362
14363 * calc/calcalg2.el (math-do-integral-methods): Try linear then
14364 non-linear substitutions.
14365
14366 2004-11-08 Jay Belanger <belanger@truman.edu>
14367
14368 * calc/calcalg2.el (math-linear-subst-tried): New variable.
14369 (math-do-integral): Set `math-linear-subst-tried' to nil.
14370 (math-do-integral-methods): Use `math-linear-subst-tried' to
14371 determine what type of substitution to try.
14372 (math-integ-try-linear-substituion):
14373 Set `math-linear-subst-tried' to t.
14374
14375 2004-11-08 Kim F. Storm <storm@cua.dk>
14376
14377 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
14378
14379 2004-11-07 Juri Linkov <juri@jurta.org>
14380
14381 * info-look.el (info-lookup): Allow reusing in the current buffer
14382 not only *info* buffer, but all (even renamed) Info buffers
14383 by checking for major-mode instead of *info* buffer name.
14384 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
14385 (octave-mode, maxima-mode) <doc-spec>:
14386 Allow long dashes generated by Texinfo 4.7 before definitions.
14387 (texinfo-mode) <doc-spec>: Add space to suffix to find command
14388 definitions with argument separated by space.
14389
14390 2004-11-06 Richard M. Stallman <rms@gnu.org>
14391
14392 * simple.el (next-error group, face): Move before first use.
14393 (next-error-highlight, next-error-highlight-no-select): Likewise.
14394
14395 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
14396 (line-move): New args NOERROR and TO-END.
14397 Return t if succeed in moving specified number of lines.
14398 (move-end-of-line): New function.
14399
14400 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
14401 (end-of-buffer-other-window): Likewise.
14402
14403 * simple.el (line-move-ignore-invisible): Default to t.
14404
14405 * subr.el (syntax-after): Return the syntax letter, not the raw code.
14406
14407 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
14408
14409 * international/iso-cvt.el (iso-cvt-define-menu):
14410 Rename menu-bar-files-menu to menu-bar-file-menu.
14411
14412 * net/browse-url.el (browse-url-gnome-moz-program)
14413 (browse-url-gnome-moz-arguments): Move up before first use.
14414
14415 * net/tramp.el (tramp group): Add :version.
14416
14417 * progmodes/ada-xref.el (ada-gdb-application):
14418 Use goto-char instead of beginning-of-buffer.
14419
14420 * progmodes/cperl-mode.el (cperl-info-on-command):
14421 Use goto-char instead of beginning-of-buffer.
14422
14423 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
14424 Move up before first use.
14425 (idlwave-shell-temp-pro-file): Likewise.
14426 (idlwave-shell-temp-rinfo-save-file): Likewise.
14427 (idlwave-shell-temp-file): Minor doc fix.
14428
14429 * textmodes/flyspell.el (flyspell-external-point-words):
14430 Use goto-char instead of beginning-of-buffer.
14431
14432 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
14433
14434 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
14435 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
14436 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
14437
14438 2004-11-06 David Ponce <david@dponce.com>
14439
14440 * recentf.el (recentf-menu-path): Use menu item name.
14441
14442 2004-11-06 Eli Zaretskii <eliz@gnu.org>
14443
14444 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
14445 display doesn't support images.
14446
14447 2004-11-06 Andreas Schwab <schwab@suse.de>
14448
14449 * tempo.el (tempo-match-finder): Doc fix.
14450
14451 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
14452
14453 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
14454
14455 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
14456 (easy-menu-lookup-name): New fun to replace it.
14457 (easy-menu-get-map): Use it to obey menu item names (rather than just
14458 keys) when looking up `path'.
14459 (easy-menu-always-true-p): Rename from easy-menu-always-true.
14460 (easy-menu-convert-item-1): Adjust to new name.
14461
14462 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
14463
14464 * outline.el (hide-body): Don't hide lines at the top of the file
14465 that precede the first header line.
14466
14467 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
14468
14469 * align.el (align-areas): Delete whitespace before reindenting, so
14470 that tabs are never placed after spaces.
14471
14472 2004-11-06 Alan Shutko <ats@acm.org>
14473
14474 * macros.el (insert-kbd-macro): Do completions based on macros,
14475 rather than all commands.
14476
14477 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
14478
14479 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
14480 to solve a bug whereby tags with 'b' don't match.
14481
14482 2004-11-05 Juri Linkov <juri@jurta.org>
14483
14484 * info.el (Info-search): Don't search in node header lines
14485 and file headers.
14486
14487 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
14488 symbol-constituent characters after dot, not only digits.
14489
14490 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
14491
14492 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
14493
14494 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14495
14496 * dired.el (dired-read-dir-and-switches): Call read-directory-name
14497 if a dialog will be used, read-file-name otherwise.
14498
14499 2004-11-04 Richard M. Stallman <rms@gnu.org>
14500
14501 * textmodes/table.el (table group): Add :version.
14502
14503 * textmodes/ispell.el (ispell-word):
14504 Don't alter args; set them only thru `interactive' spec.
14505
14506 * textmodes/flyspell.el (flyspell-word):
14507 Don't alter FOLLOWING; set it only thru `interactive' spec.
14508
14509 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
14510
14511 * net/browse-url.el (browse-url-maybe-new-window):
14512 Use called-interactively-p.
14513
14514 * mail/supercite.el (sc-cite-region):
14515 Don't use interactive-p. Add arg INTERACTIVE.
14516 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
14517
14518 * international/mule-cmds.el (set-input-method, toggle-input-method):
14519 Don't use interactive-p. Add arg INTERACTIVE.
14520
14521 * eshell/esh-mode.el (eshell-show-maximum-output):
14522 Don't use interactive-p.
14523 (eshell-truncate-buffer): Just message, no error, if buffer is short.
14524
14525 * mouse.el (mouse-show-mark): Get positions to delete from mark
14526 and point, not from mouse-drag-overlay.
14527
14528 * imenu.el (imenu-eager-completion-buffer): Add :version.
14529
14530 * filesets.el (filesets group): Add :version.
14531
14532 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
14533
14534 * files.el (xml-based-modes): Delete var.
14535 (magic-mode-alist): New more general var.
14536 (set-auto-mode): Use it.
14537
14538 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
14539 when clicking from another window.
14540
14541 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
14542
14543 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
14544 (vc-cvs-annotate-time): Incorporate value of deleted var.
14545 Remove special-case handling of beginning-of-buffer cruft.
14546 Cache ending position (point) and return value in text property
14547 `vc-cvs-annotate-time', and consult it on subsequent invocations.
14548
14549 * vc-cvs.el (vc-cvs-annotate-command):
14550 Delete extraneous lines from beginning of buffer.
14551 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
14552
14553 * progmodes/grep.el (grep-default-command): Take empty string
14554 for tag if all other methods yield nil. Shell-quote the tag.
14555
14556 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
14557 spec in `interactive' form, and mention it in the docstring.
14558 Also, make sure point is at bol after calling `annotate-time'.
14559
14560 2004-11-02 Richard M. Stallman <rms@gnu.org>
14561
14562 * cus-edit.el (customize-group-other-window):
14563 Select the window that displays the custom buffer.
14564 (custom-buffer-create-other-window): Likewise.
14565
14566 * comint.el (comint-insert-input): Fix previous change.
14567
14568 * emacs-lisp/elp.el (elp-instrument-function):
14569 Use called-interactively-p.
14570
14571 * emacs-lisp/easymenu.el (easy-menu-intern):
14572 Don't downcase; rather, case-flip the first letter of each word.
14573
14574 * emacs-lisp/easy-mmode.el (define-minor-mode):
14575 Use called-interactively-p.
14576
14577 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
14578 Add interactive-only.
14579 (byte-compile-warnings): Add interactive-only as option.
14580 (byte-compile-interactive-only-functions): New variable.
14581 (byte-compile-form): Warn about calls to functions
14582 in byte-compile-interactive-only-functions.
14583
14584 * emacs-lisp/autoload.el (update-file-autoloads):
14585 Don't use interactive-p; take new arg SAVE-AFTER.
14586
14587 * emacs-lisp/advice.el (ad-make-advised-definition):
14588 Use called-interactively-p.
14589
14590 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14591
14592 * files.el (find-file-existing): New function.
14593
14594 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
14595 find-file-existing. Add "New File..." that calls find-file.
14596
14597 * diropen.pbm, diropen.xpm: New files.
14598
14599 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
14600 icon diropen. New tool bar item find-file-existing uses icon open.
14601
14602 * dired.el (dired-read-dir-and-switches): Call read-directory-name
14603 instead of read-file-name.
14604
14605 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
14606
14607 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
14608 (icalendar--split-value): Change name of work buffer.
14609 (icalendar--get-weekday-abbrev): Return nil on error.
14610 (icalendar--date-to-isodate): New function.
14611 (icalendar-convert-diary-to-ical)
14612 (icalendar-extract-ical-from-buffer): Use only two args for
14613 make-obsolete (XEmacs compatibility).
14614 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
14615 (icalendar-export-region): Doc fix.
14616 If error, return non-nil and write errors to a buffer.
14617 Use correct weekday for weekly recurring events.
14618 Check whether date has been parsed for ordinary events.
14619 Make weekly events start in the year 2000.
14620 DTEND is non-inclusive, shift end date by one day if
14621 necessary (not for entries that have date and time).
14622 Rename local let variables: oops -> found-error, datestring ->
14623 startdatestring.
14624
14625 2004-11-02 Kim F. Storm <storm@cua.dk>
14626
14627 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
14628 keep-mode-if-same variable. Add it as optional arg instead.
14629 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
14630
14631 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
14632 substitute-command-keys will select lower-case bindings like those
14633 used in the static help texts.
14634
14635 * descr-text.el (describe-text-properties): Don't err if called in
14636 the *Help* buffer; output to *Help-2* buffer instead.
14637
14638 * kmacro.el (group kmacro): Add :version.
14639 (kmacro-keyboard-quit): New function to cleanup on C-g.
14640 (kmacro-start-macro): Set defining-kbd-macro to append when
14641 appending to last macro.
14642
14643 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
14644
14645 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
14646
14647 * progmodes/gdb-ui.el (gdb-enable-debug-log)
14648 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
14649 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
14650 Add :version keyword.
14651
14652 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
14653
14654 * progmodes/flymake.el (flymake-err-line-patterns):
14655 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
14656 `compilation-error-regexp-alist-alist' to internal Flymake format.
14657
14658 * progmodes/flymake.el: Eliminate byte-compiler warnings.
14659
14660 2004-11-01 Jay Belanger <belanger@truman.edu>
14661
14662 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
14663 with `interactive "s"'.
14664
14665 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14666
14667 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
14668 Revert change from 2004-10-16. '*' checks the current buffer, but the
14669 mouse click may be in another buffer.
14670
14671 2004-11-01 John Paul Wallington <jpw@gnu.org>
14672
14673 * files.el (large-file-warning-threshold): Add :version keyword.
14674 (kill-some-buffers): Doc fix.
14675
14676 * thumbs.el (group thumbs): Add :version keyword.
14677
14678 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
14679
14680 2004-11-01 Richard M. Stallman <rms@gnu.org>
14681
14682 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
14683
14684 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
14685
14686 * allout.el (allout group): Add :version.
14687 (allout-init): Don't use interactive-p.
14688 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
14689 (allout-forward-current-level, allout-backward-current-level):
14690 Don't use interactive-p.
14691
14692 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
14693 (bibtex-find-text): Likewise.
14694
14695 * progmodes/vhdl-mode.el (vhdl-fill-region)
14696 (vhdl-beginning-of-statement): Don't use interactive-p.
14697
14698 * progmodes/idlwave.el (idlwave-update-routine-info):
14699 Don't use interactive-p.
14700
14701 * progmodes/idlw-shell.el (idlwave-shell-send-char):
14702 Don't use interactive-p.
14703
14704 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
14705 Don't use interactive-p.
14706
14707 * progmodes/ada-xref.el (ada-make-body-gnatstub):
14708 Don't use interactive-p.
14709
14710 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
14711 (fortune-in-buffer): Doc fix.
14712
14713 * play/5x5.el (5x5-new-game): Set up the buffer even if not
14714 interactive.
14715
14716 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
14717 don't select the temporary buffer.
14718 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
14719 (eudc-get-phone): Likewise.
14720
14721 2004-11-01 Kim F. Storm <storm@cua.dk>
14722
14723 * man.el (Man-xref-normal-file): Fix help-echo.
14724
14725 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
14726
14727 * reveal.el (reveal-last-tick): New var.
14728 (reveal-post-command): Use it to avoid closing overlays when we're
14729 appending text to them.
14730
14731 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14732
14733 * textmodes/bibtex.el: Require button.
14734 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
14735 (bibtex-reference-keys): Distinguish between header keys and
14736 crossref keys.
14737 (bibtex-beginning-of-field): New function.
14738 (bibtex-url-map): Remove.
14739 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
14740 (bibtex-font-lock-url-regexp): Assume that field names begin at
14741 the beginning of a line.
14742 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
14743 Remove field delimiters. Use bibtex-beginning-of-field.
14744 Bugfix, point can be inside a field with a url.
14745 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
14746 New functions.
14747 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
14748 (bibtex-key-in-head): Simplify.
14749 (bibtex-current-line): Use bolp.
14750 (bibtex-parse-keys): Remove unused arg `add'.
14751 Use bibtex-type-in-head and bibtex-key-in-head.
14752 (bibtex-parse-entry, bibtex-autofill-entry):
14753 Use bibtex-type-in-head and bibtex-key-in-head.
14754 (bibtex-autokey-get-field): Do not alter case of replacement text.
14755 (bibtex-autokey-get-names): Do all processing of name list.
14756 (bibtex-autokey-get-year): New function.
14757 (bibtex-autokey-get-title): Do all processing of title words.
14758 (bibtex-generate-autokey): Simplify.
14759 (bibtex-string-files-init): Use default-directory.
14760 Allow for absolute file names in bibtex-string-files.
14761 (bibtex-files, bibtex-file-path): New variables.
14762 (bibtex-files-expand): New function.
14763 (bibtex-find-entry-globally): New command.
14764 (bibtex-summary-function): New variable.
14765 (bibtex-summary): Default value of bibtex-summary-function.
14766 (bibtex-find-crossref): New optional args pnt and split.
14767 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
14768 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
14769 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
14770 Fix handling of required and alternative fields.
14771 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
14772 Use cons and display-buffer.
14773 (bibtex-validate-globally): New command.
14774 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
14775 bibtex-parse-keys and bibtex-parse-strings for updating
14776 bibtex-reference-keys and bibtex-strings.
14777 (bibtex-realign): Remove blank lines past the last entry.
14778 (bibtex-reformat): Use bibtex-entry-format as default.
14779 (bibtex-choose-completion-string): Remove.
14780 (bibtex-complete): Do not use bibtex-choose-completion-string.
14781 (bibtex-url): Simplify.
14782
14783 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14784
14785 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
14786 (x-dnd-types-alist, x-dnd-open-file-other-window)
14787 (x-dnd-known-types): Add :version.
14788
14789 2004-10-31 John Paul Wallington <jpw@gnu.org>
14790
14791 * ibuffer.el (group ibuffer): Add :version keyword.
14792
14793 2004-10-31 Kim F. Storm <storm@cua.dk>
14794
14795 * ido.el (group ido): Add :version keyword.
14796 (ido-mode): Remove :version keyword.
14797
14798 * emulation/cua-base.el (group cua): Add :version keyword.
14799 (cua-mode): Remove :version keyword.
14800
14801 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
14802
14803 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
14804
14805 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
14806 compiler warning.
14807 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
14808 function.
14809 (help-at-pt-display-when-idle): Remove autoload.
14810
14811 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
14814
14815 2004-10-30 Juri Linkov <juri@jurta.org>
14816
14817 * help.el (function-called-at-point):
14818 * help-fns.el (variable-at-point): Read -> intern.
14819
14820 2004-10-30 Simon Josefsson <jas@extundo.com>
14821
14822 * progmodes/autoconf.el (autoconf-font-lock-keywords):
14823 Recognize AS_* too.
14824
14825 2004-10-29 Simon Josefsson <jas@extundo.com>
14826
14827 * subr.el (read-passwd): Move back from password.el.
14828
14829 * password.el: Remove, not ready yet.
14830
14831 2004-10-29 Andreas Schwab <schwab@suse.de>
14832
14833 * speedbar.el (speedbar-frame-parameters): Improve customize type.
14834
14835 2004-10-29 Sam Steingold <sds@gnu.org>
14836
14837 * mouse.el (mouse-show-mark): Replace the last occurrence of
14838 x-lost-selection-hooks with x-lost-selection-functions.
14839
14840 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
14841
14842 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
14843 x-lost-selection-functions is bound.
14844
14845 * mouse-sel.el (mouse-sel-mode):
14846 * emacs-lisp/lselect.el: Adjust to new names for
14847 x-(lost|sent)-selection-functions.
14848
14849 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
14850 New obsolete aliases of x-lost-selection-functions and
14851 x-sent-selection-functions.
14852
14853 2004-10-28 Kim F. Storm <storm@cua.dk>
14854
14855 * imenu.el (imenu-scanning-message): Remove.
14856 (imenu-progress-message): Make it a no-op.
14857
14858 2004-10-28 John Paul Wallington <jpw@gnu.org>
14859
14860 * files.el (set-auto-mode): Call `throw' correctly.
14861
14862 2004-10-28 Juri Linkov <juri@jurta.org>
14863
14864 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
14865 to search `Info-...' commands in `info' manual.
14866 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
14867 Add 'info-file "emacs" property.
14868 (Info-find-emacs-command-nodes): Fix index line number regexp.
14869 Set real line number (instead of fake 0) in first element of the
14870 returned list.
14871 (Info-goto-emacs-command-node): Use line number of first element
14872 to set point in the first found Info node.
14873
14874 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
14875 code to `grep-mode-font-lock-keywords'.
14876 (grep-mode-font-lock-keywords): Delete grep markers instead
14877 of making them invisible.
14878
14879 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14880
14881 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
14882 and x-server-version in bug report.
14883
14884 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
14885
14886 * files.el (set-auto-mode-0): New function.
14887 (set-auto-mode): Use it to handle aliased modes and to
14888 be consistent between C-x C-f and C-x C-w.
14889
14890 2004-10-28 Kenichi Handa <handa@m17n.org>
14891
14892 * international/utf-8.el (utf-translate-cjk-charsets):
14893 Add katakana-jisx0201.
14894
14895 * international/subst-jis.el: Add data for JISX0201.
14896
14897 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
14898
14899 * obsolete/hilit19.el (hilit-mode): New function.
14900 Move all the toplevel side-effecting stuff into it, so that loading
14901 hilit19 doesn't mess everything up any more.
14902
14903 2004-10-27 Richard M. Stallman <rms@gnu.org>
14904
14905 * add-log.el (add-change-log-entry): Set up mailing address
14906 and full name later, and don't alter add-log-mailing-address
14907 or add-log-full-name.
14908
14909 * elide-head.el (elide-head): Change error to message.
14910 (elide-head-show): Likewise.
14911
14912 * apropos.el (apropos-macrop): Doc fix.
14913
14914 * mouse.el (mouse-show-mark): Do most processing the same
14915 regardless of transient-mark-mode.
14916
14917 * shadowfile.el (shadow-copy-files): Use interactive-p
14918 only to control whether to print a message.
14919
14920 * tar-mode.el (tar-mode): Use write-contents-functions,
14921 not write-contents-hooks.
14922
14923 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
14924 directory-sep-char.
14925
14926 2004-10-27 Richard M. Stallman <rms@gnu.org>
14927
14928 * strokes.el (strokes-unload-hook): Fix previous change.
14929
14930 * type-break.el (type-break-run-at-time): Always use run-at-time;
14931 forget the alternatives.
14932 (type-break-cancel-function-timers): Always use cancel-function-timers;
14933 forget the alternatives.
14934
14935 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
14936
14937 2004-10-27 Kenichi Handa <handa@m17n.org>
14938
14939 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
14940
14941 * international/subst-gb2312.el: Likewise.
14942
14943 * international/subst-big5.el: Likewise.
14944
14945 * international/subst-ksc.el: Likewise.
14946
14947 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
14948 New variable.
14949 (utf-translate-cjk-set-unicode-range): New function.
14950 (utf-translate-cjk-unicode-range): Make it customizable.
14951 (utf-8-post-read-conversion):
14952 Use utf-translate-cjk-unicode-range-string.
14953 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
14954 Unicode ranges.
14955
14956 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
14957
14958 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
14959 trivial variants to shorten the list.
14960 (xml-based-modes): New var.
14961 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
14962 declaration higher priority than auto-mode-alist.
14963
14964 * find-file.el (cc-other-file-alist): Bring it in line with
14965 cc-mode's auto-mode-alist entries and use \' instead of $.
14966
14967 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
14968 and add "Id" and "Name" submenus to it.
14969
14970 * imenu.el (imenu--generic-function): Skip matches in comments.
14971
14972 2004-10-26 Jay Belanger <belanger@truman.edu>
14973
14974 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
14975 (full-calc-keypad, calc-trail-display): Use an extra argument
14976 instead of `interactive-p'.
14977
14978 * calc/calc-misc.el (calc-other-window): Use an extra argument
14979 instead of `interactive-p'.
14980
14981 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
14982 `interactive-p'.
14983
14984 2004-10-26 Kim F. Storm <storm@cua.dk>
14985
14986 * help.el (describe-key): Describe both down-event and up-event
14987 for a mouse click.
14988
14989 2004-10-26 Richard M. Stallman <rms@gnu.org>
14990
14991 * woman.el (woman): Don't call interactive-p.
14992
14993 * pcomplete.el (pcomplete): Instead of interactive-p,
14994 use an arg set non-nil by the interactive spec.
14995
14996 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
14997 use an arg set non-nil by the interactive spec.
14998
14999 * man.el (Man-cleanup-manpage): Instead of interactive-p,
15000 use an arg set non-nil by the interactive spec.
15001
15002 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15003
15004 * progmodes/flymake.el (flymake-split-string):
15005 Use `flymake-split-string-remove-empty-edges' in any case.
15006
15007 2004-10-26 Masatake YAMATO <jet@gyve.org>
15008
15009 * progmodes/flymake.el (flymake-err-line-patterns):
15010 Use `compilation-error-regexp-alist-alist' instead of
15011 `compilation-error-regexp-alist'.
15012
15013 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
15014
15015 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
15016 verbatim face on the \ of \end{verbatim}.
15017
15018 2004-10-25 Jay Belanger <belanger@truman.edu>
15019
15020 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
15021 erasing minibuffer.
15022
15023 2004-10-25 Simon Josefsson <jas@extundo.com>
15024
15025 * subr.el (read-passwd): Move to net/password.el.
15026
15027 * net/password.el (read-passwd): Add. Autoload it.
15028
15029 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
15030
15031 * mouse-sel.el (mouse-sel-mode): Specify custom group.
15032
15033 * simple.el (process-file): Fix logic.
15034
15035 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
15036
15037 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
15038 (increase-right-margin): Remove erroneous call to `interactive-p'.
15039
15040 2004-10-24 Kim F. Storm <storm@cua.dk>
15041
15042 * help.el (describe-mode): Fix 2004-10-13 change.
15043 Copy pure "Auto Fill" string so it can be propertized later
15044 without causing a read-only error.
15045
15046 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
15047
15048 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
15049 style indexes.
15050
15051 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
15052
15053 * simple.el (process-file): Accept nil for INFILE. Reported by
15054 Luc Teirlinck.
15055
15056 2004-10-24 Masatake YAMATO <jet@gyve.org>
15057
15058 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
15059 Handle periods and underscores in a function name.
15060 Remove the address fontification.
15061
15062 2004-10-24 Masatake YAMATO <jet@gyve.org>
15063
15064 * progmodes/asm-mode.el (asm-font-lock-keywords):
15065 Use font-lock-variable-name-face for registers.
15066
15067 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
15068
15069 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
15070 kill-all-local-variables.
15071 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
15072 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
15073 Use kill-all-local-variables and provide mode-hooks.
15074 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
15075 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
15076 Suggested by Masatake YAMATO <jet@gyve.org>.
15077
15078 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
15079
15080 * simple.el (process-file): New function, similar to call-process
15081 but supports file handlers.
15082 * vc.el (vc-do-command): Use it, instead of call-process.
15083 * net/tramp-vc.el (vc-do-command): Do not advise it if
15084 process-file is fboundp.
15085 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
15086 process-file.
15087 (tramp-handle-process-file): New function.
15088 (tramp-file-name-for-operation): Support process-file.
15089
15090 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
15091
15092 * calendar/icalendar.el (icalendar--weekday-array): New constant.
15093 (icalendar-weekdayabbrev-table)
15094 (icalendar-monthnumber-table): Delete.
15095 (icalendar--get-month-number): Use calendar-month-name-array.
15096 (icalendar--get-weekday-number): New function.
15097 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
15098 (icalendar-export-region): Handle multi-line entries.
15099 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
15100
15101 2004-10-23 John Paul Wallington <jpw@gnu.org>
15102
15103 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
15104 `wildcards' set to t in interactive spec.
15105
15106 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
15107 interactive spec rather than use `interactive-p'.
15108 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
15109 rather than use function `interactive-p'.
15110
15111 2004-10-22 Kenichi Handa <handa@m17n.org>
15112
15113 * international/mule.el (translate-region): Implement it in Lisp
15114 as a front end of translate-region-internal.
15115
15116 2004-10-21 Jay Belanger <belanger@truman.edu>
15117
15118 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
15119 Declare these variables with defvar.
15120
15121 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
15122 is bound, only check to see if it is bound.
15123
15124 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
15125
15126 * textmodes/tex-mode.el (tex-compilation-parse-errors):
15127 Don't output messages.
15128
15129 * calc/calc-help.el (calc-describe-bindings): Fix last change.
15130
15131 2004-10-21 John Paul Wallington <jpw@gnu.org>
15132
15133 * calc/calc-graph.el (calc-graph-init):
15134 Use `set-process-query-on-exit-flag'.
15135
15136 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
15137
15138 * progmodes/compile.el (compilation-start): Rely on `cd' to get
15139 dir right and also allow argumentless cd.
15140
15141 2004-10-19 Richard M. Stallman <rms@gnu.org>
15142
15143 * textmodes/flyspell.el (flyspell-mode): Doc fix.
15144
15145 * eshell/em-unix.el (eshell-grep):
15146 Don't bind compilation-process-setup-function.
15147
15148 * comint.el (comint-insert-input): Use @ in `interactive'.
15149 (comint-input-filter-functions): Doc fix.
15150 (comint-kill-whole-line, comint-get-source): Doc fix.
15151
15152 * progmodes/compile.el (compilation-setup):
15153 Don't set buffer-read-only if MINOR is non-nil.
15154
15155 2004-10-19 Jay Belanger <belanger@truman.edu>
15156
15157 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
15158 (calc-emacs-type-gnu19): Remove.
15159 (calc-digit-map, calc-read-key-sequence, calc-read-key):
15160 Remove check for old emacs versions.
15161
15162 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
15163 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
15164 for current Emacs.
15165
15166 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
15167 the end of the minibuffer.
15168 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
15169 copy `esc-map'.
15170
15171 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
15172
15173 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
15174 call that would be given when the current emacs was used.
15175
15176 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
15177
15178 * calendar/icalendar.el: Set coding to utf-8.
15179 (icalendar-version): Increase to 0.07.
15180 (icalendar-monthnumber-table): Change March pattern.
15181 (icalendar-get-all-event-properties)
15182 (icalendar-set-event-property): Delete.
15183 (icalendar-all-events): No longer interactive.
15184 (icalendar-convert-diary-to-ical)
15185 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
15186 their replacements.
15187 (icalendar-export-file, icalendar-export-region): New functions;
15188 essentially old `icalendar-convert-diary-to-ical' but appending to
15189 target rather than overwriting.
15190 (icalendar-import-file): Append to target file rather than
15191 overwriting. Fourth arg deleted.
15192 (icalendar-import-buffer): New name for old
15193 `icalendar-extract-ical-from-buffer'.
15194 (icalendar--convert-string-for-import): New name for
15195 old `icalendar-convert-for-import'.
15196 (include-icalendar-files): Delete.
15197 Prefix for all internal functions changed from `icalendar-'
15198 to `icalendar--'.
15199
15200 2004-10-19 Richard M. Stallman <rms@gnu.org>
15201
15202 * paths.el (news-path): Fix previous change.
15203
15204 2004-10-18 Jay Belanger <belanger@truman.edu>
15205
15206 * calc/calc-help.el (calc-describe-bindings):
15207 Set `buffer-read-only' to nil while working in the keybindings buffer;
15208 remove some extra information from the keybindings buffer.
15209
15210 2004-10-18 David Ponce <david@dponce.com>
15211
15212 * mouse.el (mouse-drag-move-window-top): New function.
15213 (mouse-drag-mode-line-1): Use it.
15214
15215 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
15216
15217 * info.el (Info-fontify-node): For multiline refs,
15218 arrange to unfontify newline and surrounding whitespace.
15219
15220 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
15221
15222 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
15223 directory is missing.
15224
15225 2004-10-17 John Paul Wallington <jpw@gnu.org>
15226
15227 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
15228 New customizable variable; whether to display buffers that match
15229 `ibuffer-maybe-show-predicates' by default.
15230 (ibuffer-maybe-show-predicates): Mention it in docstring.
15231 (ibuffer-display-maybe-show-predicates): New variable.
15232 (ibuffer-update): Prefix arg now toggles whether buffers that
15233 match `ibuffer-maybe-show-predicates' should be displayed.
15234 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
15235 locally to heed `ibuffer-default-display-maybe-show-predicates'.
15236 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
15237
15238 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
15239
15240 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
15241 work correctly.
15242
15243 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
15244
15245 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
15246 (Buffer-menu-beginning): New helper function.
15247 (Buffer-menu-execute): Use it.
15248 (Buffer-menu-select): Use it.
15249 (Buffer-menu-sort): Use it and also keep markers.
15250
15251 2004-10-17 Richard M. Stallman <rms@gnu.org>
15252
15253 * paths.el (news-directory): Rename from news-path. Old name alias.
15254 (rmail-spool-directory): Use defvar.
15255 (sendmail-program): Use defcustom.
15256 (remote-shell-program): Use defcustom.
15257 (term-file-prefix): Use defvar.
15258 (abbrev-file-name): Use defvar.
15259
15260 * term.el: Add maintainer.
15261
15262 * subr.el (with-local-quit): Return nil if there's a quit.
15263 (read-passwd): Use with-local-quit. Doc fix.
15264
15265 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
15266 (strokes-unload-hook): Set as a variable with add-hook.
15267
15268 * startup.el (fancy-splash-tail, normal-splash-screen):
15269 Update copyright year.
15270
15271 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
15272
15273 * server.el (server-unload-hook): Set as a variable with add-hook.
15274
15275 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
15276
15277 * frame.el (special-display-popup-frame):
15278 Make the buffer current as its frame is created.
15279
15280 * delsel.el (delsel-unload-hook): Set as a variable.
15281
15282 * comint.el (comint-output-filter-functions):
15283 Add comint-watch-for-password-prompt.
15284 (comint-read-noecho): Function deleted.
15285 (send-invisible): Use read-passwd.
15286
15287 * fringe.el (fringe-mode-initialize): New function.
15288 (fringe-mode): Use fringe-mode-initialize as :initialize.
15289
15290 2004-10-17 Kim F. Storm <storm@cua.dk>
15291
15292 * language/indian.el (indian-script-language-alist): Swap value
15293 and doc.
15294 (indian-font-char-index-table): Doc fix.
15295
15296 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
15297
15298 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
15299
15300 2004-10-16 Juri Linkov <juri@jurta.org>
15301
15302 * progmodes/compile.el (compilation-start): Move let-binding of
15303 `process-environment' into `with-current-buffer' body.
15304 Reported by Matt Hodges <MPHodges@member.fsf.org>.
15305
15306 2004-10-16 Richard M. Stallman <rms@gnu.org>
15307
15308 * pcvs-util.el (cvs-bury-buffer):
15309 Don't call get-buffer-window for effect.
15310
15311 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
15312
15313 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
15314
15315 * msb.el (msb-unload-hook): Set the variable.
15316
15317 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
15318 Use * to err if buffer is readonly.
15319
15320 * subr.el (looking-back): Return only t or nil.
15321
15322 * whitespace.el (whitespace-unload-hook): Set the variable.
15323
15324 * view.el (view-mode-enable): Set view-page-size and
15325 view-half-page-size to nil.
15326 (view-set-half-page-size-default): view-half-page-size = nil
15327 means the default.
15328 (View-scroll-page-forward): Use view-page-size-default.
15329 (View-scroll-page-backward): Likewise.
15330 (view-page-size, view-half-page-size): Doc fixes.
15331
15332 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
15333
15334 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
15335
15336 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
15337 "cl" like other files. Instead, call byte-compile-find-cl-functions.
15338 (byte-compile-log-1): Bind inhibit-read-only.
15339 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
15340 (byte-compile-log-warning): Likewise.
15341 (byte-compile-file-form-require): Detect "cl" from the arg value.
15342
15343 * progmodes/compile.el (compilation-start): Assume compilation-mode
15344 will make the buffer read-only.
15345 (compilation-mode): Take arg name-of-mode.
15346 (compilation-setup): Make buffer read-only.
15347 (compilation-handle-exit): Bind inhibit-read-only.
15348
15349 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
15350 (ispell-message): Likewise.
15351 (ispell-show-choices): Don't call get-buffer-window uselessly.
15352 (ispell-init-process): Use set-process-query-on-exit-flag.
15353
15354 2004-10-16 Kim F. Storm <storm@cua.dk>
15355
15356 * fringe.el (fringe-bitmaps): Only initialize when defined.
15357
15358 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
15359 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
15360
15361 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
15362
15363 2004-10-15 Simon Josefsson <jas@extundo.com>
15364
15365 * net/password.el: Add.
15366
15367 2004-10-14 Masatake YAMATO <jet@gyve.org>
15368
15369 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
15370 (gdb-script-end-of-defun): New function.
15371 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
15372 `gdb-script-end-of-defun' as *-of-defun-function.
15373
15374 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
15375
15376 * button.el (button-activate): Allow a marker to display as an action.
15377
15378 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
15379
15380 * help.el (describe-mode): Use it to make minor mode list into
15381 hyperlinks.
15382
15383 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
15384
15385 * vc.el (vc-annotate-display-select): Fix typo.
15386
15387 * subr.el (substitute-key-definition-key): New function.
15388 (substitute-key-definition): Use it with map-keymap.
15389 (event-modifiers): Use push.
15390 (mouse-movement-p, with-temp-buffer): Simplify.
15391
15392 2004-10-12 Jay Belanger <belanger@truman.edu>
15393
15394 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
15395 New variables.
15396 (calc-help-index-entries): New function.
15397 (calc-describe-function): Use `calc-help-function-list' instead of
15398 obarray for completion.
15399 (calc-describe-variable): Use `calc-help-variable-list' instead
15400 of obarray for completion.
15401
15402 2004-10-12 Richard M. Stallman <rms@gnu.org>
15403
15404 * info-look.el (info-lookup-file): Add info-file property.
15405 (info-lookup-symbol): Likewise.
15406
15407 * info.el (info-xref): Add underlining.
15408 (info): Add info-file property.
15409 (Info-find-emacs-command-nodes): Specify case-sensitive search.
15410
15411 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
15412
15413 Sync with Tramp 2.0.45.
15414
15415 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
15416 defined. This is not the case for XEmacs without package "edebug".
15417 (tramp-set-auto-save-file-modes): Set permissions of autosaved
15418 remote files to the permissions of the original file. This is not
15419 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
15420 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
15421 (tramp-perl-decode): Fix an error in Perl implementation.
15422 $pending must be cleared every loop. Reported by Benjamin Place
15423 <benjaminplace@sprintmail.com>
15424
15425 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
15426 Don't activate advice during definition. This is done later on,
15427 depending on test result of `substitute-in-file-name'.
15428 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15429
15430 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
15431
15432 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
15433
15434 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
15435
15436 2004-10-12 David Ponce <david@dponce.com>
15437
15438 * recentf.el (recentf-edit-list): Update the menu when the recentf
15439 list has been modified.
15440
15441 2004-10-12 Simon Josefsson <jas@extundo.com>
15442
15443 * net/tls.el (tls-certtool-program): New variable.
15444 (tls-certificate-information): New function, based on
15445 ssl-certificate-information.
15446
15447 2004-10-12 Kenichi Handa <handa@m17n.org>
15448
15449 * international/mule.el (coding-system-equal): Move from mule-util.el.
15450
15451 * international/mule-util.el (coding-system-equal): Move to mule.el.
15452
15453 2004-10-12 Kim F. Storm <storm@cua.dk>
15454
15455 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
15456 reset kmacro-initial-counter-value if set.
15457 (kmacro-set-counter): Only set kmacro-counter if defining or executing
15458 macro. Set kmacro-initial-counter-value otherwise. Never set both.
15459 (kmacro-display): Show macro counter if non-zero.
15460
15461 * subr.el (substitute-key-definition): Mention command remapping
15462 in doc string.
15463
15464 2004-10-11 Jay Belanger <belanger@truman.edu>
15465
15466 * calc/calc-misc.el (calc-info-goto-node): New function.
15467 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
15468 node in one step.
15469 (calc-describe-copying, calc-describe-distribution)
15470 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
15471 Go to appropriate info node in one step.
15472
15473 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
15474
15475 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
15476
15477 * font-lock.el (font-lock-apply-highlight): Fix last change.
15478
15479 2004-10-11 Simon Josefsson <jas@extundo.com>
15480
15481 * mail/smtpmail.el (smtpmail-open-stream): Look for
15482 starttls-gnutls-program instead of starttls-program iff
15483 starttls-use-gnutls is non-nil.
15484 (smtpmail-open-stream): Don't overwrite user settings of
15485 starttls-extra-arguments and starttls-extra-args.
15486
15487 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
15488
15489 * comint.el (comint-mouse-insert-input): Remove.
15490 (comint-insert-input): Make it work for mouse bindings.
15491 (comint-mode-map): Move defs into the declaration.
15492 (comint-output-filter): Typo.
15493
15494 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
15495
15496 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
15497
15498 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
15499 (ange-ftp-call-chmod): Reference remote-shell-program instead of
15500 ange-ftp-remote-shell.
15501
15502 2004-10-10 Andreas Schwab <schwab@suse.de>
15503
15504 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
15505 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
15506 Reported by <sri@asu.edu>.
15507
15508 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
15509
15510 * vc.el (vc-annotate-mode): Remove variable.
15511 (vc-annotate-display-select): Only call vc-annotate-mode
15512 if we're not in that mode already.
15513
15514 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
15515
15516 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
15517 (imenu-choose-buffer-index): Check here for rescan instead.
15518
15519 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
15520 where the face expression evals to nil.
15521
15522 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
15523 (tex-font-lock-keywords-2): Use it.
15524 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
15525
15526 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
15527
15528 2004-10-09 Kim F. Storm <storm@cua.dk>
15529
15530 * subr.el (progress-reporter-update): Define before first usage.
15531 (make-progress-reporter): Doc fix.
15532
15533 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
15534
15535 * textmodes/paragraphs.el (sentence-end-double-space)
15536 (sentence-end-without-period, sentence-end-without-space)
15537 (sentence-end): Doc fixes.
15538
15539 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
15540
15541 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
15542 Change paragraph-start regexp so we don't fill code starting with #'(.
15543
15544 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
15545
15546 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
15547 New defcustom.
15548 (extract-address-components): Use it.
15549
15550 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
15551
15552 * subr.el (make-progress-reporter, progress-reporter-update)
15553 (progress-reporter-force-update, progress-reporter-do-update)
15554 (progress-reporter-done): New functions.
15555
15556 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
15557
15558 * progmodes/etags.el (etags-tags-completion-table): Use progress
15559 reporter.
15560 (etags-tags-apropos): Likewise.
15561
15562 2004-10-08 Alan Mackenzie <acm@muc.de>
15563
15564 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
15565 of current line.
15566
15567 2004-10-08 Masatake YAMATO <jet@gyve.org>
15568
15569 * server.el (server-process-filter): Wrap `process-send-region'
15570 by `condition-case' to guard the case when the pipe to PROC is closed.
15571
15572 2004-10-07 Mark A. Hershberger <mah@everybody.org>
15573
15574 * xml.el (xml-substitute-special): Limit handling of external entities.
15575
15576 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
15577
15578 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
15579
15580 2004-10-06 John Paul Wallington <jpw@gnu.org>
15581
15582 * xml.el (xml-parse-dtd): Fix `error' call.
15583
15584 2004-10-05 Mark A. Hershberger <mah@everybody.org>
15585
15586 * xml.el (xml-substitute-special): Return a single string instead
15587 of a list of strings if an entity substitution is made.
15588
15589 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
15590
15591 * calendar/icalendar.el: New file.
15592
15593 2004-10-05 Juri Linkov <juri@jurta.org>
15594
15595 * isearch.el (isearch-done): Set mark after running hook.
15596 Reported by Drew Adams <drew.adams@oracle.com>.
15597
15598 * info.el (Info-history, Info-toc): Fix Info headers.
15599 (Info-toc): Narrow buffer before Info-fontify-node.
15600 (Info-build-toc): Don't check for special Info file names.
15601 Set main-file to nil if Info-find-file returns a symbol.
15602
15603 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
15604
15605 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
15606 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
15607 * calendar/cal-menu.el (calendar-mode-map): Ditto.
15608
15609 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
15610
15611 * calendar/cal-iso.el (calendar-iso-read-args): New function,
15612 for old interactive spec from calendar-goto-iso-date.
15613 (calendar-goto-iso-date): Use it.
15614 (calendar-goto-iso-week): New function. Suggested by Emilio
15615 C. Lopes <eclig@gmx.net>.
15616
15617 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
15618
15619 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
15620 `set-right-margin' bindings that follow the minor mode conventions.
15621
15622 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15623
15624 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
15625 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
15626 (latex-block-args-alist): Add minipage and picture.
15627 (latex-block-body-alist): Use reftex-label if enabled.
15628 (latex-insert-block): Don't insert a \n if not necessary.
15629 (tex-compile-commands): Make sure dvips doesn't send to printer.
15630 (tex-compile-default): Handle the case where no executable is found.
15631 (latex-noindent-environments): New var.
15632 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
15633 If tex-indent-allhanging is non-nil, make sure we only align for macros
15634 at beginning of line.
15635
15636 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
15637
15638 * newcomment.el (comment-beginning): Doc fix and don't choke on
15639 unset `comment-end-skip' when at beginning of comment.
15640
15641 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
15642
15643 * term.el (term-adjust-current-row-cache): Don't allow the current
15644 row to become negative.
15645 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
15646 the end of the line. Fix scroll down. Add comments.
15647 (term-handle-ansi-escape): Don't exceed terminal width when moving
15648 right.
15649 (term-scroll-region): Move the cursor after setting the scroll region.
15650
15651 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
15652
15653 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
15654 to `width' for consistency with docstring. Doc fix.
15655
15656 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
15657
15658 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
15659 This is necessary for derived modes.
15660
15661 2004-09-30 Kim F. Storm <storm@cua.dk>
15662
15663 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
15664 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
15665
15666 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
15667 kmacro-extract-lambda functions.
15668 (edit-kbd-macro): Handle kmacro lambda forms.
15669 Include counter and counter format in edit buffer.
15670 (edmacro-finish-edit): Get counter and format from edit buffer and
15671 update kmacro bindings when found.
15672
15673 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
15674
15675 * textmodes/paragraphs.el (forward-paragraph):
15676 Avoid args-out-of-range error when point winds up at the beginning of
15677 the buffer and hard newlines are enabled.
15678
15679 * newcomment.el (comment-multi-line): Doc fix.
15680
15681 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
15682
15683 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
15684 (diff-fixup-modifs): Catch unified-diff file-headers.
15685
15686 2004-09-29 Kim F. Storm <storm@cua.dk>
15687
15688 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
15689 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
15690 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
15691
15692 * fringe.el (fringe-bitmap-p): New macro.
15693 (fringe-bitmaps): Add standard fringe bitmaps on load.
15694
15695 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
15696
15697 * dired.el (dired-view-command-alist): Use more efficient regexps.
15698 Remove dubious arguments.
15699 (dired-align-file): New function.
15700 (dired-insert-directory): Use it.
15701 (dired-move-to-end-of-filename): Make the " -> " search more specific.
15702 (dired-buffers-for-dir): Remove unused var `pattern'.
15703
15704 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
15705
15706 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
15707 from diary display excursion. Store diary buffer's point for
15708 `simple-diary-display'.
15709 (simple-diary-display): Set window point and start when
15710 displaying buffer, to preserve point.
15711
15712 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
15713
15714 * textmodes/enriched.el (enriched-translations): Replace defconst
15715 with defvar.
15716
15717 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15718
15719 * printing.el: Doc fix.
15720 (pr-version): New version number (6.8.1).
15721 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
15722 make-temp-name.
15723 (pr-delete-file): Check if file exists before deleting it.
15724 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
15725
15726 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
15727
15728 * term.el (term-display-table): New variable.
15729 (term-mode): Use it.
15730 (term-exec-1): Set the coding system to binary.
15731 (term-emulate-terminal): Decode the string before inserting it.
15732
15733 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
15734
15735 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
15736 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
15737 (map): Bind S-prior, S-next and S-insert.
15738 (term-mode): Set `indent-tabs-mode' to nil.
15739 (term-paste): New function to be bound to S-insert.
15740 (term-send-del, term-send-backspace): Change the strings sent.
15741 (term-termcap-format): Synchronize with etc/e/eterm.ti.
15742 (term-handle-colors-array): Fix handling of underline and reverse.
15743 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
15744 (term-erase-in-line): Fix comparison.
15745 (term-emulate-terminal): Fix line wrap handling.
15746 (term-start-output-log): Rename from `term-set-output-log'.
15747 (term-stop-output-log): Rename from `term-stop-photo'.
15748 (term-switch-to-alternate-sub-buffer): Comment out, unused.
15749
15750 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
15751
15752 * dired.el (dired-move-to-filename): Don't output a message if
15753 raise-error is non-nil. Fix return position and value.
15754
15755 * files.el (insert-directory): Obey --dired even with symlinks.
15756
15757 2004-09-25 Lars Hansen <larsh@math.ku.dk>
15758
15759 * ls-lisp.el (ls-lisp-format): Mark file names with property
15760 dired-filename.
15761
15762 2004-09-25 Kim F. Storm <storm@cua.dk>
15763
15764 * ido.el (ido-max-directory-size): New defcustom.
15765 (ido-decorations): Add "too big" element.
15766 (ido-directory-too-big): New dynamic var.
15767 (ido-may-cache-directory): Don't cache big directories.
15768 (ido-directory-too-big-p): New defun.
15769 (ido-set-current-directory): Update ido-directory-too-big.
15770 (ido-read-internal): Make empty ido-cur-item if too-big.
15771 (ido-buffer-internal): Use ido-read-internal directly instead of
15772 ido-read-buffer.
15773 (ido-file-internal): Init ido-directory-too-big.
15774 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
15775 and redo completion with full list.
15776 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
15777 it, and show completions.
15778 (ido-all-completions): Let bind ido-directory-too-big to nil.
15779 (ido-exhibit): Handle ido-directory-too-big.
15780 (ido-read-buffer): Handle fallback to read-buffer.
15781 Init ido-directory-too-big.
15782 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
15783 Init ido-directory-too-big.
15784
15785 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
15786
15787 * subr.el (delay-mode-hooks): Doc fix.
15788
15789 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
15790
15791 * textmodes/enriched.el
15792 (enriched-default-text-properties-local-flag): New variable.
15793 (enriched-mode): Make sure that enabling and disabling the mode is
15794 a no-op. Doc fix.
15795
15796 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
15797
15798 * calendar/holidays.el (holiday-advent): Report on a specified day
15799 offset from advent, not just advent.
15800 (holiday-easter-etc): Report on one specified day offset from
15801 easter, not all easter holidays. Various Easter holidays moved to
15802 `christian-holidays' variable in calendar.el.
15803 * calendar/calendar.el (christian-holidays): Adapt for new
15804 behavior of `holiday-advent' and `holiday-easter-etc' functions.
15805
15806 2004-09-23 Kim F. Storm <storm@cua.dk>
15807
15808 * image.el (insert-sliced-image): Add doc string.
15809
15810 * ido.el (ido-choice-list): New dynamic var for `list' context.
15811 (ido-context-switch-command): New dynamic var.
15812 (ido-define-mode-map): Generalize switch between file/buffer contexts.
15813 (ido-read-internal): Handle new `list' context.
15814 Handle insert-buffer and insert-file ido-exit values.
15815 (ido-buffer-internal): New arg switch-cmd. Use it to setup
15816 ido-context-switch-command. Handle insert-file ido-exit value.
15817 (ido-read-buffer): Set ido-context-switch-command to 'ignore
15818 unless it is already bound by caller.
15819 (ido-file-internal): New arg switch-cmd. Use it to setup
15820 ido-context-switch-command. Handle insert-buffer ido-exit value.
15821 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
15822 used for context switching.
15823 (ido-all-completions): Handle new `list' context.
15824 (ido-make-choice-list): Return choices for `list' context.
15825 (ido-find-file-in-dir, ido-display-file, ido-write-file)
15826 (ido-display-buffer, ido-kill-buffer): Disable context switching.
15827 (ido-insert-buffer, ido-insert-file): Setup context switching.
15828 (ido-exhibit): Handle `list' context.
15829 (ido-read-file-name): Disable context switching. Handle fallback.
15830 (ido-read-directory-name): Disable context switching.
15831 (ido-completing-read): New defun like completing-read. Setup and
15832 use new `list' context.
15833
15834 2004-09-20 Jesper Harder <harder@ifa.au.dk>
15835
15836 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
15837
15838 2004-09-21 Jay Belanger <belanger@truman.edu>
15839
15840 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
15841 `calc-graph-set-styles' so the gnuplot buffer will appear in a
15842 separate window.
15843
15844 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
15845
15846 * subr.el (after-change-major-mode-hook): Doc fix.
15847
15848 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15849
15850 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
15851 of ghostscript for monochrome PostScript file in Windows.
15852
15853 2004-09-21 Kenichi Handa <handa@m17n.org>
15854
15855 * descr-text.el (describe-char): Checking of quail activation fixed.
15856
15857 2004-09-21 Jay Belanger <belanger@truman.edu>
15858
15859 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
15860
15861 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
15862
15863 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
15864 after the mode hooks instead of before. Doc fix.
15865
15866 2004-09-20 Jason Rumney <jasonr@gnu.org>
15867
15868 * startup.el (command-line) [windows-nt]: Try .emacs first, then
15869 _emacs, but revert to .emacs if neither exists in home directory.
15870
15871 2004-09-20 John Paul Wallington <jpw@gnu.org>
15872
15873 * bindings.el (completion-ignored-extensions): Add .dfsl.
15874
15875 2004-09-20 Richard M. Stallman <rms@gnu.org>
15876
15877 * bindings.el (scroll-left): Make it disabled.
15878
15879 * files.el (enable-local-eval): Doc fix.
15880
15881 * indent.el (move-to-left-margin): Special case for minibuffer.
15882
15883 * term.el (term-emulate-terminal): Turn off undo for output.
15884 Use with-current-buffer and save-selected-window.
15885
15886 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
15887
15888 * progmodes/make-mode.el (makefile-fill-paragraph):
15889 Don't insist on spaces when looking for comments. # is enough.
15890
15891 * files.el (hack-local-variables): Copy the variables list
15892 to another buffer, strip prefixes and suffixes there, then read.
15893 (enable-local-eval): Doc fix.
15894 (ignored-local-variables): Initialize to nil.
15895 (risky-local-variable-p): Don't check ignored-local-variables here.
15896 (hack-one-local-variable): Ignore var if in ignored-local-variables.
15897
15898 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
15899
15900 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
15901 of = to "." (punctuation).
15902
15903 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15904
15905 * subr.el (event-basic-type): Fix mask (extend to 22bits).
15906
15907 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
15908
15909 * textmodes/enriched.el (enriched-rerun-flag): New variable.
15910 (enriched-before-change-major-mode): New function.
15911 Add it to `change-major-mode-hook'.
15912 (enriched-after-change-major-mode): New function.
15913 Add it to `after-change-major-mode-hook'.
15914 (enriched-mode): Make it work correctly if called from
15915 `after-change-major-mode-hook'.
15916 No longer set `indent-line-function'.
15917
15918 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
15919
15920 * subr.el (after-change-major-mode-hook): New variable.
15921 (run-mode-hooks): Implement it.
15922
15923 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
15924
15925 * battery.el (battery-linux-proc-apm): Use string-to-number.
15926 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
15927 Use dolist (and less indentation). Use erase-buffer.
15928 Pre-initialize `design-capacity', `warn', and `low'.
15929 (battery-format): Use replace-regexp-in-string.
15930
15931 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
15932
15933 * battery.el: Delete superfluous empty lines.
15934 (battery-linux-proc-acpi): Attempt to gather information from all
15935 battery subdirectories regardless of their file name.
15936 (battery-linux-proc-apm): Replace all occurrences of
15937 battery-hex-to-int-2 with string-to-int (base 16).
15938 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
15939 (battery-hex-map): Delete variable.
15940
15941 2004-09-18 John Paul Wallington <jpw@gnu.org>
15942
15943 * calc/calc-units.el (calc-quick-units): Fix overzealous
15944 s/or/unless/.
15945
15946 2004-09-17 Jay Belanger <belanger@truman.edu>
15947
15948 * calc/calc.el (calc-mode-var-list): Fix the value of
15949 `calc-matrix-brackets'.
15950
15951 2004-09-17 Romain Francoise <romain@orebokech.com>
15952
15953 * ibuf-ext.el (define-ibuffer-filter filename):
15954 Expand dired-directory since buffer-file-name is absolute.
15955
15956 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
15957
15958 * ediff-init.el (ediff-current-diff-face-A)
15959 (ediff-current-diff-face-B, ediff-current-diff-face-C)
15960 (ediff-current-diff-face-Ancestor)
15961 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15962 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15963 (ediff-even-diff-face-A, ediff-even-diff-face-B)
15964 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15965 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15966 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15967 Use min-colors.
15968
15969 * term.el (term-down): Perform vertical motion if DOWN is negative.
15970 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
15971 (term-termcap-format): Synchronize with the eterm terminfo entry
15972 in etc/e/eterm.ti.
15973 (term-handle-colors-array): If the current foreground or
15974 background are zero (i.e. unspecified), use the foreground and
15975 background of the default face for reverse video.
15976 (term-ansi-at-eval-string, term-ansi-default-fg)
15977 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
15978 (term-mem): Delete unused function.
15979 (term-protocol-version): Increment.
15980 (term-current-face): Set to default.
15981
15982 2004-09-15 Jay Belanger <belanger@truman.edu>
15983
15984 * calc/calc.el (calc-mode-var-list): Define this variable.
15985 (calc-always-load-extensions, calc-line-numbering)
15986 (calc-line-breaking, calc-display-just, calc-display-origin)
15987 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15988 (calc-group-char, calc-point-char, calc-frac-format)
15989 (calc-prefer-frac, calc-hms-format, calc-date-format)
15990 (calc-float-format, calc-full-float-format, calc-complex-format)
15991 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15992 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15993 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15994 (calc-matrix-brackets, calc-language, calc-language-option)
15995 (calc-left-label, calc-right-label, calc-word-size)
15996 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15997 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15998 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15999 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
16000 (calc-window-height, calc-display-trail, calc-show-selections)
16001 (calc-use-selections, calc-assoc-selections)
16002 (calc-display-working-message, calc-auto-why, calc-timing)
16003 (calc-mode-save-mode, calc-standard-date-formats)
16004 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
16005 (calc-user-parse-tables, calc-gnuplot-default-device)
16006 (calc-gnuplot-default-output, calc-gnuplot-print-device)
16007 (calc-gnuplot-print-output, calc-gnuplot-geometry)
16008 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
16009 (calc-invocation-macro, calc-show-banner): Give these values as
16010 part of `calc-mode-var-list's initialization after the variables
16011 are declared with defvar.
16012 (calc-bug-address): Change email address to send bug reports to.
16013 Change the maintainer address at the top.
16014 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
16015 than "\\.emacs" to determine if it is the user-init-file.
16016
16017 * calc/calc-embed.el (calc-embedded-set-modes): Use
16018 `calc-mode-var-list' correctly.
16019
16020 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
16021
16022 * vc.el (annotate-time): Document point handling.
16023 (vc-annotate-display-autoscale): Doc fix.
16024
16025 2004-09-15 Miles Bader <miles@gnu.org>
16026
16027 * generic.el (generic-make-keywords-list): Use symbol rather than
16028 word anchors in regexp.
16029
16030 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
16031
16032 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
16033 no file name consider `dired-directory'.
16034
16035 2004-09-14 Kim F. Storm <storm@cua.dk>
16036
16037 * faces.el (cursor): Add face-no-inherit property. Doc fix.
16038
16039 2004-09-14 Simon Josefsson <jas@extundo.com>
16040
16041 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
16042
16043 * textmodes/dns-mode.el: Add.
16044
16045 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
16046
16047 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
16048 (disabled-command-function): Make the ?\ char more obvious.
16049
16050 * vc-arch.el (vc-arch-root, vc-arch-registered):
16051 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
16052
16053 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
16054
16055 * windmove.el (windmove-frame-edges): Report coordinates of
16056 outside edges of frame, not inside edges.
16057 (windmove-coordinates-of-position): Convert into wrapper to new
16058 function `windmove-coordinates-of-window-position';
16059 `compute-motion' always applies to selected window.
16060 (windmove-coordinates-of-position): Update documentation to refer
16061 to Emacs 21 Lisp Reference Manual.
16062 (windmove-find-other-window): Fix off-by-one errors for max x,y.
16063
16064 2004-09-13 Kim F. Storm <storm@cua.dk>
16065
16066 * isearch.el (isearch-resume-in-command-history): Rename from
16067 isearch-resume-enabled and change default to nil.
16068
16069 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
16070
16071 * vc-hooks.el (vc-ignore-dir-regexp): New var.
16072 (vc-registered): Use it.
16073 (vc-find-root): New fun.
16074
16075 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
16076 Don't tell to use \\{...} when it's already done.
16077
16078 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
16079 Provide a sample complex default.
16080 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
16081 (bibtex-entry): Use mapc.
16082
16083 2004-09-12 Kim F. Storm <storm@cua.dk>
16084
16085 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
16086
16087 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
16088 inhibit-field-text-motion to t so rectangles work in comint buffers.
16089
16090 * simple.el (choose-completion-string): Set buffer before running
16091 choose-completion-string-functions hook so it can be buffer-local.
16092
16093 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
16094
16095 * progmodes/compile.el (compilation-start): Parse command to see
16096 if it starts with a cd, and if so perform it for the *compilation*
16097 buffer. Change the header to reflect this.
16098
16099 2004-09-11 Kim F. Storm <storm@cua.dk>
16100
16101 * ido.el (ido-enable-dot-prefix): Doc fix.
16102 (ido-enable-dot-prefix): New defcustom.
16103 (ido-set-matches1): Use it.
16104
16105 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
16106
16107 * textmodes/bibtex.el (bibtex-mark-active)
16108 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
16109
16110 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16111
16112 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
16113 used in a case insensitive environment.
16114 (bibtex-mode-map): Rearrange order of menus.
16115 (bibtex-quoted-string-re): Obsolete.
16116 (bibtex-complete-key-cleanup): Variable replaced by new function.
16117 (bibtex-font-lock-keywords): Use backquotes.
16118 (bibtex-font-lock-url-regexp): New internal variable.
16119 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
16120 "OPT" and "ALT".
16121 (bibtex-insert-current-kill, bibtex-make-field)
16122 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
16123 (bibtex-parse-field-text): Simplify.
16124 (bibtex-string=): New helper function.
16125 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
16126 (bibtex-map-entries): Use bibtex-string=.
16127 (bibtex-search-entry): Use not.
16128 (bibtex-enclosing-field): Fix docstring.
16129 (bibtex-assoc-regexp): Obsolete.
16130 (bibtex-format-entry): Use assoc-string and bibtex-string=.
16131 (bibtex-autokey-get-names): Handle empty name field.
16132 (bibtex-parse-strings): Use assoc-string and unless.
16133 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
16134 Use assoc-string.
16135 (bibtex-pop): Simplify.
16136 (bibtex-mode): Set font-lock-extra-managed-props.
16137 (bibtex-entry-update): Use assoc-string.
16138 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
16139 (bibtex-autofill-entry): Use bibtex-string=.
16140 (bibtex-print-help-message): Simplify.
16141 (bibtex-find-entry): New optional arg START.
16142 (bibtex-validate): Use bibtex-string= and assoc-string.
16143 Do not call obsolete function compilation-parse-errors.
16144 (bibtex-remove-delimiters): Only remove delimiters if present.
16145 (bibtex-copy-entry-as-kill): Add docstring.
16146 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
16147 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
16148 (bibtex-complete): Use bibtex-predefined-month-strings,
16149 bibtex-string=, and new function bibtex-complete-key-cleanup.
16150 (bibtex-generate-url-list): New variable.
16151 (bibtex-url): New command bound to C-c C-l and mouse-2.
16152 (bibtex-url-map): New local keymap for bibtex-url-mouse.
16153 (bibtex-font-lock-url): New function.
16154
16155 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
16156
16157 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
16158
16159 2004-09-09 Kim F. Storm <storm@cua.dk>
16160
16161 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
16162 counter and format with binding.
16163 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
16164 the declared macro uses own macro counter and format. Give symbol
16165 kmacro property.
16166 (kmacro-keymap): Bind kmacro-name-last-macro to n.
16167 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
16168 (kmacro-end-and-call-macro): Doc fix.
16169
16170 2004-09-09 Lars Hansen <larsh@math.ku.dk>
16171
16172 * desktop.el (desktop-clear-preserve-buffers):
16173 Remove make-obsolete-variable.
16174
16175 2004-09-08 Richard M. Stallman <rms@gnu.org>
16176
16177 * buff-menu.el (list-buffers-noselect): Call format-mode-line
16178 with the buffer as argument.
16179
16180 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
16181
16182 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
16183
16184 2004-09-08 Juri Linkov <juri@jurta.org>
16185
16186 * replace.el (perform-replace): Use `query-replace-descr'.
16187
16188 * cus-start.el (history-delete-duplicates): Specify customization.
16189
16190 * diff-mode.el (diff-mode-map):
16191 * progmodes/compile.el (compilation-mode-map):
16192 * progmodes/grep.el (grep-mode-map):
16193 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
16194 to `next-error-follow-minor-mode'.
16195
16196 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16197
16198 * isearch.el (isearch-lazy-highlight-update): Take into account
16199 the case of zero-length match at the search bound.
16200
16201 2004-09-08 Kim F. Storm <storm@cua.dk>
16202
16203 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
16204 change. Use zero width overlays when necessary.
16205
16206 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16207
16208 * subr.el (split-string): Docfix.
16209
16210 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16211
16212 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
16213 (display-call-tree): Ensure newline after caller/calls blocks.
16214
16215 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16216
16217 * startup.el (command-line-1): Make option
16218 --directory/-L modify `load-path' straight away.
16219
16220 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16221
16222 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
16223
16224 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16225
16226 * emacs-lisp/autoload.el (make-autoload):
16227 Handle `define-compilation-mode'.
16228
16229 * emacs-lisp/lisp-mode.el (define-compilation-mode):
16230 Specify `doc-string-elt' property.
16231
16232 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16233
16234 * bs.el (bs-mode): Doc fix.
16235
16236 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16237
16238 * info.el (Info-insert-dir): Fix temp buffer leak bug.
16239
16240 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
16241
16242 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
16243
16244 2004-09-08 Kenichi Handa <handa@m17n.org>
16245
16246 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
16247 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
16248 ps-mule-next-point -> 1+).
16249
16250 * composite.el (encode-composition-rule): Add autoload cookie.
16251
16252 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
16253
16254 * format.el (buffer-auto-save-file-format): Make it permanent local.
16255
16256 2004-09-07 Kim F. Storm <storm@cua.dk>
16257
16258 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
16259 (authors-fixed-entries): Fix typo.
16260 (authors-canonical-author-name): Compact multiple spaces.
16261 Ignore trivial names (e.g. only first name).
16262
16263 * term.el (term-window-width): Only use full window width on
16264 window system if overflow-newline-into-fringe is enabled.
16265 (term-mode): Don't disable overflow-newline-into-fringe.
16266
16267 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16268
16269 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
16270 motion as seen on my Mac OS X xterms.
16271
16272 * newcomment.el (uncomment-region-default, comment-region-default):
16273 New functions extracted from uncomment-region and comment-region.
16274 (comment-region, comment-region-function, uncomment-region)
16275 (uncomment-region-function): Use them.
16276
16277 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
16278
16279 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
16280 It's not crucial but can make sense at times.
16281
16282 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
16283 the first commit.
16284
16285 * vc.el (vc-buffer-context, vc-restore-buffer-context):
16286 Disable obsolete code.
16287
16288 2004-09-07 Juri Linkov <juri@jurta.org>
16289
16290 * progmodes/grep.el (grep-highlight-matches): Change default from
16291 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
16292 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
16293 if grep option `--color' is available, or to `nil' otherwise.
16294 (grep-process-setup): Call `grep-compute-defaults' if
16295 `grep-highlight-matches' is not computed. Set env-vars only
16296 if `grep-highlight-matches' is `t'.
16297 (grep-use-null-device): Remove redundant type `boolean' (`choice'
16298 is already defined).
16299
16300 * progmodes/compile.el (compilation-start): Use copy of
16301 `process-environment' created by `copy-sequence' to not
16302 modify env-vars in the global `process-environment'.
16303
16304 2004-09-06 Eli Zaretskii <eliz@gnu.org>
16305
16306 * simple.el (next-error-follow-minor-mode): Fix last change.
16307
16308 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
16309
16310 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
16311 permanent local.
16312
16313 2004-09-04 Richard M. Stallman <rms@gnu.org>
16314
16315 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
16316 highlighting if the search string is empty.
16317
16318 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
16319
16320 * facemenu.el (facemenu-active-faces): Change condition of inner
16321 `while' loop to also check the first two elements of `face-atts'
16322 and `mask-atts'.
16323
16324 2004-09-04 John Paul Wallington <jpw@gnu.org>
16325
16326 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
16327 (thumbs-view-image-mode): Make buffer read-only.
16328
16329 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
16330
16331 * textmodes/ispell.el (ispell-really-aspell): New defvar.
16332 (ispell-check-version): Set it.
16333 (ispell-send-replacement): New function.
16334 (ispell-process-line): Call ispell-send-replacement.
16335
16336 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16337
16338 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
16339 Support choosing seconds with "s".
16340
16341 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
16342
16343 * terminal.el (te-escape): Show `?' in prompt for help key.
16344
16345 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
16346
16347 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
16348
16349 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
16350
16351 * simple.el (next-error-follow-minor-mode)
16352 (next-error-follow-mode-post-command-hook): New functions.
16353 (next-error-follow-last-line): New defvar.
16354
16355 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
16356 * progmodes/compile.el (compilation-mode-map): Likewise.
16357 * progmodes/grep.el (grep-mode-map): Likewise.
16358 * replace.el (occur-mode-map): Likewise.
16359
16360 * newcomment.el (uncomment-region): Bind comment-use-global-state
16361 to nil.
16362
16363 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
16364
16365 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
16366 locally around the call to `revert-buffer'.
16367
16368 2004-09-03 Juri Linkov <juri@jurta.org>
16369
16370 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
16371 `isearch-adjusted' to `t'.
16372 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
16373 (isearch-message-prefix): Add "pending" for isearch-adjusted.
16374 (isearch-other-meta-char): Restore isearch-point unconditionally.
16375 (isearch-query-replace): Add new arg `regexp-flag' and use it.
16376 Set point to start of match if region is not active in transient
16377 mark mode (to include the current match to region boundaries).
16378 Push the search string to `query-replace-from-history-variable'.
16379 Add prompt "Query replace regexp" for isearch-regexp.
16380 Add region beginning/end as last arguments of `perform-replace.'
16381 (isearch-query-replace-regexp): Replace code by the call to
16382 `isearch-query-replace' with arg `t'.
16383
16384 2004-09-03 Richard M. Stallman <rms@gnu.org>
16385
16386 * startup.el (normal-top-level): Undo previous TERM change.
16387
16388 2004-09-03 Kim F. Storm <storm@cua.dk>
16389
16390 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
16391 highlight overlays; allow using RET when cursor is over a button.
16392 (cua--highlight-rectangle): Use it.
16393 (cua--rectangle-set-corners): Don't move backwards at eol.
16394 (cua--forward-line): Don't move into void after eob.
16395
16396 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
16397 point is set (and displayed) inside rectangle.
16398 (cua--rectangle-operation): Fix for highlight of empty lines.
16399 (cua--highlight-rectangle): Fix highlight for tabs.
16400 Position cursor at left/right edge of rectangle using new `cursor'
16401 property on overlay strings.
16402 (cua--indent-rectangle): Don't tabify.
16403 (cua-rotate-rectangle): Ignore that point has moved.
16404
16405 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16406
16407 * term/mac-win.el: Add ASCII equivalents for some function keys.
16408 (mode-line-frame-identification): Sync with x-win.el.
16409
16410 2004-09-02 Juri Linkov <juri@jurta.org>
16411
16412 * progmodes/compile.el (compilation-buffer-name): Compare major
16413 mode with second element of compilation-arguments instead of third
16414 to reflect latest changes in compilation-arguments structure.
16415 (recompile): Use global variable `compilation-directory' to get
16416 recent compilation directory only when `recompile' is invoked NOT
16417 in the compilation buffer. Otherwise, use `default-directory' of
16418 the compilation buffer.
16419 (compilation-error-properties): Allow to funcall col and end-col.
16420 (compilation-mode-font-lock-keywords): Check col and end-col by
16421 `integerp'.
16422 (compilation-goto-locus): If end-mk is non-nil in transient mark
16423 mode don't activate the mark (and don't display message in
16424 push-mark), but highlight overlay between mk and end-mk.
16425
16426 * progmodes/grep.el (grep-highlight-matches): New defcustom.
16427 (grep-regexp-alist): Add rule to highlight grep matches.
16428 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
16429
16430 * info.el (Info-fontify-node): Don't compute other-tag
16431 if Info-hide-note-references=hide.
16432
16433 * help.el (function-called-at-point):
16434 * help-fns.el (variable-at-point):
16435 Try `find-tag-default' when other methods failed.
16436
16437 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16438 Do not push mark if inhibit-mark-movement is non-nil.
16439
16440 * textmodes/ispell.el (ispell-html-skip-alists):
16441 Fix backslashes in docstring.
16442
16443 2004-09-01 Juri Linkov <juri@jurta.org>
16444
16445 * isearch.el (isearch-wrap-function)
16446 (isearch-push-state-function): New defvars.
16447 (isearch-pop-fun-state): New defsubst.
16448 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
16449 (isearch-push-state): Set the result of calling
16450 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
16451 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
16452 restore the mode-specific starting point of terminated search.
16453 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
16454 (isearch-repeat): Call `isearch-wrap-function' if defined.
16455 (isearch-message-prefix): Don't add prefix "over" to the message
16456 for wrapped search if `isearch-wrap-function' is defined.
16457 (isearch-search): Call function saved in `isearch-pop-fun-state' to
16458 restore the mode-specific starting point of failed search.
16459
16460 * info.el (Info-search-whitespace-regexp): Fix backslashes.
16461 (Info-search): Add new optional arguments for the sake of isearch.
16462 Replace whitespace in Info-search-whitespace-regexp literally.
16463 Add backward search. Don't call `Info-select-node' if regexp is
16464 found in the same Info node. Don't add node to Info-history for
16465 wrapped isearch.
16466 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
16467 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
16468 (Info-mode): Set local variables `isearch-search-fun-function',
16469 `isearch-wrap-function', `isearch-push-state-function',
16470 `search-whitespace-regexp'.
16471
16472 * isearch.el: Remove ancient Change Log section.
16473 (isearch-string, isearch-message-string, isearch-point)
16474 (isearch-success, isearch-forward-flag, isearch-other-end)
16475 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16476 (isearch-barrier, isearch-within-brackets)
16477 (isearch-case-fold-search): Add suffix `-state' to state-related
16478 defsubsts to avoid name clashes with other function names.
16479
16480 * simple.el (next-error): New defgroup and defface.
16481 (next-error-highlight, next-error-highlight-no-select):
16482 New defcustoms.
16483 (next-error-no-select): Let-bind next-error-highlight to the value
16484 of next-error-highlight-no-select before calling `next-error'.
16485
16486 * progmodes/compile.el (compilation-goto-locus):
16487 Use `next-error' face instead of `region'. Set 4-th argument of
16488 `move-overlay' to `current-buffer' to move overlay to different
16489 source buffers. Use new variable `next-error-highlight'.
16490
16491 * simple.el (next-error-find-buffer): Move the rule
16492 "if current buffer is a next-error capable buffer" after the
16493 rule "if next-error-last-buffer is set to a live buffer".
16494 Simplify to test all rules in one `or'.
16495 (next-error): Doc fix.
16496 (next-error, previous-error, first-error)
16497 (next-error-no-select, previous-error-no-select):
16498 Make arguments optional.
16499
16500 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
16501
16502 * macros.el (apply-macro-to-region-lines): Make it operate on all
16503 lines that begin in the region, rather than on all complete lines
16504 in the region.
16505
16506 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16507
16508 * x-dnd.el (x-dnd-protocol-alist): Document update.
16509 (x-dnd-known-types): Defcustom it.
16510 (x-dnd-handle-motif): Print message-atom in error message.
16511
16512 2004-08-30 John Paul Wallington <jpw@gnu.org>
16513
16514 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
16515 strings rather than programatically constructing message.
16516
16517 2004-08-30 Richard M. Stallman <rms@gnu.org>
16518
16519 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
16520 Don't return a string that would read as the wrong character code.
16521
16522 2004-08-29 Kim F. Storm <storm@cua.dk>
16523
16524 * emulation/cua-base.el (cua-auto-expand-rectangles):
16525 Remove automatic rectangle padding feature; replace by non-destructive
16526 virtual rectangle edges feature.
16527 (cua-virtual-rectangle-edges): New defcustom.
16528 (cua-auto-tabify-rectangles): New defcustom.
16529 (cua-paste): If paste into a marked rectangle, insert rectangle at
16530 current column, even if virtual; also paste exactly as many lines
16531 as has been marked (ignore additional lines or add empty lines),
16532 but paste whole source if only one line is marked.
16533 (cua--update-indications): No longer use overwrite-cursor to
16534 indicate rectangle padding
16535
16536 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
16537 (cua--rectangle-virtual-edges): New defun.
16538 (cua--rectangle-get-corners): Remove optional PAD arg.
16539 (cua--rectangle-set-corners): Never do padding.
16540 (cua--forward-line): Remove optional PAD arg. Simplify.
16541 (cua-resize-rectangle-right, cua-resize-rectangle-left)
16542 (cua-resize-rectangle-down, cua-resize-rectangle-up):
16543 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
16544 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
16545 (cua--rectangle-move): Never do padding. Simplify.
16546 (cua--tabify-start): New defun.
16547 (cua--rectangle-operation): Add tabify arg. All callers changed.
16548 (cua--pad-rectangle): Remove.
16549 (cua--delete-rectangle): Handle delete with virtual edges.
16550 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
16551 (cua--insert-rectangle): Handle insert at virtual column.
16552 Perform auto-tabify if necessary.
16553 (cua--activate-rectangle): Remove optional FORCE arg.
16554 Never do padding. Simplify.
16555 (cua--highlight-rectangle): Enhance for virtual edges.
16556 (cua-toggle-rectangle-padding): Remove command.
16557 (cua-toggle-rectangle-virtual-edges): New command.
16558 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
16559 (cua--rectangle-post-command): Don't force rectangle padding.
16560 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
16561
16562 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
16563
16564 * indent.el (edit-tab-stops-buffer): Doc fix.
16565
16566 2004-08-28 Richard M. Stallman <rms@gnu.org>
16567
16568 * progmodes/grep.el (grep-default-command): Use find-tag-default.
16569 (grep-tag-default): Function deleted.
16570
16571 * subr.el (find-tag-default): Move from etags.el.
16572
16573 * progmodes/etags.el (find-tag-default): Move to subr.el.
16574
16575 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
16576 into the basic character if it has an uppercase form.
16577
16578 2004-08-27 Kenichi Handa <handa@m17n.org>
16579
16580 * international/utf-8.el (utf-8-post-read-conversion): If the
16581 buffer is unibyte, temporarily make it multibyte.
16582
16583 2004-08-27 Masatake YAMATO <jet@gyve.org>
16584
16585 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
16586
16587 2004-08-25 John Paul Wallington <jpw@gnu.org>
16588
16589 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
16590 0, 1, and many mismatches in message.
16591 (tex-start-shell): Use `set-process-query-on-exit-flag'.
16592
16593 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
16594 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
16595
16596 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
16597
16598 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
16599 vc-diff-switches differently.
16600
16601 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
16602
16603 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
16604 before and a real defvar after
16605 `speedbar-supported-extension-expressions'. This is to silence
16606 the compiler without breaking bootstrapping.
16607
16608 2004-08-22 Richard M. Stallman <rms@gnu.org>
16609
16610 * textmodes/flyspell.el (flyspell-word):
16611 Use set-process-query-on-exit-flag.
16612 (flyspell-highlight-duplicate-region): Take POSS as arg.
16613 (flyspell-word): Pass POSS as arg.
16614
16615 * progmodes/ada-xref.el: Many doc and style fixes.
16616 (ada-find-any-references): Use compilation-start.
16617 (ada-get-ali-file-name): Improve error msg.
16618 (ada-get-ada-file-name): Likewise.
16619
16620 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
16621 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
16622
16623 * mail/mail-extr.el (mail-extr-all-top-level-domains):
16624 Add forward defvar.
16625
16626 * whitespace.el (global-whitespace-mode): New alias
16627 for whitespace-global-mode.
16628
16629 * speedbar.el (speedbar-file-regexp): Move definition up.
16630 (speedbar-mode, speedbar-set-mode-line-format):
16631 Use with-no-warnings.
16632 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
16633
16634 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
16635 controls whether to display the error buffer.
16636
16637 * ps-mule.el: Delete compatibility code for old Emacsen.
16638 (ps-mule-find-wrappoint): Don't use chars-in-region.
16639
16640 * frame.el (display-mouse-p, display-selections-p):
16641 Use with-no-warnings.
16642
16643 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
16644
16645 2004-08-22 David Kastrup <dak@gnu.org>
16646
16647 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
16648 information.
16649
16650 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
16651
16652 2004-08-22 Andreas Schwab <schwab@suse.de>
16653
16654 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
16655
16656 2004-08-22 Masatake YAMATO <jet@gyve.org>
16657
16658 * cvs-status.el (cvs-status-checkout): New function.
16659 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
16660
16661 2004-08-21 David Kastrup <dak@gnu.org>
16662
16663 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
16664 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
16665 has been converted to use hashtables, the relation `nil=none' is
16666 no longer valid, as `nil' is not a hashtable. This patch tries to
16667 reduce the number of resulting errors.
16668
16669 2004-08-21 John Paul Wallington <jpw@gnu.org>
16670
16671 * subr.el (process-kill-without-query): Made obsolete in
16672 version 21.4, not 21.5.
16673
16674 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
16675 (vc-previous-comment, vc-next-comment)
16676 (vc-comment-search-reverse, vc-comment-search-forward)
16677 (vc-comment-to-change-log): Likewise.
16678
16679 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
16680
16681 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
16682
16683 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
16684 Correct indentation of DEFMETHODS with non-standard method
16685 combinations (e.g., PROGN, MIN, MAX).
16686
16687 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
16688
16689 * startup.el (normal-top-level-add-subdirs-to-load-path):
16690 Avoid unnecessarily checking system-type.
16691 (normal-top-level): Set TERM to "dumb". Simplify.
16692
16693 * avoid.el (mouse-avoidance-ignore-p): New fun.
16694 Also ignore switch-frame, select-window, double, and triple clicks.
16695 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
16696 (mouse-avoidance-fancy-hook): Use it.
16697
16698 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
16699
16700 * avoid.el (mouse-avoidance-nudge-mouse)
16701 (mouse-avoidance-banish-destination): Stay within the current window
16702 to avoid problems with mouse-autoselect-window.
16703
16704 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
16705
16706 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
16707 the newer format of some messages in cvs-1.12.1.
16708
16709 2004-08-19 Masatake YAMATO <jet@gyve.org>
16710
16711 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
16712 (elp-results-jump-to-definition-by-mouse)
16713 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
16714 (elp-output-result): Use elp-output-insert-symname.
16715
16716 2004-08-18 Kenichi Handa <handa@m17n.org>
16717
16718 * language/cyrillic.el: Register koi8-r in
16719 ctext-non-standard-encodings-alist.
16720 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
16721
16722 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
16723
16724 * emacs-lisp/copyright.el (copyright-update-year): Delete code
16725 that replaces 20xy with xy.
16726
16727 2004-08-17 John Paul Wallington <jpw@gnu.org>
16728
16729 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
16730 (reb-force-update): Doc fix.
16731
16732 2004-08-16 Richard M. Stallman <rms@gnu.org>
16733
16734 * progmodes/which-func.el (which-func-update-1): Doc fix.
16735
16736 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
16737 (sh-mode-abbrev-table): New variable.
16738
16739 * progmodes/compile.el (compilation-mode): Doc fix.
16740
16741 * emacs-lisp/lisp-mode.el (eval-last-sexp):
16742 Don't cons a new symbol each time.
16743 (eval-last-sexp-fake-value): New variable.
16744
16745 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
16746 (copyright-update-year): Detect continuation of list of years.
16747
16748 * term.el (term-default-fg-color, term-default-bg-color)
16749 (ansi-term-color-vector): Use `unspecified', not nil, as default.
16750
16751 * imenu.el: Several doc fixes: don't say variables are buffer-local.
16752
16753 2004-08-16 Davis Herring <herring@lanl.gov>
16754
16755 * isearch.el (isearch-string, isearch-message-string, isearch-point)
16756 (isearch-success, isearch-forward-flag, isearch-other-end)
16757 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16758 (isearch-barrier, isearch-within-brackets)
16759 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
16760
16761 2004-08-16 Kenichi Handa <handa@m17n.org>
16762
16763 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
16764
16765 2004-08-15 Kenichi Handa <handa@m17n.org>
16766
16767 * term/x-win.el (x-selection-value): If utf8 was successful but
16768 ctext was not, use utf8 string.
16769
16770 2004-08-14 Davis Herring <herring@lanl.gov>
16771
16772 * isearch.el: Remove accidental changes of March 4. Fix backing
16773 up when a regexp isearch is made more general. Use symbolic
16774 accessor functions for isearch stack frames to make usage clearer.
16775 (search-whitespace-regexp): Made groups in documentation shy (as
16776 is the group in the default value).
16777 (isearch-fallback): New function, addresses problems with regexps
16778 liberalized by `\|', adds support for liberalization by `\}' (the
16779 general repetition construct), and incorporates behavior for
16780 `*'/`?'.
16781 (isearch-}-char): New command, calls `isearch-fallback' with
16782 arguments appropriate to a typed `}'.
16783 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
16784 appropriately.
16785 (isearch-mode-map): Bind `}' to `isearch-}-char'.
16786 (isearch-string, isearch-message,string, isearch-point)
16787 (isearch-success, isearch-forward-flag, isearch-other-end)
16788 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
16789 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
16790 New inline functions to read fields of a stack frame.
16791
16792 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
16793
16794 * battery.el (battery-linux-proc-acpi): Look into battery
16795 directories matching the literal string "CMB", too (required for
16796 Linux kernel version 2.6.7).
16797
16798 2004-08-14 John Paul Wallington <jpw@gnu.org>
16799
16800 * cus-start.el (read-file-name-completion-ignore-case): Add.
16801 (blink-cursor-alist): Change version to "21.4".
16802
16803 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
16804
16805 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
16806
16807 * speedbar.el (speedbar-scan-subdirs): New option.
16808 (speedbar-file-lists): Don't ignore file-name case on Unix and use
16809 dolist.
16810 (speedbar-insert-files-at-point): Take an extra argument and use
16811 it to optionally find out if a subdir is empty. Also unreadable
16812 files don't get expand buttons.
16813 (speedbar-directory): New image (unused pixmap already existed).
16814 (speedbar-expand-image-button-alist): Use it.
16815
16816 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
16817
16818 CC Mode update to 5.30.9:
16819
16820 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
16821 Move from cc-vars to cc-defs for dependency reasons. Fix the
16822 POSIX char class test to check that it works in
16823 `skip-chars-(forward|backward)' too.
16824
16825 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16826 first argument starts with a special brace list.
16827
16828 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
16829 when `c-opt-type-concat-key' is used (i.e. in Pike).
16830
16831 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
16832 Fix bug when the inner char pair doesn't have paren syntax,
16833 i.e. "(<>)".
16834
16835 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
16836 whitespace safe.
16837
16838 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
16839 position for `arglist-intro', `arglist-cont-nonempty' and
16840 `arglist-close' when there are two arglist open parens on the same
16841 line and there's nothing in front of the first.
16842
16843 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
16844 locking of qualified names in Java, which previously could fontify
16845 common indexing expressions in many cases. The standard Java
16846 naming conventions are used to tell them apart.
16847
16848 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
16849 Fix inconsistency wrt opening parens on the first line inside a paren
16850 block.
16851
16852 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
16853 compile time for the sake of `c-major-mode-is'.
16854
16855 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
16856 `c-major-mode-is' in the event that this is used inside a
16857 `c-lang-defconst'.
16858
16859 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
16860 `c-lang-defconst' so that it works better with fallback languages.
16861
16862 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
16863 it to fail to record the base mode.
16864
16865 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16866 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
16867 is used. Reorder the syntax checks to get more efficient
16868 skipping in some situations.
16869
16870 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
16871 continuation which might precede the newly inserted '{'.
16872
16873 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
16874 Fix cases where it could loop indefinitely.
16875
16876 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
16877 size specs correctly. Only fontify identifiers in front of '('
16878 with as functions - don't accept any paren char. Tighten up
16879 initializer skipping to stop before function and class blocks.
16880
16881 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16882 the point could be left directly after an open paren when finding
16883 the beginning of the first decl in the block.
16884
16885 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
16886 table when filtering out legitimate open parens to be recorded.
16887 This could cause cache inconsistencies when e.g.
16888 `c++-template-syntax-table' was temporarily in use.
16889
16890 * progmodes/cc-engine.el (c-on-identifier)
16891 (c-simple-skip-symbol-backward): Small fix for handling "-"
16892 correctly in `skip-chars-backward'. Affected the operator lfun
16893 syntax in Pike.
16894
16895 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
16896 Fix bug that could cause an error from `after-change-functions' when
16897 the changed region is at bob.
16898
16899 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
16900
16901 CC Mode update to 5.30.9:
16902
16903 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
16904 to say that <TAB> doesn't insert WS into a CPP line.
16905 (c-indent-command, c-tab-always-indent): Amend doc strings.
16906
16907 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
16908 checks for user errors, thus eliminating cryptic and unhelpful
16909 Emacs error messages. (1) Check the arg to `c-set-style' is a
16910 string. (2) Check that settings to `c-offsets-alist' are not
16911 spuriously quoted.
16912
16913 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16914 which precedes the newly inserted `{'.
16915
16916 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
16917
16918 Sync with Tramp 2.0.44.
16919
16920 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
16921 function "tramp_file_attributes". Otherwise, file names
16922 containing spaces are misinterpreted. Reported by Magnus Henoch
16923 <mange@freemail.hu>.
16924 (tramp-handle-file-truename): FILENAME must be expanded first.
16925 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
16926 obscure results. Reported by D. Goel <deego@gnufans.org>.
16927 (tramp-handle-verify-visited-file-modtime): If file does not
16928 exist, say it is not modified if and only if that agrees with the
16929 buffer's record. Check whether a file is visiting the buffer, or
16930 the buffer has no recorded last modification time. Return t in
16931 case the visiting file doesn't exist. Suggested by Luc Teirlinck
16932 <teirllm@auburn.edu>.
16933 (tramp-handle-write-region): Pass modtime explicitly to
16934 `set-visited-file-modtime', because filename can be different
16935 from (buffer-file-name) if `file-precious-flag' is set.
16936 `set-visited-file-modtime' must be called always when `visit' is t
16937 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
16938 (tramp-handle-set-visited-file-modtime): If `time-list' is not
16939 nil, don't apply the whole body. If the file doesn't exists, set
16940 modtime to '(-1 65535). Suggested by Luc Teirlinck
16941 <teirllm@auburn.edu>.
16942
16943 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
16944
16945 * help.el (describe-bindings): Doc fix.
16946
16947 * subr.el (kbd): Doc fix.
16948
16949 2004-08-08 John Paul Wallington <jpw@gnu.org>
16950
16951 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
16952 instead of `string-to-int'.
16953 (define-ibuffer-column mode): Fix indentation.
16954
16955 2004-08-08 Lars Hansen <larsh@math.ku.dk>
16956
16957 * wid-edit.el (widget-sexp-validate): Allow whitespace after
16958 expression.
16959
16960 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
16961
16962 * subr.el (global-unset-key, local-unset-key): Doc fixes.
16963
16964 * novice.el (disabled-command-function): New variable renamed from
16965 `disabled-command-hook'.
16966 (disabled-command-hook): Keep the _variable_ as alias for
16967 `disabled-command-function' and make obsolete.
16968 (disabled-command-function): Function renamed from
16969 `disabled-command-hook'. Adapt code to name change of the variable.
16970
16971 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
16972
16973 * simple.el (completion-root-regexp): New defvar.
16974 (completion-setup-function): Use it instead of a literal string.
16975
16976 2004-08-07 John Paul Wallington <jpw@gnu.org>
16977
16978 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
16979 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
16980 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
16981 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
16982
16983 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16984
16985 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
16986 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
16987
16988 2004-08-04 Kenichi Handa <handa@m17n.org>
16989
16990 * international/encoded-kb.el (encoded-kbd-setup-keymap):
16991 Fix previous change.
16992
16993 2004-08-03 Kenichi Handa <handa@m17n.org>
16994
16995 * international/encoded-kb.el: The following changes are to
16996 utilize key-translation-map instead of minor mode map.
16997 (encoded-kbd-iso2022-non-ascii-map): Delete it.
16998 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
16999 (encoded-kbd-last-key): New function.
17000 (encoded-kbd-iso2022-single-shift): New function.
17001 (encoded-kbd-iso2022-designation)
17002 (encoded-kbd-self-insert-iso2022-7bit)
17003 (encoded-kbd-self-insert-iso2022-8bit)
17004 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
17005 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
17006 key-translation-map.
17007 (encoded-kbd-setup-keymap): Setup key-translation-map.
17008 (saved-key-translation-map): New variable.
17009 (encoded-kbd-mode): Save/restore key-translation-map.
17010 Adjust for the change of encoded-kbd-setup-keymap.
17011
17012 2004-08-02 Kim F. Storm <storm@cua.dk>
17013
17014 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
17015 and call compute-motion with nil for topos and width to get proper
17016 usable width and height for both window and non-window systems.
17017
17018 * windmove.el (windmove-coordinates-of-position): Let compute-motion
17019 calculate usable window width and height.
17020
17021 * window.el (window-buffer-height): Call compute-motion with nil width.
17022
17023 2004-08-01 David Kastrup <dak@gnu.org>
17024
17025 * replace.el (query-replace-read-from):
17026 Use `query-replace-compile-replacement'.
17027 (query-replace-compile-replacement): New function.
17028 (query-replace-read-to): Use `query-replace-compile-replacement'
17029 for repeating the last command.
17030
17031 2004-08-01 John Paul Wallington <jpw@gnu.org>
17032
17033 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
17034 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
17035 (pr-switches): Remove period from end of error messages.
17036
17037 * help-mode.el (help-go-back): Likewise.
17038
17039 * abbrev.el (only-global-abbrevs): Doc fix.
17040 (edit-abbrevs-map): Define within defvar.
17041 (quietly-read-abbrev-file): Doc fix.
17042
17043 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
17044
17045 * novice.el (enable-command, disable-command): Doc fixes.
17046
17047 * subr.el (event-modifiers, event-basic-type): Doc fixes.
17048
17049 2004-07-30 Richard M. Stallman <rms@gnu.org>
17050
17051 * subr.el (with-local-quit): Doc fix.
17052
17053 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
17054
17055 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
17056
17057 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
17058
17059 * custom.el (defcustom): Doc fix.
17060
17061 2004-07-28 Masatake YAMATO <jet@gyve.org>
17062
17063 * progmodes/etags.el (etags-tags-apropos): Show building progress.
17064
17065 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17066
17067 * imenu.el (imenu-prev-index-position-function)
17068 (imenu-extract-index-name-function, imenu-name-lookup-function)
17069 (imenu--index-alist): Docstring redundancy fix.
17070
17071 2004-07-25 Lars Hansen <larsh@math.ku.dk>
17072
17073 * wdired.el (wdired-finish-edit): Require dired-aux before locally
17074 binding dired-backup-overwrite.
17075
17076 2004-07-25 John Paul Wallington <jpw@gnu.org>
17077
17078 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
17079
17080 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
17081
17082 * term/tty-colors.el (tty-color-approximate): Doc fix.
17083
17084 * select.el (x-get-selection, x-set-selection): Doc fixes.
17085
17086 * frame.el (make-frame): Doc fix.
17087
17088 2004-07-24 Richard M. Stallman <rms@gnu.org>
17089
17090 * mail/rmail.el (rmail-mime-charset-pattern):
17091 Don't include semicolon in the charset value.
17092
17093 * replace.el (occur-next-error): Call set-window-point.
17094 (occur-engine): Handle negative NLINES.
17095
17096 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
17097
17098 * frame.el (modify-all-frames-parameters): Minor doc fix.
17099 (set-frame-configuration): Doc fix.
17100
17101 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17102
17103 * simple.el (completion-setup-function): Compute the common parts
17104 and the first difference place correctly when
17105 partial-completion-mode is on.
17106
17107 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17108
17109 * ps-print.el: Doc fix.
17110 (ps-print-version): New version 6.6.5.
17111 (ps-printing-region): Doc fix.
17112 (ps-generate-string-list): Comment fix.
17113 (ps-message-log-max): Code fix.
17114
17115 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17116
17117 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
17118 generated PostScript.
17119
17120 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
17121
17122 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
17123 with Gnus v5_10 branch.)
17124
17125 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
17126
17127 * calendar/time-date.el (time-to-number-of-days): New function.
17128 Imported from Gnus.
17129
17130 2004-07-22 Kim F. Storm <storm@cua.dk>
17131
17132 * progmodes/make-mode.el: Fix comments.
17133
17134 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17135
17136 * printing.el: Doc fix.
17137
17138 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
17139
17140 * frame.el (modify-all-frames-parameters): Minor doc fix.
17141
17142 2004-07-20 Richard M. Stallman <rms@gnu.org>
17143
17144 * textmodes/fill.el (fill-nobreak-p): If this break point is
17145 at the end of the line, don't consider the newline which follows
17146 as a reason to return t.
17147
17148 2004-07-19 John Paul Wallington <jpw@gnu.org>
17149
17150 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
17151
17152 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
17153
17154 * dired-aux.el (dired-do-kill-lines): Expand docstring.
17155 Delete irrelevant code.
17156
17157 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
17158
17159 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17160 New docstring. From Luc Teirlinck.
17161
17162 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
17163
17164 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
17165 section.
17166 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
17167 non-file buffers. We know it is nil.
17168
17169 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
17170
17171 Sync with Tramp 2.0.43.
17172
17173 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17174 Remove outdated comment.
17175 (tramp-locked, tramp-locker): New variables for implementing a
17176 global lock.
17177 (tramp-sh-file-name-handler): Use them to implement the global lock.
17178
17179 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
17180
17181 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
17182 calls to respective `xxx` calls.
17183 (tramp-process-alive-regexp): Precise doc string.
17184 (tramp-multi-action-process-alive): New defun.
17185 (tramp-multi-actions): Use it.
17186 (tramp-handle-find-backup-file-name): `copy-tree' is available
17187 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
17188 in order to avoid this function.
17189 (tramp-handle-write-region): Set current buffer. If connection
17190 wasn't open, `file-modes' has changed it accidentally. Reported by
17191 David Kastrup <dak@gnu.org>.
17192 (tramp-enter-password, tramp-read-passwd): New arguments USER and
17193 HOST.
17194 (tramp-action-password, tramp-multi-action-password): Apply it.
17195 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
17196 name must still contain the port number. Otherwise, we have two
17197 Tramp buffers, with all the confusion. Reported by Myron Selby
17198 <myron@xytech.com> and Rolf Dubitzky
17199 <Dubitzky@physi.uni-heidelberg.de>.
17200
17201 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
17202 HOST to `tramp-enter-passwd'.
17203
17204 * net/tramp-vc.el (all): Code cleanup. Change all
17205 `tramp-handle-xxx' calls to respective `xxx` calls.
17206
17207 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
17208
17209 * emacs-lisp/testcover.el: New category "potentially-1valued" for
17210 functions that are not erroneous if either 1-valued or
17211 multi-valued. Detect functions in this class.
17212 (testcover-1value-functions, testcover-compose-functions)
17213 (testcover-progn-functions) Add some additional functions to lists.
17214 (testcover-mark): Bugfix when marking up the definition for an
17215 empty function.
17216
17217 2004-07-17 Richard M. Stallman <rms@gnu.org>
17218
17219 * replace.el (occur-read-primary-args): Pass default to
17220 read-from-minibuffer.
17221
17222 * mail/footnote.el (footnote-section-tag): Use defcustom.
17223
17224 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
17225 Compile font-lock-keywords, not KEYWORDS.
17226 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
17227 Add warn, check-type. Handle cerror like error.
17228
17229 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
17230
17231 * progmodes/which-func.el (which-func-keymap): New var.
17232 (which-func-face): New face.
17233 (which-func-format): Use them.
17234
17235 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17236
17237 * buff-menu.el (list-buffers-noselect): Append the buffer's
17238 process status to its mode name.
17239
17240 2004-07-16 Kim F. Storm <storm@cua.dk>
17241
17242 * simple.el (inhibit-mark-movement): New defvar.
17243 (beginning-of-buffer, end-of-buffer): Do not push mark if
17244 inhibit-mark-movement is non-nil or C-u prefix is given.
17245
17246 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
17247 Init to beginning-of-buffer and end-of-buffer.
17248 (cua--undo-push-mark): New defvar.
17249 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
17250 already active and command is in cua--preserve-mark-commands.
17251 Also fix check for shift modifier on non-window systems.
17252 (cua--post-command-handler): Clear inhibit-mark-movement if set.
17253
17254 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
17255
17256 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
17257 of two integers, instead of a cons.
17258
17259 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
17260 `visited-file-modtime' now returns a list of two integers, instead
17261 of a cons.
17262
17263 * dired.el (dired-directory-changed-p): Ditto.
17264
17265 * progmodes/grep.el (grep): Doc fix.
17266
17267 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
17268
17269 * autorevert.el (auto-revert-tail-mode)
17270 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
17271 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
17272 in both at the same time.
17273 (auto-revert-tail-mode): New command.
17274 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
17275 (auto-revert-handler): Revert only either tail or whole file.
17276
17277 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
17278 add auto-revert-tail-mode.
17279
17280 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17281
17282 * printing.el: Doc fix. Change name of some funs.
17283 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
17284 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
17285 (pr-standard-file-name): New fun. Replace pr-standard-path.
17286 (pr-call-process): Code fix.
17287
17288 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
17289
17290 * subr.el (with-selected-window): Doc fix.
17291
17292 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
17293
17294 * subr.el (get-buffer-window-list): Doc fix.
17295
17296 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
17297
17298 * files.el (switch-to-buffer-other-window): Doc fix.
17299
17300 * window.el (save-selected-window, one-window-p)
17301 (split-window-keep-point, split-window-vertically)
17302 (split-window-horizontally): Doc fixes.
17303
17304 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17305
17306 * printing.el: Doc fix. Now it uses call-process instead of
17307 shell-command for low command execution.
17308 (pr-version): New version number (6.8).
17309 (pr-shell-file-name): Option removed.
17310 (pr-shell-command): Fun removed.
17311 (pr-call-process): New fun. Replace pr-shell-command.
17312 (pr-standard-path, pr-remove-nil-from-list): New funs.
17313 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
17314 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
17315 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
17316 (pr-ps-utility-process, pr-txt-print): Code fix.
17317
17318 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
17319
17320 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
17321 boolean.
17322
17323 2004-07-09 Lars Hansen <larsh@math.ku.dk>
17324
17325 * wid-edit.el (widget-field-buffer): Doc fix.
17326
17327 2004-07-09 John Paul Wallington <jpw@gnu.org>
17328
17329 * emacs-lisp/re-builder.el (reb-update-overlays):
17330 Distinguish between one and several matches in message.
17331
17332 2004-07-09 Richard M. Stallman <rms@gnu.org>
17333
17334 * mouse.el (mouse-set-region-1): If transient-mark-mode
17335 is `identity', change it to `only'.
17336
17337 * simple.el (current-word): Doc fix.
17338
17339 2004-07-09 Mark A. Hershberger <mah@everybody.org>
17340
17341 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
17342 so that it is more understanding of whitespace.
17343
17344 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
17345 (("ns" . "element") (attr-list) children) instead of
17346 ((:ns . "element") (attr-list) children) in order to reduce the
17347 number of symbols used.
17348 (xml-skip-dtd): Change to use xml-parse-dtd but set
17349 xml-validating-parsing to nil.
17350 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
17351 (xml-substitute-entity): Remove in favor of new entity substitution.
17352 (xml-substitute-special): Rewrite in to substitute complex
17353 entities from DOCTYPE declarations.
17354 (xml-parse-fragment): Parse fragments from entity declarations.
17355 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
17356 (xml-parse-dtd, xml-substitute-special): Make validity checks
17357 conditioned on xml-validating-parser. Add "Not Well Formed" to
17358 error messages about well-formedness.
17359
17360 2004-07-08 Steven Tamm <steventamm@mac.com>
17361
17362 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
17363 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
17364 Do not treat double clicks and triple clicks specially in the
17365 scroll bar (preventing strange repositioning problems)
17366
17367 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
17368
17369 * replace.el (query-replace-regexp-eval): Fix last change.
17370
17371 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
17372
17373 * replace.el (query-replace-descr): New fun.
17374 (query-replace-read-from, query-replace-read-args): Default to the
17375 previous from&to.
17376 (query-replace-read-to): Quote the `from' string when displaying it.
17377 (query-replace-regexp-eval): Immediately check read-only status.
17378 Use query-replace-read-from to get the \n checking.
17379 Quote the `from' string when displaying it.
17380 (map-query-replace-regexp, occur-read-primary-args):
17381 Quote the `from' string when displaying it.
17382
17383 * isearch.el (isearch-query-replace): Pass the regexp-ness and
17384 delimited-ness of the search to query-replace.
17385
17386 * replace.el (query-replace-read-from, query-replace-read-to):
17387 New funs extracted from query-replace-read-args.
17388 (query-replace-read-args): Use them.
17389
17390 * replace.el (query-replace-interactive, query-replace-read-args):
17391 Remove the `initial' special value.
17392 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
17393 (occur-engine): Remove unused var `matchend'.
17394
17395 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
17396 Use the search string without prompting.
17397
17398 2004-07-05 Kenichi Handa <handa@m17n.org>
17399
17400 * international/mule.el (decode-coding-inserted-region):
17401 Set last-coding-system-used only when coding is nil.
17402
17403 2004-07-03 Eli Zaretskii <eliz@gnu.org>
17404
17405 * progmodes/grep.el (grep-compute-defaults, grep-command)
17406 (grep-program, find-program, grep-find-use-xargs, grep-history)
17407 (grep-find-history, grep-tag-default, grep-find-command)
17408 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
17409 Add autoload cookies, for unbundled packages that load `compile'
17410 and expect all grep-related symbols to become defined.
17411
17412 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
17413
17414 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
17415 (iimage-mode-image-search-path): New user option to search the
17416 image file.
17417 (iimage-locate-file): New function. Emacs21.3 or earlier does not
17418 have locate-file.
17419 (iimage-mode-buffer): Use it.
17420
17421 2004-07-03 Nick Roberts <nickrob@gnu.org>
17422
17423 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
17424 carefully.
17425 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
17426
17427 2004-07-03 Juri Linkov <juri@jurta.org>
17428
17429 * replace.el (query-replace-read-args): Swallow space after 'foo,
17430 not after (quote foo). Match space only immediately after symbol,
17431 not anywhere in the whole string.
17432
17433 2004-07-02 Richard M. Stallman <rms@gnu.org>
17434
17435 * replace.el (query-replace-read-args): Swallow space after
17436 symbols, not after closeparens. But avoid error if string ends there.
17437
17438 * progmodes/python.el (python-beginning-of-statement):
17439 Exit the loop if backward-up-list gets error.
17440
17441 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
17442
17443 2004-07-02 Andre Spiegel <spiegel@gnu.org>
17444
17445 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
17446 only if vc-consult-headers is non-nil.
17447
17448 2004-07-02 Juri Linkov <juri@jurta.org>
17449
17450 * pcvs.el (cvs-mode-diff-repository): New command.
17451
17452 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
17453
17454 2004-07-01 Juri Linkov <juri@jurta.org>
17455
17456 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
17457 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
17458 C-M-% to isearch-query-replace-regexp.
17459 (minibuffer-local-isearch-map): Add arrow key bindings.
17460 Bind C-f to isearch-yank-char-in-minibuffer.
17461 (isearch-forward): Doc fix.
17462 (isearch-edit-string): Doc fix.
17463 (isearch-query-replace, isearch-query-replace-regexp): New funs.
17464 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
17465 (isearch-yank-char): Add optional arg.
17466 (isearch-yank-char-in-minibuffer): New fun.
17467
17468 * replace.el (query-replace-interactive): Change type from boolean
17469 to choice. Add value `initial'.
17470 (query-replace-read-args): Handle value `initial' of
17471 query-replace-interactive.
17472
17473 2004-06-29 Kim F. Storm <storm@cua.dk>
17474
17475 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
17476 (breakpoint-disabled-bitmap-face): Add :group 'gud.
17477
17478 * progmodes/ada-xref.el (ada-tight-gvd-integration):
17479 Add :group 'ada.
17480
17481 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
17482
17483 2004-06-29 Juri Linkov <juri@jurta.org>
17484
17485 * replace.el (query-replace-read-args): Swallow a space after
17486 everything except )]" which in most cases means after a symbol.
17487
17488 * emacs-lisp/pp.el (pp-buffer): Add autoload.
17489
17490 2004-06-28 Richard M. Stallman <rms@gnu.org>
17491
17492 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
17493 More changes to go with previous change in font-lock.el.
17494
17495 2004-06-26 David Kastrup <dak@gnu.org>
17496
17497 * replace.el (perform-replace): Highlight the match even in
17498 non-query mode if there is potential replace string editing.
17499
17500 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
17501
17502 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
17503 agree with new return value of `file-remote-p'.
17504 This syncs with Tramp 2.0.42.
17505
17506 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
17507 according to new documentation of `file-remote-p'.
17508
17509 * files.el (file-remote-p): Fix doc to say that return value is
17510 identification of remote system, if not nil.
17511 (file-relative-name): Use new return value of `file-remote-p'.
17512
17513 2004-06-26 Nick Roberts <nickrob@gnu.org>
17514
17515 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
17516 (gdb-goto-breakpoint): Fix breakage.
17517
17518 2004-06-26 Eli Zaretskii <eliz@gnu.org>
17519
17520 * man.el (Man-getpage-in-background): Add windows-nt to the list
17521 of systems where shell-file-name should be used instead of
17522 literal "sh".
17523
17524 2004-06-25 Sam Steingold <sds@gnu.org>
17525
17526 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
17527 function names `(setf symbol)'.
17528
17529 2004-06-24 Richard M. Stallman <rms@gnu.org>
17530
17531 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
17532
17533 * font-lock.el (font-lock-keywords): Change format of compiled values.
17534 Document it.
17535 (font-lock-add-keywords): If font-lock-keywords is compiled,
17536 extract the uncompiled version, modify, then recompile.
17537 (font-lock-remove-keywords): Likewise.
17538 (font-lock-fontify-keywords-region): Handle changed format.
17539 (font-lock-compile-keywords): Handle changed format.
17540 (font-lock-set-defaults): Compile the keywords explicitly here.
17541
17542 2004-06-24 David Kastrup <dak@gnu.org>
17543
17544 * replace.el (query-replace-read-args): Implement `\,' and `\#'
17545 replacements here.
17546 (query-replace-regexp): Doc string explaining this and the new
17547 `\?' replacement. Remove `\,' and `\#' implementation here, as it
17548 is better placed in `query-replace-read-args'.
17549 (replace-regexp): Explain `\,', `\#' and `\?'.
17550 (replace-match-data): New function for thorough reuse/destruction
17551 of old match-data.
17552 (replace-match-maybe-edit): Function for implementing `\?' editing.
17553 (perform-replace): Fix maintaining of the match stack including
17554 already matched regions, implement `\?', fix various problems
17555 with regions while editing and other stuff.
17556 (replace-highlight): Simplify.
17557
17558 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
17559
17560 * progmodes/grep.el (grep-error-screen-columns): New variable.
17561 (grep-regexp-alist): Give it the full functionality of gnu style
17562 compilation messages with line and column ranges. Ask me for the
17563 perl script I'm working on, that uses these.
17564
17565 2004-06-23 Nick Roberts <nickrob@gnu.org>
17566
17567 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
17568 Remove.
17569 (comint-insert-input, comint-mouse-insert-input): New functions
17570 based on comint-insert-clicked-input for two bindings but just
17571 one functionality.
17572
17573 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
17574
17575 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
17576
17577 2004-06-23 Lars Hansen <larsh@math.ku.dk>
17578
17579 * files.el (write-contents-functions): Doc fix.
17580
17581 2004-06-21 Juanma Barranquero <lektu@terra.es>
17582
17583 * image.el (image-library-alist): Rewrite docstring in active voice.
17584
17585 2004-06-20 Richard M. Stallman <rms@gnu.org>
17586
17587 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
17588
17589 * isearch.el (isearch-repeat): Avoid testing old match data.
17590 (isearch-message): Display trailing space in special font
17591 when search is failing.
17592 (isearch-search-fun-function): Doc fix.
17593
17594 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
17595
17596 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
17597
17598 * frame.el (show-trailing-whitespace): Doc fix.
17599
17600 * cus-edit.el (custom-variable-documentation): New function.
17601 (custom-variable): Use it.
17602
17603 2004-06-19 Nick Roberts <nickrob@gnu.org>
17604
17605 * man.el (Man-getpage-in-background): Revert previous change but
17606 make cygwin a special case.
17607
17608 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
17609
17610 * autorevert.el (global-auto-revert-non-file-buffers):
17611 Update docstring.
17612
17613 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
17614
17615 * progmodes/compile.el (compilation-error-properties): Store one
17616 more than end-col, if present, so that transient-mark-mode will
17617 highlight last char too.
17618 * progmodes/grep.el (grep-regexp-alist): Match columns and column
17619 ranges, if present.
17620
17621 2004-06-18 Jason Rumney <jasonr@gnu.org>
17622
17623 * makefile.w32-in: Double percent signs in for loops.
17624
17625 2004-06-17 David Kastrup <dak@gnu.org>
17626
17627 * replace.el (query-replace-read-args): Only warn about use of \n
17628 and \t when we are doing a regexp replacement and the actual
17629 escaped character is n or t.
17630 (query-replace-regexp): Add \, and \# interpretation to
17631 interactive call and document it.
17632 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
17633 as shortkey for replace-count.
17634 (replace-quote): New function for doubling backslashes.
17635
17636 2004-06-17 Juanma Barranquero <lektu@terra.es>
17637
17638 * files.el (parse-colon-path, cd): Mention in docstring that the
17639 path separator is colon in GNU-like systems.
17640
17641 * newcomment.el (comment-region-internal): Fix docstring.
17642
17643 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
17644 (ewoc-invalidate, ewoc-collect): Doc fixes.
17645 (ewoc--create-node, ewoc--delete-node-internal):
17646 Fix typos in docstring.
17647
17648 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
17649
17650 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
17651 manual to docstring.
17652
17653 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17654
17655 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
17656
17657 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
17658
17659 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17660 Add hyperlink to emacs-xtra manual to docstring.
17661
17662 * autorevert.el (global-auto-revert-non-file-buffers):
17663 Add hyperlink to emacs-xtra manual to docstring, as well as an
17664 info-link.
17665
17666 2004-06-14 Juanma Barranquero <lektu@terra.es>
17667
17668 * image.el (image-library-alist): New variable to map image types
17669 to external libraries. Initialized to nil, unless system-specific
17670 configs change it.
17671 (image-type-available-p): Determine whether an image type is
17672 available by calling `init-image-library'.
17673
17674 * term/w32-win.el (image-library-alist): Initialize to a known set
17675 of probable library names.
17676
17677 2004-06-14 Kenichi Handa <handa@m17n.org>
17678
17679 * international/code-pages.el (windows-1256, cp1125): Fix tables
17680 for several characters.
17681
17682 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
17683
17684 2004-06-13 Richard M. Stallman <rms@gnu.org>
17685
17686 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
17687
17688 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
17689 not "`pc-selection-mode'".
17690
17691 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
17692
17693 * simple.el (previous-matching-history-element): Specify a default.
17694
17695 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
17696
17697 * cus-face.el (custom-declare-face): Simplify code.
17698
17699 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
17700
17701 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
17702
17703 * files.el (before-save-hook): Add `time-stamp' to the options.
17704
17705 * time-stamp.el (time-stamp): Recommend adding it to
17706 `before-save-hook', rather than `write-file-functions'.
17707 Make a similar change in `Commentary' section.
17708
17709 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
17710
17711 * diff-mode.el (diff-current-defun): If at start of hunk, use
17712 position of first change.
17713
17714 2004-06-13 Lars Hansen <larsh@math.ku.dk>
17715
17716 * dired-x.el (dired-mark-omitted): Bind to "*O".
17717
17718 2004-06-12 Karl Fogel <kfogel@red-bean.com>
17719
17720 * bookmark.el (bookmark-bmenu-relocate): New function, as
17721 suggested by David J. Biesack <David.Biesack@sas.com>.
17722 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
17723 (bookmark-bmenu-mode): Describe binding in doc string.
17724 (bookmark-set-filename): Save the bookmark list if it's time.
17725
17726 2004-06-13 Kenichi Handa <handa@m17n.org>
17727
17728 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
17729 (ccl-untranslated-to-ucs): Fix typo.
17730
17731 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
17732
17733 * progmodes/python.el (python-open-block-statement-p):
17734 Fix indentation after a block opening that contains a comment.
17735
17736 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
17737
17738 * bindings.el (completion-ignored-extensions): Add file extensions
17739 of Python byte-compiled files.
17740
17741 2004-06-12 Juri Linkov <juri@jurta.org>
17742
17743 * info.el (Info-goto-node): Add autoload.
17744 (Info-toc): Add substring-no-properties on Info file name.
17745 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
17746 (Info-mode-map): Bind L to Info-history, T to Info-toc.
17747
17748 2004-06-12 Kenichi Handa <handa@m17n.org>
17749
17750 * international/mule-cmds.el (set-language-environment):
17751 Load subst tables if necessary.
17752
17753 * international/mule.el (decode-char): Load subst tables if necessary.
17754 (encode-char): Likewise.
17755
17756 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
17757 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
17758 (utf-16le-decode-loop): Set r5 to -1 before loop.
17759 (utf-16be-decode-loop): Likewise.
17760 (ccl-decode-mule-utf-16le): Add EOF processing block.
17761 (ccl-decode-mule-utf-16be): Likewise.
17762 (ccl-decode-mule-utf-16le-with-signature): Likewise.
17763 (ccl-decode-mule-utf-16be-with-signature): Likewise.
17764 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
17765 (ccl-mule-utf-16-encode-untrans): New CCL.
17766 (utf-16-decode-to-ucs): Handle pre-read character.
17767 (utf-16le-encode-loop): Handle surrogate pair.
17768 (utf-16be-encode-loop): Likewise.
17769 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
17770 of utf-16le-encode-loop.
17771 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
17772 of utf-16be-encode-loop.
17773 (mule-utf-16-post-read-conversion):
17774 Call utf-8-post-read-conversion at first.
17775 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
17776 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
17777 Add post-read-conversion and pre-write-conversion.
17778
17779 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
17780 (utf-translate-cjk-unicode-range): New variable.
17781 (utf-translate-cjk-load-tables): New function.
17782 (utf-lookup-subst-table-for-decode): New function.
17783 (utf-lookup-subst-table-for-encode): New function.
17784 (utf-translate-cjk-mode): Init-value changed to t. Don't load
17785 tables here. Update safe-charsets of utf-* coding systems.
17786 (ccl-mule-utf-untrans): New CCL.
17787 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
17788 at end of each branch.
17789 (ccl-mule-utf-8-encode-untrans): New CCL.
17790 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
17791 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
17792 length of encoding. Don't return r0.
17793 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
17794 (utf-8-post-read-conversion): Narrow to region properly.
17795 If utf-translate-cjk-mode is on, load tables if necessary.
17796 Call utf-8-compose with hash-table arg if necessary.
17797 Call XXX-compose-region instead of XXX-post-read-conversion.
17798 (utf-8-pre-write-conversion): New function.
17799 (mule-utf-8): Include CJK charsets in safe-charsets if
17800 utf-translate-cjk-mode is on. Add pre-write-conversion.
17801
17802 * international/characters.el: Temporarily set
17803 utf-translate-cjk-mode to nil.
17804
17805 * language/devan-util.el (devanagari-compose-region):
17806 Add autoload cookie.
17807
17808 * international/ccl.el (ccl-dump-call): Fix printing the
17809 subroutine name.
17810
17811 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
17812
17813 * dired.el (dired-revert): If buffer is marked unmodified before
17814 reverting, keep it marked unmodified. Adapt to new conventions
17815 for commenting out code.
17816 (dired-make-relative): Adapt to new conventions for commenting out
17817 code.
17818
17819 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
17820
17821 * eshell/esh-module.el (eshell-load-defgroups):
17822 Bind `vc-handled-backends' to nil when opening files.
17823
17824 2004-06-11 Juanma Barranquero <lektu@terra.es>
17825
17826 * files.el (parse-colon-path, cd): Doc fixes (refer to
17827 `path-separator', not colon).
17828
17829 2004-06-10 Juanma Barranquero <lektu@terra.es>
17830
17831 * newcomment.el (comment-search-forward)
17832 (comment-search-backward): Fix typos in docstring.
17833 (comment-region): Doc fix.
17834
17835 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
17836
17837 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
17838 switch is no longer stored in `dired-switches-alist'.
17839
17840 * dired-aux.el (dired-insert-subdir): Do not store R switch in
17841 `dired-switches-alist'.
17842
17843 2004-06-10 Kim F. Storm <storm@cua.dk>
17844
17845 * pcvs.el (cvs-mode-diff-yesterday): New command.
17846
17847 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
17848
17849 2004-06-10 Juri Linkov <juri@jurta.org>
17850
17851 * emacs-lisp/edebug.el (edebug-eval-defun):
17852 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
17853 Fix docstring.
17854
17855 * simple.el (eval-expression-print-format): Don't print additional
17856 information on the first call to `eval-print-last-sexp'.
17857 (next-error-find-buffer): Fix punctuation.
17858 (killing) <defgroup>: Fix punctuation.
17859 (yank-excluded-properties): Change group from editing to killing.
17860
17861 * replace.el (perform-replace): Use `limit' to terminate the
17862 while-loop explicitly.
17863
17864 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17865
17866 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
17867 Use lc-*.xpm as prefix instead of *-locol.xpm.
17868
17869 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
17870 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
17871 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
17872 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
17873 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
17874 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
17875 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
17876 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
17877 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
17878 * toolbar/lc-up_arrow.xpm:
17879 Rename from *-locol.xpm.
17880
17881 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
17882
17883 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
17884 include forms like &<str>; as valid url patterns.
17885
17886 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
17887
17888 * dired.el (dired-diff, dired-backup-diff)
17889 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
17890 (dired-do-chown, dired-do-touch, dired-do-print)
17891 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
17892 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
17893 (dired-create-directory, dired-do-copy, dired-do-symlink)
17894 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
17895 (dired-do-copy-regexp, dired-do-hardlink-regexp)
17896 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
17897 (dired-maybe-insert-subdir, dired-next-subdir)
17898 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
17899 (dired-kill-subdir, dired-tree-up, dired-tree-down)
17900 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
17901 (dired-run-shell-command, dired-query): Remove redundant,
17902 or incorrect, autoloads.
17903
17904 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
17905 does not end in a slash. Add optional argument KILL-ROOT.
17906 Update docstring.
17907 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
17908 (dired-query): Add autoloads.
17909
17910 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
17911
17912 * progmodes/compile.el (compilation-set-window-height): Rearrange
17913 the save-* functions because a buffer can have several current
17914 point in different windows.
17915 (compilation-error-regexp-alist-alist): Recognize {standard input}
17916 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
17917
17918 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17919
17920 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
17921 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
17922 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
17923 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
17924 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
17925 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
17926 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
17927 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
17928 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
17929 * toolbar/up_arrow-locol.xpm:
17930 New versions of icons that uses fewer colors.
17931
17932 * toolbar/tool-bar.el (tool-bar-local-item)
17933 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
17934 if display-color-cells is 256 or less.
17935
17936 2004-06-08 Kim F. Storm <storm@cua.dk>
17937
17938 * wid-edit.el (widget-specify-button): Use hand pointer rather
17939 than mouse-face as visible mouse-over effect.
17940
17941 2004-06-07 Karl Fogel <kfogel@red-bean.com>
17942
17943 * saveplace.el (save-place-alist-to-file): Bind `print-length'
17944 and `print-level' to nil when writing out `save-place-alist'.
17945 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
17946
17947 2004-06-07 Juanma Barranquero <lektu@terra.es>
17948
17949 * completion.el (completion-kill-region): Doc fix.
17950
17951 * format.el (format-insert-annotations)
17952 (format-annotate-location): Doc fixes.
17953 (format-subtract-regions): Make arguments match their use in docstring.
17954
17955 * simple.el (kill-region): Doc fix.
17956
17957 * subr.el (insert-buffer-substring-no-properties)
17958 (insert-buffer-substring-as-yank): Doc fixes.
17959
17960 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
17961
17962 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
17963 Update docstring.
17964 (dired-reset-subdir-switches): New function.
17965
17966 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
17967 Limit scope of `buffer-read-only' binding.
17968
17969 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
17970
17971 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
17972 eshell-explicit-command-char.
17973
17974 2004-06-06 Juanma Barranquero <lektu@terra.es>
17975
17976 * help-fns.el (help-argument-name): Inherit from italic face only
17977 if the frame supports it.
17978
17979 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17980
17981 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
17982 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
17983 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
17984 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
17985 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
17986 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
17987 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
17988 New conversions from xpm files.
17989
17990 * toolbar/README: New file.
17991
17992 2004-06-06 Richard M. Stallman <rms@gnu.org>
17993
17994 * isearch.el (isearch-mode-map): Undo previous change.
17995
17996 2004-06-05 Juri Linkov <juri@jurta.org>
17997
17998 * bindings.el (debug-ignored-errors): Add regexps for history
17999 related messages. Remove $ from "No further undo information".
18000 Move Ediff's messages to ediff.el.
18001
18002 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
18003
18004 * cus-edit.el (custom-display): Add `min-colors'.
18005
18006 * custom.el (defface): Add `supports' to docstring.
18007
18008 * help-fns.el (help-argument-name): Add :group 'help.
18009
18010 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
18011
18012 * find-dired.el (find-ls-subdir-switches): New user option.
18013 (find-dired): No longer call `abbreviate-file-name' on DIR.
18014 Set `dired-subdir-switches' buffer-locally.
18015
18016 * locate.el: Merge the two `Commentary' sections.
18017 (locate-ls-subdir-switches): New user option.
18018 (locate): Update for other changes.
18019 (locate-mode-map): Restore Dired binding for mouse-2.
18020 Bind `locate-mouse-view-file' to M-mouse-2.
18021 Bind `l' to `locate-do-redisplay'.
18022 (locate-main-listing-line-p, locate-do-redisplay): New functions.
18023 (locate-mouse-view-file, locate-tags, locate-find-directory):
18024 Print message if used outside main listing.
18025 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
18026 Various changes to support inserted subdirectories.
18027 (locate-insert-header): Change header of *Locate* buffer.
18028
18029 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
18030 Change interactive default switches.
18031 (dired-rename-subdir-2): Update `dired-switches-alist'.
18032 (dired-insert-subdir, dired-kill-subdir):
18033 Handle `dired-switches-alist'. Do not mark buffer modified.
18034 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
18035 (dired-insert-subdir-doinsert): Omit messages.
18036 Handle `dired-subdir-switches'.
18037 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
18038
18039 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
18040 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
18041 subdirs if -R switch is used for a subdir.
18042 (dired-mode): Set `dired-switches-alist'.
18043 (dired-build-subdir-alist): Only print number of directories in
18044 echo area when invoked interactively.
18045
18046 2004-06-05 Lars Hansen <larsh@math.ku.dk>
18047
18048 * dired-x.el (dired-omit-mode): Rename from
18049 dired-omit-files-p. Use define-minor-mode to define it.
18050 (dired-omit-files-p): Add as alias for dired-omit-mode.
18051 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
18052 dired-mark-omitted.
18053 (dired-mark-omitted): Add. Bind to M-O.
18054
18055 2004-06-05 Kenichi Handa <handa@m17n.org>
18056
18057 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
18058
18059 2004-06-05 Juanma Barranquero <lektu@terra.es>
18060
18061 * help-fns.el (help-argument-name): Reintroduce face.
18062 (help-default-arg-highlight): Use it, now that
18063 `face-differs-from-default-p' can be trusted.
18064
18065 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
18066
18067 * textmodes/table.el: Sentence commands added to Point Motion
18068 group; kill and backward-kill commands added to Extraction group.
18069
18070 2004-06-04 Mario Lang <mlang@delysid.org>
18071
18072 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
18073 systems appear to use mW, make the code handle this. Fix a
18074 division-by-zero bug while at it, and handle kernels with
18075 a slightly different layout in /proc/acpi.
18076
18077 2004-06-04 Karl Fogel <kfogel@red-bean.com>
18078
18079 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
18080 because the latter is a CL-ism. This fixes the bug reported by
18081 Shawn Boyette <mdxi@collapsar.net> in
18082 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
18083
18084 2004-06-04 Miles Bader <miles@gnu.org>
18085
18086 * faces.el (display-supports-face-attributes-p): Function moved to
18087 C code. Previously only the tty-related portion of this function
18088 was done in C; however the previous attempt to do a halfway-proper
18089 job for non-tty displays in lisp didn't work properly because of
18090 funny conditions during Emacs startup.
18091 (face-differs-from-default-p): Simplify, now that
18092 display-supports-face-attributes-p works properly on all display
18093 types. Remove :stipple from comparison; it doesn't really work
18094 in emacs anyway.
18095
18096 2004-06-04 Miles Bader <miles@gnu.org>
18097
18098 * faces.el (face-differs-from-default-p): Use a different
18099 implementation, so we can really check whether FACE displays
18100 differently or not.
18101
18102 2004-06-04 Miles Bader <miles@gnu.org>
18103
18104 * faces.el (display-supports-face-attributes-p): Implement a
18105 `different from default' check for non-tty displays.
18106
18107 2004-06-03 David Kastrup <dak@gnu.org>
18108
18109 * woman.el (woman-mapcan): More concise code.
18110 (woman-topic-all-completions, woman-topic-all-completions-1)
18111 (woman-topic-all-completions-merge): Replace by a simpler and
18112 much faster implementation based on O(n log n) sort/merge instead
18113 of the old O(n^2) behavior.
18114
18115 2004-06-03 Miles Bader <miles@gnu.org>
18116
18117 * subr.el (read-number): Use canonical format for default in prompt.
18118
18119 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
18120 Add regexp for " [...]" style defaults.
18121
18122 2004-06-02 Romain Francoise <romain@orebokech.com>
18123
18124 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
18125 groups: if the user asks for a hidden buffer, open the
18126 corresponding filter group to expose it.
18127
18128 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
18129 `ibuffer-jump-to-buffer'.
18130 (ibuffer-jump-offer-only-visible-buffers): New user option.
18131
18132 2004-06-02 Juanma Barranquero <lektu@terra.es>
18133
18134 * faces.el (frame-update-faces): Add empty docstring so the one
18135 for `ignore' doesn't show through.
18136
18137 * subr.el (process-kill-without-query): Remove spurious "\n" on
18138 obsolescence string.
18139 (focus-frame, unfocus-frame): Add obsolescence declaration and
18140 empty docstring.
18141
18142 * international/mule.el (register-char-codings): Make alias for
18143 `ignore'. Move docstring to obsolescence info and remove redundancy.
18144
18145 2004-06-02 Kim F. Storm <storm@cua.dk>
18146
18147 * frame.el (blink-cursor-start): Turn cursor off initially so blink
18148 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
18149
18150 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18151
18152 * comint.el (comint-replace-by-expanded-history-before-point):
18153 Obey `start' as the docstring says.
18154 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
18155 (comint-update-fence): Prevent font-lock from running unnecessarily.
18156 (comint-dynamic-list-completions): Use with-current-buffer.
18157
18158 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18159
18160 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
18161 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
18162 (bibtex-entry-update): Handle alternatives and optional fields.
18163 (bibtex-parse-entry): Bugfix, handle empty key.
18164
18165 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18166
18167 * vc-arch.el (vc-arch-state): Don't assume the file exists.
18168
18169 2004-05-31 Lars Hansen <larsh@math.ku.dk>
18170
18171 * desktop.el (desktop-save): Don't save minor modes without a
18172 known mode initialization function.
18173
18174 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
18175
18176 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
18177
18178 * autorevert.el: Update `Commentary' section.
18179
18180 2004-05-30 Juanma Barranquero <lektu@terra.es>
18181
18182 * dos-fns.el (convert-standard-filename):
18183 * files.el (convert-standard-filename):
18184 * w32-fns.el (convert-standard-filename):
18185 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
18186
18187 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18188
18189 Sync with Tramp.
18190
18191 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
18192 (tramp-let-maybe): Move to an earlier spot in the file.
18193 Patch by Andreas Schwab.
18194
18195 2004-05-30 Andreas Schwab <schwab@suse.de>
18196
18197 * dired.el (dired-get-filename): Don't use dired-re-dot.
18198
18199 2004-05-30 Richard M. Stallman <rms@gnu.org>
18200
18201 * files.el (find-file): Doc fix.
18202
18203 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
18204
18205 2004-05-30 Nick Roberts <nickrob@gnu.org>
18206
18207 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
18208 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
18209 modeline of the locals buffer.
18210 (gdb-goto-breakpoint): Handle gdbmi.
18211 (gdb-get-frame-number): Change for gdbmi.
18212
18213 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
18214
18215 * files.el (file-remote-p): Apply file name handler for operation
18216 `file-remote-p'. It isn't a property any longer.
18217 (file-relative-name): `fh' and `fd' get the required value via
18218 `find-file-name-handler' already.
18219
18220 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
18221 (top): Remove setting of `file-remote-p' property for
18222 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
18223
18224 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
18225
18226 Version 2.0.41 of Tramp released.
18227
18228 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
18229 Throw away if process has died.
18230 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
18231 (tramp-out-of-band-prompt-regexp): Rename to
18232 `tramp-process-alive-regexp', because its usage is widen.
18233 (tramp-actions-copy-out-of-band): Apply it.
18234 (tramp-actions-before-shell, tramp-multi-actions):
18235 Add `tramp-action-process-alive' action.
18236 (tramp-action-process-alive): New defun.
18237 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
18238 Add entry for `file-remote-p'.
18239 (tramp-handle-file-remote-p): New defun.
18240 (top): Remove setting of `file-remote-p'. Don't set
18241 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
18242
18243 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18244 `file-remote-p'.
18245
18246 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
18247 counted for (last) line. [They should or they shouldn't? --Stef]
18248 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
18249
18250 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
18251
18252 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
18253 not really necessary but seems to keep the shell history smaller
18254 in some cases. It is no substitute for setting HISTFILE and
18255 HISTSIZE from tramp-open-connection-setup-interactive-shell,
18256 though. Suggested by Luc Teirlinck.
18257 (tramp-open-connection-setup-interactive-shell): Export variables
18258 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
18259 (tramp-set-process-query-on-exit-flag): New compat function.
18260 (tramp-open-connection-multi, tramp-open-connection-su)
18261 (tramp-open-connection-rsh, tramp-open-connection-telnet)
18262 (tramp-do-copy-or-rename-file-out-of-band): Use it.
18263 (tramp-let-maybe): New macro, let-binds a variable only if it
18264 isn't obsolete.
18265 (tramp-check-ls-commands, tramp-handle-expand-file-name)
18266 (tramp-handle-file-truename): Use it.
18267 (tramp-completion-file-name-regexp-unified): Avoid matching
18268 filenames starting with "/:" -- those are reserved for
18269 file-name-non-special.
18270
18271 * tramp-smb.el (tramp-smb-open-connection):
18272 Use tramp-set-process-query-on-exit-flag compat function.
18273
18274 2004-05-29 Richard M. Stallman <rms@gnu.org>
18275
18276 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
18277
18278 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
18279 (eval-last-sexp-print-value): Print char equivalent regardless
18280 of standard-output value.
18281
18282 * thumbs.el (thumbs-subst-char-in-string): Delete.
18283 (thumbs-thumbname): Use subst-char-in-string.
18284 (thumbs-resize-image): Use condition-case, not ignore-errors.
18285 (thumbs-kill-buffer): Likewise.
18286
18287 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
18288 (thumbs-mode): Make buffer read-only.
18289 (thumbs-make-thumb): Unconditionally accept an existing file.
18290 (thumbs-insert-thumb): Add thumb-image-file property to the image.
18291 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
18292 (thumbs-show-thumbs-list): Error if images not supported.
18293 (thumbs-save-current-image): Improve prompt string.
18294 (thumbs-mode-map): Define u, R, x.
18295 (thumbs-unmark): New command.
18296 (thumbs-emboss-image): Minor cleanup.
18297 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
18298 (thumbs-rename-images): New command.
18299 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
18300
18301 * thumbs.el (thumbs-current-image): New function.
18302 (thumbs-file-list, thumbs-file-alist): New functions.
18303 (thumbs-find-image): Delete arg L.
18304 Don't set up thumbs-fileL as buffer-local global var.
18305 (thumbs-find-image-at-point): Use thumbs-current-image.
18306 (thumbs-set-image-at-point-to-root-window): Likewise.
18307 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
18308 Record and warn about errors. Update thumbs-markedL for deletions.
18309 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
18310 (thumbs-redraw-buffer): Use thumbs-file-list.
18311 (thumbs-mark): Use thumbs-current-image.
18312 (thumbs-show-name): Use thumbs-current-image.
18313
18314 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
18315 and imenu--last-menubar-index-alist.
18316
18317 * subr.el (with-selected-window): Undo previous change.
18318
18319 2004-05-29 John Paul Wallington <jpw@gnu.org>
18320
18321 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
18322 (thumbs-mouse-find-image): New command.
18323 (thumbs-mode-map): Bind it to mouse-2.
18324 (thumbs-mode): Make mode-class special.
18325 (thumbs-view-image-mode): Likewise.
18326
18327 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
18328
18329 * flymake.el: New file.
18330
18331 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
18332
18333 * files.el (find-file-noselect-1): Do not bind
18334 `inhibit-read-only' to t during execution of
18335 `find-file-not-found-functions'.
18336
18337 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18338
18339 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
18340 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
18341
18342 2004-05-28 Juri Linkov <juri@jurta.org>
18343
18344 * simple.el (eval-expression-print-format): New fun.
18345
18346 * simple.el (eval-expression):
18347 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
18348 * emacs-lisp/edebug.el (edebug-compute-previous-result)
18349 (edebug-eval-expression): Print additionally the value returned by
18350 `eval-expression-print-format'.
18351
18352 * emacs-lisp/lisp.el (insert-pair-alist): New var.
18353 (insert-pair): Make arguments optional. Find character pair
18354 from `insert-pair-alist' according to the last input event.
18355 (insert-parentheses): Make arguments optional.
18356 (raise-sexp, delete-pair): New funs.
18357
18358 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
18359 (emacs-lisp-mode-map, lisp-interaction-mode-map):
18360 Bind C-M-q to `indent-pp-sexp'.
18361
18362 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
18363 `pp-to-string' modified to be able to format text with newlines.
18364 (pp-to-string): Move the buffer-formatting part of the code to
18365 `pp-buffer'. Call `pp-buffer'.
18366
18367 * info.el (Info-desktop-buffer-misc-data): Don't save information
18368 about virtual files.
18369 (Info-restore-desktop-buffer): Restore Info buffers in prepared
18370 buffers with names obtained from the desktop file instead of the
18371 default *info* buffer.
18372
18373 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
18374
18375 * subr.el (with-selected-window): Only save/restore the selected
18376 window.
18377
18378 * progmodes/compile.el (compilation-error-regexp-alist):
18379 Use expand-file-name and data-directory.
18380
18381 * progmodes/grep.el (grep-tree): Rework previous fix.
18382
18383 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
18384 after the user marked text with the mouse.
18385
18386 * startup.el (command-line): Keep the first regexp of
18387 auto-save-file-name-transforms intact.
18388
18389 2004-05-28 Juanma Barranquero <lektu@terra.es>
18390
18391 * cus-edit.el (customize-face, customize-face-other-window)
18392 (custom-face-edit-delete): Make arguments match their use in
18393 docstring.
18394 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
18395 docstring.
18396
18397 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
18398 not `cvs-butlast'.
18399
18400 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
18401 `nbutlast' are in subr.el).
18402
18403 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
18404 (set-w32-system-coding-system): Doc fixes.
18405
18406 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
18407 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
18408 Make arguments match their use in docstring.
18409 (artist-draw-region-trim-line-endings)
18410 (artist-mouse-choose-operation): Fix typo in docstring.
18411 (artist-key-set-point-common): Doc fix.
18412
18413 2004-05-28 Simon Josefsson <jas@extundo.com>
18414
18415 * mail/smtpmail.el (smtpmail-open-stream):
18416 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
18417
18418 2004-05-26 Simon Josefsson <jas@extundo.com>
18419
18420 * starttls.el: Merge with my GNUTLS based starttls.el.
18421 (starttls-gnutls-program, starttls-use-gnutls)
18422 (starttls-extra-arguments, starttls-process-connection-type)
18423 (starttls-connect, starttls-failure, starttls-success): New variables.
18424 (starttls-program, starttls-extra-args): Doc fix.
18425 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
18426 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
18427 and pass on to corresponding *-gnutls function if it is set.
18428
18429 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
18430
18431 * autorevert.el (auto-revert-handler): Disable auto-reverting of
18432 remote files.
18433
18434 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
18435
18436 * files.el (file-name-non-special): There are more operations
18437 which need handling: `find-backup-file-name',
18438 `insert-file-contents', `verify-visited-file-modtime',
18439 `write-region'. Rename t value of method to `add'. Add new
18440 methods `quote' and `unquote-then-quote' to file-arg-indices.
18441
18442 2004-05-25 Juri Linkov <juri@jurta.org>
18443
18444 * info.el (Info-toc): Call Info-mode on intermediate buffer.
18445 (Info-index-nodes): Enclose code in condition-case to catch errors.
18446 (Info-index-node): Don't search all index nodes if request is only
18447 for the current node and file is not in the cache of index nodes.
18448 (Info-mode-map): Bind Info-copy-current-node-name to `w'
18449 for consistency with dired-copy-filename-as-kill.
18450 Bind `S' to Info-search-case-sensitively.
18451 (Info-copy-current-node-name): New arg. With zero prefix arg put
18452 the name inside a function call to `info'. Display copied text in
18453 the echo area.
18454
18455 2004-05-25 Sam Steingold <sds@gnu.org>
18456
18457 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
18458 strip the package prefix from the symbol name, if any.
18459 Make it the `find-tag-default-function' for `lisp-mode'.
18460
18461 2004-05-25 John Paul Wallington <jpw@gnu.org>
18462
18463 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
18464 instead of obsolete `process-kill-without-query'.
18465
18466 * textmodes/texinfmt.el (texinfo-indexvar-alist):
18467 Declare as variable, not constant.
18468
18469 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
18470
18471 * files.el (find-file-noselect-1): Fix bug introduced by
18472 Revision 1.694. As a side effect, `inhibit-read-only'
18473 is again, by default, t during execution of
18474 `find-file-not-found-functions'.
18475 (insert-directory): Check that lines were really inserted by
18476 the --dired switch, before erasing them.
18477
18478 2004-05-24 Nick Roberts <nickrob@gnu.org>
18479
18480 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
18481 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
18482 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
18483 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
18484 gud-minor-mode (gdbmi).
18485
18486 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
18487
18488 * net/browse-url.el (browse-url-interactive-arg): Enable user to
18489 explicitly select the text to be taken as URL.
18490
18491 2004-05-23 Juri Linkov <juri@jurta.org>
18492
18493 * info.el (Info-index-nodes): New var and fun.
18494 (Info-goto-index, Info-index, info-apropos)
18495 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
18496 (Info-index): Fix docstring. Store and restore Info-history-list.
18497 (Info-complete-nodes): New var.
18498 (Info-complete-menu-item): Use it.
18499 (Info-index-node): New fun.
18500 (Info-final-node, Info-forward-node, Info-backward-node)
18501 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
18502 Use Info-index-node.
18503 (Info-extract-menu-item, Info-extract-menu-counting): Set second
18504 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
18505 (Info-find-node-2): If a node with period in its name not found,
18506 try to find a node without the name part after period.
18507 (Info-select-node): Call Info-fontify-node only if
18508 Info-fontify-maximum-menu-size is not nil.
18509 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
18510 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
18511 Preserve Info-history-list.
18512 (Info-toc): Set Info-current-file.
18513 (Info-build-toc): Move point to the beginning of the buffer.
18514 Add main-file variable.
18515 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
18516 Use backslashed representation of the control character ^_.
18517
18518 * textmodes/texinfmt.el (texinfo-print-index): Print index line
18519 numbers in the new Texinfo 4.7 format.
18520
18521 * add-log.el (change-log-font-lock-keywords): Remove `:' from
18522 regexps for function and variable names.
18523
18524 * descr-text.el (describe-property-list): Add [show] button for
18525 `syntax-table' property with action to pp to a separate buffer.
18526 (describe-char): Replace search-forward by re-search-forward with
18527 whitespace regexp after "character:" to not fail in too narrow windows.
18528
18529 * simple.el (next-error-find-buffer): Add a rule to return
18530 next-error capable buffer if one window on the selected frame
18531 displays such buffer.
18532
18533 2004-05-23 Nick Roberts <nickrob@gnu.org>
18534
18535 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
18536 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
18537 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
18538 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
18539 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
18540 Handle new value for gud-minor-mode (gdbmi).
18541 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
18542 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
18543 Change from local to global gdb variable set.
18544 (gdb-ann3): Initialize above gdb variable set.
18545 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
18546 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
18547 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
18548 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
18549 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
18550 (gdb-info-locals-handler, gdb-invalidate-assembler)
18551 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
18552 set as global variables.
18553 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
18554 Handle gdbmi.
18555 (gdb-info-breakpoints-custom): Fix regexp.
18556 (def-gdb-var): Delete.
18557
18558 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
18559 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
18560 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
18561 a new mode. The file (gdb-mi.el) for this mode will be included
18562 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
18563 primary interface.
18564
18565 2004-05-23 Jesper Harder <harder@ifa.au.dk>
18566
18567 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
18568 interpreted as a directory.
18569
18570 2004-05-22 Richard M. Stallman <rms@gnu.org>
18571
18572 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
18573 as a close quote.
18574
18575 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
18576
18577 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
18578 Use assoc-string, not assoc-ignore-case.
18579
18580 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
18581
18582 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
18583 If moving back then fwd gets a defun that ends before point,
18584 try again moving fwd then back.
18585
18586 * files.el (file-name-non-special): Allow t in file-arg-indices
18587 to mean requote the return value. Use `identity' as an element
18588 rather than as the whole value.
18589
18590 * gs.el (gs-options): Add -dSAFER. Mark it risky.
18591
18592 2004-05-22 Juanma Barranquero <lektu@terra.es>
18593
18594 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
18595 `help-make-usage'.
18596 (help-highlight-arguments): Skip function name before searching
18597 for arguments.
18598
18599 2004-05-21 Juanma Barranquero <lektu@terra.es>
18600
18601 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
18602 Don't mention in the docstring these arguments meant for
18603 internal (recursive) use only.
18604 (allout-char-spec): Comment out (it's not implemented).
18605 (allout-old-expose-topic, allout-exposure): Fix docstring and add
18606 obsolescence declaration.
18607 (allout-flatten-exposed-to-buffer)
18608 (allout-indented-exposed-to-buffer): Fix typos in docstring.
18609 (my-mark-marker): Doc fix.
18610 (produce-allout-mode-map, allout-sibling-index)
18611 (allout-isearch-expose, allout-distinctive-bullet)
18612 (allout-open-topic, allout-reindent-body)
18613 (allout-rebullet-heading, allout-process-exposed)
18614 (allout-insert-listified, allout-latex-verb-quote)
18615 (allout-insert-latex-header, allout-insert-latex-trailer):
18616 Make arguments match their use in docstring.
18617 (allout-primary-bullet, allout-old-style-prefixes)
18618 (allout-inhibit-protection, allout-init, allout-mode)
18619 (allout-before-change-protect, allout-flag-region):
18620 Use "Emacs" instead of "emacs" in docstrings.
18621
18622 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
18623
18624 * international/characters.el: Modify syntax of more characters.
18625
18626 2004-05-21 Masatake YAMATO <jet@gyve.org>
18627
18628 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
18629 (etags-tags-completion-table): Show parsing progress.
18630
18631 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
18632
18633 * locate.el (locate-prompt-for-command): Shorten first line of
18634 docstring.
18635 (locate-mode): Expand docstring and include keymap summary.
18636
18637 * files.el (find-file-noselect-1): Limit the scope of the
18638 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
18639 is, by default, nil during the execution of
18640 `find-file-not-found-functions' and `find-file-hook'.
18641
18642 2004-05-20 Michael Mauger <mmaug@yahoo.com>
18643
18644 * facemenu.el (facemenu-color-name-equal): New function.
18645 (list-colors-display): Use it to compare colors instead of
18646 facemenu-color-equal.
18647
18648 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
18649
18650 * compare-w.el (compare-windows-face): Use min-colors instead of
18651 checking for tty or pc types.
18652
18653 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
18654
18655 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
18656 (completion-setup-function): Use with-current-buffer.
18657 Properly save excursion. Simplify.
18658 Don't assume there is necessarily a `mouse-face' property somewhere.
18659
18660 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
18661
18662 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
18663
18664 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
18665 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
18666 Use with-current-buffer.
18667 (byte-goto-log-buffer): Delete.
18668 (byte-compile-log-file): Call compilation-forget-errors.
18669
18670 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
18671
18672 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
18673 output messages into the search result.
18674
18675 2004-05-19 Masatake YAMATO <jet@gyve.org>
18676
18677 * wid-edit.el (widget-radio-button-notify): Revert my last
18678 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
18679
18680 2004-05-19 Kenichi Handa <handa@m17n.org>
18681
18682 * international/characters.el: Fix syntax (open/close) of CJK chars.
18683
18684 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
18685
18686 * help-mode.el (help-go-back): Don't depend on position of back button.
18687
18688 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
18689
18690 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
18691 files don't contain an accidental additional /.
18692
18693 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
18694 in source buffer.
18695
18696 2004-05-18 Masatake YAMATO <jet@gyve.org>
18697
18698 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
18699 to widget-apply. :action method assumes 2 arguments, not 3.
18700
18701 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
18702
18703 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18704 New constants.
18705 (hs-special-modes-alist): Add an f90-mode entry.
18706
18707 2004-05-17 Sam Steingold <sds@gnu.org>
18708
18709 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
18710 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
18711
18712 2004-05-16 Kim F. Storm <storm@cua.dk>
18713
18714 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
18715
18716 2004-05-15 John Wiegley <johnw@newartisans.com>
18717
18718 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
18719 (eshell-output-object-to-target): Improve output speed 20% by not
18720 calling `eshell-stringify' if something is already known to be a
18721 string.
18722
18723 2004-05-15 Alex Ott <ott@jet.msk.su>
18724
18725 * textmodes/ispell.el (ispell-local-dictionary-alist):
18726 Add windows-1251 to the choice of coding systems.
18727 (ispell-dictionary-alist-6): Add support for "russianw.aff",
18728 encoded in cp1251.
18729
18730 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
18731
18732 * progmodes/compile.el (compilation-warning-face)
18733 (compilation-info-face): Use min-colors.
18734
18735 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18736
18737 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
18738 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
18739 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
18740 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
18741 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
18742 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
18743 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
18744 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
18745 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
18746 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
18747 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
18748 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
18749 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
18750 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
18751
18752 2004-05-15 Kim F. Storm <storm@cua.dk>
18753
18754 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
18755 Use it to set triggered-p element of timer.
18756 (timer-event-handler): Set triggered-p element non-nil while running
18757 the timer function.
18758
18759 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
18760
18761 * descr-text.el (describe-char-unicode-data)
18762 (describe-char-unicodedata-file): Re-enable the unicode code now that
18763 the licensing issues have been cleared in the unicode-4 license.
18764 (describe-text-properties-1): Remove unused `overlay' var.
18765 (describe-char): Remove unused var `buffer'.
18766
18767 2004-05-14 David Ponce <david@dponce.com>
18768
18769 * tree-widget.el: New file.
18770
18771 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
18772
18773 * language/european.el ("Brazilian Portuguese"): Add support for
18774 Brazilian Portuguese.
18775
18776 2004-05-13 John Wiegley <johnw@newartisans.com>
18777
18778 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
18779 `recentf-mode' if this variable has been customized to t.
18780
18781 * eshell/esh-test.el (eshell-test): Call the function
18782 `emacs-version' rather than trying to build a custom version string.
18783
18784 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
18785
18786 * net/telnet.el (telnet-mode): Use define-derived-mode.
18787 Don't modify the global value of comint-prompt-regexp.
18788
18789 2004-05-13 John Paul Wallington <jpw@gnu.org>
18790
18791 * version.el (emacs-version): Check for `gtk' feature before
18792 `x-toolkit' feature.
18793
18794 2004-05-13 Juanma Barranquero <lektu@terra.es>
18795
18796 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
18797 arguments in the docstring, they're used only in recursive calls.
18798
18799 * help-fns.el (help-arg-highlighting-function)
18800 (help-argument-name): Delete.
18801 (help-default-arg-highlight): New function.
18802 (help-do-arg-highlighting): Use it.
18803
18804 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18805
18806 * calendar/appt.el (appt-disp-window):
18807 Use `calendar-set-mode-line' for a centered mode-line.
18808
18809 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
18810
18811 * calendar/appt.el (appt-disp-window): Do not split window
18812 excessively when `split-height-threshold' is low.
18813
18814 2004-05-12 Nick Roberts <nickrob@gnu.org>
18815
18816 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
18817 kill-buffer-hook here and make it local.
18818 (gud-kill-buffer-hook): Use kill-process for a sure kill.
18819
18820 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
18821
18822 * progmodes/compile.el (compilation-set-window-height):
18823 Use save-excursion to protect against misplaced marker.
18824
18825 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18826
18827 * custom.el (defface): Document that type can have value gtk.
18828
18829 * faces.el (face-spec-set-match-display): Handle type gtk in display.
18830
18831 2004-05-12 Kenichi Handa <handa@m17n.org>
18832
18833 * descr-text.el: Require quail at compile time.
18834 (describe-char): If an input method is on and it supports the
18835 character, show how to input it.
18836
18837 * international/quail.el (quail-install-decode-map): Accept a
18838 char-table whose subtype is `quail-decode-map'.
18839 (quail-store-decode-map-key, quail-gen-decode-map1)
18840 (quail-gen-decode-map, quail-find-key1, quail-find-key)
18841 (quail-show-key): New functions.
18842
18843 2004-05-12 Juanma Barranquero <lektu@terra.es>
18844
18845 * generic.el (define-generic-mode): Remove redundant arglist info.
18846
18847 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
18848 Make arguments match their use in docstring.
18849 (help-arg-highlighting-function): New variable.
18850 (help-argument-name): Mention it in the docstring.
18851 (help-do-arg-highlight): Use it. Expand regexp to accept also
18852 ARG-xxx and xxx-ARG references.
18853
18854 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
18855
18856 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
18857 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
18858 and "mailto:addr1?to=addr2" equal.
18859
18860 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
18861
18862 * man.el (Man-getpage-in-background): Use shell-file-name
18863 and shell-command-switch variables instead of hard-coded values.
18864
18865 2004-05-11 Eli Zaretskii <eliz@gnu.org>
18866
18867 * iimage.el: New file.
18868
18869 2004-05-11 Juanma Barranquero <lektu@terra.es>
18870
18871 * custom.el (custom-initialize-default, defcustom):
18872 Fix typo in docstring.
18873
18874 * files.el (set-visited-file-name, file-expand-wildcards):
18875 Fix docstring.
18876
18877 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18878
18879 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
18880
18881 * subr.el (eventp): Be more discriminating with integers.
18882
18883 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
18884
18885 * progmodes/compile.el (compile): Add universal prefix arg.
18886 (compilation-error-regexp-alist-alist): Add edg patterns.
18887
18888 2004-05-10 Sam Steingold <sds@gnu.org>
18889
18890 * textmodes/ispell.el (ispell-message):
18891 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
18892
18893 2004-05-10 Dave Love <fx@gnu.org>
18894
18895 * progmodes/python.el (help-buffer): Autoload when compiling.
18896 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
18897 (run-python): Prepend to any existing PYTHONPATH.
18898
18899 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
18900
18901 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
18902 for pending breakpoints.
18903
18904 2004-05-10 Richard M. Stallman <rms@gnu.org>
18905
18906 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
18907 directly without calling any functions in Rmail.
18908 (unrmail-unprune): Function deleted.
18909
18910 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
18911
18912 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
18913 C-c C-z binding.
18914
18915 2004-05-10 Kenichi Handa <handa@m17n.org>
18916
18917 * descr-text.el (describe-char): Fix previous change. Don't make
18918 a unibyte character to multibyte in the *Help* buffer.
18919
18920 2004-05-10 Miles Bader <miles@gnu.org>
18921
18922 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
18923 buffer an error if the debugger process is actually running.
18924
18925 2004-05-10 Juanma Barranquero <lektu@terra.es>
18926
18927 * help-fns.el (help-argument-name): Default to italic.
18928 (help-highlight-arguments): Return always (usage . doc), even when
18929 usage is nil.
18930
18931 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
18932 (define-ibuffer-filter): Add usage info.
18933 (define-ibuffer-op): Add usage info (but CL-style defaults for
18934 keyword args are not shown).
18935
18936 * subr.el (remove-overlays, read-passwd): Fix docstring.
18937 (start-process-shell-command): Fix docstring. Put usage info in a
18938 format usable by `describe-function'.
18939 (open-network-stream, open-network-stream-nowait)
18940 (open-network-stream-server): Fix docstring.
18941
18942 2004-05-09 Jason Rumney <jasonr@gnu.org>
18943
18944 * international/code-pages.el (cp932, cp936, cp949, c950): Remove.
18945 Only define cp125* if windows-125* is already defined.
18946
18947 * language/korean.el (cp949): Add alias.
18948
18949 * language/chinese.el (cp936, cp950): Add aliases.
18950
18951 * language/japanese.el (cp932): Add alias.
18952
18953 * term/w32-win.el: Require code-pages.
18954
18955 * international/mule-cmds.el (set-locale-environment):
18956 On MS-Windows use ansi code-page for default coding-systems.
18957 Set up paper sizes for Windows 3 letter languages.
18958
18959 * international/code-pages.el (cp932, cp936, cp949, cp950):
18960 Add aliases. Also add cp125* if not already defined.
18961
18962 2004-05-09 Juanma Barranquero <lektu@terra.es>
18963
18964 * help-fns.el (help-highlight-arguments): Don't try to highlight
18965 missing or autoloaded arglists. Accept structured arguments, like
18966 the first ones of `do' and `flet'.
18967
18968 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
18969 (cvs-get-marked): Remove redundant arglist info.
18970
18971 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
18972 Don't use CL-style default args.
18973
18974 2004-05-08 Andreas Schwab <schwab@suse.de>
18975
18976 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
18977
18978 * international/subst-ksc.el: Fix references to utf-translate-cjk
18979 into utf-translate-cjk-mode.
18980 * international/subst-big5.el: Likewise.
18981 * international/subst-gb2312.el: Likewise.
18982 * international/subst-jis.el: Likewise.
18983 * international/utf-16.el: Likewise.
18984 * international/utf-8.el: Likewise.
18985
18986 2004-05-08 John Wiegley <johnw@newartisans.com>
18987
18988 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
18989 "virtual buffers" (off by default), which makes it possible to
18990 switch to the "virtual" buffers of recently visited files. When a
18991 buffer name search fails, and this option is on, iswitchb will
18992 look at the list of recently visited files, and permit matching
18993 against those names. When the user hits RET on a match, it will
18994 revisit that file.
18995 (iswitchb-read-buffer): Add two optional arguments, which makes
18996 isearchb.el possible.
18997 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
18998 (iswitchb-next-match): Add support for virtual buffers.
18999
19000 * isearchb.el: This module extends iswitchb to provide "as you
19001 type" buffer selection.
19002
19003 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
19004 Ignore the read-only property when flyspell highlighting is on.
19005 Not ignoring it leads to a series of confusing errors.
19006 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
19007 but also make sure to call flyspell-incorrect-hook.
19008 (flyspell-maybe-correct-transposition): Perform transposition test
19009 by bit twiddling a string, rather than using a temp buffer.
19010 (flyspell-maybe-correct-doubling): Use a string rather than a temp
19011 buffer. This is also the original version of the code, which
19012 could not be checked in before due to a previous lack of
19013 assignment papers. This version has seen heavy usage on my system
19014 for several years now.
19015
19016 * calendar/cal-bahai.el: New file, which adds support for the
19017 Baha'i calendar to Emacs. This calendar is based on a solar year
19018 of 19 months of 19 days, with 4 intercalary days. Each year
19019 begins on March 21, with the calendar starting in 1844.
19020
19021 * calendar/cal-menu.el, calendar/calendar.el
19022 * calendar/diary-lib.el, calendar/holidays.el:
19023 Added support for using cal-bahai.el.
19024
19025 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
19026 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
19027 function can be used outside of eshell buffers.
19028 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
19029
19030 2004-05-08 Juanma Barranquero <lektu@terra.es>
19031
19032 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
19033 word constituent so FOO-ARG is not recognized as an arg.
19034 (help-highlight-arguments): Don't skip lists in mandatory arguments.
19035
19036 * simple.el (next-error): Fix typo in docstring.
19037 (open-line): Make argument names match their use in docstring.
19038 (split-line): Fix docstring.
19039
19040 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
19041 usable by `describe-function'.
19042 (gensym, gentemp, typep, ignore-errors): Make argument names match
19043 their use in docstring.
19044
19045 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
19046 argument to `help-setup-xref'.
19047
19048 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
19049
19050 Version 2.0.40 of Tramp released.
19051
19052 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
19053 Use symbol-function to invoke functions only known on some Emacs
19054 flavors. This avoids byte-compiler warnings. Reported by Kevin
19055 Scaldeferri <kevin@scaldeferri.com>.
19056 (tramp-do-copy-or-rename-file-via-buffer): Rename from
19057 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
19058 consistent with the other tramp-do-* functions.
19059 (tramp-do-copy-or-rename-file): Calls adjusted.
19060 (tramp-process-initial-commands): Avoid liveness check on shell --
19061 we know that it must be alive since we're opening a connection at
19062 this moment.
19063 (tramp-last-cmd): New internal variable.
19064 (tramp-process-echoes): New tunable.
19065 (tramp-send-command): Set tramp-last-cmd.
19066 (tramp-wait-for-output): Delete echo, if applicable.
19067 (tramp-read-passwd): Construct the key for the password cache in a
19068 way that works for multi methods, too.
19069 (tramp-bug): Add backup-directory-alist and
19070 bkup-backup-directory-info to bug reports, with Tramp counterparts.
19071
19072 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
19073
19074 * net/tramp*.el: Suppress byte-compiler warnings where possible.
19075
19076 * net/tramp.el (tramp-out-of-band-prompt-regexp)
19077 (tramp-actions-copy-out-of-band): New defcustoms.
19078 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
19079 used instead of a synchronous one. Allows password entering.
19080 (tramp-action-out-of-band): New defun.
19081 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
19082 Remove restriction with password from doc string.
19083 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
19084 `tramp-out-of-band-prompt-regexp',
19085 `tramp-actions-copy-out-of-band', `password-cache' and
19086 `password-cache-expiry'.
19087 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
19088 password caching.
19089 (tramp-touch): FILE can be a local file, too.
19090 (TODO): Remove items done.
19091 (tramp-handle-insert-directory): Properly quote file name also if
19092 not full-directory-p. Handle wildcard case. Reported by Andreas
19093 Schwab <schwab@suse.de>.
19094 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
19095 new file.
19096 (tramp-handle-file-local-copy, tramp-handle-write-region):
19097 The permissions of the temporary file are set if filename exists.
19098 Reported by Ted Stern <stern@cray.com>.
19099 (tramp-backup-directory-alist)
19100 (tramp-bkup-backup-directory-info): New defcustoms.
19101 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
19102 (tramp-handle-find-backup-file-name): New function.
19103 Implements Tramp's find-backup-file-name.
19104
19105 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
19106 for `find-backup-file-name'.
19107
19108 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
19109 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
19110
19111 2004-05-07 Lars Hansen <larsh@math.ku.dk>
19112
19113 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
19114
19115 2004-05-07 Juanma Barranquero <lektu@terra.es>
19116
19117 * subr.el (lambda): Add arglist description to docstring.
19118 (declare): Fix typo in docstring.
19119 (open-network-stream): Fix docstring.
19120 (process-kill-without-query): Fix docstring and add obsolescence info.
19121 (last, butlast, nbutlast): Make arguments match their use in docstring.
19122 (insert-buffer-substring-no-properties): Likewise.
19123 (insert-buffer-substring-as-yank): Likewise.
19124 (split-string): Fix docstring.
19125
19126 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
19127 Make argument names match their use in docstring.
19128
19129 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
19130
19131 2004-05-06 Nick Roberts <nickrob@gnu.org>
19132
19133 * progmodes/gdb-ui.el: Improve/extend documentation strings.
19134 Fit first sentence on one line for apropos-command.
19135
19136 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
19137
19138 Changes largely merged in from Dave Love's code.
19139 * progmodes/python.el: Doc fixes.
19140 (python-mode-map): Add python-complete-symbol.
19141 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
19142 (python-comment-indent, python-complete-symbol)
19143 (python-symbol-completions, python-partial-symbol)
19144 (python-try-complete): New.
19145 (python-indent-line): Remove optional arg. Use python-block-end-p.
19146 (python-check): Bind compilation-error-regexp-alist.
19147 (inferior-python-mode): Use rx. Move keybindings to top level.
19148 Set comint-input-filter.
19149 (python-preoutput-filter): Use rx.
19150 (python-input-filter): Re-introduce.
19151 (python-proc): Start new process if necessary.
19152 Check python-buffer non-nil.
19153 (view-return-to-alist): Defvar.
19154 (python-send-receive): New.
19155 (python-eldoc-function): Use it.
19156 (python-mode-running): Don't defvar.
19157 (python-mode): Set comment-indent-function.
19158 Maybe update hippie-expand-try-functions-list.
19159 (python-indentation-levels): Initialize differently.
19160 (python-block-end-p): New.
19161 (python-indent-line): Use it.
19162 (python-compilation-regexp-alist): Augment.
19163 (run-python): Import `emacs' module to Python rather than loading
19164 code directly. Set python-buffer differently.
19165 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
19166 Use python-proc.
19167 (python-send-command): Go to end of comint buffer.
19168 (python-load-file): Use python-proc, emacs.eimport.
19169 (python-describe-symbol): Simplify interactive form.
19170 Use emacs.help. Do use temp-buffer-show-hook.
19171 Call print-help-return-message.
19172 (hippie-exp): Require when compiling.
19173 (python-preoutput-continuation): Use rx.
19174
19175 * diff-mode.el (diff-make-unified): Fix regexp.
19176
19177 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
19178
19179 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
19180 filter groups from the buffer when rebuilding the Ibuffer buffer
19181 and `ibuffer-show-empty-filter-groups' is nil.
19182
19183 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19184
19185 * ps-print.el (ps-print-quote): Call ps-value-string.
19186 (ps-setup): Call ps-comment-string.
19187 (ps-value-string, ps-comment-string): New funs.
19188
19189 2004-05-06 Juanma Barranquero <lektu@terra.es>
19190
19191 * ehelp.el (electric-help-command-loop): Check whether the last
19192 character is visible, not (point-max).
19193
19194 * help-fns.el (help-argument-name): Default to bold; don't inherit
19195 from font-lock-variable-name-face.
19196 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
19197
19198 2004-05-05 Kenichi Handa <handa@m17n.org>
19199
19200 * descr-text.el (describe-char): Copy the character with text
19201 properties and overlays into the first line, and call
19202 describe-text-properties on it.
19203
19204 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
19205
19206 * iswitchb.el (iswitchb-global-map): Fix typo.
19207 Remove unwanted ###autoloads from source file.
19208
19209 2004-05-05 Lars Hansen <larsh@math.ku.dk>
19210
19211 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
19212 in run-hooks. Use substitute-command-keys in message.
19213 (wdired-abort-changes): Add message.
19214
19215 2004-05-03 Michael Mauger <mmaug@yahoo.com>
19216
19217 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
19218 (sql-emacs20-p): Remove.
19219 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
19220 (sql-builtin-face, sql-doc-face): Remove.
19221 (sql-mode-ansi-font-lock-keywords)
19222 (sql-mode-oracle-font-lock-keywords)
19223 (sql-mode-postgres-font-lock-keywords)
19224 (sql-mode-linter-font-lock-keywords)
19225 (sql-mode-ms-font-lock-keywords)
19226 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
19227 (sql-product-font-lock): Fix font-lock reset when font rules change.
19228 (sql-highlight-product): Remove incorrect font-lock reset logic.
19229
19230 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
19231
19232 * ses.el (ses-set-parameter): Fix typo.
19233
19234 2004-05-04 Kim F. Storm <storm@cua.dk>
19235
19236 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
19237 Must expand directory for completion to work; and don't mess with
19238 process-environment.
19239 (ido-read-file-name): If command has ido property, don't use ido
19240 if value is ignore, or read as directory if value is dir.
19241 Set ido ignore property for dired-do-rename command.
19242
19243 2004-05-04 Juanma Barranquero <lektu@terra.es>
19244
19245 * ehelp.el (electric-help-command-loop, electric-help-undefined)
19246 (electric-help-help): Check against unmapped commands.
19247
19248 * help-fns.el (help-argument-name): New face, inheriting from
19249 font-lock-variable-name-face, to highlight function arguments in
19250 `describe-function' and `describe-key'.
19251 (help-do-arg-highlight): Auxiliary function to highlight a given
19252 list of arguments in a string.
19253 (help-highlight-arguments): Highlight the function arguments and
19254 all uses of them in the docstring.
19255 (describe-function-1): Use it. Do docstring output via `insert',
19256 not 'princ', so text attributes are preserved.
19257
19258 * winner.el (winner-mode-map): Move `winner-undo' and
19259 `winner-redo' to C-c <left> and C-c <right>, respectively (the
19260 previous bindings conflict with `prev-buffer', `next-buffer').
19261
19262 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19263
19264 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
19265 (bibtex-entry-update): New command bound to C-c C-u.
19266 (bibtex-text-in-string): Fix regexp.
19267 (bibtex-assoc-of-regexp): Remove.
19268 (bibtex-progress-message): Fix docstring.
19269 (bibtex-inside-field): Use if.
19270 (bibtex-assoc-regexp): New function.
19271 (bibtex-format-entry): Make code more robust so that it formats
19272 also old entries.
19273 (bibtex-autokey-demangle-title): Merge with obsolete function
19274 bibtex-assoc-of-regexp.
19275 (bibtex-field-list): New function.
19276 (bibtex-entry): Use bibtex-field-list.
19277 (bibtex-parse-entry): Fix docstring.
19278 (bibtex-print-help-message): Use bibtex-field-list.
19279 (bibtex-make-field): Use bibtex-field-list.
19280 (bibtex-entry-index): Bugfix. Return crossref key if required.
19281 (bibtex-lessp): Fix docstring.
19282
19283 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
19284
19285 * select.el (xselect-convert-to-string): Move comment to intended line.
19286
19287 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19288
19289 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
19290 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
19291
19292 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19293
19294 * term/x-win.el (x-clipboard-yank): Don't exit on error from
19295 x-get-selection.
19296
19297 2004-05-03 Jason Rumney <jasonr@gnu.org>
19298
19299 * makefile.nt: Remove.
19300
19301 2004-05-03 Kim F. Storm <storm@cua.dk>
19302
19303 * emulation/cua-base.el (cua--update-indications): Fix last change.
19304 (cua-mode): Deactivate mark when cua-mode is enabled.
19305
19306 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
19307
19308 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
19309
19310 2004-05-03 Nick Roberts <nickrob@gnu.org>
19311
19312 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
19313 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
19314 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
19315 window over visible frames.
19316 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
19317
19318 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
19319
19320 * progmodes/compile.el (compilation-gcpro): New var.
19321 (compilation-fake-loc): Use it.
19322 (compilation-forget-errors): Reset it.
19323
19324 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
19325
19326 * diff-mode.el (diff-header-face, diff-file-header-face):
19327 Use min-colors.
19328
19329 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19330
19331 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
19332 (bibtex-clean-entry): Disentangle code.
19333 (bibtex-realign): New function.
19334 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
19335 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
19336 Remove undocumented optional arg called-by-convert-alien.
19337 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
19338 for sorting instead of bibtex-sort-buffer.
19339
19340 2004-05-02 Eli Zaretskii <eliz@gnu.org>
19341
19342 * progmodes/compile.el (compilation-start): In the
19343 no-async-subprocesses branch, call sit-for to give redisplay a
19344 chance to show the updated process status in the mode line, and
19345 fontify the buffer explicitly after the process exits.
19346
19347 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
19348
19349 * progmodes/python.el (python-compilation-line-number): Remove.
19350 (python-compilation-regexp-alist): Don't use it any more.
19351 (python-orig-start, python-input-filter): Remove.
19352 (inferior-python-mode): Don't set up comint-input-filter-functions.
19353 (python-send-region): Use compilation-fake-loc.
19354
19355 * progmodes/compile.el (compilation-messages-start): New var.
19356 (compilation-mode): Don't setup next-error-function here.
19357 (compilation-setup): Set it up here instead (for minor modes as well).
19358 Make compilation-messages-start buffer local.
19359 (compilation-next-error-function): Use it.
19360 (compilation-forget-errors): Set compilation-messages-start.
19361
19362 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
19363
19364 * ielm.el (ielm-prompt-read-only): Update docstring.
19365
19366 * comint.el (comint-prompt-read-only): Update docstring.
19367 (comint-update-fence, comint-kill-whole-line)
19368 (comint-kill-region): New functions.
19369
19370 * simple.el (kill-whole-line): Use "p" instead of "P" in
19371 interactive form.
19372
19373 2004-05-01 Juanma Barranquero <lektu@terra.es>
19374
19375 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
19376 format arglist so default values in CL-style argument lists are
19377 correctly shown.
19378
19379 2004-05-01 Jason Rumney <jasonr@gnu.org>
19380
19381 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
19382
19383 2004-05-01 Kenichi Handa <handa@m17n.org>
19384
19385 * international/titdic-cnv.el (miscdic-convert): Don't generate a
19386 quail file if it is up to date.
19387
19388 2004-04-30 Juri Linkov <juri@jurta.org>
19389
19390 * cus-edit.el (custom-mode-map):
19391 Add key binding `C-x C-s' to `Custom-save'.
19392
19393 * outline.el (outline-blank-line): New var.
19394 (outline-next-preface, outline-show-heading)
19395 (outline-end-of-subtree): Use it.
19396
19397 * dired-aux.el (dired-touch-initial): New fun.
19398 (dired-do-chxxx): Call it for op-symbol `touch'.
19399 (dired-diff): Use `dired-dwim-target-directory'
19400 if current dired buffer has no buffer mark.
19401
19402 * bindings.el (propertized-buffer-identification):
19403 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
19404 Add C-M-arrow keys for consistency.
19405
19406 * files.el (confirm-kill-emacs):
19407 Change group from top-level `emacs' to `convenience'.
19408
19409 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
19410 Push mark on the first call of successive command calls.
19411 (insert-pair): New fun created from `insert-parentheses' with
19412 `open' and `close' arguments added. Enclose active regions
19413 in paired characters. Compare adjacent characters syntax with
19414 inserted characters syntax before inserting a space.
19415 (insert-parentheses): Call `insert-pair' with ?\( ?\).
19416
19417 * delsel.el: Don't put `delete-selection' property
19418 on `insert-parentheses' symbol to take advantage of
19419 region handling in `insert-pair' function.
19420 Suggested by Stephan Stahl <stahl@eos.franken.de>.
19421
19422 2004-04-30 Kim F. Storm <storm@cua.dk>
19423
19424 * emulation/cua-base.el: Add support for changing cursor types;
19425 based on patch from Michael Mauger.
19426 (cua-normal-cursor-color, cua-read-only-cursor-color)
19427 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
19428 Customization cursor type and/or cursor color.
19429 (cua--update-indications): Handle cursor type changes.
19430 (cua-mode): Update cursor indications if enabled.
19431
19432 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
19433
19434 * mouse.el (mouse-drag-copy-region): New defcustom.
19435 (mouse-set-region, mouse-drag-region-1): Use it.
19436
19437 * simple.el (kill-ring-save): If region face background color is
19438 unspecified (if no highlighting), show extent of fully visible
19439 region even if transient-mark-mode is enabled.
19440
19441 * emulation/cua-base.el (cua--standard-movement-commands):
19442 Add cua-scroll-up and cua-scroll-down.
19443 (cua-scroll-up, cua-scroll-down): New commands.
19444 (cua--init-keymaps): Remap scroll-up and scroll-down.
19445
19446 * emulation/cua-rect.el (cua--convert-rectangle-as):
19447 New defmacro.
19448 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
19449 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
19450 New commands (suggested by Jordan Breeding).
19451
19452 2004-04-30 Juanma Barranquero <lektu@terra.es>
19453
19454 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
19455
19456 2004-04-30 Mario Lang <mlang@delysid.org>
19457
19458 * diff.el (diff-switches): Fix typo in docstring.
19459
19460 2004-04-30 Alex Schroeder <alex@gnu.org>
19461
19462 * xml.el (xml-debug-print-internal): Don't add newline and
19463 indentation to text nodes and write empty elements as empty tags
19464 instead of opening and closing tags.
19465 (xml-debug-print): Take optional indent-string argument.
19466 (xml-print): Alias for xml-debug-print.
19467
19468 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19469
19470 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
19471 than duplicate call to `line-beginning-position'.
19472
19473 * progmodes/f90.el (f90-get-present-comment-type):
19474 Return whitespace, as well as comment chars, for consistent filling
19475 of comment blocks. Use `match-string-no-properties'.
19476 (f90-break-line): Trim trailing whitespace when filling comments.
19477
19478 2004-04-30 Dave Love <fx@gnu.org>
19479
19480 * calendar/diary-lib.el (diary-outlook-formats): New variable.
19481 (diary-from-outlook-internal, diary-from-outlook)
19482 (diary-from-outlook-gnus, diary-from-outlook-rmail):
19483 New functions to import diary entries from Outlook-format
19484 appointments in mail messages.
19485
19486 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
19487
19488 * progmodes/python.el (python-send-command): New fun.
19489 (python-send-region, python-load-file): Use it.
19490
19491 * progmodes/compile.el (compilation-last-buffer): Add var alias.
19492
19493 * help-fns.el (help-C-file-name): Use new subr-name.
19494 Prepend `src/' to the file name.
19495 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
19496 (describe-function-1, describe-variable): Only find a C source file
19497 name if DOC is already loaded.
19498
19499 * help-mode.el (help-function-def, help-variable-def):
19500 Use the new find-function-search-for-symbol functionality.
19501 Allow FILE to be `C-source'.
19502
19503 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
19504 (find-function-C-source): New fun.
19505 (find-function-search-for-symbol): Use it.
19506
19507 2004-03-29 Michael Mauger <mmaug@yahoo.com>
19508
19509 * progmodes/sql.el (sql-product-alist): Rename variable
19510 `sql-product-support'. Add Postgres login parameters.
19511 (sql-set-product, sql-product-feature): Update with renamed variable.
19512 (sql-connect-postgres): Add username prompt.
19513 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
19514 Make patterns less product specific.
19515 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
19516 (sql-mode-abbrev-table): Modify initialization.
19517 (sql-builtin-face): Add variable.
19518 (sql-keywords-re): Add macro.
19519 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
19520 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
19521 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
19522 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
19523 (sql-mode-linter-font-lock-keywords)
19524 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
19525 (sql-mode-sybase-font-lock-keywords)
19526 (sql-mode-informix-font-lock-keywords)
19527 (sql-mode-interbase-font-lock-keywords)
19528 (sql-mode-ingres-font-lock-keywords)
19529 (sql-mode-solid-font-lock-keywords)
19530 (sql-mode-sqlite-font-lock-keywords)
19531 (sql-mode-db2-font-lock-keywords): Default to nil.
19532 (sql-product-font-lock): Always highlight ANSI keywords.
19533 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
19534 (sql-send-string): Add function.
19535
19536 2004-04-29 Dave Love <fx@gnu.org>
19537
19538 * progmodes/cfengine.el (cfengine-beginning-of-defun)
19539 (cfengine-end-of-defun): Ensure progress through buffer.
19540
19541 * info-look.el (cfengine-mode): Accept a terminal ().
19542
19543 2004-04-29 Juri Linkov <juri@jurta.org>
19544
19545 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
19546 instead of isearch-yank-word-or-char. Add new key bindings for
19547 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
19548 (isearch-del-char): New fun.
19549 (isearch-forward, isearch-edit-string): Update docstring.
19550 (isearch-yank-char): Doc fix.
19551 (isearch-other-meta-char): Restore point after scrolling.
19552
19553 * progmodes/compile.el (compilation-context-lines): Add nil option
19554 to disable compilation output window scrolling.
19555 (compilation-set-window): Use it.
19556
19557 * outline.el (outline-next-preface, outline-show-heading):
19558 Don't leave unhidden blank line before heading.
19559 (outline-end-of-subtree): Include last newline into subtree.
19560 (hide-entry): Leave point at beginning of heading instead of end.
19561 (outline-up-heading): Push mark for the first call of successive
19562 command calls.
19563
19564 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
19565
19566 * comint.el (comint-prompt-read-only): New variable.
19567 (comint-output-filter): Implement it.
19568
19569 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
19570 (ielm-prompt-internal): New variable.
19571 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
19572 (ielm-send-input): Delete unused variable `buf'.
19573 (ielm-eval-input): Use `ielm-prompt-internal'.
19574 (inferior-emacs-lisp-mode): Use new variables
19575 `comint-prompt-read-only' and `ielm-prompt-internal'.
19576 Get rid of obsolete variable `directory-sep-char'.
19577 (ielm): Use `zerop'.
19578
19579 2004-04-29 John Paul Wallington <jpw@gnu.org>
19580
19581 * thumbs.el (toplevel): Require cl at compile time.
19582 Remove conditional definitions of `ignore-errors' and `caddar'
19583 because they occur at run time.
19584
19585 2004-04-28 Nick Roberts <nickrob@gnu.org>
19586
19587 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
19588 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
19589 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
19590 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
19591
19592 * progmodes/gud.el (gud-common-init): Throw an error if program is
19593 already running under gdb.
19594
19595 2004-04-28 John Paul Wallington <jpw@gnu.org>
19596
19597 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
19598 (thumbs-show-image-num): Move assignment of
19599 `thumbs-current-image-filename' within scope of `i'.
19600 (thumbs-emboss-image): Don't use `evenp'.
19601
19602 2004-04-28 Richard M. Stallman <rms@gnu.org>
19603
19604 * progmodes/compile.el (compilation-context-lines): Default now 0.
19605
19606 2004-04-28 Juanma Barranquero <lektu@terra.es>
19607
19608 Use `time-less-p' from calendar/time-date.el instead of defining
19609 custom versions of it.
19610
19611 * pcomplete.el (pcomplete-time-less-p): Remove.
19612
19613 * thumbs.el (time-less-p): Remove.
19614
19615 * calendar/timeclock.el (timeclock-time-less-p): Remove.
19616 (timeclock-generate-report): Use `time-less-p'.
19617
19618 * emacs-lisp/autoload.el (autoload-before-p): Remove.
19619 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
19620
19621 2004-04-28 Masatake YAMATO <jet@gyve.org>
19622
19623 * subr.el (remove-overlays): Make arguments optional.
19624
19625 * wid-edit.el (widget-specify-button): Put evaporate to the
19626 overlay for sample.
19627 (widget-specify-sample): Put evaporate to the overlay for sample.
19628 (widget-specify-doc): Put evaporate to the overlay for documentation.
19629
19630 2004-04-27 Jesper Harder <harder@ifa.au.dk>
19631
19632 * info.el (info-apropos): Make it an index node. Align node names
19633 like makeinfo.
19634
19635 2004-04-27 Eli Zaretskii <eliz@gnu.org>
19636
19637 * net/browse-url.el (browse-url-netscape-sentinel)
19638 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
19639 (browse-url-epiphany-sentinel, browse-url-mosaic):
19640 Use browse-url-*-program instead of a literal program name.
19641
19642 2004-04-27 Kevin Ryde <user42@zip.com.au>
19643
19644 * eshell/em-alias.el:
19645 * eshell/em-dirs.el:
19646 * eshell/em-hist.el:
19647 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
19648 features when M-x customize-group loads modules before the main
19649 eshell.el.
19650
19651 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
19652
19653 * subr.el (momentary-string-display): Support EXIT-CHAR that is
19654 either a character representation of an event or an event
19655 description list.
19656
19657 * type-break.el: Capitalize Emacs and Lisp.
19658 (type-break-good-break-interval, type-break-demo-boring-stats)
19659 (type-break-terse-messages, type-break-file-name): New defcustoms.
19660 (type-break-post-command-hook)
19661 (type-break-warning-countdown-string): Quote variable names in doc.
19662 (type-break-interval-start, type-break-auto-save-file-name): New vars.
19663 (type-break-mode): Document type-break-good-break-interval and the
19664 "session" file. Schedule break according to the session file.
19665 Kill session file buffer on exit. Organize for save-some-buffers
19666 to always save the session file.
19667 (type-break-mode-line-message-mode, type-break-query-mode):
19668 Uppercase arguments.
19669 (type-break-file-time, type-break-file-keystroke-count, timep)
19670 (type-break-choose-file, type-break-get-previous-time)
19671 (type-break-get-previous-count): New defuns.
19672 (type-break): Avoid break querying after a completed break in the
19673 case where the query was initiated during user invocation of the
19674 break. Optional terse messages.
19675 Use type-break-good-break-interval if type-break-good-rest-interval is
19676 nil. File the break time.
19677 (type-break-schedule): New optional args for overriding the use of
19678 the current time.
19679 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
19680 after a break.
19681 (type-break-check): File the keystroke count.
19682 (type-break-do-query): Prevent a second query when the break is
19683 interrupted. Optional terse message.
19684 (type-break-keystroke-reset): Record the start of a typing interval.
19685 (type-break-demo-boring): Optional terse messages. Display word
19686 per minute and keystroke counts according to
19687 type-break-demo-boring-stats.
19688
19689 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
19690
19691 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
19692 directories, make sure they exist under archive-tmpdir.
19693
19694 2004-04-27 Juri Linkov <juri@jurta.org>
19695
19696 * help.el (view-emacs-news): With argument, display info for the
19697 selected version by finding it among different NEWS files, and
19698 narrowing the buffer to the selected version.
19699
19700 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
19701 same-window-buffer-names.
19702 (info): New arg `buffer'. Use it. Doc fix. Read file name for
19703 non-numeric prefix argument, append the number to the buffer name
19704 for numeric prefix argument.
19705 (info-other-window): Bind same-window-regexps to nil.
19706 (Info-reference-name): Rename to Info-point-loc.
19707 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
19708 and Info-find-index-name for stringy Info-point-loc.
19709 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
19710 without middle `.', but with final `.' and optional line number
19711 for it. Set Info-point-loc for index nodes.
19712 (Info-index): Remove middle `.' from index entry regexp.
19713 Modify line number regexp.
19714 (Info-index-next): Decrement line number.
19715 (info-apropos): Remove middle `.' from index entry regexp.
19716 Add optional line number regexp at the end. Add matched value
19717 for line number to the result list and insert it to the buffer.
19718 Replace match-string by match-string-no-properties.
19719 Reorder result list.
19720 (Info-fontify-node): Hide index line numbers.
19721 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
19722 empty matches.
19723 (Info-follow-reference): Use `str' instead of
19724 Info-following-node-name-re.
19725 (Info-toc): Use full file names. Set Info-current-node to "Top".
19726 (Info-fontify-node): Compare file names without directory name.
19727 (Info-try-follow-nearest-node): Don't set Info-reference-name.
19728 Set second arg of Info-extract-menu-node-name for index nodes.
19729 (info-xref-visited): Use magenta3 instead of magenta4.
19730 (Info-mode): Add info-apropos to docstring.
19731
19732 * log-view.el (log-view-diff): Replace interactive code "r"
19733 by a list to allow to call it even if region is not active.
19734
19735 * paren.el (show-paren-highlight-openparen): New var.
19736 (show-paren-function): Turn on openparen highlighting when
19737 matching forward if show-paren-highlight-openparen is non-nil.
19738
19739 * simple.el (kill-ring-save): Use blink-matching-delay instead of
19740 the constant value 1.
19741 (completions-common-part): Expand docstring.
19742
19743 * textmodes/picture.el (picture-mode-map): Add arrow keys.
19744
19745 2004-04-27 Kim F. Storm <storm@cua.dk>
19746
19747 * image.el (insert-sliced-image): Use line-height instead of
19748 line-spacing property on newline.
19749
19750 2004-04-26 Lars Hansen <larsh@math.ku.dk>
19751
19752 * desktop.el (desktop-buffer-misc-data-function): Rename to
19753 desktop-save-buffer and change docstring.
19754 (desktop-buffer-modes-to-save): Delete.
19755 (desktop-save-buffer-p): Use desktop-save-buffer instead of
19756 desktop-buffer-modes-to-save.
19757 (desktop-save): Rename desktop-buffer-misc-data-function to
19758 desktop-save-buffer and allow non-function value.
19759 (desktop-missing-file-warning): Correct docstring.
19760
19761 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
19762 to desktop-save-buffer.
19763
19764 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
19765 desktop-save-buffer.
19766
19767 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
19768
19769 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
19770
19771 2004-04-26 Eli Zaretskii <eliz@gnu.org>
19772
19773 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
19774
19775 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
19776
19777 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
19778 (ielm): Only go to the end of the buffer when starting a new process.
19779
19780 2004-04-25 Juanma Barranquero <lektu@terra.es>
19781
19782 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
19783 mode line. Bind `inhibit-read-only' to t before modifying
19784 properties of text in the buffer.
19785 (ielm): Force point to the end of buffer, even when running ielm
19786 from inside itself.
19787
19788 2004-04-25 Jesper Harder <harder@ifa.au.dk>
19789
19790 * info.el (info-apropos): Reset Info-complete-cache.
19791
19792 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
19793
19794 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19795 Also recognize severe Irix et al. messages.
19796 (compilation-normalize-filename, compile-abbreviate-directory):
19797 Delete functions.
19798 (compilation-get-file-structure): New function inherits
19799 functionality of the two preceding ones.
19800 (compilation-internal-error-properties, compilation-fake-loc):
19801 Use it so that different paths to the same file share the same
19802 markers. Also optimize finding adjacent marker slightly.
19803
19804 2004-04-25 Kim F. Storm <storm@cua.dk>
19805
19806 * image.el (insert-sliced-image): Add line-spacing t property
19807 to newlines separating image lines.
19808
19809 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
19810
19811 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
19812
19813 * ielm.el (ielm-prompt-read-only): New user option.
19814 (ielm-prompt): Expand docstring to describe new behavior.
19815 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
19816 mention it in the docstring.
19817
19818 2004-04-24 Andreas Schwab <schwab@suse.de>
19819
19820 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
19821
19822 * diff.el (diff): Set default-directory in diff buffer.
19823
19824 2004-04-24 Eli Zaretskii <eliz@gnu.org>
19825
19826 * mail/sendmail.el (mail-bury): Don't delete the frame where the
19827 mail was being composed if the terminal cannot display more than
19828 one frame; instead, switch to previous frame.
19829
19830 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
19831 (rmail-start-mail): Support rmail-mail-new-frame even on
19832 terminals that can display only one frame at a time.
19833
19834 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
19835
19836 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
19837 (checkdoc-output-font-lock-keywords): Remove error regexp.
19838 (checkdoc-output-mode-map): Remove.
19839 (checkdoc-output-mode): Derive from compilation-mode.
19840 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
19841
19842 * dired.el (dired-mode-map): Add a menu entry for wdired.
19843
19844 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
19845 (rx-bracket, rx-check-any, rx-any): Clean up name space.
19846
19847 * wdired.el (wdired-mode-map): Move init into declaration.
19848 Fix `return' binding.
19849 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
19850 Use force-mode-line-update.
19851 (wdired-get-filename): Use `unless'.
19852 (wdired-preprocess-files): Don't assume names have no \n and use / for
19853 dir separator.
19854 (wdired-normalize-filename): Use replace-regexp-in-string.
19855 (wdired-load-hooks): Remove.
19856 (wdired-mode-hooks): Rename to wdired-mode-hook.
19857
19858 * info-look.el: Add support for cfengine-mode.
19859 (info-lookup-setup-mode): Use dolist.
19860
19861 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
19862
19863 * wdired.el: New file.
19864
19865 2004-04-23 Juanma Barranquero <lektu@terra.es>
19866
19867 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
19868
19869 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
19870 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
19871 (pcomplete--help, pcomplete--here): Doc fixes.
19872
19873 2004-04-23 Andre Spiegel <spiegel@gnu.org>
19874
19875 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
19876 handles wrong-number-of-arguments in backend call.
19877
19878 * vc.el (vc-print-log): Likewise.
19879
19880 2004-04-20 Dave Love <fx@gnu.org>
19881
19882 * emacs-lisp/rx.el: Doc fixes.
19883 (rx-constituents): Add/extend many forms.
19884 (rx-check): Check form is a list.
19885 (bracket): Defvar.
19886 (rx-check-any, rx-any, rx-check-not): Modify.
19887 (rx-not): Simplify.
19888 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
19889 (rx-kleene): Use rx-trans-forms.
19890 (rx-quote-for-set): Delete.
19891 (rx): Allow multiple args.
19892
19893 2004-04-23 Kenichi Handa <handa@m17n.org>
19894
19895 * international/mule-util.el (char-displayable-p): Simplify by
19896 using internal-char-font.
19897
19898 2004-04-23 Juanma Barranquero <lektu@terra.es>
19899
19900 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
19901
19902 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
19903
19904 * diff-mode.el (diff-next-error): New fun.
19905 (diff-mode): Use it.
19906
19907 * simple.el (next-error): Change arg name.
19908 Add support for the documented C-u C-x ` usage.
19909
19910 * frame.el (special-display-popup-frame, next-multiframe-window)
19911 (previous-multiframe-window): Only consider frames on same display.
19912
19913 2004-04-22 Lars Hansen <larsh@math.ku.dk>
19914
19915 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
19916 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
19917
19918 2004-04-22 Kim F. Storm <storm@cua.dk>
19919
19920 * net/telnet.el (telnet): Add optional port arg.
19921
19922 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
19923
19924 * progmodes/compile.el (compilation-mode-font-lock-keywords):
19925 Minor sanity check on the `hyperlink' slot.
19926
19927 * Makefile.in (recompile): Compile new files.
19928
19929 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
19930 Add byte-recompile-directory's optional `arg'.
19931
19932 * cvs-status.el (cvs-tree-use-charset): New var.
19933 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
19934 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
19935 (cvs-status-cvstrees): Use it.
19936
19937 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
19938 Make it a normal major mode.
19939 (checkdoc-buffer-label): Make sure the file name is meaningful.
19940 (checkdoc-output-to-error-buffer): Remove.
19941 (checkdoc-error, checkdoc-start-section): Rewrite.
19942
19943 * info.el (info-node, info-menu-5, info-xref, info-header-node)
19944 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19945 (Info-title-4-face): Use new syntax.
19946 (info-xref-visited): Inherit from info-xref.
19947
19948 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
19949
19950 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
19951
19952 * simple.el (next-error-last-buffer, next-error-function):
19953 New variables for the next-error framework.
19954 (next-error-buffer-p): New function.
19955 (next-error-find-buffer): Generalize compilation-find-buffer.
19956 (next-error, previous-error, first-error, next-error-no-select)
19957 (previous-error-no-select): Move from compile.el.
19958
19959 * replace.el (occur-next-error, occur-1): Hook into the next-error
19960 framework.
19961
19962 * progmodes/compile.el (compilation-start):
19963 Set next-error-last-buffer so next-error knows where to jump.
19964 (compilation-setup): Set the buffer-local variable
19965 next-error-function to 'compilation-next-error-function.
19966 (compilation-buffer-p, compilation-buffer-internal-p): Use an
19967 alternate way to find if a buffer is a compilation buffer, for
19968 next-error convenience.
19969 (next-error-no-select, previous-error-no-select, next-error)
19970 (previous-error, first-error): Move to simple.el.
19971 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
19972 (compilation-last-buffer): Remove.
19973 (compilation-start, compilation-next-error, compilation-setup)
19974 (compilation-next-error-function, compilation-find-buffer):
19975 Remove compilation-last-buffer use.
19976
19977 2004-04-21 Juanma Barranquero <lektu@terra.es>
19978
19979 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
19980 (font-lock-warning-face): Fix spacing.
19981
19982 * makefile.w32-in (WINS): Add url/ directory.
19983
19984 2004-04-21 Lars Hansen <larsh@math.ku.dk>
19985
19986 * desktop.el (desktop-buffer-mode-handlers): New variable.
19987 Alist of major mode specific functions to restore a desktop buffer.
19988 (desktop-buffer-handlers): Make variable obsolete.
19989 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
19990 Catch errors signaled in handlers. Update buffer count.
19991 Evaluate desktop-buffer-point.
19992 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
19993 move to dired.el.
19994 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
19995 move to info.el.
19996 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
19997 move to mail/rmail.el.
19998 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
19999 to mh-e/mh-e.el.
20000 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
20001 On fail, print message (to message buffer) even if
20002 desktop-missing-file-warning is nil.
20003 (desktop-buffer-misc-data-function): New buffer local variable.
20004 Function returning major mode specific data.
20005 (desktop-buffer-misc-functions): Make variable obsolete.
20006 (desktop-save): Use desktop-buffer-misc-data-function.
20007 (desktop-buffer-dired-misc-data): Rename to
20008 dired-desktop-buffer-misc-data and move to dired.el.
20009 (desktop-buffer-info-misc-data): Rename to
20010 Info-desktop-buffer-misc-data and move to info.el.
20011 (desktop-read): Add message about number of buffers restored/failed.
20012
20013 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
20014 Add parameters. Pause to display error only when
20015 desktop-missing-file-warning is non-nil.
20016 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
20017 (dired-mode): Bind desktop-buffer-misc-data-function.
20018
20019 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
20020 Add Parameters.
20021 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
20022 (Info-mode): Bind desktop-buffer-misc-data-function.
20023
20024 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
20025 Add Parameters.
20026
20027 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
20028 Add Parameters.
20029
20030 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
20031
20032 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
20033 the case of letters in case-insensitive expansions when the
20034 abbrev is preceded by characters with letter syntax.
20035
20036 2004-04-21 Richard M. Stallman <rms@gnu.org>
20037
20038 * progmodes/cperl-mode.el (cperl-putback-char):
20039 Delete Emacs 18 definition.
20040
20041 * international/mule.el (ctext-post-read-conversion):
20042 Use assoc-string, not assoc-ignore-case.
20043
20044 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
20045
20046 * emacs-lisp/easymenu.el (easy-menu-add):
20047 Do call x-popup-menu, but only if it's defined.
20048
20049 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
20050
20051 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
20052 Handle multiple args: compile like progn.
20053
20054 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
20055 take all args as &rest arg.
20056
20057 * autoinsert.el (auto-insert-alist): Insert the user's name in
20058 copyright notice, rather than Free Software Foundation.
20059
20060 2004-04-21 Kenichi Handa <handa@m17n.org>
20061
20062 * descr-text.el (describe-char): Make it work on *Help* buffer.
20063
20064 2004-04-21 Kim F. Storm <storm@cua.dk>
20065
20066 * image.el (insert-image): Add optional SLICE arg.
20067 (insert-sliced-image): New defun.
20068
20069 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
20070
20071 * subr.el (read-number): Check whether `default' is nil.
20072
20073 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
20074
20075 * progmodes/compile.el (compilation-error-properties): Split into
20076 two.
20077 (compilation-internal-error-properties): New one.
20078 (compilation-compat-error-properties): Use it. Fix the non-marker
20079 case.
20080
20081 2004-04-20 Richard M. Stallman <rms@gnu.org>
20082
20083 * window.el (split-window-save-restore-data):
20084 Don't update the data if OLD-INFO is nil.
20085
20086 * view.el (view-return-to-alist): Mark it permanent local.
20087
20088 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
20089
20090 * recentf.el (recentf-save-list): Catch and warn about errors.
20091
20092 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
20093 so "Buffers" won't be pure.
20094
20095 * help-mode.el (help-mode-finish): Set help-return-alist first
20096 thing, setting only the entry for the selected window.
20097
20098 * help-fns.el (describe-function-1): If many non-control non-meta
20099 keys run the command, don't list all of them.
20100
20101 2004-04-20 Juanma Barranquero <lektu@terra.es>
20102
20103 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
20104 arg. Copied from Andre Spiegel's patch of 2004-03-21.
20105
20106 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
20107
20108 2004-04-20 Kenichi Handa <handa@m17n.org>
20109
20110 * international/quail.el (quail-lookup-key): New optional arg
20111 NOT-RESET-INDICES.
20112 (quail-get-translations): Call quail-lookup-key with
20113 NOT-RESET-INDICES t.
20114 (quail-completion): Likewise.
20115 (quail-lookup-map-and-concat): Likewise.
20116
20117 2004-04-20 Kenichi Handa <handa@m17n.org>
20118
20119 * international/quail.el (quail-update-translation): Don't insert
20120 such an unsupported multibyte char in a unibyte buffer.
20121
20122 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
20123
20124 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
20125 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
20126 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
20127 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
20128 (gdb-frame-assembler-buffer): Improve behavior with
20129 multiple frames.
20130 (gdb-display-buffer): Extend search to all visible frames.
20131
20132 2004-04-19 Eli Zaretskii <eliz@gnu.org>
20133
20134 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
20135 characters left after base64 decoding.
20136 (rmail-decode-region): Use -dos variety of `coding', to remove any
20137 ^M characters left after qp or base64 decoding.
20138
20139 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20140
20141 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
20142 messages.
20143
20144 2004-04-19 Stephen Eglen <stephen@gnu.org>
20145
20146 * add-log.el (add-change-log-entry): Update doc string to mention
20147 add-log-full-name and add-log-mailing-address.
20148
20149 2004-04-18 Juri Linkov <juri@jurta.org>
20150
20151 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
20152 (Info-find-node-2): Simplify error message.
20153 (Info-insert-dir): Use Info-following-node-name.
20154 (Info-goto-node): Remove *info-history* and *info-toc*.
20155 (Info-history): Create a node of the virtual history file.
20156 (Info-toc): Create a node of the virtual toc file.
20157 (Info-insert-toc): New arg `curr-file' for reference file names.
20158 (info-apropos): Remove redundant var binding for temp-file.
20159 (Info-index, Info-index-next, Info-mode): Doc fix.
20160 (Info-goto-emacs-command-node): Don't jump to *info* from
20161 non-*info* Info buffers.
20162 (Info-fontify-node): Don't show the file name of external
20163 references if `Info-hide-note-references' is `hide'. Don't hide
20164 newlines at the end of paragraphs.
20165
20166 * international/mule-diag.el (list-input-methods):
20167 Fix args to help-xref-button.
20168
20169 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
20170 to put into effect local variables from TUTORIAL files.
20171
20172 * textmodes/paragraphs.el (sentence-end) <function>: New fun
20173 with default value taken from the variable `sentence-end'.
20174 (sentence-end) <defcustom>: Set default to nil. Doc fix.
20175 Add nil const to :type.
20176 (sentence-end-without-period, sentence-end-double-space)
20177 (sentence-end-without-space): Doc fix.
20178
20179 * textmodes/paragraphs.el (forward-sentence):
20180 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
20181 (fill-delete-newlines):
20182 * progmodes/cc-cmds.el (c-beginning-of-statement):
20183 Use function `sentence-end' instead of variable `sentence-end'.
20184
20185 2004-04-18 Andreas Schwab <schwab@suse.de>
20186
20187 * progmodes/compile.el (compilation-start): Set window start to
20188 point-min if compilation-scroll-output is nil.
20189
20190 2004-04-18 John Wiegley <johnw@newartisans.com>
20191
20192 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
20193
20194 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
20195
20196 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
20197 (gdb-info-breakpoints-custom): Revert previous change.
20198 (gdb-view-assembler): Update assembler if necessary.
20199 (gdb-frame-handler): Parse correctly for gdb-current-frame.
20200 (gdb-display-source-buffer): Update properly when both source and
20201 assembler are visible.
20202
20203 2004-04-17 John Wiegley <johnw@newartisans.com>
20204
20205 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
20206 which limits the number of names shown in the minibuffer. Off by
20207 default.
20208 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
20209 up iswitchb for users with a multitude of open buffers by showing
20210 only the first and last N/2 buffers in the completion list (which
20211 is enough to aid C-s/C-r, and to know that more characters are
20212 needed to refine the completion list).
20213
20214 2004-04-17 Richard M. Stallman <rms@gnu.org>
20215
20216 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
20217 (file-truename): Expand all ~ constructs directly.
20218 (insert-directory): Delete any error msg output by the
20219 `insert-directory-program'.
20220
20221 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
20222 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
20223 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
20224 (allout-init): Use find-file-hook, not find-file-hooks.
20225 (allout-mode): Eliminate Emacs 18 support.
20226 Use write-contents-functions, not local-write-file-hooks.
20227
20228 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
20229
20230 * progmodes/compile.el (compilation-error-properties): Fix for
20231 adding messages when there are already markers for their file.
20232 (compilation-fake-loc): New function.
20233
20234 2004-04-16 Dave Love <fx@gnu.org>
20235
20236 * progmodes/python.el (python-compilation-line-number): Fix
20237 braindamage.
20238 (python-load-file): Fix python-orig-start setting.
20239
20240 * progmodes/compile.el: Doc fixes.
20241 (compilation-error-regexp-alist-alist)
20242 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
20243 (compilation-assq): Wrap in eval-when-compile.
20244 (compilation-mode-font-lock-keywords): Don't use list*.
20245 (compilation-start): Avoid warning.
20246 (compilation-compat-error-properties)
20247 (compilation-directory-properties): Add keymap property.
20248 (compilation-parsing-end): Make it a marker for better compatibility.
20249
20250 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
20251
20252 2004-04-16 Mark A. Hershberger <mah@everybody.org>
20253
20254 * xml.el: Doc fixes.
20255 (xml-get-children): Only looks at sub-tags and ignore strings.
20256
20257 * xml.el (xml-parse-tag): Avoid overwriting node-name.
20258
20259 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
20260
20261 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
20262
20263 2004-04-16 Andre Spiegel <spiegel@gnu.org>
20264
20265 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
20266
20267 * vc.el (vc-print-log): Likewise.
20268
20269 2004-04-16 Masatake YAMATO <jet@gyve.org>
20270
20271 * simple.el (completion-setup-function): Set an initial value to
20272 `element-common-end' before entering loop. Set a value to
20273 `element-common-end' at the end of loop. The bug is reported by
20274 Juri Linkov <juri@jurta.org> in emacs-devel list.
20275 (completions-common-part): Rename from completion-de-emphasis.
20276 (completions-first-difference): Rename from completion-emphasis.
20277 Suggested by RMS.
20278
20279 2004-04-16 Juanma Barranquero <lektu@terra.es>
20280
20281 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
20282 (bookmark-edit-annotation-mode): Add mode name.
20283
20284 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
20285
20286 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
20287 for nested conflict markers.
20288 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
20289
20290 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
20291
20292 * progmodes/gdb-ui.el (gdb-goto-info): New function.
20293
20294 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
20295
20296 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
20297
20298 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
20299 Give a backtrace if requested.
20300
20301 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
20302
20303 * progmodes/python.el (python-mouse-2-command, python-RET-command):
20304 Remove unused functions.
20305 (python-orig-start-line, python-orig-file): Remove.
20306 (python-orig-start): New var.
20307 (python-input-filter, python-compilation-line-number)
20308 (python-send-region, python-load-file): Use it.
20309
20310 * info.el (info): Always jump to *info*.
20311
20312 * subr.el (posn-set-point): New function.
20313
20314 * mouse.el (mouse-set-point): Use it.
20315
20316 * progmodes/compile.el (compile-goto-error): Use it.
20317 (compilation-button-map): New keymap.
20318 (compilation-error-properties): Use it.
20319 (compilation-shell-minor-mode-map): Don't bind mouse-2.
20320
20321 * smerge-mode.el (smerge-popup-context-menu): Use it.
20322
20323 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
20324 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
20325 mouse and non-mouse case.
20326
20327 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
20328 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
20329
20330 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
20331 Make it work for non-mouse events.
20332
20333 * pcvs-info.el (cvs-status-map): Update binding name.
20334
20335 2004-04-14 Mark A. Hershberger <mah@everybody.org>
20336
20337 * xml.el (xml-maybe-do-ns): New function to handle namespace
20338 parsing of both attribute and element names.
20339 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
20340 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
20341 (xml-parse-tag): Update assumed namespaces. Clean up namespace
20342 parsing.
20343 (xml-parse-attlist): Make it do its own namespace parsing.
20344
20345 2004-04-14 Dave Love <fx@gnu.org>
20346
20347 * progmodes/python.el (run-python): Fix use of \n.
20348 (python-load-file): Remove `try' from Python fragment.
20349 (python-describe-symbol): Fix message.
20350
20351 * comint.el: Doc fixes.
20352 (comint-last-input-start, comint-last-input-end)
20353 (comint-last-output-start): Give them values.
20354 (comint-arguments): Avoid warning.
20355 (comint-skip-prompt): Use line-end-position.
20356 (comint-backward-matching-input): Rename arg to agree with doc.
20357 (comint-extract-string): Use syntax-ppss.
20358 (comint-dynamic-simple-complete): Delete useless list construction.
20359 (comint-redirect-subvert-readonly): New.
20360 (comint-redirect-preoutput-filter): Use it.
20361
20362 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20363 Correctly handle negative arguments when calling hook functions.
20364
20365 2004-04-14 Jesper Harder <harder@ifa.au.dk>
20366
20367 * info.el (info-apropos): Don't clobber Info-history-list.
20368
20369 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
20370
20371 * progmodes/compile.el (compilation-setup):
20372 Localize overlay-arrow-position.
20373 (compilation-sentinel): Restructure code equivalently.
20374 (compilation-next-error): Find message on same line after point if
20375 not found before point.
20376 (compile-mouse-goto-error): Restore function so that compilation
20377 buffer need not be current and use compile-goto-error.
20378 (compile-goto-error): Restore function.
20379 (next-error): Set overlay-arrow-position.
20380 (compilation-forget-errors): Don't localize already local
20381 compilation-locs and remove FIXME about refontifying.
20382
20383 2004-04-14 Kim F. Storm <storm@cua.dk>
20384
20385 * startup.el (emacs-quick-startup): New defvar (set by -Q).
20386 (command-line): New option -Q. Like -q --no-site-file, but in
20387 addition it also disables menu-bar, tool-bar, scroll-bars,
20388 tool-tips, and the blinking cursor.
20389 (command-line-1): Skip startup screen if -Q.
20390 (fancy-splash-head): Use ":align-to center" prop to center splash
20391 image.
20392
20393 * emulation/cua-base.el (cua-read-only-cursor-color)
20394 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
20395
20396 2004-04-13 Dave Love <fx@gnu.org>
20397
20398 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
20399 (syntax): Don't require.
20400 (python) <defgroup>: Add :version.
20401 (python-quote-syntax): Re-written.
20402 (inferior-python-mode): Move stuff here from run-python and add
20403 some more.
20404 (python-preoutput-continuation, python-preoutput-result)
20405 (python-dotty-syntax-table): New.
20406 (python-describe-symbol): Use them.
20407 (run-python): Move stuff to inferior-python-mode. Modify code
20408 loaded into Python.
20409 (python-send-region): Use python-proc, python-send-string.
20410 (python-send-string): Send newlines too. Callers changed.
20411 (python-load-file): Re-written.
20412 (python-eldoc-function): New.
20413 (info-look): Don't require.
20414 (python-after-info-look): New. A modified version of former
20415 top-level code for use with eval-after-load.
20416 (python-maybe-jython, python-guess-indent): Use widened buffer.
20417 (python-fill-paragraph): Re-written.
20418 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
20419 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
20420
20421 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
20422
20423 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
20424 Set compilation-error-regexp-alist earlier.
20425
20426 * progmodes/compile.el (compilation-minor-mode-map)
20427 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
20428 (compile-goto-error): Re-merge the mouse and non-mouse commands.
20429
20430 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
20431
20432 * progmodes/compile.el (compile-goto-error): Select the buffer/window
20433 corresponding to the event.
20434
20435 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
20436
20437 * loadup.el: Add cygwin to system-type list, for unexec() support.
20438
20439 2004-04-12 John Paul Wallington <jpw@gnu.org>
20440
20441 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
20442 (ibuffer-restore-window-config-on-quit): New variable to replace
20443 `ibuffer-delete-window-on-quit'. Update all references.
20444 (ibuffer-prev-window-config): New variable.
20445 (ibuffer-quit): Restore previous window configuration instead of
20446 deleting window.
20447 (ibuffer): Save window configuration before showing Ibuffer buffer.
20448
20449 * help.el (describe-mode): Doc fix.
20450
20451 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
20452
20453 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
20454 not to treat nil as a function.
20455
20456 * vc-arch.el (vc-arch-root): Be a bit more careful.
20457 (vc-arch-register): Save the buffer if we modified it.
20458 (vc-arch-delete-rej-if-obsolete): Save excursion.
20459 (vc-arch-find-file-hook): Use the simpler after-save-hook.
20460 (vc-arch-responsible-p, vc-arch-init-version): New functions.
20461
20462 * net/ldap.el (ldap-search): Use list*.
20463
20464 2004-04-12 Juri Linkov <juri@jurta.org>
20465
20466 * info.el (Info-follow-reference): Allow multiline reference name.
20467
20468 2004-04-11 Dave Love <fx@gnu.org>
20469
20470 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
20471
20472 * progmodes/python.el: New file.
20473
20474 2004-04-11 Andre Spiegel <spiegel@gnu.org>
20475
20476 * vc-hooks.el (vc-arg-list): Function removed.
20477 (vc-default-workfile-unchanged-p): Use condition-case to check for
20478 backward compatibility.
20479
20480 * vc.el (vc-print-log): Use condition-case to check for backward
20481 compatibility.
20482
20483 2004-04-11 Juri Linkov <juri@jurta.org>
20484
20485 * dired.el (dired-faces): New defgroup.
20486 (dired-header, dired-mark, dired-marked, dired-flagged)
20487 (dired-warning, dired-directory, dired-symlink, dired-ignored):
20488 New faces.
20489 (dired-header-face, dired-mark-face, dired-marked-face)
20490 (dired-flagged-face, dired-warning-face, dired-directory-face)
20491 (dired-symlink-face, dired-ignored-face): New face variables.
20492 (dired-font-lock-keywords): Use them instead of font-lock faces.
20493 Split the rule for dired marks into 3 separate rules: for marks,
20494 marked file names and flagged file names.
20495
20496 * help-mode.el (help-make-xrefs): Add a final newline to the
20497 *Help* buffer.
20498
20499 2004-04-11 John Paul Wallington <jpw@gnu.org>
20500
20501 * replace.el (occur-engine): Distinguish between one and several
20502 matches in the matches per buffer heading.
20503
20504 2004-04-11 Kim F. Storm <storm@cua.dk>
20505
20506 * ido.el (ido-confirm-unique-completion): New defcustom.
20507 (ido-complete): Use it.
20508 (ido-write-file): Set it to t unconditionally.
20509
20510 2004-04-10 Miles Bader <miles@gnu.org>
20511
20512 RCS keyword removal (only non-comment changes are enumerated here):
20513
20514 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
20515 (byte-compile-insert-header): Don't use `byte-compile-version'.
20516 * forms.el (forms-version): Variable removed.
20517 (forms-mode): Don't use `forms-version'.
20518 * recentf.el (recentf-version): Variable removed.
20519 * progmodes/delphi.el (delphi-version): Variable removed.
20520 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
20521
20522 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
20523
20524 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
20525
20526 2004-04-09 Jesper Harder <harder@ifa.au.dk>
20527
20528 * info.el (info-apropos): Improve menu item regexp.
20529
20530 2004-04-09 Simon Josefsson <jas@extundo.com>
20531
20532 * mail/smtpmail.el: Add comment, based on report by
20533 kdc@rcn.com (Kevin D. Clark).
20534
20535 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
20536
20537 * progmodes/compile.el (compilation-mode-font-lock-keywords):
20538 Redo one more thing that I didn't notice Daniel had undone.
20539
20540 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
20541
20542 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
20543 (gdb-goto-breakpoint, gdb-display-buffer)
20544 (gdb-display-source-buffer, gdb-view-source-function)
20545 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
20546 (gdb-source-info, gdb-frame-handler): Don't specify a window
20547 for display.
20548 (gdb-info-breakpoints-custom): Remove superfluous update of
20549 assembler buffer.
20550 (gdb-many-windows): Make settable outside gdb.
20551
20552 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
20553
20554 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
20555 Derive from fundamental-mode rather than text-mode.
20556
20557 2004-04-08 Juri Linkov <juri@jurta.org>
20558
20559 * info.el (Info-history): Doc fix.
20560 (Info-history-list): New var.
20561 (info-xref): Change magenta4 to blue, remove bold for dark and
20562 light backgrounds, change bold to underline for non-color classes.
20563 (info-xref-visited): New face.
20564 (Info-fontify-visited-nodes): New custom.
20565 (Info-hide-note-references): Add new value `hide'. Doc fix.
20566 (Info-reference-name): New var.
20567 (Info-selection-hook): New custom.
20568 (Info-edit-mode-hook): New var.
20569 (Info-find-file): New fun.
20570 (Info-find-node): Move part of code to Info-find-file.
20571 (Info-find-node-2): Add anchors to Info-history-list. Move point
20572 to the place with the reference name if name is defined.
20573 (Info-select-node): Add current node to Info-history-list.
20574 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
20575 (Info-search-whitespace-regexp): New custom.
20576 (Info-search-case-fold): New var.
20577 (Info-search): Add "case-sensitively" to the prompt.
20578 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
20579 (Info-search-case-sensitively, Info-search-next): New fun.
20580 (Info-up): Move point to the menu item of the current node.
20581 (Info-history): New fun. Add *info-history* to
20582 same-window-buffer-names.
20583 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
20584 (Info-insert-toc): New fun.
20585 (Info-build-toc): New fun.
20586 (Info-follow-reference): Add new arg `fork'. Doc fix.
20587 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
20588 with the same name prefer the reference closest to point.
20589 (Info-next-reference): Replace * by + in the *Note regexp.
20590 Add regexp for http:// and ftp://. Skip the *Note prefix.
20591 (Info-prev-reference): Replace * by + in the *Note regexp.
20592 Add regexp for http:// and ftp://. Skip the *Note prefix.
20593 (Info-follow-nearest-node): Add new arg `fork'.
20594 (Info-try-follow-nearest-node): Add new arg `fork'.
20595 Call browse-url for http:// and ftp:// references.
20596 Set Info-reference-name for index entries.
20597 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
20598 Info-search-next, Info-history, Info-toc, clone-buffer.
20599 (Info-menu-update): Replace * by + in the *Note regexp.
20600 (Info-mode): Add documentation for Info-history, Info-toc,
20601 Info-search-case-sensitively, Info-search-next, clone-buffer.
20602 (Info-fontify-menu-headers): Remove fun. Move code to
20603 Info-fontify-node.
20604 (Info-fontify-node): Add docstring. Add local vars
20605 fontify-visited-p and not-fontified-p. If not-fontified-p is t
20606 then fontify header line, titles, menu headers, http and ftp
20607 references, refill paragraphs. If not-fontified-p is t or
20608 fontify-visited-p is t then fontify cross references, menu items.
20609 Fontify menu headers. Fontify http and ftp references.
20610 Change regexp for cross references to require whitespace after *Note,
20611 add matching groups for file and node names. Remove hack for quote.
20612 Use display property for Info-hide-note-references=t. Use fifth
20613 or fourth match for help-echo. Display visited nodes in a
20614 different face. Unhide file names of external references.
20615 Unhide newlines. Display visited menu items in a different face.
20616
20617 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
20618
20619 * progmodes/compile.el: Require CL.
20620 (compilation-mode-font-lock-keywords): Re-install the "line as
20621 function" patch.
20622
20623 * help-fns.el (help-C-source-directory): New var.
20624 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
20625 (describe-function-1, describe-variable): Use them.
20626
20627 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
20628 to C source files specially.
20629
20630 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
20631
20632 * info.el (Info-hide-cookies-node): New function.
20633 (Info-select-node): Use it.
20634 (Info-display-images-node): Remove message with image file name.
20635
20636 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
20637
20638 * progmodes/compile.el (compilation-warning-face)
20639 (compilation-info-face, compilation-skip-threshold)
20640 (compilation-skip-visited, compilation-context-lines):
20641 Declare :version when added to Emacs.
20642 (compilation-error-regexp-alist-alist): Extend caml and irix.
20643 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
20644 (compilation-mode-font-lock-keywords): Temporarily undo line as
20645 function patch, which wasn't ready.
20646
20647 2004-04-07 Kenichi Handa <handa@m17n.org>
20648
20649 * international/latin1-disp.el (latin1-display-setup): Check each
20650 character is displayable or not instead of calling
20651 latin1-display-check-font.
20652
20653 2004-04-06 Kenichi Handa <handa@m17n.org>
20654
20655 * language/ethio-util.el (ethio-sera-being-called-by-w3):
20656 New variable.
20657 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
20658 instead of sera-being-called-by-w3.
20659 (ethio-fidel-to-sera-buffer): Likewise.
20660 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
20661 instead of sera-being-called-by-w3.
20662 (ethio-write-file): Likewise.
20663
20664 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20665
20666 * printing.el: Doc fix.
20667
20668 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
20669
20670 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
20671 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
20672 (gdb-setup-windows): Only use separate IO buffer if required.
20673
20674 2004-04-06 Kim F. Storm <storm@cua.dk>
20675
20676 * term.el (term-is-xemacs): Remove.
20677 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
20678 (term-window-width): New function.
20679 (term-mode, term-check-size): Use it.
20680 (term-mode): Disable overflow-newline-into-fringe in term buffer.
20681
20682 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
20683
20684 * cus-edit.el (custom-add-parent-links): Change unbound variable
20685 `symbol' to `name'.
20686
20687 2004-04-05 Jesper Harder <harder@ifa.au.dk>
20688 * info.el (info-apropos): New function.
20689 (Info-mode-menu): Add it.
20690 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
20691
20692 * help-mode.el (help-make-xrefs): Recognize aliased variable with
20693 inherited docstring.
20694
20695 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
20696
20697 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
20698
20699 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
20700
20701 * progmodes/compile.el (font-lock): Don't require any more.
20702 (compilation-error-properties, compilation-start, compilation-sentinel)
20703 (compilation-filter, next-error): Use with-current-buffer.
20704 (compilation-skip-to-next-location, compilation-skip-threshold)
20705 (compilation-skip-visited): Move to silence the byte-compiler.
20706 (compilation-setup): Simplify.
20707 (compilation-next-error): Use line-(beginning|end)-position.
20708 Make sure `pt' is non-nil before using compilation-loop.
20709 (compile-goto-error): Add optional event arg. Use it.
20710 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
20711 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
20712 Update the binding for mouse-2.
20713 (first-error): Set compilation-current-error to nil rather than bob.
20714 (compilation-parsing-end, compilation-parse-errors-function)
20715 (compilation-error-list, compilation-old-error-list):
20716 "New" compatibility variables.
20717 (compile-buffer-substring, compilation-compat-error-properties)
20718 (compilation-compat-parse-errors, compilation-forget-errors):
20719 New compatibility functions.
20720 (compilation-mode-font-lock-keywords): Use them.
20721
20722 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
20723
20724 * autorevert.el (auto-revert-handler): If point (or a window
20725 point) is at the end of the buffer, keep it there after
20726 reverting. This allows to tail a file.
20727 Mention this in the `Commentary'.
20728
20729 * format.el (format-write-file): Add optional argument CONFIRM
20730 and make it behave like the analogous argument to `write-file'.
20731
20732 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20733
20734 * progmodes/ebnf2ps.el: Doc fix.
20735 (ebnf-version): New version number (4.2).
20736 (ebnf-syntax): Customization and docstring fix.
20737 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
20738 Put autoloaded funs before first use.
20739 (ebnf-style-database): Add dtd entry.
20740 (ebnf-syntax-alist): Add dtd initialization.
20741 (ebnf-token-sequence): New fun.
20742 (ebnf-comment-table): Add new comment action character.
20743 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
20744
20745 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
20746 Type Definition for XML).
20747
20748 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
20749 * progmodes/ebnf-bnf.el (ebnf-sequence):
20750 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
20751 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
20752 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
20753 Code simplification: call ebnf-token-sequence.
20754
20755 2004-04-04 Eli Zaretskii <eliz@gnu.org>
20756
20757 * calendar/timeclock.el (timeclock-relative)
20758 (timeclock-get-project-function, timeclock-get-workday-function)
20759 (timeclock-query-out, timeclock-when-to-leave)
20760 (timeclock-when-to-leave-string, timeclock-log-data)
20761 (timeclock-generate-report, timeclock-in): Doc fixes.
20762
20763 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
20764
20765 * url/: New dir. Import the URL package from its repository.
20766
20767 2004-04-03 Andreas Schwab <schwab@suse.de>
20768
20769 * diff-mode.el (diff-mode): Fix missing quote.
20770
20771 2004-04-03 Juri Linkov <juri@jurta.org>
20772
20773 * descr-text.el (describe-property-list): Add `font-lock-face'.
20774
20775 * dired.el (dired-font-lock-keywords): Fix permission regexps.
20776
20777 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20778
20779 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
20780 Use utf-16le on little endian machines and utf-16be otherwise.
20781
20782 2004-04-02 David Kastrup <dak@gnu.org>
20783
20784 * net/browse-url.el (browse-url-generic): Use call-process
20785 instead of start-process to allow browsers that fork and detach.
20786
20787 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
20788
20789 * compile.el (compilation-current-error): New var.
20790 (compilation-setup, compile-mouse-goto-error)
20791 (compile-goto-error, next-error): Use it.
20792 (compilation-skip-to-next-location): Default to t, which gives
20793 contiguous skipping like old compile (where this was redundant).
20794 (compilation-next-error): Prevent previous-* commands from moving
20795 back to message at or just before point.
20796
20797 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
20798
20799 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
20800 (gdb-source-info): Don't display source at startup, if required.
20801 (gdb-show-main): New option.
20802 (gdba): Update documentation.
20803 (gdb-source): Cover case of auto-display output.
20804
20805 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
20806
20807 * autorevert.el: Delete obsolete autoloads and defvars.
20808 (auto-revert-check-vc-info): New user option.
20809 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20810 (auto-revert-handler-vc): Delete.
20811 (auto-revert-handler): Treat return value `fast' of
20812 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
20813
20814 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
20815 return `fast'.
20816
20817 * files.el (buffer-stale-function): Doc change.
20818
20819 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20820
20821 * printing.el: New tip on Tips section.
20822 (pr-version): New version number (6.7.4).
20823 (pr-shell-file-name): Initialization fix.
20824
20825 2004-03-31 Juri Linkov <juri@jurta.org>
20826
20827 * dired.el: Add autoload for `dired-do-touch'.
20828 (dired-touch-program): New var.
20829 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
20830 (dired-no-confirm): Add `touch' to docstring.
20831
20832 * dired-aux.el (dired-do-touch): New fun.
20833 (dired-do-chxxx): Add argument -t for touch operation.
20834
20835 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
20836 `dired-move-to-filename-regexp'.
20837
20838 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
20839
20840 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
20841
20842 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20843
20844 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
20845 and only if the buffer was modified.
20846
20847 2004-03-30 Kenichi Handa <handa@m17n.org>
20848
20849 * international/characters.el: Delete pairs for U+2308..U+230B.
20850
20851 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
20852
20853 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
20854 to detect the beginning of a level 2 or 3 annotation.
20855
20856 2004-03-29 Kenichi Handa <handa@m17n.org>
20857
20858 * international/ucs-tables.el (ucs-insert): Fix the error message.
20859
20860 2004-03-29 Kenichi Handa <handa@m17n.org>
20861
20862 * international/mule-util.el (char-displayable-p): Fix generation
20863 of XLFD file name.
20864
20865 * Makefile.in (setwins, setwins_almost): Change directory to $wd
20866 before finding directories by `find'.
20867
20868 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20869
20870 * subr.el (interactive-form): Delete. Now implemented in C.
20871
20872 * pcvs.el (cvs-parse-process): Workaround for Darwin.
20873
20874 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
20875 (vc-diff-label): New fun.
20876 (vc-diff-internal): Use it.
20877
20878 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
20879
20880 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20881
20882 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
20883
20884 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
20885 specify XML (EBNFX).
20886
20887 * progmodes/ebnf2ps.el: Doc fix.
20888 (ebnf-version): New version number (4.1).
20889 (ebnf-syntax): Adjust customization.
20890 (ebnf-style-database): Add ebnfx entry.
20891 (ebnf-syntax-alist): Add ebnfx initialization.
20892 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
20893
20894 * printing.el: Doc fix.
20895 (pr-version): New version number (6.7.3).
20896 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
20897 returns nil for mouse position. Reported by Drew Adams
20898 <drew.adams@oracle.com>.
20899 (pr-update-menus): Modify interactive declaration. Reported by Drew
20900 Adams <drew.adams@oracle.com>.
20901
20902 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
20903
20904 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
20905 (gud-gdba-marker-filter): Log the process input and output, if
20906 required. From Stefan Monnier.
20907 (gdb-debug-log, gdb-enable-debug-log): New variables.
20908 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
20909
20910 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
20911
20912 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
20913 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
20914
20915 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
20916
20917 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
20918 Call vc-find-file-hook here instead of in auto-revert-buffers.
20919 (auto-revert-buffers): Delete call to vc-find-file-hook.
20920 (auto-revert-verbose, global-auto-revert-non-file-buffers)
20921 (global-auto-revert-mode, auto-revert-set-timer)
20922 (auto-revert-handler, auto-revert-buffers): Doc fixes.
20923
20924 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
20925
20926 * woman.el (woman-change-fonts): Rename local variable
20927 woman-font-alist to font-alist to avoid a compiler warning.
20928
20929 2004-03-27 Dave Love <fx@gnu.org>
20930
20931 * emacs-lisp/rx.el (rx): Doc fix.
20932 Fix copyright years.
20933
20934 * strokes.el (strokes-global-set-stroke-string): New function.
20935 (strokes-list-strokes): Cope with strings, not just commands.
20936 Set foreground color of image.
20937 (strokes-global-set-stroke): Doc fix.
20938
20939 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
20940
20941 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
20942 Auto Revert mode.
20943 (Buffer-menu-files-only): New variable.
20944 (Buffer-menu-toggle-files-only): New function.
20945 (Buffer-menu-mode-map): Bind it to `T'.
20946 (Buffer-menu-mode): Mention `T' in docstring.
20947 Set buffer-stale-function.
20948 (list-buffers-noselect): Mark buffer non-modified and set
20949 Buffer-menu-files-only.
20950
20951 * dired.el (buffer-stale-function): Remove no longer needed defvar.
20952
20953 * autorevert.el (auto-revert-handler): Print revert message
20954 before, rather than after, reverting.
20955 (buffer-stale-function): Move to files.el.
20956
20957 * files.el (buffer-stale-function): Move here from autorevert.el.
20958
20959 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
20960
20961 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
20962
20963 * calc/calc.el (calc-mode-map): Use mapc.
20964
20965 * apropos.el (apropos-mode): Don't autoload.
20966 (apropos-symbols-internal): New fun. Extracted from `apropos'.
20967 (apropos): Use it.
20968 (apropos-print): Add optional `text' argument.
20969 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
20970 Don't assume point-min == 1.
20971
20972 * bs.el (bs-buffer-list): Use buffer-local-value.
20973 (bs--set-toggle-to-show): Use with-current-buffer.
20974
20975 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
20976 New funs.
20977 (list-buffers-noselect): Use them. Adjust :align-to to new style.
20978
20979 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
20980
20981 * dabbrev.el (dabbrev-expand): Fix regexp construction.
20982 (dabbrev--find-expansion): Use pop.
20983 (dabbrev--search): Use match-string-no-properties.
20984
20985 * dired.el (dired-mode): Use run-mode-hooks.
20986 (dired-move-to-end-of-filename): Use match-string.
20987
20988 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
20989 is bound before using it.
20990 (ediff-verbose-p): Make it into a var since it's not constant.
20991
20992 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
20993
20994 * faces.el (read-face-font): Don't cons up unnecessarily.
20995 (header-line, tool-bar): Share common parts.
20996
20997 * files.el (file-relative-name): Use compare-strings.
20998
20999 * finder.el (finder-mode): Follow coding convention.
21000
21001 * subr.el (read-number): New function.
21002
21003 * ses.el (ses-read-number): Move to subr.el.
21004 (ses-set-header-row): Use read-number.
21005
21006 2004-03-26 Andre Spiegel <spiegel@gnu.org>
21007
21008 * vc-hooks.el (vc-arg-list): New function, which handles both
21009 compiled and uncompiled code.
21010 (vc-default-workfile-unchanged-p): Use it.
21011
21012 * vc.el (vc-print-log): Undo prev change, use new function
21013 vc-arg-list from vc-hooks.el.
21014
21015 2004-03-26 Masatake YAMATO <jet@gyve.org>
21016
21017 * simple.el (completion-setup-function): Emphasize the
21018 first uncommon characters in the completions; and de-emphasize
21019 the common prefix substrings.
21020 (completion-emphasis): New face.
21021 (completion-de-emphasis): New face.
21022
21023 2004-03-25 Juanma Barranquero <lektu@terra.es>
21024
21025 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
21026 Comment out (it's unused and unfinished code).
21027
21028 2004-03-25 Sam Steingold <sds@gnu.org>
21029
21030 * vc.el (vc-print-log): Fix a bug in the last patch:
21031 backend-function may be a byte-compiled object, not a lambda.
21032
21033 2004-03-25 Juri Linkov <juri@jurta.org>
21034
21035 * descr-text.el (describe-property-list): Add a button
21036 for `face' property that calls `describe-face'.
21037 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
21038
21039 * international/mule.el (keyboard-coding-system):
21040 * kmacro.el (kmacro-call-macro): Fix docstring.
21041
21042 * dired.el: Fix comments.
21043
21044 * textmodes/fill.el (fill): Fix Info link.
21045
21046 * font-lock.el (fast-lock, lazy-lock):
21047 * jit-lock.el (jit-lock): Remove links to removed Support Modes
21048 Info node.
21049
21050 * eshell/eshell.el (eshell): Fix broken info-link.
21051
21052 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
21053 * eshell/em-banner.el (eshell-banner):
21054 * eshell/em-smart.el (eshell-smart):
21055 * eshell/esh-cmd.el (eshell-cmd):
21056 Comment out broken info-links to incomplete Info manual.
21057
21058 * info-xref.el: Fix commentary.
21059
21060 2004-03-25 Kevin Ryde <user42@zip.com.au>
21061
21062 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
21063 Remove spurious node duplicate suppression, doesn't work, not wanted.
21064 (info-xref-output): Take format style args, add "sit-for 0" to let
21065 user see the results as they progress.
21066 (info-xref-check-all-custom): New function.
21067
21068 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
21069
21070 * gdb-ui.el: Moved to progmodes.
21071
21072 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
21073
21074 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
21075
21076 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21077
21078 * calendar/appt.el (appt-check): Remove superfluous progn.
21079 When finished with diary buffer: if it was not being displayed
21080 before, kill it; otherwise restore its original state.
21081 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
21082
21083 * calendar/calendar.el (calendar-set-mode-line): Use total
21084 available mode-line width, rather than frame-width.
21085
21086 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
21087 after mode change so effect not lost.
21088
21089 2004-03-23 Dave Love <fx@gnu.org>
21090
21091 * dired.el (dired) <defgroup>: Add link to manual.
21092 (dired-font-lock-keywords): Add highlighting on unusual permissions.
21093 (dired-revert): Use dolist.
21094 (dired-mode-map): Add U binding.
21095 (dired-mode): Add font-lock-beginning-of-syntax-function.
21096 (dired-garbage-files-regexp): Make it a defcustom.
21097
21098 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
21099
21100 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
21101 is equivalent to nil.
21102 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
21103 (vc-arch-mode-line-string): Accept `added' state.
21104 (vc-arch-state): Use inode-sigs if available.
21105 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
21106 Copy&delete existing id file if any. Fallback if uuidgen is absent.
21107 (vc-arch-tagline-re): New var.
21108 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
21109 New functions.
21110 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
21111 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
21112
21113 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
21114 (vc-file-not-found-hook): Use it.
21115
21116 * diff-mode.el (diff-default-read-only): Change default.
21117 (diff-mode-hook): Make it a defcustom. Add some options.
21118 (diff-mode-map): Bind diff-refine-hook.
21119 (diff-yank-handler): New var.
21120 (diff-yank-function): New fun.
21121 (diff-font-lock-keywords): Use them.
21122 (diff-end-of-file): Handle case where file-header looks like diff text.
21123 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
21124 (diff-file-kill): Delete a subsequent empty line, if applicable.
21125 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
21126 (diff-find-file-name): Use it.
21127 (diff-tell-file-name): New command.
21128 (diff-mode): Be careful with view-mode.
21129 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
21130 New functions, for use in diff-mode-hook.
21131 (diff-find-source-location): Catch "regex too large" errors.
21132 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
21133 (diff-refine-hunk): New command.
21134
21135 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
21136 (smerge-context-menu-map): Remove unused var.
21137 (smerge-keep-all): Preserve markers.
21138 (smerge-keep-n): New fun.
21139 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21140 (smerge-keep-current, smerge-ediff): Use it.
21141 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
21142 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
21143 (smerge-resolve): Resolve trivial 3-part conflicts.
21144
21145 2004-03-23 Juri Linkov <juri@jurta.org>
21146
21147 * man.el (Man-width): New var.
21148 (Man-getpage-in-background): Use it.
21149 (Man-support-local-filenames): New var and fun.
21150 (Man-build-man-command): Don't add a second %s.
21151 (Man-fontify-manpage): Clean up message.
21152 (Man-mode): Set outline-regexp, outline-level,
21153 imenu-generic-expression.
21154
21155 * woman.el (woman-fill-frame): Doc fix.
21156 (woman-decode-region): Use window-width instead of frame-width.
21157
21158 * abbrevlist.el (list-one-abbrev-table):
21159 * descr-text.el (describe-char):
21160 * international/mule-diag.el (describe-current-coding-system):
21161 * international/quail.el (quail-insert-decode-map):
21162 Use window-width instead of frame-width.
21163
21164 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
21165 (jka-compr-mode-alist-additions): Add tbz.
21166 (jka-compr-write-region, jka-compr-insert-file-contents):
21167 Add message for undefined compress-program.
21168 (jka-compr-write-region): Remove redundant var bindings.
21169
21170 * dired-x.el (dired-guess-shell-alist-default): Add choices for
21171 extracting files into subdirectory. Add tbz and dz. Fix regexps.
21172 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
21173 (dired-man): Use dired-guess-shell-command.
21174 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
21175 Change default nil to t.
21176
21177 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
21178 (dired-compare-directories): Add default value for empty input.
21179
21180 * help-at-pt.el: Move suggestions for key bindings to Commentary.
21181
21182 * time.el (display-time-string-forms): Fix help-echo date format.
21183
21184 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
21185
21186 * autorevert.el (global-auto-revert-non-file-buffers): Expand
21187 docstring.
21188 (buffer-stale-function): New variable.
21189 (auto-revert-list-diff, auto-revert-dired-file-list)
21190 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
21191 (auto-revert-handler): Take over some functionality of deleted
21192 functions.
21193 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
21194
21195 * dired.el (dired-directory-changed-p): New fun, extracted from
21196 dired-internal-noselect.
21197 (dired-buffer-stale-p): New fun.
21198 (dired-internal-noselect): Use dired-directory-changed-p.
21199 Eliminate revert messages.
21200 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
21201
21202 2004-03-23 Kenichi Handa <handa@m17n.org>
21203
21204 * international/characters.el: Setup syntaxes for more parentheses
21205 Unicode characters.
21206
21207 * international/mule-cmds.el (select-safe-coding-system):
21208 Merge coding-system and auto-cs before comparing them.
21209
21210 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
21211
21212 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
21213
21214 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21215 normal-auto-fill-function and comment-indent-function.
21216 The default values now work just as well.
21217 Don't set font-lock-beginning-of-syntax-function since we already set
21218 syntax-begin-function.
21219 (lisp-outline-level): Put ;;;###autoload at same level as (.
21220 (prin1-char): Quote special chars.
21221
21222 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
21223 than with-no-warnings.
21224
21225 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
21226 if the source location can't be found.
21227 (edebug-compute-previous-result): Use prin1-char.
21228
21229 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
21230 (debug-ignored-errors): Add an entry.
21231
21232 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
21233 (byte-compile-file): Output warning when deleting a file.
21234
21235 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
21236 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
21237
21238 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
21239 (byte-compile-inline-expand): Use backquote.
21240 (byte-optimize-pure-func): Rename from byte-optimize-concat.
21241 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
21242
21243 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
21244
21245 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
21246
21247 2004-03-22 Juri Linkov <juri@jurta.org>
21248
21249 * finder.el (finder-known-keywords): Fix data, tex, unix.
21250
21251 * play/landmark.el: Fix keywords.
21252
21253 * language/ethio-util.el (ethio-find-file): Doc fix.
21254
21255 * emacs-lisp/warnings.el: Doc fix.
21256
21257 * textmodes/ispell.el (ispell-help): Doc fix.
21258
21259 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
21260
21261 * format.el (format-insert-file): Always return a list of two
21262 elements, like insert-file-contents does.
21263
21264 2004-03-21 Andre Spiegel <spiegel@gnu.org>
21265
21266 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
21267 and vc-BACKEND-diff.
21268 (vc-print-log): If the print-log implementation supports it, use
21269 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
21270 (vc-version-diff, vc-diff-internal): Doc fixes.
21271
21272 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
21273 implementation supports it, let diff output go to *vc*,
21274 not *vc-diff*, since this is an internal call.
21275
21276 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
21277
21278 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
21279
21280 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
21281
21282 2004-03-21 Dave Love <fx@gnu.org>
21283
21284 * progmodes/cfengine.el (cfengine-mode):
21285 Set parse-sexp-ignore-comments.
21286
21287 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
21288
21289 2004-03-21 Juanma Barranquero <lektu@terra.es>
21290
21291 * allout.el (allout-mode): Fix docstring.
21292
21293 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
21294
21295 * files.el (insert-directory): Fix bug if SWITCHES is a list.
21296
21297 * autorevert.el (auto-revert-interval): Make new value take
21298 effect immediately when set through Custom.
21299 (auto-revert-set-timer): Add interactive declaration.
21300
21301 2004-03-19 David Ponce <david@dponce.com>
21302
21303 * ruler-mode.el (ruler-mode-header-line-format-old):
21304 Don't `make-variable-buffer-local'.
21305 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
21306 (ruler-mode-header-line-format): Simply funcall the above.
21307 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
21308 to save/restore a previous header line format.
21309 (ruler-mode-space): Don't depend on a numeric WIDTH value.
21310 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
21311 fringes and margins width.
21312 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
21313
21314 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
21315
21316 * log-edit.el (log-edit-font-lock-keywords): Typo.
21317
21318 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
21319 (tex-send-tex-command): Rather than here.
21320 (tex-compilation-parse-errors): Simplify.
21321
21322 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
21323
21324 * time.el (display-time-string-forms): Add help-echo with date on time.
21325
21326 * composite.el (compose-region): Use restore-buffer-modified-p.
21327
21328 * disp-table.el (standard-display-8bit): Simplify.
21329
21330 * server.el (server-process-filter): Delete temp frame.
21331
21332 * add-log.el (add-change-log-entry): Simplify.
21333
21334 2004-03-19 Kim F. Storm <storm@cua.dk>
21335
21336 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
21337 (hexl-follow-line): Don't require 'fringe.
21338
21339 * progmodes/compile.el (compilation-start): Always set
21340 compilation-last-buffer and return it.
21341
21342 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
21343
21344 * simple.el (clone-buffer): Doc fix.
21345
21346 2004-03-18 Juanma Barranquero <lektu@terra.es>
21347
21348 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
21349
21350 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
21351
21352 * log-edit.el (log-edit-font-lock-keywords): New var.
21353 (log-edit-mode): Use it.
21354
21355 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
21356
21357 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
21358 properly for watching in speedbar.
21359
21360 2004-03-17 Masatake YAMATO <jet@gyve.org>
21361
21362 * smerge-mode.el (smerge-popup-context-menu):
21363 Put `unwind-protect' around `overlay-put' and `popup-menu'.
21364
21365 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
21366
21367 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
21368 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
21369 Take sealed revisions into account.
21370 (vc-arch-checkin): Extract a summary line from the message.
21371
21372 2004-03-16 Masatake YAMATO <jet@gyve.org>
21373
21374 * register.el (register): Provide `register' feature.
21375
21376 2004-03-15 Masatake YAMATO <jet@gyve.org>
21377
21378 Added context menu support in smerge mode.
21379 Most of the part is written by Stefan Monnier.
21380
21381 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
21382 New keymap and menu.
21383 (smerge-text-properties): New function.
21384 (smerge-remove-props): New function.
21385 (smerge-popup-context-menu): New function.
21386 (smerge-resolve): Call `smerge-remove-props'.
21387 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
21388 (smerge-keep-current): Ditto.
21389 (smerge-kill-current): New function.
21390 (smerge-match-conflict): Put text properties.
21391 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
21392
21393 2004-03-15 David Ponce <david@dponce.com>
21394
21395 * ruler-mode.el (ruler-mode-left-fringe-cols)
21396 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
21397 (ruler-mode-right-scroll-bar-cols): Remove.
21398 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
21399 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
21400 Use fringe-columns and scroll-bar-columns.
21401
21402 2004-03-15 Masatake YAMATO <jet@gyve.org>
21403
21404 * hl-line.el (hl-line-range-function): New variable.
21405 (hl-line-move): New function.
21406 (global-hl-line-highlight): Use `hl-line-move'.
21407 (hl-line-highlight): Ditto.
21408
21409 * scroll-bar.el (scroll-bar-columns):
21410 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
21411
21412 * ruler-mode.el (top-level): Require scroll-bar and fringe.
21413 (ruler-mode-left-fringe-cols)
21414 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
21415 (ruler-mode-right-scroll-bar-cols)
21416 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
21417 (ruler-mode-ruler-function): New variable.
21418 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
21419 if the value for `ruler-mode-ruler-function' is given.
21420
21421 * hexl.el (hexl-mode-hook): Make the hook customizable.
21422 (hexl-address-area, hexl-ascii-area): New customize variables.
21423 (hexlify-buffer): Put font-lock-faces on the address area and
21424 the ascii area.
21425 (hexl-activate-ruler): New function.
21426 (hexl-follow-line): New function.
21427 (hexl-highlight-line-range): New function.
21428 (hexl-mode-ruler): New function.
21429
21430 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
21431
21432 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
21433 (vc-default-find-file-hook): New fun.
21434 (vc-find-file-hook): Call new find-file-hook operation.
21435
21436 * vc-arch.el: New file.
21437
21438 2004-03-12 Jesper Harder <harder@ifa.au.dk>
21439
21440 * info-look.el (info-lookup): Reuse an existing Info window.
21441
21442 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
21443
21444 * woman.el (woman-preserve-ascii): Default value changed to t and
21445 doc string revised.
21446
21447 2004-03-12 Richard M. Stallman <rms@gnu.org>
21448
21449 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
21450 Fix minor bug.
21451
21452 * replace.el (occur-engine): Change message for count of matches.
21453
21454 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
21455 For strings, do compare text properties.
21456
21457 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
21458
21459 * progmodes/compile.el (compile-auto-highlight)
21460 (compilation-error-list, compilation-old-error-list)
21461 (compilation-parse-errors-function, compilation-parsing-end)
21462 (compilation-error-message, compilation-directory-stack)
21463 (compilation-enter-directory-regexp-alist)
21464 (compilation-leave-directory-regexp-alist)
21465 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
21466 (compilation-current-file, compilation-regexps): Remove vars.
21467
21468 (compile-error-at-point, compilation-error-filedata)
21469 (compilation-error-filedata-file-name, compile-reinitialize-errors)
21470 (compilation-next-error-locus, compilation-forget-errors)
21471 (count-regexp-groupings, compilation-parse-errors)
21472 (compile-collect-regexps, compile-buffer-substring): Remove funs.
21473
21474 (compile-internal): Make obsolete.
21475
21476 (compilation-first-column, compilation-error)
21477 (compilation-directory-matcher, compilation-page-delimiter)
21478 (compilation-mode-font-lock-keywords, compilation-debug)
21479 (compilation-error-face, compilation-warning-face)
21480 (compilation-info-face, compilation-line-face)
21481 (compilation-column-face, compilation-enter-directory-face)
21482 (compilation-leave-directory-face, compilation-skip-threshold)
21483 (compilation-skip-visited, compilation-context-lines): New vars.
21484
21485 (compilation-warning-face, compilation-info-face)
21486 (compilation-message-face): New faces.
21487
21488 (compilation-error-regexp-alist-alist): New constant.
21489
21490 (compilation-face, compilation-directory-properties)
21491 (compilation-assq, compilation-error-properties, compilation-start)
21492 (define-compilation-mode, compilation-loop)
21493 (compilation-set-window): New functions.
21494
21495 (compile): Additional argument for interactive compiles like TeX.
21496
21497 * progmodes/grep.el (kill-grep): Move here from compile.el
21498 (grep-error, grep-hit-face, grep-error-face)
21499 (grep-mode-font-lock-keywords): New variables.
21500 (grep-regexp-alist): Simplify regexp and add `binary' case.
21501 (grep-mode): New mode.
21502 (grep-process-setup): Simplify.
21503
21504 2004-03-11 Jason Rumney <jasonr@gnu.org>
21505
21506 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
21507 letters on DOS/Windows.
21508
21509 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
21510
21511 * server.el (server-name): New var.
21512 (server-socket-dir): New var to replace server-socket-name.
21513 (server-start): Use them.
21514
21515 2004-03-11 Simon Josefsson <jas@extundo.com>
21516
21517 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
21518 died to avoid infloop. Reported by Jonathan Glauner
21519 <jglauner@sbum.org>.
21520
21521 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
21522
21523 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
21524 (smerge-mode-menu): Use it to deactivate menu entries.
21525 (smerge-keep-current): New fun.
21526 (smerge-keep-current): Use it.
21527
21528 2004-03-10 John Paul Wallington <jpw@gnu.org>
21529
21530 * foldout.el (foldout-fold-list, foldout-modeline-string):
21531 Declare them as variables, not constants.
21532
21533 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21534
21535 * ps-print.el: Modification to print *Messages* buffer.
21536 (ps-print-version): New version 6.6.4.
21537 (ps-message-log-max): New fun.
21538 (ps-spool-without-faces, ps-spool-with-faces)
21539 (ps-count-lines-preprint): Code fix.
21540
21541 * printing.el: New tips in Tips section.
21542
21543 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21544
21545 * delim-col.el: Doc fix.
21546
21547 * printing.el: Doc fix. New doc section (Tips).
21548
21549 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
21550
21551 * type-break.el (type-break-emacs-variant): Remove.
21552 (type-break-run-at-time, type-break-cancel-function-timers):
21553 Use fboundp rather than version name and number.
21554
21555 2004-03-09 Masatake YAMATO <jet@gyve.org>
21556
21557 * hexl.el (hexl-mode): Use `make-local-variable' instead of
21558 `make-variable-buffer-local'.
21559
21560 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
21561
21562 * find-dired.el (find-dired): Call `shell-command' instead of
21563 `start-process-shell-command'. By this, Tramp takes over
21564 handling of remote directories.
21565
21566 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
21567
21568 * newcomment.el (comment-use-global-state): New var.
21569 (comment-search-forward): Use it.
21570
21571 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
21572
21573 * cus-edit.el (fill) <defgroup>: Move to fill.el.
21574
21575 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
21576 (enable-kinsoku): Make it a defcustom.
21577 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
21578 paragraph to same-comment-start-marker.
21579
21580 2004-03-07 Dave Love <fx@gnu.org>
21581
21582 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
21583 (browse-url-mail): Use it.
21584
21585 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
21586 (rfc2368-unhexify-string): Use replace-regexp-in-string.
21587
21588 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
21589
21590 * woman.el (woman-man.conf-path): Doc fix.
21591 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
21592
21593 2004-03-07 Eli Zaretskii <eliz@gnu.org>
21594
21595 * sort.el (sort-columns): Remove ms-dos from the list of systems
21596 where the external `sort' command is not used.
21597
21598 2004-03-07 Kim F. Storm <storm@cua.dk>
21599
21600 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
21601 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
21602 from overlay-arrow-variable-list.
21603 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
21604
21605 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
21606
21607 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
21608 overlay arrow string properly for the assembler buffer.
21609
21610 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
21611
21612 * mail/sendmail.el (mail-mode): Fix last change.
21613
21614 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
21615
21616 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
21617 for the assembler buffer.
21618 (gdb-assembler-custom): Position the overlay arrow.
21619 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
21620
21621 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
21622
21623 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
21624
21625 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
21626 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
21627
21628 * mail/sendmail.el (mail-mode): Set comment-start-skip.
21629
21630 * newcomment.el (uncomment-region): Allow non-terminated comment.
21631 (comment-normalize-vars): Check the user-specified comstart marker.
21632
21633 2004-03-04 Jesper Harder <harder@ifa.au.dk>
21634
21635 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
21636 Otherwise, do use it if the region only contains font-lock text
21637 properties.
21638
21639 2004-03-04 Masatake YAMATO <jet@gyve.org>
21640
21641 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
21642 as the callback function for eldoc.
21643 (hexl-print-current-point-info): New function.
21644 (hexl-current-address): Print the address in both decimal
21645 and hexadecimal format.
21646
21647 2004-03-04 Richard M. Stallman <rms@gnu.org>
21648
21649 * mail/rmail.el (rmail-convert-to-babyl-format):
21650 Specify t for UNIBYTE when calling mail-unquote-printable-region.
21651
21652 * mail/mail-utils.el (mail-unquote-printable-region):
21653 New arg UNIBYTE.
21654
21655 * startup.el (command-switch-alist): Doc fix.
21656
21657 * simple.el (undo): Temporarily set this-command to `undo-start',
21658 then set it to `undo' once undo-start returns without error.
21659
21660 * simple.el (minibuffer-history-sexp-flag): Doc fix.
21661
21662 * simple.el (kill-line): Don't disregard trailing whitespace
21663 in eol condition, if show-trailing-whitespace is set.
21664
21665 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
21666 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
21667 When disabling, restore old values only if mouse-sel-has-been-enabled.
21668
21669 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
21670 (isearch-{-char): New function.
21671 (isearch-mode-map): Bind { to isearch-{-char.
21672
21673 * font-lock.el (lisp-font-lock-keywords-2):
21674 Turn off the CL with-... and do-... general patterns.
21675 Instead, recognize several specific with... and do... constructs.
21676
21677 * files.el (switch-to-buffer-other-window):
21678 Bind same-window-buffer-names and same-window-regexps to nil.
21679 (switch-to-buffer-other-frame): Likewise.
21680
21681 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
21682
21683 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
21684 recognizing leading comment on code line.
21685
21686 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
21687
21688 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
21689 hidden files/directories.
21690
21691 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
21692
21693 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
21694 only comment-start (in case the mode hasn't set it).
21695
21696 * Makefile.in (AUTOGENEL): New var.
21697 (bootstrap-prepare): Rename from bootstrap-clean.
21698 Don't remove elc files.
21699 (maintainer-clean): New target.
21700
21701 * xml.el (xml-get-attribute-or-nil): Simplify.
21702
21703 2004-03-02 Juri Linkov <juri@jurta.org>
21704
21705 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
21706 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
21707 URL to prevent their substitution with the environment variable
21708 values by browsers.
21709
21710 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21711
21712 * ps-print.el: Doc fix.
21713 (ps-print-version): New version number (6.6.3).
21714 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
21715 Docstring fix.
21716 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
21717 before printing.
21718 (ps-time-stamp-yyyy-mm-dd): New fun.
21719 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
21720
21721 2004-03-02 Kim F. Storm <storm@cua.dk>
21722
21723 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
21724
21725 2004-03-01 Juanma Barranquero <lektu@terra.es>
21726
21727 * allout.el (allout-rebullet-heading): Fix typo in docstring.
21728
21729 * desktop.el (desktop-file-version)
21730 (desktop-after-read-hook): Fix typos.
21731 (desktop-clear-preserve-buffers): Remove redundant info in
21732 docstring already shown by the obsolescence message.
21733 (desktop-truncate, desktop-internal-v2s)
21734 (desktop-value-to-string): Change argument name to match docstring.
21735
21736 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
21737
21738 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
21739 docstring.
21740
21741 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21742
21743 * printing.el: Replace "As Is..." in PostScript file print/preview by
21744 "No Preprocessing...". Suggested by Colin Marquardt
21745 <_marquardt_@zmd.de>.
21746 (pr-insert-section-4): Adjust buffer interface.
21747
21748 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
21749
21750 Version 2.0.39 of Tramp released.
21751
21752 * net/tramp.el (tramp-handle-file-local-copy)
21753 (tramp-handle-write-region, tramp-open-connection-rsh):
21754 Variable name typo. Small change. From Patrick Tullmann
21755 <tullmann@flux.utah.edu>.
21756 (tramp-process-connection-type): New variable.
21757 (tramp-maybe-open-connection): Use it.
21758 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
21759 (tramp-touch): Set last-modified time of a remote file.
21760 (tramp-handle-write-region): Say which function is used when encoding.
21761
21762 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
21763
21764 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
21765 case of non-existing filename, too. Reported by Christoph Bauer
21766 <c_bauer@informatik.uni-kl.de>.
21767 (tramp-smb-get-file-entries): The directory in question should
21768 have permissions "drwxrwxrwx". Just virtual, because we don't
21769 know the real permissions. Don't we know?
21770 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
21771 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
21772 (tramp-smb-wait-for-output): Optimize algorithm getting pending
21773 output. If it was received chunkwise, there have been problems.
21774 Remove the "prompt not found" error message; it is obvious.
21775 Simplify algorithm.
21776 (tramp-smb-process-running): Remove. Since we acknowledge the
21777 virtual prompt for shares, there's no need for distinction of
21778 reading shares (process ends afterwards) and interactive mode of
21779 smblient.
21780 (tramp-smb-open-connection): Setting process sentinel removed.
21781 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
21782 "NT_STATUS_NETWORK_ACCESS_DENIED".
21783 (tramp-smb-maybe-open-connection): Set `process-connection-type'
21784 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
21785 (top-level): Setting default value in `tramp-default-method-alist'
21786 corrected. Order of USER and HOST have been wrong.
21787 Nobody complained for months ...
21788 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
21789 (tramp-smb-open-connection): Clear password cache if login has failed.
21790
21791 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
21792 `tramp-unified-filenames'.
21793 (tramp-completion-mode): Make test for XEmacs explicitly.
21794 `event-to-character' can exists in Emacs packages too.
21795 Reported by Matt Swift <swift@alum.mit.edu>.
21796 (tramp-buffer-name): Buffer name must contain the user if exists.
21797 Reported by Adrian Phillips <a.phillips@met.no>.
21798 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
21799 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
21800 (tramp-do-copy-or-rename-file-out-of-band): Rename from
21801 `tramp-do-copy-or-rename-file-one-local', because it handles also
21802 the case both files use the same out-of-band method.
21803 Implementation added.
21804 (tramp-handle-file-local-copy, tramp-handle-write-region):
21805 Out-of-band handling removed. `copy-file' called instead, which
21806 calls `tramp-do-copy-or-rename-file-out-of-band'.
21807 (tramp-action-password): Check for out-of-band method removed.
21808 This function is used for 'login-program.
21809 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
21810 appropriate.
21811 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
21812 and `tramp-parse-sknownhosts'.
21813 (tramp-completion-function-alist): It's a defvar now, because we
21814 want to apply the optimized `tramp-set-completion-function'
21815 instead of a static list.
21816 (tramp-set-completion-function): Implementation tuned.
21817 Avoid double entries, and entries where the function or the
21818 file/directory doesn't exist.
21819 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
21820 for SSH2.
21821 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
21822 (tramp-handle-dired-compress-file): New function.
21823 (tramp-async-proc): New variable.
21824 (tramp-handle-shell-command): Adding asynchronous processes.
21825 They are far from being perfect, but it works at least for
21826 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
21827 (top-level): Require password.el if visible. Should be mandatory
21828 once No Gnus has found its way into (X)Emacs.
21829 (tramp-read-passwd): Invoke `password-read' if available,
21830 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
21831 fallback any longer.
21832 (tramp-clear-passwd): New function.
21833 (tramp-process-actions, tramp-process-multi-actions):
21834 Clear password cache if login has failed.
21835
21836 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
21837 its own module.
21838 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
21839 `ange-ftp-ftp-name-res'. There could be incorrect values from
21840 previous calls in case the "ftp" method is used in the Tramp file
21841 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
21842
21843 2004-02-28 Richard M. Stallman <rms@gnu.org>
21844
21845 * term.el (term-mouse-paste): Call mouse-set-point.
21846
21847 * thumbs.el: New file.
21848
21849 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21850
21851 * progmodes/ebnf-abn.el: Doc fix.
21852
21853 * progmodes/ebnf-bnf.el: Doc fix.
21854 (ebnf-repeat): Code fix.
21855
21856 * progmodes/ebnf2ps.el: Doc fix.
21857 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
21858
21859 2004-02-28 Juri Linkov <juri@jurta.org>
21860
21861 * ffap.el (dired-at-point): Additional writability test for
21862 relative directory names.
21863 (dired-at-point-prompter): Treat directories as a directory, get
21864 the directory component from files.
21865 (ffap-string-at-point): Return string from region if region is active.
21866 (ffap-file-at-point): Remove redundant code.
21867
21868 2004-02-28 Kim F. Storm <storm@cua.dk>
21869
21870 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
21871 Initialize margin area images to nil.
21872 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
21873 (breakpoint-enabled-bitmap-face)
21874 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
21875 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
21876 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
21877 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
21878 (gdb-reset): Use gdb-remove-breakpoint-icons.
21879 (gdb-put-string): Add dprop arg to specify alternative display
21880 property (for setting fringe bitmap).
21881 (gdb-remove-strings): Doc fix.
21882 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
21883 icon in fringe (if available), or else as icon or text in display
21884 margin. Creates necessary icons in breakpoint-bitmap,
21885 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
21886 Also make left window margin if required.
21887 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
21888 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
21889 no longer needed.
21890 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
21891 gdb-put-breakpoint-icon.
21892 (gdb-assembler-mode): Don't set left-margin-width here.
21893
21894 2004-02-27 Kevin Ryde <user42@zip.com.au>
21895
21896 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
21897 comma, so that it DTRT in macros.
21898
21899 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
21900
21901 * progmodes/sh-script.el (sh-shell-arg)
21902 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
21903 (sh-leading-keywords, sh-other-keywords): Fix custom type.
21904
21905 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
21906
21907 * faces.el (face-spec-set-match-display): Add a new attribute,
21908 `min-colors'.
21909 (region, highlight, secondary-selection): Use `min-colors'.
21910
21911 * custom.el (defface): Add documentation for `min-colors'.
21912
21913 * font-lock.el (font-lock-comment-face, font-lock-string-face)
21914 (font-lock-keyword-face, font-lock-function-name-face)
21915 (font-lock-variable-name-face, font-lock-constant-face):
21916 Use `min-colors'.
21917
21918 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
21919
21920 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21921
21922 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
21923 define assq-delete-all if it's not defined.
21924 (ebnf-generate-region): Code fix.
21925
21926 * printing.el: Doc fix.
21927 (pr-version): New version number (6.7.2).
21928 (pr-command): Return empty string if command is an empty string.
21929
21930 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21931
21932 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
21933
21934 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
21935 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
21936 semi-down-full. Fix a bug on productions like test = {"test"}* | (
21937 "tt" ["test"] ). Reported by Markus Dreyer
21938 <mdreyer@ix.urz.uni-heidelberg.de>.
21939 (ebnf-version): New version number (4.0).
21940 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
21941 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
21942 (ebnf-delete-style): New commands.
21943 (ebnf-directory, ebnf-file): New funs.
21944 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
21945 (ebnf-production-name-p, ebnf-stop-on-error): New options.
21946 (ebnf-syntax-alist): New var.
21947 (ebnf-element-width): New fun replacing ebnf-list-width.
21948 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
21949 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
21950 (ebnf-prologue): Adjust vars.
21951 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
21952 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
21953 (ebnf-check-style-values, ebnf-generate-production)
21954 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
21955 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
21956 (ebnf-token-repeat): Code fix.
21957
21958 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
21959 %right, %left and %prec. Suggested by Matthew K. Junker
21960 <junker@alum.mit.edu>.
21961 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
21962
21963 * progmodes/ebnf-iso.el: Doc fix.
21964 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
21965 (ebnf-iso-lex): Code fix.
21966
21967 * progmodes/ebnf-bnf.el: Doc fix.
21968 (ebnf-bnf-lex): Code fix.
21969
21970 * progmodes/ebnf-otz.el: Doc fix.
21971
21972 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
21973
21974 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
21975 (abbrev-prefix-mark): Doc fix.
21976
21977 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
21978
21979 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
21980 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
21981 (gdb-var-delete): Make interactive (really).
21982 (gdb-edit-value): Make non-interactive.
21983
21984 * progmodes/gud.el (gud-speedbar-menu-items):
21985 Add gdb-var-delete and, indirectly, gdb-edit-value.
21986 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
21987 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
21988 (gud-gdb-marker-filter): Add comment for annotations.
21989
21990 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21991
21992 * calendar/calendar.el (generate-calendar)
21993 (calendar-read-date): Prevent display of BC calendars once more -
21994 reverts 2003-10-01 change.
21995 (generate-calendar-month): Doc fix.
21996
21997 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
21998
21999 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
22000 return value of increment-calendar-month.
22001
22002 2004-02-21 Stephen Compall <s11@member.fsf.org>
22003
22004 * saveplace.el (save-place-forget-unreadable-files)
22005 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
22006 (save-place-forget-unreadable-files): New function.
22007 (save-place-alist-to-file): Use it to filter out files that are
22008 no longer readable.
22009
22010 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
22011 current Texinfo environment, using the same method as in
22012 `texinfo-insert-@end', and insert a space rather than a newline if
22013 point in a @table environment.
22014
22015 2004-02-21 Juri Linkov <juri@jurta.org>
22016
22017 * ffap.el (ffap-file-at-point): Try parent directories.
22018
22019 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
22020
22021 * vcursor.el (vcursor-modifiers): New defcustom.
22022 (vcursor-cs-binding): Use vcursor-modifiers instead of a
22023 hard-coded list.
22024
22025 2004-02-21 Masatake YAMATO <jet@gyve.org>
22026
22027 * play/animate.el (animate-birthday-present): Accept names other
22028 than `Sarah', too.
22029
22030 2004-02-21 Juri Linkov <juri@jurta.org>
22031
22032 * startup.el: Remove table of command line arguments from the
22033 Commentary section.
22034
22035 2004-02-20 John Wiegley <johnw@newartisans.com>
22036
22037 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
22038 again" modifier from 'e' to 'E', since 'e' is also used by the
22039 "file extension" modifier.
22040
22041 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
22042
22043 * help-fns.el (describe-categories): Doc fix.
22044
22045 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
22046
22047 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
22048 temporary file for buffer already visiting one. This change makes
22049 output likely to be directly usable by patch program.
22050 Suggested by Adrian Aichner <adrian@xemacs.org>
22051
22052 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
22053
22054 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
22055 case of variables defined in compound statements.
22056 (gdb-setup-windows, gdb-source-info, gdb-source-info):
22057 Simplify constructions using switch-to-buffer.
22058
22059 2004-02-19 Simon Josefsson <jas@extundo.com>
22060
22061 * play/morse.el: Fix typo.
22062 (morse-code): Add @.
22063
22064 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22065
22066 * calendar/appt.el (appt-display-format): Change default to
22067 'ignore, for backwards compatibility.
22068 (appt-display-message): If appt-display-format is 'ignore,
22069 respect old vars appt-msg-window and appt-visible.
22070 (appt-activate): Don't depend on return value of cancel-timer.
22071
22072 * calendar/calendar.el (calendar-holidays): Doc fix.
22073
22074 * calendar/cal-coptic.el (coptic-prompt-for-date):
22075 Use assoc-string instead of assoc-ignore-case.
22076 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
22077 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
22078 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
22079 * calendar/cal-islam.el (calendar-goto-islamic-date)
22080 (mark-islamic-diary-entries): Ditto.
22081 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
22082 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
22083 (calendar-read-mayan-tzolkin-date): Ditto.
22084 * calendar/calendar.el (calendar-read-date): Ditto.
22085 * calendar/diary-lib.el (mark-diary-entries): Ditto.
22086
22087 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
22088
22089 * progmodes/executable.el (executable-command-find-posix-p):
22090 Fix choice of the directory.
22091
22092 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
22093
22094 * simple.el (interprogram-cut-function)
22095 (interprogram-paste-function, kill-new, kill-append):
22096 Doc fixes.
22097 (kill-region): Make it return nil. Doc fix.
22098 (yank-pop): Make its argument optional.
22099 (yank): Make ARG `-' equivalent to `-1'.
22100
22101 2004-02-17 Eli Zaretskii <eliz@gnu.org>
22102
22103 * mail/rmail.el (rmail-get-new-mail): Don't reference
22104 rmail-use-spam-filter if rmail-spam-filter is not loaded.
22105
22106 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
22107
22108 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
22109 if one of global-auto-revert-non-file-buffers or autorevert-mode
22110 is non-nil.
22111
22112 2004-02-16 Eli Zaretskii <eliz@gnu.org>
22113
22114 * subr.el (delete-dups): A better implementation from Karl Heuer
22115 <kwzh@gnu.org>.
22116
22117 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
22118
22119 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
22120 correct place.
22121 * progmodes/icon.el (icon-indent-command): Ditto.
22122 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
22123
22124 2004-02-16 Eli Zaretskii <eliz@gnu.org>
22125
22126 * progmodes/grep.el (grep-compute-defaults): Undo change from
22127 2004-01-29: don't use executable-command-find-posix-p.
22128
22129 2004-02-16 Richard Sharman <rsharman@pobox.com>
22130
22131 * hilit-chg.el: Use require instead of eval-and-compile.
22132 (highlight-compare-buffers): New function.
22133
22134 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
22135
22136 * man.el (Man-fontify-manpage): Render section headings in
22137 `Man-overstrike-face' even when overstrike was not used by man
22138 formatter for section headings.
22139
22140 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
22141
22142 * rmail-spam-filter.el (vm-use-spam-filter)
22143 (rsf-min-region-length-added-to-spam-list): New variables.
22144 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
22145 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
22146 spam testing. Don't delete spam message if automatic deletion
22147 after output via variable rmail-delete-after-output is turned on.
22148 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
22149 rsf-bbdb-dont-create-entries-for-spam.
22150 (check-field): New function, extracted from code in
22151 rmail-spam-filter to ease addition of header fields like content-type.
22152 (message-content-type): New variable to check the content-type:
22153 field added, also in defcustom of rsf-definitions-alist.
22154 (rmail-spam-filter): Replace repeated test code for header fields
22155 by calls to check-field; change the call to
22156 rmail-output-to-rmail-file such that rmail-current-message stays
22157 the same to avoid wrong deletion of unseen flags.
22158 (rsf-add-contents-type): New function to convert old format
22159 of rmail-spam-definitions-alist into new one.
22160 Change prefixes of all variables and functions from
22161 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
22162
22163 2004-02-16 Eli Zaretskii <eliz@gnu.org>
22164
22165 * loadhist.el (unload-hook-features-list): New defvar.
22166
22167 2004-02-16 Dave Love <fx@gnu.org>
22168
22169 * loadhist.el (unload-feature): Doc fix. Rename flist to
22170 unload-hook-features-list.
22171
22172 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
22173
22174 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
22175 cookie. Don't check if we are looking-at open-formula.
22176
22177 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
22178
22179 * subr.el (match-string-no-properties): Use substring-no-properties.
22180
22181 2004-02-16 Eli Zaretskii <eliz@gnu.org>
22182
22183 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
22184 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
22185 Use lower-case "rx" in all error message.
22186
22187 2004-02-16 Dave Love <fx@gnu.org>
22188
22189 * emacs-lisp/rx.el (rx-or): Put group around result.
22190 (rx-constituents): Add backref.
22191 (rx-syntax): Add string-delimiter, comment-delimiter.
22192 (rx-categories): Add combining-diacritic.
22193 (rx-check-not, rx-greedy, rx): Doc fix.
22194 (rx-backref, rx-check-backref): New.
22195
22196 2004-02-16 Jesper Harder <harder@ifa.au.dk>
22197
22198 * newcomment.el (uncomment-region): Allow eob as comment end.
22199
22200 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
22201
22202 * filecache.el: All message and error commands now use prefix
22203 "Filecache:" to make it easy to read *Messages* buffer.
22204
22205 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
22206
22207 * autorevert.el: Add support to detect changed dired and VC buffers.
22208 (auto-revert-active-p, auto-revert-list-diff)
22209 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
22210 (auto-revert-handler, auto-revert-active-p): New functions.
22211 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
22212 and `auto-revert-active-p'.
22213 (eval-when-compile): Defvar dired-directory and vc-mode.
22214 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
22215 (auto-revert-handler-vc): New functions.
22216
22217 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
22218
22219 * progmodes/compile.el (compilation-directory): New defvar.
22220 (compile): Save current directory in compilation-directory.
22221 (recompile): Bind default-directory to compilation-directory if
22222 that is non-nil.
22223
22224 2004-02-16 Dave Love <fx@gnu.org>
22225
22226 * newcomment.el (comment-insert-comment-function)
22227 (comment-region-function, uncomment-region-function): New.
22228 (comment-indent): Use comment-insert-comment-function.
22229 (uncomment-region): Use uncomment-region-function.
22230 (comment-region): Use comment-region-function.
22231
22232 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
22233
22234 2004-02-16 Richard Stallman <rms@gnu.org>
22235
22236 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
22237 loaddefs* and ldefs-boot*.
22238
22239 2004-02-16 Eli Zaretskii <eliz@gnu.org>
22240
22241 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
22242 and email address at the beginning and end of the address.
22243
22244 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
22245 anchored at the beginning of the email address.
22246
22247 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
22248
22249 * international/ccl.el (ccl-compile-write): Pass `left' to
22250 ccl-embed-code to generate correct code of write-expr-register.
22251
22252 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
22253
22254 * progmodes/grep.el (grep-compute-defaults): Fix typos.
22255
22256 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22257
22258 * x-dnd.el: Mention support for Motif in commentary.
22259 (x-dnd-handle-drag-n-drop-event): Ditto.
22260
22261 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
22262
22263 * ses.el: Use "ses--" prefixes for buffer-local variables.
22264 Use (point-min) instead of 1, even when we know the buffer
22265 is unnarrowed.
22266 (ses-build-load-map): Delete. Distribute its content to defconsts for
22267 the three maps.
22268 (ses-menu, ses-header-line-menu): New menus.
22269 (ses-mode-map): Use them.
22270 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
22271
22272 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
22273
22274 * Makefile.in: Fix the CC Mode recompile kludge so it works
22275 when building in a different directory.
22276
22277 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
22278
22279 * simple.el (kill-new): Put yank-handler property on the entire string.
22280
22281 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
22282
22283 * diff.el: Don't use compile any more, use diff-mode instead.
22284 (diff-regexp-alist, diff-old-file, diff-new-file)
22285 (diff-parse-differences, diff-process-setup): Remove.
22286 (diff-sentinel): New fun.
22287 (diff): Use it. Run the process ourselves.
22288 Use diff-mode for the rest of the processing.
22289
22290 * diff.el (diff): Simplify code handling `switch'.
22291
22292 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
22293
22294 * pcvs-defs.el (cvs-menu): Add `tag'.
22295
22296 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
22297
22298 * simple.el (kill-append): Doc fix.
22299
22300 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22301 Adapt outline-regexp to the new conventions for commenting out code.
22302
22303 2004-02-11 John Paul Wallington <jpw@gnu.org>
22304
22305 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
22306
22307 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
22308
22309 * diff.el (diff-switches): New fun.
22310 (diff, diff-backup): Use it.
22311 (diff): Clean up the args construction. Use backquote.
22312 Use listp instead of consp to avoid putting a nil arg.
22313 (diff): Add a revert-buffer function.
22314
22315 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22316
22317 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
22318 handled by x-dnd-handle-file-name.
22319 (x-dnd-known-types): Add COMPOUND_TEXT.
22320 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
22321 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
22322 x-dnd-empty-state.
22323 (x-dnd-forget-drop): Ditto.
22324 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
22325 (x-dnd-handle-one-url): Return private when inserting text.
22326 (x-dnd-insert-ctext): New function.
22327 (x-dnd-handle-file-name): New function for FILE_NAME.
22328 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
22329 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
22330 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
22331
22332 2004-02-10 Kenichi Handa <handa@m17n.org>
22333
22334 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
22335 instead of while loop.
22336
22337 2004-02-10 Miles Bader <miles@gnu.org>
22338
22339 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
22340
22341 2004-02-09 Kenichi Handa <handa@m17n.org>
22342
22343 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
22344 have end-of-line.
22345
22346 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
22347
22348 * Makefile.in: Added extra dependencies in the recompile target
22349 needed to cope with the compile time macro expansions in CC Mode.
22350
22351 2004-02-09 Kim F. Storm <storm@cua.dk>
22352
22353 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
22354 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
22355 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
22356 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
22357 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
22358 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
22359 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
22360 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
22361 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
22362 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
22363 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
22364
22365 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
22366
22367 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
22368 Don't allow shrink if there's a window on our right.
22369
22370 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
22371 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
22372 Bring together declaration and initialization.
22373 (prolog-mode-variables): Don't set the syntax table.
22374 Don't set paragraph-start and comment-indent-function.
22375 Add /*..*/ to the comment regexps.
22376 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
22377 (prolog-mode-map): Don't bind TAB.
22378 (prolog-mode): Set the syntax table.
22379 (prolog-comment-indent): Remove.
22380 (inferior-prolog-mode-map): Initialize in the declaration.
22381 (inferior-prolog-mode-syntax-table)
22382 (inferior-prolog-mode-abbrev-table): New vars.
22383 (inferior-prolog-mode): Derive from comint-mode.
22384 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
22385 minibuffer windows.
22386
22387 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
22388 in file names, as long as it is unambiguous.
22389
22390 2004-02-08 Andreas Schwab <schwab@suse.de>
22391
22392 * textmodes/reftex-toc.el
22393 (reftex-toc-load-all-files-for-promotion): Remove useless use of
22394 format. Doc fix.
22395
22396 * textmodes/refer.el (refer-find-entry-internal): Remove extra
22397 format string arguments.
22398
22399 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
22400 string argument.
22401
22402 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
22403
22404 * play/zone.el (zone-call): Fix format string.
22405
22406 * net/webjump.el (webjump-builtin): Add missing format string argument.
22407
22408 * midnight.el (midnight-delay-set): Remove extra format string
22409 argument.
22410
22411 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
22412
22413 * hexl.el (hexl-insert-char): Add missing format string argument.
22414
22415 * format.el (format-decode): Fix format string.
22416
22417 * emulation/vi.el (vi-mode): Remove extra format string argument.
22418 (vi-repeat-last-search): Likewise.
22419 (vi-reverse-last-search): Likewise.
22420 (vi-goto-mark): Likewise.
22421 (vi-reverse-last-find-char): Likewise.
22422 (vi-repeat-last-find-char): Likewise.
22423 (vi-locate-def): Likewise.
22424
22425 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
22426
22427 * ediff-util.el (ediff-toggle-read-only): Remove extra format
22428 string argument.
22429 (ediff-toggle-regexp-match): Likewise.
22430
22431 * dired-aux.el (dired-do-query-replace-regexp): Add missing
22432 format string argument.
22433
22434 * calc/calc-map.el (calc-get-operator): Remove extra format
22435 string argument.
22436
22437 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
22438
22439 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
22440 string argument.
22441
22442 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
22443
22444 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
22445
22446 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
22447
22448 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
22449 (cl-struct-setf-expander): Likewise.
22450
22451 * vc.el (with-vc-file): Fix unsafe uses of error.
22452 (vc-cancel-version): Likewise.
22453
22454 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
22455
22456 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
22457 thousands separator; fixes <class>:<line-number> regexp for
22458 non-english locales.
22459
22460 2004-02-08 Andreas Schwab <schwab@suse.de>
22461
22462 * view.el (view-mode-enable): Revert previous change.
22463
22464 2004-02-07 Kim F. Storm <storm@cua.dk>
22465
22466 * simple.el (line-number-at-pos): Rename from line-at-pos.
22467 Uses changed (what-line and vc-annotate-warp-version).
22468
22469 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
22470
22471 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
22472 (diff-mode): Remove aborted attempt at support for compile.el.
22473 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
22474
22475 2004-02-06 Andreas Schwab <schwab@suse.de>
22476
22477 * view.el (view-mode-enable): Add view-mode-map to
22478 minor-mode-overriding-map-alist.
22479
22480 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22481
22482 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
22483
22484 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
22485
22486 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
22487 with point inside rather than after the paragraph.
22488
22489 2004-02-04 Sam Steingold <sds@gnu.org>
22490
22491 * mail/smtpmail.el (smtpmail-try-auth-methods):
22492 Do not try authentication when no mechanism is available.
22493 Pass port-name as defaultport to `netrc-machine'.
22494
22495 2004-02-04 Stephen Eglen <stephen@gnu.org>
22496
22497 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
22498 to show how minibuffer height can be constrained.
22499
22500 2004-02-04 John Paul Wallington <jpw@gnu.org>
22501
22502 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
22503
22504 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22505
22506 * x-dnd.el: New file for drag and drop.
22507
22508 * term/x-win.el: require x-dnd, set after-make-frame-functions
22509 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
22510 drag-n-drop event.
22511
22512 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
22513 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
22514 (dired-dnd-handle-file): New functions for drag and drop support.
22515 (dired-mode): Initialize drag and drop if x-dnd present.
22516
22517 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
22518
22519 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
22520 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
22521 (cperl-mode): Set fill-paragraph-function.
22522 (cperl-fill-paragraph): Make it non-interactive.
22523
22524 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
22525
22526 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
22527
22528 2004-02-02 David Kastrup <dak@gnu.org>
22529
22530 * replace.el (perform-replace): Allow 'literal argument in
22531 regexp-flag to indicate literal replacement.
22532 (query-replace-regexp-eval): Use it.
22533
22534 2004-02-01 Andreas Schwab <schwab@suse.de>
22535
22536 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
22537
22538 2004-02-01 Stephen Eglen <stephen@gnu.org>
22539
22540 * info-look.el: Add support for maxima-mode. Update commentary
22541 because info-lookup-symbol is now bound to C-h S.
22542
22543 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
22544
22545 * simple.el (edit-and-eval-command): Bind print-level and
22546 minibuffer-history-sexp-flag around call to read-from-minibuffer.
22547 Correct initial position in command-history.
22548
22549 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
22550
22551 * files.el (read-directory-name): Adapt the docstring to recent
22552 change in Fread_file_name.
22553
22554 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
22555
22556 * ses.el (ses-print-cell): If print format too wide for column
22557 width, truncate decimal places if that helps to avoid "#####" fill.
22558 * ses.el (ses-initial-column-width): Revert previous change.
22559
22560 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
22561
22562 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
22563 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
22564 Add edebug info.
22565 (jit-lock-mode): Setup/cancel the new timer.
22566 (jit-lock-context-fontify): New fun. Extracted from
22567 context fontification code of jit-lock-stealth-fontify.
22568 (jit-lock-stealth-fontify): Don't do context fontification any more.
22569
22570 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
22571 (jit-lock-fontify-now): Handle the `quit' case.
22572 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
22573
22574 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
22575
22576 * progmodes/executable.el (executable-command-find-posix-p):
22577 New. Check if find handles arguments Posix-style.
22578
22579 * progmodes/grep.el (grep-compute-defaults):
22580 Use executable-command-find-posix-p.
22581 (grep-find): Check `grep-find-command'.
22582
22583 * filecache.el (file-cache-find-posix-p): Delete.
22584 (file-cache-add-directory-using-find):
22585 Use `executable-command-find-posix-p'.
22586
22587 2004-01-29 Dave Love <fx@gnu.org>
22588
22589 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
22590 Iterate the hook function if arg is given.
22591 (mark-defun, narrow-to-defun): Change order of finding the limits.
22592
22593 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
22594 (byte-compile-format-warn): New.
22595 (byte-compile-callargs-warn): Use it.
22596 (Format, message, error): Add byte-compile-format-like property.
22597 (byte-compile-maybe-guarded): New.
22598 (byte-compile-if, byte-compile-cond): Use it.
22599 (byte-compile-lambda): Compile interactive forms,
22600 just to make warnings about them.
22601
22602 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
22603
22604 * ses.el (ses-initial-column-width): Increase to 14, so it will
22605 work well with the default printer of "%.7g" for extreme values
22606 like "-1.234567e+07".
22607
22608 2004-01-29 Kenichi Handa <handa@m17n.org>
22609
22610 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
22611
22612 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
22613
22614 * dos-w32.el: Added support for the `default-printer-name' function.
22615
22616 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
22617
22618 * server.el (server-socket-name): Don't use the hostname in the
22619 socket name since /tmp is local to the host anyway.
22620
22621 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
22622 robust check of widening and fix var-naming.
22623
22624 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
22625
22626 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
22627 or rmail-spam- to rsf- in all function and variable names.
22628 (rsf-min-region-to-spam-list): New variable.
22629 (rsf-bbdb-auto-delete-spam-entries): Rename from
22630 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
22631 scanned together with the recipients field for spam testing; Don't
22632 delete spam message if rmail-delete-after-output is non-nil;
22633 (rsf-check-field): New function, extracted from code in
22634 rmail-spam-filter to ease addition of header fields like
22635 content-type:;
22636 (message-content-type): New variable. The content-type: field was
22637 added also in defcustom of rsf-definitions-alist;
22638 (rmail-spam-filter): Replace repeated test code for header fields
22639 by calls to check-field; change the call to
22640 rmail-output-to-rmail-file such that rmail-current-message stays
22641 the same to avoid wrong deletion of unseen flags.
22642 (rmail-use-spam-filter): Add autoload cookie.
22643
22644 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
22645
22646 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
22647 (file-cache-add-directory-using-find): Add Cygwin support.
22648 (file-cache-find-command-posix-flag): New user variable.
22649
22650 * filecache.el (file-cache-add-directory): Check for
22651 directories an remove them from dir-files.
22652
22653 2004-01-27 Richard M. Stallman <rms@gnu.org>
22654
22655 * man.el (Man-fontify-manpage): Clean up message.
22656
22657 2004-01-27 Kenichi Handa <handa@m17n.org>
22658
22659 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
22660 (sentence-end): Define using sentence-end-without-space.
22661
22662 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
22663 a sentence ends with one of a character in sentence-end-without-space.
22664
22665 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
22666
22667 * font-lock.el (font-lock): Add jit-lock as explicit group member.
22668 (jit-lock): Group declaration moved to jit-lock.el.
22669 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
22670 when necessary.
22671
22672 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
22673 (jit-lock-context-unfontify-pos): Rename from
22674 jit-lock-first-unfontify-pos.
22675 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
22676
22677 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22678
22679 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
22680 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
22681 (fortran-fill): When filling a string, adjust re-search-backward
22682 argument for special case of string just on fill-column.
22683 When filling non-string, allow one extra char if
22684 fortran-break-before-delimiters is non-nil.
22685 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
22686 Use fortran-break-delimiters-re and fortran-no-break-re to
22687 correctly handle cases such as "**".
22688
22689 * progmodes/f90.el (f90-break-delimiters): Doc fix.
22690 (f90-no-break-re): Add some extra tokens. Doc fix.
22691
22692 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
22693
22694 * mail/rmail-spam-filter.el:
22695 Use two semicolons as Commentary line prefix.
22696 Add ";;; Code:" stylized comment.
22697 Delete end-of-line whitespace.
22698 Wrap (require 'cl) with `eval-when-compile'.
22699
22700 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
22701
22702 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
22703 at the top level of vc.el.
22704
22705 2004-01-23 Andre Spiegel <spiegel@gnu.org>
22706
22707 * vc.el (vc-current-line): Function removed. This is now done by
22708 the new function line-at-pos in simple.el.
22709 (vc-annotate-warp-version): Use line-at-pos instead of
22710 vc-current-line.
22711
22712 2004-01-22 Kim F. Storm <storm@cua.dk>
22713
22714 * simple.el (line-at-pos): New defun.
22715 (what-line): Use it. Optimize by only counting lines in narrowed
22716 region once.
22717
22718 2004-01-22 Kenichi Handa <handa@m17n.org>
22719
22720 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
22721 point (register r1) only for charset mule-unicode-0100-24ff.
22722
22723 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
22724
22725 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
22726 trailing white space and ensure a final newline.
22727
22728 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
22729 Add autoload cookie.
22730
22731 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
22732
22733 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
22734 activate view-mode explicitly.
22735
22736 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22737
22738 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
22739 menu-bar-enable-clipboard and make Paste use clipboard first.
22740
22741 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
22742
22743 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
22744 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
22745 (vc-mcvs-cvs): Remove.
22746 (vc-mcvs-command): Remove use of assert.
22747
22748 * outline.el (outline-insert-heading): Tighten up match.
22749 (outline-demote, outline-move-subtree-down): Don't assume anything
22750 about outline-regexp.
22751
22752 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
22753 (texinfo-show-structure): Explicitly add ^, and simplify.
22754
22755 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
22756
22757 * calendar/appt.el (appt-check): Restore usage of
22758 appt-issue-message deleted in previous change.
22759 (top-level): Activate package when loaded (needed for backwards
22760 compatibility).
22761
22762 2004-01-20 Jesper Harder <harder@ifa.au.dk>
22763
22764 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
22765 following previous change to smtpmail-send-data.
22766
22767 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
22768
22769 * vc.el (vc-default-previous-version): Doc enhancement.
22770 (vc-default-next-version): New function.
22771 (vc-print-log): New arg FOCUS-REV.
22772 (vc-annotate-mode): Derive from view-mode.
22773 (vc-annotate): New args REVISION, DISPLAY-MODE.
22774 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
22775 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
22776 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
22777 (vc-annotate-show-diff-revision-at-line, vc-current-line)
22778 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
22779
22780 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
22781
22782 2004-01-19 Karl Berry <karl@gnu.org>
22783
22784 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
22785 or "TexInfo".
22786
22787 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
22788
22789 * subr.el (delete-dups): New function.
22790
22791 2004-01-19 Karl Berry <karl@gnu.org>
22792
22793 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
22794 with ^, since that's what texinfo-show-structure
22795 documentation says (plus it works much better in texinfo.txi).
22796
22797 2004-01-18 Jesper Harder <harder@ifa.au.dk>
22798
22799 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
22800
22801 2004-01-18 David Ponce <david@dponce.com> (tiny change)
22802
22803 * progmodes/which-func.el (which-function-mode): Don't cancel
22804 which-func-update-timer if not set.
22805
22806 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
22807
22808 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
22809 Remove spurious left square bracket in XX:XXam regexp.
22810
22811 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
22812
22813 * progmodes/cc-defs.el: Do not require cl at run time.
22814
22815 2004-01-16 Richard M. Stallman <rms@gnu.org>
22816
22817 * emacs-lisp/cl.el (cl-cannot-unload): New function.
22818 (cl-unload-hook): Defvar this to run cl-cannot-unload.
22819
22820 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
22821 Call rmail-spam-filter. Delete and expunge spam.
22822 Print number of spam messages deleted.
22823 Save and restore the deletion status of old messages when reading
22824 new mail with spam filter, so that expunging spam does not expunge
22825 msgs deleted by the user.
22826 (rmail-only-expunge): Add an optional argument dont-show to
22827 prevent showing message after expunge.
22828
22829 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
22830
22831 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
22832 * subr.el (declare): New macro.
22833
22834 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
22835
22836 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
22837
22838 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
22839
22840 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
22841 Test window-system rather than system-type (for X11/Mac).
22842
22843 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
22844
22845 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
22846
22847 2004-01-12 Richard M. Stallman <rms@gnu.org>
22848
22849 * mail/rmail.el (rmail-convert-to-babyl-format):
22850 Use mail-unquote-printable-region.
22851 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
22852 (rmail-hex-char-to-integer): Functions deleted.
22853
22854 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
22855 (mail-unquote-printable-region): New arg NOERROR.
22856 For invalid encoding, either signal an error to just return nil.
22857
22858 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22859
22860 * calendar/appt.el: Update copyright and commentary.
22861 (appt-issue-message): Make obsolete.
22862 (appt-visible, appt-msg-window): Make obsolete, in favor of
22863 appt-display-format.
22864 (appt-display-mode-line, appt-display-duration)
22865 (appt-display-diary, appt-time-msg-list, appt-mode-string)
22866 (appt-prev-comp-time, appt-display-count, appt-timer)
22867 (appt-convert-time): Doc change.
22868 (appt-disp-window-function, appt-delete-window-function):
22869 Use defcustom rather than defvar.
22870 (appt-display-format): New variable.
22871 (appt-display-message): New function with display code from appt-check.
22872 (appt-check): Add optional FORCE argument. Doc change.
22873 Add appt-make-list to diary-hook if displaying diary.
22874 Remove checking of view-diary-entries-initially.
22875 Message display section removed to new function appt-display-message.
22876 (appt-display-window): Doc change. Remove unused internal var
22877 this-buffer. Do not beep, since appt-display-message does that.
22878 (appt-make-list): Doc change. Use caar.
22879 (appt-sort-list): Simplify by using builtin sort function.
22880 (appt-update-list): New function for updating appts when diary is
22881 saved.
22882 (appt-activate): New autoloaded function to toggle package
22883 functionality.
22884
22885 * calendar/cal-x.el: (calendar-one-frame-setup)
22886 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
22887
22888 * calendar/calendar.el: Update copyright.
22889 (view-diary-entries-initially, european-calendar-style): Doc change.
22890 (calendar-setup): Make defcustom rather than defvar.
22891 (mark-visible-calendar-date): Initialize temp-face and faceinfo
22892 in let binding so local to function.
22893
22894 * calendar/diary-lib.el: Update copyright.
22895 (diary, diary-entry-time): Doc change.
22896 (list-diary-entries): Doc change. Trivial logic change.
22897 (fancy-diary-display): Restore make-face command mistakenly
22898 deleted 2003-05-08.
22899 (show-all-diary-entries): Allow to pop-up frame if needed.
22900
22901 2004-01-09 John Paul Wallington <jpw@gnu.org>
22902
22903 * bindings.el (mode-line-change-eol): Add EVENT parameter.
22904 Temporarily select EVENT's window for changing eol type.
22905
22906 2004-01-09 Deepak Goel <deego@gnufans.org>
22907
22908 * calendar/diary-lib.el (diary-entry-time):
22909 Also accept time in the form XX[.XX][am/pm/AM/PM].
22910 (fancy-diary-font-lock-keywords): Likewise.
22911 (diary-font-lock-keywords): Likewise.
22912 * calendar/appt.el (appt-add): Likewise.
22913 (appt-make-list): Likewise.
22914 (appt-convert-time): Likewise.
22915
22916 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
22917
22918 * gdb-ui.el (gdb-ann3): Revert previous change.
22919 (gdb-source-info): Allow for case of where compilation directory
22920 is not recorded.
22921
22922 2004-01-08 John Paul Wallington <jpw@gnu.org>
22923
22924 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
22925
22926 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
22927
22928 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
22929
22930 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
22931 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
22932 problems.
22933 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
22934
22935 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
22936
22937 * files.el (write-file-functions, write-contents-functions):
22938 Clarify docstrings.
22939
22940 2004-01-07 Kenichi Handa <handa@m17n.org>
22941
22942 * international/mule.el (set-auto-coding): Fix for the case that
22943 end-of-line is only CR.
22944
22945 2004-01-07 Kim F. Storm <storm@cua.dk>
22946
22947 * subr.el (event-start, event-end): Doc fix.
22948 (posn-string, posn-image): New defuns.
22949 (posn-object): Return either image or string object.
22950 (posn-object-x-y): Return 8th element of position.
22951 (posn-object-width-height): New defun.
22952
22953 2004-01-06 Andreas Schwab <schwab@suse.de>
22954
22955 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
22956 output.
22957
22958 2004-01-05 Karl Berry <karl@gnu.org>
22959
22960 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
22961 / and *, too.
22962
22963 2003-12-31 Simon Josefsson <jas@extundo.com>
22964
22965 * files.el (before-save-hook): Add.
22966 (basic-save-buffer): Use before-save-hook.
22967
22968 * emacs-lisp/copyright.el: Fix comment to recommend
22969 before-save-hook instead of write-file-functions.
22970
22971 2004-01-05 Richard M. Stallman <rms@gnu.org>
22972
22973 * finder.el (finder-commentary): Call delete-other-windows.
22974
22975 * net/ange-ftp.el (ange-ftp-file-attributes):
22976 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
22977
22978 2004-01-04 Karl Berry <karl@gnu.org>
22979
22980 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
22981 comment characters % and # in the copyright year notice,
22982 as well as ;.
22983
22984 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
22985
22986 * wid-edit.el (default): Define dummy :value-delete.
22987 Reported by Jesper Harder <harder@ifa.au.dk>.
22988
22989 2004-01-03 Richard M. Stallman <rms@gnu.org>
22990
22991 * progmodes/compile.el (compile-internal): Use point, not point-min,
22992 for set-window-point.
22993
22994 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
22995
22996 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
22997
22998 * progmodes/grep.el (grep-mode-map):
22999 Don't remap next-line, previous-line.
23000
23001 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
23002
23003 * speedbar.el (speedbar-edit-line): Change regexp to position
23004 the cursor on the first character of this line's button.
23005
23006 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
23007
23008 * subr.el (functionp): Doc fix.
23009
23010 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
23011
23012 * progmodes/idlwave.el (idlwave-make-tags):
23013 * textmodes/flyspell.el (flyspell-large-region):.
23014 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
23015 * emulation/viper-util.el (viper-glob-unix-files):
23016 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
23017 * man.el (Man-init-defvars):
23018 * jka-compr.el (jka-compr-call-process):
23019 * files.el (get-free-disk-space,insert-directory):
23020 * ediff-ptch.el (ediff-test-patch-utility):
23021 * ediff-diff.el (ediff-test-utility):
23022 * dired-aux.el (dired-check-process):
23023 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
23024 test the return value of call-process, because it can be a string.
23025
23026 2003-12-31 John Paul Wallington <jpw@gnu.org>
23027
23028 * bindings.el (completion-ignored-extensions): Add .pfsl.
23029
23030 2003-12-31 Kim F. Storm <storm@cua.dk>
23031
23032 * ido.el (ido-nonreadable-directory-p): New defun to check for
23033 nonreadable directory without activating tramp (to avoid problems
23034 with checking incomplete tramp paths).
23035 (ido-set-current-directory, ido-file-internal)
23036 (ido-file-name-all-completions1): Use it.
23037
23038 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
23039
23040 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
23041 documentation if the anchor (or node) name is preceded by `info
23042 anchor' or `Info anchor' in addition to earlier `info node' and
23043 `Info node'.
23044 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
23045
23046 2003-12-30 Eli Zaretskii <eliz@gnu.org>
23047
23048 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
23049 error in arguments to base64-decode-region. Remove ^M characters
23050 after decoding base64.
23051
23052 2003-12-30 Simon Josefsson <jas@extundo.com>
23053
23054 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
23055 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
23056 have only been distributed with Emacs for some years.
23057 (texinfo-mode-hook): Customize.
23058
23059 2003-12-30 Eli Zaretskii <eliz@gnu.org>
23060
23061 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
23062 cleaner (suggested by Richard Stallman).
23063
23064 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
23065 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
23066 file-name clashes on 8+3 DOS filesystems.
23067
23068 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
23069 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
23070 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
23071 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
23072 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
23073 file-name clashes on 8+3 filesystems.
23074
23075 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
23076 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
23077 file-name clashes on 8+3 DOS filesystems.
23078
23079 2003-12-29 Richard M. Stallman <rms@gnu.org>
23080
23081 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
23082 Upcase the character.
23083
23084 * textmodes/flyspell.el (mail-mode-flyspell-verify):
23085 Search for header separator alone on a line, literally,
23086 and search for it backward, not forward.
23087 (flyspell-abbrev-table): Always use global-abbrev-table
23088 if there is no local one.
23089
23090 * progmodes/sh-script.el (sh-get-indent-info):
23091 Don't move point back if at bob.
23092
23093 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
23094
23095 * play/handwrite.el (handwrite): Make the handwrite credit message
23096 a comment rather than an output command.
23097
23098 * obsolete/sc.el: Display message that this file is obsolete.
23099
23100 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
23101
23102 * mail/rfc822.el (rfc822-address-start): Declare variable.
23103 Renamed from address-start. All uses changed.
23104
23105 * term.el (term-exec): Set up sentinel.
23106 (term-sentinel): New function.
23107 (term-handle-exit): New function.
23108
23109 * subr.el (assoc-ignore-case, assoc-ignore-representation):
23110 Use assoc-string, and mark them obsolete.
23111 (delay-mode-hooks): Mark as permanent local.
23112
23113 * simple.el (sendmail-user-agent-compose): Use assoc-string.
23114
23115 * register.el (copy-rectangle-to-register): Doc fix.
23116
23117 * info.el (Info-insert-dir): Use assoc-string.
23118
23119 * info-look.el (info-lookup): Use assoc-string.
23120
23121 * frame.el (pop-up-frame-function): Use quote, not `function'.
23122 (frame-notice-user-settings): Calculate ADJUSTED-TOP
23123 copying with lists as coordinate values.
23124
23125 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
23126
23127 * find-dired.el (kill-find): New command.
23128 (find-dired): Make buffer read-only.
23129 Set up a keymap with C-c C-k running kill-find.
23130 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
23131
23132 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
23133
23134 * filecache.el (file-cache-ignore-case): New variable.
23135 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
23136
23137 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
23138 (comint-dynamic-complete-as-filename): Rename local vars.
23139 (comint-dynamic-list-filename-completions): Likewise.
23140
23141 * comint.el (comint-dynamic-list-completions-config): New var.
23142 (comint-dynamic-list-completions): Handle both SPC and TAB right.
23143
23144 * comint.el (comint-file-name-chars): Add [].
23145 (comint-word): Use skip-chars-backward, not search.
23146
23147 * shell.el (shell-file-name-chars): Add [].
23148
23149 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
23150
23151 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
23152
23153 * generic.el (define-generic-mode): Doc fix.
23154
23155 2003-12-29 Eli Zaretskii <eliz@gnu.org>
23156
23157 * files.el (kill-some-buffers): Doc fix.
23158
23159 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
23160
23161 * comint.el (comint-watch-for-password-prompt): Pass `string' as
23162 arg to send-invisible
23163 (send-invisible): Doc fix. The argument is now a prompt, not the
23164 string to send.
23165 (comint-read-noecho): Doc fix.
23166
23167 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
23168
23169 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
23170 "@", as required by some ISP hosting service. Fix defcustom
23171 argument syntax errors that prevented use of customization.
23172
23173 2003-12-29 Eli Zaretskii <eliz@gnu.org>
23174
23175 * xml.el (xml-get-attribute-or-nil): Doc fix.
23176
23177 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
23178
23179 * net/zone-mode.el (zone-mode): Use write-file-functions, not
23180 write-file-hooks.
23181
23182 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
23183
23184 * autorevert.el (auto-revert-interval): Doc fix.
23185
23186 2003-12-29 Mark A. Hershberger <mah@everybody.org>
23187
23188 * xml.el (xml-get-attribute-or-nil): New function, like
23189 xml-get-attribute, but returns nil if the attribute was not found.
23190 (xml-get-attribute): Convert to defsubst, uses
23191 xml-get-attribute-or-nil.
23192
23193 2003-12-29 Eli Zaretskii <eliz@gnu.org>
23194
23195 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
23196
23197 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
23198
23199 * custom.el (custom-declare-theme): Use `value' when putting
23200 properties on `theme'.
23201
23202 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
23203
23204 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
23205 for each yank-handler segment.
23206 (insert-for-yank-1): New function, with the body of the previous
23207 insert-for-yank.
23208
23209 * textmodes/table.el (table-yank-handler): New defcustom.
23210 (table--put-cell-indicator-property): Put yank-handler property
23211 that indicates the yank handler for the table cell.
23212
23213 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23214
23215 * generic-x.el (etc-modules-conf-generic-mode): A more complete
23216 set of keywords.
23217
23218 2003-12-29 Eli Zaretskii <eliz@gnu.org>
23219
23220 * international/mule-cmds.el (reset-language-environment)
23221 (set-language-environment): Don't invoke fontset-related functions
23222 if fontset-list is not fboundp.
23223
23224 2003-12-29 Kenichi Handa <handa@m17n.org>
23225
23226 * international/mule-cmds.el (reset-language-environment):
23227 Call set-overriding-fontspec-internal with nil.
23228 (set-language-environment): Call set-overriding-fontspec-internal
23229 if the language environment specify `overriding-fontspec'.
23230 (language-info-alist): Doc added.
23231
23232 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
23233 characters of mule-unicode-0100-24ff.
23234 (ccl-encode-windows-1251-font): New CCL program.
23235 ("Bulgarian"): Specify overriding-fontspec.
23236 ("Belarusian"): Likewise.
23237
23238 2003-12-28 Sam Steingold <sds@gnu.org>
23239
23240 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
23241 parameter ID-FORMAT to conform with the 2003-11-30 patch.
23242
23243 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
23244
23245 * progmodes/gud.el (gud-gdb-command-name): Set default to
23246 "gdb --annotate=3".
23247 (gud-gdb-marker-filter): Look out for annotations.
23248 (gdb-first-pre-prompt): New variable.
23249 Remove trailing white space.
23250
23251 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
23252 if necessary.
23253 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
23254 annotations are detected.
23255 (gud-gdba-marker-filter): Use global variable gud-marker-acc
23256 instead of a local one to allow transition from
23257 gud-gdb-marker-filter.
23258 Remove trailing white space.
23259
23260 2003-12-27 Kim F. Storm <storm@cua.dk>
23261
23262 * ido.el: Handle non-readable directories.
23263 (ido-decorations): Add 9th element for non-readable directory.
23264 (ido-directory-nonreadable): New dynamic var.
23265 (ido-set-current-directory): Set it.
23266 (ido-read-buffer, ido-file-internal):
23267 (ido-read-file-name, ido-read-directory-name): Let-bind it.
23268 (ido-file-name-all-completions1): Return empty list for
23269 non-readable directory.
23270 (ido-exhibit): Print [Not readable] if directory is not readable.
23271 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
23272 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
23273 Use it.
23274
23275 2003-12-27 Lars Hansen <larsh@math.ku.dk>
23276
23277 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
23278 calls to directory-files-and-attributes and file-attributes.
23279 (ls-lisp-format): Remove system dependent handling of user and
23280 group id's.
23281
23282 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
23283
23284 * ffap.el (ffap-read-file-or-url): Revert previous change.
23285
23286 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
23287
23288 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
23289 new list of included files called `files-with-node-lines', that
23290 only have node lines. This way @include commands can include any
23291 file, such as version and update files without node lines, not
23292 just files that are chapters.
23293
23294 2003-12-25 Andreas Schwab <schwab@suse.de>
23295
23296 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
23297 file not found.
23298
23299 2003-12-08 Miles Bader <miles@gnu.org>
23300
23301 * dired.el (dired-between-files): Always use dired-move-to-filename,
23302 which is more robust in non-english locales.
23303
23304 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
23305
23306 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
23307
23308 2003-12-24 Andreas Schwab <schwab@suse.de>
23309
23310 * shell.el (shell-file-name-quote-list): Add backslash.
23311
23312 * comint.el (comint-quote-filename): Correctly handle backslash
23313 in comint-file-name-quote-list.
23314
23315 2003-12-24 Kenichi Handa <handa@m17n.org>
23316
23317 * international/mule-cmds.el (set-default-coding-systems):
23318 Call ucs-set-table-for-input for all buffers that don't have local
23319 value of buffer-file-coding-system.
23320
23321 * international/ucs-tables.el (ucs-set-table-for-input):
23322 If translation-table-for-encode is a symbol, get its
23323 translation-table property.
23324
23325 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
23326
23327 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
23328 to `completing-read' on a recently fixed bug.
23329
23330 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
23331 instead of SPACE, to get the list of possible fringe modes.
23332 SPACE only works if both `partial-completion-mode' and
23333 `completion-auto-help' are nil.
23334
23335 * complete.el (PC-is-complete-p): Delete.
23336 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
23337 calls to `test-completion'.
23338
23339 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
23340
23341 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
23342 to edit values when there are no children.
23343
23344 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
23345 a mode called "Assembler" already exists.
23346 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
23347 (gud-watch): Use format option. Remove font properties from string.
23348 (gdb-var-create-handler, gdb-var-list-children-handler):
23349 Don't bother about properties as there are none.
23350 (gdb-var-create-handler, gdb-var-list-children-handler)
23351 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
23352 with two arguments.
23353 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
23354 Let speedbar show value changes with a different font.
23355 (gdb-edit-value): New defun.
23356 (gdb-clear-partial-output, gdb-clear-inferior-io)
23357 (def-gdb-auto-update-handler): Use erase-buffer.
23358 (gdb-frame-handler): Display watch expressions in
23359 FUNCTION::VARIABLE format if required.
23360
23361 2003-12-23 John Paul Wallington <jpw@gnu.org>
23362
23363 * info.el (Info-unescape-quotes, Info-split-parameter-string)
23364 (Info-goto-emacs-command-node): Doc fixes.
23365
23366 2003-12-12 Jesper Harder <harder@ifa.au.dk>
23367
23368 * cus-edit.el (custom-add-parent-links): Define "many".
23369
23370 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
23371
23372 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
23373 (widget-child-validate, widget-type-value-create)
23374 (widget-type-default-get, widget-type-match): New functions.
23375 (lazy): New widget.
23376 (menu-choice, checklist, radio-button-choice, editable-list)
23377 (group, documentation-string): Remove redundant (per 2003-10-25
23378 change) calls to `widget-children-value-delete'.
23379 (widget-choice-value-get, widget-choice-value-inline): Remove.
23380 (menu-choice): Update widget.
23381
23382 2003-12-03 Kenichi Handa <handa@m17n.org>
23383
23384 * language/cyrillic.el: Register "microsoft-cp1251" in
23385 ctext-non-standard-encodings-alist.
23386 ("Bulgarian"): Add ctext-non-standard-encodings.
23387 ("Belarusian"): Likewise.
23388
23389 * international/mule-conf.el (compound-text-with-extensions):
23390 Change the type to 2 (iso-2022 base).
23391
23392 * international/mule.el (ctext-non-standard-encodings-alist):
23393 Change the format.
23394 (ctext-non-standard-encodings): New variable.
23395 (ctext-post-read-conversion): Fully re-written.
23396 (ctext-non-standard-designations-alist): Delete it.
23397 (ctext-non-standard-encodings-table): New function.
23398 (ctext-pre-write-conversion): Fully re-written.
23399
23400 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
23401
23402 * cus-edit.el (custom-add-parent-links): Add documentation links
23403 for parent, if the item has none of its own.
23404
23405 2003-11-30 Richard M. Stallman <rms@gnu.org>
23406
23407 * dired-aux.el (dired-do-query-replace-regexp):
23408 Report files visited read-only.
23409
23410 2003-11-30 Juri Linkov <juri@jurta.org>
23411
23412 * dired-aux.el (dired-compare-directories): New command.
23413 (dired-file-set-difference, dired-files-attributes): New functions.
23414
23415 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
23416 Version 2.0.38 of Tramp released.
23417
23418 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
23419 Charles Curley <charlescurley@charlescurley.com>.
23420 (tramp-multi-connection-function-alist): Add ssht entry which adds
23421 "-e none -t -t" to the list of ssh args. Suggested by Adrian
23422 Aichner.
23423 (tramp-get-method-parameter): New function to retrieve a method
23424 parameter. This allows for omission of method parameters.
23425 Callers adjusted.
23426
23427 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
23428
23429 * net/tramp.el: Add new optional parameter ID-FORMAT to
23430 `file-attributes'. Calls of `file-attributes' won't use this
23431 parameter for backward compatibility reasons.
23432 (tramp-perl-file-attributes): Add a new parameter to Perl script
23433 in order to handle uid/gid as strings, if desired.
23434 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
23435 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
23436 order to make the function more general.
23437 (tramp-handle-file-attributes): Replace proprietary optional
23438 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
23439 (tramp-handle-file-attributes-with-perl): Handle parameter
23440 NONNUMERIC if set. This wasn't done in the past.
23441 (tramp-post-connection): Apply second parameter "$2" if
23442 `tramp-remote-perl' is called.
23443
23444 * net/tramp-smb.el (tramp-smb-handle-delete-file):
23445 Correct cut'n'waste error (`filename' instead of `directory').
23446 (tramp-smb-handle-directory-files-and-attributes)
23447 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
23448 introduced parameter ID-FORMAT.
23449 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
23450 error (`directory' instead of `ldir').
23451
23452 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
23453 `file-attributes' has a second parameter. If yes, apply it with
23454 value "'integer". Otherwise, don't use that parameter (default is
23455 integer format).
23456
23457 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
23458
23459 * help.el (help-map): Bind `display-local-help' to `C-h .'.
23460 (help-for-help): Add `C-h .' to the listed Help options.
23461 Remove trailing whitespace.
23462
23463 * help-at-pt.el: New file.
23464
23465 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
23466
23467 * subr.el (noreturn, 1value): New macros for test coverage.
23468 See `testcover.el'.
23469
23470 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and
23471 `1value'.
23472
23473 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
23474 for macro `1value'.
23475 (testcover-1value): New function. Checks that a 1value form
23476 actually returns only one value. Requested by RMS.
23477
23478 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
23479
23480 * gdb-ui.el (gud-watch, gdb-var-create-handler)
23481 (gdb-var-list-children, gdb-var-list-children-handler)
23482 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
23483 gdb commands that use mi to keep them out of the command history.
23484
23485 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23486
23487 * cus-start.el (all): Add use-file-dialog.
23488
23489 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
23490
23491 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
23492
23493 2003-11-27 Kim F. Storm <storm@cua.dk>
23494
23495 * subr.el (posn-object-x-y): New defun.
23496
23497 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
23498
23499 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
23500 Don't use `space' for \\\n.
23501 Be more selective as to which # are comment-starters.
23502
23503 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
23504
23505 * subr.el (number-sequence): Improve handling of floating point
23506 arguments (suggested by Kim Storm). Allow negative arguments.
23507
23508 2003-11-26 Kenichi Handa <handa@m17n.org>
23509
23510 * international/mule-cmds.el (standard-display-european-internal):
23511 Cancel the standard-display-table setting for ` and '.
23512
23513 2003-11-26 Kim F. Storm <storm@cua.dk>
23514
23515 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
23516 New defcustoms to add ffap-like functionality to ido.
23517 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
23518 (ido-no-final-slash): New defun.
23519 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
23520 (ido-read-file-name): ): Toggle VC checking via
23521 vc-handled-backends instead of vc-master-templates.
23522 (ido-file-internal): Handle ido-use-url-at-point and
23523 ido-use-filename-at-point via code borrowed from ffap-guesser.
23524 Handle new ido-exit code ffap.
23525 (ido-sort-list): Ignore final slash when sorting file names.
23526
23527 2003-11-25 Kim F. Storm <storm@cua.dk>
23528
23529 * emulation/cua-base.el (cua--standard-movement-commands):
23530 Add forward-sentence and backward-sentence.
23531
23532 2003-11-25 Stephen Eglen <stephen@gnu.org>
23533
23534 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
23535 iswitchb-exit is set to 'usefirst when user selects buffer at head
23536 of list using RET. (Selecting buffers at the head of the list was
23537 broken if the substring was also a complete buffername.)
23538
23539 2003-11-23 Kim F. Storm <storm@cua.dk>
23540
23541 * progmodes/compile.el (grep-command, grep-use-null-device)
23542 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
23543 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
23544 (grep-regexp-alist, grep-program, find-program)
23545 (grep-find-use-xargs, grep-history, grep-find-history)
23546 (grep-process-setup, grep-compute-defaults)
23547 (grep-default-command, grep, grep-tag-default, grep-find)
23548 (grep-expand-command-macros, grep-tree-last-regexp)
23549 (grep-tree-last-files, grep-tree): Move grep variables, functions
23550 and commands to new file grep.el.
23551 (compilation-mode-map): Remove grep commands from Compile sub-menu.
23552 (compilation-process-setup-function): Doc fix.
23553 (compilation-highlight-regexp, compilation-highlight-overlay): New
23554 defvars used for highlighting current compile error in source buffer.
23555 (compile-internal): New optional args HIGHLIGHT-REGEXP and
23556 LOCAL-MAP which overrides compilation-highlight-regexp and
23557 compilation-mode-map for this compilation.
23558 Delay calling compilation-set-window-height until after running
23559 compilation-process-setup-function so it can buffer-local override
23560 compilation-window-height.
23561 Check buffer-local value of compilation-scroll-output.
23562 (compilation-set-window-height): Use buffer-local value of
23563 compilation-window-height.
23564 (compilation-revert-buffer): Don't pass (undefined)
23565 preserve-modes arg to revert-buffer.
23566 (next-error-no-select, previous-error-no-select): New commands.
23567 (compilation-goto-locus): Temporarily highlight current match in
23568 source buffer using compilation-highlight-regexp.
23569
23570 * progmodes/grep.el: New file with grep code from compile.el.
23571 (grep): New defcustom group.
23572 (grep-window-height): New defcustom, like compilation-window-height.
23573 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
23574 (grep-scroll-output): New defcustom, like compilation-scroll-output.
23575 (grep-command, grep-use-null-device, grep-find-command)
23576 (grep-tree-files-aliases, grep-tree-ignore-case)
23577 (grep-tree-ignore-CVS-directories): Move to grep custom group.
23578 (grep-setup-hook): New hook variable.
23579 (grep-mode-map): New keymap for grep commands. Add Grep menu.
23580 (grep-last-buffer): New defvar, override compilation-last-buffer.
23581 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
23582 Call compile-internal with args highlight-regexp and grep-mode-map.
23583
23584 2003-11-23 Kim F. Storm <storm@cua.dk>
23585
23586 * subr.el (event-start, event-end): Doc fix.
23587 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
23588 (posn-area, posn-actual-col-row, posn-object): New defuns.
23589 (posn-col-row): Simplify doc. Rewrite to use cond.
23590 (posn-point): Also return buffer position for events outside text
23591 area (that info is now present in the event position).
23592
23593 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
23594 mouse-set-point so that hscroll still works now that clicks on
23595 fringes generate specific mouse events.
23596 (mouse-set-point): Note that it now works in fringes and margins
23597 too due to new semantics of posn-point in fringes and margins.
23598
23599 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
23600 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
23601
23602 2003-11-20 Kim F. Storm <storm@cua.dk>
23603
23604 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
23605 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
23606 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
23607 to 100 for icons to avoid increasing line height when shown.
23608
23609 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
23610
23611 * newcomment.el (comment-normalize-vars): Initialize properly if
23612 comment-start was nil.
23613
23614 2003-11-19 Andreas Schwab <schwab@suse.de>
23615
23616 * simple.el (set-variable): Fix indentation.
23617
23618 2003-11-17 Kenichi Handa <handa@m17n.org>
23619
23620 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
23621 Fix docstring.
23622
23623 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
23624
23625 * international/latin1-disp.el (latin1-display): Fix docstring.
23626
23627 2003-11-16 John Wiegley <johnw@newartisans.com>
23628
23629 * eshell/em-ls.el (eshell-ls-file): There are times with
23630 size-width is nil and uncomputed (when directories are created in
23631 dired, for example); in this case, 4 is reasonable default value,
23632 although it may caused skewed new entries (which could be avoided
23633 by returning the original value of 8 in all cases, but 99% of the
23634 time this is a waste of whitespace).
23635
23636 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23637
23638 * cc-engine.el (c-guess-continued-construct)
23639 (c-guess-basic-syntax): Check a little more carefully if it's a
23640 function declaration when an unknown construct followed by a block
23641 is found inside a statement context. This avoids macros followed
23642 by blocks to be taken as function declarations.
23643
23644 (c-guess-continued-construct): Change the analysis of a statement
23645 continuation with a brace open to `substatement-block', for
23646 consistency with recognized statements.
23647
23648 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
23649 start is in a position so that `c-beginning-of-statement-1' jumped
23650 to the beginning of the same statement.
23651
23652 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
23653 Don't accept binary operators in the arglist if we're in a function
23654 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
23655 template recognition in cases like "if (a < b || c > d)".
23656
23657 (c-restricted-<>-arglists): New more appropriate name for
23658 `c-disallow-comma-in-<>-arglists'.
23659
23660 Accessing functions updated for the variable name change.
23661
23662 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
23663 match data could get clobbered if NOT-INSIDE-TOKEN is used.
23664
23665 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
23666 labels.
23667
23668 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
23669 instead of duplicating parts of it. This fixes bogus label
23670 recognition.
23671
23672 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
23673 of checking the context in which to apply the minimum indentation,
23674 so that it isn't enforced in e.g. namespace blocks.
23675
23676 * cc-vars.el (c-inside-block-syms): New constant used by
23677 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
23678 to somewhat reduce the risk of becoming stale.
23679
23680 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
23681 cc-cmds to cc-engine to allow use from cc-align.
23682
23683 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
23684 qualified identifiers containing "::".
23685
23686 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
23687 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
23688
23689 * cc-vars.el (c-emacs-features): Use a space in front of the name
23690 of the temporary buffer. That also avoids dumping problems in
23691 XEmacs due to undo info being left around after the buffer is killed.
23692
23693 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
23694 arglist to see if it's a K&R style declaration.
23695
23696 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
23697 before returning `knr-argdecl-intro'.
23698
23699 2003-11-16 John Wiegley <johnw@newartisans.com>
23700
23701 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
23702 field in a long-listing always 8 characters, use `size-width',
23703 which has already been computed.
23704
23705 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
23706
23707 * subr.el (minor-mode-list): Add `hs-minor-mode'.
23708
23709 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
23710
23711 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
23712 Support operation while narrowed, with `diff-restrict-view'.
23713
23714 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
23715
23716 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
23717 Take additional optional arg NARROWFUN. For the generated functions:
23718 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
23719 include frags that arrange to check for and save narrowing state before
23720 the move and then conditionally call NARROWFUN after the move.
23721
23722 2003-11-14 John Wiegley <johnw@newartisans.com>
23723
23724 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
23725 that was optional, but obviously missing based on surrounding code.
23726
23727 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
23728 string arguments to numbers unless the whole argument was seen as
23729 a number.
23730
23731 2003-11-14 Kenichi Handa <handa@m17n.org>
23732
23733 * international/mule.el (ctext-non-standard-encodings-alist):
23734 Fix coding systems.
23735
23736 2003-11-10 Kenichi Handa <handa@m17n.org>
23737
23738 * language/kannada.el ("Kannada"): Add sample-text.
23739
23740 * language/knd-util.el (kannada-compose-region)
23741 (kannada-compose-string, kannada-post-read-conversion):
23742 Add autoload cookie.
23743
23744 * international/quail.el (quail-completion): Change the message
23745 "corresponding translations" to "corresponding characters".
23746
23747 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
23748
23749 * descr-text.el (describe-char): Fix typo.
23750
23751 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
23752
23753 These changes are to support Kannada language/script.
23754
23755 * Makefile.in (DONTCOMPILE): Add kannada.el.
23756
23757 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
23758
23759 * loadup.el: Preload kannada.el.
23760
23761 * language/ind-util.el (ucs-kannada-to-is13194-alist)
23762 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
23763 New variables.
23764
23765 * language/kannada.el: New file.
23766
23767 * language/knd-util.el: New file.
23768
23769 2003-11-07 Andreas Schwab <schwab@suse.de>
23770
23771 * progmodes/autoconf.el (autoconf-font-lock-keywords):
23772 Also highlight AH_*.
23773
23774 * xml.el (xml-parse-dtd): Fix misplaced paren.
23775
23776 2003-11-07 Kenichi Handa <handa@m17n.org>
23777
23778 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
23779
23780 2003-11-05 Juri Linkov <juri@jurta.org>
23781
23782 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
23783 (desktop-buffer-file): Use saved buffer-file-coding-system
23784 for file reading. Set auto-insert to nil to prevent automatic
23785 insertion into restored empty files.
23786
23787 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
23788
23789 * files.el (risky-local-variable-p): Make second argument optional.
23790
23791 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
23792
23793 * subr.el (add-hook): Fix last change.
23794
23795 2003-11-03 Eli Zaretskii <eliz@gnu.org>
23796
23797 * mail/rmail.el (rmail-convert-to-babyl-format):
23798 If base64-decode-region signals an error, catch it and silently
23799 ignore it.
23800
23801 2003-11-01 Mark A. Hershberger <mah@everybody.org>
23802
23803 * xml.el (xml-parse-region): Allow comments to appear after the
23804 topmost element has closed.
23805 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
23806 (xml-ns-expand-attr): New functions to do namespace handling.
23807 (xml-intern-attrlist): Back-compatible handling of attribute names.
23808 (xml-parse-tag): Move namespace handling to separate functions.
23809 Now produces elements in the form ((:ns . "element") (attr-list)
23810 children) instead of ('ns:element (attr-list) children).
23811 (xml-parse-attlist): Fix attribute parsing.
23812 (xml-parse-dtd): Change parsing so that it produces strings
23813 instead of interned symbols.
23814
23815 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
23816
23817 * dired.el (dired-ls-sorting-switches): Doc fix.
23818
23819 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
23820
23821 * emacs-lisp/rx.el (rx-or): Fix the case of
23822 "(rx (and ?a (or ?b ?c) ?d))".
23823
23824 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
23825
23826 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
23827 (texinfo-format-region): Use it.
23828 (texinfo-format-buffer-1): Ditto.
23829
23830 2003-11-01 Alan Mackenzie <acm@muc.de>
23831
23832 Changes to allow scrolling whilst in isearch mode:
23833 * isearch.el (isearch-unread-key-sequence): New function,
23834 extracted from isearch-other-meta-char.
23835 (top level): (put 'foo 'isearch-scroll) on all Emacs's
23836 "scrollable" standard functions.
23837 (isearch-allow-scroll): New customizable variable.
23838 (isearch-string-out-of-window, isearch-back-into-window)
23839 (isearch-reread-key-sequence-naturally)
23840 (isearch-lookup-scroll-key): New functions.
23841 (isearch-other-meta-char): Doc string and functionality enhanced.
23842 Now accepts a prefix argument.
23843 (isearch-lazy-highlight-window-end): New variable.
23844 (isearch-lazy-highlight-new-loop): Pay attention to the window's
23845 end (thru isearch-lazy-highlight-window-end), not only its start.
23846
23847 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
23848 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
23849 (universal-argument, universal-argument-more, negative-argument)
23850 (digit-argument, universal-argument-other-key): Minor changes.
23851
23852 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
23853
23854 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
23855 recursively if the last message is deleted, thus avoiding an
23856 infinite loop.
23857
23858 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
23859
23860 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
23861 (tex-main-file): Don't add .tex if the extension is already present.
23862 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
23863
23864 2003-10-29 Lute Kamstra <lute@gnu.org>
23865
23866 * progmodes/octave-inf.el (inferior-octave-prompt):
23867 Recognize version number in prompt.
23868
23869 2003-10-28 Dave Love <fx@gnu.org>
23870
23871 * international/characters.el: Fix some Unicode ranges.
23872
23873 2003-10-28 Kenichi Handa <handa@m17n.org>
23874
23875 * disp-table.el (standard-display-8bit)
23876 (standard-display-default, standard-display-ascii)
23877 (standard-display-g1, standard-display-graphic)
23878 (standard-display-underline): Assure that standard-display-table
23879 is a display table.
23880
23881 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
23882
23883 * simple.el (reindent-then-newline-and-indent): Delete space *after*
23884 reindenting the first line.
23885
23886 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
23887
23888 * wid-edit.el (widget-default-delete): Always delete child widgets.
23889
23890 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
23891
23892 * newcomment.el (comment-indent): Don't call indent-according-to-mode
23893 if the line has code.
23894 Don't try to line up with something that's too far left.
23895
23896 * progmodes/octave-mod.el (octave-comment-start): Simplify.
23897 (octave-mode-syntax-table): Add % as a comment starter.
23898 (octave-point): Remove.
23899 (octave-in-comment-p, octave-in-string-p)
23900 (octave-not-in-string-or-comment-p, calculate-octave-indent)
23901 (octave-blink-matching-block-open, octave-auto-fill):
23902 Use line-(beginning|end)-position instead.
23903
23904 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
23905
23906 * emacs-lisp/authors.el (authors-aliases): Add correct realname
23907 for Francesco Potort\e,Al\e(B.
23908
23909 2003-10-23 Dave Love <fx@gnu.org>
23910
23911 * international/mule-cmds.el (locale-charset-to-coding-system):
23912 Don't rely on nil being a coding system.
23913
23914 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
23915 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
23916 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
23917
23918 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
23919
23920 * gdb-ui.el (gdb-current-language): New variable.
23921 (gdb-update-flag): Remove variable.
23922 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
23923 (gdb-take-last-elt): Remove function.
23924 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
23925 (gdb-post-prompt): Check for variable object changes here.
23926
23927 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
23928 object changes in gdb-ui.el.
23929
23930 2003-10-21 Richard M. Stallman <rms@gnu.org>
23931
23932 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
23933
23934 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
23935 Don't check for foo*/ wildcard form here.
23936 (insert-directory): Recognize foo*/ as a wildcard.
23937 Separate wildcard-regexp variable from the arg, wildcard.
23938
23939 * subr.el (add-hook): Correctly detect when make-local-hook was used.
23940 (remove-hook): Correctly handle strange cases about local hooks.
23941
23942 2003-10-21 David Ponce <david@dponce.com>
23943
23944 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
23945 argument REAL, to return a real number instead of a rounded
23946 integer value. Define as inline function.
23947 (ruler-mode-right-fringe-cols): Likewise.
23948 (ruler-mode-scroll-bar-cols): New function.
23949 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
23950 (ruler-mode-right-scroll-bar-cols): Likewise.
23951 (ruler-mode-space): New function.
23952 (ruler-mode-ruler): Use it. Handle variations of fringe style,
23953 scroll bar mode and margins in a more robust way.
23954
23955 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
23956
23957 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
23958 (antlr-c-init-language-vars): New function.
23959 (antlr-mode): Use it with cc-mode before v5.29.
23960 (antlr-c-common-init): Don't set some local vars here.
23961 (antlr-mode): Set them here.
23962 (antlr-c-forward-sws): New function alias.
23963 (antlr-mode): Redefine with cc-mode before v5.30.
23964 (antlr-skip-sexps): Use it.
23965 (antlr-skip-exception-part): Ditto.
23966 (antlr-skip-file-prelude): Ditto.
23967 (antlr-outside-rule-p): Ditto.
23968 (antlr-end-of-body): Ditto.
23969 (antlr-option-kind): Ditto.
23970 (antlr-insert-option-area): Ditto.
23971 (antlr-file-dependencies): Ditto.
23972
23973 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23974
23975 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
23976 Move backward only if point was not inside an entry.
23977
23978 2003-10-21 Richard M. Stallman <rms@gnu.org>
23979
23980 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
23981
23982 2003-10-21 Juri Linkov <juri@jurta.org>
23983
23984 * compare-w.el: Automatically skip non-matching text to resync.
23985 (compare-windows-whitespace): Doc fix.
23986 (compare-windows-sync, compare-windows-sync-string-size)
23987 (compare-windows-recenter, compare-ignore-whitespace)
23988 (compare-windows-highlight, compare-windows-face): New variables.
23989 (compare-windows): Use compare-windows-sync.
23990 (compare-windows-highlight, compare-windows-dehighlight)
23991 (compare-windows-sync-regexp)
23992 (compare-windows-sync-default-function): New functions.
23993
23994 2003-10-21 Juri Linkov <juri@jurta.org>
23995
23996 * diff.el (diff-parse-differences): Don't visit the files now;
23997 instead, just record the error locus.
23998
23999 2003-10-21 Dave Love <fx@gnu.org>
24000
24001 * progmodes/cfengine.el: New file.
24002
24003 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
24004
24005 * complete.el (PC-do-completion): Do not forget to use `pred' as the
24006 default-directory when completing file names.
24007
24008 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
24009
24010 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
24011 followed by the word `face', it gets treated as a face, even if
24012 it is also defined as a variable or a function.
24013
24014 2003-10-20 Dave Love <fx@gnu.org>
24015
24016 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
24017 Avoid incf in macro expansion.
24018
24019 2003-10-20 John Paul Wallington <jpw@gnu.org>
24020
24021 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
24022 `evenp' so we don't implicitly require cl library at runtime.
24023
24024 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
24025
24026 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
24027 (help-make-xrefs): Only make cross-references for faces if
24028 preceded or followed by the word `face'. Do not make a
24029 cross-reference for variables without variable documentation,
24030 unless preceded by the word `variable' or `option'. Update doc
24031 string accordingly.
24032
24033 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
24034
24035 * progmodes/hideshow.el: Rewrite one-armed `if'
24036 constructs using either `when' or `unless'.
24037 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
24038
24039 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
24040
24041 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
24042 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
24043 instead of 12x12.
24044
24045 2003-10-16 Eli Zaretskii <eliz@gnu.org>
24046
24047 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
24048 message while converting to Babyl.
24049
24050 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
24051
24052 * allout.el (allout-mode): Doc fix.
24053
24054 2003-10-16 Lute Kamstra <lute@gnu.org>
24055
24056 * subr.el (force-mode-line-update): Fix docstring.
24057
24058 2003-10-14 Dave Love <fx@gnu.org>
24059
24060 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
24061 (default-input-method): Add :link, improve :type.
24062 (locale-charset-language-names): Fix utf-8 pattern.
24063 (locale-charset-match-p, locale-charset-alist)
24064 (locale-charset-to-coding-system): New.
24065 (set-locale-environment): Deal with codeset part of locale specs.
24066
24067 2003-10-14 Lute Kamstra <lute@gnu.org>
24068
24069 * fringe.el (fringe-mode): Use active voice in docstring.
24070 (set-fringe-style): Ditto.
24071
24072 2003-10-13 Lute Kamstra <lute@gnu.org>
24073
24074 * fringe.el (fringe-mode): Fix docstring.
24075 (set-fringe-style): Ditto.
24076
24077 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
24078
24079 * ediff-mult.el (ediff-filegroup-action):
24080 Use ediff-default-filtering-regexp.
24081
24082 * ediff-util.el (ediff-recenter): Don't call
24083 ediff-restore-highlighting twice.
24084 (ediff-select-difference): Set current difference.
24085 (ediff-unselect-and-select-difference): Add comment.
24086
24087 * ediff.el (ediff-directories,ediff-directory-revisions)
24088 (ediff-directories3,ediff-merge-directories)
24089 (ediff-merge-directories-with-ancestor)
24090 (ediff-merge-directory-revisions)
24091 (ediff-merge-directory-revisions-with-ancestor):
24092 Use ediff-default-filtering-regexp.
24093
24094 2003-10-12 Andreas Schwab <schwab@suse.de>
24095
24096 * international/mule-cmds.el (locale-charset-language-names):
24097 Simplify regex by removing unused grouping.
24098
24099 2003-10-10 Dave Love <fx@gnu.org>
24100
24101 * bindings.el: Don't bind stop.
24102
24103 2003-10-08 Miles Bader <miles@gnu.org>
24104
24105 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
24106 face instead of attempting to emulate it.
24107
24108 2003-10-07 Kenichi Handa <handa@m17n.org>
24109
24110 * international/mule-diag.el (list-coding-systems-1): List coding
24111 systems that are loaded automatically.
24112
24113 * international/code-pages.el (iso-8859-11): Add autoload cookie.
24114
24115 * international/mule.el (autoload-coding-system): New function.
24116
24117 2003-10-07 Andreas Schwab <schwab@suse.de>
24118
24119 * log-edit.el (log-edit-changelog-entries): Prefer local value of
24120 change-log-default-name in the buffer visiting the file.
24121
24122 2003-10-06 Dave Love <fx@gnu.org>
24123
24124 * files.el (find-file-hook): Customize.
24125 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
24126
24127 * bindings.el (completion-ignored-extensions): Remove .log.
24128 (global-map): Add again, open, stop keys.
24129
24130 2003-10-05 Richard M. Stallman <rms@gnu.org>
24131
24132 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
24133 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
24134 Use sh-modify directly.
24135 (sh-select): Use sh-append, not eval.
24136
24137 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
24138
24139 * info.el (Info-following-node-name): New function.
24140
24141 * loadhist.el (unload-feature-special-hooks):
24142 Rename from loadhist-hook-functions.
24143 (loadhist-hook-functions): Now an alias.
24144
24145 2003-10-04 Eli Zaretskii <eliz@gnu.org>
24146
24147 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
24148 file-name clashes on 8+3 filesystems.
24149
24150 * Makefile.in (DONTCOMPILE, bootstrap-clean):
24151 Rename loaddefs-boot.el to ldefs-boot.el
24152
24153 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
24154 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
24155
24156 2003-10-03 Lute Kamstra <lute@gnu.org>
24157
24158 * info.el (Info-mode): Revert previous change.
24159 (Info-escape-percent): New function.
24160 (Info-fontify-node): Use it.
24161
24162 2003-10-02 Andreas Schwab <schwab@suse.de>
24163
24164 * loaddefs-boot.el: Regenerated.
24165
24166 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
24167
24168 * ffap.el: Remove defadvice related code from CVS since `complete'
24169 provides a `PC-completion-as-file-name-predicate' variable that
24170 ffap can override.
24171
24172 2003-10-02 Kenichi Handa <handa@m17n.org>
24173
24174 * international/utf-8.el (ccl-decode-mule-utf-8):
24175 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
24176
24177 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
24178 * international/subst-big5.el: Likewise.
24179 * international/subst-gb2312.el: Likewise.
24180 * international/subst-ksc.el: Likewise.
24181
24182 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24183
24184 * calendar/calendar.el (increment-calendar-month)
24185 (calendar-leap-year-p, calendar-absolute-from-gregorian)
24186 (generate-calendar, calendar-read-date, calendar-interval)
24187 (calendar-day-of-week): Handle years BC.
24188 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
24189
24190 2003-10-01 Dave Love <fx@gnu.org>
24191
24192 * language/cyrillic.el (cp1251): Alias for windows-1251.
24193
24194 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
24195 bootstrap.
24196
24197 2003-10-01 Lute Kamstra <lute@gnu.org>
24198
24199 * files.el: Fix typo.
24200 * imenu.el (imenu--generic-function): Docstring fix.
24201
24202 2003-09-30 Richard M. Stallman <rms@gnu.org>
24203
24204 * dired.el (dired-mode): Handle dired-directory as a list.
24205
24206 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
24207
24208 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
24209
24210 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
24211
24212 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
24213 Replace gud-display with gud-watch.
24214 (gud-speedbar-buttons): Add stuff for watching expressions
24215 in the speedbar when using M-x gdba. Use dolist on old part
24216 of this function.
24217
24218 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
24219 (gdb-update-flag): New variables.
24220 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
24221 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
24222 (gud-watch, gdb-var-create-handler) : New functions.
24223 (gdb-var-list-children, gdb-var-list-children-handler)
24224 (gdb-var-create-regexp, gdb-var-update-regexp)
24225 (gdb-var-list-children-regexp): New constants.
24226 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
24227 (gdb-annotation-rules): Reduce annotation set (level 3).
24228 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
24229 (gdb-post-prompt): Don't update GDB buffers every time speedbar
24230 updates.
24231 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
24232 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
24233 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
24234 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
24235 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
24236 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
24237 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
24238 (gud-display, gud-display1)
24239 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
24240 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
24241 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
24242 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
24243 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
24244 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
24245 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
24246 (gdb-display-display-buffer, gdb-toggle-display)
24247 (gdb-delete-display, gdb-expressions-popup-menu)
24248 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
24249 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
24250 to display buffer.
24251
24252 2003-09-30 Richard M. Stallman <rms@gnu.org>
24253
24254 * progmodes/ada-mode.el (ada-mode): Don't use advice.
24255 Instead, set which-func-functions.
24256
24257 * progmodes/which-func.el (which-func-modes): Add ada-mode.
24258 (which-func-functions): New variable.
24259 (which-function): Use that.
24260
24261 * info.el (Info-mode): Double each `%' in header line.
24262
24263 * emacs-lisp/lisp-mnt.el (lm-with-file):
24264 When FILE is nil, run BODY in current buffer.
24265
24266 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
24267
24268 * help.el (describe-mode): Start with a brief list of minor modes.
24269 Find them thru minor-mode-list so as to find them all.
24270 Show them in alphabetical order.
24271
24272 * mail/sendmail.el (mail-aliases): Doc fix.
24273
24274 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
24275
24276 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
24277
24278 * mail/rmailsum.el (rmail-make-summary-line-1):
24279 Change comma after last label to a space.
24280 (rmail-summary-font-lock-keywords): Adapt to that change.
24281
24282 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
24283
24284 * progmodes/scheme.el (scheme-mode-variables): When setting
24285 `font-lock-defaults', also specify that "#" should
24286 be interpreted with `word' syntax.
24287 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
24288
24289 2003-09-30 Lars Hansen <larsh@math.ku.dk>
24290
24291 * desktop.el: A lot of comments updated.
24292 (desktop-save-mode): Minor mode introduced.
24293 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
24294 (desktop-load-default): Function made obsolete.
24295 (desktop-locals-to-save): Variable made customizable.
24296 (desktop-read): Optional parameter `dirname' added.
24297 (desktop-change-dir, desktop-revert): Parameter `dirname' in
24298 `desktop-read' used.
24299 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
24300
24301 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
24302
24303 * whitespace.el (whitespace-clean-msg): Add user customizable message
24304 for displaying ``clean'' output.
24305 (whitespace-buffer): Use `whitespace-clean-msg'.
24306 (whitespace-global-mode): Fix typo.
24307
24308 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
24309
24310 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
24311
24312 2003-09-29 Lute Kamstra <lute@gnu.org>
24313
24314 * bindings.el (mode-line-modes): Remove superfluous :propertize
24315 construct in initialization.
24316 (mode-line-position): Change cons cell into proper list in
24317 initialization.
24318
24319 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
24320
24321 * international/mule.el (decode-coding-inserted-region): Use car
24322 of the return value of find-operation-coding-system.
24323
24324 2003-09-29 Kenichi Handa <handa@m17n.org>
24325
24326 * descr-text.el (describe-char): Fix previous change.
24327
24328 2003-09-28 Kenichi Handa <handa@m17n.org>
24329
24330 * descr-text.el (describe-char-display): New function.
24331 (describe-char): Pay attention to display table on describing how
24332 a character is displayed.
24333
24334 * international/mule-cmds.el (encoded-string-description):
24335 Prepend "0x" to each encoded byte.
24336
24337 2003-09-28 Andreas Schwab <schwab@suse.de>
24338
24339 * find-file.el (ff-special-constructs): Add autoload cookie.
24340
24341 2003-09-28 Kevin Ryde <user42@zip.com.au>
24342
24343 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
24344 makeinfo appends to duplicate index entries.
24345
24346 2003-09-28 Eli Zaretskii <eliz@gnu.org>
24347
24348 * dired-x.el (dired-clean-tex): Doc fix.
24349
24350 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
24351 using a Chinese tutorial.
24352
24353 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
24354
24355 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
24356 between "MAIL FROM:" and "RCPT TO:" and the following address.
24357
24358 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
24359
24360 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
24361
24362 2003-09-28 David Ponce <david@dponce.com>
24363
24364 * recentf.el (recentf-initialize-file-name-history): New defcustom.
24365 (recentf-load-list): When `recentf-initialize-file-name-history'
24366 is non-nil, initialize an empty `file-name-history' with the
24367 recent list.
24368
24369 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
24370
24371 * man.el (Man-default-man-entry): Remove the leading `*' from the
24372 word at point.
24373
24374 2003-09-26 Lute Kamstra <lute@gnu.org>
24375
24376 * bindings.el (mode-line-position): Mention size indication in
24377 docstring.
24378
24379 2003-09-26 Andre Spiegel <spiegel@gnu.org>
24380
24381 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
24382
24383 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
24384 because it's autoloaded now.
24385
24386 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
24387
24388 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
24389 (sh-font-lock-keywords, sh-feature): Fix previous change of
24390 sh-feature to avoid infloop with sh-font-lock-keywords.
24391
24392 2003-09-25 Kim F. Storm <storm@cua.dk>
24393
24394 * frame.el (frame-current-scroll-bars): New defun.
24395
24396 * window.el (window-current-scroll-bars): New defun.
24397
24398 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
24399
24400 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
24401 cause errors when the state cache contains info on parts that have
24402 been narrowed out.
24403
24404 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
24405
24406 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
24407 `c-setup-paragraph-variables' has to be used when this variable is
24408 changed; it doesn't work to reinitialize the mode since that
24409 typically clobbers the variable.
24410
24411 * progmodes/cc-styles.el (c-setup-paragraph-variables):
24412 Make it interactive.
24413
24414 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
24415
24416 * progmodes/cc-fonts.el (c-font-lock-declarations):
24417 Fix recognition of constructors and destructors for classes whose
24418 names are matched by `*-font-lock-extra-types'.
24419
24420 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
24421 followed by an identifier in C++ then it's a type.
24422
24423 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
24424
24425 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
24426 problem that primarily affected XEmacs. Don't use faces to find
24427 unterminated strings since Emacs and XEmacs fontify strings
24428 differently - this function should now work better in XEmacs.
24429
24430 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
24431
24432 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
24433 `expand-abbrev' workaround which caused braces to misbehave inside
24434 macros.
24435
24436 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
24437 handling. This bug could cause interactive font locking to bail out.
24438
24439 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
24440
24441 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24442 Handle paren-style types in Pike. Also fixed some cases of
24443 insufficient handling of unbalanced parens.
24444
24445 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
24446
24447 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
24448 common shell prompts that are not common filename or URL characters.
24449 (ffap-file-at-point): Use the new regexp to strip the prompts from
24450 the file names. This is an issue mostly for user prompts that
24451 don't have a trailing space and find-file-at-point is invoked from
24452 within a shell inside Emacs.
24453
24454 2003-09-24 Andre Spiegel <spiegel@gnu.org>
24455
24456 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
24457 stamps numerically, rather than textually.
24458
24459 2003-09-24 Kenichi Handa <handa@m17n.org>
24460
24461 * language/devan-util.el (devanagari-post-read-conversion):
24462 * language/mlm-util.el (malayalam-post-read-conversion):
24463 * language/tml-util.el (tamil-post-read-conversion):
24464 Add autoload cookie.
24465
24466 * international/utf-8.el (utf-8-post-read-conversion):
24467 Call post-read-conversion functions for Devanagari, Malayalam,
24468 and Tamil.
24469
24470 2003-09-23 Dave Love <fx@gnu.org>
24471
24472 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
24473
24474 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
24475
24476 * progmodes/gud.el (perldb): Add gud-until to list of commands.
24477 Update gud-remove.
24478
24479 2003-09-22 Richard M. Stallman <rms@gnu.org>
24480
24481 * progmodes/sh-script.el (sh-mode-default-syntax-table):
24482 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
24483 (sh-mode-syntax-table-input): New variable.
24484 (sh-require-final-newline): Don't use eval.
24485 (sh-builtins, sh-leading-keywords, sh-other-keywords)
24486 (sh-variables, sh-font-lock-keywords): Don't use eval.
24487 (sh-set-shell): When setting require-final-newline,
24488 treat value = `require-final-newline' as don't change it.
24489 Set sh-mode-syntax-table locally based on
24490 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
24491
24492 * progmodes/compile.el (compile-internal):
24493 Call compilation-set-window-height before setting window start.
24494
24495 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
24496
24497 * emacs-lisp/bytecomp.el (byte-compile-log-file):
24498 Clear out byte-compile-last-warned-form.
24499
24500 2003-09-22 Richard M. Stallman <rms@gnu.org>
24501
24502 * woman.el (woman-file-name, woman-follow-word):
24503 If current-word returns nil, use "".
24504
24505 * simple.el (eval-expression): Bind standard-output in to-buffer case.
24506
24507 2003-09-22 Richard M. Stallman <rms@gnu.org>
24508
24509 * emacs-lisp/lisp-mnt.el (lm-with-file):
24510 Don't visit the file, just use insert-file-contents in temp buffer.
24511
24512 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
24513
24514 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
24515 Add surrounding \\( and \\) around the header, as in
24516 for lm-history-header 'Change Log\\|History'.
24517
24518 2003-09-22 John Paul Wallington <jpw@gnu.org>
24519
24520 * progmodes/ld-script.el: Add Commentary section,
24521 minor cleanup of file header.
24522 (ld-script-font-lock-keywords): Doc fix.
24523 (toplevel): Provide `ld-script' feature.
24524
24525 2003-09-21 Kim F. Storm <storm@cua.dk>
24526
24527 * scroll-bar.el (set-scroll-bar-mode): Initialize to
24528 new built-in variable default-frame-scroll-bars.
24529 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
24530 scroll-bar-mode; notably, use it instead of t when we toggle
24531 scroll-bars on.
24532 (toggle-scroll-bar): Use default-frame-scroll-bars.
24533
24534 2003-09-19 Masatake YAMATO <jet@gyve.org>
24535
24536 * pcvs.el (cvs-do-removal): Change the prompt depending on
24537 `filter' value.
24538
24539 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
24540
24541 * startup.el (command-line-1): Stop startup-echo-area-message
24542 being hidden by "Loading image..." message.
24543 (use-fancy-splash-screens-p, display-splash-screen):
24544 Move display-graphic-p test from latter to former.
24545
24546 * progmodes/sh-script.el (sh-font-lock-keywords):
24547 Highlight escaped EOLs differently from other backslash constructs.
24548
24549 2003-09-19 Richard M. Stallman <rms@gnu.org>
24550
24551 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
24552 New functions.
24553 (edebug-enter, edebug-outside-excursion): Use them.
24554
24555 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
24556 Fix the condition for whether to print "In WHERE".
24557
24558 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
24559
24560 * finder.el (finder-mode-hook): New variable.
24561 (finder-mode): Run hook finder-mode-hook
24562
24563 2003-09-18 Masatake YAMATO <jet@gyve.org>
24564
24565 * progmodes/ebrowse.el: Fix broken magic autoload comments.
24566
24567 2003-09-17 Mario Lang <mlang@delysid.org>
24568
24569 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
24570 "p %e" to actually print the value in the GUD buffer.
24571
24572 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
24573
24574 From David Ponce <david.ponce@wanadoo.fr>:
24575 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
24576 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
24577 from loaddefs-boot.el if necessary.
24578
24579 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
24580
24581 * progmodes/gud.el (gud-find-class): Make jdb work again since
24582 cc-mode changed the syntactic information.
24583
24584 2003-09-15 David Ponce <david@dponce.com>
24585
24586 * recentf.el: (recentf-exclude): Accept predicates too.
24587 (recentf-file-readable-p): New function.
24588 (recentf-include-p): Handle predicates in recentf-exclude.
24589 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
24590 (recentf-cleanup): Likewise.
24591 (recentf-save-list): Use write-file to handle backup of
24592 recentf-save-file.
24593
24594 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
24595
24596 * loaddefs-boot.el: Renamed from `loaddefs.el'
24597 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
24598 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
24599 necessary.
24600
24601 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
24602
24603 * electric.el (Electric-pop-up-window): For the `one-window' case,
24604 no longer disconcertingly move point in the original buffer.
24605
24606 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24607
24608 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
24609
24610 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
24611
24612 * dired.el (dired-mode-map): Fix typo.
24613
24614 2003-09-11 Richard M. Stallman <rms@gnu.org>
24615
24616 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
24617
24618 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
24619
24620 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
24621 the function is less noisy. Now only `kill-buffer' can ask questions.
24622
24623 2003-09-10 Mario Lang <mlang@delysid.org>
24624
24625 * battery.el: Update Commentary and Copyright.
24626 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
24627 appear due to wrong ordering of the expressions in `or'.
24628
24629 2003-09-09 Lute Kamstra <lute@gnu.org>
24630
24631 * misc.el (upcase-char): Fix docstring.
24632 (zap-up-to-char): New command.
24633
24634 2003-09-08 David Ponce <david@dponce.com>
24635
24636 Ensure that recentf correctly updates the menu bar.
24637 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
24638 (recentf-menu-bar): New function.
24639 (recentf-clear-data): Use it
24640 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
24641 of easy-menu-change.
24642
24643 2003-09-08 Lute Kamstra <lute@gnu.org>
24644
24645 * simple.el (size-indication-mode): New.
24646 * bindings.el (mode-line-position): Add buffer size indicator.
24647
24648 2003-09-04 Mario Lang <mlang@delysid.org>
24649
24650 * battery.el (battery-linux-proc-acpi): New function.
24651 (battery-status-function): Modify default value calculation to also
24652 check for availability of ACPI.
24653 (battery-echo-area-format): Ditto.
24654 (battery-mode-line-format): Ditto.
24655
24656 2003-09-06 Dave Love <fx@gnu.org>
24657
24658 * ielm.el (ielm-mode-hook): Add :options.
24659
24660 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
24661 (eldoc-print-current-symbol-info): Use it.
24662
24663 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
24664
24665 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
24666 being displayed in GUD buffer.
24667 (gdb-idle-input-queue): Remove var. Use just one queue.
24668 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
24669 Remove functions. Use just one queue.
24670 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
24671 (gdb-invalidate-assembler, gdb-get-current-frame):
24672 Modify functions. Use just one queue.
24673
24674 2003-09-04 Dave Love <fx@gnu.org>
24675
24676 * cus-start.el: Add blink-cursor-alist.
24677
24678 * ruler-mode.el (ruler-mode-fill-column-char)
24679 (ruler-mode-current-column-char): Use char-displayable-p,
24680 not window-system.
24681
24682 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
24683
24684 * language/european.el (windows-1252): Move from code-pages.
24685
24686 * language/cyrillic.el ("Windows-1251"): Delete.
24687 ("Bulgarian", "Belarusian"): Remove `features'.
24688 (windows-1251): Move from code-pages.
24689
24690 * international/mule-diag.el (non-iso-charset-alist):
24691 Remove `codepage' stuff.
24692 (print-designation, list-coding-systems-1): Output fixes.
24693
24694 * international/code-pages.el (cp-make-translation-table)
24695 (cp-valid-codes): Made defsubsts.
24696 (cp-fix-safe-chars): Delete.
24697 (mule-diag): Don't require.
24698 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
24699 (top-level): Check for defined coding system when defining
24700 cp... aliases. Change w32-add-charset-info test to avoid warning.
24701 (non-iso-charset-alist): Defvar when compiling.
24702 (cp-make-coding-system): Doc fix.
24703
24704 2003-09-02 Jason Rumney <jasonr@gnu.org>
24705
24706 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
24707 line-ends from CVS before doing conversion.
24708
24709 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
24710
24711 * calendar/diary-lib.el (diary-header-line-flag)
24712 (diary-header-line-format): New variables.
24713 (list-diary-entries): Use them to set header line in simple diary.
24714
24715 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
24716 other than font-lock-string-face to highlight backslashes.
24717
24718 2003-09-01 Jason Rumney <jasonr@gnu.org>
24719
24720 * international/titdic-cnv.el (tit-read-key-value): Include \r in
24721 regexp.
24722
24723 2003-09-01 Dave Love <fx@gnu.org>
24724
24725 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
24726
24727 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
24728 and :help; also line and column numbers labels.
24729
24730 * international/mule-util.el (char-displayable-p): Move from
24731 latin1-disp, rename and autoload.
24732
24733 * international/latin1-disp.el (latin1-char-displayable-p):
24734 Now obsolete alias. Replace uses with char-displayable-p.
24735 (latin1-display-ucs-per-lynx): Fix last change.
24736
24737 * international/mule-cmds.el (standard-display-european-internal):
24738 Don't use char code for Latin-1 NBSP.
24739 <XFree86 4>: Unfrob NBSP display table. Set display table to use
24740 U+2018, U+2019 for `'.
24741 (select-safe-coding-system): Message fix.
24742
24743 2003-09-01 Kenichi Handa <handa@m17n.org>
24744
24745 * international/fontset.el (setup-default-fontset): For Thai
24746 font, specify "*" family.
24747
24748 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
24749
24750 * progmodes/compile.el (previous-error): Accept a prefix
24751 argument, similarly to next-error.
24752
24753 2003-08-31 Masatake YAMATO <jet@gyve.org>
24754
24755 * pcvs.el (cvs-do-removal): Use = instead of eq to check
24756 the number of files. Bind the number of files to a local
24757 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
24758
24759 2003-08-30 Eli Zaretskii <eliz@gnu.org>
24760
24761 * vc-hooks.el (vc-make-version-backup): Fix the change made on
24762 2003-07-26: msdos-long-file-names is a function, not a variable.
24763
24764 2003-08-29 Richard M. Stallman <rms@gnu.org>
24765
24766 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
24767 Do nothing with mail-personal-alias-file if it is nil.
24768
24769 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
24770 Do nothing if mail-personal-alias-file is nil.
24771
24772 * term.el (term-exec-1): Bind coding-system-for-read.
24773
24774 * dired.el (dired-mouse-find-file-other-window):
24775 Use dired-view-command-alist here, as in dired-view-file.
24776 (dired-view-command-alist): Use %s to substitute file name.
24777 Handle .ps_pages, .eps, .jpg, .gif, .png.
24778
24779 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
24780
24781 * info.el (Info-mode-map): Bind S-tab and <backtab> to
24782 `Info-prev-reference', instead of M-tab.
24783
24784 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
24785
24786 * simple.el (blink-matching-open): Work correctly on chars that
24787 are designated as parens through the syntax-table text property.
24788
24789 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
24790
24791 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
24792 line break position in the middle of a non-kinsoku (e.g. latin)
24793 word, making it skip until either a space or a character with
24794 category "|".
24795 (kinsoku-longer): Test for end of buffer.
24796
24797 2003-08-28 Eli Zaretskii <eliz@gnu.org>
24798
24799 * mail/rmail.el (rmail-convert-to-babyl-format):
24800 Detect quoted-printable- and base64-encoded messages and decode them
24801 automatically. Set the message's encoding from the charset=
24802 header, if any. Decode base64-encoded messages in Mail format as well.
24803
24804 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24805
24806 * mail/smtpmail.el: Fix previous change.
24807 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
24808 calling smtpmail-via-smtp.
24809 (smtpmail-via-smtp): Add fall-back values for envelope-from.
24810
24811 2003-08-26 John Paul Wallington <jpw@gnu.org>
24812
24813 * image.el (image-jpeg-p): Don't search beyond length of data.
24814
24815 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24816
24817 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
24818 misfeature in `expand-abbrev' which caused electric keywords like
24819 "else" to disappear if an open brace was typed directly afterwards.
24820
24821 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24822
24823 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
24824 mandatory in `define-widget'.
24825
24826 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
24827 Don't align the operators "!=", "<=" and ">=" as assignment operators.
24828
24829 (c-assignment-operators): New language constant that only contains
24830 the assignment operators.
24831
24832 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
24833
24834 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
24835
24836 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
24837 Safeguard against unbalanced sexps.
24838
24839 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
24840
24841 * version.el (emacs-version): Check for gtk. Include gtk version info.
24842
24843 2003-08-25 John Paul Wallington <jpw@gnu.org>
24844
24845 * man.el (Man-default-man-entry): Don't whizz past the section
24846 number before looking for it.
24847
24848 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
24849
24850 * progmodes/gud.el (gud-display-line): Don't set window-point if
24851 source buffer is not visible. (Only happens with M-x gdba.)
24852
24853 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
24854 documentation.
24855 (gdb-source, gdb-source-info): Update to assembler unnecessary
24856 as its done after each GDB command anyway.
24857 (gdb-pre-prompt): Use with-current-buffer.
24858 (gdb-insert-field): Add help-echo text.
24859 (gdb-invalidate-assembler): Re-display of assembler now done in
24860 gdb-info-breakpoints-custom.
24861 (gdb-info-breakpoints-custom): Force re-display of assembler to
24862 happen *after* update of breakpoints buffer.
24863 (gdb-display-source-buffer): Don't choke if gdb-source-window
24864 isn't visible.
24865 (gdb-put-string, gdb-put-arrow): Remove free variables.
24866
24867 2003-08-24 John Paul Wallington <jpw@gnu.org>
24868
24869 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
24870
24871 * man.el (Man-default-man-entry): Strip text properties when
24872 snarfing parts of entry because `format' preserves properties.
24873
24874 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
24875
24876 * files.el (file-newest-backup): Use `expand-file-name'.
24877
24878 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
24879 Allow the diary to pop up a new frame, if needed.
24880
24881 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
24882 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
24883 (smtpmail-send-it): Make treatment of envelope-from consistent with
24884 sendmail.el.
24885
24886 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
24887 (sh-leading-keywords): Add the bash `time' reserved word.
24888 (sh-variables): Add some bash variables.
24889 (sh-add-completer): Fix nil branch of case statement.
24890
24891 2003-08-24 Masatake YAMATO <jet@gyve.org>
24892
24893 * progmodes/ld-script.el: New file.
24894
24895 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
24896
24897 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
24898
24899 2003-08-23 Andre Spiegel <spiegel@gnu.org>
24900
24901 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
24902 Better explain obsolescence, and what to use instead.
24903
24904 2003-08-23 Masatake YAMATO <jet@gyve.org>
24905
24906 * pcvs.el (cvs-do-removal): Show the deleted file name
24907 on the prompt.
24908
24909 2003-08-20 Dave Love <fx@gnu.org>
24910
24911 * international/mule.el (make-coding-system)
24912 (set-buffer-file-coding-system): Doc fix.
24913
24914 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
24915
24916 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
24917
24918 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
24919
24920 * international/utf-16.el: Add mime-text-unsuitable coding system
24921 properties.
24922
24923 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
24924
24925 * cus-edit.el: Add some :links.
24926 (bib): Remove.
24927
24928 * textmodes/bib-mode.el (bib): Add :group external.
24929
24930 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
24931
24932 * wid-edit.el (widget-echo-help): Make it handle expressions that
24933 evaluate to strings.
24934
24935 2003-08-18 Michael Mauger <mmaug@yahoo.com>
24936
24937 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
24938
24939 Simplify selection of SQL products to define highlighting and
24940 interactive mode. Includes detailed instructions on adding
24941 support for new products.
24942
24943 * progmodes/sql.el (sql-product): New variable. Identifies SQL
24944 product for use in highlighting and interactive mode.
24945 (sql-interactive-product): New variable. SQL product for
24946 sql-interactive-mode.
24947 (sql-product-support): New variable. Specifies product-specific
24948 parameters to drive highlighting and interactive mode.
24949 (sql-imenu-generic-expression): Add more object types.
24950 (sql-sqlite-options): Correct comment.
24951 (sql-ms-program): Use "osql" rather than "isql".
24952 (sql-prompt-regexp, sql-prompt-length): Update comment.
24953 (sql-mode-menu): Add "Start SQLi session" entry.
24954 Replace Highlighting submenu with Product menu. Fix Send Region entry.
24955 (sql-mode-abbrev-table): Add abbreviations. Support of
24956 SYSTEM-FLAG on define-abbrev. Support was removed with last
24957 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
24958 (sql-mode-font-lock-object-name): Add font-lock pattern for object
24959 names.
24960 (sql-mode-ansi-font-lock-keywords): Set as default value.
24961 (sql-mode-oracle-font-lock-keywords): Set as default value.
24962 Support Oracle 9i keywords.
24963 (sql-mode-postgres-font-lock-keywords): Set as default value.
24964 (sql-mode-linter-font-lock-keywords): Set as default value.
24965 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
24966 SQLServer 2000.
24967 (sql-mode-sybase-font-lock-keywords)
24968 (sql-mode-interbase-font-lock-keywords)
24969 (sql-mode-sqlite-font-lock-keywords)
24970 (sql-mode-strong-font-lock-keywords)
24971 (sql-mode-mysql-font-lock-keywords)
24972 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
24973 keywords.
24974 (sql-mode-font-lock-defaults): Update comment.
24975 (sql-product-feature): New function. Returns feature associated
24976 with a product from `sql-product-support' alist.
24977 (sql-product-font-lock): New function. Set font-lock support
24978 based on `sql-product'.
24979 (sql-add-product-keywords): New function. Add font-lock rules to
24980 product-specific keyword variables.
24981 (sql-set-product): New function. Set `sql-product' and apply
24982 appropriate font-lock highlighting.
24983 (sql-highlight-product): New function. Set font-lock support
24984 based on a product. Also set mode name to include product name.
24985 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
24986 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
24987 Use `sql-set-product'.
24988 (sql-highlight-ms-keywords)
24989 (sql-highlight-sybase-keywords)
24990 (sql-highlight-interbase-keywords)
24991 (sql-highlight-strong-keywords)
24992 (sql-highlight-mysql-keywords)
24993 (sql-highlight-sqlite-keywords)
24994 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
24995 (sql-get-login): Prompt in the same order as the tokens.
24996 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
24997 (sql-product-interactive): New function. Common portions of
24998 product-specific interactive mode wrappers.
24999 (sql-interactive-mode): Rewritten to use product features.
25000 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
25001 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
25002 (sql-db2, sql-linter): Use `sql-product-interactive'.
25003 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
25004 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
25005 (sql-connect-ingres, sql-connect-postgres)
25006 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
25007 New functions. Format command line parameters and invoke comint on
25008 the appropriate interpreter. Code was in the corresponding
25009 `sql-xyz' function before.
25010 (sql-connect-ms): New function. Support -E argument to use
25011 operating system credentials for authentication.
25012
25013 2003-08-18 Kenichi Handa <handa@m17n.org>
25014
25015 * international/mule.el (encode-char): Fix for the ASCII case.
25016
25017 2003-08-15 Kenichi Handa <handa@m17n.org>
25018
25019 * international/fontset.el (setup-default-fontset): Change "*" to
25020 nil in the specifications of font family.
25021
25022 2003-08-18 Kim F. Storm <storm@cua.dk>
25023
25024 * kmacro.el (kmacro-keymap): Group related bindings in
25025 initialization for clarity. Bind C-s to start macro.
25026 Remove C-r binding.
25027 (kmacro-initial-counter-value): New defvar to hold initial counter
25028 value in case we set the value before defining a macro.
25029 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
25030 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
25031 not defining or executing macro. Doc fix.
25032 (kmacro-add-counter): Clear kmacro-initial-counter-value.
25033 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
25034 temporarily view older elements on the macro ring without cycling
25035 the ring.
25036 (kmacro-display): Doc fix.
25037 (kmacro-exec-ring-item): New helper function.
25038 (kmacro-call-ring-2nd): Use it.
25039 (kmacro-call-ring-2nd-repeat): Doc fix.
25040 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
25041 (kmacro-end-or-call-macro): Execute last viewed macro (using
25042 kmacro-exec-ring-item) from ring if this follows
25043 kmacro-view-macro. This allows us to find a macro on the ring
25044 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
25045 the ring to bring it to the head of the ring.
25046 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
25047 Allow binding to reserved keys without specifying C-x C-k prefix.
25048 Ask for confirmation if entered key sequence is already bound to
25049 a non-macro command.
25050 (kmacro-view-macro): Repeating command will show older elements
25051 on the macro ring; C-k will execute the last viewed macro.
25052 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
25053 property from 'ring to 'head.
25054
25055 2003-08-17 Alan Shutko <ats@acm.org>
25056
25057 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
25058 keeping December out of the alist.
25059
25060 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
25061
25062 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
25063 * calendar/calendar.el (calendar-mode-map): Bind it to key.
25064 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
25065 (calendar-flatten): New function.
25066 (calendar-mouse-view-other-diary-entries)
25067 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
25068 in the menu title and to show multi-line diary entries correctly
25069 in the menu.
25070
25071 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
25072
25073 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
25074 defcustom, because the default was recently changed.
25075
25076 2003-08-16 Richard M. Stallman <rms@gnu.org>
25077
25078 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
25079
25080 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
25081 New subroutine, broken out of eval-last-sexp-1.
25082 (eval-last-sexp-1): Use eval-last-sexp-print-value.
25083
25084 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
25085
25086 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
25087
25088 * simple.el (eval-expression): Use eval-last-sexp-print-value.
25089
25090 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
25091
25092 * progmodes/compile.el (compilation-error-regexp-alist):
25093 Add Java ANt error detection as described in document
25094 http://ant.apache.org/faq.html
25095
25096 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
25097
25098 * simple.el (backward-word, forward-to-indentation)
25099 (backward-to-indentation): Argument changed to optional.
25100 (next-line, previous-line): Use `or' instead of `unless'.
25101
25102 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25103
25104 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
25105 instead of a constant.
25106
25107 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
25108
25109 * shell.el (shell): With prefix-arg, suggest a new buffer name.
25110
25111 2003-08-12 Andre Spiegel <spiegel@gnu.org>
25112
25113 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
25114 (vc-sccs-workfile-version): Search the entire delta table, rather
25115 than just the first entry, because that might be a deleted version.
25116
25117 2003-08-11 Karl Fogel <kfogel@red-bean.com>
25118
25119 * menu-bar.el (menu-bar-options-menu): Supply a body for the
25120 [save-place] binding in the Options menu. Have it require
25121 'saveplace' and then toggle the variable manually, to avoid an
25122 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
25123 for the bug report.
25124
25125 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
25126
25127 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
25128 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
25129 (gdb-info-threads-custom): Add help-echo text.
25130 (gdb-display-back): Don't use purecopy.
25131 (gdb-info-breakpoints-custom, gdb-reset)
25132 (gdb-assembler-custom): Use display-images-p to test if breakpoint
25133 icons can be displayed.
25134
25135 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
25136
25137 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
25138
25139 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
25140
25141 * bookmark.el (bookmark-completing-read):
25142 Return a string, instead of a list of one string.
25143 Use a popup menu if activated from the mouse.
25144 (bookmark-edit-annotation): Remove unused vars.
25145 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
25146 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
25147 to bookmark-completing-read.
25148 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
25149 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
25150 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
25151 and erase-buffer.
25152 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
25153 (bookmark-menu-jump, bookmark-menu-insert)
25154 (bookmark-popup-menu-and-apply-function)
25155 (bookmark-menu-popup-paned-bookmark-menu): Remove.
25156 (bookmark-menu-build-paned-menu): Remove by folding it into
25157 bookmark-menu-popup-paned-menu.
25158 (menu-bar-bookmark-map): Move the define-key statements here.
25159 Use the "non-menu" commands since they now pop up a menu if needed.
25160 (bookmark-exit-hook-internal): Simplify.
25161
25162 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
25163
25164 * reftex-toc.el (reftex-toc-rename-label): New function.
25165 (reftex-toc-check-docstruct): New function.
25166
25167 * reftex.el (reftex-region-active-p): New function.
25168
25169 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
25170 regexp to find the \bibliography macro.
25171
25172 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
25173 which does not exist in LaTeX.
25174 (reftex-cite-format-builtin): Added amsrefs support.
25175 (reftex-toc-confirm-promotion): New option
25176
25177 * reftex-toc.el
25178 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
25179 (reftex-toc-demote, reftex-toc-promote)
25180 (reftex-toc-do-promote, reftex-toc-promote-prepare)
25181 (reftex-toc-promote-action, reftex-toc-extract-section-number)
25182 (reftex-toc-newhead-from-alist)
25183 (reftex-toc-load-all-files-for-promotion): New functions.
25184 (reftex-toc-help): Added description of new keys.
25185 (reftex-toc-split-windows-fraction): New option.
25186 (reftex-recenter-toc-when-idle): Search *toc* window on all
25187 visible frames.
25188 (reftex-toc): Additional parameter REUSE
25189 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
25190 with REUSE argument.
25191 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
25192 the call of `reftex-toc'.
25193 (reftex-make-separate-toc-frame): New function .
25194 (reftex-toc-recenter): When called with triple prefix arg, call
25195 `reftex-make-separate-toc-frame' first.
25196 (reftex-toc-toggle-dedicated-frame): New command.
25197 (reftex-toc-quit): Adapted to delete frame when called in
25198 dedicated frame.
25199
25200 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
25201 all enclosing macros.
25202
25203
25204 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25205
25206 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
25207 first use.
25208
25209 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25210
25211 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
25212
25213 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
25214
25215 * calendar/calendar.el (list-diary-entries-hook)
25216 (diary-display-hook, nongregorian-diary-listing-hook)
25217 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
25218 Add some customize options for these hooks.
25219 (calendar-abbrev-construct): Don't try to take a substring longer
25220 than the original string.
25221
25222 2003-08-05 Richard M. Stallman <rms@gnu.org>
25223
25224 * emacs-lisp/testcover.el (noreturn): Report error if does return.
25225 (testcover-reinstrument-clauses): Doc fix.
25226
25227 * emacs-lisp/warnings.el: Doc fixes, args renamed.
25228 (warning-type-format): Rename from warning-group-format.
25229
25230 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
25231 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
25232 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
25233 to prevent warnings about defvar for an obsolete variable.
25234
25235 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
25236 warning-group-format renamed to warning-type-format.
25237
25238 * subr.el (read-passwd): Use clear-string instead of fillarray.
25239
25240 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
25241 Use vconcat instead of concat.
25242 (edmacro-sanitize-for-string): New function.
25243
25244 2003-08-05 Dave Love <fx@gnu.org>
25245
25246 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
25247 line-number-display-limit-width.
25248
25249 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
25250
25251 2003-08-05 Kenichi Handa <handa@m17n.org>
25252
25253 * international/code-pages.el: Don't require mule-diag.
25254
25255 * international/mule-diag.el (non-iso-charset-alist):
25256 Add autoload cookie.
25257
25258 * language/devan-util.el (dev-glyph-order): Add an entry for the
25259 glyph code #xC4.
25260
25261 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
25262
25263 * calendar/calendar.el (diary-file, diary-file-name-prefix)
25264 (european-calendar-style, diary-date-forms)
25265 (calendar-day-name-array, calendar-month-name-array): Doc change.
25266 (generate-calendar-month): Adapt for new behavior of
25267 `calendar-day-name' function.
25268 (calendar-abbrev-length, calendar-day-abbrev-array)
25269 (calendar-month-abbrev-array): New variables.
25270 (calendar-abbrev-construct): New function.
25271 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
25272 rather than fixing abbrevs at some width. Calling syntax change.
25273 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
25274 (calendar-date-string): Adapt for new behaviors of
25275 `calendar-day-name' and `calendar-month-name' functions.
25276
25277 * calendar/diary-lib.el (list-diary-entries): Adapt for new
25278 behavior of `calendar-day-name' and `calendar-month-name' functions.
25279 (diary-name-pattern): Use abbrev arrays, rather than fixing
25280 abbrevs at three chars. Calling syntax change.
25281 (mark-diary-entries): Adapt for new behaviors of
25282 `diary-name-pattern' and `calendar-make-alist' functions.
25283 (fancy-diary-font-lock-keywords): Adapt for new behavior of
25284 `diary-name-pattern' function.
25285 (font-lock-diary-date-forms): Use abbrev arrays, rather than
25286 fixing abbrevs at three chars. Calling syntax change.
25287 (cal-hebrew, cal-islam): Require when compiling.
25288 (diary-font-lock-keywords): Adapt for new behavior of
25289 `font-lock-diary-date-forms' function.
25290
25291 * calendar/cal-hebrew.el: Reposition some code so defined before used.
25292 (calendar-hebrew-month-name-array-common-year)
25293 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
25294 (list-hebrew-diary-entries): Adapt for new behaviors of
25295 `calendar-day-name' and `add-to-diary-list' functions.
25296 (mark-hebrew-diary-entries): Adapt for new behaviors of
25297 `diary-name-pattern' and `calendar-make-alist' functions.
25298
25299 * calendar/cal-islam.el (calendar-islamic-month-name-array):
25300 Add doc string.
25301 (list-islamic-diary-entries): Adapt for new behaviors of
25302 `calendar-day-name' and `add-to-diary-list' functions.
25303 (mark-islamic-diary-entries): Adapt for new behaviors of
25304 `diary-name-pattern' and `calendar-make-alist' functions.
25305
25306 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
25307 `calendar-month-name' function.
25308
25309 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
25310
25311 * calendar/solar.el (solar-seasons-data): Move definition before use.
25312
25313 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
25314 (cal-tex-LaTeX-hourbox): Move definition before use.
25315
25316 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
25317 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
25318 * lunar.el, solar.el (displayed-month, displayed-year):
25319 Define for compiler.
25320
25321 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25322
25323 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
25324 MODE. Renamed from c-init-c-language-vars'.
25325 (c-initialize-cc-mode): Change accordingly.
25326 (c-common-init): Ditto.
25327 (c-mode): Ditto.
25328 (c++-mode): Use `c-init-language-vars-for'.
25329 (objc-mode): Ditto.
25330 (java-mode): Ditto.
25331 (idl-mode): Ditto.
25332 (pike-mode): Ditto.
25333 (awk-mode): Ditto.
25334
25335 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25336
25337 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
25338 or not the point moved.
25339
25340 (c-search-decl-header-end): Don't trip up on operator identifiers
25341 in C++ and operators like == in all languages.
25342
25343 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
25344 Detect leading labels correctly.
25345
25346 2003-08-02 Andreas Schwab <schwab@suse.de>
25347
25348 * textmodes/ispell.el: Don't redo key bindings on loading, put
25349 them only in loaddefs.el.
25350 * bookmark.el: Likewise.
25351 * dabbrev.el: Likewise.
25352 * emerge.el: Likewise.
25353
25354 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
25355 has more than one member.
25356
25357 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
25358
25359 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25360
25361 * lpr.el (printify-region): It was ending conversion before the
25362 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
25363
25364 2003-07-31 John Paul Wallington <jpw@gnu.org>
25365
25366 * net/browse-url.el (browse-url-epiphany): Doc fix.
25367
25368 2003-07-30 Kenichi Handa <handa@m17n.org>
25369
25370 * international/fontset.el (setup-default-fontset):
25371 Change registry names of Akurti fonts.
25372
25373 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
25374
25375 * comint.el (comint-read-noecho): Use `clear-string' instead of
25376 `fillarray'.
25377
25378 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
25379
25380 * outline.el (outline-mode-hook): Add defvar.
25381
25382 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
25383
25384 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
25385 Restore assembler in source window if that is what has been selected.
25386 (menu): Add gdb-restore-windows to menu. Make gdba
25387 specific menus only visible from gdba.
25388
25389 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
25390
25391 * progmodes/compile.el (compilation-environment): New user variable.
25392 (compile-internal): Respect it.
25393
25394 2003-07-23 Masatake YAMATO <jet@gyve.org>
25395
25396 * progmodes/gud.el (gdb-script-font-lock-keywords):
25397 Put `font-lock-function-name-face' on a symbol which includes
25398 `-' like `hook-run'. Put font-lock-variable-name-face
25399 on a symbol starting with $.
25400
25401 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
25402
25403 * files.el (set-visited-file-name): Use truename for buffer-file-name.
25404
25405 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
25406
25407 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
25408
25409 2003-07-26 Andre Spiegel <spiegel@gnu.org>
25410
25411 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
25412 Use with-no-warnings.
25413 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
25414 rather than to find-file-not-found-hook, which doesn't exist.
25415
25416 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
25417
25418 * international/quail.el (quail-translate-key): Fix previous change.
25419
25420 2003-07-25 John Paul Wallington <jpw@gnu.org>
25421
25422 * server.el (server-start): Check `server-process' is non-nil
25423 before killing it to avoid killing current buffer's process.
25424
25425 * simple.el (choose-completion-string): Use `minibufferp';
25426 test `completion-reference-buffer' if `buffer' arg is nil.
25427 (push-mark): Use `when' and `unless'.
25428 (pop-mark): Use `when'.
25429
25430 * mouse-sel.el (mouse-sel-get-selection-function):
25431 Check `x-last-selected-text-primary'. Don't barf if it or
25432 `x-last-selected-text' aren't bound.
25433
25434 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25435
25436 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
25437
25438 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
25439
25440 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
25441
25442 2003-07-23 John Paul Wallington <jpw@gnu.org>
25443
25444 * tooltip.el (defface tooltip): Inherit from variable-pitch.
25445
25446 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25447
25448 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
25449 string. Defvar the derived hook.
25450
25451 * macros.el (insert-kbd-macro): Escape double quote character.
25452 From Thomas W Murphy <twm@andrew.cmu.edu>.
25453
25454 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
25455
25456 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
25457 to match the specific mark rather than reusing comment-start-skip.
25458
25459 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
25460
25461 * progmodes/hideshow.el (hs-special-modes-alist):
25462 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
25463
25464 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
25465
25466 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
25467 value using ?\s.
25468
25469 2003-07-21 John Paul Wallington <jpw@gnu.org>
25470
25471 * subr.el (with-selected-window): Add closing paren.
25472
25473 2003-07-21 Richard M. Stallman <rms@gnu.org>
25474
25475 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
25476 (lisp-mode): Likewise.
25477
25478 * subr.el (with-selected-window): Copy code form save-selected-window
25479 so as to call select-window with norecord arg.
25480 (dynamic-completion-table): Doc fix.
25481 (lazy-completion-table): Doc fix.
25482
25483 * international/mule-cmds.el (set-locale-environment):
25484 langinfo renamed to locale-info.
25485
25486 * international/mule.el (auto-coding-functions): Doc fix.
25487
25488 2003-07-21 Kenichi Handa <handa@m17n.org>
25489
25490 * international/quail.el (quail-translate-key):
25491 Update quail-current-str correctly.
25492
25493 2003-07-21 Andreas Schwab <schwab@suse.de>
25494
25495 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
25496 ?, to "_".
25497
25498 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
25499 Version 2.0.36 of Tramp released.
25500
25501 * net/tramp.el (tramp-default-password-end-of-line): Rename from
25502 tramp-password-end-of-line.
25503 (tramp-password-end-of-line): New method parameter.
25504 (tramp-get-password-end-of-line): Function to access method
25505 parameter `tramp-password-end-of-line', or variable
25506 `tramp-default-password-end-of-line' (default value).
25507 (tramp-methods): Add entries for new parameter
25508 tramp-password-end-of-line.
25509 (tramp-enter-password): Use new function
25510 `tramp-get-password-end-of-line'.
25511 (tramp-handle-insert-file-contents): Do not
25512 unconditionally inhibit the file operation file-local-copy, only
25513 do that when the inhibit-file-name-operation is currently
25514 insert-file-contents. This fixes finding remote CVS-controlled
25515 files. (It would barf on inserting the CVS/Entries file
25516 literally, because the file-local-copy handler wasn't called.)
25517 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
25518 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
25519 (tramp-initial-commands): New variable.
25520 (tramp-process-initial-commands): New function, using the variable.
25521 (tramp-open-connection-setup-interactive-shell): Call the new function.
25522 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
25523 method into the buffer name, never use nil. Reported by Hanak
25524 David <dhanak@inf.bme.hu>.
25525 (tramp-open-connection-setup-interactive-shell): Erase buffer
25526 before sending "stty -onlcr".
25527
25528 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
25529
25530 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
25531
25532 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
25533
25534 2003-07-19 John Paul Wallington <jpw@gnu.org>
25535
25536 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
25537 (artist-draw-rect, artist-draw-square): Doc fixes.
25538
25539 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
25540
25541 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
25542
25543 2003-07-19 Kenichi Handa <handa@m17n.org>
25544
25545 * international/kkc.el (kkc-show-conversion-list-update):
25546 Highlight the correct candidate in the message.
25547
25548 2003-07-18 John Paul Wallington <jpw@gnu.org>
25549
25550 * simple.el (current-word): Don't include punctuation char when
25551 `really-word' arg is non-nil.
25552
25553 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
25554
25555 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
25556 moved to the directory obsolete.
25557
25558 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
25559
25560 * info.el (Info-menu-entry-name-re): Allow newlines in
25561 menu entry names.
25562
25563 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
25564 syntax-ppss-after-change-function.
25565 (syntax-ppss-after-change-function): New alias. Update uses.
25566 (syntax-ppss): Catch the case where the buffer is narrowed.
25567
25568 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
25569
25570 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
25571 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
25572
25573 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
25574
25575 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
25576 since it might be modified.
25577
25578 * progmodes/cc-langs.el (c++-make-template-syntax-table)
25579 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
25580 names to these language constants.
25581
25582 2003-07-15 Kim F. Storm <storm@cua.dk>
25583
25584 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
25585 All uses changed.
25586
25587 2003-07-14 Mark A. Hershberger <mah@everybody.org>
25588
25589 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
25590 Namespace support.
25591
25592 2003-07-13 Juanma Barranquero <lektu@terra.es>
25593
25594 * frame.el (modify-all-frames-parameters): Reinstall (copyright
25595 papers received).
25596
25597 2003-07-13 Karl Eichwalder <ke@suse.de>
25598
25599 * textmodes/po.el (po-find-charset): White space at the start of the
25600 Content-Type field body is non-mandatory.
25601
25602 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
25603
25604 * textmodes/texinfo.el (texinfo-section-list):
25605 Append appendixsection; a synonym for appendixsec.
25606
25607 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
25608
25609 * man.el (Man-translate-cleanup): New.
25610 (Man-translate-references): Call `Man-translate-cleanup' to clean
25611 leading, trailing and middle spaces.
25612
25613 2003-07-13 Lars Hansen <larsh@math.ku.dk>
25614
25615 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
25616 Handle `dired-directory' being a list.
25617
25618 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
25619
25620 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
25621 it doesn't exist.
25622
25623 2003-07-12 Richard M. Stallman <rms@gnu.org>
25624
25625 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
25626
25627 * progmodes/cc-defs.el (c-make-keywords-re):
25628 Don't use delete-duplicates.
25629 (c-lang-const): Don't use mapcan.
25630
25631 * apropos.el (apropos-show-scores): Make it customizable.
25632 Document new meaning.
25633 (apropos): Compute scores from symbols.
25634 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
25635
25636 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25637
25638 * ps-bdf.el: Fix copyright line.
25639 (bdf-directory-list): Fix initialization code.
25640
25641 2003-07-11 John Paul Wallington <jpw@gnu.org>
25642
25643 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
25644 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
25645 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
25646
25647 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
25648
25649 * emacs-lisp/ring.el (ring-elements): Doc fix.
25650
25651 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25652
25653 * calendar/timeclock.el (timeclock-relative)
25654 (timeclock-ask-before-exiting, timeclock-use-display-time):
25655 Doc changes.
25656 (timeclock-modeline-display): Give a message if
25657 `timeclock-use-display-time' is non-nil but `display-time-mode'
25658 is not active.
25659
25660 2003-07-11 Kenichi Handa <handa@m17n.org>
25661
25662 * international/mule-cmds.el (set-language-environment):
25663 Set current-language-environment to the correct string.
25664
25665 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25666
25667 * ps-print.el: Print line number correctly in a region. Reported by
25668 Tim Allen <timallen@ls83.fsnet.co.uk>.
25669 (ps-print-version): New version number (6.6.2).
25670 (ps-printing-region): Code fix.
25671
25672 2003-07-10 John Paul Wallington <jpw@gnu.org>
25673
25674 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
25675 this function can be called from `add-completions-from-tags-table'.
25676
25677 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
25678
25679 * calendar/timeclock.el (timeclock-use-display-time)
25680 (timeclock-day-over-hook, timeclock-workday-remaining)
25681 (timeclock-status-string, timeclock-when-to-leave)
25682 (timeclock-when-to-leave-string, timeclock-log-data)
25683 (timeclock-find-discrep, timeclock-day-base)
25684 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
25685 (timeclock-modeline-display): Set the variable
25686 `timeclock-modeline-display'.
25687 (timeclock-update-modeline): Doc fix. Respect value of
25688 `timeclock-relative'.
25689
25690 2003-07-09 Richard M. Stallman <rms@gnu.org>
25691
25692 * textmodes/reftex-parse.el (reftex-all-document-files):
25693 Add autoload cookie.
25694
25695 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
25696 (reftex-scanning-info-available-p): Add autoload cookie.
25697
25698 * international/mule-cmds.el
25699 (set-display-table-and-terminal-coding-system): Delete duplicate
25700 aset on standard-display-table.
25701
25702 * view.el (view-file): If existing buffer's major mode is special,
25703 don't go into view mode.
25704
25705 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
25706
25707 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25708
25709 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
25710 buffer changes; there's third party code that calls this function
25711 directly.
25712
25713 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25714
25715 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
25716 (autodoc-font-lock-keywords): Don't byte compile on font lock
25717 initialization when running from byte compiled files.
25718
25719 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
25720
25721 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
25722 statement ends with auto-increment "++".
25723
25724 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
25725
25726 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25727 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25728 these are changed, so declare them as variables and not constants.
25729
25730 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
25731
25732 * subr.el (dolist, dotimes): Doc fix.
25733
25734 2003-07-08 Kim F. Storm <storm@cua.dk>
25735
25736 * international/mule-cmds.el
25737 (set-display-table-and-terminal-coding-system): Don't break
25738 bootstrap if standard-display-table isn't setup yet.
25739
25740 2003-07-07 Richard M. Stallman <rms@gnu.org>
25741
25742 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
25743 Give it a doc string, and autoload it.
25744
25745 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
25746 Use with-no-warnings.
25747
25748 * info.el (Info-search): If find invisible text, search again.
25749
25750 * isearch.el (search-whitespace-regexp): Add a shy group around it.
25751
25752 * man.el (Man-name-regexp): Match + as part of name.
25753
25754 * simple.el (visible-mode): Rename from vis-mode.
25755 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
25756
25757 * simple.el (current-word): New arg REALLY-WORD specifies
25758 don't include punctuation chars.
25759
25760 * emacs-lisp/debug.el (debug, debugger-env-macro):
25761 Use with-no-warnings while accessing and binding unread-command-char.
25762
25763 * international/mule-cmds.el
25764 (set-display-table-and-terminal-coding-system): Use explicit loop
25765 instead of calling standard-display-default.
25766
25767 * net/ange-ftp.el (ange-ftp-file-symlink-p):
25768 Use condition-case to catch error in ange-ftp-get-files.
25769
25770 * net/browse-url.el (browse-url-browser-function):
25771 Add alternative for Epiphany.
25772 (browse-url-epiphany-program, browse-url-epiphany-arguments)
25773 (browse-url-epiphany-startup-arguments)
25774 (browse-url-epiphany-new-window-is-tab): New variables.
25775 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
25776
25777 * progmodes/compile.el (compile-auto-highlight): Default now t.
25778 (compile): Doc fix.
25779 (compilation-next-error): Fix previous change.
25780
25781 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
25782
25783 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
25784
25785 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
25786
25787 * gdb-ui.el (gdb-source-info): Display current frame when
25788 attaching to an existing process.
25789 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
25790 while laying out windows when attaching to an existing process.
25791
25792 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
25793
25794 * info.el (Info-menu): Use Info-menu-entry-name-re.
25795
25796 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
25797
25798 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
25799 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
25800
25801 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
25802 to match the same text.
25803
25804 2003-07-06 John Paul Wallington <jpw@gnu.org>
25805
25806 * vc.el (vc-annotate-offset): Move defvar up.
25807
25808 2003-07-06 Kim F. Storm <storm@cua.dk>
25809
25810 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
25811 This should fix the infinite loop when extracting menu names.
25812
25813 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25814
25815 * files.el (auto-mode-alist, interpreter-mode-alist):
25816 Remove entries to CC Mode modes to avoid duplicates; they are now added
25817 with autoload directives in cc-mode.el.
25818
25819 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
25820
25821 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
25822 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
25823 these are changed, so declare them as variables and not constants.
25824
25825 * progmodes/cc-mode.el: Fix some autoload problems: Try to
25826 ensure that the entry for ".c" extension comes before the one for
25827 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
25828 Fix incorrect entries that were added to `interpreter-mode-alist'.
25829 Move the autoload directives for AWK to the top level since they
25830 aren't recognized anywhere else. Do not use the new AWK mode doc
25831 in the autoload form for the old AWK mode.
25832
25833 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25834
25835 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
25836 (bibtex-sort-ignore-string-entries): Default value t.
25837 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
25838 erroneously in previous version.
25839 (bibtex-string-files): Docstring reflects new parsing scheme.
25840 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
25841 docstring, add # as one of the chars to crush
25842 (bibtex-autokey-prefix-string, bibtex-autokey-names)
25843 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
25844 (bibtex-autokey-name-change-strings)
25845 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
25846 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
25847 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
25848 (bibtex-autokey-title-terminators)
25849 (bibtex-autokey-titlewords-stretch)
25850 (bibtex-autokey-titleword-ignore)
25851 (bibtex-autokey-titleword-case-convert)
25852 (bibtex-autokey-titleword-abbrevs)
25853 (bibtex-autokey-titleword-abbrevs)
25854 (bibtex-autokey-titleword-change-strings)
25855 (bibtex-autokey-titleword-length)
25856 (bibtex-autokey-titleword-separator)
25857 (bibtex-autokey-name-year-separator)
25858 (bibtex-autokey-year-title-separator)
25859 (bibtex-autokey-before-presentation-function)
25860 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
25861 Fix docstring.
25862 (bibtex-strings, bibtex-reference-keys):
25863 Use lazy-completion-table and make-variable-buffer-local.
25864 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
25865 (bibtex-braced-string-syntax-table)
25866 (bibtex-quoted-string-syntax-table): New variables.
25867 (bibtex-parse-nested-braces): Remove.
25868 (bibtex-parse-field-string): Use syntax table and forward-sexp.
25869 (bibtex-parse-association): Simplify.
25870 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
25871 (bibtex-parse-field-text): Simplify.
25872 (bibtex-search-forward-field, bibtex-search-backward-field):
25873 argument BOUND can take value t.
25874 (bibtex-start-of-field, bibtex-start-of-name-in-field)
25875 (bibtex-end-of-name-in-field, bibtex-end-of-field)
25876 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
25877 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
25878 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
25879 (bibtex-skip-to-valid-entry): Return buffer position of beginning
25880 and ending of entry. Update for changes of bibtex-search-entry.
25881 Simplify.
25882 (bibtex-map-entries): FUN is called with three arguments.
25883 (bibtex-search-entry): Return a cons pair with buffer positions of
25884 beginning and end of entry.
25885 (bibtex-enclosing-field): Simplify.
25886 (bibtex-format-entry): Use booktitle to set a missing title.
25887 (bibtex-autokey-get-names): Fiddle with regexps.
25888 (bibtex-generate-autokey): Use identity.
25889 (bibtex-parse-keys): Use simplified parsing algorithm if
25890 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
25891 arguments. Return alist of keys.
25892 (bibtex-parse-strings): Simplify. Return alist of strings.
25893 (bibtex-complete-string-cleanup): Fix docstring.
25894 (bibtex-read-key): New function.
25895 (bibtex-mode): Fix docstring. Do not parse for keys and
25896 strings when the mode is entered. Set fill-paragraph-function to
25897 bibtex-fill-field. Setup font-lock-mark-block-function the way
25898 font-lock intended.
25899 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
25900 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
25901 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
25902 (bibtex-Preamble): Avoid hard coded constants.
25903 (bibtex-make-field): Fix docstring. Simplify.
25904 (bibtex-beginning-of-entry): Always return new position of point.
25905 (bibtex-end-of-entry): Rearrange cond clauses.
25906 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
25907 Update for changes of bibtex-map-entries.
25908 (bibtex-ispell-abstract): Do not move point.
25909 (bibtex-entry-index): Use downcase. Simplify.
25910 (bibtex-lessp): Handle catch-all.
25911 (bibtex-find-crossref): Turn into a command.
25912 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
25913 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
25914 preamble entries.
25915 (bibtex-fill-field-bounds): New function.
25916 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
25917 (bibtex-fill-entry): Use bibtex-fill-field-bounds
25918 (bibtex-String): Use bibtex-strings. Always obey
25919 bibtex-sort-ignore-string-entries.
25920
25921 2003-07-05 John Paul Wallington <jpw@gnu.org>
25922
25923 * cus-theme.el (customize-create-theme):
25924 Call `customize-create-theme' in Reset widget's notify function.
25925
25926 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
25927 (ibuffer-mark-interactive): Use `or' instead of `unless'.
25928 (define-ibuffer-column name): Add summarizer.
25929 (define-ibuffer-column size): Likewise.
25930 (define-ibuffer-column filename): Likewise.
25931 (define-ibuffer-column process): Likewise. Change BODY's output too.
25932 (define-ibuffer-column filename-and-process): Likewise, likewise.
25933 (ibuffer): Remove local vars `already-in' and `need-update'.
25934
25935 * ibuf-ext.el: Don't require `derived' at compile-time.
25936
25937 2003-07-05 Kim F. Storm <storm@cua.dk>
25938
25939 * info.el: Disable paragraph refilling.
25940 (Info-refill-paragraphs): New defcustom.
25941 (Info-fontify-node): Use it.
25942
25943 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
25944
25945 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
25946 thingies from constructors created by defstruct.
25947
25948 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
25949 the default value of the variable.
25950 (byte-code-meter): Move declaration to top level.
25951
25952 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
25953
25954 * info.el (Info-following-node-name-re): New fun.
25955 (Info-following-node-name): Remove.
25956 (Info-insert-dir): Use the new fun.
25957 (Info-extract-pointer): Don't save restriction; use new fun.
25958 (Info-menu-entry-name-re): New const.
25959 (Info-menu-entry-name-re): Use it along with new fun.
25960 (Info-node-spec-re): Use new fun.
25961 (Info-complete-menu-item, Info-fontify-node): Use new const.
25962 (Info-goto-node, Info-follow-reference, Info-menu-update):
25963 Use match-string.
25964 (Info-follow-reference): Use assoc-string.
25965 Use a list of strings for the completion table.
25966 (Info-fontify-node): Use match-string, line-end-position.
25967 Limit the search for `node:' to the first line.
25968
25969 * newcomment.el (uncomment-region): Remove padding coming from
25970 comment-start rather than just from comment-padding.
25971
25972 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
25973 (vc-cvs-stay-local-p): Use vc-stay-local-p.
25974 (vc-cvs-rename-file): Remove (use the default).
25975 (vc-cvs-register): Register parent dir if needed.
25976 (vc-cvs-could-register): Return non-nil if parent can be registered.
25977 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
25978 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
25979
25980 * vc-svn.el (vc-svn-use-edit): Make it into a const.
25981 (vc-svn-update): Fix the arguments to `svn'.
25982 (vc-svn-diff-tree): Just use `vc-svn-diff'.
25983 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
25984 Simple implementations, assuming `name' is a URL.
25985
25986 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
25987 set of chars allowed unquoted in a case pattern.
25988
25989 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
25990
25991 * font-lock.el (font-lock-extra-types-widget)
25992 (c-font-lock-extra-types, c++-font-lock-extra-types)
25993 (objc-font-lock-extra-types, java-font-lock-extra-types)
25994 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
25995 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
25996 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
25997 (font-lock-match-c++-structor-declaration)
25998 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
25999 (c++-font-lock-keywords-3, c++-font-lock-keywords)
26000 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
26001 (objc-font-lock-keywords-3, objc-font-lock-keywords)
26002 (java-font-lock-keywords-1, java-font-lock-keywords-2)
26003 (java-font-lock-keywords-3, java-font-lock-keywords)
26004 (java-font-lock-syntactic-face-function): Remove obsolete code
26005 and constants. It's all in cc-fonts.el now.
26006
26007 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
26008
26009 * mail/sendmail.el (mail-specify-envelope-from)
26010 (mail-envelope-from): Doc fix.
26011
26012 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
26013
26014 * generic-x.el: Do away with the dependency on `c-emacs-features'
26015 when populating `rul-generic-mode-syntax-table'; we already know
26016 this isn't XEmacs.
26017
26018 See ChangeLog.10 for earlier changes.
26019
26020 ;; Local Variables:
26021 ;; coding: iso-2022-7bit
26022 ;; End:
26023
26024 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
26025 Copying and distribution of this file, with or without modification,
26026 are permitted provided the copyright notice and this notice are preserved.
26027
26028 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1