]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* NEWS: Mention xterm key bindings.
[gnu-emacs] / lisp / ChangeLog
1 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * term/xterm.el (function-key-map): Fix strings for
4 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5 {C,S,A,C-S}-{f1-f12}.
6
7 2005-04-26 Kenichi Handa <handa@m17n.org>
8
9 * international/mule-cmds.el (select-safe-coding-system): Fix
10 previous change.
11
12 2005-04-26 Lute Kamstra <lute@gnu.org>
13
14 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
15
16 2005-04-25 Jay Belanger <belanger@truman.edu>
17
18 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
19 to t while inserting information; use help-mode.
20
21 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22
23 * term.el (ansi-term-color-vector): Use the xterm colors.
24 (term-raw-map): Don't add mappings for \eO and \e[. Map
25 deletechar.
26
27 2005-04-25 Lute Kamstra <lute@gnu.org>
28
29 * font-core.el (font-lock-defaults): Fix docstring.
30
31 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
32
33 2005-04-25 Kenichi Handa <handa@m17n.org>
34
35 * international/mule-cmds.el (select-safe-coding-system): Don't
36 check consistency with coding: spec, etc if raw-text or
37 no-conversion was found to be safe.
38
39 2005-04-24 Richard M. Stallman <rms@gnu.org>
40
41 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
42 citation markers at start of each line.
43
44 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
45 citation markers at start of each line.
46
47 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
48
49 * files.el (mode-require-final-newline): Fix previous change.
50 (require-final-newline): Fix type label.
51
52 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
53
54 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
55 statement in buffer (broken by 2004-11-24 change).
56
57 2005-04-24 Kim F. Storm <storm@cua.dk>
58
59 * ido.el (ido-everywhere): Save and restore old read-buffer-function
60 and read-file-name-function values. Don't overwrite existing
61 non-nil values if ido-mode is enabled without ido-everywhere.
62
63 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
64
65 * files.el (mode-require-final-newline): Minor doc fix.
66
67 2005-04-24 Eli Zaretskii <eliz@gnu.org>
68
69 * subr.el (syntax-after): Doc fix.
70 (syntax-class): If argument is nil, return nil. Mask off upper 16
71 bits, not 8 bits.
72
73 * files.el (mode-require-final-newline): Doc fix.
74 (backup-buffer-copy): Fix last change.
75
76 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
77
78 * term/mac-win.el: Require select. Set selection-coding-system to
79 mac-system-coding-system. Call menu-bar-enable-clipboard.
80 (x-last-selected-text-clipboard, x-last-selected-text-primary)
81 (x-select-enable-clipboard): New variables.
82 (x-select-text, x-get-selection, x-selection-value)
83 (x-get-selection-value, mac-select-convert-to-string)
84 (mac-services-open-file, mac-services-open-selection)
85 (mac-services-insert-text): New functions.
86 (CLIPBOARD, FIND): Put mac-scrap-name property.
87 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
88 (public.tiff): Put mac-ostype property.
89 (selection-converter-alist): Add entries for them.
90 (mac-application-menu-map): New keymap.
91 (interprogram-cut-function, interprogram-paste-function): Set to
92 x-select-text and x-get-selection-value, respectively.
93 (split-window-keep-point): Set to t.
94
95 2005-04-23 Richard M. Stallman <rms@gnu.org>
96
97 * files.el (read-directory-name): Always pass non-nil
98 DEFAULT-FILENAME arg to read-file-name.
99 (backup-buffer-copy, basic-save-buffer-2): Take care against
100 writing thru an unexpected existing symlink.
101 (revert-buffer): In indirect buffer, revert the base buffer.
102 (magic-mode-alist): Doc fix.
103 (buffer-stale-function): Doc fix.
104 (minibuffer-with-setup-hook): Avoid warning.
105 (mode-require-final-newline): Doc and custom fix.
106
107 * follow.el (follow-end-of-buffer): Use with-no-warnings.
108
109 * font-lock.el (font-lock-comment-face): On terminals with few colors,
110 use the default appearance.
111 (font-lock-comment-delimiter-face): New face, new variable.
112
113 * imenu.el (imenu--generic-function): The official position of a
114 definition is the start of the line that BEG is in.
115
116 * midnight.el (midnight-timer): Move defvar up.
117
118 * mouse.el (mouse-drag-region-1): Delete some debugging code.
119
120 * saveplace.el (save-place-to-alist): Use with-no-warnings.
121
122 * startup.el (command-line): Use with-no-warnings.
123
124 * window.el (window-size-fixed): New defvar.
125
126 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
127
128 * mail/rmail.el (rmail-font-lock-keywords):
129 Use font-lock-comment-delimiter-face.
130
131 * mail/sendmail.el (mail-font-lock-keywords):
132 Use font-lock-comment-delimiter-face.
133
134 * progmodes/compile.el (next-error-highlight-timer): New defvar.
135
136 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
137
138 * progmodes/compile.el (compilation-mode-font-lock-keywords):
139 Specify t for LAXMATCH when matching directories.
140 Save match data around compilation-compat-error-properties form.
141
142 2005-04-23 David Kastrup <dak@gnu.org>
143
144 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
145 Mention that the autoloaded aliases should be kept for AUCTeX.
146
147 2005-04-23 Andreas Schwab <schwab@suse.de>
148
149 * isearch.el (isearch-forward): Doc fix.
150
151 2005-04-23 Eli Zaretskii <eliz@gnu.org>
152
153 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
154 (jit-lock-stealth-nice): Change default value to 0.5.
155
156 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
157
158 * abbrev.el (write-abbrev-file): Write table entries in
159 alphabetical order by table name.
160
161 2005-04-22 Kim F. Storm <storm@cua.dk>
162
163 * ido.el (ido-read-internal): Fix `list' completion.
164
165 2005-04-22 Kenichi Handa <handa@m17n.org>
166
167 * recentf.el (recentf-save-file-coding-system): New variable.
168 (recentf-save-list): Encode the file by
169 recentf-save-file-coding-system and add coding: tag.
170
171 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
172
173 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
174
175 2005-04-21 Lute Kamstra <lute@gnu.org>
176
177 * loadhist.el (unload-feature): Don't remove a function from hooks
178 if it is about to be restored to an autoload . Remove functions
179 that will become unbound from auto-mode-alist. Simplify the code.
180
181 * subr.el (assq-delete-all): New implementation that is linear,
182 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
183 (rassq-delete-all): New function.
184
185 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu): Add
186 size-indication-mode.
187
188 2005-04-21 Kenichi Handa <handa@m17n.org>
189
190 * international/mule-cmds.el: Add autoload for widget-value in
191 eval-when-compile
192
193 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
194
195 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
196 Add tooltip-mode.
197
198 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
199
200 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
201
202 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
203 (inferior-lisp-filter-regexp, inferior-lisp-program)
204 (inferior-lisp-load-command, inferior-lisp-prompt)
205 (inferior-lisp-mode-hook, lisp-source-modes)
206 (inferior-lisp-load-hook): defvar->defcustom.
207 (inferior-lisp-program, inferior-lisp-prompt)
208 (inferior-lisp-load-hook): Doc fixes.
209 (inferior-lisp-install-letter-bindings): Small change in
210 introductory comment.
211
212 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
213
214 * vc.el (vc-annotate-color-map): Change some colors so that text
215 using them as foreground is readable on both white and black
216 backgrounds.
217
218 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * international/mule-conf.el (translation-table-for-input):
221 Remove redundant declaration.
222
223 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
224
225 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
226
227 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
228 (tooltip-toggle-gud-tips): New function.
229
230 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
231
232 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
233 right angle brackets.
234
235 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
236
237 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
238
239 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
242 Remove. Update callers to use expand-file-name instead.
243
244 * subr.el (syntax-class): New function.
245
246 * simple.el (blink-matching-open): Use it.
247
248 * paren.el (show-paren-function): Use it to recognize parens that are
249 also used in 2-char comment markers.
250
251 2005-04-19 Lute Kamstra <lute@gnu.org>
252
253 * loadhist.el (unload-feature): Update for new format of
254 load-history. Simplify the code.
255
256 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
257
258 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
259 (mac-add-charset-info): New function. Initialize variable
260 mac-charset-info-alist using it.
261 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
262 for translation.
263 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
264 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
265 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
266 New CCL programs.
267
268 2005-04-19 Kim F. Storm <storm@cua.dk>
269
270 * simple.el (next-buffer, prev-buffer, next-error)
271 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
272 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
273
274 * bindings.el (next-buffer, prev-buffer, next-error)
275 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
276 (clone-indirect-buffer-other-window): Move bindings from simple.el.
277 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
278 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
279
280 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * isearch.el (isearch-edit-string): Make the search-ring available for
283 minibuffer history commands.
284 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
285 the default history commands now work just as well.
286 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
287
288 2005-04-18 Kim F. Storm <storm@cua.dk>
289
290 * emulation/cua-base.el (cua--pre-command-handler): Add more
291 elaborate check for shift modifier on non-window systems.
292
293 2005-04-18 Lars Hansen <larsh@math.ku.dk>
294
295 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
296
297 2005-04-18 Kim F. Storm <storm@cua.dk>
298
299 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
300 and make it optional. Don't test tooltip-gud-echo-area here.
301 (tooltip-gud-process-output, gdb-tooltip-print):
302 Pass tooltip-gud-echo-area to tooltip-show.
303 (tooltip-help-tips): Remove second optional arg to tooltip-show.
304
305 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
306
307 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
308 `display-graphic-p' may not be bound yet.
309
310 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
311
312 * startup.el (command-line): No longer enable Xterm Mouse mode by
313 default in terminals compatible with xterm.
314
315 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
316
317 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
318
319 * tooltip.el (tooltip-gud-echo-area): Rename from
320 tooltip-use-echo-area.
321 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
322 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
323 area independently of where help tooltips are displayed.
324
325 2005-04-17 David Kastrup <dak@gnu.org>
326
327 * cus-theme.el (custom-theme-write-variables): Quote variables
328 where necessary.
329
330 2005-04-17 Richard M. Stallman <rms@gnu.org>
331
332 * simple.el (yank-excluded-properties): Add follow-link to value.
333
334 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
335
336 * startup.el (fancy-splash-max-time): Just 30 seconds.
337 (fancy-splash-delay): Just 7.
338 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
339
340 * loadhist.el (unload-feature): Update for new format of load-history.
341 Simplify the code.
342
343 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
344 (rmail-font-lock-keywords): Don't fontify the text of a citation.
345
346 * mail/sendmail.el (mail-font-lock-keywords):
347 Don't fontify subject text.
348 Don't fontify the text of a citation.
349
350 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
351
352 * comint.el (comint-output-filter): Run comint-output-filter-functions
353 with point where the user had it.
354
355 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * international/ucs-tables.el (ucs-set-table-for-input):
358 Disable when using unify-on-decoding.
359
360 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
361
362 * emulation/cua-base.el (cua-global-mark-face): Add special case
363 for displays supporting a high number of colors.
364
365 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
366
367 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
368
369 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
370
371 * filesets.el (filesets-add-buffer): If user supplies a name of a
372 non-existing fileset, create a new fileset.
373
374 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
375
376 * textmodes/org.el (org-up-heading-all): Fix bug with
377 `outline-up-heading-all'.
378
379 2005-04-16 Andreas Schwab <schwab@suse.de>
380
381 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
382 /etc/permissions.d/* and /etc/aliases.d/*.
383
384 2005-04-16 Kenichi Handa <handa@m17n.org>
385
386 * international/code-pages.el (cp-make-coding-system):
387 Set `translation-table-for-input' property value to the symbol
388 ucs-mule-to-mule-unicode, not to that value.
389 (pt154): Escape guillemet by `\'.
390
391 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
392
393 * loadup.el: Load tooltip if x-show-tip is fboundp.
394
395 * startup.el (command-line): Add comment.
396
397 * tooltip.el (tooltip-mode): Specify correct standard value for
398 Custom in init-value.
399
400 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
401
402 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
403 possible.
404
405 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
406
407 * textmodes/org.el: (org-agenda-date-prompt): Rename from
408 `org-agenda-date-today'.
409 (org-evaluate-time-range): Insert at point instead of directly
410 after time range.
411 (org-first-headline-recenter, org-subtree-end-visible-p)
412 (org-optimize-window-after-visibility-change): New functions
413 (org-agenda-post-command-hook): Don't allow point at end of line,
414 to make sure it always hits the text properties.
415 (org-agenda-next-date-line, org-agenda-previous-date-line):
416 New commands.
417 (org-set-regexps-and-options): Category may contain white space.
418 (org-agenda-get-deadlines, org-agenda-get-scheduled):
419 Improve marker positions.
420 (org-agenda-new-marker): Argument POS made optional.
421 (org-agenda-get-timestamps): Deadlines which are done are listed
422 in org-done-face now.
423 (org-agenda-get-todos, org-agenda-get-timestamps)
424 (org-agenda-get-deadlines, org-agenda-get-scheduled):
425 Set `undone-face' and `done-face' properties.
426 (org-last-todo-state-is-todo): New variable.
427 (org-todo): Set `org-last-todo-state-is-todo'.
428 (org-agenda-todo): Change face according to
429 `org-last-todo-state-is-todo'. And change other lines refering to
430 the same entry.
431 (org-calendar-goto-agenda): New command.
432 (org-calendar-to-agenda-key): New option.
433 (org-startup-folded): New allowed value `content'.
434 (org-set-regexps-and-options): Accept new value `content' for
435 `org-startup-folded'.
436 (org-get-current-options): Handle new value `content' for
437 `org-startup-folded'.
438 (org-insert-todo-heading): New command.
439 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
440 interactively in empty file and option
441 `org-insert-mode-line-in-empty-file' has been set.
442 (org-agenda-todo,org-agenda-priority): Modify to use
443 `org-agenda-change-all-lines'.
444 (org-warning-face): Change color on dark background
445
446 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
447
448 * international/mule-cmds.el (set-locale-environment): On Mac OS,
449 use preferences AppleLocale and AppleLanguages, and variable
450 mac-system-locale for default locale. On Mac OS Classic, use
451 mac-system-coding-system for default coding systems.
452
453 * term/mac-win.el: Don't set file-name-coding-system.
454 Decode variables system-name, emacs-build-system, user-login-name, and
455 user-full-name by mac-system-coding-system on Mac OS Classic.
456 (mac-system-coding-system): New variable.
457
458 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
459
460 * startup.el (command-line): Handle `xterm-mouse-mode' before
461 reading init file.
462
463 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
464
465 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
466
467 * progmodes/sh-script.el (sh-here-document-word): Make it a
468 defcustom. Doc fix.
469 (sh-add): Bash uses $(( )) for arithmetic.
470 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
471 (sh-maybe-here-document): Remove quotes and leading whitespace
472 from heredoc word when closing. Indent heredoc with tabs if word
473 starts with "-".
474
475 2005-04-13 Richard M. Stallman <rms@gnu.org>
476
477 * simple.el (undo): Fix previous change.
478
479 * custom.el (defface): Doc fix.
480
481 2005-04-13 Lute Kamstra <lute@gnu.org>
482
483 * Makefile.in (DONTCOMPILE): Remove list.
484 (compile, compile-always): Don't use DONTCOMPILE.
485 (update-authors): Load the library in which batch-update-authors
486 is defined.
487 * makefile.w32-in (DONTCOMPILE): Remove list.
488 (compile, compile-always): Fix comments.
489 (update-authors): Load the library in which batch-update-authors
490 is defined.
491
492 * generic-x.el (generic-mode-ini-file-find-file-hook):
493 Rename to ini-generic-mode-find-file-hook.
494 Keep generic-mode-ini-file-find-file-hook as an alias.
495 (ini-generic-mode-find-file-hook): Rename from
496 generic-mode-ini-file-find-file-hook. Fix docstring.
497 (ini-generic-mode): Docstring change.
498 (bat-generic-mode-run-as-comint): Silence the byte compiler.
499
500 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
501 called from lisp.
502
503 * generic.el: Move to the emacs-lisp subdir.
504
505 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
506
507 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
508 and C-S- function and cursor motion keys.
509
510 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
511
512 * startup.el (command-line): Enable Xterm Mouse mode by default.
513 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
514 for Custom. No longer show "Mouse" in mode line when enabled.
515 Doc fix.
516
517 2005-04-12 Kim F. Storm <storm@cua.dk>
518
519 * emulation/cua-base.el (cua-rectangle-face)
520 (cua-rectangle-noselect-face): Define face attributes here.
521
522 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
523
524 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
525
526 * startup.el (command-line): Turn off blinking cursor if
527 cursorBlink in resources is off or false.
528
529 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
530
531 * term/mac-win.el (dnd): Require dnd.
532 (mac-drag-n-drop): Call dnd-handle-one-url.
533 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
534 (kTextEncodingISOLatin2): Remove constants.
535 (mac-script-code-coding-systems): New constant.
536 (mac-handle-language-change): New function.
537 (special-event-map): Bind it to `language-change' event.
538 (mac-centraleurroman, mac-cyrillic): New coding systems.
539 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
540 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
541 and mac-cyrillic-encoder to encode-mac-centraleurroman and
542 encode-mac-cyrillic, respectively.
543
544 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
545
546 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
547 Don't set overlay-arrow-string to "=>" as this is done
548 globally in C now.
549
550 2005-04-12 Lute Kamstra <lute@gnu.org>
551
552 * generic-x.el (rc-generic-mode, rul-generic-mode):
553 Fix auto-mode-alist entries.
554 (etc-fstab-generic-mode): Tweak fontification.
555
556 * generic.el (generic-make-keywords-list): Fix docstring.
557 (generic-mode-internal): Simplify generic-font-lock-keywords.
558
559 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
560
561 * whitespace.el (whitespace-buffer-leading)
562 (whitespace-buffer-trailing): Revert the incorrect test
563 inversion. However, fix the highlight area for the leading and
564 trailing whitespaces to show space.
565
566 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
567
568 * whitespace.el (whitespace-version): Bump to 3.5
569
570 (whitespace-buffer-leading, whitespace-buffer-trailing):
571 Invert sense of the test to highlight the whitespace.
572
573 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
574
575 * progmodes/gud.el (gud-display-line): GUD uses its own
576 overlay arrow now so don't set overlay-arrow-string.
577 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
578
579 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
580
581 * term.el (term-ansi-current-bold, term-ansi-current-underline)
582 (term-ansi-current-reverse, term-ansi-current-invisible)
583 (term-ansi-face-already-done): Change to boolean.
584 (term-reset-terminal, term-handle-colors-array): Handle the above
585 vars accordingly.
586 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
587 (term-emulate-terminal): Use the new name.
588
589 * faces.el (secondary-selection): Use yellow1, not yellow.
590 (trailing-whitespace): Use red1, not red.
591
592 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
593
594 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
595 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
596 (dired-dnd-handle-file): Call dnd-get-local-file-uri
597
598 * cus-edit.el (dnd): New group.
599
600 * term/w32-win.el (dnd): Require dnd
601 (w32-drag-n-drop): Call dnd-handle-one-url.
602
603 * x-dnd.el: Require dnd.
604 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
605 Call dnd-handle-one-url.
606 (x-dnd-types-alist, x-dnd-insert-utf8-text)
607 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
608 to dnd-insert-text.
609 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
610 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
611 (x-dnd-get-local-file-name, x-dnd-open-local-file)
612 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
613
614 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
615
616 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
617
618 * wdired.el: Doc fixes.
619 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
620 (wdired-use-dired-vertical-movement): Rename from
621 wdired-always-move-to-filename-beginning.
622 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
623 (wdired-change-to-wdired-mode): Change mode name.
624 (wdired-newline): Delete.
625
626 2005-04-11 Richard M. Stallman <rms@gnu.org>
627
628 * whitespace.el (whitespace-highlight-the-space):
629 Don't call whitespace-unhighlight-the-space here.
630
631 * simple.el (undo): Record t in undo-equiv-table
632 for the redo record made by an undo-in-region.
633
634 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
635
636 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
637 (gdb-frame-inferior-io-buffer): New Functions to control
638 display of separate IO buffer.
639 (menu): Add them to menu-bar.
640 (gdb-display-buffer): Check for buffer another frame.
641 Protect GUD buffer.
642 (gdb-setup-windows): Create IO buffer if not already there.
643 (gdb-memory-mode): Remove purecopy noops.
644
645 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
646
647 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
648 and pass to self-insert-command.
649
650 2005-04-11 Lute Kamstra <lute@gnu.org>
651
652 * generic.el: Commentary section cleanup.
653 (generic): Delete.
654 (generic-use-find-file-hook, generic-lines-to-scan)
655 (generic-find-file-regexp, generic-ignore-files-regexp)
656 (default-generic-mode, generic-mode-find-file-hook)
657 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
658 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
659 (generic-use-find-file-hook, generic-lines-to-scan)
660 (generic-find-file-regexp, generic-ignore-files-regexp)
661 (default-generic-mode, generic-mode-find-file-hook)
662 (generic-mode-ini-file-find-file-hook): Move from generic.el.
663
664 2005-04-10 Karl Fogel <kfogel@red-bean.com>
665
666 * bookmark.el (bookmark-write-file): Catch errors writing file.
667 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
668
669 2005-04-10 Richard M. Stallman <rms@gnu.org>
670
671 * startup.el (fancy-splash-tail): Update copyright year.
672 (command-line): Split part of -Q into -D.
673 (emacs-basic-display): New defvar.
674 (fancy-splash-text): Correct name of menu item.
675
676 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
677
678 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
679 lines in one node.
680
681 * comint.el (comint-send-input): New arg ARTIFICIAL.
682 Callers in this file changed.
683
684 * abbrev.el (define-abbrevs): Read system abbrevs properly.
685
686 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
687
688 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
689
690 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
691 `ldap-search-internal'.
692
693 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * files.el (set-auto-mode-1): Use line-end-position.
696
697 * international/latin-1.el:
698 * international/latin-2.el:
699 * international/latin-3.el:
700 * international/latin-4.el:
701 * international/latin-5.el:
702 * international/latin-8.el:
703 * international/latin-9.el: Give punctuation syntax to NBSP.
704
705 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
706 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
707 Use char-classes to accept non-ascii letters, accepted in some recent
708 bibtex implementations.
709
710 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
711
712 * custom.el (custom-set-minor-mode): Any non-nil value for the
713 variable should enable the mode when set through Custom.
714
715 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
716
717 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
718 TAB binding so tab-always-indent is obeyed.
719 (vhdl-minibuffer-local-map): Move initialization into declaration.
720 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
721 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
722 (vhdl-hooked-abbrev): Avoid test for XEmacs.
723 (vhdl-current-line): Use line-beginning-position.
724 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
725 with-output-to-temp-buffer, so the current position can be recorded.
726
727 2005-04-10 Masatake YAMATO <jet@gyve.org>
728
729 * progmodes/compile.el (compilation-error-regexp-alist-alist):
730 Add regexp for gcov.
731
732 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
733
734 * calendar/time-date.el (time-to-seconds, seconds-to-time)
735 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
736 syntax which Emacs 20 doesn't support.
737
738 2005-04-09 Richard M. Stallman <rms@gnu.org>
739
740 * help.el (describe-key-briefly, describe-key):
741 Replace strings as event types with "(any string)".
742
743 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * arc-mode.el (archive-mode-map): Move initialization into
746 the declaration. Override *all* bindings of `undo'.
747 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
748
749 2005-04-09 Jay Belanger <belanger@truman.edu>
750
751 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
752
753 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
754
755 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
756 (xterm-register-default-colors): Update color values computation
757 to match xterm-200.
758
759 2005-04-09 Kenichi Handa <handa@m17n.org>
760
761 * international/code-pages.el (iso-latin-7): Fix the map.
762
763 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
764
765 * emacs-lisp/lisp.el (defun-prompt-regexp)
766 (parens-require-spaces, buffer-end, end-of-defun)
767 (insert-parentheses): Doc fixes.
768
769 2005-04-08 Kim F. Storm <storm@cua.dk>
770
771 * comint.el (comint-highlight-prompt): Fix face spec.
772 * hi-lock.el (hi-green): Likewise.
773
774 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
775
776 * cus-edit.el (custom-modified-face):
777 * comint.el (comint-highlight-input): Fix previous changes.
778 * term.el (term-handle-ansi-escape): Add a comment.
779
780 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
783 in the buffer and in whitespace-highlighted-space.
784 (whitespace-unhighlight-the-space): Simplify.
785 (whitespace-buffer): Simplify.
786
787 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
788
789 * textmodes/table.el (table-cell-face): Add special case for
790 displays supporting a high number of colors.
791 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
792 (vhdl-font-lock-reserved-words-face)
793 (vhdl-speedbar-architecture-face)
794 (vhdl-speedbar-instantiation-face)
795 (vhdl-speedbar-architecture-selected-face)
796 (vhdl-speedbar-instantiation-selected-face): Likewise.
797 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
798 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
799 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
800 (ebrowse-root-class-face, ebrowse-member-attribute-face)
801 (ebrowse-progress-face): Likewise.
802 * progmodes/compile.el (compilation-info-face): Likewise.
803 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
804 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
805 * calendar/calendar.el (diary-face): Likewise.
806 * woman.el (woman-italic-face, woman-bold-face)
807 (woman-unknown-face): Likewise.
808 * wid-edit.el (widget-button-pressed-face): Likewise.
809 * whitespace.el (whitespace-highlight-face): Likewise.
810 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
811 * pcvs-info.el (cvs-marked-face): Likewise.
812 * info.el (info-xref): Likewise.
813 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
814 * hilit-chg.el (highlight-changes-face)
815 (highlight-changes-delete-face): Likewise.
816 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
817 (hi-red-b): Likewise.
818 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
819 * font-lock.el (font-lock-keyword-face)
820 (font-lock-function-name-face, font-lock-warning-face): Likewise.
821 * cus-edit.el (custom-invalid-face, custom-modified-face)
822 (custom-set-face, custom-changed-face, custom-variable-tag-face)
823 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
824 * comint.el (comint-highlight-prompt): Likewise.
825
826 2005-04-08 Lute Kamstra <lute@gnu.org>
827
828 * font-lock.el (font-lock-keywords): Docstring fixes.
829
830 2005-04-08 Kenichi Handa <handa@m17n.org>
831
832 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
833 chars are more than a limit, print " and more..." at the tail.
834
835 2005-04-08 Kim F. Storm <storm@cua.dk>
836
837 * emacs-lisp/authors.el (authors-aliases): Update list.
838 (authors-ignored-files): New list.
839 (authors-fixed-entries): Fix typo.
840 (authors-renamed-files-alist): Update list.
841 (authors-add): Check authors-ignored-files.
842
843 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
844
845 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
846 optional, to ensure backward compatibility.
847
848 2005-04-08 Stephen Eglen <stephen@gnu.org>
849
850 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
851
852 2005-04-08 Kim F. Storm <storm@cua.dk>
853
854 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
855
856 * mouse.el (mouse-on-link-p): Doc fix.
857
858 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
859
860 * ielm.el (ielm-prompt-read-only): Doc fix.
861
862 * comint.el (comint-prompt-read-only): Doc fix.
863
864 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
865
866 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
867 ensure dired always handles wildcards passed to ffap.
868 (find-file-at-point): Use it.
869 (ffap-dired-wildcards): Doc fix.
870
871 2005-04-07 Juri Linkov <juri@jurta.org>
872
873 * simple.el (next-error-overlay-arrow-position): New defvar.
874 Put "=>" on its property `overlay-arrow-string'. Add it to
875 `overlay-arrow-variable-list'.
876
877 * progmodes/compile.el (compilation-setup):
878 Set `next-error-overlay-arrow-position' to nil. Also set it to
879 nil in the local hook `kill-buffer-hook'. Make local variable
880 `overlay-arrow-string' and set it to "=>".
881 (compilation-goto-locus): Set BOL position to
882 `next-error-overlay-arrow-position' instead of
883 `overlay-arrow-position'.
884
885 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
886 locally instead of adding it to the global hook.
887 (Info-kill-buffer): Move up.
888
889 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
890
891 * term/xterm.el (xterm-standard-colors): Update color values from
892 xterm-200.
893
894 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
897
898 * fast-lock.el:
899 * lazy-lock.el: Move them to the obsolete subdir.
900
901 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
902
903 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
904 (wdired-add-replace-advice): Remove.
905 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
906
907 2005-04-06 Kim F. Storm <storm@cua.dk>
908
909 * startup.el (command-line): Add --bare-bones alias for -Q.
910
911 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
912
913 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
914 create the startup fontset if a font specification ends with
915 `mac-roman'.
916
917 2005-04-06 Lute Kamstra <lute@gnu.org>
918
919 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
920 change.
921
922 * emacs-lisp/copyright.el (copyright-update-year): Replace the
923 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
924
925 2005-04-05 Lute Kamstra <lute@gnu.org>
926
927 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
928 (define-generic-mode): Ditto. Fix debug declaration.
929
930 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
931 Put them in the generic-x group.
932
933 * calendar/timeclock.el (timeclock): Doc fix.
934
935 * generic.el (define-generic-mode): Don't use custom-current-group.
936 Document default :group value.
937 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
938 (define-global-minor-mode): Don't use custom-current-group.
939
940 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
941
942 * startup.el (command-line-1): Display startup-echo-area-message
943 when fancy splash screen is in use.
944
945 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
946 (sh-escaped-newline): New face.
947 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
948 newline, and use sh-escaped-newline face.
949
950 * progmodes/tcl.el (tcl-escaped-newline): New face.
951 (tcl-builtin-list): New variable.
952 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
953 newlines. Fix keywords subexpression number.
954
955 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
956
957 * textmodes/org.el (org-diary-default-entry): Fix call to
958 `add-to-diary-entry'.
959
960 2005-04-05 Kim F. Storm <storm@cua.dk>
961
962 * ediff-init.el: Use (featurep 'xemacs).
963
964 2005-04-05 David Ponce <david@dponce.com>
965
966 * cus-edit.el (face): Derive from symbol widget. Display sample
967 of the current face on the fly.
968 (widget-face-sample-face-get, widget-face-notify): New functions.
969 (widget-face-value-create): Remove.
970
971 * wid-edit.el (widget-field-end): Temporarily remove field
972 narrowing before to call `get-char-property'.
973
974 2005-04-04 Jay Belanger <belanger@truman.edu>
975
976 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
977 (math-read-subscripts): New variable.
978 (math-read-preprocess-string): Process subscripts.
979
980 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
981
982 * comint.el (comint-prompt-read-only): Doc fix.
983
984 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
985 `-1'. Doc fix.
986
987 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
988
989 * textmodes/org.el (org-insert-mode-line-in-empty-file):
990 Change default value to nil.
991
992 2005-04-04 Lute Kamstra <lute@gnu.org>
993
994 * autorevert.el (auto-revert-mode): Specify :group.
995 * battery.el (display-battery-mode): Specify :group.
996 * diff-mode.el (diff-minor-mode): Specify :group.
997 * font-core.el (font-lock-mode): Specify :group.
998 * hl-line.el (hl-line-mode): Specify :group.
999 * iimage.el (iimage): New customization group.
1000 (iimage-mode): Specify :group.
1001 * longlines.el (longlines-mode): Specify :group.
1002 * master.el: Don't require easy-mmode.
1003 (master): New customization group.
1004 (master-mode): Specify :group.
1005 * msb.el (msb-mode): Specify :group.
1006 * reveal.el (reveal-mode): Specify :group.
1007 * simple.el (next-error-follow-minor-mode): Specify :group.
1008 * smerge-mode.el (smerge-mode): Specify :group.
1009 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
1010 * emulation/cua-base.el (cua-mode): Specify :group.
1011 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
1012 * language/thai-util.el (thai-auto-composition-mode)
1013 (thai-word-mode): Specify :group.
1014 * mail/supercite.el (sc-minor-mode): Specify :group.
1015 * progmodes/cwarn.el (cwarn-mode): Specify :group.
1016 * progmodes/flymake.el (flymake-mode): Specify :group.
1017 * progmodes/glasses.el (glasses-mode): Specify :group.
1018 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
1019 * textmodes/enriched.el (enriched-mode): Specify :group.
1020 * textmodes/refill.el (refill-mode): Specify :group.
1021
1022 * add-log.el (change-log-font-lock-keywords): Names in
1023 parenthesized lists can contain spaces.
1024
1025 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
1026
1027 * startup.el (fancy-splash-text): Shorten default text of
1028 "Emacs Tutorial" line. Also, if the current language env
1029 indicates an available tutorial file other than TUTORIAL,
1030 extract its title and append it to the line in parentheses.
1031 (fancy-splash-insert): If arg is a thunk, funcall it.
1032
1033 2005-04-04 Jay Belanger <belanger@truman.edu>
1034
1035 * calc.el (calc-language-alist): Add tags to customization type.
1036
1037 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
1038
1039 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
1040 Doc fix.
1041
1042 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org>
1043
1044 * add-log.el (change-log-font-lock-keywords): The manual
1045 describing a Change Log entry, says: (...) "Aside from these
1046 header lines, every line in the change log starts with a space or
1047 a tab.". The font-lock was not highlighting lines started with
1048 spaces, added support for it.
1049
1050 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1051
1052 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
1053 (bibtex-generate-url-list): Update docstring accordingly. Put the
1054 complex example in the docstring.
1055 (bibtex-font-lock-url): Use pop.
1056
1057 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
1060
1061 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
1062
1063 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
1064
1065 * filesets.el (filesets-set-default): Doc fix.
1066
1067 2005-04-03 Lute Kamstra <lute@gnu.org>
1068
1069 * generic.el (define-generic-mode): Add argument to specify
1070 keywords for defcustom.
1071 (default-generic-mode): Specify :group.
1072
1073 * generic-x.el: Specify :group for all generic modes.
1074
1075 * desktop.el (desktop-no-desktop-file-hook)
1076 (desktop-after-read-hook): Doc fix.
1077
1078 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
1079
1080 * simple.el (visible-mode): Use explicit :group keyword.
1081 This changes the group of `visible-mode-hook' from paren-blinking
1082 to editing-basics.
1083
1084 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
1085
1086 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
1087 mailbox specifications as well as URLs.
1088 (rmail-insert-inbox-text): Remove unused conditional branches.
1089
1090 2005-04-01 Jay Belanger <belanger@truman.edu>
1091
1092 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
1093 (calc-gnuplot-print-command): Move definitions to calc.el.
1094
1095 * calc/calc-embed.el (calc-embedded-announce-formula)
1096 (calc-embedded-open-formula, calc-embedded-close-formula)
1097 (calc-embedded-open-word, calc-embedded-close-word)
1098 (calc-embedded-open-plain, calc-embedded-close-plain)
1099 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
1100 (calc-embedded-open-mode, calc-embedded-close-mode):
1101 Move definitions to calc.el.
1102
1103 * calc/calc.el (calc-settings-file, calc-language-alist):
1104 Make customizable.
1105 (calc-embedded-announce-formula, calc-embedded-open-formula)
1106 (calc-embedded-close-formula, calc-embedded-open-word)
1107 (calc-embedded-close-word, calc-embedded-open-plain)
1108 (calc-embedded-close-plain, calc-embedded-open-new-formula)
1109 (calc-embedded-close-new-formula, calc-embedded-open-mode)
1110 (calc-embedded-close-mode, calc-gnuplot-name)
1111 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
1112 from other files and make customizable.
1113
1114 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1115
1116 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
1117 Use buffer-live-p.
1118 (cvs-mode-run): Don't call cvs-update-header here.
1119 (cvs-run-process): Call cvs-update-header.
1120 Use process properties for cvs-postprocess and cvs-buffer so that
1121 the sentinel can behave better if the temp buffer is killed.
1122 Use a pipe rather than a tty, to better handle unexpected prompts.
1123 (cvs-sentinel): Rewrite. Call cvs-update-header.
1124
1125 2005-04-01 Andre Spiegel <spiegel@gnu.org>
1126
1127 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
1128 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
1129
1130 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * generic.el (define-generic-mode): Add indentation rule.
1133
1134 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
1135
1136 * files.el (mode-require-final-newline): Make Custom correctly
1137 report a nil value and allow to set it to nil via Custom.
1138 Doc fix.
1139
1140 2005-04-01 Kenichi Handa <handa@m17n.org>
1141
1142 * international/characters.el: Enable the correct case setting for
1143 dotless-i and dotted-I.
1144
1145 2005-04-01 Kim F. Storm <storm@cua.dk>
1146
1147 * ido.el (ido-file-internal): Fall back to non-ido command if
1148 initial directory is on slow ftp (or tramp) host.
1149
1150 2005-03-31 Richard M. Stallman <rms@gnu.org>
1151
1152 * emacs-lisp/autoload.el (make-autoload):
1153 Handle define-global-minor-mode.
1154
1155 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1156 Rename from easy-mmode-define-global-mode.
1157 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
1158
1159 * progmodes/scheme.el (scheme-mode-syntax-table):
1160 Update syntax of | and # for two-character comment syntax.
1161
1162 2005-03-31 Lute Kamstra <lute@gnu.org>
1163
1164 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
1165 (define-minor-mode): Call custom-current-group at load-time.
1166
1167 * generic.el (define-generic-mode): Add debug declaration.
1168 Add defcustom for the mode hook.
1169 (generic-mode-internal): Use run-mode-hooks.
1170
1171 2005-03-31 Kim F. Storm <storm@cua.dk>
1172
1173 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
1174 (mouse-fixup-help-message): New defun called by show_help_echo
1175 to fixup mouse-2 prefix in help messages when applicable.
1176
1177 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
1178
1179 2005-03-31 Kenichi Handa <handa@m17n.org>
1180
1181 * language/thai-word.el (thai-find-word-ends): Pay attention to
1182 the case that we reach the end of buffer.
1183
1184 * textmodes/fill.el (fill-text-properties-at): New function.
1185 (fill-newline): Use fill-text-properties-at instead of
1186 text-properties-at.
1187
1188 2005-03-31 Karl Berry <karl@freefriends.org>
1189
1190 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
1191 not comint-quote-filename.
1192
1193 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
1194
1195 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
1196 not comint-quote-filename.
1197
1198 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
1199
1200 * help-fns.el (help-with-tutorial): Revert last change.
1201
1202 2005-03-31 Kim F. Storm <storm@cua.dk>
1203
1204 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
1205
1206 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
1207
1208 * calendar/cal-china.el: Update reference to "Calendrical
1209 Calculations" book; there's a new edition.
1210 * calendar/cal-coptic.el: Likewise.
1211 * calendar/cal-french.el: Likewise.
1212 * calendar/cal-hebrew.el: Likewise.
1213 * calendar/cal-islam.el: Likewise.
1214 * calendar/cal-iso.el: Likewise.
1215 * calendar/cal-julian.el: Likewise.
1216 * calendar/cal-mayan.el: Likewise.
1217 * calendar/cal-persia.el: Likewise.
1218 * calendar/calendar.el: Likewise.
1219 * calendar/holidays.el: Likewise.
1220 * calendar/lunar.el: Likewise.
1221 * calendar/solar.el: Likewise.
1222
1223 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
1224 white space from doc string.
1225
1226 2005-03-30 Jay Belanger <belanger@truman.edu>
1227
1228 * calc/calc-help.el (calc-full-help): Remove email address.
1229
1230 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
1231
1232 * help-fns.el (help-with-tutorial): Delete title line.
1233
1234 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1235
1236 * calendar/cal-x.el (calendar-one-frame-setup)
1237 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
1238 rather than 'symbol for set-window-dedicated-p.
1239
1240 * calendar/appt.el (appt-buffer-name): Make it a constant.
1241 (appt-add): Doc fix.
1242
1243 * filesets.el (filesets-menu-path, filesets-menu-before)
1244 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
1245 (filesets-menu-cache-file): Use directory ~/.emacs.d.
1246 (filesets-add-submenu): Delete and use add-submenu instead.
1247
1248 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
1249
1250 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
1251 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
1252 (org-diary-default-entry): New function.
1253 (org-get-entries-from-diary): Better parsing of diary entries.
1254 (org-agenda-check-no-diary): New function.
1255 ("diary-lib"): Advice to function `add-to-diary-list', to allow
1256 linking to diary entries.
1257 (org-agenda-execute-calendar-command): New function.
1258 (org-agenda): Improve visible section in window.
1259 Use `org-fit-agenda-window'.
1260 (org-fit-agenda-window): New option.
1261 (org-move-subtree-down): Better handling of empty lines
1262 at end of subtree.
1263 (org-cycle): Numeric prefix is interpreted now as show-subtree N
1264 levels up.
1265 (org-fontify-done-headline): New option.
1266 (org-headline-done-face): New face.
1267 (org-set-font-lock-defaults): Use `org-headline-done-face'.
1268 (org-table-copy-down): Rename from `org-table-copy-from-above'.
1269 When current field is non-empty, it is copied to next row.
1270 (org-table-copy-from-above): Fix bug which made it
1271 impossible to copy fields containing only a single non-white character.
1272
1273 2005-03-30 Kim F. Storm <storm@cua.dk>
1274
1275 * kmacro.el (kmacro-end-macro): Isearch may store this command
1276 into the macro -- so ignore it when executing keyboard macro.
1277
1278 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
1279
1280 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
1281
1282 2005-03-29 Kenichi Handa <handa@m17n.org>
1283
1284 * language/thai.el ("Thai"): Set setup-function and exit-function
1285 for Thai language environment.
1286
1287 * language/thai-util.el: Require thai-word.
1288 (thai-word-mode-map): New variable.
1289 (thai-word-mode): New minor mode.
1290 (setup-thai-language-environment-internal): New function.
1291 (exit-thai-language-environment-internal): New function.
1292
1293 * language/thai-word.el (thai-word-table): Declare it by defvar,
1294 use dolist to initialize it.
1295 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
1296 (thai-fill-find-break-point): New functions.
1297
1298 2005-03-29 Richard M. Stallman <rms@gnu.org>
1299
1300 * simple.el (idle-update-delay): Move definition up.
1301 (set-mark): Doc fix.
1302
1303 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
1304
1305 * longlines.el: New file.
1306
1307 * simple.el (buffer-substring-filters): New variable.
1308 (filter-buffer-substring): New function.
1309 (kill-region, copy-region-as-kill): Use it.
1310
1311 * register.el (copy-to-register, append-to-register)
1312 (prepend-to-register): Use filter-buffer-substring.
1313
1314 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
1315
1316 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
1317 (gud-filter-pending-text): Move in front of gdb.
1318 (gud-overlay-arrow-position): New variable.
1319 (gud-sentinel, gud-display-line): Use it in place of
1320 overlay-arrow-position.
1321
1322 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
1323
1324 * progmodes/fortran.el (fortran-if-indent): Doc fix.
1325 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
1326 (fortran-font-lock-keywords-4): New variable.
1327 (fortran-blocks-re, fortran-end-block-re)
1328 (fortran-start-block-re): New constants, for hideshow.
1329 (hs-special-modes-alist): Add a Fortran entry.
1330 (fortran-mode-map): Bind fortran-end-of-block,
1331 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
1332 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
1333 (fortran-looking-at-if-then, fortran-end-of-block)
1334 (fortran-beginning-of-block): New functions, for hideshow.
1335
1336 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
1337 fix. Tweak regexp.
1338 (f90-beginning-of-block): Push mark first.
1339
1340 2005-03-29 Jay Belanger <belanger@truman.edu>
1341
1342 * calc/calc.el: Update copyright date.
1343 (calc-version): Increase to 2.1.
1344 (calc-version-date): Remove.
1345
1346 * calc/calc-help.el: Update copyright date.
1347 (calc-full-help): Remove reference to calc-version-date.
1348 Update copyright date.
1349
1350 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * vc.el (vc-do-command): Use a pipe for async processes, so password
1353 prompts don't show up at places where the user can't reply.
1354
1355 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
1356
1357 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
1358 on the file name we pass to the inferior shell.
1359
1360 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
1361
1362 * progmodes/which-func.el (which-function): Be robust in the face of an
1363 imenu--make-index-alist failure.
1364
1365 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1366
1367 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
1368
1369 * progmodes/python.el (python-preoutput-filter): Fix last change.
1370
1371 2005-03-29 Lute Kamstra <lute@gnu.org>
1372
1373 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
1374 functions and compiled macros.
1375 (debug-convert-byte-code): Handle macros too.
1376 (debug-on-entry-1): Don't signal an error when trying to clear a
1377 function that is not set to debug on entry.
1378
1379 2005-03-29 Jay Belanger <belanger@truman.edu>
1380
1381 * calc/calc-lang.el: Add functions to math-function-table
1382 properties of tex and math.
1383
1384 2005-03-29 Kenichi Handa <handa@m17n.org>
1385
1386 * ps-mule.el (ps-mule-plot-string): Translate characters by
1387 ps-print-translation-table.
1388 (ps-mule-begin-job): Call find-charset-region/string with
1389 ps-print-translation-table.
1390 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
1391
1392 * ps-print.el (ps-print-translation-table): New variable.
1393 (ps-plot-region): Translate characters by ps-print-translation-table.
1394
1395 2005-03-29 Juri Linkov <juri@jurta.org>
1396
1397 * simple.el (next-error-highlight-timer): New variable.
1398
1399 * progmodes/compile.el (compilation-goto-locus):
1400 Use `next-error-highlight-timer' instead of `sit-for'.
1401
1402 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * mail/supercite.el (sc-mail-field): Use assoc-string.
1405 (sc-get-address): Simplify regexps.
1406
1407 * files.el (minibuffer-with-setup-hook): New macro.
1408 (find-file-read-args): Use it to avoid let-binding
1409 minibuffer-with-setup-hook (which breaks turning on/off
1410 file-name-shadow-mode while in the prompt).
1411
1412 * complete.el (PC-read-include-file-name-internal): Use test-completion.
1413
1414 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
1415
1416 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
1417
1418 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * window.el (window-buffer-height): Use count-screen-lines.
1421
1422 * progmodes/python.el (python-preoutput-leftover): New var.
1423 (python-preoutput-filter): Use it.
1424 (python-send-receive): Loop until all the result has been received.
1425
1426 2005-03-28 Juri Linkov <juri@jurta.org>
1427
1428 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
1429
1430 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
1431 "Recover Crashed Session".
1432 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
1433 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
1434 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
1435 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
1436 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
1437 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
1438 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
1439 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
1440
1441 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
1442 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
1443 Ediff Sessions", "Toggle use of separate control buffer frame",
1444 "Use separate frame for Ediff control buffer".
1445
1446 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
1447 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
1448 "Rename Bookmark", "Delete Bookmark".
1449
1450 * info.el (Info-mode-menu): Remove ellipsis from "Index".
1451 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
1452 Add `:active Info-index-alternatives' to "Next Matching Item".
1453
1454 * wdired.el (wdired-change-to-wdired-mode):
1455 Mention `wdired-abort-changes' key in the initial message.
1456
1457 * international/mule.el (auto-coding-alist): Associate non-ascii
1458 image filename extensions with `no-conversion'.
1459
1460 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
1461
1462 * international/iso-acc.el:
1463 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
1464
1465 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
1466
1467 * textmodes/sgml-mode.el (html-mode): Doc update.
1468
1469 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
1470
1471 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
1472
1473 * term.el (term-move-columns): Fix face after extending a line.
1474 (term-insert-spaces): Likewise.
1475 (term-reset-terminal): Fix off by one error.
1476
1477 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1478
1479 * international/mule.el (auto-coding-alist): Add .xpi files.
1480
1481 * files.el (auto-mode-alist): Add .xpi files.
1482
1483 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
1484
1485 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
1486
1487 2005-03-26 Eli Zaretskii <eliz@gnu.org>
1488
1489 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
1490
1491 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
1492
1493 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
1494 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
1495
1496 * calendar/cal-move.el (calendar-beginning-of-year): Move the
1497 cursor to Jan 1 when needed.
1498 (calendar-end-of-year): Fix -/+ typo.
1499 Reported by Chong Yidong <cyd@stupidchicken.com>.
1500
1501 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
1504
1505 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
1506 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
1507
1508 2005-03-25 Richard M. Stallman <rms@gnu.org>
1509
1510 * filesets.el (filesets-init): Add autoload.
1511
1512 * mail/mailalias.el (mail-directory): Doc fix.
1513
1514 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1515
1516 * mail/mailalias.el (mail-directory-process): Do nothing if
1517 mail-directory-process is an atom.
1518 (mail-get-names): Ignore mail-directory-names if it is an atom.
1519 (mail-directory-process defvar): Doc fix.
1520 (mail-names): Doc fix.
1521
1522 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
1523
1524 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
1525
1526 2005-03-26 Kenichi Handa <handa@m17n.org>
1527
1528 * international/mule-util.el (detect-coding-with-priority):
1529 Call update-coding-systems-internal before detect-coding-region.
1530
1531 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
1532
1533 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
1534 (gdb-frames-mode-map): Add follow-link property.
1535
1536 2005-03-25 Jay Belanger <belanger@truman.edu>
1537
1538 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
1539 for variables.
1540
1541 2005-03-25 Juri Linkov <juri@jurta.org>
1542
1543 * image-mode.el: Optimize image filename extension regexps in
1544 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
1545 in `auto-mode-alist'.
1546 (image-mode): Add `image-toggle-display-text' to local hook
1547 `change-major-mode-hook'. Display the image as an image by
1548 default. Set `cursor-type' and `truncate-lines' if the image
1549 is already displayed. Take into account the current mode (image
1550 or text) in message.
1551 (image-minor-mode): New minor mode.
1552 (image-mode-maybe, image-toggle-display-text): New functions.
1553 (image-toggle-display): Use called-interactively-p.
1554 Let-bind `inhibit-read-only' to t.
1555
1556 * image-mode.el (image-minor-mode): Set `cursor-type' and
1557 `truncate-lines' if the image is already displayed. Add turning
1558 image-minor-mode off to `change-major-mode-hook'. Add message.
1559 Call `image-toggle-display-text' after turning image-minor-mode off.
1560
1561 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
1564 Terminal.app, use utf-8.
1565 (set-display-table-and-terminal-coding-system): Add coding-system arg.
1566 (set-locale-environment): Use it.
1567
1568 * term/xterm.el: Undo last change, better done in mule-cmds.el.
1569
1570 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
1571
1572 * progmodes/python.el (python-close-block-statement-p)
1573 (python-outdent-p, python-current-defun): Use symbol-end.
1574
1575 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
1576
1577 * files.el (save-some-buffers): Doc fix.
1578
1579 2005-03-25 Werner Lemberg <wl@gnu.org>
1580
1581 * complete.el, thumbs.el: Replace `legal' with `valid'.
1582 * calendar/calendar.el: Replace `legal' with `valid'.
1583 * emacs-lisp/advice.el: Replace `legal' with `valid'.
1584 * mail/supercite.el: Replace `legal' with `valid'.
1585 * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
1586 progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
1587 `valid'.
1588 * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
1589 with `valid'.
1590
1591 2005-03-25 Werner Lemberg <wl@gnu.org>
1592
1593 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
1594 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
1595 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
1596 * emulation/vip.el: Replace `illegal' with `invalid'.
1597 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
1598 * mail/supercite.el: Replace `illegal' with `invalid'.
1599 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
1600 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
1601 progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
1602 progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
1603 `invalid'.
1604 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
1605 textmodes/reftex-index.el, textmodes/reftex-parse.el,
1606 textmodes/reftex-ref.el, textmodes/reftex-vars.el,
1607 textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
1608
1609 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1610
1611 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
1612 (flymake-find-buildfile, flymake-find-possible-master-files)
1613 (flymake-check-include, flymake-parse-line): Replace loops over the
1614 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
1615
1616 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
1617 Substitute file-name-as-directory in the rest of the file.
1618 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
1619 (flymake-replace-region): Remove unused arg `buffer'.
1620 (flymake-check-patch-master-file-buffer): Update calls to it.
1621 (flymake-add-err-info): Remove unused var `count'.
1622 (flymake-mode): Use define-minor-mode.
1623
1624 * progmodes/flymake.el: Use with-current-buffer.
1625 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
1626 flymake-replace-regexp-in-string, flymake-line-beginning-position)
1627 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
1628 Avoid testing for `xemacs'.
1629 (flymake-nop): Move.
1630 (flymake-region-has-flymake-overlays): Return the computed value.
1631 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
1632 Remove unused var `endline'.
1633 (flymake-get-line-count): Remove unused function.
1634 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
1635
1636 * emulation/vi.el:
1637 * generic.el:
1638 * hilit-chg.el (global-highlight-changes):
1639 * hi-lock.el (hi-lock-mode):
1640 * follow.el: find-file-hooks -> find-file-hook.
1641
1642 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
1643
1644 2005-03-24 Juri Linkov <juri@jurta.org>
1645
1646 * dired.el (dired-mode-map): Add menu item "Compare directories"
1647 for dired-compare-directories.
1648
1649 * dired-aux.el (dired-compare-directories): Add autoload cookie.
1650 Doc fix. Replace `read-file-name' with `read-directory-name'.
1651
1652 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1653
1654 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
1655
1656 2005-03-24 Jay Belanger <belanger@truman.edu>
1657
1658 * calc/calc-embed.el (calc-embedded-mode-change): Save all
1659 relevant mode settings in calc-embedded-original-modes when modes
1660 are permanently changed.
1661
1662 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * autoinsert.el: find-file-hooks -> find-file-hook.
1665
1666 2005-03-24 Lute Kamstra <lute@gnu.org>
1667
1668 * generic.el (generic-font-lock-defaults): Make it obsolete.
1669 (generic-font-lock-keywords): New variable to replace
1670 generic-font-lock-defaults.
1671 (generic-mode-set-font-lock): Delete it.
1672 (generic-mode-internal): Don't call generic-mode-set-font-lock.
1673 (generic-bracket-support): Add docstring.
1674
1675 * generic-x.el: Rename generic-font-lock-defaults to
1676 generic-font-lock-keywords throughout.
1677 (mailagent-rules-setup-function): Delete it.
1678 (mailagent-rules-generic-mode): Use anonymous function instead.
1679 (show-tabs-generic-mode-font-lock-defaults-1)
1680 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
1681 Quote faces.
1682 (show-tabs-tab-face, show-tabs-space-face): Specify background,
1683 not foreground.
1684
1685 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1686 Recognize define-generic-mode.
1687
1688 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
1691 if there's no completion table.
1692
1693 2005-03-23 Miles Bader <miles@gnu.org>
1694
1695 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1696 Remove tty-specific variants, as they're no longer needed.
1697
1698 2005-03-23 Lute Kamstra <lute@gnu.org>
1699
1700 * generic-x.el: Code cleanup: make args constant whenever possible.
1701 (installshield-statement-keyword-list)
1702 (installshield-system-functions-list)
1703 (installshield-system-variables-list, installshield-types-list)
1704 (installshield-funarg-constants-list): Make them constants.
1705
1706 * generic.el (generic-make-keywords-list): Add autoload cookie.
1707
1708 * calendar/time-date.el: Add comment on time value formats.
1709 Don't require parse-time.
1710 (with-decoded-time-value): New macro.
1711 (encode-time-value): New function.
1712 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
1713 (days-to-time): Return a valid time value when arg is huge.
1714 (time-since): Use time-subtract.
1715 (time-to-number-of-days): Use time-to-seconds.
1716
1717 2005-03-23 David Ponce <david@dponce.com>
1718
1719 * recentf.el: (recentf-keep): New option.
1720 (recentf-menu-action): Default to `find-file'.
1721 (recentf-keep-non-readable-files-flag)
1722 (recentf-keep-non-readable-files-p)
1723 (recentf-file-readable-p, recentf-find-file)
1724 (recentf-cleanup-remote): Remove.
1725 (recentf-include-p): More robust.
1726 (recentf-keep-p): New function.
1727 (recentf-remove-if-non-kept): Rename from
1728 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
1729 All callers updated.
1730 (recentf-menu-items-for-commands): Fix help string.
1731 (recentf-track-closed-file): Update. Doc fix.
1732 (recentf-cleanup): Update. Count removed files. Doc fix.
1733
1734 2005-03-23 Kim F. Storm <storm@cua.dk>
1735
1736 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1737 Don't inherit from fringe face (now happens automatically).
1738
1739 2005-03-22 Kim F. Storm <storm@cua.dk>
1740
1741 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
1742 position values.
1743
1744 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * menu-bar.el (showhide-date-time): Remove.
1747 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
1748 (menu-bar-make-mm-toggle): Simplify.
1749
1750 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1751
1752 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
1753 Accept qualified variable and function names.
1754
1755 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
1756
1757 * bindings.el (completion-ignored-extensions):
1758 Remove ".lis" for `vax-vms'.
1759
1760 2005-03-22 Andreas Schwab <schwab@suse.de>
1761
1762 * generic-x.el: Revert last change.
1763 * ldefs-boot.el: Update.
1764
1765 2005-03-22 Jay Belanger <belanger@truman.edu>
1766
1767 * calc/calc-embed (calc-embedded-original-modes): New variable.
1768 (calc-embedded-save-original-modes)
1769 (calc-embedded-restore-original-modes): New functions.
1770 (calc-do-embedded): Save original modes when entering embedded mode
1771 and restore when leaving embedded mode.
1772 (calc-embedded-modes-change): Change the value of
1773 calc-embedded-original-modes to reflect permanent changes.
1774
1775 2005-03-22 Lute Kamstra <lute@gnu.org>
1776
1777 * generic-x.el: Require generic again.
1778
1779 2005-03-22 Miles Bader <miles@gnu.org>
1780
1781 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
1782 Tweak details to look good on both ttys and bitmap displays, light
1783 or dark background, etc.
1784
1785 2005-03-21 Kim F. Storm <storm@cua.dk>
1786
1787 * tooltip.el (tooltip-show-help-function): Check car and cdr of
1788 mouse position.
1789
1790 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * icomplete.el: Don't forcibly turn on the mode upon load.
1793 (icomplete-mode): Use define-minor-mode.
1794 (icomplete-eoinput): Default to nil.
1795 (icomplete-minibuffer-setup): Remove autoload.
1796 (icomplete-tidy): Simplify.
1797 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
1798 in the initial state or if the user has modified the field.
1799 Fix handling of icomplete-max-delay-chars.
1800 Remove code that handles the oddball case where
1801 minibuffer-completion-table is an integer.
1802 Wrap icomplete-completions in while-no-input in case building
1803 completions takes more time than expected.
1804 (icomplete-completions): Simplify.
1805
1806 2005-03-21 Richard M. Stallman <rms@gnu.org>
1807
1808 * jka-compr.el (jka-compr-really-do-compress):
1809 Make variable buffer-local.
1810
1811 * image-mode.el: Handle .xpm files too.
1812 (image-toggle-display): Preserve modification flag.
1813
1814 * help.el (where-is): Don't mention aliases with no key bindings.
1815
1816 2005-03-21 Lute Kamstra <lute@gnu.org>
1817
1818 * generic.el: Fix commentary section. Don't require cl for compilation.
1819 (generic-mode-list): Add autoload cookie.
1820 (generic-use-find-file-hook, generic-lines-to-scan)
1821 (generic-find-file-regexp, generic-ignore-files-regexp)
1822 (generic-mode, generic-mode-find-file-hook)
1823 (generic-mode-ini-file-find-file-hook): Fix docstrings.
1824 (define-generic-mode): Make it a defmacro. Fix docstring.
1825 (generic-mode-internal): Code cleanup. Add autoload cookie.
1826 (generic-mode-set-comments): Code cleanup.
1827 * generic-x.el: Don't prevent compilation. Don't require generic.
1828 Follow coding conventions. Minor code cleanup.
1829 (etc-fstab-generic-mode): Add some keywords.
1830 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
1831 define-generic-mode like a function declaration.
1832
1833 2005-03-21 Jay Belanger <belanger@truman.edu>
1834
1835 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
1836 changing modes.
1837
1838 2005-03-21 Sam Steingold <sds@gnu.org>
1839
1840 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
1841
1842 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
1843
1844 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
1845 Add underscore to "f$ lexicals" regexp.
1846
1847 2005-03-20 Juri Linkov <juri@jurta.org>
1848
1849 * subr.el (progress-reporter-do-update): When `min-value' is equal
1850 to `max-value', set `percentage' to 0 and prevent division by zero.
1851
1852 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
1853
1854 Sync with Tramp 2.0.48.
1855
1856 * tramp.el (all): Change all addresses to .gnu.org.
1857 (tramp-append-tramp-buffers): New defun.
1858 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
1859 Catch `dont-send' signal.
1860 (tramp-set-auto-save-file-modes): Set always permissions, because
1861 there might be an old auto-saved file belonging to another
1862 original file. This could be a security threat. Reported by
1863 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
1864 Check for Emacs 21.3.50 removed.
1865
1866 * tramp-smb.el (all): Remove debug construct for
1867 `with-parsed-tramp-file-name'.
1868 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
1869 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
1870 No error message if DIRECTORY or FILENAME doesn't exist.
1871 (tramp-smb-open-connection): Check existence of
1872 `tramp-smb-program'.
1873
1874 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1875
1876 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
1877 Properly handle the case where the `m' or `s' command's argument is not
1878 yet terminated.
1879 (perl-indent-new-calculate): New function.
1880 (perl-indent-line): Use it.
1881
1882 2005-03-20 Miles Bader <miles@gnu.org>
1883
1884 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
1885 in text-mode too. Change to new face names.
1886 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
1887 Add `:weight bold' attribute.
1888 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
1889
1890 2005-03-19 Juri Linkov <juri@jurta.org>
1891
1892 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
1893
1894 * international/mule.el (auto-coding-alist): Sync with
1895 `auto-mode-alist' by adding upper case archive file extensions
1896 and adding ear/war to jar extension.
1897
1898 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
1899
1900 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
1901 running, restart it.
1902
1903 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
1904
1905 * finder.el (finder-current-item): Throw an error on an empty line.
1906
1907 * man.el (Man-follow-manual-reference): If current-word returns
1908 nil, use "".
1909
1910 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
1911
1912 * simple.el (goto-line): Doc fix.
1913
1914 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
1915
1916 * files.el (save-buffer): Doc fix.
1917
1918 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
1919
1920 * recentf.el (recentf-cleanup-remote): New variable.
1921 (recentf-cleanup): Use it to conditionally check availablity of
1922 remote files.
1923
1924 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1925
1926 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
1927 function names.
1928
1929 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1930
1931 * language/thai-word.el: New file.
1932
1933 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
1934
1935 * files.el (backup-buffer): If the file's directory is not
1936 writable, use copy instead of move to backup the file.
1937
1938 2005-03-19 Eli Zaretskii <eliz@gnu.org>
1939
1940 * obsolete/keyswap.el: Moved to obsolete/ from term/.
1941
1942 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1943
1944 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
1945 Use functionp instead of symbolp and fboundp. Reported by Drkm
1946 <darkman_spam@yahoo.fr>.
1947 (ps-print-version): New version 6.6.6.
1948
1949 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
1950
1951 * textmodes/table.el (table--line-column-position): New idiom.
1952 (table--row-column-insertion-point-p): New function to test
1953 validity of row and column insertion operation at a location.
1954 (table-global-menu, table-cell-menu): Use above functions for
1955 deterministic test operation.
1956 (table--editable-cell-p): Behave in deterministic fashion.
1957
1958 2005-03-18 Juri Linkov <juri@jurta.org>
1959
1960 * isearch.el (isearch-lazy-highlight-new-loop):
1961 Make arguments beg and end optional.
1962 (isearch-update): Remove optional arguments nil from
1963 isearch-lazy-highlight-new-loop.
1964 (isearch-lazy-highlight-search): Let-bind case-fold-search to
1965 isearch-lazy-highlight-case-fold-search instead of
1966 isearch-case-fold-search, and let-bind isearch-regexp to
1967 isearch-lazy-highlight-regexp.
1968 Use isearch-lazy-highlight-last-string instead of isearch-string.
1969
1970 * replace.el (perform-replace): Remove bindings of global
1971 variables isearch-string, isearch-regexp, isearch-case-fold-search.
1972 Add three new arguments to `replace-highlight'.
1973 (replace-highlight): Add arguments string, regexp, case-fold.
1974 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
1975 to allow isearch-lazy-highlight-new-loop to use these values
1976 to set corresponding isearch-lazy-highlight-* internal
1977 variables whose values lazy highlighting will use regardless of
1978 changes to global variables isearch-string, isearch-regexp,
1979 isearch-case-fold-search during lazy highlighting loop.
1980 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
1981 to `lazy-highlight-cleanup'.
1982
1983 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
1984 (ispell-highlight-face): Set default face to `isearch' when
1985 lazy highlighting is enabled.
1986 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
1987 priority to 1. Add lazy highlighting.
1988 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
1989 from `isearch-dehighlight'.
1990
1991 2005-03-18 David Ponce <david@dponce.com>
1992
1993 * files.el (hack-local-variables): Do a case-insensitive search
1994 for End.
1995
1996 2005-03-18 Juri Linkov <juri@jurta.org>
1997
1998 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
1999 `isearch-lazy-highlight-cleanup', add alias to old name and
2000 declare obsolete. Add release numbers to other obsolete vars.
2001 (isearch-done, isearch-lazy-highlight-new-loop):
2002 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
2003 (lazy-highlight-cleanup) <variable>: Doc fix.
2004 (isearch-lazy-highlight-update): Rename obsolete
2005 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
2006
2007 2005-03-18 Kenichi Handa <handa@m17n.org>
2008
2009 * language/thai-util.el: Fix categorization of Thai characters in
2010 thai-category-table.
2011 (thai-composition-pattern): Adjust it for the above change.
2012 (thai-self-insert-command, thai-compose-syllable): New functions.
2013 (thai-compose-region): Use thai-compose-syllable.
2014 (thai-compose-string): Likewise.
2015 (thai-composition-function): Likewise.
2016 (thai-auto-composition): New function.
2017 (thai-auto-composition-mode): New minor mode.
2018
2019 * language/thai.el: Fix patterns to be registered in
2020 composition-function-table.
2021
2022 * international/quail.el (quail-input-method): Locally bind
2023 inhibit-modification-hooks to t.
2024
2025 2005-03-17 Richard M. Stallman <rms@gnu.org>
2026
2027 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
2028 (perl-mode): Use run-mode-hooks.
2029
2030 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
2031 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
2032 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
2033
2034 * mail/sendmail.el (sendmail-send-it): Reenable the code
2035 to compute resend-to-address and use it.
2036
2037 * tar-mode.el (tar-mode): Turn off undo unconditionally.
2038
2039 * image-mode.el: New file.
2040
2041 * image.el (insert-sliced-image): Add autoload cookie.
2042
2043 * font-lock.el (font-lock-lines-before): New user option.
2044 (font-lock-after-change-function): Obey it.
2045
2046 * bindings.el (esc-map): Make M-g a prefix.
2047 Bind M-g g and M-g M-g to goto-line.
2048
2049 * faces.el (face-id): Doc fix.
2050
2051 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2052
2053 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
2054 (rmail-show-message): Use rmail-unknown-mail-followup-to.
2055 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
2056
2057 * mail/sendmail.el (mail-yank-ignored-headers)
2058 (mail-font-lock-keywords, mail-mode-fill-paragraph):
2059 Add Mail-Followup-To and Mail-Reply-To headers.
2060 (mail-citation-hook): Add autoload cookie.
2061 (mail-mode): Doc fix.
2062 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
2063 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
2064 (mail-mode-fill-paragraph): Handle those headers.
2065 (mail-mailing-lists): New variable.
2066 (mail-mail-reply-to, mail-mail-followup-to): New functions.
2067
2068 2005-03-17 Juri Linkov <juri@jurta.org>
2069
2070 * isearch.el (isearch-fallback): Check for `(car previous)'
2071 before calling `isearch-other-end-state'.
2072
2073 2005-03-17 Kim F. Storm <storm@cua.dk>
2074
2075 * simple.el (move-beginning-of-line): Move to beginning of buffer
2076 line, as well as beginning of screen line.
2077
2078 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
2079
2080 * calendar/diary-lib.el (mark-diary-entries): Use new optional
2081 argument REDRAW rather than calendar-redrawing variable.
2082 * calendar/calendar.el (calendar-redrawing): Delete.
2083 (redraw-calendar): Do not bind calendar-redrawing.
2084
2085 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
2086
2087 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
2088 diary-file buffer.
2089
2090 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2091
2092 * help.el (describe-mode): Allow a :minor-mode-function property to
2093 specify a different minor mode toggle function than the variable.
2094 * simple.el (auto-fill-function):
2095 * subr.el (add-minor-mode): Use it.
2096
2097 2005-03-16 Kenichi Handa <handa@m17n.org>
2098
2099 * language/ethio-util.el (sera-being-called-by-w3): New variable.
2100 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
2101 (ethio-fidel-to-sera-buffer): Likewise.
2102
2103 2005-03-16 Juri Linkov <juri@jurta.org>
2104
2105 * emacs-lisp/find-func.el (find-function-regexp):
2106 Add defun-emitting macro `menu-bar-make-toggle'.
2107
2108 * isearch.el: Put `isearch-scroll' property to
2109 `split-window-horizontally'.
2110
2111 * info.el: Update error messages for `debug-ignored-errors'.
2112 (Info-isearch-search): Doc fix.
2113 (Info-find-node): Move up code to go into info buffer before
2114 recording the node to the history.
2115 (Info-fontify-node): Fontify titles only if the next line
2116 has two or more `*', `=', `-', `.'.
2117 Display "go to this node" for empty (match-string 3).
2118
2119 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2120
2121 * term/mac-win.el: Add mouse pointer shape constants.
2122
2123 2005-03-15 Kim F. Storm <storm@cua.dk>
2124
2125 * simple.el (move-beginning-of-line): Use vertical-motion.
2126
2127 2005-03-15 Juri Linkov <juri@jurta.org>
2128
2129 * isearch.el (isearch-error): New variable.
2130 (isearch-invalid-regexp, isearch-within-brackets): Remove.
2131 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
2132 (isearch-within-brackets-state): Remove.
2133 (isearch-case-fold-search-state, isearch-pop-fun-state):
2134 Decrease frame index.
2135 (isearch-mode, isearch-top-state, isearch-push-state)
2136 (isearch-edit-string, isearch-abort, isearch-search-and-update)
2137 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
2138 (isearch-search, isearch-lazy-highlight-new-loop):
2139 Replace `isearch-invalid-regexp' with `isearch-error'.
2140 Remove `isearch-within-brackets'.
2141 (isearch-search): Add `search-failed' handler to `condition-case'.
2142 (isearch-lazy-highlight-search): Add `condition-case' to catch
2143 errors and allow `isearch-lazy-highlight-update' to try
2144 highlighting from the beginning of the window.
2145 (isearch-repeat): Move up code to set isearch-wrapped to t
2146 before calling isearch-wrap-function.
2147
2148 * info.el (Info-isearch-initial-node): New internal variable.
2149 (Info-search): Signal an error in isearch mode when search leaves
2150 the initial node. Signal an error when `bound' is non-nil and
2151 nothing was found in the current subfile.
2152 (Info-isearch-search): Remove `condition-case'.
2153 (Info-isearch-wrap): Don't wrap when search failed during leaving
2154 the initial node. If `Info-isearch-search' is nil, wrap around
2155 the current node.
2156 (Info-isearch-start): New fun.
2157 (Info-mode): Add buffer-local hook `Info-isearch-start' to
2158 `isearch-mode-hook'.
2159
2160 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2161
2162 * simple.el (normal-erase-is-backspace): Set default to t if
2163 running on Mac.
2164
2165 * term/mac-win.el (function-key-map): Sync with x-win.el.
2166
2167 2005-03-15 Kenichi Handa <handa@m17n.org>
2168
2169 * international/mule-cmds.el (locale-language-names): Modify the
2170 format of elements and add more entries.
2171 (locale-preferred-coding-systems): Add more entries.
2172 (set-locale-environment): Adjust for the change of
2173 locale-language-names.
2174
2175 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * pcvs.el (smerge-ediff): Remove bogus autoload.
2178
2179 2005-03-14 Lute Kamstra <lute@gnu.org>
2180
2181 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
2182 Ignore a `*' at the beginning of a line.
2183
2184 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
2185 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
2186 subr.el.
2187 (dont-compile, eval-when-compile, eval-and-compile): Use declare
2188 to specify indentation.
2189
2190 * generic.el (define-generic-mode): Let generic-mode-list be a
2191 list of strings; test membership with equal.
2192
2193 2005-03-14 Kim F. Storm <storm@cua.dk>
2194
2195 * simple.el (next-line, previous-line): Add optional try-vscroll
2196 arg to recognize interactive use. Pass it on to line-move.
2197 (line-move): Don't perform auto-window-vscroll when defining or
2198 executing keyboard macro to ensure consistent behaviour.
2199
2200 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
2203
2204 2005-03-13 Lute Kamstra <lute@gnu.org>
2205
2206 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
2207 debugger-setup-buffer so that backtrace marks the frames set to
2208 debug-on-exit and we don't have to do it manually. Set an extra
2209 debug-on-exit for macro's.
2210 (debugger-setup-buffer): Don't mark the top frame manually.
2211
2212 2005-03-12 Lute Kamstra <lute@gnu.org>
2213
2214 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
2215 lisp-indent-function throughout.
2216 (with-no-warnings): Set lisp-indent-function property.
2217
2218 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
2219
2220 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
2221 Add entry for backslash.
2222
2223 2005-03-12 Juri Linkov <juri@jurta.org>
2224
2225 * info.el (Info-search): Four fixes for backward search.
2226
2227 2005-03-11 Jay Belanger <belanger@truman.edu>
2228
2229 * calc/calc.el (calc-language-alist): New variable.
2230 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
2231 (calc-embedded-find-modes): Use calc-language-alist instead of
2232 calc-embedded-language-alist.
2233
2234 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
2235
2236 * calendar/calendar.el (calendar-redrawing): New internal
2237 variable.
2238 (redraw-calendar): Remove bogus save-excursion from previous
2239 change. Bind calendar-redrawing to t for mark-diary-entries.
2240 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
2241 calendar if that is why we were called.
2242
2243 2005-03-11 Kenichi Handa <handa@m17n.org>
2244
2245 * international/mule.el (make-coding-system): Set property
2246 coding-system-define-form to nil.
2247 (define-coding-system-alias): Likewise.
2248
2249 2005-03-11 Kenichi Handa <handa@m17n.org>
2250
2251 These changes are suggested by Dave Love <fx@gnu.org>.
2252
2253 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
2254 coding: tag.
2255 (adaptive-fill-regexp): Add more bullets.
2256 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
2257 regexps.
2258
2259 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2260
2261 * help.el (describe-mode): Properly handle non-trivial lighters.
2262 Don't ignore minor modes that are not listed in minor-mode-list.
2263
2264 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
2265 feature ON when the user requests to turn it OFF.
2266
2267 2005-03-10 Lute Kamstra <lute@gnu.org>
2268
2269 * emacs-lisp/debug.el (debug-entry-code): Delete it.
2270 (implement-debug-on-entry): New function to replace debug-entry-code.
2271 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
2272 second argument as the 2005-03-07 change makes it obsolete.
2273 (debug-on-entry, cancel-debug-on-entry): Update call to
2274 debug-on-entry-1.
2275 (debug, debugger-setup-buffer): Comment update.
2276 (debugger-frame-number): Update to work with implement-debug-on-entry.
2277
2278 2005-03-10 Jay Belanger <belanger@truman.edu>
2279
2280 * calc/calc-embed.el (math-ms-args): Declare it.
2281 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
2282 math-ms-args.
2283 (calc-embedded-subst): Use math-multi-subst-rec to substitute
2284 variables.
2285
2286 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
2287
2288 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
2289 Use message-box.
2290
2291 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
2292 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
2293 (tooltip-gud-tips): Simplify.
2294 (tooltip-gud-tips-p): Remove superflouous :set.
2295 (tooltip-gud-modes): Add fortran-mode.
2296 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
2297
2298 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
2299
2300 2005-03-09 Kim F. Storm <storm@cua.dk>
2301
2302 * play/animate.el (animate-place-char): Use forward-line instead
2303 of next-line to improve performance.
2304
2305 2005-03-09 Simon Josefsson <jas@extundo.com>
2306
2307 * net/browse-url.el (browse-url-default-browser): Doc fix.
2308
2309 2005-03-09 Miles Bader <miles@gnu.org>
2310
2311 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
2312 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
2313
2314 2005-03-09 Kenichi Handa <handa@m17n.org>
2315
2316 * international/latin-1.el: Set case and syntax for 255 only if
2317 set-case-syntax-set-multibyte is nil.
2318
2319 * textmodes/ispell.el (ispell-insert-word): New function.
2320 (ispell-word): Use ispell-insert-word to insert a new word.
2321 (ispell-process-line): Likewise.
2322 (ispell-complete-word): Likewise.
2323
2324 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
2325
2326 * calendar/calendar.el (redraw-calendar): Preserve point.
2327 Reported by Matt Hodges <MPHodges@member.fsf.org>.
2328 (calendar-week-start-day): Move after definition of
2329 redraw-calendar. Delete buffer test, since redraw-calendar has
2330 that now.
2331
2332 * calendar/diary-lib.el (mark-diary-entries): Only call
2333 redraw-calendar in the first of any recursive calls.
2334 Reported by Alan Shutko <ats@acm.org>.
2335
2336 2005-03-08 Juri Linkov <juri@jurta.org>
2337
2338 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
2339 (html-horizontal-rule, html-line, html-image, html-checkboxes)
2340 (html-radio-buttons): Add a space before the trailing `/>' where
2341 sgml-xml-mode is non-nil.
2342 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
2343 the subsequent tag of the empty XML tag.
2344 (html-href-anchor): Don't set initial input to "http:".
2345 (html-image): Ask for the image URL and set point inside alt="".
2346 (html-name-anchor): Duplicate the name in the `id' attribute when
2347 sgml-xml-mode is non-nil.
2348 (html-paragraph): Remove \n before <p>.
2349 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
2350 instead of `checked' when sgml-xml-mode is non-nil.
2351
2352 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
2353 Remove 1 space before #RRGGBB to not truncate it on terminal
2354 windows w/o fringes. Remove 1 space between bg and fg examples
2355 to get more space.
2356 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
2357 avoid byte-compile warnings.
2358
2359 * image-file.el (image-file-handler): Put `safe-magic' property to
2360 `image-file-handler'.
2361
2362 * info.el (Info-isearch-search): Emulate word search in
2363 isearching through multiple Info nodes with Info-search.
2364 (Info-isearch-wrap): Allow isearch-word.
2365
2366 2005-03-08 Lute Kamstra <lute@gnu.org>
2367
2368 * emacs-lisp/debug.el (debugger-step-through): Make sure that
2369 stepping into the debugger's code is not possible.
2370 (debugger-jumping-flag): Docstring update.
2371
2372 2005-03-08 Jay Belanger <belanger@truman.edu>
2373
2374 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
2375 embedded mode begins.
2376 (calc-embedded-language-alist): New variable.
2377 (calc-embedded-find-modes): Use calc-embedded-language-alist to
2378 set default language mode.
2379
2380 2005-03-08 Kenichi Handa <handa@m17n.org>
2381
2382 * international/ccl.el (define-ccl-program): Fix docstring about
2383 extra 256 bytes assured for the output buffer.
2384
2385 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2386 Fix BUFFER_MAGNIFICATION to 2.
2387 (ccl-encode-mule-utf-16be-with-signature): Likewise.
2388
2389 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
2390
2391 * align.el (align-rules-list): Added an alignment rule for CSS
2392 declarations (applies to css-mode and html-mode buffers).
2393
2394 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
2397
2398 2005-03-07 Kim F. Storm <storm@cua.dk>
2399
2400 * simple.el (move-beginning-of-line): New command.
2401
2402 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
2403
2404 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
2405
2406 * emulation/cua-base.el: Put CUA move property on move-end-of-line
2407 and move-beginning-of-line.
2408
2409 * apropos.el (apropos-print): Omit command from M-x ... RET.
2410
2411 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
2412
2413 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
2414 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
2415
2416 2005-03-06 Richard M. Stallman <rms@gnu.org>
2417
2418 * bindings.el (esc-map): Bind M-g to goto-line.
2419
2420 * facemenu.el (global-map): Bind M-o, not M-g.
2421
2422 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2423
2424 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
2425 "Open Directory" as for "Open File".
2426
2427 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
2430 (push-mark-command): Run activate-mark-hook.
2431
2432 2005-03-06 Richard M. Stallman <rms@gnu.org>
2433
2434 * help-mode.el (help-mode-finish): Don't alter the element
2435 in view-return-to-alist if there already is one.
2436
2437 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
2438 make sure the current buffer is the expected one.
2439
2440 * novice.el (disabled-command-function): Output in *Disabled Command*.
2441 Explicitly ignore non-keyboard events, and explicitly handle C-g.
2442
2443 * textmodes/flyspell.el (flyspell-large-region):
2444 Pass args differently for aspell.
2445
2446 * files.el (mode-require-final-newline): Doc fix.
2447
2448 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2449
2450 * progmodes/which-func.el (which-function):
2451 Specify NOERROR when calling imenu--make-index-alist.
2452
2453 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2454
2455 * simple.el (normal-erase-is-backspace): Define default value.
2456
2457 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
2458 (custom-reevaluate-setting): Simple function to handle
2459 variables that are defined before their default value can really
2460 be computed.
2461
2462 * startup.el (command-line): Use it for temporary-file-directory,
2463 small-emporary-file-directory, auto-save-file-name-transforms,
2464 blink-cursor-mode, and normal-erase-is-backspace.
2465
2466 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
2467 progress, even with buggy anchored keywords.
2468
2469 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
2470
2471 * simple.el (goto-line): Remove unbalanced final parenthesis.
2472
2473 2005-03-05 Richard M. Stallman <rms@gnu.org>
2474
2475 * simple.el (goto-line): Use a number at point as the default.
2476 With C-u as arg, switch buffers.
2477
2478 2005-03-05 Juri Linkov <juri@jurta.org>
2479
2480 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
2481 with `no-blinking-cursor'.
2482
2483 * startup.el (no-blinking-cursor): New defvar.
2484 (command-line): Add `--no-blinking-cursor' to longopts.
2485 Set `no-blinking-cursor' to t for command line arguments
2486 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
2487 with `no-blinking-cursor' in the condition for calling
2488 `blink-cursor-mode'.
2489
2490 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
2491
2492 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
2493 (menu-bar-options-save): Add blink-cursor-mode.
2494 (menu-bar-options-menu): Add blink-cursor-mode.
2495
2496 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
2497
2498 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
2499 (icalendar-export-file, icalendar-export-region)
2500 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
2501 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
2502
2503 2005-03-04 Lute Kamstra <lute@gnu.org>
2504
2505 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
2506 (debug-function-list): Ditto.
2507
2508 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
2509
2510 * textmodes/texinfmt.el (texinfo-append-refill):
2511 Redefine the types of line to which @refill
2512 is not appended by replacing a search for `@refill\\|@bye' with
2513 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
2514 itemize@refill' bug and the unfilled long lines bug.
2515 (texinfmt-version): Update number and date.
2516
2517 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
2518
2519 * international/code-pages.el (windows-1250, windows-125[2-8])
2520 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
2521
2522 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
2525 bound yet.
2526
2527 2005-03-02 Romain Francoise <romain@orebokech.com>
2528
2529 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
2530 buffer after removing limits.
2531 (ibuffer-pop-filter): Ditto.
2532 Update copyright.
2533
2534 2005-03-02 Miles Bader <miles@gnu.org>
2535
2536 * button.el (make-text-button): If the user doesn't specify a
2537 type, use the default. Rewrite to use `add-text-properties' and
2538 plist functions.
2539
2540 2005-03-01 Lute Kamstra <lute@gnu.org>
2541
2542 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
2543 (debugger-jumping-flag): New var.
2544 (debug-entry-code): Use it.
2545 (debugger-jump): Use debugger-jumping-flag and add
2546 debugger-reenable to post-command-hook.
2547 (debugger-reenable): Use debugger-jumping-flag and remove itself
2548 from post-command-hook.
2549 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
2550 debugger-reenable.
2551
2552 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
2553
2554 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
2555 inclusion of "itemize\\|", which may be unnecessary, is certainly
2556 inelegant, and stops refilling in itemize lists when formatting
2557 Japanese Texinfo files to Info.
2558 Update copyright to 2005.
2559
2560 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
2561
2562 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
2563 of an error if GDB can't find the source file.
2564
2565 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
2566
2567 * calendar/calendar.el (redraw-calendar): Work from any buffer,
2568 not just the calendar.
2569
2570 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
2571 first.
2572 (diary-redraw-calendar): New function.
2573 (make-diary-entry): Add diary-redraw-calendar to local
2574 write-contents-functions. Turn off selective display before
2575 inserting in diary.
2576
2577 2005-03-01 Kim F. Storm <storm@cua.dk>
2578
2579 * emacs-lisp/copyright.el (copyright-fix-years): New command.
2580
2581 2005-03-01 Lute Kamstra <lute@gnu.org>
2582
2583 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
2584 that debug-entry-code can be safely removed from a function while
2585 this code is being evaluated. Revert the 2005-02-27 change as the
2586 new implementation no longer requires it. Make sure that a
2587 function body containing just a string is not mistaken for a docstring.
2588 (debug): Skip one more frame in case of debug on entry.
2589 (debugger-setup-buffer): Delete one more frame line in case of
2590 debug on entry.
2591 (debugger-frame-number): Update to use the new text introduced by
2592 the 1999-11-03 change. Skip one more frame in case of debug on entry.
2593
2594 2005-02-28 Kim F. Storm <storm@cua.dk>
2595
2596 * double.el (double-translate-key): Call force-window-update after
2597 read-event to avoid crash in redisplay.
2598
2599 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
2602 (debug): Use it. Move the inhibit-trace earlier.
2603 (debug-entry-code): New const.
2604 (debug-on-entry-1): Use it.
2605
2606 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * international/utf-16.el (ccl-encode-mule-utf-16le):
2609 Fix BUFFER_MAGNIFICATION to 2.
2610 (ccl-encode-mule-utf-16be): Likewise.
2611
2612 2005-02-28 Kenichi Handa <handa@m17n.org>
2613
2614 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
2615 Fix BUFFER_MAGNIFICATION to 4.
2616 (ccl-encode-mule-utf-16be-with-signature): Likewise.
2617
2618 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
2619
2620 * speedbar.el (speedbar-update-flag): Doc fix.
2621 (speedbar-show-info-under-mouse): Give set-mouse-position the right
2622 argument.
2623
2624 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * reveal.el (reveal-post-command): Don't try to reveal overlays which
2627 have a non-nil `invisible' property but are actually visible.
2628
2629 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
2630 for perldoc sections.
2631 (perl-outline-regexp, perl-outline-level): New var and function.
2632 (perl-mode): Use them.
2633
2634 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
2635
2636 * calendar/diary-lib.el (diary-remind): Discard any mark portion
2637 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
2638
2639 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
2640
2641 * cus-edit.el: Comment change.
2642 (custom-buffer-create-internal): Slightly reword text at top of
2643 Custom buffers. Mention there that saving an option edits the
2644 init file. Add link to Emacs manual node on `custom-file'.
2645 (custom-magic-alist): Rewrite individual State messages to use
2646 capitalized keywords. Doc fix.
2647
2648 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
2649
2650 * calendar/calendar.el (calendar-buffer): Move above
2651 calendar-week-start-day.
2652 (calendar-week-start-day): Doc fix. Add :set function.
2653 (calendar-minimum-window-height): New variable.
2654 (generate-calendar-window): Only resize window if selected-window
2655 is displaying the calendar buffer. Use new variable
2656 calendar-minimum-window-height.
2657 (generate-calendar): Reword error message.
2658 (calendar-mode-map): Bind DEL to scroll-other-window-down.
2659
2660 2005-02-27 Andreas Schwab <schwab@suse.de>
2661
2662 * vc.el (vc-do-command): Don't run command asynchronously when
2663 operating in a remote directory.
2664
2665 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
2666 change from sync with Tramp 2.0.47.
2667
2668 2005-02-27 Richard M. Stallman <rms@gnu.org>
2669
2670 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2671
2672 * textmodes/flyspell.el (flyspell-mode-on):
2673 Call ispell-change-dictionary only if necessary.
2674
2675 * emacs-lisp/re-builder.el (regexp-builder): New function.
2676
2677 * register.el (describe-register-1): Explicitly handle
2678 yank-excluded-properties = t.
2679
2680 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
2681 (custom-magic-alist): Change the status descriptions again.
2682 (face widget-type): Total rewrite based on `restricted-sexp'
2683 to eliminate the confusing double hiding levels.
2684
2685 * emacs-lisp/debug.el (debug-on-entry-1):
2686 If function body is empty, add nil as body form.
2687
2688 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * emacs-lisp/trace.el (inhibit-trace): New var.
2691 (trace-make-advice): Use it.
2692
2693 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
2694
2695 2005-02-26 Kim F. Storm <storm@cua.dk>
2696
2697 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
2698 (mouse-on-link-p, mouse-drag-region-1): Use it.
2699
2700 2005-02-25 Lute Kamstra <lute@gnu.org>
2701
2702 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
2703
2704 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
2705
2706 * frame.el (blink-cursor-mode): Add :group keyword.
2707
2708 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
2709
2710 * calendar/icalendar.el (icalendar--decode-isodatetime):
2711 New optional argument DAY-SHIFT.
2712 (icalendar-export-region): Fix coding-system-for-write.
2713 (icalendar--convert-ical-to-diary): Shift end-day of all-day
2714 events by one.
2715
2716 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
2719
2720 2005-02-24 Kim F. Storm <storm@cua.dk>
2721
2722 * international/iso-acc.el (iso-accents-compose): Fix crash
2723 during redisplay. Call force-window-update after read-event
2724 and delete-region to signal that window is not accurate.
2725
2726 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
2729 Remove unused and inexistent var `inhibit-trace'.
2730 (debugger-mode): Use run-mode-hooks.
2731 (debugger-list-functions): Add buttons; setup xref stack.
2732
2733 2005-02-23 Richard M. Stallman <rms@gnu.org>
2734
2735 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
2736 appointment says it was explicitly made.
2737 (appt-add): Set the 3rd element.
2738 (appt-make-list): Preserve explicit appointments.
2739
2740 * subr.el (find-tag-default): Catch errors in forward-sexp.
2741
2742 2005-02-23 Juri Linkov <juri@jurta.org>
2743
2744 * info.el (Info-isearch-search): New defcustom.
2745 (Info-isearch-search): Call the default isearch function
2746 when Info-isearch-search is nil.
2747 (Info-isearch-wrap): Use variable Info-isearch-search.
2748
2749 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
2750
2751 * cus-edit.el: Comment change.
2752
2753 2005-02-22 Kim F. Storm <storm@cua.dk>
2754
2755 * progmodes/hideif.el (hide-ifdef-use-define-alist):
2756 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
2757
2758 2005-02-22 Simon Josefsson <jas@extundo.com>
2759
2760 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
2761 New variable.
2762 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
2763 Oskarsson" <myrkraverk@users.sourceforget.net>.
2764
2765 2005-02-22 Kim F. Storm <storm@cua.dk>
2766
2767 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
2768 check that window of that event is the selected window.
2769 (mouse-drag-region-1): Compare mouse event window to selected
2770 window before setting point.
2771
2772 * tooltip.el (tooltip-show-help-function): Pass event to
2773 mouse-on-link-p so it can check selected window.
2774
2775 2005-02-22 Kenichi Handa <handa@m17n.org>
2776
2777 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
2778 (ps-mule-show-warning): New function.
2779 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
2780 characters are found.
2781
2782 * ps-print.el (ps-header-footer-string): Return a list of header
2783 and footer strings.
2784
2785 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2786
2787 * pcvs.el (cvs-retrieve-revision): Fix thinko.
2788
2789 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2790
2791 * frame.el (blink-cursor-mode): Use define-minor-mode.
2792
2793 * term/mac-win.el (function-key-map): Use char-names more consistently.
2794 (file-name-coding-system): Only set it for MacOS-9. The other case is
2795 already handled in mule-cmds.el (where it also works when mac-win.el
2796 is not used).
2797
2798 2005-02-21 Kenichi Handa <handa@m17n.org>
2799
2800 * international/mule.el (ctext-pre-write-conversion): Always use
2801 " *code-converting-work*" buffer for work.
2802
2803 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
2804
2805 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
2806
2807 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
2808
2809 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
2810
2811 * ses.el (undo-more): Restore defadvice, but only the part that
2812 allows changes outside the restricted area of the buffer.
2813
2814 2005-02-20 Kim F. Storm <storm@cua.dk>
2815
2816 * simple.el (line-move): Add fourth optional arg try-vscroll which
2817 must be set to perform auto-window-vscroll.
2818 When moving backwards and doing auto-window-vscroll, automatically
2819 vscroll to the last part of lines which are taller than the window.
2820 (next-line, previous-line): Set try-vscroll arg on line-move.
2821
2822 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
2823
2824 * replace.el (query-replace, query-replace-regexp)
2825 (replace-string, replace-regexp): When operating on region, make
2826 the minibuffer prompt say so.
2827
2828 * isearch.el (isearch-forward): Document isearch-query-replace and
2829 isearch-query-replace-regexp keybindings.
2830
2831 2005-02-19 Jay Belanger <belanger@truman.edu>
2832
2833 * calc/calc-aent.el (math-read-token): Add local variable.
2834
2835 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
2836 (calc-edit-top): Move declaration to earlier in file.
2837 (calc-edit-macro-repeats): Add local variables.
2838
2839 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
2840 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
2841 calcFunc-tanh.
2842 Adjust integration rule for calcFunc-tan.
2843
2844 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2845
2846 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
2847 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
2848 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
2849 (viper-skip-separators): Bug fix.
2850 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
2851 particular major mode.
2852 (viper-del-backward-char-in-replace): Don't put deleted char on the
2853 kill ring.
2854
2855 * viper-ex.el (viper-color-display-p): New function.
2856 (viper-has-face-support-p): Use viper-color-display-p.
2857
2858 * viper-keym.el (viper-gnus-modifier-map): New keymap.
2859
2860 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
2861
2862 * viper-util.el (viper-glob-unix-files): Fix shell status check.
2863 (viper-file-remote-p): Make equivalent to file-remote-p.
2864
2865 * viper.el (viper-major-mode-modifier-list):
2866 Use viper-gnus-modifier-map.
2867
2868 2005-02-19 David Kastrup <dak@gnu.org>
2869
2870 * subr.el (subregexp-context-p): Fix garbled doc string by adding
2871 quoting.
2872
2873 2005-02-19 Jay Belanger <belanger@truman.edu>
2874
2875 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
2876 Remove extra definitions.
2877 (calc-coth): New function.
2878 (calcFunc-cot): Fix `let'.
2879
2880 2005-02-19 Eli Zaretskii <eliz@gnu.org>
2881
2882 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
2883 the reasons we use "type pc" in these faces.
2884
2885 * button.el (button): Ditto.
2886
2887 2005-02-19 Michael Mauger <mmaug@yahoo.com>
2888
2889 * replace.el (query-replace-read-from): Set the value of
2890 query-replace-from-history-variable to handle the case of an empty
2891 string entered to accept the suggested default.
2892
2893 * net/tramp.el (tramp-file-name-for-operation):
2894 Use dired-call-process instead of dired-call-process-command.
2895
2896 2005-02-19 Jay Belanger <belanger@truman.edu>
2897
2898 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
2899 (math-div-non-trig): New variables.
2900 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
2901 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
2902 (math-combine-prod, math-div-symb-fancy): Add simplifications for
2903 trig expressions.
2904
2905 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
2906
2907 * progmodes/gdb-ui.el (gdb-var-update-handler)
2908 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
2909 for watch expressions,
2910 (gdb-var-create-handler): Don't set speedbar-update-flag.
2911 (gdb-post-prompt): Simplify test for speedbar.
2912
2913 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
2914
2915 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
2916 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
2917 we use the syntax table of the correct buffer.
2918 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
2919 Felix Gatzemeier.
2920
2921 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
2922 (ediff-file-remote-p): Make synonymous with file-remote-p.
2923 In all deffaces ediff-*-face-*, use min-colors.
2924
2925 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
2926 ediff-recurse-to-subdirectories.
2927 (ediff-mark-if-equal): Check that the arguments are strings, use
2928 ediff-same-contents (after to Felix Gatzemeier).
2929
2930 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
2931 nil.
2932
2933 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2934
2935 * log-view.el (log-view-message-re): Fix up Subversion regexp.
2936
2937 2005-02-18 David Kastrup <dak@gnu.org>
2938
2939 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
2940 use `mark-active' when defined.
2941
2942 2005-02-18 Kenichi Handa <handa@m17n.org>
2943
2944 * ps-print.el (ps-font-info-database): New entry
2945 ZapfChancery-MediumItalic with correct font name. Fix font name
2946 of the entry Zapf-Chancery-MediumItalic.
2947
2948 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
2949
2950 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
2951
2952 2005-02-16 Kim F. Storm <storm@cua.dk>
2953
2954 * ido.el (ido-fallback-command): Pass user input to fallback command.
2955
2956 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
2957
2958 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
2959 (gdb-find-file-hook): Add server prefix.
2960
2961 2005-02-16 Richard M. Stallman <rms@gnu.org>
2962
2963 * replace.el (perform-replace): Pass new args to replace-highlight.
2964 (replace-highlight): Take region args,
2965 and pass them to isearch-lazy-highlight-new-loop.
2966
2967 * novice.el (disabled-command-hook): Autoload the defalias
2968 and the make-obsolete-variable call.
2969
2970 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
2971
2972 * isearch.el (isearch-lazy-highlight-start-limit)
2973 (isearch-lazy-highlight-end-limit): New variables limit
2974 the region for highlighting.
2975 (isearch-lazy-highlight-new-loop): New args BEG and END.
2976 (isearch-lazy-highlight-search): Use the new vars.
2977 (isearch-lazy-highlight-update): Likewise.
2978
2979 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
2980
2981 * cus-start.el (all): Use default-boundp.
2982
2983 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
2984
2985 * menu-bar.el (menu-bar-select-frame): Handle current frame.
2986
2987 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
2988
2989 * autorevert.el (auto-revert-stop-on-user-input)
2990 (auto-revert-verbose): Doc fixes.
2991
2992 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2993
2994 * international/mule-cmds.el (set-locale-environment): Remove call
2995 to set-selection-coding-system on Windows.
2996
2997 2005-02-15 Jay Belanger <belanger@truman.edu>
2998
2999 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
3000 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
3001 calcFunc-coth.
3002 (math-simplify-sqrt): Add simplifications.
3003
3004 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
3005 to list.
3006
3007 * calc/calc-ext.el: Add functions to autoloads.
3008
3009 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
3010 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
3011 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
3012 (math-csc-raw, math-cot-raw): New functions.
3013
3014 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
3015
3016 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
3017 the variable name in a message.
3018
3019 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
3020 calcFunc-csc, calcFunc-cot.
3021
3022 * calc/calcalg2.el: Add derivative and integration rules for
3023 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
3024 calcFunc-csch, calcFunc-coth.
3025 (math-do-integral-methods): Add to checks for when to use
3026 substitutions.
3027
3028 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
3029
3030 2005-02-15 Lute Kamstra <lute@gnu.org>
3031
3032 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3033 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
3034 <monnier@iro.umontreal.ca>
3035 (lisp-outline-level): Improve efficiency. Suggested by David
3036 Kastrup <dak@gnu.org>.
3037
3038 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
3039
3040 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
3041 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
3042 (gdb-set-gud-minor-mode-existing-buffers): New functions.
3043 (gdb-find-file-hook): New hook. Add it to find-file-hook.
3044 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
3045
3046 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
3047
3048 * cus-start.el (all): Comment change.
3049
3050 2005-02-14 Lute Kamstra <lute@gnu.org>
3051
3052 * cus-start.el (all): Check if symbol is void.
3053
3054 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
3055
3056 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
3057 optional argument to \cite.
3058
3059 2005-02-14 Richard M. Stallman <rms@gnu.org>
3060
3061 * cus-edit.el (custom-buffer-create-internal): Update help message.
3062 (custom-magic-alist): Update help messages.
3063
3064 * cus-start.el (all): Allow a var to specify a standard value.
3065
3066 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
3067
3068 * custom.el (custom-theme-set-variables): Handle variable aliases.
3069
3070 * frame.el (blink-cursor-timer): Doc fix.
3071 (blink-cursor): Make it an alias for `blink-cursor-mode' and
3072 declare obsolete.
3073 (blink-cursor-mode): Define with defcustom and use correct
3074 standard expression in that defcustom.
3075 * startup.el (command-line): Adapt to above changes in frame.el.
3076
3077 2005-02-11 Lute Kamstra <lute@gnu.org>
3078
3079 * apropos.el (apropos-score-doc): Prevent division by zero.
3080
3081 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
3082
3083 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
3084 (icalendar--get-event-property-attributes)
3085 (icalendar--get-event-properties)
3086 (icalendar--datetime-to-diary-date): New functions.
3087 (icalendar--split-value): Doc fix.
3088 (icalendar--datetime-to-noneuropean-date)
3089 (icalendar--datetime-to-european-date): New optional argument
3090 SEPARATOR. Return result as a string instead of a list.
3091 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
3092 (icalendar--convert-string-for-export): Rename arg S to STRING.
3093 (icalendar-export-region): Doc fix. Change name of error buffer.
3094 Save output buffer.
3095 (icalendar-import-file): Add blank at end of prompt.
3096 (icalendar-import-buffer): Doc fix. Do not switch to error
3097 buffer. Indicate status in return value.
3098 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
3099 buffer. Save output buffer. Handle exception from recurrence
3100 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
3101 events. Fix problems with weekly all-day events.
3102
3103 2005-02-10 Richard M. Stallman <rms@gnu.org>
3104
3105 * simple.el (eval-expression-print-format):
3106 Avoid warning about edebug-active.
3107
3108 * help.el (help-for-help-internal): Rename from help-for-help.
3109 (help-for-help): Define with defalias.
3110
3111 * font-core.el (font-lock-default-function): Use with-no-warnings.
3112
3113 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
3114
3115 * custom.el (defface): Doc fix.
3116
3117 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
3118
3119 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
3120 width 0" to prevent word wrapping problems.
3121
3122 2005-02-09 Kim F. Storm <storm@cua.dk>
3123
3124 * ido.el (ido-file-extensions-order): New defcustom.
3125 (ido-file-extension-lessp, ido-file-extension-aux)
3126 (ido-file-extension-order): New advanced file ordering.
3127 (ido-file-lessp): New simple file ordering.
3128 (ido-sort-list): Remove.
3129 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
3130 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
3131
3132 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
3133
3134 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
3135 that some versions of grep produce.
3136 (grep-mode-font-lock-keywords): Likewise.
3137
3138 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
3139
3140 * progmodes/gdb-ui.el (gdb-location-list): New variable.
3141 (gdb-cdir): Delete.
3142 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
3143 (gdb-source-info): Treat case when source file is in another
3144 directory properly.
3145 (gdb-get-location): New function.
3146
3147 2005-02-07 Jay Belanger <belanger@truman.edu>
3148
3149 * calc/calc-prog.el (calc-write-parse-table-part)
3150 (calc-fix-token-name): Fix a check for language type.
3151
3152 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
3153
3154 2005-02-07 Andre Spiegel <spiegel@gnu.org>
3155
3156 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
3157 as directory not writable.
3158
3159 2005-02-07 Kim F. Storm <storm@cua.dk>
3160
3161 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
3162 (cua--standard-movement-commands): Remove list.
3163 Instead, set CUA property value to move for movement commands.
3164 (cua-movement-commands): Remove. Users must set CUA prop instead.
3165 (cua--pre-command-handler): Check CUA property.
3166 (cua--init-keymaps): Don't remap undo commands.
3167 (cua-mode): Don't call cua--rectangle-on-off.
3168
3169 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
3170 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
3171 (cua--rect-undo-set-point): New var.
3172 (cua--rectangle-undo-boundary): Setup undo apply entry.
3173 (cua--rect-undo-handler): New function for rectangle undo.
3174 (cua--rect-start-position, cua--rect-end-position): Add.
3175 (cua--rectangle-post-command): Call cua--rectangle-set-corners
3176 for restored rectangle. Set point if cua--rect-undo-set-point.
3177
3178 2005-02-06 Jay Belanger <belanger@truman.edu>
3179
3180 * calc/calc-lang.el (calc-tex-language): Display more information
3181 in messages.
3182
3183 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
3184 in TeX mode.
3185
3186 2005-02-06 Richard M. Stallman <rms@gnu.org>
3187
3188 * emacs-lisp/lisp.el (buffer-end): Doc fix.
3189
3190 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
3191
3192 * net/ldap.el (ldap-search-internal): Support attributes with
3193 optional descriptions separated by a semi-colon, as in
3194 "userCertificate;binary".
3195
3196 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3197
3198 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
3199 isn't a cons (i.e. the version is 0).
3200
3201 2005-02-05 Eli Zaretskii <eliz@gnu.org>
3202
3203 * help.el (help-for-help): Doc fix.
3204
3205 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
3206
3207 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
3208 GDB-Windows on the menu-bar as this works better.
3209
3210 2005-02-04 Jay Belanger <belanger@truman.edu>
3211
3212 * calc/calc-embed.el (calc-embedded-update): Don't put in
3213 unnecessary newlines. Adjust the end of formula marker.
3214
3215 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
3216 (math-latex-parse-two-args): New function.
3217
3218 2005-02-03 Lute Kamstra <lute@gnu.org>
3219
3220 * help-fns.el (help-with-tutorial): Make sure that users cannot
3221 remove the entire text of the tutorial by means of `undo'.
3222
3223 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
3226 in recent changes, where the ispell process was repeatedly
3227 killed & restarted.
3228
3229 * international/mule-cmds.el (set-locale-environment): Set file-name
3230 coding system to utf-8 on Darwin systems.
3231 (set-default-coding-systems): Don't set default-file-name-coding-system
3232 on Darwin systems.
3233
3234 2005-02-03 Richard M. Stallman <rms@gnu.org>
3235
3236 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
3237
3238 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
3239
3240 * faces.el (list-faces-display): Add optional argument.
3241
3242 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3243
3244 * font-core.el (font-lock-default-function): Handle the rare case where
3245 only font-lock-keywords is set.
3246
3247 2005-02-02 Kenichi Handa <handa@m17n.org>
3248
3249 * international/characters.el: Cancel previous change for
3250 I-WITH-DOT-ABOVE and DOTLESS-i.
3251
3252 * international/latin-5.el: Cancel previous change.
3253
3254 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
3255
3256 * progmodes/gud.el: Correction to syntax in gud-menu-map.
3257
3258 2005-02-02 Kenichi Handa <handa@m17n.org>
3259
3260 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
3261 DOTLESS-i.
3262
3263 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
3264 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
3265
3266 * case-table.el (get-upcase-table): New function.
3267 (copy-case-table): Copy upcaes table too if non-nil.
3268 (set-case-syntax-delims): Maintain upcase table too.
3269 (set-case-syntax-pair): Likewise.
3270 (set-upcase-syntax, set-downcase-syntax): New functions.
3271 (set-case-syntax): Maintain upcase table too.
3272
3273 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
3274
3275 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
3276
3277 * progmodes/gud.el (gud-goto-info): New function.
3278 (gud-tool-bar-map): Use correct icon.
3279
3280 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
3281
3282 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
3283 When delegating, order args in the funcall correctly.
3284
3285 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
3286
3287 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
3288
3289 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
3290
3291 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
3292 buffer not visiting a file.
3293
3294 2005-01-31 Jay Belanger <belanger@truman.edu>
3295
3296 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
3297 bound on the line with the formula.
3298
3299 2005-01-31 Kim F. Storm <storm@cua.dk>
3300
3301 * ses.el (ses-create-cell-variable-range)
3302 (ses-destroy-cell-variable-range, ses-reset-header-string)
3303 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
3304 (ses-insert-row): Fix format of apply undo entries.
3305
3306 2005-01-31 Jay Belanger <belanger@truman.edu>
3307
3308 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
3309 parts.
3310
3311 * calc/calc-embed.el (calc-embedded-open-formula)
3312 (calc-embedded-close-formula): Ignore matrix environments.
3313
3314 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
3315 TeX mode.
3316
3317 * calc/calc-lang.el (math-function-table, math-oper-table)
3318 (math-variable-table): Adjust the LaTeX portions.
3319
3320 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
3321 (math-latex-ignore-words): New constant.
3322
3323 2005-01-31 Richard M. Stallman <rms@gnu.org>
3324
3325 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
3326 (ispell-local-dictionary): Doc fix.
3327 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
3328 Don't reinitialize at run time. Don't defcustom.
3329 All uses changed to append ispell-local-dictionary-alist,
3330 or check it first.
3331 (ispell-current-dictionary): New variable for dictionary in use.
3332 (ispell-dictionary): Now used only for global default.
3333 (ispell-start-process): Set ispell-current-dictionary,
3334 not ispell-dictionary.
3335 (ispell-change-dictionary): Use this only for setting
3336 user preferences.
3337 (ispell-internal-change-dictionary): New function
3338 to change the current dictionary in use.
3339 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
3340 Use ispell-current-dictionary.
3341 Handle ispell-local-dictionary-overridden.
3342 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
3343
3344 2005-01-31 Jay Belanger <belanger@truman.edu>
3345
3346 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
3347
3348 * calc/calc-ext.el: Add calc-latex-language to autoloads.
3349 (calc-mode-map): Add calc-latex-language.
3350
3351 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
3352 (math-latex-print-frac): New functions.
3353 (math-oper-table, math-function-table, math-variable-table)
3354 (math-complex-format, math-input-filter): Add latex properties.
3355 (calc-set-language): Set math-expr-special-function-mapping.
3356
3357 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
3358 (calc-write-parse-table-part): Add LaTeX support.
3359
3360 * calc/calc.el (calc-language): Adjust docstring.
3361 (calc-set-mode-line): Add LaTeX support.
3362 (math-expr-special-function-mapping): New variable.
3363 (math-tex-ignore-words): Add to list.
3364
3365 * calc/calccomp.el (math-compose-expr, math-compose-rows):
3366 Add LaTeX support.
3367 (math-compose-expr): Add support for special functions.
3368
3369 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
3370
3371 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
3372
3373 * progmodes/gdb-ui.el (gdb-memory-address)
3374 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
3375 (gdb-memory-mode-map, gdb-memory-format-keymap)
3376 (gdb-memory-format-menu, gdb-memory-unit-keymap)
3377 (gdb-memory-unit-menu): New variables for a buffer
3378 that lets the user examine program memory.
3379 (gdb-memory-set-address, gdb-memory-set-repeat-count)
3380 (gdb-memory-format-binary, gdb-memory-format-octal)
3381 (gdb-memory-format-unsigned, gdb-memory-format-signed)
3382 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
3383 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
3384 (gdb-memory-unit-word, gdb-memory-unit-halfword)
3385 (gdb-memory-unit-byte, gdb-memory-unit-menu)
3386 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
3387 (gdb-memory-mode, gdb-memory-buffer-name)
3388 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
3389 New functions for above buffer.
3390
3391 2005-01-30 Richard M. Stallman <rms@gnu.org>
3392
3393 * cus-edit.el (custom-bury-buffer): Function deleted.
3394 (custom-buffer-done-function): Option deleted.
3395 (custom-buffer-done-kill): New (replacement option.
3396 (Custom-buffer-done): Call quit-window.
3397 (custom-buffer-create-internal): Update for above changes.
3398
3399 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
3400
3401 * simple.el (undo-ask-before-discard): New var.
3402 (undo-outer-limit-truncate): Implement it.
3403 (undo-extra-outer-limit): Doc update.
3404
3405 2005-01-29 Richard M. Stallman <rms@gnu.org>
3406
3407 * ses.el (undo-more): Delete defadvice.
3408 (ses-begin-change): Doc fix.
3409
3410 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
3411 instead of rebinding C-x u and C-_.
3412
3413 * files.el (normal-backup-enable-predicate): Return nil for files
3414 in /tmp, regardless of temporary-file-directory.
3415
3416 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
3417
3418 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
3419 (open-rectangle, delete-whitespace-rectangle-line)
3420 (clear-rectangle-line): If FILL, pass t instead of FILL
3421 for move-to-column's 2nd arg.
3422
3423 * simple.el (undo): Fix the test for continuing a series of undos.
3424 (undo-more): Set pending-undo-list to t when we reach end.
3425 (pending-undo-list): Move up defvar.
3426
3427 * wid-edit.el (widget-button-click):
3428 Shorten the range of the track-mouse binding.
3429
3430 * comint.el (comint-insert-input): Undo previous changes;
3431 use last-input-event in interactive spec.
3432
3433 2005-01-29 Eli Zaretskii <eliz@gnu.org>
3434
3435 * progmodes/compile.el (compilation-start): Bind buffer-read-only
3436 to nil before invoking call-process. Reset buffer's modified flag
3437 after fontifying it in the no-async branch.
3438
3439 * wid-edit.el (widget-specify-button): If mouse pointer shape
3440 cannot be changed, use mouse face instead.
3441
3442 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
3443
3444 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3445 (gdb-goto-breakpoint): Make breakpoint handling work on template
3446 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
3447 (gdb-assembler-custom): Update to recognise breakpoint information
3448 added on 2005-01-19.
3449
3450 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
3453 (dsssl-mode): Use define-derived-mode.
3454 (scheme-mode-initialize): Remove.
3455 (scheme-mode): Use run-mode-hooks.
3456
3457 * cus-edit.el (customize-group-other-window)
3458 (custom-buffer-create-other-window): Don't override special-display-*.
3459 (custom-mode-map): Make it dense.
3460
3461 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
3462 sets the default value.
3463
3464 2005-01-28 Eli Zaretskii <eliz@gnu.org>
3465
3466 * descr-text.el: Add more keywords.
3467
3468 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3469
3470 * speedbar.el: Avoid unnecessary use of locate-library.
3471
3472 * international/mule-cmds.el (standard-display-european-internal):
3473 Don't fiddle with latin-1 non-break space any more since it's now
3474 special cased in the C code.
3475 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
3476
3477 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
3478
3479 * cus-start.el (all): Add `undo-outer-limit'.
3480
3481 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3482
3483 * textmodes/bibtex.el (bibtex-format-entry):
3484 Use `bibtex-empty-field-re' only on the text of fields, not on entire
3485 field lines.
3486 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
3487 not on part of a buffer.
3488
3489 2005-01-25 Lute Kamstra <lute@gnu.org>
3490
3491 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
3492 nonempty field text strings like "{letters\\macro{}more letters}".
3493 Clarify docstring.
3494 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
3495 (bibtex-entry-offset, bibtex-parse-association)
3496 (bibtex-parse-field-name): Fix typos in docstrings.
3497 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
3498
3499 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
3500
3501 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
3502 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
3503 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
3504 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
3505
3506 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
3507 isearch minor mode.
3508
3509 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
3510
3511 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
3512
3513 2005-01-24 Lute Kamstra <lute@gnu.org>
3514
3515 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
3516 CASECHARS and NOT-CASECHARS regular expressions of the
3517 "nederlands" and "nederlands8" dictionaries to prevent a "Range
3518 striding over charsets" error.
3519
3520 2005-01-24 Jay Belanger <belanger@truman.edu>
3521
3522 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
3523 display variable name.
3524
3525 2005-01-24 Kenichi Handa <handa@m17n.org>
3526
3527 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
3528 Fix setting of the element of encoded-kbd-iso2022-invocations.
3529
3530 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
3531
3532 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3533 (gdb-threads-select): Change to also accept mouse events.
3534 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
3535 (gdb-threads-mouse-select): Delete.
3536
3537 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
3538
3539 * files.el (insert-directory): Take care of empty directory,
3540 listed without -a switch.
3541
3542 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 * textmodes/refill.el (refill-post-command-function):
3545 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
3546 to the list of functions that we should be careful not to undo.
3547 (refill-late-fill-paragraph-function): Remove.
3548 (refill-saved-state): New var.
3549 (refill-mode): Use it to save fill-paragraph-function.
3550 Save also the value of auto-fill-function.
3551
3552 * term/w32-win.el: Simplify code.
3553
3554 2005-01-23 Kim F. Storm <storm@cua.dk>
3555
3556 * simple.el (line-move): Adapt to new return value from
3557 pos-visible-in-window-p.
3558
3559 * simple.el (line-move): Fix last change. Check partial
3560 visibility at point rather than at window-start.
3561
3562 2005-01-22 Jason Rumney <jasonr@gnu.org>
3563
3564 * term/w32-win.el (xw-defined-colors): Remove debug-message.
3565
3566 2005-01-22 David Kastrup <dak@gnu.org>
3567
3568 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
3569
3570 2005-01-22 Eli Zaretskii <eliz@gnu.org>
3571
3572 * type-break.el (type-break-mode): Add a test for
3573 type-break-file-name being non-nil.
3574
3575 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
3576
3577 * net/eudc.el (top level): Call (message "") via progn, so that
3578 eudc-options-file is loaded.
3579
3580 2005-01-22 Kim F. Storm <storm@cua.dk>
3581
3582 * simple.el (line-move-1): Rename from line-move.
3583 (line-move): New function that adjusts vscroll for partially
3584 visible rows, and calls line-move-1 otherwise.
3585
3586 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
3587
3588 * pcomplete.el: define pcomplete-read-event instead of read-event,
3589 since it's not a complete read-event implementation
3590
3591 2005-01-20 Jay Belanger <belanger@truman.edu>
3592
3593 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
3594 for called function.
3595
3596 2005-01-20 Steven Tamm <steventamm@mac.com>
3597
3598 * term/mac-win.el (process-connection-type): Remove.
3599 Controlled now by s/darwin.h:PTY_ITERATION.
3600
3601 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3602
3603 * window.el (handle-select-window): Don't switch window when we're
3604 in the minibuffer.
3605
3606 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
3607
3608 * subr.el (dotimes-with-progress-reporter): New macro.
3609
3610 * ses.el (ses-dotimes-msg): Remove macro.
3611 Use `dotimes-with-progress-reporter' instead.
3612
3613 2005-01-19 Steven Tamm <steventamm@mac.com>
3614
3615 * term/mac-win.el (process-connection-type): Use new
3616 operating-system-release variable to use ptys on Darwin 7 (OSX
3617 10.3) when using carbon build.
3618
3619 2005-01-19 Jay Belanger <belanger@truman.edu>
3620
3621 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
3622 flags if the last command was a tab or M-tab.
3623
3624 * calc/calc-prog.el (calc-user-define-edit): Put original formula
3625 in formula editing buffer.
3626
3627 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
3628
3629 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
3630 breakpoint image symbol in margin.
3631
3632 2005-01-19 Jay Belanger <belanger@truman.edu>
3633
3634 * calc/calc-prog.el (calc-execute-kbd-macro):
3635 Ignore calc-keep-arg-flag.
3636
3637 2005-01-19 Kenichi Handa <handa@m17n.org>
3638
3639 * textmodes/ispell.el (ispell-looking-at): New function.
3640 (ispell-process-line): Use ispell-looking-at to compare the ispell
3641 output and the buffer contents.
3642
3643 2005-01-18 Jay Belanger <belanger@truman.edu>
3644
3645 * calc/calc.el (calc-display-raw): Fix docstring.
3646
3647 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * simple.el (blink-matching-open): Strip extra info from syntax.
3650
3651 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
3652 funny chars in the end-of-here-doc marker.
3653
3654 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
3655
3656 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
3657 that enable/disabled state of breakpoints is shown correctly in
3658 fringe and on ttys.
3659 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
3660 Add breakpoint information as text properties.
3661 (gdb-mouse-toggle-breakpoint):
3662 Rename to gdb-mouse-set-clear-breakpoint.
3663 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
3664 breakpoints in the margin.
3665 (gdb-remove-strings): Simplify.
3666
3667 2005-01-17 Jay Belanger <belanger@truman.edu>
3668
3669 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
3670 erasing buffer.
3671
3672 2005-01-17 Richard M. Stallman <rms@gnu.org>
3673
3674 * progmodes/grep.el (grep-find): Copy from `grep' the condition
3675 for calling grep-compute-defaults.
3676
3677 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
3678 if buffer is empty.
3679
3680 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
3681
3682 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
3683
3684 * hilit-chg.el (highlight-changes-mode): Don't autoload.
3685
3686 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
3687 non-preloaded variables.
3688
3689 2005-01-17 Steven Tamm <steventamm@mac.com>
3690
3691 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
3692 tex-shell cause to force interactivity when using pipes.
3693
3694 2005-01-17 Kim F. Storm <storm@cua.dk>
3695
3696 * simple.el (just-one-space): Make arg optional.
3697
3698 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
3699
3700 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
3701 posn-at-x-y to t to access left-margin.
3702
3703 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
3704
3705 Sync with Tramp 2.0.47.
3706
3707 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
3708 catching keep-date problems in cp/scp operations.
3709 (tramp-handle-copy-file): Don't call `set-file-modes'
3710 unconditionally. Specialized functions should know better what is
3711 necessary. This improves performance a little bit, and the
3712 functions could catch errors with `cp -p' and `scp -p'.
3713 (tramp-do-copy-or-rename-file-via-buffer)
3714 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
3715 when appropriate.
3716 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
3717 Call `set-file-modes' when appropriate.
3718 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
3719 Johnsson <isak@hypergene.com>
3720 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
3721 of both Tramp buffer and debug buffer. Reported by Joakim Verona
3722 <joakim@verona.se>
3723 (tramp-file-name-for-operation): Mark `shell-command' as magic for
3724 Emacs only.
3725
3726 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
3727 `find-file-hooks' and `dired-mode-hook'.
3728 (tramp-minor-mode-map): Respective map. Add remapping for
3729 `compile' and `recompile'.
3730 (tramp-remap-command, tramp-recompile): New defuns.
3731 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
3732 in buffer "*Compilation*". Call the commands asynchronously.
3733
3734 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
3735 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
3736 `shell-command', because it isn't magic in XEmacs. Reported by
3737 Adrian Aichner <adrian@xemacs.org>.
3738
3739 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3740 `substitute-in-file-name.
3741 (tramp-smb-handle-substitute-in-file-name): New defun.
3742 (tramp-smb-advice-PC-do-completion): Delete advice.
3743
3744 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
3745
3746 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
3747 Fix error in deleting region.
3748
3749 2005-01-15 Richard M. Stallman <rms@gnu.org>
3750
3751 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
3752 In non-temp buffer, switch syntax table temporarily.
3753
3754 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
3755
3756 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
3757
3758 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
3759
3760 * imenu.el (imenu--split-menu): Copy menulist before sorting.
3761 (imenu--generic-function): Use START, not BEG, as pos of definition.
3762
3763 * simple.el (just-one-space): Argument specifies number of spaces.
3764
3765 * simple.el (eval-expression-print-format): Avoid warning
3766 about edebug-active.
3767
3768 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
3769
3770 * progmodes/sh-script.el: Code copied from make-mode.el
3771 with small changes,
3772 (sh-mode-map): Bind C-c C-\.
3773 (sh-backslash-column, sh-backslash-align): New variables.
3774 (sh-backslash-region, sh-append-backslash): New functions.
3775
3776 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3777
3778 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
3779 (rmail-pop-password, rmail-pop-password-required): Move to
3780 rmail-obsolete group.
3781 (rmail-set-pop-password): Rename to rmail-set-remote-password.
3782 All callers updated.
3783 (rmail-get-pop-password): Rename to rmail-get-remote-password.
3784 Take an argument specifying whether it is POP or IMAP mailbox we
3785 are using. All callers updated.
3786 (rmail-pop-password-error): Rename to
3787 rmail-remote-password-error. Added mailutils-specific error message.
3788 (rmail-movemail-search-path)
3789 (rmail-movemail-variant-in-use): New variables.
3790 (rmail-remote-password, rmail-remote-password-required):
3791 New customization variables.
3792 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
3793 (rmail-parse-url): New function.
3794 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
3795 with GNU mailutils movemail.
3796
3797 2005-01-15 Kevin Ryde <user42@zip.com.au>
3798
3799 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
3800 suffix to space, $ or '$, to correctly position point when going
3801 to @table style constants like DBL_MAX.
3802
3803 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
3804
3805 * type-break.el (type-break-mode, type-break-file-time)
3806 (type-break-file-keystroke-count, type-break-choose-file):
3807 Don't store data in or load data from the file if type-break-file-name
3808 is nil.
3809 (type-break-file-name): Doc update as per the above.
3810
3811 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
3812
3813 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
3814 lookup-key might return nil; handle that.
3815
3816 2005-01-15 Alan Mackenzie <acm@muc.de>
3817
3818 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
3819 rather than the element found, thus enabling the tree to be setcar'd.
3820
3821 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
3822
3823 * textmodes/org.el (org-show-following-heading): New option.
3824 (org-show-hierarchy-above): Use `org-show-following-heading'.
3825 (org-cycle): Documentation fix.
3826
3827 * textmodes/org.el (orgtbl-optimized): New option
3828 (orgtbl-mode): New command, a minor mode.
3829 (orgtbl-mode-map): New variable.
3830 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
3831 (orgtbl-error, orgtbl-self-insert-command)
3832 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
3833
3834 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
3835 a local variable in each org-mode buffer.
3836
3837 * textmodes/org.el (org-set-regexps-and-options): Rename from
3838 `org-set-regexps'. Added checking for STARTUP keyword.
3839 (org-get-current-options): Add STARTUP options.
3840 (org-table-insert-row): Mode mode intelligent about when
3841 realignment is needed.
3842 (org-self-insert-command, org-delete-backward-char, org-delete-char):
3843 New commands.
3844 (org-enable-table-editor): New default value `optimized'.
3845 (org-table-blank-field): Support blanking regions if active.
3846
3847 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
3848
3849 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
3850 if the year is not given.
3851
3852 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
3853 Add new escapes %m and %M, fixed bug with %F by adding
3854 save-match-data.
3855 (reftex-reference): Remove ?. from list of spaces.
3856 (reftex-label-info): Add automatic label prefix recognition.
3857
3858 * textmodes/reftex-index.el (reftex-index-next-phrase):
3859 Add slave parameter to call of `reftex-index-this-phrase'.
3860 (reftex-index-this-phrase): New optional argument.
3861 (reftex-index-region-phrases): Add slave parameter to call of
3862 `reftex-index-this-phrase'.
3863 (reftex-display-index): New argument redo.
3864 (reftex-index-rescan): Add 'redo to arguments of
3865 `reftex-display-index'.
3866 (reftex-index-Rescan, reftex-index-revert)
3867 (reftex-index-switch-index-tag): Add 'redo to arguments of
3868 `reftex-display-index'.
3869 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
3870 indexing. Fix bug with matching is there is a quote before or
3871 after the word.
3872
3873 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3874 Fix bug when collecting citation keys in lines with comments.
3875 (reftex-citation): Prefix argument no longer rescans the document,
3876 but forces prompting for optional arguments of cite macros.
3877 (reftex-do-citation): Prompting for optional arguments implemented.
3878
3879 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3880 Add optional arguments to most cite commands.
3881 (reftex-cite-cleanup-optional-args): New option
3882 (reftex-cite-prompt-optional-args): New option.
3883 (reftex-trust-label-prefix): New option.
3884
3885 * textmodes/reftex-toc.el (reftex-toc-find-section):
3886 Add push-mark before changing the position in the buffer.
3887
3888 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
3889 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
3890
3891 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
3892
3893 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
3894 more carefully.
3895
3896 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3897
3898 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
3899 (sgml-mode): Use it.
3900 (sgml-get-context): Better keep track of implicitly closed tags.
3901
3902 2005-01-13 Kenichi Handa <handa@m17n.org>
3903
3904 * textmodes/ispell.el: These changes are to fix misalignment error
3905 caused by equivalent characters of different Emacs charsets.
3906 (ispell-unified-chars-table): New variable.
3907 (ispell-get-decoded-string): New function.
3908 (ispell-get-casechars, ispell-get-not-casechars)
3909 (ispell-get-otherchars): Call ispell-get-decoded-string.
3910
3911 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
3912
3913 * custom.el (custom-declare-variable): Just put symbol instead
3914 of (defvar . symbol) in `current-load-list'.
3915
3916 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
3917
3918 * emacs-lisp/elint.el: Fixed typo in Commentary section.
3919
3920 2005-01-12 Jay Belanger <belanger@truman.edu>
3921
3922 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
3923 to create a Calc summary.
3924
3925 2005-01-12 Kim F. Storm <storm@cua.dk>
3926
3927 * mouse.el (mouse-on-link-p): Change functionality and doc
3928 string to comply with latest description in lisp ref.
3929
3930 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
3931
3932 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
3933 Enable mouse clicks on mode-line, header-line and margin.
3934 (event-type): Give mouse event symbols an 'event-kind property
3935 with value 'mouse-click.
3936
3937 2005-01-12 Juri Linkov <juri@jurta.org>
3938
3939 * facemenu.el (list-colors-display): Add new arg buffer-name.
3940 Use it. Fix docstring. Replace code for identifying duplicate
3941 colors by the name with call to `list-colors-duplicates' which
3942 identifies duplicate colors by the value unless the color
3943 is one of special Windows colors. Set truncate-lines to t.
3944 Print sorted duplicate color names on each line. Indent to 22
3945 \(the longest color name in rgb.txt) instead of 20. Optimize.
3946 (list-colors-duplicates): New function.
3947 (facemenu-color-name-equal): Delete function.
3948
3949 * facemenu.el (list-colors-print): New function created from code
3950 in list-colors-display. Print #RRGGBB at the window right edge.
3951 (list-colors-display): When temp-buffer-show-function is not
3952 defined, call list-colors-print from temp-buffer-show-hook
3953 to get the right value of window-width in list-colors-print
3954 after the buffer is displayed.
3955
3956 * simple.el (pop-mark): Move deactivate-mark out of conditional
3957 part to deactivate the active mark regardless of the state of the
3958 mark ring.
3959
3960 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
3961 variables line in desktop files.
3962
3963 2005-01-12 Juri Linkov <juri@jurta.org>
3964
3965 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
3966 Bring together isearch highlight related options.
3967 (lazy-highlight): Replace group `replace' by `matching'.
3968 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3969 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
3970 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
3971 and declare them obsolete.
3972 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
3973 (isearch-faces): Remove defgroup.
3974 (isearch-overlay, isearch-highlight, isearch-dehighlight):
3975 Move isearch highlighting code closer to lazy highlighting code.
3976
3977 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
3978 (query-replace-highlight, query-replace-lazy-highlight)
3979 (query-replace): Move definitions to the beginning of the file.
3980
3981 2005-01-11 Juri Linkov <juri@jurta.org>
3982
3983 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
3984 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
3985 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
3986
3987 * info.el (Info-history-forward): New variable.
3988 (Info-select-node): Reset Info-history-forward to nil.
3989 (Info-last): Turn into defalias.
3990 (Info-history-back): Rename from Info-last.
3991 Add current node to Info-history-forward.
3992 (Info-history-forward): New fun.
3993 (Info-mode-map): Replace Info-last by Info-history-back.
3994 Bind Info-history-forward to "r".
3995 (Info-mode-menu): Replace Info-last by Info-history-back.
3996 Fix menu item text. Add menu item for Info-history-forward.
3997 (info-tool-bar-map): Replace Info-last by Info-history-back.
3998 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
3999 for Info-history-forward.
4000 (Info-mode): Replace Info-last by Info-history-back in docstring.
4001 Add local variable Info-history-forward.
4002 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
4003
4004 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
4005
4006 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
4007 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
4008 Ignore select-window events rather than fiddle with
4009 mouse-autoselect-window.
4010
4011 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
4012
4013 * type-break.el (type-break-mode): Fix previous change.
4014
4015 2005-01-10 Jay Belanger <belanger@truman.edu>
4016
4017 * calc/calc-ext.el (calc-reset): Reset when inside embedded
4018 calculator; only reset when point is inside a calculator.
4019 Don't adjust the window height if the window takes up the whole height
4020 of the frame.
4021
4022 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
4023
4024 * ebuff-menu.el (Electric-buffer-menu-mode):
4025 Preserve value of buffer-local var header-line-format.
4026
4027 2005-01-09 Jay Belanger <belanger@truman.edu>
4028
4029 * calc/calc.el (calc-mode-var-list-restore-saved-values):
4030 Make sure settings file exists before accessing it.
4031
4032 * calc/calc-embed.el (calc-embedded-subst):
4033 Replace math-multi-subst-rec, which is only supposed to be called
4034 by math-multi-subst, by math-multi-subst.
4035
4036 2005-01-09 Andre Spiegel <spiegel@gnu.org>
4037
4038 * vc.el (vc-allow-async-revert): New user option.
4039 (vc-disable-async-diff): New internal variable.
4040 (vc-revert-buffer): Use them to disable asynchronous diff.
4041
4042 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
4043 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
4044 asynchronously if vc-disable-async-diff is t.
4045
4046 2005-01-09 Jay Belanger <belanger@truman.edu>
4047
4048 * calc/calc.el (defcalcmodevar): New macro.
4049 (calc-mode-var-list-restore-default-values)
4050 (calc-mode-var-list-restore-saved-values): New functions.
4051 (calc-mode-var-list): Use defcalcmodevar to define it.
4052 (calc-always-load-extensions, calc-line-numbering)
4053 (calc-line-breaking, calc-display-just, calc-display-origin)
4054 (calc-number-radix, calc-leading-zeros, calc-group-digits)
4055 (calc-group-char, calc-point-char, calc-frac-format)
4056 (calc-prefer-frac, calc-hms-format, calc-date-format)
4057 (calc-float-format, calc-full-float-format, calc-complex-format)
4058 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
4059 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
4060 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
4061 (calc-matrix-brackets, calc-language, calc-language-option)
4062 (calc-left-label, calc-right-label, calc-word-size)
4063 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
4064 (calc-display-raw, calc-internal-prec, calc-angle-mode)
4065 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
4066 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
4067 (calc-window-height, calc-display-trail, calc-show-selections)
4068 (calc-use-selections, calc-assoc-selections)
4069 (calc-display-working-message, calc-auto-why, calc-timing)
4070 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
4071 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
4072 (calc-gnuplot-default-device, calc-gnuplot-default-output)
4073 (calc-gnuplot-print-device, calc-gnuplot-print-output)
4074 (calc-gnuplot-geometry, calc-graph-default-resolution)
4075 (calc-graph-default-resolution-3d, calc-invocation-macro)
4076 (calc-show-banner): Use defcalcmodevar to declare them and set
4077 their default values.
4078
4079 * calc/calc-ext.el (calc-reset): Restore saved values of variables
4080 instead of default values (but restore default values if there is
4081 an argument of 0).
4082
4083 2005-01-09 David Kastrup <dak@gnu.org>
4084
4085 * desktop.el (desktop-restore-eager): Fix typo in type.
4086
4087 2005-01-08 Richard M. Stallman <rms@gnu.org>
4088
4089 * cus-edit.el (customize): Delete :link.
4090
4091 2005-01-08 Jay Belanger <belanger@truman.edu>
4092
4093 * calc/calc.el (calc-mode): Remove the extension from the
4094 `calc-settings-file' file name when loading it.
4095
4096 2005-01-08 Kim F. Storm <storm@cua.dk>
4097
4098 * info.el (Info-mode-map, Info-next-link-keymap)
4099 (Info-prev-link-keymap, Info-up-link-keymap):
4100 Map follow-link to mouse-face.
4101 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
4102
4103 2005-01-08 Jay Belanger <belanger@truman.edu>
4104
4105 * calc/calc.el (calc-settings-file): Change default value.
4106 Suggested by cgw in a comment in calc-mode.el.
4107
4108 * calc/calc-mode.el (calc-settings-file-name):
4109 Compare calc-settings-file to user-init-file instead of ~/.emacs.
4110 Replace ~/.emacs in a prompt by calc-settings-file.
4111
4112 2005-01-07 Lars Hansen <larsh@math.ku.dk>
4113
4114 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
4115 (desktop-lazy-idle-delay): New customizable variables.
4116 (desktop-buffer-args-list): New variable.
4117 (desktop-append-buffer-args): New function.
4118 (desktop-save): Call desktop-append-buffer-args for some buffers.
4119 (desktop-lazy-create-buffer): New function.
4120 (desktop-idle-create-buffers): New function.
4121 (desktop-read): Add message about buffers to restore lazily.
4122 (desktop-lazy-abort): New command.
4123 (desktop-clear): Call desktop-lazy-abort.
4124 (desktop-lazy-complete): New command.
4125
4126 2005-01-06 Richard M. Stallman <rms@gnu.org>
4127
4128 * emacs-lisp/find-func.el (find-face-definition):
4129 Rename from find-face.
4130
4131 2005-01-06 Kim F. Storm <storm@cua.dk>
4132
4133 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
4134
4135 * man.el (Man-xref-man-page, Man-xref-header-file)
4136 (Man-xref-normal-file): Add follow-link property.
4137
4138 2005-01-06 Jay Belanger <belanger@truman.edu>
4139
4140 * calc/calc-units.el: Make sure the proper macro definitions are
4141 available when compiling.
4142
4143 2005-01-06 Juri Linkov <juri@jurta.org>
4144
4145 * isearch.el (isearch-lazy-highlight-update):
4146 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
4147
4148 2005-01-06 Miles Bader <miles@gnu.org>
4149
4150 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
4151 (isearch-lazy-highlight-face): Use new name.
4152
4153 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * uniquify.el (uniquify-rationalize-file-buffer-names):
4156 Re-add an interactive spec.
4157 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
4158 to the same name.
4159
4160 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
4161 (isearch-update, isearch-done): Adjust calls accordingly.
4162
4163 2005-01-05 Richard M. Stallman <rms@gnu.org>
4164
4165 * custom.el (custom-set-variables, custom-theme-set-variables):
4166 Clarify documentation.
4167
4168 * emacs-lisp/find-func.el (find-variable)
4169 (find-variable-other-window, find-variable-other-frame):
4170 Fix the TYPE args to find-function-read and find-function-do-it.
4171 (find-function): Doc fix.
4172 (find-function-at-point): Replace function-at-point alias.
4173
4174 2005-01-04 Richard M. Stallman <rms@gnu.org>
4175
4176 * cus-face.el (custom-declare-face):
4177 Record defface in current-load-list.
4178
4179 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
4180
4181 * emacs-lisp/find-func.el: Doc fixes.
4182 (find-face-regexp): New variable.
4183 (find-function-regexp-alist): New variable.
4184 (find-function-C-source): Third arg is now TYPE.
4185 (find-function-search-for-symbol): Handle general TYPE.
4186 (find-function-read, find-function-do-it): Handle general TYPE.
4187 (find-definition-noselect, find-face): New functions.
4188 (function-at-point): Alias deleted.
4189
4190 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * battery.el (display-battery-mode): Rename from display-battery.
4193 Handle the case where it gets turned off.
4194
4195 2005-01-04 Richard M. Stallman <rms@gnu.org>
4196
4197 * cus-edit.el (customize): Make :link point to user doc.
4198
4199 * man.el (Man-fontify-manpage): Turn off undo generation.
4200
4201 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
4202
4203 2005-01-04 Andreas Schwab <schwab@suse.de>
4204
4205 * files.el (insert-directory): Only look for error lines in
4206 inserted text. Don't move too far after processing --dired markers.
4207
4208 2005-01-04 Richard M. Stallman <rms@gnu.org>
4209
4210 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
4211 Don't expand if the character is @, period, dash, etc.
4212 (define-mail-abbrev): Quote names that contain problem characters.
4213
4214 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
4215
4216 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
4217
4218 2005-01-03 Richard M. Stallman <rms@gnu.org>
4219
4220 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
4221 (query-replace-highlight, query-replace-lazy-highlight)
4222 (query-replace): Definitions moved up. Doc fix.
4223
4224 2005-01-03 Richard M. Stallman <rms@gnu.org>
4225
4226 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
4227 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4228 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
4229 (lazy-highlight-face): Rename from isearch-lazy-...
4230 Change all references to them.
4231
4232 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
4233
4234 * cus-edit.el (custom-file): Doc fix for defcustom.
4235 (custom-file): The function no longer sets the variable
4236 `custom-file' to its return value.
4237
4238 * startup.el (command-line): No longer load `custom-file'.
4239
4240 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
4243
4244 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
4245 Don't confuse module-prefixed identifiers for labels.
4246 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
4247
4248 2005-01-02 Richard M. Stallman <rms@gnu.org>
4249
4250 * files.el (basic-save-buffer-1): Fix previous change.
4251
4252 * loadhist.el (file-loadhist-lookup): New function.
4253 (file-provides, file-requires): Use it.
4254
4255 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
4256 instead of calculating the right size.
4257
4258 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4259
4260 * vc-svn.el (vc-svn-diff): Stay local if possible.
4261
4262 2005-01-02 Stefan <monnier@iro.umontreal.ca>
4263
4264 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
4265
4266 * files.el (hack-local-variables): Fix last change.
4267
4268 2005-01-02 Jay Belanger <belanger@truman.edu>
4269
4270 * calc/calc-yank.el (calc-edit-top): New variable.
4271 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
4272 object. Change header properties.
4273 (calc-edit-finish, calc-edit-finish-stack-object)
4274 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
4275 edited object.
4276 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
4277 for the beginning of the edited object.
4278 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
4279 for the beginning of the edited object.
4280 * calc/calc-prog.el (calc-edit-macro-finish-edit)
4281 (calc-finish-formula-edit, calc-macro-repeats)
4282 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
4283 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
4284 beginning of the edited object.
4285 (calc-user-define-edit): Change the header for editing macros.
4286 Remove unnecessary variable.
4287
4288 2005-01-01 Jay Belanger <belanger@truman.edu>
4289
4290 * calc/calc-yank.el (calc-edit-mode): Change default header.
4291 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
4292 * calc/calc-store.el (calc-edit-variable): Change title to match new
4293 header.
4294 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
4295 mode to match new header.
4296 (calc-user-define-edit): Change titles to include names of commands.
4297 (calc-finish-formula-edit): Adjust to handle new header.
4298 (calc-finish-macro-edit): Remove.
4299 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
4300 (calc-edit-macro-command, calc-edit-macro-command-type)
4301 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
4302 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
4303 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
4304 (calc-edit-macro-finish-edit): New functions.
4305 (calc-user-define-edit): Use new functions to edit named calc macros.
4306
4307 2005-01-01 Stefan <monnier@iro.umontreal.ca>
4308
4309 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
4310
4311 * ses.el (copy-region-as-kill): Deactivate mark.
4312
4313 2005-01-01 Richard M. Stallman <rms@gnu.org>
4314
4315 * replace.el (occur-1): If the output buffer is also an input,
4316 don't kill it, rename it.
4317
4318 * faces.el (set-face-background, set-face-foreground): Doc fix.
4319
4320 * cus-face.el (custom-face-attributes): Fix :help-echo strings
4321 for :foreground and :background.
4322
4323 * dired.el (dired-view-command-alist): Variable deleted.
4324 (dired-view-file, dired-mouse-find-file-other-window):
4325 Delete the code to use it.
4326
4327 2005-01-01 Kim F. Storm <storm@cua.dk>
4328
4329 * image.el (insert-sliced-image): Use t for line-height property.
4330
4331 2004-12-31 Jay Belanger <belanger@truman.edu>
4332
4333 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
4334 for "var-" at the beginning of the minibuffer.
4335
4336 2004-12-31 Richard M. Stallman <rms@gnu.org>
4337
4338 * faces.el (read-face-name):
4339 Don't treat an attribute spec as a list of faces.
4340
4341 * simple.el (undo): Use undo-equiv-table to detect
4342 unexpected changes since previous undo.
4343 (undo-list-saved): Variable deleted.
4344 (buffer-disable-undo): Don't alter undo-list-saved.
4345
4346 * files.el (require-final-newline): Allow `visit' and `visit-save'.
4347 (mode-require-final-newline): New option.
4348 (after-find-file): Handle require-final-newline with new values.
4349 (basic-save-buffer): Handle new values of require-final-newline.
4350
4351 * progmodes/sh-script.el (sh-require-final-newline):
4352 Alist value now controls whether to use mode-require-final-newline.
4353 (sh-set-shell): Implement that new meaning.
4354
4355 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
4356 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
4357 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
4358 Delete old-Emacs compatibility code.
4359 (antlr-c-common-init): Function deleted.
4360
4361 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
4362 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
4363 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
4364 * progmodes/python.el (python-mode): Use mode-require-final-newline.
4365 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
4366 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
4367 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
4368 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
4369 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
4370 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
4371 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
4372 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
4373 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
4374 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
4375 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
4376 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
4377
4378 2004-12-31 Jay Belanger <belanger@truman.edu>
4379
4380 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
4381 way to return to Calc.
4382
4383 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
4384 finish, C-xk as the way to cancel the edit. Add cancel routine to
4385 kill-buffer-hook.
4386
4387 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
4388 MacEdit code.
4389
4390 * calc/calc-prog.el: Remove obsolete MacEdit code.
4391 (calc-macro-edit-algebraic, calc-macro-edit-variable)
4392 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
4393
4394 2004-12-31 Kenichi Handa <handa@m17n.org>
4395
4396 * international/mule.el (buffer-file-coding-system-explicit):
4397 Rename for explicit-buffer-file-coding-system.
4398 (after-insert-file-set-coding): Adjust for the above change.
4399
4400 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
4401 to buffer-file-coding-system-explicit.
4402 (basic-save-buffer-1): Likewise.
4403
4404 2004-12-30 Richard M. Stallman <rms@gnu.org>
4405
4406 * textmodes/artist.el (artist-butlast-fn): Var deleted.
4407 (artist-butlast, artist-last): Functions deleted.
4408 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
4409 (artist-compute-key-compl-table): Call remq directly.
4410 (artist-remove-nulls): Function deleted.
4411 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
4412 (artist-push, artist-pop): Macro deleted.
4413
4414 2004-12-30 Andreas Leue <al@sphenon.de>
4415
4416 * textmodes/artist.el (artist-version): 1.2.6
4417 (artist-prev-next-op-alist): New variable.
4418 (artist-select-next-op-in-list): New function.
4419 (artist-select-prev-op-in-list): New function.
4420 (artist-make-prev-next-op-alist): New function.
4421 (artist-is-in-op-list-p): New function.
4422 (artist-get-first-non-nil-op): New function.
4423 (artist-get-last-non-nil-op): New function.
4424 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4425 artist-prev-next-op-alist.
4426 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4427 change drawing operation.
4428
4429 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
4430
4431 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
4432
4433 2004-12-31 Masatake YAMATO <jet@gyve.org>
4434
4435 * server.el (server-process-filter): Suppress `error', too.
4436
4437 2004-12-30 Jay Belanger <belanger@truman.edu>
4438
4439 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
4440 Change the way a variable is displayed in a message.
4441
4442 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
4443 (calc-user-define-permanent, calc-execute-kbd-macro):
4444 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
4445
4446 2004-12-30 Kenichi Handa <handa@m17n.org>
4447
4448 * files.el (basic-save-buffer-1):
4449 Set explicit-buffer-file-coding-system to last-coding-system-used.
4450 (revert-buffer): Pay attention to
4451 explicit-buffer-file-coding-system (not buffer-file-coding-system)
4452 on bind coding-system-for-read.
4453
4454 * international/mule.el (explicit-buffer-file-coding-system):
4455 New buffer local variable.
4456 (after-insert-file-set-coding): Set it to coding-system-for-read.
4457
4458 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
4459
4460 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
4461
4462 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
4463
4464 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
4465 that include line numbers.
4466
4467 2004-12-29 Milan Zamazal <pdm@zamazal.org>
4468
4469 * files.el (hack-local-variables): If no PREFIX, set it to "^".
4470 Redundant variable PREFIXLEN removed.
4471
4472 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
4473
4474 * eshell/em-hist.el (eshell-previous-matching-input):
4475 Start the deletion from the end of the output.
4476
4477 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4478
4479 * term/mac-win.el: Require x-dnd.
4480 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
4481
4482 2004-12-29 David Kastrup <dak@gnu.org>
4483
4484 * international/mule.el (decode-coding-inserted-region):
4485 Don't barf if `buffer-undo-list' is already set to `t'.
4486
4487 2004-12-29 Jay Belanger <belanger@truman.edu>
4488
4489 * calc/calc-prog.el (calc-user-define-formula): Put default values
4490 for function names in prompts.
4491 (calc-user-define-permanent, calc-user-define-composition)
4492 (calc-user-define-formula): Remove the need for "calcFunc-" in the
4493 default input for algebraic functions.
4494
4495 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
4496
4497 * vc-rcs.el (vc-rcs-annotate-command):
4498 Fix omission bug: Call `vc-setup-buffer'.
4499
4500 2004-12-29 Kenichi Handa <handa@m17n.org>
4501
4502 * international/mule.el (recode-region): New function.
4503
4504 2004-12-28 Richard M. Stallman <rms@gnu.org>
4505
4506 * simple.el (undo-extra-outer-limit): New variable.
4507 (undo-outer-limit-truncate): Test and set it.
4508
4509 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
4510 enables the feature to extend the existing region.
4511
4512 * simple.el (mark-word): New arg ALLOW-EXTEND
4513 enables the feature to extend the existing region.
4514
4515 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
4516 enables the feature to extend the existing region.
4517
4518 * startup.el (site-run-file): Don't allow setting it with Custom.
4519
4520 * simple.el (buffer-disable-undo): Fix previous change.
4521
4522 2004-12-27 Masatake YAMATO <jet@gyve.org>
4523
4524 * hexl.el (hexlify-buffer): Remove fontification here.
4525 Use font lock mechanism instead.
4526 (hexl-font-lock-keywords): New font lock kewords.
4527 (hexl-mode-old-font-lock-keywords): New variable.
4528 (hexl-mode): Store the old font lock keywords.
4529 (hexl-mode-exit): Restore the old font lock keywords.
4530
4531 2004-12-27 Richard M. Stallman <rms@gnu.org>
4532
4533 * simple.el (undo): Fix previous change.
4534
4535 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4536
4537 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
4538 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
4539 Call x-open-connection on Mac OS X.
4540
4541 2004-12-27 Richard M. Stallman <rms@gnu.org>
4542
4543 * files.el (buffer-save-without-query): New var (buffer-local).
4544 (save-some-buffers): Save those buffers first, w/o asking.
4545
4546 * files.el (insert-directory-ls-version): New variable.
4547 (insert-directory): When ls returns an error, test the version
4548 number to decide what the return code means.
4549 With --dired output format, detect and distinguish lines
4550 that are really error messages.
4551 (insert-directory-adj-pos): New function.
4552
4553 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
4554
4555 * battery.el (battery-mode-line-format): Remove initial spaces.
4556
4557 * uniquify.el (uniquify-rationalize-file-buffer-names):
4558 Delete interactive spec.
4559
4560 * type-break.el (type-break-mode): Set buffer-save-without-query.
4561 Remove code that tried to set save-some-buffers-always.
4562 (type-break-file-keystroke-count): Bind deactivate-mark.
4563
4564 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
4565
4566 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
4567 Test that the buffer is live, and maybe reject current buffer too.
4568 Clarify.
4569 (next-error-find-buffer): Rewrite for clarity.
4570
4571 * loadup.el: Don't use buffer-disable-undo; do it directly.
4572
4573 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
4574 (describe-variable): Call symbol-file with `defvar'.
4575
4576 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
4577 (symbol-file): Rewritten to handle new load-history format.
4578 Now takes an arg TYPE to specify looking for a particular
4579 type of definition only.
4580
4581 * emacs-lisp/debug.el (debugger-make-xrefs):
4582 Call symbol-file with `defun'.
4583
4584 * emacs-lisp/find-func.el (find-function-noselect):
4585 Call symbol-file with `defun'.
4586 (find-variable-noselect): Call symbol-file with `defvar'.
4587
4588 * eshell/esh-cmd.el (eshell-find-alias-function):
4589 Call symbol-file with `defun'.
4590
4591 * eshell/esh-test.el (eshell-test-goto-func):
4592 Call symbol-file with `defun'.
4593
4594 * mail/rmail.el (rmail-resend):
4595 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
4596
4597 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
4598
4599 * progmodes/compile.el (compilation-find-buffer): Rename arg.
4600
4601 * textmodes/texinfmt.el (texinfo-format-buffer-1):
4602 Call buffer-disable-undo.
4603
4604 * simple.el (undo-list-saved): New variable (buffer-local).
4605 (undo): Set and test it.
4606 (buffer-disable-undo): Move here from buffer.c.
4607 Clear out undo-list-saved.
4608
4609 * international/mule.el (decode-coding-inserted-region):
4610 Set buffer-undo-list in a correct and optimal way.
4611
4612 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
4613 (cperl-font-lock-unfontify-region-function): No need to save and
4614 restore info, since font-lock.el does it for us.
4615
4616 * ansi-color.el (save-buffer-state): Definition deleted.
4617 (ansi-color-unfontify-region): Don't use save-buffer-state.
4618
4619 2004-12-27 Dave Love <fx@gnu.org>
4620
4621 * wid-edit.el (function): Use restricted-sexp as parent.
4622
4623 2004-12-27 Kevin Ryde <user42@zip.com.au>
4624
4625 * simple.el (next-matching-history-element): Use same
4626 `interactive' form as previous-matching-history-element.
4627
4628 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
4629 it can appear unencoded and has been seen from yahoo.
4630
4631 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4632
4633 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
4634 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
4635
4636 2004-12-27 Kenichi Handa <handa@m17n.org>
4637
4638 * international/utf-8.el (utf-translate-cjk-load-tables):
4639 Bind coding-system-for-read to nil while loading subst-*.
4640
4641 2004-12-26 Jay Belanger <belanger@truman.edu>
4642
4643 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
4644 default input.
4645
4646 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
4647
4648 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
4649 before reverting and disable undo recording while reverting.
4650
4651 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
4652
4653 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
4654 (hs-make-overlay): New function.
4655 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
4656 (hs-flag-region): Delete function.
4657 (hs-hide-comment-region): No longer use `hs-flag-region'.
4658 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
4659 (hs-hide-block-at-point): Likewise.
4660 (hs-hide-level-recursive): Use `hs-discard-overlays'.
4661 (hs-hide-all, hs-show-all): Likewise.
4662 (hs-show-block): Likewise.
4663 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
4664
4665 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
4666
4667 * progmodes/hideshow.el: Require `cl' when compiling.
4668 Remove XEmacs and Emacs 19 compatibility.
4669 Use `dolist' and `add-to-list' for load-time actions.
4670 (hs-discard-overlays): Use `dolist'.
4671 (hs-show-block): Likewise.
4672
4673 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
4674
4675 * faces.el (mode-line, mode-line-inactive): Use min-colors.
4676
4677 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
4678
4679 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
4680 When extending backwards, move outside the current comment first.
4681
4682 2004-12-22 Kenichi Handa <handa@m17n.org>
4683
4684 * international/quail.el (quail-start-translation): Fix prompt
4685 string for the case if input-method-use-echo-area being non-nil.
4686 (quail-start-conversion): Likewise.
4687 (quail-show-guidance): Don't show guidance if
4688 input-method-use-echo-area is non-nil.
4689
4690 2004-12-21 Richard M. Stallman <rms@gnu.org>
4691
4692 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
4693
4694 2004-12-21 Markus Rost <rost@ias.edu>
4695
4696 * calendar/diary-lib.el (mark-diary-entries):
4697 Set mark-diary-entries-in-calendar only after checking for diary-file.
4698
4699 2004-12-21 Richard M. Stallman <rms@gnu.org>
4700
4701 * faces.el (escape-glyph): Use blue against light foreground.
4702
4703 * simple.el (undo-outer-limit-truncate): New function.
4704 (undo-outer-limit-function): Use undo-outer-limit-truncate.
4705
4706 2004-12-21 Eli Barzilay <eli@barzilay.org>
4707
4708 * calculator.el: (calculator-radix-grouping-mode)
4709 (calculator-radix-grouping-digits)
4710 (calculator-radix-grouping-separator):
4711 New defcustoms for the new radix grouping mode functionality.
4712 (calculator-mode-hook): Now used in electric mode too,
4713 (calculator): Call it.
4714 (calculator-mode-map): Some new keys.
4715 (calculator-message): New function. Some new calls.
4716 (calculator-op, calculator-set-register): Use it.
4717 (calculator-string-to-number): New function, mostly moved and
4718 updated code from calculator-curnum-value.
4719 (calculator-curnum-value): Use it.
4720 (calculator-paste): Use it, and update grabbing the current-kill.
4721 (calculator-rotate-displayer)
4722 (calculator-rotate-displayer-back): Toggle digit grouping when
4723 in radix mode, use calculator-message.
4724 (calculator-displayer-prev, calculator-displayer-next):
4725 Change digit group size when in radix mode.
4726 (calculator-number-to-string): Rename from
4727 calculator-num-to-string. Now deals with digit grouping in
4728 radix mode.
4729 (calculator-update-display, calculator-put-value): Use the new name.
4730 (calculator-fact): Return a floating point number.
4731 (calculator-mode): Doc fix.
4732
4733 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4734
4735 * calendar/calendar.el (view-other-diary-entries): Add autoload.
4736 * calendar/diary-lib.el (view-other-diary-entries):
4737 Use current-prefix-arg in interactive spec.
4738
4739 2004-12-19 Jay Belanger <belanger@truman.edu>
4740
4741 * calc/calc-aent.el (calcAlg-blank-matching-open):
4742 Temporarily adjust the syntax of both delimiters of half-open intervals.
4743
4744 2004-12-19 Kim F. Storm <storm@cua.dk>
4745
4746 * mouse.el (mouse-1-click-follows-link): Doc fix.
4747
4748 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4749
4750 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
4751 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
4752 instead of centraleuropean as the name
4753
4754 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
4755
4756 Sync with Tramp 2.0.46.
4757
4758 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
4759 parameters wrt Tramp convention.
4760 (tramp-handle-file-attributes-with-perl)
4761 (tramp-handle-directory-files-and-attributes): Apply it.
4762 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
4763 `copy-program'. Reported by Zack Weinberg
4764 <zack@codesourcery.com>.
4765 (top): Set `edebug-form-spec' property directly rather than
4766 calling `def-edebug-spec'.
4767
4768 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
4769 advice less fragile. Surround temporary redefinition of
4770 `substitute-in-file-name' with `unwind-protect'. Suggested by
4771 Matt Hodges <MPHodges@member.fsf.org>.
4772
4773 2004-12-17 Juri Linkov <juri@jurta.org>
4774
4775 * replace.el (occur-accumulate-lines, occur-engine):
4776 Make forcing deferred font-lock fontification jit-specific.
4777
4778 2004-12-17 Kim F. Storm <storm@cua.dk>
4779
4780 * mouse.el (mouse-1-click-follows-link): New defcustom.
4781 (mouse-on-link-p): New function.
4782 (mouse-drag-region-1): Implement mouse-1-click-follows-link
4783 functionality. Map a mouse-1 click event into a mouse-2 (or
4784 other) event when position is inside a link.
4785
4786 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
4787 prefix in tooltip text with "mouse-1" when this is a link
4788 recognized by mouse-1-click-follows-link functionality.
4789
4790 * help.el (describe-key): Report effective and original binding
4791 for mouse-1 when clicked on a link.
4792 (describe-mode): Add follow-link property to "minor-mode" button.
4793
4794 * help-fns.el (describe-variable): Add follow-link property to
4795 "below" button.
4796
4797 * help-mode.el (help-xref): Add follow-link property.
4798
4799 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
4800 (apropos-command, apropos-variable, apropos-face, apropos-group)
4801 (apropos-widget, apropos-plist): Add follow-link property.
4802
4803 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
4804 checks if position is in a filename, rather than some other
4805 clickable item. Function looks for cvs-filename-face at position.
4806
4807 * wid-edit.el (widget-specify-field, widget-specify-button):
4808 Map a :follow-link keyword into a follow-link property.
4809 (link): Add :follow-link keyword, map to RET binding.
4810
4811 * dired.el (dired-mode-map): Map follow-link to mouse-face.
4812
4813 * progmodes/compile.el (compilation-minor-mode-map)
4814 (compilation-button-map, compilation-mode-map): Likewise.
4815
4816 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
4817
4818 * play/zone.el (zone): Init `line-spacing' from orig buffer.
4819 (zone-replace-char): Take `count' and `del-count'
4820 instead of `direction'. Update callers. When `del-count' is
4821 non-nil, delete that many characters, otherwise `count' characters
4822 backwards. Insert the newly-replaced string `count' times.
4823 (zone-fret): Handle chars w/ width greater than one.
4824 (zone-fall-through-ws): No longer take window width `ww'.
4825 Update callers. Add handling for `char-width' greater than one.
4826 (zone-pgm-drip): Update var holding window-end position every cycle.
4827
4828 2004-12-17 Andre Spiegel <spiegel@gnu.org>
4829
4830 * vc.el (vc-default-update-changelog): Use insert-file-contents,
4831 rather than insert-file.
4832
4833 2004-12-16 Jay Belanger <belanger@truman.edu>
4834
4835 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
4836 (math-init-random-base, math-random-digit): Check to see if
4837 var-RandSeed is bound.
4838 (math-random-last): Declare it.
4839 (math-random-digit): Don't make math-random-last local.
4840
4841 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
4842
4843 * play/zone.el (zone): Fix omission bug: Use a self-disabling
4844 one-shot thunk for uniform (error, quit, normal) recovery.
4845 Reported by John Paul Wallington.
4846 (zone-pgm-random-life): Fix bug:
4847 Recognize empty initial field by lack of "@" chars.
4848
4849 2004-12-16 Juri Linkov <juri@jurta.org>
4850
4851 * help.el (function-called-at-point):
4852 * help-fns.el (variable-at-point): As a last resort try stripping
4853 non-word prefixes and suffixes.
4854
4855 * descr-text.el (describe-property-list): Don't treat syntax-table
4856 specially. Use describe-text-sexp which inserts [show] button
4857 for large objects and handles printing errors. Sort properties
4858 by names in alphabetical order instead of by value sizes.
4859 Add `mouse-face' to list of properties for `describe-face' widget.
4860 (describe-char): Mask out face-id from 19 bits of character.
4861 Print face-id separately.
4862
4863 * replace.el (occur-accumulate-lines, occur-engine):
4864 Fontify unfontified matching lines in the source buffer
4865 before copying them.
4866 (occur-engine): Don't put mouse-face on context lines.
4867 (occur-next-error): Set point to line beginning/end
4868 before searching for prev/next property to skip multiple
4869 matches on a line (not supported by occur engine).
4870 Remove redundant prefix-numeric-value.
4871
4872 2004-12-15 Juri Linkov <juri@jurta.org>
4873
4874 * replace.el (match): New face.
4875 (list-matching-lines-face): Change default from `bold' to `match'.
4876
4877 * progmodes/grep.el (grep-match-face): New defvar.
4878 (grep-mode-font-lock-keywords): Use grep-match-face instead of
4879 compilation-column-face to highlight grep matches.
4880
4881 * apropos.el (apropos-match-face): Change default from
4882 `secondary-selection' to `match'.
4883
4884 * info-look.el (info-lookup-highlight-face): Change default from
4885 `highlight' to `match'.
4886
4887 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
4888
4889 * progmodes/executable.el (executable-interpret): Eliminate
4890 obsolete compile-internal, and switch to comint for interaction.
4891
4892 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
4893
4894 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
4895 `&&' when skipping multiple statements on a line.
4896
4897 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
4898
4899 * play/zone.el (zone): Set `truncate-lines'.
4900 Also, init `tab-width' with value from original buffer.
4901 (zone-shift-up): Rewrite for speed.
4902 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
4903 (zone-pgm-jitter): Remove redundant entries from ops vector.
4904 (zone-exploding-remove): Reduce iteration count.
4905 (zone-cpos): Convert to defsubst.
4906 (zone-replace-char): New defsubst.
4907 (zone-park/sit-for): Likewise.
4908 (zone-fret): Take window-start arg.
4909 Update callers. Use `zone-park/sit-for'.
4910 (zone-fill-out-screen): Rewrite.
4911 (zone-fall-through-ws): Likewise. Update callers.
4912 (zone-pgm-drip): Use `zone-replace-char'.
4913 Move var inits before while-loop. Use `zone-park/sit-for'.
4914 (zone-pgm-random-life): Handle empty initial field.
4915 Use `zone-replace-char' and `zone-park/sit-for'.
4916
4917 2004-12-15 Juri Linkov <juri@jurta.org>
4918
4919 * isearch.el (isearch-update): Test isearch-lazy-highlight
4920 before calling isearch-lazy-highlight-new-loop.
4921 (isearch-lazy-highlight-new-loop):
4922 Don't test isearch-lazy-highlight.
4923
4924 * replace.el (perform-replace): Add isearch-case-fold-search.
4925 Use delimited-flag for isearch-regexp.
4926 Reset isearch-lazy-highlight-last-string to force lazy
4927 highlighting when called from isearch mode.
4928 (query-replace-highlight): Revert defcustom type to boolean.
4929 (query-replace-lazy-highlight): New defcustom.
4930 (query-replace): New face.
4931 (perform-replace, replace-highlight, replace-dehighlight):
4932 Test query-replace-lazy-highlight instead of special value
4933 `isearch' of query-replace-highlight.
4934 (replace-dehighlight): Don't call isearch-dehighlight.
4935 (replace-highlight): Don't call isearch-highlight.
4936 Use face `query-replace' unconditionally.
4937
4938 2004-12-14 Kim F. Storm <storm@cua.dk>
4939
4940 * simple.el (inhibit-mark-movement): Remove defvar.
4941 (beginning-of-buffer, end-of-buffer): Don't use it.
4942
4943 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4944 Don't use inhibit-mark-movement.
4945
4946 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
4947 (cua--undo-push-mark): Remove.
4948 (cua--pre-command-handler, cua--post-command-handler):
4949 Don't fiddle with inhibit-mark-movement.
4950
4951 2004-12-14 Juri Linkov <juri@jurta.org>
4952
4953 * buff-menu.el (list-buffers-noselect): Collect internal info
4954 for every buffer in BUFFER-LIST arg too.
4955 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
4956 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
4957 Bind same-window-buffer-names and same-window-regexps to nil.
4958
4959 2004-12-13 Juri Linkov <juri@jurta.org>
4960
4961 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
4962
4963 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
4964 (sc-cite-region, sc-uncite-region, sc-recite-region):
4965 Fix previous change to handle not alist as a symbol, but
4966 a citation frame as a symbol that represents a variable name.
4967
4968 2004-12-13 Richard M. Stallman <rms@gnu.org>
4969
4970 * filecache.el (file-cache-add-directory-using-find):
4971 Only set up file-cache-find-command-posix-flag if we will use it.
4972
4973 * bindings.el (mode-line-buffer-identification-keymap):
4974 Don't cancel the mode-line's usual down-mouse-1 binding.
4975
4976 * cus-edit.el (custom-face-selected): Handle `default' specs.
4977 (custom-face-edit): Increase extra-offset.
4978 (custom-display): Handle `default' specs.
4979
4980 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
4981
4982 * emacs-lisp/elint.el (elint-standard-variables)
4983 (elint-unknown-builtin-args): Move definitions up.
4984
4985 * net/browse-url.el (browse-url-url-at-point): Add autoload.
4986
4987 * info.el (info-xref-visited): Use `default' instead of t.
4988 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
4989
4990 * faces.el (header-line, mode-line-inactive, tool-bar):
4991 Use `default' instead of t for setting the defaults.
4992 (face-spec-choose): Separate `t' from `default'.
4993
4994 * subr.el (while-no-input): New macro.
4995
4996 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
4997
4998 * filecache.el (file-cache-add-directory-using-find):
4999 Only test file-cache-find-command-posix-flag on some systems.
5000
5001 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
5002
5003 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
5004 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
5005 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
5006 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
5007 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
5008
5009 2004-12-12 Juri Linkov <juri@jurta.org>
5010
5011 * files.el (find-file-other-window, find-file-other-frame):
5012 Add the first buffer to the returned value to return the complete
5013 list of all visited buffers.
5014 (find-file-read-only, find-file-read-only-other-window)
5015 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
5016 `find-file-read-args'. Signal an error about non-existent file
5017 only if file name doesn't contain wildcards. Toggle read-only in
5018 all visited buffers.
5019 (find-alternate-file, find-alternate-file-other-window):
5020 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
5021 called interactively. Pass arg `wildcards' to other functions.
5022 (find-file-noselect): Doc fix.
5023
5024 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
5025 Doc fix.
5026 (ffap-directory-finder): New variable.
5027 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
5028 (ffap-file-at-point): Add /* to immediately rejected names.
5029 Return absolute file names matching ffap-dired-wildcards.
5030 (ffap-read-file-or-url): Set default value for `completing-read'
5031 to `buffer-file-name'.
5032 (find-file-at-point): When filename matches ffap-dired-wildcards,
5033 call ffap-file-finder with t arg `wildcards', instead of dired.
5034 (ffap-other-window, ffap-other-frame): Return visited buffers.
5035 (ffap-read-only, ffap-read-only-other-window)
5036 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
5037 (dired-at-point): Call ffap-directory-finder instead of dired.
5038 (ffap-dired-other-window, ffap-dired-other-frame)
5039 (ffap-list-directory): New commands.
5040 (ffap-bindings): New keybindings for new commands.
5041
5042 2004-12-12 Juri Linkov <juri@jurta.org>
5043
5044 * simple.el (beginning-of-buffer, end-of-buffer):
5045 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5046 Do not push mark when mark is active in transient-mark-mode.
5047
5048 * simple.el (mark-word):
5049 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
5050 * textmodes/paragraphs.el (mark-paragraph):
5051 Extend the region when mark is active in transient-mark-mode,
5052 regardless of the last command. Doc fix.
5053
5054 * simple.el (mark-word): Preserve direction when repeating.
5055 Make arg optional. Interactive "p" -> "P".
5056 (transient-mark-mode, inhibit-mark-movement): Doc fix.
5057
5058 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
5059 preserving direction, to mark forward instead of backward when mark
5060 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
5061
5062 2004-12-12 Juri Linkov <juri@jurta.org>
5063
5064 * isearch.el (isearch-edit-string): Set 7th arg of
5065 `read-from-minibuffer' to `t' to inherit the current input
5066 method (whose name is indicated by [IM] in the minibuffer prompt)
5067 from the current buffer to the minibuffer.
5068 (isearch-lazy-highlight-update): Put body to `with-local-quit'
5069 to allow C-g quitting for lazy highlighting looping inside the
5070 search with nested repetition operators. Add overlay to the list
5071 before setting its face and other properties to avoid the case of
5072 code quitting after placing the new overlay but before it's
5073 recorded on the list. Select the window where isearch was
5074 activated, to highlight matches in the right window when isearch
5075 switches the current window to the minibuffer.
5076
5077 * international/isearch-x.el
5078 (isearch-process-search-multibyte-characters):
5079 Use `isearch-message' as initial input for `read-string' instead
5080 of adding it to the minibuffer prompt. After reading a string
5081 remove the initial value of `isearch-message' from the string.
5082
5083 * replace.el (replace-match-maybe-edit): Doc fix.
5084 (perform-replace): Don't call `replace-highlight' when automatic
5085 replacement is requested in literal mode, since it is intended
5086 only to highlight words during entering a new replacement string
5087 for \? in non-literal mode.
5088
5089 * replace.el (query-replace-highlight): Add new value `isearch'
5090 that allows query replacement to use isearch highlighting.
5091 Change type from `boolean' to `choice'. Doc fix.
5092 (replace-highlight, replace-dehighlight, perform-replace):
5093 Use isearch highlighting if query-replace-highlight eq `isearch'.
5094
5095 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
5098 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
5099
5100 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
5101 case of \end{verbatim}.
5102
5103 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
5104
5105 * term.el (term-termcap-format): Synchronyze with terminfo.
5106 (term-emulate-terminal): Handle reset.
5107 (term-reset-terminal): New function.
5108
5109 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
5110
5111 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
5112 (zone-fill-out-screen): New func.
5113 (zone-pgm-drip): Use `zone-fill-out-screen'.
5114 Also, no longer go to point-min on every cycle.
5115 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
5116 (zone-pgm-random-life-wait): New user var.
5117 (zone-pgm-random-life): New func.
5118
5119 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
5120
5121 * files.el (auto-mode-alist): Map .com to DCL mode.
5122
5123 2004-12-09 Richard M. Stallman <rms@gnu.org>
5124
5125 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
5126
5127 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
5128
5129 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
5130 buffer with a display margin.
5131
5132 2004-12-08 Jay Belanger <belanger@truman.edu>
5133
5134 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
5135 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
5136
5137 2004-12-08 Richard M. Stallman <rms@gnu.org>
5138
5139 * faces.el: Delete code to set display table.
5140 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
5141
5142 2004-12-08 Jay Belanger <belanger@truman.edu>
5143
5144 * calc/calc.el: Add math-read-preprocess-string to autoloads.
5145
5146 * calc/calc-ext.el (math-read-replacement-list)
5147 (math-read-superscripts, math-read-preprocess-string): Move to
5148 calc-aent.el.
5149
5150 * calc/calc-aent.el (math-read-replacement-list)
5151 (math-read-superscripts, math-read-preprocess-string): Move from
5152 calc-ext.el.
5153
5154 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5155
5156 * isearch.el (isearch-quote-char): Fix up typo in last change.
5157
5158 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
5159
5160 * mouse.el (mouse-set-font): Handle the case where the command was
5161 not invoked using the mouse.
5162
5163 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
5164 (edmacro-finish-edit): Further update for keyboard macros that are
5165 lambda forms.
5166 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
5167
5168 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
5169
5170 * font-lock.el (font-lock-unfontify-region): Save buffer state.
5171 (font-lock-default-unfontify-region): Don't save buffer state any more.
5172
5173 2004-12-07 Jay Belanger <belanger@truman.edu>
5174
5175 * calc/calc-help.el (calc-describe-key):
5176 Set calc-summary-indentation even when Calc Summary buffer exists.
5177
5178 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
5179
5180 * calendar/holidays.el (holiday-easter-etc): Make arguments
5181 optional for backwards compatibility. Doc fix.
5182 Remove un-necessary local vars mandatory, output-list.
5183 (holiday-advent): Make arguments optional for backwards
5184 compatibility. Doc fix.
5185
5186 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * paren.el (show-paren-function): Fix last change (2004-12-02).
5189
5190 * international/mule-util.el (char-displayable-p): Return nil for
5191 unibyte mode.
5192
5193 * subr.el (subregexp-context-p): New function.
5194
5195 * isearch.el (isearch-quote-char): Use it.
5196
5197 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
5198 (regexp-opt-not-groupie*-re): Remove.
5199 (regexp-opt): Properly handle inputs with duplicate entries.
5200
5201 2004-12-06 Richard M. Stallman <rms@gnu.org>
5202
5203 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
5204
5205 * cus-edit.el (custom-file): Doc fix.
5206
5207 * textmodes/org.el: New file.
5208
5209 2004-12-06 Kenichi Handa <handa@m17n.org>
5210
5211 * ldefs-boot.el: Update international/mule-util.el section.
5212
5213 2004-12-05 Sam Steingold <sds@gnu.org>
5214
5215 * net/tramp.el (tramp-handle-file-accessible-directory-p):
5216 Fix `tramp-time-diff' comparison logic.
5217
5218 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
5219
5220 * progmodes/which-func.el (which-function):
5221 Use `run-hook-with-args-until-success' instead of a custom loop.
5222 Fixes bug with local hooks.
5223
5224 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5225
5226 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
5227 Use delete-dups when calculating the initial value.
5228 (bibtex-autokey-get-title): Use <=.
5229 (bibtex-goto-line): New function.
5230 (bibtex-reposition-window): Use line numbers instead of point
5231 positions. Use window-body-height.
5232 (bibtex-find-crossref): Use bibtex-reposition-window.
5233 (bibtex-find-entry): Use bibtex-reposition-window. Always return
5234 position of entry if key is found or nil if not found.
5235
5236 2004-12-05 Richard M. Stallman <rms@gnu.org>
5237
5238 * cus-edit.el (custom-file): Doc fix.
5239
5240 * progmodes/sh-script.el (sh-indent-for-then): Change default.
5241
5242 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 * simple.el (blink-matching-open):
5245 * textmodes/tex-mode.el (tex-validate-region):
5246 Obey syntax-table text properties.
5247
5248 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
5249
5250 * wid-edit.el (widget-specify-field): Add `real-field' property to
5251 boundary.
5252 (widget-field-at): Use it.
5253
5254 2004-12-02 Richard M. Stallman <rms@gnu.org>
5255
5256 * progmodes/cc-mode.el (awk-mode autoload):
5257 Supply t meaning interactive function.
5258
5259 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
5260 (isearch-mode-map): No special definition for space.
5261 (isearch-whitespace-chars): Command deleted.
5262 (isearch-forward-regexp): Doc fix.
5263 (isearch-quote-char): When a space is not inside brackets,
5264 use `[ ]' instead of just space.
5265 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
5266
5267 * imenu.el (imenu--generic-function): Delete code to exclude
5268 matches in comments.
5269
5270 * man.el (Man-reverse-face): Change default to `highlight'.
5271
5272 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
5273 (occur-engine): Use `face' prop rather than `font-lock-face'
5274 when specifying use of `match-face'.
5275 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
5276
5277 * emacs-lisp/elint.el (elint-standard-variables): Update list.
5278
5279 * add-log.el (add-log-current-defun): Handle the case where point
5280 is in the header part of a DEFUN construct.
5281
5282 2004-12-02 Dave Love <fx@gnu.org>
5283
5284 * progmodes/python.el (python-font-lock-syntactic-keywords):
5285 Fix previous change.
5286
5287 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
5288
5289 * paren.el (show-paren-function): Check for matching chars
5290 specified by text props.
5291
5292 2004-12-02 Jay Belanger <belanger@truman.edu>
5293
5294 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
5295 when reading a new key sequence.
5296
5297 2004-12-02 Kim F. Storm <storm@cua.dk>
5298
5299 * faces.el (escape-glyph): Rename from glyph.
5300 (standard-display-table): Set it here. Add escape-glyph face to
5301 extra slot characters.
5302
5303 * disp-table.el: Undo 2004-12-01 change. Display table is now
5304 setup in faces.el.
5305
5306 2004-12-02 Mark A. Hershberger <mah@everybody.org>
5307
5308 * xml.el (xml-parse-dtd): Don't show validity messages when
5309 xml-validating-parser is nil.
5310 (xml-substitute-special): Fix validity error messages to
5311 actually show the unexpandable entity. Added validity error if &
5312 isn't followed by an entity.
5313 (xml-parse-tag): Concatenate any string following the a
5314 <![CDATA[]]> section to the parsed CDATA.
5315 (xml-parse-dtd): Skip parameter entity declarations and use of
5316 parameter entities.
5317
5318 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
5319
5320 * kmacro.el (kmacro-default-counter-format): New var.
5321 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
5322 (kmacro-display): Remove `nil' from `and' form. Delete call to
5323 `format' inside `message'.
5324 (kmacro-start-macro): Use `kmacro-default-counter-format'.
5325
5326 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * pcvs.el (cvs-header-msg): New function.
5329 (cvs-update-header): Use it. Change calling convention.
5330 Correctly handle the case of having simultaneous active processes.
5331 (cvs-sentinel): Don't call cvs-update-header any more.
5332 (cvs-mode-run): Update call and add cvs-update-header to postproc.
5333
5334 2004-12-01 Jay Belanger <belanger@truman.edu>
5335
5336 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
5337 Change message.
5338
5339 2004-12-01 Juri Linkov <juri@jurta.org>
5340
5341 * progmodes/prolog.el (prolog-mode-variables):
5342 Fix imenu-generic-expression.
5343
5344 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
5345
5346 * faces.el (glyph): New face.
5347
5348 * disp-table.el: Add an autoloaded table, that doesn't require
5349 this library, with glyph face.
5350
5351 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
5352 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
5353 (conf-quote-normal): Allow normalizing only ' or ".
5354 (conf-mode): Regexp-quote constructed comment-start and don't
5355 match section {} where "name" contains braces.
5356
5357 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
5358 files.
5359
5360 2004-12-01 Kenichi Handa <handa@m17n.org>
5361
5362 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
5363 (x-select-text): Don't treat eight-bit-control/graphic chars
5364 specially. Store the encoded text in the X cut buffer.
5365 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
5366 with x-last-selected-text-cut-encoded.
5367
5368 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5369
5370 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
5371
5372 2004-11-30 Markus Rost <rost@ias.edu>
5373
5374 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
5375 AUCTeX.
5376
5377 2004-11-30 Jay Belanger <belanger@truman.edu>
5378
5379 * calc/calc-arith.el (math-possible-signs): Made stronger checks
5380 on signs of intervals.
5381 (math-pow-of-zero): Strengthen checks for positive and negative
5382 exponents.
5383
5384 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
5385 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
5386 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
5387 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
5388 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
5389 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
5390 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
5391 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
5392 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
5393 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
5394 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
5395 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
5396 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
5397 with provide statements.
5398
5399 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
5400
5401 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
5402
5403 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
5404 (calc-load-everything, math-defsimplify): Replace dummy autoloading
5405 functions by require statements.
5406 (math-defsimplify): Move to calc-alg.el, add to autoloads.
5407
5408 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5409 (calc-gnuplot-print): Give them values.
5410
5411 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
5412 autoloads.
5413 Add calc-do-embedded-activate to autoloads.
5414 (calc-gnuplot-name, calc-gnuplot-plot-command)
5415 (calc-gnuplot-print-command): Move them to calc-graph.el.
5416
5417 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5418
5419 * term/mac-win.el (ccl-encode-mac-roman-font)
5420 (ccl-encode-mac-cyrillic-font)
5421 (ccl-encode-mac-centraleuropean-font, encoder-list)
5422 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
5423 Support Cyrillic, CentralEuropean, and Dingbat font display
5424
5425 2004-11-30 Andre Spiegel <spiegel@gnu.org>
5426
5427 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
5428
5429 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
5430 still nil.
5431
5432 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
5433
5434 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
5435 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
5436
5437 2004-11-29 Jay Belanger <belanger@truman.edu>
5438
5439 * calc/calc-arith.el (math-pow-of-zero): Take into account different
5440 cases of the base and exponent.
5441
5442 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
5443
5444 * simple.el (next-error-buffer-p): Allow for inclusive and
5445 exclusive tests for finding a buffer.
5446 (next-error-find-buffer): Pass the exclusive and inclusive tests
5447 to next-error-buffer-p.
5448
5449 * replace.el (occur-next-error): Switch to the Occur buffer when
5450 appropriate, use the exclusive filter to next-error-find-buffer to
5451 do it. Use the absolute value of the motion amount.
5452
5453 2004-11-29 Kenichi Handa <handa@m17n.org>
5454
5455 * startup.el (command-line): Decode all default-directory by
5456 locale-coding-system.
5457
5458 2004-11-29 Jay Belanger <belanger@truman.edu>
5459
5460 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
5461 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
5462 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
5463 Replace calls to calc-extensions by appropriate require, replace
5464 calc-extensions-loaded by appropriate featurep.
5465
5466 * calc/calc-ext.el: Move require to end of file.
5467 Remove redundant loading of calc.el.
5468 (calc-extensions-loaded): Remove unnecessary variable.
5469 (calc-extensions): Remove unnecessary function.
5470 (calc-load-everything): Replace calc-need-macros by appropriate require.
5471
5472 * calc/calc-macs.el: Move provide to end of file.
5473 (calc-need-macros): Remove unnecessary function.
5474
5475 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
5476 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
5477 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
5478 Replace calc-extensions by appropriate require.
5479 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
5480
5481 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
5482 Replace calc-need-macros by appropriate require.
5483
5484 * calc/calc.el: Move require to end of file.
5485 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
5486 Remove unnecessary variable.
5487 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
5488 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
5489 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
5490 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
5491 (math-stack-value-offset, math-format-value, math-format-flat-expr)
5492 (math-format-number, math-format-bignum, math-read-number)
5493 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
5494 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
5495 by appropriate require.
5496 (calc-check-defines): Replace calc-need-macros by appropriate require.
5497
5498 2004-11-29 Kim F. Storm <storm@cua.dk>
5499
5500 * macros.el (insert-kbd-macro): Handle kmacro functions.
5501
5502 2004-11-28 Juri Linkov <juri@jurta.org>
5503
5504 * compare-w.el (compare-windows-highlight): Attach each overlay
5505 to its window to properly highlight differences while comparing
5506 two windows of the same buffer. Fix arguments.
5507 (compare-windows-sync-default-function): Fix arguments of
5508 `compare-windows-highlight'.
5509
5510 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
5511 Use `read-expression-history'. Set initial contents only if
5512 `edebug-global-break-condition' is non-nil. Set histpos to 1
5513 if initial contents is equal to the last history element.
5514 (edebug-set-conditional-breakpoint): Instead of temporarily
5515 prepending the current condition to the history, set initial
5516 contents to the current condition. Set histpos to 1 if initial
5517 contents is equal to the last history element.
5518
5519 * info.el (Info-search-whitespace-regexp): Remove shy group.
5520 (Info-search): Forward line if search is on the header line.
5521 Use search-whitespace-regexp in two other places.
5522
5523 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
5524
5525 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
5526 warning. Delay real definition, which uses
5527 `set-fringe-indicators-1' till after the definition of that function.
5528
5529 2004-11-28 Kim F. Storm <storm@cua.dk>
5530
5531 * fringe.el (fringe): New defgroup.
5532 (fringe-mode): Move to fringe group.
5533 (fringe-indicators): New defcustom.
5534 (set-fringe-indicators-1): New defun.
5535
5536 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
5537 (menu-bar-showhide-fringe-ind-menu): New keymap.
5538 (menu-bar-showhide-fringe-ind-empty)
5539 (menu-bar-showhide-fringe-ind-mixed)
5540 (menu-bar-showhide-fringe-ind-box)
5541 (menu-bar-showhide-fringe-ind-right)
5542 (menu-bar-showhide-fringe-ind-left)
5543 (menu-bar-showhide-fringe-ind-none): New defuns.
5544 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
5545
5546 2004-11-27 Richard M. Stallman <rms@gnu.org>
5547
5548 * comint.el (comint-read-noecho): Add trivial compatibility definition.
5549
5550 * generic.el (define-generic-mode): Doc fix.
5551
5552 * menu-bar.el (menu-bar-options-save): For the options
5553 that are toggled with menu-bar-make-mm-toggle, don't check
5554 for customized-value prop.
5555
5556 2004-11-27 Eli Zaretskii <eliz@gnu.org>
5557
5558 * mail/supercite.el (sc-cite-region): Handle the case where
5559 sc-cite-frame-alist is a symbol.
5560 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
5561 a symbol.
5562 (sc-recite-region): Handle the case where sc-recite-frame-alist is
5563 a symbol.
5564
5565 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
5566
5567 * wid-edit.el (widget-narrow-to-field): New function.
5568 (widget-complete): Use it.
5569
5570 2004-11-27 Jay Belanger <belanger@truman.edu>
5571
5572 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
5573 variable.
5574 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
5575 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
5576 (math-alg-inequalities): Move declaration to earlier in the file.
5577
5578 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
5579 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
5580 Declare them.
5581
5582 * calc/calc-lang.el (math-expr-data, math-expr-token)
5583 (math-exp-old-pos): Declare them.
5584
5585 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
5586 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
5587
5588 2004-11-27 Kim F. Storm <storm@cua.dk>
5589
5590 * progmodes/flymake.el: Use (featurep 'xemacs).
5591 (flymake-makehash): Change to defsubst. Use fboundp.
5592 (flymake-time-to-float): Remove.
5593 (flymake-float-time): Merge code from flymake-time-to-float here.
5594 (flymake-replace-regexp-in-string): Change to defsubst.
5595 (flymake-split-string-remove-empty-edges):
5596 Rename to flymake-split-string.
5597 (flymake-split-string): Remove previous defalias.
5598 (flymake-get-temp-dir): Change to defsubst.
5599 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
5600 Define for xemacs only.
5601 (flymake-master-file-count-limit): Change into compiler defvar only.
5602 (flymake-find-possible-master-files): Let-bind it dynamically while
5603 sorting files using flymake-master-file-compare.
5604
5605 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
5606
5607 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
5608 of defun-prompt-regexp matches inside a comment/string but the
5609 beginning is correctly outside everything.
5610
5611 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
5612 appears within a string or a comment.
5613
5614 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
5615 rather than make-symbol for symbols which are used in
5616 a symbol-macrolet or equivalent.
5617
5618 2004-11-26 Jay Belanger <belanger@truman.edu>
5619
5620 * calc-misc.el (calc-last-why-command): Declare it.
5621
5622 * calc-vec.el (math-grade-vec): New variable.
5623 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
5624 Replace variable grade-vec by declared variable.
5625 (math-rb-close): New variable.
5626 (math-read-brackets, math-read-vector): Replace variable close by
5627 declared variable.
5628
5629 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
5630 (calc-one-window, calc-edit-handler, calc-restore-trail)
5631 (calc-allow-ret): Declare them.
5632
5633 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
5634 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
5635 (math-radix-float-cache-tag, math-random-cache)
5636 (math-max-digits-cache, math-integral-cache, math-units-table)
5637 (math-format-date-cache, math-holidays-cache-tag): Declare them.
5638 (math-moc-func): New variable.
5639 (math-map-over-constants, math-map-over-constants-rec):
5640 Replace variable func by declared variable.
5641
5642 * calc/calc-store.el (calc-given-value, calc-store-opers):
5643 Declare them.
5644 (calc-var-name-map): Move declaration to earlier in the file.
5645 (calc-pv-pos): New variable.
5646 (calc-permanent-variable, calc-insert-permanent-variable):
5647 Replace variable pos by declared variable.
5648
5649 * calc/calc-mtx.el (calc-det-lu): New variable.
5650 (math-det-raw, math-det-step): Replace variable lu by declared variable.
5651
5652 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
5653 (math-multi-subst, math-multi-subst-rec): Replace variables temp
5654 and arg by declared variables.
5655 (calcFunc-reducer): Fix incorrect variable.
5656 (math-inner-mul-func, math-inner-add-func): New variables.
5657 (calcFunc-inner, math-inner-mats): Replace variables mul-func
5658 and add-func by declared variables.
5659
5660 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
5661 (calc-digit-value): Declare them.
5662
5663 * calc/calc-help.el (Info-history): Declare it.
5664 (calc-describe-key): Make calc-summary-indentation a local variable.
5665 (calc-help-long-names): Move declaration to earlier in file.
5666
5667 * calc/calc-embed.el (calc-original-buffer): Declare it.
5668 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
5669 (calc-embed-bot): New variables.
5670 (calc-do-embedded, calc-embedded-mark-formula)
5671 (calc-embedded-find-bounds, calc-embedded-duplicate)
5672 (calc-embedded-new-formula, calc-embedded-make-info):
5673 Replace vars outer-top, outer-bot, bot and top by declared variables.
5674 (calc-embed-prev-modes): New variable.
5675 (calc-embedded-set-modes, calc-embedded-update): Replace variable
5676 prev-modes with declared variable.
5677 (calc-embed-vars-used): New variable.
5678 (calc-embedded-make-info, calc-embedded-evaluate-expr)
5679 (calc-embedded-update, calc-embedded-find-vars): Replace variable
5680 vars-used by declared variable.
5681
5682 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
5683 (math-format-radix-float): Remove unnecessary setq.
5684 (math-radix-float-cache): Declare it.
5685
5686 * calc/calcsel2.el (calc-keep-selection): Declare it.
5687
5688 * calc/calc-maint.el: Remove file.
5689
5690 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5691
5692 * textmodes/bibtex.el (bibtex-sort-entry-class)
5693 (bibtex-comment-start): Use defcustom.
5694 (bibtex-entry-field-alist): Use nil if initial content of the
5695 field is undefined. Fix docstring.
5696 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
5697 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
5698 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
5699 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
5700 Fix docstring.
5701 (bibtex-autokey-title-terminators): Use only one regexp.
5702 (bibtex-string-maybe-empty-head): New variable.
5703 (bibtex-remove-delimiters-string): New function.
5704 (bibtex-text-in-field-bounds, bibtex-text-in-string):
5705 Use bibtex-remove-delimiters-string.
5706 (bibtex-progress-message, bibtex-field-left-delimiter)
5707 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
5708 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
5709 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
5710 Simplify.
5711 (bibtex-format-entry): Use save-excursion for inherited booktitle.
5712 Use eq and bibtex-remove-delimiters-string. For end markers use
5713 insertion type so that marker stays after inserted text.
5714 (bibtex-autokey-get-names): Return empty string if name is missing.
5715 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
5716 calling bibtex-autokey-name-case-convert.
5717 (bibtex-autokey-demangle-title):
5718 Call bibtex-autokey-titleword-case-convert. Remove call to
5719 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
5720 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
5721 (bibtex-read-key): New optional arg global.
5722 (bibtex-files-expand): New optional arg force.
5723 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
5724 (bibtex-complete-crossref-cleanup): Rename from
5725 bibtex-complete-key-cleanup. Simplify code.
5726 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
5727 Operate on current entry.
5728 (bibtex-button): Add docstring.
5729 (bibtex-entry): Simplify.
5730 (bibtex-make-field): Replace optional arg called-by-yank with more
5731 specific args move and interactive.
5732 (bibtex-end-of-entry): Use forward-sexp.
5733 (bibtex-find-entry-globally): Remove.
5734 (bibtex-find-crossref): Allow for crossref key located in other buffer.
5735 Bound to C-c C-x.
5736 (bibtex-find-entry): New optional args global and display.
5737 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
5738 (bibtex-validate): Use arg force of bibtex-files-expand.
5739 (bibtex-clean-entry): Bugfix, clean string entries properly.
5740 Always keep point at beginning of entry.
5741 (bibtex-complete): Bugfix. Handle string entries properly.
5742 Call cleanup functions only if needed.
5743 (bibtex-String): Use bibtex-read-string-key.
5744 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
5745 case of replacement text.
5746
5747 2004-11-26 Lars Hansen <larsh@math.ku.dk>
5748
5749 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
5750 (tramp-perl-directory-files-and-attributes): New constant.
5751 (tramp-file-name-handler-alist): Delete file-directory-files, add
5752 directory-files-and-attributes.
5753 (tramp-perl-file-attributes): Surround uid and gid by double
5754 quotes. Change parameter id-format from nonnumeric.
5755 (tramp-convert-file-attributes): New function.
5756 (tramp-handle-file-attributes): Use it.
5757 (tramp-maybe-send-perl-script): New function.
5758 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
5759 file mode. Change parameter id-format from nonnumeric.
5760 (tramp-handle-file-attributes-with-ls): Change parameter id-format
5761 from nonnumeric.
5762 (tramp-post-connection): Don't send tramp-perl-file-attributes
5763 script. Reset connection property "perl-scripts".
5764 (tramp-handle-insert-directory): Run real handler when ls-lisp is
5765 in use.
5766
5767 2004-11-26 Lars Hansen <larsh@math.ku.dk>
5768
5769 * desktop.el (desktop-read): Replace mapcar with mapc.
5770 (desktop-create-buffer): Replace mapcar with mapc.
5771 Remove redundant piece of code.
5772
5773 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
5774
5775 * progmodes/gud.el (gud-display-line): Use display-buffer
5776 for GDB-UI as for GUD.
5777
5778 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
5779 Delete variables.
5780 (gdb-ann3): Don't make GUD buffer dedicated.
5781 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
5782 (gdb-display-source-buffer): Delete function.
5783 (gdb-view-source-function, gdb-view-assembler): Delete functions.
5784 (menu): Delete menu bindings for viewing source/assembler.
5785 (gdb-setup-windows, gdb-restore-windows):
5786 Don't dedicate GUD. No assembler now.
5787 (gdb-reset): No need to undedicate source buffers now.
5788 (gdb-source-info): No assembler now.
5789
5790 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
5791
5792 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
5793 width to those for special frames.
5794 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
5795 Use display-buffer.
5796 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
5797 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5798 (gdb-frame-assembler-buffer): Rework like
5799 gdb-frame-breakpoints-buffer.
5800
5801 2004-11-25 Richard M. Stallman <rms@gnu.org>
5802
5803 * progmodes/flymake.el: Reindent.
5804 (flymake-split-string): Turn into defalias.
5805 (flymake-fix-file-name): Rename from flymake-fix-path-name.
5806 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
5807 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
5808 (flymake-build-relative-filename): Rename from ...path.
5809 Fix error message.
5810
5811 2004-11-25 Cheng Gao <chenggao@gmail.com>
5812
5813 * progmodes/flymake.el: Much whitespace and capitalization change.
5814 Move `provide' to end. Require `compile' only when compiling.
5815
5816 2004-11-24 Jay Belanger <belanger@truman.edu>
5817
5818 * calc/calc-alg.el: Added comment.
5819 (math-polynomial-base): Replace variable mpb-top-expr by
5820 math-poly-base-top-expr.
5821
5822 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
5823 (math-polynomial-p1): Replace variable mpb-top-expr by declared
5824 variable.
5825 (math-poly-base-total-base): New variable.
5826 (math-total-polynomial-base, math-polynomial-p1): Replace variable
5827 mpb-total-base by declared variable.
5828 (math-factored-vars, math-to-list): Declare it.
5829 (math-fact-expr): New variable.
5830 (calcFunc-factors, calcFunc-factor, math-factor-expr)
5831 (math-factor-expr-try, math-factor-expr-part): Replace variable
5832 expr by declared variable.
5833 (math-fet-x): New variable.
5834 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
5835 by declared variable.
5836 (math-factor-poly-coefs): Make temp a local variable.
5837
5838 * calc/calc-units.el (calc-convert-units): Make units a local
5839 variable.
5840 (calc-num-units, calc-den-units): New variables.
5841 (calc-explain-units, calc-explain-units-rec): Replace variables
5842 num-units and den-units by declared variables.
5843 (math-cu-unit-list): New variable.
5844 (math-build-units-table, math-compare-unit-names)
5845 (math-convert-units, math-convert-units-rec): Replace variable
5846 unit-list by declared variable.
5847 (math-fbu-base, math-fbu-entry): New variables.
5848 (math-find-base-units, math-find-base-units-rec): Replace variables
5849 base and entry by declared variables.
5850 (math-which-standard): New variable.
5851 (math-to-standard-units, math-to-standard-rec): Replace variable
5852 which-standard by declared variable.
5853 (math-fcu-u): New variable.
5854 (math-find-compatible-unit, math-find-compatible-unit-rec):
5855 Replace variable u by declared variable.
5856 (math-cu-new-units, math-cu-pure): New variables.
5857 (math-convert-units, math-convert-units-rec): Replace variables
5858 new-units and pure by declared variables.
5859 (math-try-cancel-units): New variable.
5860 (math-simplify-units-quotient): Replace variable try-cancel-units by
5861 declared variable.
5862
5863 2004-11-24 Richard M. Stallman <rms@gnu.org>
5864
5865 * textmodes/ispell.el (ispell-check-version):
5866 If default-directory is nonexistent, use home dir.
5867
5868 * progmodes/grep.el (grep-regexp-alist):
5869 Don't match parens around line numbers.
5870
5871 * progmodes/cperl-mode.el (cperl-indent-region)
5872 (cperl-imenu--create-perl-index, cperl-xsub-scan):
5873 Don't print progress messages.
5874
5875 * progmodes/compile.el (compilation-mode-map):
5876 Don't inherit from compilation-minor-mode-map;
5877 copy its bindings instead. But the menu bar Compile
5878 entry now does inherit from compilation-menu-map.
5879
5880 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5881 Use with-no-warnings around compiler-macroexpand.
5882
5883 * imenu.el: Don't always require newcomment.
5884 (imenu--generic-function): Call comment-normalize-vars
5885 if we have a comment syntax.
5886 Exit the loop if REGEXP matches the null string.
5887 Test comment-start as well as comment-start-skip
5888 when deciding whether to check for comments.
5889
5890 * tooltip.el (tooltip-mode): Doc fix.
5891
5892 * term.el (term-escape-char, term-mode): Doc fixes.
5893
5894 2004-11-24 Dave Love <fx@gnu.org>
5895
5896 * progmodes/python.el (python-font-lock-syntactic-keywords):
5897 Check for escapes in the regexp.
5898 (python-quote-syntax): Don't do it here.
5899
5900 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
5901
5902 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
5903 (gdb-frames-mode-map, gdb-threads-mode-map)
5904 (gdb-registers-mode-map, gdb-locals-mode-map)
5905 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
5906 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
5907
5908 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
5909 (dedicated-switch-to-buffer): Rework.
5910 (gdb-var-evaluate-expression-handler, gdb-put-string):
5911 Remove unused variable bindings.
5912 (gdb-setup-windows, gdb-display-buffer):
5913 Simplify. Use pop-to-buffer.
5914 (gdb-view-source-function): Simplify.
5915 (gdb-frame-breakpoints-buffer):
5916 Use pop-to-buffer, special-display-regexps.
5917
5918 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5919
5920 * progmodes/f90.el (f90-smart-end)
5921 (f90-previous-statement, f90-beginning-of-block): Doc fix.
5922 (f90-calculate-indent): Handle un-named PROGRAM blocks.
5923 (f90-end-of-block): Doc fix. Make check of outermost block
5924 conditional on value of `f90-smart-end'.
5925 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
5926 Handle case where END-BLOCK is nil.
5927 (f90-match-end): Handle un-named PROGRAM blocks.
5928 (f90-backslash-not-special): New function.
5929
5930 2004-11-24 Jay Belanger <belanger@truman.edu>
5931
5932 * calc/calc.el (calc-embedded-active): Removed unnecessary
5933 declaration.
5934 (calc-show-banner): Removed redundant declaration.
5935
5936 * calc/calc-graph.el (calc-gnuplot-default-device)
5937 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5938 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5939 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
5940 Remove redundant initial values.
5941
5942 * calc/calc-arith.el (math-scalar-functions)
5943 (math-nonscalar-functions, math-scalar-if-args-functions)
5944 (math-real-functions, math-positive-functions)
5945 (math-nonnegative-functions, math-real-scalar-functions)
5946 (math-real-if-arg-functions, math-integer-functions)
5947 (math-num-integer-functions, math-rounding-functions)
5948 (math-float-rounding-functions, math-integer-if-args-functions)
5949 (math-super-types): Move declarations to earlier in file.
5950 (math-unit-prefixes): Declared it.
5951 (math-floor-prec, math-trunc-prec): New variables.
5952 (math-trunc-fancy): Replace variable prec by declared variable.
5953 (math-floor-fancy): Replace variable prec by declared variable.
5954 (math-com-bterms): New variable.
5955 (math-commutative-equal, math-commutative-collect):
5956 Replace variable bterms by declared variable.
5957
5958 * calc/calc-misc.el (math-trunc): Replace variable prec by
5959 math-trunc-prec.
5960 (math-floor): Replace variable prec by math-floor-prec.
5961
5962 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
5963 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
5964 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
5965 (math-format-date, math-format-date-part): Replace variables
5966 date, dt, year, month, day, weekday, hour, minute, second and
5967 bc-flag by declared variables.
5968 (math-pd-str): New variable.
5969 (math-parse-date, math-parse-date-word, math-parse-standard-date):
5970 Replace variable str by declared variable.
5971 (math-daylight-savings-hook, math-tzone-names): Move definitions
5972 to earlier in the file.
5973 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
5974 (math-sh-year): New variable.
5975 (math-setup-add-holidays, math-setup-holidays)
5976 (math-setup-year-holidays): Replace variable `year' by declared
5977 variable.
5978
5979 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
5980 New variables.
5981 (math-nth-root-float, math-nth-root-float-iter): Replace variables
5982 n, nf and nfm1 by declared variables.
5983 (math-nri-n): New variable.
5984 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
5985 n by declared variable.
5986 (calcFunc-log): Removed misplaced condition.
5987
5988 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
5991
5992 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
5993
5994 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
5995 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
5996 Dedicate gdb-related windows.
5997 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
5998 other frames.
5999 (gdb-reset): Remove dedicated property after debugging.
6000
6001 2004-11-24 Jay Belanger <belanger@truman.edu>
6002
6003 * calc/calc-sel.el: Add comment.
6004
6005 * calc/calc.el (math-stack-value-offset): Replace variables c,
6006 wid and off with math-svo-c, math-svo-wid and math-svo-off.
6007
6008 * calc/calccomp.el (math-comp-sel-tag): Declare it.
6009 (math-svo-c, math-svo-wid, math-svo-off): New variables.
6010 (math-stack-value-offset-fancy): Replace variables c, wid and off
6011 by declared variables.
6012 (math-comp-just, math-comp-comma-spc): New variables.
6013 (math-compose-expr, math-compose-matrix): Replace variables `just'
6014 and comma-spc by declared variable.
6015 (math-comp-vector-prec): New variable.
6016 (math-compose-expr, math-compose-matrix, math-compose-rows):
6017 Replace variable vector-prec by declared variable.
6018 (math-comp-left-bracket, math-comp-right-bracket)
6019 (math-comp-comma): New variables.
6020 (math-compose-expr, math-compose-rows): Replace variables
6021 left-bracket, right-bracket and comma by declared variables.
6022 (math-comp-full-width): New variable.
6023 (math-comp-to-string-flat, math-comp-to-string-flat-term):
6024 Replace variable full-width by declared variable.
6025 (math-comp-highlight, math-comp-word, math-comp-level)
6026 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
6027 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
6028 New variables.
6029 (math-comp-to-string-flat, math-comp-to-string-flat-term)
6030 (math-comp-sel-flat-term): Replace variables comp-highlight,
6031 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
6032 declared variables.
6033 (math-comp-simplify, math-comp-simplify-term)
6034 (math-comp-add-string, math-comp-add-string-sel):
6035 Replace variables comp-highlight, comp-buf, comp-base,
6036 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
6037
6038 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6039
6040 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
6041
6042 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
6043 and x-server-version may throw.
6044
6045 2004-11-23 Kim F. Storm <storm@cua.dk>
6046
6047 * subr.el (substitute-key-definition-key): Optimize.
6048 Don't call indirect-function for nil defn (always signals error).
6049
6050 * ido.el (ido-read-internal): Fix require-match check when
6051 ido-directory-too-big is set.
6052
6053 2004-11-23 Jay Belanger <belanger@truman.edu>
6054
6055 * calc/calc-ext.el (math-read-replacement-list)
6056 (math-read-superscripts): New variables.
6057 (math-read-preprocess-string): New function.
6058 (math-read-expr): Filter input through math-read-preprocess-string.
6059
6060 * calc/calc-aent.el (math-read-exprs): Filter input through
6061 math-read-preprocess-string.
6062
6063 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
6064
6065 * progmodes/compile.el (compilation-start): In cd command use
6066 substitute-env-vars -- not quite shell compatible but better than
6067 nothing.
6068 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
6069 handle the newer versions messages, which are more parseable.
6070
6071 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6072
6073 * reveal.el (reveal-mode-map): New var.
6074 (reveal-mode): Use it.
6075
6076 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
6077
6078 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
6079 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
6080
6081 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
6084 header-line when needed.
6085 Use fixed-pitch only in the header-line.
6086 Build the underline automatically. Use emdash if available.
6087
6088 2004-11-22 Richard M. Stallman <rms@gnu.org>
6089
6090 * dired.el (dired-recursive-copies): Move from dired-aux.el.
6091 * dired-aux.el (dired-recursive-copies): Move to dired.el.
6092
6093 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
6094
6095 * progmodes/gdb-ui.el (gdb-resync): New function.
6096 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
6097 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
6098 Use it to fail more gracefully.
6099 (gdb-variables): Delete variable.
6100 Re-order variables to reduce byte-compiler warnings.
6101
6102 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
6103
6104 * descr-text.el (describe-char):
6105 * paren.el (show-paren-function):
6106 * subr.el (syntax-after): Undo last change.
6107
6108 * progmodes/python.el (run-python): Don't hard code *Python*.
6109 Don't modify global process-environment.
6110 (python-send-region, python-load-file): Don't assume that
6111 python-buffer == (process-buffer (python-proc)).
6112 (python-switch-to-python): Simplify.
6113
6114 * dired.el (dired-align-file): Don't assume line starts with spaces.
6115
6116 2004-11-21 Jay Belanger <belanger@truman.edu>
6117
6118 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
6119 Replace variable `lines' by math-read-big-lines.
6120 (math-read-big-expr): Replace variables the-baseline, the-h2
6121 and err-msg by math-read-big-baseline, math-read-big-h2 and
6122 math-read-err-msg.
6123 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
6124
6125 * calc/calc-lang.el (math-read-big-rec): Fix typo.
6126 (math-read-big-balance): Replace unbound variable by value.
6127 (math-read-big-lines): New variable.
6128 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
6129 (math-read-big-error, math-read-big-balance): Replace variable
6130 `lines' by declared variable.
6131 (math-read-big-baseline, math-read-big-h2): New variables.
6132 (math-read-big-rec): Replace variables the-baseline and the-h2
6133 by declared variables.
6134 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
6135 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
6136 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
6137 declared variables.
6138 (math-read-big-err-msg): New variable.
6139 (math-read-big-error): Replace variable err-msg by declared variable.
6140
6141 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * ses.el: Add coding cookie.
6144 Fix up docstrings, follow new commenting conventions.
6145 (ses-header-line-menu): Fix missing variable rename for header-row.
6146 (ses-cell-size): Remove.
6147 (ses-make-cell): New function.
6148 (ses-cell, ses-insert-row, ses-insert-column): Use it.
6149 (ses-calculate-cell): Remove unused var `symbol'.
6150 (ses-narrowed-p): New function.
6151 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
6152 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
6153 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
6154 (ses-setup): Use restore-buffer-modified-p.
6155 (ses-cleanup): Remove unused var `end'.
6156 (ses-header-string-left-offset): Remove.
6157 (ses-create-header-string): Adjust to new behavior of `align-to'.
6158 Truncate excessively large fields to preserve alignment.
6159 (ses-reconstruct-all): Remove unused var `refs'.
6160 (ses-read-cell-printer): Remove unused var `prompt'.
6161 (ses-delete-row): Remove unused var `pos'.
6162 (ses-delete-column): Remove unused var `new'.
6163
6164 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6165
6166 * ps-print.el: Insert :version tag into all defgroup and defcustom.
6167 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6168 Eliminate eval-and-compile usage.
6169 (ps-insert-file): Use insert-file-contents instead of insert-file.
6170 (ps-setup): Code fix.
6171
6172 * printing.el (pr-setup, lpr-setup): Code fix.
6173
6174 2004-11-21 Jay Belanger <belanger@truman.edu>
6175
6176 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
6177 (calc-original-buffer): Declare them.
6178 (calc-user-formula-alist): New variable.
6179 (calc-user-define-formula, calc-fix-user-formula)
6180 (calc-user-define-composition, calc-finish-formula-edit):
6181 Replace variable `alist' by declared variable.
6182 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
6183 (var-q7, var-q7, var-q8, var-q9): Declare them.
6184 (calc-kbd-push): Don't check to see if var-q0 through var-q9
6185 are bound.
6186 (calcFunc-typeof): Replace undeclared variable by expression.
6187 (math-exp-env): New variable.
6188 (math-define-body, math-define-exp): Replace exp-env by declared var.
6189 (math-define-exp): Replace misplaced variable by expression.
6190
6191 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
6192 (calc-curve-model, calc-curve-coefnames): New variables.
6193 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
6194 varnames, model and coefnames by declared variables.
6195 (math-root-widen): New variable.
6196 (math-search-root, math-find-root): Replace variable root-widen by
6197 declared variable.
6198 (var-DUMMY): Declare it.
6199 (math-root-vars, math-min-vars): Move the declarations to earlier in
6200 the file.
6201 (math-brent-min): Make d a local variable.
6202 (math-find-minimum): Replace non-existent variable.
6203 (math-ninteg-romberg): Remove unnecessary variable.
6204 (math-ninteg-temp): New variable.
6205 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
6206 integ-temp by declared variable.
6207 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
6208 New variables.
6209 (math-general-fit): Replace variables first-var, first-coef and
6210 new-coefs by declared variables.
6211 (calcFunc-fitvar): Replace variable first-var by declared variable.
6212 (calcFunc-fitparam): Replace variable first-coef by declared variable.
6213 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
6214 (math-all-vars-vars, math-all-vars-found): New variables.
6215 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
6216 found by declared variable math-all-vars-vars.
6217
6218 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
6219
6220 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
6221 of `defconst'.
6222
6223 2004-11-20 Richard M. Stallman <rms@gnu.org>
6224
6225 * isearch.el (isearch-mode-map): Don't bind SPC.
6226 (isearch-whitespace-chars): Function deleted.
6227 (isearch-search): Bind search-spaces-regexp.
6228 (isearch-lazy-highlight-search): Likewise.
6229 (search-whitespace-regexp): Doc fix.
6230 (isearch-forward-regexp): Doc fix.
6231
6232 * emacs-lisp/bytecomp.el (byte-compile-form):
6233 Move the calls to byte-compile-set-symbol-position,
6234 to avoid having two for the same symbol occurrence.
6235
6236 * comint.el (comint-input-ring-size): Increase to 150.
6237
6238 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
6239 New variables.
6240 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
6241 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
6242
6243 * imenu.el (imenu--generic-function):
6244 Ensure we keep moving backward even if BEG isn't further back.
6245
6246 * replace.el (query-replace-read-to, query-replace-read-from):
6247 Specify t for KEEP-ALL in read-from-minibuffer.
6248
6249 * progmodes/python.el (python-switch-to-python):
6250 If Python isn't running, start it.
6251 Don't alter debug-ignored-errors.
6252
6253 * progmodes/cperl-mode.el (cperl-indent-region):
6254 Don't mind imenu-scanning-message.
6255
6256 * bindings.el (global-map): Bind C-e to move-end-of-line.
6257
6258 * simple.el (line-move-finish): New arg FORWARD.
6259 Ignore invisible newlines, not intangible ones.
6260 Conditions for acceptable stopping positions depend on FORWARD.
6261 (line-move): Pass FORWARD arg to line-move-finish.
6262
6263 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
6264 of HEADER. Compensate for this change in the code to add display
6265 properties. Don't make the first line intangible.
6266
6267 * info.el (Info-search): Fix previous change.
6268
6269 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
6270
6271 * Makefile.in (recompile): Revert 2004-11-19 change.
6272 (compile): Likewise.
6273
6274 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
6275
6276 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
6277
6278 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6279
6280 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
6281 defgroup and defcustom. Eliminate eval-and-compile usage.
6282
6283 * progmodes/ebnf-otz.el: Fix typos.
6284
6285 2004-11-19 Jay Belanger <belanger@truman.edu>
6286
6287 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
6288 (calc-edit-finish, calc-finish-stack-edit): Replace variable
6289 disp-trail by declared variable.
6290
6291 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
6292 (calc-finish-selection-edit): Replace variable disp-trail by
6293 declared variable.
6294 (calc-selection-cache-entry): Move declaration to earlier in the file.
6295 (calc-selection-cache-num, calc-selection-cache-comp)
6296 (calc-selection-cache-offset, calc-selection-true-num)
6297 (calc-final-point-line, calc-final-point-column)
6298 (calc-original-buffer): Declare them.
6299 (calc-fnp-op, calc-fnp-num): New variables.
6300 (calc-find-nth-part, calc-find-nth-part-rec)
6301 (calc-select-previous): Replace op and num by declared variables.
6302 (calc-rsf-old, calc-rsf-new): New variables.
6303 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
6304 Replace variables old and new by declared variables.
6305 (calc-sel-reselect): New variable.
6306 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
6307 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
6308 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
6309 reselect with declared variable.
6310
6311 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
6312 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
6313 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
6314 (math-import-list, math-rewrite-phase): Declare them.
6315 (math-rewrite): Use let* to declare variables.
6316 (calc-rewrite-selection): Make rules a local variable.
6317 (calc-rewr-sel): New variable.
6318 (calc-rewrite-selection, calc-locate-selection-marker)
6319 (calc-rewrite): Use the declared variable calc-rewr-sel instead
6320 of sel.
6321 (math-rewrite-whole-expr): New variable.
6322 (math-rewrite, math-rewrite-phase): Replace variable expr by
6323 declared variable.
6324 (math-rewrite-heads-heads, math-rewrite-heads-skips)
6325 (math-rewrite-heads-blanks ): New variables.
6326 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
6327 heads, skips and blanks by declared variables.
6328 (math-rwcomp-subst-old, math-rwcomp-subst-new)
6329 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
6330 New variables.
6331 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
6332 old, new, old-func and new-func by declared variables.
6333 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
6334 Remove unnecessary variable.
6335 (math-apply-rw-regs): New variable.
6336 (math-apply-rewrites, math-rwapply-replace-regs)
6337 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
6338 (math-apply-rw-ruleset): New variable.
6339 (math-apply-rewrites, math-rwapply-remember): Replace variable
6340 ruleset by declared variable.
6341
6342 2004-11-19 Richard M. Stallman <rms@gnu.org>
6343
6344 * info.el (Info-search): Use search-whitespace-regexp.
6345
6346 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6347
6348 * vc-rcs.el (vc-rcs-parse): New function.
6349 (vc-rcs-annotate-command): Likewise.
6350 (vc-rcs-annotate-current-time): Likewise.
6351 (vc-rcs-annotate-time): Likewise.
6352 (vc-rcs-annotate-extract-revision-at-line): Likewise.
6353
6354 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
6355
6356 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
6357
6358 2004-11-18 Jay Belanger <belanger@truman.edu>
6359
6360 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
6361
6362 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6363
6364 * printing.el: Eliminate use of interactive-p and eval-and-compile.
6365 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
6366 Use make-temp-file to generate PostScript files in any situation.
6367 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
6368 (pr-interactive-p): Eliminate var.
6369 (pr-save-interactive): Eliminate macro.
6370 (pr-interface, pr-ps-directory-preview)
6371 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6372 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6373 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6374 (pr-ps-buffer-ps-print, pr-ps-region-preview)
6375 (pr-ps-region-using-ghostscript, pr-ps-region-print)
6376 (pr-ps-region-ps-print, pr-ps-mode-preview)
6377 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6378 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6379 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
6380 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6381 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6382 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6383 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6384 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6385 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6386 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6387 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6388 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
6389 Eliminate pr-save-interactive usage.
6390 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
6391 Eliminate pr-interactive-p usage.
6392 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
6393 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
6394 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
6395 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
6396 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
6397 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
6398 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
6399 New funs.
6400 (pr-ps-file): Use make-temp-file to generate a temporary file.
6401
6402 2004-11-17 Jay Belanger <belanger@truman.edu>
6403
6404 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
6405 a local variable.
6406 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6407 (math-top-only): New variable.
6408 (math-simplify, math-simplify-step): Replace variable top-only by
6409 declared variable math-top-only.
6410 (math-simplify-expr): Declare it.
6411 Replace argument expr in all calls of math-defsimplify by
6412 math-simplify-expr.
6413 (math-simplify-plus, math-simplify-times, math-simplify-divide)
6414 (math-simplify-divisor, math-simplify-one-divisor)
6415 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6416 (math-simplify-pow): Replace variable expr by declared variable
6417 math-simplify-expr.
6418 (math-simplify-divisor): Remove local variables temp and op.
6419 (math-simplify-one-divisor): Make temp and op local variables.
6420 (math-simplify-divisor-nover, math-simplify-divisor-dover):
6421 New variables.
6422 (math-simplify-divisor, math-simplify-one-divisor):
6423 Replace variables nover and dover by declared variables.
6424 (math-expr-subst-new, math-expr-subst-old): New variables.
6425 (math-expr-subst, math-expr-subst-rec): Replace variables new
6426 and old by declared variables.
6427 (math-is-poly-degree, math-is-poly-loose): New variables.
6428 (math-is-polynomial, math-is-poly-rec): Replace variables degree
6429 and loose by declared variables.
6430 (math-poly-base-const-ok, math-poly-base-pred): New variables.
6431 (math-polynomial-base, math-polynomial-base-rec):
6432 Replace variables const-ok and mpb-pred by declared variables.
6433
6434 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
6435
6436 * calc/calc-ext.el (math-defsimplify): Change the argument in
6437 the created function to math-simplify-expr.
6438
6439 * calc/calc-units.el (math-simplify-expr): Declare it.
6440 Replace argument expr in all calls of math-defsimplify by
6441 math-simplify-expr.
6442 (math-simplify-units-prod): Replace variable expr by declared
6443 variable math-simplify-expr.
6444
6445 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
6448 Replace mapcar->dolist, format->string.
6449
6450 2004-11-17 Miles Bader <miles@gnu.org>
6451
6452 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
6453 * progmodes/idlwave.el: Remove RCS keywords.
6454
6455 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
6456
6457 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
6458 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
6459 Update to IDLWAVE version 5.5. Too many changes to list them here.
6460 * progmodes/idlw-help.el: New file.
6461
6462 2004-11-16 Richard M. Stallman <rms@gnu.org>
6463
6464 * international/iso-cvt.el (iso-tex2iso-trans-tab):
6465 Discard spaces after \i according to TeX rules.
6466
6467 * international/mule.el (set-buffer-file-coding-system):
6468 New arg NOMODIFY.
6469 (after-insert-file-set-coding): Pass that new arg.
6470 Prevent set-buffer-multibyte from trying to lock the file.
6471
6472 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
6473
6474 * saveplace.el (save-place): Doc fix.
6475
6476 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
6477 temporarily widen before finding the following word to copy.
6478
6479 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
6480 (cl-map-keymap): Definition deleted.
6481
6482 * subr.el (map-keymap-internal): New function.
6483
6484 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
6487 when pressing rather than when releasing mouse-2. Simplify.
6488
6489 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6490
6491 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
6492 (compilation-mode): Set it here instead.
6493
6494 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
6495
6496 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
6497 (loop, cl-parse-loop-clause, defsetf): Use backquote.
6498
6499 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * progmodes/compile.el (compilation-internal-error-properties):
6502 Fix up a transposition-typo. Check end-col before using it.
6503
6504 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
6505
6506 * international/iso-cvt.el (iso-tex2iso-trans-tab):
6507 Discard whitespace after macro \i when converting it.
6508
6509 2004-11-16 Juri Linkov <juri@jurta.org>
6510
6511 * emacs-lisp/find-func.el (find-function-regexp):
6512 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
6513 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
6514 Remove invalid `\W' from [^cgv\W]. Doc fix.
6515 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
6516
6517 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
6518
6519 * play/life.el: Maintainer is now FSF.
6520 (life-patterns, life-neighbor-deltas, life-window-start)
6521 (life-current-generation, life-generation-string): Use defvar
6522 instead of defconst.
6523
6524 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * progmodes/compile.el (compilation-move-to-column): New fun.
6527 (compilation-internal-error-properties)
6528 (compilation-next-error-function): Use it to make sure we don't go past
6529 the end of line.
6530
6531 2004-11-15 John Paul Wallington <jpw@gnu.org>
6532
6533 * autoinsert.el (auto-insert-alist): Insert the user's name in
6534 copyright notice, rather than Free Software Foundation, for the
6535 Emacs Lisp header case too.
6536
6537 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6538
6539 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
6540 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6541 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
6542 return the list of string in a string.
6543 (pr-call-process): Message if calling process returns an error, that
6544 is, the exit status is different of zero.
6545
6546 2004-11-15 Jay Belanger <belanger@truman.edu>
6547
6548 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
6549 variable var-thing.
6550 (math-integ-depth, math-integ-level, math-integral-limit)
6551 (math-enable-subst, math-any-substs, math-integ-msg)
6552 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
6553 (math-int-threshold, math-int-factors, math-double-roots)
6554 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
6555 (var-GenCount): Declare these variables.
6556 (calcFunc-integ): Don't check if var-IntegLimit is bound.
6557 (math-integral-cache, math-integral-cache-state):
6558 Move declarations to earlier in the file.
6559 (math-deriv-var, math-deriv-total, math-deriv-symb)
6560 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
6561 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
6562 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
6563 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
6564 (math-solve-res): New variables
6565 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
6566 (math-integral, math-replace-integral-parts)
6567 (math-integrate-by-parts, calc-dump-integral-cache)
6568 (math-try-integral, math-do-integral, math-do-integral)
6569 (math-do-integral-methods, math-try-solve-for)
6570 (math-try-solve-prod, math-solve-poly-funny-powers)
6571 (math-solve-crunch-poly, math-decompose-poly)
6572 (math-solve-find-root-term, math-find-root-in-prod)
6573 (math-integ-try-linear-substitutions)
6574 (math-integ-try-substitutions, math-expr-rational-in)
6575 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
6576 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
6577 (math-solve-for, math-solve-system, math-solve-system-rec)
6578 (math-solve-get-sign, math-solve-get-int)
6579 (math-solve-system-subst): Replace undeclared variables with newly
6580 declared variables.
6581
6582 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * winner.el (winner-active-region, winner-edges, winner-window-list):
6585 Define at toplevel.
6586 (winner-mode-map): Move init inside declaration.
6587
6588 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
6589
6590 * files.el (convert-standard-filename): Doc fix.
6591
6592 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
6593
6594 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
6595 passwd, group, shadow, default/* and pam.d/*.
6596
6597 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6598
6599 * printing.el (pr-menu-spec): Adjust menu specification.
6600
6601 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6602
6603 * printing.el: Doc fix. Insert :version tag into all defcustom.
6604 Handle interactive-p as is recommended in Emacs Lisp Reference.
6605 Set the file permission bits for newly created files.
6606 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
6607 The printing menu specification (in `pr-menu-spec') was merged.
6608 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6609 (pr-version): New version number (6.8.3).
6610 (pr-file-modes): New option.
6611 (pr-interactive-p): New var.
6612 (pr-save-interactive, pr-save-file-modes): New macros.
6613 (pr-setup): Code fix.
6614 (pr-menu-spec): Menu specification merged.
6615 (pr-call-process, pr-text2ps): Set file permission bits.
6616 (pr-despool-print): Set file permission bits. Handle interactive-p as
6617 is recommended.
6618 (pr-interface, pr-ps-directory-preview)
6619 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
6620 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
6621 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
6622 (pr-ps-buffer-ps-print, pr-ps-region-preview)
6623 (pr-ps-region-using-ghostscript, pr-ps-region-print)
6624 (pr-ps-region-ps-print, pr-ps-mode-preview)
6625 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
6626 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
6627 (pr-despool-using-ghostscript, pr-despool-ps-print)
6628 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
6629 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
6630 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
6631 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
6632 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
6633 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
6634 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
6635 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
6636 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
6637 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
6638 Handle interactive-p as is recommended.
6639
6640 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
6643 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
6644
6645 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
6646 so it doesn't forget to highlight the beginning of the region either.
6647
6648 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
6649
6650 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
6651 (c-font-lock-init): Eliminate obsolete make-local-hook.
6652 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
6653 (awk-mode): Use run-mode-hooks.
6654
6655 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
6656
6657 2004-11-13 Kim F. Storm <storm@cua.dk>
6658
6659 * mouse.el (mouse-drag-copy-region): Add :version.
6660 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
6661 while dragging mode line, so mode line can be dragged downwards.
6662 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
6663 while pressing mouse button so window doesn't scroll until we
6664 release the mouse if clicking on partially visible line.
6665
6666 2004-11-12 Jay Belanger <belanger@truman.edu>
6667
6668 * calc/calc-graph.el (calc-dumb-map): Declare it.
6669 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
6670 than unbound.
6671 (calc-graph-name): Made `end' a local variable.
6672 (calc-graph-lookup): Made `varname' a local variable.
6673 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
6674 Declare them.
6675 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
6676 (calc-graph-plot, calc-graph-compute-3d): Remove references to
6677 the unused variable y3vec.
6678 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
6679 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
6680 calc-graph-prev-kill-hook.
6681 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
6682 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
6683 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
6684 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
6685 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
6686 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
6687 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
6688 (calc-graph-y3value, calc-graph-y3name)
6689 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
6690 (calc-graph-stepcount, calc-graph-is-splot)
6691 (calc-graph-surprise-splot, calc-graph-blank)
6692 (calc-graph-non-blank, calc-graph-curve-num): New variables.
6693 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
6694 (calc-graph-recompute-2d, calc-graph-compute-3d)
6695 (calc-graph-format-data): Replace undeclared variables with the
6696 above newly declared variables.
6697
6698 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
6699
6700 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
6701 `rsf-beep' and `rsf-sleep-after-message'.
6702
6703 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
6704 list if `message-sender' is non-nil.
6705
6706 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6707
6708 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
6709 consing by using mapc instead of mapcar.
6710
6711 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
6712
6713 * tooltip.el (require): Explain why CL is needed.
6714
6715 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6716
6717 * printing.el: Insert :version into defgroup (printing). All reference
6718 to Files option in menubar were changed to File.
6719 (pr-version): New version number (6.8.2).
6720 (pr-get-symbol): Call easy-menu-intern.
6721 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
6722 compilation gripes.
6723
6724 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
6727 new byte-compile-function-environment binding to t.
6728
6729 * font-lock.el (font-lock-fontify-syntactically-region):
6730 Don't forget to highlight the last char when we hit `end'.
6731
6732 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
6733 (mwheel-scroll): Adjust accordingly.
6734
6735 * cvs-status.el: Reduce spurious warnings.
6736 (cvs-status-checkout): Remove.
6737 (cvs-status-mode-map): Use cvs-mode-checkout instead.
6738
6739 * pcvs.el (cvs-mode-checkout): New command.
6740
6741 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
6742
6743 * tooltip.el: Require CL.
6744
6745 * emacs-lisp/bytecomp.el: Use push.
6746 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
6747 (defalias): Remove the `byte-compile' property and add
6748 a `byte-hunk-handler'.
6749
6750 2004-11-11 Juri Linkov <juri@jurta.org>
6751
6752 * info.el (Info-search): Save match data for isearch.
6753 Skip Tag Table node.
6754
6755 * descr-text.el (describe-char): Replace syntax-after with code
6756 from its previous version.
6757
6758 * files.el (magic-mode-alist): Use optimization for SGML mode too.
6759 (set-auto-mode): Doc fix. Remove unused variable `xml'.
6760
6761 * international/mule.el (sgml-html-meta-auto-coding-function):
6762 Remove > after <html to allow HTML attributes.
6763
6764 2004-11-11 Jay Belanger <belanger@truman.edu>
6765
6766 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
6767 a variable.
6768 (calcFunc-dfac): Replace unbound max by n.
6769 (math-stirling-local-cache): New variable.
6770 (math-stirling-number, math-stirling-1, math-stirling-2):
6771 Replace the variable `cache' by the declared variable
6772 math-stirling-local-cache.
6773 (var-RandSeed): Declare it as a variable.
6774 (math-init-random-base, math-random-digit): Don't check to see if
6775 var-RandSeed is bound.
6776 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
6777 Declare them instead of just setting them.
6778 (math-init-random-base): Made i a local variable.
6779 (math-random-digit): Made math-random-last a local variable.
6780 (math-prime-test-cache): Move declaration to before it is used.
6781 (math-prime-test-cache-k, math-prime-test-cache-q)
6782 (math-prime-test-cache-nm1, math-prime-factors-finished):
6783 Declare them as variables.
6784
6785 2004-11-11 Jay Belanger <belanger@truman.edu>
6786
6787 * calc/calc-ext.el (math-defcache): Use defvar for the new
6788 variables it creates.
6789
6790 2004-11-11 Lars Hansen <larsh@math.ku.dk>
6791
6792 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
6793 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
6794 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
6795 (desktop-save): Add :version.
6796
6797 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6798
6799 * printing.el (pr-get-symbol): Don't downcase.
6800
6801 2004-11-10 Jay Belanger <belanger@truman.edu>
6802
6803 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
6804 string to kill-ring.
6805
6806 * calc/calc-aent.el (calc-alg-exp, math-toks)
6807 (math-exp-pos,math-exp-old-pos, math-exp-token)
6808 (math-exp-keep-spaces, math-exp-str): New variables.
6809 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
6810 (calcAlg-enter): Use declared variable calc-alg-exp.
6811 (math-build-parse-table, math-find-user-token): Use declared
6812 variable math-toks.
6813 (math-read-exprs, math-read-token, calc-check-user-syntax)
6814 (calc-match-user-syntax, match-factor-after, math-read-factor):
6815 Use declared variables math-exp-pos math-exp-old-pos.
6816 (math-read-exprs, math-read-token, math-read-expr-level)
6817 (calc-check-user-syntax, calc-match-user-syntax)
6818 (match-factor-after, math-read-factor): Use declared variable
6819 math-exp-token.
6820 (math-read-exprs, math-read-expr-list, math-read-token)
6821 (math-read-factor): Use declared variable math-exp-keep-spaces.
6822 (math-read-exprs, math-read-token): Use declared variable
6823 math-exp-str.
6824 (calc-match-user-syntax): Make m a local variable.
6825
6826 * calc/calc-ext.el (math-read-expr): Use declared variables
6827 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
6828 math-exp-keep-spaces.
6829
6830 * calc/calc-forms.el (math-read-angle-bracket): Use declared
6831 variables math-exp-pos, math-exp-str.
6832
6833 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
6834 math-exp-old-pos.
6835 (math-parse-fortran-vector, math-parse-fortran-vector-end)
6836 (math-parse-eqn-prime): Use declared variable math-exp-token.
6837
6838 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
6839 Use declared variable math-exp-pos.
6840 (math-check-for-commas): Use declared variable math-exp-str.
6841 (math-read-brackets): Use declared variables math-exp-old-pos,
6842 math-exp-keep-spaces.
6843 (math-read-brackets, math-read-vector, math-read-matrix):
6844 Use declared variable math-exp-token.
6845
6846 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6847
6848 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
6849 where the keymap is a symbol.
6850 (easy-menu-add-item): Use keymap-prompt. Simplify.
6851
6852 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
6853
6854 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
6855 (sgml-parse-tag-backward): Use it to skip spurious < or >.
6856
6857 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
6858
6859 * ebuff-menu.el: Doc fixes throughout.
6860 (electric-buffer-menu-mode-hook): New defvar.
6861
6862 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
6863
6864 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
6865 compilation. The resulting compiler warnings appear to be harmless.
6866
6867 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
6868
6869 * textmodes/conf-mode.el: New file.
6870
6871 * files.el (auto-mode-alist, magic-mode-alist): Use it.
6872
6873 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6874
6875 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
6876
6877 2004-11-09 Jay Belanger <belanger@truman.edu>
6878
6879 * calc/calc-ext.el (calc-init-extensions): Remove old code.
6880
6881 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
6882 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
6883 (calc-z-prefix-help, calc-user-function-list): Use declared
6884 variables calc-z-prefix-buf, calc-z-prefix-msgs.
6885 (math-map-tree, math-map-tree-rec): Use declared variables
6886 math-mt-many, math-mt-func.
6887 (math-read-expression, math-read-string): Use declared variable
6888 math-expr-data.
6889
6890 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
6891 variable math-normalize-a.
6892
6893 * calc/calc.el (math-normalize-a): New variable.
6894 (math-normalize): Use declared variable math-normalize-a.
6895
6896 * calc/calc-poly.el (math-expand-form): Use declared variable
6897 math-mt-many.
6898
6899 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6900 Use declared variable math-mt-many.
6901 (math-rewrite): Use declared variable math-mt-func.
6902
6903 * calc/calc-vec.el (math-read-brackets, math-read-vector)
6904 (math-read-matrix): Use declared variable math-expr-data.
6905
6906 * calc/calc-lang.el (math-parse-fortran-vector)
6907 (math-parse-fortran-vector-end, math-parse-tex-sum)
6908 (math-parse-eqn-matrix, math-parse-eqn-prime)
6909 (math-read-math-subscr): Use declared variable math-expr-data.
6910
6911 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
6912 (math-read-expr-level, math-read-token, calc-check-user-syntax)
6913 (calc-match-user-syntax, math-read-if, math-factor-after)
6914 (math-read-factor): Use declared variable math-expr-data.
6915
6916 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
6917
6918 * calendar/diary-lib.el (diary-from-outlook)
6919 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
6920 interactive-p; but rather new optional argument NOCONFIRM.
6921
6922 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6923
6924 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
6925 (easy-menu-name-match): Revert correspondingly.
6926
6927 2004-11-09 Richard M. Stallman <rms@gnu.org>
6928
6929 * emacs-lisp/bytecomp.el (byte-compile-defalias):
6930 Turn off warnings for the new function even if definition not constant.
6931 If the definition isn't a quoted symbol, record (FUNCTION . t).
6932 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
6933 (byte-compile-callargs-warn): Handle (FUNCTION . t).
6934 (display-call-tree, byte-compile-arglist-warn):
6935 Handle t returned by byte-compile-fdefinition.
6936
6937 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6938
6939 * Makefile.in (maintainer-clean): Depend on distclean.
6940
6941 * help-fns.el (help-C-file-name): File name must be in build-files
6942 to be returned.
6943
6944 2004-11-09 Jay Belanger <belanger@truman.edu>
6945
6946 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
6947 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
6948
6949 * calc/calc.el (calc, calc-trail-display, calc-mode):
6950 Remove obsolete sections.
6951
6952 * calc/calc.el (calc-x-paste-text): Remove.
6953
6954 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
6955 mouse-2.
6956
6957 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
6958
6959 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
6960 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
6961 current frame (in case of recursive calls).
6962 (gdb-show-changed-values): Add :version keyword.
6963
6964 2004-11-09 Kenichi Handa <handa@m17n.org>
6965
6966 * international/mule-cmds.el: Change coding: tag back to
6967 iso-2022-7bit.
6968
6969 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * international/mule-cmds.el: Change coding-system to utf-8.
6972 (select-safe-coding-system-interactively):
6973 New function extracted from select-safe-coding-system.
6974 (select-safe-coding-system): Use it.
6975
6976 2004-11-08 Richard M. Stallman <rms@gnu.org>
6977
6978 * subr.el (syntax-after): Doc fix.
6979
6980 * paren.el (show-paren-function): Change calls to syntax-after
6981 for new way of returning the value.
6982
6983 * menu-bar.el (menu-bar-file-menu): Make this the real name
6984 and menu-bar-files-menu the alias. Use the former.
6985 (global-map): Use `file', not `files', as the symbol.
6986
6987 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
6988
6989 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
6990 Don't use beginning-of-buffer.
6991 (filesets-cmd-show-result): Use with-no-warnings.
6992
6993 2004-11-08 Juri Linkov <juri@jurta.org>
6994
6995 * progmodes/compile.el (compile): Don't overwrite last command in
6996 minibuffer history with default command if they are not equal.
6997
6998 2004-11-08 Jay Belanger <belanger@truman.edu>
6999
7000 * calc/calcalg2.el (math-do-integral-methods): Try linear then
7001 non-linear substitutions.
7002
7003 2004-11-08 Jay Belanger <belanger@truman.edu>
7004
7005 * calc/calcalg2.el (math-linear-subst-tried): New variable.
7006 (math-do-integral): Set `math-linear-subst-tried' to nil.
7007 (math-do-integral-methods): Use `math-linear-subst-tried' to
7008 determine what type of substitution to try.
7009 (math-integ-try-linear-substituion):
7010 Set `math-linear-subst-tried' to t.
7011
7012 2004-11-08 Kim F. Storm <storm@cua.dk>
7013
7014 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
7015
7016 2004-11-07 Juri Linkov <juri@jurta.org>
7017
7018 * info-look.el (info-lookup): Allow reusing in the current buffer
7019 not only *info* buffer, but all (even renamed) Info buffers
7020 by checking for major-mode instead of *info* buffer name.
7021 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
7022 (octave-mode, maxima-mode) <doc-spec>:
7023 Allow long dashes generated by Texinfo 4.7 before definitions.
7024 (texinfo-mode) <doc-spec>: Add space to suffix to find command
7025 definitions with argument separated by space.
7026
7027 2004-11-06 Richard M. Stallman <rms@gnu.org>
7028
7029 * simple.el (next-error group, face): Move before first use.
7030 (next-error-highlight, next-error-highlight-no-select): Likewise.
7031
7032 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
7033 (line-move): New args NOERROR and TO-END.
7034 Return t if if succeed in moving specified number of lines.
7035 (move-end-of-line): New function.
7036
7037 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
7038 (end-of-buffer-other-window): Likewise.
7039
7040 * simple.el (line-move-ignore-invisible): Default to t.
7041
7042 * subr.el (syntax-after): Return the syntax letter, not the raw code.
7043
7044 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
7045
7046 * international/iso-cvt.el (iso-cvt-define-menu):
7047 Rename menu-bar-files-menu to menu-bar-file-menu.
7048
7049 * net/browse-url.el (browse-url-gnome-moz-program)
7050 (browse-url-gnome-moz-arguments): Move up before first use.
7051
7052 * net/tramp.el (tramp group): Add :version.
7053
7054 * progmodes/ada-xref.el (ada-gdb-application):
7055 Use goto-char instead of beginning-of-buffer.
7056
7057 * progmodes/cperl-mode.el (cperl-info-on-command):
7058 Use goto-char instead of beginning-of-buffer.
7059
7060 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
7061 Move up before first use.
7062 (idlwave-shell-temp-pro-file): Likewise.
7063 (idlwave-shell-temp-rinfo-save-file): Likewise.
7064 (idlwave-shell-temp-file): Minor doc fix.
7065
7066 * textmodes/flyspell.el (flyspell-external-point-words):
7067 Use goto-char instead of beginning-of-buffer.
7068
7069 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
7070
7071 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
7072 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
7073 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
7074
7075 2004-11-06 David Ponce <david@dponce.com>
7076
7077 * recentf.el (recentf-menu-path): Use menu item name.
7078
7079 2004-11-06 Eli Zaretskii <eliz@gnu.org>
7080
7081 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
7082 display doesn't support images.
7083
7084 2004-11-06 Andreas Schwab <schwab@suse.de>
7085
7086 * tempo.el (tempo-match-finder): Doc fix.
7087
7088 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
7089
7090 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7091
7092 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
7093 (easy-menu-lookup-name): New fun to replace it.
7094 (easy-menu-get-map): Use it to obey menu item names (rather than just
7095 keys) when looking up `path'.
7096 (easy-menu-always-true-p): Rename from easy-menu-always-true.
7097 (easy-menu-convert-item-1): Adjust to new name.
7098
7099 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
7100
7101 * outline.el (hide-body): Don't hide lines at the top of the file
7102 that precede the first header line.
7103
7104 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
7105
7106 * align.el (align-areas): Delete whitespace before reindenting, so
7107 that tabs are never placed after spaces.
7108
7109 2004-11-06 Alan Shutko <ats@acm.org>
7110
7111 * macros.el (insert-kbd-macro): Do completions based on macros,
7112 rather than all commands.
7113
7114 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
7115
7116 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
7117 to solve a bug whereby tags with 'b' don't match.
7118
7119 2004-11-05 Juri Linkov <juri@jurta.org>
7120
7121 * info.el (Info-search): Don't search in node header lines
7122 and file headers.
7123
7124 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
7125 symbol-constituent characters after dot, not only digits.
7126
7127 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
7128
7129 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
7130
7131 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7132
7133 * dired.el (dired-read-dir-and-switches): Call read-directory-name
7134 if a dialog will be used, read-file-name otherwise.
7135
7136 2004-11-04 Richard M. Stallman <rms@gnu.org>
7137
7138 * textmodes/table.el (table group): Add :version.
7139
7140 * textmodes/ispell.el (ispell-word):
7141 Don't alter args; set them only thru `interactive' spec.
7142
7143 * textmodes/flyspell.el (flyspell-word):
7144 Don't alter FOLLOWING; set it only thru `interactive' spec.
7145
7146 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
7147
7148 * net/browse-url.el (browse-url-maybe-new-window):
7149 Use called-interactively-p.
7150
7151 * mail/supercite.el (sc-cite-region):
7152 Don't use interactive-p. Add arg INTERACTIVE.
7153 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
7154
7155 * international/mule-cmds.el (set-input-method, toggle-input-method):
7156 Don't use interactive-p. Add arg INTERACTIVE.
7157
7158 * eshell/esh-mode.el (eshell-show-maximum-output):
7159 Don't use interactive-p.
7160 (eshell-truncate-buffer): Just message, no error, if buffer is short.
7161
7162 * mouse.el (mouse-show-mark): Get positions to delete from mark
7163 and point, not from mouse-drag-overlay.
7164
7165 * imenu.el (imenu-eager-completion-buffer): Add :version.
7166
7167 * filesets.el (filesets group): Add :version.
7168
7169 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
7170
7171 * files.el (xml-based-modes): Delete var.
7172 (magic-mode-alist): New more general var.
7173 (set-auto-mode): Use it.
7174
7175 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
7176 when clicking from another window.
7177
7178 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
7179
7180 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
7181 (vc-cvs-annotate-time): Incorporate value of deleted var.
7182 Remove special-case handling of beginning-of-buffer cruft.
7183 Cache ending position (point) and return value in text property
7184 `vc-cvs-annotate-time', and consult it on subsequent invocations.
7185
7186 * vc-cvs.el (vc-cvs-annotate-command):
7187 Delete extraneous lines from beginning of buffer.
7188 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
7189
7190 * progmodes/grep.el (grep-default-command): Take empty string
7191 for tag if all other methods yield nil. Shell-quote the tag.
7192
7193 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
7194 spec in `interactive' form, and mention it in the docstring.
7195 Also, make sure point is at bol after calling `annotate-time'.
7196
7197 2004-11-02 Richard M. Stallman <rms@gnu.org>
7198
7199 * cus-edit.el (customize-group-other-window):
7200 Select the window that displays the custom buffer.
7201 (custom-buffer-create-other-window): Likewise.
7202
7203 * comint.el (comint-insert-input): Fix previous change.
7204
7205 * emacs-lisp/elp.el (elp-instrument-function):
7206 Use called-interactively-p.
7207
7208 * emacs-lisp/easymenu.el (easy-menu-intern):
7209 Don't downcase; rather, case-flip the first letter of each word.
7210
7211 * emacs-lisp/easy-mmode.el (define-minor-mode):
7212 Use called-interactively-p.
7213
7214 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
7215 Add interactive-only.
7216 (byte-compile-warnings): Add interactive-only as option.
7217 (byte-compile-interactive-only-functions): New variable.
7218 (byte-compile-form): Warn about calls to functions
7219 in byte-compile-interactive-only-functions.
7220
7221 * emacs-lisp/autoload.el (update-file-autoloads):
7222 Don't use interactive-p; take new arg SAVE-AFTER.
7223
7224 * emacs-lisp/advice.el (ad-make-advised-definition):
7225 Use called-interactively-p.
7226
7227 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7228
7229 * files.el (find-file-existing): New function.
7230
7231 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
7232 find-file-existing. Add "New File..." that calls find-file.
7233
7234 * diropen.pbm, diropen.xpm: New files.
7235
7236 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
7237 icon diropen. New tool bar item find-file-existing uses icon open.
7238
7239 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
7240 instead of read-file-name.
7241
7242 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
7243
7244 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
7245 (icalendar--split-value): Change name of work buffer.
7246 (icalendar--get-weekday-abbrev): Return nil on error.
7247 (icalendar--date-to-isodate): New function.
7248 (icalendar-convert-diary-to-ical)
7249 (icalendar-extract-ical-from-buffer): Use only two args for
7250 make-obsolete (XEmacs compatibility).
7251 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
7252 (icalendar-export-region): Doc fix.
7253 If error, return non-nil and write errors to a buffer.
7254 Use correct weekday for weekly recurring events.
7255 Check whether date has been parsed for ordinary events.
7256 Make weekly events start in the year 2000.
7257 DTEND is non-inclusive, shift end date by one day if
7258 necessary (not for entries that have date and time).
7259 Rename local let variables: oops -> found-error, datestring ->
7260 startdatestring.
7261
7262 2004-11-02 Kim F. Storm <storm@cua.dk>
7263
7264 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
7265 keep-mode-if-same variable. Add it as optional arg instead.
7266 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
7267
7268 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
7269 substitute-command-keys will select lower-case bindings like those
7270 used in the static help texts.
7271
7272 * descr-text.el (describe-text-properties): Don't err if called in
7273 the *Help* buffer; output to *Help-2* buffer instead.
7274
7275 * kmacro.el (group kmacro): Add :version.
7276 (kmacro-keyboard-quit): New function to cleanup on C-g.
7277 (kmacro-start-macro): Set defining-kbd-macro to append when
7278 appending to last macro.
7279
7280 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
7281
7282 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
7283
7284 * progmodes/gdb-ui.el (gdb-enable-debug-log)
7285 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
7286 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
7287 Add :version keyword.
7288
7289 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
7290
7291 * progmodes/flymake.el (flymake-err-line-patterns):
7292 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
7293 `compilation-error-regexp-alist-alist' to internal Flymake format.
7294
7295 * progmodes/flymake.el: Eliminate byte-compiler warnings.
7296
7297 2004-11-01 Jay Belanger <belanger@truman.edu>
7298
7299 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
7300 with `interactive "s"'.
7301
7302 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7303
7304 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7305 Revert change from 2004-10-16. '*' checks the current buffer, but the
7306 mouse click may be in another buffer.
7307
7308 2004-11-01 John Paul Wallington <jpw@gnu.org>
7309
7310 * files.el (large-file-warning-threshold): Add :version keyword.
7311 (kill-some-buffers): Doc fix.
7312
7313 * thumbs.el (group thumbs): Add :version keyword.
7314
7315 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
7316
7317 2004-11-01 Richard M. Stallman <rms@gnu.org>
7318
7319 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
7320
7321 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
7322
7323 * allout.el (allout group): Add :version.
7324 (allout-init): Don't use interactive-p.
7325 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
7326 (allout-forward-current-level, allout-backward-current-level):
7327 Don't use interactive-p.
7328
7329 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
7330 (bibtex-find-text): Likewise.
7331
7332 * progmodes/vhdl-mode.el (vhdl-fill-region)
7333 (vhdl-beginning-of-statement): Don't use interactive-p.
7334
7335 * progmodes/idlwave.el (idlwave-update-routine-info):
7336 Don't use interactive-p.
7337
7338 * progmodes/idlw-shell.el (idlwave-shell-send-char):
7339 Don't use interactive-p.
7340
7341 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
7342 Don't use interactive-p.
7343
7344 * progmodes/ada-xref.el (ada-make-body-gnatstub):
7345 Don't use interactive-p.
7346
7347 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
7348 (fortune-in-buffer): Doc fix.
7349
7350 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
7351
7352 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
7353 don't select the temporary buffer.
7354 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
7355 (eudc-get-phone): Likewise.
7356
7357 2004-11-01 Kim F. Storm <storm@cua.dk>
7358
7359 * man.el (Man-xref-normal-file): Fix help-echo.
7360
7361 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7362
7363 * reveal.el (reveal-last-tick): New var.
7364 (reveal-post-command): Use it to avoid closing overlays when we're
7365 appending text to them.
7366
7367 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7368
7369 * textmodes/bibtex.el: Require button.
7370 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
7371 (bibtex-reference-keys): Distinguish between header keys and
7372 crossref keys.
7373 (bibtex-beginning-of-field): New function.
7374 (bibtex-url-map): Remove.
7375 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
7376 (bibtex-font-lock-url-regexp): Assume that field names begin at
7377 the beginning of a line.
7378 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
7379 Remove field delimiters. Use bibtex-beginning-of-field.
7380 Bugfix, point can be inside a field with a url.
7381 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
7382 New functions.
7383 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
7384 (bibtex-key-in-head): Simplify.
7385 (bibtex-current-line): Use bolp.
7386 (bibtex-parse-keys): Remove unused arg `add'.
7387 Use bibtex-type-in-head and bibtex-key-in-head.
7388 (bibtex-parse-entry, bibtex-autofill-entry):
7389 Use bibtex-type-in-head and bibtex-key-in-head.
7390 (bibtex-autokey-get-field): Do not alter case of replacement text.
7391 (bibtex-autokey-get-names): Do all processing of name list.
7392 (bibtex-autokey-get-year): New function.
7393 (bibtex-autokey-get-title): Do all processing of title words.
7394 (bibtex-generate-autokey): Simplify.
7395 (bibtex-string-files-init): Use default-directory.
7396 Allow for absolute file names in bibtex-string-files.
7397 (bibtex-files, bibtex-file-path): New variables.
7398 (bibtex-files-expand): New function.
7399 (bibtex-find-entry-globally): New command.
7400 (bibtex-summary-function): New variable.
7401 (bibtex-summary): Default value of bibtex-summary-function.
7402 (bibtex-find-crossref): New optional args pnt and split.
7403 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
7404 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
7405 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
7406 Fix handling of required and alternative fields.
7407 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
7408 Use cons and display-buffer.
7409 (bibtex-validate-globally): New command.
7410 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
7411 bibtex-parse-keys and bibtex-parse-strings for updating
7412 bibtex-reference-keys and bibtex-strings.
7413 (bibtex-realign): Remove blank lines past the last entry.
7414 (bibtex-reformat): Use bibtex-entry-format as default.
7415 (bibtex-choose-completion-string): Remove.
7416 (bibtex-complete): Do not use bibtex-choose-completion-string.
7417 (bibtex-url): Simplify.
7418
7419 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7420
7421 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
7422 (x-dnd-types-alist, x-dnd-open-file-other-window)
7423 (x-dnd-known-types): Add :version.
7424
7425 2004-10-31 John Paul Wallington <jpw@gnu.org>
7426
7427 * ibuffer.el (group ibuffer): Add :version keyword.
7428
7429 2004-10-31 Kim F. Storm <storm@cua.dk>
7430
7431 * ido.el (group ido): Add :version keyword.
7432 (ido-mode): Remove :version keyword.
7433
7434 * emulation/cua-base.el (group cua): Add :version keyword.
7435 (cua-mode): Remove :version keyword.
7436
7437 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
7438
7439 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
7440
7441 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
7442 compiler warning.
7443 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
7444 function.
7445 (help-at-pt-display-when-idle): Remove autoload.
7446
7447 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
7450
7451 2004-10-30 Juri Linkov <juri@jurta.org>
7452
7453 * help.el (function-called-at-point):
7454 * help-fns.el (variable-at-point): Read -> intern.
7455
7456 2004-10-30 Simon Josefsson <jas@extundo.com>
7457
7458 * progmodes/autoconf.el (autoconf-font-lock-keywords):
7459 Recognize AS_* too.
7460
7461 2004-10-29 Simon Josefsson <jas@extundo.com>
7462
7463 * subr.el (read-passwd): Move back from password.el.
7464
7465 * password.el: Remove, not ready yet.
7466
7467 2004-10-29 Andreas Schwab <schwab@suse.de>
7468
7469 * speedbar.el (speedbar-frame-parameters): Improve customize type.
7470
7471 2004-10-29 Sam Steingold <sds@gnu.org>
7472
7473 * mouse.el (mouse-show-mark): Replace the last occurrence of
7474 x-lost-selection-hooks with x-lost-selection-functions.
7475
7476 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
7479 x-lost-selection-functions is bound.
7480
7481 * mouse-sel.el (mouse-sel-mode):
7482 * emacs-lisp/lselect.el: Adjust to new names for
7483 x-(lost|sent)-selection-functions.
7484
7485 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
7486 New obsolete aliases of x-lost-selection-functions and
7487 x-sent-selection-functions.
7488
7489 2004-10-28 Kim F. Storm <storm@cua.dk>
7490
7491 * imenu.el (imenu-scanning-message): Remove.
7492 (imenu-progress-message): Make it a no-op.
7493
7494 2004-10-28 John Paul Wallington <jpw@gnu.org>
7495
7496 * files.el (set-auto-mode): Call `throw' correctly.
7497
7498 2004-10-28 Juri Linkov <juri@jurta.org>
7499
7500 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
7501 to search `Info-...' commands in `info' manual.
7502 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7503 Add 'info-file "emacs" property.
7504 (Info-find-emacs-command-nodes): Fix index line number regexp.
7505 Set real line number (instead of fake 0) in first element of the
7506 returned list.
7507 (Info-goto-emacs-command-node): Use line number of first element
7508 to set point in the first found Info node.
7509
7510 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
7511 code to `grep-mode-font-lock-keywords'.
7512 (grep-mode-font-lock-keywords): Delete grep markers instead
7513 of making them invisible.
7514
7515 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7516
7517 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
7518 and x-server-version in bug report.
7519
7520 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
7521
7522 * files.el (set-auto-mode-0): New function.
7523 (set-auto-mode): Use it to handle aliased modes and to
7524 be consistent between C-x C-f and C-x C-w.
7525
7526 2004-10-28 Kenichi Handa <handa@m17n.org>
7527
7528 * international/utf-8.el (utf-translate-cjk-charsets):
7529 Add katakana-jisx0201.
7530
7531 * international/subst-jis.el: Add data for JISX0201.
7532
7533 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
7534
7535 * obsolete/hilit19.el (hilit-mode): New function.
7536 Move all the toplevel side-effecting stuff into it, so that loading
7537 hilit19 doesn't mess everything up any more.
7538
7539 2004-10-27 Richard M. Stallman <rms@gnu.org>
7540
7541 * add-log.el (add-change-log-entry): Set up mailing address
7542 and full name later, and don't alter add-log-mailing-address
7543 or add-log-full-name.
7544
7545 * elide-head.el (elide-head): Change error to message.
7546 (elide-head-show): Likewise.
7547
7548 * apropos.el (apropos-macrop): Doc fix.
7549
7550 * mouse.el (mouse-show-mark): Do most processing the same
7551 regardless of transient-mark-mode.
7552
7553 * shadowfile.el (shadow-copy-files): Use interactive-p
7554 only to control whether to print a message.
7555
7556 * tar-mode.el (tar-mode): Use write-contents-functions,
7557 not write-contents-hooks.
7558
7559 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
7560 directory-sep-char.
7561
7562 2004-10-27 Richard M. Stallman <rms@gnu.org>
7563
7564 * strokes.el (strokes-unload-hook): Fix previous change.
7565
7566 * type-break.el (type-break-run-at-time): Always use run-at-time;
7567 forget the alternatives.
7568 (type-break-cancel-function-timers): Always use cancel-function-timers;
7569 forget the alternatives.
7570
7571 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
7572
7573 2004-10-27 Kenichi Handa <handa@m17n.org>
7574
7575 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
7576
7577 * international/subst-gb2312.el: Likewise.
7578
7579 * international/subst-big5.el: Likewise.
7580
7581 * international/subst-ksc.el: Likewise.
7582
7583 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
7584 New variable.
7585 (utf-translate-cjk-set-unicode-range): New function.
7586 (utf-translate-cjk-unicode-range): Make it customizable.
7587 (utf-8-post-read-conversion):
7588 Use utf-translate-cjk-unicode-range-string.
7589 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
7590 Unicode ranges.
7591
7592 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
7593
7594 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
7595 trivial variants to shorten the list.
7596 (xml-based-modes): New var.
7597 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
7598 declaration higher priority than auto-mode-alist.
7599
7600 * find-file.el (cc-other-file-alist): Bring it in line with
7601 cc-mode's auto-mode-alist entries and use \' instead of $.
7602
7603 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
7604 and add "Id" and "Name" submenus to it.
7605
7606 * imenu.el (imenu--generic-function): Skip matches in comments.
7607
7608 2004-10-26 Jay Belanger <belanger@truman.edu>
7609
7610 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
7611 (full-calc-keypad, calc-trail-display): Use an extra argument
7612 instead of `interactive-p'.
7613
7614 * calc/calc-misc.el (calc-other-window): Use an extra argument
7615 instead of `interactive-p'.
7616
7617 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
7618 `interactive-p'.
7619
7620 2004-10-26 Kim F. Storm <storm@cua.dk>
7621
7622 * help.el (describe-key): Describe both down-event and up-event
7623 for a mouse click.
7624
7625 2004-10-26 Richard M. Stallman <rms@gnu.org>
7626
7627 * woman.el (woman): Don't call interactive-p.
7628
7629 * pcomplete.el (pcomplete): Instead of interactive-p,
7630 use an arg set non-nil by the interactive spec.
7631
7632 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
7633 use an arg set non-nil by the interactive spec.
7634
7635 * man.el (Man-cleanup-manpage): Instead of interactive-p,
7636 use an arg set non-nil by the interactive spec.
7637
7638 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
7639
7640 * progmodes/flymake.el (flymake-split-string):
7641 Use `flymake-split-string-remove-empty-edges' in any case.
7642
7643 2004-10-26 Masatake YAMATO <jet@gyve.org>
7644
7645 * progmodes/flymake.el (flymake-err-line-patterns):
7646 Use `compilation-error-regexp-alist-alist' instead of
7647 `compilation-error-regexp-alist'.
7648
7649 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
7652 verbatim face on the \ of \end{verbatim}.
7653
7654 2004-10-25 Jay Belanger <belanger@truman.edu>
7655
7656 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
7657 erasing minibuffer.
7658
7659 2004-10-25 Simon Josefsson <jas@extundo.com>
7660
7661 * subr.el (read-passwd): Move to net/password.el.
7662
7663 * net/password.el (read-passwd): Add. Autoload it.
7664
7665 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
7666
7667 * mouse-sel.el (mouse-sel-mode): Specify custom group.
7668
7669 * simple.el (process-file): Fix logic.
7670
7671 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
7672
7673 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
7674 (increase-right-margin): Remove erroneous call to `interactive-p'.
7675
7676 2004-10-24 Kim F. Storm <storm@cua.dk>
7677
7678 * help.el (describe-mode): Fix 2004-10-13 change.
7679 Copy pure "Auto Fill" string so it can be propertized later
7680 without causing a read-only error.
7681
7682 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
7683
7684 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
7685 style indexes.
7686
7687 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
7688
7689 * simple.el (process-file): Accept nil for INFILE. Reported by
7690 Luc Teirlinck.
7691
7692 2004-10-24 Masatake YAMATO <jet@gyve.org>
7693
7694 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
7695 Handle periods and underscores in a function name.
7696 Remove the address fontification.
7697
7698 2004-10-24 Masatake YAMATO <jet@gyve.org>
7699
7700 * progmodes/asm-mode.el (asm-font-lock-keywords):
7701 Use font-lock-variable-name-face for registers.
7702
7703 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
7704
7705 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
7706 kill-all-local-variables.
7707 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
7708 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
7709 Use kill-all-local-variables and provide mode-hooks.
7710 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
7711 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
7712 Suggested by Masatake YAMATO <jet@gyve.org>.
7713
7714 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
7715
7716 * simple.el (process-file): New function, similar to call-process
7717 but supports file handlers.
7718 * vc.el (vc-do-command): Use it, instead of call-process.
7719 * net/tramp-vc.el (vc-do-command): Do not advise it if
7720 process-file is fboundp.
7721 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
7722 process-file.
7723 (tramp-handle-process-file): New function.
7724 (tramp-file-name-for-operation): Support process-file.
7725
7726 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
7727
7728 * calendar/icalendar.el (icalendar--weekday-array): New constant.
7729 (icalendar-weekdayabbrev-table)
7730 (icalendar-monthnumber-table): Delete.
7731 (icalendar--get-month-number): Use calendar-month-name-array.
7732 (icalendar--get-weekday-number): New function.
7733 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
7734 (icalendar-export-region): Handle multi-line entries.
7735 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
7736
7737 2004-10-23 John Paul Wallington <jpw@gnu.org>
7738
7739 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
7740 `wildcards' set to t in interactive spec.
7741
7742 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
7743 interactive spec rather than use `interactive-p'.
7744 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
7745 rather than use function `interactive-p'.
7746
7747 2004-10-22 Kenichi Handa <handa@m17n.org>
7748
7749 * international/mule.el (translate-region): Implement it in Lisp
7750 as a front end of translate-region-internal.
7751
7752 2004-10-21 Jay Belanger <belanger@truman.edu>
7753
7754 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
7755 Declare these variables with defvar.
7756
7757 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
7758 is bound, only check to see if it is bound.
7759
7760 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * textmodes/tex-mode.el (tex-compilation-parse-errors):
7763 Don't output messages.
7764
7765 * calc/calc-help.el (calc-describe-bindings): Fix last change.
7766
7767 2004-10-21 John Paul Wallington <jpw@gnu.org>
7768
7769 * calc/calc-graph.el (calc-graph-init):
7770 Use `set-process-query-on-exit-flag'.
7771
7772 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
7773
7774 * progmodes/compile.el (compilation-start): Rely on `cd' to get
7775 dir right and also allow argumentless cd.
7776
7777 2004-10-19 Richard M. Stallman <rms@gnu.org>
7778
7779 * textmodes/flyspell.el (flyspell-mode): Doc fix.
7780
7781 * eshell/em-unix.el (eshell-grep):
7782 Don't bind compilation-process-setup-function.
7783
7784 * comint.el (comint-insert-input): Use @ in `interactive'.
7785 (comint-input-filter-functions): Doc fix.
7786 (comint-kill-whole-line, comint-get-source): Doc fix.
7787
7788 * progmodes/compile.el (compilation-setup):
7789 Don't set buffer-read-only if MINOR is non-nil.
7790
7791 2004-10-19 Jay Belanger <belanger@truman.edu>
7792
7793 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
7794 (calc-emacs-type-gnu19): Remove.
7795 (calc-digit-map, calc-read-key-sequence, calc-read-key):
7796 Remove check for old emacs versions.
7797
7798 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
7799 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
7800 for current Emacs.
7801
7802 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
7803 the end of the minibuffer.
7804 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
7805 copy `esc-map'.
7806
7807 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
7808
7809 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
7810 call that would be given when the current emacs was used.
7811
7812 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
7813
7814 * calendar/icalendar.el: Set coding to utf-8.
7815 (icalendar-version): Increase to 0.07.
7816 (icalendar-monthnumber-table): Change March pattern.
7817 (icalendar-get-all-event-properties)
7818 (icalendar-set-event-property): Delete.
7819 (icalendar-all-events): No longer interactive.
7820 (icalendar-convert-diary-to-ical)
7821 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
7822 their replacements.
7823 (icalendar-export-file, icalendar-export-region): New functions;
7824 essentially old `icalendar-convert-diary-to-ical' but appending to
7825 target rather than overwriting.
7826 (icalendar-import-file): Append to target file rather than
7827 overwriting. Fourth arg deleted.
7828 (icalendar-import-buffer): New name for old
7829 `icalendar-extract-ical-from-buffer'.
7830 (icalendar--convert-string-for-import): New name for
7831 old `icalendar-convert-for-import'.
7832 (include-icalendar-files): Delete.
7833 Prefix for all internal functions changed from `icalendar-'
7834 to `icalendar--'.
7835
7836 2004-10-19 Richard M. Stallman <rms@gnu.org>
7837
7838 * paths.el (news-path): Fix previous change.
7839
7840 2004-10-18 Jay Belanger <belanger@truman.edu>
7841
7842 * calc/calc-help.el (calc-describe-bindings):
7843 Set `buffer-read-only' to nil while working in the keybindings buffer;
7844 remove some extra information from the keybindings buffer.
7845
7846 2004-10-18 David Ponce <david@dponce.com>
7847
7848 * mouse.el (mouse-drag-move-window-top): New function.
7849 (mouse-drag-mode-line-1): Use it.
7850
7851 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7852
7853 * info.el (Info-fontify-node): For multiline refs,
7854 arrange to unfontify newline and surrounding whitespace.
7855
7856 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7857
7858 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
7859 directory is missing.
7860
7861 2004-10-17 John Paul Wallington <jpw@gnu.org>
7862
7863 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
7864 New customizable variable; whether to display buffers that match
7865 `ibuffer-maybe-show-predicates' by default.
7866 (ibuffer-maybe-show-predicates): Mention it in docstring.
7867 (ibuffer-display-maybe-show-predicates): New variable.
7868 (ibuffer-update): Prefix arg now toggles whether buffers that
7869 match `ibuffer-maybe-show-predicates' should be displayed.
7870 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
7871 locally to heed `ibuffer-default-display-maybe-show-predicates'.
7872 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
7873
7874 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
7875
7876 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
7877 work correctly.
7878
7879 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
7880
7881 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
7882 (Buffer-menu-beginning): New helper function.
7883 (Buffer-menu-execute): Use it.
7884 (Buffer-menu-select): Use it.
7885 (Buffer-menu-sort): Use it and also keep markers.
7886
7887 2004-10-17 Richard M. Stallman <rms@gnu.org>
7888
7889 * paths.el (news-directory): Rename from news-path. Old name alias.
7890 (rmail-spool-directory): Use defvar.
7891 (sendmail-program): Use defcustom.
7892 (remote-shell-program): Use defcustom.
7893 (term-file-prefix): Use defvar.
7894 (abbrev-file-name): Use defvar.
7895
7896 * term.el: Add maintainer.
7897
7898 * subr.el (with-local-quit): Return nil if there's a quit.
7899 (read-passwd): Use with-local-quit. Doc fix.
7900
7901 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
7902 (strokes-unload-hook): Set as a variable with add-hook.
7903
7904 * startup.el (fancy-splash-tail, normal-splash-screen):
7905 Update copyright year.
7906
7907 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
7908
7909 * server.el (server-unload-hook): Set as a variable with add-hook.
7910
7911 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
7912
7913 * frame.el (special-display-popup-frame):
7914 Make the buffer current as its frame is created.
7915
7916 * delsel.el (delsel-unload-hook): Set as a variable.
7917
7918 * comint.el (comint-output-filter-functions):
7919 Add comint-watch-for-password-prompt.
7920 (comint-read-noecho): Function deleted.
7921 (send-invisible): Use read-passwd.
7922
7923 * fringe.el (fringe-mode-initialize): New function.
7924 (fringe-mode): Use fringe-mode-initialize as :initialize.
7925
7926 2004-10-17 Kim F. Storm <storm@cua.dk>
7927
7928 * language/indian.el (indian-script-language-alist): Swap value and doc.
7929 (indian-font-char-index-table): Doc fix.
7930
7931 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
7934
7935 2004-10-16 Juri Linkov <juri@jurta.org>
7936
7937 * progmodes/compile.el (compilation-start): Move let-binding of
7938 `process-environment' into `with-current-buffer' body.
7939 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7940
7941 2004-10-16 Richard M. Stallman <rms@gnu.org>
7942
7943 * pcvs-util.el (cvs-bury-buffer):
7944 Don't call get-buffer-window for effect.
7945
7946 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
7947
7948 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
7949
7950 * msb.el (msb-unload-hook): Set the variable.
7951
7952 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
7953 Use * to err if buffer is readonly.
7954
7955 * subr.el (looking-back): Return only t or nil.
7956
7957 * whitespace.el (whitespace-unload-hook): Set the variable.
7958
7959 * view.el (view-mode-enable): Set view-page-size and
7960 view-half-page-size to nil.
7961 (view-set-half-page-size-default): view-half-page-size = nil
7962 means the default.
7963 (View-scroll-page-forward): Use view-page-size-default.
7964 (View-scroll-page-backward): Likewise.
7965 (view-page-size, view-half-page-size): Doc fixes.
7966
7967 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
7968
7969 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
7970
7971 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
7972 "cl" like other files. Instead, call byte-compile-find-cl-functions.
7973 (byte-compile-log-1): Bind inhibit-read-only.
7974 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
7975 (byte-compile-log-warning): Likewise.
7976 (byte-compile-file-form-require): Detect "cl" from the arg value.
7977
7978 * progmodes/compile.el (compilation-start): Assume compilation-mode
7979 will make the buffer read-only.
7980 (compilation-mode): Take arg name-of-mode.
7981 (compilation-setup): Make buffer read-only.
7982 (compilation-handle-exit): Bind inhibit-read-only.
7983
7984 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
7985 (ispell-message): Likewise.
7986 (ispell-show-choices): Don't call get-buffer-window uselessly.
7987 (ispell-init-process): Use set-process-query-on-exit-flag.
7988
7989 2004-10-16 Kim F. Storm <storm@cua.dk>
7990
7991 * fringe.el (fringe-bitmaps): Only initialize when defined.
7992
7993 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
7994 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
7995
7996 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
7997
7998 2004-10-15 Simon Josefsson <jas@extundo.com>
7999
8000 * net/password.el: Add.
8001
8002 2004-10-14 Masatake YAMATO <jet@gyve.org>
8003
8004 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
8005 (gdb-script-end-of-defun): New function.
8006 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
8007 `gdb-script-end-of-defun' as *-of-defun-function.
8008
8009 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
8010
8011 * button.el (button-activate): Allow a marker to display as an action.
8012
8013 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
8014
8015 * help.el (describe-mode): Use it to make minor mode list into
8016 hyperlinks.
8017
8018 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8019
8020 * vc.el (vc-annotate-display-select): Fix typo.
8021
8022 * subr.el (substitute-key-definition-key): New function.
8023 (substitute-key-definition): Use it with map-keymap.
8024 (event-modifiers): Use push.
8025 (mouse-movement-p, with-temp-buffer): Simplify.
8026
8027 2004-10-12 Jay Belanger <belanger@truman.edu>
8028
8029 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
8030 New variables.
8031 (calc-help-index-entries): New function.
8032 (calc-describe-function): Use `calc-help-function-list' instead of
8033 obarray for completion.
8034 (calc-describe-variable): Use `calc-help-variable-list' instead
8035 of obarray for completion.
8036
8037 2004-10-12 Richard M. Stallman <rms@gnu.org>
8038
8039 * info-look.el (info-lookup-file): Add info-file property.
8040 (info-lookup-symbol): Likewise.
8041
8042 * info.el (info-xref): Add underlining.
8043 (info): Add info-file property.
8044 (Info-find-emacs-command-nodes): Specify case-sensitive search.
8045
8046 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
8047
8048 Sync with Tramp 2.0.45.
8049
8050 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
8051 defined. This is not the case for XEmacs without package "edebug".
8052 (tramp-set-auto-save-file-modes): Set permissions of autosaved
8053 remote files to the permissions of the original file. This is not
8054 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
8055 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
8056 (tramp-perl-decode): Fix an error in Perl implementation.
8057 $pending must be cleared every loop. Reported by Benjamin Place
8058 <benjaminplace@sprintmail.com>
8059
8060 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
8061 Don't activate advice during definition. This is done later on,
8062 depending on test result of `substitute-in-file-name'.
8063 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8064
8065 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
8068
8069 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
8070
8071 2004-10-12 David Ponce <david@dponce.com>
8072
8073 * recentf.el (recentf-edit-list): Update the menu when the recentf
8074 list has been modified.
8075
8076 2004-10-12 Simon Josefsson <jas@extundo.com>
8077
8078 * net/tls.el (tls-certtool-program): New variable.
8079 (tls-certificate-information): New function, based on
8080 ssl-certificate-information.
8081
8082 2004-10-12 Kenichi Handa <handa@m17n.org>
8083
8084 * international/mule.el (coding-system-equal): Move from mule-util.el.
8085
8086 * international/mule-util.el (coding-system-equal): Move to mule.el.
8087
8088 2004-10-12 Kim F. Storm <storm@cua.dk>
8089
8090 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
8091 reset kmacro-initial-counter-value if set.
8092 (kmacro-set-counter): Only set kmacro-counter if defining or executing
8093 macro. Set kmacro-initial-counter-value otherwise. Never set both.
8094 (kmacro-display): Show macro counter if non-zero.
8095
8096 * subr.el (substitute-key-definition): Mention command remapping
8097 in doc string.
8098
8099 2004-10-11 Jay Belanger <belanger@truman.edu>
8100
8101 * calc/calc-misc.el (calc-info-goto-node): New function.
8102 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
8103 node in one step.
8104 (calc-describe-copying, calc-describe-distribution)
8105 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
8106 Go to appropriate info node in one step.
8107
8108 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
8111
8112 * font-lock.el (font-lock-apply-highlight): Fix last change.
8113
8114 2004-10-11 Simon Josefsson <jas@extundo.com>
8115
8116 * mail/smtpmail.el (smtpmail-open-stream): Look for
8117 starttls-gnutls-program instead of starttls-program iff
8118 starttls-use-gnutls is non-nil.
8119 (smtpmail-open-stream): Don't overwrite user settings of
8120 starttls-extra-arguments and starttls-extra-args.
8121
8122 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8123
8124 * comint.el (comint-mouse-insert-input): Remove.
8125 (comint-insert-input): Make it work for mouse bindings.
8126 (comint-mode-map): Move defs into the declaration.
8127 (comint-output-filter): Typo.
8128
8129 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
8130
8131 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
8132
8133 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
8134 (ange-ftp-call-chmod): Reference remote-shell-program instead of
8135 ange-ftp-remote-shell.
8136
8137 2004-10-10 Andreas Schwab <schwab@suse.de>
8138
8139 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
8140 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
8141 Reported by <sri@asu.edu>.
8142
8143 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
8144
8145 * vc.el (vc-annotate-mode): Remove variable.
8146 (vc-annotate-display-select): Only call vc-annotate-mode
8147 if we're not in that mode already.
8148
8149 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8150
8151 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
8152 (imenu-choose-buffer-index): Check here for rescan instead.
8153
8154 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
8155 where the face expression evals to nil.
8156
8157 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
8158 (tex-font-lock-keywords-2): Use it.
8159 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
8160
8161 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
8162
8163 2004-10-09 Kim F. Storm <storm@cua.dk>
8164
8165 * subr.el (progress-reporter-update): Define before first usage.
8166 (make-progress-reporter): Doc fix.
8167
8168 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
8169
8170 * textmodes/paragraphs.el (sentence-end-double-space)
8171 (sentence-end-without-period, sentence-end-without-space)
8172 (sentence-end): Doc fixes.
8173
8174 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
8175
8176 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
8177 Change paragraph-start regexp so we don't fill code starting with #'(.
8178
8179 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
8180
8181 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
8182 New defcustom.
8183 (extract-address-components): Use it.
8184
8185 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
8186
8187 * subr.el (make-progress-reporter, progress-reporter-update)
8188 (progress-reporter-force-update, progress-reporter-do-update)
8189 (progress-reporter-done): New functions.
8190
8191 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
8192
8193 * progmodes/etags.el (etags-tags-completion-table): Use progress
8194 reporter.
8195 (etags-tags-apropos): Likewise.
8196
8197 2004-10-08 Alan Mackenzie <acm@muc.de>
8198
8199 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
8200 of current line.
8201
8202 2004-10-08 Masatake YAMATO <jet@gyve.org>
8203
8204 * server.el (server-process-filter): Wrap `process-send-region'
8205 by `condition-case' to guard the case when the pipe to PROC is closed.
8206
8207 2004-10-07 Mark A. Hershberger <mah@everybody.org>
8208
8209 * xml.el (xml-substitute-special): Limit handling of external entities.
8210
8211 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
8212
8213 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
8214
8215 2004-10-06 John Paul Wallington <jpw@gnu.org>
8216
8217 * xml.el (xml-parse-dtd): Fix `error' call.
8218
8219 2004-10-05 Mark A. Hershberger <mah@everybody.org>
8220
8221 * xml.el (xml-substitute-special): Return a single string instead
8222 of a list of strings if an entity substitution is made.
8223
8224 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
8225
8226 * calendar/icalendar.el: New file.
8227
8228 2004-10-05 Juri Linkov <juri@jurta.org>
8229
8230 * isearch.el (isearch-done): Set mark after running hook.
8231 Reported by Drew Adams <drew.adams@oracle.com>.
8232
8233 * info.el (Info-history, Info-toc): Fix Info headers.
8234 (Info-toc): Narrow buffer before Info-fontify-node.
8235 (Info-build-toc): Don't check for special Info file names.
8236 Set main-file to nil if Info-find-file returns a symbol.
8237
8238 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
8239
8240 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
8241 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
8242 * calendar/cal-menu.el (calendar-mode-map): Ditto.
8243
8244 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
8245
8246 * calendar/cal-iso.el (calendar-iso-read-args): New function,
8247 for old interactive spec from calendar-goto-iso-date.
8248 (calendar-goto-iso-date): Use it.
8249 (calendar-goto-iso-week): New function. Suggested by Emilio
8250 C. Lopes <eclig@gmx.net>.
8251
8252 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
8253
8254 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
8255 `set-right-margin' bindings that follow the minor mode conventions.
8256
8257 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8258
8259 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
8260 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
8261 (latex-block-args-alist): Add minipage and picture.
8262 (latex-block-body-alist): Use reftex-label if enabled.
8263 (latex-insert-block): Don't insert a \n if not necessary.
8264 (tex-compile-commands): Make sure dvips doesn't send to printer.
8265 (tex-compile-default): Handle the case where no executable is found.
8266 (latex-noindent-environments): New var.
8267 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
8268 If tex-indent-allhanging is non-nil, make sure we only align for macros
8269 at beginning of line.
8270
8271 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
8272
8273 * newcomment.el (comment-beginning): Doc fix and don't choke on
8274 unset `comment-end-skip' when at beginning of comment.
8275
8276 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
8277
8278 * term.el (term-adjust-current-row-cache): Don't allow the current
8279 row to become negative.
8280 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
8281 the end of the line. Fix scroll down. Add comments.
8282 (term-handle-ansi-escape): Don't exceed terminal width when moving
8283 right.
8284 (term-scroll-region): Move the cursor after setting the scroll region.
8285
8286 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
8287
8288 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
8289 to `width' for consistency with docstring. Doc fix.
8290
8291 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
8292
8293 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
8294 This is necessary for derived modes.
8295
8296 2004-09-30 Kim F. Storm <storm@cua.dk>
8297
8298 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
8299 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
8300
8301 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
8302 kmacro-extract-lambda functions.
8303 (edit-kbd-macro): Handle kmacro lambda forms.
8304 Include counter and counter format in edit buffer.
8305 (edmacro-finish-edit): Get counter and format from edit buffer and
8306 update kmacro bindings when found.
8307
8308 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
8309
8310 * textmodes/paragraphs.el (forward-paragraph):
8311 Avoid args-out-of-range error when point winds up at the beginning of
8312 the buffer and hard newlines are enabled.
8313
8314 * newcomment.el (comment-multi-line): Doc fix.
8315
8316 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
8319 (diff-fixup-modifs): Catch unified-diff file-headers.
8320
8321 2004-09-29 Kim F. Storm <storm@cua.dk>
8322
8323 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
8324 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
8325 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
8326
8327 * fringe.el (fringe-bitmap-p): New macro.
8328 (fringe-bitmaps): Add standard fringe bitmaps on load.
8329
8330 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8331
8332 * dired.el (dired-view-command-alist): Use more efficient regexps.
8333 Remove dubious arguments.
8334 (dired-align-file): New function.
8335 (dired-insert-directory): Use it.
8336 (dired-move-to-end-of-filename): Make the " -> " search more specific.
8337 (dired-buffers-for-dir): Remove unused var `pattern'.
8338
8339 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
8340
8341 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
8342 from diary display excursion. Store diary buffer's point for
8343 `simple-diary-display'.
8344 (simple-diary-display): Set window point and start when
8345 displaying buffer, to preserve point.
8346
8347 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
8348
8349 * textmodes/enriched.el (enriched-translations): Replace defconst
8350 with defvar.
8351
8352 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8353
8354 * printing.el: Doc fix.
8355 (pr-version): New version number (6.8.1).
8356 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
8357 make-temp-name.
8358 (pr-delete-file): Check if file exists before deleting it.
8359 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
8360
8361 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8362
8363 * term.el (term-display-table): New variable.
8364 (term-mode): Use it.
8365 (term-exec-1): Set the coding system to binary.
8366 (term-emulate-terminal): Decode the string before inserting it.
8367
8368 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
8369
8370 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
8371 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
8372 (map): Bind S-prior, S-next and S-insert.
8373 (term-mode): Set `indent-tabs-mode' to nil.
8374 (term-paste): New function to be bound to S-insert.
8375 (term-send-del, term-send-backspace): Change the strings sent.
8376 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
8377 (term-handle-colors-array): Fix handling of underline and reverse.
8378 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
8379 (term-erase-in-line): Fix comparison.
8380 (term-emulate-terminal): Fix line wrap handling.
8381 (term-start-output-log): Rename from `term-set-output-log'.
8382 (term-stop-output-log): Rename from `term-stop-photo'.
8383 (term-switch-to-alternate-sub-buffer): Comment out, unused.
8384
8385 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
8386
8387 * dired.el (dired-move-to-filename): Don't output a message if
8388 raise-error is non-nil. Fix return position and value.
8389
8390 * files.el (insert-directory): Obey --dired even with symlinks.
8391
8392 2004-09-25 Lars Hansen <larsh@math.ku.dk>
8393
8394 * ls-lisp.el (ls-lisp-format): Mark file names with property
8395 dired-filename.
8396
8397 2004-09-25 Kim F. Storm <storm@cua.dk>
8398
8399 * ido.el (ido-max-directory-size): New defcustom.
8400 (ido-decorations): Add "too big" element.
8401 (ido-directory-too-big): New dynamic var.
8402 (ido-may-cache-directory): Don't cache big directories.
8403 (ido-directory-too-big-p): New defun.
8404 (ido-set-current-directory): Update ido-directory-too-big.
8405 (ido-read-internal): Make empty ido-cur-item if too-big.
8406 (ido-buffer-internal): Use ido-read-internal directly instead of
8407 ido-read-buffer.
8408 (ido-file-internal): Init ido-directory-too-big.
8409 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
8410 and redo completion with full list.
8411 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
8412 it, and show completions.
8413 (ido-all-completions): Let bind ido-directory-too-big to nil.
8414 (ido-exhibit): Handle ido-directory-too-big.
8415 (ido-read-buffer): Handle fallback to read-buffer.
8416 Init ido-directory-too-big.
8417 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
8418 Init ido-directory-too-big.
8419
8420 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
8421
8422 * subr.el (delay-mode-hooks): Doc fix.
8423
8424 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
8425
8426 * textmodes/enriched.el
8427 (enriched-default-text-properties-local-flag): New variable.
8428 (enriched-mode): Make sure that enabling and disabling the mode is
8429 a no-op. Doc fix.
8430
8431 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
8432
8433 * calendar/holidays.el (holiday-advent): Report on a specified day
8434 offset from advent, not just advent.
8435 (holiday-easter-etc): Report on one specified day offset from
8436 easter, not all easter holidays. Various Easter holidays moved to
8437 `christian-holidays' variable in calendar.el.
8438 * calendar/calendar.el (christian-holidays): Adapt for new
8439 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
8440
8441 2004-09-23 Kim F. Storm <storm@cua.dk>
8442
8443 * image.el (insert-sliced-image): Add doc string.
8444
8445 * ido.el (ido-choice-list): New dynamic var for `list' context.
8446 (ido-context-switch-command): New dynamic var.
8447 (ido-define-mode-map): Generalize switch between file/buffer contexts.
8448 (ido-read-internal): Handle new `list' context.
8449 Handle insert-buffer and insert-file ido-exit values.
8450 (ido-buffer-internal): New arg switch-cmd. Use it to setup
8451 ido-context-switch-command. Handle insert-file ido-exit value.
8452 (ido-read-buffer): Set ido-context-switch-command to 'ignore
8453 unless it is already bound by caller.
8454 (ido-file-internal): New arg switch-cmd. Use it to setup
8455 ido-context-switch-command. Handle insert-buffer ido-exit value.
8456 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
8457 used for context switching.
8458 (ido-all-completions): Handle new `list' context.
8459 (ido-make-choice-list): Return choices for `list' context.
8460 (ido-find-file-in-dir, ido-display-file, ido-write-file)
8461 (ido-display-buffer, ido-kill-buffer): Disable context switching.
8462 (ido-insert-buffer, ido-insert-file): Setup context switching.
8463 (ido-exhibit): Handle `list' context.
8464 (ido-read-file-name): Disable context switching. Handle fallback.
8465 (ido-read-directory-name): Disable context switching.
8466 (ido-completing-read): New defun like completing-read. Setup and
8467 use new `list' context.
8468
8469 2004-09-20 Jesper Harder <harder@ifa.au.dk>
8470
8471 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
8472
8473 2004-09-21 Jay Belanger <belanger@truman.edu>
8474
8475 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
8476 `calc-graph-set-styles' so the gnuplot buffer will appear in a
8477 separate window.
8478
8479 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
8480
8481 * subr.el (after-change-major-mode-hook): Doc fix.
8482
8483 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8484
8485 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
8486 of ghostscript for monochrome PostScript file in Windows.
8487
8488 2004-09-21 Kenichi Handa <handa@m17n.org>
8489
8490 * descr-text.el (describe-char): Checking of quail activation fixed.
8491
8492 2004-09-21 Jay Belanger <belanger@truman.edu>
8493
8494 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
8495
8496 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
8497
8498 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
8499 after the mode hooks instead of before. Doc fix.
8500
8501 2004-09-20 Jason Rumney <jasonr@gnu.org>
8502
8503 * startup.el (command-line) [windows-nt]: Try .emacs first, then
8504 _emacs, but revert to .emacs if neither exists in home directory.
8505
8506 2004-09-20 John Paul Wallington <jpw@gnu.org>
8507
8508 * bindings.el (completion-ignored-extensions): Add .dfsl.
8509
8510 2004-09-20 Richard M. Stallman <rms@gnu.org>
8511
8512 * bindings.el (scroll-left): Make it disabled.
8513
8514 * files.el (enable-local-eval): Doc fix.
8515
8516 * indent.el (move-to-left-margin): Special case for minibuffer.
8517
8518 * term.el (term-emulate-terminal): Turn off undo for output.
8519 Use with-current-buffer and save-selected-window.
8520
8521 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
8522
8523 * progmodes/make-mode.el (makefile-fill-paragraph):
8524 Don't insist on spaces when looking for comments. # is enough.
8525
8526 * files.el (hack-local-variables): Copy the variables list
8527 to another buffer, strip prefixes and suffixes there, then read.
8528 (enable-local-eval): Doc fix.
8529 (ignored-local-variables): Initialize to nil.
8530 (risky-local-variable-p): Don't check ignored-local-variables here.
8531 (hack-one-local-variable): Ignore var if in ignored-local-variables.
8532
8533 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
8534
8535 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
8536 of = to "." (punctuation).
8537
8538 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * subr.el (event-basic-type): Fix mask (extend to 22bits).
8541
8542 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
8543
8544 * textmodes/enriched.el (enriched-rerun-flag): New variable.
8545 (enriched-before-change-major-mode): New function.
8546 Add it to `change-major-mode-hook'.
8547 (enriched-after-change-major-mode): New function.
8548 Add it to `after-change-major-mode-hook'.
8549 (enriched-mode): Make it work correctly if called from
8550 `after-change-major-mode-hook'.
8551 No longer set `indent-line-function'.
8552
8553 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
8554
8555 * subr.el (after-change-major-mode-hook): New variable.
8556 (run-mode-hooks): Implement it.
8557
8558 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
8559
8560 * battery.el (battery-linux-proc-apm): Use string-to-number.
8561 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
8562 Use dolist (and less indentation). Use erase-buffer.
8563 Pre-initialize `design-capacity', `warn', and `low'.
8564 (battery-format): Use replace-regexp-in-string.
8565
8566 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
8567
8568 * battery.el: Delete superfluous empty lines.
8569 (battery-linux-proc-acpi): Attempt to gather information from all
8570 battery subdirectories regardless of their file name.
8571 (battery-linux-proc-apm): Replace all occurrences of
8572 battery-hex-to-int-2 with string-to-int (base 16).
8573 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
8574 (battery-hex-map): Delete variable.
8575
8576 2004-09-18 John Paul Wallington <jpw@gnu.org>
8577
8578 * calc/calc-units.el (calc-quick-units): Fix overzealous
8579 s/or/unless/.
8580
8581 2004-09-17 Jay Belanger <belanger@truman.edu>
8582
8583 * calc/calc.el (calc-mode-var-list): Fix the value of
8584 `calc-matrix-brackets'.
8585
8586 2004-09-17 Romain Francoise <romain@orebokech.com>
8587
8588 * ibuf-ext.el (define-ibuffer-filter filename):
8589 Expand dired-directory since buffer-file-name is absolute.
8590
8591 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
8592
8593 * ediff-init.el (ediff-current-diff-face-A)
8594 (ediff-current-diff-face-B, ediff-current-diff-face-C)
8595 (ediff-current-diff-face-Ancestor)
8596 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8597 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8598 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8599 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8600 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8601 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8602 Use min-colors.
8603
8604 * term.el (term-down): Perform vertical motion if DOWN is negative.
8605 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
8606 (term-termcap-format): Synchronyze with the eterm terminfo entry
8607 in etc/e/eterm.ti.
8608 (term-handle-colors-array): If the current foreground or
8609 background are zero (i.e. unspecified), use the foreground and
8610 background of the default face for reverse video.
8611 (term-ansi-at-eval-string, term-ansi-default-fg)
8612 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
8613 (term-mem): Delete ununsed function.
8614 (term-protocol-version): Increment.
8615 (term-current-face): Set to default.
8616
8617 2004-09-15 Jay Belanger <belanger@truman.edu>
8618
8619 * calc/calc.el (calc-mode-var-list): Define this variable.
8620 (calc-always-load-extensions, calc-line-numbering)
8621 (calc-line-breaking, calc-display-just, calc-display-origin)
8622 (calc-number-radix, calc-leading-zeros, calc-group-digits)
8623 (calc-group-char, calc-point-char, calc-frac-format)
8624 (calc-prefer-frac, calc-hms-format, calc-date-format)
8625 (calc-float-format, calc-full-float-format, calc-complex-format)
8626 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8627 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8628 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8629 (calc-matrix-brackets, calc-language, calc-language-option)
8630 (calc-left-label, calc-right-label, calc-word-size)
8631 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8632 (calc-display-raw, calc-internal-prec, calc-angle-mode)
8633 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8634 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8635 (calc-window-height, calc-display-trail, calc-show-selections)
8636 (calc-use-selections, calc-assoc-selections)
8637 (calc-display-working-message, calc-auto-why, calc-timing)
8638 (calc-mode-save-mode, calc-standard-date-formats)
8639 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
8640 (calc-user-parse-tables, calc-gnuplot-default-device)
8641 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8642 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8643 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
8644 (calc-invocation-macro, calc-show-banner): Give these values as
8645 part of `calc-mode-var-list's initialization after the variables
8646 are declared with defvar.
8647 (calc-bug-address): Change email address to send bug reports to.
8648 Change the maintainer address at the top.
8649 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
8650 than "\\.emacs" to determine if it is the user-init-file.
8651
8652 * calc/calc-embed.el (calc-embedded-set-modes): Use
8653 `calc-mode-var-list' correctly.
8654
8655 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
8656
8657 * vc.el (annotate-time): Document point handling.
8658 (vc-annotate-display-autoscale): Doc fix.
8659
8660 2004-09-15 Miles Bader <miles@gnu.org>
8661
8662 * generic.el (generic-make-keywords-list): Use symbol rather than
8663 word anchors in regexp.
8664
8665 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
8666
8667 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
8668 no file name consider `dired-directory'.
8669
8670 2004-09-14 Kim F. Storm <storm@cua.dk>
8671
8672 * faces.el (cursor): Add face-no-inherit property. Doc fix.
8673
8674 2004-09-14 Simon Josefsson <jas@extundo.com>
8675
8676 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
8677
8678 * textmodes/dns-mode.el: Add.
8679
8680 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8681
8682 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
8683 (disabled-command-function): Make the ?\ char more obvious.
8684
8685 * vc-arch.el (vc-arch-root, vc-arch-registered):
8686 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
8687
8688 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
8689
8690 * windmove.el (windmove-frame-edges): Report coordinates of
8691 outside edges of frame, not inside edges.
8692 (windmove-coordinates-of-position): Convert into wrapper to new
8693 function `windmove-coordinates-of-window-position';
8694 `compute-motion' always applies to selected window.
8695 (windmove-coordinates-of-position): Update documentation to refer
8696 to Emacs 21 Lisp Reference Manual.
8697 (windmove-find-other-window): Fix off-by-one errors for max x,y.
8698
8699 2004-09-13 Kim F. Storm <storm@cua.dk>
8700
8701 * isearch.el (isearch-resume-in-command-history): Rename from
8702 isearch-resume-enabled and change default to nil.
8703
8704 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8705
8706 * vc-hooks.el (vc-ignore-dir-regexp): New var.
8707 (vc-registered): Use it.
8708 (vc-find-root): New fun.
8709
8710 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
8711 Don't tell to use \\{...} when it's already done.
8712
8713 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
8714 Provide a sample complex default.
8715 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
8716 (bibtex-entry): Use mapc.
8717
8718 2004-09-12 Kim F. Storm <storm@cua.dk>
8719
8720 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
8721
8722 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
8723 inhibit-field-text-motion to t so rectangles work in comint buffers.
8724
8725 * simple.el (choose-completion-string): Set buffer before running
8726 choose-completion-string-functions hook so it can be buffer-local.
8727
8728 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
8729
8730 * progmodes/compile.el (compilation-start): Parse command to see
8731 if it starts with a cd, and if so perform it for the *compilation*
8732 buffer. Change the header to reflect this.
8733
8734 2004-09-11 Kim F. Storm <storm@cua.dk>
8735
8736 * ido.el (ido-enable-dot-prefix): Doc fix.
8737 (ido-enable-dot-prefix): New defcustom.
8738 (ido-set-matches1): Use it.
8739
8740 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * textmodes/bibtex.el (bibtex-mark-active)
8743 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
8744
8745 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8746
8747 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
8748 used in a case insensitive environment.
8749 (bibtex-mode-map): Rearrange order of menus.
8750 (bibtex-quoted-string-re): Obsolete.
8751 (bibtex-complete-key-cleanup): Variable replaced by new function.
8752 (bibtex-font-lock-keywords): Use backquotes.
8753 (bibtex-font-lock-url-regexp): New internal variable.
8754 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
8755 "OPT" and "ALT".
8756 (bibtex-insert-current-kill, bibtex-make-field)
8757 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
8758 (bibtex-parse-field-text): Simplify.
8759 (bibtex-string=): New helper function.
8760 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
8761 (bibtex-map-entries): Use bibtex-string=.
8762 (bibtex-search-entry): Use not.
8763 (bibtex-enclosing-field): Fix docstring.
8764 (bibtex-assoc-regexp): Obsolete.
8765 (bibtex-format-entry): Use assoc-string and bibtex-string=.
8766 (bibtex-autokey-get-names): Handle empty name field.
8767 (bibtex-parse-strings): Use assoc-string and unless.
8768 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
8769 Use assoc-string.
8770 (bibtex-pop): Simplify.
8771 (bibtex-mode): Set font-lock-extra-managed-props.
8772 (bibtex-entry-update): Use assoc-string.
8773 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
8774 (bibtex-autofill-entry): Use bibtex-string=.
8775 (bibtex-print-help-message): Simplify.
8776 (bibtex-find-entry): New optional arg START.
8777 (bibtex-validate): Use bibtex-string= and assoc-string.
8778 Do not call obsolete function compilation-parse-errors.
8779 (bibtex-remove-delimiters): Only remove delimiters if present.
8780 (bibtex-copy-entry-as-kill): Add docstring.
8781 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
8782 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
8783 (bibtex-complete): Use bibtex-predefined-month-strings,
8784 bibtex-string=, and new function bibtex-complete-key-cleanup.
8785 (bibtex-generate-url-list): New variable.
8786 (bibtex-url): New command bound to C-c C-l and mouse-2.
8787 (bibtex-url-map): New local keymap for bibtex-url-mouse.
8788 (bibtex-font-lock-url): New function.
8789
8790 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
8791
8792 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
8793
8794 2004-09-09 Kim F. Storm <storm@cua.dk>
8795
8796 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
8797 counter and format with binding.
8798 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
8799 the declared macro uses own macro counter and format. Give symbol
8800 kmacro property.
8801 (kmacro-keymap): Bind kmacro-name-last-macro to n.
8802 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
8803 (kmacro-end-and-call-macro): Doc fix.
8804
8805 2004-09-09 Lars Hansen <larsh@math.ku.dk>
8806
8807 * desktop.el (desktop-clear-preserve-buffers):
8808 Remove make-obsolete-variable.
8809
8810 2004-09-08 Richard M. Stallman <rms@gnu.org>
8811
8812 * buff-menu.el (list-buffers-noselect): Call format-mode-line
8813 with the buffer as argument.
8814
8815 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
8816
8817 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
8818
8819 2004-09-08 Juri Linkov <juri@jurta.org>
8820
8821 * replace.el (perform-replace): Use `query-replace-descr'.
8822
8823 * cus-start.el (history-delete-duplicates): Specify customization.
8824
8825 * diff-mode.el (diff-mode-map):
8826 * progmodes/compile.el (compilation-mode-map):
8827 * progmodes/grep.el (grep-mode-map):
8828 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
8829 to `next-error-follow-minor-mode'.
8830
8831 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8832
8833 * isearch.el (isearch-lazy-highlight-update): Take into account
8834 the case of zero-length match at the search bound.
8835
8836 2004-09-08 Kim F. Storm <storm@cua.dk>
8837
8838 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
8839 change. Use zero width overlays when necessary.
8840
8841 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8842
8843 * subr.el (split-string): Docfix.
8844
8845 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8846
8847 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
8848 (display-call-tree): Ensure newline after caller/calls blocks.
8849
8850 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8851
8852 * startup.el (command-line-1): Make option
8853 --directory/-L modify `load-path' straight away.
8854
8855 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8856
8857 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
8858
8859 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8860
8861 * emacs-lisp/autoload.el (make-autoload):
8862 Handle `define-compilation-mode'.
8863
8864 * emacs-lisp/lisp-mode.el (define-compilation-mode):
8865 Specify `doc-string-elt' property.
8866
8867 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8868
8869 * bs.el (bs-mode): Doc fix.
8870
8871 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8872
8873 * info.el (Info-insert-dir): Fix temp buffer leak bug.
8874
8875 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
8876
8877 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
8878
8879 2004-09-08 Kenichi Handa <handa@m17n.org>
8880
8881 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
8882 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
8883 ps-mule-next-point -> 1+).
8884
8885 * composite.el (encode-composition-rule): Add autoload cooky.
8886
8887 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
8888
8889 * format.el (buffer-auto-save-file-format): Make it permanent local.
8890
8891 2004-09-07 Kim F. Storm <storm@cua.dk>
8892
8893 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
8894 (authors-fixed-entries): Fix typo.
8895 (authors-canonical-author-name): Compact multiple spaces.
8896 Ignore trivial names (e.g. only first name).
8897
8898 * term.el (term-window-width): Only use full window width on
8899 window system if overflow-newline-into-fringe is enabled.
8900 (term-mode): Don't disable overflow-newline-into-fringe.
8901
8902 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
8903
8904 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
8905 motion as seen on my Mac OS X xterms.
8906
8907 * newcomment.el (uncomment-region-default, comment-region-default):
8908 New functions extracted from uncomment-region and comment-region.
8909 (comment-region, comment-region-function, uncomment-region)
8910 (uncomment-region-function): Use them.
8911
8912 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
8913
8914 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
8915 It's not crucial but can make sense at times.
8916
8917 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
8918 the first commit.
8919
8920 * vc.el (vc-buffer-context, vc-restore-buffer-context):
8921 Disable obsolete code.
8922
8923 2004-09-07 Juri Linkov <juri@jurta.org>
8924
8925 * progmodes/grep.el (grep-highlight-matches): Change default from
8926 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
8927 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
8928 if grep option `--color' is available, or to `nil' otherwise.
8929 (grep-process-setup): Call `grep-compute-defaults' if
8930 `grep-highlight-matches' is not computed. Set env-vars only
8931 if `grep-highlight-matches' is `t'.
8932 (grep-use-null-device): Remove redundant type `boolean' (`choice'
8933 is already defined).
8934
8935 * progmodes/compile.el (compilation-start): Use copy of
8936 `process-environment' created by `copy-sequence' to not
8937 modify env-vars in the global `process-environment'.
8938
8939 2004-09-06 Eli Zaretskii <eliz@gnu.org>
8940
8941 * simple.el (next-error-follow-minor-mode): Fix last change.
8942
8943 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
8944
8945 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
8946 permanent local.
8947
8948 2004-09-04 Richard M. Stallman <rms@gnu.org>
8949
8950 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
8951 highlighting if the search string is empty.
8952
8953 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
8954
8955 * facemenu.el (facemenu-active-faces): Change condition of inner
8956 `while' loop to also check the first two elements of `face-atts'
8957 and `mask-atts'.
8958
8959 2004-09-04 John Paul Wallington <jpw@gnu.org>
8960
8961 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
8962 (thumbs-view-image-mode): Make buffer read-only.
8963
8964 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
8965
8966 * textmodes/ispell.el (ispell-really-aspell): New defvar.
8967 (ispell-check-version): Set it.
8968 (ispell-send-replacement): New function.
8969 (ispell-process-line): Call ispell-send-replacement.
8970
8971 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8972
8973 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
8974 Support choosing seconds with "s".
8975
8976 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
8977
8978 * terminal.el (te-escape): Show `?' in prompt for help key.
8979
8980 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
8981
8982 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
8983
8984 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
8985
8986 * simple.el (next-error-follow-minor-mode)
8987 (next-error-follow-mode-post-command-hook): New functions.
8988 (next-error-follow-last-line): New defvar.
8989
8990 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
8991 * progmodes/compile.el (compilation-mode-map): Likewise.
8992 * progmodes/grep.el (grep-mode-map): Likewise.
8993 * replace.el (occur-mode-map): Likewise.
8994
8995 * newcomment.el (uncomment-region): Bind comment-use-global-state
8996 to nil.
8997
8998 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
8999
9000 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
9001 locally around the call to `revert-buffer'.
9002
9003 2004-09-03 Juri Linkov <juri@jurta.org>
9004
9005 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
9006 `isearch-adjusted' to `t'.
9007 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
9008 (isearch-message-prefix): Add "pending" for isearch-adjusted.
9009 (isearch-other-meta-char): Restore isearch-point unconditionally.
9010 (isearch-query-replace): Add new arg `regexp-flag' and use it.
9011 Set point to start of match if region is not active in transient
9012 mark mode (to include the current match to region boundaries).
9013 Push the search string to `query-replace-from-history-variable'.
9014 Add prompt "Query replace regexp" for isearch-regexp.
9015 Add region beginning/end as last arguments of `perform-replace.'
9016 (isearch-query-replace-regexp): Replace code by the call to
9017 `isearch-query-replace' with arg `t'.
9018
9019 2004-09-03 Richard M. Stallman <rms@gnu.org>
9020
9021 * startup.el (normal-top-level): Undo previous TERM change.
9022
9023 2004-09-03 Kim F. Storm <storm@cua.dk>
9024
9025 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
9026 highlight overlays; allow using RET when cursor is over a button.
9027 (cua--highlight-rectangle): Use it.
9028 (cua--rectangle-set-corners): Don't move backwards at eol.
9029 (cua--forward-line): Don't move into void after eob.
9030
9031 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
9032 point is set (and displayed) inside rectangle.
9033 (cua--rectangle-operation): Fix for highlight of empty lines.
9034 (cua--highlight-rectangle): Fix highlight for tabs.
9035 Position cursor at left/right edge of rectangle using new `cursor'
9036 property on overlay strings.
9037 (cua--indent-rectangle): Don't tabify.
9038 (cua-rotate-rectangle): Ignore that point has moved.
9039
9040 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9041
9042 * term/mac-win.el: Add ASCII equivalents for some function keys.
9043 (mode-line-frame-identification): Sync with x-win.el.
9044
9045 2004-09-02 Juri Linkov <juri@jurta.org>
9046
9047 * progmodes/compile.el (compilation-buffer-name): Compare major
9048 mode with second element of compilation-arguments instead of third
9049 to reflect latest changes in compilation-arguments structure.
9050 (recompile): Use global variable `compilation-directory' to get
9051 recent compilation directory only when `recompile' is invoked NOT
9052 in the compilation buffer. Otherwise, use `default-directory' of
9053 the compilation buffer.
9054 (compilation-error-properties): Allow to funcall col and end-col.
9055 (compilation-mode-font-lock-keywords): Check col and end-col by
9056 `integerp'.
9057 (compilation-goto-locus): If end-mk is non-nil in transient mark
9058 mode don't activate the mark (and don't display message in
9059 push-mark), but highlight overlay between mk and end-mk.
9060
9061 * progmodes/grep.el (grep-highlight-matches): New defcustom.
9062 (grep-regexp-alist): Add rule to highlight grep matches.
9063 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
9064
9065 * info.el (Info-fontify-node): Don't compute other-tag
9066 if Info-hide-note-references=hide.
9067
9068 * help.el (function-called-at-point):
9069 * help-fns.el (variable-at-point):
9070 Try `find-tag-default' when other methods failed.
9071
9072 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9073 Do not push mark if inhibit-mark-movement is non-nil.
9074
9075 * textmodes/ispell.el (ispell-html-skip-alists):
9076 Fix backslashes in docstring.
9077
9078 2004-09-01 Juri Linkov <juri@jurta.org>
9079
9080 * isearch.el (isearch-wrap-function)
9081 (isearch-push-state-function): New defvars.
9082 (isearch-pop-fun-state): New defsubst.
9083 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
9084 (isearch-push-state): Set the result of calling
9085 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
9086 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
9087 restore the mode-specific starting point of terminated search.
9088 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
9089 (isearch-repeat): Call `isearch-wrap-function' if defined.
9090 (isearch-message-prefix): Don't add prefix "over" to the message
9091 for wrapped search if `isearch-wrap-function' is defined.
9092 (isearch-search): Call function saved in `isearch-pop-fun-state' to
9093 restore the mode-specific starting point of failed search.
9094
9095 * info.el (Info-search-whitespace-regexp): Fix backslashes.
9096 (Info-search): Add new optional arguments for the sake of isearch.
9097 Replace whitespace in Info-search-whitespace-regexp literally.
9098 Add backward search. Don't call `Info-select-node' if regexp is
9099 found in the same Info node. Don't add node to Info-history for
9100 wrapped isearch.
9101 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
9102 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
9103 (Info-mode): Set local variables `isearch-search-fun-function',
9104 `isearch-wrap-function', `isearch-push-state-function',
9105 `search-whitespace-regexp'.
9106
9107 * isearch.el: Remove ancient Change Log section.
9108 (isearch-string, isearch-message-string, isearch-point)
9109 (isearch-success, isearch-forward-flag, isearch-other-end)
9110 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9111 (isearch-barrier, isearch-within-brackets)
9112 (isearch-case-fold-search): Add suffix `-state' to state-related
9113 defsubsts to avoid name clashes with other function names.
9114
9115 * simple.el (next-error): New defgroup and defface.
9116 (next-error-highlight, next-error-highlight-no-select):
9117 New defcustoms.
9118 (next-error-no-select): Let-bind next-error-highlight to the value
9119 of next-error-highlight-no-select before calling `next-error'.
9120
9121 * progmodes/compile.el (compilation-goto-locus):
9122 Use `next-error' face instead of `region'. Set 4-th argument of
9123 `move-overlay' to `current-buffer' to move overlay to different
9124 source buffers. Use new variable `next-error-highlight'.
9125
9126 * simple.el (next-error-find-buffer): Move the rule
9127 "if current buffer is a next-error capable buffer" after the
9128 rule "if next-error-last-buffer is set to a live buffer".
9129 Simplify to test all rules in one `or'.
9130 (next-error): Doc fix.
9131 (next-error, previous-error, first-error)
9132 (next-error-no-select, previous-error-no-select):
9133 Make arguments optional.
9134
9135 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
9136
9137 * macros.el (apply-macro-to-region-lines): Make it operate on all
9138 lines that begin in the region, rather than on all complete lines
9139 in the region.
9140
9141 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9142
9143 * x-dnd.el (x-dnd-protocol-alist): Document update.
9144 (x-dnd-known-types): Defcustom it.
9145 (x-dnd-handle-motif): Print message-atom in error message.
9146
9147 2004-08-30 John Paul Wallington <jpw@gnu.org>
9148
9149 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
9150 strings rather than programatically constructing message.
9151
9152 2004-08-30 Richard M. Stallman <rms@gnu.org>
9153
9154 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
9155 Don't return a string that would read as the wrong character code.
9156
9157 2004-08-29 Kim F. Storm <storm@cua.dk>
9158
9159 * emulation/cua-base.el (cua-auto-expand-rectangles):
9160 Remove automatic rectangle padding feature; replace by non-destructive
9161 virtual rectangle edges feature.
9162 (cua-virtual-rectangle-edges): New defcustom.
9163 (cua-auto-tabify-rectangles): New defcustom.
9164 (cua-paste): If paste into a marked rectangle, insert rectangle at
9165 current column, even if virtual; also paste exactly as many lines
9166 as has been marked (ignore additional lines or add empty lines),
9167 but paste whole source if only one line is marked.
9168 (cua--update-indications): No longer use overwrite-cursor to
9169 indicate rectangle padding
9170
9171 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
9172 (cua--rectangle-virtual-edges): New defun.
9173 (cua--rectangle-get-corners): Remove optional PAD arg.
9174 (cua--rectangle-set-corners): Never do padding.
9175 (cua--forward-line): Remove optional PAD arg. Simplify.
9176 (cua-resize-rectangle-right, cua-resize-rectangle-left)
9177 (cua-resize-rectangle-down, cua-resize-rectangle-up):
9178 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
9179 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
9180 (cua--rectangle-move): Never do padding. Simplify.
9181 (cua--tabify-start): New defun.
9182 (cua--rectangle-operation): Add tabify arg. All callers changed.
9183 (cua--pad-rectangle): Remove.
9184 (cua--delete-rectangle): Handle delete with virtual edges.
9185 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
9186 (cua--insert-rectangle): Handle insert at virtual column.
9187 Perform auto-tabify if necessary.
9188 (cua--activate-rectangle): Remove optional FORCE arg.
9189 Never do padding. Simplify.
9190 (cua--highlight-rectangle): Enhance for virtual edges.
9191 (cua-toggle-rectangle-padding): Remove command.
9192 (cua-toggle-rectangle-virtual-edges): New command.
9193 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
9194 (cua--rectangle-post-command): Don't force rectangle padding.
9195 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
9196
9197 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
9198
9199 * indent.el (edit-tab-stops-buffer): Doc fix.
9200
9201 2004-08-28 Richard M. Stallman <rms@gnu.org>
9202
9203 * progmodes/grep.el (grep-default-command): Use find-tag-default.
9204 (grep-tag-default): Function deleted.
9205
9206 * subr.el (find-tag-default): Move from etags.el.
9207
9208 * progmodes/etags.el (find-tag-default): Move to subr.el.
9209
9210 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
9211 into the basic character if it has an uppercase form.
9212
9213 2004-08-27 Kenichi Handa <handa@m17n.org>
9214
9215 * international/utf-8.el (utf-8-post-read-conversion): If the
9216 buffer is unibyte, temporarily make it multibyte.
9217
9218 2004-08-27 Masatake YAMATO <jet@gyve.org>
9219
9220 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
9221
9222 2004-08-25 John Paul Wallington <jpw@gnu.org>
9223
9224 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
9225 0, 1, and many mismatches in message.
9226 (tex-start-shell): Use `set-process-query-on-exit-flag'.
9227
9228 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
9229 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
9230
9231 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
9234 vc-diff-switches differently.
9235
9236 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
9237
9238 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
9239 before and a real defvar after
9240 `speedbar-supported-extension-expressions'. This is to silence
9241 the compiler without breaking bootstrapping.
9242
9243 2004-08-22 Richard M. Stallman <rms@gnu.org>
9244
9245 * textmodes/flyspell.el (flyspell-word):
9246 Use set-process-query-on-exit-flag.
9247 (flyspell-highlight-duplicate-region): Take POSS as arg.
9248 (flyspell-word): Pass POSS as arg.
9249
9250 * progmodes/ada-xref.el: Many doc and style fixes.
9251 (ada-find-any-references): Use compilation-start.
9252 (ada-get-ali-file-name): Improve error msg.
9253 (ada-get-ada-file-name): Likewise.
9254
9255 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
9256 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
9257
9258 * mail/mail-extr.el (mail-extr-all-top-level-domains):
9259 Add forward defvar.
9260
9261 * whitespace.el (global-whitespace-mode): New alias
9262 for whitespace-global-mode.
9263
9264 * speedbar.el (speedbar-file-regexp): Move definition up.
9265 (speedbar-mode, speedbar-set-mode-line-format):
9266 Use with-no-warnings.
9267 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
9268
9269 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
9270 controls whether to display the error buffer.
9271
9272 * ps-mule.el: Delete compatibility code for old Emacses.
9273 (ps-mule-find-wrappoint): Don't use chars-in-region.
9274
9275 * frame.el (display-mouse-p, display-selections-p):
9276 Use with-no-warnings.
9277
9278 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
9279
9280 2004-08-22 David Kastrup <dak@gnu.org>
9281
9282 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
9283 information.
9284
9285 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
9286
9287 2004-08-22 Andreas Schwab <schwab@suse.de>
9288
9289 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
9290
9291 2004-08-22 Masatake YAMATO <jet@gyve.org>
9292
9293 * cvs-status.el (cvs-status-checkout): New function.
9294 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
9295
9296 2004-08-21 David Kastrup <dak@gnu.org>
9297
9298 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
9299 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
9300 has been converted to use hashtables, the relation `nil=none' is
9301 no longer valid, as `nil' is not a hashtable. This patch tries to
9302 reduce the number of resulting errors.
9303
9304 2004-08-21 John Paul Wallington <jpw@gnu.org>
9305
9306 * subr.el (process-kill-without-query): Made obsolete in
9307 version 21.4, not 21.5.
9308
9309 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
9310 (vc-previous-comment, vc-next-comment)
9311 (vc-comment-search-reverse, vc-comment-search-forward)
9312 (vc-comment-to-change-log): Likewise.
9313
9314 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
9315
9316 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
9317
9318 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
9319 Correct indentation of DEFMETHODS with non-standard method
9320 combinations (e.g., PROGN, MIN, MAX).
9321
9322 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * startup.el (normal-top-level-add-subdirs-to-load-path):
9325 Avoid unnecessarily checking system-type.
9326 (normal-top-level): Set TERM to "dumb". Simplify.
9327
9328 * avoid.el (mouse-avoidance-ignore-p): New fun.
9329 Also ignore switch-frame, select-window, double, and triple clicks.
9330 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
9331 (mouse-avoidance-fancy-hook): Use it.
9332
9333 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
9334
9335 * avoid.el (mouse-avoidance-nudge-mouse)
9336 (mouse-avoidance-banish-destination): Stay within the current window
9337 to avoid problems with mouse-autoselect-window.
9338
9339 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
9342 the newer format of some messages in cvs-1.12.1.
9343
9344 2004-08-19 Masatake YAMATO <jet@gyve.org>
9345
9346 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
9347 (elp-results-jump-to-definition-by-mouse)
9348 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
9349 (elp-output-result): Use elp-output-insert-symname.
9350
9351 2004-08-18 Kenichi Handa <handa@m17n.org>
9352
9353 * language/cyrillic.el: Register koi8-r in
9354 ctext-non-standard-encodings-alist.
9355 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
9356
9357 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
9358
9359 * emacs-lisp/copyright.el (copyright-update-year): Delete code
9360 that replaces 20xy with xy.
9361
9362 2004-08-17 John Paul Wallington <jpw@gnu.org>
9363
9364 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
9365 (reb-force-update): Doc fix.
9366
9367 2004-08-16 Richard M. Stallman <rms@gnu.org>
9368
9369 * progmodes/which-func.el (which-func-update-1): Doc fix.
9370
9371 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
9372 (sh-mode-abbrev-table): New variable.
9373
9374 * progmodes/compile.el (compilation-mode): Doc fix.
9375
9376 * emacs-lisp/lisp-mode.el (eval-last-sexp):
9377 Don't cons a new symbol each time.
9378 (eval-last-sexp-fake-value): New variable.
9379
9380 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
9381 (copyright-update-year): Detect continuation of list of years.
9382
9383 * term.el (term-default-fg-color, term-default-bg-color)
9384 (ansi-term-color-vector): Use `unspecified', not nil, as default.
9385
9386 * imenu.el: Several doc fixes: don't say variables are buffer-local.
9387
9388 2004-08-16 Davis Herring <herring@lanl.gov>
9389
9390 * isearch.el (isearch-string, isearch-message-string, isearch-point)
9391 (isearch-success, isearch-forward-flag, isearch-other-end)
9392 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9393 (isearch-barrier, isearch-within-brackets)
9394 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
9395
9396 2004-08-16 Kenichi Handa <handa@m17n.org>
9397
9398 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
9399
9400 2004-08-15 Kenichi Handa <handa@m17n.org>
9401
9402 * term/x-win.el (x-selection-value): If utf8 was successful but
9403 ctext was not, use utf8 string.
9404
9405 2004-08-14 Davis Herring <herring@lanl.gov>
9406
9407 * isearch.el: Remove accidental changes of March 4. Fix backing
9408 up when a regexp isearch is made more general. Use symbolic
9409 accessor functions for isearch stack frames to make usage clearer.
9410 (search-whitespace-regexp): Made groups in documentation shy (as
9411 is the group in the default value).
9412 (isearch-fallback): New function, addresses problems with regexps
9413 liberalized by `\|', adds support for liberalization by `\}' (the
9414 general repetition construct), and incorporates behavior for
9415 `*'/`?'.
9416 (isearch-}-char): New command, calls `isearch-fallback' with
9417 arguments appropriate to a typed `}'.
9418 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
9419 appropriately.
9420 (isearch-mode-map): Bind `}' to `isearch-}-char'.
9421 (isearch-string, isearch-message,string, isearch-point)
9422 (isearch-success, isearch-forward-flag, isearch-other-end)
9423 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
9424 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
9425 New inline functions to read fields of a stack frame.
9426
9427 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
9428
9429 * battery.el (battery-linux-proc-acpi): Look into battery
9430 directories matching the literal string "CMB", too (required for
9431 Linux kernel version 2.6.7).
9432
9433 2004-08-14 John Paul Wallington <jpw@gnu.org>
9434
9435 * cus-start.el (read-file-name-completion-ignore-case): Add.
9436 (blink-cursor-alist): Change version to "21.4".
9437
9438 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
9439
9440 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
9441
9442 * speedbar.el (speedbar-scan-subdirs): New option.
9443 (speedbar-file-lists): Don't ignore file-name case on Unix and use
9444 dolist.
9445 (speedbar-insert-files-at-point): Take an extra argument and use
9446 it to optionally find out if a subdir is empty. Also unreadable
9447 files don't get expand buttons.
9448 (speedbar-directory): New image (unused pixmap already existed).
9449 (speedbar-expand-image-button-alist): Use it.
9450
9451 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
9452
9453 CC Mode update to 5.30.9:
9454
9455 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
9456 Move from cc-vars to cc-defs for dependency reasons. Fix the
9457 POSIX char class test to check that it works in
9458 `skip-chars-(forward|backward)' too.
9459
9460 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9461 first argument starts with a special brace list.
9462
9463 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
9464 when `c-opt-type-concat-key' is used (i.e. in Pike).
9465
9466 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
9467 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
9468 >)".
9469
9470 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
9471 whitespace safe.
9472
9473 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
9474 position for `arglist-intro', `arglist-cont-nonempty' and
9475 `arglist-close' when there are two arglist open parens on the same
9476 line and there's nothing in front of the first.
9477
9478 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
9479 locking of qualified names in Java, which previously could fontify
9480 common indexing expressions in many cases. The standard Java
9481 naming conventions are used to tell them apart.
9482
9483 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
9484 Fix inconsistency wrt opening parens on the first line inside a paren
9485 block.
9486
9487 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
9488 compile time for the sake of `c-major-mode-is'.
9489
9490 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
9491 `c-major-mode-is' in the event that this is used inside a
9492 `c-lang-defconst'.
9493
9494 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
9495 `c-lang-defconst' so that it works better with fallback languages.
9496
9497 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
9498 it to fail to record the base mode.
9499
9500 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9501 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
9502 is used. Reorder the syntax checks to get more efficient
9503 skipping in some situations.
9504
9505 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
9506 continuation which might precede the newly inserted '{'.
9507
9508 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
9509 Fix cases where it could loop indefinitely.
9510
9511 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
9512 size specs correctly. Only fontify identifiers in front of '('
9513 with as functions - don't accept any paren char. Tighten up
9514 initializer skipping to stop before function and class blocks.
9515
9516 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9517 the point could be left directly after an open paren when finding
9518 the beginning of the first decl in the block.
9519
9520 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
9521 table when filtering out legitimate open parens to be recorded.
9522 This could cause cache inconsistencies when e.g.
9523 `c++-template-syntax-table' was temporarily in use.
9524
9525 * progmodes/cc-engine.el (c-on-identifier)
9526 (c-simple-skip-symbol-backward): Small fix for handling "-"
9527 correctly in `skip-chars-backward'. Affected the operator lfun
9528 syntax in Pike.
9529
9530 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
9531 Fix bug that could cause an error from `after-change-functions' when
9532 the changed region is at bob.
9533
9534 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
9535
9536 CC Mode update to 5.30.9:
9537
9538 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
9539 to say that <TAB> doesn't insert WS into a CPP line.
9540 (c-indent-command, c-tab-always-indent): Amend doc strings.
9541
9542 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
9543 checks for user errors, thus eliminating cryptic and unhelpful
9544 Emacs error messages. (1) Check the arg to `c-set-style' is a
9545 string. (2) Check that settings to `c-offsets-alist' are not
9546 spuriously quoted.
9547
9548 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
9549 which precedes the newly inserted `{'.
9550
9551 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
9552
9553 Sync with Tramp 2.0.44.
9554
9555 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
9556 function "tramp_file_attributes". Otherwise, file names
9557 containing spaces are misinterpreted. Reported by Magnus Henoch
9558 <mange@freemail.hu>.
9559 (tramp-handle-file-truename): FILENAME must be expanded first.
9560 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
9561 obscure results. Reported by D. Goel <deego@gnufans.org>.
9562 (tramp-handle-verify-visited-file-modtime): If file does not
9563 exist, say it is not modified if and only if that agrees with the
9564 buffer's record. Check whether a file is visiting the buffer, or
9565 the buffer has no recorded last modification time. Return t in
9566 case the visiting file doesn't exist. Suggested by Luc Teirlinck
9567 <teirllm@auburn.edu>.
9568 (tramp-handle-write-region): Pass modtime explicitely to
9569 `set-visited-file-modtime', because filename can be different
9570 from (buffer-file-name) if `file-precious-flag' is set.
9571 `set-visited-file-modtime' must be called always when `visit' is t
9572 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
9573 (tramp-handle-set-visited-file-modtime): If `time-list' is not
9574 nil, don't apply the whole body. If the file doesn't exists, set
9575 modtime to '(-1 65535). Suggested by Luc Teirlinck
9576 <teirllm@auburn.edu>.
9577
9578 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
9579
9580 * help.el (describe-bindings): Doc fix.
9581
9582 * subr.el (kbd): Doc fix.
9583
9584 2004-08-08 John Paul Wallington <jpw@gnu.org>
9585
9586 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
9587 instead of `string-to-int'.
9588 (define-ibuffer-column mode): Fix indentation.
9589
9590 2004-08-08 Lars Hansen <larsh@math.ku.dk>
9591
9592 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
9593
9594 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
9595
9596 * subr.el (global-unset-key, local-unset-key): Doc fixes.
9597
9598 * novice.el (disabled-command-function): New variable renamed from
9599 `disabled-command-hook'.
9600 (disabled-command-hook): Keep the _variable_ as alias for
9601 `disabled-command-function' and make obsolete.
9602 (disabled-command-function): Function renamed from
9603 `disabled-command-hook'. Adapt code to name change of the variable.
9604
9605 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
9606
9607 * simple.el (completion-root-regexp): New defvar.
9608 (completion-setup-function): Use it instead of a literal string.
9609
9610 2004-08-07 John Paul Wallington <jpw@gnu.org>
9611
9612 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
9613 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
9614 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
9615 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
9616
9617 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
9618
9619 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
9620 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
9621
9622 2004-08-04 Kenichi Handa <handa@m17n.org>
9623
9624 * international/encoded-kb.el (encoded-kbd-setup-keymap):
9625 Fix previous change.
9626
9627 2004-08-03 Kenichi Handa <handa@m17n.org>
9628
9629 * international/encoded-kb.el: The following changes are to
9630 utilize key-translation-map instead of minor mode map.
9631 (encoded-kbd-iso2022-non-ascii-map): Delete it.
9632 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
9633 (encoded-kbd-last-key): New function.
9634 (encoded-kbd-iso2022-single-shift): New function.
9635 (encoded-kbd-iso2022-designation)
9636 (encoded-kbd-self-insert-iso2022-7bit)
9637 (encoded-kbd-self-insert-iso2022-8bit)
9638 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
9639 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
9640 key-translation-map.
9641 (encoded-kbd-setup-keymap): Setup key-translation-map.
9642 (saved-key-translation-map): New variable.
9643 (encoded-kbd-mode): Save/restore key-translation-map.
9644 Adjust for the change of encoded-kbd-setup-keymap.
9645
9646 2004-08-02 Kim F. Storm <storm@cua.dk>
9647
9648 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
9649 and call compute-motion with nil for topos and width to get proper
9650 usable width and height for both window and non-window systems.
9651
9652 * windmove.el (windmove-coordinates-of-position): Let compute-motion
9653 calculate usable window width and height.
9654
9655 * window.el (window-buffer-height): Call compute-motion with nil width.
9656
9657 2004-08-01 David Kastrup <dak@gnu.org>
9658
9659 * replace.el (query-replace-read-from):
9660 Use `query-replace-compile-replacement'.
9661 (query-replace-compile-replacement): New function.
9662 (query-replace-read-to): Use `query-replace-compile-replacement'
9663 for repeating the last command.
9664
9665 2004-08-01 John Paul Wallington <jpw@gnu.org>
9666
9667 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
9668 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
9669 (pr-switches): Remove period from end of error messages.
9670
9671 * help-mode.el (help-go-back): Likewise.
9672
9673 * abbrev.el (only-global-abbrevs): Doc fix.
9674 (edit-abbrevs-map): Define within defvar.
9675 (quietly-read-abbrev-file): Doc fix.
9676
9677 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
9678
9679 * novice.el (enable-command, disable-command): Doc fixes.
9680
9681 * subr.el (event-modifiers, event-basic-type): Doc fixes.
9682
9683 2004-07-30 Richard M. Stallman <rms@gnu.org>
9684
9685 * subr.el (with-local-quit): Doc fix.
9686
9687 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
9688
9689 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
9690
9691 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
9692
9693 * custom.el (defcustom): Doc fix.
9694
9695 2004-07-28 Masatake YAMATO <jet@gyve.org>
9696
9697 * progmodes/etags.el (etags-tags-apropos): Show building progress.
9698
9699 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9700
9701 * imenu.el (imenu-prev-index-position-function)
9702 (imenu-extract-index-name-function, imenu-name-lookup-function)
9703 (imenu--index-alist): Docstring redundancy fix.
9704
9705 2004-07-25 Lars Hansen <larsh@math.ku.dk>
9706
9707 * wdired.el (wdired-finish-edit): Require dired-aux before locally
9708 binding dired-backup-overwrite.
9709
9710 2004-07-25 John Paul Wallington <jpw@gnu.org>
9711
9712 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
9713
9714 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
9715
9716 * term/tty-colors.el (tty-color-approximate): Doc fix.
9717
9718 * select.el (x-get-selection, x-set-selection): Doc fixes.
9719
9720 * frame.el (make-frame): Doc fix.
9721
9722 2004-07-24 Richard M. Stallman <rms@gnu.org>
9723
9724 * mail/rmail.el (rmail-mime-charset-pattern):
9725 Don't include semicolon in the charset value.
9726
9727 * replace.el (occur-next-error): Call set-window-point.
9728 (occur-engine): Handle negative NLINES.
9729
9730 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
9731
9732 * frame.el (modify-all-frames-parameters): Minor doc fix.
9733 (set-frame-configuration): Doc fix.
9734
9735 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
9736
9737 * simple.el (completion-setup-function): Compute the common parts
9738 and the first difference place correctly when
9739 partial-completion-mode is on.
9740
9741 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9742
9743 * ps-print.el: Doc fix.
9744 (ps-print-version): New version 6.6.5.
9745 (ps-printing-region): Doc fix.
9746 (ps-generate-string-list): Comment fix.
9747 (ps-message-log-max): Code fix.
9748
9749 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
9750
9751 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
9752 generated PostScript.
9753
9754 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
9755
9756 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
9757 with Gnus v5_10 branch.)
9758
9759 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9760
9761 * calendar/time-date.el (time-to-number-of-days): New function.
9762 Imported from from Gnus.
9763
9764 2004-07-22 Kim F. Storm <storm@cua.dk>
9765
9766 * progmodes/make-mode.el: Fix comments.
9767
9768 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9769
9770 * printing.el: Doc fix.
9771
9772 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
9773
9774 * frame.el (modify-all-frames-parameters): Minor doc fix.
9775
9776 2004-07-20 Richard M. Stallman <rms@gnu.org>
9777
9778 * textmodes/fill.el (fill-nobreak-p): If this break point is
9779 at the end of the line, don't consider the newline which follows
9780 as a reason to return t.
9781
9782 2004-07-19 John Paul Wallington <jpw@gnu.org>
9783
9784 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
9785
9786 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
9787
9788 * dired-aux.el (dired-do-kill-lines): Expand docstring.
9789 Delete irrelevant code.
9790
9791 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9792
9793 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9794 New docstring. From Luc Teirlinck.
9795
9796 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
9797
9798 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
9799 section.
9800 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
9801 non-file buffers. We know it is nil.
9802
9803 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
9804
9805 Sync with Tramp 2.0.43.
9806
9807 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9808 Remove outdated comment.
9809 (tramp-locked, tramp-locker): New variables for implementing a
9810 global lock.
9811 (tramp-sh-file-name-handler): Use them to implement the global lock.
9812
9813 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
9814
9815 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
9816 calls to respective `xxx` calls.
9817 (tramp-process-alive-regexp): Precise doc string.
9818 (tramp-multi-action-process-alive): New defun.
9819 (tramp-multi-actions): Use it.
9820 (tramp-handle-find-backup-file-name): `copy-tree' is available
9821 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
9822 in order to avoid this function.
9823 (tramp-handle-write-region): Set current buffer. If connection
9824 wasn't open, `file-modes' has changed it accidently. Reported by
9825 David Kastrup <dak@gnu.org>.
9826 (tramp-enter-password, tramp-read-passwd): New arguments USER and
9827 HOST.
9828 (tramp-action-password, tramp-multi-action-password): Apply it.
9829 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
9830 name must still contain the port number. Otherwise, we have two
9831 Tramp buffers, with all the confusion. Reported by Myron Selby
9832 <myron@xytech.com> and Rolf Dubitzky
9833 <Dubitzky@physi.uni-heidelberg.de>.
9834
9835 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
9836 HOST to `tramp-enter-passwd'.
9837
9838 * net/tramp-vc.el (all): Code cleanup. Change all
9839 `tramp-handle-xxx' calls to respective `xxx` calls.
9840
9841 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
9842
9843 * emacs-lisp/testcover.el: New category "potentially-1valued" for
9844 functions that are not erroneous if either 1-valued or
9845 multi-valued. Detect functions in this class.
9846 (testcover-1value-functions, testcover-compose-functions)
9847 (testcover-progn-functions) Add some additional functions to lists.
9848 (testcover-mark): Bugfix when marking up the definition for an
9849 empty function.
9850
9851 2004-07-17 Richard M. Stallman <rms@gnu.org>
9852
9853 * replace.el (occur-read-primary-args): Pass default to
9854 read-from-minibuffer.
9855
9856 * mail/footnote.el (footnote-section-tag): Use defcustom.
9857
9858 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
9859 Compile font-lock-keywords, not KEYWORDS.
9860 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
9861 Add warn, check-type. Handle cerror like error.
9862
9863 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
9864
9865 * progmodes/which-func.el (which-func-keymap): New var.
9866 (which-func-face): New face.
9867 (which-func-format): Use them.
9868
9869 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9870
9871 * buff-menu.el (list-buffers-noselect): Append the buffer's
9872 process status to its mode name.
9873
9874 2004-07-16 Kim F. Storm <storm@cua.dk>
9875
9876 * simple.el (inhibit-mark-movement): New defvar.
9877 (beginning-of-buffer, end-of-buffer): Do not push mark if
9878 inhibit-mark-movement is non-nil or C-u prefix is given.
9879
9880 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
9881 Init to beginning-of-buffer and end-of-buffer.
9882 (cua--undo-push-mark): New defvar.
9883 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
9884 already active and command is in cua--preserve-mark-commands.
9885 Also fix check for shift modifier on non-window systems.
9886 (cua--post-command-handler): Clear inhibit-mark-movement if set.
9887
9888 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
9889
9890 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
9891 of two integers, instead of a cons.
9892
9893 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
9894 `visited-file-modtime' now returns a list of two integers, instead
9895 of a cons.
9896
9897 * dired.el (dired-directory-changed-p): Ditto.
9898
9899 * progmodes/grep.el (grep): Doc fix.
9900
9901 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
9902
9903 * autorevert.el (auto-revert-tail-mode)
9904 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
9905 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
9906 in both at the same time.
9907 (auto-revert-tail-mode): New command.
9908 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
9909 (auto-revert-handler): Revert only either tail or whole file.
9910
9911 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
9912 add auto-revert-tail-mode.
9913
9914 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9915
9916 * printing.el: Doc fix. Change name of some funs.
9917 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
9918 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
9919 (pr-standard-file-name): New fun. Replace pr-standard-path.
9920 (pr-call-process): Code fix.
9921
9922 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
9923
9924 * subr.el (with-selected-window): Doc fix.
9925
9926 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
9927
9928 * subr.el (get-buffer-window-list): Doc fix.
9929
9930 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
9931
9932 * files.el (switch-to-buffer-other-window): Doc fix.
9933
9934 * window.el (save-selected-window, one-window-p)
9935 (split-window-keep-point, split-window-vertically)
9936 (split-window-horizontally): Doc fixes.
9937
9938 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9939
9940 * printing.el: Doc fix. Now it uses call-process instead of
9941 shell-command for low command execution.
9942 (pr-version): New version number (6.8).
9943 (pr-shell-file-name): Option removed.
9944 (pr-shell-command): Fun removed.
9945 (pr-call-process): New fun. Replace pr-shell-command.
9946 (pr-standard-path, pr-remove-nil-from-list): New funs.
9947 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
9948 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
9949 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
9950 (pr-ps-utility-process, pr-txt-print): Code fix.
9951
9952 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
9953
9954 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
9955 boolean.
9956
9957 2004-07-09 Lars Hansen <larsh@math.ku.dk>
9958
9959 * wid-edit.el (widget-field-buffer): Doc fix.
9960
9961 2004-07-09 John Paul Wallington <jpw@gnu.org>
9962
9963 * emacs-lisp/re-builder.el (reb-update-overlays):
9964 Distinguish between one and several matches in message.
9965
9966 2004-07-09 Richard M. Stallman <rms@gnu.org>
9967
9968 * mouse.el (mouse-set-region-1): If transient-mark-mode
9969 is `identity', change it to `only'.
9970
9971 * simple.el (current-word): Doc fix.
9972
9973 2004-07-09 Mark A. Hershberger <mah@everybody.org>
9974
9975 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
9976 so that it is more understanding of whitespace.
9977
9978 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
9979 (("ns" . "element") (attr-list) children) instead of
9980 ((:ns . "element") (attr-list) children) in order to reduce the
9981 number of symbols used.
9982 (xml-skip-dtd): Change to use xml-parse-dtd but set
9983 xml-validating-parsing to nil.
9984 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
9985 (xml-substitute-entity): Remove in favor of new entity substitution.
9986 (xml-substitute-special): Rewrite in to substitute complex
9987 entities from DOCTYPE declarations.
9988 (xml-parse-fragment): Parse fragments from entity deleclarations.
9989 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
9990 (xml-parse-dtd, xml-substitute-special): Make validity checks
9991 conditioned on xml-validating-parser. Add "Not Well Formed" to
9992 error messages about well-formedness.
9993
9994 2004-07-08 Steven Tamm <steventamm@mac.com>
9995
9996 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
9997 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
9998 Do not treat double clicks and triple clicks specially in the
9999 scroll bar (preventing strange repositioning problems)
10000
10001 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * replace.el (query-replace-regexp-eval): Fix last change.
10004
10005 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
10006
10007 * replace.el (query-replace-descr): New fun.
10008 (query-replace-read-from, query-replace-read-args): Default to the
10009 previous from&to.
10010 (query-replace-read-to): Quote the `from' string when displaying it.
10011 (query-replace-regexp-eval): Immediately check read-only status.
10012 Use query-replace-read-from to get the \n checking.
10013 Quote the `from' string when displaying it.
10014 (map-query-replace-regexp, occur-read-primary-args):
10015 Quote the `from' string when displaying it.
10016
10017 * isearch.el (isearch-query-replace): Pass the regexp-ness and
10018 delimited-ness of the search to query-replace.
10019
10020 * replace.el (query-replace-read-from, query-replace-read-to):
10021 New funs extracted from query-replace-read-args.
10022 (query-replace-read-args): Use them.
10023
10024 * replace.el (query-replace-interactive, query-replace-read-args):
10025 Remove the `initial' special value.
10026 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
10027 (occur-engine): Remove unused var `matchend'.
10028
10029 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
10030 Use the search string without prompting.
10031
10032 2004-07-05 Kenichi Handa <handa@m17n.org>
10033
10034 * international/mule.el (decode-coding-inserted-region):
10035 Set last-coding-system-used only when coding is nil.
10036
10037 2004-07-03 Eli Zaretskii <eliz@gnu.org>
10038
10039 * progmodes/grep.el (grep-compute-defaults, grep-command)
10040 (grep-program, find-program, grep-find-use-xargs, grep-history)
10041 (grep-find-history, grep-tag-default, grep-find-command)
10042 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
10043 Add autoload cookies, for unbundled packages that load `compile'
10044 and expect all grep-related symbols to become defined.
10045
10046 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
10047
10048 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
10049 (iimage-mode-image-search-path): New user option to search the
10050 image file.
10051 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
10052 have locate-file.
10053 (iimage-mode-buffer): Use it.
10054
10055 2004-07-03 Nick Roberts <nickrob@gnu.org>
10056
10057 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
10058 carefully.
10059 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
10060
10061 2004-07-03 Juri Linkov <juri@jurta.org>
10062
10063 * replace.el (query-replace-read-args): Swallow space after 'foo,
10064 not after (quote foo). Match space only immediately after symbol,
10065 not anywhere in the whole string.
10066
10067 2004-07-02 Richard M. Stallman <rms@gnu.org>
10068
10069 * replace.el (query-replace-read-args): Swallow space after
10070 symbols, not after closeparens. But avoid error if string ends there.
10071
10072 * progmodes/python.el (python-beginning-of-statement):
10073 Exit the loop if backward-up-list gets error.
10074
10075 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
10076
10077 2004-07-02 Andre Spiegel <spiegel@gnu.org>
10078
10079 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
10080 only if vc-consult-headers is non-nil.
10081
10082 2004-07-02 Juri Linkov <juri@jurta.org>
10083
10084 * pcvs.el (cvs-mode-diff-repository): New command.
10085
10086 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
10087
10088 2004-07-01 Juri Linkov <juri@jurta.org>
10089
10090 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
10091 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
10092 C-M-% to isearch-query-replace-regexp.
10093 (minibuffer-local-isearch-map): Add arrow key bindings.
10094 Bind C-f to isearch-yank-char-in-minibuffer.
10095 (isearch-forward): Doc fix.
10096 (isearch-edit-string): Doc fix.
10097 (isearch-query-replace, isearch-query-replace-regexp): New funs.
10098 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
10099 (isearch-yank-char): Add optional arg.
10100 (isearch-yank-char-in-minibuffer): New fun.
10101
10102 * replace.el (query-replace-interactive): Change type from boolean
10103 to choice. Add value `initial'.
10104 (query-replace-read-args): Handle value `initial' of
10105 query-replace-interactive.
10106
10107 2004-06-29 Kim F. Storm <storm@cua.dk>
10108
10109 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
10110 (breakpoint-disabled-bitmap-face): Add :group 'gud.
10111
10112 * progmodes/ada-xref.el (ada-tight-gvd-integration):
10113 Add :group 'ada.
10114
10115 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
10116
10117 2004-06-29 Juri Linkov <juri@jurta.org>
10118
10119 * replace.el (query-replace-read-args): Swallow a space after
10120 everything except )]" which in most cases means after a symbol.
10121
10122 * emacs-lisp/pp.el (pp-buffer): Add autoload.
10123
10124 2004-06-28 Richard M. Stallman <rms@gnu.org>
10125
10126 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
10127 More changes to go with previous change in font-lock.el.
10128
10129 2004-06-26 David Kastrup <dak@gnu.org>
10130
10131 * replace.el (perform-replace): Highlight the match even in
10132 non-query mode if there is potential replace string editing.
10133
10134 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
10135
10136 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
10137 agree with new return value of `file-remote-p'.
10138 This syncs with Tramp 2.0.42.
10139
10140 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
10141 according to new documentation of `file-remote-p'.
10142
10143 * files.el (file-remote-p): Fix doc to say that return value is
10144 identification of remote system, if not nil.
10145 (file-relative-name): Use new return value of `file-remote-p'.
10146
10147 2004-06-26 Nick Roberts <nickrob@gnu.org>
10148
10149 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
10150 (gdb-goto-breakpoint): Fix breakage.
10151
10152 2004-06-26 Eli Zaretskii <eliz@gnu.org>
10153
10154 * man.el (Man-getpage-in-background): Add windows-nt to the list
10155 of systems where shell-file-name should be used instead of
10156 literal "sh".
10157
10158 2004-06-25 Sam Steingold <sds@gnu.org>
10159
10160 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
10161 function names `(setf symbol)'.
10162
10163 2004-06-24 Richard M. Stallman <rms@gnu.org>
10164
10165 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
10166
10167 * font-lock.el (font-lock-keywords): Change format of compiled values.
10168 Document it.
10169 (font-lock-add-keywords): If font-lock-keywords is compiled,
10170 extract the uncompiled version, modify, then recompile.
10171 (font-lock-remove-keywords): Likewise.
10172 (font-lock-fontify-keywords-region): Handle changed format.
10173 (font-lock-compile-keywords): Handle changed format.
10174 (font-lock-set-defaults): Compile the keywords explicitly here.
10175
10176 2004-06-24 David Kastrup <dak@gnu.org>
10177
10178 * replace.el (query-replace-read-args): Implement `\,' and `\#'
10179 replacements here.
10180 (query-replace-regexp): Doc string explaining this and the new
10181 `\?' replacement. Remove `\,' and `\#' implementation here, as it
10182 is better placed in `query-replace-read-args'.
10183 (replace-regexp): Explain `\,', `\#' and `\?'.
10184 (replace-match-data): New function for thorough reuse/destruction
10185 of old match-data.
10186 (replace-match-maybe-edit): Function for implementing `\?' editing.
10187 (perform-replace): Fix maintaining of the match stack including
10188 already matched regions, implement `\?', fix various problems
10189 with regions while editing and other stuff.
10190 (replace-highlight): Simplify.
10191
10192 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
10193
10194 * progmodes/grep.el (grep-error-screen-columns): New variable.
10195 (grep-regexp-alist): Give it the full functionality of gnu style
10196 compilation messages with line and column ranges. Ask me for the
10197 perl script I'm working on, that uses these.
10198
10199 2004-06-23 Nick Roberts <nickrob@gnu.org>
10200
10201 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
10202 Remove.
10203 (comint-insert-input, comint-mouse-insert-input): New functions
10204 based on comint-insert-clicked-input for two bindings but just
10205 one functionality.
10206
10207 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
10208
10209 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
10210
10211 2004-06-23 Lars Hansen <larsh@math.ku.dk>
10212
10213 * files.el (write-contents-functions): Doc fix.
10214
10215 2004-06-21 Juanma Barranquero <lektu@terra.es>
10216
10217 * image.el (image-library-alist): Rewrite docstring in active voice.
10218
10219 2004-06-20 Richard M. Stallman <rms@gnu.org>
10220
10221 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
10222
10223 * isearch.el (isearch-repeat): Avoid testing old match data.
10224 (isearch-message): Display trailing space in special font
10225 when search is failing.
10226 (isearch-search-fun-function): Doc fix.
10227
10228 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
10229
10230 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
10231
10232 * frame.el (show-trailing-whitespace): Doc fix.
10233
10234 * cus-edit.el (custom-variable-documentation): New function.
10235 (custom-variable): Use it.
10236
10237 2004-06-19 Nick Roberts <nickrob@gnu.org>
10238
10239 * man.el (Man-getpage-in-background): Revert previous change but
10240 make cygwin a special case.
10241
10242 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
10243
10244 * autorevert.el (global-auto-revert-non-file-buffers):
10245 Update docstring.
10246
10247 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
10248
10249 * progmodes/compile.el (compilation-error-properties): Store one
10250 more than end-col, if present, so that transient-mark-mode will
10251 highlight last char too.
10252 * progmodes/grep.el (grep-regexp-alist): Match columns and column
10253 ranges, if present.
10254
10255 2004-06-18 Jason Rumney <jasonr@gnu.org>
10256
10257 * makefile.w32-in: Double percent signs in for loops.
10258
10259 2004-06-17 David Kastrup <dak@gnu.org>
10260
10261 * replace.el (query-replace-read-args): Only warn about use of \n
10262 and \t when we are doing a regexp replacement and the actual
10263 escaped character is n or t.
10264 (query-replace-regexp): Add \, and \# interpretation to
10265 interactive call and document it.
10266 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
10267 as shortkey for replace-count.
10268 (replace-quote): New function for doubling backslashes.
10269
10270 2004-06-17 Juanma Barranquero <lektu@terra.es>
10271
10272 * files.el (parse-colon-path, cd): Mention in docstring that the
10273 path separator is colon in GNU-like systems.
10274
10275 * newcomment.el (comment-region-internal): Fix docstring.
10276
10277 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
10278 (ewoc-invalidate, ewoc-collect): Doc fixes.
10279 (ewoc--create-node, ewoc--delete-node-internal):
10280 Fix typos in docstring.
10281
10282 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10283
10284 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
10285 manual to docstring.
10286
10287 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10288
10289 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
10290
10291 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
10292
10293 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10294 Add hyperlink to emacs-xtra manual to docstring.
10295
10296 * autorevert.el (global-auto-revert-non-file-buffers):
10297 Add hyperlink to emacs-xtra manual to docstring, as well as an
10298 info-link.
10299
10300 2004-06-14 Juanma Barranquero <lektu@terra.es>
10301
10302 * image.el (image-library-alist): New variable to map image types
10303 to external libraries. Initialized to nil, unless system-specific
10304 configs change it.
10305 (image-type-available-p): Determine whether an image type is
10306 available by calling `init-image-library'.
10307
10308 * term/w32-win.el (image-library-alist): Initialize to a known set
10309 of probable library names.
10310
10311 2004-06-14 Kenichi Handa <handa@m17n.org>
10312
10313 * international/code-pages.el (windows-1256, cp1125): Fix tables
10314 for several characters.
10315
10316 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
10317
10318 2004-06-13 Richard M. Stallman <rms@gnu.org>
10319
10320 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
10321
10322 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
10323 not "`pc-selection-mode'".
10324
10325 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
10326
10327 * simple.el (previous-matching-history-element): Specify a default.
10328
10329 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
10330
10331 * cus-face.el (custom-declare-face): Simplify code.
10332
10333 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
10334
10335 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
10336
10337 * files.el (before-save-hook): Add `time-stamp' to the options.
10338
10339 * time-stamp.el (time-stamp): Recommend adding it to
10340 `before-save-hook', rather than `write-file-functions'.
10341 Make a similar change in `Commentary' section.
10342
10343 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10344
10345 * diff-mode.el (diff-current-defun): If at start of hunk, use
10346 position of first change.
10347
10348 2004-06-13 Lars Hansen <larsh@math.ku.dk>
10349
10350 * dired-x.el (dired-mark-omitted): Bind to "*O".
10351
10352 2004-06-12 Karl Fogel <kfogel@red-bean.com>
10353
10354 * bookmark.el (bookmark-bmenu-relocate): New function, as
10355 suggested by David J. Biesack <David.Biesack@sas.com>.
10356 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
10357 (bookmark-bmenu-mode): Describe binding in doc string.
10358 (bookmark-set-filename): Save the bookmark list if it's time.
10359
10360 2004-06-13 Kenichi Handa <handa@m17n.org>
10361
10362 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
10363 (ccl-untranslated-to-ucs): Fix typo.
10364
10365 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
10366
10367 * progmodes/python.el (python-open-block-statement-p):
10368 Fix indentation after a block opening that contains a comment.
10369
10370 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
10371
10372 * bindings.el (completion-ignored-extensions): Add file extensions
10373 of Python byte-compiled files.
10374
10375 2004-06-12 Juri Linkov <juri@jurta.org>
10376
10377 * info.el (Info-goto-node): Add autoload.
10378 (Info-toc): Add substring-no-properties on Info file name.
10379 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
10380 (Info-mode-map): Bind L to Info-history, T to Info-toc.
10381
10382 2004-06-12 Kenichi Handa <handa@m17n.org>
10383
10384 * international/mule-cmds.el (set-language-environment):
10385 Load subst tables if necessary.
10386
10387 * international/mule.el (decode-char): Load subst tables if necessary.
10388 (encode-char): Likewise.
10389
10390 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
10391 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
10392 (utf-16le-decode-loop): Set r5 to -1 before loop.
10393 (utf-16be-decode-loop): Likewise.
10394 (ccl-decode-mule-utf-16le): Add EOF processing block.
10395 (ccl-decode-mule-utf-16be): Likewise.
10396 (ccl-decode-mule-utf-16le-with-signature): Likewise.
10397 (ccl-decode-mule-utf-16be-with-signature): Likewise.
10398 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
10399 (ccl-mule-utf-16-encode-untrans): New CCL.
10400 (utf-16-decode-to-ucs): Handle pre-read character.
10401 (utf-16le-encode-loop): Handle surrogate pair.
10402 (utf-16be-encode-loop): Likewise.
10403 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
10404 of utf-16le-encode-loop.
10405 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
10406 of utf-16be-encode-loop.
10407 (mule-utf-16-post-read-conversion):
10408 Call utf-8-post-read-conversion at first.
10409 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
10410 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
10411 Add post-read-conversion and pre-write-conversion.
10412
10413 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
10414 (utf-translate-cjk-unicode-range): New variable.
10415 (utf-translate-cjk-load-tables): New function.
10416 (utf-lookup-subst-table-for-decode): New function.
10417 (utf-lookup-subst-table-for-encode): New function.
10418 (utf-translate-cjk-mode): Init-value changed to t. Don't load
10419 tables here. Update safe-charsets of utf-* coding systems.
10420 (ccl-mule-utf-untrans): New CCL.
10421 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
10422 at end of each branch.
10423 (ccl-mule-utf-8-encode-untrans): New CCL.
10424 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
10425 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
10426 length of encoding. Don't return r0.
10427 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
10428 (utf-8-post-read-conversion): Narrow to region properly.
10429 If utf-translate-cjk-mode is on, load tables if necessary.
10430 Call utf-8-compose with hash-table arg if necessary.
10431 Call XXX-compose-region instead of XXX-post-read-convesion.
10432 (utf-8-pre-write-conversion): New function.
10433 (mule-utf-8): Include CJK charsets in safe-charsets if
10434 utf-translate-cjk-mode is on. Add pre-write-conversion.
10435
10436 * international/characters.el: Temporarily set
10437 utf-translate-cjk-mode to nil.
10438
10439 * language/devan-util.el (devanagari-compose-region):
10440 Add autoload cookie.
10441
10442 * international/ccl.el (ccl-dump-call): Fix printing the
10443 subroutine name.
10444
10445 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
10446
10447 * dired.el (dired-revert): If buffer is marked unmodified before
10448 reverting, keep it marked unmodified.
10449 Adapt to new conventions for commenting out code.
10450 (dired-make-relative): Adapt to new conventions for commenting out code.
10451
10452 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
10453
10454 * eshell/esh-module.el (eshell-load-defgroups):
10455 Bind `vc-handled-backends' to nil when opening files.
10456
10457 2004-06-11 Juanma Barranquero <lektu@terra.es>
10458
10459 * files.el (parse-colon-path, cd): Doc fixes (refer to
10460 `path-separator', not colon).
10461
10462 2004-06-10 Juanma Barranquero <lektu@terra.es>
10463
10464 * newcomment.el (comment-search-forward)
10465 (comment-search-backward): Fix typos in docstring.
10466 (comment-region): Doc fix.
10467
10468 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
10469
10470 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
10471 switch is no longer stored in `dired-switches-alist'.
10472
10473 * dired-aux.el (dired-insert-subdir): Do not store R switch in
10474 `dired-switches-alist'.
10475
10476 2004-06-10 Kim F. Storm <storm@cua.dk>
10477
10478 * pcvs.el (cvs-mode-diff-yesterday): New command.
10479
10480 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
10481
10482 2004-06-10 Juri Linkov <juri@jurta.org>
10483
10484 * emacs-lisp/edebug.el (edebug-eval-defun):
10485 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
10486 Fix docstring.
10487
10488 * simple.el (eval-expression-print-format): Don't print additional
10489 information on the first call to `eval-print-last-sexp'.
10490 (next-error-find-buffer): Fix punctuation.
10491 (killing) <defgroup>: Fix punctuation.
10492 (yank-excluded-properties): Change group from editing to killing.
10493
10494 * replace.el (perform-replace): Use `limit' to terminate the
10495 while-loop explicitly.
10496
10497 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10498
10499 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
10500 Use lc-*.xpm as prefix instead of *-locol.xpm.
10501
10502 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
10503 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
10504 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
10505 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
10506 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
10507 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
10508 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
10509 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
10510 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
10511 * toolbar/lc-up_arrow.xpm:
10512 Rename from *-locol.xpm.
10513
10514 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
10515
10516 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
10517 include forms like &<str>; as valid url patterns.
10518
10519 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
10520
10521 * dired.el (dired-diff, dired-backup-diff)
10522 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
10523 (dired-do-chown, dired-do-touch, dired-do-print)
10524 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
10525 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
10526 (dired-create-directory, dired-do-copy, dired-do-symlink)
10527 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
10528 (dired-do-copy-regexp, dired-do-hardlink-regexp)
10529 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
10530 (dired-maybe-insert-subdir, dired-next-subdir)
10531 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
10532 (dired-kill-subdir, dired-tree-up, dired-tree-down)
10533 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
10534 (dired-run-shell-command, dired-query): Remove redundant,
10535 or incorrect, autoloads.
10536
10537 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
10538 does not end in a slash. Add optional argument KILL-ROOT.
10539 Update docstring.
10540 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
10541 (dired-query): Add autoloads.
10542
10543 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
10544
10545 * progmodes/compile.el (compilation-set-window-height):
10546 Rearrange the save-* functions because a buffer can have several current
10547 point in different windows.
10548 (compilation-error-regexp-alist-alist): Recognize {standard input}
10549 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
10550
10551 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10552
10553 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
10554 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
10555 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
10556 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
10557 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
10558 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
10559 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
10560 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
10561 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
10562 * toolbar/up_arrow-locol.xpm:
10563 New versions of icons that uses fewer colors.
10564
10565 * toolbar/tool-bar.el (tool-bar-local-item)
10566 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
10567 if display-color-cells is 256 or less.
10568
10569 2004-06-08 Kim F. Storm <storm@cua.dk>
10570
10571 * wid-edit.el (widget-specify-button): Use hand pointer rather
10572 than mouse-face as visible mouse-over effect.
10573
10574 2004-06-07 Karl Fogel <kfogel@red-bean.com>
10575
10576 * saveplace.el (save-place-alist-to-file): Bind `print-length'
10577 and `print-level' to nil when writing out `save-place-alist'.
10578 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
10579
10580 2004-06-07 Juanma Barranquero <lektu@terra.es>
10581
10582 * completion.el (completion-kill-region): Doc fix.
10583
10584 * format.el (format-insert-annotations)
10585 (format-annotate-location): Doc fixes.
10586 (format-subtract-regions): Make arguments match their use in docstring.
10587
10588 * simple.el (kill-region): Doc fix.
10589
10590 * subr.el (insert-buffer-substring-no-properties)
10591 (insert-buffer-substring-as-yank): Doc fixes.
10592
10593 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
10594
10595 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10596 Update docstring.
10597 (dired-reset-subdir-switches): New function.
10598
10599 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
10600 Limit scope of `buffer-read-only' binding.
10601
10602 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
10603
10604 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
10605 eshell-explicit-command-char.
10606
10607 2004-06-06 Juanma Barranquero <lektu@terra.es>
10608
10609 * help-fns.el (help-argument-name): Inherit from italic face only
10610 if the frame supports it.
10611
10612 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10613
10614 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
10615 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
10616 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
10617 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
10618 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
10619 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
10620 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
10621 New conversions from xpm files.
10622
10623 * toolbar/README: New file.
10624
10625 2004-06-06 Richard M. Stallman <rms@gnu.org>
10626
10627 * isearch.el (isearch-mode-map): Undo previous change.
10628
10629 2004-06-05 Juri Linkov <juri@jurta.org>
10630
10631 * bindings.el (debug-ignored-errors): Add regexps for history
10632 related messages. Remove $ from "No further undo information".
10633 Move Ediff's messages to ediff.el.
10634
10635 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
10636
10637 * cus-edit.el (custom-display): Add `min-colors'.
10638
10639 * custom.el (defface): Add `supports' to docstring.
10640
10641 * help-fns.el (help-argument-name): Add :group 'help.
10642
10643 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
10644
10645 * find-dired.el (find-ls-subdir-switches): New user option.
10646 (find-dired): No longer call `abbreviate-file-name' on DIR.
10647 Set `dired-subdir-switches' buffer-locally.
10648
10649 * locate.el: Merge the two `Commentary' sections.
10650 (locate-ls-subdir-switches): New user option.
10651 (locate): Update for other changes.
10652 (locate-mode-map): Restore Dired binding for mouse-2.
10653 Bind `locate-mouse-view-file' to M-mouse-2.
10654 Bind `l' to `locate-do-redisplay'.
10655 (locate-main-listing-line-p, locate-do-redisplay): New functions.
10656 (locate-mouse-view-file, locate-tags, locate-find-directory):
10657 Print message if used outside main listing.
10658 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
10659 Various changes to support inserted subdirectories.
10660 (locate-insert-header): Change header of *Locate* buffer.
10661
10662 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10663 Change interactive default switches.
10664 (dired-rename-subdir-2): Update `dired-switches-alist'.
10665 (dired-insert-subdir, dired-kill-subdir):
10666 Handle `dired-switches-alist'. Do not mark buffer modified.
10667 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
10668 (dired-insert-subdir-doinsert): Omit messages.
10669 Handle `dired-subdir-switches'.
10670 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
10671
10672 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
10673 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
10674 subdirs if -R switch is used for a subdir.
10675 (dired-mode): Set `dired-switches-alist'.
10676 (dired-build-subdir-alist): Only print number of directories in
10677 echo area when invoked interactively.
10678
10679 2004-06-05 Lars Hansen <larsh@math.ku.dk>
10680
10681 * dired-x.el (dired-omit-mode): Rename from
10682 dired-omit-files-p. Use define-minor-mode to define it.
10683 (dired-omit-files-p): Add as alias for dired-omit-mode.
10684 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
10685 dired-mark-omitted.
10686 (dired-mark-omitted): Add. Bind to M-O.
10687
10688 2004-06-05 Kenichi Handa <handa@m17n.org>
10689
10690 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
10691
10692 2004-06-05 Juanma Barranquero <lektu@terra.es>
10693
10694 * help-fns.el (help-argument-name): Reintroduce face.
10695 (help-default-arg-highlight): Use it, now that
10696 `face-differs-from-default-p' can be trusted.
10697
10698 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
10699
10700 * textmodes/table.el: Sentence commands added to Point Motion
10701 group; kill and backward-kill commands added to Extraction group.
10702
10703 2004-06-04 Mario Lang <mlang@delysid.org>
10704
10705 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
10706 systems appear to use mW, make the code handle this. Fix a
10707 division-by-zero bug while at it, and handle kernels with
10708 a slightly different layout in /proc/acpi.
10709
10710 2004-06-04 Karl Fogel <kfogel@red-bean.com>
10711
10712 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
10713 because the latter is a CL-ism. This fixes the bug reported by
10714 Shawn Boyette <mdxi@collapsar.net> in
10715 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
10716
10717 2004-06-04 Miles Bader <miles@gnu.org>
10718
10719 * faces.el (display-supports-face-attributes-p): Function moved to
10720 C code. Previously only the tty-related portion of this function
10721 was done in C; however the previous attempt to do a halfway-proper
10722 job for non-tty displays in lisp didn't work properly because of
10723 funny conditions during Emacs startup.
10724 (face-differs-from-default-p): Simplify, now that
10725 display-supports-face-attributes-p works properly on all display
10726 types. Remove :stipple from comparison; it doesn't really work
10727 in emacs anyway.
10728
10729 2004-06-04 Miles Bader <miles@gnu.org>
10730
10731 * faces.el (face-differs-from-default-p): Use a different
10732 implementation, so we can really check whether FACE displays
10733 differently or not.
10734
10735 2004-06-04 Miles Bader <miles@gnu.org>
10736
10737 * faces.el (display-supports-face-attributes-p): Implement a
10738 `different from default' check for non-tty displays.
10739
10740 2004-06-03 David Kastrup <dak@gnu.org>
10741
10742 * woman.el (woman-mapcan): More concise code.
10743 (woman-topic-all-completions, woman-topic-all-completions-1)
10744 (woman-topic-all-completions-merge): Replace by a simpler and
10745 much faster implementation based on O(n log n) sort/merge instead
10746 of the old O(n^2) behavior.
10747
10748 2004-06-03 Miles Bader <miles@gnu.org>
10749
10750 * subr.el (read-number): Use canonical format for default in prompt.
10751
10752 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
10753 Add regexp for " [...]" style defaults.
10754
10755 2004-06-02 Romain Francoise <romain@orebokech.com>
10756
10757 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
10758 groups: if the user asks for a hidden buffer, open the
10759 corresponding filter group to expose it.
10760
10761 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
10762 `ibuffer-jump-to-buffer'.
10763 (ibuffer-jump-offer-only-visible-buffers): New user option.
10764
10765 2004-06-02 Juanma Barranquero <lektu@terra.es>
10766
10767 * faces.el (frame-update-faces): Add empty docstring so the one
10768 for `ignore' doesn't show through.
10769
10770 * subr.el (process-kill-without-query): Remove spurious "\n" on
10771 obsolescence string.
10772 (focus-frame, unfocus-frame): Add obsolescence declaration and
10773 empty docstring.
10774
10775 * international/mule.el (register-char-codings): Make alias for
10776 `ignore'. Move docstring to obsolescence info and remove redundancy.
10777
10778 2004-06-02 Kim F. Storm <storm@cua.dk>
10779
10780 * frame.el (blink-cursor-start): Turn cursor off initially so blink
10781 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
10782
10783 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10784
10785 * comint.el (comint-replace-by-expanded-history-before-point):
10786 Obey `start' as the docstring says.
10787 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
10788 (comint-update-fence): Prevent font-lock from running unnecessarily.
10789 (comint-dynamic-list-completions): Use with-current-buffer.
10790
10791 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10792
10793 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
10794 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
10795 (bibtex-entry-update): Handle alternatives and optional fields.
10796 (bibtex-parse-entry): Bugfix, handle empty key.
10797
10798 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 * vc-arch.el (vc-arch-state): Don't assume the file exists.
10801
10802 2004-05-31 Lars Hansen <larsh@math.ku.dk>
10803
10804 * desktop.el (desktop-save): Don't save minor modes without a
10805 known mode initialization function.
10806
10807 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
10808
10809 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
10810
10811 * autorevert.el: Update `Commentary' section.
10812
10813 2004-05-30 Juanma Barranquero <lektu@terra.es>
10814
10815 * dos-fns.el (convert-standard-filename):
10816 * files.el (convert-standard-filename):
10817 * w32-fns.el (convert-standard-filename):
10818 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
10819
10820 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
10821
10822 Sync with Tramp.
10823
10824 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
10825 (tramp-let-maybe): Move to an earlier spot in the file.
10826 Patch by Andreas Schwab.
10827
10828 2004-05-30 Andreas Schwab <schwab@suse.de>
10829
10830 * dired.el (dired-get-filename): Don't use dired-re-dot.
10831
10832 2004-05-30 Richard M. Stallman <rms@gnu.org>
10833
10834 * files.el (find-file): Doc fix.
10835
10836 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
10837
10838 2004-05-30 Nick Roberts <nickrob@gnu.org>
10839
10840 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
10841 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
10842 modeline of the locals buffer.
10843 (gdb-goto-breakpoint): Handle gdbmi.
10844 (gdb-get-frame-number): Change for gdbmi.
10845
10846 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
10847
10848 * files.el (file-remote-p): Apply file name handler for operation
10849 `file-remote-p'. It isn' a property any longer.
10850 (file-relative-name): `fh' and `fd' get the required value via
10851 `find-file-name-handler' already.
10852
10853 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
10854 (top): Remove setting of `file-remote-p' property for
10855 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
10856
10857 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
10858
10859 Version 2.0.41 of Tramp released.
10860
10861 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
10862 Throw away if process has died.
10863 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
10864 (tramp-out-of-band-prompt-regexp): Rename to
10865 `tramp-process-alive-regexp', because its usage is widen.
10866 (tramp-actions-copy-out-of-band): Apply it.
10867 (tramp-actions-before-shell, tramp-multi-actions):
10868 Add `tramp-action-process-alive' action.
10869 (tramp-action-process-alive): New defun.
10870 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
10871 Add entry for `file-remote-p'.
10872 (tramp-handle-file-remote-p): New defun.
10873 (top): Remove setting of `file-remote-p'. Don't set
10874 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
10875
10876 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
10877 `file-remote-p'.
10878
10879 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
10880 counted for (last) line. [They should or they shouldn't? --Stef]
10881 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
10882
10883 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
10884
10885 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
10886 not really necessary but seems to keep the shell history smaller
10887 in some cases. It is no substitute for setting HISTFILE and
10888 HISTSIZE from tramp-open-connection-setup-interactive-shell,
10889 though. Suggested by Luc Teirlinck.
10890 (tramp-open-connection-setup-interactive-shell): Export variables
10891 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
10892 (tramp-set-process-query-on-exit-flag): New compat function.
10893 (tramp-open-connection-multi, tramp-open-connection-su)
10894 (tramp-open-connection-rsh, tramp-open-connection-telnet)
10895 (tramp-do-copy-or-rename-file-out-of-band): Use it.
10896 (tramp-let-maybe): New macro, let-binds a variable only if it
10897 isn't obsolete.
10898 (tramp-check-ls-commands, tramp-handle-expand-file-name)
10899 (tramp-handle-file-truename): Use it.
10900 (tramp-completion-file-name-regexp-unified): Avoid matching
10901 filenames starting with "/:" -- those are reserved for
10902 file-name-non-special.
10903
10904 * tramp-smb.el (tramp-smb-open-connection):
10905 Use tramp-set-process-query-on-exit-flag compat function.
10906
10907 2004-05-29 Richard M. Stallman <rms@gnu.org>
10908
10909 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
10910
10911 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
10912 (eval-last-sexp-print-value): Print char equivalent regardless
10913 of standard-output value.
10914
10915 * thumbs.el (thumbs-subst-char-in-string): Delete.
10916 (thumbs-thumbname): Use subst-char-in-string.
10917 (thumbs-resize-image): Use condition-case, not ignore-errors.
10918 (thumbs-kill-buffer): Likewise.
10919
10920 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
10921 (thumbs-mode): Make buffer read-only.
10922 (thumbs-make-thumb): Unconditionally accept an existing file.
10923 (thumbs-insert-thumb): Add thumb-image-file property to the image.
10924 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
10925 (thumbs-show-thumbs-list): Error if images not supported.
10926 (thumbs-save-current-image): Improve prompt string.
10927 (thumbs-mode-map): Define u, R, x.
10928 (thumbs-unmark): New command.
10929 (thumbs-emboss-image): Minor cleanup.
10930 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
10931 (thumbs-rename-images): New command.
10932 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
10933
10934 * thumbs.el (thumbs-current-image): New function.
10935 (thumbs-file-list, thumbs-file-alist): New functions.
10936 (thumbs-find-image): Delete arg L.
10937 Don't set up thumbs-fileL as buffer-local global var.
10938 (thumbs-find-image-at-point): Use thumbs-current-image.
10939 (thumbs-set-image-at-point-to-root-window): Likewise.
10940 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
10941 Record and warn about errors. Update thumbs-markedL for deletions.
10942 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
10943 (thumbs-redraw-buffer): Use thumbs-file-list.
10944 (thumbs-mark): Use thumbs-current-image.
10945 (thumbs-show-name): Use thumbs-current-image.
10946
10947 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
10948 and imenu--last-menubar-index-alist.
10949
10950 * subr.el (with-selected-window): Undo previous change.
10951
10952 2004-05-29 John Paul Wallington <jpw@gnu.org>
10953
10954 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
10955 (thumbs-mouse-find-image): New command.
10956 (thumbs-mode-map): Bind it to mouse-2.
10957 (thumbs-mode): Make mode-class special.
10958 (thumbs-view-image-mode): Likewise.
10959
10960 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
10961
10962 * flymake.el: New file.
10963
10964 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
10965
10966 * files.el (find-file-noselect-1): Do not bind
10967 `inhibit-read-only' to t during execution of
10968 `find-file-not-found-functions'.
10969
10970 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10971
10972 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
10973 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
10974
10975 2004-05-28 Juri Linkov <juri@jurta.org>
10976
10977 * simple.el (eval-expression-print-format): New fun.
10978
10979 * simple.el (eval-expression):
10980 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10981 * emacs-lisp/edebug.el (edebug-compute-previous-result)
10982 (edebug-eval-expression): Print additionally the value returned by
10983 `eval-expression-print-format'.
10984
10985 * emacs-lisp/lisp.el (insert-pair-alist): New var.
10986 (insert-pair): Make arguments optional. Find character pair
10987 from `insert-pair-alist' according to the last input event.
10988 (insert-parentheses): Make arguments optional.
10989 (raise-sexp, delete-pair): New funs.
10990
10991 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
10992 (emacs-lisp-mode-map, lisp-interaction-mode-map):
10993 Bind C-M-q to `indent-pp-sexp'.
10994
10995 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
10996 `pp-to-string' modified to be able to format text with newlines.
10997 (pp-to-string): Move the buffer-formatting part of the code to
10998 `pp-buffer'. Call `pp-buffer'.
10999
11000 * info.el (Info-desktop-buffer-misc-data): Don't save information
11001 about virtual files.
11002 (Info-restore-desktop-buffer): Restore Info buffers in prepared
11003 buffers with names obtained from the desktop file instead of the
11004 default *info* buffer.
11005
11006 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * subr.el (with-selected-window): Only save/restore the selected window.
11009
11010 * progmodes/compile.el (compilation-error-regexp-alist):
11011 Use expand-file-name and data-directory.
11012
11013 * progmodes/grep.el (grep-tree): Rework previous fix.
11014
11015 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
11016 after the user marked text with the mouse.
11017
11018 * startup.el (command-line): Keep the first regexp of
11019 auto-save-file-name-transforms intact.
11020
11021 2004-05-28 Juanma Barranquero <lektu@terra.es>
11022
11023 * cus-edit.el (customize-face, customize-face-other-window)
11024 (custom-face-edit-delete): Make arguments match their use in
11025 docstring.
11026 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
11027 docstring.
11028
11029 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
11030 not `cvs-butlast'.
11031
11032 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
11033 `nbutlast' are in subr.el).
11034
11035 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
11036 (set-w32-system-coding-system): Doc fixes.
11037
11038 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
11039 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
11040 Make arguments match their use in docstring.
11041 (artist-draw-region-trim-line-endings)
11042 (artist-mouse-choose-operation): Fix typo in docstring.
11043 (artist-key-set-point-common): Doc fix.
11044
11045 2004-05-28 Simon Josefsson <jas@extundo.com>
11046
11047 * mail/smtpmail.el (smtpmail-open-stream):
11048 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
11049
11050 2004-05-26 Simon Josefsson <jas@extundo.com>
11051
11052 * starttls.el: Merge with my GNUTLS based starttls.el.
11053 (starttls-gnutls-program, starttls-use-gnutls)
11054 (starttls-extra-arguments, starttls-process-connection-type)
11055 (starttls-connect, starttls-failure, starttls-success): New variables.
11056 (starttls-program, starttls-extra-args): Doc fix.
11057 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
11058 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
11059 and pass on to corresponding *-gnutls function if it is set.
11060
11061 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
11062
11063 * autorevert.el (auto-revert-handler): Disable auto-reverting of
11064 remote files.
11065
11066 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
11067
11068 * files.el (file-name-non-special): There are more operations
11069 which need handling: `find-backup-file-name',
11070 `insert-file-contents', `verify-visited-file-modtime',
11071 `write-region'. Rename t value of method to `add'. Add new
11072 methods `quote' and `unquote-then-quote' to file-arg-indices.
11073
11074 2004-05-25 Juri Linkov <juri@jurta.org>
11075
11076 * info.el (Info-toc): Call Info-mode on intermediate buffer.
11077 (Info-index-nodes): Enclose code in condition-case to catch errors.
11078 (Info-index-node): Don't search all index nodes if request is only
11079 for the current node and file is not in the cache of index nodes.
11080 (Info-mode-map): Bind Info-copy-current-node-name to `w'
11081 for consistency with dired-copy-filename-as-kill.
11082 Bind `S' to Info-search-case-sensitively.
11083 (Info-copy-current-node-name): New arg. With zero prefix arg put
11084 the name inside a function call to `info'. Display copied text in
11085 the echo area.
11086
11087 2004-05-25 Sam Steingold <sds@gnu.org>
11088
11089 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
11090 strip the package prefix from the symbol name, if any.
11091 Make it the `find-tag-default-function' for `lisp-mode'.
11092
11093 2004-05-25 John Paul Wallington <jpw@gnu.org>
11094
11095 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
11096 instead of obsolete `process-kill-without-query'.
11097
11098 * textmodes/texinfmt.el (texinfo-indexvar-alist):
11099 Declare as variable, not constant.
11100
11101 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
11102
11103 * files.el (find-file-noselect-1): Fix bug introduced by
11104 Revision 1.694. As a side effect, `inhibit-read-only'
11105 is again, by default, t during execution of
11106 `find-file-not-found-functions'.
11107 (insert-directory): Check that lines were really inserted by
11108 the --dired switch, before erasing them.
11109
11110 2004-05-24 Nick Roberts <nickrob@gnu.org>
11111
11112 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
11113 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
11114 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
11115 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
11116 gud-minor-mode (gdbmi).
11117
11118 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
11119
11120 * net/browse-url.el (browse-url-interactive-arg): Enable user to
11121 explicitly select the text to be taken as URL.
11122
11123 2004-05-23 Juri Linkov <juri@jurta.org>
11124
11125 * info.el (Info-index-nodes): New var and fun.
11126 (Info-goto-index, Info-index, info-apropos)
11127 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
11128 (Info-index): Fix docstring. Store and restore Info-history-list.
11129 (Info-complete-nodes): New var.
11130 (Info-complete-menu-item): Use it.
11131 (Info-index-node): New fun.
11132 (Info-final-node, Info-forward-node, Info-backward-node)
11133 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
11134 Use Info-index-node.
11135 (Info-extract-menu-item, Info-extract-menu-counting): Set second
11136 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
11137 (Info-find-node-2): If a node with period in its name not found,
11138 try to find a node without the name part after period.
11139 (Info-select-node): Call Info-fontify-node only if
11140 Info-fontify-maximum-menu-size is not nil.
11141 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
11142 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
11143 Preserve Info-history-list.
11144 (Info-toc): Set Info-current-file.
11145 (Info-build-toc): Move point to the beginning of the buffer.
11146 Add main-file variable.
11147 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
11148 Use backslashed representation of the control character ^_.
11149
11150 * textmodes/texinfmt.el (texinfo-print-index): Print index line
11151 numbers in the new Texinfo 4.7 format.
11152
11153 * add-log.el (change-log-font-lock-keywords): Remove `:' from
11154 regexps for function and variable names.
11155
11156 * descr-text.el (describe-property-list): Add [show] button for
11157 `syntax-table' property with action to pp to a separate buffer.
11158 (describe-char): Replace search-forward by re-search-forward with
11159 whitespace regexp after "character:" to not fail in too narrow windows.
11160
11161 * simple.el (next-error-find-buffer): Add a rule to return
11162 next-error capable buffer if one window on the selected frame
11163 displays such buffer.
11164
11165 2004-05-23 Nick Roberts <nickrob@gnu.org>
11166
11167 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
11168 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
11169 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
11170 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
11171 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
11172 Handle new value for gud-minor-mode (gdbmi).
11173 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
11174 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
11175 Change from local to global gdb variable set.
11176 (gdb-ann3): Initialise above gdb variable set.
11177 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
11178 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
11179 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
11180 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
11181 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
11182 (gdb-info-locals-handler, gdb-invalidate-assembler)
11183 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
11184 set as global variables.
11185 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
11186 Handle gdbmi.
11187 (gdb-info-breakpoints-custom): Fix regexp.
11188 (def-gdb-var): Delete.
11189
11190 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
11191 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
11192 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
11193 a new mode. The file (gdb-mi.el) for this mode will be included
11194 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
11195 primary interface.
11196
11197 2004-05-23 Jesper Harder <harder@ifa.au.dk>
11198
11199 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
11200 interpreted as a directory.
11201
11202 2004-05-22 Richard M. Stallman <rms@gnu.org>
11203
11204 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
11205 as a close quote.
11206
11207 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
11208
11209 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
11210 Use assoc-string, not assoc-ignore-case.
11211
11212 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
11213
11214 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
11215 If moving back then fwd gets a defun that ends before point,
11216 try again moving fwd then back.
11217
11218 * files.el (file-name-non-special): Allow t in file-arg-indices
11219 to mean requote the return value. Use `identity' as an element
11220 rather than as the whole value.
11221
11222 * gs.el (gs-options): Add -dSAFER. Mark it risky.
11223
11224 2004-05-22 Juanma Barranquero <lektu@terra.es>
11225
11226 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
11227 `help-make-usage'.
11228 (help-highlight-arguments): Skip function name before searching
11229 for arguments.
11230
11231 2004-05-21 Juanma Barranquero <lektu@terra.es>
11232
11233 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
11234 Don't mention in the docstring these arguments meant for
11235 internal (recursive) use only.
11236 (allout-char-spec): Comment out (it's not implemented).
11237 (allout-old-expose-topic, allout-exposure): Fix docstring and add
11238 obsolescence declaration.
11239 (allout-flatten-exposed-to-buffer)
11240 (allout-indented-exposed-to-buffer): Fix typos in docstring.
11241 (my-mark-marker): Doc fix.
11242 (produce-allout-mode-map, allout-sibling-index)
11243 (allout-isearch-expose, allout-distinctive-bullet)
11244 (allout-open-topic, allout-reindent-body)
11245 (allout-rebullet-heading, allout-process-exposed)
11246 (allout-insert-listified, allout-latex-verb-quote)
11247 (allout-insert-latex-header, allout-insert-latex-trailer):
11248 Make arguments match their use in docstring.
11249 (allout-primary-bullet, allout-old-style-prefixes)
11250 (allout-inhibit-protection, allout-init, allout-mode)
11251 (allout-before-change-protect, allout-flag-region):
11252 Use "Emacs" instead of "emacs" in docstrings.
11253
11254 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
11255
11256 * international/characters.el: Modify syntax of more characters.
11257
11258 2004-05-21 Masatake YAMATO <jet@gyve.org>
11259
11260 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
11261 (etags-tags-completion-table): Show parsing progress.
11262
11263 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
11264
11265 * locate.el (locate-prompt-for-command): Shorten first line of
11266 docstring.
11267 (locate-mode): Expand docstring and include keymap summary.
11268
11269 * files.el (find-file-noselect-1): Limit the scope of the
11270 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
11271 is, by default, nil during the execution of
11272 `find-file-not-found-functions' and `find-file-hook'.
11273
11274 2004-05-20 Michael Mauger <mmaug@yahoo.com>
11275
11276 * facemenu.el (facemenu-color-name-equal): New function.
11277 (list-colors-display): Use it to compare colors instead of
11278 facemenu-color-equal.
11279
11280 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
11281
11282 * compare-w.el (compare-windows-face): Use min-colors instead of
11283 checking for tty or pc types.
11284
11285 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11286
11287 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
11288 (completion-setup-function): Use with-current-buffer.
11289 Properly save excursion. Simplify.
11290 Don't assume there is necessarily a `mouse-face' property somewhere.
11291
11292 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
11293
11294 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
11295
11296 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
11297 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
11298 Use with-current-buffer.
11299 (byte-goto-log-buffer): Delete.
11300 (byte-compile-log-file): Call compilation-forget-errors.
11301
11302 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11303
11304 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
11305 output messages into the search result.
11306
11307 2004-05-19 Masatake YAMATO <jet@gyve.org>
11308
11309 * wid-edit.el (widget-radio-button-notify): Revert my last
11310 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11311
11312 2004-05-19 Kenichi Handa <handa@m17n.org>
11313
11314 * international/characters.el: Fix syntax (open/close) of CJK chars.
11315
11316 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
11317
11318 * help-mode.el (help-go-back): Don't depend on position of back button.
11319
11320 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
11321
11322 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
11323 files files don't contain an accidental additional /.
11324
11325 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
11326 in source buffer.
11327
11328 2004-05-18 Masatake YAMATO <jet@gyve.org>
11329
11330 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
11331 to widget-apply. :action method assumes 2 arguments, not 3.
11332
11333 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
11334
11335 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
11336 New constants.
11337 (hs-special-modes-alist): Add an f90-mode entry.
11338
11339 2004-05-17 Sam Steingold <sds@gnu.org>
11340
11341 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
11342 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
11343
11344 2004-05-16 Kim F. Storm <storm@cua.dk>
11345
11346 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
11347
11348 2004-05-15 John Wiegley <johnw@newartisans.com>
11349
11350 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
11351 (eshell-output-object-to-target): Improve output speed 20% by not
11352 calling `eshell-stringify' if something is already known to be a string.
11353
11354 2004-05-15 Alex Ott <ott@jet.msk.su>
11355
11356 * textmodes/ispell.el (ispell-local-dictionary-alist):
11357 Add windows-1251 to the choice of coding systems.
11358 (ispell-dictionary-alist-6): Add support for "russianw.aff",
11359 encoded in cp1251.
11360
11361 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
11362
11363 * progmodes/compile.el (compilation-warning-face)
11364 (compilation-info-face): Use min-colors.
11365
11366 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11367
11368 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
11369 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
11370 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
11371 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
11372 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
11373 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
11374 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
11375 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
11376 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
11377 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
11378 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
11379 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
11380 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
11381 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
11382
11383 2004-05-15 Kim F. Storm <storm@cua.dk>
11384
11385 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
11386 Use it to set triggered-p element of timer.
11387 (timer-event-handler): Set triggered-p element non-nil while running
11388 the timer function.
11389
11390 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * descr-text.el (describe-char-unicode-data)
11393 (describe-char-unicodedata-file): Re-enable the unicode code now that
11394 the licensing issues have been cleared in the unicode-4 license.
11395 (describe-text-properties-1): Remove unused `overlay' var.
11396 (describe-char): Remove unused var `buffer'.
11397
11398 2004-05-14 David Ponce <david@dponce.com>
11399
11400 * tree-widget.el: New file.
11401
11402 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
11403
11404 * language/european.el ("Brazilian Portuguese"): Add support for
11405 Brazilian Portuguese.
11406
11407 2004-05-13 John Wiegley <johnw@newartisans.com>
11408
11409 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
11410 `recentf-mode' if this variable has been customized to t.
11411
11412 * eshell/esh-test.el (eshell-test): Call the function
11413 `emacs-version' rather than trying to build a custom version string.
11414
11415 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * net/telnet.el (telnet-mode): Use define-derived-mode.
11418 Don't modify the global value of comint-prompt-regexp.
11419
11420 2004-05-13 John Paul Wallington <jpw@gnu.org>
11421
11422 * version.el (emacs-version): Check for `gtk' feature before
11423 `x-toolkit' feature.
11424
11425 2004-05-13 Juanma Barranquero <lektu@terra.es>
11426
11427 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
11428 arguments in the docstring, they're used only in recursive calls.
11429
11430 * help-fns.el (help-arg-highlighting-function)
11431 (help-argument-name): Delete.
11432 (help-default-arg-highlight): New function.
11433 (help-do-arg-highlighting): Use it.
11434
11435 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11436
11437 * calendar/appt.el (appt-disp-window):
11438 Use `calendar-set-mode-line' for a centered mode-line.
11439
11440 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
11441
11442 * calendar/appt.el (appt-disp-window): Do not split window
11443 excessively when `split-height-threshold' is low.
11444
11445 2004-05-12 Nick Roberts <nickrob@gnu.org>
11446
11447 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
11448 kill-buffer-hook here and make it local.
11449 (gud-kill-buffer-hook): Use kill-process for a sure kill.
11450
11451 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
11452
11453 * progmodes/compile.el (compilation-set-window-height):
11454 Use save-excursion to protect against misplaced marker.
11455
11456 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11457
11458 * custom.el (defface): Document that type can have value gtk.
11459
11460 * faces.el (face-spec-set-match-display): Handle type gtk in display.
11461
11462 2004-05-12 Kenichi Handa <handa@m17n.org>
11463
11464 * descr-text.el: Require quail at comile time.
11465 (describe-char): If an input method is on and it supports the
11466 character, show how to input it.
11467
11468 * international/quail.el (quail-install-decode-map): Accept a
11469 char-table whose subtype is `quail-decode-map'.
11470 (quail-store-decode-map-key, quail-gen-decode-map1)
11471 (quail-gen-decode-map, quail-find-key1, quail-find-key)
11472 (quail-show-key): New functions.
11473
11474 2004-05-12 Juanma Barranquero <lektu@terra.es>
11475
11476 * generic.el (define-generic-mode): Remove redundant arglist info.
11477
11478 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
11479 Make arguments match their use in docstring.
11480 (help-arg-highlighting-function): New variable.
11481 (help-argument-name): Mention it in the docstring.
11482 (help-do-arg-highlight): Use it. Expand regexp to accept also
11483 ARG-xxx and xxx-ARG references.
11484
11485 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
11486
11487 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
11488 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
11489 and "mailto:addr1?to=addr2" equal.
11490
11491 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
11492
11493 * man.el (Man-getpage-in-background): Use shell-file-name
11494 and shell-command-switch variables instead of hard-coded values.
11495
11496 2004-05-11 Eli Zaretskii <eliz@gnu.org>
11497
11498 * iimage.el: New file.
11499
11500 2004-05-11 Juanma Barranquero <lektu@terra.es>
11501
11502 * custom.el (custom-initialize-default, defcustom):
11503 Fix typo in docstring.
11504
11505 * files.el (set-visited-file-name, file-expand-wildcards):
11506 Fix docstring.
11507
11508 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
11511
11512 * subr.el (eventp): Be more discriminating with integers.
11513
11514 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
11515
11516 * progmodes/compile.el (compile): Add universal prefix arg.
11517 (compilation-error-regexp-alist-alist): Add edg patterns.
11518
11519 2004-05-10 Sam Steingold <sds@gnu.org>
11520
11521 * textmodes/ispell.el (ispell-message):
11522 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
11523
11524 2004-05-10 Dave Love <fx@gnu.org>
11525
11526 * progmodes/python.el (help-buffer): Autoload when compiling.
11527 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
11528 (run-python): Prepend to any existing PYTHONPATH.
11529
11530 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
11531
11532 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
11533 for pending breakpoints.
11534
11535 2004-05-10 Richard M. Stallman <rms@gnu.org>
11536
11537 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
11538 directly without calling any functions in Rmail.
11539 (unrmail-unprune): Function deleted.
11540
11541 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
11542
11543 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
11544 C-c C-z binding.
11545
11546 2004-05-10 Kenichi Handa <handa@m17n.org>
11547
11548 * descr-text.el (describe-char): Fix previous change. Don't make
11549 a unibyte character to multibyte in the *Help* buffer.
11550
11551 2004-05-10 Miles Bader <miles@gnu.org>
11552
11553 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
11554 buffer an error if the debugger process is actually running.
11555
11556 2004-05-10 Juanma Barranquero <lektu@terra.es>
11557
11558 * help-fns.el (help-argument-name): Default to italic.
11559 (help-highlight-arguments): Return always (usage . doc), even when
11560 usage is nil.
11561
11562 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
11563 (define-ibuffer-filter): Add usage info.
11564 (define-ibuffer-op): Add usage info (but CL-style defaults for
11565 keyword args are not shown).
11566
11567 * subr.el (remove-overlays, read-passwd): Fix docstring.
11568 (start-process-shell-command): Fix docstring. Put usage info in a
11569 format usable by `describe-function'.
11570 (open-network-stream, open-network-stream-nowait)
11571 (open-network-stream-server): Fix docstring.
11572
11573 2004-05-09 Jason Rumney <jasonr@gnu.org>
11574
11575 * international/code-pages (cp932, cp936, cp949, c950): Remove.
11576 Only define cp125* if windows-125* is already defined.
11577
11578 * language/korean.el (cp949): Add alias.
11579
11580 * language/chinese.el (cp936, cp950): Add aliases.
11581
11582 * language/japanese.el (cp932): Add alias.
11583
11584 * term/w32-win.el: Require code-pages.
11585
11586 * international/mule-cmds.el (set-locale-environment):
11587 On MS-Windows use ansi code-page for default coding-systems.
11588 Set up paper sizes for Windows 3 letter languages.
11589
11590 * international/code-pages.el (cp932, cp936, cp949, cp950):
11591 Add aliases. Also add cp125* if not already defined.
11592
11593 2004-05-09 Juanma Barranquero <lektu@terra.es>
11594
11595 * help-fns.el (help-highlight-arguments): Don't try to highlight
11596 missing or autoloaded arglists. Accept structured arguments, like
11597 the first ones of `do' and `flet'.
11598
11599 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
11600 (cvs-get-marked): Remove redundant arglist info.
11601
11602 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
11603 Don't use CL-style default args.
11604
11605 2004-05-08 Andreas Schwab <schwab@suse.de>
11606
11607 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
11608
11609 * international/subst-ksc.el: Fix references to utf-translate-cjk
11610 into utf-translate-cjk-mode.
11611 * international/subst-big5.el: Likewise.
11612 * international/subst-gb2312.el: Likewise.
11613 * international/subst-jis.el: Likewise.
11614 * international/utf-16.el: Likewise.
11615 * international/utf-8.el: Likewise.
11616
11617 2004-05-08 John Wiegley <johnw@newartisans.com>
11618
11619 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
11620 "virtual buffers" (off by default), which makes it possible to
11621 switch to the "virtual" buffers of recently visited files. When a
11622 buffer name search fails, and this option is on, iswitchb will
11623 look at the list of recently visited files, and permit matching
11624 against those names. When the user hits RET on a match, it will
11625 revisit that file.
11626 (iswitchb-read-buffer): Add two optional arguments, which makes
11627 isearchb.el possible.
11628 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
11629 (iswitchb-next-match): Add support for virtual buffers.
11630
11631 * isearchb.el: This module extends iswitchb to provide "as you
11632 type" buffer selection.
11633
11634 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
11635 Ignore the read-only property when flyspell highlighting is on.
11636 Not ignoring it leads to a series of confusing errors.
11637 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
11638 but also make sure to call flyspell-incorrect-hook.
11639 (flyspell-maybe-correct-transposition): Perform transposition test
11640 by bit twiddling a string, rather than using a temp buffer.
11641 (flyspell-maybe-correct-doubling): Use a string rather than a temp
11642 buffer. This is also the original version of the code, which
11643 could not be checked in before due to a previous lack of
11644 assignment papers. This version has seen heavy usage on my system
11645 for several years now.
11646
11647 * calendar/cal-bahai.el: New file, which adds support for the
11648 Baha'i calendar to Emacs. This calendar is based on a solar year
11649 of 19 months of 19 days, with 4 intercalary days. Each year
11650 begins on March 21, with the calendar starting in 1844.
11651
11652 * calendar/cal-menu.el, calendar/calendar.el,
11653 calendar/diary-lib.el, calendar/holidays.el: Added support for
11654 using cal-bahai.el.
11655
11656 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
11657 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
11658 function can be used outside of eshell buffers.
11659 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
11660
11661 2004-05-08 Juanma Barranquero <lektu@terra.es>
11662
11663 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
11664 word constituent so FOO-ARG is not recognized as an arg.
11665 (help-highlight-arguments): Don't skip lists in mandatory arguments.
11666
11667 * simple.el (next-error): Fix typo in docstring.
11668 (open-line): Make argument names match their use in docstring.
11669 (split-line): Fix docstring.
11670
11671 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
11672 usable by `describe-function'.
11673 (gensym, gentemp, typep, ignore-errors): Make argument names match
11674 their use in docstring.
11675
11676 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
11677 argument to `help-setup-xref'.
11678
11679 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
11680
11681 Version 2.0.40 of Tramp released.
11682
11683 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
11684 Use symbol-function to invoke functions only known on some Emacs
11685 flavors. This avoids byte-compiler warnings. Reported by Kevin
11686 Scaldeferri <kevin@scaldeferri.com>.
11687 (tramp-do-copy-or-rename-file-via-buffer): Rename from
11688 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
11689 consistent with the other tramp-do-* functions.
11690 (tramp-do-copy-or-rename-file): Calls adjusted.
11691 (tramp-process-initial-commands): Avoid liveness check on shell --
11692 we know that it must be alive since we're opening a connection at
11693 this moment.
11694 (tramp-last-cmd): New internal variable.
11695 (tramp-process-echoes): New tunable.
11696 (tramp-send-command): Set tramp-last-cmd.
11697 (tramp-wait-for-output): Delete echo, if applicable.
11698 (tramp-read-passwd): Construct the key for the password cache in a
11699 way that works for multi methods, too.
11700 (tramp-bug): Add backup-directory-alist and
11701 bkup-backup-directory-info to bug reports, with Tramp counterparts.
11702
11703 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
11704
11705 * net/tramp*.el: Suppress byte-compiler warnings where possible.
11706
11707 * net/tramp.el (tramp-out-of-band-prompt-regexp)
11708 (tramp-actions-copy-out-of-band): New defcustoms.
11709 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
11710 used instead of a synchronous one. Allows password entering.
11711 (tramp-action-out-of-band): New defun.
11712 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
11713 Remove restriction with password from doc string.
11714 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
11715 `tramp-out-of-band-prompt-regexp',
11716 `tramp-actions-copy-out-of-band', `password-cache' and
11717 `password-cache-expiry'.
11718 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
11719 password caching.
11720 (tramp-touch): FILE can be a local file, too.
11721 (TODO): Remove items done.
11722 (tramp-handle-insert-directory): Properly quote file name also if
11723 not full-directory-p. Handle wildcard case. Reported by Andreas
11724 Schwab <schwab@suse.de>.
11725 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
11726 new file.
11727 (tramp-handle-file-local-copy, tramp-handle-write-region):
11728 The permissions of the temporary file are set if filename exists.
11729 Reported by Ted Stern <stern@cray.com>.
11730 (tramp-backup-directory-alist)
11731 (tramp-bkup-backup-directory-info): New defcustoms.
11732 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
11733 (tramp-handle-find-backup-file-name): New function.
11734 Implements Tramp's find-backup-file-name.
11735
11736 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
11737 for `find-backup-file-name'.
11738
11739 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
11740 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
11741
11742 2004-05-07 Lars Hansen <larsh@math.ku.dk>
11743
11744 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
11745
11746 2004-05-07 Juanma Barranquero <lektu@terra.es>
11747
11748 * subr.el (lambda): Add arglist description to docstring.
11749 (declare): Fix typo in docstring.
11750 (open-network-stream): Fix docstring.
11751 (process-kill-without-query): Fix docstring and add obsolescence info.
11752 (last, butlast, nbutlast): Make arguments match their use in docstring.
11753 (insert-buffer-substring-no-properties): Likewise.
11754 (insert-buffer-substring-as-yank): Likewise.
11755 (split-string): Fix docstring.
11756
11757 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
11758 Make argument names match their use in docstring.
11759
11760 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
11761
11762 2004-05-06 Nick Roberts <nickrob@gnu.org>
11763
11764 * progmodes/gdb-ui.el: Improve/extend documentation strings.
11765 Fit first sentence on one line for apropos-command.
11766
11767 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11768
11769 Changes largely merged in from Dave Love's code.
11770 * progmodes/python.el: Doc fixes.
11771 (python-mode-map): Add python-complete-symbol.
11772 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
11773 (python-comment-indent, python-complete-symbol)
11774 (python-symbol-completions, python-partial-symbol)
11775 (python-try-complete): New.
11776 (python-indent-line): Remove optional arg. Use python-block-end-p.
11777 (python-check): Bind compilation-error-regexp-alist.
11778 (inferior-python-mode): Use rx. Move keybindings to top level.
11779 Set comint-input-filter.
11780 (python-preoutput-filter): Use rx.
11781 (python-input-filter): Re-introduce.
11782 (python-proc): Start new process if necessary.
11783 Check python-buffer non-nil.
11784 (view-return-to-alist): Defvar.
11785 (python-send-receive): New.
11786 (python-eldoc-function): Use it.
11787 (python-mode-running): Don't defvar.
11788 (python-mode): Set comment-indent-function.
11789 Maybe update hippie-expand-try-functions-list.
11790 (python-indentation-levels): Initialize differently.
11791 (python-block-end-p): New.
11792 (python-indent-line): Use it.
11793 (python-compilation-regexp-alist): Augment.
11794 (run-python): Import `emacs' module to Python rather than loading
11795 code directly. Set python-buffer differently.
11796 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
11797 Use python-proc.
11798 (python-send-command): Go to end of comint buffer.
11799 (python-load-file): Use python-proc, emacs.eimport.
11800 (python-describe-symbol): Simplify interactive form.
11801 Use emacs.help. Do use temp-buffer-show-hook.
11802 Call print-help-return-message.
11803 (hippie-exp): Require when compiling.
11804 (python-preoutput-continuation): Use rx.
11805
11806 * diff-mode.el (diff-make-unified): Fix regexp.
11807
11808 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
11809
11810 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
11811 filter groups from the buffer when rebuilding the Ibuffer buffer
11812 and `ibuffer-show-empty-filter-groups' is nil.
11813
11814 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11815
11816 * ps-print.el (ps-print-quote): Call ps-value-string.
11817 (ps-setup): Call ps-comment-string.
11818 (ps-value-string, ps-comment-string): New funs.
11819
11820 2004-05-06 Juanma Barranquero <lektu@terra.es>
11821
11822 * ehelp.el (electric-help-command-loop): Check whether the last
11823 character is visible, not (point-max).
11824
11825 * help-fns.el (help-argument-name): Default to bold; don't inherit
11826 from font-lock-variable-name-face.
11827 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
11828
11829 2004-05-05 Kenichi Handa <handa@m17n.org>
11830
11831 * descr-text.el (describe-char): Copy the character with text
11832 properties and overlays into the first line, and call
11833 describe-text-properties on it.
11834
11835 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
11836
11837 * iswitchb.el (iswitchb-global-map): Fix typo.
11838 Remove unwanted ###autoloads from source file.
11839
11840 2004-05-05 Lars Hansen <larsh@math.ku.dk>
11841
11842 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
11843 in run-hooks. Use substitute-command-keys in message.
11844 (wdired-abort-changes): Add message.
11845
11846 2004-05-03 Michael Mauger <mmaug@yahoo.com>
11847
11848 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
11849 (sql-emacs20-p): Remove.
11850 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
11851 (sql-builtin-face, sql-doc-face): Remove.
11852 (sql-mode-ansi-font-lock-keywords)
11853 (sql-mode-oracle-font-lock-keywords)
11854 (sql-mode-postgres-font-lock-keywords)
11855 (sql-mode-linter-font-lock-keywords)
11856 (sql-mode-ms-font-lock-keywords)
11857 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
11858 (sql-product-font-lock): Fix font-lock reset when font rules change.
11859 (sql-highlight-product): Remove incorrect font-lock reset logic.
11860
11861 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
11862
11863 * ses.el (ses-set-parameter): Fix typo.
11864
11865 2004-05-04 Kim F. Storm <storm@cua.dk>
11866
11867 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
11868 Must expand directory for completion to work; and don't mess with
11869 process-environment.
11870 (ido-read-file-name): If command has ido property, don't use ido
11871 if value is ignore, or read as directory if value is dir.
11872 Set ido ignore property for dired-do-rename command.
11873
11874 2004-05-04 Juanma Barranquero <lektu@terra.es>
11875
11876 * ehelp.el (electric-help-command-loop, electric-help-undefined)
11877 (electric-help-help): Check against unmapped commands.
11878
11879 * help-fns.el (help-argument-name): New face, inheriting from
11880 font-lock-variable-name-face, to highlight function arguments in
11881 `describe-function' and `describe-key'.
11882 (help-do-arg-highlight): Auxiliary function to highlight a given
11883 list of arguments in a string.
11884 (help-highlight-arguments): Highlight the function arguments and
11885 all uses of them in the docstring.
11886 (describe-function-1): Use it. Do docstring output via `insert',
11887 not 'princ', so text attributes are preserved.
11888
11889 * winner.el (winner-mode-map): Move `winner-undo' and
11890 `winner-redo' to C-c <left> and C-c <right>, respectively (the
11891 previous bindings conflict with `prev-buffer', `next-buffer').
11892
11893 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11894
11895 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
11896 (bibtex-entry-update): New command bound to C-c C-u.
11897 (bibtex-text-in-string): Fix regexp.
11898 (bibtex-assoc-of-regexp): Remove.
11899 (bibtex-progress-message): Fix docstring.
11900 (bibtex-inside-field): Use if.
11901 (bibtex-assoc-regexp): New function.
11902 (bibtex-format-entry): Make code more robust so that it formats
11903 also old entries.
11904 (bibtex-autokey-demangle-title): Merge with obsolete function
11905 bibtex-assoc-of-regexp.
11906 (bibtex-field-list): New function.
11907 (bibtex-entry): Use bibtex-field-list.
11908 (bibtex-parse-entry): Fix docstring.
11909 (bibtex-print-help-message): Use bibtex-field-list.
11910 (bibtex-make-field): Use bibtex-field-list.
11911 (bibtex-entry-index): Bugfix. Return crossref key if required.
11912 (bibtex-lessp): Fix docstring.
11913
11914 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
11915
11916 * select.el (xselect-convert-to-string): Move comment to intended line.
11917
11918 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11919
11920 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
11921 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
11922
11923 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11924
11925 * term/x-win.el (x-clipboard-yank): Don't exit on error from
11926 x-get-selection.
11927
11928 2004-05-03 Jason Rumney <jasonr@gnu.org>
11929
11930 * makefile.nt: Remove.
11931
11932 2004-05-03 Kim F. Storm <storm@cua.dk>
11933
11934 * emulation/cua-base.el (cua--update-indications): Fix last change.
11935 (cua-mode): Deactivate mark when cua-mode is enabled.
11936
11937 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
11938
11939 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
11940
11941 2004-05-03 Nick Roberts <nickrob@gnu.org>
11942
11943 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
11944 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
11945 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
11946 window over visible frames.
11947 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
11948
11949 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11950
11951 * progmodes/compile.el (compilation-gcpro): New var.
11952 (compilation-fake-loc): Use it.
11953 (compilation-forget-errors): Reset it.
11954
11955 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11956
11957 * diff-mode.el (diff-header-face, diff-file-header-face):
11958 Use min-colors.
11959
11960 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11961
11962 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
11963 (bibtex-clean-entry): Disentangle code.
11964 (bibtex-realign): New function.
11965 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
11966 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
11967 Remove undocumented optional arg called-by-convert-alien.
11968 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
11969 for sorting instead of bibtex-sort-buffer.
11970
11971 2004-05-02 Eli Zaretskii <eliz@gnu.org>
11972
11973 * progmodes/compile.el (compilation-start): In the
11974 no-async-subprocesses branch, call sit-for to give redisplay a
11975 chance to show the updated process status in the mode line, and
11976 fontify the buffer explicitly after the process exits.
11977
11978 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11979
11980 * progmodes/python.el (python-compilation-line-number): Remove.
11981 (python-compilation-regexp-alist): Don't use it any more.
11982 (python-orig-start, python-input-filter): Remove.
11983 (inferior-python-mode): Don't set up comint-input-filter-functions.
11984 (python-send-region): Use compilation-fake-loc.
11985
11986 * progmodes/compile.el (compilation-messages-start): New var.
11987 (compilation-mode): Don't setup next-error-function here.
11988 (compilation-setup): Set it up here instead (for minor modes as well).
11989 Make compilation-messages-start buffer local.
11990 (compilation-next-error-function): Use it.
11991 (compilation-forget-errors): Set compilation-messages-start.
11992
11993 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
11994
11995 * ielm.el (ielm-prompt-read-only): Update docstring.
11996
11997 * comint.el (comint-prompt-read-only): Update docstring.
11998 (comint-update-fence, comint-kill-whole-line)
11999 (comint-kill-region): New functions.
12000
12001 * simple.el (kill-whole-line): Use "p" instead of "P" in
12002 interactive form.
12003
12004 2004-05-01 Juanma Barranquero <lektu@terra.es>
12005
12006 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
12007 format arglist so default values in CL-style argument lists are
12008 correctly shown.
12009
12010 2004-05-01 Jason Rumney <jasonr@gnu.org>
12011
12012 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
12013
12014 2004-05-01 Kenichi Handa <handa@m17n.org>
12015
12016 * international/titdic-cnv.el (miscdic-convert): Don't generate a
12017 quail file if it is up to date.
12018
12019 2004-04-30 Juri Linkov <juri@jurta.org>
12020
12021 * cus-edit.el (custom-mode-map):
12022 Add key binding `C-x C-s' to `Custom-save'.
12023
12024 * outline.el (outline-blank-line): New var.
12025 (outline-next-preface, outline-show-heading)
12026 (outline-end-of-subtree): Use it.
12027
12028 * dired-aux.el (dired-touch-initial): New fun.
12029 (dired-do-chxxx): Call it for op-symbol `touch'.
12030 (dired-diff): Use `dired-dwim-target-directory'
12031 if current dired buffer has no buffer mark.
12032
12033 * bindings.el (propertized-buffer-identification):
12034 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
12035 Add C-M-arrow keys for consistency.
12036
12037 * files.el (confirm-kill-emacs):
12038 Change group from top-level `emacs' to `convenience'.
12039
12040 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12041 Push mark on the first call of successive command calls.
12042 (insert-pair): New fun created from `insert-parentheses' with
12043 `open' and `close' arguments added. Enclose active regions
12044 in paired characters. Compare adjacent characters syntax with
12045 inserted characters syntax before inserting a space.
12046 (insert-parentheses): Call `insert-pair' with ?\( ?\).
12047
12048 * delsel.el: Don't put `delete-selection' property
12049 on `insert-parentheses' symbol to take advantage of
12050 region handling in `insert-pair' function.
12051 Suggested by Stephan Stahl <stahl@eos.franken.de>.
12052
12053 2004-04-30 Kim F. Storm <storm@cua.dk>
12054
12055 * emulation/cua-base.el: Add support for changing cursor types;
12056 based on patch from Michael Mauger.
12057 (cua-normal-cursor-color, cua-read-only-cursor-color)
12058 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
12059 Customization cursor type and/or cursor color.
12060 (cua--update-indications): Handle cursor type changes.
12061 (cua-mode): Update cursor indications if enabled.
12062
12063 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
12064
12065 * mouse.el (mouse-drag-copy-region): New defcustom.
12066 (mouse-set-region, mouse-drag-region-1): Use it.
12067
12068 * simple.el (kill-ring-save): If region face background color is
12069 unspecified (if no highlighting), show extent of fully visible
12070 region even if transient-mark-mode is enabled.
12071
12072 * emulation/cua-base.el (cua--standard-movement-commands):
12073 Add cua-scroll-up and cua-scroll-down.
12074 (cua-scroll-up, cua-scroll-down): New commands.
12075 (cua--init-keymaps): Remap scroll-up and scroll-down.
12076
12077 * emulation/cua-rect.el (cua--convert-rectangle-as):
12078 New defmacro.
12079 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
12080 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
12081 New commands (suggested by Jordan Breeding).
12082
12083 2004-04-30 Juanma Barranquero <lektu@terra.es>
12084
12085 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
12086
12087 2004-04-30 Mario Lang <mlang@delysid.org>
12088
12089 * diff.el (diff-switches): Fix typo in docstring.
12090
12091 2004-04-30 Alex Schroeder <alex@gnu.org>
12092
12093 * xml.el (xml-debug-print-internal): Don't add newline and
12094 indentation to text nodes and write empty elements as empty tags
12095 instead of opening and closing tags.
12096 (xml-debug-print): Take optional indent-string argument.
12097 (xml-print): Alias for xml-debug-print.
12098
12099 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12100
12101 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
12102 than duplicate call to `line-beginning-position'.
12103
12104 * progmodes/f90.el (f90-get-present-comment-type):
12105 Return whitespace, as well as comment chars, for consistent filling
12106 of comment blocks. Use `match-string-no-properties'.
12107 (f90-break-line): Trim trailing whitespace when filling comments.
12108
12109 2004-04-30 Dave Love <fx@gnu.org>
12110
12111 * calendar/diary-lib.el (diary-outlook-formats): New variable.
12112 (diary-from-outlook-internal, diary-from-outlook)
12113 (diary-from-outlook-gnus, diary-from-outlook-rmail):
12114 New functions to import diary entries from Outlook-format
12115 appointments in mail messages.
12116
12117 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * progmodes/python.el (python-send-command): New fun.
12120 (python-send-region, python-load-file): Use it.
12121
12122 * progmodes/compile.el (compilation-last-buffer): Add var alias.
12123
12124 * help-fns.el (help-C-file-name): Use new subr-name.
12125 Prepend `src/' to the file name.
12126 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
12127 (describe-function-1, describe-variable): Only find a C source file
12128 name if DOC is already loaded.
12129
12130 * help-mode.el (help-function-def, help-variable-def):
12131 Use the new find-function-search-for-symbol functionality.
12132 Allow FILE to be `C-source'.
12133
12134 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
12135 (find-function-C-source): New fun.
12136 (find-function-search-for-symbol): Use it.
12137
12138 2004-03-29 Michael Mauger <mmaug@yahoo.com>
12139
12140 * progmodes/sql.el (sql-product-alist): Rename variable
12141 `sql-product-support'. Add Postgres login parameters.
12142 (sql-set-product, sql-product-feature): Update with renamed variable.
12143 (sql-connect-postgres): Add username prompt.
12144 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
12145 Make patterns less product specific.
12146 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
12147 (sql-mode-abbrev-table): Modify initialization.
12148 (sql-builtin-face): Add variable.
12149 (sql-keywords-re): Add macro.
12150 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
12151 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
12152 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
12153 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
12154 (sql-mode-linter-font-lock-keywords)
12155 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
12156 (sql-mode-sybase-font-lock-keywords)
12157 (sql-mode-informix-font-lock-keywords)
12158 (sql-mode-interbase-font-lock-keywords)
12159 (sql-mode-ingres-font-lock-keywords)
12160 (sql-mode-solid-font-lock-keywords)
12161 (sql-mode-sqlite-font-lock-keywords)
12162 (sql-mode-db2-font-lock-keywords): Default to nil.
12163 (sql-product-font-lock): Always highlight ANSI keywords.
12164 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
12165 (sql-send-string): Add function.
12166
12167 2004-04-29 Dave Love <fx@gnu.org>
12168
12169 * progmodes/cfengine.el (cfengine-beginning-of-defun)
12170 (cfengine-end-of-defun): Ensure progress through buffer.
12171
12172 * info-look.el (cfengine-mode): Accept a terminal ().
12173
12174 2004-04-29 Juri Linkov <juri@jurta.org>
12175
12176 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
12177 instead of isearch-yank-word-or-char. Add new key bindings for
12178 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
12179 (isearch-del-char): New fun.
12180 (isearch-forward, isearch-edit-string): Update docstring.
12181 (isearch-yank-char): Doc fix.
12182 (isearch-other-meta-char): Restore point after scrolling.
12183
12184 * progmodes/compile.el (compilation-context-lines): Add nil option
12185 to disable compilation output window scrolling.
12186 (compilation-set-window): Use it.
12187
12188 * outline.el (outline-next-preface, outline-show-heading):
12189 Don't leave unhidden blank line before heading.
12190 (outline-end-of-subtree): Include last newline into subtree.
12191 (hide-entry): Leave point at beginning of heading instead of end.
12192 (outline-up-heading): Push mark for the first call of successive
12193 command calls.
12194
12195 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
12196
12197 * comint.el (comint-prompt-read-only): New variable.
12198 (comint-output-filter): Implement it.
12199
12200 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
12201 (ielm-prompt-internal): New variable.
12202 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
12203 (ielm-send-input): Delete unused variable `buf'.
12204 (ielm-eval-input): Use `ielm-prompt-internal'.
12205 (inferior-emacs-lisp-mode): Use new variables
12206 `comint-prompt-read-only' and `ielm-prompt-internal'.
12207 Get rid of obsolete variable `directory-sep-char'.
12208 (ielm): Use `zerop'.
12209
12210 2004-04-29 John Paul Wallington <jpw@gnu.org>
12211
12212 * thumbs.el (toplevel): Require cl at compile time.
12213 Remove conditional definitions of `ignore-errors' and `caddar'
12214 because they occur at run time.
12215
12216 2004-04-28 Nick Roberts <nickrob@gnu.org>
12217
12218 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
12219 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
12220 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
12221 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
12222
12223 * progmodes/gud.el (gud-common-init): Throw an error if program is
12224 already running under gdb.
12225
12226 2004-04-28 John Paul Wallington <jpw@gnu.org>
12227
12228 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
12229 (thumbs-show-image-num): Move assignment of
12230 `thumbs-current-image-filename' within scope of `i'.
12231 (thumbs-emboss-image): Don't use `evenp'.
12232
12233 2004-04-28 Richard M. Stallman <rms@gnu.org>
12234
12235 * progmodes/compile.el (compilation-context-lines): Default now 0.
12236
12237 2004-04-28 Juanma Barranquero <lektu@terra.es>
12238
12239 Use `time-less-p' from calendar/time-date.el instead of defining
12240 custom versions of it.
12241
12242 * pcomplete.el (pcomplete-time-less-p): Remove.
12243
12244 * thumbs.el (time-less-p): Remove.
12245
12246 * calendar/timeclock.el (timeclock-time-less-p): Remove.
12247 (timeclock-generate-report): Use `time-less-p'.
12248
12249 * emacs-lisp/autoload.el (autoload-before-p): Remove.
12250 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
12251
12252 2004-04-28 Masatake YAMATO <jet@gyve.org>
12253
12254 * subr.el (remove-overlays): Make arguments optional.
12255
12256 * wid-edit.el (widget-specify-button): Put evaporate to the
12257 overlay for sample.
12258 (widget-specify-sample): Put evaporate to the overlay for sample.
12259 (widget-specify-doc): Put evaporate to the overlay for documentation.
12260
12261 2004-04-27 Jesper Harder <harder@ifa.au.dk>
12262
12263 * info.el (info-apropos): Make it an index node. Align node names
12264 like makeinfo.
12265
12266 2004-04-27 Eli Zaretskii <eliz@gnu.org>
12267
12268 * net/browse-url.el (browse-url-netscape-sentinel)
12269 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
12270 (browse-url-epiphany-sentinel, browse-url-mosaic):
12271 Use browse-url-*-program instead of a literal program name.
12272
12273 2004-04-27 Kevin Ryde <user42@zip.com.au>
12274
12275 * eshell/em-alias.el:
12276 * eshell/em-dirs.el:
12277 * eshell/em-hist.el:
12278 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
12279 features when M-x customize-group loads modules before the main
12280 eshell.el.
12281
12282 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
12283
12284 * subr.el (momentary-string-display): Support EXIT-CHAR that is
12285 either a character representation of an event or an event
12286 description list.
12287
12288 * type-break.el: Capitalise Emacs and Lisp.
12289 (type-break-good-break-interval, type-break-demo-boring-stats)
12290 (type-break-terse-messages, type-break-file-name): New defcustoms.
12291 (type-break-post-command-hook)
12292 (type-break-warning-countdown-string): Quote variable names in doc.
12293 (type-break-interval-start, type-break-auto-save-file-name): New vars.
12294 (type-break-mode): Document type-break-good-break-interval and the
12295 "session" file. Schedule break according to the session file.
12296 Kill session file buffer on exit. Organise for save-some-buffers
12297 to always save the session file.
12298 (type-break-mode-line-message-mode, type-break-query-mode):
12299 Uppercase arguments.
12300 (type-break-file-time, type-break-file-keystroke-count, timep)
12301 (type-break-choose-file, type-break-get-previous-time)
12302 (type-break-get-previous-count): New defuns.
12303 (type-break): Avoid break querying after a completed break in the
12304 case where the query was initiated during user invocation of the
12305 break. Optional terse messages.
12306 Use type-break-good-break-interval if type-break-good-rest-interval is
12307 nil. File the break time.
12308 (type-break-schedule): New optional args for overriding the use of
12309 the current time.
12310 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
12311 after a break.
12312 (type-break-check): File the keystroke count.
12313 (type-break-do-query): Prevent a second query when the break is
12314 interrupted. Optional terse message.
12315 (type-break-keystroke-reset): Record the start of a typing interval.
12316 (type-break-demo-boring): Optional terse messages. Display word
12317 per minute and keystroke counts according to
12318 type-break-demo-boring-stats.
12319
12320 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
12321
12322 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
12323 directories, make sure they exist under archive-tmpdir.
12324
12325 2004-04-27 Juri Linkov <juri@jurta.org>
12326
12327 * help.el (view-emacs-news): With argument, display info for the
12328 selected version by finding it among different NEWS files, and
12329 narrowing the buffer to the selected version.
12330
12331 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
12332 same-window-buffer-names.
12333 (info): New arg `buffer'. Use it. Doc fix. Read file name for
12334 non-numeric prefix argument, append the number to the buffer name
12335 for numeric prefix argument.
12336 (info-other-window): Bind same-window-regexps to nil.
12337 (Info-reference-name): Rename to Info-point-loc.
12338 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
12339 and Info-find-index-name for stringy Info-point-loc.
12340 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
12341 without middle `.', but with final `.' and optional line number
12342 for it. Set Info-point-loc for index nodes.
12343 (Info-index): Remove middle `.' from index entry regexp.
12344 Modify line number regexp.
12345 (Info-index-next): Decrement line number.
12346 (info-apropos): Remove middle `.' from index entry regexp.
12347 Add optional line number regexp at the end. Add matched value
12348 for line number to the result list and insert it to the buffer.
12349 Replace match-string by match-string-no-properties.
12350 Reorder result list.
12351 (Info-fontify-node): Hide index line numbers.
12352 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
12353 empty matches.
12354 (Info-follow-reference): Use `str' instead of
12355 Info-following-node-name-re.
12356 (Info-toc): Use full file names. Set Info-current-node to "Top".
12357 (Info-fontify-node): Compare file names without directory name.
12358 (Info-try-follow-nearest-node): Don't set Info-reference-name.
12359 Set second arg of Info-extract-menu-node-name for index nodes.
12360 (info-xref-visited): Use magenta3 instead of magenta4.
12361 (Info-mode): Add info-apropos to docstring.
12362
12363 * log-view.el (log-view-diff): Replace interactive code "r"
12364 by a list to allow to call it even if region is not active.
12365
12366 * paren.el (show-paren-highlight-openparen): New var.
12367 (show-paren-function): Turn on openparen highlighting when
12368 matching forward if show-paren-highlight-openparen is non-nil.
12369
12370 * simple.el (kill-ring-save): Use blink-matching-delay instead of
12371 the constant value 1.
12372 (completions-common-part): Expand docstring.
12373
12374 * textmodes/picture.el (picture-mode-map): Add arrow keys.
12375
12376 2004-04-27 Kim F. Storm <storm@cua.dk>
12377
12378 * image.el (insert-sliced-image): Use line-height instead of
12379 line-spacing property on newline.
12380
12381 2004-04-26 Lars Hansen <larsh@math.ku.dk>
12382
12383 * desktop.el (desktop-buffer-misc-data-function): Rename to
12384 desktop-save-buffer and change docstring.
12385 (desktop-buffer-modes-to-save): Delete.
12386 (desktop-save-buffer-p): Use desktop-save-buffer instead of
12387 desktop-buffer-modes-to-save.
12388 (desktop-save): Rename desktop-buffer-misc-data-function to
12389 desktop-save-buffer and allow non-function value.
12390 (desktop-missing-file-warning): Correct docstring.
12391
12392 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
12393 to desktop-save-buffer.
12394
12395 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
12396 desktop-save-buffer.
12397
12398 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
12399
12400 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
12401
12402 2004-04-26 Eli Zaretskii <eliz@gnu.org>
12403
12404 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
12405
12406 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
12407
12408 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
12409 (ielm): Only go to the end of the buffer when starting a new process.
12410
12411 2004-04-25 Juanma Barranquero <lektu@terra.es>
12412
12413 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
12414 mode line. Bind `inhibit-read-only' to t before modifying
12415 properties of text in the buffer.
12416 (ielm): Force point to the end of buffer, even when running ielm
12417 from inside itself.
12418
12419 2004-04-25 Jesper Harder <harder@ifa.au.dk>
12420
12421 * info.el (info-apropos): Reset Info-complete-cache.
12422
12423 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
12424
12425 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12426 Also recognize severe Irix et al. messages.
12427 (compilation-normalize-filename, compile-abbreviate-directory):
12428 Delete functions.
12429 (compilation-get-file-structure): New function inherits
12430 functionality of the two preceding ones.
12431 (compilation-internal-error-properties, compilation-fake-loc):
12432 Use it so that different paths to the same file share the same
12433 markers. Also optimize finding adjacent marker slightly.
12434
12435 2004-04-25 Kim F. Storm <storm@cua.dk>
12436
12437 * image.el (insert-sliced-image): Add line-spacing t property
12438 to newlines separating image lines.
12439
12440 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
12441
12442 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
12443
12444 * ielm.el (ielm-prompt-read-only): New user option.
12445 (ielm-prompt): Expand docstring to describe new behavior.
12446 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
12447 mention it in the docstring.
12448
12449 2004-04-24 Andreas Schwab <schwab@suse.de>
12450
12451 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
12452
12453 * diff.el (diff): Set default-directory in diff buffer.
12454
12455 2004-04-24 Eli Zaretskii <eliz@gnu.org>
12456
12457 * mail/sendmail.el (mail-bury): Don't delete the frame where the
12458 mail was being composed if the terminal cannot display more than
12459 one frame; instead, switch to previous frame.
12460
12461 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
12462 (rmail-start-mail): Support rmail-mail-new-frame even on
12463 terminals that can display only one frame at a time.
12464
12465 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12466
12467 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
12468 (checkdoc-output-font-lock-keywords): Remove error regexp.
12469 (checkdoc-output-mode-map): Remove.
12470 (checkdoc-output-mode): Derive from compilation-mode.
12471 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
12472
12473 * dired.el (dired-mode-map): Add a menu entry for wdired.
12474
12475 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
12476 (rx-bracket, rx-check-any, rx-any): Clean up name space.
12477
12478 * wdired.el: (wdired-mode-map): Move init into declaration.
12479 Fix `return' binding.
12480 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
12481 Use force-mode-line-update.
12482 (wdired-get-filename): Use `unless'.
12483 (wdired-preprocess-files): Don't assume names have no \n and use / for
12484 dir separator.
12485 (wdired-normalize-filename): Use replace-regexp-in-string.
12486 (wdired-load-hooks): Remove.
12487 (wdired-mode-hooks): Rename to wdired-mode-hook.
12488
12489 * info-look.el: Add support for cfengine-mode.
12490 (info-lookup-setup-mode): Use dolist.
12491
12492 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
12493
12494 * wdired.el: New file.
12495
12496 2004-04-23 Juanma Barranquero <lektu@terra.es>
12497
12498 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
12499
12500 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
12501 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
12502 (pcomplete--help, pcomplete--here): Doc fixes.
12503
12504 2004-04-23 Andre Spiegel <spiegel@gnu.org>
12505
12506 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
12507 handles wrong-number-of-arguments in backend call.
12508
12509 * vc.el (vc-print-log): Likewise.
12510
12511 2004-04-20 Dave Love <fx@gnu.org>
12512
12513 * emacs-lisp/rx.el: Doc fixes.
12514 (rx-constituents): Add/extend many forms.
12515 (rx-check): Check form is a list.
12516 (bracket): Defvar.
12517 (rx-check-any, rx-any, rx-check-not): Modify.
12518 (rx-not): Simplify.
12519 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
12520 (rx-kleene): Use rx-trans-forms.
12521 (rx-quote-for-set): Delete.
12522 (rx): Allow multiple args.
12523
12524 2004-04-23 Kenichi Handa <handa@m17n.org>
12525
12526 * international/mule-util.el (char-displayable-p): Simplify by
12527 using internal-char-font.
12528
12529 2004-04-23 Juanma Barranquero <lektu@terra.es>
12530
12531 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
12532
12533 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * diff-mode.el (diff-next-error): New fun.
12536 (diff-mode): Use it.
12537
12538 * simple.el (next-error): Change arg name.
12539 Add support for the documented C-u C-x ` usage.
12540
12541 * frame.el (special-display-popup-frame, next-multiframe-window)
12542 (previous-multiframe-window): Only consider frames on same display.
12543
12544 2004-04-22 Lars Hansen <larsh@math.ku.dk>
12545
12546 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
12547 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
12548
12549 2004-04-22 Kim F. Storm <storm@cua.dk>
12550
12551 * net/telnet.el (telnet): Add optional port arg.
12552
12553 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12556 Minor sanity check on the `hyperlink' slot.
12557
12558 * Makefile.in (recompile): Compile new files.
12559
12560 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
12561 Add byte-recompile-directory's optional `arg'.
12562
12563 * cvs-status.el (cvs-tree-use-charset): New var.
12564 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
12565 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
12566 (cvs-status-cvstrees): Use it.
12567
12568 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
12569 Make it a normal major mode.
12570 (checkdoc-buffer-label): Make sure the file name is meaningful.
12571 (checkdoc-output-to-error-buffer): Remove.
12572 (checkdoc-error, checkdoc-start-section): Rewrite.
12573
12574 * info.el (info-node, info-menu-5, info-xref, info-header-node)
12575 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12576 (Info-title-4-face): Use new syntax.
12577 (info-xref-visited): Inherit from info-xref.
12578
12579 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
12580
12581 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
12582
12583 * simple.el (next-error-last-buffer, next-error-function):
12584 New variables for the next-error framework.
12585 (next-error-buffer-p): New function.
12586 (next-error-find-buffer): Generalize compilation-find-buffer.
12587 (next-error, previous-error, first-error, next-error-no-select)
12588 (previous-error-no-select): Move from compile.el.
12589
12590 * replace.el (occur-next-error, occur-1): Hook into the next-error
12591 framework.
12592
12593 * progmodes/compile.el (compilation-start):
12594 Set next-error-last-buffer so next-error knows where to jump.
12595 (compilation-setup): Set the buffer-local variable
12596 next-error-function to 'compilation-next-error-function.
12597 (compilation-buffer-p, compilation-buffer-internal-p): Use an
12598 alternate way to find if a buffer is a compilation buffer, for
12599 next-error convenience.
12600 (next-error-no-select, previous-error-no-select, next-error)
12601 (previous-error, first-error): Move to simple.el.
12602 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
12603 (compilation-last-buffer): Remove.
12604 (compilation-start, compilation-next-error, compilation-setup)
12605 (compilation-next-error-function, compilation-find-buffer):
12606 Remove compilation-last-buffer use.
12607
12608 2004-04-21 Juanma Barranquero <lektu@terra.es>
12609
12610 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
12611 (font-lock-warning-face): Fix spacing.
12612
12613 * makefile.w32-in (WINS): Add url/ directory.
12614
12615 2004-04-21 Lars Hansen <larsh@math.ku.dk>
12616
12617 * desktop.el (desktop-buffer-mode-handlers): New variable.
12618 Alist of major mode specific functions to restore a desktop buffer.
12619 (desktop-buffer-handlers): Make variable obsolete.
12620 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
12621 Catch errors signaled in handlers. Update buffer count.
12622 Evaluate desktop-buffer-point.
12623 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
12624 move to dired.el.
12625 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
12626 move to info.el.
12627 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
12628 move to mail/rmail.el.
12629 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
12630 to mh-e/mh-e.el.
12631 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
12632 On fail, print message (to message buffer) even if
12633 desktop-missing-file-warning is nil.
12634 (desktop-buffer-misc-data-function): New buffer local variable.
12635 Function returning major mode specific data.
12636 (desktop-buffer-misc-functions): Make variable obsolete.
12637 (desktop-save): Use desktop-buffer-misc-data-function.
12638 (desktop-buffer-dired-misc-data): Rename to
12639 dired-desktop-buffer-misc-data and move to dired.el.
12640 (desktop-buffer-info-misc-data): Rename to
12641 Info-desktop-buffer-misc-data and move to info.el.
12642 (desktop-read): Add message about number of buffers restored/failed.
12643
12644 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
12645 Add parameters. Pause to display error only when
12646 desktop-missing-file-warning is non-nil.
12647 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
12648 (dired-mode): Bind desktop-buffer-misc-data-function.
12649
12650 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
12651 Add Parameters.
12652 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
12653 (Info-mode): Bind desktop-buffer-misc-data-function.
12654
12655 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
12656 Add Parameters.
12657
12658 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
12659 Add Parameters.
12660
12661 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
12662
12663 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
12664 the case of letters in case-insensitive expansions when the
12665 abbrev is preceded by characters with letter syntax.
12666
12667 2004-04-21 Richard M. Stallman <rms@gnu.org>
12668
12669 * progmodes/cperl-mode.el (cperl-putback-char):
12670 Delete Emacs 18 definition.
12671
12672 * international/mule.el (ctext-post-read-conversion):
12673 Use assoc-string, not assoc-ignore-case.
12674
12675 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
12676
12677 * emacs-lisp/easymenu.el (easy-menu-add):
12678 Do call x-popup-menu, but only if it's defined.
12679
12680 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
12681
12682 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
12683 Handle multiple args: compile like progn.
12684
12685 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
12686 take all args as &rest arg.
12687
12688 * autoinsert.el (auto-insert-alist): Insert the user's name in
12689 copyright notice, rather than Free Software Foundation.
12690
12691 2004-04-21 Kenichi Handa <handa@m17n.org>
12692
12693 * descr-text.el (describe-char): Make it work on *Help* buffer.
12694
12695 2004-04-21 Kim F. Storm <storm@cua.dk>
12696
12697 * image.el (insert-image): Add optional SLICE arg.
12698 (insert-sliced-image): New defun.
12699
12700 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
12701
12702 * subr.el (read-number): Check whether `default' is nil.
12703
12704 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12705
12706 * progmodes/compile.el (compilation-error-properties):
12707 Split into two.
12708 (compilation-internal-error-properties): New one.
12709 (compilation-compat-error-properties): Use it. Fix the non-marker case.
12710
12711 2004-04-20 Richard M. Stallman <rms@gnu.org>
12712
12713 * window.el (split-window-save-restore-data):
12714 Don't update the data if OLD-INFO is nil.
12715
12716 * view.el (view-return-to-alist): Mark it permanent local.
12717
12718 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
12719
12720 * recentf.el (recentf-save-list): Catch and warn about errors.
12721
12722 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
12723 so "Buffers" won't be pure.
12724
12725 * help-mode.el (help-mode-finish): Set help-return-alist first
12726 thing, setting only the entry for the selected window.
12727
12728 * help-fns.el (describe-function-1): If many non-control non-meta
12729 keys run the command, don't list all of them.
12730
12731 2004-04-20 Juanma Barranquero <lektu@terra.es>
12732
12733 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
12734 arg. Copied from Andre Spiegel's patch of 2004-03-21.
12735
12736 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
12737
12738 2004-04-20 Kenichi Handa <handa@m17n.org>
12739
12740 * international/quail.el (quail-lookup-key): New optional arg
12741 NOT-RESET-INDICES.
12742 (quail-get-translations): Call quail-lookup-key with
12743 NOT-RESET-INDICES t.
12744 (quail-completion): Likewise.
12745 (quail-lookup-map-and-concat): Likewise.
12746
12747 2004-04-20 Kenichi Handa <handa@m17n.org>
12748
12749 * international/quail.el (quail-update-translation): Don't insert
12750 such an unsupported multibyte char in a unibyte buffer.
12751
12752 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
12753
12754 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
12755 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
12756 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
12757 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
12758 (gdb-frame-assembler-buffer): Improve behaviour with
12759 multiple frames.
12760 (gdb-display-buffer): Extend search to all visible frames.
12761
12762 2004-04-19 Eli Zaretskii <eliz@gnu.org>
12763
12764 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
12765 characters left after base64 decoding.
12766 (rmail-decode-region): Use -dos variety of `coding', to remove any
12767 ^M characters left after qp or base64 decoding.
12768
12769 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12770
12771 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
12772 messages.
12773
12774 2004-04-19 Stephen Eglen <stephen@gnu.org>
12775
12776 * add-log.el (add-change-log-entry): Update doc string to mention
12777 add-log-full-name and add-log-mailing-address.
12778
12779 2004-04-18 Juri Linkov <juri@jurta.org>
12780
12781 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
12782 (Info-find-node-2): Simplify error message.
12783 (Info-insert-dir): Use Info-following-node-name.
12784 (Info-goto-node): Remove *info-history* and *info-toc*.
12785 (Info-history): Create a node of the virtual history file.
12786 (Info-toc): Create a node of the virtual toc file.
12787 (Info-insert-toc): New arg `curr-file' for reference file names.
12788 (info-apropos): Remove redundant var binding for temp-file.
12789 (Info-index, Info-index-next, Info-mode): Doc fix.
12790 (Info-goto-emacs-command-node): Don't jump to *info* from
12791 non-*info* Info buffers.
12792 (Info-fontify-node): Don't show the file name of external
12793 references if `Info-hide-note-references' is `hide'. Don't hide
12794 newlines at the end of paragraphs.
12795
12796 * international/mule-diag.el (list-input-methods):
12797 Fix args to help-xref-button.
12798
12799 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
12800 to put into effect local variables from TUTORIAL files.
12801
12802 * textmodes/paragraphs.el (sentence-end) <function>: New fun
12803 with default value taken from the variable `sentence-end'.
12804 (sentence-end) <defcustom>: Set default to nil. Doc fix.
12805 Add nil const to :type.
12806 (sentence-end-without-period, sentence-end-double-space)
12807 (sentence-end-without-space): Doc fix.
12808
12809 * textmodes/paragraphs.el (forward-sentence):
12810 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
12811 (fill-delete-newlines):
12812 * progmodes/cc-cmds.el (c-beginning-of-statement):
12813 Use function `sentence-end' instead of variable `sentence-end'.
12814
12815 2004-04-18 Andreas Schwab <schwab@suse.de>
12816
12817 * progmodes/compile.el (compilation-start): Set window start to
12818 point-min if compilation-scroll-output is nil.
12819
12820 2004-04-18 John Wiegley <johnw@newartisans.com>
12821
12822 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
12823
12824 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
12825
12826 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
12827 (gdb-info-breakpoints-custom): Revert previous change.
12828 (gdb-view-assembler): Update assembler if necessary.
12829 (gdb-frame-handler): Parse correctly for gdb-current-frame.
12830 (gdb-display-source-buffer): Update properly when both source and
12831 assembler are visible.
12832
12833 2004-04-17 John Wiegley <johnw@newartisans.com>
12834
12835 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
12836 which limits the number of names shown in the minibuffer. Off by
12837 default.
12838 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
12839 up iswitchb for users with a multitude of open buffers by showing
12840 only the first and last N/2 buffers in the completion list (which
12841 is enough to aid C-s/C-r, and to know that more characters are
12842 needed to refine the completion list).
12843
12844 2004-04-17 Richard M. Stallman <rms@gnu.org>
12845
12846 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
12847 (file-truename): Expand all ~ constructs directly.
12848 (insert-directory): Delete any error msg output by the
12849 `insert-directory-program'.
12850
12851 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
12852 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
12853 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
12854 (allout-init): Use find-file-hook, not find-file-hooks.
12855 (allout-mode): Eliminate Emacs 18 support.
12856 Use write-contents-functions, not local-write-file-hooks.
12857
12858 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
12859
12860 * progmodes/compile.el (compilation-error-properties): Fix for
12861 adding messages when there are already markers for their file.
12862 (compilation-fake-loc): New function.
12863
12864 2004-04-16 Dave Love <fx@gnu.org>
12865
12866 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
12867 (python-load-file): Fix python-orig-start setting.
12868
12869 * progmodes/compile.el: Doc fixes.
12870 (compilation-error-regexp-alist-alist)
12871 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
12872 (compilation-assq): Wrap in eval-when-compile.
12873 (compilation-mode-font-lock-keywords): Don't use list*.
12874 (compilation-start): Avoid warning.
12875 (compilation-compat-error-properties)
12876 (compilation-directory-properties): Add keymap property.
12877 (compilation-parsing-end): Make it a marker for better compatibility.
12878
12879 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
12880
12881 2004-04-16 Mark A. Hershberger <mah@everybody.org>
12882
12883 * xml.el: Doc fixes.
12884 (xml-get-children): Only looks at sub-tags and ignore strings.
12885
12886 * xml.el (xml-parse-tag): Avoid overwriting node-name.
12887
12888 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12889
12890 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
12891
12892 2004-04-16 Andre Spiegel <spiegel@gnu.org>
12893
12894 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
12895
12896 * vc.el (vc-print-log): Likewise.
12897
12898 2004-04-16 Masatake YAMATO <jet@gyve.org>
12899
12900 * simple.el (completion-setup-function): Set an initial value
12901 to `element-common-end' before entering loop. Set a value
12902 to `element-common-end' at the end of loop.
12903 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
12904 (completions-common-part): Rename from completion-de-emphasis.
12905 (completions-first-difference): Rename from completion-emphasis.
12906 Suggested by RMS.
12907
12908 2004-04-16 Juanma Barranquero <lektu@terra.es>
12909
12910 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
12911 (bookmark-edit-annotation-mode): Add mode name.
12912
12913 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
12914
12915 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
12916 for nested conflict markers.
12917 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
12918
12919 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
12920
12921 * progmodes/gdb-ui.el (gdb-goto-info): New function.
12922
12923 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
12924
12925 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
12928 Give a backtrace if requested.
12929
12930 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
12931
12932 * progmodes/python.el (python-mouse-2-command, python-RET-command):
12933 Remove unused functions.
12934 (python-orig-start-line, python-orig-file): Remove.
12935 (python-orig-start): New var.
12936 (python-input-filter, python-compilation-line-number)
12937 (python-send-region, python-load-file): Use it.
12938
12939 * info.el (info): Always jump to *info*.
12940
12941 * subr.el (posn-set-point): New function.
12942
12943 * mouse.el (mouse-set-point): Use it.
12944
12945 * progmodes/compile.el (compile-goto-error): Use it.
12946 (compilation-button-map): New keymap.
12947 (compilation-error-properties): Use it.
12948 (compilation-shell-minor-mode-map): Don't bind mouse-2.
12949
12950 * smerge-mode.el (smerge-popup-context-menu): Use it.
12951
12952 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
12953 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
12954 mouse and non-mouse case.
12955
12956 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
12957 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
12958
12959 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
12960 Make it work for non-mouse events.
12961
12962 * pcvs-info.el (cvs-status-map): Update binding name.
12963
12964 2004-04-14 Mark A. Hershberger <mah@everybody.org>
12965
12966 * xml.el (xml-maybe-do-ns): New function to handle namespace
12967 parsing of both attribute and element names.
12968 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
12969 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
12970 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
12971 (xml-parse-attlist): Make it do its own namespace parsing.
12972
12973 2004-04-14 Dave Love <fx@gnu.org>
12974
12975 * progmodes/python.el (run-python): Fix use of \n.
12976 (python-load-file): Remove `try' from Python fragment.
12977 (python-describe-symbol): Fix message.
12978
12979 * comint.el: Doc fixes.
12980 (comint-last-input-start, comint-last-input-end)
12981 (comint-last-output-start): Give them values.
12982 (comint-arguments): Avoid warning.
12983 (comint-skip-prompt): Use line-end-position.
12984 (comint-backward-matching-input): Rename arg to agree with doc.
12985 (comint-extract-string): Use syntax-ppss.
12986 (comint-dynamic-simple-complete): Delete useless list construction.
12987 (comint-redirect-subvert-readonly): New.
12988 (comint-redirect-preoutput-filter): Use it.
12989
12990 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12991 Correctly handle negative arguments when calling hook functions.
12992
12993 2004-04-14 Jesper Harder <harder@ifa.au.dk>
12994
12995 * info.el (info-apropos): Don't clobber Info-history-list.
12996
12997 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
12998
12999 * progmodes/compile.el (compilation-setup):
13000 Localize overlay-arrow-position.
13001 (compilation-sentinel): Restructure code equivalently.
13002 (compilation-next-error): Find message on same line after point if
13003 not found before point.
13004 (compile-mouse-goto-error): Restore function so that compilation
13005 buffer need not be current and use compile-goto-error.
13006 (compile-goto-error): Restore function.
13007 (next-error): Set overlay-arrow-position.
13008 (compilation-forget-errors): Don't localize already local
13009 compilation-locs and remove FIXME about refontifying.
13010
13011 2004-04-14 Kim F. Storm <storm@cua.dk>
13012
13013 * startup.el (emacs-quick-startup): New defvar (set by -Q).
13014 (command-line): New option -Q. Like -q --no-site-file, but
13015 in addition it also disables menu-bar, tool-bar, scroll-bars,
13016 tool-tips, and the blinking cursor.
13017 (command-line-1): Skip startup screen if -Q.
13018 (fancy-splash-head): Use ":align-to center" prop to center splash image.
13019
13020 * emulation/cua-base.el (cua-read-only-cursor-color)
13021 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
13022
13023 2004-04-13 Dave Love <fx@gnu.org>
13024
13025 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
13026 (syntax): Don't require.
13027 (python) <defgroup>: Add :version.
13028 (python-quote-syntax): Re-written.
13029 (inferior-python-mode): Move stuff here from run-python and add
13030 some more.
13031 (python-preoutput-continuation, python-preoutput-result)
13032 (python-dotty-syntax-table): New.
13033 (python-describe-symbol): Use them.
13034 (run-python): Move stuff to inferior-python-mode. Modify code
13035 loaded into Python.
13036 (python-send-region): Use python-proc, python-send-string.
13037 (python-send-string): Send newlines too. Callers changed.
13038 (python-load-file): Re-written.
13039 (python-eldoc-function): New.
13040 (info-look): Don't require.
13041 (python-after-info-look): New. A modified version of former
13042 top-level code for use with eval-after-load.
13043 (python-maybe-jython, python-guess-indent): Use widened buffer.
13044 (python-fill-paragraph): Re-written.
13045 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
13046 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
13047
13048 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13049
13050 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
13051 Set compilation-error-regexp-alist earlier.
13052
13053 * progmodes/compile.el (compilation-minor-mode-map)
13054 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
13055 (compile-goto-error): Re-merge the mouse and non-mouse commands.
13056
13057 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13058
13059 * progmodes/compile.el (compile-goto-error): Select the buffer/window
13060 corresponding to the event.
13061
13062 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
13063
13064 * loadup.el: Add cygwin to system-type list, for unexec() support.
13065
13066 2004-04-12 John Paul Wallington <jpw@gnu.org>
13067
13068 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
13069 (ibuffer-restore-window-config-on-quit): New variable to replace
13070 `ibuffer-delete-window-on-quit'. Update all references.
13071 (ibuffer-prev-window-config): New variable.
13072 (ibuffer-quit): Restore previous window configuration instead of
13073 deleting window.
13074 (ibuffer): Save window configuration before showing Ibuffer buffer.
13075
13076 * help.el (describe-mode): Doc fix.
13077
13078 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13079
13080 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
13081 not to treat nil as a function.
13082
13083 * vc-arch.el (vc-arch-root): Be a bit more careful.
13084 (vc-arch-register): Save the buffer if we modified it.
13085 (vc-arch-delete-rej-if-obsolete): Save excursion.
13086 (vc-arch-find-file-hook): Use the simpler after-save-hook.
13087 (vc-arch-responsible-p, vc-arch-init-version): New functions.
13088
13089 * net/ldap.el (ldap-search): Use list*.
13090
13091 2004-04-12 Juri Linkov <juri@jurta.org>
13092
13093 * info.el (Info-follow-reference): Allow multiline reference name.
13094
13095 2004-04-11 Dave Love <fx@gnu.org>
13096
13097 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
13098
13099 * progmodes/python.el: New file.
13100
13101 2004-04-11 Andre Spiegel <spiegel@gnu.org>
13102
13103 * vc-hooks.el (vc-arg-list): Function removed.
13104 (vc-default-workfile-unchanged-p): Use condition-case to check for
13105 backward compatibility.
13106
13107 * vc.el (vc-print-log): Use condition-case to check for backward
13108 compatibility.
13109
13110 2004-04-11 Juri Linkov <juri@jurta.org>
13111
13112 * dired.el (dired-faces): New defgroup.
13113 (dired-header, dired-mark, dired-marked, dired-flagged)
13114 (dired-warning, dired-directory, dired-symlink, dired-ignored):
13115 New faces.
13116 (dired-header-face, dired-mark-face, dired-marked-face)
13117 (dired-flagged-face, dired-warning-face, dired-directory-face)
13118 (dired-symlink-face, dired-ignored-face): New face variables.
13119 (dired-font-lock-keywords): Use them instead of font-lock faces.
13120 Split the rule for dired marks into 3 separate rules: for marks,
13121 marked file names and flagged file names.
13122
13123 * help-mode.el (help-make-xrefs): Add a final newline to the
13124 *Help* buffer.
13125
13126 2004-04-11 John Paul Wallington <jpw@gnu.org>
13127
13128 * replace.el (occur-engine): Distinguish between one and several
13129 matches in the matches per buffer heading.
13130
13131 2004-04-11 Kim F. Storm <storm@cua.dk>
13132
13133 * ido.el (ido-confirm-unique-completion): New defcustom.
13134 (ido-complete): Use it.
13135 (ido-write-file): Set it to t unconditionally.
13136
13137 2004-04-10 Miles Bader <miles@gnu.org>
13138
13139 RCS keyword removal (only non-comment changes are enumerated here):
13140
13141 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
13142 (byte-compile-insert-header): Don't use `byte-compile-version'.
13143 * forms.el (forms-version): Variable removed.
13144 (forms-mode): Don't use `forms-version'.
13145 * recentf.el (recentf-version): Variable removed.
13146 * progmodes/delphi.el (delphi-version): Variable removed.
13147 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
13148
13149 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13150
13151 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
13152
13153 2004-04-09 Jesper Harder <harder@ifa.au.dk>
13154
13155 * info.el (info-apropos): Improve menu item regexp.
13156
13157 2004-04-09 Simon Josefsson <jas@extundo.com>
13158
13159 * mail/smtpmail.el: Add comment, based on report by
13160 kdc@rcn.com (Kevin D. Clark).
13161
13162 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13163
13164 * progmodes/compile.el (compilation-mode-font-lock-keywords):
13165 Redo one more thing that I didn't notice Daniel had undone.
13166
13167 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
13168
13169 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
13170 (gdb-goto-breakpoint, gdb-display-buffer)
13171 (gdb-display-source-buffer, gdb-view-source-function)
13172 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
13173 (gdb-source-info, gdb-frame-handler): Don't specify a window
13174 for display.
13175 (gdb-info-breakpoints-custom): Remove superfluous update of
13176 assembler buffer.
13177 (gdb-many-windows): Make settable outside gdb.
13178
13179 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
13180
13181 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
13182 Derive from fundamental-mode rather than text-mode.
13183
13184 2004-04-08 Juri Linkov <juri@jurta.org>
13185
13186 * info.el (Info-history): Doc fix.
13187 (Info-history-list): New var.
13188 (info-xref): Change magenta4 to blue, remove bold for dark and
13189 light backgrounds, change bold to underline for non-color classes.
13190 (info-xref-visited): New face.
13191 (Info-fontify-visited-nodes): New custom.
13192 (Info-hide-note-references): Add new value `hide'. Doc fix.
13193 (Info-reference-name): New var.
13194 (Info-selection-hook): New custom.
13195 (Info-edit-mode-hook): New var.
13196 (Info-find-file): New fun.
13197 (Info-find-node): Move part of code to Info-find-file.
13198 (Info-find-node-2): Add anchors to Info-history-list. Move point
13199 to the place with the reference name if name is defined.
13200 (Info-select-node): Add current node to Info-history-list.
13201 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
13202 (Info-search-whitespace-regexp): New custom.
13203 (Info-search-case-fold): New var.
13204 (Info-search): Add "case-sensitively" to the prompt.
13205 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
13206 (Info-search-case-sensitively, Info-search-next): New fun.
13207 (Info-up): Move point to the menu item of the current node.
13208 (Info-history): New fun. Add *info-history* to
13209 same-window-buffer-names.
13210 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
13211 (Info-insert-toc): New fun.
13212 (Info-build-toc): New fun.
13213 (Info-follow-reference): Add new arg `fork'. Doc fix.
13214 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
13215 with the same name prefer the reference closest to point.
13216 (Info-next-reference): Replace * by + in the *Note regexp.
13217 Add regexp for http:// and ftp://. Skip the *Note prefix.
13218 (Info-prev-reference): Replace * by + in the *Note regexp.
13219 Add regexp for http:// and ftp://. Skip the *Note prefix.
13220 (Info-follow-nearest-node): Add new arg `fork'.
13221 (Info-try-follow-nearest-node): Add new arg `fork'.
13222 Call browse-url for http:// and ftp:// references.
13223 Set Info-reference-name for index entries.
13224 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
13225 Info-search-next, Info-history, Info-toc, clone-buffer.
13226 (Info-menu-update): Replace * by + in the *Note regexp.
13227 (Info-mode): Add documentation for Info-history, Info-toc,
13228 Info-search-case-sensitively, Info-search-next, clone-buffer.
13229 (Info-fontify-menu-headers): Remove fun. Move code to
13230 Info-fontify-node.
13231 (Info-fontify-node): Add docstring. Add local vars
13232 fontify-visited-p and not-fontified-p. If not-fontified-p is t
13233 then fontify header line, titles, menu headers, http and ftp
13234 references, refill paragraphs. If not-fontified-p is t or
13235 fontify-visited-p is t then fontify cross references, menu items.
13236 Fontify menu headers. Fontify http and ftp references.
13237 Change regexp for cross references to require whitespace after *Note,
13238 add matching groups for file and node names. Remove hack for quote.
13239 Use display property for Info-hide-note-references=t. Use fifth
13240 or fourth match for help-echo. Display visited nodes in a
13241 different face. Unhide file names of external references.
13242 Unhide newlines. Display visited menu items in a different face.
13243
13244 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13245
13246 * progmodes/compile.el: Require CL.
13247 (compilation-mode-font-lock-keywords): Re-install the "line as
13248 function" patch.
13249
13250 * help-fns.el (help-C-source-directory): New var.
13251 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
13252 (describe-function-1, describe-variable): Use them.
13253
13254 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
13255 to C source files specially.
13256
13257 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
13258
13259 * info.el (Info-hide-cookies-node): New function.
13260 (Info-select-node): Use it.
13261 (Info-display-images-node): Remove message with image file name.
13262
13263 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
13264
13265 * progmodes/compile.el (compilation-warning-face)
13266 (compilation-info-face, compilation-skip-threshold)
13267 (compilation-skip-visited, compilation-context-lines):
13268 Declare :version when added to Emacs.
13269 (compilation-error-regexp-alist-alist): Extend caml and irix.
13270 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
13271 (compilation-mode-font-lock-keywords): Temporarily undo line as
13272 function patch, which wasn't ready.
13273
13274 2004-04-07 Kenichi Handa <handa@m17n.org>
13275
13276 * international/latin1-disp.el (latin1-display-setup): Check each
13277 character is displayable or not instead of calling
13278 latin1-display-check-font.
13279
13280 2004-04-06 Kenichi Handa <handa@m17n.org>
13281
13282 * language/ethio-util.el (ethio-sera-being-called-by-w3):
13283 New variable.
13284 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
13285 instead of sera-being-called-by-w3.
13286 (ethio-fidel-to-sera-buffer): Likewise.
13287 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
13288 instead of sera-being-called-by-w3.
13289 (ethio-write-file): Likewise.
13290
13291 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13292
13293 * printing.el: Doc fix.
13294
13295 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
13296
13297 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
13298 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
13299 (gdb-setup-windows): Only use separate IO buffer if required.
13300
13301 2004-04-06 Kim F. Storm <storm@cua.dk>
13302
13303 * term.el (term-is-xemacs): Remove.
13304 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
13305 (term-window-width): New function.
13306 (term-mode, term-check-size): Use it.
13307 (term-mode): Disable overflow-newline-into-fringe in term buffer.
13308
13309 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
13310
13311 * cus-edit.el (custom-add-parent-links): Change unbound variable
13312 `symbol' to `name'.
13313
13314 2004-04-05 Jesper Harder <harder@ifa.au.dk>
13315 * info.el (info-apropos): New function.
13316 (Info-mode-menu): Add it.
13317 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
13318
13319 * help-mode.el (help-make-xrefs): Recognize aliased variable with
13320 inherited docstring.
13321
13322 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
13323
13324 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
13327
13328 * progmodes/compile.el (font-lock): Don't require any more.
13329 (compilation-error-properties, compilation-start, compilation-sentinel)
13330 (compilation-filter, next-error): Use with-current-buffer.
13331 (compilation-skip-to-next-location, compilation-skip-threshold)
13332 (compilation-skip-visited): Move to silence the byte-compiler.
13333 (compilation-setup): Simplify.
13334 (compilation-next-error): Use line-(beginning|end)-position.
13335 Make sure `pt' is non-nil before using compilation-loop.
13336 (compile-goto-error): Add optional event arg. Use it.
13337 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
13338 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
13339 Update the binding for mouse-2.
13340 (first-error): Set compilation-current-error to nil rather than bob.
13341 (compilation-parsing-end, compilation-parse-errors-function)
13342 (compilation-error-list, compilation-old-error-list):
13343 "New" compatibility variables.
13344 (compile-buffer-substring, compilation-compat-error-properties)
13345 (compilation-compat-parse-errors, compilation-forget-errors):
13346 New compatibility functions.
13347 (compilation-mode-font-lock-keywords): Use them.
13348
13349 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
13350
13351 * autorevert.el (auto-revert-handler): If point (or a window
13352 point) is at the end of the buffer, keep it there after
13353 reverting. This allows to tail a file.
13354 Mention this in the `Commentary'.
13355
13356 * format.el (format-write-file): Add optional argument CONFIRM
13357 and make it behave like the analogous argument to `write-file'.
13358
13359 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13360
13361 * progmodes/ebnf2ps.el: Doc fix.
13362 (ebnf-version): New version number (4.2).
13363 (ebnf-syntax): Customization and docstring fix.
13364 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
13365 Put autoloaded funs before first use.
13366 (ebnf-style-database): Add dtd entry.
13367 (ebnf-syntax-alist): Add dtd initialization.
13368 (ebnf-token-sequence): New fun.
13369 (ebnf-comment-table): Add new comment action character.
13370 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
13371
13372 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
13373 Type Definition for XML).
13374
13375 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
13376 * progmodes/ebnf-bnf.el (ebnf-sequence):
13377 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
13378 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
13379 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
13380 Code simplification: call ebnf-token-sequence.
13381
13382 2004-04-04 Eli Zaretskii <eliz@gnu.org>
13383
13384 * calendar/timeclock.el (timeclock-relative)
13385 (timeclock-get-project-function, timeclock-get-workday-function)
13386 (timeclock-query-out, timeclock-when-to-leave)
13387 (timeclock-when-to-leave-string, timeclock-log-data)
13388 (timeclock-generate-report, timeclock-in): Doc fixes.
13389
13390 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13391
13392 * url/: New dir. Import the URL package from its repository.
13393
13394 2004-04-03 Andreas Schwab <schwab@suse.de>
13395
13396 * diff-mode.el (diff-mode): Fix missing quote.
13397
13398 2004-04-03 Juri Linkov <juri@jurta.org>
13399
13400 * descr-text.el (describe-property-list): Add `font-lock-face'.
13401
13402 * dired.el (dired-font-lock-keywords): Fix permission regexps.
13403
13404 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13405
13406 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
13407 Use utf-16le on little endian machines and utf-16be otherwise.
13408
13409 2004-04-02 David Kastrup <dak@gnu.org>
13410
13411 * net/browse-url.el (browse-url-generic): Use call-process
13412 instead of start-process to allow browsers that fork and detach.
13413
13414 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
13415
13416 * compile.el (compilation-current-error): New var.
13417 (compilation-setup, compile-mouse-goto-error)
13418 (compile-goto-error, next-error): Use it.
13419 (compilation-skip-to-next-location): Default to t, which gives
13420 contiguous skipping like old compile (where this was redundant).
13421 (compilation-next-error): Prevent previous-* commands from moving
13422 back to message at or just before point.
13423
13424 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
13425
13426 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
13427 (gdb-source-info): Don't display source at startup, if required.
13428 (gdb-show-main): New option.
13429 (gdba): Update documentation.
13430 (gdb-source): Cover case of auto-display output.
13431
13432 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
13433
13434 * autorevert.el: Delete obsolete autoload's and defvar's.
13435 (auto-revert-check-vc-info): New user option.
13436 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
13437 (auto-revert-handler-vc): Delete.
13438 (auto-revert-handler): Treat return value `fast' of
13439 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
13440
13441 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
13442 return `fast'.
13443
13444 * files.el (buffer-stale-function): Doc change.
13445
13446 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13447
13448 * printing.el: New tip on Tips section.
13449 (pr-version): New version number (6.7.4).
13450 (pr-shell-file-name): Initialization fix.
13451
13452 2004-03-31 Juri Linkov <juri@jurta.org>
13453
13454 * dired.el: Add autoload for `dired-do-touch'.
13455 (dired-touch-program): New var.
13456 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
13457 (dired-no-confirm): Add `touch' to docstring.
13458
13459 * dired-aux.el (dired-do-touch): New fun.
13460 (dired-do-chxxx): Add argument -t for touch operation.
13461
13462 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
13463 `dired-move-to-filename-regexp'.
13464
13465 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
13466
13467 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
13468
13469 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13470
13471 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
13472 and only if the buffer was modified.
13473
13474 2004-03-30 Kenichi Handa <handa@m17n.org>
13475
13476 * international/characters.el: Delete pairs for U+2308..U+230B.
13477
13478 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
13479
13480 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
13481 to detect the beginning of a level 2 or 3 annotation.
13482
13483 2004-03-29 Kenichi Handa <handa@m17n.org>
13484
13485 * international/ucs-tables.el (ucs-insert): Fix the error message.
13486
13487 2004-03-29 Kenichi Handa <handa@m17n.org>
13488
13489 * international/mule-util.el (char-displayable-p): Fix generation
13490 of XLFD file name.
13491
13492 * Makefile.in (setwins, setwins_almost): Change directory to $wd
13493 before finding directories by `find'.
13494
13495 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13496
13497 * subr.el (interactive-form): Delete. Now implemented in C.
13498
13499 * pcvs.el (cvs-parse-process): Workaround for Darwin.
13500
13501 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
13502 (vc-diff-label): New fun.
13503 (vc-diff-internal): Use it.
13504
13505 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
13506
13507 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13508
13509 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
13510
13511 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
13512 specify XML (EBNFX).
13513
13514 * progmodes/ebnf2ps.el: Doc fix.
13515 (ebnf-version): New version number (4.1).
13516 (ebnf-syntax): Adjust customization.
13517 (ebnf-style-database): Add ebnfx entry.
13518 (ebnf-syntax-alist): Add ebnfx initialization.
13519 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
13520
13521 * printing.el: Doc fix.
13522 (pr-version): New version number (6.7.3).
13523 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
13524 returns nil for mouse position. Reported by Drew Adams
13525 <drew.adams@oracle.com>.
13526 (pr-update-menus): Modify interactive declaration. Reported by Drew
13527 Adams <drew.adams@oracle.com>.
13528
13529 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
13530
13531 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
13532 (gud-gdba-marker-filter): Log the process input and output, if
13533 required. From Stefan Monnier.
13534 (gdb-debug-log, gdb-enable-debug-log): New variables.
13535 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
13536
13537 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13538
13539 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
13540 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
13541
13542 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
13543
13544 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
13545 Call vc-find-file-hook here instead of in auto-revert-buffers.
13546 (auto-revert-buffers): Delete call to vc-find-file-hook.
13547 (auto-revert-verbose, global-auto-revert-non-file-buffers)
13548 (global-auto-revert-mode, auto-revert-set-timer)
13549 (auto-revert-handler, auto-revert-buffers): Doc fixes.
13550
13551 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
13552
13553 * woman.el (woman-change-fonts): Rename local variable
13554 woman-font-alist to font-alist to avoid a compiler warning.
13555
13556 2004-03-27 Dave Love <fx@gnu.org>
13557
13558 * emacs-lisp/rx.el (rx): Doc fix.
13559 Fix copyright years.
13560
13561 * strokes.el (strokes-global-set-stroke-string): New function.
13562 (strokes-list-strokes): Cope with strings, not just commands.
13563 Set foreground colour of image.
13564 (strokes-global-set-stroke): Doc fix.
13565
13566 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
13567
13568 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
13569 Auto Revert mode.
13570 (Buffer-menu-files-only): New variable.
13571 (Buffer-menu-toggle-files-only): New function.
13572 (Buffer-menu-mode-map): Bind it to `T'.
13573 (Buffer-menu-mode): Mention `T' in docstring.
13574 Set buffer-stale-function.
13575 (list-buffers-noselect): Mark buffer non-modified and set
13576 Buffer-menu-files-only.
13577
13578 * dired.el (buffer-stale-function): Remove no longer needed defvar.
13579
13580 * autorevert.el (auto-revert-handler): Print revert message
13581 before, rather than after, reverting.
13582 (buffer-stale-function): Move to files.el.
13583
13584 * files.el (buffer-stale-function): Move here from autorevert.el.
13585
13586 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13587
13588 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
13589
13590 * calc/calc.el (calc-mode-map): Use mapc.
13591
13592 * apropos.el (apropos-mode): Don't autoload.
13593 (apropos-symbols-internal): New fun. Extracted from `apropos'.
13594 (apropos): Use it.
13595 (apropos-print): Add optional `text' argument.
13596 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
13597 Don't assume point-min == 1.
13598
13599 * bs.el (bs-buffer-list): Use buffer-local-value.
13600 (bs--set-toggle-to-show): Use with-current-buffer.
13601
13602 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
13603 New funs.
13604 (list-buffers-noselect): Use them. Adjust :align-to to new style.
13605
13606 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
13607
13608 * dabbrev.el (dabbrev-expand): Fix regexp construction.
13609 (dabbrev--find-expansion): Use pop.
13610 (dabbrev--search): Use match-string-no-properties.
13611
13612 * dired.el (dired-mode): Use run-mode-hooks.
13613 (dired-move-to-end-of-filename): Use match-string.
13614
13615 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
13616 is bound before using it.
13617 (ediff-verbose-p): Make it into a var since it's not constant.
13618
13619 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
13620
13621 * faces.el (read-face-font): Don't cons up unnecessarily.
13622 (header-line, tool-bar): Share common parts.
13623
13624 * files.el (file-relative-name): Use compare-strings.
13625
13626 * finder.el (finder-mode): Follow coding convention.
13627
13628 * subr.el (read-number): New function.
13629
13630 * ses.el (ses-read-number): Move to subr.el.
13631 (ses-set-header-row): Use read-number.
13632
13633 2004-03-26 Andre Spiegel <spiegel@gnu.org>
13634
13635 * vc-hooks.el (vc-arg-list): New function, which handles both
13636 compiled and uncompiled code.
13637 (vc-default-workfile-unchanged-p): Use it.
13638
13639 * vc.el (vc-print-log): Undo prev change, use new function
13640 vc-arg-list from vc-hooks.el.
13641
13642 2004-03-26 Masatake YAMATO <jet@gyve.org>
13643
13644 * simple.el (completion-setup-function): Emphasize the
13645 first uncommon characters in the completions; and de-emphasize
13646 the common prefix substrings.
13647 (completion-emphasis): New face.
13648 (completion-de-emphasis): New face.
13649
13650 2004-03-25 Juanma Barranquero <lektu@terra.es>
13651
13652 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
13653 Comment out (it's unused and unfinished code).
13654
13655 2004-03-25 Sam Steingold <sds@gnu.org>
13656
13657 * vc.el (vc-print-log): Fix a bug in the last patch:
13658 backend-function may be a byte-compiled object, not a lambda.
13659
13660 2004-03-25 Juri Linkov <juri@jurta.org>
13661
13662 * descr-text.el (describe-property-list): Add a button
13663 for `face' property that calls `describe-face'.
13664 Suggested by luis fernandes <elf@ee.ryerson.ca>
13665
13666 * international/mule.el (keyboard-coding-system):
13667 * kmacro.el (kmacro-call-macro): Fix docstring.
13668
13669 * dired.el: Fix comments.
13670
13671 * textmodes/fill.el (fill): Fix Info link.
13672
13673 * font-lock.el (fast-lock, lazy-lock):
13674 * jit-lock.el (jit-lock): Remove links to removed Support Modes
13675 Info node.
13676
13677 * eshell/eshell.el (eshell): Fix broken info-link.
13678
13679 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
13680 * eshell/em-banner.el (eshell-banner):
13681 * eshell/em-smart.el (eshell-smart):
13682 * eshell/esh-cmd.el (eshell-cmd):
13683 Comment out broken info-links to incomplete Info manual.
13684
13685 * info-xref.el: Fix commentary.
13686
13687 2004-03-25 Kevin Ryde <user42@zip.com.au>
13688
13689 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
13690 Remove spurious node duplicate suppression, doesn't work, not wanted.
13691 (info-xref-output): Take format style args, add "sit-for 0" to let
13692 user see the results as they progress.
13693 (info-xref-check-all-custom): New function.
13694
13695 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
13696
13697 * gdb-ui.el: Moved to progmodes.
13698
13699 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13700
13701 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
13702
13703 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
13704
13705 * calendar/appt.el (appt-check): Remove superfluous progn.
13706 When finished with diary buffer: if it was not being displayed
13707 before, kill it; otherwise restore its original state.
13708 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
13709
13710 * calendar/calendar.el (calendar-set-mode-line): Use total
13711 available mode-line width, rather than frame-width.
13712
13713 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
13714 after mode change so effect not lost.
13715
13716 2004-03-23 Dave Love <fx@gnu.org>
13717
13718 * dired.el (dired) <defgroup>: Add link to manual.
13719 (dired-font-lock-keywords): Add highlighting on unusual permissions.
13720 (dired-revert): Use dolist.
13721 (dired-mode-map): Add U binding.
13722 (dired-mode): Add font-lock-beginning-of-syntax-function.
13723 (dired-garbage-files-regexp): Make it a defcustom.
13724
13725 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
13728 is equivalent to nil.
13729 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
13730 (vc-arch-mode-line-string): Accept `added' state.
13731 (vc-arch-state): Use inode-sigs if available.
13732 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
13733 Copy&delete existing id file if any. Fallback if uuidgen is absent.
13734 (vc-arch-tagline-re): New var.
13735 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
13736 New functions.
13737 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
13738 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
13739
13740 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
13741 (vc-file-not-found-hook): Use it.
13742
13743 * diff-mode.el (diff-default-read-only): Change default.
13744 (diff-mode-hook): Make it a defcustom. Add some options.
13745 (diff-mode-map): Bind diff-refine-hook.
13746 (diff-yank-handler): New var.
13747 (diff-yank-function): New fun.
13748 (diff-font-lock-keywords): Use them.
13749 (diff-end-of-file): Handle case where file-header looks like diff text.
13750 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
13751 (diff-file-kill): Delete a subsequent empty line, if applicable.
13752 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
13753 (diff-find-file-name): Use it.
13754 (diff-tell-file-name): New command.
13755 (diff-mode): Be careful with view-mode.
13756 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
13757 New functions, for use in diff-mode-hook.
13758 (diff-find-source-location): Catch "regex too large" errors.
13759 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
13760 (diff-refine-hunk): New command.
13761
13762 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
13763 (smerge-context-menu-map): Remove unused var.
13764 (smerge-keep-all): Preserve markers.
13765 (smerge-keep-n): New fun.
13766 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
13767 (smerge-keep-current, smerge-ediff): Use it.
13768 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
13769 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
13770 (smerge-resolve): Resolve trivial 3-part conflicts.
13771
13772 2004-03-23 Juri Linkov <juri@jurta.org>
13773
13774 * man.el (Man-width): New var.
13775 (Man-getpage-in-background): Use it.
13776 (Man-support-local-filenames): New var and fun.
13777 (Man-build-man-command): Don't add a second %s.
13778 (Man-fontify-manpage): Clean up message.
13779 (Man-mode): Set outline-regexp, outline-level,
13780 imenu-generic-expression.
13781
13782 * woman.el (woman-fill-frame): Doc fix.
13783 (woman-decode-region): Use window-width instead of frame-width.
13784
13785 * abbrevlist.el (list-one-abbrev-table):
13786 * descr-text.el (describe-char):
13787 * international/mule-diag.el (describe-current-coding-system):
13788 * international/quail.el (quail-insert-decode-map):
13789 Use window-width instead of frame-width.
13790
13791 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
13792 (jka-compr-mode-alist-additions): Add tbz.
13793 (jka-compr-write-region, jka-compr-insert-file-contents):
13794 Add message for undefined compress-program.
13795 (jka-compr-write-region): Remove redundant var bindings.
13796
13797 * dired-x.el (dired-guess-shell-alist-default): Add choices for
13798 extracting files into subdirectory. Add tbz and dz. Fix regexps.
13799 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
13800 (dired-man): Use dired-guess-shell-command.
13801 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
13802 Change default nil to t.
13803
13804 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
13805 (dired-compare-directories): Add default value for empty input.
13806
13807 * help-at-pt.el: Move suggestions for key bindings to Commentary.
13808
13809 * time.el (display-time-string-forms): Fix help-echo date format.
13810
13811 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
13812
13813 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
13814 (buffer-stale-function): New variable.
13815 (auto-revert-list-diff, auto-revert-dired-file-list)
13816 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
13817 (auto-revert-handler): Take over some functionality of deleted
13818 functions.
13819 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
13820
13821 * dired.el (dired-directory-changed-p): New fun, extracted from
13822 dired-internal-noselect.
13823 (dired-buffer-stale-p): New fun.
13824 (dired-internal-noselect): Use dired-directory-changed-p.
13825 Eliminate revert messages.
13826 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
13827
13828 2004-03-23 Kenichi Handa <handa@m17n.org>
13829
13830 * international/characters.el: Setup syntaxes for more parentheses
13831 Unicode characters.
13832
13833 * international/mule-cmds.el (select-safe-coding-system):
13834 Merge coding-system and auto-cs before comparing them.
13835
13836 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
13839
13840 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
13841 normal-auto-fill-function and comment-indent-function.
13842 The default values now work just as well.
13843 Don't set font-lock-beginning-of-syntax-function since we already set
13844 syntax-begin-function.
13845 (lisp-outline-level): Put ;;;###autoload at same level as (.
13846 (prin1-char): Quote special chars.
13847
13848 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
13849 than with-no-warnings.
13850
13851 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
13852 if the source location can't be found.
13853 (edebug-compute-previous-result): Use prin1-char.
13854
13855 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
13856 (debug-ignored-errors): Add an entry.
13857
13858 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
13859 (byte-compile-file): Output warning when deleting a file.
13860
13861 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
13862 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
13863
13864 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
13865 (byte-compile-inline-expand): Use backquote.
13866 (byte-optimize-pure-func): Rename from byte-optimize-concat.
13867 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
13868
13869 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
13870
13871 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
13872
13873 2004-03-22 Juri Linkov <juri@jurta.org>
13874
13875 * finder.el (finder-known-keywords): Fix data, tex, unix.
13876
13877 * play/landmark.el: Fix keywords.
13878
13879 * language/ethio-util.el (ethio-find-file): Doc fix.
13880
13881 * emacs-lisp/warnings.el: Doc fix.
13882
13883 * textmodes/ispell.el (ispell-help): Doc fix.
13884
13885 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
13886
13887 * format.el (format-insert-file): Always return a list of two
13888 elements, like insert-file-contents does.
13889
13890 2004-03-21 Andre Spiegel <spiegel@gnu.org>
13891
13892 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
13893 and vc-BACKEND-diff.
13894 (vc-print-log): If the print-log implementation supports it, use
13895 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
13896 (vc-version-diff, vc-diff-internal): Doc fixes.
13897
13898 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
13899 implementation supports it, let diff output go to *vc*,
13900 not *vc-diff*, since this is an internal call.
13901
13902 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
13903
13904 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
13905
13906 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
13907
13908 2004-03-21 Dave Love <fx@gnu.org>
13909
13910 * progmodes/cfengine.el (cfengine-mode):
13911 Set parse-sexp-ignore-comments.
13912
13913 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
13914
13915 2004-03-21 Juanma Barranquero <lektu@terra.es>
13916
13917 * allout.el (allout-mode): Fix docstring.
13918
13919 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
13920
13921 * files.el (insert-directory): Fix bug if SWITCHES is a list.
13922
13923 * autorevert.el (auto-revert-interval): Make new value take
13924 effect immediately when set through Custom.
13925 (auto-revert-set-timer): Add interactive declaration.
13926
13927 2004-03-19 David Ponce <david@dponce.com>
13928
13929 * ruler-mode.el (ruler-mode-header-line-format-old):
13930 Don't `make-variable-buffer-local'.
13931 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
13932 (ruler-mode-header-line-format): Simply funcall the above.
13933 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
13934 to save/restore a previous header line format.
13935 (ruler-mode-space): Don't depend on a numeric WIDTH value.
13936 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
13937 fringes and margins width.
13938 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
13939
13940 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
13941
13942 * log-edit.el (log-edit-font-lock-keywords): Typo.
13943
13944 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
13945 (tex-send-tex-command): Rather than here.
13946 (tex-compilation-parse-errors): Simplify.
13947
13948 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
13949
13950 * time.el (display-time-string-forms): Add help-echo with date on time.
13951
13952 * composite.el (compose-region): Use restore-buffer-modified-p.
13953
13954 * disp-table.el (standard-display-8bit): Simplify.
13955
13956 * server.el (server-process-filter): Delete temp frame.
13957
13958 * add-log.el (add-change-log-entry): Simplify.
13959
13960 2004-03-19 Kim F. Storm <storm@cua.dk>
13961
13962 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
13963 (hexl-follow-line): Don't require 'fringe.
13964
13965 * progmodes/compile.el (compilation-start): Always set
13966 compilation-last-buffer and return it.
13967
13968 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
13969
13970 * simple.el (clone-buffer): Doc fix.
13971
13972 2004-03-18 Juanma Barranquero <lektu@terra.es>
13973
13974 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
13975
13976 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
13977
13978 * log-edit.el (log-edit-font-lock-keywords): New var.
13979 (log-edit-mode): Use it.
13980
13981 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
13982
13983 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
13984 properly for watching in speedbar.
13985
13986 2004-03-17 Masatake YAMATO <jet@gyve.org>
13987
13988 * smerge-mode.el (smerge-popup-context-menu):
13989 Put `unwind-protect' around `overlay-put' and `popup-menu'.
13990
13991 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
13994 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
13995 Take sealed revisions into account.
13996 (vc-arch-checkin): Extract a summary line from the message.
13997
13998 2004-03-16 Masatake YAMATO <jet@gyve.org>
13999
14000 * register.el (register): Provide `register' feature.
14001
14002 2004-03-15 Masatake YAMATO <jet@gyve.org>
14003
14004 Added context menu support in smerge mode.
14005 Most of the part is written by Stefan Monnier.
14006
14007 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
14008 New keymap and menu.
14009 (smerge-text-properties): New function.
14010 (smerge-remove-props): New function.
14011 (smerge-popup-context-menu): New function.
14012 (smerge-resolve): Call `smerge-remove-props'.
14013 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
14014 (smerge-keep-current): Ditto.
14015 (smerge-kill-current): New function.
14016 (smerge-match-conflict): Put text properties.
14017 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
14018
14019 2004-03-15 David Ponce <david@dponce.com>
14020
14021 * ruler-mode.el: (ruler-mode-left-fringe-cols)
14022 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
14023 (ruler-mode-right-scroll-bar-cols): Remove.
14024 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
14025 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
14026 Use fringe-columns and scroll-bar-columns.
14027
14028 2004-03-15 Masatake YAMATO <jet@gyve.org>
14029
14030 * hl-line.el (hl-line-range-function): New variable.
14031 (hl-line-move): New function.
14032 (global-hl-line-highlight): Use `hl-line-move'.
14033 (hl-line-highlight): Ditto.
14034
14035 * scroll-bar.el (scroll-bar-columns):
14036 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
14037
14038 * ruler-mode.el (top-level): Require scroll-bar and fringe.
14039 (ruler-mode-left-fringe-cols)
14040 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
14041 (ruler-mode-right-scroll-bar-cols)
14042 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
14043 (ruler-mode-ruler-function): New variable.
14044 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
14045 if the value for `ruler-mode-ruler-function'is given.
14046
14047 * hexl.el (hexl-mode-hook): Make the hook customizable.
14048 (hexl-address-area, hexl-ascii-area): New customize variables.
14049 (hexlify-buffer): Put font-lock-faces on the address area and
14050 the ascii area.
14051 (hexl-activate-ruler): New function.
14052 (hexl-follow-line): New function.
14053 (hexl-highlight-line-range): New function.
14054 (hexl-mode-ruler): New function.
14055
14056 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
14059 (vc-default-find-file-hook): New fun.
14060 (vc-find-file-hook): Call new find-file-hook operation.
14061
14062 * vc-arch.el: New file.
14063
14064 2004-03-12 Jesper Harder <harder@ifa.au.dk>
14065
14066 * info-look.el (info-lookup): Reuse an existing Info window.
14067
14068 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14069
14070 * woman.el (woman-preserve-ascii): Default value changed to t and
14071 doc string revised.
14072
14073 2004-03-12 Richard M. Stallman <rms@gnu.org>
14074
14075 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14076 Fix minor bug.
14077
14078 * replace.el (occur-engine): Change message for count of matches.
14079
14080 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
14081 For strings, do compare text properties.
14082
14083 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
14084
14085 * progmodes/compile.el (compile-auto-highlight)
14086 (compilation-error-list, compilation-old-error-list)
14087 (compilation-parse-errors-function, compilation-parsing-end)
14088 (compilation-error-message, compilation-directory-stack)
14089 (compilation-enter-directory-regexp-alist)
14090 (compilation-leave-directory-regexp-alist)
14091 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
14092 (compilation-current-file, compilation-regexps): Remove vars.
14093
14094 (compile-error-at-point, compilation-error-filedata)
14095 (compilation-error-filedata-file-name, compile-reinitialize-errors)
14096 (compilation-next-error-locus, compilation-forget-errors)
14097 (count-regexp-groupings, compilation-parse-errors)
14098 (compile-collect-regexps, compile-buffer-substring): Remove funs.
14099
14100 (compile-internal): Make obsolete.
14101
14102 (compilation-first-column, compilation-error)
14103 (compilation-directory-matcher, compilation-page-delimiter)
14104 (compilation-mode-font-lock-keywords, compilation-debug)
14105 (compilation-error-face, compilation-warning-face)
14106 (compilation-info-face, compilation-line-face)
14107 (compilation-column-face, compilation-enter-directory-face)
14108 (compilation-leave-directory-face, compilation-skip-threshold)
14109 (compilation-skip-visited, compilation-context-lines): New vars.
14110
14111 (compilation-warning-face, compilation-info-face)
14112 (compilation-message-face): New faces.
14113
14114 (compilation-error-regexp-alist-alist): New constant.
14115
14116 (compilation-face, compilation-directory-properties)
14117 (compilation-assq, compilation-error-properties, compilation-start)
14118 (define-compilation-mode, compilation-loop)
14119 (compilation-set-window): New functions.
14120
14121 (compile): Additional argument for interactive compiles like TeX.
14122
14123 * progmodes/grep.el (kill-grep): Move here from compile.el
14124 (grep-error, grep-hit-face, grep-error-face)
14125 (grep-mode-font-lock-keywords): New variables.
14126 (grep-regexp-alist): Simplify regexp and add `binary' case.
14127 (grep-mode): New mode.
14128 (grep-process-setup): Simplify.
14129
14130 2004-03-11 Jason Rumney <jasonr@gnu.org>
14131
14132 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
14133 letters on DOS/Windows.
14134
14135 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
14136
14137 * server.el (server-name): New var.
14138 (server-socket-dir): New var to replace server-socket-name.
14139 (server-start): Use them.
14140
14141 2004-03-11 Simon Josefsson <jas@extundo.com>
14142
14143 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
14144 died to avoid infloop. Reported by Jonathan Glauner
14145 <jglauner@sbum.org>.
14146
14147 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
14150 (smerge-mode-menu): Use it to deactivate menu entries.
14151 (smerge-keep-current): New fun.
14152 (smerge-keep-current): Use it.
14153
14154 2004-03-10 John Paul Wallington <jpw@gnu.org>
14155
14156 * foldout.el (foldout-fold-list, foldout-modeline-string):
14157 Declare them as variables, not constants.
14158
14159 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14160
14161 * ps-print.el: Modification to print *Messages* buffer.
14162 (ps-print-version): New version 6.6.4.
14163 (ps-message-log-max): New fun.
14164 (ps-spool-without-faces, ps-spool-with-faces)
14165 (ps-count-lines-preprint): Code fix.
14166
14167 * printing.el: New tips in Tips section.
14168
14169 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14170
14171 * delim-col.el: Doc fix.
14172
14173 * printing.el: Doc fix. New doc section (Tips).
14174
14175 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
14176
14177 * type-break.el (type-break-emacs-variant): Remove.
14178 (type-break-run-at-time, type-break-cancel-function-timers):
14179 Use fboundp rather than version name and number.
14180
14181 2004-03-09 Masatake YAMATO <jet@gyve.org>
14182
14183 * hexl.el (hexl-mode): Use `make-local-variable' instead of
14184 `make-variable-buffer-local'.
14185
14186 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
14187
14188 * find-dired.el (find-dired): Call `shell-command' instead of
14189 `start-process-shell-command'. By this, Tramp takes over
14190 handling of remote directories.
14191
14192 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14193
14194 * newcomment.el (comment-use-global-state): New var.
14195 (comment-search-forward): Use it.
14196
14197 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
14198
14199 * cus-edit.el (fill) <defgroup>: Move to fill.el.
14200
14201 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
14202 (enable-kinsoku): Make it a defcustom.
14203 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
14204 paragraph to same-comment-start-marker.
14205
14206 2004-03-07 Dave Love <fx@gnu.org>
14207
14208 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
14209 (browse-url-mail): Use it.
14210
14211 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
14212 (rfc2368-unhexify-string): Use replace-regexp-in-string.
14213
14214 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
14215
14216 * woman.el (woman-man.conf-path): Doc fix.
14217 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
14218
14219 2004-03-07 Eli Zaretskii <eliz@gnu.org>
14220
14221 * sort.el (sort-columns): Remove ms-dos from the list of systems
14222 where the external `sort' command is not used.
14223
14224 2004-03-07 Kim F. Storm <storm@cua.dk>
14225
14226 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
14227 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
14228 from overlay-arrow-variable-list.
14229 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
14230
14231 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
14232
14233 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
14234 overlay arrow string properly for the assembler buffer.
14235
14236 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14237
14238 * mail/sendmail.el (mail-mode): Fix last change.
14239
14240 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
14241
14242 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
14243 for the assembler buffer.
14244 (gdb-assembler-custom): Position the overlay arrow.
14245 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
14246
14247 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
14248
14249 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
14250
14251 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
14252 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
14253
14254 * mail/sendmail.el (mail-mode): Set comment-start-skip.
14255
14256 * newcomment.el (uncomment-region): Allow non-terminated comment.
14257 (comment-normalize-vars): Check the user-specified comstart marker.
14258
14259 2004-03-04 Jesper Harder <harder@ifa.au.dk>
14260
14261 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
14262 Otherwise, do use it if the region only contains font-lock text
14263 properties.
14264
14265 2004-03-04 Masatake YAMATO <jet@gyve.org>
14266
14267 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
14268 as the callback function for eldoc.
14269 (hexl-print-current-point-info): New function.
14270 (hexl-current-address): Print the address in both decimal
14271 and hexadecimal format.
14272
14273 2004-03-04 Richard M. Stallman <rms@gnu.org>
14274
14275 * mail/rmail.el (rmail-convert-to-babyl-format):
14276 Specify t for UNIBYTE when calling mail-unquote-printable-region.
14277
14278 * mail/mail-utils.el (mail-unquote-printable-region):
14279 New arg UNIBYTE.
14280
14281 * startup.el (command-switch-alist): Doc fix.
14282
14283 * simple.el (undo): Temporarily set this-command to `undo-start',
14284 then set it to `undo' once undo-start returns without error.
14285
14286 * simple.el (minibuffer-history-sexp-flag): Doc fix.
14287
14288 * simple.el (kill-line): Don't disregard trailing whitespace
14289 in eol condition, if show-trailing-whitespace is set.
14290
14291 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
14292 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
14293 When disabling, restore old values only if mouse-sel-has-been-enabled.
14294
14295 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
14296 (isearch-{-char): New function.
14297 (isearch-mode-map): Bind { to isearch-{-char.
14298
14299 * font-lock.el (lisp-font-lock-keywords-2):
14300 Turn off the CL with-... and do-... general patterns.
14301 Instead, recognize several specific with... and do... constructs.
14302
14303 * files.el (switch-to-buffer-other-window):
14304 Bind same-window-buffer-names and same-window-regexps to nil.
14305 (switch-to-buffer-other-frame): Likewise.
14306
14307 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14308
14309 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
14310 recognizing leading comment on code line.
14311
14312 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14313
14314 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
14315 hidden files/directories.
14316
14317 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
14318
14319 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
14320 only comment-start (in case the mode hasn't set it).
14321
14322 * Makefile.in (AUTOGENEL): New var.
14323 (bootstrap-prepare): Rename from bootstrap-clean.
14324 Don't remove elc files.
14325 (maintainer-clean): New target.
14326
14327 * xml.el (xml-get-attribute-or-nil): Simplify.
14328
14329 2004-03-02 Juri Linkov <juri@jurta.org>
14330
14331 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
14332 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
14333 URL to prevent their substitution with the environment variable
14334 values by browsers.
14335
14336 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14337
14338 * ps-print.el: Doc fix.
14339 (ps-print-version): New version number (6.6.3).
14340 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
14341 Docstring fix.
14342 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
14343 before printing.
14344 (ps-time-stamp-yyyy-mm-dd): New fun.
14345 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
14346
14347 2004-03-02 Kim F. Storm <storm@cua.dk>
14348
14349 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
14350
14351 2004-03-01 Juanma Barranquero <lektu@terra.es>
14352
14353 * allout.el (allout-rebullet-heading): Fix typo in docstring.
14354
14355 * desktop.el (desktop-file-version)
14356 (desktop-after-read-hook): Fix typos.
14357 (desktop-clear-preserve-buffers): Remove redundant info in
14358 docstring already shown by the obsolescence message.
14359 (desktop-truncate, desktop-internal-v2s)
14360 (desktop-value-to-string): Change argument name to match docstring.
14361
14362 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
14363
14364 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
14365 docstring.
14366
14367 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14368
14369 * printing.el: Replace "As Is..." in PostScript file print/preview by
14370 "No Preprocessing...". Suggested by Colin Marquardt
14371 <_marquardt_@zmd.de>.
14372 (pr-insert-section-4): Adjust buffer interface.
14373
14374 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14375
14376 Version 2.0.39 of Tramp released.
14377
14378 * net/tramp.el (tramp-handle-file-local-copy)
14379 (tramp-handle-write-region, tramp-open-connection-rsh):
14380 Variable name typo. Small change. From Patrick Tullmann
14381 <tullmann@flux.utah.edu>.
14382 (tramp-process-connection-type): New variable.
14383 (tramp-maybe-open-connection): Use it.
14384 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
14385 (tramp-touch): Set last-modified time of a remote file.
14386 (tramp-handle-write-region): Say which function is used when encoding.
14387
14388 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
14389
14390 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
14391 case of non-existing filename, too. Reported by Christoph Bauer
14392 <c_bauer@informatik.uni-kl.de>.
14393 (tramp-smb-get-file-entries): The directory in question should
14394 have permissions "drwxrwxrwx". Just virtual, because we don't
14395 know the real permissions. Don't we know?
14396 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
14397 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
14398 (tramp-smb-wait-for-output): Optimize algorithm getting pending
14399 output. If it was received chunkwise, there have been problems.
14400 Remove the "prompt not found" error message; it is obvious.
14401 Simplify algorithm.
14402 (tramp-smb-process-running): Remove. Since we acknowledge the
14403 virtual prompt for shares, there's no need for distinction of
14404 reading shares (process ends afterwards) and interactive mode of
14405 smblient.
14406 (tramp-smb-open-connection): Setting process sentinel removed.
14407 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
14408 "NT_STATUS_NETWORK_ACCESS_DENIED".
14409 (tramp-smb-maybe-open-connection): Set `process-connection-type'
14410 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
14411 (top-level): Setting default value in `tramp-default-method-alist'
14412 corrected. Order of USER and HOST have been wrong.
14413 Nobody complained for months ...
14414 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
14415 (tramp-smb-open-connection): Clear password cache if login has failed.
14416
14417 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
14418 `tramp-unified-filenames'.
14419 (tramp-completion-mode): Make test for XEmacs explicitely.
14420 `event-to-character' can exists in Emacs packages too.
14421 Reported by Matt Swift <swift@alum.mit.edu>.
14422 (tramp-buffer-name): Buffer name must contain the user if exists.
14423 Reported by Adrian Phillips <a.phillips@met.no>.
14424 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
14425 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
14426 (tramp-do-copy-or-rename-file-out-of-band): Rename from
14427 `tramp-do-copy-or-rename-file-one-local', because it handles also
14428 the case both files use the same out-of-band method.
14429 Implementation added.
14430 (tramp-handle-file-local-copy, tramp-handle-write-region):
14431 Out-of-band handling removed. `copy-file' called instead, which
14432 calls `tramp-do-copy-or-rename-file-out-of-band'.
14433 (tramp-action-password): Check for out-of-band method removed.
14434 This function is used for 'login-program.
14435 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
14436 appropriate.
14437 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
14438 and `tramp-parse-sknownhosts'.
14439 (tramp-completion-function-alist): It's a defvar now, because we
14440 want to apply the optimized `tramp-set-completion-function'
14441 instead of a static list.
14442 (tramp-set-completion-function): Implementation tuned.
14443 Avoid double entries, and entries where the function or the
14444 file/directory doesn't exist.
14445 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
14446 for SSH2.
14447 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
14448 (tramp-handle-dired-compress-file): New function.
14449 (tramp-async-proc): New variable.
14450 (tramp-handle-shell-command): Adding asynchronous processes.
14451 They are far from being perfect, but it works at least for
14452 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
14453 (top-level): Require password.el if visible. Should be mandatory
14454 once No Gnus has found its way into (X)Emacs.
14455 (tramp-read-passwd): Invoke `password-read' if available,
14456 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
14457 fallback any longer.
14458 (tramp-clear-passwd): New function.
14459 (tramp-process-actions, tramp-process-multi-actions):
14460 Clear password cache if login has failed.
14461
14462 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
14463 its own module.
14464 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
14465 `ange-ftp-ftp-name-res'. There could be incorrect values from
14466 previous calls in case the "ftp" method is used in the Tramp file
14467 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14468
14469 2004-02-28 Richard M. Stallman <rms@gnu.org>
14470
14471 * term.el (term-mouse-paste): Call mouse-set-point.
14472
14473 * thumbs.el: New file.
14474
14475 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14476
14477 * progmodes/ebnf-abn.el: Doc fix.
14478
14479 * progmodes/ebnf-bnf.el: Doc fix.
14480 (ebnf-repeat): Code fix.
14481
14482 * progmodes/ebnf2ps.el: Doc fix.
14483 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
14484
14485 2004-02-28 Juri Linkov <juri@jurta.org>
14486
14487 * ffap.el (dired-at-point): Additional writability test for
14488 relative directory names.
14489 (dired-at-point-prompter): Treat directories as a directory, get
14490 the directory component from files.
14491 (ffap-string-at-point): Return string from region if region is active.
14492 (ffap-file-at-point): Remove redundant code.
14493
14494 2004-02-28 Kim F. Storm <storm@cua.dk>
14495
14496 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
14497 Initialize margin area images to nil.
14498 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
14499 (breakpoint-enabled-bitmap-face)
14500 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
14501 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
14502 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
14503 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
14504 (gdb-reset): Use gdb-remove-breakpoint-icons.
14505 (gdb-put-string): Add dprop arg to specify alternative display
14506 property (for setting fringe bitmap).
14507 (gdb-remove-strings): Doc fix.
14508 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
14509 icon in fringe (if available), or else as icon or text in display
14510 margin. Creates necessary icons in breakpoint-bitmap,
14511 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
14512 Also make left window margin if required.
14513 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
14514 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
14515 no longer needed.
14516 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
14517 gdb-put-breakpoint-icon.
14518 (gdb-assembler-mode): Don't set left-margin-width here.
14519
14520 2004-02-27 Kevin Ryde <user42@zip.com.au>
14521
14522 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
14523 comma, so that it DTRT in macros.
14524
14525 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
14526
14527 * progmodes/sh-script.el (sh-shell-arg)
14528 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
14529 (sh-leading-keywords, sh-other-keywords): Fix custom type.
14530
14531 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
14532
14533 * faces.el (face-spec-set-match-display): Add a new attribute,
14534 `min-colors'.
14535 (region, highlight, secondary-selection): Use `min-colors'.
14536
14537 * custom.el (defface): Add documentation for `min-colors'.
14538
14539 * font-lock.el (font-lock-comment-face, font-lock-string-face)
14540 (font-lock-keyword-face, font-lock-function-name-face)
14541 (font-lock-variable-name-face, font-lock-constant-face):
14542 Use `min-colors'.
14543
14544 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
14545
14546 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14547
14548 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
14549 define assq-delete-all if it's not defined.
14550 (ebnf-generate-region): Code fix.
14551
14552 * printing.el: Doc fix.
14553 (pr-version): New version number (6.7.2).
14554 (pr-command): Return empty string if command is an empty string.
14555
14556 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14557
14558 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
14559
14560 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
14561 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
14562 semi-down-full. Fix a bug on productions like test = {"test"}* | (
14563 "tt" ["test"] ). Reported by Markus Dreyer
14564 <mdreyer@ix.urz.uni-heidelberg.de>.
14565 (ebnf-version): New version number (4.0).
14566 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
14567 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
14568 (ebnf-delete-style): New commands.
14569 (ebnf-directory, ebnf-file): New funs.
14570 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
14571 (ebnf-production-name-p, ebnf-stop-on-error): New options.
14572 (ebnf-syntax-alist): New var.
14573 (ebnf-element-width): New fun replacing ebnf-list-width.
14574 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
14575 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
14576 (ebnf-prologue): Adjust vars.
14577 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
14578 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
14579 (ebnf-check-style-values, ebnf-generate-production)
14580 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
14581 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
14582 (ebnf-token-repeat): Code fix.
14583
14584 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
14585 %right, %left and %prec. Suggested by Matthew K. Junker
14586 <junker@alum.mit.edu>.
14587 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
14588
14589 * progmodes/ebnf-iso.el: Doc fix.
14590 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
14591 (ebnf-iso-lex): Code fix.
14592
14593 * progmodes/ebnf-bnf.el: Doc fix.
14594 (ebnf-bnf-lex): Code fix.
14595
14596 * progmodes/ebnf-otz.el: Doc fix.
14597
14598 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
14599
14600 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
14601 (abbrev-prefix-mark): Doc fix.
14602
14603 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
14604
14605 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
14606 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
14607 (gdb-var-delete): Make interactive (really).
14608 (gdb-edit-value): Make non-interactive.
14609
14610 * progmodes/gud.el (gud-speedbar-menu-items):
14611 Add gdb-var-delete and, indirectly, gdb-edit-value.
14612 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
14613 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
14614 (gud-gdb-marker-filter): Add comment for annotations.
14615
14616 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14617
14618 * calendar/calendar.el (generate-calendar)
14619 (calendar-read-date): Prevent display of BC calendars once more -
14620 reverts 2003-10-01 change.
14621 (generate-calendar-month): Doc fix.
14622
14623 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
14624
14625 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
14626 return value of increment-calendar-month.
14627
14628 2004-02-21 Stephen Compall <s11@member.fsf.org>
14629
14630 * saveplace.el (save-place-forget-unreadable-files)
14631 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
14632 (save-place-forget-unreadable-files): New function.
14633 (save-place-alist-to-file): Use it to filter out files that are
14634 no longer readable.
14635
14636 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
14637 current Texinfo environment, using the same method as in
14638 `texinfo-insert-@end', and insert a space rather than a newline if
14639 point in a @table environment.
14640
14641 2004-02-21 Juri Linkov <juri@jurta.org>
14642
14643 * ffap.el (ffap-file-at-point): Try parent directories.
14644
14645 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
14646
14647 * vcursor.el (vcursor-modifiers): New defcustom.
14648 (vcursor-cs-binding): Use vcursor-modifiers instead of a
14649 hard-coded list.
14650
14651 2004-02-21 Masatake YAMATO <jet@gyve.org>
14652
14653 * play/animate.el (animate-birthday-present): Accept names other
14654 than `Sarah', too.
14655
14656 2004-02-21 Juri Linkov <juri@jurta.org>
14657
14658 * startup.el: Remove table of command line arguments from the
14659 Commentary section.
14660
14661 2004-02-20 John Wiegley <johnw@newartisans.com>
14662
14663 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
14664 again" modifier from 'e' to 'E', since 'e' is also used by the
14665 "file extension" modifier.
14666
14667 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
14668
14669 * help-fns.el (describe-categories): Doc fix.
14670
14671 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14672
14673 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
14674 temporary file for buffer already visiting one. This change makes
14675 output likely to be directly usable by patch program.
14676 Suggested by Adrian Aichner <adrian@xemacs.org>
14677
14678 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
14679
14680 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
14681 case of variables defined in compound statements.
14682 (gdb-setup-windows, gdb-source-info, gdb-source-info):
14683 Simplify constructions using switch-to-buffer.
14684
14685 2004-02-19 Simon Josefsson <jas@extundo.com>
14686
14687 * play/morse.el: Fix typo.
14688 (morse-code): Add @.
14689
14690 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14691
14692 * calendar/appt.el (appt-display-format): Change default to
14693 'ignore, for backwards compatibility.
14694 (appt-display-message): If appt-display-format is 'ignore,
14695 respect old vars appt-msg-window and appt-visible.
14696 (appt-activate): Don't depend on return value of cancel-timer.
14697
14698 * calendar/calendar.el (calendar-holidays): Doc fix.
14699
14700 * calendar/cal-coptic.el (coptic-prompt-for-date):
14701 Use assoc-string instead of assoc-ignore-case.
14702 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
14703 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
14704 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
14705 * calendar/cal-islam.el (calendar-goto-islamic-date)
14706 (mark-islamic-diary-entries): Ditto.
14707 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
14708 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
14709 (calendar-read-mayan-tzolkin-date): Ditto.
14710 * calendar/calendar.el (calendar-read-date): Ditto.
14711 * calendar/diary-lib.el (mark-diary-entries): Ditto.
14712
14713 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
14714
14715 * progmodes/executable.el (executable-command-find-posix-p):
14716 Fix choice of the directory.
14717
14718 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
14719
14720 * simple.el (interprogram-cut-function)
14721 (interprogram-paste-function, kill-new, kill-append):
14722 Doc fixes.
14723 (kill-region): Make it return nil. Doc fix.
14724 (yank-pop): Make its argument optional.
14725 (yank): Make ARG `-' equivalent to `-1'.
14726
14727 2004-02-17 Eli Zaretskii <eliz@gnu.org>
14728
14729 * mail/rmail.el (rmail-get-new-mail): Don't reference
14730 rmail-use-spam-filter if rmail-spam-filter is not loaded.
14731
14732 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
14733
14734 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
14735 if one of global-auto-revert-non-file-buffers or autorevert-mode
14736 is non-nil.
14737
14738 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14739
14740 * subr.el (delete-dups): A better implementation from Karl Heuer
14741 <kwzh@gnu.org>.
14742
14743 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14744
14745 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
14746 correct place.
14747 * progmodes/icon.el (icon-indent-command): Ditto.
14748 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
14749
14750 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14751
14752 * progmodes/grep.el (grep-compute-defaults): Undo change from
14753 2004-01-29: don't use executable-command-find-posix-p.
14754
14755 2004-02-16 Richard Sharman <rsharman@pobox.com>
14756
14757 * hilit-chg.el: Use require instead of eval-and-compile.
14758 (highlight-compare-buffers): New function.
14759
14760 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
14761
14762 * man.el (Man-fontify-manpage): Render section headings in
14763 `Man-overstrike-face' even when overstrike was not used by man
14764 formatter for section headings.
14765
14766 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
14767
14768 * rmail-spam-filter.el: (vm-use-spam-filter)
14769 (rsf-min-region-length-added-to-spam-list): New variables.
14770 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
14771 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
14772 spam testing. Don't delete spam message if automatic deletion
14773 after output via variable rmail-delete-after-output is turned on.
14774 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
14775 rsf-bbdb-dont-create-entries-for-spam.
14776 (check-field): New function, extracted from code in
14777 rmail-spam-filter to ease addition of header fields like content-type.
14778 (message-content-type): New variable to check the content-type:
14779 field added, also in defcustom of rsf-definitions-alist.
14780 (rmail-spam-filter): Replace repeated test code for header fields
14781 by calls to check-field; change the call to
14782 rmail-output-to-rmail-file such that rmail-current-message stays
14783 the same to avoid wrong deletion of unseen flags.
14784 (rsf-add-contents-type): New function to convert old format
14785 of rmail-spam-definitions-alist into new one.
14786 Change prefixes of all variables and functions from
14787 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
14788
14789 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14790
14791 * loadhist.el (unload-hook-features-list): New defvar.
14792
14793 2004-02-16 Dave Love <fx@gnu.org>
14794
14795 * loadhist.el (unload-feature): Doc fix. Rename flist to
14796 unload-hook-features-list.
14797
14798 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
14799
14800 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
14801 cookie. Don't check if we are looking-at open-formula.
14802
14803 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
14804
14805 * subr.el (match-string-no-properties): Use substring-no-properties.
14806
14807 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14808
14809 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
14810 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
14811 Use lower-case "rx" in all error message.
14812
14813 2004-02-16 Dave Love <fx@gnu.org>
14814
14815 * emacs-lisp/rx.el (rx-or): Put group around result.
14816 (rx-constituents): Add backref.
14817 (rx-syntax): Add string-delimiter, comment-delimiter.
14818 (rx-categories): Add combining-diacritic.
14819 (rx-check-not, rx-greedy, rx): Doc fix.
14820 (rx-backref, rx-check-backref): New.
14821
14822 2004-02-16 Jesper Harder <harder@ifa.au.dk>
14823
14824 * newcomment.el (uncomment-region): Allow eob as comment end.
14825
14826 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
14827
14828 * filecache.el: All message and error commands now use prefix
14829 "Filecache:" to make it easy to read *Messages* buffer.
14830
14831 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
14832
14833 * autorevert.el: Add support to detect changed dired and VC buffers.
14834 (auto-revert-active-p, auto-revert-list-diff)
14835 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
14836 (auto-revert-handler, auto-revert-active-p): New functions.
14837 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
14838 and `auto-revert-active-p'.
14839 (eval-when-compile): Defvar dired-directory and vc-mode.
14840 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
14841 (auto-revert-handler-vc): New functions.
14842
14843 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
14844
14845 * progmodes/compile.el (compilation-directory): New defvar.
14846 (compile): Save current directory in compilation-directory.
14847 (recompile): Bind default-directory to compilation-directory if
14848 that is non-nil.
14849
14850 2004-02-16 Dave Love <fx@gnu.org>
14851
14852 * newcomment.el (comment-insert-comment-function)
14853 (comment-region-function, uncomment-region-function): New.
14854 (comment-indent): Use comment-insert-comment-function.
14855 (uncomment-region): Use uncomment-region-function.
14856 (comment-region): Use comment-region-function.
14857
14858 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
14859
14860 2004-02-16 Richard Stallman <rms@gnu.org>
14861
14862 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
14863 loaddefs* and ldefs-boot*.
14864
14865 2004-02-16 Eli Zaretskii <eliz@gnu.org>
14866
14867 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
14868 and email address at the beginning and end of the address.
14869
14870 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
14871 anchored at the beginning of the email address.
14872
14873 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
14874
14875 * international/ccl.el (ccl-compile-write): Pass `left' to
14876 ccl-embed-code to generate correct code of write-expr-register.
14877
14878 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
14879
14880 * progmodes/grep.el (grep-compute-defaults): Fix typos.
14881
14882 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14883
14884 * x-dnd.el: Mention support for Motif in commentary.
14885 (x-dnd-handle-drag-n-drop-event): Ditto.
14886
14887 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
14888
14889 * ses.el: Use "ses--" prefixes for buffer-local variables.
14890 Use (point-min) instead of 1, even when we know the buffer
14891 is unnarrowed.
14892 (ses-build-load-map): Delete. Distribute its content to defconst's for
14893 the three maps.
14894 (ses-menu, ses-header-line-menu): New menus.
14895 (ses-mode-map): Use them.
14896 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
14897
14898 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
14899
14900 * Makefile.in: Fix the CC Mode recompile kludge so it works
14901 when building in a different directory.
14902
14903 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
14904
14905 * simple.el (kill-new): Put yank-handler property on the entire string.
14906
14907 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 * diff.el: Don't use compile any more, use diff-mode instead.
14910 (diff-regexp-alist, diff-old-file, diff-new-file)
14911 (diff-parse-differences, diff-process-setup): Remove.
14912 (diff-sentinel): New fun.
14913 (diff): Use it. Run the process ourselves.
14914 Use diff-mode for the rest of the processing.
14915
14916 * diff.el (diff): Simplify code handling `switch'.
14917
14918 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * pcvs-defs.el (cvs-menu): Add `tag'.
14921
14922 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
14923
14924 * simple.el (kill-append): Doc fix.
14925
14926 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14927 Adapt outline-regexp to the new conventions for commenting out code.
14928
14929 2004-02-11 John Paul Wallington <jpw@gnu.org>
14930
14931 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
14932
14933 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
14934
14935 * diff.el (diff-switches): New fun.
14936 (diff, diff-backup): Use it.
14937 (diff): Clean up the args construction. Use backquote.
14938 Use listp instead of consp to avoid putting a nil arg.
14939 (diff): Add a revert-buffer function.
14940
14941 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14942
14943 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
14944 handled by x-dnd-handle-file-name.
14945 (x-dnd-known-types): Add COMPOUND_TEXT.
14946 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
14947 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
14948 x-dnd-empty-state.
14949 (x-dnd-forget-drop): Ditto.
14950 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
14951 (x-dnd-handle-one-url): Return private when inserting text.
14952 (x-dnd-insert-ctext): New function.
14953 (x-dnd-handle-file-name): New function for FILE_NAME.
14954 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
14955 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
14956 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
14957
14958 2004-02-10 Kenichi Handa <handa@m17n.org>
14959
14960 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
14961 instead of while loop.
14962
14963 2004-02-10 Miles Bader <miles@gnu.org>
14964
14965 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
14966
14967 2004-02-09 Kenichi Handa <handa@m17n.org>
14968
14969 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
14970 have end-of-line.
14971
14972 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
14973
14974 * Makefile.in: Added extra dependencies in the recompile target
14975 needed to cope with the compile time macro expansions in CC Mode.
14976
14977 2004-02-09 Kim F. Storm <storm@cua.dk>
14978
14979 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
14980 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
14981 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
14982 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
14983 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
14984 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
14985 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
14986 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
14987 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
14988 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
14989 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
14990
14991 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
14992
14993 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
14994 Don't allow shrink if there's a window on our right.
14995
14996 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
14997 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
14998 Bring together declaration and initialization.
14999 (prolog-mode-variables): Don't set the syntax table.
15000 Don't set paragraph-start and comment-indent-function.
15001 Add /*..*/ to the comment regexps.
15002 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
15003 (prolog-mode-map): Don't bind TAB.
15004 (prolog-mode): Set the syntax table.
15005 (prolog-comment-indent): Remove.
15006 (inferior-prolog-mode-map): Initialize in the declaration.
15007 (inferior-prolog-mode-syntax-table)
15008 (inferior-prolog-mode-abbrev-table): New vars.
15009 (inferior-prolog-mode): Derive from comint-mode.
15010 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
15011 minibuffer windows.
15012
15013 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
15014 in file names, as long as it is unabmiguous.
15015
15016 2004-02-08 Andreas Schwab <schwab@suse.de>
15017
15018 * textmodes/reftex-toc.el
15019 (reftex-toc-load-all-files-for-promotion): Remove useless use of
15020 format. Doc fix.
15021
15022 * textmodes/refer.el (refer-find-entry-internal): Remove extra
15023 format string arguments.
15024
15025 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
15026 string argument.
15027
15028 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
15029
15030 * play/zone.el (zone-call): Fix format string.
15031
15032 * net/webjump.el (webjump-builtin): Add missing format string argument.
15033
15034 * midnight.el (midnight-delay-set): Remove extra format string argument.
15035
15036 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
15037
15038 * hexl.el (hexl-insert-char): Add missing format string argument.
15039
15040 * format.el (format-decode): Fix format string.
15041
15042 * emulation/vi.el (vi-mode): Remove extra format string argument.
15043 (vi-repeat-last-search): Likewise.
15044 (vi-reverse-last-search): Likewise.
15045 (vi-goto-mark): Likewise.
15046 (vi-reverse-last-find-char): Likewise.
15047 (vi-repeat-last-find-char): Likewise.
15048 (vi-locate-def): Likewise.
15049
15050 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
15051
15052 * ediff-util.el (ediff-toggle-read-only): Remove extra format
15053 string argument.
15054 (ediff-toggle-regexp-match): Likewise.
15055
15056 * dired-aux.el (dired-do-query-replace-regexp): Add missing
15057 format string argument.
15058
15059 * calc/calc-map.el (calc-get-operator): Remove extra format
15060 string argument.
15061
15062 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
15063
15064 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
15065 string argument.
15066
15067 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
15068
15069 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
15070
15071 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
15072
15073 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
15074 (cl-struct-setf-expander): Likewise.
15075
15076 * vc.el (with-vc-file): Fix unsafe uses of error.
15077 (vc-cancel-version): Likewise.
15078
15079 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
15080
15081 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
15082 thousands separator; fixes <class>:<line-number> regexp for
15083 non-english locales.
15084
15085 2004-02-08 Andreas Schwab <schwab@suse.de>
15086
15087 * view.el (view-mode-enable): Revert previous change.
15088
15089 2004-02-07 Kim F. Storm <storm@cua.dk>
15090
15091 * simple.el (line-number-at-pos): Rename from line-at-pos.
15092 Uses changed (what-line and vc-annotate-warp-version).
15093
15094 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15095
15096 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
15097 (diff-mode): Remove aborted attempt at support for compile.el.
15098 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
15099
15100 2004-02-06 Andreas Schwab <schwab@suse.de>
15101
15102 * view.el (view-mode-enable): Add view-mode-map to
15103 minor-mode-overriding-map-alist.
15104
15105 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15106
15107 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
15108
15109 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
15110
15111 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
15112 with point inside rather than after the paragraph.
15113
15114 2004-02-04 Sam Steingold <sds@gnu.org>
15115
15116 * mail/smtpmail.el (smtpmail-try-auth-methods):
15117 Do not try authentication when no mechanism is available.
15118 Pass port-name as defaultport to `netrc-machine'.
15119
15120 2004-02-04 Stephen Eglen <stephen@gnu.org>
15121
15122 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
15123 to show how minibuffer height can be constrained.
15124
15125 2004-02-04 John Paul Wallington <jpw@gnu.org>
15126
15127 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
15128
15129 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15130
15131 * x-dnd.el: New file for drag and drop.
15132
15133 * term/x-win.el: require x-dnd, set after-make-frame-functions
15134 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
15135 drag-n-drop event.
15136
15137 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
15138 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
15139 (dired-dnd-handle-file): New functions for drag and drop support.
15140 (dired-mode): Initialize drag and drop if x-dnd present.
15141
15142 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15143
15144 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
15145 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
15146 (cperl-mode): Set fill-paragraph-function.
15147 (cperl-fill-paragraph): Make it non-interactive.
15148
15149 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
15150
15151 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
15152
15153 2004-02-02 David Kastrup <dak@gnu.org>
15154
15155 * replace.el (perform-replace): Allow 'literal argument in
15156 regexp-flag to indicate literal replacement.
15157 (query-replace-regexp-eval): Use it.
15158
15159 2004-02-01 Andreas Schwab <schwab@suse.de>
15160
15161 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
15162
15163 2004-02-01 Stephen Eglen <stephen@gnu.org>
15164
15165 * info-look.el: Add support for maxima-mode. Update commentary
15166 because info-lookup-symbol is now bound to C-h S.
15167
15168 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
15169
15170 * simple.el (edit-and-eval-command): Bind print-level and
15171 minibuffer-history-sexp-flag around call to read-from-minibuffer.
15172 Correct initial position in command-history.
15173
15174 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
15175
15176 * files.el (read-directory-name): Adapt the docstring to recent
15177 change in Fread_file_name.
15178
15179 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
15180
15181 * ses.el (ses-print-cell): If print format too wide for column
15182 width, truncate decimal places if that helps to avoid "#####" fill.
15183 * ses.el (ses-initial-column-width): Revert previous change.
15184
15185 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
15186
15187 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
15188 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
15189 Add edebug info.
15190 (jit-lock-mode): Setup/cancel the new timer.
15191 (jit-lock-context-fontify): New fun. Extracted from
15192 context fontification code of jit-lock-stealth-fontify.
15193 (jit-lock-stealth-fontify): Don't do context fontification any more.
15194
15195 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
15196 (jit-lock-fontify-now): Handle the `quit' case.
15197 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
15198
15199 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
15200
15201 * progmodes/executable.el (executable-command-find-posix-p):
15202 New. Check if find handles arguments Posix-style.
15203
15204 * progmodes/grep.el (grep-compute-defaults):
15205 Use executable-command-find-posix-p.
15206 (grep-find): Check `grep-find-command'.
15207
15208 * filecache.el (file-cache-find-posix-p): Delete.
15209 (file-cache-add-directory-using-find):
15210 Use `executable-command-find-posix-p'.
15211
15212 2004-01-29 Dave Love <fx@gnu.org>
15213
15214 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15215 Iterate the hook function if arg is given.
15216 (mark-defun, narrow-to-defun): Change order of finding the limits.
15217
15218 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
15219 (byte-compile-format-warn): New.
15220 (byte-compile-callargs-warn): Use it.
15221 (Format, message, error): Add byte-compile-format-like property.
15222 (byte-compile-maybe-guarded): New.
15223 (byte-compile-if, byte-compile-cond): Use it.
15224 (byte-compile-lambda): Compile interactive forms,
15225 just to make warnings about them.
15226
15227 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
15228
15229 * ses.el (ses-initial-column-width): Increase to 14, so it will
15230 work well with the default printer of "%.7g" for extreme values
15231 like "-1.234567e+07".
15232
15233 2004-01-29 Kenichi Handa <handa@m17n.org>
15234
15235 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
15236
15237 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
15238
15239 * dos-w32.el: Added support for the `default-printer-name' function.
15240
15241 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
15242
15243 * server.el (server-socket-name): Don't use the hostname in the
15244 socket name since /tmp is local to the host anyway.
15245
15246 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
15247 robust check of widening and fix var-naming.
15248
15249 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
15250
15251 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
15252 or rmail-spam- to rsf- in all function and variable names.
15253 (rsf-min-region-to-spam-list): New variable.
15254 (rsf-bbdb-auto-delete-spam-entries): Rename from
15255 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
15256 scanned together with the recipients field for spam testing; Don't
15257 delete spam message if rmail-delete-after-output is non-nil;
15258 (rsf-check-field): New function, extracted from code in
15259 rmail-spam-filter to ease addition of header fields like
15260 content-type:;
15261 (message-content-type): New variable. The content-type: field was
15262 added also in defcustom of rsf-definitions-alist;
15263 (rmail-spam-filter): Replace repeated test code for header fields
15264 by calls to check-field; change the call to
15265 rmail-output-to-rmail-file such that rmail-current-message stays
15266 the same to avoid wrong deletion of unseen flags.
15267 (rmail-use-spam-filter): Add autoload cookie.
15268
15269 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
15270
15271 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
15272 (file-cache-add-directory-using-find): Add Cygwin support.
15273 (file-cache-find-command-posix-flag): New user variable.
15274
15275 * filecache.el (file-cache-add-directory): Check for
15276 directories an remove them from dir-files.
15277
15278 2004-01-27 Richard M. Stallman <rms@gnu.org>
15279
15280 * man.el (Man-fontify-manpage): Clean up message.
15281
15282 2004-01-27 Kenichi Handa <handa@m17n.org>
15283
15284 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
15285 (sentence-end): Define using sentence-end-without-space.
15286
15287 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
15288 a sentence ends with one of a character in sentence-end-without-space.
15289
15290 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
15291
15292 * font-lock.el (font-lock): Add jit-lock as explicit group member.
15293 (jit-lock): Group declaration moved to jit-lock.el.
15294 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
15295 when necessary.
15296
15297 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
15298 (jit-lock-context-unfontify-pos): Rename from
15299 jit-lock-first-unfontify-pos.
15300 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
15301
15302 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
15303
15304 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
15305 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
15306 (fortran-fill): When filling a string, adjust re-search-backward
15307 argument for special case of string just on fill-column.
15308 When filling non-string, allow one extra char if
15309 fortran-break-before-delimiters is non-nil.
15310 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
15311 Use fortran-break-delimiters-re and fortran-no-break-re to
15312 correctly handle cases such as "**".
15313
15314 * progmodes/f90.el (f90-break-delimiters): Doc fix.
15315 (f90-no-break-re): Add some extra tokens. Doc fix.
15316
15317 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
15318
15319 * mail/rmail-spam-filter.el:
15320 Use two semicolons as Commentary line prefix.
15321 Add ";;; Code:" stylized comment.
15322 Delete end-of-line whitespace.
15323 Wrap (require 'cl) with `eval-when-compile'.
15324
15325 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
15326
15327 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
15328 at the top level of vc.el.
15329
15330 2004-01-23 Andre Spiegel <spiegel@gnu.org>
15331
15332 * vc.el (vc-current-line): Function removed. This is now done by
15333 the new function line-at-pos in simple.el.
15334 (vc-annotate-warp-version): Use line-at-pos instead of
15335 vc-current-line.
15336
15337 2004-01-22 Kim F. Storm <storm@cua.dk>
15338
15339 * simple.el (line-at-pos): New defun.
15340 (what-line): Use it. Optimize by only counting lines in narrowed
15341 region once.
15342
15343 2004-01-22 Kenichi Handa <handa@m17n.org>
15344
15345 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
15346 point (register r1) only for charset mule-unicode-0100-24ff.
15347
15348 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
15349
15350 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
15351 trailing white space and ensure a final newline.
15352
15353 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
15354 Add autoload cookie.
15355
15356 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
15357
15358 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
15359 activate view-mode explicitly.
15360
15361 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15362
15363 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
15364 use clipboard first.
15365
15366 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15367
15368 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
15369 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
15370 (vc-mcvs-cvs): Remove.
15371 (vc-mcvs-command): Remove use of assert.
15372
15373 * outline.el (outline-insert-heading): Tighten up match.
15374 (outline-demote, outline-move-subtree-down): Don't assume anything
15375 about outline-regexp.
15376
15377 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
15378 (texinfo-show-structure): Explicitly add ^, and simplify.
15379
15380 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
15381
15382 * calendar/appt.el (appt-check): Restore usage of
15383 appt-issue-message deleted in previous change.
15384 (top-level): Activate package when loaded (needed for backwards
15385 compatibility).
15386
15387 2004-01-20 Jesper Harder <harder@ifa.au.dk>
15388
15389 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
15390 following previous change to smtpmail-send-data.
15391
15392 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
15393
15394 * vc.el (vc-default-previous-version): Doc enhancement.
15395 (vc-default-next-version): New function.
15396 (vc-print-log): New arg FOCUS-REV.
15397 (vc-annotate-mode): Derive from view-mode.
15398 (vc-annotate): New args REVISION, DISPLAY-MODE.
15399 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
15400 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
15401 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
15402 (vc-annotate-show-diff-revision-at-line, vc-current-line)
15403 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
15404
15405 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
15406
15407 2004-01-19 Karl Berry <karl@gnu.org>
15408
15409 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
15410 or "TexInfo".
15411
15412 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
15413
15414 * subr.el (delete-dups): New function.
15415
15416 2004-01-19 Karl Berry <karl@gnu.org>
15417
15418 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
15419 with ^, since that's what texinfo-show-structure
15420 documentation says (plus it works much better in texinfo.txi).
15421
15422 2004-01-18 Jesper Harder <harder@ifa.au.dk>
15423
15424 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
15425
15426 2004-01-18 David Ponce <david@dponce.com> (tiny change)
15427
15428 * progmodes/which-func.el (which-function-mode): Don't cancel
15429 which-func-update-timer if not set.
15430
15431 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
15432
15433 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
15434 Remove spurious left square bracket in XX:XXam regexp.
15435
15436 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
15437
15438 * progmodes/cc-defs.el: Do not require cl at run time.
15439
15440 2004-01-16 Richard M. Stallman <rms@gnu.org>
15441
15442 * emacs-lisp/cl.el (cl-cannot-unload): New function.
15443 (cl-unload-hook): Defvar this to run cl-cannot-unload.
15444
15445 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
15446 Call rmail-spam-filter. Delete and expunge spam.
15447 Print number of spam messages deleted.
15448 Save and restore the deletion status of old messages when reading
15449 new mail with spam filter, so that expunging spam does not expunge
15450 msgs deleted by the user.
15451 (rmail-only-expunge): Add an optional argument dont-show to
15452 prevent showing message after expunge.
15453
15454 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
15455
15456 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
15457 * subr.el (declare): New macro.
15458
15459 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
15460
15461 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
15462
15463 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
15464
15465 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
15466 Test window-system rather than system-type (for X11/Mac).
15467
15468 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
15469
15470 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
15471
15472 2004-01-12 Richard M. Stallman <rms@gnu.org>
15473
15474 * mail/rmail.el (rmail-convert-to-babyl-format):
15475 Use mail-unquote-printable-region.
15476 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
15477 (rmail-hex-char-to-integer): Functions deleted.
15478
15479 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
15480 (mail-unquote-printable-region): New arg NOERROR.
15481 For invalid encoding, either signal an error to just return nil.
15482
15483 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15484
15485 * calendar/appt.el: Update copyright and commentary.
15486 (appt-issue-message): Make obsolete.
15487 (appt-visible, appt-msg-window): Make obsolete, in favour of
15488 appt-display-format.
15489 (appt-display-mode-line, appt-display-duration)
15490 (appt-display-diary, appt-time-msg-list, appt-mode-string)
15491 (appt-prev-comp-time, appt-display-count, appt-timer)
15492 (appt-convert-time): Doc change.
15493 (appt-disp-window-function, appt-delete-window-function):
15494 Use defcustom rather than defvar.
15495 (appt-display-format): New variable.
15496 (appt-display-message): New function with display code from appt-check.
15497 (appt-check): Add optional FORCE argument. Doc change.
15498 Add appt-make-list to diary-hook if displaying diary.
15499 Remove checking of view-diary-entries-initially.
15500 Message display section removed to new function appt-display-message.
15501 (appt-display-window): Doc change. Remove unused internal var
15502 this-buffer. Do not beep, since appt-display-message does that.
15503 (appt-make-list): Doc change. Use caar.
15504 (appt-sort-list): Simplify by using builtin sort function.
15505 (appt-update-list): New function for updating appts when diary is
15506 saved.
15507 (appt-activate): New autoloaded function to toggle package
15508 functionality.
15509
15510 * calendar/cal-x.el: (calendar-one-frame-setup)
15511 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
15512
15513 * calendar/calendar.el: Update copyright.
15514 (view-diary-entries-initially, european-calendar-style): Doc change.
15515 (calendar-setup): Make defcustom rather than defvar.
15516 (mark-visible-calendar-date): Initialize temp-face and faceinfo
15517 in let binding so local to function.
15518
15519 * calendar/diary-lib.el: Update copyright.
15520 (diary, diary-entry-time): Doc change.
15521 (list-diary-entries): Doc change. Trivial logic change.
15522 (fancy-diary-display): Restore make-face command mistakenly
15523 deleted 2003-05-08.
15524 (show-all-diary-entries): Allow to pop-up frame if needed.
15525
15526 2004-01-09 John Paul Wallington <jpw@gnu.org>
15527
15528 * bindings.el (mode-line-change-eol): Add EVENT parameter.
15529 Temporarily select EVENT's window for changing eol type.
15530
15531 2004-01-09 Deepak Goel <deego@gnufans.org>
15532
15533 * calendar/diary-lib.el (diary-entry-time):
15534 Also accept time in the form XX[.XX][am/pm/AM/PM].
15535 (fancy-diary-font-lock-keywords): Likewise.
15536 (diary-font-lock-keywords): Likewise.
15537 * calendar/appt.el (appt-add): Likewise.
15538 (appt-make-list): Likewise.
15539 (appt-convert-time): Likewise.
15540
15541 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
15542
15543 * gdb-ui.el (gdb-ann3): Revert previous change.
15544 (gdb-source-info): Allow for case of where compilation directory
15545 is not recorded.
15546
15547 2004-01-08 John Paul Wallington <jpw@gnu.org>
15548
15549 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
15550
15551 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
15552
15553 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
15554
15555 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
15556 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
15557 problems.
15558 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
15559
15560 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
15561
15562 * files.el (write-file-functions, write-contents-functions):
15563 Clarify docstrings.
15564
15565 2004-01-07 Kenichi Handa <handa@m17n.org>
15566
15567 * international/mule.el (set-auto-coding): Fix for the case that
15568 end-of-line is only CR.
15569
15570 2004-01-07 Kim F. Storm <storm@cua.dk>
15571
15572 * subr.el (event-start, event-end): Doc fix.
15573 (posn-string, posn-image): New defuns.
15574 (posn-object): Return either image or string object.
15575 (posn-object-x-y): Return 8th element of position.
15576 (posn-object-width-height): New defun.
15577
15578 2004-01-06 Andreas Schwab <schwab@suse.de>
15579
15580 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
15581 output.
15582
15583 2004-01-05 Karl Berry <karl@gnu.org>
15584
15585 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
15586 / and *, too.
15587
15588 2003-12-31 Simon Josefsson <jas@extundo.com>
15589
15590 * files.el (before-save-hook): Add.
15591 (basic-save-buffer): Use before-save-hook.
15592
15593 * emacs-lisp/copyright.el: Fix comment to recommend
15594 before-save-hook instead of write-file-functions.
15595
15596 2004-01-05 Richard M. Stallman <rms@gnu.org>
15597
15598 * finder.el (finder-commentary): Call delete-other-windows.
15599
15600 * net/ange-ftp.el (ange-ftp-file-attributes):
15601 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
15602
15603 2004-01-04 Karl Berry <karl@gnu.org>
15604
15605 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
15606 comment characters % and # in the copyright year notice,
15607 as well as ;.
15608
15609 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
15610
15611 * wid-edit.el (default): Define dummy :value-delete.
15612 Reported by Jesper Harder <harder@ifa.au.dk>.
15613
15614 2004-01-03 Richard M. Stallman <rms@gnu.org>
15615
15616 * progmodes/compile.el (compile-internal): Use point, not point-min,
15617 for set-window-point.
15618
15619 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
15620
15621 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
15622
15623 * progmodes/grep.el (grep-mode-map):
15624 Don't remap next-line, previous-line.
15625
15626 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
15627
15628 * speedbar.el (speedbar-edit-line): Change regexp to position
15629 the cursor on the first character of this line's button.
15630
15631 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
15632
15633 * subr.el (functionp): Doc fix.
15634
15635 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
15636
15637 * progmodes/idlwave.el (idlwave-make-tags):
15638 * textmodes/flyspell.el (flyspell-large-region):.
15639 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
15640 * emulation/viper-util.el (viper-glob-unix-files):
15641 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
15642 * man.el (Man-init-defvars):
15643 * jka-compr.el (jka-compr-call-process):
15644 * files.el (get-free-disk-space,insert-directory):
15645 * ediff-ptch.el (ediff-test-patch-utility):
15646 * ediff-diff.el (ediff-test-utility):
15647 * dired-aux.el (dired-check-process):
15648 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
15649 test the return value of call-process, because it can be a string.
15650
15651 2003-12-31 John Paul Wallington <jpw@gnu.org>
15652
15653 * bindings.el (completion-ignored-extensions): Add .pfsl.
15654
15655 2003-12-31 Kim F. Storm <storm@cua.dk>
15656
15657 * ido.el (ido-nonreadable-directory-p): New defun to check for
15658 nonreadable directory without activating tramp (to avoid problems
15659 with checking incomplete tramp paths).
15660 (ido-set-current-directory, ido-file-internal)
15661 (ido-file-name-all-completions1): Use it.
15662
15663 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
15664
15665 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
15666 documentation if the anchor (or node) name is preceded by `info
15667 anchor' or `Info anchor' in addition to earlier `info node' and
15668 `Info node'.
15669 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
15670
15671 2003-12-30 Eli Zaretskii <eliz@gnu.org>
15672
15673 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
15674 error in arguments to base64-decode-region. Remove ^M characters
15675 after decoding base64.
15676
15677 2003-12-30 Simon Josefsson <jas@extundo.com>
15678
15679 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
15680 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
15681 have only been distributed with Emacs for some years.
15682 (texinfo-mode-hook): Customize.
15683
15684 2003-12-30 Eli Zaretskii <eliz@gnu.org>
15685
15686 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
15687 cleaner (suggested by Richard Stallman).
15688
15689 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
15690 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
15691 file-name clashes on 8+3 DOS filesystems.
15692
15693 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
15694 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
15695 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
15696 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
15697 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
15698 file-name clashes on 8+3 filesystems.
15699
15700 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
15701 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
15702 file-name clashes on 8+3 DOS filesystems.
15703
15704 2003-12-29 Richard M. Stallman <rms@gnu.org>
15705
15706 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
15707 Upcase the character.
15708
15709 * textmodes/flyspell.el (mail-mode-flyspell-verify):
15710 Search for header separator alone on a line, literally,
15711 and search for it backward, not forward.
15712 (flyspell-abbrev-table): Always use global-abbrev-table
15713 if there is no local one.
15714
15715 * progmodes/sh-script.el (sh-get-indent-info):
15716 Don't move point back if at bob.
15717
15718 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
15719
15720 * play/handwrite.el (handwrite): Make the handwrite credit message
15721 a comment rather than an output command.
15722
15723 * obsolete/sc.el: Display message that this file is obsolete.
15724
15725 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
15726
15727 * mail/rfc822.el (rfc822-address-start): Declare variable.
15728 Renamed from address-start. All uses changed.
15729
15730 * term.el (term-exec): Set up sentinel.
15731 (term-sentinel): New function.
15732 (term-handle-exit): New function.
15733
15734 * subr.el (assoc-ignore-case, assoc-ignore-representation):
15735 Use assoc-string, and mark them obsolete.
15736 (delay-mode-hooks): Mark as permanent local.
15737
15738 * simple.el (sendmail-user-agent-compose): Use assoc-string.
15739
15740 * register.el (copy-rectangle-to-register): Doc fix.
15741
15742 * info.el (Info-insert-dir): Use assoc-string.
15743
15744 * info-look.el (info-lookup): Use assoc-string.
15745
15746 * frame.el (pop-up-frame-function): Use quote, not `function'.
15747 (frame-notice-user-settings): Calculate ADJUSTED-TOP
15748 copying with lists as coordinate values.
15749
15750 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
15751
15752 * find-dired.el (kill-find): New command.
15753 (find-dired): Make buffer read-only.
15754 Set up a keymap with C-c C-k running kill-find.
15755 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
15756
15757 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
15758
15759 * filecache.el (file-cache-ignore-case): New variable.
15760 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
15761
15762 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
15763 (comint-dynamic-complete-as-filename): Rename local vars.
15764 (comint-dynamic-list-filename-completions): Likewise.
15765
15766 * comint.el (comint-dynamic-list-completions-config): New var.
15767 (comint-dynamic-list-completions): Handle both SPC and TAB right.
15768
15769 * comint.el (comint-file-name-chars): Add [].
15770 (comint-word): Use skip-chars-backward, not search.
15771
15772 * shell.el (shell-file-name-chars): Add [].
15773
15774 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
15775
15776 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
15777
15778 * generic.el (define-generic-mode): Doc fix.
15779
15780 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15781
15782 * files.el (kill-some-buffers): Doc fix.
15783
15784 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
15785
15786 * comint.el (comint-watch-for-password-prompt): Pass `string' as
15787 arg to send-invisible
15788 (send-invisible): Doc fix. The argument is now a prompt, not the
15789 string to send.
15790 (comint-read-noecho): Doc fix.
15791
15792 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
15793
15794 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
15795 "@", as required by some ISP hosting service. Fix defcustom
15796 argument syntax errors that prevented use of customization.
15797
15798 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15799
15800 * xml.el (xml-get-attribute-or-nil): Doc fix.
15801
15802 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
15803
15804 * net/zone-mode.el (zone-mode): Use write-file-functions, not
15805 write-file-hooks.
15806
15807 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
15808
15809 * autorevert.el (auto-revert-interval): Doc fix.
15810
15811 2003-12-29 Mark A. Hershberger <mah@everybody.org>
15812
15813 * xml.el (xml-get-attribute-or-nil): New function, like
15814 xml-get-attribute, but returns nil if the attribute was not found.
15815 (xml-get-attribute): Convert to defsubst, uses
15816 xml-get-attribute-or-nil.
15817
15818 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15819
15820 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
15821
15822 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
15823
15824 * custom.el (custom-declare-theme): Use `value' when putting
15825 properties on `theme'.
15826
15827 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
15828
15829 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
15830 for each yank-handler segment.
15831 (insert-for-yank-1): New function, with the body of the previous
15832 insert-for-yank.
15833
15834 * textmodes/table.el (table-yank-handler): New defcustom.
15835 (table--put-cell-indicator-property): Put yank-handler property
15836 that indicates the yank handler for the table cell.
15837
15838 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
15839
15840 * generic-x.el (etc-modules-conf-generic-mode): A more complete
15841 set of keywords.
15842
15843 2003-12-29 Eli Zaretskii <eliz@gnu.org>
15844
15845 * international/mule-cmds.el (reset-language-environment)
15846 (set-language-environment): Don't invoke fontset-related functions
15847 if fontset-list is not fboundp.
15848
15849 2003-12-29 Kenichi Handa <handa@m17n.org>
15850
15851 * international/mule-cmds.el (reset-language-environment):
15852 Call set-overriding-fontspec-internal with nil.
15853 (set-language-environment): Call set-overriding-fontspec-internal
15854 if the language environment specify `overriding-fontspec'.
15855 (language-info-alist): Doc added.
15856
15857 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
15858 characters of mule-unicode-0100-24ff.
15859 (ccl-encode-windows-1251-font): New CCL program.
15860 ("Bulgarian"): Specify overriding-fontspec.
15861 ("Belarusian"): Likewise.
15862
15863 2003-12-28 Sam Steingold <sds@gnu.org>
15864
15865 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
15866 parameter ID-FORMAT to conform with the 2003-11-30 patch.
15867
15868 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
15869
15870 * progmodes/gud.el (gud-gdb-command-name): Set default to
15871 "gdb --annotate=3".
15872 (gud-gdb-marker-filter): Look out for annotations.
15873 (gdb-first-pre-prompt): New variable.
15874 Remove trailing white space.
15875
15876 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
15877 if necessary.
15878 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
15879 annotations are detected.
15880 (gud-gdba-marker-filter): Use global variable gud-marker-acc
15881 instead of a local one to allow transition from
15882 gud-gdb-marker-filter.
15883 Remove trailing white space.
15884
15885 2003-12-27 Kim F. Storm <storm@cua.dk>
15886
15887 * ido.el: Handle non-readable directories.
15888 (ido-decorations): Add 9th element for non-readable directory.
15889 (ido-directory-nonreadable): New dynamic var.
15890 (ido-set-current-directory): Set it.
15891 (ido-read-buffer, ido-file-internal):
15892 (ido-read-file-name, ido-read-directory-name): Let-bind it.
15893 (ido-file-name-all-completions1): Return empty list for
15894 non-readable directory.
15895 (ido-exhibit): Print [Not readable] if directory is not readable.
15896 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
15897 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
15898 Use it.
15899
15900 2003-12-27 Lars Hansen <larsh@math.ku.dk>
15901
15902 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
15903 calls to directory-files-and-attributes and file-attributes.
15904 (ls-lisp-format): Remove system dependent handling of user and
15905 group id's.
15906
15907 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
15908
15909 * ffap.el (ffap-read-file-or-url): Revert previous change.
15910
15911 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
15912
15913 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
15914 new list of included files called `files-with-node-lines', that
15915 only have node lines. This way @include commands can include any
15916 file, such as version and update files without node lines, not
15917 just files that are chapters.
15918
15919 2003-12-25 Andreas Schwab <schwab@suse.de>
15920
15921 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
15922 file not found.
15923
15924 2003-12-08 Miles Bader <miles@gnu.org>
15925
15926 * dired.el (dired-between-files): Always use dired-move-to-filename,
15927 which is more robust in non-english locales.
15928
15929 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
15930
15931 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
15932
15933 2003-12-24 Andreas Schwab <schwab@suse.de>
15934
15935 * shell.el (shell-file-name-quote-list): Add backslash.
15936
15937 * comint.el (comint-quote-filename): Correctly handle backslash
15938 in comint-file-name-quote-list.
15939
15940 2003-12-24 Kenichi Handa <handa@m17n.org>
15941
15942 * international/mule-cmds.el (set-default-coding-systems):
15943 Call ucs-set-table-for-input for all buffers that don't have local
15944 value of buffer-file-coding-system.
15945
15946 * international/ucs-tables.el (ucs-set-table-for-input):
15947 If translation-table-for-encode is a symbol, get its
15948 translation-table property.
15949
15950 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
15951
15952 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
15953 to `completing-read' on a recently fixed bug.
15954
15955 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
15956 instead of SPACE, to get the list of possible fringe modes.
15957 SPACE only works if both `partial-completion-mode' and
15958 `completion-auto-help' are nil.
15959
15960 * complete.el (PC-is-complete-p): Delete.
15961 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
15962 calls to `test-completion'.
15963
15964 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
15965
15966 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
15967 to edit values when there are no children.
15968
15969 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
15970 a mode called "Assembler" already exists.
15971 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
15972 (gud-watch): Use format option. Remove font properties from string.
15973 (gdb-var-create-handler, gdb-var-list-children-handler):
15974 Don't bother about properties as there are none.
15975 (gdb-var-create-handler, gdb-var-list-children-handler)
15976 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
15977 with two arguments.
15978 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
15979 Let speedbar show value changes with a different font.
15980 (gdb-edit-value): New defun.
15981 (gdb-clear-partial-output, gdb-clear-inferior-io)
15982 (def-gdb-auto-update-handler): Use erase-buffer.
15983 (gdb-frame-handler): Display watch expressions in
15984 FUNCTION::VARIABLE format if required.
15985
15986 2003-12-23 John Paul Wallington <jpw@gnu.org>
15987
15988 * info.el (Info-unescape-quotes, Info-split-parameter-string)
15989 (Info-goto-emacs-command-node): Doc fixes.
15990
15991 2003-12-12 Jesper Harder <harder@ifa.au.dk>
15992
15993 * cus-edit.el (custom-add-parent-links): Define "many".
15994
15995 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
15996
15997 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
15998 (widget-child-validate, widget-type-value-create)
15999 (widget-type-default-get, widget-type-match): New functions.
16000 (lazy): New widget.
16001 (menu-choice, checklist, radio-button-choice, editable-list)
16002 (group, documentation-string): Remove redundant (per 2003-10-25
16003 change) calls to `widget-children-value-delete'.
16004 (widget-choice-value-get, widget-choice-value-inline): Remove.
16005 (menu-choice): Update widget.
16006
16007 2003-12-03 Kenichi Handa <handa@m17n.org>
16008
16009 * language/cyrillic.el: Register "microsoft-cp1251" in
16010 ctext-non-standard-encodings-alist.
16011 ("Bulgarian"): Add ctext-non-standard-encodings.
16012 ("Belarusian"): Likewise.
16013
16014 * international/mule-conf.el (compound-text-with-extensions):
16015 Change the type to 2 (iso-2022 base).
16016
16017 * international/mule.el (ctext-non-standard-encodings-alist):
16018 Change the format.
16019 (ctext-non-standard-encodings): New variable.
16020 (ctext-post-read-conversion): Fully re-written.
16021 (ctext-non-standard-designations-alist): Delete it.
16022 (ctext-non-standard-encodings-table): New function.
16023 (ctext-pre-write-conversion): Fully re-written.
16024
16025 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
16026
16027 * cus-edit.el (custom-add-parent-links): Add documentation links
16028 for parent, if the item has none of its own.
16029
16030 2003-11-30 Richard M. Stallman <rms@gnu.org>
16031
16032 * dired-aux.el (dired-do-query-replace-regexp):
16033 Report files visited read-only.
16034
16035 2003-11-30 Juri Linkov <juri@jurta.org>
16036
16037 * dired-aux.el (dired-compare-directories): New command.
16038 (dired-file-set-difference, dired-files-attributes): New functions.
16039
16040 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16041 Version 2.0.38 of Tramp released.
16042
16043 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
16044 Charles Curley <charlescurley@charlescurley.com>.
16045 (tramp-multi-connection-function-alist): Add ssht entry which adds
16046 "-e none -t -t" to the list of ssh args. Suggested by Adrian
16047 Aichner.
16048 (tramp-get-method-parameter): New function to retrieve a method
16049 parameter. This allows for omission of method parameters.
16050 Callers adjusted.
16051
16052 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
16053
16054 * net/tramp.el: Add new optional parameter ID-FORMAT to
16055 `file-attributes'. Calls of `file-attributes' won't use this
16056 parameter for backward compatibility reasons.
16057 (tramp-perl-file-attributes): Add a new parameter to Perl script
16058 in order to handle uid/gid as strings, if desired.
16059 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
16060 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
16061 order to make the function more general.
16062 (tramp-handle-file-attributes): Replace proprietary optional
16063 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
16064 (tramp-handle-file-attributes-with-perl): Handle parameter
16065 NONNUMERIC if set. This wasn't done in the past.
16066 (tramp-post-connection): Apply second parameter "$2" if
16067 `tramp-remote-perl' is called.
16068
16069 * net/tramp-smb.el (tramp-smb-handle-delete-file):
16070 Correct cut'n'waste error (`filename' instead of `directory').
16071 (tramp-smb-handle-directory-files-and-attributes)
16072 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
16073 introduced parameter ID-FORMAT.
16074 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
16075 error (`directory' instead of `ldir').
16076
16077 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
16078 `file-attributes' has a second parameter. If yes, apply it with
16079 value "'integer". Otherwise, don't use that parameter (default is
16080 integer format).
16081
16082 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
16083
16084 * help.el (help-map): Bind `display-local-help' to `C-h .'.
16085 (help-for-help): Add `C-h .' to the listed Help options.
16086 Remove trailing whitespace.
16087
16088 * help-at-pt.el: New file.
16089
16090 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
16091
16092 * subr.el (noreturn, 1value): New macros for test coverage.
16093 See `testcover.el'.
16094
16095 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
16096
16097 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
16098 for macro `1value'.
16099 (testcover-1value): New function. Checks that a 1value form
16100 actually returns only one value. Requested by RMS.
16101
16102 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
16103
16104 * gdb-ui.el (gud-watch, gdb-var-create-handler)
16105 (gdb-var-list-children, gdb-var-list-children-handler)
16106 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
16107 gdb commands that use mi to keep them out of the command history.
16108
16109 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16110
16111 * cus-start.el (all): Add use-file-dialog.
16112
16113 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
16114
16115 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
16116
16117 2003-11-27 Kim F. Storm <storm@cua.dk>
16118
16119 * subr.el (posn-object-x-y): New defun.
16120
16121 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
16122
16123 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
16124 Don't use `space' for \\\n.
16125 Be more selective as to which # are comment-starters.
16126
16127 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
16128
16129 * subr.el (number-sequence): Improve handling of floating point
16130 arguments (suggested by Kim Storm). Allow negative arguments.
16131
16132 2003-11-26 Kenichi Handa <handa@m17n.org>
16133
16134 * international/mule-cmds.el (standard-display-european-internal):
16135 Cancel the standard-display-table setting for ` and '.
16136
16137 2003-11-26 Kim F. Storm <storm@cua.dk>
16138
16139 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
16140 New defcustoms to add ffap-like functionality to ido.
16141 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
16142 (ido-no-final-slash): New defun.
16143 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
16144 (ido-read-file-name): ): Toggle VC checking via
16145 vc-handled-backends instead of vc-master-templates.
16146 (ido-file-internal): Handle ido-use-url-at-point and
16147 ido-use-filename-at-point via code borrowed from ffap-guesser.
16148 Handle new ido-exit code ffap.
16149 (ido-sort-list): Ignore final slash when sorting file names.
16150
16151 2003-11-25 Kim F. Storm <storm@cua.dk>
16152
16153 * emulation/cua-base.el (cua--standard-movement-commands):
16154 Add forward-sentence and backward-sentence.
16155
16156 2003-11-25 Stephen Eglen <stephen@gnu.org>
16157
16158 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
16159 iswitchb-exit is set to 'usefirst when user selects buffer at head
16160 of list using RET. (Selecting buffers at the head of the list was
16161 broken if the substring was also a complete buffername.)
16162
16163 2003-11-23 Kim F. Storm <storm@cua.dk>
16164
16165 * progmodes/compile.el (grep-command, grep-use-null-device)
16166 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
16167 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
16168 (grep-regexp-alist, grep-program, find-program)
16169 (grep-find-use-xargs, grep-history, grep-find-history)
16170 (grep-process-setup, grep-compute-defaults)
16171 (grep-default-command, grep, grep-tag-default, grep-find)
16172 (grep-expand-command-macros, grep-tree-last-regexp)
16173 (grep-tree-last-files, grep-tree): Move grep variables, functions
16174 and commands to new file grep.el.
16175 (compilation-mode-map): Remove grep commands from Compile sub-menu.
16176 (compilation-process-setup-function): Doc fix.
16177 (compilation-highlight-regexp, compilation-highlight-overlay): New
16178 defvars used for highlighting current compile error in source buffer.
16179 (compile-internal): New optional args HIGHLIGHT-REGEXP and
16180 LOCAL-MAP which overrides compilation-highlight-regexp and
16181 compilation-mode-map for this compilation.
16182 Delay calling compilation-set-window-height until after running
16183 compilation-process-setup-function so it can buffer-local override
16184 compilation-window-height.
16185 Check buffer-local value of compilation-scroll-output.
16186 (compilation-set-window-height): Use buffer-local value of
16187 compilation-window-height.
16188 (compilation-revert-buffer): Don't pass (undefined)
16189 preserve-modes arg to revert-buffer.
16190 (next-error-no-select, previous-error-no-select): New commands.
16191 (compilation-goto-locus): Temporarily highlight current match in
16192 source buffer using compilation-highlight-regexp.
16193
16194 * progmodes/grep.el: New file with grep code from compile.el.
16195 (grep): New defcustom group.
16196 (grep-window-height): New defcustom, like compilation-window-height.
16197 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
16198 (grep-scroll-output): New defcustom, like compilation-scroll-output.
16199 (grep-command, grep-use-null-device, grep-find-command)
16200 (grep-tree-files-aliases, grep-tree-ignore-case)
16201 (grep-tree-ignore-CVS-directories): Move to grep custom group.
16202 (grep-setup-hook): New hook variable.
16203 (grep-mode-map): New keymap for grep commands. Add Grep menu.
16204 (grep-last-buffer): New defvar, override compilation-last-buffer.
16205 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
16206 Call compile-internal with args highlight-regexp and grep-mode-map.
16207
16208 2003-11-23 Kim F. Storm <storm@cua.dk>
16209
16210 * subr.el (event-start, event-end): Doc fix.
16211 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
16212 (posn-area, posn-actual-col-row, posn-object): New defuns.
16213 (posn-col-row): Simplify doc. Rewrite to use cond.
16214 (posn-point): Also return buffer position for events outside text
16215 area (that info is now present in the event position).
16216
16217 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
16218 mouse-set-point so that hscroll still works now that clicks on
16219 fringes generate specific mouse events.
16220 (mouse-set-point): Note that it now works in fringes and margins
16221 too due to new semantics of posn-point in fringes and margins.
16222
16223 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
16224 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
16225
16226 2003-11-20 Kim F. Storm <storm@cua.dk>
16227
16228 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
16229 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
16230 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
16231 to 100 for icons to avoid increasing line height when shown.
16232
16233 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
16234
16235 * newcomment.el (comment-normalize-vars): Initialize properly if
16236 comment-start was nil.
16237
16238 2003-11-19 Andreas Schwab <schwab@suse.de>
16239
16240 * simple.el (set-variable): Fix indentation.
16241
16242 2003-11-17 Kenichi Handa <handa@m17n.org>
16243
16244 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
16245 Fix docstring.
16246
16247 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
16248
16249 * international/latin1-disp.el (latin1-display): Fix docstring.
16250
16251 2003-11-16 John Wiegley <johnw@newartisans.com>
16252
16253 * eshell/em-ls.el (eshell-ls-file): There are times with
16254 size-width is nil and uncomputed (when directories are created in
16255 dired, for example); in this case, 4 is reasonable default value,
16256 although it may caused skewed new entries (which could be avoided
16257 by returning the original value of 8 in all cases, but 99% of the
16258 time this is a waste of whitespace).
16259
16260 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
16261
16262 * cc-engine.el (c-guess-continued-construct)
16263 (c-guess-basic-syntax): Check a little more carefully if it's a
16264 function declaration when an unknown construct followed by a block
16265 is found inside a statement context. This avoids macros followed
16266 by blocks to be taken as function declarations.
16267
16268 (c-guess-continued-construct): Change the analysis of a statement
16269 continuation with a brace open to `substatement-block', for
16270 consistency with recognized statements.
16271
16272 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
16273 start is in a position so that `c-beginning-of-statement-1' jumped
16274 to the beginning of the same statement.
16275
16276 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
16277 Don't accept binary operators in the arglist if we're in a function
16278 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
16279 template recognition in cases like "if (a < b || c > d)".
16280
16281 (c-restricted-<>-arglists): New more appropriate name for
16282 `c-disallow-comma-in-<>-arglists'.
16283
16284 Accessing functions updated for the variable name change.
16285
16286 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
16287 match data could get clobbered if NOT-INSIDE-TOKEN is used.
16288
16289 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
16290 labels.
16291
16292 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
16293 instead of duplicating parts of it. This fixes bogus label
16294 recognition.
16295
16296 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
16297 of checking the context in which to apply the minimum indentation,
16298 so that it isn't enforced in e.g. namespace blocks.
16299
16300 * cc-vars.el (c-inside-block-syms): New constant used by
16301 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
16302 to somewhat reduce the risk of becoming stale.
16303
16304 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
16305 cc-cmds to cc-engine to allow use from cc-align.
16306
16307 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
16308 qualified identifiers containing "::".
16309
16310 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
16311 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
16312
16313 * cc-vars.el (c-emacs-features): Use a space in front of the name
16314 of the temporary buffer. That also avoids dumping problems in
16315 XEmacs due to undo info being left around after the buffer is killed.
16316
16317 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
16318 arglist to see if it's a K&R style declaration.
16319
16320 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
16321 before returning `knr-argdecl-intro'.
16322
16323 2003-11-16 John Wiegley <johnw@newartisans.com>
16324
16325 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
16326 field in a long-listing always 8 characters, use `size-width',
16327 which has already been computed.
16328
16329 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
16330
16331 * subr.el (minor-mode-list): Add `hs-minor-mode'.
16332
16333 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16334
16335 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
16336 Support operation while narrowed, with `diff-restrict-view'.
16337
16338 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
16339
16340 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16341 Take additional optional arg NARROWFUN. For the generated functions:
16342 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
16343 include frags that arrange to check for and save narrowing state before
16344 the move and then conditionally call NARROWFUN after the move.
16345
16346 2003-11-14 John Wiegley <johnw@newartisans.com>
16347
16348 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
16349 that was optional, but obviously missing based on surrounding code.
16350
16351 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
16352 string arguments to numbers unless the whole argument was seen as
16353 a number.
16354
16355 2003-11-14 Kenichi Handa <handa@m17n.org>
16356
16357 * international/mule.el (ctext-non-standard-encodings-alist):
16358 Fix coding systems.
16359
16360 2003-11-10 Kenichi Handa <handa@m17n.org>
16361
16362 * language/kannada.el ("Kannada"): Add sample-text.
16363
16364 * language/knd-util.el (kannada-compose-region)
16365 (kannada-compose-string, kannada-post-read-conversion):
16366 Add autoload cookie.
16367
16368 * international/quail.el (quail-completion): Change the message
16369 "corresponding translations" to "corresponding characters".
16370
16371 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
16372
16373 * descr-text.el (describe-char): Fix typo.
16374
16375 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
16376
16377 These changes are to support Kannada language/script.
16378
16379 * Makefile.in (DONTCOMPILE): Add kannada.el.
16380
16381 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
16382
16383 * loadup.el: Preload kannada.el.
16384
16385 * language/ind-util.el (ucs-kannada-to-is13194-alist)
16386 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
16387 New variables.
16388
16389 * language/kannada.el: New file.
16390
16391 * language/knd-util.el: New file.
16392
16393 2003-11-07 Andreas Schwab <schwab@suse.de>
16394
16395 * progmodes/autoconf.el (autoconf-font-lock-keywords):
16396 Also highlight AH_*.
16397
16398 * xml.el (xml-parse-dtd): Fix misplaced paren.
16399
16400 2003-11-07 Kenichi Handa <handa@m17n.org>
16401
16402 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
16403
16404 2003-11-05 Juri Linkov <juri@jurta.org>
16405
16406 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
16407 (desktop-buffer-file): Use saved buffer-file-coding-system
16408 for file reading. Set auto-insert to nil to prevent automatic
16409 insertion into restored empty files.
16410
16411 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
16412
16413 * files.el (risky-local-variable-p): Make second argument optional.
16414
16415 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16416
16417 * subr.el (add-hook): Fix last change.
16418
16419 2003-11-03 Eli Zaretskii <eliz@gnu.org>
16420
16421 * mail/rmail.el (rmail-convert-to-babyl-format):
16422 If base64-decode-region signals an error, catch it and silently
16423 ignore it.
16424
16425 2003-11-01 Mark A. Hershberger <mah@everybody.org>
16426
16427 * xml.el (xml-parse-region): Allow comments to appear after the
16428 topmost element has closed.
16429 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
16430 (xml-ns-expand-attr): New functions to do namespace handling.
16431 (xml-intern-attrlist): Back-compatible handling of attribute names.
16432 (xml-parse-tag): Move namespace handling to separate functions.
16433 Now produces elements in the form ((:ns . "element") (attr-list)
16434 children) instead of ('ns:element (attr-list) children).
16435 (xml-parse-attlist): Fix attribute parsing.
16436 (xml-parse-dtd): Change parsing so that it produces strings
16437 instead of interned symbols.
16438
16439 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
16440
16441 * dired.el (dired-ls-sorting-switches): Doc fix.
16442
16443 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
16444
16445 * emacs-lisp/rx.el (rx-or): Fix the case of
16446 "(rx (and ?a (or ?b ?c) ?d))".
16447
16448 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
16449
16450 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
16451 (texinfo-format-region): Use it.
16452 (texinfo-format-buffer-1): Ditto.
16453
16454 2003-11-01 Alan Mackenzie <acm@muc.de>
16455
16456 Changes to allow scrolling whilst in isearch mode:
16457 * isearch.el (isearch-unread-key-sequence): New function,
16458 extracted from isearch-other-meta-char.
16459 (top level): (put 'foo 'isearch-scroll) on all Emacs's
16460 "scrollable" standard functions.
16461 (isearch-allow-scroll): New customizable variable.
16462 (isearch-string-out-of-window, isearch-back-into-window)
16463 (isearch-reread-key-sequence-naturally)
16464 (isearch-lookup-scroll-key): New functions.
16465 (isearch-other-meta-char): Doc string and functionality enhanced.
16466 Now accepts a prefix argument.
16467 (isearch-lazy-highlight-window-end): New variable.
16468 (isearch-lazy-highlight-new-loop): Pay attention to the window's
16469 end (thru isearch-lazy-highlight-window-end), not only its start.
16470
16471 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
16472 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
16473 (universal-argument, universal-argument-more, negative-argument)
16474 (digit-argument, universal-argument-other-key): Minor changes.
16475
16476 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16477
16478 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
16479 recursively if the last message is deleted, thus avoiding an
16480 infinite loop.
16481
16482 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16483
16484 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
16485 (tex-main-file): Don't add .tex if the extension is already present.
16486 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
16487
16488 2003-10-29 Lute Kamstra <lute@gnu.org>
16489
16490 * progmodes/octave-inf.el (inferior-octave-prompt):
16491 Recognize version number in prompt.
16492
16493 2003-10-28 Dave Love <fx@gnu.org>
16494
16495 * international/characters.el: Fix some Unicode ranges.
16496
16497 2003-10-28 Kenichi Handa <handa@m17n.org>
16498
16499 * disp-table.el (standard-display-8bit)
16500 (standard-display-default, standard-display-ascii)
16501 (standard-display-g1, standard-display-graphic)
16502 (standard-display-underline): Assure that standard-display-table
16503 is a display table.
16504
16505 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
16506
16507 * simple.el (reindent-then-newline-and-indent): Delete space *after*
16508 reindenting the first line.
16509
16510 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
16511
16512 * wid-edit.el (widget-default-delete): Always delete child widgets.
16513
16514 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16515
16516 * newcomment.el (comment-indent): Don't call indent-according-to-mode
16517 if the line has code.
16518 Don't try to line up with something that's too far left.
16519
16520 * progmodes/octave-mod.el (octave-comment-start): Simplify.
16521 (octave-mode-syntax-table): Add % as a comment starter.
16522 (octave-point): Remove.
16523 (octave-in-comment-p, octave-in-string-p)
16524 (octave-not-in-string-or-comment-p, calculate-octave-indent)
16525 (octave-blink-matching-block-open, octave-auto-fill):
16526 Use line-(beginning|end)-position instead.
16527
16528 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
16529
16530 * emacs-lisp/authors.el (authors-aliases): Add correct realname
16531 for Francesco Potort\e,Al\e(B.
16532
16533 2003-10-23 Dave Love <fx@gnu.org>
16534
16535 * international/mule-cmds.el (locale-charset-to-coding-system):
16536 Don't rely on nil being a coding system.
16537
16538 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
16539 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
16540 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
16541
16542 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
16543
16544 * gdb-ui.el (gdb-current-language): New variable.
16545 (gdb-update-flag): Remove variable.
16546 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
16547 (gdb-take-last-elt): Remove function.
16548 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
16549 (gdb-post-prompt): Check for variable object changes here.
16550
16551 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
16552 object changes in gdb-ui.el.
16553
16554 2003-10-21 Richard M. Stallman <rms@gnu.org>
16555
16556 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
16557
16558 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
16559 Don't check for foo*/ wildcard form here.
16560 (insert-directory): Recognize foo*/ as a wildcard.
16561 Separate wildcard-regexp variable from the arg, wildcard.
16562
16563 * subr.el (add-hook): Correctly detect when make-local-hook was used.
16564 (remove-hook): Correctly handle strange cases about local hooks.
16565
16566 2003-10-21 David Ponce <david@dponce.com>
16567
16568 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
16569 argument REAL, to return a real number instead of a rounded
16570 integer value. Define as inline function.
16571 (ruler-mode-right-fringe-cols): Likewise.
16572 (ruler-mode-scroll-bar-cols): New function.
16573 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
16574 (ruler-mode-right-scroll-bar-cols): Likewise.
16575 (ruler-mode-space): New function.
16576 (ruler-mode-ruler): Use it. Handle variations of fringe style,
16577 scroll bar mode and margins in a more robust way.
16578
16579 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
16580
16581 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
16582 (antlr-c-init-language-vars): New function.
16583 (antlr-mode): Use it with cc-mode before v5.29.
16584 (antlr-c-common-init): Don't set some local vars here.
16585 (antlr-mode): Set them here.
16586 (antlr-c-forward-sws): New function alias.
16587 (antlr-mode): Redefine with cc-mode before v5.30.
16588 (antlr-skip-sexps): Use it.
16589 (antlr-skip-exception-part): Ditto.
16590 (antlr-skip-file-prelude): Ditto.
16591 (antlr-outside-rule-p): Ditto.
16592 (antlr-end-of-body): Ditto.
16593 (antlr-option-kind): Ditto.
16594 (antlr-insert-option-area): Ditto.
16595 (antlr-file-dependencies): Ditto.
16596
16597 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16598
16599 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
16600 Move backward only if point was not inside an entry.
16601
16602 2003-10-21 Richard M. Stallman <rms@gnu.org>
16603
16604 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
16605
16606 2003-10-21 Juri Linkov <juri@jurta.org>
16607
16608 * compare-w.el: Automatically skip non-matching text to resync.
16609 (compare-windows-whitespace): Doc fix.
16610 (compare-windows-sync, compare-windows-sync-string-size)
16611 (compare-windows-recenter, compare-ignore-whitespace)
16612 (compare-windows-highlight, compare-windows-face): New variables.
16613 (compare-windows): Use compare-windows-sync.
16614 (compare-windows-highlight, compare-windows-dehighlight)
16615 (compare-windows-sync-regexp)
16616 (compare-windows-sync-default-function): New functions.
16617
16618 2003-10-21 Juri Linkov <juri@jurta.org>
16619
16620 * diff.el (diff-parse-differences): Don't visit the files now;
16621 instead, just record the error locus.
16622
16623 2003-10-21 Dave Love <fx@gnu.org>
16624
16625 * progmodes/cfengine.el: New file.
16626
16627 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
16628
16629 * complete.el (PC-do-completion): Do not forget to use `pred' as the
16630 default-directory when completing file names.
16631
16632 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
16633
16634 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
16635 followed by the word `face', it gets treated as a face, even if
16636 it is also defined as a variable or a function.
16637
16638 2003-10-20 Dave Love <fx@gnu.org>
16639
16640 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16641 Avoid incf in macro expansion.
16642
16643 2003-10-20 John Paul Wallington <jpw@gnu.org>
16644
16645 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
16646 `evenp' so we don't implicitly require cl library at runtime.
16647
16648 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
16649
16650 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
16651 (help-make-xrefs): Only make cross-references for faces if
16652 preceded or followed by the word `face'. Do not make a
16653 cross-reference for variables without variable documentation,
16654 unless preceded by the word `variable' or `option'. Update doc
16655 string accordingly.
16656
16657 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
16658
16659 * progmodes/hideshow.el: Rewrite one-armed `if'
16660 constructs using either `when' or `unless'.
16661 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
16662
16663 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
16664
16665 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
16666 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
16667 instead of 12x12.
16668
16669 2003-10-16 Eli Zaretskii <eliz@gnu.org>
16670
16671 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
16672 message while converting to Babyl.
16673
16674 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
16675
16676 * allout.el (allout-mode): Doc fix.
16677
16678 2003-10-16 Lute Kamstra <lute@gnu.org>
16679
16680 * subr.el (force-mode-line-update): Fix docstring.
16681
16682 2003-10-14 Dave Love <fx@gnu.org>
16683
16684 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
16685 (default-input-method): Add :link, improve :type.
16686 (locale-charset-language-names): Fix utf-8 pattern.
16687 (locale-charset-match-p, locale-charset-alist)
16688 (locale-charset-to-coding-system): New.
16689 (set-locale-environment): Deal with codeset part of locale specs.
16690
16691 2003-10-14 Lute Kamstra <lute@gnu.org>
16692
16693 * fringe.el (fringe-mode): Use active voice in docstring.
16694 (set-fringe-style): Ditto.
16695
16696 2003-10-13 Lute Kamstra <lute@gnu.org>
16697
16698 * fringe.el (fringe-mode): Fix docstring.
16699 (set-fringe-style): Ditto.
16700
16701 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
16702
16703 * ediff-mult.el (ediff-filegroup-action):
16704 Use ediff-default-filtering-regexp.
16705
16706 * ediff-util.el (ediff-recenter): Don't call
16707 ediff-restore-highlighting twice.
16708 (ediff-select-difference): Set current difference.
16709 (ediff-unselect-and-select-difference): Add comment.
16710
16711 * ediff.el (ediff-directories,ediff-directory-revisions)
16712 (ediff-directories3,ediff-merge-directories)
16713 (ediff-merge-directories-with-ancestor)
16714 (ediff-merge-directory-revisions)
16715 (ediff-merge-directory-revisions-with-ancestor):
16716 Use ediff-default-filtering-regexp.
16717
16718 2003-10-12 Andreas Schwab <schwab@suse.de>
16719
16720 * international/mule-cmds.el (locale-charset-language-names):
16721 Simplify regex by removing unused grouping.
16722
16723 2003-10-10 Dave Love <fx@gnu.org>
16724
16725 * bindings.el: Don't bind stop.
16726
16727 2003-10-08 Miles Bader <miles@gnu.org>
16728
16729 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
16730 face instead of attempting to emulate it.
16731
16732 2003-10-07 Kenichi Handa <handa@m17n.org>
16733
16734 * international/mule-diag.el (list-coding-systems-1): List coding
16735 systems that are loaded automatically.
16736
16737 * international/code-pages.el (iso-8859-11): Add autoload cookie.
16738
16739 * international/mule.el (autoload-coding-system): New function.
16740
16741 2003-10-07 Andreas Schwab <schwab@suse.de>
16742
16743 * log-edit.el (log-edit-changelog-entries): Prefer local value of
16744 change-log-default-name in the buffer visiting the file.
16745
16746 2003-10-06 Dave Love <fx@gnu.org>
16747
16748 * files.el (find-file-hook): Customize.
16749 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
16750
16751 * bindings.el (completion-ignored-extensions): Remove .log.
16752 (global-map): Add again, open, stop keys.
16753
16754 2003-10-05 Richard M. Stallman <rms@gnu.org>
16755
16756 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
16757 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
16758 Use sh-modify directly.
16759 (sh-select): Use sh-append, not eval.
16760
16761 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
16762
16763 * info.el (Info-following-node-name): New function.
16764
16765 * loadhist.el (unload-feature-special-hooks):
16766 Rename from loadhist-hook-functions.
16767 (loadhist-hook-functions): Now an alias.
16768
16769 2003-10-04 Eli Zaretskii <eliz@gnu.org>
16770
16771 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
16772 file-name clashes on 8+3 filesystems.
16773
16774 * Makefile.in (DONTCOMPILE, bootstrap-clean):
16775 Rename loaddefs-boot.el to ldefs-boot.el
16776
16777 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
16778 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
16779
16780 2003-10-03 Lute Kamstra <lute@gnu.org>
16781
16782 * info.el (Info-mode): Revert previous change.
16783 (Info-escape-percent): New function.
16784 (Info-fontify-node): Use it.
16785
16786 2003-10-02 Andreas Schwab <schwab@suse.de>
16787
16788 * loaddefs-boot.el: Regenerated.
16789
16790 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
16791
16792 * ffap.el: Remove defadvice related code from CVS since `complete'
16793 provides a `PC-completion-as-file-name-predicate' variable that
16794 ffap can override.
16795
16796 2003-10-02 Kenichi Handa <handa@m17n.org>
16797
16798 * international/utf-8.el (ccl-decode-mule-utf-8):
16799 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
16800
16801 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
16802 * international/subst-big5.el: Likewise.
16803 * international/subst-gb2312.el: Likewise.
16804 * international/subst-ksc.el: Likewise.
16805
16806 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
16807
16808 * calendar/calendar.el (increment-calendar-month)
16809 (calendar-leap-year-p, calendar-absolute-from-gregorian)
16810 (generate-calendar, calendar-read-date, calendar-interval)
16811 (calendar-day-of-week): Handle years BC.
16812 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
16813
16814 2003-10-01 Dave Love <fx@gnu.org>
16815
16816 * language/cyrillic.el (cp1251): Alias for windows-1251.
16817
16818 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
16819 bootstrap.
16820
16821 2003-10-01 Lute Kamstra <lute@gnu.org>
16822
16823 * files.el: Fix typo.
16824 * imenu.el (imenu--generic-function): Docstring fix.
16825
16826 2003-09-30 Richard M. Stallman <rms@gnu.org>
16827
16828 * dired.el (dired-mode): Handle dired-directory as a list.
16829
16830 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
16831
16832 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
16833
16834 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
16835
16836 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
16837 Replace gud-display with gud-watch.
16838 (gud-speedbar-buttons): Add stuff for watching expressions
16839 in the speedbar when using M-x gdba. Use dolist on old part
16840 of this function.
16841
16842 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
16843 (gdb-update-flag): New variables.
16844 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
16845 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
16846 (gud-watch, gdb-var-create-handler) : New functions.
16847 (gdb-var-list-children, gdb-var-list-children-handler)
16848 (gdb-var-create-regexp, gdb-var-update-regexp)
16849 (gdb-var-list-children-regexp): New constants.
16850 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
16851 (gdb-annotation-rules): Reduce annotation set (level 3).
16852 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
16853 (gdb-post-prompt): Don't update GDB buffers every time speedbar
16854 updates.
16855 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
16856 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
16857 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
16858 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
16859 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
16860 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
16861 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
16862 (gud-display, gud-display1)
16863 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
16864 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
16865 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
16866 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
16867 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
16868 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
16869 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
16870 (gdb-display-display-buffer, gdb-toggle-display)
16871 (gdb-delete-display, gdb-expressions-popup-menu)
16872 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
16873 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
16874 to display buffer.
16875
16876 2003-09-30 Richard M. Stallman <rms@gnu.org>
16877
16878 * progmodes/ada-mode.el (ada-mode): Don't use advice.
16879 Instead, set which-func-functions.
16880
16881 * progmodes/which-func.el (which-func-modes): Add ada-mode.
16882 (which-func-functions): New variable.
16883 (which-function): Use that.
16884
16885 * info.el (Info-mode): Double each `%' in header line.
16886
16887 * emacs-lisp/lisp-mnt.el (lm-with-file):
16888 When FILE is nil, run BODY in current buffer.
16889
16890 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
16891
16892 * help.el (describe-mode): Start with a brief list of minor modes.
16893 Find them thru minor-mode-list so as to find them all.
16894 Show them in alphabetical order.
16895
16896 * mail/sendmail.el (mail-aliases): Doc fix.
16897
16898 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
16899
16900 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16901
16902 * mail/rmailsum.el (rmail-make-summary-line-1):
16903 Change comma after last label to a space.
16904 (rmail-summary-font-lock-keywords): Adapt to that change.
16905
16906 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
16907
16908 * progmodes/scheme.el (scheme-mode-variables): When setting
16909 `font-lock-defaults', also specify that "#" should
16910 be interpreted with `word' syntax.
16911 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
16912
16913 2003-09-30 Lars Hansen <larsh@math.ku.dk>
16914
16915 * desktop.el: A lot of comments updated.
16916 (desktop-save-mode): Minor mode introduced.
16917 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
16918 (desktop-load-default): Function made obsolete.
16919 (desktop-locals-to-save): Variable made customizable.
16920 (desktop-read): Optional parameter `dirname' added.
16921 (desktop-change-dir, desktop-revert): Parameter `dirname' in
16922 `desktop-read' used.
16923 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
16924
16925 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
16926
16927 * whitespace.el (whitespace-clean-msg): Add user customizable message
16928 for displaying ``clean'' output.
16929 (whitespace-buffer): Use `whitespace-clean-msg'.
16930 (whitespace-global-mode): Fix typo.
16931
16932 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
16933
16934 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
16935
16936 2003-09-29 Lute Kamstra <lute@gnu.org>
16937
16938 * bindings.el (mode-line-modes): Remove superfluous :propertize
16939 construct in initialization.
16940 (mode-line-position): Change cons cell into proper list in
16941 initialization.
16942
16943 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
16944
16945 * international/mule.el (decode-coding-inserted-region): Use car
16946 of the return value of find-operation-coding-system.
16947
16948 2003-09-29 Kenichi Handa <handa@m17n.org>
16949
16950 * descr-text.el (describe-char): Fix previous change.
16951
16952 2003-09-28 Kenichi Handa <handa@m17n.org>
16953
16954 * descr-text.el (describe-char-display): New function.
16955 (describe-char): Pay attention to display table on describing how
16956 a character is displayed.
16957
16958 * international/mule-cmds.el (encoded-string-description):
16959 Prepend "0x" to each encoded byte.
16960
16961 2003-09-28 Andreas Schwab <schwab@suse.de>
16962
16963 * find-file.el (ff-special-constructs): Add autoload cookie.
16964
16965 2003-09-28 Kevin Ryde <user42@zip.com.au>
16966
16967 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
16968 makeinfo appends to duplicate index entries.
16969
16970 2003-09-28 Eli Zaretskii <eliz@gnu.org>
16971
16972 * dired-x.el (dired-clean-tex): Doc fix.
16973
16974 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
16975 using a Chinese tutorial.
16976
16977 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
16978
16979 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
16980 between "MAIL FROM:" and "RCPT TO:" and the following address.
16981
16982 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
16983
16984 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
16985
16986 2003-09-28 David Ponce <david@dponce.com>
16987
16988 * recentf.el (recentf-initialize-file-name-history): New defcustom.
16989 (recentf-load-list): When `recentf-initialize-file-name-history'
16990 is non-nil, initialize an empty `file-name-history' with the
16991 recent list.
16992
16993 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
16994
16995 * man.el (Man-default-man-entry): Remove the leading `*' from the
16996 word at point.
16997
16998 2003-09-26 Lute Kamstra <lute@gnu.org>
16999
17000 * bindings.el (mode-line-position): Mention size indication in
17001 docstring.
17002
17003 2003-09-26 Andre Spiegel <spiegel@gnu.org>
17004
17005 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
17006
17007 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
17008 because it's autoloaded now.
17009
17010 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
17011
17012 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
17013 (sh-font-lock-keywords, sh-feature): Fix previous change of
17014 sh-feature to avoid infloop with sh-font-lock-keywords.
17015
17016 2003-09-25 Kim F. Storm <storm@cua.dk>
17017
17018 * frame.el (frame-current-scroll-bars): New defun.
17019
17020 * window.el (window-current-scroll-bars): New defun.
17021
17022 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17023
17024 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
17025 cause errors when the state cache contains info on parts that have
17026 been narrowed out.
17027
17028 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17029
17030 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
17031 `c-setup-paragraph-variables' has to be used when this variable is
17032 changed; it doesn't work to reinitialize the mode since that
17033 typically clobbers the variable.
17034
17035 * progmodes/cc-styles.el (c-setup-paragraph-variables):
17036 Make it interactive.
17037
17038 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17039
17040 * progmodes/cc-fonts.el (c-font-lock-declarations):
17041 Fix recognition of constructors and destructors for classes whose
17042 names are matched by `*-font-lock-extra-types'.
17043
17044 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
17045 followed by an identifier in C++ then it's a type.
17046
17047 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17048
17049 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
17050 problem that primarily affected XEmacs. Don't use faces to find
17051 unterminated strings since Emacs and XEmacs fontify strings
17052 differently - this function should now work better in XEmacs.
17053
17054 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17055
17056 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
17057 `expand-abbrev' workaround which caused braces to misbehave inside
17058 macros.
17059
17060 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
17061 handling. This bug could cause interactive font locking to bail out.
17062
17063 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
17064
17065 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17066 Handle paren-style types in Pike. Also fixed some cases of
17067 insufficient handling of unbalanced parens.
17068
17069 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
17070
17071 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
17072 common shell prompts that are not common filename or URL characters.
17073 (ffap-file-at-point): Use the new regexp to strip the prompts from
17074 the file names. This is an issue mostly for user prompts that
17075 don't have a trailing space and find-file-at-point is invoked from
17076 within a shell inside Emacs.
17077
17078 2003-09-24 Andre Spiegel <spiegel@gnu.org>
17079
17080 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
17081 stamps numerically, rather than textually.
17082
17083 2003-09-24 Kenichi Handa <handa@m17n.org>
17084
17085 * language/devan-util.el (devanagari-post-read-conversion):
17086 * language/mlm-util.el (malayalam-post-read-conversion):
17087 * language/tml-util.el (tamil-post-read-conversion):
17088 Add autoload cookie.
17089
17090 * international/utf-8.el (utf-8-post-read-conversion):
17091 Call post-read-conversion functions for Devanagari, Malayalam,
17092 and Tamil.
17093
17094 2003-09-23 Dave Love <fx@gnu.org>
17095
17096 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
17097
17098 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
17099
17100 * progmodes/gud.el (perldb): Add gud-until to list of commands.
17101 Update gud-remove.
17102
17103 2003-09-22 Richard M. Stallman <rms@gnu.org>
17104
17105 * progmodes/sh-script.el (sh-mode-default-syntax-table):
17106 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
17107 (sh-mode-syntax-table-input): New variable.
17108 (sh-require-final-newline): Don't use eval.
17109 (sh-builtins, sh-leading-keywords, sh-other-keywords)
17110 (sh-variables, sh-font-lock-keywords): Don't use eval.
17111 (sh-set-shell): When setting require-final-newline,
17112 treat value = `require-final-newline' as don't change it.
17113 Set sh-mode-syntax-table locally based on
17114 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
17115
17116 * progmodes/compile.el (compile-internal):
17117 Call compilation-set-window-height before setting window start.
17118
17119 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
17120
17121 * emacs-lisp/bytecomp.el (byte-compile-log-file):
17122 Clear out byte-compile-last-warned-form.
17123
17124 2003-09-22 Richard M. Stallman <rms@gnu.org>
17125
17126 * woman.el (woman-file-name, woman-follow-word):
17127 If current-word returns nil, use "".
17128
17129 * simple.el (eval-expression): Bind standard-output in to-buffer case.
17130
17131 2003-09-22 Richard M. Stallman <rms@gnu.org>
17132
17133 * emacs-lisp/lisp-mnt.el (lm-with-file):
17134 Don't visit the file, just use insert-file-contents in temp buffer.
17135
17136 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
17137
17138 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
17139 Add surrounding \\( and \\) around the header, as in
17140 for lm-history-header 'Change Log\\|History'.
17141
17142 2003-09-22 John Paul Wallington <jpw@gnu.org>
17143
17144 * progmodes/ld-script.el: Add Commentary section,
17145 minor cleanup of file header.
17146 (ld-script-font-lock-keywords): Doc fix.
17147 (toplevel): Provide `ld-script' feature.
17148
17149 2003-09-21 Kim F. Storm <storm@cua.dk>
17150
17151 * scroll-bar.el (set-scroll-bar-mode): Initialize to
17152 new built-in variable default-frame-scroll-bars.
17153 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
17154 scroll-bar-mode; notably, use it instead of t when we toggle
17155 scroll-bars on.
17156 (toggle-scroll-bar): Use default-frame-scroll-bars.
17157
17158 2003-09-19 Masatake YAMATO <jet@gyve.org>
17159
17160 * pcvs.el (cvs-do-removal): Change the prompt depending on
17161 `filter' value.
17162
17163 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17164
17165 * startup.el (command-line-1): Stop startup-echo-area-message
17166 being hidden by "Loading image..." message.
17167 (use-fancy-splash-screens-p, display-splash-screen):
17168 Move display-graphic-p test from latter to former.
17169
17170 * progmodes/sh-script.el (sh-font-lock-keywords):
17171 Highlight escaped EOLs differently from other backslash constructs.
17172
17173 2003-09-19 Richard M. Stallman <rms@gnu.org>
17174
17175 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
17176 New functions.
17177 (edebug-enter, edebug-outside-excursion): Use them.
17178
17179 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
17180 Fix the condition for whether to print "In WHERE".
17181
17182 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
17183
17184 * finder.el (finder-mode-hook): New variable.
17185 (finder-mode): Run hook finder-mode-hook
17186
17187 2003-09-18 Masatake YAMATO <jet@gyve.org>
17188
17189 * progmodes/ebrowse.el: Fix broken magic autoload comments.
17190
17191 2003-09-17 Mario Lang <mlang@delysid.org>
17192
17193 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
17194 "p %e" to actually print the value in the GUD buffer.
17195
17196 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
17197
17198 From David Ponce <david.ponce@wanadoo.fr>:
17199 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
17200 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
17201 from loaddefs-boot.el if necessary.
17202
17203 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
17204
17205 * progmodes/gud.el (gud-find-class): Make jdb work again since
17206 cc-mode changed the syntactic information.
17207
17208 2003-09-15 David Ponce <david@dponce.com>
17209
17210 * recentf.el: (recentf-exclude): Accept predicates too.
17211 (recentf-file-readable-p): New function.
17212 (recentf-include-p): Handle predicates in recentf-exclude.
17213 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
17214 (recentf-cleanup): Likewise.
17215 (recentf-save-list): Use write-file to handle backup of
17216 recentf-save-file.
17217
17218 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
17219
17220 * loaddefs-boot.el: Renamed from `loaddefs.el'
17221 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
17222 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
17223 necessary.
17224
17225 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
17226
17227 * electric.el (Electric-pop-up-window): For the `one-window' case,
17228 no longer disconcertingly move point in the original buffer.
17229
17230 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17231
17232 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
17233
17234 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
17235
17236 * dired.el (dired-mode-map): Fix typo.
17237
17238 2003-09-11 Richard M. Stallman <rms@gnu.org>
17239
17240 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
17241
17242 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
17243
17244 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
17245 the function is less noisy. Now only `kill-buffer' can ask questions.
17246
17247 2003-09-10 Mario Lang <mlang@delysid.org>
17248
17249 * battery.el: Update Commentary and Copyright.
17250 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
17251 appear due to wrong ordering of the expressions in `or'.
17252
17253 2003-09-09 Lute Kamstra <lute@gnu.org>
17254
17255 * misc.el (upcase-char): Fix docstring.
17256 (zap-up-to-char): New command.
17257
17258 2003-09-08 David Ponce <david@dponce.com>
17259
17260 Ensure that recentf correctly updates the menu bar.
17261 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
17262 (recentf-menu-bar): New function.
17263 (recentf-clear-data): Use it
17264 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
17265 of easy-menu-change.
17266
17267 2003-09-08 Lute Kamstra <lute@gnu.org>
17268
17269 * simple.el (size-indication-mode): New.
17270 * bindings.el (mode-line-position): Add buffer size indicator.
17271
17272 2003-09-04 Mario Lang <mlang@delysid.org>
17273
17274 * battery.el (battery-linux-proc-acpi): New function.
17275 (battery-status-function): Modify default value calculation to also
17276 check for availability of ACPI.
17277 (battery-echo-area-format): Ditto.
17278 (battery-mode-line-format): Ditto.
17279
17280 2003-09-06 Dave Love <fx@gnu.org>
17281
17282 * ielm.el (ielm-mode-hook): Add :options.
17283
17284 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
17285 (eldoc-print-current-symbol-info): Use it.
17286
17287 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
17288
17289 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
17290 being displayed in GUD buffer.
17291 (gdb-idle-input-queue): Remove var. Use just one queue.
17292 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
17293 Remove functions. Use just one queue.
17294 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
17295 (gdb-invalidate-assembler, gdb-get-current-frame):
17296 Modify functions. Use just one queue.
17297
17298 2003-09-04 Dave Love <fx@gnu.org>
17299
17300 * cus-start.el: Add blink-cursor-alist.
17301
17302 * ruler-mode.el (ruler-mode-fill-column-char)
17303 (ruler-mode-current-column-char): Use char-displayable-p,
17304 not window-system.
17305
17306 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
17307
17308 * language/european.el (windows-1252): Move from code-pages.
17309
17310 * language/cyrillic.el ("Windows-1251"): Delete.
17311 ("Bulgarian", "Belarusian"): Remove `features'.
17312 (windows-1251): Move from code-pages.
17313
17314 * international/mule-diag.el (non-iso-charset-alist):
17315 Remove `codepage' stuff.
17316 (print-designation, list-coding-systems-1): Output fixes.
17317
17318 * international/code-pages.el (cp-make-translation-table)
17319 (cp-valid-codes): Made defsubsts.
17320 (cp-fix-safe-chars): Delete.
17321 (mule-diag): Don't require.
17322 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
17323 (top-level): Check for defined coding system when defining
17324 cp... aliases. Change w32-add-charset-info test to avoid warning.
17325 (non-iso-charset-alist): Defvar when compiling.
17326 (cp-make-coding-system): Doc fix.
17327
17328 2003-09-02 Jason Rumney <jasonr@gnu.org>
17329
17330 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
17331 line-ends from CVS before doing conversion.
17332
17333 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
17334
17335 * calendar/diary-lib.el (diary-header-line-flag)
17336 (diary-header-line-format): New variables.
17337 (list-diary-entries): Use them to set header line in simple diary.
17338
17339 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
17340 other than font-lock-string-face to highlight backslashes.
17341
17342 2003-09-01 Jason Rumney <jasonr@gnu.org>
17343
17344 * international/titdic-cnv.el (tit-read-key-value): Include \r in
17345 regexp.
17346
17347 2003-09-01 Dave Love <fx@gnu.org>
17348
17349 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
17350
17351 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
17352 and :help; also line and column numbers labels.
17353
17354 * international/mule-util.el (char-displayable-p): Move from
17355 latin1-disp, rename and autoload.
17356
17357 * international/latin1-disp.el (latin1-char-displayable-p):
17358 Now obsolete alias. Replace uses with char-displayable-p.
17359 (latin1-display-ucs-per-lynx): Fix last change.
17360
17361 * international/mule-cmds.el (standard-display-european-internal):
17362 Don't use char code for Latin-1 NBSP.
17363 <XFree86 4>: Unfrob NBSP display table. Set display table to use
17364 U+2018, U+2019 for `'.
17365 (select-safe-coding-system): Message fix.
17366
17367 2003-09-01 Kenichi Handa <handa@m17n.org>
17368
17369 * international/fontset.el (setup-default-fontset): For Thai
17370 font, specify "*" family.
17371
17372 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
17373
17374 * progmodes/compile.el (previous-error): Accept a prefix
17375 argument, similarly to next-error.
17376
17377 2003-08-31 Masatake YAMATO <jet@gyve.org>
17378
17379 * pcvs.el (cvs-do-removal): Use = instead of eq to check
17380 the number of files. Bind the number of files to a local
17381 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
17382
17383 2003-08-30 Eli Zaretskii <eliz@gnu.org>
17384
17385 * vc-hooks.el (vc-make-version-backup): Fix the change made on
17386 2003-07-26: msdos-long-file-names is a function, not a variable.
17387
17388 2003-08-29 Richard M. Stallman <rms@gnu.org>
17389
17390 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
17391 Do nothing with mail-personal-alias-file if it is nil.
17392
17393 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
17394 Do nothing if mail-personal-alias-file is nil.
17395
17396 * term.el (term-exec-1): Bind coding-system-for-read.
17397
17398 * dired.el (dired-mouse-find-file-other-window):
17399 Use dired-view-command-alist here, as in dired-view-file.
17400 (dired-view-command-alist): Use %s to substitute file name.
17401 Handle .ps_pages, .eps, .jpg, .gif, .png.
17402
17403 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
17404
17405 * info.el (Info-mode-map): Bind S-tab and <backtab> to
17406 `Info-prev-reference', instead of M-tab.
17407
17408 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
17409
17410 * simple.el (blink-matching-open): Work correctly on chars that
17411 are designated as parens through the syntax-table text property.
17412
17413 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
17414
17415 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
17416 line break position in the middle of a non-kinsoku (e.g. latin)
17417 word, making it skip until either a space or a character with
17418 category "|".
17419 (kinsoku-longer): Test for end of buffer.
17420
17421 2003-08-28 Eli Zaretskii <eliz@gnu.org>
17422
17423 * mail/rmail.el (rmail-convert-to-babyl-format):
17424 Detect quoted-printable- and base64-encoded messages and decode them
17425 automatically. Set the message's encoding from the charset=
17426 header, if any. Decode base64-encoded messages in Mail format as well.
17427
17428 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
17429
17430 * mail/smtpmail.el: Fix previous change.
17431 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
17432 calling smtpmail-via-smtp.
17433 (smtpmail-via-smtp): Add fall-back values for envelope-from.
17434
17435 2003-08-26 John Paul Wallington <jpw@gnu.org>
17436
17437 * image.el (image-jpeg-p): Don't search beyond length of data.
17438
17439 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17440
17441 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
17442 misfeature in `expand-abbrev' which caused electric keywords like
17443 "else" to disappear if an open brace was typed directly afterwards.
17444
17445 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17446
17447 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
17448 mandatory in `define-widget'.
17449
17450 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
17451 Don't align the operators "!=", "<=" and ">=" as assignment operators.
17452
17453 (c-assignment-operators): New language constant that only contains
17454 the assignment operators.
17455
17456 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
17457
17458 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
17459
17460 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
17461 Safeguard against unbalanced sexps.
17462
17463 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
17464
17465 * version.el (emacs-version): Check for gtk. Include gtk version info.
17466
17467 2003-08-25 John Paul Wallington <jpw@gnu.org>
17468
17469 * man.el (Man-default-man-entry): Don't whizz past the section
17470 number before looking for it.
17471
17472 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
17473
17474 * progmodes/gud.el (gud-display-line): Don't set window-point if
17475 source buffer is not visible. (Only happens with M-x gdba.)
17476
17477 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
17478 documentation.
17479 (gdb-source, gdb-source-info): Update to assembler unnecessary
17480 as its done after each GDB command anyway.
17481 (gdb-pre-prompt): Use with-current-buffer.
17482 (gdb-insert-field): Add help-echo text.
17483 (gdb-invalidate-assembler): Re-display of assembler now done in
17484 gdb-info-breakpoints-custom.
17485 (gdb-info-breakpoints-custom): Force re-display of assembler to
17486 happen *after* update of breakpoints buffer.
17487 (gdb-display-source-buffer): Don't choke if gdb-source-window
17488 isn't visible.
17489 (gdb-put-string, gdb-put-arrow): Remove free variables.
17490
17491 2003-08-24 John Paul Wallington <jpw@gnu.org>
17492
17493 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
17494
17495 * man.el (Man-default-man-entry): Strip text properties when
17496 snarfing parts of entry because `format' preserves properties.
17497
17498 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17499
17500 * files.el (file-newest-backup): Use `expand-file-name'.
17501
17502 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
17503 Allow the diary to pop up a new frame, if needed.
17504
17505 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
17506 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
17507 (smtpmail-send-it): Make treatment of envelope-from consistent with
17508 sendmail.el.
17509
17510 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
17511 (sh-leading-keywords): Add the bash `time' reserved word.
17512 (sh-variables): Add some bash variables.
17513 (sh-add-completer): Fix nil branch of case statement.
17514
17515 2003-08-24 Masatake YAMATO <jet@gyve.org>
17516
17517 * progmodes/ld-script.el: New file.
17518
17519 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
17520
17521 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
17522
17523 2003-08-23 Andre Spiegel <spiegel@gnu.org>
17524
17525 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
17526 Better explain obsolescence, and what to use instead.
17527
17528 2003-08-23 Masatake YAMATO <jet@gyve.org>
17529
17530 * pcvs.el (cvs-do-removal): Show the deleted file name
17531 on the prompt.
17532
17533 2003-08-20 Dave Love <fx@gnu.org>
17534
17535 * international/mule.el (make-coding-system)
17536 (set-buffer-file-coding-system): Doc fix.
17537
17538 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
17539
17540 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
17541
17542 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
17543
17544 * international/utf-16.el: Add mime-text-unsuitable coding system
17545 properties.
17546
17547 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
17548
17549 * cus-edit.el: Add some :links.
17550 (bib): Remove.
17551
17552 * textmodes/bib-mode.el (bib): Add :group external.
17553
17554 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
17555
17556 * wid-edit.el (widget-echo-help): Make it handle expressions that
17557 evaluate to strings.
17558
17559 2003-08-18 Michael Mauger <mmaug@yahoo.com>
17560
17561 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
17562
17563 Simplify selection of SQL products to define highlighting and
17564 interactive mode. Includes detailed instructions on adding
17565 support for new products.
17566
17567 * progmodes/sql.el (sql-product): New variable. Identifies SQL
17568 product for use in highlighting and interactive mode.
17569 (sql-interactive-product): New variable. SQL product for
17570 sql-interactive-mode.
17571 (sql-product-support): New variable. Specifies product-specific
17572 parameters to drive highlighting and interactive mode.
17573 (sql-imenu-generic-expression): Add more object types.
17574 (sql-sqlite-options): Correct comment.
17575 (sql-ms-program): Use "osql" rather than "isql".
17576 (sql-prompt-regexp, sql-prompt-length): Update comment.
17577 (sql-mode-menu): Add "Start SQLi session" entry.
17578 Replace Highlighting submenu with Product menu. Fix Send Region entry.
17579 (sql-mode-abbrev-table): Add abbreviations. Support of
17580 SYSTEM-FLAG on define-abbrev. Support was removed with last
17581 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
17582 (sql-mode-font-lock-object-name): Add font-lock pattern for object
17583 names.
17584 (sql-mode-ansi-font-lock-keywords): Set as default value.
17585 (sql-mode-oracle-font-lock-keywords): Set as default value.
17586 Support Oracle 9i keywords.
17587 (sql-mode-postgres-font-lock-keywords): Set as default value.
17588 (sql-mode-linter-font-lock-keywords): Set as default value.
17589 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
17590 SQLServer 2000.
17591 (sql-mode-sybase-font-lock-keywords)
17592 (sql-mode-interbase-font-lock-keywords)
17593 (sql-mode-sqlite-font-lock-keywords)
17594 (sql-mode-strong-font-lock-keywords)
17595 (sql-mode-mysql-font-lock-keywords)
17596 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
17597 keywords.
17598 (sql-mode-font-lock-defaults): Update comment.
17599 (sql-product-feature): New function. Returns feature associated
17600 with a product from `sql-product-support' alist.
17601 (sql-product-font-lock): New function. Set font-lock support
17602 based on `sql-product'.
17603 (sql-add-product-keywords): New function. Add font-lock rules to
17604 product-specific keyword variables.
17605 (sql-set-product): New function. Set `sql-product' and apply
17606 appropriate font-lock highlighting.
17607 (sql-highlight-product): New function. Set font-lock support
17608 based on a product. Also set mode name to include product name.
17609 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
17610 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
17611 Use `sql-set-product'.
17612 (sql-highlight-ms-keywords)
17613 (sql-highlight-sybase-keywords)
17614 (sql-highlight-interbase-keywords)
17615 (sql-highlight-strong-keywords)
17616 (sql-highlight-mysql-keywords)
17617 (sql-highlight-sqlite-keywords)
17618 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
17619 (sql-get-login): Prompt in the same order as the tokens.
17620 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
17621 (sql-product-interactive): New function. Common portions of
17622 product-specific interactive mode wrappers.
17623 (sql-interactive-mode): Rewritten to use product features.
17624 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
17625 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
17626 (sql-db2, sql-linter): Use `sql-product-interactive'.
17627 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
17628 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
17629 (sql-connect-ingres, sql-connect-postgres)
17630 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
17631 New functions. Format command line parameters and invoke comint on
17632 the appropriate interpreter. Code was in the corresponding
17633 `sql-xyz' function before.
17634 (sql-connect-ms): New function. Support -E argument to use
17635 operating system credentials for authentication.
17636
17637 2003-08-18 Kenichi Handa <handa@m17n.org>
17638
17639 * international/mule.el (encode-char): Fix for the ASCII case.
17640
17641 2003-08-15 Kenichi Handa <handa@m17n.org>
17642
17643 * international/fontset.el (setup-default-fontset): Change "*" to
17644 nil in the specifications of font family.
17645
17646 2003-08-18 Kim F. Storm <storm@cua.dk>
17647
17648 * kmacro.el (kmacro-keymap): Group related bindings in
17649 initialization for clarity. Bind C-s to start macro.
17650 Remove C-r binding.
17651 (kmacro-initial-counter-value): New defvar to hold initial counter
17652 value in case we set the value before defining a macro.
17653 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
17654 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
17655 not defining or executing macro. Doc fix.
17656 (kmacro-add-counter): Clear kmacro-initial-counter-value.
17657 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
17658 temporarily view older elements on the macro ring without cycling
17659 the ring.
17660 (kmacro-display): Doc fix.
17661 (kmacro-exec-ring-item): New helper function.
17662 (kmacro-call-ring-2nd): Use it.
17663 (kmacro-call-ring-2nd-repeat): Doc fix.
17664 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
17665 (kmacro-end-or-call-macro): Execute last viewed macro (using
17666 kmacro-exec-ring-item) from ring if this follows
17667 kmacro-view-macro. This allows us to find a macro on the ring
17668 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
17669 the ring to bring it to the head of the ring.
17670 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
17671 Allow binding to reserved keys without specifying C-x C-k prefix.
17672 Ask for confirmation if entered key sequence is already bound to
17673 a non-macro command.
17674 (kmacro-view-macro): Repeating command will show older elements
17675 on the macro ring; C-k will execute the last viewed macro.
17676 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
17677 property from 'ring to 'head.
17678
17679 2003-08-17 Alan Shutko <ats@acm.org>
17680
17681 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
17682 keeping December out of the alist.
17683
17684 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
17685
17686 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
17687 * calendar/calendar.el (calendar-mode-map): Bind it to key.
17688 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
17689 (calendar-flatten): New function.
17690 (calendar-mouse-view-other-diary-entries)
17691 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
17692 in the menu title and to show multi-line diary entries correctly
17693 in the menu.
17694
17695 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
17696
17697 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
17698 defcustom, because the default was recently changed.
17699
17700 2003-08-16 Richard M. Stallman <rms@gnu.org>
17701
17702 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
17703
17704 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
17705 New subroutine, broken out of eval-last-sexp-1.
17706 (eval-last-sexp-1): Use eval-last-sexp-print-value.
17707
17708 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
17709
17710 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
17711
17712 * simple.el (eval-expression): Use eval-last-sexp-print-value.
17713
17714 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
17715
17716 * progmodes/compile.el (compilation-error-regexp-alist):
17717 Add Java ANt error detection as described in document
17718 http://ant.apache.org/faq.html
17719
17720 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
17721
17722 * simple.el (backward-word, forward-to-indentation)
17723 (backward-to-indentation): Argument changed to optional.
17724 (next-line, previous-line): Use `or' instead of `unless'.
17725
17726 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17727
17728 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
17729 instead of a constant.
17730
17731 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
17732
17733 * shell.el (shell): With prefix-arg, suggest a new buffer name.
17734
17735 2003-08-12 Andre Spiegel <spiegel@gnu.org>
17736
17737 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
17738 (vc-sccs-workfile-version): Search the entire delta table, rather
17739 than just the first entry, because that might be a deleted version.
17740
17741 2003-08-11 Karl Fogel <kfogel@red-bean.com>
17742
17743 * menu-bar.el (menu-bar-options-menu): Supply a body for the
17744 [save-place] binding in the Options menu. Have it require
17745 'saveplace' and then toggle the variable manually, to avoid an an
17746 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
17747 for the bug report.
17748
17749 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
17750
17751 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
17752 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
17753 (gdb-info-threads-custom): Add help-echo text.
17754 (gdb-display-back): Don't use purecopy.
17755 (gdb-info-breakpoints-custom, gdb-reset)
17756 (gdb-assembler-custom): Use display-images-p to test if breakpoint
17757 icons can be displayed.
17758
17759 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
17760
17761 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
17762
17763 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
17764
17765 * bookmark.el (bookmark-completing-read):
17766 Return a string, instead of a list of one string.
17767 Use a popup menu if activated from the mouse.
17768 (bookmark-edit-annotation): Remove unused vars.
17769 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
17770 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
17771 to bookmark-completing-read.
17772 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17773 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
17774 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
17775 and erase-buffer.
17776 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
17777 (bookmark-menu-jump, bookmark-menu-insert)
17778 (bookmark-popup-menu-and-apply-function)
17779 (bookmark-menu-popup-paned-bookmark-menu): Remove.
17780 (bookmark-menu-build-paned-menu): Remove by folding it into
17781 bookmark-menu-popup-paned-menu.
17782 (menu-bar-bookmark-map): Move the define-key statements here.
17783 Use the "non-menu" commands since they now pop up a menu if needed.
17784 (bookmark-exit-hook-internal): Simplify.
17785
17786 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
17787
17788 * reftex-toc.el (reftex-toc-rename-label): New function.
17789 (reftex-toc-check-docstruct): New function.
17790
17791 * reftex.el (reftex-region-active-p): New function.
17792
17793 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
17794 regexp to find the \bibliography macro.
17795
17796 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
17797 which does not exist in LaTeX.
17798 (reftex-cite-format-builtin): Added amsrefs support.
17799 (reftex-toc-confirm-promotion): New option
17800
17801 * reftex-toc.el
17802 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
17803 (reftex-toc-demote, reftex-toc-promote)
17804 (reftex-toc-do-promote, reftex-toc-promote-prepare)
17805 (reftex-toc-promote-action, reftex-toc-extract-section-number)
17806 (reftex-toc-newhead-from-alist)
17807 (reftex-toc-load-all-files-for-promotion): New functions.
17808 (reftex-toc-help): Added description of new keys.
17809 (reftex-toc-split-windows-fraction): New option.
17810 (reftex-recenter-toc-when-idle): Search *toc* window on all
17811 visible frames.
17812 (reftex-toc): Additional parameter REUSE
17813 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
17814 with REUSE argument.
17815 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
17816 the call of `reftex-toc'.
17817 (reftex-make-separate-toc-frame): New function .
17818 (reftex-toc-recenter): When called with triple prefix arg, call
17819 `reftex-make-separate-toc-frame' first.
17820 (reftex-toc-toggle-dedicated-frame): New command.
17821 (reftex-toc-quit): Adapted to delete frame when called in
17822 dedicated frame.
17823
17824 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
17825 all enclosing macros.
17826
17827
17828 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17829
17830 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
17831 first use.
17832
17833 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17834
17835 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
17836
17837 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17838
17839 * calendar/calendar.el (list-diary-entries-hook)
17840 (diary-display-hook, nongregorian-diary-listing-hook)
17841 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
17842 Add some customize options for these hooks.
17843 (calendar-abbrev-construct): Don't try to take a substring longer
17844 than the original string.
17845
17846 2003-08-05 Richard M. Stallman <rms@gnu.org>
17847
17848 * emacs-lisp/testcover.el (noreturn): Report error if does return.
17849 (testcover-reinstrument-clauses): Doc fix.
17850
17851 * emacs-lisp/warnings.el: Doc fixes, args renamed.
17852 (warning-type-format): Rename from warning-group-format.
17853
17854 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
17855 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
17856 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
17857 to prevent warnings about defvar for an obsolete variable.
17858
17859 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
17860 warning-group-format renamed to warning-type-format.
17861
17862 * subr.el (read-passwd): Use clear-string instead of fillarray.
17863
17864 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
17865 Use vconcat instead of concat.
17866 (edmacro-sanitize-for-string): New function.
17867
17868 2003-08-05 Dave Love <fx@gnu.org>
17869
17870 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
17871 line-number-display-limit-width.
17872
17873 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
17874
17875 2003-08-05 Kenichi Handa <handa@m17n.org>
17876
17877 * international/code-pages.el: Don't require mule-diag.
17878
17879 * international/mule-diag.el (non-iso-charset-alist):
17880 Add autoload cookie.
17881
17882 * language/devan-util.el (dev-glyph-order): Add an entry for the
17883 glyph code #xC4.
17884
17885 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
17886
17887 * calendar/calendar.el (diary-file, diary-file-name-prefix)
17888 (european-calendar-style, diary-date-forms)
17889 (calendar-day-name-array, calendar-month-name-array): Doc change.
17890 (generate-calendar-month): Adapt for new behaviour of
17891 `calendar-day-name' function.
17892 (calendar-abbrev-length, calendar-day-abbrev-array)
17893 (calendar-month-abbrev-array): New variables.
17894 (calendar-abbrev-construct): New function.
17895 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
17896 rather than fixing abbrevs at some width. Calling syntax change.
17897 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
17898 (calendar-date-string): Adapt for new behaviours of
17899 `calendar-day-name' and `calendar-month-name' functions.
17900
17901 * calendar/diary-lib.el (list-diary-entries): Adapt for new
17902 behaviour of `calendar-day-name' and `calendar-month-name' functions.
17903 (diary-name-pattern): Use abbrev arrays, rather than fixing
17904 abbrevs at three chars. Calling syntax change.
17905 (mark-diary-entries): Adapt for new behaviours of
17906 `diary-name-pattern' and `calendar-make-alist' functions.
17907 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
17908 `diary-name-pattern' function.
17909 (font-lock-diary-date-forms): Use abbrev arrays, rather than
17910 fixing abbrevs at three chars. Calling syntax change.
17911 (cal-hebrew, cal-islam): Require when compiling.
17912 (diary-font-lock-keywords): Adapt for new behaviour of
17913 `font-lock-diary-date-forms' function.
17914
17915 * calendar/cal-hebrew.el: Reposition some code so defined before used.
17916 (calendar-hebrew-month-name-array-common-year)
17917 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
17918 (list-hebrew-diary-entries): Adapt for new behaviours of
17919 `calendar-day-name' and `add-to-diary-list' functions.
17920 (mark-hebrew-diary-entries): Adapt for new behaviours of
17921 `diary-name-pattern' and `calendar-make-alist' functions.
17922
17923 * calendar/cal-islam.el (calendar-islamic-month-name-array):
17924 Add doc string.
17925 (list-islamic-diary-entries): Adapt for new behaviours of
17926 `calendar-day-name' and `add-to-diary-list' functions.
17927 (mark-islamic-diary-entries): Adapt for new behaviours of
17928 `diary-name-pattern' and `calendar-make-alist' functions.
17929
17930 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
17931 `calendar-month-name' function.
17932
17933 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
17934
17935 * calendar/solar.el (solar-seasons-data): Move definition before use.
17936
17937 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
17938 (cal-tex-LaTeX-hourbox): Move definition before use.
17939
17940 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
17941 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
17942 lunar.el, solar.el
17943 (displayed-month, displayed-year): Define for compiler.
17944
17945 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17946
17947 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
17948 MODE. Renamed from c-init-c-language-vars'.
17949 (c-initialize-cc-mode): Change accordingly.
17950 (c-common-init): Ditto.
17951 (c-mode): Ditto.
17952 (c++-mode): Use `c-init-language-vars-for'.
17953 (objc-mode): Ditto.
17954 (java-mode): Ditto.
17955 (idl-mode): Ditto.
17956 (pike-mode): Ditto.
17957 (awk-mode): Ditto.
17958
17959 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17960
17961 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
17962 or not the point moved.
17963
17964 (c-search-decl-header-end): Don't trip up on operator identifiers
17965 in C++ and operators like == in all languages.
17966
17967 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17968 Detect leading labels correctly.
17969
17970 2003-08-02 Andreas Schwab <schwab@suse.de>
17971
17972 * textmodes/ispell.el: Don't redo key bindings on loading, put
17973 them only in loaddefs.el.
17974 * bookmark.el: Likewise.
17975 * dabbrev.el: Likewise.
17976 * emerge.el: Likewise.
17977
17978 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
17979 has more than one member.
17980
17981 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
17982
17983 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17984
17985 * lpr.el (printify-region): It was ending conversion before the
17986 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
17987
17988 2003-07-31 John Paul Wallington <jpw@gnu.org>
17989
17990 * net/browse-url.el (browse-url-epiphany): Doc fix.
17991
17992 2003-07-30 Kenichi Handa <handa@m17n.org>
17993
17994 * international/fontset.el (setup-default-fontset):
17995 Change registry names of Akurti fonts.
17996
17997 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
17998
17999 * comint.el (comint-read-noecho): Use `clear-string' instead of
18000 `fillarray'.
18001
18002 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
18003
18004 * outline.el (outline-mode-hook): Add defvar.
18005
18006 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
18007
18008 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
18009 Restore assembler in source window if that is what has been selected.
18010 (menu): Add gdb-restore-windows to menu. Make gdba
18011 specific menus only visible from gdba.
18012
18013 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
18014
18015 * progmodes/compile.el (compilation-environment): New user variable.
18016 (compile-internal): Respect it.
18017
18018 2003-07-23 Masatake YAMATO <jet@gyve.org>
18019
18020 * progmodes/gud.el (gdb-script-font-lock-keywords):
18021 Put `font-lock-function-name-face' on a symbol which includes
18022 `-' like `hook-run'. Put font-lock-variable-name-face
18023 on a symbol starting with $.
18024
18025 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
18026
18027 * files.el (set-visited-file-name): Use truename for buffer-file-name.
18028
18029 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
18030
18031 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
18032
18033 2003-07-26 Andre Spiegel <spiegel@gnu.org>
18034
18035 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
18036 Use with-no-warnings.
18037 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
18038 rather than to find-file-not-found-hook, which doesn't exist.
18039
18040 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
18041
18042 * international/quail.el (quail-translate-key): Fix previous change.
18043
18044 2003-07-25 John Paul Wallington <jpw@gnu.org>
18045
18046 * server.el (server-start): Check `server-process' is non-nil
18047 before killing it to avoid killing current buffer's process.
18048
18049 * simple.el (choose-completion-string): Use `minibufferp';
18050 test `completion-reference-buffer' if `buffer' arg is nil.
18051 (push-mark): Use `when' and `unless'.
18052 (pop-mark): Use `when'.
18053
18054 * mouse-sel.el (mouse-sel-get-selection-function):
18055 Check `x-last-selected-text-primary'. Don't barf if it or
18056 `x-last-selected-text' aren't bound.
18057
18058 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18059
18060 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
18061
18062 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
18063
18064 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
18065
18066 2003-07-23 John Paul Wallington <jpw@gnu.org>
18067
18068 * tooltip.el (defface tooltip): Inherit from variable-pitch.
18069
18070 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18071
18072 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
18073 string. Defvar the derived hook.
18074
18075 * macros.el (insert-kbd-macro): Escape double quote character.
18076 From Thomas W Murphy <twm@andrew.cmu.edu>.
18077
18078 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
18079
18080 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
18081 to match the specific mark rather than reusing comment-start-skip.
18082
18083 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
18084
18085 * progmodes/hideshow.el (hs-special-modes-alist):
18086 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
18087
18088 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
18089
18090 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
18091 value using ?\s.
18092
18093 2003-07-21 John Paul Wallington <jpw@gnu.org>
18094
18095 * subr.el (with-selected-window): Add closing paren.
18096
18097 2003-07-21 Richard M. Stallman <rms@gnu.org>
18098
18099 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
18100 (lisp-mode): Likewise.
18101
18102 * subr.el (with-selected-window): Copy code form save-selected-window
18103 so as to call select-window with norecord arg.
18104 (dynamic-completion-table): Doc fix.
18105 (lazy-completion-table): Doc fix.
18106
18107 * international/mule-cmds.el (set-locale-environment):
18108 langinfo renamed to locale-info.
18109
18110 * international/mule.el (auto-coding-functions): Doc fix.
18111
18112 2003-07-21 Kenichi Handa <handa@m17n.org>
18113
18114 * international/quail.el (quail-translate-key):
18115 Update quail-current-str correctly.
18116
18117 2003-07-21 Andreas Schwab <schwab@suse.de>
18118
18119 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
18120 ?, to "_".
18121
18122 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
18123 Version 2.0.36 of Tramp released.
18124
18125 * net/tramp.el (tramp-default-password-end-of-line): Rename from
18126 tramp-password-end-of-line.
18127 (tramp-password-end-of-line): New method parameter.
18128 (tramp-get-password-end-of-line): Function to access method
18129 parameter `tramp-password-end-of-line', or variable
18130 `tramp-default-password-end-of-line' (default value).
18131 (tramp-methods): Add entries for new parameter
18132 tramp-password-end-of-line.
18133 (tramp-enter-password): Use new function
18134 `tramp-get-password-end-of-line'.
18135 (tramp-handle-insert-file-contents): Do not
18136 unconditionally inhibit the file operation file-local-copy, only
18137 do that when the inhibit-file-name-operation is currently
18138 insert-file-contents. This fixes finding remote CVS-controlled
18139 files. (It would barf on inserting the CVS/Entries file
18140 literally, because the file-local-copy handler wasn't called.)
18141 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
18142 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
18143 (tramp-initial-commands): New variable.
18144 (tramp-process-initial-commands): New function, using the variable.
18145 (tramp-open-connection-setup-interactive-shell): Call the new function.
18146 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
18147 method into the buffer name, never use nil. Reported by Hanak
18148 David <dhanak@inf.bme.hu>.
18149 (tramp-open-connection-setup-interactive-shell): Erase buffer
18150 before sending "stty -onlcr".
18151
18152 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
18153
18154 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
18155
18156 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
18157
18158 2003-07-19 John Paul Wallington <jpw@gnu.org>
18159
18160 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
18161 (artist-draw-rect, artist-draw-square): Doc fixes.
18162
18163 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
18164
18165 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
18166
18167 2003-07-19 Kenichi Handa <handa@m17n.org>
18168
18169 * international/kkc.el (kkc-show-conversion-list-update):
18170 Highlight the correct candidate in the message.
18171
18172 2003-07-18 John Paul Wallington <jpw@gnu.org>
18173
18174 * simple.el (current-word): Don't include punctuation char when
18175 `really-word' arg is non-nil.
18176
18177 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
18178
18179 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
18180 moved to the directory obsolete.
18181
18182 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
18183
18184 * info.el (Info-menu-entry-name-re): Allow newlines in
18185 menu entry names.
18186
18187 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
18188 syntax-ppss-after-change-function.
18189 (syntax-ppss-after-change-function): New alias. Update uses.
18190 (syntax-ppss): Catch the case where the buffer is narrowed.
18191
18192 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18193
18194 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
18195 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
18196
18197 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
18198
18199 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
18200 since it might be modified.
18201
18202 * progmodes/cc-langs.el (c++-make-template-syntax-table)
18203 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
18204 names to these language constants.
18205
18206 2003-07-15 Kim F. Storm <storm@cua.dk>
18207
18208 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
18209 All uses changed.
18210
18211 2003-07-14 Mark A. Hershberger <mah@everybody.org>
18212
18213 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
18214 Namespace support.
18215
18216 2003-07-13 Juanma Barranquero <lektu@terra.es>
18217
18218 * frame.el (modify-all-frames-parameters): Reinstall (copyright
18219 papers received).
18220
18221 2003-07-13 Karl Eichwalder <ke@suse.de>
18222
18223 * textmodes/po.el (po-find-charset): White space at the start of the
18224 Content-Type field body is non-mandatory.
18225
18226 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
18227
18228 * textmodes/texinfo.el (texinfo-section-list):
18229 Append appendixsection; a synonym for appendixsec.
18230
18231 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
18232
18233 * man.el (Man-translate-cleanup): New.
18234 (Man-translate-references): Call `Man-translate-cleanup' to clean
18235 leading, trailing and middle spaces.
18236
18237 2003-07-13 Lars Hansen <larsh@math.ku.dk>
18238
18239 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
18240 Handle `dired-directory' being a list.
18241
18242 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
18243
18244 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
18245 it doesn't exist.
18246
18247 2003-07-12 Richard M. Stallman <rms@gnu.org>
18248
18249 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
18250
18251 * progmodes/cc-defs.el (c-make-keywords-re):
18252 Don't use delete-duplicates.
18253 (c-lang-const): Don't use mapcan.
18254
18255 * apropos.el (apropos-show-scores): Make it customizable.
18256 Document new meaning.
18257 (apropos): Compute scores from symbols.
18258 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
18259
18260 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18261
18262 * ps-bdf.el: Fix copyright line.
18263 (bdf-directory-list): Fix initialization code.
18264
18265 2003-07-11 John Paul Wallington <jpw@gnu.org>
18266
18267 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
18268 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
18269 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
18270
18271 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
18272
18273 * emacs-lisp/ring.el (ring-elements): Doc fix.
18274
18275 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18276
18277 * calendar/timeclock.el (timeclock-relative)
18278 (timeclock-ask-before-exiting, timeclock-use-display-time):
18279 Doc changes.
18280 (timeclock-modeline-display): Give a message if
18281 `timeclock-use-display-time' is non-nil but `display-time-mode'
18282 is not active.
18283
18284 2003-07-11 Kenichi Handa <handa@m17n.org>
18285
18286 * international/mule-cmds.el (set-language-environment):
18287 Set current-language-environment to the correct string.
18288
18289 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18290
18291 * ps-print.el: Print line number correctly in a region. Reported by
18292 Tim Allen <timallen@ls83.fsnet.co.uk>.
18293 (ps-print-version): New version number (6.6.2).
18294 (ps-printing-region): Code fix.
18295
18296 2003-07-10 John Paul Wallington <jpw@gnu.org>
18297
18298 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
18299 this function can be called from `add-completions-from-tags-table'.
18300
18301 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
18302
18303 * calendar/timeclock.el (timeclock-use-display-time)
18304 (timeclock-day-over-hook, timeclock-workday-remaining)
18305 (timeclock-status-string, timeclock-when-to-leave)
18306 (timeclock-when-to-leave-string, timeclock-log-data)
18307 (timeclock-find-discrep, timeclock-day-base)
18308 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
18309 (timeclock-modeline-display): Set the variable
18310 `timeclock-modeline-display'.
18311 (timeclock-update-modeline): Doc fix. Respect value of
18312 `timeclock-relative'.
18313
18314 2003-07-09 Richard M. Stallman <rms@gnu.org>
18315
18316 * textmodes/reftex-parse.el (reftex-all-document-files):
18317 Add autoload cookie.
18318
18319 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
18320 (reftex-scanning-info-available-p): Add autoload cookie.
18321
18322 * international/mule-cmds.el
18323 (set-display-table-and-terminal-coding-system): Delete duplicate
18324 aset on standard-display-table.
18325
18326 * view.el (view-file): If existing buffer's major mode is special,
18327 don't go into view mode.
18328
18329 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
18330
18331 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18332
18333 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
18334 buffer changes; there's third party code that calls this function
18335 directly.
18336
18337 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18338
18339 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
18340 (autodoc-font-lock-keywords): Don't byte compile on font lock
18341 initialization when running from byte compiled files.
18342
18343 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18344
18345 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
18346 statement ends with auto-increment "++".
18347
18348 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18349
18350 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18351 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18352 these are changed, so declare them as variables and not constants.
18353
18354 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
18355
18356 * subr.el (dolist, dotimes): Doc fix.
18357
18358 2003-07-08 Kim F. Storm <storm@cua.dk>
18359
18360 * international/mule-cmds.el
18361 (set-display-table-and-terminal-coding-system): Don't break
18362 bootstrap if standard-display-table isn't setup yet.
18363
18364 2003-07-07 Richard M. Stallman <rms@gnu.org>
18365
18366 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
18367 Give it a doc string, and autoload it.
18368
18369 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
18370 Use with-no-warnings.
18371
18372 * info.el (Info-search): If find invisible text, search again.
18373
18374 * isearch.el (search-whitespace-regexp): Add a shy group around it.
18375
18376 * man.el (Man-name-regexp): Match + as part of name.
18377
18378 * simple.el (visible-mode): Rename from vis-mode.
18379 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
18380
18381 * simple.el (current-word): New arg REALLY-WORD specifies
18382 don't include punctuation chars.
18383
18384 * emacs-lisp/debug.el (debug, debugger-env-macro):
18385 Use with-no-warnings while accessing and binding unread-command-char.
18386
18387 * international/mule-cmds.el
18388 (set-display-table-and-terminal-coding-system): Use explicit loop
18389 instead of calling standard-display-default.
18390
18391 * net/ange-ftp.el (ange-ftp-file-symlink-p):
18392 Use condition-case to catch error in ange-ftp-get-files.
18393
18394 * net/browse-url.el (browse-url-browser-function):
18395 Add alternative for Epiphany.
18396 (browse-url-epiphany-program, browse-url-epiphany-arguments)
18397 (browse-url-epiphany-startup-arguments)
18398 (browse-url-epiphany-new-window-is-tab): New variables.
18399 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
18400
18401 * progmodes/compile.el (compile-auto-highlight): Default now t.
18402 (compile): Doc fix.
18403 (compilation-next-error): Fix previous change.
18404
18405 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
18406
18407 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
18408
18409 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
18410
18411 * gdb-ui.el (gdb-source-info): Display current frame when
18412 attaching to an existing process.
18413 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
18414 while laying out windows when attaching to an existing process.
18415
18416 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
18417
18418 * info.el (Info-menu): Use Info-menu-entry-name-re.
18419
18420 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
18421
18422 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
18423 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
18424
18425 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
18426 to match the same text.
18427
18428 2003-07-06 John Paul Wallington <jpw@gnu.org>
18429
18430 * vc.el (vc-annotate-offset): Move defvar up.
18431
18432 2003-07-06 Kim F. Storm <storm@cua.dk>
18433
18434 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
18435 This should fix the infinite loop when extracting menu names.
18436
18437 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18438
18439 * files.el (auto-mode-alist, interpreter-mode-alist):
18440 Remove entries to CC Mode modes to avoid duplicates; they are now added
18441 with autoload directives in cc-mode.el.
18442
18443 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
18444
18445 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
18446 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
18447 these are changed, so declare them as variables and not constants.
18448
18449 * progmodes/cc-mode.el: Fix some autoload problems: Try to
18450 ensure that the entry for ".c" extension comes before the one for
18451 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
18452 Fix incorrect entries that were added to `interpreter-mode-alist'.
18453 Move the autoload directives for AWK to the top level since they
18454 aren't recognized anywhere else. Do not use the new AWK mode doc
18455 in the autoload form for the old AWK mode.
18456
18457 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18458
18459 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
18460 (bibtex-sort-ignore-string-entries): Default value t.
18461 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
18462 erroneously in previous version.
18463 (bibtex-string-files): Docstring reflects new parsing scheme.
18464 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
18465 docstring, add # as one of the chars to crush
18466 (bibtex-autokey-prefix-string, bibtex-autokey-names)
18467 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
18468 (bibtex-autokey-name-change-strings)
18469 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
18470 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
18471 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
18472 (bibtex-autokey-title-terminators)
18473 (bibtex-autokey-titlewords-stretch)
18474 (bibtex-autokey-titleword-ignore)
18475 (bibtex-autokey-titleword-case-convert)
18476 (bibtex-autokey-titleword-abbrevs)
18477 (bibtex-autokey-titleword-abbrevs)
18478 (bibtex-autokey-titleword-change-strings)
18479 (bibtex-autokey-titleword-length)
18480 (bibtex-autokey-titleword-separator)
18481 (bibtex-autokey-name-year-separator)
18482 (bibtex-autokey-year-title-separator)
18483 (bibtex-autokey-before-presentation-function)
18484 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
18485 Fix docstring.
18486 (bibtex-strings, bibtex-reference-keys):
18487 Use lazy-completion-table and make-variable-buffer-local.
18488 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
18489 (bibtex-braced-string-syntax-table)
18490 (bibtex-quoted-string-syntax-table): New variables.
18491 (bibtex-parse-nested-braces): Remove.
18492 (bibtex-parse-field-string): Use syntax table and forward-sexp.
18493 (bibtex-parse-association): Simplify.
18494 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
18495 (bibtex-parse-field-text): Simplify.
18496 (bibtex-search-forward-field, bibtex-search-backward-field):
18497 argument BOUND can take value t.
18498 (bibtex-start-of-field, bibtex-start-of-name-in-field)
18499 (bibtex-end-of-name-in-field, bibtex-end-of-field)
18500 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18501 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
18502 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
18503 (bibtex-skip-to-valid-entry): Return buffer position of beginning
18504 and ending of entry. Update for changes of bibtex-search-entry.
18505 Simplify.
18506 (bibtex-map-entries): FUN is called with three arguments.
18507 (bibtex-search-entry): Return a cons pair with buffer positions of
18508 beginning and end of entry.
18509 (bibtex-enclosing-field): Simplify.
18510 (bibtex-format-entry): Use booktitle to set a missing title.
18511 (bibtex-autokey-get-names): Fiddle with regexps.
18512 (bibtex-generate-autokey): Use identity.
18513 (bibtex-parse-keys): Use simplified parsing algorithm if
18514 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
18515 arguments. Return alist of keys.
18516 (bibtex-parse-strings): Simplify. Return alist of strings.
18517 (bibtex-complete-string-cleanup): Fix docstring.
18518 (bibtex-read-key): New function.
18519 (bibtex-mode): Fix docstring. Do not parse for keys and
18520 strings when the mode is entered. Set fill-paragraph-function to
18521 bibtex-fill-field. Setup font-lock-mark-block-function the way
18522 font-lock intended.
18523 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
18524 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
18525 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
18526 (bibtex-Preamble): Avoid hard coded constants.
18527 (bibtex-make-field): Fix docstring. Simplify.
18528 (bibtex-beginning-of-entry): Always return new position of point.
18529 (bibtex-end-of-entry): Rearrange cond clauses.
18530 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
18531 Update for changes of bibtex-map-entries.
18532 (bibtex-ispell-abstract): Do not move point.
18533 (bibtex-entry-index): Use downcase. Simplify.
18534 (bibtex-lessp): Handle catch-all.
18535 (bibtex-find-crossref): Turn into a command.
18536 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
18537 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
18538 preamble entries.
18539 (bibtex-fill-field-bounds): New function.
18540 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
18541 (bibtex-fill-entry): Use bibtex-fill-field-bounds
18542 (bibtex-String): Use bibtex-strings. Always obey
18543 bibtex-sort-ignore-string-entries.
18544
18545 2003-07-05 John Paul Wallington <jpw@gnu.org>
18546
18547 * cus-theme.el (customize-create-theme):
18548 Call `customize-create-theme' in Reset widget's notify function.
18549
18550 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
18551 (ibuffer-mark-interactive): Use `or' instead of `unless'.
18552 (define-ibuffer-column name): Add summarizer.
18553 (define-ibuffer-column size): Likewise.
18554 (define-ibuffer-column filename): Likewise.
18555 (define-ibuffer-column process): Likewise. Change BODY's output too.
18556 (define-ibuffer-column filename-and-process): Likewise, likewise.
18557 (ibuffer): Remove local vars `already-in' and `need-update'.
18558
18559 * ibuf-ext.el: Don't require `derived' at compile-time.
18560
18561 2003-07-05 Kim F. Storm <storm@cua.dk>
18562
18563 * info.el: Disable paragraph refilling.
18564 (Info-refill-paragraphs): New defcustom.
18565 (Info-fontify-node): Use it.
18566
18567 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
18568
18569 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
18570 thingies from constructors created by defstruct.
18571
18572 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
18573 the default value of the variable.
18574 (byte-code-meter): Move declaration to top level.
18575
18576 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
18577
18578 * info.el (Info-following-node-name-re): New fun.
18579 (Info-following-node-name): Remove.
18580 (Info-insert-dir): Use the new fun.
18581 (Info-extract-pointer): Don't save restriction; use new fun.
18582 (Info-menu-entry-name-re): New const.
18583 (Info-menu-entry-name-re): Use it along with new fun.
18584 (Info-node-spec-re): Use new fun.
18585 (Info-complete-menu-item, Info-fontify-node): Use new const.
18586 (Info-goto-node, Info-follow-reference, Info-menu-update):
18587 Use match-string.
18588 (Info-follow-reference): Use assoc-string.
18589 Use a list of strings for the completion table.
18590 (Info-fontify-node): Use match-string, line-end-position.
18591 Limit the search for `node:' to the first line.
18592
18593 * newcomment.el (uncomment-region): Remove padding coming from
18594 comment-start rather than just from comment-padding.
18595
18596 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
18597 (vc-cvs-stay-local-p): Use vc-stay-local-p.
18598 (vc-cvs-rename-file): Remove (use the default).
18599 (vc-cvs-register): Register parent dir if needed.
18600 (vc-cvs-could-register): Return non-nil if parent can be registered.
18601 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
18602 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
18603
18604 * vc-svn.el (vc-svn-use-edit): Make it into a const.
18605 (vc-svn-update): Fix the arguments to `svn'.
18606 (vc-svn-diff-tree): Just use `vc-svn-diff'.
18607 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
18608 Simple implementations, assuming `name' is a URL.
18609
18610 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
18611 set of chars allowed unquoted in a case pattern.
18612
18613 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
18614
18615 * font-lock.el (font-lock-extra-types-widget)
18616 (c-font-lock-extra-types, c++-font-lock-extra-types)
18617 (objc-font-lock-extra-types, java-font-lock-extra-types)
18618 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
18619 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
18620 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
18621 (font-lock-match-c++-structor-declaration)
18622 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
18623 (c++-font-lock-keywords-3, c++-font-lock-keywords)
18624 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
18625 (objc-font-lock-keywords-3, objc-font-lock-keywords)
18626 (java-font-lock-keywords-1, java-font-lock-keywords-2)
18627 (java-font-lock-keywords-3, java-font-lock-keywords)
18628 (java-font-lock-syntactic-face-function): Remove obsolete code
18629 and constants. It's all in cc-fonts.el now.
18630
18631 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
18632
18633 * mail/sendmail.el (mail-specify-envelope-from)
18634 (mail-envelope-from): Doc fix.
18635
18636 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
18637
18638 * generic-x.el: Do away with the dependency on `c-emacs-features'
18639 when populating `rul-generic-mode-syntax-table'; we already know
18640 this isn't XEmacs.
18641
18642 See ChangeLog.10 for earlier changes.
18643
18644 ;; Local Variables:
18645 ;; coding: iso-2022-7bit
18646 ;; End:
18647
18648 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
18649 Copying and distribution of this file, with or without modification,
18650 are permitted provided the copyright notice and this notice are preserved.
18651
18652 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1