*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
2
3 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
4 of `if' whose condition always returned nil. Doc fix.
5
6 * buff-menu.el (Buffer-menu-revert-function): Make the selected
7 window's buffer the current buffer around the call to
8 `list-buffers-noselect'. This is necessary to mark that buffer
9 with a `.' in the Buffer Menu when called from Lisp, for instance
10 by Auto Revert Mode.
11
12 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
13
14 * progmodes/gdb-ui.el (gdb-stopped): Detect process when attaching.
15 (gdb-pre-prompt): Make sure gdb-error is reset.
16
17 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
18 with a process, detect it.
19 (gud-speedbar-buttons): Match regexp more carefully.
20
21 2005-11-27 Richard M. Stallman <rms@gnu.org>
22
23 * mouse.el (mouse-drag-move-window-bottom):
24 Use adjust-window-trailing-edge.
25
26 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
27
28 * simple.el (blink-matching-open): Ignore
29 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
30 (blink-matching-paren-on-screen): Update docstring.
31
32 * paren.el (show-paren-mode): No longer change
33 `blink-matching-paren-on-screen'.
34
35 2005-11-27 John Paul Wallington <jpw@pobox.com>
36
37 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
38 (gdb-threads-select, gdb-edit-register-value):
39 Use `posn-set-point' instead of `mouse-set-point' because the
40 latter is not fbound when configured without X.
41
42 2005-11-27 Kim F. Storm <storm@cua.dk>
43
44 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
45 existing face when partially highlighting a TAB in a rectangle.
46
47 2005-11-26 Kim F. Storm <storm@cua.dk>
48
49 * ido.el (ido-mode-map): Doc fix.
50 (ido-mode-common-map, ido-mode-file-map)
51 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
52 (ido-define-mode-map): Rewrite. Select one of the new maps as
53 parent for ido-mode-map instead of building from scratch.
54 (ido-init-mode-maps): New defun to initialize new maps.
55 (ido-mode): Call it.
56 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
57 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
58
59 2005-11-26 John Paul Wallington <jpw@pobox.com>
60
61 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
62 `mouse-set-point' because the latter is not fbound when configured
63 without X.
64
65 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
66
67 * files.el (file-relative-name): Doc fix.
68
69 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
70
71 * progmodes/octave-inf.el (inferior-octave-startup): Force a
72 non-empty string for secondary prompt PS2.
73
74 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
75
76 * progmodes/compile.el (compilation-setup): Fix last change.
77
78 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
79
80 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
81 (gdb-mouse-toggle-breakpoint-margin)
82 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
83 Add gdb-server-prefix to keep out of command history.
84 (gdb-edit-register-value): New function.
85 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
86 (gdb-info-registers-custom): Use above map.
87
88 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
89
90 * custom.el (enable-theme): Signal error if argument is not a
91 theme. Don't recalculate a face if it's not loaded yet.
92
93 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
94 the `user' theme is in effect.
95
96 * info.el (Info-on-current-buffer): Record actual filename in
97 Info-current-file, instead of t, or a fake filename if a non-file
98 buffer. Make autoload.
99 (Info-find-node, Info-revert-find-node): No need to check for
100 Info-current-file nil.
101 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
102 Info-current-file is now never `t'.
103 (Info-fontify-node): Many simplifications due to Info-current-file
104 always being valid. Use Info-find-file to find node filename.
105
106 2005-11-25 David Kastrup <dak@gnu.org>
107
108 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
109 new character, then delete" in order to preserve markers.
110
111 2005-11-25 David Ponce <david@dponce.com>
112
113 * recentf.el (recentf-arrange-by-rule): Handle a special
114 `auto-mode-alist'-like "strip suffix" rule.
115 (recentf-build-mode-rules): Handle second level auto-mode entries.
116
117 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
118
119 * viper-keym.el (viper-ESC-key): Use different values in terminal and
120 window modes.
121
122 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
123 jde-javadoc-checker-report-mode.
124
125 * ediff-wind (ediff-make-wide-display): Slight simplification.
126
127 * ediff.el (ediff-date): Change the date of last update.
128
129 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
130
131 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
132 Use define-minor-mode, and make it a local mode. Turn on font-lock.
133 (hi-lock-mode): New global minor mode.
134 (turn-on-hi-lock-if-enabled): New function.
135 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
136 Change arguments to regexp and face instead of a font-lock pattern.
137 Directly set face property, instead of refontifying.
138 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
139 (hi-lock-find-patterns): Use line-number-at-pos.
140
141 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
142 arguments for hi-lock-set-pattern.
143 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
144 font-lock-fontify-buffer.
145 (hi-lock-find-file-hook, hi-lock-current-line)
146 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
147
148 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
149 turned off.
150
151 * progmodes/compile.el (compilation-setup): Don't fiddle with
152 font-lock-defaults.
153
154 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
155
156 * progmodes/gdb-ui.el (gdb-var-create-handler)
157 (gdb-var-list-children-handler): Find values for all variable
158 objects. gud-speedbar-buttons decides whether to display them.
159
160 2005-11-24 Romain Francoise <romain@orebokech.com>
161
162 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
163 buffer name with a space.
164
165 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
166
167 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
168 `org-export-local-list-max-depth'. Change default value to 3.
169 (org-auto-renumber-ordered-lists)
170 (org-plain-list-ordered-item-terminator): New options.
171 (org-at-item-p, org-beginning-of-item, org-end-of-item)
172 (org-get-indentation, org-get-string-indentation)
173 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
174 functions.
175 (org-move-item-down, org-move-item-up): New commands.
176 (org-export-as-html): New classes for CSS support. Bug fix in
177 regular expression detecting fixed-width regions. Respect
178 `org-local-list-ordered-item-terminator'.
179 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
180 also a list item.
181 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
182 New item moving functions.
183
184 2005-11-24 Juri Linkov <juri@jurta.org>
185
186 * isearch.el (isearch-repeat): With empty search ring set
187 `isearch-error' to the error string instead of signaling error
188 with the function `error'.
189
190 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
191
192 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
193
194 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
195
196 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
197 and variable.
198 (gdb-var-create-handler, gdb-var-list-children-handler):
199 Don't match on "char **...".
200 (gdb-var-update-handler): Find values for all variable objects.
201 (gdb-info-frames-custom): Identify frames by leading "#".
202
203 * progmodes/gud.el (gud-speedbar-menu-items): Add
204 gdb-speedbar-auto-raise as radio button.
205 (gud-speedbar-buttons): Raise speedbar if requested.
206 Don't match on "char **...".
207 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
208 Make it editable.
209
210 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
211
212 * info.el (Info-fontify-node): Handle the case where
213 Info-current-file is t.
214
215 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * simple.el (blink-matching-open): Fix off-by-one in last change.
218
219 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
220
221 * term/mac-win.el: Don't change default directory.
222
223 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
224
225 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
226 buffers correctly. (It used to throw an error in such buffers.)
227 Make it ask for confirmation in group buffers and other Custom
228 buffers containing more than one customization item.
229
230 2005-11-22 John Paul Wallington <jpw@gnu.org>
231
232 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
233 property on mail and url overlays.
234 (goto-address-at-point): Use `posn-set-point' instead of
235 `mouse-set-point' because the latter is not fbound when configured
236 without X.
237
238 2005-11-22 Lars Hansen <larsh@soem.dk>
239
240 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
241 (ls-lisp-classify, ls-lisp-format): Delete call to
242 ls-lisp-parse-symlink.
243 (ls-lisp-handle-switches): Handle symlinks to directories as
244 directories when ls-lisp-dirs-first in non-nil.
245
246 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
247
248 * startup.el (command-line): Make sure that loaddefs.el is handled
249 correctly in load-history.
250
251 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
252
253 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
254 (gdb-struct-string, gdb-array-string): New constants.
255 (gdb-info-locals-handler): Use them.
256 (gdb-reset): Reset gdb-var-list to nil.
257
258 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
259
260 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
261 in patterns.
262
263 2005-11-21 Juri Linkov <juri@jurta.org>
264
265 * custom.el (defcustom): Update link types in docstring.
266
267 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
268
269 * custom.el (defgroup): Add doc-string-elt info.
270
271 * widget.el (define-widget): Don't use declare for the doc-string-elt.
272
273 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * newcomment.el (comment-enter-backward): Fix last fix.
276
277 * simple.el (blink-matching-open):
278 * paren.el (show-paren-function): Allow new paren-class info.
279
280 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
281
282 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
283 handled automagically.
284
285 2005-11-20 Juri Linkov <juri@jurta.org>
286
287 * simple.el (what-cursor-position):
288 * descr-text.el (describe-char): Use Lisp-readable syntax
289 for octal and hex. Reorder decimal, octal and hex values.
290 Remove excess whitespace in the output. Use `=' in `column='
291 like in `point=' and `Hscroll='.
292
293 * international/mule-cmds.el (encoded-string-description):
294 Use Lisp-readable syntax for hex.
295
296 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * newcomment.el (comment-enter-backward): Handle the case where the
299 comment is closed by EOB.
300
301 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
302
303 * longlines.el (longlines-before-revert-hook)
304 (longlines-after-revert-hook): New functions.
305 (longlines-mode): Turn off longlines temporarily when reverting.
306 Add a message-setup-hook.
307 (longlines-decode-buffer): New function.
308 (longlines-wrap-line): Preserve marker positions.
309
310 2005-11-19 Andreas Schwab <schwab@suse.de>
311
312 * emacs-lisp/shadow.el: Handle compressed files.
313
314 2005-11-19 Romain Francoise <romain@orebokech.com>
315
316 * net/browse-url.el (browse-url-default-browser): Signal an error
317 if no usable browser can be found, rather than try to load w3.
318
319 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
320
321 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
322 replacing existing properties.
323 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
324 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
325 tty specs.
326 (rcirc-server-prefix, rcirc-server): New faces.
327 (rcirc-url-regexp): Generate with rx macro.
328 (rcirc-last-server-message-time): New variable.
329 (rcirc-filter): Record time of last message.
330 (rcirc-keepalive): Kill processes that did not send a message
331 since the last ping.
332 (rcirc-mode): Give rcirc-topic a local binding here.
333
334 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
335
336 * subr.el (read-passwd): Fontify the prompt as we do with other
337 prompts.
338
339 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
340
341 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
342 binding buffer-read-only to nil.
343
344 2005-11-19 Eli Zaretskii <eliz@gnu.org>
345
346 * complete.el (partial-completion-mode):
347 Mention completion-auto-help in the doc string.
348
349 * man.el (Man-highlight-references): Doc fix. Reformat code in a
350 more Lisp-ish way.
351
352 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
353
354 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
355 digits, not 8, to avoid misalignment for files larger than 100MB.
356
357 2005-11-19 Eli Zaretskii <eliz@gnu.org>
358
359 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
360 Mention "keyboard shortcuts" in the help text.
361
362 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
363
364 * startup.el (fancy-splash-default-action): Discard only
365 mouse-down and succeeding mouse-up events in the splash screen
366 window so that drag-n-drop event can be processed.
367
368 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
369
370 * longlines.el (longlines-mode): Add hacks for mail-mode and
371 message-mode.
372
373 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
374
375 * textmodes/org.el: (org-table-sort-lines): New command.
376 (org-tbl-menu): Add entry for `org-table-sort-lines'.
377 (org-add-file): Command removed, use `org-agenda-file-to-front'
378 instead.
379 (org-export-icalendar): Use `org-icalendar-combined-name'.
380 (org-cycle-agenda-files, org-agenda-file-to-end)
381 (org-agenda-file-to-front): New commands.
382 (org-table-tab-jumps-over-hlines,org-export-html-style): New
383 options.
384 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
385 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
386 New functions.
387 (org-fill-paragraph): Call `org-table-align' in tables.
388 (org-mode): Call `org-set-autofill-regexps'.
389 (org-export-as-html): Support for local handformatted lists.
390 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
391 (org-export-local-list-max-depth): New option.
392 (org-html-expand): Use `org-html-protect'.
393
394 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
395
396 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
397 to "p".
398 (gdb): Move definition of gud-pp to...
399
400 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
401 speedbar.
402 (gdb-find-watch-expression): New function.
403
404 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
405
406 * faces.el (face-attribute, set-face-attribute): Mention existence
407 of `:ignore-defface' setting in docstring.
408
409 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * simple.el (completion-setup-function): Fix last change.
412
413 2005-11-17 John Paul Wallington <jpw@pobox.com>
414
415 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
416 Use `posn-set-point' instead of `mouse-set-point' because the
417 latter is not fbound when configured without X.
418
419 * comint.el (comint-insert-input): Likewise.
420
421 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
422
423 * simple.el (hard-newline): New variable.
424 (sendmail-user-agent-compose, next-line): Use it.
425
426 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
427 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
428 (mail-mail-reply-to, mail-mail-followup-to)
429 (mail-position-on-field, mail-signature, mail-yank-original)
430 (mail-attach-file): Likewise.
431
432 * mail/mailheader.el (mail-header-format)
433 (mail-header-format-function): Likewise.
434
435 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
436
437 2005-11-17 Juri Linkov <juri@jurta.org>
438
439 * font-lock.el (font-lock-faces): Rename this defgroup from
440 `font-lock-highlighting-faces'.
441 (font-lock-comment-face, font-lock-comment-delimiter-face)
442 (font-lock-string-face, font-lock-doc-face)
443 (font-lock-keyword-face, font-lock-builtin-face)
444 (font-lock-function-name-face, font-lock-variable-name-face)
445 (font-lock-type-face, font-lock-constant-face)
446 (font-lock-warning-face, font-lock-negation-char-face)
447 (font-lock-preprocessor-face)
448 (font-lock-regexp-grouping-backslash)
449 (font-lock-regexp-grouping-construct): Rename :group from
450 `font-lock-highlighting-faces' to `font-lock-faces'.
451
452 * cus-edit.el (lisp, c, tex):
453 * progmodes/ada-mode.el (ada):
454 * progmodes/asm-mode.el (asm):
455 * progmodes/cperl-mode.el (cperl-faces):
456 * progmodes/cpp.el (cpp):
457 * progmodes/dcl-mode.el (dcl):
458 * progmodes/f90.el (f90):
459 * progmodes/fortran.el (fortran):
460 * progmodes/icon.el (icon):
461 * progmodes/idlwave.el (idlwave-misc):
462 * progmodes/m4-mode.el (m4):
463 * progmodes/make-mode.el (makefile):
464 * progmodes/meta-mode.el (meta-font):
465 * progmodes/modula2.el (modula2):
466 * progmodes/octave-mod.el (octave):
467 * progmodes/pascal.el (pascal):
468 * progmodes/perl-mode.el (perl):
469 * progmodes/prolog.el (prolog):
470 * progmodes/ps-mode.el (PostScript-edit):
471 * progmodes/scheme.el (scheme):
472 * progmodes/sh-script.el (sh-script):
473 * progmodes/simula.el (simula):
474 * progmodes/tcl.el (tcl):
475 * textmodes/nroff-mode.el (nroff):
476 * textmodes/reftex-vars.el (reftex-fontification-configurations):
477 * textmodes/sgml-mode.el (sgml):
478 * textmodes/texinfo.el (texinfo):
479 Add :link (custom-group-link font-lock-faces) to defgroup.
480
481 * hi-lock.el (hi-lock): Rename this defgroup from
482 `hi-lock-interactive-text-highlighting'. Change parent group from
483 `faces' to `font-lock'. Add link to the manual.
484 (hi-lock-mode, hi-lock-file-patterns-range)
485 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
486 `hi-lock-interactive-text-highlighting' to `hi-lock'.
487 (hi-lock-faces): Add :group `faces'.
488
489 * cus-edit.el (custom-variable-prompt): Clarify the code.
490
491 * faces.el (face-read-string): Set the default value arg of
492 completing-read.
493
494 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
495
496 * rfn-eshadow.el (file-name-shadow-properties)
497 (file-name-shadow-tty-properties, file-name-shadow-mode):
498 Remove autoloads, because the file is now preloaded.
499
500 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
501
502 * printing.el (easy-menu-intern): Don't define.
503 (pr-get-symbol): Use easy-menu-intern only if defined.
504
505 * simple.el (blink-matching-open): Simplify a bit.
506 (completion-setup-function): Fix the case of partial-completion-mode
507 when the minibuffer's contents start with "-".
508 Obey completion-base-size-function even when
509 minibuffer-completing-file-name is non-nil.
510
511 2005-11-16 Richard M. Stallman <rms@gnu.org>
512
513 * net/eudcb-ph.el (eudc-ph-open-session):
514 Use set-process-query-on-exit-flag.
515
516 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
517
518 * international/ucs-tables.el (ucs-set-table-for-input):
519 Use make-local-variable, not make-variable-buffer-local.
520
521 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
522 Improve warning message text.
523
524 * savehist.el (savehist-save-hook): Add :group.
525
526 * menu-bar.el (menu-bar-help-menu):
527 Rename Find Extra Packages to External Packages.
528
529 * cus-edit.el (Custom-reset-standard): Verify that
530 :custom-standard-value prop exists before calling it.
531
532 * apropos.el (apropos-calc-scores): Use apropos-pattern.
533
534 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
535
536 * wid-edit.el (color): Enclose %t in %{...%}.
537
538 * cus-edit.el (face): Enclose %t in %{...%}.
539
540 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
541
542 * savehist.el (savehist-mode-hook): Re-add the var.
543 (savehist-mode): Use it.
544
545 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
546
547 * textmodes/flyspell.el: Fix commenting convention.
548 Remove unnecessary leading * in custom docstrings.
549 (flyspell-emacs): Remove unused var.
550 (flyspell-delete-region-overlays): Use remove-overlays.
551 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
552 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
553 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
554 (flyspell-debug-signal-word-checked): Use with-current-buffer.
555 (make-flyspell-overlay): Don't locally reuse a global name.
556 (flyspell-highlight-incorrect-region)
557 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
558 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
559 (flyspell-notify-misspell): Remove unused args `start' and `end'.
560 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
561 Wrap calls to accept-process-output inside with-local-quit since it's
562 often called from a post-command-hook.
563 (flyspell-correct-word, flyspell-auto-correct-word):
564 Use ispell-send-string.
565 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
566
567 * calendar/diary-lib.el (diary-list-entries): Also hide the
568 terminating newline.
569
570 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
571
572 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
573 window-system, to allow fonts on tty.
574
575 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
576
577 * progmodes/gud.el (gud-speedbar-item-info): New function.
578 (gud-install-speedbar-variables): Use it to display data type
579 of watch expression as a tooltip in speedbar.
580
581 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
582
583 * font-core.el (global-font-lock-mode): Add :version keyword,
584 because default was changed.
585
586 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
587
588 * startup.el (command-line): Use `custom-reevaluate-setting' for
589 `file-name-shadow-mode'.
590
591 * loadup.el: Preload rfn-eshadow.
592
593 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
594 Add :version keyword.
595 (file-name-shadow-properties, file-name-shadow-tty-properties)
596 (file-name-shadow): Add :version keyword.
597
598 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
599 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
600 in the custom-group property of the symbol frames and the fringe
601 group got no link to its parent group frames.
602 Doc fix.
603
604 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
605
606 * progmodes/gud.el (gud-stop-subjob): New function.
607 (gud-menu-map, gud-tool-bar-map): Use it.
608
609 2005-11-16 Kim F. Storm <storm@cua.dk>
610
611 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
612 than kill it.
613 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
614 to a more useful/logical place.
615
616 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
617
618 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
619 go buttons complementary.
620
621 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
624 (rfn-eshadow-sifn-equal): New function.
625 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
626
627 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
628
629 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
630 string.
631
632 * viper.el (viper-emacs-state-mode-list): Ensure that
633 rcirc-mode buffers come up in Emacs state.
634
635 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
636 operation.
637
638 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
639
640 * term.el (term-termcap-format): Fix typos.
641 (term-down): Fix the negative argument case.
642
643 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
644
645 * progmodes/gdb-ui.el: Remove face-alias left over from change on
646 2005-08-15.
647 (gdb-ann3): New command gud-go.
648 (menu): Accomodate gdb-mi.el.
649 (gdb-assembler-custom): Make buffer of selected window current
650 so that set-window-point works.
651
652 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
653 buttons and include new ones.
654
655 2005-11-16 Kim F. Storm <storm@cua.dk>
656
657 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
658 (gud-menu-map): Use it.
659
660 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
661
662 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
663 that works correctly for Custom and that does not override a user
664 who disables it.
665
666 * help-mode.el (help-make-xrefs, help-xref-on-pp)
667 (help-xref-interned, help-follow): Make hyperlinks for variables
668 that are unbound, but have a non-nil variable-documentation property.
669
670 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
671 mode hook. (It conflicted with defcustoms for some mode hooks.)
672 Use the `variable-documentation' property to give the mode hook a
673 docstring and expand that docstring.
674
675 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
676
677 * savehist.el (savehist-mode): Don't bother with
678 `custom-set-minor-mode'.
679 (savehist-coding-system): Check XEmacs version.
680 (history-length): Declare also at run time.
681 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
682 Don't set the customize state.
683 (savehist-minibuffer-hook): Special case for when
684 minibuffer-history-variable is equal to t.
685
686 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * files.el (write-file): Refresh VC status.
689
690 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
691 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
692 than fundamental-mode to see if the mode was set.
693
694 2005-11-14 Romain Francoise <romain@orebokech.com>
695
696 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
697 dummy function in `eval-when-compile' to avoid compiler warning.
698 Require `man' at compile time.
699
700 2005-11-14 Jay Belanger <belanger@truman.edu>
701
702 * calc-alg.el (calcFunc-write-out-power): Rename it to
703 calcFunc-powerexpand.
704 (math-write-out-power): Rename it to math-powerexpand; have it
705 handle negative exponents.
706 (calc-writeoutpower): Rename it to calc-powerexpand.
707
708 * calc-ext.el: Change calcFunc-writeoutpower and
709 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
710 autoloads.
711 Add calcFunc-ldiv to autoloads.
712
713 * calc-arith.el (calcFunc-ldiv): New function.
714
715 * calc.el (calc-left-divide): New function.
716
717 2005-11-14 Juri Linkov <juri@jurta.org>
718
719 * cus-edit.el (custom-variable-prompt): Set the default value arg
720 of completing-read.
721
722 * cus-dep.el (custom-make-dependencies): Reverse the list of
723 found dependencies.
724
725 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
726
727 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
728 Highlighting" entry, it is on by default now.
729 (menu-bar-options-save): Do not save global-font-lock-mode.
730
731 2005-11-13 Richard M. Stallman <rms@gnu.org>
732
733 * textmodes/flyspell.el (flyspell-large-region):
734 Call flyspell-accept-buffer-local-defs.
735
736 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
737
738 * textmodes/flyspell.el (flyspell-notify-misspell):
739 Fix misspelling of "Misspelling".
740 (flyspell-process-localwords): New function.
741 (flyspell-large-region): Call flyspell-process-localwords and
742 flyspell-delete-region-overlays.
743 (flyspell-delete-region-overlays): New function.
744 (flyspell-delete-all-overlays): Call that.
745
746 2005-11-13 Richard M. Stallman <rms@gnu.org>
747
748 * help.el (help-for-help-internal): Improve doc of C-h a.
749 (describe-key): Improve prompt; doc fix.
750
751 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
752
753 * vc-svn.el (vc-svn-registered): Catch all errors.
754
755 * cus-dep.el (custom-make-dependencies): Typo.
756
757 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
758
759 * net/tramp-util.el (top): Fix compilation warning.
760
761 2005-11-13 Kim F. Storm <storm@cua.dk>
762
763 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
764
765 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
766
767 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
768 (gud-speedbar-buttons): Match on "const char *" too.
769
770 * progmodes/gdb-ui.el (gdb-var-create-handler)
771 (gdb-var-list-children-handler): Match on "const char *" too.
772 (gdb-var-evaluate-expression-handler): Match on empty string.
773 (gdb-var-update-handler): Only call
774 gdb-var-evaluate-expression-handler when required.
775
776 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
777
778 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
779 selected window. This still doesn't work for speedbar.
780 (gud-speedbar-buttons): Handle string expressions properly.
781
782 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
783 (gdb-var-create-handler): Handle string expressions properly.
784 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
785 Handle string expressions properly. Move "type" field into regexp.
786
787 2005-11-12 Karl Fogel <kfogel@red-bean.com>
788
789 * bookmark.el (bookmark-maybe-message): New function to reduce
790 code duplication: invokes `message' iff baud-rate is high enough.
791 (bookmark-write-file): Use above instead of an inline conditional.
792 (bookmark-load): Same.
793
794 2005-11-12 Karl Fogel <kfogel@red-bean.com>
795
796 * bookmark.el (bookmark-write-file): Don't visit the destination
797 file, just write the data to it using write-region. This is
798 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
799 change to avoid visiting the file in the first place.
800
801 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
802
803 * hi-lock.el (hi-lock-mode): Set the default value of
804 font-lock-defaults.
805
806 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
807
808 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
809 arg to `file-attributes'.
810 (find-lisp-format): The UID and GID can now be strings.
811
812 2005-11-12 Kim F. Storm <storm@cua.dk>
813
814 * help.el (help-map): Bind C-h d to apropos-documentation.
815
816 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
817 when point is at end-of-buffer.
818
819 * apropos.el (apropos-match-face): Doc fix.
820 (apropos-sort-by-scores): Add new choice `verbose'.
821 (apropos-documentation-sort-by-scores): New defcustom.
822 (apropos-pattern): Now contains the pattern entered by the user.
823 (apropos-pattern-quoted): New defvar.
824 (apropos-regexp): New defvar, containing the regexp corresponding
825 to apropos-pattern.
826 (apropos-all-words-regexp): Rename from apropos-all-regexp.
827 (apropos-read-pattern): New defun. Use it to read pattern arg in
828 interactive calls; returns list of words for a word list, and
829 string for a regexp.
830 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
831 parses a list of words or regexp as returned by apropos-read-pattern.
832 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
833 (apropos-score-doc): Return a very high score if the string
834 entered by the user matches literally.
835 (apropos-variable): Doc fix. Use apropos-read-pattern.
836 (apropos-command): Doc fix. Use apropos-read-pattern and
837 apropos-parse-pattern. Call apropos-print with nosubst=t.
838 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
839 apropos-parse-pattern.
840 (apropos-documentation): Doc fix. Use apropos-read-pattern and
841 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
842 apropos-documentation-sort-by-scores. Call apropos-print with
843 nosubst=t.
844 (apropos-documentation-internal): Pass doc string through
845 substitute-key-definition before adding text properties.
846 Highlight substring matching literal user input if possible.
847 (apropos-documentation-check-doc-file): Remove locals beg and end.
848 Fix calculation of score (as added twice). Pass doc string through
849 substitute-key-definition before adding text properties.
850 (apropos-documentation-check-elc-file): Pass doc string through
851 substitute-key-definition before adding text properties.
852 Highlight substring matching literal user input if possible.
853 (apropos-print): Add new arg NOSUBST; if set, command and variable
854 doc strings have already been passed through substitute-key-definition.
855 Add code to handle apropos-accumulator items without score element
856 for backwards compatibility (e.g. with woman package).
857 Only show scores if apropos-sort-by-scores is `verbose'.
858
859 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
862 Add jka-compr-load-suffixes to load-suffixes.
863
864 * jka-compr.el: Require 'jka-cmpr-hook.
865 (jka-compr-info-compress-message, jka-compr-info-compress-program)
866 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
867 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
868 (jka-compr-info-can-append, jka-compr-info-strip-extension)
869 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
870 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
871 (jka-compr-uninstall): Remove entries from
872 jka-compr-added-to-file-coding-system-alist after they are used.
873 (jka-compr-error): Remove unused var `curbuf'.
874 (jka-compr-file-local-copy): Remove unused var `notfound'.
875
876 2005-11-10 Romain Francoise <romain@orebokech.com>
877
878 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
879
880 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
881
882 * progmodes/gud.el (gud-menu-map): Move parentheses.
883 (gdb): New command gud-pv.
884
885 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
886
887 * tar-mode.el: Remove spurious or unnecessary leading stars
888 in docstrings.
889 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
890 (tar-parse-octal-integer-safe): Use mapc.
891 (tar-header-block-summarize): Remove unused var `ck'.
892 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
893 cleared before. Obey default-enable-multibyte-characters.
894 Use mapconcat. Simplify setting of tar-header-offset.
895 (tar-mode-map): Move initialization inside delcaration.
896 (tar-flag-deleted): Use `abs'.
897 (tar-expunge-internal): Remove unused var `line'.
898 (tar-expunge-internal): Don't hardcode point-min==1.
899 (tar-expunge): Widen while doing set-buffer-multibyte.
900 (tar-rename-entry): Use file-name-coding-system.
901 (tar-alter-one-field): Don't hardcode point-min==1.
902 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
903 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
904
905 2005-11-10 Masatake YAMATO <jet@gyve.org>
906
907 * add-log.el (add-log-current-defun): Handle class::method
908 notation of c++. Fix incorrect comment.
909
910 2005-11-10 Alan Mackenzie <acm@muc.de>
911
912 * help-fns.el (describe-variable): Make C-h v work when a variable
913 has variable documentation yet is unbound.
914
915 2005-11-10 Masatake YAMATO <jet@gyve.org>
916
917 * man.el (Man-highlight-references): Set an empty
918 string to `Man-arguments' if it is nil.
919 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
920
921 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
922
923 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
924 commenting conventions.
925
926 * cus-dep.el (custom-make-dependencies): Simplify.
927 Better follow the commenting conventions.
928
929 2005-11-09 Richard M. Stallman <rms@gnu.org>
930
931 * apropos.el (apropos-pattern): Rename from apropos-regexp.
932 (apropos-orig-pattern): Rename from apropos-orig-regexp.
933 All uses changed.
934 (apropos-rewrite-regexp): Doc fix.
935 (apropos-variable, apropos-command, apropos, apropos-value):
936 Change prompt; carry through the argument renaming.
937
938 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
939
940 * find-lisp.el: Require dired.
941 (find-lisp-find-dired-internal): Do not call
942 `abbreviate-file-name' on DIR.
943
944 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
945
946 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
947
948 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
949
950 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
951 when using the speedbar.
952 (gdb): New command gud-pp.
953 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
954
955 2005-11-09 Juri Linkov <juri@jurta.org>
956
957 * replace.el (occur-excluded-properties): New defcustom.
958 (occur-1, occur-engine, occur-accumulate-lines): Use it.
959
960 2005-11-08 Jay Belanger <belanger@truman.edu>
961
962 * calc/calc-units.el (math-convert-units): Replace any composite
963 unit by its definition.
964
965 2005-11-08 Lars Hansen <larsh@soem.dk>
966
967 * emacs-lisp/autoload.el (update-directory-autoloads):
968 Add obsolete function alias.
969
970 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
973 comment-indent-function.
974 (lisp-comment-indent): Replace by an alias for comment-indent-default.
975
976 * reveal.el (reveal-post-command): Rework the handling of
977 reveal-open-spots, so as to be more reliable. There were several
978 tricky corner cases where an open spot might be lost, or where
979 a closed spot might end up on the list of open spots.
980 Only reveal text that's ellipsised.
981
982 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
983
984 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
985
986 2005-11-07 John Paul Wallington <jpw@gnu.org>
987
988 * ibuffer.el (ibuffer): Search iconified frames too when
989 getting Ibuffer buffer's window.
990
991 2005-11-06 Richard M. Stallman <rms@gnu.org>
992
993 * progmodes/compile.el (compilation-internal-error-properties):
994 save-excursion around the computation of MARKER.
995
996 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
997
998 * textmodes/flyspell.el (flyspell-external-point-words):
999 flyspell-get-word returns a list, not just a string.
1000
1001 2005-11-06 John Paul Wallington <jpw@pobox.com>
1002
1003 * ibuffer.el (ibuffer): Search all visible frames when getting
1004 Ibuffer buffer's window.
1005
1006 2005-11-07 Masatake YAMATO <jet@gyve.org>
1007
1008 * man.el (Man-reference-regexp): Accept spaces between
1009 `Man-name-regexp' and `Man-section-regexp'.
1010 (Man-apropos-regexp): New variable.
1011 (Man-abstract-xref-man-page): Use value for `Man-target-string'
1012 if available.
1013 (Man-highlight-references, Man-highlight-references0):
1014 Handle the case when `Man-arguments' includes "-k".
1015 (Man-highlight-references0): Rename the argument `TARGET-POS' to
1016 `TARGET'. `TARGET' can be a number, function or nil.
1017
1018 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
1019
1020 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
1021 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
1022 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
1023 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
1024 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
1025 (gdb-send-item): Use buffer-local-value and simplify.
1026
1027 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
1028
1029 * startup.el (command-line): Use `custom-reevaluate-setting' for
1030 `global-font-lock-mode'.
1031
1032 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
1033 by default, except in batch mode or when the -D option is given.
1034
1035 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
1036 specified keyword args on to `define-minor-mode'. Update docstring.
1037
1038 2005-11-05 Romain Francoise <romain@orebokech.com>
1039
1040 * replace.el (occur-engine): Add marker at end of line, too.
1041
1042 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1043
1044 * font-lock.el: Don't deal with font-lock-face-attributes here,
1045 move the code ...
1046
1047 * startup.el (command-line): ... here. Use face-spec-set instead
1048 of custom-declare-face.
1049
1050 * faces.el (face-spec-set): Reset the face if spec is not nil.
1051
1052 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * newcomment.el (comment-region-internal): Box more tightly in the
1055 common case where there's no TAB in the boxed text.
1056
1057 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1058
1059 * info.el (info-tool-bar-map): Use images prev-node, next-node and
1060 up-node.
1061
1062 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
1063
1064 * newsticker.el: Commentary updated. Code formatting changed.
1065 (newsticker-version): Change to "1.9".
1066 (newsticker, newsticker-feed): Doc fix.
1067 (newsticker-url-list): Doc fix. Add option "Weekly".
1068 (newsticker-retrieval-interval): Add option "Weekly".
1069 (newsticker-headline-processing): Doc fix.
1070 (newsticker-auto-mark-filter): Remove.
1071 (newsticker-auto-mark-filter-list): New.
1072 (newsticker-layout, newsticker-sort-method): Doc fix.
1073 (newsticker-hide-old-items-in-newsticker-buffer)
1074 (newsticker-heading-format, newsticker-item-format)
1075 (newsticker-desc-format): Doc fix.
1076 (newsticker-show-all-rss-elements): Remove.
1077 (newsticker-show-all-news-elements): New.
1078 (newsticker-faces, newsticker-ticker): Doc fix.
1079 (remove-from-invisibility-spec): Code formatting.
1080 (newsticker--process-ids): New.
1081 (newsticker-mode): Doc fix.
1082 (newsticker-mode): Change mode-line-format.
1083 (newsticker-start): Remove debug output.
1084 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
1085 (newsticker-w3m-show-inline-images): Code formatting.
1086 (newsticker-next-item): Call `force-mode-line-update'.
1087 (newsticker-previous-item): Call `force-mode-line-update'.
1088 (newsticker-next-feed): Call `force-mode-line-update'.
1089 (newsticker-previous-feed): Call `force-mode-line-update'.
1090 (newsticker-mark-all-items-at-point-as-read): Code formatting.
1091 (newsticker-show-old-items): Do not show descs.
1092 (newsticker-hide-entry): Hide too much.
1093 (newsticker-hide-entry, newsticker-show-entry)
1094 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
1095 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
1096 (newsticker-toggle-auto-narrow-to-item): Code formatting.
1097 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
1098 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
1099 (newsticker-get-news): Call `force-mode-line-update'.
1100 Collect process ids.
1101 (newsticker--sentinel): Change coding system handling.
1102 Move image retrieval to new functions newsticker--get-logo-url-*.
1103 Move feed parsing to new functions newsticker--parse-*.
1104 Update list of process ids.
1105 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
1106 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
1107 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
1108 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
1109 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1110 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
1111 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
1112 (newsticker--decode-coding-string): Remove.
1113 (newsticker--decode-numeric-entities): Check input. Format code.
1114 (newsticker--remove-whitespace): Check input.
1115 (newsticker--do-forget-preformatted): Doc fix.
1116 (newsticker--decode-rfc822-date): Allow for missing time.
1117 (newsticker--update-process-ids): New.
1118 (newsticker--image-sentinel): Change comment.
1119 (newsticker--image-read): Change error message.
1120 (newsticker--imenu-goto): Doc fix. Show headline title.
1121 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
1122 (newsticker--buffer-do-insert-text): Clean whitespace in
1123 html-rendered headline title. Code formatting.
1124 Call `newsticker--buffer-print-extra-elements'.
1125 (newsticker--buffer-print-extra-element): Remove.
1126 (newsticker--buffer-print-extra-elements): New.
1127 (newsticker--buffer-do-print-extra-element): New.
1128 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
1129 large sizes.
1130 (newsticker--run-auto-mark-filter)
1131 (newsticker--do-run-auto-mark-filter):
1132 Use `newsticker-auto-mark-filter-list'.
1133
1134 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
1135
1136 * net/rcirc.el: Use split-string OMIT-NULLS argument.
1137 (rcirc-print): Force redisplay before running hooks. Do long
1138 buffer truncation after making new text read-only. Deal with nil
1139 text when decoding strings. If TARGET is nil, use either the
1140 currently selected buffer, if it is an rcirc buffer and of the
1141 same process or the process buffer.
1142 (rcirc-mode): Remove header-line. Recompute short buffer names.
1143 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
1144 (rcirc-short-buffer-name): Add variable.
1145 (rcirc-kill-buffer-hook): Recompute short buffer names.
1146 Remove nick from private channel.
1147 (rcirc-send-input): Send command text to current-buffer.
1148 Don't clear overlay arrow here.
1149 (rcirc-short-buffer-name): Return a short buffer name.
1150 (rcirc-update-short-buffer-names, rcirc-abbreviate)
1151 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
1152 buffer-name abbreviations.
1153 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
1154 Do not touch nick-table when killing a parted channel.
1155 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
1156 Clear arrow from current buffer if it is now hidden.
1157 (rcirc-current-buffer): Add variable.
1158 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
1159 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
1160 Remove -face from names.
1161 (rcirc-update-activity-string): Print "DND" when globally ignoring
1162 activity.
1163 (rcirc-ignore-buffer-activity-flag): Rename from
1164 rcirc-ignore-channel-activity.
1165 (rcirc-ignore-all-activity-flag): Doc fix.
1166 (rcirc-channels): Remove variable.
1167 (rcirc-kill-buffer-hook):
1168 (rcirc-get-buffer-create): Add nick to private channel.
1169 (rcirc-multiline-edit-submit): Remove tabs.
1170 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
1171 folded.
1172 (rcirc-remove-nick-channel): Bug fix.
1173 (rcirc-toggle-ignore-buffer-activity): Rename from
1174 rcirc-toggle-ignore-channel-activity.
1175 (rcirc-record-activity): Add buffers to the front of the list.
1176 (rcirc-update-activity): Remove killed buffers from list.
1177 (rcirc-process-server-response-1): Remove last argument if it is
1178 null before calling handler.
1179 (rcirc): Add "rcirc" defcustom prefix.
1180 (rcirc-prompt): Simplify default prompt.
1181 Use custom-initialize-default.
1182 (rcirc-private-chats): Remove variable.
1183 (rcirc-prompt): Change initialization.
1184 (rcirc-version): Remove function.
1185 (rcirc-id-string): Add constant.
1186 (rcirc-last-buffer): Remove variable.
1187 (rcirc-buffer-alist): Add variable.
1188 (rcirc-connect): Update variable setup.
1189 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1190 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1191 default.
1192 (rcirc-handler-generic): Trigger activity.
1193 (rcirc-send-message): Create the buffor of the target.
1194 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1195 (rcirc-get-buffer): Just return nil if there is no matching buffer.
1196 (rcirc-multiline-edit-cancel): Remove function.
1197 (rcirc-set-last-buffer): Remove function.
1198 (rcirc-get-any-buffer): Add function.
1199 (rcirc-join-channels): Don't print /join text.
1200 (rcirc-toggle-ignore-channel-activity): Add and update echo area
1201 messages.
1202 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1203 (rcirc-handler-NOTICE): Recognize CTCP responses.
1204 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1205 constructing TOPIC string for buffers we are not JOINed.
1206 (rcirc-handler-CTCP-response): Add handler.
1207 (rcirc-multiline-edit-submit): Restore the window-configuration
1208 before adjusting point.
1209 (rcirc): Add customization group.
1210 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1211 (rcirc-user-full-name, rcirc-startup-channels-alist)
1212 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1213 (rcirc-ignore-all-activity-flag, rcirc-time-format)
1214 (rcirc-input-ring-size, rcirc-read-only-flag)
1215 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1216 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1217 Change defvar to defcustom.
1218 (rcirc-update-prompt): Add optional ALL arg, which will update
1219 prompts in all rcirc buffers. Regexp quote replacement text.
1220 (rcirc-fill-column): Accept 'frame-width as a value.
1221 (rcirc-set-changed): Add function.
1222 (rcirc-next-active-buffer): Write more meaningful messages.
1223 (rcirc-faces): Add customization group.
1224 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1225 (rcirc-nick-in-message-face, rcirc-prompt-face)
1226 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1227 (with-rcirc-process-buffer): Move before first usage.
1228 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1229 (rcirc-debug-flag): Rename from `rcirc-log-p'.
1230 (rcirc-debug): Rename from `rcirc-log'.
1231 (rcirc-format-response-string): Do not print '-' chars for a
1232 NOTICE with no sender. Simplify output of server responses.
1233
1234 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1235
1236 (rcirc-browse-url-map, rcirc-browse-url-at-point)
1237 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1238 mouse and RET clickable.
1239
1240 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1241
1242 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1243
1244 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
1245
1246 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1247 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1248 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1249 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1250 argument to all these routines, so the passphrase can be managed
1251 externally and passed in to the system.
1252 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1253 pgg-add-passphrase-to-cache function.
1254
1255 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1256 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1257 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1258 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1259 argument to all these routines, so the passphrase can be managed
1260 externally and passed in to the system.
1261 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1262 function.
1263
1264 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
1265
1266 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1267 from goto-address-url-regexp.
1268
1269 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
1270
1271 * textmodes/org.el (org-read-date, org-goto-calendar)
1272 (org-recenter-calendar, org-agenda-goto-calendar):
1273 Temporarily clear 'calendar-move-hook'.
1274
1275 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
1276
1277 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1278 merging.
1279
1280 * ediff-util.el (ediff-previous-difference): Don't skip regions that
1281 have merge clashes.
1282
1283 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1284
1285 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1286 Undo previous change.
1287
1288 * startup.el (command-line): Use `custom-reevaluate-setting' for
1289 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
1290 tty-register-default-colors on Mac.
1291
1292 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1293
1294 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1295 (gdb-buffer-type): Make it automatically buffer local...
1296 (gdb-get-create-buffer): ...and set it accordingly.
1297 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1298 actually work.
1299
1300 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1301
1302 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1303 not red.
1304
1305 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1308 case GUD buffer is not visible.
1309 (gdb-goto-breakpoint): Try to force display in source buffer.
1310 (gdb-frame-gdb-buffer): Copy other similar functions.
1311 (gdb-restore-windows): Don't display source if not asked for.
1312 (gdb-assembler-buffer-name): Don't capitalise.
1313
1314 2005-11-03 Richard M. Stallman <rms@gnu.org>
1315
1316 * wid-edit.el (key-sequence): New widget type.
1317
1318 * simple.el (set-mark-command-repeat-pop): New variable.
1319 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1320 if set-mark-command-repeat-pop is true.
1321
1322 * info.el (Info-fontify-node): Don't display extra "see" if there
1323 already is one here.
1324
1325 * mouse.el: Fix special handling of DEL after dragging a region:
1326 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1327 (mouse-region-delete-keys): Add [backspace].
1328
1329 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1330
1331 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1332 not to assume it pertains to an affix.
1333
1334 * textmodes/flyspell.el (flyspell-post-command-hook):
1335 Bind deactivate-mark to prevent deactivation.
1336
1337 2005-11-03 Lars Hansen <larsh@soem.dk>
1338
1339 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1340 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1341 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1342
1343 2005-11-03 Romain Francoise <romain@orebokech.com>
1344
1345 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1346 Update copyright years.
1347
1348 2005-11-03 Sam Steingold <sds@gnu.org>
1349
1350 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1351 Use system-type instead of window-system because window-system is not
1352 correctly defined during loadup.
1353
1354 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1355
1356 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1357 (xml-parse-tag): Join strings separated by a comment properly.
1358
1359 2005-11-02 Andreas Schwab <schwab@suse.de>
1360
1361 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1362
1363 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1364
1365 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1366 (byte-optimize-pure-func): Quote the eval'd value.
1367
1368 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1369 Rename from perl-font-lock-syntactic-face-function.
1370 Change the calling convention so it can be used as a font-lock MATCHER.
1371 Do the parse-partial-sexp loop outselves.
1372 (perl-font-lock-syntactic-keywords): Use it.
1373 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1374
1375 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1376
1377 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1378 disassembly buffer too.
1379 (gdb-exited): Remove overlay arrows when execution has finished.
1380 (gdb-info-frames-custom, gdb-info-threads-custom)
1381 (gdb-info-registers-custom): Don't add inappropriate text
1382 properties if inferior is not active.
1383
1384 2005-11-02 Glenn Morris <rgm@gnu.org>
1385
1386 * progmodes/fortran.el (fortran-blink-match):
1387 Use `blink-matching-delay'.
1388
1389 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1390
1391 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1392
1393 2005-11-02 Lars Hansen <larsh@soem.dk>
1394
1395 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1396 "Permission denied".
1397
1398 2005-11-01 Richard M. Stallman <rms@gnu.org>
1399
1400 * textmodes/flyspell.el (flyspell-external-point-words):
1401 Pass nil to flyspell-get-word.
1402
1403 2005-11-02 Kim F. Storm <storm@cua.dk>
1404
1405 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1406 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1407
1408 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1411 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1412 (calendar-mouse-print-dates): Add optional `event' argument.
1413 Update interactive-spec.
1414 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1415 Use `calendar-event-to-date' instead of `event'.
1416
1417 2005-11-02 Masatake YAMATO <jet@gyve.org>
1418
1419 * progmodes/ld-script.el (ld-script-builtins):
1420 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1421 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1422 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1423
1424 2005-11-01 Romain Francoise <romain@orebokech.com>
1425
1426 * vc-sccs.el: Update copyright year.
1427 * ezimage.el: Likewise.
1428
1429 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1430
1431 * info.el (Info-fontify-node): Use `string-width' for fontifying
1432 underlined titles.
1433
1434 2005-11-01 Juri Linkov <juri@jurta.org>
1435
1436 * info.el (Info-fontify-node): Downcase node header keywords Node,
1437 Prev, Next, Up before comparison.
1438 (Info-history): Insert absolute directory name, and put invisible
1439 property on it.
1440
1441 2005-11-01 Juri Linkov <juri@jurta.org>
1442
1443 * info.el (Info-file-supports-index-cookies): New variable.
1444 (Info-find-node-2): Check makeinfo version for index cookie support.
1445 (Info-index-nodes): Search for nodes with index cookies only when
1446 Info-file-supports-index-cookies is t. Otherwise, search nodes
1447 with "Index" in the node name.
1448 (Info-index-node): Search index cookie in the current node only when
1449 Info-file-supports-index-cookies is t. Otherwise, check the word
1450 "Index" in the node name.
1451 (Info-find-emacs-command-nodes): Remove code that searches nodes
1452 with "Index" node name in the top menu.
1453
1454 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * progmodes/scheme.el (scheme-mode-variables): Use the default
1457 comment-indent-function.
1458
1459 * faces.el (face-attribute): Handle the case where a face inherits from
1460 a non-existent face.
1461
1462 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1463 for octal and hexa output, and merge the char into the paren.
1464 (kill-new): Use push.
1465 (copy-to-buffer): Use with-current-buffer.
1466 (completion-setup-function): Move code in loop to remove redundancy.
1467 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1468 those inherited from minibuffer-local-completion-map.
1469
1470 * savehist.el (savehist-mode) <defcustom>:
1471 Use custom-set-minor-mode if available.
1472 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1473 and emit a message if applicable.
1474
1475 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1476
1477 * savehist.el: Sync up to version 19.
1478 (savehist-mode): New minor mode.
1479 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1480 (savehist-length): Remove (use history-length instead).
1481 (savehist-file-modes): Rename from savehist-modes.
1482 (savehist-save-hook, savehist-loaded): New vars.
1483 (savehist-load): Use savehist-mode. Try to smooth up transition from
1484 old format to new format.
1485 (savehist-install): Allow savehist-autosave-interval to be nil.
1486 (savehist-save): Run the new hook. Be more careful to only trim the
1487 history variables.
1488 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1489 (savehist-printable): Print into a buffer rather than char-by-char.
1490
1491 2005-11-01 John Wiegley <johnw@newartisans.com>
1492
1493 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1494 toggle-ignore keybinding (C-a). The author said it had been
1495 disabled much earlier due to a possible incompatibility, but after
1496 many months of usage I have encountered no problems (and it is a
1497 rather useful option, especially for switching to " *temp*").
1498
1499 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1500 support for OS/X's AddressBook, by calling out to the open source
1501 program "contacts" (installable through Fink).
1502
1503 * net/eudc.el (eudc-expand-inline): If the
1504 `eudc-multiple-match-handling-method' is set to `all', delete the
1505 query string before inserting the query result.
1506
1507 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1508 flag, to prevent Eshell from using the system ls when
1509 `eshell-ls-insert-directory' is in used.
1510 (eshell-ls-insert-directory): Disable font-lock in directory
1511 buffer so that Eshell's own fontification is seen. This broke
1512 recently due to changes in font-lock, so this goes back to version
1513 21 behavior.
1514
1515 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1516
1517 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1518 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1519 (gdb-many-windows): Doc fix.
1520
1521 2005-10-31 Romain Francoise <romain@orebokech.com>
1522
1523 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1524
1525 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1526
1527 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1528 that global-font-lock-mode can be enabled by default.
1529
1530 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1531 (font-lock-add-keywords, font-lock-remove-keywords)
1532 (font-lock-fontify-buffer): Remove autoload cookies.
1533
1534 * jit-lock.el (jit-lock-register): Likewise.
1535
1536 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1537
1538 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1539
1540 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1541 intact if there is no gud-comint-buffer.
1542
1543 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1544
1545 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1546 old prompt comint-prompt-read-only is t and GDB commands are
1547 issued from tool bar etc.
1548
1549 2005-10-31 Masatake YAMATO <jet@gyve.org>
1550
1551 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1552
1553 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1556 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1557
1558 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1559
1560 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1561 starting at beginning of line. Fontification is messed up when
1562 `open-paren-in-column-0-is-defun-start' set to t.
1563 Reported by John Paul Wallington <jpw@pobox.com>.
1564
1565 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1566
1567 * comint.el (comint-send-input): Call `comint-update-fence' when
1568 `comint-process-echoes' and `comint-prompt-read-only' are both
1569 non-nil, to avoid leftover read-only newline.
1570
1571 2005-10-30 Richard M. Stallman <rms@gnu.org>
1572
1573 * textmodes/flyspell.el (flyspell-external-point-words):
1574 Detect when WORD can't be checked properly because
1575 flyspell-get-word finds just part of it, and move on.
1576
1577 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1578 boundarychar for Polish.
1579 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1580 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1581
1582 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1583
1584 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1585 (gdb-registers-font-lock-keywords): Delete.
1586 (gdb-registers-mode): Don't fontify.
1587 (gdb-info-registers-custom): Use text properties instead as, in
1588 future, changed register values will use font-lock-warning-face.
1589 (gdb-local-font-lock-keywords): Rename to...
1590 (gdb-locals-font-lock-keywords): ...for consistency.
1591
1592 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1593
1594 * vc.el (vc-switch-backend): Better error message if the buffer is
1595 not visiting a file under version control.
1596
1597 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1598
1599 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1600
1601 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1602 ~/.emacs.d/.emacs.
1603
1604 2005-10-29 Richard M. Stallman <rms@gnu.org>
1605
1606 * replace.el (occur-mode-mouse-goto): Always go to other window.
1607 (occur-mode-goto-occurrence): Always switch in same window.
1608
1609 * simple.el (undo): Display message at end, not at start.
1610
1611 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1612 New arg REUSE-CELL.
1613 (cancel-timer-internal): New function.
1614 (timer-event-handler): Use cancel-timer-internal,
1615 and pass the cell it returns to timer-activate...
1616
1617 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1618 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1619 (jit-lock-after-change): Test memory-full.
1620
1621 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1622
1623 * textmodes/conf-mode.el (conf-assignment-sign)
1624 (conf-assignment-regexp): Fix docstrings.
1625 (conf-mode-initialize): New function.
1626 (conf-mode): Remove optional args. Use delay-mode-hooks to
1627 recognize recursive calls.
1628 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1629 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1630 (conf-xdefaults-mode): Use define-derived-mode and
1631 conf-mode-initialize.
1632
1633 2005-10-29 Romain Francoise <romain@orebokech.com>
1634
1635 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1636
1637 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1638
1639 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1640 part of the decoded armor to find the key-identifier.
1641 (pgg-gpg-lookup-key-owner): New function to return the
1642 human-readable identifier of a key owner.
1643 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1644 key itself.
1645 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1646 the key value) if we have a key and can match it against a secret
1647 key. Also, added a note pointing out fact that the prompt only
1648 indicates the first matching key.
1649
1650 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1651 pgg-decrypt-region.
1652 (pgg-pending-timers): A new hash for tracking the passphrase cache
1653 timers, so that new ones supercede old ones.
1654 (pgg-add-passphrase-to-cache): Rename from
1655 `pgg-add-passphrase-cache' to reduce confusion (all callers
1656 changed). Modified to cancel old timers when new ones are added.
1657 (pgg-remove-passphrase-from-cache): Rename from
1658 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1659 changed). Modified to cancel old timers when their keys are
1660 removed from the cache.
1661 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1662 XEmacs, an indirection to delete-itimer.
1663 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1664 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1665 users can only check cache without risk of prompting. Correct bug in
1666 notruncate behavior.
1667 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1668 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1669 Add informative docstrings.
1670 (pgg-decrypt): Convey provided passphrase in subordinate call to
1671 pgg-decrypt-region.
1672
1673 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1674
1675 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1676 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1677 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1678 'passphrase' argument, so the passphrase can be managed externally
1679 and then passed in to the system.
1680
1681 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1682 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1683 so the passphrase cache can be used reliably with identifiers
1684 besides a pgp packet's key id.
1685
1686 * pgg-gpg.el (pgg-pgp-encrypt-region)
1687 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1688 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1689 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1690 argument to all these routines, so the passphrase can be managed
1691 externally and passed in to the system.
1692
1693 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1694 'notruncate' argument, so the passphrase cache can be used
1695 reliably with identifiers besides a pgp packet's key id.
1696
1697 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1698
1699 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1700 symmetric encryption.
1701 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1702 encrypted session key.
1703 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1704 message ask for the passphrase in a proper way.
1705
1706 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1707 New user commands for symmetric encryption.
1708
1709 2005-10-28 Bill Wohler <wohler@newt.com>
1710
1711 * help-mode.el (help-url): New button type. Calls browse-url.
1712 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1713 Similar to Info nodes: URL `url'.
1714 (help-make-xrefs): Create help-url buttons for
1715 help-xref-url-regexp matches.
1716
1717 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1718
1719 * tool-bar.el (tool-bar-add-item-from-menu)
1720 (tool-bar-local-item-from-menu): Fix doc strings.
1721
1722 2005-10-28 Romain Francoise <romain@orebokech.com>
1723
1724 * ldefs-boot.el: Update.
1725
1726 * subr.el (locate-library): Move from help-fns.el.
1727 * help-fns.el (locate-library): Move to subr.el.
1728
1729 2005-10-28 Richard M. Stallman <rms@gnu.org>
1730
1731 * net/tramp.el (tramp-completion-mode): defvar moved up.
1732
1733 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1734
1735 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1736
1737 * files.el (find-file-noselect): Use %d to format large file size.
1738
1739 * bindings.el (mode-line-format): Add %e.
1740
1741 * loadup.el ("facemenu"): Load unconditionally.
1742 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1743 ("x-dnd"): Load, when appropriate.
1744
1745 * startup.el (command-line): Call before-init-hook earlier.
1746 Warn about some bad characters in -u user name.
1747
1748 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1749 (flyspell-external-point-words): Error if misspelled word is not found.
1750 Set flyspell-large-region-beg at end of word.
1751
1752 2005-10-28 Andreas Schwab <schwab@suse.de>
1753
1754 * view.el (View-revert-buffer-scroll-page-forward):
1755 Use view-page-size-default.
1756
1757 2005-10-28 Juri Linkov <juri@jurta.org>
1758
1759 * international/quail.el (quail-get-current-str): Translate last
1760 raw character for deterministic input methods.
1761
1762 2005-10-27 Jay Belanger <belanger@truman.edu>
1763
1764 * calc/calc-ext.el: Add functions to autoloads.
1765 (math-identity-matrix-p, math-ident-row-p): New functions.
1766
1767 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1768 multiplication by an identity matrix; don't turn multiplication by
1769 an inverse matrix into division.
1770 (math-div-symbol-fancy): Replace division by matrices with
1771 multiplication by inverse.
1772
1773 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1774
1775 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1776 (calc-writeoutpower): New functions.
1777
1778 2005-10-27 Romain Francoise <romain@orebokech.com>
1779
1780 * replace.el (occur-engine): Include colon in mouse-face highlight.
1781
1782 * dired-x.el: Change Maintainer field.
1783
1784 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1785
1786 * longlines.el (longlines-mode): Bind after-change-functions to
1787 nil during initial decoding and final encoding.
1788
1789 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1790
1791 * term.el (term-emulate-terminal, term-handle-colors-array)
1792 (term-handle-ansi-escape): Specify the terminfo capabilities
1793 implemented.
1794
1795 2005-10-26 Richard M. Stallman <rms@gnu.org>
1796
1797 * info.el (Info-fontify-node): Fix detection of sentence-break
1798 before *Note.
1799
1800 2005-10-26 Romain Francoise <romain@orebokech.com>
1801
1802 * smerge-mode.el: Add `tools' to file keywords.
1803
1804 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1805
1806 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1807 when the fringe is not available.
1808
1809 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1810 (def-gdb-auto-update-trigger): Simplify construction.
1811 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1812 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1813 defined explicitly.
1814 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1815 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1816 defined explicitly.
1817 (gdb-info-locals-custom): Remove as it's a no-op.
1818
1819 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * longlines.el (longlines-mode): Remove narrowing before
1822 performing the initial decoding or final encoding.
1823
1824 2005-10-25 Romain Francoise <romain@orebokech.com>
1825
1826 * emacs-lisp/find-func.el (find-library-name): Also strip
1827 extension if library name ends in .el, to take advantage of
1828 `find-library-suffixes'.
1829
1830 2005-10-25 Richard M. Stallman <rms@gnu.org>
1831
1832 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1833
1834 2005-10-25 Juri Linkov <juri@jurta.org>
1835
1836 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1837 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1838
1839 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1840
1841 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1842 (blackbox-redefine-key): Add argument `map'.
1843
1844 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1845 regions when moving the jit-lock-context-unfontify-pos boundary.
1846
1847 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1848
1849 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1850
1851 2005-10-25 Masatake YAMATO <jet@gyve.org>
1852
1853 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1854
1855 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1856
1857 * play/blackbox.el (blackbox-redefine-key): New function.
1858 (blackbox-mode-map): Use it to remap existing bindings for cursor
1859 motion instead of binding literal keys.
1860
1861 2005-10-25 Glenn Morris <rgm@gnu.org>
1862
1863 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1864 diary does not end in a newline. Do not assume a blank line at
1865 the start of the diary file.
1866
1867 2005-10-25 Kenichi Handa <handa@m17n.org>
1868
1869 * international/quail.el (quail-translate-key): If the input
1870 method is deterministic and failed to handle the last key, restart
1871 the key handling loop from an appropriate key.
1872
1873 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
1874
1875 * vc.el (vc-dired-mode): Extend comment for binding of
1876 `directory-listing-before-filename-regexp'.
1877
1878 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1879
1880 * textmodes/texinfo.el (texinfo-mode):
1881 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
1882 not to unnecessarily expose emacs-mule's internal char codes.
1883
1884 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
1885
1886 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
1887 Display hand pointer and help-echo on disabled icon too.
1888 (gdb-mouse-until): New function.
1889 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
1890
1891 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
1892
1893 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
1894 with 2005-10-23 change to doctor.el.
1895
1896 * finder.el (finder-mode-map): Add follow-link binding.
1897
1898 2005-10-25 Kim F. Storm <storm@cua.dk>
1899
1900 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
1901 to gdb-mouse-toggle-breakpoint-fringe.
1902 (gdb-mouse-toggle-breakpoint-margin): Rename from
1903 gdb-mouse-toggle-breakpoint. Fix doc.
1904 (gdb-mouse-toggle-breakpoint-fringe): New defun.
1905 (gdb-put-string): Add optional SPROPS arg. Add props to string.
1906 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
1907 string properties also for fringe breakpoint bitmaps.
1908
1909 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
1910
1911 * textmodes/org.el (org-start-icalendar-file): Fix format form.
1912
1913 2005-10-25 Masatake YAMATO <jet@gyve.org>
1914
1915 * simple.el (completion-common-substring):
1916 Use `completion-common-substring' prior to `completion-base-size'.
1917
1918 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
1919
1920 * savehist.el: Require CL while compiling.
1921 (savehist-history-variables): Remove.
1922 (savehist-save-minibuffer-history, savehist-additional-variables)
1923 (savehist-minibuffer-history-variables): New vars.
1924 (savehist-save): Use them.
1925 (savehist-uninstall, savehist-minibuffer-hook): New funs.
1926 (savehist-install): New fun, extracted from savehist-load.
1927 (savehist-load): Use them.
1928
1929 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
1932 a dummy doc-string-elt property.
1933 (defalias, defvaralias, define-category): Add a docstring property.
1934
1935 * image.el (defimage):
1936 * widget.el (define-widget):
1937 * custom.el (defface, defcustom): Add `doc-string' declaration.
1938
1939 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
1940 (defadvice): Add `doc-string' declaration.
1941
1942 * emacs-lisp/byte-run.el (macro-declaration-function):
1943 Handle `doc-string' declarations.
1944 (define-obsolete-function-alias, define-obsolete-variable-alias):
1945 Add `doc-string' declaration.
1946
1947 2005-10-24 Kenichi Handa <handa@m17n.org>
1948
1949 * international/utf-7.el (utf-7): Add autoload cookie.
1950
1951 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
1952
1953 2005-10-24 Eli Zaretskii <eliz@gnu.org>
1954
1955 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
1956 list of directories passed to batch-update-autoloads. Add "." to
1957 the list of the echoed directories.
1958
1959 * pgg-def.el:
1960 * pgg-gpg.el:
1961 * pgg-parse.el:
1962 * pgg-pgp.el:
1963 * pgg-pgp5.el:
1964 * pgg.el: Moved here from the gnus subdirectory.
1965
1966 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
1967
1968 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
1969 in case comint-prompt-read-only is set to t.
1970
1971 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
1972 in case comint-prompt-read-only is set to t.
1973
1974 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
1975
1976 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
1977 Now a string.
1978 (icalendar-import-format): Handle CLASS, STATUS, URL.
1979 Rename `subject' to `summary'.
1980 (icalendar-import-format-summary): Rename from
1981 `icalendar-import-format-subject'.
1982 (icalendar-import-format-url, icalendar-import-format-status)
1983 (icalendar-import-format-class): New variables.
1984 (icalendar--rris): Take variable argument list.
1985 (icalendar--datestring-to-isodate): Remove unnecessary
1986 calendar-style check when converting dates with explicit month names.
1987 (icalendar-export-region): Change return type of conversion
1988 subroutines. Bury current buffer unless error occurred.
1989 (icalendar--convert-to-ical)
1990 (icalendar--parse-summary-and-rest): New functions.
1991 (icalendar--convert-ordinary-to-ical)
1992 (icalendar--convert-weekly-to-ical)
1993 (icalendar--convert-yearly-to-ical)
1994 (icalendar--convert-block-to-ical)
1995 (icalendar--convert-cyclic-to-ical)
1996 (icalendar--convert-anniversary-to-ical): Change return type.
1997 Strip trailing blanks from subject.
1998 (icalendar--convert-sexp-to-ical): Change return type.
1999 Strip trailing blanks from subject. Handle simple sexp
2000 entries as generated by icalendar.el.
2001 (icalendar--convert-float-to-ical)
2002 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
2003 (icalendar-import-file): Doc fix.
2004 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
2005 Correct call to icalendar--rris.
2006 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
2007 `summary'.
2008 (icalendar--add-diary-entry): Rename `subject' to `summary'.
2009
2010 2005-10-24 Romain Francoise <romain@orebokech.com>
2011
2012 * server.el (server-sentinel): Set query-on-exit flag to nil on
2013 new client processes (it isn't inherited from the server process).
2014
2015 * replace.el (occur-engine): Rearrange text properties.
2016
2017 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
2020 case-fold-search is nil.
2021 (debug-help-follow): Use help-xref-interned directly.
2022
2023 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2024
2025 * thumbs.el (thumbs-image-type): Add .pbm.
2026
2027 2005-10-23 Richard M. Stallman <rms@gnu.org>
2028
2029 * faces.el (inhibit-face-set-after-frame-default): New variable.
2030 (set-face-attribute): Bind it.
2031 (face-set-after-frame-default): Test it.
2032
2033 * help-fns.el (describe-simplify-lib-file-name): New function.
2034 (describe-function-1, describe-variable): Use it.
2035
2036 * faces.el (describe-face): Use describe-simplify-lib-file-name.
2037
2038 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
2039 Eliminate nil as possible value.
2040 (tooltip-hide-delay): Reduce internal-border-width.
2041
2042 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
2043 (menu-bar-file-menu) <new-file>: Likewise.
2044
2045 * simple.el (line-move-finish): Ignore fields computing LINE-END.
2046
2047 * international/mule.el (load-with-code-conversion):
2048 Pass full file name to `eval-buffer' unless preloading.
2049
2050 * textmodes/flyspell.el (flyspell-large-region):
2051 Call ispell-check-version.
2052
2053 * textmodes/ispell.el (ispell-local-dictionary-overridden):
2054 Fix the make-variable-buffer-local call that was supposed
2055 to be for this variable.
2056 (ispell-aspell-supports-utf8): Doc fix.
2057 (ispell-find-aspell-dictionaries): Preserve elements of
2058 ispell-dictionary-alist for dictionaries that aspell doesn't report.
2059 (ispell-aspell-find-dictionary): Return nil on error.
2060
2061 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
2062 (doctor-symptoms): Likewise.
2063
2064 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
2065
2066 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2067
2068 * cus-edit.el (custom-button, custom-button-pressed): New vars.
2069 (custom-raised-buttons): Add :set spec.
2070 (custom-button-unraised, custom-button-pressed-unraised):
2071 New faces, so that custom-raised-buttons actually does something.
2072 (custom-mode): Use custom-button and custom-button-pressed.
2073
2074 * wid-edit.el (widget-specify-button): Don't ignore
2075 widget-mouse-face on graphic terminals.
2076 (widget-move-and-invoke): Cleanup.
2077
2078 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
2079
2080 * whitespace.el (whitespace-cleanup): Doc fix.
2081
2082 2005-10-23 Romain Francoise <romain@orebokech.com>
2083
2084 * emulation/viper.el (viper-set-hooks): Quote forms passed to
2085 `eval-after-load' to avoid evaluating their result.
2086
2087 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
2088
2089 * files.el (directory-listing-before-filename-regexp):
2090 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
2091
2092 * dired.el (dired-move-to-filename-regexp): Remove.
2093 All occurences replaced by `directory-listing-before-filename-regexp'.
2094
2095 * dired-x.el, locate.el, vc.el:
2096 Replace `dired-move-to-filename-regexp' by
2097 `directory-listing-before-filename-regexp'. In vc.el it is
2098 overwritten locally; maybe this can be handled in files.el too.
2099
2100 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
2101 replaced by `directory-listing-before-filename-regexp'.
2102
2103 2005-10-23 Andreas Schwab <schwab@suse.de>
2104
2105 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
2106 and eval-next-after-load.
2107
2108 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2109
2110 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
2111 exist, create it.
2112
2113 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
2114
2115 * allout.el: Remove autoloads for mailcrypt and crypt++.
2116 Require pgg, pgg-gpg during compilation.
2117 (allout-version): Increment version number to 2.1, and use a literal
2118 rather than RCS Id.
2119 (allout-default-encryption-scheme): Remove.
2120 (allout-passphrase-verifier-handling)
2121 (allout-passphrase-verifier-string)
2122 (allout-file-passphrase-verifier-string)
2123 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
2124 (allout-passphrase-hint-handling): Rename and simplify.
2125 (allout-init): Use `find-file-hook' if available, otherwise
2126 `find-file-hooks'.
2127 (allout-mode): Use `write-file-functions' if available, otherwise
2128 `local-write-file-hooks' and, instead of making auto-save-hook
2129 buffer local, make the write-file-hook activity contingent to
2130 allout-mode.
2131 (allout-mode): Use key-binding substitution in the docstring.
2132 (allout-kill-line): Spell-out kill ring data structure mutation
2133 instead of using byte-compiler-complaint-provoking `pop'.
2134 (allout-insert-listified): Use `insert' rather than `insert-string'
2135 (allout-toggle-current-subtree-encryption): Update docstring, adjust
2136 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
2137 (allout-encrypt-string): Totally revamped vis new underlying
2138 encryption facilities.
2139 (allout-mc-activate-passwd): Remove.
2140 (allout-obtain-passphrase): New, more or less replaces
2141 allout-mc-activate-passwd.
2142 (allout-encrypted-key-info): More or less replaces
2143 allout-encrypted-text-type.
2144 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
2145 (my-mark-marker): Use `(featurep 'xemacs)'.
2146
2147 2005-10-23 Lars Hansen <larsh@soem.dk>
2148
2149 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
2150 (byte-compile-file-form-defmumble, byte-compile-defun)
2151 (byte-compile-defmacro): Use it.
2152 (byte-compile-form): Don't call byte-compile-set-symbol-position
2153 when a byte-compile handler is called.
2154
2155 2005-10-22 Romain Francoise <romain@orebokech.com>
2156
2157 * savehist.el (savehist-history-variables): Add `grep-find-history'.
2158
2159 * subr.el (eval-after-load): Convert library name to an absolute
2160 file name using locate-library, since load-history no longer has
2161 library names in it.
2162
2163 2005-10-22 Richard M. Stallman <rms@gnu.org>
2164
2165 * files.el (make-temp-file): Move from subr.el.
2166 * subr.el (make-temp-file): Move to files.el.
2167
2168 * window.el (get-buffer-window-list): Move from subr.el.
2169 * subr.el (get-buffer-window-list): Move to window.el.
2170
2171 * image.el (image-load-path): Use eval-at-startup to initialize.
2172
2173 * subr.el (eval-at-startup): New macro.
2174
2175 * subr.el: Much rearrangement of functions and division
2176 into pages. No code changes.
2177
2178 2005-10-22 Kenichi Handa <handa@m17n.org>
2179
2180 * tar-mode.el (tar-extract): Be sure to call
2181 find-operation-coding-system if set-auto-coding doesn't find a
2182 coding system.
2183
2184 2005-10-22 Kim F. Storm <storm@cua.dk>
2185
2186 * image.el (image-type-header-regexps): Rename from image-type-regexps.
2187 Change users.
2188 (image-type-file-name-regexps): New defconst.
2189 (image-type-from-data): Simplify loop.
2190 (image-type-from-buffer): New defun.
2191 (image-type-from-file-header): Use it instead of image-type-from-data.
2192 Use image-search-load-path instead of only looking in data-directory.
2193 (image-type-from-file-name): New defun.
2194 (image-search-load-path): Change `pathname' to `filename'.
2195 Make PATH arg optional, default to image-load-path.
2196
2197 2005-10-21 Richard M. Stallman <rms@gnu.org>
2198
2199 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2200
2201 * textmodes/paragraphs.el (sentence-end-base): New variable.
2202 (sentence-end): Use sentence-end-base.
2203
2204 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2205
2206 * font-lock.el (font-lock-default-fontify-region): Check the multiline
2207 property independently from the font-lock-multiline variable.
2208
2209 2005-10-21 Richard M. Stallman <rms@gnu.org>
2210
2211 * emacs-lisp/find-func.el (find-library-name): Doc fix.
2212
2213 * startup.el (command-line): Convert library names
2214 in `load-history' to absolute file names.
2215
2216 * subr.el (symbol-file): Doc fix.
2217
2218 * loadhist.el (file-loadhist-lookup): Call locate-library
2219 instead of find-library-name. Don't try converting
2220 abs file names to library names, since load-history no longer
2221 has library names in it.
2222 (file-dependents, file-provides, file-requires): Doc fixes.
2223
2224 2005-10-21 Juri Linkov <juri@jurta.org>
2225
2226 * progmodes/etags.el (tags-table-mode): New function.
2227 (tags-verify-table): Replace initialize-new-tags-table with
2228 tags-table-mode.
2229
2230 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2231 default value.
2232 (desktop-modes-not-to-save): Add tags-table-mode to the
2233 default value.
2234
2235 * info.el (Info-index-next): Add total number of index
2236 alternatives to the message.
2237
2238 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2239 backward only space (instead of space and period) before looking
2240 at sentence end.
2241
2242 * simple.el (set-variable): Use user-variable-p instead of symbolp.
2243 Add the old variable value as 4th default-value arg of read-string.
2244
2245 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2246
2247 * cus-face.el (custom-declare-face): Make face from X resources
2248 also on Mac.
2249
2250 * disp-table.el (standard-display-g1, standard-display-graphic):
2251 Refuse to use string glyphs also on Mac.
2252 (standard-display-european): Don't set terminal coding system also
2253 on Mac.
2254
2255 * frame.el (display-screens): Use x-display-screens also on Mac.
2256
2257 2005-10-21 Romain Francoise <romain@orebokech.com>
2258
2259 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
2260
2261 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2264 and $? into sexps.
2265
2266 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2267 warning face on open-paren-in-column-0.
2268
2269 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2270 boundary case. Fix typo.
2271 Suggested by Martin Rudalics <rudalics@gmx.at>.
2272
2273 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
2274
2275 * textmodes/org.el: (org-combined-agenda-icalendar-file)
2276 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2277 (org-export-icalendar-this-file)
2278 (org-export-icalendar-all-agenda-files)
2279 (org-export-icalendar-combine-agenda-files): New commands.
2280 (org-export-icalendar, org-print-icalendar-entries)
2281 (org-start-icalendar-file, org-finish-icalendar-file)
2282 (org-ical-ts-to-string): New functions.
2283 (org-read-date, org-goto-calendar)
2284 (org-agenda-goto-calendar): Inhibit displaying diary entries by
2285 call to `calendar'.
2286 (orgtbl-setup): Remove the :keys arguments from the menu description.
2287 (org-after-save-iCalendar-file-hook): New variable.
2288
2289 2005-10-21 Kenichi Handa <handa@m17n.org>
2290
2291 * language/vietnamese.el (tcvn-5712): Make it an alias of
2292 vietnamese-tcvn coding-system.
2293
2294 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
2295
2296 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2297 group id is given.
2298
2299 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2302 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2303 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2304 whose line is either continued or ends with a comment.
2305
2306 2005-10-20 Romain Francoise <romain@orebokech.com>
2307
2308 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2309
2310 * replace.el (occur-engine): Add follow-link property.
2311
2312 * font-core.el (font-lock-mode): Doc fix.
2313
2314 2005-10-20 Richard M. Stallman <rms@gnu.org>
2315
2316 * net/rcirc.el: New file.
2317
2318 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2319
2320 * term.el (term-term-name): Initialize to "eterm-color".
2321
2322 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2323
2324 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2325 for encryption functionality.
2326 Move allout customization subgroup from `editing' to `outlines' group.
2327 Fix commentary 'keywords' to legitimate ones.
2328 Update author info (using my current email address, obscurified).
2329 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2330 (allout-encrypted-topic-p, allout-encrypted-text-type)
2331 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2332 (allout-situate-encryption-key-verifier)
2333 (allout-get-encryption-key-verifier, allout-verify-key)
2334 (allout-next-topic-pending-encryption)
2335 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2336 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2337 (outline-key-verifier-handling, outline-key-hint-handling)
2338 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2339 (allout-file-key-verifier-string, allout-encryption-scheme)
2340 (allout-key-verifier-string, allout-key-hint-string)
2341 (allout-after-save-decrypt): New variables.
2342 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2343 (allout-after-saves-handler): New hook functions.
2344 (allout-post-command-business): Do allout-after-save-decrypt.
2345 (allout-enable-file-variable-adjustment): Custom var to enable
2346 mechanism for adding and adjusting settings of Emacs file variables.
2347 (allout-adjust-file-variable, allout-file-vars-section-data):
2348 New functions, implement the mechanism.
2349 (outlineify-sticky): Use the file vars mechanism.
2350 (allout-inhibit-protection, allout-during-write-cue)
2351 (allout-override-protect, allout-before-change-protect): Remove.
2352 (allout-flag-region, allout-open-topic): Adjust read-only text.
2353 (allout-open-line-not-read-only): Add to facilitate read-only
2354 text based protection.
2355 (allout-kill-line): Revise to adjust read-only text, clue the
2356 user about the inhibition.
2357 (allout-unprotected): Use unwind-protect.
2358 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2359 topic deeper than the offspring depth of the previous topic -
2360 avoiding confusing "containment discontinuities".
2361 (allout-reindent-bodies): Fix retention of body relative hanging
2362 indent during promotion of collapsed bodies.
2363 (allout-open-topic): Make it easy to open new topic with same
2364 bullet as current topic - topic creation functions provided with
2365 any universal argument provokes now prompt for bullet, defaulting
2366 to the bullet of the previous topic.
2367 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2368 Plain bullet alternates '.' period and ',' comma only. All other
2369 bullets are relegated to special status (but customizable).
2370 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2371 since it actually operates w.r.t. most immediately containing
2372 entry, visible or not.
2373 (allout-hide-current-entry, allout-show-current-entry): Use the
2374 revised version.
2375 (allout-old-expose-topic): Solidify deprecation.
2376 (allout-end-of-subtree): Add so we can span concealed as well
2377 as visible topics.
2378 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2379 (allout-end-of-current-heading): Tweak to just respect the first line.
2380 (allout-get-body-text): Add.
2381 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2382 when invoked interactively.
2383 (allout-up-current-level): Use `interactive-p'.
2384 (allout-mode, allout-init): Miscellaneous docstring and
2385 operational refinements, as well as hookups of new encryption stuff.
2386 (allout-beginning-of-current-entry): Now works as advertised.
2387 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2388 (allout-isearch-rectification): Refine condition for isearching.
2389 (allout-isearch-abort, allout-enwrap-isearch)
2390 (allout-flag-region, my-region-active-p): Relocate some macros.
2391 (allout-title): Fallback title is '(buffer-name)', not
2392 non-existing '(current-buffer-name)'.
2393 (subst-char-in-string): Define if absent (for some XEmacs versions).
2394
2395 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2396
2397 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2398 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2399 (mail-citation-prefix-regexp, mail-signature-file)
2400 (mail-default-headers, mail-bury-selects-summary)
2401 (mail-send-nonascii): Add autoload cookies.
2402
2403 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2404
2405 * frame.el (blink-cursor-mode): Add `mac' to the list of
2406 window-system's that support blinking cursor.
2407
2408 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2409
2410 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2411
2412 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2413
2414 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2415 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2416 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2417
2418 2005-10-20 Kim F. Storm <storm@cua.dk>
2419
2420 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2421 (ido-set-current-directory): Don't add / after final @.
2422 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2423 Explicitly handle ange-ftp completion oddities.
2424 (ido-make-file-list): Don't rotate list at tramp root to avoid
2425 triggering tramp file handler for expand-file-name via get-file-buffer.
2426
2427 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2430
2431 2005-10-19 Jay Belanger <belanger@truman.edu>
2432
2433 * calc/calc-units.el (math-standard-units): Add units, adjust
2434 symbols and update values.
2435 (math-unit-prefixes): Add more prefixes.
2436
2437 2005-10-19 Romain Francoise <romain@orebokech.com>
2438
2439 * bookmark.el (bookmark-menu-heading): New face.
2440 (bookmark-bmenu-list): Use it.
2441 Don't fiddle with `baud-rate' at top-level.
2442
2443 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * image.el (create-image, find-image): Mention max-image-size in
2446 docstring.
2447
2448 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2449
2450 * savehist.el (savehist-load): Revert to checking XEmacs.
2451
2452 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2453 Various docstring and line-width fixups.
2454 (conf-mode): Use cond.
2455 Set font-lock-defaults. Don't set comment-use-syntax.
2456
2457 2005-10-18 David Ponce <david@dponce.com>
2458
2459 * tree-widget.el (tree-widget-button-click): New function.
2460 (tree-widget-button-keymap): Use it.
2461
2462 2005-10-18 Romain Francoise <romain@orebokech.com>
2463
2464 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2465 (bookmark-bmenu-hide-filenames): Add follow-link property.
2466 Improve help-echo text.
2467
2468 * ffap.el (find-file-at-point): Doc fix.
2469
2470 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2471
2472 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2473
2474 2005-10-18 Masatake YAMATO <jet@gyve.org>
2475
2476 Install to the CVS repository what I forgot to install in my
2477 2005-10-16 changes.
2478
2479 * progmodes/python.el (python-complete-symbol): Pass the common
2480 prefix substring of completion to `display-completion-list'.
2481
2482 * textmodes/org.el (org-complete): Ditto.
2483
2484 2005-10-18 Masatake YAMATO <jet@gyve.org>
2485
2486 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2487
2488 * woman.el (WoMan-xref-man-page): New button type derived
2489 from `Man-abstract-xref-man-page'.
2490 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2491
2492 * man.el (Man-abstract-xref-man-page): New button type.
2493 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2494 (Man-highlight-references): Add new optional argument `xref-man-type'.
2495
2496 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2497
2498 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2499
2500 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2501
2502 * cus-edit.el (Custom-move-and-invoke): Delete.
2503 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2504
2505 * wid-edit.el (widget-move-and-invoke): New function, from
2506 Custom-move-and-invoke.
2507
2508 2005-10-17 Bill Wohler <wohler@newt.com>
2509
2510 Move all remaining images from lisp/toolbar to etc/images, move
2511 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2512 the low resolution images in their own directory (low-color).
2513
2514 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2515 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2516 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2517 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2518 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2519 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2520 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2521
2522 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2523 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2524 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2525 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2526 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2527 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2528 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2529 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2530 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2531 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2532 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2533 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2534 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2535 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2536 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2537
2538 To conform with convention, replace the underscore (_) in the
2539 following image names with dash (-) or (/) as appropriate.
2540
2541 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2542 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2543 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2544 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2545 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2546 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2547 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2548 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2549 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2550 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2551 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2552 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2553 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2554 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2555 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2556
2557 * info.el (info-tool-bar-map): Replace underscores in image names
2558 with dashes.
2559
2560 * makefile.w32-in (WINS): Remove toolbar.
2561
2562 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2563
2564 * tool-bar.el: Move to lisp from toolbar. Now that
2565 toolbar is empty, it should be deleted when folks run "cvs up -P".
2566
2567 2005-10-18 Jay Belanger <belanger@truman.edu>
2568
2569 * calc/calc-store.el (calc-store-into): Get the proper variable name
2570 to display in message.
2571
2572 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2573
2574 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2575 expressions display in speedbar for all buffers when debugging.
2576 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2577
2578 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2579 (speedbar-insert-button, speedbar-make-button):
2580 Use add-text-properties.
2581 (speedbar-update-localized-contents)
2582 (speedbar-update-directory-contents)
2583 (speedbar-update-special-contents): Use dolist.
2584 (speedbar-buffer-easymenu-definition): Add a menu separator.
2585
2586 2005-10-17 Jason Rumney <jasonr@gnu.org>
2587
2588 * makefile.w32-in: Use $(lisp) consistently.
2589 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2590 for shell specific generation of mh-autoloads.
2591
2592 2005-10-17 Richard M. Stallman <rms@gnu.org>
2593
2594 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2595
2596 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2597
2598 * jit-lock.el (jit-lock-fontify-now):
2599 Move jit-lock-context-unfontify-pos to avoid wasted work.
2600
2601 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2602
2603 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2604 `tramp-completion-mode' for checking if we are in completion mode.
2605 (tramp-completion-handle-file-name-all-completions): Reorder code
2606 in order to complete for file names only in case there are no
2607 method/user/host completions. This is necessary for cooperation
2608 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2609
2610 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2611
2612 * longlines.el (longlines-search-forward)
2613 (longlines-search-backward): Match any number of spaces.
2614
2615 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2616
2617 * diff-mode.el (diff-mode): Doc fix.
2618
2619 2005-10-16 David Reitter <david.reitter@gmail.com>
2620
2621 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2622 as default on darwin and windows systems.
2623
2624 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2625
2626 * arc-mode.el (archive-zip-extract): Doc fix.
2627
2628 2005-10-16 Romain Francoise <romain@orebokech.com>
2629
2630 * mouse.el (mouse-1-click-follows-link): Doc fix.
2631
2632 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * savehist.el: Don't require CL at runtime.
2635 (savehist-xemacs): Remove.
2636 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2637 (savehist-no-conversion): Use (featurep 'xemacs).
2638 (savehist-load): Check existence of start-itimer rather than XEmacs.
2639 Use an idle timer.
2640 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2641 `delete-if-not'.
2642
2643 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2644
2645 * savehist.el: Newer version.
2646 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2647 (savehist-last-checksum, savehist-no-conversion): New vars.
2648 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2649 New functions.
2650 (savehist-load, savehist-save): Use them.
2651 (savehist-delimit): Remove.
2652
2653 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * progmodes/compile.el (compilation-goto-locus): Display the
2656 compilation buffer first and the source buffer second, in case they're
2657 in overlapping frames. Don't raise the compilation frame if it was the
2658 selected window upon entry. Pass the `other-window' arg to
2659 pop-to-buffer.
2660
2661 * info.el (Info-fontify-node): Use dolist.
2662 Change add-text-properties to put-text-property.
2663
2664 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2665
2666 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2667 bound of search.
2668
2669 2005-10-16 Masatake YAMATO <jet@gyve.org>
2670
2671 * dabbrev.el (dabbrev-completion): Pass the common
2672 prefix substring of completion to `display-completion-list'.
2673
2674 * filecache.el (file-cache-minibuffer-complete)
2675 (file-cache-complete): Ditto.
2676
2677 * tempo.el (tempo-display-completions): Ditto.
2678
2679 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2680
2681 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2682
2683 * eshell/em-hist.el (eshell-list-history): Ditto.
2684
2685 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2686
2687 * mail/mailalias.el (mail-complete): Ditto.
2688
2689 * progmodes/etags.el (complete-tag): Ditto.
2690
2691 * progmodes/make-mode.el (makefile-complete): Ditto.
2692
2693 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2694
2695 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2696
2697 * progmodes/pascal.el (pascal-complete-word)
2698 (pascal-show-completions): Ditto.
2699
2700 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2701
2702 * simple.el (completion-common-substring): New variable.
2703 (completion-setup-function): Use `completion-common-substring'
2704 to put faces.
2705
2706 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2707
2708 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2709 (x-get-selection, mac-select-convert-to-string): Convert from/to
2710 UTF-16 clipboard data as in native byte order, no BOM.
2711
2712 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2713
2714 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2715 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2716 (gud-sentinel): Use speedbar-frame to check for speedbar.
2717
2718 2005-10-15 Richard M. Stallman <rms@gnu.org>
2719
2720 * savehist.el: New file.
2721
2722 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2723
2724 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2725 Fix bug in \bf fontification.
2726
2727 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * pcvs.el (cvs-edit-log-files): New var.
2730 (cvs-mode-edit-log): New arg `file'.
2731 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2732 Instead force the use of the original file and nothing else.
2733 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2734 the cvs-minor-wrap-function is set.
2735 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2736
2737 2005-10-14 Bill Wohler <wohler@newt.com>
2738
2739 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2740 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2741 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2742 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2743 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2744 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2745 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2746 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2747 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2748 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2749 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2750 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2751 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2752 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2753 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2754
2755 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2756 appropriately (for example, gud-break to gud/break).
2757
2758 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * longlines.el (longlinges-search-function)
2761 (longlines-search-forward, longlines-search-backward): New functions.
2762 (longlines-mode): Set isearch-search-fun-function to
2763 longlinges-search-function.
2764
2765 * mouse.el (mouse-drag-region-1): Handle the case where a
2766 double-click event is bound to an arbitrary function.
2767
2768 2005-10-14 David Ponce <david@dponce.com>
2769
2770 * recentf.el (recentf-track-opened-file)
2771 (recentf-track-closed-file, recentf-update-menu)
2772 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2773 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2774 mouse-1-click-follows-link.
2775
2776 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2777
2778 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2779 Gnome file-manager.png. Suggested by
2780 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2781
2782 * toolbar/README: Add diropen.xpm.
2783
2784 2005-10-13 Bill Wohler <wohler@newt.com>
2785
2786 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2787 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2788
2789 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2790
2791 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2792 Don't waste the byte-compiler's time on constant data.
2793
2794 2005-10-13 Kenichi Handa <handa@m17n.org>
2795
2796 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2797 byte with `escape-glyph' face.
2798
2799 * international/fontset.el (ccl-encode-unicode-font):
2800 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2801 Handle the case that ucs-mule-to-mule-unicode translates a character to
2802 ASCII (usually for IPA characters).
2803
2804 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2805
2806 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2807 Don't hide the underline of titles if font-lock-mode is disabled.
2808
2809 2005-10-12 Bill Wohler <wohler@newt.com>
2810
2811 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2812 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2813 files in MH-E-SRC have been updated.
2814 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2815
2816 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2817
2818 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2819 (mixal-mode-syntax-table): Add \n as end-comment.
2820 (mixal-operation-codes-alist): Immediately initialize to full value.
2821 (mixal-add-operation-code): Remove.
2822 (mixal-describe-operation-code): Make the arg non-optional.
2823 Use the interactive spec instead.
2824 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2825 (mixal-font-lock-keywords): Don't highlight comments here any more.
2826 (mixal-font-lock-syntactic-keywords): New var.
2827 (mixal-mode): Use it. Fix comment-start-skip.
2828
2829 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2830
2831 * startup.el (command-line-x-option-alist): -nb => -nbi
2832
2833 2005-10-12 Kim F. Storm <storm@cua.dk>
2834
2835 * startup.el (fancy-splash-default-action): Discard mouse click in
2836 the splash screen window, as it has no sensible meaning in the
2837 next window to be selected. Fixes error reported by Jan D.
2838
2839 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2840
2841 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2842
2843 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2844
2845 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2846 Try to fix up minor layout issues like indentation, line break, etc...
2847 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2848 because it doesn't work.
2849 (mixal-operation-codes): Add some more codes.
2850 (mixal-font-lock-keywords): Process comments here.
2851 (mixal-mode): mixasm no longer needs -g option.
2852
2853 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2854
2855 * progmodes/sh-script.el (sh-tmp-file):
2856 Use mktemp -t. Finish support for es and rc shells.
2857
2858 2005-10-11 Jay Belanger <belanger@truman.edu>
2859
2860 * calc/calcalg2.el (calc-integral): With an argument, compute the
2861 definite integral.
2862
2863 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2864
2865 * mouse.el (mouse-drag-region-1): Don't try to catch a
2866 double-click when doing follow-link (it's overridden anyway).
2867
2868 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2869
2870 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2871 (autoload-print-form-outbuf): Add docstring.
2872
2873 2005-10-11 Juri Linkov <juri@jurta.org>
2874
2875 * info.el (Info-mode-menu): Delete menu item "Edit".
2876 (Info-mode): Delete description of Info-edit from docstring,
2877 and rearrange descriptions of Info commands in the order
2878 they are documented in the Info manual.
2879
2880 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * calendar/appt.el (appt-check): Use diary-selective-display var.
2883
2884 2005-10-10 Richard M. Stallman <rms@gnu.org>
2885
2886 * net/newsticker.el (newsticker-start, newsticker-show-news):
2887 Add autoload cookies.
2888
2889 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
2890
2891 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
2892
2893 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
2894
2895 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
2896
2897 2005-10-10 Jay Belanger <belanger@truman.edu>
2898
2899 * calc/calc-arith.el (math-check-known-scalarp)
2900 (math-check-known-matrixp): Check the values of arguments that are
2901 variables.
2902 (math-check-known-square-matrixp): New function.
2903 (math-known-square-matrixp): Use math-check-known-square-matrixp.
2904 (math-super-types): Add sqmatrix type.
2905
2906 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
2907 mode name `square' to 'sqmatrix'.
2908
2909 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
2910 mode name `square' to 'sqmatrix'.
2911
2912 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * progmodes/etags.el (select-tags-table-mode): Don't use
2915 selective-display.
2916 (tags-select-tags-table): Pass `button' to the action function.
2917 (select-tags-table): Place the side-info on button properties rather
2918 than in hidden text. Abbreviate file names.
2919 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
2920 (select-tags-table-select): Add `button' argument.
2921 Get side-info from the button property rather than from hidden text.
2922
2923 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
2924
2925 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
2926 (gud-speedbar-buttons): Preserve point if possible.
2927 (gud-sentinel): Restore previous speedbar display type.
2928
2929 * progmodes/gdb-ui.el (gdba): Improve diagram.
2930 (def-gdb-auto-update-handler, gdb-info-locals-handler)
2931 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
2932 Call get-buffer-window once.
2933
2934 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2935
2936 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
2937 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
2938 (pascal-indent-command): Remove unused var `ind'.
2939 (pascal-indent-case): Remove unused var `oldpos'.
2940 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
2941 since it's now used as a proper minor mode map.
2942 (pascal-outline): Rename to pascal-outline-mode.
2943 (pascal-outline-mode): Use define-minor-mode.
2944 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
2945 selective-display.
2946
2947 2005-10-10 Andreas Schwab <schwab@suse.de>
2948
2949 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
2950 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
2951
2952 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
2953 outside source directory.
2954
2955 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
2956
2957 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
2958 C-x' as a prefix.
2959 (orgtbl-mode-map): Full keymap instead of sparse, because all
2960 `self-insert-command' keys are redefined in this map.
2961 (org-export-as-html): Specify charset for HTML file, by taking it
2962 from the coding system.
2963
2964 2005-10-10 Kenichi Handa <handa@m17n.org>
2965
2966 * textmodes/flyspell.el (flyspell-check-word-p):
2967 If unread-command-events is non-empty, don't call sit-for.
2968
2969 2005-10-09 Richard M. Stallman <rms@gnu.org>
2970
2971 * font-lock.el (font-lock-syntactic-keywords)
2972 (font-lock-keywords): Doc fixes.
2973
2974 * textmodes/flyspell.el (flyspell-external-point-words):
2975 Simplify logic, and don't try to check for consecutive appearances
2976 of one incorrect word.
2977
2978 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
2979
2980 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
2981 separator.
2982
2983 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
2984 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
2985 (gud-expansion-speedbar-buttons): New function.
2986 (gud-speedbar-buttons): Check for gud-comint-buffer.
2987
2988 2005-10-09 Bill Wohler <wohler@newt.com>
2989
2990 * Makefile.in (updates): Add mh-loaddefs dependency.
2991
2992 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
2993
2994 * speedbar.el (speedbar-file-key-map): Fix typo.
2995
2996 2005-10-09 Daniel Brockman <daniel@brockman.se>
2997
2998 * cus-start.el (line-spacing): Add custom spec.
2999
3000 2005-10-09 Romain Francoise <romain@orebokech.com>
3001
3002 * textmodes/ispell.el (ispell-check-version): Fix last change.
3003
3004 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3005
3006 * term/x-win.el: Remove -i, --icon-type from comment.
3007
3008 * startup.el (command-line-x-option-alist): Remove options -i,
3009 -itype, --icon-type, added -nb, --no-bitmap-icon
3010
3011 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
3012
3013 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
3014 instead of :active.
3015
3016 2005-10-08 Eric Hanchrow <offby1@blarg.net>
3017
3018 * textmodes/ispell.el (ispell-check-version):
3019 Ignore hyphen, and all that follows, in aspell's version text.
3020
3021 2005-10-08 Jay Belanger <belanger@truman.edu>
3022
3023 * calc/calc-arith.el (math-known-square-matrixp): New function.
3024 (math-pow-fancy): Check for matrices before distributing exponent
3025 across products.
3026
3027 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
3028 fullscreen keypad. Suggested by Luc Teirlinck.
3029 (calc-keypad-show-input): Add space for formatting.
3030
3031 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
3032 Add square matrix option.
3033
3034 * calc/calc-poly.el (math-expand-term): Check for matrices instead
3035 of checking calc-matrix-mode when deciding how to expand.
3036
3037 * calc/calc.el (calc-set-mode-line): Add square matrix option.
3038
3039 2005-10-08 Lars Hansen <larsh@soem.dk>
3040
3041 * net/tramp.el (tramp-perl-directory-files-and-attributes):
3042 Add error handling.
3043 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
3044
3045 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
3046
3047 Sync with Tramp 2.0.51.
3048
3049 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3050 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3051 Insert special handling for `last-coding-system-used', again
3052 it still seems to be necessary (unlike stated before).
3053 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
3054 (tramp-password-prompt-regexp): There might be other words before
3055 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
3056 (tramp-chunksize): Improve docstring.
3057 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
3058 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
3059 Christian Joergensen <bugs@razor.dk>.
3060
3061 2005-10-07 Glenn Morris <rgm@gnu.org>
3062
3063 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
3064 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
3065 precision'.
3066
3067 2005-10-07 Romain Francoise <romain@orebokech.com>
3068
3069 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
3070 (ibuffer-do-shell-command-pipe-replace)
3071 (ibuffer-do-shell-command-file, ibuffer-do-eval)
3072 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
3073 (ibuffer-do-revert, ibuffer-do-replace-regexp)
3074 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
3075 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3076 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
3077 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
3078 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
3079 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
3080 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
3081 Autoload file sans suffix.
3082
3083 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
3084
3085 2005-10-07 David Ponce <david@dponce.com>
3086
3087 * recentf.el (recentf-menu-open-all-flag): New option.
3088 (recentf-digit-shortcut-command-name): New function.
3089 (recentf--shortcuts-keymap): New variable.
3090 (recentf-menu-shortcuts): New variable.
3091 (recentf-make-menu-items): Initialize it. Replace the "More..."
3092 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
3093 (recentf-menu-value-shortcut): New function.
3094 (recentf-make-menu-item): Use it. No more in-lined.
3095 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
3096 (recentf-open-most-recent-file): Rename from
3097 `recentf-open-file-with-key'. Don't depend on key binding.
3098 (recentf-mode-map): New variable.
3099 (recentf-mode): Use it.
3100
3101 2005-10-06 Bill Wohler <wohler@newt.com>
3102
3103 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
3104
3105 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
3106 (MH-E-SRC): New. Used by mh-autoloads.
3107 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
3108 files in MH-E-SRC have been updated.
3109 (compile, recompile, bootstrap): Depend on mh-autoloads.
3110
3111 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
3112
3113 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
3114 gud-break and gud-remove icons when the fringe is not available.
3115
3116 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
3117 Typo.
3118
3119 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3120
3121 * play/zone.el (zone): Wrap body with save-window-excursion.
3122
3123 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3124
3125 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3126 Use the new `list-only' arg to diary-list-entries.
3127
3128 * calendar/diary-lib.el: Use overlays rather than selective-display.
3129 (diary-selective-display): New var.
3130 (diary-header-line-format): Use it.
3131 (diary-list-entries): Add argument `list-only'.
3132 Put the buffer in diary-mode. Don't add \^M at beg and end.
3133 Replace \^M by invisible overlays.
3134 (diary-unhide-everything): Replace \^M by invisible overlays.
3135 (print-diary-entries): Look for overlays rather than \^M.
3136 Add a space to the temp buffer name.
3137 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
3138 Put the buffer in diary-mode.
3139 (list-sexp-diary-entries): Replace \^M by invisible overlays.
3140 (diary-anniversary): Make the year arg optional.
3141 (diary-time-regexp): New const.
3142 (diary-font-lock-keywords): Use it to accept a few more time formats.
3143
3144 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
3145
3146 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
3147
3148 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
3149 Fix bug introduced 2005-07-03: Use (car (last ...))
3150 to faithfully reproduce replaced artist-last.
3151 (artist-set-arrow-points-for-poly): Likewise.
3152 Suggested by Johan Bockg\e,Ae\e(Brd.
3153
3154 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
3155
3156 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
3157 * wid-edit.el (widget):
3158 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
3159 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
3160
3161 2005-10-06 Kenichi Handa <handa@m17n.org>
3162
3163 * international/mule-cmds.el (set-language-environment):
3164 Fix setting up of case-table for unibyte mode.
3165
3166 * simple.el (what-cursor-position): If the character is displayed
3167 by some `display' text property, show that. Don't use
3168 single-key-description for eight-bit characters in multibyte mode.
3169
3170 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
3171
3172 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
3173 (gdb-ann3): Set it.
3174 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
3175 (gdb-info-frames-custom): Use inverse-video for first five
3176 characters of selected frame only.
3177 (gdb-get-frame-number): Select frame even when point is on frame
3178 number.
3179
3180 2005-10-06 Masatake YAMATO <jet@gyve.org>
3181
3182 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3183 Put `font-lock-function-name-face'.
3184 (gdb-info-frames-custom): Put `font-lock-function-name-face'
3185 and `font-lock-variable-name-face'
3186 (gdb-registers-font-lock-keywords): New font lock keywords definition.
3187 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3188 (gdb-memory-font-lock-keywords): New font lock keywords definition.
3189 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3190 (gdb-local-font-lock-keywords): New font lock keywords definition.
3191 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3192 (gdb-threads-font-lock-keywords): New font lock keywords definition.
3193 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3194
3195 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
3196
3197 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3198 (ediff-merge-region-is-non-clash-to-skip): Previously called
3199 ediff-merge-region-is-non-clash.
3200
3201 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3202 Use insert-buffer-substring.
3203
3204 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3205 selecting files to patch. Also bug fixes.
3206
3207 * ediff-util.el (ediff-setup): Bug fix.
3208 (ediff-next-difference): Never skip clashes that differ in white
3209 space only.
3210
3211 * ediff-wind.el (ediff-setup-control-frame)
3212 (ediff-destroy-control-frame): Check the menubar feature.
3213
3214 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3215 (viper-refresh-mode-line): Use make-local-variable to localize
3216 some vars instead of make-variable-buffer-local. Suggested by
3217 Stefan Monnier.
3218
3219 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3220 (viper-restore-cursor-type, viper-set-insert-cursor-type):
3221 Use make-local-variable instead of make-variable-buffer-local.
3222 Suggested by Stefan Monnier.
3223
3224 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3225 (viper-comint-mode-hook): Use make-local-variable on
3226 require-final-newline.
3227 (viper-non-hook-settings): Don't use make-variable-buffer-local.
3228
3229 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3232 also the second char of a comment-start sequence.
3233 (scheme-sexp-comment-syntax-table): New var.
3234 (lambda, define): Set their scheme-doc-string-elt property.
3235 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3236 Use lisp-font-lock-syntactic-face-function now that it properly
3237 handles |...| symbols.
3238 (scheme-mode-variables): Set lisp-doc-string-elt-property,
3239 parse-sexp-lookup-properties and font-lock-extra-managed-props.
3240
3241 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3242 bit from # to |.
3243 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3244
3245 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3246 (lisp-doc-string-elt-property): New var.
3247 (lisp-font-lock-syntactic-face-function): Use it.
3248 Rewrite to recognize docstrings even for forms not at toplevel.
3249
3250 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3251 annotation on the | part of #| rather than on the # part.
3252 (scheme-font-lock-syntactic-face-function): New function, to
3253 distinguish strings from |...| symbols.
3254 (scheme-mode-variables): Use it. Also fix up the font-lock-time
3255 syntax-table so that #|...|# is properly highlighted.
3256
3257 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3258 Don't mark as docstring the 3rd elem of an unknown toplevel form.
3259
3260 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3261
3262 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3263 and C-e.
3264
3265 * emacs-lisp/eldoc.el: Move comments into docstrings.
3266 (eldoc-message-commands): Initialize in its declaration.
3267 Add move-beginning-of-line and move-end-of-line.
3268 (eldoc-add-command, eldoc-add-command-completions)
3269 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3270
3271 * outline.el (outline-mark-subtree): Activate the mark.
3272
3273 * calendar/appt.el (appt-time-regexp): New var.
3274 (appt-add, appt-make-list): Use it.
3275 (appt-convert-time): Clean up.
3276
3277 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3278 Don't set any syntax-table property here.
3279 (tex-font-lock-verb): New function. Do it here.
3280 (tex-font-lock-syntactic-keywords): Use it.
3281
3282 2005-10-04 Richard M. Stallman <rms@gnu.org>
3283
3284 * wid-edit.el (widget-file-complete): Get the widget start point
3285 the right way. Default directory to `/' if file has none.
3286
3287 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3288
3289 * textmodes/flyspell.el (flyspell-mode-on):
3290 Call ispell-maybe-find-aspell-dictionaries.
3291
3292 * textmodes/ispell.el (ispell-word, ispell-region):
3293 Call ispell-maybe-find-aspell-dictionaries.
3294 (ispell-accept-buffer-local-defs):
3295 Don't call ispell-maybe-find-aspell-dictionaries
3296
3297 2005-10-04 Richard M. Stallman <rms@gnu.org>
3298
3299 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3300
3301 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
3302
3303 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3304 instead of `fboundp' in order to allow for anonymous functions.
3305
3306 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
3307
3308 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3309 case the user clicks on the link while another window is selected.
3310 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3311
3312 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3313 functionality.
3314 (dframe-help-echo): Save point in case mouse tracking is off.
3315
3316 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3317
3318 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3319
3320 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3321
3322 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3323 not change the global value of those vars.
3324
3325 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3326 make-local-variable which we do not need any more.
3327
3328 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
3329
3330 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3331 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3332 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3333 (speedbar-path-line): Define obsolete aliases.
3334 (speedbar-line-directory): Doc fix.
3335
3336 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3337 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3338 instead of speedbar-line-path.
3339
3340 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3341
3342 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3343 to nil if dropping on a window. Handle dropping on a minibuffer window
3344 like dropping on a non-window part of Emacs.
3345
3346 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3347
3348 * net/ange-ftp.el: Use with-current-buffer.
3349 (ange-ftp-insert-directory): Do not follow symlinks any more.
3350
3351 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3352 Remove interactive spec.
3353
3354 2005-10-03 Kim F. Storm <storm@cua.dk>
3355
3356 * ido.el (ido-mode): Use custom-initialize-set.
3357
3358 2005-10-02 Richard M. Stallman <rms@gnu.org>
3359
3360 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3361 Use insert-buffer-substring.
3362
3363 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3364 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3365
3366 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3367
3368 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3369 in last change.
3370 (ange-ftp-insert-directory): Fix up the search for the case where
3371 `file' is absolute.
3372
3373 2005-10-02 Romain Francoise <romain@orebokech.com>
3374
3375 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3376
3377 2005-10-02 Andreas Schwab <schwab@suse.de>
3378
3379 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3380 directory component in the session info.
3381
3382 2005-10-01 Richard M. Stallman <rms@gnu.org>
3383
3384 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3385
3386 * simple.el (next-error-internal): New function.
3387
3388 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3389 (compilation-start): Pass new arg to compilation-buffer-name.
3390 (compile-goto-error): Use next-error-internal.
3391
3392 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3393
3394 * speedbar.el: Remove RCS tag.
3395 (speedbar-check-read-only): Handle non-existent files.
3396
3397 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3398
3399 * info.el (Info-speedbar-hierarchy-buttons)
3400 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3401
3402 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3403
3404 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3405 Do not match newline.
3406 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3407 (bibtex-summary): Remove unnecessary save-excursion.
3408 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3409
3410 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3411
3412 * term/mac-win.el: Add charset info for "iso10646-1".
3413 Modify default fontset to use ATSUI-compatible fonts for some charsets
3414 if available.
3415
3416 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3417
3418 * speedbar.el: Re-apply arch tag.
3419 (speedbar-version): Rename to version 1.0. Suggested by Eric
3420 M. Ludlam.
3421 Reapply two changes from Emacs CVS' version of speedbar lost
3422 during the merge:
3423 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3424 (speedbar-frame-parameters): Improve customize type.
3425
3426 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3429 (ange-ftp-file-directory-p): Fix the symlink case.
3430 (ange-ftp-insert-directory): When listing a single file, get a list of
3431 the parent buffer and extract the relevant line. Inspired from a patch
3432 by Katsumi Yamaoka <yamaoka@jpl.org>.
3433 (ange-ftp-file-name-sans-versions): Simplify.
3434
3435 2005-09-30 Bill Wohler <wohler@newt.com>
3436
3437 Move MH-E image files from toolbar and mail directories into
3438 etc/images.
3439
3440 * mail/reply2.*: Move to etc/images/mail/reply*.
3441
3442 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3443 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3444 etc/images.
3445
3446 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3447 * toolbar/reply*: Move to etc/images/mail.
3448
3449 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3450
3451 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3452
3453 * speedbar.el: New version 1.0pre3.
3454
3455 Frame management code (including timer, and mouse click specifics)
3456 moved to dframe.el:
3457 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3458 (speedbar-timer): Removed. Use dframe-timer.
3459 (speedbar-close-frame): Removed. Use dframe-close-frame.
3460 (speedbar-activity-change-focus-flag): Removed. Use
3461 dframe-activity-change-focus-flag.
3462 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3463 dframe-update-speed.
3464
3465 (speedbar-current-frame): New macro. Use this instead of the
3466 variable speedbar-frame.
3467
3468 (speedbar-use-images, speedbar-expand-image-button-alist)
3469 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3470
3471 (speedbar-find-image-on-load-path): Removed. Replaced by
3472 defezimage in ezimage.el.
3473 (speedbar-expand-image-button-alist): Removed. Replaced by
3474 ezimage-expand-image-button-alist in ezimage.el.
3475
3476 (speedbar-ignored-directory-regexp)
3477 (speedbar-add-ignored-directory-regexp)
3478 (speedbar-ignored-directory-expressions)
3479 (speedbar-line-directory, speedbar-buffers-line-directory)
3480 (speedbar-directory-line, speedbar-buffers-line-directory):
3481 Renamed, replacing `path' with `directory'.
3482
3483 (speedbar-create-directory, speedbar-expand-line-descendants)
3484 (speedbar-toggle-line-expansion)
3485 (speedbar-contract-line-descendants): New commands.
3486
3487 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3488 (speedbar-use-tool-tips-flag): New options.
3489
3490 (speedbar-check-read-only, speedbar-require-version)
3491 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3492 (speedbar-handle-delete-frame, speedbar-try-completion)
3493 (speedbar-update-localized-contents): New functions.
3494
3495 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3496 (speedbar-object-read-only-indicator): New variables.
3497
3498 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3499 New hooks.
3500
3501 (speedbar-separator-face): New face.
3502
3503 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3504 (speedbar-ignored-modes): Add fundamental-mode.
3505 (speedbar-directory-unshown-regexp): Add . directories.
3506
3507 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3508 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3509 `]' for full expand/close.
3510 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3511
3512 (speedbar-check-vc): Support hidden files.
3513 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3514 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3515 state is nil, it is not checked out.
3516
3517 (speedbar-line-text, speedbar-line-token): Support expand buttons
3518 with no text.
3519 (speedbar-refresh): Universal argument acts as power-click.
3520 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3521 that buffer to get variable values.
3522
3523 And many other bugfixes.
3524
3525 * dframe.el, ezimage.el, sb-image.el: New files.
3526
3527 * sb-*.xpm: Remove files. New image files installed into
3528 etc/images/ezimage.
3529
3530 2005-09-30 Kenichi Handa <handa@m17n.org>
3531
3532 * ps-mule.el (ps-mule-show-warning): If a character is in
3533 ps-print-translation-table, don't treat it as non-printable.
3534
3535 2005-09-30 David Ponce <david@dponce.com>
3536
3537 * tree-widget.el (tree-widget-themes-load-path): New variable.
3538 (tree-widget-themes-directory): Doc fix.
3539 (tree-widget-image-formats) [Emacs]: Doc fix.
3540 (tree-widget--locate-sub-directory): New function.
3541 (tree-widget-themes-directory): Use it.
3542
3543 * recentf.el (recentf-filename-handlers): Rename from
3544 `recentf-filename-handler'. Allow a list of functions.
3545 (recentf-menu-items-for-commands): Fix :help strings.
3546 (recentf-apply-filename-handlers): New function.
3547 (recentf-expand-file-name): Use it.
3548 (recentf-cleanup): Remove duplicates too.
3549
3550 2005-09-29 Juri Linkov <juri@jurta.org>
3551
3552 * faces.el: Rearrange face definitions to be in the same order as
3553 their face descriptions in "(emacs)Standard Faces".
3554
3555 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3556
3557 * tooltip.el (tooltip): Add group `basic-faces'.
3558
3559 * buff-menu.el (Buffer-menu-buffer): Remove group
3560 `font-lock-highlighting-faces'.
3561
3562 * progmodes/compile.el (compilation-error, compilation-warning)
3563 (compilation-info, compilation-line-number, compilation-column-number):
3564 Change group from `font-lock-highlighting-faces' to `compilation'.
3565
3566 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3567 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3568 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3569 (vhdl-font-lock-reserved-words-face)
3570 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3571 `font-lock-highlighting-faces'.
3572
3573 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3574
3575 2005-09-28 Kim F. Storm <storm@cua.dk>
3576
3577 * emulation/cua-base.el: Set CUA move property on additional commands:
3578 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3579 forward-sexp, backward-sexp, forward-list, backward-list.
3580
3581 2005-09-28 Romain Francoise <romain@orebokech.com>
3582
3583 * comint.el (comint-show-output): Really set point at the
3584 beginning of the output when not using `comint-use-prompt-regexp'.
3585
3586 2005-09-27 Jay Belanger <belanger@truman.edu>
3587
3588 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3589 in TeX mode.
3590
3591 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3592
3593 * textmodes/org.el (org-table-sum): Fix format string.
3594
3595 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3596 Quote face names.
3597
3598 2005-09-26 Romain Francoise <romain@orebokech.com>
3599
3600 * isearch.el (isearch-forward-regexp): Close doc string.
3601
3602 2005-09-25 Richard M. Stallman <rms@gnu.org>
3603
3604 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3605
3606 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3607
3608 * progmodes/compile.el (compilation-error-properties):
3609 When getting the file from the previous error message,
3610 correctly decode the new data format.
3611
3612 * progmodes/cc-cmds.el (c-electric-paren):
3613 Call old-blink-paren only for close-paren.
3614
3615 2005-09-24 Andreas Schwab <schwab@suse.de>
3616
3617 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3618 condition.
3619
3620 2005-09-25 Romain Francoise <romain@orebokech.com>
3621
3622 * dired-aux.el (dired-copy-file-recursive):
3623 * dired.el (dired-delete-file):
3624 * ediff-mult.el (ediff-dir-diff-copy-file):
3625 * ediff-util.el (ediff-test-save-region):
3626 * forms.el (forms-mode):
3627 * ido.el (ido-file-internal, ido-delete-file-at-head):
3628 * log-edit.el (log-edit-done):
3629 * ses.el (ses-yank-resize):
3630 * play/gomoku.el (gomoku-human-plays, gomoku)
3631 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3632 (gomoku-offer-a-draw):
3633 * play/landmark.el (lm-human-resigns, lm):
3634 * net/eudcb-ldap.el (eudc-ldap-check-base):
3635 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3636 * progmodes/ebrowse.el (ebrowse-find-pattern):
3637 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3638 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3639 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3640
3641 * vc.el (vc-delete-file):
3642 * play/gomoku.el (gomoku-terminate-game, gomoku)
3643 (gomoku-prompt-for-move, gomoku-human-takes-back):
3644 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3645 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3646
3647 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3648
3649 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3650 color rxvt terminals by using the code xterm.el used to use before
3651 2005-04-09 in order to match the colors used by rxvt.
3652
3653 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3654
3655 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3656 colors rxvt-unicode terminals by using the same code as xterm.el.
3657
3658 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3661 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3662 new symbol used for the tex-verbatim face.
3663
3664 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3665
3666 * woman.el (woman-file-name):
3667 * wid-edit.el (widget-file-prompt-value)
3668 (widget-coding-system-prompt-value):
3669 * w32-fns.el (set-w32-system-coding-system):
3670 * vc.el (vc-version-diff, vc-annotate):
3671 * textmodes/reftex-auc.el (reftex-arg-cite)
3672 (reftex-arg-index-tag):
3673 * textmodes/refer.el (refer-get-bib-files):
3674 * textmodes/artist.el (artist-figlet-choose-font):
3675 * terminal.el (terminal-emulator):
3676 * replace.el (occur-read-primary-args):
3677 * rect.el (string-rectangle, string-insert-rectangle):
3678 * ps-print.el (ps-print-preprint):
3679 * progmodes/pascal.el (pascal-goto-defun):
3680 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3681 * progmodes/compile.el (compilation-find-file):
3682 * printing.el (pr-interactive-n-up):
3683 * play/animate.el (animate-birthday-present):
3684 * net/rcompile.el (remote-compile):
3685 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3686 * mail/rmailsum.el (rmail-summary-search-backward)
3687 (rmail-summary-search):
3688 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3689 (rmail-output-read-file-name):
3690 * mail/rmail.el (rmail-search, rmail-search-backwards):
3691 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3692 * locate.el (locate):
3693 * international/quail.el (quail-show-keyboard-layout):
3694 * international/mule.el (set-buffer-file-coding-system)
3695 (revert-buffer-with-coding-system, set-file-name-coding-system)
3696 (set-terminal-coding-system, set-keyboard-coding-system)
3697 (set-next-selection-coding-system):
3698 * international/mule-diag.el (describe-coding-system)
3699 (describe-font, describe-fontset):
3700 * international/mule-cmds.el (universal-coding-system-argument)
3701 (search-unencodable-char, describe-input-method)
3702 (set-language-environment, describe-language-environment):
3703 * international/codepage.el (codepage-setup):
3704 * international/code-pages.el (codepage-setup):
3705 * info.el (Info-search, Info-follow-reference)
3706 (Info-search-backward):
3707 * emacs-lisp/advice.el (ad-read-advised-function)
3708 (ad-read-advice-class, ad-clear-cache, ad-activate)
3709 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3710 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3711 (ad-read-regexp):
3712 * ediff-util.el (ediff-toggle-regexp-match):
3713 * ediff-ptch.el (ediff-prompt-for-patch-file):
3714 * dired-aux.el (dired-diff):
3715 * diff.el (diff):
3716 * cus-edit.el (custom-variable-prompt):
3717 * calendar/timeclock.el (timeclock-ask-for-project):
3718 * calc/calcalg3.el (calc-get-fit-variables):
3719 * calc/calc-store.el (calc-edit-variable)
3720 (calc-permanent-variable):
3721 * vc-mcvs.el (vc-mcvs-register):
3722 * shadowfile.el (shadow-define-literal-group):
3723 * woman.el (woman-file-name):
3724 * vc.el (vc-version-diff, vc-merge):
3725 * textmodes/reftex-index.el (reftex-index-complete-tag):
3726 * format.el (format-decode-buffer, format-decode-region):
3727 * emulation/viper-cmd.el (viper-read-string-with-history):
3728 * emacs-lisp/debug.el (cancel-debug-on-entry):
3729 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3730 * ediff.el (ediff-merge-revisions)
3731 (ediff-merge-revisions-with-ancestor, ediff-revision):
3732 * completion.el (interactive-completion-string-reader):
3733 * calc/calc-prog.el (calc-user-define-formula):
3734 Follow convention for reading with the minibuffer.
3735
3736 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3737
3738 * progmodes/python.el (python-describe-symbol): Add globals() and
3739 locals() to the arguments of emacs.ehelp.
3740
3741 2005-09-24 Magnus Henoch <mange@freemail.hu>
3742
3743 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3744 New function, code extracted from ispell-valid-dictionary-list.
3745 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3746 Call it.
3747
3748 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3749
3750 * subr.el (version-regexp-alist): Extend valid syntax for version
3751 strings: allow any of the characters -,_,+ to separate the
3752 alpha/beta/rc part from the version part. Doc fix.
3753 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3754
3755 2005-09-23 David Reitter <david.reitter@gmail.com>
3756
3757 * mail/mailclient.el: New file.
3758
3759 2005-09-23 Richard M. Stallman <rms@gnu.org>
3760
3761 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3762 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3763 Doc fixes.
3764
3765 * progmodes/cc-mode.el (c-font-lock-init):
3766 Specify font-lock-lines-before.
3767
3768 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3771 whole conflict.
3772
3773 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3774
3775 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3776 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3777 of `remap' feature when available. Additional key bindings for
3778 better tty support.
3779 (org-mode-restart, org-force-self-insert): New commands.
3780 (org-time-stamp-inactive): New command.
3781 (org-remap): New function.
3782 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3783 (org-enable-fixed-width-editor): Move to `org-structure'
3784 customization group.
3785 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3786 blank field after field motion commands.
3787
3788 2005-09-23 Kenichi Handa <handa@m17n.org>
3789
3790 * international/mule-cmds.el (set-language-environment):
3791 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3792 have to call utf-translate-cjk-load-tables.
3793
3794 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * mouse.el (mouse-move-drag-overlay): Fix last change.
3797
3798 2005-09-22 David Ponce <david@dponce.com>
3799
3800 * tree-widget.el (tree-widget-value-create): Fix previous change.
3801
3802 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3803
3804 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3805
3806 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3807
3808 * mouse.el (mouse-move-drag-overlay): New function.
3809 (mouse-drag-region-1): Use it.
3810 Try to simplify a bit the state handling. Handle clicks on links
3811 inside intangible areas.
3812 (mouse-save-then-kill): Minor simplification.
3813 (mouse-secondary-overlay): Make it always non-nil instead of
3814 recreating it each time.
3815 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3816 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3817 Simplify accordingly.
3818
3819 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3820
3821 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3822
3823 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3824
3825 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3826 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3827 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3828 to patch.
3829
3830 * ediff-util.el: Use insert-buffer-substring.
3831
3832 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3833
3834 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3835 field boundaries in the minibuffer.
3836 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3837 (viper-minibuffer-post-command-hook): New hook.
3838 (viper-line): Don't move cursor at bolp.
3839
3840 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3841
3842 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3843 avoid compiler warnings.
3844
3845 * emulation/viper-macs.el (ex-map): Better messages.
3846
3847 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3848
3849 * emulation/viper.el: Replace make-variable-buffer-local with
3850 viper-make-variable-buffer-local everywhere, to avoid warnings.
3851
3852 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3853
3854 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3855 Delete unused var `old-selected-window'.
3856 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3857 (mouse-drag-secondary): Delete unused var `start-frame'.
3858
3859 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3860
3861 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3862
3863 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3866 Re-indent within 80 columns. Use inhibit-read-only.
3867
3868 2005-09-19 Romain Francoise <romain@orebokech.com>
3869
3870 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3871
3872 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * font-lock.el (font-lock-default-fontify-region): Don't add a line
3875 unconditionally, since the after-change-function already did it.
3876
3877 2005-09-19 Miles Bader <miles@gnu.org>
3878
3879 * net/newsticker.el: Get rid of CVS keyword.
3880
3881 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
3882
3883 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
3884 The prompt is formatted later.
3885
3886 2005-09-19 David Ponce <david@dponce.com>
3887
3888 * tree-widget.el (tree-widget-value-create): Save the converted
3889 tree :node widget.
3890
3891 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
3892
3893 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
3894 variable `message'.
3895
3896 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
3897
3898 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
3899 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
3900 <slawomir.nowaczyk.847@student.lu.se>.
3901
3902 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
3903
3904 * image.el (image-load-path): Use symbol `data-directory' instead
3905 of its value, for backward compatibility with packages that bind
3906 it during `find-image'. Suggested by Katsumi Yamaoka.
3907 (image-search-load-path): Handle symbols whose values are strings.
3908
3909 2005-09-18 Romain Francoise <romain@orebokech.com>
3910
3911 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
3912 with-current-buffer form in save-excursion.
3913
3914 2005-09-18 D Goel <deego@gnufans.org>
3915
3916 * apropos.el (apropos-command): Fix `message' call: first arg
3917 should be a format spec. In this and all other cases that appear
3918 below and elsewhere in the source code, I made a change only when
3919 two conditions were satisfied: [1] I can think of a possibility
3920 that the arguments would cause an error, for example, the code in
3921 question relies on external variables such as filenames. [2] I
3922 was sure that the arg to `message' could not have been nil in the code.
3923
3924 * textmodes/tildify.el (tildify-region): Ditto.
3925
3926 * textmodes/reftex-index.el (reftex-index-change-entry)
3927 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
3928 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
3929 * textmodes/org.el (org-complete, org-deadline, org-schedule)
3930 (org-priority, org-table-sum):
3931 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
3932 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
3933 (flyspell-word, flyspell-display-next-corrections):
3934 * textmodes/bibtex.el (bibtex-print-help-message):
3935 * textmodes/artist.el (artist-key-set-point-poly):
3936 * term/mac-win.el (mac-services-insert-text):
3937 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
3938 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
3939 (vhdl-port-paste-testbench, vhdl-compose-new-component)
3940 (vhdl-compose-configuration):
3941 * progmodes/sh-script.el (sh-blink, sh-show-indent)
3942 (sh-set-indent, sh-learn-line-indent):
3943 * progmodes/ps-mode.el (ps-mode-target-column):
3944 * progmodes/idlwave.el (idlwave-make-tags)
3945 (idlwave-scan-library-catalogs):
3946 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
3947 * progmodes/gud.el (gud-jdb-analyze-source):
3948 * progmodes/flymake.el (flymake-log):
3949 * progmodes/ebnf2ps.el (ebnf-generate-region):
3950 * progmodes/cmacexp.el (c-macro-expansion):
3951 * progmodes/ada-xref.el (ada-treat-cmd-string):
3952 * progmodes/ada-mode.el (ada-create-case-exception-substring)
3953 (ada-justified-indent-current, ada-batch-reformat):
3954 * play/zone.el (zone):
3955 * play/landmark.el (lm-move):
3956 * play/decipher.el (decipher-show-alphabet):
3957 * net/newsticker.el (newsticker--display-jump)
3958 (newsticker--display-scroll):
3959 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
3960 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
3961 * mail/feedmail.el (feedmail-dump-message-to-queue):
3962 * eshell/esh-proc.el (eshell-remove-process-entry):
3963 * emulation/ws-mode.el (ws-last-error):
3964 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3965 (viper-record-kbd-macro):
3966 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
3967 * emacs-lisp/lisp-mnt.el (lm-report-bug):
3968 * emacs-lisp/find-func.el (find-function-noselect):
3969 * calendar/timeclock.el (timeclock-status-string)
3970 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
3971 (timeclock-when-to-leave-string):
3972 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
3973 * calc/calc-units.el (calc-enter-units-table):
3974 * calc/calc-mode.el (calc-mode-record-mode):
3975 * woman.el (woman-mini-help):
3976 * wdired.el (wdired-change-to-wdired-mode):
3977 * vc.el (vc-retrieve-snapshot):
3978 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
3979 * startup.el (display-startup-echo-area-message):
3980 * simple.el (set-goal-column):
3981 * ses.el (ses-command-hook, ses-recalculate-cell):
3982 * server.el (server-process-filter):
3983 * printing.el (pr-interface-txt-print, pr-interface-printify)
3984 (pr-interface-ps):
3985 * pcvs.el (cvs-help):
3986 * log-edit.el (log-edit, log-edit-mode-help):
3987 * iswitchb.el (iswitchb-possible-new-buffer):
3988 * isearch.el (isearch-edit-string):
3989 * image-mode.el (image-mode, image-minor-mode):
3990 * ibuf-macs.el (define-ibuffer-filter):
3991 * hi-lock.el (hi-lock-find-patterns):
3992 * files.el (toggle-read-only):
3993 * ediff-util.el (ediff-copy-diff)
3994 (ediff-write-merge-buffer-and-maybe-kill):
3995 * echistory.el (Electric-history-undefined):
3996 * dnd.el (dnd-insert-text):
3997 * dired-aux.el (dired-query):
3998 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
3999 * bookmark.el (bookmark-bmenu-locate):
4000 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
4001 Fix `message' calls to ensure first arg is a format string.
4002 The change was made only when these two conditions were satisfied:
4003 [1] when there is a possibility that the arguments would cause an error
4004 for example, if the code in question relies on external variables
4005 such as filenames, and
4006 [2] if the arg to `message' could not have been nil in the code.
4007
4008 * pcomplete.el (pcomplete--help): Fix `message' format spec.
4009 Not having a %s would be weird, though not technically wrong.
4010
4011 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4012
4013 * term/mac-win.el (mac-add-charset-info): Doc fix.
4014
4015 2005-09-17 Romain Francoise <romain@orebokech.com>
4016
4017 * shell.el (shell-resync-dirs): Handle echoing processes more
4018 reliably. Don't insert resync command if `comint-process-echoes'
4019 is non-nil.
4020
4021 2005-09-17 Magnus Henoch <mange@freemail.hu>
4022
4023 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
4024 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
4025 aspell versions >= 0.60.
4026 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
4027 only if ispell-aspell-supports-utf8 is non-nil.
4028
4029 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4030
4031 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
4032 buffer-local value to lisp-indent-function.
4033
4034 2005-09-17 Milan Zamazal <pdm@zamazal.org>
4035
4036 * progmodes/glasses.el (glasses-make-readable): If
4037 glasses-separator differs from underscore, put appropriate
4038 overlays over underscore characters.
4039 (glasses-convert-to-unreadable): If glasses-separator differs from
4040 underscore, try to convert glasses-separator characters to
4041 underscores.
4042
4043 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
4046 Use with-syntax-table and dolist.
4047
4048 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
4049
4050 * textmodes/reftex-auc.el:
4051 * textmodes/reftex-cite.el:
4052 * textmodes/reftex-dcr.el:
4053 * textmodes/reftex-global.el:
4054 * textmodes/reftex-parse.el:
4055 * textmodes/reftex-ref.el:
4056 * textmodes/reftex-sel.el:
4057 * textmodes/reftex-toc.el:
4058 * textmodes/reftex-vars.el:
4059 * textmodes/reftex.el: Small changes to remove compiler warnings.
4060
4061 * textmodes/reftex-index.el: Likewise.
4062 (reftex-query-index-phrase): More efficient use of markers.
4063
4064 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * image.el (image-load-path): New variable.
4067 (image-search-load-path): New function.
4068 (find-image): Search for images in `image-load-path'.
4069
4070 2005-09-15 Richard M. Stallman <rms@gnu.org>
4071
4072 * follow.el: Change Maintainer field.
4073
4074 2005-09-15 David Ponce <david@dponce.com>
4075
4076 * recentf.el (recentf-save-file-modes): New option.
4077 (recentf-save-list): Use it.
4078
4079 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
4080
4081 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
4082 (mode-line-mule-info, mode-line-modified): Move bindings from
4083 mouse-3 to mouse-1.
4084
4085 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4086
4087 * simple.el (sendmail-user-agent-compose): Revert last change.
4088
4089 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4090
4091 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
4092 Use with-current-buffer.
4093 (ange-ftp-gwp-start): Remove unused var `gw-user'.
4094 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
4095 (ange-ftp-insert-directory): Remove unused var `short'.
4096 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
4097
4098 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
4099 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
4100
4101 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
4102 (check-calendar-holidays, diary-list-entries): Autoload.
4103 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
4104 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
4105
4106 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
4107 which mistakenly removed a call to display-buffer.
4108
4109 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
4110
4111 * obsolete/iso-insert.el: Move to obsolete/ from international/.
4112
4113 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
4114
4115 * progmodes/hideshow.el
4116 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
4117 (hs-allow-nesting): New user var.
4118 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
4119 (hs-hide-block-at-point): When nesting allowed,
4120 if there is already an overlay in place, delete it.
4121 (hs-safety-is-job-n): Delete func; remove call sites.
4122 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
4123 (hs-overlay-at): New func.
4124 (hs-already-hidden-p, hs-show-block): Use it.
4125 (hs-hide-all): Don't pre-clean if nesting allowed.
4126 (hs-show-all): Temporarily disallow
4127 nesting around call to `hs-discard-overlays'.
4128
4129 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
4130
4131 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
4132 Delete unused local var.
4133
4134 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
4135
4136 * help-fns.el (describe-categories): "?\ " -> "?\s".
4137 (help-do-arg-highlight): Recognize also ARG-n, as in
4138 `move-to-left-margin' (ARG+n is already recognized). Simplify.
4139
4140 * international/codepage.el (dos-unsupported-char-glyph):
4141 * net/newsticker.el (tool-bar-map, w3-mode-map)
4142 (w3m-minor-mode-map):
4143 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
4144 (ent-alist):
4145 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
4146
4147 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
4148
4149 * custom.el (custom-push-theme): Handle the case where a symbol is
4150 bound but face properties have not yet been assigned.
4151
4152 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
4153 Fix behavior if noerase is `t' and there is no mail buffer.
4154
4155 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
4156 if `continue' is nil, rather than signal an error.
4157
4158 2005-09-12 Richard M. Stallman <rms@gnu.org>
4159
4160 * font-lock.el (font-lock-keywords): Add autoload.
4161
4162 * help-fns.el (describe-variable): Rearrange to put source link
4163 in a predictable place.
4164
4165 * net/newsticker.el: New file.
4166
4167 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4168
4169 * calendar/calendar.el (calendar-for-loop): Add edebug info.
4170 (calendar-basic-setup): Use the new nil arg.
4171 (number-of-diary-entries): Move to diary-lib.el.
4172
4173 * calendar/diary-lib.el: Use with-current-buffer, match-string.
4174 (diary-list-entries): Use with-syntax-table and dolist.
4175 Rename from list-diary-entries.
4176 Use number-of-diary-entries if `number' is nil.
4177 (diary, diary-view-entries): Use this new name and new nil arg value.
4178 (number-of-diary-entries): Move from calendar.el.
4179 (diary-unhide-everything): New function.
4180 (include-other-diary-files, fancy-diary-display)
4181 (diary-show-all-entries, make-diary-entry): Use it.
4182 (diary-mail-entries): Use buffer-string.
4183 (mark-diary-entries): Fix long standing paren typo.
4184 (diary-sexp-entry): Use count-lines.
4185 (make-diary-entry): Avoid `previous-line'.
4186 (diary-mode-map): New var.
4187 (diary-mode): Redraw cal after saving. Setup header-line.
4188 (fancy-diary-display-mode): Use local-set-key.
4189
4190 * startup.el (command-line): Try calling various terminal-init-foo-bar
4191 functions by stripping hyphenated suffixes from $TERM.
4192
4193 * files.el (normal-mode): Check boundness of font-lock-keywords.
4194
4195 2005-09-12 Richard M. Stallman <rms@gnu.org>
4196
4197 * progmodes/compile.el: Don't decide a file's directory
4198 until the user actually tries to go there.
4199 (compilation-next-error-function):
4200 Pass compilation-find-file the directory from the file-struct.
4201 (compilation-internal-error-properties): Separate local FILE-STRUCT
4202 from FILE. Doc the args better. Rename arg FMT to FMTS.
4203 (compilation-find-file): Arg DIR renamed to DIRECTORY.
4204 Expand it, and if nil, use default-directory.
4205 (compilation-get-file-structure): Don't mix specified directory
4206 with default directory. Put specified directory into
4207 file-struct. Don't make the file name absolute.
4208
4209 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4210 (compile-command): Add autoload.
4211 (compilation-disable-input): Add autoload.
4212
4213 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
4214
4215 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4216 strings of the variables it can override.
4217 (time-stamp): New (as yet undocumented) time-stamp-format escapes
4218 %Q and %q, for fully-qualified domain name and unqualified host name.
4219
4220 2005-09-11 Kim F. Storm <storm@cua.dk>
4221
4222 * emacs-lisp/authors.el (authors-aliases): Update list.
4223 (authors-fixed-entries): Update mldrag.el entry.
4224
4225 2005-09-10 Alan Mackenzie <acm@muc.de>
4226
4227 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4228 from the region narrowed to.
4229
4230 2005-09-10 Magnus Henoch <mange@freemail.hu>
4231
4232 * textmodes/ispell.el (ispell-check-version): Signal an error if
4233 aspell version is less than 0.60.
4234
4235 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
4236
4237 * progmodes/octave-inf.el (inferior-octave-startup):
4238 Resync current dir at the end.
4239
4240 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
4241
4242 * woman.el (woman-topic-at-point-default):
4243 Rename to woman-use-topic-at-point-default.
4244 (woman-topic-at-point): Rename to woman-use-topic-at-point.
4245 (woman-file-name): Reflect renames above. Automatically use the
4246 word at point as topic if woman-use-topic-at-point is non-nil.
4247 Otherwise offer it as default but don't insert it in the
4248 minibuffer. Also use `test-completion' instead of `assoc' as
4249 suggested by Stefan Monnier.
4250
4251 2005-09-10 Andre Spiegel <spiegel@gnu.org>
4252
4253 * vc.el (vc-directory, vc-update-change-log): Throw an error on
4254 the attempt to do it over Tramp. This is not yet supported.
4255
4256 2005-09-10 Eli Zaretskii <eliz@gnu.org>
4257
4258 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4259 (menu-bar-non-minibuffer-window-p): New functions.
4260 ("Split Window", "Save As..."): Use them.
4261 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4262 ("Print Buffer", "Truncate Long Lines in this Buffer"):
4263 Use menu-bar-menu-frame-live-and-visible-p.
4264 ("Save Buffer", "Insert File", "Open Directory...")
4265 ("Open File...", "Visit New File..."):
4266 Use menu-bar-non-minibuffer-window-p.
4267 (kill-this-buffer-enabled-p, dired <menu-enable>):
4268 Use menu-bar-non-minibuffer-window-p.
4269
4270 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4271
4272 * cus-start.el (all): Don't complain about fringe-related
4273 built-ins if fringes are not supported. Ditto about
4274 selection-related built-ins. Fix the test for GTK-related built-ins.
4275
4276 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4277 ("Postscript Print Buffer", "Print Region", "Save As...")
4278 ("Save", "Insert File...", "Open Directory...")
4279 ("Open File...", "Visit New File..."")
4280 ("Truncate Long Lines in this Buffer"): Don't look at
4281 menu-updating-frame if this display does not support multiple frames.
4282
4283 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4284
4285 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4286
4287 2005-09-09 Emilio Lopes <eclig@gmx.net>
4288
4289 * woman.el: Format- and whitespace-related changes.
4290
4291 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4292
4293 * woman.el: Fix my email address.
4294
4295 2005-09-08 Richard M. Stallman <rms@gnu.org>
4296
4297 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4298 (sh-mode): Locally set skeleton-pair-default-alist.
4299
4300 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4301
4302 * progmodes/flymake.el: Require `compile' unconditionally.
4303
4304 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4305
4306 * woman.el (woman-file-name): Provide a default, not initial input.
4307
4308 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4309
4310 * font-lock.el (font-lock-support-mode): Doc fix.
4311
4312 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4313
4314 2005-09-08 Richard M. Stallman <rms@gnu.org>
4315
4316 * simple.el (blink-matching-open): Get rid of text props from
4317 the string shown in echo area. Don't permanently set point.
4318 Some rearrangements.
4319
4320 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4321
4322 * recentf.el (recentf-filename-handler): Add custom choice
4323 `abbreviate-file-name'.
4324
4325 * msb.el (msb--very-many-menus): Fix typo.
4326
4327 * disp-table.el (standard-display-european): Don't set
4328 enable-multibyte-characters to nil.
4329
4330 2005-09-08 David Ponce <david@dponce.com>
4331
4332 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4333 (recentf-expand-file-name): Doc fix.
4334 (recentf-dialog-mode-map): Define digit shortcuts.
4335 (recentf--files-with-key): New variable.
4336 (recentf-show-digit-shortcut-filter): New function.
4337 (recentf-open-files-items): New function.
4338 (recentf-open-files): Use it.
4339 (recentf-open-file-with-key): New command.
4340
4341 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4344 Suggested by Kim F. Storm.
4345 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4346 (Buffer-menu-make-sort-button): Use global keymap.
4347
4348 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4349
4350 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4351 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4352 necessary any longer with the remapped command.
4353 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4354 formatting time only.
4355
4356 * net/tramp.el (tramp-action-password)
4357 (tramp-multi-action-password): Compile the password prompt from
4358 `method', `user' and `host'. Sometimes it isn't obvious which
4359 password to enter, for example with remote files offered by
4360 recentf.el, or with multiple steps. Suggested by Robert Marshall
4361 <robert@chezmarshall.freeserve.co.uk>.
4362
4363 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4366 Fix regexp for when "s///" is at the beginning of line.
4367
4368 2005-09-07 Jay Belanger <belanger@truman.edu>
4369
4370 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4371 when in matrix mode.
4372
4373 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4374
4375 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4376 non-anonymous functions.
4377
4378 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4379
4380 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4381 when using a header line. Otherwise, use mouse-1-click-follows-link.
4382
4383 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4384 can't be moved; don't signal an error.
4385
4386 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4387
4388 * cus-theme.el (custom-theme-write-faces): Save the current face
4389 spec, not the defface spec.
4390
4391 * custom.el (custom-known-themes): Clarify meaning of "standard".
4392 (custom-push-theme): Save old values in the standard theme.
4393 (disable-theme): Correct typo.
4394 (custom-face-theme-value) Deleted unused function.
4395 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4396
4397 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4398
4399 * progmodes/compile.el (compilation-goto-locus): Take into account
4400 iconified frames when determining whether the buffer is
4401 already visible.
4402 Don't reset window height if the window already existed.
4403
4404 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4405
4406 * custom.el (load-theme): Rename from require-theme.
4407 Add interactive spec.
4408 (enable-theme): Rename from custom-enable-theme.
4409 Add interactive spec.
4410 (disable-theme): Rename from custom-disable-theme.
4411 Add interactive spec.
4412 (custom-make-theme-feature): Doc fix.
4413 (custom-theme-directory): Doc fix.
4414 (provide-theme): Call enable-theme.
4415
4416 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * obsolete/lazy-lock.el (lazy-lock-mode):
4419 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4420 font-lock-mode if it's off. Print a warning instead.
4421
4422 * progmodes/compile.el (compilation-start): Ignore errors if the
4423 process died before we get to send-eof.
4424
4425 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4426 Undo last change. Enclosing the result in quotes broke things on Unix
4427 since tex-send-command passes it through shell-quote-argument.
4428 (tex-send-command): Pass `file' through convert-standard-filename
4429 when possible.
4430 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4431 info in a transcript.
4432
4433 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4434
4435 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4436 fix compilation warning. Reorder the key definitions to group
4437 together keys emitted by the current version of xterm.
4438
4439 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4440 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4441 Reorder predicates to correct min-color usage.
4442
4443 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4444
4445 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4446 Kill local variables when longlines-mode is turned off.
4447
4448 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4451
4452 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4453
4454 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4455
4456 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4457 (font-lock-lines-before): Change default to being inactive.
4458 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4459 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4460
4461 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4462
4463 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4464 Deactivate temporarily advice if active (not needed for Emacs 22,
4465 but for backwards compatibility).
4466 (tramp-exists-file-name-handler): Rewrite. First implementation
4467 was too simple.
4468 (tramp-advice-make-auto-save-file-name):
4469 Call `tramp-handle-make-auto-save-file-name' (again, just for
4470 backwards compatibility).
4471
4472 2005-08-31 Reto Zimmermann <reto@gnu.org>
4473
4474 * progmodes/vhdl-mode.el
4475 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4476 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4477 (vhdl-set-default-project): New function (easier setting of default).
4478 (vhdl-port-copy): Handle extended identifiers for generics.
4479 (vhdl-compiler-alist): Better description for error message regexp.
4480 (vhdl-make): Query for target, use previous as default.
4481 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4482 (vhdl-font-lock-keywords-2): Fix fontification for record
4483 el. assign.
4484 (vhdl-speedbar-make-subpack-line): Add package body link.
4485 (vhdl-generate-makefile-1): Not include itself as dependency.
4486 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4487 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4488 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4489 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4490 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4491 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4492 (vhdl-import-project): Add string argument for `error'.
4493 (vhdl-compose-configuration)
4494 (vhdl-compose-configuration-architecture): Add configuration
4495 declaration generation.
4496 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4497 (vhdl-trailer-re): Add "record" keyword (better indentation).
4498 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4499 "[^ \t-\"]+".
4500 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4501 (vhdl-testbench-entity-file-name)
4502 (vhdl-testbench-architecture-file-name): Allow separate
4503 customization of testbench file names.
4504 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4505 (vhdl-get-visible-signals): Allow newline within alias declaration.
4506 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4507 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4508 (member-ignore-case): Alias for missing function in XEmacs.
4509 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4510 (vhdl-update-sensitivity-list): Ignore case on read signals.
4511 (vhdl-replace-string): Adjust case only for file names.
4512 (vhdl-update-sensitivity-list): Fix search for read signals.
4513 (vhdl-update-sensitivity-list): Exclude formal parameters.
4514 (vhdl-get-visible-signals): Include aliases of signals.
4515 (vhdl-get-visible-signals): Fix signal name searching.
4516 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4517 (vhdl-fixup-whitespace-region): Fix for character
4518 literals (e.g. ':').
4519
4520 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * ansi-color.el (comint-last-output-start):
4523 * bs.el (font-lock-verbose):
4524 * diff-mode.el (add-log-buffer-file-name-function):
4525 * dired-x.el (vm-folder-directory):
4526 * faces.el (help-xref-stack-item):
4527 * files.el (font-lock-keywords):
4528 * find-lisp.el (dired-buffers, dired-subdir-alist):
4529 * ido.el (cua-inhibit-cua-keys):
4530 * log-view.el (cvs-minor-wrap-function):
4531 * outline.el (font-lock-warning-face):
4532 * simple.el (compilation-current-error):
4533 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4534 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4535 * tooltip.el (comint-prompt-regexp):
4536 * w32-fns.el (explicit-shell-file-name):
4537 * term/mac-win.el (mac-charset-info-alist)
4538 (mac-services-selection, mac-system-script-code):
4539 * term/tty-colors.el (msdos-color-values):
4540 * term/w32-win.el (xlfd-regexp-registry-subnum):
4541 * term/x-win.el (x-keysym-table, x-selection-timeout)
4542 (x-session-id, x-session-previous-id):
4543 * textmodes/ispell.el (mail-yank-prefix):
4544 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4545 * textmodes/org.el (calc-embedded-close-formula)
4546 (calc-embedded-open-formula)
4547 (font-lock-unfontify-region-function):
4548 * textmodes/reftex-global.el (isearch-next-buffer-function)
4549 (TeX-master):
4550 * textmodes/reftex.el (font-lock-keywords):
4551 * textmodes/tex-mode.el (font-lock-comment-face)
4552 (font-lock-doc-face):
4553 * textmodes/texinfo.el (outline-heading-alist):
4554 Add defvars.
4555
4556 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4557 (artist-spray-chars, artist-mode-init, artist-replace-string)
4558 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4559 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4560 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4561
4562 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4563 (conf-align-assignments): "?\ " -> "?\s".
4564
4565 * textmodes/reftex-index.el (TeX-master): Add defvar.
4566 (reftex-index-phrases-marker): Move up defvar.
4567
4568 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4569 (reftex-toc-include-labels-indicator)
4570 (reftex-toc-include-index-indicator)
4571 (reftex-toc-max-level-indicator): Move up declarations.
4572
4573 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4574 of args to `tramp-run-real-handler', even if it's empty in this case.
4575
4576 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4577
4578 * dired.el (dired-move-to-filename-regexp): Add date format for
4579 Mac OS X 10.3 in East Asian locales.
4580
4581 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4582
4583 * files.el (make-auto-save-file-name): Add file name handler call
4584 if applicable.
4585
4586 * net/tramp.el (tramp-file-name-handler-alist)
4587 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4588 (tramp-handle-make-auto-save-file-name): Rename from
4589 `tramp-make-auto-save-file-name'.
4590 (tramp-exists-file-name-handler): New defun.
4591 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4592 `make-auto-save-file-name' is not a magic file name operation.
4593
4594 2005-08-30 Richard M. Stallman <rms@gnu.org>
4595
4596 * files.el (risky-local-variable-p):
4597 Match `-predicates' and `-commands.
4598
4599 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4600 (custom-save-all): Visit the file if necessary;
4601 kill the buffer if we created it.
4602 (custom-save-delete): Don't visit file or kill buffer here.
4603
4604 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4605
4606 * textmodes/org.el (org-special-keyword): New face.
4607 (org-table-copy-down, org-table-eval-formula)
4608 (org-table-recalculate, org-init-section-numbers):
4609 Use `string-to-number' instead of `string-to-int'.
4610 (org-get-location): Use `insert-buffer-substring' instead of
4611 `insert-buffer'.
4612 (org-modify-diary-entry-string): New function.
4613 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4614 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4615 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4616 active region.
4617 (org-export-as-html): Handle QUOTE keyword.
4618 (org-quote-string): New option.
4619 (org-bookmark-jump-unhide): New function, used for
4620 `bookmark-after-jump-hook'.
4621 (org-diary-default-entry): Apply only when not called through
4622 `org-agenda'.
4623
4624 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4625
4626 * net/eudc.el (mode-popup-menu):
4627 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4628 * progmodes/ada-mode.el (compile-auto-highlight)
4629 (skeleton-further-elements):
4630 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4631 * progmodes/cmacexp.el (msdos-shells):
4632 * progmodes/compile.el (font-lock-extra-managed-props)
4633 (font-lock-keywords, font-lock-maximum-size)
4634 (font-lock-support-mode):
4635 * progmodes/grep.el (font-lock-lines-before):
4636 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4637 * progmodes/mixal-mode.el (compile-command):
4638 * progmodes/perl-mode.el (font-lock-comment-face)
4639 (font-lock-doc-face, font-lock-string-face):
4640 * progmodes/prolog.el (comint-prompt-regexp):
4641 * progmodes/sh-script.el (font-lock-comment-face)
4642 (font-lock-set-defaults, font-lock-string-face):
4643 * progmodes/sql.el (font-lock-keyword-face)
4644 (font-lock-set-defaults, font-lock-string-face):
4645 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4646 (itimer-version, lazy-lock-defer-contextually)
4647 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4648 Add defvars.
4649
4650 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4651 (cperl-electric-keyword, cperl-electric-pod)
4652 (cperl-electric-backspace, cperl-forward-re)
4653 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4654 (vc-rcs-header, vc-sccs-header): Add defvars.
4655
4656 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4657 (font-lock-syntactic-keywords, gud-find-expr-function):
4658 Add defvars.
4659
4660 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4661 (gdb-frame-parameters): Declare before use.
4662
4663 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4664 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4665 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4666 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4667
4668 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4669 (idlwave-help-with-source): Use `insert-buffer-substring', not
4670 `insert-buffer'.
4671
4672 2005-08-29 Juri Linkov <juri@jurta.org>
4673
4674 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4675 Put outline-back-to-heading function call inside save-excursion.
4676
4677 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4678
4679 * man.el (Man-init-defvars, Man-translate-references)
4680 (Man-support-local-filenames, Man-highlight-references):
4681 * progmodes/sql.el (sql-interactive-mode):
4682 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4683
4684 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4685 (compilation-mode-font-lock-keywords): Add defvars.
4686 (checkdoc-interactive-loop): "?\ " -> "?\s".
4687
4688 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4689 (font-lock-doc-face, font-lock-string-face)
4690 (font-lock-keywords-case-fold-search): Add defvars.
4691 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4692
4693 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4694 Don't pass X and Y (they are ignored anyway).
4695 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4696 (mouse-delete-window): Make arguments optional.
4697
4698 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4699 (caesar-translate-table, minor-modes, news-buffer-save)
4700 (news-group-name, news-minor-modes): Add defvars.
4701
4702 * emacs-lisp/lselect.el (mouse-highlight-priority)
4703 (x-lost-selection-functions, zmacs-regions):
4704 * emacs-lisp/pp.el (font-lock-verbose):
4705 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4706 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4707 (ses-mode-map):
4708 * emacs-lisp/tcover-unsafep.el (safe-functions):
4709 * international/mule-cmds.el (mac-system-coding-system)
4710 (mac-system-locale):
4711 * language/ethio-util.el (rmail-current-message)
4712 (rmail-message-vector):
4713 * language/thai-util.el (thai-auto-composition-mode):
4714 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4715 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4716 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4717 (vm-primary-inbox, vm-spool-files):
4718 * mail/rmail.el (deleted-head, font-lock-fontified)
4719 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4720 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4721 (total-messages):
4722 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4723 (rmail-summary-mode-map):
4724 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4725 (rmail-last-label, rmail-last-multi-labels)
4726 (rmail-summary-vector, rmail-total-messages):
4727 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4728 * mail/rmailsum.el (msgnum):
4729 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4730 (rmail-current-message):
4731 * obsolete/fast-lock.el (font-lock-face-list):
4732 * obsolete/rnewspost.el (mail-reply-buffer):
4733 * obsolete/scribe.el (compile-command):
4734 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4735
4736 2005-08-28 John Paul Wallington <jpw@gnu.org>
4737
4738 * ibuf-ext.el (ibuffer-auto-update-changed):
4739 Use `frame-or-buffer-changed-p' to check whether we need to update.
4740 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4741 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4742 as a `frame-or-buffer-changed-p' state vector instead.
4743
4744 2005-08-27 Romain Francoise <romain@orebokech.com>
4745
4746 * textmodes/makeinfo.el (makeinfo-compile):
4747 Use `compilation-start'. Set `next-error-function' according to
4748 `disable-errors'.
4749 (makeinfo-next-error): New function.
4750 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4751 (makeinfo-buffer): Likewise.
4752
4753 * progmodes/compile.el (compilation-start): Add autoload cookie.
4754
4755 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4756 * textmodes/sgml-mode.el: Likewise.
4757 * progmodes/python.el: Likewise.
4758
4759 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4760
4761 * simple.el (blink-matching-paren-distance): Document the meaning
4762 of nil value, and allow to customize to nil.
4763
4764 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4765 command.com, not command.exe.
4766
4767 2005-08-26 John Wiegley <johnw@newartisans.com>
4768
4769 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4770 code around a bit so that an extraneous nil argument is not added
4771 to a command when no args are given.
4772
4773 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4774 double-quoted argument resolves to nil, return it as an empty
4775 string rather than as nil. This made it impossible to pass "" to
4776 a shell script as a null string argument.
4777
4778 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4779
4780 * outline.el (outline-invent-heading): New fun.
4781 (outline-promote, outline-demote): Use it.
4782 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4783 (outline-end-of-subtree): Remove unused var `opoint'.
4784
4785 2005-08-26 David Reitter <david.reitter@gmail.com>
4786
4787 * menu-bar.el (truncate-lines, write-file, print-buffer)
4788 (ps-print-buffer-faces, ps-print-buffer, split-window):
4789 Disable menu items when the frame they refer to is invisible, or when
4790 they refer to a buffer and the minibuffer is selected.
4791
4792 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4793
4794 * progmodes/flymake.el (flymake-highlight-err-lines):
4795 Use save-excursion around flymake-highlight-line to preserve point.
4796
4797 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4798
4799 * progmodes/octave-mod.el: Change Author and Maintainer address.
4800 (octave-maintainer-address): Change Kurt's email address.
4801 * progmodes/octave-inf.el: Change Author and Maintainer address.
4802 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4803
4804 2005-08-26 Kim F. Storm <storm@cua.dk>
4805
4806 * subr.el (version-list-<, version-list-<=, version-list-=):
4807 Renamed from integer-list-*.
4808 (version-list-not-zero): Likewise. Fix while loop.
4809 (version=): Use version-list-= instead of string-equal.
4810
4811 2005-08-26 Richard M. Stallman <rms@gnu.org>
4812
4813 * outline.el (outline-promote): Try shortening the heading.
4814 As last resort, read the heading to use.
4815 (outline-demote): As last resort, read the heading to use.
4816
4817 2005-08-26 Romain Francoise <romain@orebokech.com>
4818
4819 * progmodes/compile.el (compilation-start): Doc fix.
4820
4821 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4822 (antlr-font-lock-additional-keywords): Fix reference to
4823 `antlr-font-lock-literal-regexp' erroneously changed during the
4824 mass face rename.
4825 (antlr-run-tool): Use `compilation-start'.
4826
4827 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4828 instead of the obsolete `compile-internal'.
4829
4830 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4831
4832 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4833 (number, original-date):
4834 * calendar/cal-china.el (date):
4835 * calendar/cal-coptic.el (date):
4836 * calendar/cal-french.el (date):
4837 * calendar/cal-hebrew.el (date, entry, number, original-date):
4838 * calendar/cal-islam.el (date, number, original-date):
4839 * calendar/cal-iso.el (date):
4840 * calendar/cal-julian.el (date):
4841 * calendar/cal-mayan.el (date):
4842 * calendar/cal-menu.el (date, event):
4843 * calendar/cal-persia.el (date):
4844 * calendar/lunar.el (date):
4845 * calendar/solar.el (date): Add defvars.
4846
4847 * emerge.el:
4848 * ibuffer.el:
4849 * info-xref.el:
4850 * obsolete/bg-mouse.el:
4851 * obsolete/sun-curs.el:
4852 * obsolete/swedish.el: Move the `defvar's to the top level.
4853
4854 * smerge-mode.el (smerge-refined-change): Add :group.
4855
4856 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4859 (smerge-keep-n): Remove props.
4860 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4861 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4862 now that it's done in smerge-keep-n.
4863 (smerge-refined-change): New face.
4864 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4865 (smerge-refine): New funs.
4866 (smerge-basic-map): Bind smerge-refine.
4867
4868 2005-08-25 Juri Linkov <juri@jurta.org>
4869
4870 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4871 compilation-process-setup-function and compilation-disable-input
4872 in grep-mode instead of let-bindings in grep.
4873
4874 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
4875 Delete "Automatic File De/compression" (auto-compression-mode).
4876
4877 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
4878
4879 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
4880 Silence warning about non-existent variable.
4881
4882 2005-08-25 Richard M. Stallman <rms@gnu.org>
4883
4884 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
4885 Rename "Describe Key" to "Describe Key or Mouse Operation".
4886
4887 * mail/mailalias.el (build-mail-aliases): Delete comments
4888 from the contents before processing them.
4889
4890 * isearch.el (isearch-edit-string): Erase the Search prompt
4891 if user enters an empty string and there is no default.
4892
4893 * comint.el (comint-file-name-prefix): Add autoload.
4894
4895 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
4896
4897 * subr.el (play-sound): Rearrange to avoid warning.
4898
4899 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
4900
4901 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
4902 New hook.
4903 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
4904
4905 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
4908
4909 * custom.el (custom-theme-set-variables): Sort minor modes last.
4910
4911 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4912
4913 * subr.el (version-separator, version-regexp-alist): New vars used by
4914 version comparison funs.
4915 (integer-list-<, integer-list-=, integer-list-<=)
4916 (integer-list-not-zero): New funs for integer list comparison.
4917 (version-to-list, version=, version<, version<=): New funs for version
4918 comparison.
4919
4920 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
4923 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
4924 time to silence the byte-compiler.
4925
4926 * ibuffer.el (ibuffer-compile-make-eliding-form)
4927 (ibuffer-check-formats): Use `with-no-warnings' to hide references
4928 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
4929 so it's silly to get warnings for it).
4930 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
4931 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
4932 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
4933 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
4934 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
4935 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
4936 Defvar at compile time.
4937 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
4938 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
4939 Declare them before use.
4940
4941 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
4942 (info-xref-good, info-xref-bad): Defvar at compile time.
4943
4944 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
4945 Use `let*' instead of `let'.
4946
4947 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
4948 (*mouse-y*, menu, char): Defvar at compile time.
4949 (sc::menu): Declare it before use.
4950 (sc::pack-one-line): Use `let', not `let*'.
4951
4952 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
4953 (mail-send-hook): Defvar at compile time.
4954
4955 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
4956 Defvar at compile time.
4957
4958 * term/sun-mouse.el (current-global-mousemap)
4959 (current-local-mousemap): Declare them before use.
4960
4961 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
4962
4963 * bookmark.el (bookmark-after-jump-hook): New hook.
4964 (bookmark-jump): Run `bookmark-after-jump-hook'.
4965
4966 2005-08-23 Juri Linkov <juri@jurta.org>
4967
4968 * faces.el (minibuffer-prompt): Doc fix.
4969
4970 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
4971
4972 * progmodes/xscheme.el: Trivial changes to silence warnings.
4973 (xscheme-previous-mode, xscheme-previous-process-state):
4974 Add defvars.
4975 (xscheme-last-input-end, xscheme-process-command-line)
4976 (xscheme-process-name, xscheme-buffer-name)
4977 (xscheme-expressions-ring-max, xscheme-expressions-ring)
4978 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
4979 (xscheme-control-g-synchronization-p)
4980 (xscheme-control-g-disabled-p, xscheme-string-receiver)
4981 (default-xscheme-runlight, xscheme-runlight)
4982 (xscheme-runlight-string, xscheme-process-filter-state)
4983 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
4984 Move to beginning of file.
4985 (scheme-interaction-mode-commands-alist)
4986 (scheme-interaction-mode-map, scheme-debugger-mode-map):
4987 Declare them before use. Note: the initialization code for the variables
4988 has not been moved because it uses functions that reference the variables.
4989 (xscheme-control-g-message-string, xscheme-process-filter-alist)
4990 (xscheme-prompt-for-expression-map): Declare them before use.
4991 (scheme-debugger-mode-commands): "?\ " -> "?\s".
4992
4993 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
4994
4995 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
4996
4997 2005-08-22 Juri Linkov <juri@jurta.org>
4998
4999 * faces.el (set-face-underline): Delete this duplicate function
5000 and make an obsolete alias to set-face-underline-p.
5001 (set-face-underline-p): Use docstring of set-face-underline.
5002 (describe-face): Create hyperlink to parent face.
5003
5004 * info.el (Info-insert-dir): Use save-excursion around
5005 insert-buffer-substring.
5006 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
5007 (Info-escape-percent): Delete function.
5008 (Info-fontify-node): Replace Info-escape-percent by
5009 replace-regexp-in-string with REP arg set to lambda that
5010 duplicates `%' and preserves text properties.
5011
5012 * progmodes/compile.el (compilation-disable-input): Doc fix.
5013 (define-compilation-mode): Doc fix and refill.
5014 (kill-compilation): Use `mode-name' in the error message.
5015 (compilation-find-file): Use `compilation-error' in the
5016 read-file-name's prompt.
5017
5018 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5019
5020 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
5021 (smerge-auto-leave): Make undo re-enable the mode.
5022 (debug-ignored-errors): Add the user-error of impossible resolution.
5023 (smerge-resolve): Move things around a bit, in preparation for later.
5024 (smerge-diff): Don't fail if the buffer has no associated file.
5025 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
5026 (smerge-conflict-overlay): New function.
5027 (smerge-match-conflict): Don't add text properties here.
5028 (smerge-find-conflict): Instead, add an overlay here.
5029 Also check for the case where we're inside a conflict already, so as to
5030 obviate the need for font-lock-multiline, which is unbearably slow with
5031 large conflicts and ciomplex font-lock patterns.
5032 (smerge-remove-props): Remove overlay rather than text-properties.
5033 (smerge-mode): Don't set font-lock-multiline.
5034 Remove overlays when turned off.
5035
5036 2005-08-21 Kim F. Storm <storm@cua.dk>
5037
5038 * ido.el (ido-ignore-item-p): Use save-match-data.
5039 Bind case-fold-search to ido-case-fold locally.
5040
5041 2005-08-20 Richard M. Stallman <rms@gnu.org>
5042
5043 * files.el (normal-mode): If font lock is on, turn it off and on.
5044
5045 * subr.el (replace-regexp-in-string): Doc fix.
5046
5047 * startup.el (command-line-1): Don't suppress startup screen
5048 due to existing processes.
5049
5050 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
5051
5052 * progmodes/compile.el (compilation-disable-input): Default to nil.
5053
5054 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
5055
5056 * progmodes/compile.el (compilation-disable-input): New defcustom.
5057 (compilation-start): If compilation-disable-input is non-nil, send
5058 EOF to the compilation process.
5059
5060 2005-08-20 Eli Zaretskii <eliz@gnu.org>
5061
5062 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
5063 Run the argument of tex-shell-cd-command through
5064 convert-standard-filename, to get the correct style of slashes on
5065 Windows, and enclose the result in quotes, in case the file name
5066 includes whitespace or other special characters.
5067
5068 2005-08-19 Andreas Schwab <schwab@suse.de>
5069
5070 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
5071 process.
5072
5073 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5074
5075 * cus-start.el (minibuffer-prompt-properties): Correct typo.
5076
5077 2005-08-18 Kim F. Storm <storm@cua.dk>
5078
5079 * scroll-lock.el: Fix errors due to incorrect line wrapping.
5080
5081 2005-08-18 Richard M. Stallman <rms@gnu.org>
5082
5083 * scroll-lock.el: New file.
5084
5085 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
5086
5087 * dired.el (dired-move-to-end-of-filename):
5088 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
5089
5090 2005-08-18 Kim F. Storm <storm@cua.dk>
5091
5092 * ido.el (ido-everywhere): Fix defcustom :set function to disable
5093 rather than toggle mode when custom value is nil.
5094 (ido-everywhere): Fix defun doc string.
5095
5096 2005-08-17 Richard M. Stallman <rms@gnu.org>
5097
5098 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
5099 as tag instead of "Inviolable".
5100
5101 2005-08-17 Kim F. Storm <storm@cua.dk>
5102
5103 * windmove.el (windmove-coordinates-of-position): Remove.
5104 (windmove-coordinates-of-window-position): Remove.
5105 (windmove-reference-loc): Use posn-at-point instead.
5106
5107 * subr.el (insert-for-yank-1): Doc fix.
5108
5109 * ido.el (ido-enter-matching-directory): Rename from
5110 ido-enter-single-matching-directory. Change 'slash choice to
5111 'only. Add 'first choice.
5112 (ido-exhibit): Adapt to above changes.
5113
5114 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
5115
5116 * Makefile.in: Expand comment about building loaddefs.el.
5117
5118 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
5119
5120 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
5121 Comment use of defadvice.
5122
5123 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
5124
5125 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
5126
5127 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
5128 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
5129 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
5130 * progmodes/idlw-shell.el, progmodes/ld-script.el,
5131 * progmodes/which-func.el, ruler-mode.el, strokes.el,
5132 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
5133 for backward compatibility for faces that did not appear in the
5134 previous Emacs release.
5135
5136 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
5137
5138 2005-08-15 Kim F. Storm <storm@cua.dk>
5139
5140 * emulation/cua-base.el (cua-delete-region): Return t if
5141 deleted region was non-empty.
5142 (cua-replace-region): Inhibit overwrite-mode for
5143 self-insert-command if replaced region was non-empty.
5144 (cua--explicit-region-start, cua--status-string): Make them
5145 buffer-local at top-level...
5146 (cua-mode): ...rather than when mode is enabled.
5147
5148 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
5149
5150 * progmodes/vhdl-mode.el (vhdl-emacs-21):
5151 Set t for Emacs 21, 22, and so on.
5152
5153 2005-08-15 David Ponce <david@dponce.com>
5154
5155 * tree-widget.el: Update Commentary header.
5156 (tree-widget-theme): Doc fix.
5157 (tree-widget-space-width): New option.
5158 (tree-widget-image-properties): Look up in the default theme too.
5159 (tree-widget--cursors): Only for images with arrow pointer shape.
5160 (tree-widget-lookup-image): Pointer shape is hand by default.
5161 (tree-widget-icon): Rename generic icon widget from
5162 `tree-widget-control'.
5163 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
5164 derive from `tree-widget-icon'.
5165 (tree-widget-handle): Improve default look and feel of the text
5166 representation.
5167 (tree-widget): Rename :*-control properties to :*-icon properties.
5168 Add :action and :help-echo properties.
5169 (tree-widget-after-toggle-functions): Move.
5170 (tree-widget-close-node, tree-widget-open-node): Remove.
5171 (tree-widget-before-create-icon-functions): New hook.
5172 (tree-widget-value-create): Update to allow customization of icons
5173 and nodes at run-time via that new hook.
5174 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
5175 (tree-widget-icon-action, tree-widget-icon-help-echo)
5176 (tree-widget-action, tree-widget-help-echo): New functions.
5177
5178 2005-08-15 Kim F. Storm <storm@cua.dk>
5179
5180 * ido.el (ido-buffer-internal): Use with-no-warnings.
5181 (ido-make-merged-file-list): Use while-no-input.
5182
5183 2005-08-15 Richard M. Stallman <rms@gnu.org>
5184
5185 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5186 (flyspell-large-region): Fix doc and custom type.
5187
5188 2005-08-14 Richard M. Stallman <rms@gnu.org>
5189
5190 * files.el (interpreter-mode-alist): Doc fix.
5191
5192 * mail/rmail.el (rmail-nonignored-headers): New variable.
5193 (rmail-clear-headers): Use it.
5194 (rmail-reply): Better handling of mail-followup-to header.
5195
5196 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5197 Rename variable from sh-font-lock-keywords. In the `shell' entry,
5198 don't try to refer to executable-font-lock-keywords.
5199 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5200 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5201 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5202 (sh-mode): Set comment-start-skip, local-abbrev-table,
5203 imenu-case-fold-search.
5204 (sh-set-shell): Don't set them here.
5205 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
5206 Don't cache the results in the original alist; don't ever modify
5207 that alist.
5208
5209 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5210
5211 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5212 empty.
5213
5214 2005-08-15 Andreas Schwab <schwab@suse.de>
5215
5216 * desktop.el: Put autoload cookie at risky-local-variable declarations.
5217
5218 * dired.el, info.el, mail/rmail.el: Revert last change.
5219
5220 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
5221
5222 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5223 modification in `eval-after-load' form.
5224 * info.el: Likewise.
5225 * mail/rmail.el: Likewise.
5226
5227 2005-08-14 Juri Linkov <juri@jurta.org>
5228
5229 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5230 Remove highlighting of "Compilation started". Highlight only
5231 the word "finished" in "Compilation finished". Add highlighting
5232 of "interrupt", "killed", "terminated" and the exit code.
5233 (compilation-start): Add newline after header. Use exactly the
5234 same time stamp format as the finishing message.
5235 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5236
5237 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5238 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5239 Add highlighting of "interrupt", "killed", "terminated".
5240
5241 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5242 enabled and the current command is self-insert-command, call it
5243 explicitly with overwrite-mode bound to nil, to not allow it
5244 to delete the character after the selected region.
5245
5246 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
5247
5248 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5249 move-end-of-line, end-of-line, and beginning-of-line to the list
5250 of commands after which the echo area is updated.
5251
5252 2005-08-12 Eli Zaretskii <eliz@gnu.org>
5253
5254 * cus-edit.el (custom-save-all, custom-save-delete):
5255 Bind recentf-exclude to exclude custom-file.
5256
5257 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
5258
5259 * mail/rmailsum.el (rmail-summary-end-of-message): New command
5260 to go to the bottom of the mail message. Added to
5261 `rmail-summary-mode-map' with key "/".
5262 (rmail-summary-show-message): New (internal) function for use by
5263 both `rmail-summary-beginning/end-of-message'.
5264 (rmail-summary-beginning-of-message): Change to use
5265 rmail-summary-show-message.
5266
5267 * mail/rmail.el (rmail-end-of-message): New command to go to the
5268 end of the current message. Added to `rmail-mode-map' with key "/".
5269 (rmail-beginning-of-message): Fix to work as documented.
5270 (rmail-mode): Change documentation.
5271
5272 * progmodes/compile.el (compilation-start): Add the line
5273 "Compilation started" with compilation start time.
5274 (compilation-mode-font-lock-keywords): Add `started' to keywords.
5275
5276 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
5277
5278 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5279 of menu items.
5280
5281 2005-08-11 Richard M. Stallman <rms@gnu.org>
5282
5283 * simple.el (pop-global-mark): Reverse test of widen-automatically.
5284
5285 * battery.el (battery-status-function): Don't use ignore-errors.
5286
5287 2005-08-11 Lute Kamstra <lute@gnu.org>
5288
5289 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5290 define-obsolete-variable-alias.
5291
5292 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5293
5294 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5295 (ange-ftp-send-cmd): Revert last change, and expand
5296 the comment explaining the problem.
5297
5298 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5299
5300 * ldefs-boot.el: Update.
5301
5302 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5303 item to "Time, Load and Mail". Change help echo text.
5304
5305 * time.el (display-time-use-mail-icon, display-time-format)
5306 (display-time-string-forms): Shorten first line of docstrings.
5307
5308 2005-08-10 Lars Hansen <larsh@soem.dk>
5309
5310 * desktop.el (desktop-buffer-mode-handlers):
5311 Make non-customizable. Add autoload cookie. Change initial value to
5312 nil; add elements in respective modules instead. Fix doc string.
5313 (desktop-load-file): New function.
5314 (desktop-minor-mode-handlers): New autoloaded variable.
5315 (desktop-create-buffer): Call minor mode handlers.
5316 Use desktop-load-file to load major and minor mode modules prior to
5317 checking for a handler.
5318 (desktop-save): Don't add nil to desktop-minor-modes for minor
5319 modes with nil function in desktop-minor-mode-table. Don't delete
5320 desktop file before rewriting it.
5321 (desktop-locals-to-save): Add autoload cookie. Don't make
5322 automatically buffer-local. Add variables column-number-mode,
5323 size-indication-mode, indent-tabs-mode,
5324 indicate-buffer-boundaries, indicate-empty-lines and
5325 show-trailing-whitespace.
5326 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5327 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5328 (desktop-clear-preserve-buffers-regexp): Delete.
5329 (desktop-clear-preserve-buffers): Update initial value and docstring.
5330 (desktop-save-buffer): Fix doc string.
5331
5332 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5333 (hilit-chg-desktop-restore): New function.
5334 (highlight-changes-mode): Add highlight-changes-mode to
5335 desktop-locals-to-save.
5336
5337 * dired.el: Add handler to desktop-buffer-mode-handlers.
5338 (dired-restore-desktop-buffer): Remove autoload cookie.
5339 (dired-mode): Add autoload cookie.
5340
5341 * info.el: Add handler to desktop-buffer-mode-handlers.
5342 (Info-restore-desktop-buffer): Remove autoload cookie.
5343 (Info-mode): Add autoload cookie.
5344
5345 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5346 (mh-restore-desktop-buffer): Remove autoload cookie.
5347 (mh-folder-mode): Add autoload cookie.
5348
5349 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5350 (rmail-restore-desktop-buffer): Remove autoload cookie.
5351
5352 2005-08-11 Masatake YAMATO <jet@gyve.org>
5353
5354 * hexl.el (hexl-address-region):
5355 (hexl-ascii-region, hexl-font-lock-keywords):
5356 (hexl-highlight-line-range): Use the term "region"
5357 instead of "area" for consistency with the other symbols
5358 defined in hexl.el.
5359
5360 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5361
5362 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5363 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5364 out by Juri Linkov). Add `display-battery-mode'.
5365
5366 2005-08-09 Juri Linkov <juri@jurta.org>
5367
5368 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5369 Remove `-text' from face variable names.
5370 (compilation-error-file-name, compilation-warning-file-name)
5371 (compilation-info-file-name): Delete faces.
5372 (compilation-line-number, compilation-column-number):
5373 Remove face underlining.
5374 (compilation-message-face): Set to `underline' value by default.
5375 (compilation-error-face, compilation-warning-face)
5376 (compilation-info-face): Remove `-file-name' from face names.
5377 (compilation-error-text-face, compilation-warning-text-face)
5378 (compilation-info-text-face): Delete face variables.
5379 (compilation-text-face): Delete function.
5380
5381 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5382 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5383 (grep-error-face): Set to `compilation-error' instead of
5384 `compilation-error-face' (which is redefined to `grep-hit-face' in
5385 grep buffers).
5386 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5387 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5388
5389 * dired-aux.el (dired-do-query-replace-regexp):
5390 Use `query-replace-read-args'.
5391
5392 * replace.el (query-replace-read-from, query-replace-read-to)
5393 (query-replace-read-args): Rename arg `string' to `prompt'.
5394
5395 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5396
5397 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5398
5399 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5400 uploading files.
5401 (ange-ftp-canonize-filename): Handle file names beginning with ~
5402 correctly.
5403
5404 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5405
5406 * textmodes/fill.el (canonically-space-region)
5407 (fill-context-prefix, fill-french-nobreak-p)
5408 (fill-delete-newlines, fill-comment-paragraph)
5409 (justify-current-line): "?\ " -> "?\s".
5410
5411 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5412
5413 * textmodes/fill.el (fill-nonuniform-paragraphs):
5414 Improve argument/docstring consistency.
5415
5416 2005-08-09 Richard M. Stallman <rms@gnu.org>
5417
5418 * textmodes/ispell.el (ispell-word): More fboundp checks.
5419
5420 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5421 (find-file-noselect-1): Call it here, only if RAWFILE.
5422 (normal-mode): Always set some major mode.
5423 (save-some-buffers-action-alist): Change some explanation strings.
5424 (file-name-non-special): In the `quote' method, use unwind-protect.
5425
5426 2005-08-09 Magnus Henoch <mange@freemail.hu>
5427
5428 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5429 (ispell-have-aspell-dictionaries): New variable.
5430 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5431 (ispell-get-aspell-config-value): New function.
5432 (ispell-aspell-find-dictionary): New function.
5433 (ispell-aspell-add-aliases): New function.
5434 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5435 appropriate. Don't look for ispell dictionaries if we use aspell.
5436 (ispell-menu-map): Don't build a submenu of dictionaries.
5437
5438 2005-08-09 Richard M. Stallman <rms@gnu.org>
5439
5440 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5441 (sql-read-passwd): Use read-passwd.
5442
5443 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5444 (idlwave-toolbar-is-possible): Add defvars.
5445
5446 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5447 Avoid warnings.
5448
5449 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5450 (idlwave-system-class-info, idlwave-executive-commands-alist):
5451 Use defvar.
5452
5453 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5454
5455 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5456 Avoid warnings.
5457
5458 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5459 and content-type: headers.
5460
5461 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5462
5463 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5464 and rename some of them to be more self-explanatory.
5465
5466 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5467
5468 * startup.el (command-line-1): Implement -scriptload.
5469
5470 * replace.el (occur-engine): Initial *Occur* output not undoable.
5471
5472 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5473 and improve help strings.
5474
5475 * isearch.el (isearch-repeat): When changing direction,
5476 mark search successful.
5477
5478 * ediff-init.el: Use (featurep 'xemacs).
5479
5480 * comint.el (send-invisible): Identify buffer, if not selected.
5481
5482 * align.el: Delete autoload for c-guess-basic-syntax.
5483
5484 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5485
5486 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5487 Improve argument/docstring consistency. Doc fixes.
5488 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5489 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5490 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5491 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5492 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5493 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5494 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5495 Defvar at compile time.
5496
5497 2005-08-09 Juri Linkov <juri@jurta.org>
5498
5499 * info.el: Replace `info' with upper-case `Info' where appropriate.
5500 (info-title-1, info-title-2, info-title-3, info-title-4)
5501 (info-menu-header): Move up face definitions.
5502 (info-menu-star): Rename from `info-menu-5'.
5503 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5504 (Info-fontify-visited-nodes): Fix docstring.
5505 (Info-hide-note-references): Fix docstring.
5506 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5507 menu items in the same way as on cross-references.
5508 (info-apropos): Fix sorting order and formatting to be like in the
5509 stand-alone Info browser. Display error messages for 1 sec.
5510 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5511 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5512 from the menu bar.
5513 (Info-insert-dir): Restore point after calling
5514 `insert-buffer-substring'.
5515
5516 2005-08-08 Richard M. Stallman <rms@gnu.org>
5517
5518 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5519 (recompute-lucid-menubar): Add defvars.
5520
5521 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5522
5523 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5524
5525 * net/net-utils.el (run-dig): Rename from `dig'.
5526
5527 * play/gametree.el (gametree-mode): Use make-local-variable,
5528 not make-variable-buffer-local.
5529
5530 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5531
5532 * ansi-color.el (ansi-color-make-extent)
5533 (ansi-color-set-extent-face): Use fboundp, not functionp.
5534
5535 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5536 not make-variable-buffer-local.
5537
5538 * bookmark.el (Info-current-file): Add defvar.
5539 (bookmark-jump-noselect): Use with-no-warnings.
5540
5541 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5542
5543 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5544
5545 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5546
5547 * find-file.el (ada-procedure-start-regexp)
5548 (ada-package-start-regexp): Add defvars.
5549
5550 * info.el (Info-insert-dir): Use insert-buffer-substring.
5551
5552 * xml.el (xml-att-def-re): Add defvar.
5553
5554 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5555 calling convention.
5556
5557 * subr.el (while-no-input): Return t if there is input.
5558
5559 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5560
5561 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5562
5563 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5564
5565 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5566 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5567
5568 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5569
5570 * cmuscheme.el (scheme-start-file): Replace reference to
5571 `user-emacs-directory' by "~/.emacs.d/".
5572
5573 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5574
5575 * info.el (Info-dir-remove-duplicates): Avoid case folding
5576 in loop; instead, keep downcased strings for comparison.
5577 Suggested by Helmut Eller.
5578
5579 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5580
5581 Sync with Tramp 2.0.50.
5582
5583 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5584 XEmacs case; not necessary anymore.
5585 (tramp-user-regexp): Allow "@" as part of user name.
5586 (tramp-handle-set-visited-file-modtime)
5587 (tramp-handle-insert-file-contents)
5588 (tramp-handle-write-region): No special handling for
5589 `last-coding-system-used, because this is done in
5590 `tramp-accept-process-output' now.
5591 (tramp-accept-process-output): New defun.
5592 (tramp-process-one-action, tramp-process-one-multi-action)
5593 (tramp-wait-for-regexp, tramp-wait-for-output)
5594 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5595 Howells <dhowells@redhat.com>.
5596 (clear-visited-file-modtime): Defadvice removed. The check for
5597 unset buffer's modtime does not need to be based on
5598 `tramp-buffer-file-attributes'. Suggested by RMS.
5599 (tramp-message): Insert "\n" if not being at beginning of line.
5600 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5601 sequence with same logic.
5602 (tramp-completion-handle-expand-file-name): Discard call of
5603 `tramp-drop-volume-letter'. It is not necessary, and there have
5604 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5605 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5606 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5607 should always be visible.
5608 (tramp-handle-insert-directory, tramp-setup-complete)
5609 (tramp-set-process-query-on-exit-flag)
5610 (tramp-append-tramp-buffers): Pacify byte-compiler.
5611 (tramp-bug): Delete non-existing variables from list.
5612 Apply `tramp-load-report-modules' as pre-hook.
5613 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5614 `shell-prompt-pattern' because of non-7bit characters.
5615 Reported by Sebastian Luque <sluque@mun.ca>.
5616 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5617 (tramp-match-string-list): Remove function.
5618 (tramp-wait-for-regexp): Remove call of that function.
5619 Suggested by Kim F. Storm <storm@cua.dk>.
5620 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5621 instead of octal character code ?\600. The latter resulted in a
5622 syntax error with XEmacs.
5623
5624 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5625 XEmacs case; not necessary anymore.
5626 (tramp-smb-handle-write-region): No special handling for
5627 `last-coding-system-used, because this is done in
5628 `tramp-accept-process-output' now.
5629 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5630
5631 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5632
5633 * wid-edit.el (widget-choice-value-create):
5634 Unconditionally respect user choice. Set :explicit-choice back to nil
5635 when no longer needed.
5636 (widget-choice-action): Unconditionally respect user choice.
5637 Eliminate :explicit-choice-value.
5638
5639 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5640
5641 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5642 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5643 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5644 running new function `toggle-indicate-empty-lines'.
5645 Rename "Customize" item to "Customize fringe".
5646 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5647 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5648 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5649 Delete "Empty lines only" item.
5650 (menu-bar-showhide-fringe-ind-customize): New function.
5651 (menu-bar-showhide-fringe-ind-mixed)
5652 (menu-bar-showhide-fringe-ind-box)
5653 (menu-bar-showhide-fringe-ind-right)
5654 (menu-bar-showhide-fringe-ind-left)
5655 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5656 instead of `fringe-indicators'.
5657
5658 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5659
5660 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5661 Change the date of last update.
5662
5663 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5664
5665 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5666 (viper-exec-yank, viper-put-back): Don't display modification msg
5667 if in the minibuffer.
5668
5669 * viper-init.el (viper-replace-overlay-cursor-color)
5670 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5671 Make variables frame local.
5672
5673 * viper-util.el (viper-append-filter-alist): Use append instead of
5674 nconc.
5675
5676 * viper.el (viper-vi-state-mode-list)
5677 (viper-emacs-state-mode-list): Move help-mode and
5678 completion-list-mode from the first list to the second.
5679 (viper-mode): Docstring.
5680 (viper-go-away, viper-non-hook-settings): Don't localize
5681 minor-mode-alist in newer Emacsen. Add advice to
5682 set-cursor-color. Don't bind "\C-c\\".
5683
5684 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5685
5686 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5687 (scheme-macro-expand-command): New user options.
5688 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5689 (scheme-form-at-point, scheme-start-file)
5690 (scheme-interactively-start-process): New functions.
5691 (scheme-get-process): New function, extracted from `scheme-proc'.
5692 (run-scheme): Call `scheme-start-file' to get start file, and pass
5693 it to `make-comint'.
5694 (switch-to-scheme, scheme-proc):
5695 Call `scheme-interactively-start-process' if no Scheme buffer/process
5696 is available.
5697
5698 2005-08-06 Juri Linkov <juri@jurta.org>
5699
5700 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5701 Use `compilation-text-face', `compilation-info-text-face' and
5702 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5703 (compilation-error): New face.
5704 (compilation-error-file-name): Inherit from
5705 `compilation-error' instead of `font-lock-warning-face'.
5706 (compilation-warning-file-name): Inherit from
5707 `compilation-warning' instead of `font-lock-warning-face'.
5708 (compilation-info, compilation-error-file-name)
5709 (compilation-warning-file-name, compilation-info-file-name)
5710 (compilation-line-number, compilation-column-number): Doc fix.
5711 (compilation-error-text-face, compilation-warning-text-face)
5712 (compilation-info-text-face): New face variables.
5713 (compilation-line-face, compilation-column-face)
5714 (compilation-enter-directory-face)
5715 (compilation-leave-directory-face): Doc fix.
5716 (compilation-text-face): New function.
5717
5718 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5719 instead of 1 to display binary file names as info file links.
5720 (grep-error-face): Use `compilation-error-face' instead of
5721 `font-lock-keyword-face'.
5722 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5723 and `compilation-warning-text-face' instead of
5724 `font-lock-keyword-face'. Use `compilation-error-text-face'
5725 instead of `grep-error-face'.
5726
5727 2005-08-05 Kenichi Handa <handa@m17n.org>
5728
5729 * international/code-pages.el: Add autoload cookies for all coding
5730 systems.
5731
5732 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5733
5734 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5735
5736 2005-08-04 Juri Linkov <juri@jurta.org>
5737
5738 * progmodes/compile.el (compilation-mode-map):
5739 * progmodes/grep.el (grep-mode-map):
5740 Bind TAB to `compilation-next-error' and [backtab] to
5741 `compilation-previous-error'.
5742
5743 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5744 matching line numbers, column numbers and their ranges with regexp
5745 matching only line numbers.
5746 (grep-context-face): New face variable.
5747 (grep-mode-font-lock-keywords): Use it.
5748
5749 * faces.el (read-face-name): Delete duplicate faces.
5750
5751 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5752
5753 * thumbs.el (thumbs-find-image): Don't make variables
5754 automatically buffer local.
5755 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5756 (thumbs-image-num): Make automatically buffer local.
5757 (thumbs-show-thumbs-list): Use `make-local-variable', not
5758 `make-variable-buffer-local'.
5759 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5760
5761 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5762 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5763 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5764 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5765 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5766 (feelings-about, foullst, found, hello, history, howareyoulst)
5767 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5768 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5769 (neglst, obj, object, owner, please, problems, qlist)
5770 (random-adjective, relation, remlst, repetitive-shortness)
5771 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5772 (shortlst, something, sportslst, stallmanlst, states, subj)
5773 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5774 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5775 Defvar at compile time.
5776
5777 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5778 not `make-variable-buffer-local'.
5779
5780 2005-08-02 Kim F. Storm <storm@cua.dk>
5781
5782 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5783 rectangle overlay in selected window.
5784
5785 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5786
5787 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5788 instead of display group. Make `indicate-buffer-boundaries'
5789 customizable through Custom.
5790
5791 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5792
5793 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5794 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5795 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5796 (gdb-put-string): Fix typos in docstrings.
5797
5798 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5799
5800 Update copyright notices of files in progmodes directory for
5801 release of Emacs 22.1.
5802
5803 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5804
5805 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5806 Don't barf if the GUD buffer has been killed.
5807
5808 2005-08-01 Kim F. Storm <storm@cua.dk>
5809
5810 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5811
5812 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5813
5814 * simple.el (next-error-follow-minor-mode):
5815 make-variable-buffer-local -> make-local-variable.
5816
5817 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5818
5819 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5820 (byte-compile-form-make-variable-buffer-local): New functions to warn
5821 about misuses of make-variable-buffer-local where make-local-variable
5822 was meant.
5823
5824 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5825
5826 * bs.el (bs-attributes-list): Doc fix.
5827 (bs): Update url-link.
5828
5829 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5830 (desktop-load-default): Simplify.
5831
5832 * ibuffer.el (ibuffer-columnize-and-insert-list)
5833 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5834 (ibuffer-unmark-all, ibuffer-toggle-marks)
5835 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5836 (ibuffer-compile-make-format-form, ibuffer-format-column)
5837 (ibuffer-current-buffers-with-marks)
5838 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5839 (ibuffer): Doc fix.
5840 (ibuffer-mode): Fix typo in docstring.
5841 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5842 with `define-obsolete-variable-alias'.
5843 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5844
5845 2005-07-29 Kenichi Handa <handa@m17n.org>
5846
5847 * international/mule-cmds.el (select-message-coding-system):
5848 Be sure to use LF for end-of-line. If no coding system is decided,
5849 return iso-8859-1-unix.
5850
5851 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5852
5853 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5854 (ange-ftp-pending-error-line): New vars.
5855 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5856 to handle the non-fatal no-route-to-host messages.
5857 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5858
5859 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5860
5861 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5862 (isearch-quote-char, isearch-printing-char)
5863 (isearch-text-char-description): "?\ " -> "?\s".
5864 (isearch-lazy-highlight-cleanup)
5865 (isearch-lazy-highlight-initial-delay)
5866 (isearch-lazy-highlight-interval)
5867 (isearch-lazy-highlight-max-at-a-time)
5868 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5869 Declare with define-obsolete-*-alias macros.
5870 (isearch-forward): Fix typo in docstring.
5871 (search-invisible, search-ring-yank-pointer)
5872 (regexp-search-ring-yank-pointer): Doc fixes.
5873
5874 * recentf.el (recentf-menu-append-commands-p): Declare with
5875 `define-obsolete-variable-alias'.
5876 (recentf-max-saved-items, recentf-menu-filter)
5877 (recentf-arrange-by-rule-subfilter): Doc fixes.
5878 (recentf-menu-append-commands-flag)
5879 (recentf-initialize-file-name-history, recentf-expand-file-name)
5880 (recentf-clear-data): Fix typos in docstrings.
5881
5882 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
5883
5884 * progmodes/gdb-ui.el: Smarten comments.
5885 (gdb-info-breakpoints-custom): Use nowarn when finding file.
5886
5887 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
5888
5889 * term/apollo.el (terminal-init-apollo): New function containing
5890 all former top level forms in the file.
5891 * term/bobcat.el (terminal-init-bobcat):
5892 * term/cygwin.el (terminal-init-cygwin):
5893 * term/iris-ansi.el (terminal-init-iris-ansi):
5894 * term/linux.el (terminal-init-linux):
5895 * term/news.el (terminal-init-news):
5896 * term/rxvt.el (terminal-init-rxvt):
5897 * term/sun.el (terminal-init-sun):
5898 * term/tvi970.el (terminal-init-tvi970):
5899 * term/vt100.el (terminal-init-vt100):
5900 * term/vt102.el (terminal-init-vt102):
5901 * term/vt125.el (terminal-init-vt125):
5902 * term/vt200.el (terminal-init-vt200):
5903 * term/vt201.el (terminal-init-vt201):
5904 * term/vt220.el (terminal-init-vt220):
5905 * term/vt240.el (terminal-init-vt240):
5906 * term/vt300.el (terminal-init-vt300):
5907 * term/vt320.el (terminal-init-vt320):
5908 * term/vt400.el (terminal-init-vt400):
5909 * term/vt420.el (terminal-init-vt420):
5910 * term/wyse50.el (terminal-init-wyse50):
5911 * term/xterm.el (terminal-init-xterm): Likewise.
5912
5913 * term/README: Describe the terminal-init-* functionality.
5914
5915 * startup.el (command-line): After loading the terminal initialization
5916 file call the corresponding terminal initialization function.
5917
5918 2005-07-27 Kenichi Handa <handa@m17n.org>
5919
5920 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
5921 negative.
5922
5923 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
5924 (ps-mule-composition-prologue): Fix for the case that
5925 RelativeCompose is false.
5926
5927 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
5930
5931 * descr-text.el (describe-char): Handle the case where the list of
5932 chars is displayed in a separate frame.
5933 Be a bit more discriminating when looking for the char.
5934
5935 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
5936
5937 * bookmark.el (bookmark-automatically-show-annotations)
5938 (bookmark-read-annotation-text-func): Doc fixes.
5939 (bookmark-save): Improve argument/docstring consistency.
5940 (bookmark-get-bookmark, bookmark-get-bookmark-record)
5941 (bookmark-alist-from-buffer)
5942 (bookmark-upgrade-file-format-from-0)
5943 (bookmark-grok-file-format-version)
5944 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
5945 (bookmark-read-annotation-mode)
5946 (bookmark-insert-current-bookmark, bookmark-jump)
5947 (bookmark-exit-hook): Fix typos in docstrings.
5948 (bookmark-exit-hooks): Define as obsolete alias.
5949 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
5950 not `bookmark-exit-hooks'. Fix docstring.
5951 (bookmark-bmenu-select): "?\ " -> "?\s".
5952
5953 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
5954
5955 * startup.el (command-line): Fix typo.
5956
5957 2005-07-24 Richard M. Stallman <rms@gnu.org>
5958
5959 * tooltip.el (tooltip-mode): Test emacs-basic-display,
5960 not emacs-quick-startup.
5961
5962 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
5963
5964 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
5965 (reb-next-match, reb-show-subexp): Use `with-selected-window'
5966 instead of `reb-with-current-window'.
5967 (reb-prev-match): Likewise. Also, don't move left if the search
5968 was unsuccessful.
5969 (reb-initialize-buffer): New function.
5970 (re-builder, reb-change-syntax): Use it.
5971
5972 * man.el (Man-goto-page): Make second argument NOERROR optional.
5973
5974 2005-07-23 Richard M. Stallman <rms@gnu.org>
5975
5976 * man.el (Man-bgproc-sentinel): Check here for failure to find
5977 any man page in the output, and report the error here.
5978 (Man-arguments): Make it permanent local.
5979 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
5980 (Man-mode): Pass t for NOERROR.
5981
5982 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
5983 (grep-mode-font-lock-keywords):
5984 Don't use compilation-...-face for messages that are not file names.
5985
5986 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5987 Don't use compilation-...-face for messages that are not file names.
5988
5989 2005-07-22 Juri Linkov <juri@jurta.org>
5990
5991 * startup.el (normal-splash-screen): Update menu name.
5992
5993 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
5994
5995 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
5996
5997 * term/xterm.el: Load term/rxvt if the terminal is actually an
5998 rxvt terminal.
5999 (xterm-rxvt-set-background-mode): Remove, not used anymore.
6000
6001 * term/rxvt.el (function-key-map): Use substitute-key-definition
6002 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
6003
6004 * term/cygwin.el: New file.
6005
6006 2005-07-22 Kim F. Storm <storm@cua.dk>
6007
6008 * image-file.el (insert-image-file, image-file-yank-handler):
6009 Fix last change to maintain a (unique) yank-handler on yanked images.
6010
6011 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
6012
6013 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
6014 of the file size (as in "177B" for 177 bytes). This happens with
6015 "ls -lh" on FreeBSD.
6016
6017 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
6018
6019 * hilit-chg.el (highlight-changes-global-initial-state)
6020 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
6021 (hilit-chg-fixup, highlight-changes-mode):
6022 Fix typos in docstrings.
6023 (highlight-changes-global-modes, highlight-changes-rotate-faces):
6024 Doc fixes.
6025
6026 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
6027
6028 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
6029 mode function using `eval-after-load'.
6030
6031 2005-07-21 Kim F. Storm <storm@cua.dk>
6032
6033 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
6034 included when reporting an emacs crash, and tell about the DEBUG file.
6035
6036 * image-file.el (insert-image-file): Add yank-handler.
6037 (image-file-yank-handler): Yank handler to make unique copies of
6038 images when they are yanked into a buffer next to each other.
6039
6040 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
6041
6042 * comint.el (comint-use-prompt-regexp, comint-send-input)
6043 (comint-source-default, comint-extract-string)
6044 (comint-get-source, comint-word, comint-completion)
6045 (comint-source, comint-prompt-read-only, comint-update-fence):
6046 Fix typos in docstrings.
6047 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
6048 Declare with define-obsolete-*-alias macros.
6049 (comint-previous-matching-input-from-input)
6050 (comint-next-matching-input-from-input)
6051 (comint-previous-matching-input, comint-next-matching-input)
6052 (comint-forward-matching-input):
6053 Improve argument/docstring consistency.
6054
6055 * desktop.el (desktop-clear-preserve-buffers-regexp):
6056 Also preserve the *server* buffer.
6057
6058 * simple.el (clone-indirect-buffer): Doc fix.
6059 (fixup-whitespace, just-one-space)
6060 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
6061 (next-error, next-error-highlight)
6062 (next-error-highlight-no-select, next-error-last-buffer)
6063 (next-error-buffer-p, next-error-find-buffer, next-error)
6064 (previous-error, next-error-no-select, previous-error-no-select)
6065 (open-line, split-line, minibuffer-prompt-width, kill-new)
6066 (binary-overwrite-mode): Fix typos in docstrings.
6067 (set-fill-column): Fix typo in message.
6068
6069 * skeleton.el (skeleton-proxy-new): Doc fix.
6070
6071 * strokes.el (strokes-load-hook): Doc fix.
6072 (strokes-grid-resolution, strokes-get-grid-position)
6073 (strokes-renormalize-to-grid, strokes-read-stroke)
6074 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
6075 (strokes-global-map): Fix typos in docstrings.
6076 (strokes-help): Doc fix. Fix help message and pass it through
6077 `substitute-command-keys'.
6078
6079 * tempo.el (tempo-insert-prompt, tempo-interactive)
6080 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
6081 (tempo-insert-string-functions, tempo-local-tags)
6082 (tempo-define-template, tempo-insert-template)
6083 (tempo-insert-prompt-compat, tempo-is-user-element)
6084 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
6085 Fix typos in docstrings.
6086
6087 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
6088 (vcursor-key-bindings, vcursor-use-vcursor-map)
6089 (vcursor-find-window, vcursor-scroll-down)
6090 (vcursor-disable, vcursor-beginning-of-buffer)
6091 (vcursor-end-of-buffer): Fix typos in docstrings.
6092 (vcursor-relative-move, vcursor-get-char-count):
6093 Improve argument/docstring consistency.
6094
6095 * version.el: "?\ " -> "?\s".
6096
6097 * wid-edit.el (widget-default-create, widget-after-change)
6098 (widget-default-format-handler, widget-checklist-add-item)
6099 (widget-radio-add-item, widget-choose, widget-specify-secret)
6100 (widget-field-value-create, widget-field-value-get)
6101 (widget-editable-list-format-handler)
6102 (widget-editable-list-entry-create, widget-group-value-create)
6103 (widget-documentation-link-add)
6104 (widget-documentation-string-value-create): "?\ " -> "?\s".
6105 (widget-convert-text): Doc fix.
6106 (widget-narrow-to-field, widget-field-find)
6107 (widget-url-link-action, widget-emacs-library-link-action)
6108 (widget-color-notify): Fix typos in docstrings.
6109
6110 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
6111 (x-select-text, set-w32-system-coding-system)
6112 (w32-add-charset-info): Fix typos in docstrings.
6113
6114 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
6115 (cua-enable-cua-keys, cua-use-hyper-key)
6116 (cua-virtual-rectangle-edges): Fix typos in docstrings.
6117 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
6118
6119 * net/tramp.el (tramp-handle-load): Fix typo in error message.
6120
6121 * emacs-lisp/re-builder.el (regexp-builder): Declare with
6122 `defalias' instead of faking it.
6123
6124 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
6125 (eshell-ls-missing, eshell-ls-dired-initial-args)
6126 (eshell-ls-use-in-dired): Fix typos in docstrings.
6127
6128 2005-07-20 Kim F. Storm <storm@cua.dk>
6129
6130 * emulation/cua-base.el (cua-mode): Improve doc string.
6131
6132 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
6133
6134 * abbrev.el (expand-region-abbrevs): Doc fix.
6135 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
6136 Improve argument/docstring consistency.
6137
6138 * arc-mode.el (archive-get-descr, archive-alternate-display):
6139 Doc fixes.
6140 (archive-l-e): Improve argument/docstring consistency.
6141 (archive-tmpdir, archive-unixdate, archive-unixtime)
6142 (archive-chmod-entry): Fix typos in docstrings.
6143 (archive-unflag, archive-unflag-backwards)
6144 (archive-unmark-all-files): "?\ " -> "?\s".
6145
6146 * buff-menu.el (Buffer-menu-unmark): Doc fix.
6147 (Buffer-menu-not-modified, Buffer-menu-execute)
6148 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
6149 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
6150
6151 * composite.el (compose-string, encode-composition-rule)
6152 (compose-last-chars): Fix typos in docstrings.
6153
6154 * desktop.el (desktop-enable, desktop-basefilename):
6155 Declare with `define-obsolete-variable-alias'.
6156 (desktop-internal-v2s): Don't quote keywords.
6157 (desktop-clear): "?\ " -> "?\s".
6158
6159 * dired.el (dired-align-file, dired-flag-backup-files)
6160 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
6161 (dired-listing-switches, dired-ls-F-marks-symlinks)
6162 (dired-dwim-target, dired-load-hook, dired-mode-hook)
6163 (dired-directory, dired-faces, dired, dired-revert)
6164 (dired-mode, dired-summary, dired-view-file)
6165 (dired-copy-filename-as-kill, dired-delete-file)
6166 (dired-no-confirm, dired-unmark-all-marks)
6167 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
6168 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
6169 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
6170 Fix typos in message strings.
6171
6172 * dired-x.el (virtual-dired): Declare with `defalias'.
6173 (dired-mark-unmarked-files, dired-local-variables-file)
6174 (dired-omit-here-always): Doc fix.
6175 (dired-omit-mode, dired-find-subdir)
6176 (dired-enable-local-variables, dired-clean-up-buffers-too)
6177 (dired-extra-startup, dired-mark-extension, dired-jump)
6178 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
6179 (dired-smart-shell-command, dired-guess-shell-alist-user)
6180 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
6181 (dired-x-bind-find-file, dired-x-submit-report):
6182 Fix typos in docstrings.
6183 (dired-mark-unmarked-files): "?\ " -> "?\s".
6184
6185 * dirtrack.el (dirtrack-list): Fix typos in docstring.
6186
6187 * faces.el (describe-face): "?\ " -> "?\s".
6188 (read-all-face-attributes, read-face-font, modify-face)
6189 (face-attr-construct, italic): Fix typos in docstrings.
6190 (frame-update-face-colors): Declare with
6191 `define-obsolete-function-alias'.
6192
6193 * files.el (find-file-noselect, recode-file-name): Doc fixes.
6194 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6195 (magic-mode-alist, buffer-file-numbers-unique)
6196 (write-file-functions, get-free-disk-space):
6197 Fix typos in docstrings.
6198 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6199 (write-contents-hooks, write-file-hooks):
6200 Declare with `define-obsolete-variable-alias'.
6201
6202 * forms-d2.el (arch-rj): Fix typo in docstrings.
6203 (arch-tocol): Likewise. "?\ " -> "?\s".
6204
6205 * frame.el (set-frame-font, cursor-in-non-selected-windows):
6206 Fix typo in docstring.
6207 (set-screen-width, set-screen-height): Delete redundant info in
6208 doctrings.
6209 (new-frame, screen-height, screen-width): Declare with
6210 `define-obsolete-function-alias'.
6211 (delete-frame-hook, blink-cursor): Declare with
6212 `define-obsolete-variable-alias'.
6213
6214 * paths.el (prune-directory-list): Fix typos in docstring.
6215
6216 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6217 (cvs-prefix-get): Fix typos in docstrings.
6218
6219 * ps-print.el (ps-extend-face-list, ps-extend-face)
6220 (ps-print-background-image): Fix typos in docstrings.
6221 (ps-default-fg, ps-default-bg): Doc fixes.
6222
6223 * s-region.el (s-region-bind): Doc fix.
6224 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6225
6226 * textmodes/org.el (org-table-formula-substitute-names)
6227 (org-table-get-vertical-vector): Doc fixes.
6228 (org-table-recalculate): Remove unused argument to `message'.
6229
6230 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
6231
6232 * textmodes/org.el (org-table-column-names)
6233 (org-table-column-name-regexp)
6234 (org-table-named-field-locations): New variables.
6235 (org-archive-subtree): Protect `this-command' when calling
6236 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6237 the kill buffer.
6238 (org-complete): Remove fixed-formula completion.
6239 (org-edit-formulas-map): New variable.
6240 (org-table-edit-formulas): New command.
6241 (org-finish-edit-formulas, org-abort-edit-formulas)
6242 (org-show-variable, org-table-get-vertical-vector): New functions.
6243 (org-table-maybe-eval-formula): Handle `:=' fields.
6244 (org-table-get-stored-formulas, org-table-store-formulas)
6245 (org-table-get-formula, org-table-modify-formulas)
6246 (org-table-replace-in-formulas): Handle named field formulas.
6247 (org-table-get-specials): Store locations of named fields.
6248
6249 2005-07-19 Juri Linkov <juri@jurta.org>
6250
6251 * progmodes/grep.el (grep-regexp-alist)
6252 (grep-mode-font-lock-keywords, grep-process-setup):
6253 Use default GNU grep match color "01;31m" instead of "01;41m".
6254 (grep-regexp-alist, grep-mode-font-lock-keywords):
6255 Use `\\[[0-9]*m' instead of `\\[00m'.
6256 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6257 sgr_start where its handling is more important. Use the real
6258 length of sgr_start instead of constant 8.
6259 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6260 specially. Delete all remaining escape sequences.
6261 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6262 (grep-regexp-alist): Make hyperlink only for binary file name
6263 instead of the whole line.
6264 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6265 (grep-mode): Add autoload.
6266
6267 * emacs-lisp/find-func.el (find-function-regexp):
6268 Add `define-compilation-mode'.
6269
6270 2005-07-19 Juri Linkov <juri@jurta.org>
6271
6272 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6273 (compare-windows-sync-string-size, compare-windows-recenter)
6274 (compare-windows-highlight, compare-windows): Add version 22.1.
6275 (compare-windows) <defface>: Inherit from lazy-highlight instead
6276 of duplicating its default value.
6277
6278 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6279 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6280
6281 * descr-text.el (describe-char): Create link buttons for `charset'
6282 and `code point'. Add the current input method name with a link
6283 button to `to input' field. Print face names of display table
6284 characters in `The display table entry is displayed by' section
6285 instead of printing face-id in the `display' field.
6286 Guess hardcoded faces and create a link button for them.
6287 Skip empty fields when calculating max-width.
6288 Treat `widget-create' specially while inserting strings from the
6289 collected field list.
6290 (describe-char-after): Made obsolete in version 22.1, not 21.5.
6291
6292 * diff-mode.el (diff-file-header): Change foreground color from
6293 yellow to green on light backgrounds.
6294 (diff-context): Inherit from `shadow' only for color/grayscale
6295 with more than 88 colors.
6296 (diff-indicator-removed, diff-indicator-added)
6297 (diff-indicator-changed): New faces.
6298 (diff-font-lock-keywords): Use new faces. Regroup rules.
6299 Add "^---$" for `normal' diff format. Fontify `#' lines with
6300 font-lock-comment-delimiter-face and font-lock-comment-face.
6301 Add `#' to ^[^...] in the rule for `diff-context-face'.
6302
6303 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6304 a button-like box. Inherit from `highlight' on low colors.
6305 (shadow): Use shades of gray only for color/grayscale with
6306 more than 88 colors. Use green for light backgrounds with
6307 8 colors, and yellow for dark backgrounds with 8 colors.
6308
6309 * font-lock.el (font-lock-regexp-grouping-backslash):
6310 Don't inherit from escape-glyph (use bold for all cases).
6311
6312 * info.el (info-xref-visited): Use light foreground color `violet'
6313 for dark backgrounds instead of dark color `magenta3'.
6314 (info-title-1): Use `yellow' color for dark backgrounds.
6315
6316 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6317 too-light magenta2.
6318
6319 * replace.el (match): Use slightly more light RoyalBlue3 instead
6320 of dark RoyalBlue4.
6321
6322 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6323
6324 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6325
6326 * novice.el (disabled-command-hook): Declare it with
6327 `define-obsolete-variable-alias'.
6328
6329 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6330 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6331 (desktop-load-default): Add release to obsolescence info.
6332 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6333 (desktop-append-buffer-args, desktop-read):
6334 Fix typos in docstrings.
6335 (desktop-kill): Fix typo in message.
6336 (desktop-save): Doc fix.
6337
6338 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6339
6340 * viper-cmd.el (viper-escape-to-state): Bug fix.
6341 (viper-envelop-ESC-key): Change the definition of fast
6342 keysequence so it'll work with keyboard macros.
6343
6344 * ediff.el (ediff-patch-buffer): Change the docstring.
6345
6346 2005-07-19 Kenichi Handa <handa@m17n.org>
6347
6348 * international/mule-cmds.el (select-safe-coding-system): Try to
6349 use an auto-coding (if any) before anything else. If the found
6350 auto-coding is invalid, show a warning message.
6351
6352 * international/mule.el (find-auto-coding): New function created
6353 by modifying the body of set-auto-coding.
6354 (set-auto-coding): Use find-auto-coding to find a coding.
6355
6356 2005-07-18 Richard M. Stallman <rms@gnu.org>
6357
6358 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6359 not isearch-mode-end-hook-error.
6360 (allout-before-change-protect): Fix error message.
6361
6362 2005-07-18 Juri Linkov <juri@jurta.org>
6363
6364 * allout.el (allout-mode):
6365 * calculator.el (calculator-copy):
6366 * custom.el (custom-known-themes):
6367 * dired.el (dired-desktop-buffer-misc-data)
6368 (dired-restore-desktop-buffer):
6369 * dired-x.el (dired-omit-marker-char):
6370 * files.el (basic-save-buffer):
6371 * font-core.el (font-lock-mode):
6372 * calendar/calendar.el (calendar-goto-hebrew-date)
6373 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6374 (calendar-goto-persian-date):
6375 * language/ethio-util.el (ethio-sera-to-fidel-region):
6376 * textmodes/picture.el (picture-mode):
6377 Delete duplicate duplicate words.
6378
6379 2005-07-18 Juri Linkov <juri@jurta.org>
6380
6381 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6382 chars * ? } |.
6383 (isearch-fallback): Don't call `isearch-process-search-char'.
6384 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6385 (isearch-process-search-char): Call `isearch-fallback' for regexp
6386 chars * ? } |.
6387 (isearch-return-char): Make obsolete with `make-obsolete' instead
6388 of simply documenting it as obsolete in the docstring.
6389 (isearch-fallback): Refill docstring.
6390
6391 * international/isearch-x.el
6392 (isearch-process-search-multibyte-characters): Remove unneeded
6393 `concat'. Add intermediate values to `junk-hist' instead of
6394 `minibuffer-history'. Test the length of `str'.
6395
6396 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6397
6398 * allout.el (allout-resolve-xref): Fix typos in error strings.
6399 (allout-before-change-protect): Remove unneeded `concat'.
6400
6401 * array.el (array-mode, array-reconfigure-rows)
6402 (untabify-backward): Fix typos in docstrings.
6403 (array-reconfigure-rows): Use `insert-buffer-substring', not
6404 `insert-buffer'.
6405
6406 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6407 * progmodes/ada-mode.el (ada-make-body):
6408 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6409
6410 * dired.el (dired-log):
6411 * tar-mode.el (tar-subfile-save-buffer):
6412 * play/zone.el (zone-pgm-stress-destress):
6413 Use `insert-buffer-substring', not `insert-buffer'.
6414
6415 2005-07-17 Simon Josefsson <jas@extundo.com>
6416
6417 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6418
6419 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6420
6421 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6422 Add plain auth method.
6423 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6424
6425 2005-07-17 Kim F. Storm <storm@cua.dk>
6426
6427 * ido.el (dired-other-window): Add ido property.
6428
6429 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6430
6431 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6432 Fix typo in docstring.
6433 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6434 `insert-file-literally'.
6435
6436 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6437 info and delete redundant message. Doc fix.
6438 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6439 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6440
6441 2005-07-16 Richard M. Stallman <rms@gnu.org>
6442
6443 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6444 (byte-compile-and): Use byte-compile-and-recursion.
6445 (byte-compile-or-recursion): New function.
6446 (byte-compile-or): Use that.
6447 (byte-compile-if): Guard the else-clause too.
6448 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6449
6450 * isearch.el (isearch-mode-end-hook-quit): New variable.
6451 (isearch-done): Bind it.
6452 (isearch-mode-end-hook): Doc fix.
6453
6454 * allout.el (allout-isearch-did-quit): Variable deleted.
6455 (allout-real-isearch-abort): Function name no longer used.
6456 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6457 (allout-isearch-rectification): isearch-mode always exists.
6458 Don't set allout-isearch-did-quit.
6459 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6460 allout-isearch-did-quit.
6461 (allout-enwrap-isearch): Just add the hook.
6462 (allout-isearch-abort): Function deleted.
6463 (allout-pre-command-business): Avoid warning.
6464
6465 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6466 Correctly avoid warnings.
6467 (pascal-outline): Likewise.
6468
6469 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6470
6471 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6472
6473 * play/tetris.el (tetris-mode): Avoid warning.
6474
6475 * play/snake.el (snake-mode): Avoid warning.
6476
6477 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6478 (gamegrid-set-display-table): Avoid warning.
6479 (gamegrid-set-timer): Likewise.
6480 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6481 (gamegrid-add-score-with-update-game-score-1): Take FILE
6482 as argument.
6483 (gamegrid-add-score-with-update-game-score): Pass that argument.
6484 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6485
6486 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6487
6488 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6489 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6490
6491 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6492 and insert-file.
6493
6494 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6495 (sc-ask): Avoid warnings.
6496
6497 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6498 (eshell-hist-initialize): Use that var the natural way.
6499
6500 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6501
6502 * emacs-lisp/re-builder.el (reb-cook-regexp):
6503 Avoid warning calling lre-compile-string.
6504 (reb-color-display-p): Avoid warning.
6505
6506 * calculator.el (calculator-last-input): Guard uses
6507 of event-key and key-press-event-p.
6508 (event-key, key-press-event-p): Delete definitions.
6509
6510 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6511 (find-gc-source-directory, find-gc-subrs-callers)
6512 (find-gc-noreturn-list, find-gc-source-files)
6513 (find-gc-subrs-called): Vars renamed and defvar'd.
6514
6515 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6516 (checkdoc-overlay-put, checkdoc-delete-overlay)
6517 (checkdoc-overlay-start, checkdoc-overlay-end)
6518 (checkdoc-mode-line-update, checkdoc-char=):
6519 Define such that compiler knows they are defined.
6520 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6521 (checkdoc-read-event): Delete. Use read-event directly.
6522
6523 * whitespace.el (whitespace-make-overlay)
6524 (whitespace-overlay-put, whitespace-delete-overlay)
6525 (whitespace-overlay-start, whitespace-overlay-end):
6526 Define such that compiler knows they are defined.
6527 (whitespace): Move conditional inside.
6528
6529 * tempo.el (tempo-insert-template): Suppress warning.
6530
6531 * ediff-diff.el (longlines-mode): Add defvar.
6532
6533 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6534
6535 * server.el: Bind "C-x #" in a way that works even if C-x is
6536 redefined to a command key, not a prefix key.
6537
6538 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6539
6540 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6541 cl-make-type-test till execution time.
6542
6543 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6544
6545 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6546 arg ARG and use it.
6547
6548 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6549
6550 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6551
6552 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6553
6554 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6555 a defcustom with two :set or :type keywords.
6556
6557 2005-07-15 Richard M. Stallman <rms@gnu.org>
6558
6559 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6560 Don't give ^M comment-end syntax.
6561
6562 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6563
6564 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6565 Don't consider gdbmi (gdb-mi.el has its own update functions).
6566 (gdb-var-delete): Make it work for gdbmi as well.
6567 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6568
6569 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6570 (gud-speedbar-menu-items): Correct logic for enabling items.
6571
6572 2005-07-15 Kim F. Storm <storm@cua.dk>
6573
6574 * ido.el: Fix commentary.
6575 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6576 Use with-no-warnings around ffap-guesser.
6577 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6578 Let bind minibuffer-completing-file-name to t.
6579
6580 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * startup.el (site-run-file, keyboard-type): Doc fixes.
6583 (command-line): Check for "--basic-display" argument; also for
6584 "--quick", not "--bare-bones" (which was renamed).
6585 (fancy-splash-text): Add missing item "Getting New Versions".
6586 (normal-splash-screen): Fix typos and improve consistency with
6587 `fancy-splash-text'. Update copyright year.
6588
6589 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6590 valid binding for `help-char'.
6591
6592 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6593
6594 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6595
6596 * term.el (term-mode): Disable cua-mode for term buffers.
6597
6598 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6599
6600 * add-log.el (add-log-mailing-address, change-log-merge):
6601 Doc fixes.
6602 (change-log-get-method-definition): Fix typo in docstring.
6603
6604 2005-07-14 Kim F. Storm <storm@cua.dk>
6605
6606 * emulation/cua-base.el:
6607 (cua--pre-command-handler-1, cua--pre-command-handler)
6608 (cua--post-command-handler-1, cua--post-command-handler):
6609 Split in two. Check (buffer local) value of cua-mode.
6610 (cua-selection-mode): New command.
6611
6612 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6613
6614 * custom.el (custom-initialize-safe-set)
6615 (custom-initialize-safe-default): Doc fixes.
6616
6617 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6618 and simplify :init-value again.
6619
6620 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6621 and simplify :init-value again. Delete autoload.
6622
6623 * startup.el (command-line): Use `custom-reevaluate-setting' again
6624 for tooltip-mode.
6625
6626 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6627 a defcustom with two :initialize keywords.
6628
6629 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6630
6631 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6632 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6633 (allout-post-command-business, allout-flag-region)
6634 (isearch-reenable-font-lock, allout-yank)
6635 (allout-insert-latex-header, allout-insert-latex-trailer)
6636 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6637 (allout-latex-verb-quote): Fix typos in docstrings.
6638 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6639 (allout-unprotected, allout-prefix-data):
6640 Improve argument/docstring consistency.
6641 (allout-chart-subtree): Fix argument spec.
6642 (allout-open-topic): Rename `use_sib_bullet' argument to
6643 `use-sib-bullet'. Doc fix.
6644
6645 * whitespace.el (whitespace-check-buffer-leading)
6646 (whitespace-check-buffer-trailing)
6647 (whitespace-check-buffer-indent)
6648 (whitespace-check-buffer-spacetab)
6649 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6650 (whitespace-check-leading-whitespace)
6651 (whitespace-check-trailing-whitespace)
6652 (whitespace-check-spacetab-whitespace)
6653 (whitespace-check-indent-whitespace)
6654 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6655 (whitespace-modes): Fix typos in docstrings.
6656 (defgroup, defcustom): Doc fixes.
6657
6658 * winner.el (winner-mode, winner-boring-buffers)
6659 (winner-pending-undo-ring): Doc fixes.
6660 (winner-ring): Remove unneeded `progn'.
6661 (winner-equal): `defsubst' it.
6662 (winner-redo): Fix message.
6663
6664 2005-07-13 Kim F. Storm <storm@cua.dk>
6665
6666 * simple.el (line-move-1): Always use vertical-motion to
6667 do the last (or only) line move to ensure some movement.
6668 Undo 2005-06-23 change--don't check for overlays.
6669
6670 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6671
6672 * term/mac-win.el (ccl-encode-mac-roman-font)
6673 (ccl-encode-mac-centraleurroman-font)
6674 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6675 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6676 Change charset-id boundary of dimension to ?\xef.
6677 (mac-char-fontspec-list): New constant.
6678 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6679 argument. Nil uses itself as family in font-spec. Previous
6680 behavior for nil is now provided by non-nil non-string argument.
6681 All callers changed. Add font-specs for Mac fonts to
6682 "fontset-default" unless iso8859-1 fonts are installed.
6683
6684 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6685
6686 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6687 a continuation line if the \ is preceded by SPC or TAB.
6688 (sh-get-indent-info): Simplify.
6689 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6690 Use with-current-buffer.
6691
6692 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6693 when the matched text is empty.
6694
6695 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6696
6697 * startup.el (command-line): Revert to previous handling of
6698 tooltip-mode. Explain in comment why the complexity is needed.
6699
6700 * tooltip.el (tooltip-mode): Revert to previous implementation of
6701 its defcustom.
6702
6703 * frame.el (blink-cursor-mode): Revert to previous implementation
6704 of its defcustom. Update comment.
6705
6706 2005-07-12 Lars Hansen <larsh@soem.dk>
6707
6708 * desktop.el: Update e-mail address.
6709
6710 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6711
6712 * term/mac-win.el (mac-services-mail-selection)
6713 (mac-services-mail-to): New functions.
6714 (mac-application-menu-map): Bind them.
6715
6716 2005-07-12 wulei <milton@wulei.net> (tiny change)
6717
6718 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6719
6720 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6721
6722 * custom.el (custom-reevaluate-setting): Doc fix.
6723
6724 2005-07-11 Jay Belanger <belanger@truman.edu>
6725
6726 * calc/calc.el (calc-embedded-announce-formula-alist)
6727 (calc-embedded-open-close-plain-alist)
6728 (calc-embedded-open-close-mode-alist): Add checks for additional
6729 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6730
6731 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6732
6733 * custom.el (custom-enable-theme): Don't add theme to
6734 `custom-enabled-themes' with `push' because there is no
6735 setf-method for `delq'.
6736
6737 2005-07-11 Richard M. Stallman <rms@gnu.org>
6738
6739 * custom.el (custom-declare-variable): Doc fix.
6740
6741 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6742 from the alists.
6743
6744 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6745 Do nothing if edebug-active.
6746
6747 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6748 (edebug-display): Do it here instead.
6749
6750 2005-07-10 Richard M. Stallman <rms@gnu.org>
6751
6752 * cus-face.el (custom-theme-set-faces): Make it work.
6753 (custom-reset-faces): Doc fix.
6754 (custom-theme-reset-internal-face, custom-theme-face-value):
6755 Functions deleted.
6756
6757 * custom.el (custom-push-theme): Maintain list of the settings
6758 of a given theme in its theme-settings property.
6759 Maintain position of old settings in the theme-value
6760 or theme-face property.
6761 (custom-enabled-themes): New variable.
6762 (custom-theme-enabled-p): New function.
6763 (provide-theme): Update custom-enabled-themes.
6764 Disable and reenable the `user' theme.
6765 (require-theme): Doc fix.
6766 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6767 (custom-theme-value, custom-theme-variable-value): Likewise.
6768 (custom-theme-reset-internal): Likewise.
6769 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6770 (custom-enable-theme, custom-disable-theme): New functions.
6771 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6772 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6773 (custom-theme-reset-variables): Simplify.
6774 (deftheme, custom-declare-theme, custom-make-theme-feature):
6775 Definitions moved.
6776
6777 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6778
6779 * longlines.el (longlines-show-region)
6780 (longlines-unshow-hard-newlines): Recognize hard newlines by
6781 non-nil hard property, instead of t.
6782
6783 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6784
6785 * viper-cmd.el (viper--key-maps): New variable.
6786 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6787 emulation-mode-map-alists.
6788 (viper-envelop-ESC-key): Use viper-subseq.
6789 (viper-search-forward/backward/next): Disable debug-on-error.
6790
6791 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6792 (viper-ESC-key): New defcustoms.
6793
6794 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6795
6796 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6797 (viper-subseq): Copy of subseq from cl.el.
6798
6799 * viper.el (viper-go-away, viper-set-hooks): Use
6800 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6801
6802 * viper-mous.el (viper-current-frame-saved): Use defvar.
6803
6804 * viper-init.el: Get rid of -face in face names.
6805
6806 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6807 Make it work with longlines mode
6808
6809 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6810
6811 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6812
6813 * ediff-init.el: Get rid of -face in face names.
6814
6815 2005-07-10 Richard M. Stallman <rms@gnu.org>
6816
6817 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6818 and with-timeout-unsuspend.
6819
6820 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6821 and with-timeout-unsuspend.
6822
6823 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6824 (with-timeout): Bind that variable to record timers.
6825 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6826
6827 * emacs-lisp/debug.el (debug-help-follow): New function.
6828 (debugger-mode-map): Use that instead of help-follow.
6829 (debugger-setup-buffer): Use eval-buffer-list
6830 to handle eval-buffer frames.
6831
6832 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6833
6834 * timezone.el (timezone-parse-date): Change first regexp
6835 so it will not mistakenly match dates with no time zone.
6836
6837 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6838
6839 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6840
6841 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6842
6843 * custom.el (custom-initialize-safe-set)
6844 (custom-initialize-safe-default): New functions.
6845
6846 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6847 and simplify :init-value.
6848
6849 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6850 and simplify :init-value. Delete obsolete comment.
6851
6852 * startup.el (command-line): Use `custom-reevaluate-setting' to
6853 handle `tooltip-mode'. Delete obsolete comment.
6854
6855 * files.el (set-visited-file-name): Avoid calling
6856 `file-name-nondirectory' with a nil argument.
6857
6858 2005-07-09 Richard M. Stallman <rms@gnu.org>
6859
6860 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6861 was called with nil for the buffer, handle the read position right.
6862 Handle read position for eval-region, too.
6863
6864 2005-07-09 Juri Linkov <juri@jurta.org>
6865
6866 * fringe.el (fringe-mode): Add period in docstring.
6867 (fringe-query-style): Build prompt depending on `all-frames' arg.
6868
6869 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6870 to not create links to unrelated functions in the Help buffer.
6871
6872 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
6873 Doc fix.
6874
6875 * simple.el (next-error-hook): New variable.
6876 (next-error): Use it. Doc fix.
6877
6878 * textmodes/ispell.el (ispell-command-loop): Add current
6879 dictionary name and program name to mode-line-format.
6880 (ispell-region, ispell-process-line): Add current dictionary name
6881 and program name to messages.
6882
6883 2005-07-08 Jay Belanger <belanger@truman.edu>
6884
6885 * calc/calc.el (calc-embedded-announce-formula-alist)
6886 (calc-embedded-open-close-formula-alist)
6887 (calc-embedded-open-close-word-alist)
6888 (calc-embedded-open-close-plain-alist)
6889 (calc-embedded-open-close-new-formula-alist)
6890 (calc-embedded-open-close-mode-alist)
6891 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
6892 (calc-embedded-mode-hook): New variables.
6893
6894 * calc/calc-embed.el (calc-embedded-firsttime)
6895 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
6896 New variables.
6897 (calc-do-embedded): Use calc-embedded-firsttime,
6898 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
6899 determine whether or not to run hooks.
6900 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
6901 calc-embedded-firsttime-formula appropriately.
6902 Set calc-embedded delimiter variables according to mode.
6903
6904 2005-07-08 Richard M. Stallman <rms@gnu.org>
6905
6906 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
6907 Check for "emacs", etc., as entire symbol, not just as word.
6908 (checkdoc-file-comments-engine): Use regexp-quote on FN.
6909
6910 * files.el (set-visited-file-name): Report the error
6911 for "empty filename" earlier.
6912 (kill-some-buffers): Ignore buffers already dead.
6913
6914 * fringe.el (fringe-mode): Doc fix.
6915
6916 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6917 Check for (featurep 'xemacs) and turn off warnings in what it guards.
6918 Use unwind-protect to ensure byte-compile-unresolved-functions
6919 is updated.
6920
6921 * whitespace.el (whitespace-buffer-leading-cleanup):
6922 Simplify w/ skip-chars-forward.
6923 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
6924
6925 * mail/rmail.el (rmail-only-expunge): Fix paren error.
6926 Unconditionally try to leave point at the same old place.
6927
6928 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
6929
6930 * comint.el (comint-postoutput-scroll-to-bottom)
6931 (comint-show-maximum-output): Take scroll-margin into consideration.
6932
6933 2005-07-08 Kim F. Storm <storm@cua.dk>
6934
6935 * ido.el (ido-use-filename-at-point): New choice `guess'.
6936 (ido-file-internal): Try ffap-guesser if selected.
6937
6938 * ido.el (ido-before-fallback-functions): New hook.
6939 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
6940 (ido-read-file-name): Run it.
6941
6942 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
6945 strings rather than a list of symbols to the completion function.
6946
6947 2005-07-07 Jay Belanger <belanger@truman.edu>
6948
6949 * calc/calc-units.el (math-apply-units): Change the places in
6950 which units are simplified.
6951
6952 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
6953
6954 * cus-edit.el (customize-option, customize-option-other-window):
6955 Make them handle aliases.
6956
6957 * custom.el (custom-variable-p): Make it recursively follow
6958 aliases. Mention that in the docstring.
6959
6960 2005-07-07 Richard M. Stallman <rms@gnu.org>
6961
6962 * cus-start.el (exec-path): Use `directory' instead of `file'.
6963 Fix tag for nil.
6964
6965 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6966
6967 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
6968 when called non-interactively. Doc fix.
6969
6970 2005-07-07 Lute Kamstra <lute@gnu.org>
6971
6972 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
6973 new address as well.
6974
6975 2005-07-07 Kenichi Handa <handa@m17n.org>
6976
6977 * international/mule.el (make-coding-system):
6978 Describe `ascii-incompatible' property in the docstring.
6979 (set-file-name-coding-system): Signal an error if coding-system is
6980 ascii-incompatible.
6981 (set-keyboard-coding-system): Likewise.
6982
6983 * international/mule-cmds.el (set-default-coding-systems):
6984 Don't set default-file-name-coding-system and
6985 default-keyboard-coding-system if coding-system is ASCII-incompatible.
6986
6987 * international/utf-16.el: Declare that all UTF-16-based coding
6988 systems are ASCII-incompatible.
6989
6990 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
6991
6992 * progmodes/gud.el: Require font-lock for displaying errors.
6993 Used by gdb-ui.el.
6994
6995 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
6996
6997 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
6998 values for the pattern lists which are `read'able but not
6999 `append'able (like symbols).
7000
7001 2005-07-06 Richard M. Stallman <rms@gnu.org>
7002
7003 * progmodes/flymake.el (flymake-float-time): Instead of
7004 with-no-warnings, test for xemacs.
7005 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
7006 to avoid warning.
7007
7008 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
7009
7010 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
7011
7012 2005-07-05 Lute Kamstra <lute@gnu.org>
7013
7014 * battery.el: Add support for Darwin (with much debugging help
7015 from Samuel Lauber <sam124@operamail.com>).
7016 (battery-status-function, battery-echo-area-format)
7017 (battery-mode-line-format): Add support for pmset on Darwin.
7018 (battery-load-low, battery-load-critical): New user options.
7019 (battery-pmset): New function.
7020
7021 2005-07-05 Lute Kamstra <lute@gnu.org>
7022
7023 Update FSF's address in GPL notices.
7024
7025 * textmodes/page-ext.el: Update FSF's address.
7026
7027 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
7030 filling from using prefix when filling a single-line docstring.
7031
7032 * progmodes/flymake.el: Remove useless eval-when-compile.
7033
7034 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
7035
7036 2005-07-04 Richard M. Stallman <rms@gnu.org>
7037
7038 * textmodes/org.el (org-file-apps-defaults-gnu):
7039 Rename from org-file-apps-defaults-linux.
7040 (org-default-apps): Don't test system-type for `linux'.
7041 (org-file-apps): Doc fix.
7042
7043 2005-07-04 David Ponce <david@dponce.com>
7044
7045 * tree-widget.el: Improve header Commentary section.
7046 (tree-widget) [defgroup]
7047 (tree-widget-image-enable, tree-widget-themes-directory)
7048 (tree-widget-theme, tree-widget-image-properties-emacs)
7049 (tree-widget-image-properties-xemacs, tree-widget-create-image)
7050 (tree-widget-image-formats, tree-widget-control)
7051 (tree-widget-empty-control, tree-widget-leaf-control
7052 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
7053 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
7054 (tree-widget-keep, tree-widget-after-toggle-functions)
7055 (tree-widget-open-node, tree-widget-close-node): Doc fix.
7056 (tree-widget-open-control, tree-widget-close-control): Fix doc and
7057 :help-echo message.
7058 (tree-widget-set-theme): Doc fix. Use `string-equal'.
7059 (tree-widget-image-properties): Doc fix. Clearer implementation.
7060 (tree-widget--cursors): New constant.
7061 (tree-widget-lookup-image): New function split from
7062 `tree-widget-find-image'. Clearer implementation.
7063 (tree-widget-find-image): Use it.
7064 (tree-widget-button-keymap): Use `set-keymap-parent'.
7065 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
7066 Define the sub-widgets here.
7067 (tree-widget-node): Check that :node is not a tree-widget.
7068 (tree-widget-get-super, tree-widget-open-control)
7069 (tree-widget-close-control, tree-widget-empty-control)
7070 (tree-widget-leaf-control, tree-widget-guide)
7071 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
7072 (tree-widget-no-handle, tree-widget-value-delete)
7073 (tree-widget-map): Remove.
7074 (tree-widget-children-value-save): Doc fix. Simplified.
7075 (tree-widget-value-create): Update according to previous changes.
7076
7077 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
7078
7079 * textmodes/org.el: Leading space replaced by TABS.
7080 (org-recalc-marks, org-table-rotate-recalc-marks)
7081 (org-table-get-specials): Treat "^" and "_" marks.
7082 (org-table-justify-field-maybe): Optional argument NEW.
7083 (org-table-eval-formula): Parsing of the format simplified.
7084 New modes C,I. Honor the %= parameter in the current table.
7085 Avoid unnecessary re-align by using the NEW argument to
7086 `org-table-justify-field-maybe'.
7087 (org-calc-default-modes): Default for date-format mimicks org-mode.
7088 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
7089
7090 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7091
7092 * cus-face.el (custom-theme-set-faces): Make it handle face
7093 aliases whose alias declarations are pre- or autoloaded.
7094
7095 2005-07-04 Juri Linkov <juri@jurta.org>
7096
7097 * faces.el (read-face-name): Put the code for getting a face name
7098 from the buffer before adding the faces from the `face' property.
7099 Use `completing-read-multiple' instead of `completing-read'.
7100 Require `crm'. Add default value and post-process the returned
7101 list of faces.
7102
7103 * emacs-lisp/crm.el (crm-find-current-element)
7104 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
7105
7106 * emacs-lisp/lisp-mode.el (eval-defun-1):
7107 * emacs-lisp/edebug.el (edebug-eval-defun):
7108 Remove unnecessary quotes.
7109
7110 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7111
7112 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
7113 (prolog-indent-level): Fix typo in docstring.
7114
7115 * info.el (Info-history, Info-history-forward)
7116 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
7117
7118 * add-log.el (add-change-log-entry):
7119 * comint.el (comint-dynamic-list-input-ring)
7120 (comint-dynamic-list-completions):
7121 * dabbrev.el (dabbrev-expand):
7122 * delim-col.el (delimit-columns-rectangle-line):
7123 * diff-mode.el (diff-context->unified, diff-reverse-direction)
7124 (diff-unified->context):
7125 * ediff-init.el (ediff-abbrev-jobname):
7126 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
7127 (ediff-replace-session-activity-marker-in-meta-buffer):
7128 * info.el (Info-summary):
7129 * lpr.el (printify-region):
7130 * printing.el (pr-create-interface):
7131 * ps-print.el (ps-print-quote):
7132 * ses.el (ses-column-widths, ses-print-cell)
7133 (ses-adjust-print-width, ses-center):
7134 * shell.el (shell-file-name-quote-list):
7135 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
7136 (strokes-fill-current-buffer-with-whitespace)
7137 (strokes-xpm-for-stroke, strokes-list-strokes)
7138 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
7139 * term.el (term-dynamic-list-input-ring)
7140 (term-dynamic-list-completions):
7141 * calc/calc.el (math-format-stack-value):
7142 * emacs-lisp/edebug.el (edebug-display-freq-count):
7143 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
7144 (delphi-new-comment-line):
7145 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
7146 * progmodes/executable.el (executable-set-magic):
7147 * progmodes/python.el (inferior-python-mode):
7148 * progmodes/scheme.el (scheme-mode-syntax-table):
7149 * progmodes/sh-script.el (sh-maybe-here-document):
7150 * progmodes/sql.el (sql-copy-column):
7151 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
7152 * textmodes/bibtex.el (bibtex-mode):
7153 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
7154 (sgml-auto-attributes):
7155 * textmodes/table.el (table-insert, table-shorten-cell)
7156 (table--generate-source-scan-lines, table-delete-row)
7157 (*table--cell-delete-char, table--spacify-frame)
7158 (table--horizontally-shift-above-and-below)
7159 (table--cell-insert-char, table--cell-blank-str)
7160 (table--fill-region-strictly):
7161 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
7162 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
7163
7164 * add-log.el (change-log):
7165 * apropos.el (apropos):
7166 * comint.el (comint-completion, comint-source):
7167 * dabbrev.el (dabbrev):
7168 * delim-col.el (columns):
7169 * diff-mode.el (diff-mode):
7170 * ediff.el (ediff):
7171 * ediff-diff.el (ediff-diff):
7172 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
7173 * ediff-mult.el (ediff-mult):
7174 * ediff-ptch.el (ediff-ptch):
7175 * ediff-wind.el (ediff-window):
7176 * facemenu.el (facemenu):
7177 * indent.el (indent):
7178 * info.el (info):
7179 * jka-cmpr-hook.el (compression, jka-compr):
7180 * lpr.el (lpr):
7181 * outline.el (outlines):
7182 * pcmpl-cvs.el (pcmpl-cvs):
7183 * pcmpl-rpm.el (pcmpl-rpm):
7184 * printing.el (printing):
7185 * ps-print.el (postscript, ps-print, ps-print-horizontal)
7186 (ps-print-vertical, ps-print-headers, ps-print-font)
7187 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7188 (ps-print-background, ps-print-printer, ps-print-page)
7189 (ps-print-miscellany):
7190 * ses.el (ses):
7191 * shell.el (shell, shell-directories, shell-faces):
7192 * startup.el (initialization):
7193 * strokes.el (strokes):
7194 * term.el (term):
7195 * uniquify.el (uniquify):
7196 * w32-vars.el (w32):
7197 * calc/calc.el (calc):
7198 * emacs-lisp/bytecomp.el (bytecomp):
7199 * emacs-lisp/cl-indent.el (lisp-indent):
7200 * emacs-lisp/edebug.el (edebug):
7201 * emacs-lisp/elp.el (elp):
7202 * emacs-lisp/testcover.el (testcover):
7203 * emacs-lisp/trace.el (trace):
7204 * emulation/viper-ex.el (viper-ex):
7205 * emulation/viper-mous.el (viper-mouse):
7206 * mail/mailalias.el (mailalias):
7207 * mail/supercite.el (supercite, supercite-frames)
7208 (supercite-attr, supercite-cite, supercite-hooks):
7209 * net/rcompile.el (remote-compile):
7210 * net/rlogin.el (rlogin):
7211 * obsolete/ooutline.el (outlines):
7212 * progmodes/delphi.el (delphi):
7213 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7214 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7215 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7216 (ebnf-optimization):
7217 * progmodes/etags.el (etags):
7218 * progmodes/executable.el (executable):
7219 * progmodes/idlwave.el (idlwave):
7220 * progmodes/pascal.el (pascal):
7221 * progmodes/prolog.el (prolog):
7222 * progmodes/python.el (python):
7223 * progmodes/scheme.el (scheme):
7224 * progmodes/sh-script.el (sh, sh-script):
7225 * progmodes/sql.el (SQL):
7226 * progmodes/tcl.el (tcl):
7227 * textmodes/bibtex.el (bibtex, bibtex-autokey):
7228 * textmodes/enriched.el (enriched):
7229 * textmodes/makeinfo.el (makeinfo):
7230 * textmodes/sgml-mode.el (sgml):
7231 * textmodes/table.el (table-hooks):
7232 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7233 * textmodes/texinfo.el (texinfo):
7234 * textmodes/two-column.el (two-column):
7235 Finish `defgroup' description with period.
7236
7237 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7238 * eshell/esh-var.el (eshell-var):
7239 * progmodes/vhdl-mode.el (vhdl-testbench):
7240 * textmodes/org.el (org): Fix typos in docstrings.
7241
7242 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7243 consistency.
7244
7245 * progmodes/flymake.el (flymake-find-file): Remove.
7246 (flymake-float-time): Use `with-no-warnings'.
7247 (flymake-check-start-time, flymake-check-was-interrupted)
7248 (flymake-err-info, flymake-is-running, flymake-last-change-time)
7249 (flymake-new-err-info): `defvar' at compile time.
7250
7251 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
7252
7253 * replace.el (occur-hook): Doc fix.
7254 (occur-1): Don't call `occur-hook' if there are no matches.
7255
7256 2005-07-03 Richard M. Stallman <rms@gnu.org>
7257
7258 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7259 global-map, save the same map.
7260 (global-map): Don't alter it at top level.
7261 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7262 Then alter it here instead.
7263 (tpu-edt-off): Set global-map to the saved one.
7264
7265 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7266 All references simplified.
7267 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7268 (zmacs-regions): Add defvar.
7269 (repeat-complex-command-map): Everything about that deleted.
7270
7271 * textmodes/artist.el (artist-key-is-drawing)
7272 (artist-key-endpoint1, artist-key-poly-point-list)
7273 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7274 (artist-key-compl-table, artist-rb-save-data)
7275 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7276 Don't put them in eval-when-compile.
7277 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7278
7279 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7280 Use with-no-warnings.
7281
7282 * net/browse-url.el (dos-windows-version): Add defvar.
7283
7284 * mail/supercite.el (filladapt-prefix-table): Add defvar.
7285
7286 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7287 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7288 (rmail-new-summary-line-count): Rename from new-summary-line-count.
7289 Add defvar.
7290 (rmail-summary-beginning-of-message): Use with-no-warnings.
7291 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7292
7293 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7294 Use with-no-warnings.
7295
7296 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7297 (c-mark-function): Add point-moving-unit property.
7298 (vi-goto-line): Use with-no-warnings.
7299
7300 * emulation/edt.el (edt-last-copied-word): Add defvar.
7301 (zmacs-region-stays): Likewise.
7302 (edt-mark-section-wisely): Use c-mark-function for C.
7303 Use makr-defun for Fortran.
7304 (time-string): defvar deleted.
7305 (edt-display-the-time): Don't set time-string.
7306
7307 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7308
7309 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7310 Don't warn when name is not constant
7311 or for defining the group `emacs'.
7312
7313 * tooltip.el (gud-tooltip-mode): Add defvar.
7314
7315 * startup.el (default-frame-background-mode): Add defvar.
7316
7317 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7318
7319 * info.el (tool-bar-map): Add defvar.
7320
7321 * dired.el (dnd-protocol-alist): Add defvar.
7322
7323 * dired-aux.el (dired-query): Display question with answer, when
7324 the user answers.
7325
7326 * custom.el (custom-add-option): Doc fix.
7327
7328 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7329
7330 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7331
7332 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7333 bogus name from the last change.
7334
7335 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7336
7337 * custom.el (custom-declare-variable): Fix typos in comment.
7338 (custom-known-themes): Doc fix.
7339 (custom-theme-directory): New defcustom.
7340 (require-theme): Make it check `custom-theme-directory'.
7341
7342 * cus-theme.el (custom-new-theme-mode): New function.
7343 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7344 (custom-theme-description): Add compiler defvars.
7345 (customize-create-theme): Add doc to the "*New Custom Theme*"
7346 buffer. Use `custom-new-theme-mode'.
7347 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7348 and save it to the `custom-theme-directory'. Make this the
7349 default directory of the buffer.
7350
7351 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7352
7353 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7354 Fix unbalanced parentheses.
7355
7356 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7357
7358 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7359 into flymake-mode and delegate to flymake-mode.
7360
7361 * find-file.el (ff-which-function-are-we-in): Clean up.
7362
7363 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7364
7365 * replace.el (occur-rename-buffer): Fix docstring.
7366
7367 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7368 (edt-last-copied-word, edt-learn-macro-count)
7369 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7370 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7371 (time-string, zmacs-region-stays):
7372 * emulation/edt-mapper.el (edt-save-function-key-map)
7373 (EDT-key-name): `defvar' to silence the byte-compiler.
7374
7375 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7376
7377 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7378 font-lock-regexp-backslash. Doc fix.
7379 (font-lock-regexp-backslash-grouping-construct): Rename from
7380 font-lock-regexp-backslash-construct. Doc fix.
7381 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7382 grouping constructs.
7383
7384 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7385
7386 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7387 updating all the prerequisites.
7388
7389 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7390
7391 * textmodes/org.el (org-agenda-start-on-weekday)
7392 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7393 (org-agenda-use-time-grid, org-archive-location)
7394 (org-allow-space-in-links, org-usenet-links-prefer-google)
7395 (org-enable-table-editor, org-export-default-language)
7396 (org-export-html-show-new-buffer, org-fill-paragraph)
7397 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7398 (org-goto-quit, org-occur, org-eval-in-calendar)
7399 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7400 (org-agenda-diary-entry, org-remember-help)
7401 (org-table-convert-region, org-at-table-p)
7402 (org-table-move-row-down, org-table-move-row-up)
7403 (org-table-copy-region, org-table-toggle-vline-visibility)
7404 (org-table-get-stored-formulas, org-table-get-specials)
7405 (org-recalc-commands, org-table-eval-formula)
7406 (org-table-formula-substitute-names, orgtbl-make-binding)
7407 (org-format-org-table-html, org-format-table-table-html)
7408 (org-format-table-table-html-using-table-generate-source)
7409 (org-customize): Fix typos in docstrings.
7410 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7411 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7412 (org-back-to-heading): Doc fixes.
7413 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7414 (org-agenda-change-all-lines, org-get-header):
7415 Improve argument/docstring consistency.
7416 (orgtbl-error): Fix error message.
7417
7418 * progmodes/flymake.el (flymake-find-possible-master-files)
7419 (flymake-master-file-compare, flymake-get-line-err-count)
7420 (flymake-highlight-line, flymake-gui-warnings-enabled):
7421 Fix typos in docstrings.
7422 (flymake-parse-line, flymake-get-project-include-dirs-function)
7423 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7424 Doc fixes.
7425 (flymake-get-project-include-dirs-function)
7426 (flymake-make-err-menu-data):
7427 Improve argument/docstring consistency.
7428
7429 2005-07-01 Lute Kamstra <lute@gnu.org>
7430
7431 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7432 Catch errors with ignore-errors. Use temporary buffer.
7433 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7434
7435 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7436 background color faces.
7437 (facemenu-set-foreground, facemenu-set-background):
7438 Use facemenu-set-face-from-menu.
7439 (facemenu-set-face-from-menu): Treat face names that start with
7440 "fg:" or "bg:" as special.
7441 (facemenu-add-new-color): Don't create faces. Simplify.
7442
7443 2005-06-30 Richard M. Stallman <rms@gnu.org>
7444
7445 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7446 (crm-find-current-element): Likewise.
7447
7448 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7449
7450 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7451
7452 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7453
7454 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7455 (archive-mouse-extract): Make it an obsolete alias.
7456 (archive-mode-map): Don't use archive-mouse-extract any more.
7457 (archive-mode, archive-extract): write-contents-hooks ->
7458 write-contents-functions.
7459 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7460 first arg.
7461 (archive-rename-entry): Update the call.
7462 (archive-zip-summarize): Remove unused var `method'.
7463 (archive-lzh-summarize): Remove unused var `creator'.
7464
7465 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7466 dedicated frame upon exit.
7467
7468 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7469 (archive-zip-extract, archive-zip-expunge)
7470 (archive-zip-update, archive-zip-update-case): Use executable-find.
7471 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7472 Use restore-buffer-modified-p.
7473 (archive-extract, archive-add-new-member, archive-write-file-member):
7474 Use with-current-buffer.
7475 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7476
7477 2005-06-30 Andreas Schwab <schwab@suse.de>
7478
7479 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7480
7481 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7482
7483 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7484
7485 2005-06-30 Juri Linkov <juri@jurta.org>
7486
7487 * faces.el (vertical-border): Inherit from mode-line-inactive
7488 only on tty.
7489
7490 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7491
7492 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7493 example, -NLINES in the `occur' docstring).
7494
7495 * replace.el (occur-1): When no matches are found, do not set the
7496 `buffer-read-only' and modified flags for the occur buffer,
7497 because it is deleted.
7498
7499 * emulation/cua-base.el (cua-check-pending-input)
7500 (cua-repeat-replace-region, cua-mode, cua-debug)
7501 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7502 Fix typos in docstrings.
7503
7504 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7505 (cua-cut-region-to-global-mark)
7506 (cua--cut-rectangle-to-global-mark):
7507 Remove period from end of messages.
7508
7509 * emulation/cua-rect.el (cua-do-rectangle-padding):
7510 Remove period from end of messages.
7511 (cua--rectangle-seq-format): Fix typo in docstring.
7512 (cua-sequence-rectangle, cua-fill-char-rectangle):
7513 Improve argument/docstring consistency.
7514
7515 2005-06-29 Juri Linkov <juri@jurta.org>
7516
7517 * faces.el (default-frame-background-mode): New internal variable.
7518 (frame-set-background-mode): Use it.
7519
7520 * startup.el (normal-top-level): Set default-frame-background-mode
7521 instead of frame-background-mode. Before setting it, test for its
7522 nil value. Remove tests for frame-background-mode and frame
7523 parameter `reverse'. Add test for "unspecified-fg".
7524
7525 * term/xterm.el (xterm-rxvt-set-background-mode):
7526 * term/rxvt.el (rxvt-set-background-mode):
7527 Set default-frame-background-mode instead of frame-background-mode.
7528
7529 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7530
7531 * simple.el (set-variable): Warn about obsolete user variables.
7532
7533 * imenu.el (imenu--completion-buffer):
7534 * mouse.el (mouse-buffer-menu-alist):
7535 * msb.el (msb-invisible-buffer-p):
7536 * calendar/diary-lib.el (diary-header-line-format):
7537 * emacs-lisp/pp.el (pp-buffer):
7538 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7539 * textmodes/picture.el (picture-replace-match):
7540 Change space constants followed by a sexp to "?\s ".
7541
7542 * play/decipher.el (decipher-loop-with-breaks):
7543 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7544 constants "protected" from end of line by a comment to "?\s".
7545
7546 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7547
7548 * font-lock.el (save-buffer-state): Use `declare'.
7549
7550 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7551 reset the syntax-table to cperl-mode-syntax-table.
7552 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7553 "foo_print_bar" is not matched as a reserved keyword.
7554
7555 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7556
7557 * textmodes/org.el (orgtbl-setup): New function, for delayed
7558 setup for the orgtbl commands.
7559 (org-calc-default-modes): New option.
7560 (orgtbl-make-binding): Use `defun' to get better help display.
7561 (org-diary): Call `org-compile-prefix-format'.
7562 (org-table-formula-substitute-names): New function.
7563 (org-agenda-day-view, org-agenda-week-view): New commands.
7564 (org-agenda-toggle-week-view): Command removed.
7565 (org-tbl-menu): Split off from org-org-menu.
7566 (org-mode): Move removal of outline-mode menus to here.
7567 (org-table-formula-debug): New option.
7568 (org-table-insert-row): Keep first field if just "#" or "*".
7569 (org-mode): Paragraph regexps fixed.
7570 (org-table-recalculate-regexp): New constant.
7571 (org-table-justify-field-maybe): Avoid replace if not necessary.
7572 (org-copy-special, org-cut-special): Use `call-interactively'.
7573 (org-table-copy-region): Take region from `interactive' call.
7574 (org-trim): Return string even if no match.
7575 (org-formula): New face.
7576 (org-set-font-lock-defaults): No longer highlight "FIXME".
7577 But highlight formula-related fields in table.
7578 (org-table-p): Use regexp, not fontification.
7579 (org-table-align): Handle white space at end of line.
7580 (org-table-formula-evaluate-inline): New option.
7581 (org-mode): Auto-wrapping in comment lines turned off.
7582 (org-table-copy-down): Evaluate only in copied field, not in
7583 destination.
7584 (org-table-current-formula): Variable removed.
7585 (org-table-store-formulas, org-table-get-stored-formulas)
7586 (org-table-modify-formulas, org-table-replace-in-formulas)
7587 (org-table-maybe-eval-formula): New functions.
7588 (org-table-get-formula): Modify to use stored formulas.
7589 (org-table-insert-column, org-table-delete-column)
7590 (org-table-move-column): Call `org-table-modify-formulas'.
7591 (org-complete): Add completion for keyword formulas.
7592 (orgtbl-mode): Pull orgtbl-mode-map to start of
7593 minor-mode-map-alist.
7594
7595 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7596
7597 * progmodes/python.el (python-check): Require `compile' before
7598 modifying its variables.
7599
7600 * newcomment.el (comment-indent-default): Don't get fooled by an early
7601 end of buffer.
7602
7603 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7604
7605 * ps-print.el (ps-print-version): Fix version number.
7606
7607 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7608
7609 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7610
7611 2005-06-28 Richard M. Stallman <rms@gnu.org>
7612
7613 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7614 (flyspell-local-mouse-map): Declaration deleted.
7615 (flyspell-mouse-map): Bind only mouse-2.
7616 (flyspell-mode-map): Don't test flyspell-use-local-map.
7617 (flyspell-overlay-keymap-property-name): Var deleted.
7618 (flyspell-mode-on): Don't make local bindings for
7619 flyspell-mouse-map and flyspell-mode-map.
7620 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7621
7622 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7623
7624 * progmodes/compile.el (compilation-next-error-function):
7625 Don't switch buffers; operate on the current buffer.
7626
7627 * progmodes/compile.el (compilation-error-file-name)
7628 (compilation-warning-file-name, compilation-info-file-name)
7629 (compilation-line-number, compilation-column-number): New faces.
7630 (compilation-error-face, compilation-warning-face)
7631 (compilation-info-face, compilation-line-face)
7632 (compilation-column-face): Use them.
7633
7634 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7635
7636 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7637
7638 * bindings.el (global-map): Bind insertchar and its variants.
7639
7640 2005-06-27 Richard M. Stallman <rms@gnu.org>
7641
7642 * textmodes/artist.el (artist-text-overwrite)
7643 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7644
7645 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7646
7647 * ps-print.el: It was not working the page selection for printing.
7648 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7649 (ps-print-version): New version 6.6.7.
7650 (ps-end-sheet): New fun.
7651 (ps-header-sheet, ps-end-job): Call it.
7652
7653 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7654
7655 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7656
7657 2005-06-27 Lute Kamstra <lute@gnu.org>
7658
7659 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7660 background color faces.
7661 (facemenu-get-face): Delete function.
7662 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7663 (facemenu-add-new-color): Make second argument mandatory.
7664 Create the appropriate face and return it. Simplify.
7665 (facemenu-set-foreground, facemenu-set-background): Don't check if
7666 color is defined. Use return value of facemenu-add-new-color.
7667
7668 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7669
7670 * progmodes/gud.el (gud-filter): Add missing argument to
7671 with-selected-window.
7672
7673 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7674
7675 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7676 a :require to the defcustom.
7677
7678 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7679 defcustoms corresponding to minor modes.
7680
7681 2005-06-26 David Ponce <david@dponce.com>
7682
7683 * recentf.el: Require tree-widget instead of wid-edit.
7684 (recentf-filename-handler): Fix widget :type.
7685 (recentf-cancel-dialog, recentf-open-more-files)
7686 (recentf-open-files-action): Doc fix.
7687 (recentf-dialog-goto-first): New function.
7688 (recentf-dialog-mode-map): Set parent keymap first.
7689 (recentf-dialog-mode): Define with define-derived-mode.
7690 Don't display continuation lines in dialogs.
7691 (recentf-edit-list): Rename from recentf-edit-selected-items.
7692 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7693 Simplify.
7694 (recentf-edit-list-validate): New function.
7695 (recentf-edit-list): Update accordingly.
7696 (recentf-open-files-item-shift): Remove.
7697 (recentf-open-files-item): Convert menu elements into tree and
7698 link widgets. Don't create the widgets.
7699 (recentf-open-files): Update accordingly.
7700 (recentf-save-list): Untabify.
7701
7702 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7703
7704 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7705 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7706 partially contained in the active region. Do not take active
7707 region into account when called from Lisp, unless INTERACTIVE arg
7708 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7709 avoid trouble with fields. Make marker point nowhere when no
7710 longer used. Always return nil. Doc fix.
7711 (flush-lines): Add INTERACTIVE arg. Do not take active region
7712 into account when called from Lisp, unless INTERACTIVE arg is
7713 non-nil. Use `forward-line' instead of `beginning-of-line' to
7714 avoid trouble with fields. Make marker point nowhere when no
7715 longer used. Always return nil. Doc fix.
7716 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7717 interchangeable. Do not take active region into account when
7718 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7719 message in echo area when called from Lisp, unless INTERACTIVE arg
7720 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7721 Return the number of matches. Doc fix.
7722 (occur): Doc fix.
7723 (perform-replace): Make comment follow double space convention for
7724 the sake of `outline-minor-mode'.
7725
7726 * faces.el (facep): Doc fix.
7727
7728 2005-06-25 Richard M. Stallman <rms@gnu.org>
7729
7730 * facemenu.el (facemenu-enable-faces-p): New function.
7731 (facemenu-background-menu, facemenu-foreground-menu)
7732 (facemenu-face-menu): Add menu-enable property.
7733
7734 * jka-compr.el (jka-compr-insert-file-contents):
7735 Special handling if cannot find the uncompression program.
7736
7737 * cus-face.el (custom-face-attributes): Add autoload.
7738
7739 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7740 Bind comment-indent-function locally.
7741
7742 * window.el (save-selected-window): Use save-current-buffer.
7743
7744 * subr.el (with-selected-window): Use save-current-buffer.
7745
7746 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7747 and with-current-buffer.
7748
7749 2005-06-24 Richard M. Stallman <rms@gnu.org>
7750
7751 * simple.el (line-move-1): Fix previous change.
7752
7753 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7754
7755 * replace.el (occur-1): Set `buffer-read-only' and the
7756 buffer-modified flag before running `occur-hook' to protect
7757 against unintentional buffer switches that can lead to data loss.
7758
7759 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7760
7761 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7762 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7763 initial error.
7764
7765 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7766 after fresh input.
7767 (gdb-var-create-handler): Put name of expression in quotes.
7768
7769 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7770
7771 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7772 elements of RING in order, and without bogus nil elements.
7773
7774 2005-06-23 Richard M. Stallman <rms@gnu.org>
7775
7776 * simple.el (set-variable): Args renamed; doc fix.
7777 (line-move-1): When there are overlays around, use vertical-motion.
7778
7779 * faces.el (escape-glyph): Use brown against light background.
7780 (nobreak-space): Rename from no-break-space.
7781 Fix previous change.
7782
7783 * dired-aux.el (dired-do-copy): Fix arg prompt.
7784
7785 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7786
7787 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7788
7789 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7790 rather than "Distributor".
7791
7792 2005-06-23 Lute Kamstra <lute@gnu.org>
7793
7794 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7795 (debug-on-entry): Use it. New interactive declaration that uses
7796 function-called-at-point.
7797
7798 2005-06-23 Kim F. Storm <storm@cua.dk>
7799
7800 * subr.el (save-match-data): Add comment about using evaporate arg
7801 to set-match-data.
7802
7803 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7804
7805 * cus-edit.el (customize-face)
7806 (customize-face-other-window): Handle face aliases.
7807
7808 * faces.el (face-documentation, set-face-attribute)
7809 (face-spec-set): Handle face aliases.
7810
7811 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7812
7813 * help-mode.el (help-make-xrefs): If a symbol representing a face
7814 name is not followed by the word "face", it could still be a
7815 function or variable name, so don't bypass other checks.
7816
7817 2005-06-22 Juri Linkov <juri@jurta.org>
7818
7819 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7820 Replace aliased functions with calls where second arg `inherit' is t.
7821
7822 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7823
7824 * progmodes/gdb-ui.el (gdb-error): New variable.
7825 (gdb-error): New function.
7826 (gdb-annotation-rules): Act on error-begin and error annotations.
7827 (gdb-concat-output): Use font-lock-warning-face for errors.
7828
7829 2005-06-22 Miles Bader <miles@gnu.org>
7830
7831 * bindings.el (propertized-buffer-identification): Use renamed
7832 `Buffer-menu-buffer' face.
7833
7834 * faces.el (vertical-border): Rename from `vertical-divider'.
7835 (escape-glyph): Change dark-background color back to `cyan'.
7836
7837 2005-06-21 Juri Linkov <juri@jurta.org>
7838
7839 * faces.el (face-user-default-spec): Try getting `customized-face'
7840 prior to `saved-face'.
7841 (frame-background-mode): Refill docstring.
7842
7843 * emacs-lisp/lisp-mode.el (eval-defun-1):
7844 * emacs-lisp/edebug.el (edebug-eval-defun):
7845 Set `saved-face' temporarily to nil before calling form.
7846 Set `customized-face' to the new spec after that.
7847
7848 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7849
7850 * subr.el (1value, lambda, key-substitution-in-progress):
7851 Doc fixes.
7852
7853 * autoinsert.el (auto-insert-alist):
7854 * ses.el (ses-call-printer):
7855 * subr.el (noreturn):
7856 * emacs-lisp/lisp.el (check-parens):
7857 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7858 * net/browse-url.el (browse-url-mosaic):
7859 * progmodes/cc-defs.el (c-safe-scan-lists):
7860 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7861 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7862 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7863 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7864 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7865 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7866
7867 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7868
7869 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7870
7871 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
7872
7873 * calendar/appt.el (appt-make-list): Activate the package, if
7874 not already active (for backwards compatibility).
7875
7876 2005-06-20 Kim F. Storm <storm@cua.dk>
7877
7878 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
7879
7880 2005-06-20 Miles Bader <miles@gnu.org>
7881
7882 * faces.el (vertical-divider): New face.
7883
7884 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
7885
7886 * simple.el (kill-whole-line): Doc fix.
7887 (next-error-buffer-p, next-error-find-buffer)
7888 (clone-indirect-buffer): Fix typos in docstrings.
7889 (comment-line-break-function): Doc fix: don't say variable
7890 is automatically buffer-local (it isn't).
7891
7892 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
7893
7894 * net/tramp-ftp.el (top):
7895 * net/tramp-smb.el (top):
7896 * net/tramp-util.el (top):
7897 * net/tramp-uu.el (top):
7898 * net/tramp-vc.el (top):
7899 * net/tramp.el (top): Revert copyright years back to original
7900 ones. Tramp has a life outside GNU Emacs.
7901
7902 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
7903
7904 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
7905
7906 2005-06-18 Juri Linkov <juri@jurta.org>
7907
7908 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
7909 end of first regexp to limit the match to the position between
7910 line number and source line with same separator character as used
7911 between file name and line number. In the second regexp limit
7912 mouse-face area to file name and line number by adding new group
7913 for them and referring it in HYPERLINK arg.
7914 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
7915 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
7916 previous line where grep markers may be already removed.
7917
7918 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
7919
7920 * progmodes/ps-mode.el: Update version and maintainer's email address.
7921
7922 2005-06-18 Steve Youngs <steve@xemacs.org>
7923
7924 * net/browse-url.el (browse-url-browser-function)
7925 (browse-url-default-browser): Add firefox.
7926 (browse-url-firefox-program, browse-url-firefox-arguments)
7927 (browse-url-firefox-startup-arguments)
7928 (browse-url-firefox-new-window-is-tab): New defcustoms.
7929 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
7930
7931 2005-06-17 Richard M. Stallman <rms@gnu.org>
7932
7933 * startup.el (command-line): Warn if specified user name has
7934 no home directory.
7935
7936 * term.el (term-get-old-input, term-input-filter, term-input-sender)
7937 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
7938
7939 * longlines.el (longlines-mode, longlines-show-hard-newlines):
7940 Doc fixes.
7941
7942 * faces.el (underline): Try bold if terminal doesn't support underline.
7943
7944 * mail/sendmail.el (mail-setup-with-from): New variable.
7945 (mail-insert-from-field): New function.
7946 (sendmail-send-it): Call it.
7947 (mail-setup): Optionally call it here.
7948
7949 * term/linux.el: Call tty-no-underline.
7950
7951 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
7952
7953 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
7954
7955 2005-06-17 Miles Bader <miles@gnu.org>
7956
7957 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
7958 (ediff-current-diff-C, ediff-current-diff-Ancestor)
7959 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
7960 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
7961 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
7962 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
7963 Remove "-face" suffix from face names.
7964 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7965 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7966 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7967 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7968 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7969 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7970 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7971 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7972 New backward-compatibility aliases for renamed faces.
7973 (ediff-current-diff-face-A, ediff-current-diff-face-B)
7974 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
7975 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
7976 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
7977 (ediff-even-diff-face-A, ediff-even-diff-face-B)
7978 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
7979 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
7980 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
7981 Use renamed ediff faces.
7982
7983 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
7984 Remove "-face" suffix from face names.
7985 (eshell-test-ok-face, eshell-test-failed-face):
7986 New backward-compatibility aliases for renamed faces.
7987 (eshell-run-test): Use renamed eshell-test faces.
7988
7989 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
7990 face name.
7991 (eshell-prompt-face): New backward-compatibility alias for renamed
7992 face.
7993 (eshell-emit-prompt): Use renamed eshell-prompt face.
7994
7995 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
7996 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
7997 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
7998 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
7999 Remove "-face" suffix from face names.
8000 (eshell-ls-directory-face, eshell-ls-symlink-face)
8001 (eshell-ls-executable-face, eshell-ls-readonly-face)
8002 (eshell-ls-unreadable-face, eshell-ls-special-face)
8003 (eshell-ls-missing-face, eshell-ls-archive-face)
8004 (eshell-ls-backup-face, eshell-ls-product-face)
8005 (eshell-ls-clutter-face):
8006 New backward-compatibility aliases for renamed faces.
8007 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
8008
8009 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
8010 Remove "-face" suffix from face name.
8011 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
8012 instead of literal face.
8013
8014 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
8015
8016 * emacs-lisp/warnings.el (display-warning, lwarn)
8017 (warning-minimum-log-level): Doc fixes.
8018 (warning-minimum-level, warning-minimum-log-level):
8019 Add :debug to :type choices.
8020
8021 * progmodes/ada-mode.el (ada-format-paramlist)
8022 (ada-get-indent-case, ada-check-matching-start)
8023 (ada-check-defun-name, ada-goto-matching-decl-start)
8024 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
8025 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
8026 (ada-make-subprogram-body): Follow error conventions.
8027 (ada-case-exception-file, ada-indent-comment-as-code)
8028 (ada-indent-handle-comment-special, ada-indent-renames)
8029 (ada-indent-return, ada-search-directories-internal)
8030 (ada-tab-policy, ada-case-exception-substring)
8031 (ada-other-file-alist, ada-matching-start-re)
8032 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
8033 (ada-imenu-generic-expression, ada-compile-goto-error)
8034 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
8035 (ada-popup-menu, ada-add-extensions, ada-mode)
8036 (ada-region-selected, ada-create-case-exception)
8037 (ada-create-case-exception-substring, ada-after-keyword-p)
8038 (ada-activate-keys-for-case, ada-adjust-case-region)
8039 (ada-adjust-case-buffer, ada-format-paramlist)
8040 (ada-scan-paramlist, ada-insert-paramlist)
8041 (ada-indent-newline-indent)
8042 (ada-indent-newline-indent-conditional)
8043 (ada-justified-indent-current, ada-goto-previous-word)
8044 (ada-indent-current, ada-get-indent-open-paren)
8045 (ada-get-indent-paramlist, ada-get-indent-end)
8046 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
8047 (ada-get-indent-block-start, ada-get-indent-subprog)
8048 (ada-get-indent-noindent, ada-get-indent-label)
8049 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
8050 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
8051 (ada-goto-stmt-end, ada-goto-next-word)
8052 (ada-check-matching-start, ada-check-defun-name)
8053 (ada-goto-matching-decl-start, ada-goto-matching-start)
8054 (ada-goto-matching-end, ada-search-ignore-string-comment)
8055 (ada-in-decl-p, ada-looking-at-semi-or)
8056 (ada-looking-at-semi-private, ada-in-paramlist-p)
8057 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
8058 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
8059 (ada-next-procedure, ada-previous-procedure, ada-next-package)
8060 (ada-previous-package, ada-create-menu)
8061 (ada-fill-comment-paragraph-justify)
8062 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
8063 (ada-other-file-name, ada-last-which-function-line)
8064 (ada-last-which-function-subprog, ada-which-function)
8065 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
8066 (ada-gen-treat-proc, ada-check-emacs-version)
8067 (ada-continuation-indent, ada-align-region-separate):
8068 Fix typos in docstrings.
8069 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
8070
8071 2005-06-16 Lute Kamstra <lute@gnu.org>
8072
8073 * simple.el (fundamental-mode): Run after-change-major-mode-hook
8074 conditionally.
8075
8076 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8077
8078 * comint.el (comint-replace-by-expanded-filename)
8079 (comint-prompt-regexp, comint-delimiter-argument-list)
8080 (comint-preinput-scroll-to-bottom):
8081 * info.el (Info-hide-cookies-node):
8082 * ls-lisp.el (ls-lisp-classify):
8083 * find-file.el (ff-search-directories, ff-special-constructs)
8084 (ff-find-other-file):
8085 * font-lock.el (font-lock-keywords):
8086 * shell.el (shell-prompt-pattern)
8087 (shell-dynamic-complete-functions, shell-mode)
8088 (shell-delimiter-argument-list):
8089 * term.el (term-replace-by-expanded-filename)
8090 (term-prompt-regexp, term-delimiter-argument-list):
8091 * woman.el (woman-ignore, woman0-if):
8092 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
8093 * emacs-lisp/elint.el (elint-init-env):
8094 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
8095 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
8096 * language/ethio-util.el (ethio-tilde-escape)
8097 (ethio-use-three-dot-question):
8098 * net/zone-mode.el (zone-mode-load-time-setup):
8099 * progmodes/cc-align.el (c-lineup-argcont):
8100 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
8101 * progmodes/cperl-mode.el (cperl-set-style-back):
8102 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8103 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
8104 Fix spellings in docstrings.
8105
8106 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
8107 * progmodes/modula2.el (m2-for): Fix spellings.
8108
8109 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
8110
8111 * simple.el (undo-more): Don't use `format' on `error' arguments.
8112 Improve argument/docstring consistency.
8113 (pending-undo-list): Doc fix.
8114
8115 * smerge-mode.el (smerge-ensure-match):
8116 * emulation/vip.el (vip-ex):
8117 * net/zone-mode.el (zone-mode-update-serial):
8118 * progmodes/idlwave.el (idlwave-complete):
8119 * progmodes/vhdl-mode.el (vhdl-visit-file)
8120 (vhdl-compose-wire-components):
8121 Don't use `format' on `error' arguments.
8122
8123 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
8124 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
8125 (tooltip-help-tips): Fix typos in docstrings.
8126
8127 2005-06-16 David Ponce <david@dponce.com>
8128
8129 * tree-widget.el (tree-widget-value-create): Simplify last change.
8130
8131 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
8132
8133 * ido.el (ido-incomplete-regexp): New variable.
8134 (ido-set-matches-1): Handle invalid-regexp error and set
8135 ido-incomplete-regexp.
8136 (ido-incomplete-regexp): New face.
8137 (ido-completions): Use it.
8138 (ido-complete, ido-exit-minibuffer, ido-completions):
8139 Handle incomplete regexps.
8140 (ido-completions): Add check for complete match when entering a regexp.
8141
8142 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
8145
8146 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8147
8148 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
8149 by field delimiters.
8150
8151 2005-06-15 David Ponce <david@dponce.com>
8152
8153 * tree-widget.el: eval-and-compile inlined functions so they will
8154 be available at run-time too.
8155 (tree-widget-super-format-handler)
8156 (tree-widget-format-handler): Remove.
8157 (tree-widget-value-create): Handle the :indent property.
8158
8159 2005-06-15 Miles Bader <miles@gnu.org>
8160
8161 * progmodes/which-func.el (which-func): Only inherit
8162 `font-lock-function-name-face' when that makes sense against the
8163 default mode-line face, otherwise set the face color explicitly.
8164
8165 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
8166 faces instead of (non-existent) variables.
8167
8168 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
8171 (iswitchb-get-matched-buffers): Likewise. Simplify.
8172
8173 2005-06-14 Miles Bader <miles@gnu.org>
8174
8175 * progmodes/ld-script.el (ld-script-location-counter):
8176 Remove "-face" suffix from face name.
8177 (ld-script-location-counter-face):
8178 New backward-compatibility alias for renamed face.
8179 (ld-script-location-counter-face): Use renamed face.
8180
8181 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
8182 (cperl-hash): Remove "-face" suffix from face names.
8183 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8184 New backward-compatibility aliases for renamed faces.
8185 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8186 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8187
8188 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8189 name.
8190 (which-func-face): New backward-compatibility alias for renamed face.
8191 (which-func-format): Use renamed which-func face.
8192
8193 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8194 (vhdl-function, vhdl-directive, vhdl-reserved-word)
8195 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8196 names.
8197 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8198 (vhdl-speedbar-configuration, vhdl-speedbar-package)
8199 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8200 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8201 (vhdl-speedbar-architecture-selected)
8202 (vhdl-speedbar-configuration-selected)
8203 (vhdl-speedbar-package-selected)
8204 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8205 names.
8206 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8207 Use renamed faces.
8208 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8209 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8210 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8211 Use renamed faces.
8212 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8213 names.
8214 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8215 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8216 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8217 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8218 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8219 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8220
8221 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8222 face name.
8223 (sh-heredoc-face): New backward-compatibility alias for renamed face.
8224 (sh-heredoc-face): Use renamed sh-heredoc face.
8225
8226 * progmodes/idlw-help.el (idlwave-help-link):
8227 Remove "-face" suffix from face name.
8228 (idlwave-help-link-face):
8229 New backward-compatibility alias for renamed face.
8230 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8231
8232 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8233 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8234 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8235 New backward-compatibility aliases for renamed faces.
8236 (idlwave-shell-disabled-breakpoint-face)
8237 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8238
8239 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8240 Remove "-face" suffix from face names.
8241 (flymake-errline-face, flymake-warnline-face):
8242 New backward-compatibility aliases for renamed faces.
8243 (flymake-highlight-line): Use renamed flymake faces.
8244
8245 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8246 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8247 (ebrowse-member-class, ebrowse-progress):
8248 Remove "-face" suffix from face names.
8249 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8250 (ebrowse-file-name-face, ebrowse-default-face)
8251 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8252 (ebrowse-progress-face):
8253 New backward-compatibility aliases for renamed faces.
8254 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8255 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8256 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8257 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8258
8259 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8260 antlr-syntax)
8261 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8262 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8263 names.
8264 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8265 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8266 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8267 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8268 backward-compatibility aliases for renamed faces.
8269 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8270 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8271 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8272 remove "font-lock-". Use renamed antlr-mode faces.
8273 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
8274 literal face-names with face variable references.
8275
8276 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8277 face name.
8278 (Buffer-menu-buffer-face): New backward-compatibility alias for
8279 renamed face.
8280 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8281
8282 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
8283
8284 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8285 Eliminate "-face" suffix.
8286 (makefile-targets): Inherit from font-lock-function-name-face and
8287 eliminate "-face" suffix.
8288 (makefile-shell): Remove attributes and eliminate "-face" suffix.
8289 (makefile-*-font-lock-keywords): Append makefile-targets in rule
8290 actions, instead of prepending, to make it less visible.
8291 (makefile-previous-dependency, makefile-match-dependency):
8292 Don't match a target on a continuation line.
8293
8294 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8295
8296 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
8297
8298 * progmodes/gdb-ui.el (menu): Re-order menu items.
8299 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8300
8301 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8302 Define in tooltip.el.
8303 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8304 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8305 gud-tooltip-echo-area.
8306
8307 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8308 backward compatibility and make obsolete.
8309 (tooltip-help-tips): Use tooltip-use-echo-area.
8310 (tooltip-show-help-function): Rename to...
8311 (tooltip-show-help): ...this, because it is a function.
8312 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8313
8314 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8315
8316 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8317 (edebug-print-length, edebug-print-level, edebug-print-circle)
8318 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8319 (edebug-eval-print-last-sexp): Doc fixes.
8320
8321 2005-06-14 Kim F. Storm <storm@cua.dk>
8322
8323 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8324 as the coverage buffer/file/both may change.
8325
8326 2005-06-14 Lute Kamstra <lute@gnu.org>
8327
8328 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8329 and run-mode-hooks. Simplify.
8330
8331 * mail/rmailedit.el (rmail-edit-mode):
8332 * progmodes/octave-inf.el (inferior-octave-mode):
8333 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8334
8335 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8336 and run-mode-hooks.
8337 (recentf-edit-list, recentf-open-files): Don't call
8338 kill-all-local-variables directly.
8339
8340 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8341
8342 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8343
8344 * emacs-lisp/byte-run.el (make-obsolete)
8345 (define-obsolete-function-alias): Rename arguments FUNCTION and
8346 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8347 (make-obsolete-variable, define-obsolete-variable-alias):
8348 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8349 respectively.
8350
8351 * isearchb.el (isearchb-activate):
8352 * pcvs.el (cvs-mode):
8353 * ses.el (ses-load):
8354 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8355 * net/tramp.el (tramp-find-file-exists-command)
8356 (tramp-find-shell):
8357 * progmodes/ada-mode.el (ada-create-case-exception)
8358 (ada-create-case-exception-substring, ada-make-subprogram-body):
8359 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8360 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8361 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8362 * textmodes/org.el (org-promote, org-evaluate-time-range)
8363 (org-agenda-next-date-line, org-agenda-previous-date-line)
8364 (org-agenda-error, org-open-at-point, org-table-move-row)
8365 (org-format-table-table-html-using-table-generate-source)
8366 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8367 * textmodes/reftex.el (reftex-access-scan-info):
8368 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8369 (reftex-toc-promote-prepare): Follow error conventions.
8370
8371 * diff-mode.el (diff-mode): Fix typo in docstring.
8372
8373 * forms.el (forms--intuit-from-file): Fix reference to
8374 `forms-number-of-fields' in error message.
8375 (forms-print): Fix quoting in error message.
8376
8377 * forms.el (forms-mode):
8378 * emulation/vi.el (vi-goto-insert-state):
8379 * progmodes/flymake.el (flymake-new-err-info)
8380 (flymake-start-syntax-check-for-current-buffer)
8381 (flymake-simple-cleanup):
8382 * eshell/esh-var.el (eshell/export):
8383 * progmodes/gud.el (xdb):
8384 * textmodes/flyspell.el (flyspell-incorrect-hook)
8385 (flyspell-maybe-correct-transposition)
8386 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8387
8388 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8389
8390 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8391 minibuffer prompt.
8392
8393 2005-06-13 Kim F. Storm <storm@cua.dk>
8394
8395 * subr.el (add-to-ordered-list): New defun.
8396
8397 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8398 add cua--keymap-alist to emulation-mode-map-alists.
8399
8400 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * subr.el (complete-in-turn): New macro.
8403 (dynamic-completion-table, lazy-completion-table): Add debug info.
8404
8405 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8406 in preference to face aliases.
8407
8408 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8409 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8410 Remove unused vars `start' and `firstline'.
8411 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8412 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8413
8414 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8415
8416 * cus-start.el (all): Don't complain about missing GTK-related
8417 variables, unless either `gtk' is boundp or this isn't a
8418 `windows-nt' build.
8419
8420 2005-06-13 Lute Kamstra <lute@gnu.org>
8421
8422 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8423 run-mode-hooks.
8424
8425 * ediff-mult.el (ediff-meta-mode):
8426 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8427
8428 * ledit.el (ledit-mode): Use delay-mode-hooks.
8429
8430 * woman.el (woman-mode-line-format): Delete constant.
8431 (woman-mode-map): Initialize it properly.
8432 (woman-mode): Set mode-class property to special.
8433 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8434 Set major-mode and mode-name. Don't set mode-line-format directly.
8435 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8436
8437 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8438 string argument obsolete.
8439
8440 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8441
8442 * textmodes/org.el (org-CUA-compatible): New option.
8443 (org-disputed-keys): New variable.
8444 (org-key): New function.
8445 (orgtbl-make-binding): Add docstring to the created function.
8446 (org-mode): Set paragraph start/separate regexps.
8447 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8448 (org-archive-location, org-archive-mark-done)
8449 (org-archive-stamp-time): New options.
8450 (org-archive-subtree): New command.
8451 (org-fill-paragraph): New function.
8452 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8453 (org-fake-empty-table-line): Function removed.
8454 (org-format-org-table-html): Do not create empty table lines at
8455 separator lines. Improved table header treatment.
8456 (org-link-format): New option.
8457 (org-make-link): New function.
8458 (org-insert-link, org-store-link): Use org-make-link.
8459 (org-open-file): Quote file name for shell command, to allow
8460 spaces in file names.
8461 (org-link-regexp): Fix bug with mailto link.
8462 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8463 New constants.
8464 (org-export-as-html): Deal with the optional angles around a link.
8465 Better treatment of file: links.
8466 (org-open-at-point): Replace @{ and @} with < and >.
8467 (org-run-mode-hooks): Function removed.
8468 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8469
8470 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8471
8472 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8473 MI command -data-list-register-values.
8474 (gdb-post-prompt): Indent properly.
8475
8476 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8477
8478 * hilit-chg.el (highlight-changes-colors): Rename from
8479 `highlight-changes-colours'.
8480 (highlight-changes-colours): Keep as obsolete alias.
8481 (highlight-changes-face-list): Doc fix.
8482 (hilit-chg-make-list): Use `highlight-changes-colors'.
8483
8484 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8485
8486 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8487 defun-prompt-regexp.
8488
8489 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8490
8491 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8492 and cygwin.
8493
8494 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8495 Don't use an old loaddefs.el, as in Makefile.in.
8496
8497 2005-06-12 Lute Kamstra <lute@gnu.org>
8498
8499 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8500
8501 * man.el (Man-mode-map): Initialize it properly.
8502 (Man-mode): Set mode-class property to special.
8503
8504 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8505
8506 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8507
8508 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8509 A newline is needed in the docstring there.
8510
8511 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8512 Doc fixes.
8513
8514 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8515
8516 * printing.el: Doc fix. The menubar is no more changed when printing
8517 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8518 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8519 (pr-version): New version number (6.8.4).
8520 (pr-menu-bind): New command.
8521 (pr-update-menus): Docstring and code fix.
8522 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8523 Docstring fix.
8524 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8525 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8526
8527 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8528
8529 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8530 "Returns" to "return", document useful return values, etc.
8531
8532 2005-06-11 Alan Mackenzie <acm@muc.de>
8533
8534 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8535 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8536 (adaptive-file-function): Minor amendment to doc-string.
8537
8538 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8539
8540 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8541 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8542 Fix :type--it is `integer', not `string'.
8543
8544 * faces.el (modeline-highlight): Rename from (the erroneous)
8545 `modeline-higilight'.
8546
8547 2005-06-11 Lute Kamstra <lute@gnu.org>
8548
8549 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8550 lisp-interaction-mode-map but make it the parent.
8551 (edebug-eval-mode): Use define-derived-mode.
8552
8553 2005-06-11 Andreas Schwab <schwab@suse.de>
8554
8555 * bindings.el: Add binding of `ESC functionkey' for every
8556 `M-functionkey'.
8557 * hexl.el (hexl-mode-map): Likewise.
8558
8559 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8560
8561 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8562 [msft]: update regexp for newer msft compilers.
8563
8564 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8565
8566 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8567 ATTLIST portions of included DTDs.
8568 (xml-parse-dtd): Eliminate use of inefficient match-data.
8569
8570 2005-06-10 Miles Bader <miles@gnu.org>
8571
8572 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8573 (mpuz-text): Remove "-face" suffix from face names.
8574 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8575 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8576 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8577
8578 * play/gomoku.el (gomoku-O, gomoku-X):
8579 Remove "-face" suffix from face names.
8580 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8581 New backward-compatibility aliases for renamed faces.
8582 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8583
8584 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8585
8586 * thumbs.el: Fixes for changes of 2005-06-09.
8587 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8588 as a directory.
8589 (thumbs-thumbname): Remove directory separator from format string;
8590 `thumbs-thumbsdir' now returns a valid directory name.
8591 (thumbs-temp-dir): New defsubst.
8592 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8593 Use it.
8594
8595 * cus-edit.el (minibuffer):
8596 * files.el (make-backup-file-name-function):
8597 * filesets.el (filesets-external-viewers):
8598 * hilit-chg.el (highlight-changes-colours)
8599 (highlight-changes-face-list, highlight-changes-rotate-faces):
8600 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8601 * kmacro.el (kmacro-call-macro):
8602 * log-edit.el (log-edit-changelog-full-paragraphs):
8603 * mouse.el (mouse-1-click-follows-link):
8604 * skeleton.el (skeleton-autowrap):
8605 * subr.el (insert-for-yank-1):
8606 * tempo.el (tempo-insert-region):
8607 * terminal.el (terminal-emulator):
8608 * time.el (display-time-mail-face):
8609 * vc.el (vc-annotate):
8610 * vcursor.el (vcursor-copy-line):
8611 * woman.el (woman-bold-headings, woman-ignore)
8612 (woman-default-faces, woman-monochrome-faces):
8613 * calendar/todo-mode.el (todo-insert-threshold):
8614 * emulation/pc-select.el (pc-select-selection-keys-only)
8615 (pc-selection-mode):
8616 * emulation/vip.el (vip-find-char-forward):
8617 * emulation/viper-cmd.el (viper-find-char-forward):
8618 * international/mule-cmds.el
8619 (select-safe-coding-system-accept-default-p)
8620 (input-method-exit-on-invalid-key):
8621 * international/mule-diag.el (describe-coding-system):
8622 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8623 * net/browse-url.el (browse-url-xterm-program):
8624 * obsolete/lazy-lock.el (lazy-lock-mode):
8625 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8626 (cperl-mode):
8627 * progmodes/cpp.el (cpp-face-light-name-list)
8628 (cpp-face-dark-name-list):
8629 * progmodes/delphi.el (delphi-newline-always-indents):
8630 Fix spellings in docstrings.
8631
8632 * ido.el (ido-mode, ido-file-extensions-order)
8633 (ido-default-file-method, ido-default-buffer-method)
8634 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8635 (ido-decorations, ido-read-file-name-as-directory-commands)
8636 (ido-read-file-name-non-ido, ido-work-directory-list)
8637 (ido-ignore-item-temp-list, ido-current-directory)
8638 (ido-magic-forward-char, ido-enter-find-file)
8639 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8640 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8641
8642 2005-06-10 Lute Kamstra <lute@gnu.org>
8643
8644 * play/dunnet.el (dun-mode): Use define-derived-mode.
8645 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8646 obsolete alias.
8647
8648 * play/doctor.el (doctor-mode-map): Remove defvar.
8649 (doctor-mode): Use define-derived-mode.
8650
8651 * mail/mspools.el (mspools-mode):
8652 * net/eudc-hotlist.el (eudc-hotlist-mode):
8653 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8654
8655 2005-06-10 Miles Bader <miles@gnu.org>
8656
8657 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8658 Remove "-face" suffix from face names.
8659 (flyspell-incorrect-face, flyspell-duplicate-face):
8660 New backward-compatibility aliases for renamed faces.
8661 (flyspell-mode-on, make-flyspell-overlay)
8662 (flyspell-highlight-incorrect-region)
8663 (flyspell-highlight-duplicate-region)
8664 (flyspell-display-next-corrections)
8665 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8666
8667 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8668 from face name.
8669 (texinfo-heading-face): New backward-compatibility alias for
8670 renamed face.
8671 (texinfo-heading-face): Use renamed texinfo-heading face.
8672
8673 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8674 suffix from face names.
8675 (tex-math-face, tex-verbatim-face):
8676 New backward-compatibility aliases for renamed faces.
8677 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8678 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8679 literal face name.
8680
8681 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8682 name.
8683 (table-cell-face): New backward-compatibility alias for renamed face.
8684 (table--put-cell-face-property, table--update-cell-face):
8685 Use renamed table-cell face.
8686
8687 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8688 from face name.
8689 (sgml-namespace-face): New backward-compatibility alias for
8690 renamed face.
8691 (sgml-namespace-face): Use renamed sgml-namespace face.
8692
8693 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8694 (org-level-4, org-level-5, org-level-6, org-level-7)
8695 (org-level-8, org-warning, org-headline-done)
8696 (org-deadline-announce, org-scheduled-today)
8697 (org-scheduled-previously, org-link, org-done, org-table)
8698 (org-time-grid): Remove "-face" suffix from face names.
8699 (org-level-1-face, org-level-2-face, org-level-3-face)
8700 (org-level-4-face, org-level-5-face, org-level-6-face)
8701 (org-level-7-face, org-level-8-face, org-warning-face)
8702 (org-headline-done-face, org-deadline-announce-face)
8703 (org-scheduled-today-face, org-scheduled-previously-face)
8704 (org-link-face, org-done-face, org-table-face)
8705 (org-time-grid-face):
8706 New backward-compatibility aliases for renamed faces.
8707 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8708 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8709 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8710 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8711
8712 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8713 (viper-minibuffer-emacs, viper-minibuffer-insert)
8714 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8715 (viper-search-face, viper-replace-overlay-face)
8716 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8717 (viper-minibuffer-vi-face):
8718 New backward-compatibility aliases for renamed faces.
8719 (viper-search-face, viper-replace-overlay-face)
8720 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8721 (viper-minibuffer-vi-face): Use renamed viper faces.
8722
8723 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8724 Remove "-face" suffix from face names.
8725 (testcover-nohits-face, testcover-1value-face):
8726 New backward-compatibility aliases for renamed faces.
8727 (testcover-mark): Use renamed testcover faces.
8728
8729 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8730 face name.
8731 (diary-button-face): New backward-compatibility alias for renamed face.
8732 (diary-entry): Use renamed diary-button face.
8733
8734 * calendar/calendar.el (diary, calendar-today, holiday)
8735 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8736 (diary-face, calendar-today-face, holiday-face):
8737 New backward-compatibility aliases for renamed faces.
8738 (eval-after-load "facemenu", diary-entry-marker)
8739 (calendar-today-marker, calendar-holiday-marker, diary-face):
8740 Use renamed calendar faces.
8741
8742 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8743 (compare-windows-face): New backward-compatibility alias for
8744 renamed face.
8745 (compare-windows-highlight): Use renamed compare-windows face.
8746
8747 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8748 (strokes-char-face): New backward-compatibility alias for renamed face.
8749 (strokes-encode-buffer): Use renamed strokes-char face.
8750
8751 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8752 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8753 Remove "-face" suffix from face names.
8754 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8755 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8756 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8757 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8758 Use renamed pcvs faces.
8759 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8760 * pcvs-defs.el (cvs-mode-map): Likewise.
8761 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8762
8763 * info.el (info-title-1, info-title-2, info-title-3)
8764 (info-title-4): Remove "-face" suffix from and downcase face names.
8765 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8766 (Info-title-4-face):
8767 New backward-compatibility aliases for renamed faces.
8768 (Info-fontify-node): Use renamed info faces.
8769
8770 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8771 Remove "-face" suffix from face names.
8772 (highlight-changes-face, highlight-changes-delete-face):
8773 New backward-compatibility aliases for renamed faces.
8774 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8775 (hilit-chg-make-list): Use renamed highlight-changes faces.
8776
8777 * generic-x.el (show-tabs-tab, show-tabs-space):
8778 Remove "-face" suffix from face names.
8779 (show-tabs-tab-face, show-tabs-space-face):
8780 New backward-compatibility aliases for renamed faces.
8781 (show-tabs-generic-mode-font-lock-defaults-1)
8782 (show-tabs-generic-mode-font-lock-defaults-2):
8783 Use renamed show-tabs faces.
8784
8785 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8786 (smerge-markers): Remove "-face" suffix from face names.
8787 (smerge-mine-face, smerge-other-face, smerge-base-face)
8788 (smerge-markers-face):
8789 New backward-compatibility aliases for renamed faces.
8790 (smerge-mine-face, smerge-other-face, smerge-base-face)
8791 (smerge-markers-face): Use renamed smerge faces.
8792
8793 * log-view.el (log-view-file, log-view-message): Remove "-face"
8794 suffix from face names.
8795 (log-view-file-face, log-view-message-face):
8796 New backward-compatibility aliases for renamed faces.
8797 (log-view-file-face, log-view-message-face): Use renamed log-view
8798 faces.
8799
8800 * paren.el (show-paren-match, show-paren-mismatch):
8801 Remove "-face" suffix from face names.
8802 (show-paren-match-face, show-paren-mismatch-face):
8803 New backward-compatibility aliases for renamed faces.
8804 (show-paren-function): Use renamed show-paren faces.
8805
8806 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8807 (ruler-mode-margins, ruler-mode-fringes)
8808 (ruler-mode-column-number, ruler-mode-fill-column)
8809 (ruler-mode-comment-column, ruler-mode-goal-column)
8810 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8811 suffix from face names.
8812 (ruler-mode-default-face, ruler-mode-pad-face)
8813 (ruler-mode-margins-face, ruler-mode-fringes-face)
8814 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8815 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8816 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8817 New backward-compatibility aliases for renamed faces.
8818 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8819 (ruler-mode-column-number, ruler-mode-fill-column)
8820 (ruler-mode-comment-column, ruler-mode-goal-column)
8821 (ruler-mode-tab-stop, ruler-mode-current-column)
8822 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8823 faces.
8824
8825 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8826 face name.
8827 (whitespace-highlight-the-space): Use renamed face.
8828 (whitespace-highlight-face): New backward-compatibility alias for
8829 renamed face.
8830
8831 * woman.el (woman-italic, woman-bold, woman-unknown)
8832 (woman-addition, woman-symbol-face):
8833 Remove "-face" suffix from face names.
8834 (woman-italic-face, woman-bold-face, woman-unknown-face)
8835 (woman-addition-face):
8836 New backward-compatibility aliases for renamed faces.
8837 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8838 (woman-decode-region, woman-replace-match)
8839 (woman-display-extended-fonts, woman-special-characters)
8840 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8841 Use renamed woman faces.
8842
8843 * longlines.el (longlines-visible-face): Face removed.
8844
8845 * diff-mode.el (diff-header, diff-file-header, diff-index)
8846 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8847 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8848 suffix from face names.
8849 (diff-header-face, diff-file-header-face, diff-index-face)
8850 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8851 (diff-changed-face, diff-function-face, diff-context-face)
8852 (diff-nonexistent-face): New backward-compatibility aliases for
8853 renamed faces.
8854 (diff-header-face, diff-file-header-face)
8855 (diff-index, diff-index-face, diff-hunk-header)
8856 (diff-hunk-header-face, diff-removed, diff-removed-face)
8857 (diff-added, diff-added-face, diff-changed-face, diff-function)
8858 (diff-function-face, diff-context-face, diff-nonexistent)
8859 (diff-nonexistent-face): Use renamed diff-mode faces.
8860
8861 * progmodes/compile.el (compilation-warning-face)
8862 (compilation-info-face): Remove "-face" suffix from face names.
8863 (compilation-warning-face, compilation-info-face):
8864 New backward-compatibility aliases for renamed faces.
8865 (compilation-warning-face, compilation-info-face):
8866 Use renamed compilation faces.
8867
8868 * add-log.el (change-log-date, change-log-name)
8869 (change-log-email, change-log-file, change-log-list)
8870 (change-log-conditionals, change-log-function)
8871 (change-log-acknowledgement): Remove "-face" suffix from face names.
8872 (change-log-date-face, change-log-name-face)
8873 (change-log-email-face, change-log-file-face)
8874 (change-log-list-face, change-log-conditionals-face)
8875 (change-log-function-face, change-log-acknowledgement-face):
8876 New backward-compatibility aliases for renamed faces.
8877 (change-log-font-lock-keywords): Use renamed change-log faces.
8878
8879 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
8880 (custom-set, custom-changed, custom-saved, custom-button)
8881 (custom-button-pressed, custom-documentation, custom-state)
8882 (custom-comment, custom-comment-tag, custom-variable-tag)
8883 (custom-variable-button, custom-face-tag, custom-group-tag-1)
8884 (custom-group-tag): Remove "-face" suffix from face names.
8885 (custom-magic-alist, custom-magic-value-create)
8886 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
8887 (custom-invalid-face, custom-rogue-face, custom-modified-face)
8888 (custom-set-face, custom-changed-face, custom-saved-face)
8889 (custom-button-face, custom-button-pressed-face)
8890 (custom-documentation-face, custom-state-face)
8891 (custom-comment-face, custom-comment-tag-face)
8892 (custom-variable-tag-face, custom-variable-button-face)
8893 (custom-face-tag-face, custom-group-tag-face-1)
8894 (custom-group-tag-face):
8895 New backward-compatibility aliases for renamed faces.
8896
8897 * wid-edit.el (widget-documentation, widget-button)
8898 (widget-field, widget-single-line-field, widget-inactive)
8899 (widget-button-pressed): "-face" suffix removed from face names.
8900 (widget-documentation-face, widget-button-face)
8901 (widget-field-face, widget-single-line-field-face)
8902 (widget-inactive-face, widget-button-pressed-face):
8903 New backward-compatibility aliases for renamed faces.
8904 (widget-documentation-face, widget-button-face)
8905 (widget-button-pressed-face, widget-specify-field)
8906 (widget-specify-inactive): Use renamed widget faces.
8907
8908 2005-06-10 Kenichi Handa <handa@m17n.org>
8909
8910 * term/x-win.el (x-clipboard-yank): Remove condition-case
8911 wrapping.
8912
8913 2005-06-11 Kenichi Handa <handa@m17n.org>
8914
8915 * add-log.el (change-log-font-lock-keywords): Make the regexp for
8916 date lines stricter.
8917
8918 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
8919
8920 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
8921 of x-get-selection.
8922
8923 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8924
8925 * comint.el (comint-mode, comint-snapshot-last-prompt):
8926 * frame.el (frame-current-scroll-bars):
8927 * term.el (term-mode, term-check-proc, term-input-sender)
8928 (term-simple-send, term-extract-string, term-word)
8929 (term-match-partial-filename):
8930 * window.el (window-current-scroll-bars):
8931 * emulation/cua-base.el (cua-normal-cursor-color)
8932 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
8933 (cua-global-mark-cursor-color):
8934 * mail/undigest.el (rmail-forward-separator-regex):
8935 Fix typos in docstrings.
8936
8937 * comint.el (comint-check-proc, make-comint-in-buffer)
8938 (comint-source-default): Doc fixes.
8939
8940 * term.el (term-send-string): Improve argument/docstring consistency.
8941
8942 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
8943
8944 * comint.el (comint-send-input): Bind `inhibit-read-only' around
8945 call to `delete-region'.
8946 (comint-mode-hook): Do not enable Font Lock by default.
8947
8948 2005-06-09 Lute Kamstra <lute@gnu.org>
8949
8950 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
8951 could be void.
8952
8953 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
8954
8955 * emacs-lisp/debug.el (debugger-will-be-back): New var.
8956 (debug): Use it.
8957 (debugger-step-through, debugger-continue, debugger-jump)
8958 (debugger-return-value): Set it when needed.
8959 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
8960 Use inhibit-read-only.
8961
8962 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
8963
8964 * window.el (shrink-window-if-larger-than-buffer)
8965 (window-size-fixed): Fix typo in docstring.
8966
8967 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
8968 thumbnails directory on loading.
8969 (thumbs-conversion-program): Use `eq' to check the system type,
8970 not `equal'.
8971 (thumbs-temp-dir): Initialize to `temporary-file-directory',
8972 not "/tmp". Fix docstring.
8973 (thumbs-thumbsdir): New function to return the thumbnails
8974 directory, creating it if needed.
8975 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
8976 (thumbs-temp-file): Delete variable and make it into a function.
8977 (thumbs-resize-image, thumbs-modify-image): Use it.
8978 (thumbs-kill-buffer): Simplify.
8979 (thumbs-gensym): Defalias or duplicate CL `gensym'.
8980 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
8981 docstrings.
8982
8983 2005-06-09 Kim F. Storm <storm@cua.dk>
8984
8985 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
8986 set-match-data to free markers in match-data.
8987
8988 * replace.el (replace-match-data): Pass RESEAT arg `t' to
8989 match-data to unchain markers in match-data.
8990
8991 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
8992
8993 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
8994 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
8995 unnecessary now.
8996
8997 2005-06-08 Richard M. Stallman <rms@gnu.org>
8998
8999 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
9000 give the variable a doc string that doesn't say don't set it directly.
9001
9002 * textmodes/ispell.el (ispell-check-version):
9003 Use match-string-no-properties.
9004 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
9005 (ispell-buffer-local-words): Likewise.
9006
9007 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
9008 except on terminals with enough colors to really display it.
9009 (makefile-dependency-regex): Delete spurious `bb'.
9010
9011 * faces.el (escape-glyph): Use blue once again in last case.
9012 (no-break-space): Redefine so that it isn't invisible on a tty.
9013
9014 2005-06-08 Kim F. Storm <storm@cua.dk>
9015
9016 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
9017 also when reading directory name.
9018
9019 2005-06-08 Lute Kamstra <lute@gnu.org>
9020
9021 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
9022 (flyspell-mode-line-string): Remove autoload cookie.
9023 (flyspell-mode): Remove defvar.
9024
9025 2005-06-07 Lute Kamstra <lute@gnu.org>
9026
9027 * textmodes/org.el (org-run-mode-hooks): New function.
9028 (org-agenda-mode): Use it.
9029
9030 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
9031
9032 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
9033
9034 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
9037
9038 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
9039
9040 * font-lock.el (font-lock-add-keywords): Doc fix.
9041
9042 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
9045 (tex-compile-default): In the absence of any history, use the order in
9046 tex-compile-alist to choose the preferred command.
9047 (tex-compile-commands): Reorder a bit.
9048
9049 * textmodes/flyspell.el (flyspell-auto-correct-binding)
9050 (flyspell-incorrect-face, flyspell-duplicate-face):
9051 Use (X)Emacs-agnostic code.
9052 (flyspell-mode-map): Don't overwrite at each load. Remove code
9053 redundant with the subsequent add-minor-mode. Merge Emacs and
9054 XEmacs code.
9055 (flyspell-word): Minor simplification.
9056 (flyspell-math-tex-command-p): Quieten the byte-compiler.
9057 (flyspell-external-point-words): Remove unused vars `size' and `start'.
9058 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
9059 Merge the corresponding Emacs code.
9060 (flyspell-correct-word, flyspell-xemacs-popup):
9061 Use flyspell-do-correct.
9062
9063 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
9064 a dedicated window.
9065
9066 * international/latexenc.el (latexenc-find-file-coding-system):
9067 Undo part of last patch, to turn off a compiler warning.
9068
9069 2005-06-06 Juri Linkov <juri@jurta.org>
9070
9071 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
9072 Rename `tmm-inactive-face' to `tmm-inactive'.
9073
9074 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
9075
9076 * iswitchb.el: Rename faces.
9077
9078 2005-06-06 Kim F. Storm <storm@cua.dk>
9079
9080 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
9081 (cua-global-mark): Remove -face suffix from face names.
9082
9083 * emulation/cua-gmrk.el (cua--init-global-mark):
9084 Remove cua-global-mark face setup.
9085
9086 2005-06-06 Richard M. Stallman <rms@gnu.org>
9087
9088 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
9089 just like other allowed characters.
9090 (makefile-match-dependency): Exclude leading and training whitespace
9091 from the range of regexp subexp 1.
9092 (makefile-macroassign-regex): Don't try to match the body,
9093 just the name of the macro being defined.
9094
9095 * info.el (Info-read-node-name-2): New function.
9096 (Info-read-node-name-1): Use that.
9097 Add a completion-base-size-function property.
9098
9099 * simple.el (completion-setup-function): Look for
9100 completion-base-size-function property of minibuffer-completion-table.
9101
9102 * files.el (locate-file-completion): Doc fix.
9103
9104 * printing.el: Don't call pr-update-menus; user must do that.
9105
9106 * emacs-lisp/debug.el (debugger-window): New variable.
9107 (debug): Use debugger-window if it is set and still alive.
9108 Record debugger-window for next entry.
9109
9110 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
9111
9112 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
9113
9114 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
9115 (hack-one-local-variable, hack-local-variables)
9116 (hack-local-variables-prop-line): Pass that arg.
9117
9118 2005-06-06 Kim F. Storm <storm@cua.dk>
9119
9120 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9121 (ido-indicator): Remove -face suffix from face names.
9122
9123 2005-06-06 Juri Linkov <juri@jurta.org>
9124
9125 * font-lock.el (font-lock-regexp-backslash)
9126 (font-lock-regexp-backslash-construct): New faces.
9127 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
9128 after `('. Add `while-no-input' to control structures.
9129
9130 * faces.el (no-break-space, shadow): New faces.
9131 (escape-glyph): Use less loud colors pink2 and red4.
9132
9133 * diff-mode.el (diff-context-face)
9134 * dired.el (dired-ignored)
9135 * rfn-eshadow.el (file-name-shadow)
9136 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
9137
9138 * info.el (Info-title-1-face): Use green instead of yellow because
9139 bold yellow is not readable on light backgrounds.
9140
9141 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
9142 before selecting the desired mode to not spend time fontifying
9143 old contents.
9144
9145 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
9146
9147 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
9148 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
9149
9150 * ps-print.el (ps-default-fg, ps-default-bg):
9151 Fix typos in docstrings.
9152
9153 * isearchb.el (isearchb): Don't pass a spurious second argument to
9154 `iswitchb-completions'.
9155
9156 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
9157
9158 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9159 to preserve point.
9160 (gdb-find-file-hook): Add doc string.
9161
9162 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
9163 C dereferenced pointer expression.
9164 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
9165
9166 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
9167
9168 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
9169 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
9170 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
9171 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
9172 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
9173 Make background transparent.
9174
9175 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9176
9177 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
9178 (font-lock-remove-keywords): Doc fix.
9179 (font-lock-mode-major-mode): Compiler defvar.
9180 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
9181
9182 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9183 (font-lock-mode): Update `font-lock-mode-major-mode'.
9184 (font-lock-set-defaults): Compiler defvar.
9185 (font-lock-default-function): Take `font-lock-mode-major-mode'
9186 into account.
9187
9188 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9189 keep track of which major mode it enabled the minor mode for.
9190 Use find-file-hook again. Update docstring.
9191
9192 * simple.el (eval-expression-print-level)
9193 (eval-expression-print-length, eval-expression-debug-on-error):
9194 Doc fixes.
9195
9196 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
9197
9198 * iswitchb.el (iswitchb-single-match-face)
9199 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9200 (iswitchb-invalid-regexp-face): New faces.
9201 (iswitchb-completions): Use them.
9202 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9203 now marked as an obsolete alias.
9204 (iswitchb-read-buffer): Remove check for bound font variables.
9205 (iswitchb-invalid-regexp): New free variable.
9206 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9207 set iswitchb-invalid-regexp.
9208 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9209 invalid regexps.
9210 (iswitchb-completions): Add check for complete match when entering
9211 a regexp.
9212 (iswitchb-completions): Remove require-match argument.
9213 (iswitchb-exhibit): Fix caller.
9214 (iswitchb-common-match-inserted): New variable.
9215 (iswitchb-complete, iswitchb-completion-help): Use it.
9216
9217 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
9218
9219 * url-http.el (url-http-chunked-encoding-after-change-function):
9220 Use `url-http-debug' instead of `message'.
9221
9222 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
9223
9224 * url-http.el (url-http-parse-headers): Pass redirected URL as a
9225 callback argument.
9226
9227 2005-06-04 Kim F. Storm <storm@cua.dk>
9228
9229 * simple.el (line-move): Only call sit-for when moving backwards.
9230
9231 * ido.el (ido-make-merged-file-list-1): New defun split from
9232 ido-make-merged-file-list.
9233 (ido-make-merged-file-list): Bind throw-on-input around call to
9234 ido-make-merged-file-list-1. Return input-pending-p if
9235 interrupted by more input available.
9236 (ido-read-internal): Handle input-pending-p return value from
9237 ido-make-merged-file-list.
9238
9239 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9240
9241 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9242 compatibility code.
9243
9244 * international/latexenc.el (latexenc-find-file-coding-system):
9245 Don't inherit the EOL part of the coding-system from the
9246 tex-main buffer. Fit within 80 columns.
9247
9248 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
9249
9250 * tmm.el (tmm-inactive-face): New face.
9251 (tmm-remove-inactive-mouse-face): New function.
9252 (tmm-prompt, tmm-add-one-shortcut)
9253 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9254 but not selectable.
9255
9256 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
9257
9258 * faces.el (face-equal): Improve argument/docstring consistency.
9259
9260 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
9261
9262 * progmodes/make-mode.el (makefile-targets-face)
9263 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9264 (makefile-bsdmake-dependency-regex)
9265 (makefile-makepp-rule-action-regex)
9266 (makefile-bsdmake-rule-action-regex): New constants.
9267 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9268
9269 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9270 Allow (...) within `...' for makepp messages.
9271
9272 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
9273
9274 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9275
9276 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9277 "." files are deleted from all file lists before comparison.
9278
9279 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9280 (viper-ESC-key): Made them customizable.
9281
9282 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9283
9284 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
9285
9286 * autorevert.el (auto-revert-buffers): Use save-match-data.
9287
9288 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9291 menu items with a nil command binding.
9292
9293 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
9294
9295 * emacs-lisp/cl-macs.el (defsetf):
9296 Improve argument/docstring consistency.
9297
9298 * faces.el (list-faces-display): Improve the formatting by
9299 computing the maximum length required for any face-name (reworked
9300 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9301 (internal-find-face): Remove redundant info in docstring.
9302
9303 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
9304
9305 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9306 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9307 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9308 (gdb-assembler-custom): Improve regexps.
9309 (def-gdb-auto-update-handler): Use window point to preserve point.
9310
9311 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9312
9313 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9314
9315 2005-05-31 Jay Belanger <belanger@truman.edu>
9316
9317 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9318 to calc-embedded.
9319 (calc-embedded-make-info): Have plain prefix argument select
9320 entire line.
9321
9322 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
9323
9324 * faces.el (list-faces-display): Signal error if passed a regexp
9325 that matches no face name.
9326
9327 * simple.el (filter-buffer-substring): Fix typo in docstring.
9328
9329 2005-05-31 Richard M. Stallman <rms@gnu.org>
9330
9331 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9332 (vhdl-emacs-21): Doc fix.
9333 (vhdl-mode): Unconditionally set comment-padding.
9334 (vhdl-fixup-whitespace-region): Insert spaces only where
9335 there are none.
9336 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9337
9338 2005-05-30 John Wiegley <johnw@newartisans.com>
9339
9340 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9341 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9342 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9343 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9344 `string-to-number'.
9345
9346 2005-05-30 Jay Belanger <belanger@truman.edu>
9347
9348 * calc/calc.el (calc-bug-address): Fix docstring.
9349 (calc-window-hook, calc-trail-window-hook): New variables.
9350 (calc-trail-display): Restore use of calc-trail-window-hook.
9351 (calc): Restore use of calc-window-hook.
9352
9353 2005-05-31 Masatake YAMATO <jet@gyve.org>
9354
9355 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9356
9357 * help-fns.el (help-C-file-name): Add autoload mark for
9358 `find-function-noselect'.
9359
9360 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9363 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9364
9365 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9366
9367 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9368 included diary buffer if it was not already being visited.
9369 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9370
9371 * calendar/icalendar.el (top-level): Do not require 'appt.
9372
9373 * mail/supercite.el (sc-select-attribution): Only use a list
9374 element from sc-attrib-selection-list if it returns a string.
9375 Reported by Davide G. M. Salvetti <salve@debian.org>.
9376
9377 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9378
9379 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9380 includes a hash value to improve its uniqueness, and has a ".jpg"
9381 extension. Also, it is now a valid filename on all systems.
9382 (thumbs-make-thumb): Use `let', not `let*'.
9383 (thumbs-show-thumbs-list): Check for JPEG availability.
9384
9385 2005-05-30 Richard M. Stallman <rms@gnu.org>
9386
9387 * filesets.el (filesets-menu-ensure-use-cached):
9388 Prevent warning when emacs-version>= is undefined.
9389
9390 * printing.el (pr-interactive-n-up): Use string-to-number.
9391
9392 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9393
9394 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9395 Warn only when name to be defined is quoted.
9396
9397 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9398
9399 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9400 Make regexp more robust.
9401 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9402 Force regeneration of disassembly.
9403
9404 2005-05-29 Jay Belanger <belanger@truman.edu>
9405
9406 * calc/calc.el (calc-user-invocation): Check if
9407 calc-invocation-macro is non-nil.
9408
9409 2005-05-29 Juri Linkov <juri@jurta.org>
9410
9411 * add-log.el (change-log-font-lock-keywords):
9412 Add `+' to e-mail regexp to accept mail address with keywords.
9413
9414 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9415
9416 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9417
9418 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9419
9420 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9421
9422 2005-05-29 Richard M. Stallman <rms@gnu.org>
9423
9424 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9425 Undo the change that moves to end of the current word.
9426
9427 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9428
9429 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9430 Throw error when count <= 0 to ensure input is a number.
9431 (gdb-read-memory-custom): Pick up address from buffer.
9432 (gdb-memory-mode): Allow user to increment and decrement
9433 memory address from header line.
9434
9435 2005-05-29 Richard M. Stallman <rms@gnu.org>
9436
9437 * flyspell.el (flyspell-version): Function deleted.
9438 (flyspell-auto-correct-previous-hook): Doc fix.
9439
9440 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9441 Do nothing if memory is full.
9442
9443 * font-lock.el (font-lock-fontify-syntactically-region):
9444 Pass t for GREEDY to looking-back.
9445
9446 * saveplace.el (save-place-alist-to-file): Write the file
9447 using write-region.
9448
9449 * subr.el (looking-back): New argument GREEDY.
9450
9451 * progmodes/compile.el (compilation-start): Set the mode
9452 before inserting the initial text.
9453
9454 * progmodes/which-func.el (which-func-update-1): Turn the mode
9455 off in case of error by setting which-func-mode.
9456
9457 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9458
9459 * flyspell.el (flyspell-auto-correct-previous-word):
9460 Narrow down to what's on the screen, and recenter overlays
9461 at the end of the next word.
9462
9463 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9464
9465 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9466 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9467 (flyspell-abbrev-p): Default to nil.
9468 (flyspell-use-global-abbrev-table-p): Doc fix.
9469 (flyspell-large-region): Allow nil as value.
9470 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9471
9472 (mail-mode-flyspell-verify): More robust handling
9473 of `mail-header-separator'. More efficient signature detection.
9474 Allow for regexp metacharacters in message-header-separator.
9475 Adding `To' not to be checked in mail-mode-flyspell-verify.
9476
9477 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9478 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9479 Bind flyspell-auto-correct-binding.
9480 Bind C-. and C-, .
9481 (flyspell-mode-map): Likewise.
9482 (flyspell-mode): Doc fix.
9483 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9484 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9485 (flyspell-word-cache-result): New var, always local.
9486 (flyspell-check-pre-word-p): Doc fix.
9487 (flyspell-check-changed-word-p): Handle spc like newline.
9488 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9489 (flyspell-word-search-backward, flyspell-word-search-forward):
9490 New functions.
9491 (flyspell-word): Return t if nothing to check.
9492 When parsing TeX code, check for after } or \.
9493 Use flyspell-word-search-backward to find previous word.
9494 Return nil if duplicated word.
9495 For word already checked, return same value as last time.
9496 Set flyspell-word-cache-result after checking.
9497 Don't clobber the return value.
9498 (flyspell-get-word): Major rewrite.
9499 (flyspell-external-point-words): New locals pword, pcount.
9500 Fix size used in progress message.
9501 Find the proper corresponding word in flyspell-large-region-buffer.
9502 (flyspell-region): Check for flyspell-large-region = nil.
9503 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9504 (flyspell-auto-correct-word): Check that WORD is a cons.
9505 (flyspell-correct-word): Likewise.
9506
9507 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9508
9509 * progmodes/make-mode.el (makefile-rule-action-regex)
9510 (makefile-macroassign-regex, makefile-makepp-mode)
9511 (makefile-bsdmake-mode): Continuation lines may be empty.
9512 Reported by Joshua Varner.
9513 (makefile-makepp-font-lock-keywords): Add $(stem).
9514
9515 2005-05-28 Karl Berry <karl@gnu.org>
9516
9517 * textmodes/tex-mode.el: Now that tex-send-command calls
9518 shell-quote-argument (2005-03-31 change), remove all calls to
9519 shell-quote-argument; they all end up invoking tex-send-command.
9520 The double quoting loses on filenames with non-safe characters,
9521 such as "@". Reported by Frederik Fouvry.
9522
9523 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9524
9525 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9526 about preserving point.
9527
9528 2005-05-27 Jay Belanger <belanger@truman.edu>
9529
9530 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9531 Info-goto-node.
9532
9533 * calc/calc-embed.el (calc-embed-arg): New variable.
9534 (calc-do-embedded-activate, calc-embedded-activate-formula)
9535 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9536 variable by new variable.
9537 (calc-embedded-make-info): Replace undeclared variable by new
9538 variable. When selecting region with positive prefix
9539 argument, use end of previous line instead of beginning of line.
9540
9541 * calc/calc-aent.el (calc-arg-values): Declare it.
9542
9543 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9544 Declare them.
9545
9546 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9547
9548 * calc/calc.el (calc-alg-map): Declare it.
9549
9550 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9551
9552 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9553
9554 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9555 (gdb-registers-buffer, toggle-gdb-all-registers):
9556 Toggle display of floating point registers.
9557 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9558
9559 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9560 (toggle-gud-tooltip-dereference):
9561 Rename from gud-toggle-tooltip-dereference.
9562
9563 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9564
9565 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9566
9567 2005-05-27 Jay Belanger <belanger@truman.edu>
9568
9569 * calc/calc-prog.el (calc-kbd-report): Remove.
9570 (calc-kbd-query): Rewrite.
9571
9572 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9573
9574 * image.el (image-library-alist): Move to image.c.
9575 (image-type-available-p): Doc fix.
9576
9577 2005-05-27 Lute Kamstra <lute@gnu.org>
9578
9579 * calc/calc.el (calc):
9580 * outline.el (outline-1, outline-2, outline-3, outline-4)
9581 (outline-5, outline-6, outline-7, outline-8):
9582 * textmodes/dns-mode.el (dns-mode):
9583 * textmodes/sgml-mode.el (sgml-namespace-face):
9584 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9585 (tex-verbatim-face, tex-use-reftex):
9586 * textmodes/texinfo.el (texinfo-heading-face):
9587 Specify customization group.
9588
9589 * longlines.el: Don't require easy-mmode.
9590 (longlines-visible-face): Specify customization group.
9591
9592 2005-05-27 Kenichi Handa <handa@m17n.org>
9593
9594 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9595 encoding table of windows-1251.
9596
9597 * international/ucs-tables.el (ucs-set-table-for-input):
9598 If translation-table-for-input of a coding system is a symbol, get
9599 its translation-table property.
9600
9601 * international/code-pages.el: Don't register a coding system into
9602 non-iso-charset-alist more than once.
9603 (cp-make-coding-system): Likewise.
9604
9605 2005-05-26 John Wiegley <johnw@newartisans.com>
9606
9607 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9608 `eshell-resume-eval' is wrapped in a list, it indicates that the
9609 command was run asynchronously. In that case, unwrap the value
9610 before checking the delimiter value.
9611
9612 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9613 character before a space at the end of a line is \, assume the space
9614 is part of the last argument rather than a final argument separator.
9615
9616 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9617 is in use, and the target is `t' or `nil' (which are the most common
9618 values), don't assume that the symbol target is a buffer.
9619
9620 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9621
9622 * calendar/calendar.el (calendar-mode-line-format):
9623 Use mode-line-highlight as mouse-face.
9624
9625 * time.el (display-time-string-forms, display-time-update):
9626 Use mode-line-highlight as mouse-face.
9627
9628 2005-05-26 Jay Belanger <belanger@truman.edu>
9629
9630 * calc/calc.el (calc-language-alist): Remove extra defvar.
9631
9632 2005-05-26 Lute Kamstra <lute@gnu.org>
9633
9634 * arc-mode.el (archive-mode):
9635 * bookmark.el (bookmark-read-annotation-mode)
9636 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9637 * bs.el (bs-mode):
9638 * calc/calc-yank.el (calc-edit-mode):
9639 * calc/calc.el (calc-mode, calc-trail-mode):
9640 * calculator.el (calculator-mode):
9641 * chistory.el (command-history-mode):
9642 * comint.el:
9643 * cus-edit.el (custom-mode):
9644 * descr-text.el (describe-text-mode):
9645 * ebuff-menu.el (Electric-buffer-menu-mode):
9646 * ediff-util.el (ediff-mode):
9647 * emacs-lisp/re-builder.el (reb-mode):
9648 * emulation/vi.el (vi-mode-setup):
9649 * emulation/ws-mode.el (wordstar-mode):
9650 * eshell/esh-mode.el (eshell-mode):
9651 * forms.el (forms-mode):
9652 * help-mode.el (help-mode):
9653 * hexl.el (hexl-mode):
9654 * ibuffer.el (ibuffer-mode):
9655 * ielm.el (inferior-emacs-lisp-mode):
9656 * info.el (Info-mode, Info-edit-mode):
9657 * international/swedish.el:
9658 * ledit.el (ledit-from-lisp-mode):
9659 * locate.el (locate-mode):
9660 * mail/rmail.el (rmail-mode):
9661 * mail/rmailedit.el (rmail-edit-mode):
9662 * mail/rmailsum.el (rmail-summary-mode):
9663 * mail/supercite.el (sc-electric-mode):
9664 * net/eudc.el (eudc-mode):
9665 * net/quickurl.el (quickurl-list-mode):
9666 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9667 * obsolete/ooutline.el (outline-mode):
9668 * obsolete/options.el (Edit-options-mode):
9669 * obsolete/rnews.el (news-mode):
9670 * obsolete/rnewspost.el (news-reply-mode):
9671 * play/5x5.el (5x5-mode):
9672 * play/decipher.el (decipher-mode, decipher-stats-mode):
9673 * play/gomoku.el (gomoku-mode):
9674 * play/snake.el (snake-mode):
9675 * play/solitaire.el (solitaire-mode):
9676 * play/tetris.el (tetris-mode):
9677 * progmodes/ada-mode.el (ada-mode):
9678 * progmodes/antlr-mode.el (antlr-mode):
9679 * progmodes/autoconf.el (autoconf-mode):
9680 * progmodes/dcl-mode.el (dcl-mode):
9681 * progmodes/delphi.el (delphi-mode):
9682 * progmodes/ebrowse.el (ebrowse-tree-mode)
9683 (ebrowse-electric-list-mode, ebrowse-member-mode)
9684 (ebrowse-electric-position-mode):
9685 * progmodes/f90.el (f90-mode):
9686 * progmodes/fortran.el (fortran-mode):
9687 * progmodes/icon.el (icon-mode):
9688 * progmodes/idlw-help.el (idlwave-help-mode):
9689 * progmodes/idlw-shell.el (idlwave-shell-mode):
9690 * progmodes/idlwave.el (idlwave-mode):
9691 * progmodes/inf-lisp.el (inferior-lisp-mode):
9692 * progmodes/m4-mode.el (m4-mode):
9693 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9694 * progmodes/modula2.el (modula-2-mode):
9695 * progmodes/octave-inf.el (inferior-octave-mode):
9696 * progmodes/octave-mod.el (octave-mode):
9697 * progmodes/pascal.el (pascal-mode):
9698 * progmodes/sh-script.el (sh-mode):
9699 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9700 * progmodes/vhdl-mode.el (vhdl-mode):
9701 * progmodes/xscheme.el (scheme-interaction-mode):
9702 * replace.el (occur-mode):
9703 * ses.el (ses-mode):
9704 * simple.el (completion-list-mode):
9705 * skeleton.el:
9706 * speedbar.el (speedbar-mode):
9707 * term.el (term-mode):
9708 * terminal.el (terminal-edit-mode):
9709 * textmodes/reftex-index.el (reftex-index-mode)
9710 (reftex-index-phrases-mode):
9711 * textmodes/reftex-sel.el (reftex-select-label-mode)
9712 (reftex-select-bib-mode):
9713 * textmodes/reftex-toc.el (reftex-toc-mode):
9714 * wdired.el (wdired-change-to-wdired-mode):
9715 * wid-browse.el (widget-browse-mode):
9716 Use run-mode-hooks.
9717
9718 * array.el (array-mode):
9719 * calendar/todo-mode.el (todo-mode):
9720 * man.el (Man-mode):
9721 * play/landmark.el (lm-mode):
9722 * play/mpuz.el (mpuz-mode):
9723 Use kill-all-local-variables and run-mode-hooks.
9724
9725 * subr.el (delay-mode-hooks): Specify indentation.
9726
9727 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9728
9729 * xml.el (xml-substitute-special): Don't die for undefined xml
9730 entities.
9731
9732 2005-05-26 Jay Belanger <belanger@truman.edu>
9733
9734 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9735 of nil.
9736
9737 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9738
9739 * progmodes/gdb-ui.el (gdb-frame-address):
9740 Rename from gdb-current-address.
9741 (gdb-previous-frame-address): Rename from gdb-previous-address.
9742 (gdb-selected-frame): Rename from gdb-current-frame.
9743 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9744 (gdb-frame-number): Rename from gdb-current-stack-level.
9745 (gdb-ann3): Match new mode-name for disassembly buffer.
9746 Extend initialization of variables.
9747 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9748 (gdb-memory-mode): Use mouse-face in header line.
9749 (gdb-assembler-buffer-name): Call it disassembly and give frame
9750 in mode line.
9751 (gdb-source-spec-regexp, gdb-assembler-custom)
9752 (gdb-invalidate-assembler, gdb-frame-handler):
9753 Make robust to leading zeroes in address format.
9754
9755 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9756
9757 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9758 define `org-mode'.
9759 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9760
9761 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9762
9763 * log-edit.el (log-edit-changelog-entries): Distinguish between
9764 filenames like xfns.c and fns.c.
9765
9766 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9767
9768 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9769 point after reverting.
9770 (Buffer-menu-make-sort-button): Handle the case where
9771 `Buffer-menu-use-header-line' is nil.
9772
9773 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9774
9775 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9776 New funcs. In minibuffer-local-completion-map bind `]', `/'
9777 and `:' to them.
9778
9779 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * startup.el (normal-top-level): Allow modification of load-path while
9782 we're iterating over it.
9783
9784 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9785
9786 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9787 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9788 (thumbs-resize-interactive, thumbs-insert-image)
9789 (thumbs-insert-thumb, thumbs-dired-show-marked)
9790 (thumbs-find-image-at-point, thumbs-delete-images)
9791 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9792 (thumbs-increment-image-size, thumbs-decrement-image-size):
9793 Fix typos in docstrings.
9794
9795 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9796
9797 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9798 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9799 (cperl-mode): Use them.
9800
9801 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9802
9803 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9804 Doc fixes.
9805
9806 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9807
9808 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9809 Bind C-d to gdb-inferior-io-eof.
9810
9811 * dired.el (dired-dnd-popup-notice): Use message-box.
9812
9813 2005-05-23 Masatake YAMATO <jet@gyve.org>
9814
9815 * bindings.el (mode-line-major-mode-keymap):
9816 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9817
9818 * faces.el (mode-line-highlight): New face.
9819
9820 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9821 as mouse-face.
9822
9823 * bindings.el (top-level, help-echo, mode-line-modified)
9824 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9825 as mouse-face.
9826
9827 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9828
9829 * progmodes/cc-engine.el (c-guess-basic-syntax):
9830 Remove spurious call to `zerop'.
9831
9832 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9833
9834 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9835
9836 CC Mode update to 5.30.10:
9837
9838 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9839 could go past the limit in decoration level 2, thereby causing
9840 errors during interactive fontification.
9841
9842 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9843 the file is evaluated interactively.
9844
9845 * cc-engine.el (c-guess-basic-syntax): Handle operator
9846 declarations somewhat better in C++.
9847
9848 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9849 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9850 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9851 (awk-mode): Use it.
9852 (make-local-hook): Suppress warning about obsoleteness.
9853
9854 * cc-engine.el, cc-align.el, cc-cmds.el
9855 (c-append-backslashes-forward, c-delete-backslashes-forward)
9856 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9857 Compensate for return value from `forward-line' when it has moved
9858 but not to a different line due to eob.
9859
9860 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9861 `objc-method-intro' and `objc-method-args-cont'.
9862
9863 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9864
9865 CC Mode update to 5.30.10:
9866
9867 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9868 in the copyright statement. Incidentally, change "along with GNU
9869 Emacs" to "along with this program" where it occurs.
9870
9871 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
9872 so that it is interactive, hence can be found by M-x awk-mode
9873 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
9874 <gmorris+emacs@ast.cam.ac.uk>.
9875
9876 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
9877 Mode's regexps.
9878
9879 2005-05-23 Kevin Ryde <user42@zip.com.au>
9880
9881 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
9882 c-parse-state, to avoid a lisp error (on bad code).
9883
9884 2005-05-23 Lute Kamstra <lute@gnu.org>
9885
9886 * subr.el (font-lock-defaults): Remove defvar as it's already
9887 defined in font-core.el.
9888
9889 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
9890
9891 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
9892
9893 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
9894 more general and work when GDB variable "print pretty" is on,
9895 as with Emacs, for example.
9896
9897 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
9898
9899 * font-core.el: Update comment.
9900
9901 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
9902 Use `after-change-major-mode-hook' instead of `find-file-hook'.
9903
9904 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
9905
9906 2005-05-22 Eli Zaretskii <eliz@gnu.org>
9907
9908 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
9909 and `yank-handler' in the doc strings.
9910
9911 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9912
9913 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
9914
9915 2005-05-22 Richard M. Stallman <rms@gnu.org>
9916
9917 * help.el (describe-key): Move print-help-return-message call
9918 out of conditional.
9919
9920 * progmodes/etags.el (list-tags): Use with-no-warnings.
9921
9922 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
9923 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
9924 (starttls-extra-args, starttls-extra-arguments): Add defvars.
9925
9926 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
9927
9928 * language/viet-util.el (viet-viscii-nonascii-translation-table):
9929 Add defvar.
9930
9931 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
9932 Use defvar, not defconst.
9933
9934 * hexl.el (hexl-follow-line): Use with-no-warnings.
9935
9936 * emulation/tpu-extras.el: Use write-file-functions instead of
9937 write-file-hooks.
9938
9939 * dired.el (dired-font-lock-keywords): Fontify files with junk
9940 extensions even if marked by -F.
9941
9942 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
9943
9944 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
9945 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
9946 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
9947 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
9948 (concatenate, list-length, get*, getf, cl-remprop):
9949 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
9950 (etypecase, progv, lexical-let, lexical-let*)
9951 (multiple-value-bind, multiple-value-setq, shiftf):
9952 Improve argument/docstring consistency.
9953
9954 * subr.el (focus-frame, unfocus-frame):
9955 Revert deletion on 2005-05-01.
9956
9957 2005-05-22 Andre Spiegel <spiegel@gnu.org>
9958
9959 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
9960 doesn't exist.
9961
9962 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
9963 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
9964
9965 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
9966
9967 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
9968 already deleted variables: auto-fill-hook, blink-paren-hook,
9969 lisp-indent-hook, inhibit-local-variables, unread-command-event,
9970 suspend-hooks, comment-indent-hook, meta-flag,
9971 before-change-function, after-change-function,
9972 font-lock-doc-string-face.
9973
9974 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
9975
9976 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
9977
9978 2005-05-21 Eli Zaretskii <eliz@gnu.org>
9979
9980 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
9981 rmail-dont-reply-to.
9982
9983 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9984
9985 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
9986 literal blank when splitting new-header-values.
9987
9988 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
9989
9990 * calendar/cal-menu.el (cal-menu-update): Add separator as a
9991 string so that tmm doesn't create a completion entry for it.
9992
9993 * textmodes/table.el (table-disable-menu): Ditto.
9994
9995 2005-05-21 Richard M. Stallman <rms@gnu.org>
9996
9997 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
9998
9999 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
10000
10001 * net/rcompile.el (remote-compile): Use compilation-start.
10002
10003 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
10004
10005 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
10006
10007 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
10008 Default to makefile-bsdmake-mode on BSD systems.
10009
10010 * imenu.el (imenu-generic-expression, imenu--generic-function'):
10011 REGEXP may also be a search function now. The part of doc-string
10012 for describing the structure was 95% identical to that of
10013 `imenu--generic-function'. Unify it there.
10014
10015 * progmodes/make-mode.el (makefile-imenu-generic-expression):
10016 Use function to find dependencies, because regexp alone is so complex,
10017 it easily goes into an endless loop.
10018 (makefile-makepp-mode): Also add submenu for Perl functions
10019 defined in the makefile.
10020 (makefile-bsdmake-mode): Special imenu-generic-expression no
10021 longer needed, due to function call.
10022 (makefile-match-dependency): Take BOUND into account when checking
10023 if we're through.
10024
10025 2005-05-20 Jay Belanger <belanger@truman.edu>
10026
10027 * calc/calc-units.el (calc-invalidate-units-table):
10028 Use inhibit-read-only.
10029 (math-build-units-table-buffer): Use view-mode.
10030
10031 2005-05-20 David Kastrup <dak@gnu.org>
10032
10033 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
10034 easy-menu-add is not a nop on Emacs; and clarify when to call it.
10035
10036 2005-05-20 Lute Kamstra <lute@gnu.org>
10037
10038 * diff-mode.el (diff-header-face, diff-file-header-face)
10039 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10040 (diff-added-face, diff-changed-face, diff-function-face)
10041 (diff-context-face, diff-nonexistent-face): Put them in the
10042 diff-mode customization group.
10043
10044 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
10047
10048 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
10049
10050 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
10051 Minor regexp-optimization.
10052
10053 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10054
10055 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
10056 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
10057 (org-agenda-add-time-grid-maybe): New function.
10058 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
10059 (org-table-create): `dotimes' instead of `mapcar'.
10060 (org-xor): Simplify implementation.
10061 (org-agenda): `inhibit-redisplay' turned on.
10062 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
10063 a consistent line after a state change.
10064 (org-agenda-remove-times-when-in-prefix): New option.
10065 (org-prefix-has-time): New variable.
10066 (org-parse-time-string): Optional argument NODEFAULT.
10067 (org-format-agenda-item): Parse items for time-of-day
10068 specifications and move these into the prefix if possible.
10069 (org-agenda-priority): Get current heading, not previous heading
10070 during agenda remote editing.
10071
10072 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
10073
10074 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
10075 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
10076 (remove-duplicates, delete-duplicates, substitute)
10077 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
10078 (nsubstitute-if-not, find, find-if, find-if-not, position)
10079 (position-if, position-if-not, count, count-if, count-if-not)
10080 (mismatch, search, sort*, stable-sort, merge, member*)
10081 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
10082 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
10083 (intersection, nintersection, set-difference, nset-difference)
10084 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
10085 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
10086 (nsublis, tree-equal): Improve argument/docstring consistency.
10087
10088 * subr.el (send-string, send-region):
10089 Remove obsolescence declaration.
10090 (window-dot, set-window-dot, read-input, show-buffer)
10091 (eval-current-buffer, string-to-int):
10092 Add release number to obsolescence declarations.
10093
10094 2005-05-19 Kim F. Storm <storm@cua.dk>
10095
10096 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
10097 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
10098
10099 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
10100
10101 * faces.el (list-faces-display): Make back button respect optional
10102 regexp arg.
10103
10104 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
10105
10106 * calculator.el (calculator-radix-grouping-mode)
10107 (calculator-radix-grouping-digits, calculator-displayer)
10108 (calculator-radix-grouping-separator, calculator-copy-displayer):
10109 * dabbrev.el (dabbrev-search-these-buffers-only):
10110 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
10111 (diff-advance-after-apply-hunk, diff-mode-hook)
10112 (diff-minor-mode-prefix):
10113 * imenu.el (imenu-use-popup-menu):
10114 * jit-lock.el (jit-lock-context-time):
10115 * newcomment.el (comment-fill-column, comment-column)
10116 (comment-style, comment-padding, comment-multi-line)
10117 (comment-empty-lines, comment-auto-fill-only-comments):
10118 * reveal.el (reveal-around-mark):
10119 * uniquify.el (uniquify-buffer-name-style)
10120 (uniquify-after-kill-buffer-p)
10121 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
10122 (uniquify-min-dir-content, uniquify-separator)
10123 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
10124 * w32-vars.el (w32-fixed-font-alist):
10125 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
10126 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
10127 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
10128 * progmodes/perl-mode.el (perl-indent-level)
10129 (perl-continued-statement-offset, perl-continued-brace-offset)
10130 (perl-brace-offset, perl-brace-imaginary-offset)
10131 (perl-label-offset, perl-indent-continued-arguments)
10132 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
10133 * progmodes/tcl.el (tcl-indent-level)
10134 (tcl-continued-indent-level, tcl-auto-newline)
10135 (tcl-tab-always-indent, tcl-electric-hash-style)
10136 (tcl-help-directory-list, tcl-use-smart-word-finder)
10137 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
10138 (inferior-tcl-source-command):
10139 * textmodes/fill.el (enable-kinsoku):
10140 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
10141 * textmodes/table.el (table-yank-handler):
10142 Specify missing group (and type, if simple) in defcustom.
10143
10144 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10145
10146 * progmodes/compile.el (compilation-finish-function): Fix defvar.
10147
10148 2005-05-19 Richard M. Stallman <rms@gnu.org>
10149
10150 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
10151
10152 * subr.el (event-basic-type): Don't get an error.
10153 (left-fringe-p): Function deleted.
10154
10155 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
10156 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
10157
10158 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
10159 in recursive copy.
10160
10161 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
10162
10163 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
10164
10165 * emacs-lisp/bytecomp.el
10166 (byte-compile-file-form-custom-declare-variable): Call
10167 byte-compile-nogroup-warn if appropriate.
10168
10169 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
10170 (compilation-set-window): Don't call left-fringe-p; do it directly.
10171
10172 2005-05-19 Jay Belanger <belanger@truman.edu>
10173
10174 * calc/calc-graph.el (calc-graph-format-data): Make sure
10175 var-PlotRejects is bound before trying to check its value.
10176
10177 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
10178
10179 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
10180 definition of this variable from reftex-global.el to reftex.el,
10181 because it is needed in the menu.
10182
10183 2005-05-19 Lute Kamstra <lute@gnu.org>
10184
10185 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10186 years are fixed. Don't insert a space after a dash.
10187
10188 2005-05-19 Kim F. Storm <storm@cua.dk>
10189
10190 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10191
10192 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
10193
10194 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10195 strings, because (eq ... ?\\) is fairly frequent.
10196
10197 * progmodes/make-mode.el (makefile-add-this-line-targets):
10198 Simplify and integrate into `makefile-pickup-targets'.
10199 (makefile-add-this-line-macro): Simplify and integrate into
10200 `makefile-pickup-macros.
10201 (makefile-pickup-filenames-as-targets): Simplify.
10202 (makefile-previous-dependency, makefile-match-dependency):
10203 Don't stumble over `::'.
10204
10205 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
10206
10207 * subr.el (post-command-idle-hook, post-command-idle-delay):
10208 Remove obsoletion of post-command-idle-hook and
10209 post-command-idle-delay.
10210
10211 * faces.el (list-faces-display): Provide button when describe-face
10212 is called to take user back to the list of faces.
10213
10214 * help-fns.el (describe-variable): Remove hyperlinks in a
10215 variable's value as these are quite frequently inappropriate.
10216
10217 * follow.el (follow-submit-feedback, follow-mode):
10218 Remove references to post-command-idle-hook.
10219
10220 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
10221
10222 * progmodes/make-mode.el (makefile-previous-dependency)
10223 (makefile-match-dependency): Check for := (and in bsd mode also
10224 !=) to give a better result, even when font-lock is not on.
10225
10226 2005-05-18 Jay Belanger <belanger@truman.edu>
10227
10228 * calc/calc-help.el (calc-s-prefix-help):
10229 Add `calc-copy-special-constant' to help string.
10230
10231 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10232
10233 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10234
10235 2005-05-18 Jay Belanger <belanger@truman.edu>
10236
10237 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10238 in linear factors are in proper order.
10239
10240 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10241
10242 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10243 Support for jurabib.
10244
10245 * textmodes/reftex.el (featurep): Define aliases for overlay
10246 commands, for XEmacs compatibility, and use these aliases in
10247 overlay initializations.
10248 (reftex-highlight): Use `reftex-move-overlay'.
10249 (reftex-unhighlight): Use `reftex-delete-overlay'.
10250 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
10251 (reftex-access-search-path): Use `reftex-uniquify' instead of
10252 `reftex-uniq'
10253
10254 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10255 `before-string' property modification enables for Emacs as well.
10256 (reftex-select-item): Use `reftex-delete-overlay'.
10257 (reftex-select-mark): Use `reftex-make-overlay' and
10258 `reftex-overlay-put'.
10259 (reftex-select-unmark): Use `reftex-delete-overlay' and
10260 `reftex-overlay-put'.
10261
10262 2005-05-18 Lute Kamstra <lute@gnu.org>
10263
10264 * emacs-lisp/lisp.el (check-parens): Fix docstring.
10265
10266 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
10267
10268 * add-log.el (add-change-log-entry):
10269 * array.el (array-make-template, array-reconfigure-rows)
10270 (array-init-max-row, array-init-max-column)
10271 (array-init-columns-per-line, array-init-field-width):
10272 * replace.el (replace-match-maybe-edit, perform-replace):
10273 * textmodes/spell.el (spell-region):
10274 Replace `read-input' by `read-string'.
10275
10276 * forms.el (forms-mode):
10277 * finder.el (finder-compile-keywords):
10278 * shadowfile.el (shadow-read-files):
10279 Replace `eval-current-buffer' by `eval-buffer'.
10280
10281 * terminal.el (te-pass-through):
10282 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10283 (ange-ftp-raw-send-cmd):
10284 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10285 (send-process-next-char, telnet-initial-filter, telnet):
10286 Replace `send-string' by `process-send-string'.
10287
10288 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10289 (prolog-consult-region): Replace `send-string' by
10290 `process-send-string'; replace `send-region' by `process-send-region'.
10291
10292 * progmodes/delphi.el (delphi-log-msg):
10293 Replace `set-window-dot' by `set-window-point'.
10294
10295 * subr.el (window-dot, set-window-dot, read-input, send-string)
10296 (send-region, show-buffer, eval-current-buffer):
10297 Make really obsolete, as the comment says.
10298
10299 2005-05-17 Kim F. Storm <storm@cua.dk>
10300
10301 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10302 (cua--init-keymaps): Bind C-return instead of S-return to set
10303 rectangle mark.
10304
10305 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10306 instead of S-return to toggle/clear rectangle mark.
10307
10308 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10309
10310 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10311 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10312 Also fontify plain strings assigned to variables, mostly so that a
10313 colon has a face and is thus not taken as a dependency separator.
10314 (makefile-previous-dependency): Inline the new matcher, because it
10315 is too complex to work in both directions.
10316 (makefile-match-dependency): Eliminate `backward' arg (see above).
10317 Completely reimplemented so as to not sometimes go into an endless
10318 loop. It should also be more efficient, because first it only
10319 searches for `:', instead of applying the very complex regexp.
10320 (makefile-mode): Cancel `font-lock-support-mode', because blocks
10321 to be fontified in one piece can be too long for JIT.
10322 Makefiles are never *that* big.
10323
10324 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10325
10326 * dired.el (dired-mode): Simplify.
10327
10328 2005-05-17 Lute Kamstra <lute@gnu.org>
10329
10330 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10331 defcustom for the mode hook variable.
10332
10333 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10334 Emacs Lisp Reference Manual.
10335
10336 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10337
10338 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10339 (evenp, list*):
10340 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10341 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10342
10343 * net/tramp-smb.el (tramp-smb-open-connection):
10344 Pass `tramp-chunksize' as fifth (required) argument.
10345
10346 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10347
10348 * font-lock.el (lisp-font-lock-keywords-1):
10349 Set `font-lock-negation-char-face' for [^...] char group.
10350 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10351
10352 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10353 a var, and refine it to mask one more level of nested vars.
10354 (makefile-rule-action-regex): Turn it into a var, and refine it so
10355 it recognizes backslashed continuation lines as belonging to the
10356 same command.
10357 (makefile-macroassign-regex): Refine it so it recognizes
10358 backslashed continuation lines as belonging to the same command.
10359 (makefile-var-use-regex): Don't look at the next char, because it
10360 might be the same one to be skipped by the initial [^$], leading
10361 to an overlooked variable use.
10362 (makefile-make-font-lock-keywords): Remove two parameters, which
10363 are now variables that some of the modes set locally.
10364 Handle dependency and rule action matching through functions, because
10365 regexps alone match too often. Dependency matching now comes
10366 last, so it can check, whether a colon already matched something else.
10367 (makefile-mode): Inform that font-lock improves makefile parsing
10368 capabilities.
10369 (makefile-match-dependency, makefile-match-action): New functions.
10370
10371 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10372
10373 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10374
10375 * align.el (align-regexp):
10376 * ansi-color.el (ansi-color-get-face):
10377 * array.el (array-reconfigure-rows, array-init-max-row)
10378 (array-init-max-column, array-init-columns-per-line)
10379 (array-init-field-width):
10380 * dired-aux.el (dired-trample-file-versions):
10381 * dired-x.el (dired-mark-sexp):
10382 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10383 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10384 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10385 * faces.el (face-read-integer):
10386 * files.el (backup-extract-version, insert-directory):
10387 * hexl.el (hexl-insert-decimal-char):
10388 * server.el (server-process-filter):
10389 * shell.el (shell-extract-num):
10390 * startup.el (command-line-1):
10391 * term.el (term-command-hook):
10392 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10393 (time-stamp-do-number):
10394 * time.el (display-time-update):
10395 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10396 (timezone-fix-time):
10397 * vms-patch.el (vms-suspend-resume-hook):
10398 * calendar/appt.el (appt-convert-time):
10399 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10400 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10401 * calendar/cal-islam.el (mark-islamic-diary-entries):
10402 * calendar/calendar.el (calendar-cursor-to-date)
10403 (calendar-star-date):
10404 * calendar/diary-lib.el (diary-attrtype-convert)
10405 (mark-diary-entries, diary-entry-time):
10406 * calendar/solar.el (solar-get-number):
10407 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10408 * emacs-lisp/re-builder.el (reb-display-subexp):
10409 * emulation/edt.el (edt-set-scroll-margins):
10410 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10411 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10412 (vip-get-ex-count):
10413 * emulation/viper-ex.el (viper-get-ex-token)
10414 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10415 * international/fontset.el (fontset-plain-name):
10416 * mail/feedmail.el (feedmail-look-at-queue-directory):
10417 * mail/mailalias.el (mail-get-names):
10418 * mail/rmail.el (rmail-convert-to-babyl-format):
10419 * mail/rmailsum.el (rmail-make-basic-summary-line)
10420 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10421 (rmail-summary-goto-msg):
10422 * mail/smtpmail.el (smtpmail-read-response):
10423 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10424 (ange-ftp-vms-add-file-entry):
10425 * play/gametree.el (gametree-looking-at-ply)
10426 (gametree-current-branch-score):
10427 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10428 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10429 * progmodes/cperl-mode.el (condition-case):
10430 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10431 (ebrowse-set-member-buffer-column-width)
10432 (ebrowse-select-1st-to-9nth):
10433 * progmodes/etags.el (etags-snarf-tag):
10434 * progmodes/flymake.el (flymake-parse-line):
10435 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10436 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10437 (idlwave-shell-menu-def):
10438 * progmodes/ps-mode.el (ps-run-goto-error):
10439 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10440 (vhdl-speedbar-contract-level):
10441 * term/mac-win.el (x-handle-numeric-switch):
10442 * term/sun-mouse.el (sun-get-frame-data):
10443 * term/w32-win.el (x-handle-numeric-switch):
10444 * term/x-win.el (x-handle-numeric-switch):
10445 * textmodes/ispell.el (ispell-parse-output):
10446 * textmodes/nroff-mode.el (nroff-outline-level):
10447 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10448 (reftex-bib-sort-year-reverse, reftex-format-citation):
10449 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10450 (reftex-section-number):
10451 * textmodes/texinfmt.el (texinfo-paragraphindent):
10452 Replace `string-to-int' by `string-to-number'.
10453
10454 * international/latexenc.el: Add page marker to force the "Local
10455 Variables:" string out of the last page.
10456
10457 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10458
10459 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10460 tooltip-change-major-mode.
10461 (gud-tooltip-print-command): Remove case where gud-minor-mode
10462 is gdb ("--fullname").
10463 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10464 explain to user.
10465
10466 2005-05-16 Jay Belanger <belanger@truman.edu>
10467
10468 * calc/calc-store.el (calc-copy-special-constant): New function.
10469
10470 * calc/calc-ext.el (calc-init-extensions): Add binding for
10471 `calc-copy-special-constant'.
10472
10473 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10474 for the `calc-copy-special-constant' command.
10475
10476 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10477
10478 * subr.el (left-fringe-p): New function.
10479
10480 * progmodes/compile.el (compilation-setup): Set local value of
10481 overlay-arrow-string to "" always.
10482 (compilation-set-window): Left fringe then don't scroll.
10483 No left fringe then no arrow and scroll message to top.
10484 (compilation-context-lines): Adjust doc string accordingly.
10485
10486 2005-05-16 Kim F. Storm <storm@cua.dk>
10487
10488 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10489 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10490 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10491 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10492 (ido-read-file-name): Handle commands with ido property value
10493 equal to find-file as reading a file name, to allow C-d to enter dired.
10494 (ibuffer-find-file): Add ido property with value find-file.
10495
10496 2005-05-15 Kim F. Storm <storm@cua.dk>
10497
10498 * subr.el (open-network-stream-nowait): Remove.
10499 (open-network-stream-server): Remove.
10500
10501 2005-05-15 Richard M. Stallman <rms@gnu.org>
10502
10503 * faces.el (describe-face): Output a definition link button.
10504
10505 * help-mode.el (help-face-def): New button type.
10506
10507 * emacs-lisp/copyright.el (copyright-fix-years):
10508 Match properly if the first year is 2-digit.
10509 Don't mess up the whitespace after the years by filling.
10510
10511 * dired-aux.el (dired-mark-confirm):
10512 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10513
10514 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10515 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10516 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10517
10518 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10519 Set font-lock-comment-start-skip.
10520
10521 * font-lock.el (font-lock-comment-start-skip): New variable.
10522 (font-lock-comment-end-skip): New variable.
10523 (font-lock-fontify-syntactically-region): Use them if non-nil.
10524
10525 2005-05-15 Jay Belanger <belanger@truman.edu>
10526
10527 * calc/calc-store.el (calc-store-value): Return a string rather
10528 than display it as a message.
10529 Use calc-var-name for variable name.
10530 (calc-store-into): Add the result of calc-store-value to message.
10531 (calc-copy-variable): Add a message.
10532 (calc-store-exchange): Improve error messages.
10533 (calc-store-binary, calc-store-map): Don't reset the values of
10534 special constants.
10535
10536 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10537
10538 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10539 manual to docstring.
10540
10541 * files.el (hack-local-variables-confirm): Add STRING argument.
10542 Make the function handle non file visiting buffers correctly.
10543 (hack-local-variables-prop-line, hack-local-variables)
10544 (hack-one-local-variable): Use STRING arg of
10545 `hack-local-variables-confirm'.
10546
10547 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10548
10549 Sync with Tramp 2.0.49.
10550
10551 * net/tramp.el (tramp-handle-dired-call-process)
10552 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10553 because the contents of the Tramp buffer is changed before
10554 insertion (`expand-file' and alike).
10555 (tramp-handle-insert-directory): If `localname' has an empty
10556 nondirectory name, it must not be quoted.
10557 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10558 variable `tramp-chunksize'. Change callees.
10559 (tramp-open-connection-setup-interactive-shell): Check remote host
10560 for buggy `send-process-string' implementation.
10561 Set `tramp-chunksize' if found. Reported by Michael Kifer
10562 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10563 (tramp-handle-shell-command): `insert-buffer' cannot be used
10564 because the contents of the Tramp buffer is changed before
10565 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10566 <frederic.bothamy@free.fr>.
10567 (tramp-set-auto-save): Actions should be done for Tramp file name
10568 handler only. Ange-FTP has its own auto-save mechanism.
10569 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10570 (tramp-set-auto-save-file-modes): Set file modes of
10571 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10572 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10573 (tramp-bug): Remove obsolete variable.
10574 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10575 for presence of `mml-mode'. Make it running for older Emacsen as well.
10576
10577 2005-05-14 John Paul Wallington <jpw@pobox.com>
10578
10579 * ibuf-ext.el (define-ibuffer-filter filename):
10580 If `dired-directory' is a list, use its car.
10581
10582 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10583
10584 * ibuffer.el (define-ibuffer-column filename):
10585 If `dired-directory' is a list, use its car.
10586
10587 2005-05-14 Richard M. Stallman <rms@gnu.org>
10588
10589 * subr.el (symbol-file): Doc fix.
10590
10591 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10592 (byte-compile-form): Call byte-compile-nogroup-warn.
10593 (byte-compile-warning-types): Doc fix.
10594
10595 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10596
10597 * progmodes/cc-engine.el (c-literal-faces):
10598 Add font-lock-comment-delimiter-face.
10599
10600 * net/net-utils.el (dig): Use with-no-warnings.
10601
10602 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10603 (sc-recite-frame-alist, sc-default-cite-frame)
10604 (sc-default-uncite-frame, sc-default-recite-frame)
10605 (sc-attrib-selection-list, sc-rewrite-header-list):
10606 Mark as risky-local-variable.
10607
10608 * international/ogonek.el (ogonek-jak, ogonek-how):
10609 Don't use beginning-of-buffer.
10610
10611 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10612
10613 * calendar/solar.el (solar-data-list): Move definition up.
10614
10615 * dnd.el (dnd-protocol-alist): Add autoload.
10616
10617 * progmodes/sh-script.el: Many doc usage fixes.
10618 (sh-indent-after-do): Change default to match common styles.
10619
10620 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10621
10622 * files.el (interpreter-mode-alist)
10623 (auto-mode-interpreter-regexp): Doc fixes.
10624
10625 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10626
10627 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10628
10629 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10630
10631 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10632
10633 * dired.el (dired-mode): make-variable-buffer-local =>
10634 make-local-variable.
10635
10636 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10637
10638 * term/mac-win.el (mac-select-convert-to-string): Try coding
10639 systems in mac-script-code-coding-systems if specified one cannot
10640 encode string for `com.apple.traditional-mac-plain-text'.
10641
10642 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10643
10644 * progmodes/make-mode.el (makefile-targets-face)
10645 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10646 (makefile-dependency-regex): Fix it to not make the colon in
10647 $(var:a=b) special.
10648 (makefile-rule-action-regex): New regexp for highlighting embedded
10649 Shell strings.
10650 (makefile-macroassign-regex): Handle != for highlighting as
10651 embedded Shell strings.
10652 (makefile-var-use-regex): New const.
10653 (makefile-statements, makefile-automake-statements)
10654 (makefile-gmake-statements, makefile-makepp-statements)
10655 (makefile-bsdmake-statements): New consts.
10656 (makefile-make-font-lock-keywords): New function.
10657 (makefile-automake-font-lock-keywords)
10658 (makefile-gmake-font-lock-keywords)
10659 (makefile-makepp-font-lock-keywords)
10660 (makefile-bsdmake-font-lock-keywords): New consts.
10661 (makefile-mode-map): Add switchers between the various submodes.
10662 (makefile-mode): Document the availability of the variants.
10663 (makefile-automake-mode, makefile-gmake-mode)
10664 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10665
10666 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10667 new variants of makefile-mode.
10668
10669 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10670
10671 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10672 the inheritance.
10673
10674 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10675
10676 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10677 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10678
10679 * files.el (normal-mode): Extend the scope of the
10680 `enable-local-variables' binding to include the `set-auto-mode' call.
10681 (magic-mode-alist): Doc fix.
10682
10683 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10684
10685 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10686 font-lock-comment-face rather than copying its setting.
10687
10688 2005-05-12 Andreas Schwab <schwab@suse.de>
10689
10690 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10691
10692 2005-05-12 Lute Kamstra <lute@gnu.org>
10693
10694 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10695 defcustom for the mode hook variable. Delete the last argument.
10696 * generic-x.el: Fix callers of define-generic-mode.
10697 (generic-x-modes): Delete group.
10698 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10699 generic-x customization group.
10700
10701 2005-05-12 Kim F. Storm <storm@cua.dk>
10702
10703 * font-lock.el (font-lock-negation-char-face): Default to "off".
10704
10705 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10706 font-lock-negation-char-face to ! in !=.
10707
10708 2005-05-12 Masatake YAMATO <jet@gyve.org>
10709
10710 * add-log.el (find-change-log): Fix typos in the docstring
10711 of function.
10712
10713 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10714
10715 * international/latexenc.el (latexenc-find-file-coding-system):
10716 Avoid `re-search-forward' when looking for input encoding because
10717 of speed and safety. Better regular expressions for recognizing
10718 input encoding. Limit a search for TeX-master/tex-main-file to
10719 the local variable section.
10720
10721 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10722
10723 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10724 syntax of $ to "'" (quote).
10725
10726 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10727
10728 * dnd.el (dnd-protocol-alist): Improve custom type.
10729
10730 * dired.el (dired-dnd-protocol-alist): New variable.
10731 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10732 `dired-mode-hook' to the end.
10733
10734 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10735
10736 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10737 comment-end if comment-start-skip is not set.
10738 Obey the font-lock-comment-delimiter-face variables.
10739
10740 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10741
10742 * files.el (executable-find): Move from executable.el. Use
10743 locate-file.
10744 * progmodes/executable.el (executable-find): Move to files.el.
10745
10746 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10747 when trying to ensure forward progress.
10748
10749 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10750
10751 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10752 (mouse-select, mouse-select-internal, mouse-extend-internal):
10753 Use it to implement mouse-1-click-follows-link functionality.
10754
10755 2005-05-11 Richard M. Stallman <rms@gnu.org>
10756
10757 * font-lock.el (font-lock-fontify-syntactically-region):
10758 Use font-lock-comment-delimiter-face for comment delimiters.
10759
10760 2005-05-10 Jay Belanger <belanger@truman.edu>
10761
10762 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10763 preserving embedded modes.
10764
10765 2005-05-10 Richard M. Stallman <rms@gnu.org>
10766
10767 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10768
10769 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10770 Move from ada-stmt.el.
10771 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10772
10773 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10774 Move to ada-mode.el.
10775 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10776
10777 * cus-edit.el (custom-file): Call file-chase-links.
10778
10779 * files.el (read-directory-name): Fix previous change.
10780 (hack-local-variables-confirm): New function.
10781 (hack-local-variables-prop-line, hack-local-variables)
10782 (hack-one-local-variable): Use it.
10783
10784 2005-05-10 Lute Kamstra <lute@gnu.org>
10785
10786 * font-lock.el (font-lock-keywords-alist)
10787 (font-lock-removed-keywords-alist): Clarify docstrings.
10788
10789 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10790
10791 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10792 (gdb-source-info): Check for preprocessor info.
10793 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10794 a macro for a function.
10795 (gdb-info-breakpoints-custom): Try to find file again if not already
10796 found (user might have used GDB dir command).
10797 (gdb-get-location): Update gdb-location-alist correctly for change
10798 to gdb-info-breakpoints-custom.
10799
10800 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10801 (gud-tooltip-print-command): Add gdbmi case.
10802 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10803 preprocessor info.
10804
10805 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10806
10807 * startup.el (fancy-splash-insert): Fix typo in doc string.
10808
10809 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10810
10811 * obsolete/float.el (string-to-float):
10812 * obsolete/hilit19.el (hilit-add-pattern):
10813 * obsolete/rnews.el (news-parse-range, news-select-message)
10814 (news-get-pruned-list-of-files): Replace `string-to-int' by
10815 `string-to-number'.
10816
10817 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10818 `find-file-not-found-hooks'; use `add-hook'.
10819 (uncompress-while-visiting): Set `write-file-functions', not
10820 `write-file-hooks'; use `add-hook'.
10821
10822 2005-05-09 Kim F. Storm <storm@cua.dk>
10823
10824 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10825 (cua-paste): Handle clipboard action.
10826 (cua--init-keymaps): Remap clipboard-kill-region and
10827 clipboard-kill-ring-save.
10828
10829 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10830
10831 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10832 Improve commentary.
10833
10834 * simple.el (next-error-overlay-arrow-position): Revert the change
10835 made on 2005-04-30.
10836
10837 2005-05-07 Jay Belanger <belanger@truman.edu>
10838
10839 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10840 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10841 `calc-sel-reselect'.
10842
10843 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10844 Calc is in embedded mode.
10845
10846 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10847
10848 * progmodes/compile.el (compilation-setup):
10849 Set overlay-arrow-string to an empty string on text terminals.
10850
10851 * textmodes/ispell.el (ispell-program-name): Try looking for
10852 "aspell" along exec-path, and if found, use it as the default
10853 speller program.
10854
10855 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10856
10857 * international/mule.el (sgml-xml-auto-coding-function):
10858 Recognize encoding='FOO' in single quotes as well as in double quotes.
10859
10860 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10861
10862 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10863 as well as `interactive', so that defmacro* would recognize
10864 `declare' forms.
10865
10866 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10867
10868 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10869 Explain more about the LIGHTER arg's usage in the doc string.
10870 Add commentary to clarify what the code does. Fix the regexp that
10871 strips whitespace from LIGHTER. Quote LIGHTER before using it,
10872 since it could have characters special to regular expressions.
10873
10874 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10875
10876 * replace.el (occur-1): Bind inhibit-read-only so that
10877 erase-buffer doesn't barf on read-only text properties (likewise
10878 for add-text-properties in occur-engine). Mark buffer as unmodified.
10879 (occur-engine): Don't set buffer-read-only here.
10880
10881 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10882
10883 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
10884 list-buffers-directory. This caused the *cvs-commit* buffer to be
10885 sometimes mistakenly reused as a *cvs* buffer.
10886
10887 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
10888
10889 * tooltip.el: Move code for GUD tooltips into gud.el.
10890 (require): CL no longer needed to compile case.
10891 (tooltip-mode): Do not toggle functions for GUD tooltips.
10892 (tooltip-gud-tips-p): Remove. Replace with minor mode
10893 gud-tooltip-mode in gud.el.
10894 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
10895 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
10896 tooltip-gud prefix with gud-tooltip and obsolete.
10897 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
10898 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
10899 (tooltip-mouse-motion): Mouse movement functions/variable.
10900 Rename in gud.el by adding gud prefix.
10901 (tooltip-gud-original-filter, tooltip-gud-dereference)
10902 (tooltip-gud-event, tooltip-toggle-gud-tips)
10903 (tooltip-gud-process-output, tooltip-gud-print-command)
10904 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
10905 gud.el by replacing tooltip-gud prefix with gud-tooltip.
10906 (gdb-tooltip-print): Move to gdb-ui.el.
10907
10908 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
10909 (require): CL needed to compile case.
10910 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
10911 tooltip-gud-tips-p. Make it a minor-mode.
10912 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
10913 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
10914 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
10915 (gud-tooltip-change-major-mode)
10916 (gud-tooltip-activate-mouse-motions-if-enabled)
10917 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
10918 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
10919 (gud-tooltip-original-filter, gud-tooltip-dereference)
10920 (gud-tooltip-event, tooltip-toggle-gud-tips)
10921 (gud-tooltip-process-output, gud-tooltip-print-command)
10922 (gud-tooltip-tips): Move from tooltip.el.
10923
10924 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
10925 (gdb-cpp-define-alist-flags): Doc fix.
10926 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
10927 gud-tooltip-mode is t.
10928
10929 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
10930
10931 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
10932 evaporate if their text is deleted.
10933 (goto-address-at-point): Make it work as a mouse binding as well.
10934 (goto-address-at-mouse): Obsolete it. Update users.
10935
10936 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10937
10938 * calendar/appt.el (top-level): No longer activate on load.
10939
10940 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
10941
10942 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10943 * net/webjump.el (webjump):
10944 * progmodes/idlw-help.el (idlwave-do-context-help1)
10945 (idlwave-highlight-linked-completions):
10946 * textmodes/po.el (po-find-file-coding-system-guts):
10947 Replace `assoc-ignore-case' by `assoc-string'.
10948
10949 2005-05-06 Eli Zaretskii <eliz@gnu.org>
10950
10951 * files.el (locate-file): Doc fix.
10952
10953 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
10954 Remove the redundant test for ms-dos.
10955
10956 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
10957 look for the preprocessor with exec-suffixes. If not found in
10958 standard places, look in exec-path. Remove most of the tests that
10959 used system-type.
10960
10961 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
10962
10963 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
10964
10965 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
10966 file-name clash with jka-compr.el on 8+3 filesystems.
10967
10968 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10969
10970 * term/mac-win.el: Don't define or bind scroll bar functions if
10971 x-toolkit-scroll-bars is t.
10972 (x-select-text, x-get-selection-value): Clear
10973 x-last-selected-text-clipboard if x-select-enable-clipboard is
10974 nil.
10975 (PRIMARY): Put mac-scrap-name property.
10976 (mac-select-convert-to-file-url): New function.
10977 (public.file-url): New selection target type. Add to
10978 selection-converter-alist.
10979 (x-get-selection, x-selection-value): Handle it.
10980 (x-cut-buffer-or-selection-value): New alias.
10981
10982 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10983
10984 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
10985 entry to avoid calling bibtex-find-entry with arg global
10986 being t. Remove arg key.
10987 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
10988 (bibtex-copy-summary-as-kill): Change accordingly.
10989
10990 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
10991
10992 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
10993 (org-agenda-date-later): Use with-current-buffer.
10994
10995 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
10996
10997 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
10998 (define-obsolete-variable-alias): Doc Fixes.
10999
11000 2005-05-06 Kim F. Storm <storm@cua.dk>
11001
11002 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
11003 vertical-motion when selective-display is active.
11004
11005 * ido.el (ido-setup-hook): New hook.
11006 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
11007 (ido-input-stack): New var.
11008 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
11009 ido-next-work-file binding to M-O.
11010 Bind M-f to ido-wide-find-file-or-pop-dir.
11011 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
11012 (ido-read-internal): Run ido-setup-hook.
11013 Catch quit in read-file-name and read-string to cancel edit.
11014 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
11015 Automatically pop-all when completing a directory name (RET).
11016 (ido-file-internal): Add with-no-warnings around ffap and dired code.
11017 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
11018 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
11019 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
11020 New functions for M-b/M-f to move among the directory components.
11021 (ido-make-merged-file-list): Catch quit to cancel merge.
11022 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
11023 (ido-completion-help): No warnings for ido-completion-buffer-full.
11024
11025 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
11026
11027 * font-lock.el (font-lock-negation-char-face): New face and variable.
11028 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
11029 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
11030 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
11031 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
11032
11033 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
11034
11035 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
11036 Fix typo in docstring.
11037
11038 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
11039 (ebrowse-print-statistics-line)
11040 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
11041
11042 * term/w32-win.el (image-library-alist): Add additional name for
11043 Xpm library.
11044
11045 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
11046
11047 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
11048 use gcc instead of cpp.
11049
11050 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
11051 (gdb-create-define-alist): Use it.
11052 (gdb-cpp-define-alist-program): Update for MS-DOS.
11053
11054 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
11055
11056 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
11057
11058 2005-05-04 Richard M. Stallman <rms@gnu.org>
11059
11060 * help.el (describe-key): No error when UNTRANSLATED is nil.
11061
11062 * simple.el (line-move-1): Fix previous change to signal errors
11063 appropriately.
11064
11065 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
11066
11067 * calendar/icalendar.el (icalendar-version): Now at 0.12.
11068 (icalendar-duration-correction): Remove.
11069 (icalendar--get-event-properties): Split result at commas.
11070 (icalendar--decode-isoduration): New optional argument
11071 DURATION-CORRECTION.
11072 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
11073 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
11074 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
11075 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
11076 (icalendar--convert-anniversary-to-ical): New functions, extracted
11077 from icalendar-export-region, with bug fixes.
11078 (icalendar-export-region): Use the above functions.
11079 (icalendar-import-buffer): Check before saving diary file.
11080 (icalendar--convert-recurring-to-diary)
11081 (icalendar--convert-non-recurring-all-day-to-diary)
11082 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
11083 extracted from icalendar--convert-ical-to-diary, with bug fixes.
11084 (icalendar--convert-ical-to-diary): Use the above functions.
11085
11086 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
11087
11088 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
11089 Remove these recent additions.
11090 (c-mode): Restore to before 2005-04-28.
11091
11092 * progmodes/cc-vars.el (cc-define-list-program): Remove this
11093 recent addition.
11094
11095 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
11096 (gdb-define-alist): New variables.
11097 (gdb-create-define-alist): New function.
11098 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
11099 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
11100 with string-to-number.
11101 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
11102
11103 * progmodes/gud.el: Replace string-to-int with string-to-number.
11104 (gud-find-file): Handle gdb-define-alist.
11105
11106 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
11107
11108 2005-05-02 Jay Belanger <belanger@truman.edu>
11109
11110 * calc/calc-aent.el (math-read-token):
11111 * calc/calc-bin.el (calc-word-size):
11112 * calc/calc-ext.el (calc-read-number-fancy):
11113 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
11114 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
11115 * calc/calc-frac.el (calc-over-notation):
11116 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
11117 (calc-graph-num-points, calc-graph-init):
11118 * calc/calc-prog.el (calc-read-parse-table-part)
11119 (calc-edit-macro-repeats):
11120 * calc/calc-yank.el (calc-do-grab-rectangle):
11121 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
11122 Replace `string-to-int' by `string-to-number'.
11123
11124 2005-05-02 Kim F. Storm <storm@cua.dk>
11125
11126 * kmacro.el: Use executing-kbd-macro-index variable.
11127
11128 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
11129
11130 * net/rlogin.el (rlogin-parse-words): Delete func.
11131 (rlogin): Use split-string, not rlogin-parse-words.
11132 Also, if there are option-like elements in the parsed args,
11133 take the host to be the first arg immediately following them.
11134 Suggested by Michael Mauger.
11135
11136 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11137
11138 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
11139
11140 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11141
11142 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
11143 (cc-mode-cpp-program): Rename to cc-define-list-program and
11144 move to cc-vars.el.
11145
11146 * progmodes/cc-vars.el (cc-define-list-program):
11147 Change to "gcc -E -dM -". Make customizable.
11148
11149 2005-05-02 Kim F. Storm <storm@cua.dk>
11150
11151 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
11152
11153 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11154
11155 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
11156
11157 * international/mule-util.el (truncate-string): Remove alias and
11158 obsolete declaration.
11159
11160 * international/mule-cmds.el (update-iso-coding-systems):
11161 Remove alias and obsolete declaration.
11162
11163 * international/mule.el (coding-system-parent): Remove alias and
11164 obsolete declaration.
11165
11166 * subr.el (define-function, sref): Remove aliases and obsolete
11167 declarations.
11168 (chars-in-region): Remove obsolete declaration.
11169
11170 2005-05-01 Richard M. Stallman <rms@gnu.org>
11171
11172 * info.el (Info-mode): Set widen-automatically to nil, locally.
11173
11174 * simple.el (widen-automatically): New variable.
11175 (pop-global-mark): Obey widen-automatically.
11176
11177 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11178
11179 * term/xterm.el (function-key-map): Call substitute-key-definition
11180 before the keymap size is increased by a lot of define-key calls.
11181
11182 2005-05-01 Richard M. Stallman <rms@gnu.org>
11183
11184 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11185 Rename ARG to ELEMENT. Doc fix.
11186
11187 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11188
11189 * allout.el (allout-exposure): Remove macro and obsolete declaration.
11190 Remove references to allout-exposure/change to allout-new-exposure.
11191
11192 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11193 bytecode symbols.
11194
11195 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11196 (compiled-function-p, focus-frame, unfocus-frame):
11197 Remove aliases and obsolete declarations.
11198 Back out inadvertent changes from previous commit.
11199
11200 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11201
11202 * files.el (require-final-newline): Make Custom tags consistent
11203 with mode-require-final-newline.
11204 (mode-require-final-newline): Doc fix.
11205
11206 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * international/latexenc.el (latexenc-find-file-coding-system):
11209 Fix regular expressions.
11210
11211 2005-05-01 David Kastrup <dak@gnu.org>
11212
11213 * international/latexenc.el (latexenc-find-file-coding-system):
11214 Fix regular expressions.
11215
11216 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11217
11218 * subr.el (string-to-int): Make obsolete.
11219
11220 2005-04-30 Richard M. Stallman <rms@gnu.org>
11221
11222 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11223
11224 * loadup.el: load jka-comp-hook.
11225
11226 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11227 (jka-compr-handler): Add autoload. `put' calls moved
11228 to jka-comp-hook.el.
11229 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11230 (jka-compr-inhibit): Autoload.
11231
11232 * jka-comp-hook.el: New file.
11233 Enable the mode by default.
11234
11235 * files.el (backup-buffer-copy): Use copy-file instead
11236 of write-region, and put back the 'excl.
11237
11238 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
11239
11240 * progmodes/flymake.el (flymake-split-string)
11241 (flymake-split-string, flymake-log, flymake-pid-to-names)
11242 (flymake-reg-names, flymake-get-source-buffer-name)
11243 (flymake-unreg-names, flymake-add-line-err-info)
11244 (flymake-add-err-info): Clarify docstrings.
11245 (flymake-popup-menu, flymake-make-emacs-menu)
11246 (flymake-make-xemacs-menu): Add docstrings.
11247 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11248 Set variables directly throughout.
11249
11250 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
11251
11252 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11253 exists. Initialize cc-define-alist.
11254 (c-mode): Add cc-create-define-alist locally to after-save-hook.
11255 If there is no file (Macroexpansion) don't create an alist.
11256
11257 2005-04-29 Sam Steingold <sds@gnu.org>
11258
11259 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11260 (cc-create-define-alist): Use it instead of the hard-coded string.
11261
11262 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11263
11264 * international/mule-conf.el (file-coding-system-alist): Fix regexp
11265 for latexenc.
11266
11267 2005-04-29 Lute Kamstra <lute@gnu.org>
11268
11269 * emacs-lisp/generic.el: Improve commentary section.
11270 (define-generic-mode): Improve docstring.
11271
11272 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
11273
11274 * textmodes/org.el (many places): Change to quiet the byte compiler.
11275 (org-prefix-format-compiled): New variable.
11276 (org-compile-prefix-format): New function.
11277 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11278 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11279 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11280 (org-get-entries-from-diary): Use `org-get-time-of-day' for
11281 consistency with entries from `org-mode' files.
11282 (org-get-time-of-day): Fix bug with partial matches early in a line.
11283 (org-non-link-chars): New constant.
11284 (org-link-regexp): Respect `org-non-link-chars'.
11285 (org-agenda-day-view): Remove command.
11286 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11287 (org-follow-bbdb-link, org-store-link): Search also company field.
11288 (org-highlight-overlay): New variable.
11289 (org-highlight, org-unhighlight): New functions.
11290 (org-agenda-mode): Add pre-command-hook to remove highlight.
11291 (org-evaluate-time-range): Behavior depends upon whether time stamp
11292 contains a time or not.
11293 (org-show-subtree, org-show-entry): New functions.
11294 (org-agenda-cleanup-fancy-diary): Remove empty lines.
11295
11296 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11297
11298 * comint.el (comint-output-filter-functions): Add autoload cookie.
11299
11300 2005-04-28 Kim F. Storm <storm@cua.dk>
11301
11302 * ido.el (ido-everywhere): Fix last change.
11303
11304 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11305
11306 * international/latexenc.el: New file.
11307 * international/mule-conf.el (file-coding-system-alist): For .tex,
11308 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11309
11310 2005-04-28 Lute Kamstra <lute@gnu.org>
11311
11312 * font-lock.el (font-lock-add-keywords)
11313 (font-lock-remove-keywords): Clarify docstring.
11314 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11315 Don't start docstrings with a `*'.
11316 (font-lock-update-removed-keyword-alist): Give it a docstring.
11317
11318 * generic-x.el: Update commentary section.
11319 Only require font-lock when compiling.
11320 Define all modes conditionally.
11321 Place all generic modes in the generic-x-modes customization group.
11322 (generic-x-modes): New customization group.
11323 (generic-default-modes, generic-mswindows-modes)
11324 (generic-unix-modes, generic-other-modes): New constants.
11325 (generic-define-mswindows-modes, generic-define-unix-modes):
11326 Update docstrings. Make them obsolete.
11327 (generic-extras-enable-list): New default value. Update docstring.
11328 Improve :type. Change :set function.
11329 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11330 Fix docstring.
11331
11332 * emacs-lisp/generic.el (generic-mode-internal):
11333 Simplify font-lock-defaults.
11334 (define-generic-mode): Fix docstring.
11335
11336 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11337
11338 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11339 font-lock-face property to highlight matches.
11340
11341 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11342
11343 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11344 (cc-define-alist): New variable.
11345 (c-mode): Make it local and initialize it.
11346
11347 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11348 (gdb-exited): New function.
11349 (gdb-annotation-rules): Use it.
11350 (gdb-starting): Set gdb-active-process to t.
11351 (gdb-stopping): Amend doc string.
11352 (gdb-reset): Set gdb-active-process to nil.
11353
11354 * tooltip.el (tooltip-gud-tips): Show the associated #define
11355 directives when a C program under GDB is not executing.
11356
11357 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11358
11359 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11360 font-lock-fontify-syntactic-keywords.
11361
11362 * font-lock.el (font-lock-default-fontify-region): Don't force
11363 parse-sexp-lookup-properties to nil.
11364
11365 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11366
11367 * man.el (man-mode-syntax-table): Set up `:' to have
11368 word-constituent syntax.
11369
11370 2005-04-27 Lute Kamstra <lute@gnu.org>
11371
11372 * novice.el (disable-command): Don't add spurious newlines to the
11373 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11374
11375 2005-04-26 Jay Belanger <belanger@truman.edu>
11376
11377 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11378 than one window before deleting window.
11379
11380 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11381
11382 * shell.el (shell-prompt-pattern): Doc fix.
11383 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11384
11385 * comint.el (comint-prompt-regexp, comint-get-old-input)
11386 (comint-use-prompt-regexp)
11387 (comint-use-prompt-regexp-instead-of-fields)
11388 (comint-replace-by-expanded-history, comint-send-input)
11389 (comint-output-filter, comint-get-old-input-default)
11390 (comint-line-beginning-position, comint-bol, comint-show-output)
11391 (comint-backward-matching-input, comint-forward-matching-input)
11392 (comint-next-prompt, comint-previous-prompt):
11393 Rename `comint-use-prompt-regexp-instead-of-fields' to
11394 `comint-use-prompt-regexp'. Keep old name as alias and declare
11395 obsolete.
11396 (comint-use-prompt-regexp): Shorten first line of doc string.
11397
11398 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11399 Set paragraph-separate buffer locally to "\\'".
11400
11401 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11402 Adapt to above name change.
11403
11404 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11405 (smbclient-prompt-regexp): Ditto.
11406
11407 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11408
11409 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11410
11411 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11412 gdb-location-list.
11413 Break lines that are over 80 characters wide.
11414
11415 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11418 New fun and var, to preserve compatibility.
11419
11420 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11421
11422 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11423
11424 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11425 name to file-newer-than-file-p.
11426
11427 2005-04-26 Richard M. Stallman <rms@gnu.org>
11428
11429 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11430
11431 * progmodes/python.el (python-mode):
11432 Use new name eldoc-documentation-function.
11433
11434 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11435
11436 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11437 (eldoc-documentation-function):
11438 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11439
11440 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11441
11442 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11443
11444 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11445
11446 * term/xterm.el (function-key-map): Fix strings for
11447 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11448 {C,S,A,C-S}-{f1-f12}.
11449
11450 2005-04-26 Kenichi Handa <handa@m17n.org>
11451
11452 * international/mule-cmds.el (select-safe-coding-system):
11453 Fix previous change.
11454
11455 2005-04-26 Lute Kamstra <lute@gnu.org>
11456
11457 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11458
11459 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11460 (font-lock-comment-delimiter-face): Ditto.
11461
11462 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11463
11464 2005-04-25 Jay Belanger <belanger@truman.edu>
11465
11466 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11467 to t while inserting information; use help-mode.
11468
11469 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11470
11471 * term.el (ansi-term-color-vector): Use the xterm colors.
11472 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11473
11474 2005-04-25 Lute Kamstra <lute@gnu.org>
11475
11476 * font-core.el (font-lock-defaults): Fix docstring.
11477
11478 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11479
11480 2005-04-25 Kenichi Handa <handa@m17n.org>
11481
11482 * international/mule-cmds.el (select-safe-coding-system):
11483 Don't check consistency with coding: spec, etc if raw-text or
11484 no-conversion was found to be safe.
11485
11486 2005-04-24 Richard M. Stallman <rms@gnu.org>
11487
11488 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11489 citation markers at start of each line.
11490
11491 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11492 citation markers at start of each line.
11493
11494 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11495
11496 * files.el (mode-require-final-newline): Fix previous change.
11497 (require-final-newline): Fix type label.
11498
11499 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11500
11501 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11502 statement in buffer (broken by 2004-11-24 change).
11503
11504 2005-04-24 Kim F. Storm <storm@cua.dk>
11505
11506 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11507 and read-file-name-function values. Don't overwrite existing
11508 non-nil values if ido-mode is enabled without ido-everywhere.
11509
11510 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11511
11512 * files.el (mode-require-final-newline): Minor doc fix.
11513
11514 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11515
11516 * subr.el (syntax-after): Doc fix.
11517 (syntax-class): If argument is nil, return nil. Mask off upper 16
11518 bits, not 8 bits.
11519
11520 * files.el (mode-require-final-newline): Doc fix.
11521 (backup-buffer-copy): Fix last change.
11522
11523 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11524
11525 * term/mac-win.el: Require select. Set selection-coding-system to
11526 mac-system-coding-system. Call menu-bar-enable-clipboard.
11527 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11528 (x-select-enable-clipboard): New variables.
11529 (x-select-text, x-get-selection, x-selection-value)
11530 (x-get-selection-value, mac-select-convert-to-string)
11531 (mac-services-open-file, mac-services-open-selection)
11532 (mac-services-insert-text): New functions.
11533 (CLIPBOARD, FIND): Put mac-scrap-name property.
11534 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11535 (public.tiff): Put mac-ostype property.
11536 (selection-converter-alist): Add entries for them.
11537 (mac-application-menu-map): New keymap.
11538 (interprogram-cut-function, interprogram-paste-function): Set to
11539 x-select-text and x-get-selection-value, respectively.
11540 (split-window-keep-point): Set to t.
11541
11542 2005-04-23 Richard M. Stallman <rms@gnu.org>
11543
11544 * files.el (read-directory-name): Always pass non-nil
11545 DEFAULT-FILENAME arg to read-file-name.
11546 (backup-buffer-copy, basic-save-buffer-2): Take care against
11547 writing thru an unexpected existing symlink.
11548 (revert-buffer): In indirect buffer, revert the base buffer.
11549 (magic-mode-alist): Doc fix.
11550 (buffer-stale-function): Doc fix.
11551 (minibuffer-with-setup-hook): Avoid warning.
11552 (mode-require-final-newline): Doc and custom fix.
11553
11554 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11555
11556 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11557 use the default appearance.
11558 (font-lock-comment-delimiter-face): New face, new variable.
11559
11560 * imenu.el (imenu--generic-function): The official position of a
11561 definition is the start of the line that BEG is in.
11562
11563 * midnight.el (midnight-timer): Move defvar up.
11564
11565 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11566
11567 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11568
11569 * startup.el (command-line): Use with-no-warnings.
11570
11571 * window.el (window-size-fixed): New defvar.
11572
11573 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11574
11575 * mail/rmail.el (rmail-font-lock-keywords):
11576 Use font-lock-comment-delimiter-face.
11577
11578 * mail/sendmail.el (mail-font-lock-keywords):
11579 Use font-lock-comment-delimiter-face.
11580
11581 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11582
11583 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11584
11585 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11586 Specify t for LAXMATCH when matching directories.
11587 Save match data around compilation-compat-error-properties form.
11588
11589 2005-04-23 David Kastrup <dak@gnu.org>
11590
11591 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11592 Mention that the autoloaded aliases should be kept for AUCTeX.
11593
11594 2005-04-23 Andreas Schwab <schwab@suse.de>
11595
11596 * isearch.el (isearch-forward): Doc fix.
11597
11598 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11599
11600 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11601 (jit-lock-stealth-nice): Change default value to 0.5.
11602
11603 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11604
11605 * abbrev.el (write-abbrev-file): Write table entries in
11606 alphabetical order by table name.
11607
11608 2005-04-22 Kim F. Storm <storm@cua.dk>
11609
11610 * ido.el (ido-read-internal): Fix `list' completion.
11611
11612 2005-04-22 Kenichi Handa <handa@m17n.org>
11613
11614 * recentf.el (recentf-save-file-coding-system): New variable.
11615 (recentf-save-list): Encode the file by
11616 recentf-save-file-coding-system and add coding: tag.
11617
11618 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11619
11620 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11621
11622 2005-04-21 Lute Kamstra <lute@gnu.org>
11623
11624 * loadhist.el (unload-feature): Don't remove a function from hooks
11625 if it is about to be restored to an autoload . Remove functions
11626 that will become unbound from auto-mode-alist. Simplify the code.
11627
11628 * subr.el (assq-delete-all): New implementation that is linear,
11629 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11630 (rassq-delete-all): New function.
11631
11632 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11633 Add size-indication-mode.
11634
11635 2005-04-21 Kenichi Handa <handa@m17n.org>
11636
11637 * international/mule-cmds.el: Add autoload for widget-value in
11638 eval-when-compile.
11639
11640 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11641
11642 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11643 Add tooltip-mode.
11644
11645 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11646
11647 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11648
11649 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11650 (inferior-lisp-filter-regexp, inferior-lisp-program)
11651 (inferior-lisp-load-command, inferior-lisp-prompt)
11652 (inferior-lisp-mode-hook, lisp-source-modes)
11653 (inferior-lisp-load-hook): defvar->defcustom.
11654 (inferior-lisp-program, inferior-lisp-prompt)
11655 (inferior-lisp-load-hook): Doc fixes.
11656 (inferior-lisp-install-letter-bindings): Small change in
11657 introductory comment.
11658
11659 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11660
11661 * vc.el (vc-annotate-color-map): Change some colors so that text
11662 using them as foreground is readable on both white and black
11663 backgrounds.
11664
11665 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11666
11667 * international/mule-conf.el (translation-table-for-input):
11668 Remove redundant declaration.
11669
11670 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11671
11672 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11673
11674 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11675 (tooltip-toggle-gud-tips): New function.
11676
11677 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11678
11679 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11680 right angle brackets.
11681
11682 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11683
11684 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11685
11686 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11687
11688 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11689 Remove. Update callers to use expand-file-name instead.
11690
11691 * subr.el (syntax-class): New function.
11692
11693 * simple.el (blink-matching-open): Use it.
11694
11695 * paren.el (show-paren-function): Use it to recognize parens that are
11696 also used in 2-char comment markers.
11697
11698 2005-04-19 Lute Kamstra <lute@gnu.org>
11699
11700 * loadhist.el (unload-feature): Update for new format of
11701 load-history. Simplify the code.
11702
11703 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11704
11705 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11706 (mac-add-charset-info): New function. Initialize variable
11707 mac-charset-info-alist using it.
11708 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11709 for translation.
11710 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11711 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11712 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11713 New CCL programs.
11714
11715 2005-04-19 Kim F. Storm <storm@cua.dk>
11716
11717 * simple.el (next-buffer, prev-buffer, next-error)
11718 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11719 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11720
11721 * bindings.el (next-buffer, prev-buffer, next-error)
11722 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11723 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11724 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11725 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11726
11727 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11728
11729 * isearch.el (isearch-edit-string): Make the search-ring available for
11730 minibuffer history commands.
11731 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11732 the default history commands now work just as well.
11733 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11734
11735 2005-04-18 Kim F. Storm <storm@cua.dk>
11736
11737 * emulation/cua-base.el (cua--pre-command-handler): Add more
11738 elaborate check for shift modifier on non-window systems.
11739
11740 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11741
11742 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11743
11744 2005-04-18 Kim F. Storm <storm@cua.dk>
11745
11746 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11747 and make it optional. Don't test tooltip-gud-echo-area here.
11748 (tooltip-gud-process-output, gdb-tooltip-print):
11749 Pass tooltip-gud-echo-area to tooltip-show.
11750 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11751
11752 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11753
11754 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11755 `display-graphic-p' may not be bound yet.
11756
11757 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11758
11759 * startup.el (command-line): No longer enable Xterm Mouse mode by
11760 default in terminals compatible with xterm.
11761
11762 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11763
11764 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11765
11766 * tooltip.el (tooltip-gud-echo-area): Rename from
11767 tooltip-use-echo-area.
11768 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11769 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11770 area independently of where help tooltips are displayed.
11771
11772 2005-04-17 David Kastrup <dak@gnu.org>
11773
11774 * cus-theme.el (custom-theme-write-variables): Quote variables
11775 where necessary.
11776
11777 2005-04-17 Richard M. Stallman <rms@gnu.org>
11778
11779 * simple.el (yank-excluded-properties): Add follow-link to value.
11780
11781 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11782
11783 * startup.el (fancy-splash-max-time): Just 30 seconds.
11784 (fancy-splash-delay): Just 7.
11785 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11786
11787 * loadhist.el (unload-feature): Update for new format of load-history.
11788 Simplify the code.
11789
11790 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11791 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11792
11793 * mail/sendmail.el (mail-font-lock-keywords):
11794 Don't fontify subject text.
11795 Don't fontify the text of a citation.
11796
11797 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11798
11799 * comint.el (comint-output-filter): Run comint-output-filter-functions
11800 with point where the user had it.
11801
11802 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11803
11804 * international/ucs-tables.el (ucs-set-table-for-input):
11805 Disable when using unify-on-decoding.
11806
11807 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11808
11809 * emulation/cua-base.el (cua-global-mark-face): Add special case
11810 for displays supporting a high number of colors.
11811
11812 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11813
11814 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11815
11816 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11817
11818 * filesets.el (filesets-add-buffer): If user supplies a name of a
11819 non-existing fileset, create a new fileset.
11820
11821 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11822
11823 * textmodes/org.el (org-up-heading-all): Fix bug with
11824 `outline-up-heading-all'.
11825
11826 2005-04-16 Andreas Schwab <schwab@suse.de>
11827
11828 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11829 /etc/permissions.d/* and /etc/aliases.d/*.
11830
11831 2005-04-16 Kenichi Handa <handa@m17n.org>
11832
11833 * international/code-pages.el (cp-make-coding-system):
11834 Set `translation-table-for-input' property value to the symbol
11835 ucs-mule-to-mule-unicode, not to that value.
11836 (pt154): Escape guillemet by `\'.
11837
11838 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11839
11840 * loadup.el: Load tooltip if x-show-tip is fboundp.
11841
11842 * startup.el (command-line): Add comment.
11843
11844 * tooltip.el (tooltip-mode): Specify correct standard value for
11845 Custom in init-value.
11846
11847 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11848
11849 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11850 possible.
11851
11852 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11853
11854 * textmodes/org.el (org-agenda-date-prompt): Rename from
11855 `org-agenda-date-today'.
11856 (org-evaluate-time-range): Insert at point instead of directly
11857 after time range.
11858 (org-first-headline-recenter, org-subtree-end-visible-p)
11859 (org-optimize-window-after-visibility-change): New functions
11860 (org-agenda-post-command-hook): Don't allow point at end of line,
11861 to make sure it always hits the text properties.
11862 (org-agenda-next-date-line, org-agenda-previous-date-line):
11863 New commands.
11864 (org-set-regexps-and-options): Category may contain white space.
11865 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11866 Improve marker positions.
11867 (org-agenda-new-marker): Argument POS made optional.
11868 (org-agenda-get-timestamps): Deadlines which are done are listed
11869 in org-done-face now.
11870 (org-agenda-get-todos, org-agenda-get-timestamps)
11871 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11872 Set `undone-face' and `done-face' properties.
11873 (org-last-todo-state-is-todo): New variable.
11874 (org-todo): Set `org-last-todo-state-is-todo'.
11875 (org-agenda-todo): Change face according to
11876 `org-last-todo-state-is-todo'. And change other lines referring to
11877 the same entry.
11878 (org-calendar-goto-agenda): New command.
11879 (org-calendar-to-agenda-key): New option.
11880 (org-startup-folded): New allowed value `content'.
11881 (org-set-regexps-and-options): Accept new value `content' for
11882 `org-startup-folded'.
11883 (org-get-current-options): Handle new value `content' for
11884 `org-startup-folded'.
11885 (org-insert-todo-heading): New command.
11886 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
11887 interactively in empty file and option
11888 `org-insert-mode-line-in-empty-file' has been set.
11889 (org-agenda-todo,org-agenda-priority): Modify to use
11890 `org-agenda-change-all-lines'.
11891 (org-warning-face): Change color on dark background
11892
11893 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11894
11895 * international/mule-cmds.el (set-locale-environment): On Mac OS,
11896 use preferences AppleLocale and AppleLanguages, and variable
11897 mac-system-locale for default locale. On Mac OS Classic, use
11898 mac-system-coding-system for default coding systems.
11899
11900 * term/mac-win.el: Don't set file-name-coding-system.
11901 Decode variables system-name, emacs-build-system, user-login-name, and
11902 user-full-name by mac-system-coding-system on Mac OS Classic.
11903 (mac-system-coding-system): New variable.
11904
11905 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
11906
11907 * startup.el (command-line): Handle `xterm-mouse-mode' before
11908 reading init file.
11909
11910 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
11911
11912 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
11913
11914 * progmodes/sh-script.el (sh-here-document-word): Make it a
11915 defcustom. Doc fix.
11916 (sh-add): Bash uses $(( )) for arithmetic.
11917 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
11918 (sh-maybe-here-document): Remove quotes and leading whitespace
11919 from heredoc word when closing. Indent heredoc with tabs if word
11920 starts with "-".
11921
11922 2005-04-13 Richard M. Stallman <rms@gnu.org>
11923
11924 * simple.el (undo): Fix previous change.
11925
11926 * custom.el (defface): Doc fix.
11927
11928 2005-04-13 Lute Kamstra <lute@gnu.org>
11929
11930 * Makefile.in (DONTCOMPILE): Remove list.
11931 (compile, compile-always): Don't use DONTCOMPILE.
11932 (update-authors): Load the library in which batch-update-authors
11933 is defined.
11934 * makefile.w32-in (DONTCOMPILE): Remove list.
11935 (compile, compile-always): Fix comments.
11936 (update-authors): Load the library in which batch-update-authors
11937 is defined.
11938
11939 * generic-x.el (generic-mode-ini-file-find-file-hook):
11940 Rename to ini-generic-mode-find-file-hook.
11941 Keep generic-mode-ini-file-find-file-hook as an alias.
11942 (ini-generic-mode-find-file-hook): Rename from
11943 generic-mode-ini-file-find-file-hook. Fix docstring.
11944 (ini-generic-mode): Docstring change.
11945 (bat-generic-mode-run-as-comint): Silence the byte compiler.
11946
11947 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
11948 called from lisp.
11949
11950 * generic.el: Move to the emacs-lisp subdir.
11951
11952 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
11953
11954 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
11955 and C-S- function and cursor motion keys.
11956
11957 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
11958
11959 * startup.el (command-line): Enable Xterm Mouse mode by default.
11960 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
11961 for Custom. No longer show "Mouse" in mode line when enabled.
11962 Doc fix.
11963
11964 2005-04-12 Kim F. Storm <storm@cua.dk>
11965
11966 * emulation/cua-base.el (cua-rectangle-face)
11967 (cua-rectangle-noselect-face): Define face attributes here.
11968
11969 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
11970
11971 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11972
11973 * startup.el (command-line): Turn off blinking cursor if
11974 cursorBlink in resources is off or false.
11975
11976 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11977
11978 * term/mac-win.el (dnd): Require dnd.
11979 (mac-drag-n-drop): Call dnd-handle-one-url.
11980 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
11981 (kTextEncodingISOLatin2): Remove constants.
11982 (mac-script-code-coding-systems): New constant.
11983 (mac-handle-language-change): New function.
11984 (special-event-map): Bind it to `language-change' event.
11985 (mac-centraleurroman, mac-cyrillic): New coding systems.
11986 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
11987 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
11988 and mac-cyrillic-encoder to encode-mac-centraleurroman and
11989 encode-mac-cyrillic, respectively.
11990
11991 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
11992
11993 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
11994 Don't set overlay-arrow-string to "=>" as this is done
11995 globally in C now.
11996
11997 2005-04-12 Lute Kamstra <lute@gnu.org>
11998
11999 * generic-x.el (rc-generic-mode, rul-generic-mode):
12000 Fix auto-mode-alist entries.
12001 (etc-fstab-generic-mode): Tweak fontification.
12002
12003 * generic.el (generic-make-keywords-list): Fix docstring.
12004 (generic-mode-internal): Simplify generic-font-lock-keywords.
12005
12006 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12007
12008 * whitespace.el (whitespace-buffer-leading)
12009 (whitespace-buffer-trailing): Revert the incorrect test inversion.
12010 However, fix the highlight area for the leading and
12011 trailing whitespaces to show space.
12012
12013 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12014
12015 * whitespace.el (whitespace-version): Bump to 3.5
12016
12017 (whitespace-buffer-leading, whitespace-buffer-trailing):
12018 Invert sense of the test to highlight the whitespace.
12019
12020 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12021
12022 * progmodes/gud.el (gud-display-line): GUD uses its own
12023 overlay arrow now so don't set overlay-arrow-string.
12024 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
12025
12026 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
12027
12028 * term.el (term-ansi-current-bold, term-ansi-current-underline)
12029 (term-ansi-current-reverse, term-ansi-current-invisible)
12030 (term-ansi-face-already-done): Change to boolean.
12031 (term-reset-terminal, term-handle-colors-array): Handle the above
12032 vars accordingly.
12033 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
12034 (term-emulate-terminal): Use the new name.
12035
12036 * faces.el (secondary-selection): Use yellow1, not yellow.
12037 (trailing-whitespace): Use red1, not red.
12038
12039 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12040
12041 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
12042 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
12043 (dired-dnd-handle-file): Call dnd-get-local-file-uri
12044
12045 * cus-edit.el (dnd): New group.
12046
12047 * term/w32-win.el (dnd): Require dnd
12048 (w32-drag-n-drop): Call dnd-handle-one-url.
12049
12050 * x-dnd.el: Require dnd.
12051 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
12052 Call dnd-handle-one-url.
12053 (x-dnd-types-alist, x-dnd-insert-utf8-text)
12054 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
12055 to dnd-insert-text.
12056 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
12057 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
12058 (x-dnd-get-local-file-name, x-dnd-open-local-file)
12059 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
12060
12061 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
12062
12063 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12064
12065 * wdired.el: Doc fixes.
12066 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
12067 (wdired-use-dired-vertical-movement): Rename from
12068 wdired-always-move-to-filename-beginning.
12069 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
12070 (wdired-change-to-wdired-mode): Change mode name.
12071 (wdired-newline): Delete.
12072
12073 2005-04-11 Richard M. Stallman <rms@gnu.org>
12074
12075 * whitespace.el (whitespace-highlight-the-space):
12076 Don't call whitespace-unhighlight-the-space here.
12077
12078 * simple.el (undo): Record t in undo-equiv-table
12079 for the redo record made by an undo-in-region.
12080
12081 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12082
12083 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
12084 (gdb-frame-inferior-io-buffer): New Functions to control
12085 display of separate IO buffer.
12086 (menu): Add them to menu-bar.
12087 (gdb-display-buffer): Check for buffer another frame.
12088 Protect GUD buffer.
12089 (gdb-setup-windows): Create IO buffer if not already there.
12090 (gdb-memory-mode): Remove purecopy noops.
12091
12092 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12093
12094 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
12095 and pass to self-insert-command.
12096
12097 2005-04-11 Lute Kamstra <lute@gnu.org>
12098
12099 * generic.el: Commentary section cleanup.
12100 (generic): Delete.
12101 (generic-use-find-file-hook, generic-lines-to-scan)
12102 (generic-find-file-regexp, generic-ignore-files-regexp)
12103 (default-generic-mode, generic-mode-find-file-hook)
12104 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
12105 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
12106 (generic-use-find-file-hook, generic-lines-to-scan)
12107 (generic-find-file-regexp, generic-ignore-files-regexp)
12108 (default-generic-mode, generic-mode-find-file-hook)
12109 (generic-mode-ini-file-find-file-hook): Move from generic.el.
12110
12111 2005-04-10 Karl Fogel <kfogel@red-bean.com>
12112
12113 * bookmark.el (bookmark-write-file): Catch errors writing file.
12114 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
12115
12116 2005-04-10 Richard M. Stallman <rms@gnu.org>
12117
12118 * startup.el (fancy-splash-tail): Update copyright year.
12119 (command-line): Split part of -Q into -D.
12120 (emacs-basic-display): New defvar.
12121 (fancy-splash-text): Correct name of menu item.
12122
12123 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
12124
12125 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
12126 lines in one node.
12127
12128 * comint.el (comint-send-input): New arg ARTIFICIAL.
12129 Callers in this file changed.
12130
12131 * abbrev.el (define-abbrevs): Read system abbrevs properly.
12132
12133 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
12134
12135 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
12136
12137 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
12138 `ldap-search-internal'.
12139
12140 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12141
12142 * files.el (set-auto-mode-1): Use line-end-position.
12143
12144 * international/latin-1.el:
12145 * international/latin-2.el:
12146 * international/latin-3.el:
12147 * international/latin-4.el:
12148 * international/latin-5.el:
12149 * international/latin-8.el:
12150 * international/latin-9.el: Give punctuation syntax to NBSP.
12151
12152 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12153 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
12154 Use char-classes to accept non-ascii letters, accepted in some recent
12155 bibtex implementations.
12156
12157 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
12158
12159 * custom.el (custom-set-minor-mode): Any non-nil value for the
12160 variable should enable the mode when set through Custom.
12161
12162 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
12165 TAB binding so tab-always-indent is obeyed.
12166 (vhdl-minibuffer-local-map): Move initialization into declaration.
12167 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
12168 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
12169 (vhdl-hooked-abbrev): Avoid test for XEmacs.
12170 (vhdl-current-line): Use line-beginning-position.
12171 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
12172 with-output-to-temp-buffer, so the current position can be recorded.
12173
12174 2005-04-10 Masatake YAMATO <jet@gyve.org>
12175
12176 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12177 Add regexp for gcov.
12178
12179 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12180
12181 * calendar/time-date.el (time-to-seconds, seconds-to-time)
12182 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12183 syntax which Emacs 20 doesn't support.
12184
12185 2005-04-09 Richard M. Stallman <rms@gnu.org>
12186
12187 * help.el (describe-key-briefly, describe-key):
12188 Replace strings as event types with "(any string)".
12189
12190 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12191
12192 * arc-mode.el (archive-mode-map): Move initialization into
12193 the declaration. Override *all* bindings of `undo'.
12194 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12195
12196 2005-04-09 Jay Belanger <belanger@truman.edu>
12197
12198 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12199
12200 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12201
12202 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12203 (xterm-register-default-colors): Update color values computation
12204 to match xterm-200.
12205
12206 2005-04-09 Kenichi Handa <handa@m17n.org>
12207
12208 * international/code-pages.el (iso-latin-7): Fix the map.
12209
12210 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
12211
12212 * emacs-lisp/lisp.el (defun-prompt-regexp)
12213 (parens-require-spaces, buffer-end, end-of-defun)
12214 (insert-parentheses): Doc fixes.
12215
12216 2005-04-08 Kim F. Storm <storm@cua.dk>
12217
12218 * comint.el (comint-highlight-prompt): Fix face spec.
12219 * hi-lock.el (hi-green): Likewise.
12220
12221 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12222
12223 * cus-edit.el (custom-modified-face):
12224 * comint.el (comint-highlight-input): Fix previous changes.
12225 * term.el (term-handle-ansi-escape): Add a comment.
12226
12227 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12228
12229 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12230 in the buffer and in whitespace-highlighted-space.
12231 (whitespace-unhighlight-the-space): Simplify.
12232 (whitespace-buffer): Simplify.
12233
12234 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12235
12236 * textmodes/table.el (table-cell-face): Add special case for
12237 displays supporting a high number of colors.
12238 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12239 (vhdl-font-lock-reserved-words-face)
12240 (vhdl-speedbar-architecture-face)
12241 (vhdl-speedbar-instantiation-face)
12242 (vhdl-speedbar-architecture-selected-face)
12243 (vhdl-speedbar-instantiation-selected-face): Likewise.
12244 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12245 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12246 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12247 (ebrowse-root-class-face, ebrowse-member-attribute-face)
12248 (ebrowse-progress-face): Likewise.
12249 * progmodes/compile.el (compilation-info-face): Likewise.
12250 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12251 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12252 * calendar/calendar.el (diary-face): Likewise.
12253 * woman.el (woman-italic-face, woman-bold-face)
12254 (woman-unknown-face): Likewise.
12255 * wid-edit.el (widget-button-pressed-face): Likewise.
12256 * whitespace.el (whitespace-highlight-face): Likewise.
12257 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12258 * pcvs-info.el (cvs-marked-face): Likewise.
12259 * info.el (info-xref): Likewise.
12260 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12261 * hilit-chg.el (highlight-changes-face)
12262 (highlight-changes-delete-face): Likewise.
12263 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12264 (hi-red-b): Likewise.
12265 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12266 * font-lock.el (font-lock-keyword-face)
12267 (font-lock-function-name-face, font-lock-warning-face): Likewise.
12268 * cus-edit.el (custom-invalid-face, custom-modified-face)
12269 (custom-set-face, custom-changed-face, custom-variable-tag-face)
12270 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12271 * comint.el (comint-highlight-prompt): Likewise.
12272
12273 2005-04-08 Lute Kamstra <lute@gnu.org>
12274
12275 * font-lock.el (font-lock-keywords): Docstring fixes.
12276
12277 2005-04-08 Kenichi Handa <handa@m17n.org>
12278
12279 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12280 chars are more than a limit, print " and more..." at the tail.
12281
12282 2005-04-08 Kim F. Storm <storm@cua.dk>
12283
12284 * emacs-lisp/authors.el (authors-aliases): Update list.
12285 (authors-ignored-files): New list.
12286 (authors-fixed-entries): Fix typo.
12287 (authors-renamed-files-alist): Update list.
12288 (authors-add): Check authors-ignored-files.
12289
12290 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
12291
12292 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12293 optional, to ensure backward compatibility.
12294
12295 2005-04-08 Stephen Eglen <stephen@gnu.org>
12296
12297 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12298
12299 2005-04-08 Kim F. Storm <storm@cua.dk>
12300
12301 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12302
12303 * mouse.el (mouse-on-link-p): Doc fix.
12304
12305 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12306
12307 * ielm.el (ielm-prompt-read-only): Doc fix.
12308
12309 * comint.el (comint-prompt-read-only): Doc fix.
12310
12311 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12312
12313 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12314 ensure dired always handles wildcards passed to ffap.
12315 (find-file-at-point): Use it.
12316 (ffap-dired-wildcards): Doc fix.
12317
12318 2005-04-07 Juri Linkov <juri@jurta.org>
12319
12320 * simple.el (next-error-overlay-arrow-position): New defvar.
12321 Put "=>" on its property `overlay-arrow-string'. Add it to
12322 `overlay-arrow-variable-list'.
12323
12324 * progmodes/compile.el (compilation-setup):
12325 Set `next-error-overlay-arrow-position' to nil. Also set it to
12326 nil in the local hook `kill-buffer-hook'. Make local variable
12327 `overlay-arrow-string' and set it to "=>".
12328 (compilation-goto-locus): Set BOL position to
12329 `next-error-overlay-arrow-position' instead of
12330 `overlay-arrow-position'.
12331
12332 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12333 locally instead of adding it to the global hook.
12334 (Info-kill-buffer): Move up.
12335
12336 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12337
12338 * term/xterm.el (xterm-standard-colors): Update color values from
12339 xterm-200.
12340
12341 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12344
12345 * fast-lock.el:
12346 * lazy-lock.el: Move them to the obsolete subdir.
12347
12348 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12349
12350 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12351 (wdired-add-replace-advice): Remove.
12352 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12353
12354 2005-04-06 Kim F. Storm <storm@cua.dk>
12355
12356 * startup.el (command-line): Add --bare-bones alias for -Q.
12357
12358 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12359
12360 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12361 create the startup fontset if a font specification ends with
12362 `mac-roman'.
12363
12364 2005-04-06 Lute Kamstra <lute@gnu.org>
12365
12366 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12367 change.
12368
12369 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12370 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12371
12372 2005-04-05 Lute Kamstra <lute@gnu.org>
12373
12374 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12375 (define-generic-mode): Ditto. Fix debug declaration.
12376
12377 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12378 Put them in the generic-x group.
12379
12380 * calendar/timeclock.el (timeclock): Doc fix.
12381
12382 * generic.el (define-generic-mode): Don't use custom-current-group.
12383 Document default :group value.
12384 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12385 (define-global-minor-mode): Don't use custom-current-group.
12386
12387 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12388
12389 * startup.el (command-line-1): Display startup-echo-area-message
12390 when fancy splash screen is in use.
12391
12392 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12393 (sh-escaped-newline): New face.
12394 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12395 newline, and use sh-escaped-newline face.
12396
12397 * progmodes/tcl.el (tcl-escaped-newline): New face.
12398 (tcl-builtin-list): New variable.
12399 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12400 newlines. Fix keywords subexpression number.
12401
12402 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12403
12404 * textmodes/org.el (org-diary-default-entry): Fix call to
12405 `add-to-diary-entry'.
12406
12407 2005-04-05 Kim F. Storm <storm@cua.dk>
12408
12409 * ediff-init.el: Use (featurep 'xemacs).
12410
12411 2005-04-05 David Ponce <david@dponce.com>
12412
12413 * cus-edit.el (face): Derive from symbol widget. Display sample
12414 of the current face on the fly.
12415 (widget-face-sample-face-get, widget-face-notify): New functions.
12416 (widget-face-value-create): Remove.
12417
12418 * wid-edit.el (widget-field-end): Temporarily remove field
12419 narrowing before to call `get-char-property'.
12420
12421 2005-04-04 Jay Belanger <belanger@truman.edu>
12422
12423 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12424 (math-read-subscripts): New variable.
12425 (math-read-preprocess-string): Process subscripts.
12426
12427 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12428
12429 * comint.el (comint-prompt-read-only): Doc fix.
12430
12431 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12432 `-1'. Doc fix.
12433
12434 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12435
12436 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12437 Change default value to nil.
12438
12439 2005-04-04 Lute Kamstra <lute@gnu.org>
12440
12441 * autorevert.el (auto-revert-mode): Specify :group.
12442 * battery.el (display-battery-mode): Specify :group.
12443 * diff-mode.el (diff-minor-mode): Specify :group.
12444 * font-core.el (font-lock-mode): Specify :group.
12445 * hl-line.el (hl-line-mode): Specify :group.
12446 * iimage.el (iimage): New customization group.
12447 (iimage-mode): Specify :group.
12448 * longlines.el (longlines-mode): Specify :group.
12449 * master.el: Don't require easy-mmode.
12450 (master): New customization group.
12451 (master-mode): Specify :group.
12452 * msb.el (msb-mode): Specify :group.
12453 * reveal.el (reveal-mode): Specify :group.
12454 * simple.el (next-error-follow-minor-mode): Specify :group.
12455 * smerge-mode.el (smerge-mode): Specify :group.
12456 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12457 * emulation/cua-base.el (cua-mode): Specify :group.
12458 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12459 * language/thai-util.el (thai-auto-composition-mode)
12460 (thai-word-mode): Specify :group.
12461 * mail/supercite.el (sc-minor-mode): Specify :group.
12462 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12463 * progmodes/flymake.el (flymake-mode): Specify :group.
12464 * progmodes/glasses.el (glasses-mode): Specify :group.
12465 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12466 * textmodes/enriched.el (enriched-mode): Specify :group.
12467 * textmodes/refill.el (refill-mode): Specify :group.
12468
12469 * add-log.el (change-log-font-lock-keywords): Names in
12470 parenthesized lists can contain spaces.
12471
12472 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12473
12474 * startup.el (fancy-splash-text): Shorten default text of
12475 "Emacs Tutorial" line. Also, if the current language env
12476 indicates an available tutorial file other than TUTORIAL,
12477 extract its title and append it to the line in parentheses.
12478 (fancy-splash-insert): If arg is a thunk, funcall it.
12479
12480 2005-04-04 Jay Belanger <belanger@truman.edu>
12481
12482 * calc.el (calc-language-alist): Add tags to customization type.
12483
12484 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12485
12486 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12487 Doc fix.
12488
12489 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12490
12491 * add-log.el (change-log-font-lock-keywords): The manual
12492 describing a Change Log entry, says: (...) "Aside from these
12493 header lines, every line in the change log starts with a space or
12494 a tab.". The font-lock was not highlighting lines started with
12495 spaces, added support for it.
12496
12497 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12498
12499 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12500 (bibtex-generate-url-list): Update docstring accordingly. Put the
12501 complex example in the docstring.
12502 (bibtex-font-lock-url): Use pop.
12503
12504 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12505
12506 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12507
12508 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12509
12510 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12511
12512 * filesets.el (filesets-set-default): Doc fix.
12513
12514 2005-04-03 Lute Kamstra <lute@gnu.org>
12515
12516 * generic.el (define-generic-mode): Add argument to specify
12517 keywords for defcustom.
12518 (default-generic-mode): Specify :group.
12519
12520 * generic-x.el: Specify :group for all generic modes.
12521
12522 * desktop.el (desktop-no-desktop-file-hook)
12523 (desktop-after-read-hook): Doc fix.
12524
12525 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12526
12527 * simple.el (visible-mode): Use explicit :group keyword.
12528 This changes the group of `visible-mode-hook' from paren-blinking
12529 to editing-basics.
12530
12531 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12532
12533 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12534 mailbox specifications as well as URLs.
12535 (rmail-insert-inbox-text): Remove unused conditional branches.
12536
12537 2005-04-01 Jay Belanger <belanger@truman.edu>
12538
12539 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12540 (calc-gnuplot-print-command): Move definitions to calc.el.
12541
12542 * calc/calc-embed.el (calc-embedded-announce-formula)
12543 (calc-embedded-open-formula, calc-embedded-close-formula)
12544 (calc-embedded-open-word, calc-embedded-close-word)
12545 (calc-embedded-open-plain, calc-embedded-close-plain)
12546 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12547 (calc-embedded-open-mode, calc-embedded-close-mode):
12548 Move definitions to calc.el.
12549
12550 * calc/calc.el (calc-settings-file, calc-language-alist):
12551 Make customizable.
12552 (calc-embedded-announce-formula, calc-embedded-open-formula)
12553 (calc-embedded-close-formula, calc-embedded-open-word)
12554 (calc-embedded-close-word, calc-embedded-open-plain)
12555 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12556 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12557 (calc-embedded-close-mode, calc-gnuplot-name)
12558 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12559 from other files and make customizable.
12560
12561 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12562
12563 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12564 Use buffer-live-p.
12565 (cvs-mode-run): Don't call cvs-update-header here.
12566 (cvs-run-process): Call cvs-update-header.
12567 Use process properties for cvs-postprocess and cvs-buffer so that
12568 the sentinel can behave better if the temp buffer is killed.
12569 Use a pipe rather than a tty, to better handle unexpected prompts.
12570 (cvs-sentinel): Rewrite. Call cvs-update-header.
12571
12572 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12573
12574 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12575 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12576
12577 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12578
12579 * generic.el (define-generic-mode): Add indentation rule.
12580
12581 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12582
12583 * files.el (mode-require-final-newline): Make Custom correctly
12584 report a nil value and allow to set it to nil via Custom.
12585 Doc fix.
12586
12587 2005-04-01 Kenichi Handa <handa@m17n.org>
12588
12589 * international/characters.el: Enable the correct case setting for
12590 dotless-i and dotted-I.
12591
12592 2005-04-01 Kim F. Storm <storm@cua.dk>
12593
12594 * ido.el (ido-file-internal): Fall back to non-ido command if
12595 initial directory is on slow ftp (or tramp) host.
12596
12597 2005-03-31 Richard M. Stallman <rms@gnu.org>
12598
12599 * emacs-lisp/autoload.el (make-autoload):
12600 Handle define-global-minor-mode.
12601
12602 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12603 Rename from easy-mmode-define-global-mode.
12604 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12605
12606 * progmodes/scheme.el (scheme-mode-syntax-table):
12607 Update syntax of | and # for two-character comment syntax.
12608
12609 2005-03-31 Lute Kamstra <lute@gnu.org>
12610
12611 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12612 (define-minor-mode): Call custom-current-group at load-time.
12613
12614 * generic.el (define-generic-mode): Add debug declaration.
12615 Add defcustom for the mode hook.
12616 (generic-mode-internal): Use run-mode-hooks.
12617
12618 2005-03-31 Kim F. Storm <storm@cua.dk>
12619
12620 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12621 (mouse-fixup-help-message): New defun called by show_help_echo
12622 to fixup mouse-2 prefix in help messages when applicable.
12623
12624 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12625
12626 2005-03-31 Kenichi Handa <handa@m17n.org>
12627
12628 * language/thai-word.el (thai-find-word-ends): Pay attention to
12629 the case that we reach the end of buffer.
12630
12631 * textmodes/fill.el (fill-text-properties-at): New function.
12632 (fill-newline): Use fill-text-properties-at instead of
12633 text-properties-at.
12634
12635 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12636
12637 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12638 not comint-quote-filename.
12639
12640 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12641
12642 * help-fns.el (help-with-tutorial): Revert last change.
12643
12644 2005-03-31 Kim F. Storm <storm@cua.dk>
12645
12646 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12647
12648 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12649
12650 * calendar/cal-china.el: Update reference to "Calendrical
12651 Calculations" book; there's a new edition.
12652 * calendar/cal-coptic.el: Likewise.
12653 * calendar/cal-french.el: Likewise.
12654 * calendar/cal-hebrew.el: Likewise.
12655 * calendar/cal-islam.el: Likewise.
12656 * calendar/cal-iso.el: Likewise.
12657 * calendar/cal-julian.el: Likewise.
12658 * calendar/cal-mayan.el: Likewise.
12659 * calendar/cal-persia.el: Likewise.
12660 * calendar/calendar.el: Likewise.
12661 * calendar/holidays.el: Likewise.
12662 * calendar/lunar.el: Likewise.
12663 * calendar/solar.el: Likewise.
12664
12665 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12666 white space from doc string.
12667
12668 2005-03-30 Jay Belanger <belanger@truman.edu>
12669
12670 * calc/calc-help.el (calc-full-help): Remove email address.
12671
12672 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12673
12674 * help-fns.el (help-with-tutorial): Delete title line.
12675
12676 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12677
12678 * calendar/cal-x.el (calendar-one-frame-setup)
12679 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12680 rather than 'symbol for set-window-dedicated-p.
12681
12682 * calendar/appt.el (appt-buffer-name): Make it a constant.
12683 (appt-add): Doc fix.
12684
12685 * filesets.el (filesets-menu-path, filesets-menu-before)
12686 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12687 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12688 (filesets-add-submenu): Delete and use add-submenu instead.
12689
12690 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12691
12692 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12693 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12694 (org-diary-default-entry): New function.
12695 (org-get-entries-from-diary): Better parsing of diary entries.
12696 (org-agenda-check-no-diary): New function.
12697 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12698 linking to diary entries.
12699 (org-agenda-execute-calendar-command): New function.
12700 (org-agenda): Improve visible section in window.
12701 Use `org-fit-agenda-window'.
12702 (org-fit-agenda-window): New option.
12703 (org-move-subtree-down): Better handling of empty lines
12704 at end of subtree.
12705 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12706 levels up.
12707 (org-fontify-done-headline): New option.
12708 (org-headline-done-face): New face.
12709 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12710 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12711 When current field is non-empty, it is copied to next row.
12712 (org-table-copy-from-above): Fix bug which made it
12713 impossible to copy fields containing only a single non-white character.
12714
12715 2005-03-30 Kim F. Storm <storm@cua.dk>
12716
12717 * kmacro.el (kmacro-end-macro): Isearch may store this command
12718 into the macro -- so ignore it when executing keyboard macro.
12719
12720 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12721
12722 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12723
12724 2005-03-29 Kenichi Handa <handa@m17n.org>
12725
12726 * language/thai.el ("Thai"): Set setup-function and exit-function
12727 for Thai language environment.
12728
12729 * language/thai-util.el: Require thai-word.
12730 (thai-word-mode-map): New variable.
12731 (thai-word-mode): New minor mode.
12732 (setup-thai-language-environment-internal): New function.
12733 (exit-thai-language-environment-internal): New function.
12734
12735 * language/thai-word.el (thai-word-table): Declare it by defvar,
12736 use dolist to initialize it.
12737 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12738 (thai-fill-find-break-point): New functions.
12739
12740 2005-03-29 Richard M. Stallman <rms@gnu.org>
12741
12742 * simple.el (idle-update-delay): Move definition up.
12743 (set-mark): Doc fix.
12744
12745 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12746
12747 * longlines.el: New file.
12748
12749 * simple.el (buffer-substring-filters): New variable.
12750 (filter-buffer-substring): New function.
12751 (kill-region, copy-region-as-kill): Use it.
12752
12753 * register.el (copy-to-register, append-to-register)
12754 (prepend-to-register): Use filter-buffer-substring.
12755
12756 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12757
12758 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12759 (gud-filter-pending-text): Move in front of gdb.
12760 (gud-overlay-arrow-position): New variable.
12761 (gud-sentinel, gud-display-line): Use it in place of
12762 overlay-arrow-position.
12763
12764 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12765
12766 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12767 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12768 (fortran-font-lock-keywords-4): New variable.
12769 (fortran-blocks-re, fortran-end-block-re)
12770 (fortran-start-block-re): New constants, for hideshow.
12771 (hs-special-modes-alist): Add a Fortran entry.
12772 (fortran-mode-map): Bind fortran-end-of-block,
12773 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12774 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12775 (fortran-looking-at-if-then, fortran-end-of-block)
12776 (fortran-beginning-of-block): New functions, for hideshow.
12777
12778 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12779 Doc fix. Tweak regexp.
12780 (f90-beginning-of-block): Push mark first.
12781
12782 2005-03-29 Jay Belanger <belanger@truman.edu>
12783
12784 * calc/calc.el: Update copyright date.
12785 (calc-version): Increase to 2.1.
12786 (calc-version-date): Remove.
12787
12788 * calc/calc-help.el: Update copyright date.
12789 (calc-full-help): Remove reference to calc-version-date.
12790 Update copyright date.
12791
12792 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * vc.el (vc-do-command): Use a pipe for async processes, so password
12795 prompts don't show up at places where the user can't reply.
12796
12797 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12798
12799 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12800 on the file name we pass to the inferior shell.
12801
12802 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12803
12804 * progmodes/which-func.el (which-function): Be robust in the face of an
12805 imenu--make-index-alist failure.
12806
12807 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12808
12809 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12810
12811 * progmodes/python.el (python-preoutput-filter): Fix last change.
12812
12813 2005-03-29 Lute Kamstra <lute@gnu.org>
12814
12815 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12816 functions and compiled macros.
12817 (debug-convert-byte-code): Handle macros too.
12818 (debug-on-entry-1): Don't signal an error when trying to clear a
12819 function that is not set to debug on entry.
12820
12821 2005-03-29 Jay Belanger <belanger@truman.edu>
12822
12823 * calc/calc-lang.el: Add functions to math-function-table
12824 properties of tex and math.
12825
12826 2005-03-29 Kenichi Handa <handa@m17n.org>
12827
12828 * ps-mule.el (ps-mule-plot-string): Translate characters by
12829 ps-print-translation-table.
12830 (ps-mule-begin-job): Call find-charset-region/string with
12831 ps-print-translation-table.
12832 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12833
12834 * ps-print.el (ps-print-translation-table): New variable.
12835 (ps-plot-region): Translate characters by ps-print-translation-table.
12836
12837 2005-03-29 Juri Linkov <juri@jurta.org>
12838
12839 * simple.el (next-error-highlight-timer): New variable.
12840
12841 * progmodes/compile.el (compilation-goto-locus):
12842 Use `next-error-highlight-timer' instead of `sit-for'.
12843
12844 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12845
12846 * mail/supercite.el (sc-mail-field): Use assoc-string.
12847 (sc-get-address): Simplify regexps.
12848
12849 * files.el (minibuffer-with-setup-hook): New macro.
12850 (find-file-read-args): Use it to avoid let-binding
12851 minibuffer-with-setup-hook (which breaks turning on/off
12852 file-name-shadow-mode while in the prompt).
12853
12854 * complete.el (PC-read-include-file-name-internal):
12855 Use test-completion.
12856
12857 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12858
12859 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12860
12861 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12862
12863 * window.el (window-buffer-height): Use count-screen-lines.
12864
12865 * progmodes/python.el (python-preoutput-leftover): New var.
12866 (python-preoutput-filter): Use it.
12867 (python-send-receive): Loop until all the result has been received.
12868
12869 2005-03-28 Juri Linkov <juri@jurta.org>
12870
12871 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
12872
12873 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
12874 "Recover Crashed Session".
12875 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
12876 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
12877 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
12878 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
12879 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
12880 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
12881 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
12882 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
12883
12884 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
12885 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
12886 Ediff Sessions", "Toggle use of separate control buffer frame",
12887 "Use separate frame for Ediff control buffer".
12888
12889 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
12890 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
12891 "Rename Bookmark", "Delete Bookmark".
12892
12893 * info.el (Info-mode-menu): Remove ellipsis from "Index".
12894 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
12895 Add `:active Info-index-alternatives' to "Next Matching Item".
12896
12897 * wdired.el (wdired-change-to-wdired-mode):
12898 Mention `wdired-abort-changes' key in the initial message.
12899
12900 * international/mule.el (auto-coding-alist): Associate non-ascii
12901 image filename extensions with `no-conversion'.
12902
12903 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * international/iso-acc.el:
12906 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
12907
12908 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
12909
12910 * textmodes/sgml-mode.el (html-mode): Doc update.
12911
12912 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
12913
12914 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12915
12916 * term.el (term-move-columns): Fix face after extending a line.
12917 (term-insert-spaces): Likewise.
12918 (term-reset-terminal): Fix off by one error.
12919
12920 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12921
12922 * international/mule.el (auto-coding-alist): Add .xpi files.
12923
12924 * files.el (auto-mode-alist): Add .xpi files.
12925
12926 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
12927
12928 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
12929
12930 2005-03-26 Eli Zaretskii <eliz@gnu.org>
12931
12932 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
12933
12934 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
12935
12936 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
12937 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
12938
12939 * calendar/cal-move.el (calendar-beginning-of-year): Move the
12940 cursor to Jan 1 when needed.
12941 (calendar-end-of-year): Fix -/+ typo.
12942 Reported by Chong Yidong <cyd@stupidchicken.com>.
12943
12944 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12945
12946 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
12947
12948 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
12949 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
12950
12951 2005-03-25 Richard M. Stallman <rms@gnu.org>
12952
12953 * filesets.el (filesets-init): Add autoload.
12954
12955 * mail/mailalias.el (mail-directory): Doc fix.
12956
12957 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
12958
12959 * mail/mailalias.el (mail-directory-process): Do nothing if
12960 mail-directory-process is an atom.
12961 (mail-get-names): Ignore mail-directory-names if it is an atom.
12962 (mail-directory-process defvar): Doc fix.
12963 (mail-names): Doc fix.
12964
12965 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
12966
12967 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
12968
12969 2005-03-26 Kenichi Handa <handa@m17n.org>
12970
12971 * international/mule-util.el (detect-coding-with-priority):
12972 Call update-coding-systems-internal before detect-coding-region.
12973
12974 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
12975
12976 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
12977 (gdb-frames-mode-map): Add follow-link property.
12978
12979 2005-03-25 Jay Belanger <belanger@truman.edu>
12980
12981 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
12982 for variables.
12983
12984 2005-03-25 Juri Linkov <juri@jurta.org>
12985
12986 * image-mode.el: Optimize image filename extension regexps in
12987 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
12988 in `auto-mode-alist'.
12989 (image-mode): Add `image-toggle-display-text' to local hook
12990 `change-major-mode-hook'. Display the image as an image by
12991 default. Set `cursor-type' and `truncate-lines' if the image
12992 is already displayed. Take into account the current mode (image
12993 or text) in message.
12994 (image-minor-mode): New minor mode.
12995 (image-mode-maybe, image-toggle-display-text): New functions.
12996 (image-toggle-display): Use called-interactively-p.
12997 Let-bind `inhibit-read-only' to t.
12998
12999 * image-mode.el (image-minor-mode): Set `cursor-type' and
13000 `truncate-lines' if the image is already displayed. Add turning
13001 image-minor-mode off to `change-major-mode-hook'. Add message.
13002 Call `image-toggle-display-text' after turning image-minor-mode off.
13003
13004 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13005
13006 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
13007 Terminal.app, use utf-8.
13008 (set-display-table-and-terminal-coding-system): Add coding-system arg.
13009 (set-locale-environment): Use it.
13010
13011 * term/xterm.el: Undo last change, better done in mule-cmds.el.
13012
13013 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
13014
13015 * progmodes/python.el (python-close-block-statement-p)
13016 (python-outdent-p, python-current-defun): Use symbol-end.
13017
13018 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13019
13020 * files.el (save-some-buffers): Doc fix.
13021
13022 2005-03-25 Werner Lemberg <wl@gnu.org>
13023
13024 * complete.el, thumbs.el: Replace `legal' with `valid'.
13025 * calendar/calendar.el: Replace `legal' with `valid'.
13026 * emacs-lisp/advice.el: Replace `legal' with `valid'.
13027 * mail/supercite.el: Replace `legal' with `valid'.
13028 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
13029 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
13030 Replace `legal' with `valid'.
13031 * textmodes/reftex-vars.el, textmodes/reftex.el:
13032 Replace `legal' with `valid'.
13033
13034 2005-03-25 Werner Lemberg <wl@gnu.org>
13035
13036 * calc/calc-forms.el, calc/calc-sel.el:
13037 * midnight.el, vc-cvs.el:
13038 * emacs-lisp/cl-macs.el:
13039 * emulation/vip.el:
13040 * eshell/esh-io.el, eshell/esh-var.el:
13041 * mail/supercite.el:
13042 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
13043 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
13044 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
13045 * progmodes/sh-script.el, progmodes/xscheme.el:
13046 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
13047 * textmodes/reftex-index.el, textmodes/reftex-parse.el
13048 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
13049 * textmodes/reftex.el, textmodes/org.el:
13050 Replace `illegal' with `invalid'.
13051
13052 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
13055 (flymake-find-buildfile, flymake-find-possible-master-files)
13056 (flymake-check-include, flymake-parse-line): Replace loops over the
13057 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
13058
13059 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
13060 Substitute file-name-as-directory in the rest of the file.
13061 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
13062 (flymake-replace-region): Remove unused arg `buffer'.
13063 (flymake-check-patch-master-file-buffer): Update calls to it.
13064 (flymake-add-err-info): Remove unused var `count'.
13065 (flymake-mode): Use define-minor-mode.
13066
13067 * progmodes/flymake.el: Use with-current-buffer.
13068 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
13069 flymake-replace-regexp-in-string, flymake-line-beginning-position)
13070 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
13071 Avoid testing for `xemacs'.
13072 (flymake-nop): Move.
13073 (flymake-region-has-flymake-overlays): Return the computed value.
13074 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
13075 Remove unused var `endline'.
13076 (flymake-get-line-count): Remove unused function.
13077 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
13078
13079 * emulation/vi.el:
13080 * generic.el:
13081 * hilit-chg.el (global-highlight-changes):
13082 * hi-lock.el (hi-lock-mode):
13083 * follow.el: find-file-hooks -> find-file-hook.
13084
13085 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
13086
13087 2005-03-24 Juri Linkov <juri@jurta.org>
13088
13089 * dired.el (dired-mode-map): Add menu item "Compare directories"
13090 for dired-compare-directories.
13091
13092 * dired-aux.el (dired-compare-directories): Add autoload cookie.
13093 Doc fix. Replace `read-file-name' with `read-directory-name'.
13094
13095 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13096
13097 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
13098
13099 2005-03-24 Jay Belanger <belanger@truman.edu>
13100
13101 * calc/calc-embed.el (calc-embedded-mode-change): Save all
13102 relevant mode settings in calc-embedded-original-modes when modes
13103 are permanently changed.
13104
13105 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13106
13107 * autoinsert.el: find-file-hooks -> find-file-hook.
13108
13109 2005-03-24 Lute Kamstra <lute@gnu.org>
13110
13111 * generic.el (generic-font-lock-defaults): Make it obsolete.
13112 (generic-font-lock-keywords): New variable to replace
13113 generic-font-lock-defaults.
13114 (generic-mode-set-font-lock): Delete it.
13115 (generic-mode-internal): Don't call generic-mode-set-font-lock.
13116 (generic-bracket-support): Add docstring.
13117
13118 * generic-x.el: Rename generic-font-lock-defaults to
13119 generic-font-lock-keywords throughout.
13120 (mailagent-rules-setup-function): Delete it.
13121 (mailagent-rules-generic-mode): Use anonymous function instead.
13122 (show-tabs-generic-mode-font-lock-defaults-1)
13123 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
13124 Quote faces.
13125 (show-tabs-tab-face, show-tabs-space-face): Specify background,
13126 not foreground.
13127
13128 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13129 Recognize define-generic-mode.
13130
13131 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13132
13133 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
13134 if there's no completion table.
13135
13136 2005-03-23 Miles Bader <miles@gnu.org>
13137
13138 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13139 Remove tty-specific variants, as they're no longer needed.
13140
13141 2005-03-23 Lute Kamstra <lute@gnu.org>
13142
13143 * generic-x.el: Code cleanup: make args constant whenever possible.
13144 (installshield-statement-keyword-list)
13145 (installshield-system-functions-list)
13146 (installshield-system-variables-list, installshield-types-list)
13147 (installshield-funarg-constants-list): Make them constants.
13148
13149 * generic.el (generic-make-keywords-list): Add autoload cookie.
13150
13151 * calendar/time-date.el: Add comment on time value formats.
13152 Don't require parse-time.
13153 (with-decoded-time-value): New macro.
13154 (encode-time-value): New function.
13155 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13156 (days-to-time): Return a valid time value when arg is huge.
13157 (time-since): Use time-subtract.
13158 (time-to-number-of-days): Use time-to-seconds.
13159
13160 2005-03-23 David Ponce <david@dponce.com>
13161
13162 * recentf.el: (recentf-keep): New option.
13163 (recentf-menu-action): Default to `find-file'.
13164 (recentf-keep-non-readable-files-flag)
13165 (recentf-keep-non-readable-files-p)
13166 (recentf-file-readable-p, recentf-find-file)
13167 (recentf-cleanup-remote): Remove.
13168 (recentf-include-p): More robust.
13169 (recentf-keep-p): New function.
13170 (recentf-remove-if-non-kept): Rename from
13171 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
13172 All callers updated.
13173 (recentf-menu-items-for-commands): Fix help string.
13174 (recentf-track-closed-file): Update. Doc fix.
13175 (recentf-cleanup): Update. Count removed files. Doc fix.
13176
13177 2005-03-23 Kim F. Storm <storm@cua.dk>
13178
13179 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13180 Don't inherit from fringe face (now happens automatically).
13181
13182 2005-03-22 Kim F. Storm <storm@cua.dk>
13183
13184 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13185 position values.
13186
13187 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13188
13189 * menu-bar.el (showhide-date-time): Remove.
13190 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13191 (menu-bar-make-mm-toggle): Simplify.
13192
13193 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13194
13195 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13196 Accept qualified variable and function names.
13197
13198 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
13199
13200 * bindings.el (completion-ignored-extensions):
13201 Remove ".lis" for `vax-vms'.
13202
13203 2005-03-22 Andreas Schwab <schwab@suse.de>
13204
13205 * generic-x.el: Revert last change.
13206 * ldefs-boot.el: Update.
13207
13208 2005-03-22 Jay Belanger <belanger@truman.edu>
13209
13210 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13211 (calc-embedded-save-original-modes)
13212 (calc-embedded-restore-original-modes): New functions.
13213 (calc-do-embedded): Save original modes when entering embedded mode
13214 and restore when leaving embedded mode.
13215 (calc-embedded-modes-change): Change the value of
13216 calc-embedded-original-modes to reflect permanent changes.
13217
13218 2005-03-22 Lute Kamstra <lute@gnu.org>
13219
13220 * generic-x.el: Require generic again.
13221
13222 2005-03-22 Miles Bader <miles@gnu.org>
13223
13224 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13225 Tweak details to look good on both ttys and bitmap displays, light
13226 or dark background, etc.
13227
13228 2005-03-21 Kim F. Storm <storm@cua.dk>
13229
13230 * tooltip.el (tooltip-show-help-function): Check car and cdr of
13231 mouse position.
13232
13233 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * icomplete.el: Don't forcibly turn on the mode upon load.
13236 (icomplete-mode): Use define-minor-mode.
13237 (icomplete-eoinput): Default to nil.
13238 (icomplete-minibuffer-setup): Remove autoload.
13239 (icomplete-tidy): Simplify.
13240 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13241 in the initial state or if the user has modified the field.
13242 Fix handling of icomplete-max-delay-chars.
13243 Remove code that handles the oddball case where
13244 minibuffer-completion-table is an integer.
13245 Wrap icomplete-completions in while-no-input in case building
13246 completions takes more time than expected.
13247 (icomplete-completions): Simplify.
13248
13249 2005-03-21 Richard M. Stallman <rms@gnu.org>
13250
13251 * jka-compr.el (jka-compr-really-do-compress):
13252 Make variable buffer-local.
13253
13254 * image-mode.el: Handle .xpm files too.
13255 (image-toggle-display): Preserve modification flag.
13256
13257 * help.el (where-is): Don't mention aliases with no key bindings.
13258
13259 2005-03-21 Lute Kamstra <lute@gnu.org>
13260
13261 * generic.el: Fix commentary section. Don't require cl for
13262 compilation.
13263 (generic-mode-list): Add autoload cookie.
13264 (generic-use-find-file-hook, generic-lines-to-scan)
13265 (generic-find-file-regexp, generic-ignore-files-regexp)
13266 (generic-mode, generic-mode-find-file-hook)
13267 (generic-mode-ini-file-find-file-hook): Fix docstrings.
13268 (define-generic-mode): Make it a defmacro. Fix docstring.
13269 (generic-mode-internal): Code cleanup. Add autoload cookie.
13270 (generic-mode-set-comments): Code cleanup.
13271 * generic-x.el: Don't prevent compilation. Don't require generic.
13272 Follow coding conventions. Minor code cleanup.
13273 (etc-fstab-generic-mode): Add some keywords.
13274 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13275 define-generic-mode like a function declaration.
13276
13277 2005-03-21 Jay Belanger <belanger@truman.edu>
13278
13279 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13280 changing modes.
13281
13282 2005-03-21 Sam Steingold <sds@gnu.org>
13283
13284 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13285
13286 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13287
13288 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13289 Add underscore to "f$ lexicals" regexp.
13290
13291 2005-03-20 Juri Linkov <juri@jurta.org>
13292
13293 * subr.el (progress-reporter-do-update): When `min-value' is equal
13294 to `max-value', set `percentage' to 0 and prevent division by zero.
13295
13296 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
13297
13298 Sync with Tramp 2.0.48.
13299
13300 * net/tramp.el (all): Change all addresses to .gnu.org.
13301 (tramp-append-tramp-buffers): New defun.
13302 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13303 Catch `dont-send' signal.
13304 (tramp-set-auto-save-file-modes): Set always permissions, because
13305 there might be an old auto-saved file belonging to another
13306 original file. This could be a security threat. Reported by
13307 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13308 Check for Emacs 21.3.50 removed.
13309
13310 * net/tramp-smb.el (all): Remove debug construct for
13311 `with-parsed-tramp-file-name'.
13312 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13313 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13314 No error message if DIRECTORY or FILENAME doesn't exist.
13315 (tramp-smb-open-connection): Check existence of
13316 `tramp-smb-program'.
13317
13318 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13319
13320 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13321 Properly handle the case where the `m' or `s' command's argument is not
13322 yet terminated.
13323 (perl-indent-new-calculate): New function.
13324 (perl-indent-line): Use it.
13325
13326 2005-03-20 Miles Bader <miles@gnu.org>
13327
13328 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13329 in text-mode too. Change to new face names.
13330 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13331 Add `:weight bold' attribute.
13332 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13333
13334 2005-03-19 Juri Linkov <juri@jurta.org>
13335
13336 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13337
13338 * international/mule.el (auto-coding-alist): Sync with
13339 `auto-mode-alist' by adding upper case archive file extensions
13340 and adding ear/war to jar extension.
13341
13342 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13343
13344 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13345 running, restart it.
13346
13347 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13348
13349 * finder.el (finder-current-item): Throw an error on an empty line.
13350
13351 * man.el (Man-follow-manual-reference): If current-word returns
13352 nil, use "".
13353
13354 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13355
13356 * simple.el (goto-line): Doc fix.
13357
13358 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13359
13360 * files.el (save-buffer): Doc fix.
13361
13362 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13363
13364 * recentf.el (recentf-cleanup-remote): New variable.
13365 (recentf-cleanup): Use it to conditionally check availability of
13366 remote files.
13367
13368 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13369
13370 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13371 function names.
13372
13373 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13374
13375 * language/thai-word.el: New file.
13376
13377 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13378
13379 * files.el (backup-buffer): If the file's directory is not
13380 writable, use copy instead of move to backup the file.
13381
13382 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13383
13384 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13385
13386 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13387
13388 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13389 Use functionp instead of symbolp and fboundp. Reported by Drkm
13390 <darkman_spam@yahoo.fr>.
13391 (ps-print-version): New version 6.6.6.
13392
13393 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13394
13395 * textmodes/table.el (table--line-column-position): New idiom.
13396 (table--row-column-insertion-point-p): New function to test
13397 validity of row and column insertion operation at a location.
13398 (table-global-menu, table-cell-menu): Use above functions for
13399 deterministic test operation.
13400 (table--editable-cell-p): Behave in deterministic fashion.
13401
13402 2005-03-18 Juri Linkov <juri@jurta.org>
13403
13404 * isearch.el (isearch-lazy-highlight-new-loop):
13405 Make arguments beg and end optional.
13406 (isearch-update): Remove optional arguments nil from
13407 isearch-lazy-highlight-new-loop.
13408 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13409 isearch-lazy-highlight-case-fold-search instead of
13410 isearch-case-fold-search, and let-bind isearch-regexp to
13411 isearch-lazy-highlight-regexp.
13412 Use isearch-lazy-highlight-last-string instead of isearch-string.
13413
13414 * replace.el (perform-replace): Remove bindings of global
13415 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13416 Add three new arguments to `replace-highlight'.
13417 (replace-highlight): Add arguments string, regexp, case-fold.
13418 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13419 to allow isearch-lazy-highlight-new-loop to use these values
13420 to set corresponding isearch-lazy-highlight-* internal
13421 variables whose values lazy highlighting will use regardless of
13422 changes to global variables isearch-string, isearch-regexp,
13423 isearch-case-fold-search during lazy highlighting loop.
13424 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13425 to `lazy-highlight-cleanup'.
13426
13427 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13428 (ispell-highlight-face): Set default face to `isearch' when
13429 lazy highlighting is enabled.
13430 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13431 priority to 1. Add lazy highlighting.
13432 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13433 from `isearch-dehighlight'.
13434
13435 2005-03-18 David Ponce <david@dponce.com>
13436
13437 * files.el (hack-local-variables): Do a case-insensitive search
13438 for End.
13439
13440 2005-03-18 Juri Linkov <juri@jurta.org>
13441
13442 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13443 `isearch-lazy-highlight-cleanup', add alias to old name and
13444 declare obsolete. Add release numbers to other obsolete vars.
13445 (isearch-done, isearch-lazy-highlight-new-loop):
13446 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13447 (lazy-highlight-cleanup) <variable>: Doc fix.
13448 (isearch-lazy-highlight-update): Rename obsolete
13449 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13450
13451 2005-03-18 Kenichi Handa <handa@m17n.org>
13452
13453 * language/thai-util.el: Fix categorization of Thai characters in
13454 thai-category-table.
13455 (thai-composition-pattern): Adjust it for the above change.
13456 (thai-self-insert-command, thai-compose-syllable): New functions.
13457 (thai-compose-region): Use thai-compose-syllable.
13458 (thai-compose-string): Likewise.
13459 (thai-composition-function): Likewise.
13460 (thai-auto-composition): New function.
13461 (thai-auto-composition-mode): New minor mode.
13462
13463 * language/thai.el: Fix patterns to be registered in
13464 composition-function-table.
13465
13466 * international/quail.el (quail-input-method): Locally bind
13467 inhibit-modification-hooks to t.
13468
13469 2005-03-17 Richard M. Stallman <rms@gnu.org>
13470
13471 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13472 (perl-mode): Use run-mode-hooks.
13473
13474 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13475 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13476 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13477
13478 * mail/sendmail.el (sendmail-send-it): Reenable the code
13479 to compute resend-to-address and use it.
13480
13481 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13482
13483 * image-mode.el: New file.
13484
13485 * image.el (insert-sliced-image): Add autoload cookie.
13486
13487 * font-lock.el (font-lock-lines-before): New user option.
13488 (font-lock-after-change-function): Obey it.
13489
13490 * bindings.el (esc-map): Make M-g a prefix.
13491 Bind M-g g and M-g M-g to goto-line.
13492
13493 * faces.el (face-id): Doc fix.
13494
13495 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13496
13497 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13498 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13499 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13500
13501 * mail/sendmail.el (mail-yank-ignored-headers)
13502 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13503 Add Mail-Followup-To and Mail-Reply-To headers.
13504 (mail-citation-hook): Add autoload cookie.
13505 (mail-mode): Doc fix.
13506 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13507 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13508 (mail-mode-fill-paragraph): Handle those headers.
13509 (mail-mailing-lists): New variable.
13510 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13511
13512 2005-03-17 Juri Linkov <juri@jurta.org>
13513
13514 * isearch.el (isearch-fallback): Check for `(car previous)'
13515 before calling `isearch-other-end-state'.
13516
13517 2005-03-17 Kim F. Storm <storm@cua.dk>
13518
13519 * simple.el (move-beginning-of-line): Move to beginning of buffer
13520 line, as well as beginning of screen line.
13521
13522 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13523
13524 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13525 argument REDRAW rather than calendar-redrawing variable.
13526 * calendar/calendar.el (calendar-redrawing): Delete.
13527 (redraw-calendar): Do not bind calendar-redrawing.
13528
13529 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13530
13531 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13532 diary-file buffer.
13533
13534 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13535
13536 * help.el (describe-mode): Allow a :minor-mode-function property to
13537 specify a different minor mode toggle function than the variable.
13538 * simple.el (auto-fill-function):
13539 * subr.el (add-minor-mode): Use it.
13540
13541 2005-03-16 Kenichi Handa <handa@m17n.org>
13542
13543 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13544 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13545 (ethio-fidel-to-sera-buffer): Likewise.
13546
13547 2005-03-16 Juri Linkov <juri@jurta.org>
13548
13549 * emacs-lisp/find-func.el (find-function-regexp):
13550 Add defun-emitting macro `menu-bar-make-toggle'.
13551
13552 * isearch.el: Put `isearch-scroll' property to
13553 `split-window-horizontally'.
13554
13555 * info.el: Update error messages for `debug-ignored-errors'.
13556 (Info-isearch-search): Doc fix.
13557 (Info-find-node): Move up code to go into info buffer before
13558 recording the node to the history.
13559 (Info-fontify-node): Fontify titles only if the next line
13560 has two or more `*', `=', `-', `.'.
13561 Display "go to this node" for empty (match-string 3).
13562
13563 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13564
13565 * term/mac-win.el: Add mouse pointer shape constants.
13566
13567 2005-03-15 Kim F. Storm <storm@cua.dk>
13568
13569 * simple.el (move-beginning-of-line): Use vertical-motion.
13570
13571 2005-03-15 Juri Linkov <juri@jurta.org>
13572
13573 * isearch.el (isearch-error): New variable.
13574 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13575 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13576 (isearch-within-brackets-state): Remove.
13577 (isearch-case-fold-search-state, isearch-pop-fun-state):
13578 Decrease frame index.
13579 (isearch-mode, isearch-top-state, isearch-push-state)
13580 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13581 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13582 (isearch-search, isearch-lazy-highlight-new-loop):
13583 Replace `isearch-invalid-regexp' with `isearch-error'.
13584 Remove `isearch-within-brackets'.
13585 (isearch-search): Add `search-failed' handler to `condition-case'.
13586 (isearch-lazy-highlight-search): Add `condition-case' to catch
13587 errors and allow `isearch-lazy-highlight-update' to try
13588 highlighting from the beginning of the window.
13589 (isearch-repeat): Move up code to set isearch-wrapped to t
13590 before calling isearch-wrap-function.
13591
13592 * info.el (Info-isearch-initial-node): New internal variable.
13593 (Info-search): Signal an error in isearch mode when search leaves
13594 the initial node. Signal an error when `bound' is non-nil and
13595 nothing was found in the current subfile.
13596 (Info-isearch-search): Remove `condition-case'.
13597 (Info-isearch-wrap): Don't wrap when search failed during leaving
13598 the initial node. If `Info-isearch-search' is nil, wrap around
13599 the current node.
13600 (Info-isearch-start): New fun.
13601 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13602 `isearch-mode-hook'.
13603
13604 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13605
13606 * simple.el (normal-erase-is-backspace): Set default to t if
13607 running on Mac.
13608
13609 * term/mac-win.el (function-key-map): Sync with x-win.el.
13610
13611 2005-03-15 Kenichi Handa <handa@m17n.org>
13612
13613 * international/mule-cmds.el (locale-language-names): Modify the
13614 format of elements and add more entries.
13615 (locale-preferred-coding-systems): Add more entries.
13616 (set-locale-environment): Adjust for the change of
13617 locale-language-names.
13618
13619 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13620
13621 * pcvs.el (smerge-ediff): Remove bogus autoload.
13622
13623 2005-03-14 Lute Kamstra <lute@gnu.org>
13624
13625 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13626 Ignore a `*' at the beginning of a line.
13627
13628 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13629 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13630 subr.el.
13631 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13632 to specify indentation.
13633
13634 * generic.el (define-generic-mode): Let generic-mode-list be a
13635 list of strings; test membership with equal.
13636
13637 2005-03-14 Kim F. Storm <storm@cua.dk>
13638
13639 * simple.el (next-line, previous-line): Add optional try-vscroll
13640 arg to recognize interactive use. Pass it on to line-move.
13641 (line-move): Don't perform auto-window-vscroll when defining or
13642 executing keyboard macro to ensure consistent behavior.
13643
13644 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13645
13646 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13647
13648 2005-03-13 Lute Kamstra <lute@gnu.org>
13649
13650 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13651 debugger-setup-buffer so that backtrace marks the frames set to
13652 debug-on-exit and we don't have to do it manually. Set an extra
13653 debug-on-exit for macro's.
13654 (debugger-setup-buffer): Don't mark the top frame manually.
13655
13656 2005-03-12 Lute Kamstra <lute@gnu.org>
13657
13658 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13659 lisp-indent-function throughout.
13660 (with-no-warnings): Set lisp-indent-function property.
13661
13662 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13663
13664 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13665 Add entry for backslash.
13666
13667 2005-03-12 Juri Linkov <juri@jurta.org>
13668
13669 * info.el (Info-search): Four fixes for backward search.
13670
13671 2005-03-11 Jay Belanger <belanger@truman.edu>
13672
13673 * calc/calc.el (calc-language-alist): New variable.
13674 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13675 (calc-embedded-find-modes): Use calc-language-alist instead of
13676 calc-embedded-language-alist.
13677
13678 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13679
13680 * calendar/calendar.el (calendar-redrawing): New internal
13681 variable.
13682 (redraw-calendar): Remove bogus save-excursion from previous
13683 change. Bind calendar-redrawing to t for mark-diary-entries.
13684 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13685 calendar if that is why we were called.
13686
13687 2005-03-11 Kenichi Handa <handa@m17n.org>
13688
13689 * international/mule.el (make-coding-system): Set property
13690 coding-system-define-form to nil.
13691 (define-coding-system-alias): Likewise.
13692
13693 2005-03-11 Kenichi Handa <handa@m17n.org>
13694
13695 These changes are suggested by Dave Love <fx@gnu.org>.
13696
13697 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13698 coding: tag.
13699 (adaptive-fill-regexp): Add more bullets.
13700 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13701 regexps.
13702
13703 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13704
13705 * help.el (describe-mode): Properly handle non-trivial lighters.
13706 Don't ignore minor modes that are not listed in minor-mode-list.
13707
13708 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13709 feature ON when the user requests to turn it OFF.
13710
13711 2005-03-10 Lute Kamstra <lute@gnu.org>
13712
13713 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13714 (implement-debug-on-entry): New function to replace debug-entry-code.
13715 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13716 second argument as the 2005-03-07 change makes it obsolete.
13717 (debug-on-entry, cancel-debug-on-entry): Update call to
13718 debug-on-entry-1.
13719 (debug, debugger-setup-buffer): Comment update.
13720 (debugger-frame-number): Update to work with implement-debug-on-entry.
13721
13722 2005-03-10 Jay Belanger <belanger@truman.edu>
13723
13724 * calc/calc-embed.el (math-ms-args): Declare it.
13725 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13726 math-ms-args.
13727 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13728 variables.
13729
13730 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13731
13732 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13733 Use message-box.
13734
13735 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13736 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13737 (tooltip-gud-tips): Simplify.
13738 (tooltip-gud-tips-p): Remove superfluous :set.
13739 (tooltip-gud-modes): Add fortran-mode.
13740 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13741
13742 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13743
13744 2005-03-09 Kim F. Storm <storm@cua.dk>
13745
13746 * play/animate.el (animate-place-char): Use forward-line instead
13747 of next-line to improve performance.
13748
13749 2005-03-09 Simon Josefsson <jas@extundo.com>
13750
13751 * net/browse-url.el (browse-url-default-browser): Doc fix.
13752
13753 2005-03-09 Miles Bader <miles@gnu.org>
13754
13755 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13756 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13757
13758 2005-03-09 Kenichi Handa <handa@m17n.org>
13759
13760 * international/latin-1.el: Set case and syntax for 255 only if
13761 set-case-syntax-set-multibyte is nil.
13762
13763 * textmodes/ispell.el (ispell-insert-word): New function.
13764 (ispell-word): Use ispell-insert-word to insert a new word.
13765 (ispell-process-line): Likewise.
13766 (ispell-complete-word): Likewise.
13767
13768 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13769
13770 * calendar/calendar.el (redraw-calendar): Preserve point.
13771 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13772 (calendar-week-start-day): Move after definition of
13773 redraw-calendar. Delete buffer test, since redraw-calendar has
13774 that now.
13775
13776 * calendar/diary-lib.el (mark-diary-entries): Only call
13777 redraw-calendar in the first of any recursive calls.
13778 Reported by Alan Shutko <ats@acm.org>.
13779
13780 2005-03-08 Juri Linkov <juri@jurta.org>
13781
13782 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13783 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13784 (html-radio-buttons): Add a space before the trailing `/>' where
13785 sgml-xml-mode is non-nil.
13786 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13787 the subsequent tag of the empty XML tag.
13788 (html-href-anchor): Don't set initial input to "http:".
13789 (html-image): Ask for the image URL and set point inside alt="".
13790 (html-name-anchor): Duplicate the name in the `id' attribute when
13791 sgml-xml-mode is non-nil.
13792 (html-paragraph): Remove \n before <p>.
13793 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13794 instead of `checked' when sgml-xml-mode is non-nil.
13795
13796 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13797 Remove 1 space before #RRGGBB to not truncate it on terminal
13798 windows w/o fringes. Remove 1 space between bg and fg examples
13799 to get more space.
13800 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13801 avoid byte-compile warnings.
13802
13803 * image-file.el (image-file-handler): Put `safe-magic' property to
13804 `image-file-handler'.
13805
13806 * info.el (Info-isearch-search): Emulate word search in
13807 isearching through multiple Info nodes with Info-search.
13808 (Info-isearch-wrap): Allow isearch-word.
13809
13810 2005-03-08 Lute Kamstra <lute@gnu.org>
13811
13812 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13813 stepping into the debugger's code is not possible.
13814 (debugger-jumping-flag): Docstring update.
13815
13816 2005-03-08 Jay Belanger <belanger@truman.edu>
13817
13818 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13819 embedded mode begins.
13820 (calc-embedded-language-alist): New variable.
13821 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13822 set default language mode.
13823
13824 2005-03-08 Kenichi Handa <handa@m17n.org>
13825
13826 * international/ccl.el (define-ccl-program): Fix docstring about
13827 extra 256 bytes assured for the output buffer.
13828
13829 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13830 Fix BUFFER_MAGNIFICATION to 2.
13831 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13832
13833 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13834
13835 * align.el (align-rules-list): Added an alignment rule for CSS
13836 declarations (applies to css-mode and html-mode buffers).
13837
13838 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13841
13842 2005-03-07 Kim F. Storm <storm@cua.dk>
13843
13844 * simple.el (move-beginning-of-line): New command.
13845
13846 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13847
13848 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13849
13850 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13851 and move-beginning-of-line.
13852
13853 * apropos.el (apropos-print): Omit command from M-x ... RET.
13854
13855 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13856
13857 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13858 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13859
13860 2005-03-06 Richard M. Stallman <rms@gnu.org>
13861
13862 * bindings.el (esc-map): Bind M-g to goto-line.
13863
13864 * facemenu.el (global-map): Bind M-o, not M-g.
13865
13866 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13867
13868 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13869 "Open Directory" as for "Open File".
13870
13871 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
13872
13873 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
13874 (push-mark-command): Run activate-mark-hook.
13875
13876 2005-03-06 Richard M. Stallman <rms@gnu.org>
13877
13878 * help-mode.el (help-mode-finish): Don't alter the element
13879 in view-return-to-alist if there already is one.
13880
13881 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
13882 make sure the current buffer is the expected one.
13883
13884 * novice.el (disabled-command-function): Output in *Disabled Command*.
13885 Explicitly ignore non-keyboard events, and explicitly handle C-g.
13886
13887 * textmodes/flyspell.el (flyspell-large-region):
13888 Pass args differently for aspell.
13889
13890 * files.el (mode-require-final-newline): Doc fix.
13891
13892 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13893
13894 * progmodes/which-func.el (which-function):
13895 Specify NOERROR when calling imenu--make-index-alist.
13896
13897 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
13898
13899 * simple.el (normal-erase-is-backspace): Define default value.
13900
13901 * custom.el (custom-theme-set-variables): Remove unused var
13902 `immediate'.
13903 (custom-reevaluate-setting): Simple function to handle variables
13904 that are defined before their default value can really be
13905 computed.
13906
13907 * startup.el (command-line): Use it for temporary-file-directory,
13908 small-emporary-file-directory, auto-save-file-name-transforms,
13909 blink-cursor-mode, and normal-erase-is-backspace.
13910
13911 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
13912 progress, even with buggy anchored keywords.
13913
13914 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
13915
13916 * simple.el (goto-line): Remove unbalanced final parenthesis.
13917
13918 2005-03-05 Richard M. Stallman <rms@gnu.org>
13919
13920 * simple.el (goto-line): Use a number at point as the default.
13921 With C-u as arg, switch buffers.
13922
13923 2005-03-05 Juri Linkov <juri@jurta.org>
13924
13925 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
13926 with `no-blinking-cursor'.
13927
13928 * startup.el (no-blinking-cursor): New defvar.
13929 (command-line): Add `--no-blinking-cursor' to longopts.
13930 Set `no-blinking-cursor' to t for command line arguments
13931 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
13932 with `no-blinking-cursor' in the condition for calling
13933 `blink-cursor-mode'.
13934
13935 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
13936
13937 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
13938 (menu-bar-options-save): Add blink-cursor-mode.
13939 (menu-bar-options-menu): Add blink-cursor-mode.
13940
13941 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
13942
13943 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
13944 (icalendar-export-file, icalendar-export-region)
13945 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
13946 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
13947
13948 2005-03-04 Lute Kamstra <lute@gnu.org>
13949
13950 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
13951 (debug-function-list): Ditto.
13952
13953 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
13954
13955 * textmodes/texinfmt.el (texinfo-append-refill):
13956 Redefine the types of line to which @refill
13957 is not appended by replacing a search for `@refill\\|@bye' with
13958 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
13959 itemize@refill' bug and the unfilled long lines bug.
13960 (texinfmt-version): Update number and date.
13961
13962 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
13963
13964 * international/code-pages.el (windows-1250, windows-125[2-8])
13965 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
13966
13967 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
13970 bound yet.
13971
13972 2005-03-02 Romain Francoise <romain@orebokech.com>
13973
13974 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
13975 buffer after removing limits.
13976 (ibuffer-pop-filter): Ditto.
13977 Update copyright.
13978
13979 2005-03-02 Miles Bader <miles@gnu.org>
13980
13981 * button.el (make-text-button): If the user doesn't specify a
13982 type, use the default. Rewrite to use `add-text-properties' and
13983 plist functions.
13984
13985 2005-03-01 Lute Kamstra <lute@gnu.org>
13986
13987 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
13988 (debugger-jumping-flag): New var.
13989 (debug-entry-code): Use it.
13990 (debugger-jump): Use debugger-jumping-flag and add
13991 debugger-reenable to post-command-hook.
13992 (debugger-reenable): Use debugger-jumping-flag and remove itself
13993 from post-command-hook.
13994 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
13995 debugger-reenable.
13996
13997 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
13998
13999 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
14000 inclusion of "itemize\\|", which may be unnecessary, is certainly
14001 inelegant, and stops refilling in itemize lists when formatting
14002 Japanese Texinfo files to Info.
14003 Update copyright to 2005.
14004
14005 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
14006
14007 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
14008 of an error if GDB can't find the source file.
14009
14010 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14011
14012 * calendar/calendar.el (redraw-calendar): Work from any buffer,
14013 not just the calendar.
14014
14015 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
14016 first.
14017 (diary-redraw-calendar): New function.
14018 (make-diary-entry): Add diary-redraw-calendar to local
14019 write-contents-functions. Turn off selective display before
14020 inserting in diary.
14021
14022 2005-03-01 Kim F. Storm <storm@cua.dk>
14023
14024 * emacs-lisp/copyright.el (copyright-fix-years): New command.
14025
14026 2005-03-01 Lute Kamstra <lute@gnu.org>
14027
14028 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
14029 that debug-entry-code can be safely removed from a function while
14030 this code is being evaluated. Revert the 2005-02-27 change as the
14031 new implementation no longer requires it. Make sure that a
14032 function body containing just a string is not mistaken for a docstring.
14033 (debug): Skip one more frame in case of debug on entry.
14034 (debugger-setup-buffer): Delete one more frame line in case of
14035 debug on entry.
14036 (debugger-frame-number): Update to use the new text introduced by
14037 the 1999-11-03 change. Skip one more frame in case of debug on entry.
14038
14039 2005-02-28 Kim F. Storm <storm@cua.dk>
14040
14041 * double.el (double-translate-key): Call force-window-update after
14042 read-event to avoid crash in redisplay.
14043
14044 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14045
14046 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
14047 (debug): Use it. Move the inhibit-trace earlier.
14048 (debug-entry-code): New const.
14049 (debug-on-entry-1): Use it.
14050
14051 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
14052
14053 * international/utf-16.el (ccl-encode-mule-utf-16le):
14054 Fix BUFFER_MAGNIFICATION to 2.
14055 (ccl-encode-mule-utf-16be): Likewise.
14056
14057 2005-02-28 Kenichi Handa <handa@m17n.org>
14058
14059 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14060 Fix BUFFER_MAGNIFICATION to 4.
14061 (ccl-encode-mule-utf-16be-with-signature): Likewise.
14062
14063 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
14064
14065 * speedbar.el (speedbar-update-flag): Doc fix.
14066 (speedbar-show-info-under-mouse): Give set-mouse-position the right
14067 argument.
14068
14069 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14070
14071 * reveal.el (reveal-post-command): Don't try to reveal overlays which
14072 have a non-nil `invisible' property but are actually visible.
14073
14074 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
14075 for perldoc sections.
14076 (perl-outline-regexp, perl-outline-level): New var and function.
14077 (perl-mode): Use them.
14078
14079 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
14080
14081 * calendar/diary-lib.el (diary-remind): Discard any mark portion
14082 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
14083
14084 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
14085
14086 * cus-edit.el: Comment change.
14087 (custom-buffer-create-internal): Slightly reword text at top of
14088 Custom buffers. Mention there that saving an option edits the
14089 init file. Add link to Emacs manual node on `custom-file'.
14090 (custom-magic-alist): Rewrite individual State messages to use
14091 capitalized keywords. Doc fix.
14092
14093 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
14094
14095 * calendar/calendar.el (calendar-buffer): Move above
14096 calendar-week-start-day.
14097 (calendar-week-start-day): Doc fix. Add :set function.
14098 (calendar-minimum-window-height): New variable.
14099 (generate-calendar-window): Only resize window if selected-window
14100 is displaying the calendar buffer. Use new variable
14101 calendar-minimum-window-height.
14102 (generate-calendar): Reword error message.
14103 (calendar-mode-map): Bind DEL to scroll-other-window-down.
14104
14105 2005-02-27 Andreas Schwab <schwab@suse.de>
14106
14107 * vc.el (vc-do-command): Don't run command asynchronously when
14108 operating in a remote directory.
14109
14110 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
14111 change from sync with Tramp 2.0.47.
14112
14113 2005-02-27 Richard M. Stallman <rms@gnu.org>
14114
14115 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
14116
14117 * textmodes/flyspell.el (flyspell-mode-on):
14118 Call ispell-change-dictionary only if necessary.
14119
14120 * emacs-lisp/re-builder.el (regexp-builder): New function.
14121
14122 * register.el (describe-register-1): Explicitly handle
14123 yank-excluded-properties = t.
14124
14125 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14126 (custom-magic-alist): Change the status descriptions again.
14127 (face widget-type): Total rewrite based on `restricted-sexp'
14128 to eliminate the confusing double hiding levels.
14129
14130 * emacs-lisp/debug.el (debug-on-entry-1):
14131 If function body is empty, add nil as body form.
14132
14133 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14134
14135 * emacs-lisp/trace.el (inhibit-trace): New var.
14136 (trace-make-advice): Use it.
14137
14138 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
14139
14140 2005-02-26 Kim F. Storm <storm@cua.dk>
14141
14142 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
14143 (mouse-on-link-p, mouse-drag-region-1): Use it.
14144
14145 2005-02-25 Lute Kamstra <lute@gnu.org>
14146
14147 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
14148
14149 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
14150
14151 * frame.el (blink-cursor-mode): Add :group keyword.
14152
14153 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
14154
14155 * calendar/icalendar.el (icalendar--decode-isodatetime):
14156 New optional argument DAY-SHIFT.
14157 (icalendar-export-region): Fix coding-system-for-write.
14158 (icalendar--convert-ical-to-diary): Shift end-day of all-day
14159 events by one.
14160
14161 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14162
14163 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
14164
14165 2005-02-24 Kim F. Storm <storm@cua.dk>
14166
14167 * international/iso-acc.el (iso-accents-compose): Fix crash
14168 during redisplay. Call force-window-update after read-event
14169 and delete-region to signal that window is not accurate.
14170
14171 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14172
14173 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
14174 Remove unused and inexistent var `inhibit-trace'.
14175 (debugger-mode): Use run-mode-hooks.
14176 (debugger-list-functions): Add buttons; setup xref stack.
14177
14178 2005-02-23 Richard M. Stallman <rms@gnu.org>
14179
14180 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
14181 appointment says it was explicitly made.
14182 (appt-add): Set the 3rd element.
14183 (appt-make-list): Preserve explicit appointments.
14184
14185 * subr.el (find-tag-default): Catch errors in forward-sexp.
14186
14187 2005-02-23 Juri Linkov <juri@jurta.org>
14188
14189 * info.el (Info-isearch-search): New defcustom.
14190 (Info-isearch-search): Call the default isearch function
14191 when Info-isearch-search is nil.
14192 (Info-isearch-wrap): Use variable Info-isearch-search.
14193
14194 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
14195
14196 * cus-edit.el: Comment change.
14197
14198 2005-02-22 Kim F. Storm <storm@cua.dk>
14199
14200 * progmodes/hideif.el (hide-ifdef-use-define-alist):
14201 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
14202
14203 2005-02-22 Simon Josefsson <jas@extundo.com>
14204
14205 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14206 New variable.
14207 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
14208 Oskarsson" <myrkraverk@users.sourceforget.net>.
14209
14210 2005-02-22 Kim F. Storm <storm@cua.dk>
14211
14212 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14213 check that window of that event is the selected window.
14214 (mouse-drag-region-1): Compare mouse event window to selected
14215 window before setting point.
14216
14217 * tooltip.el (tooltip-show-help-function): Pass event to
14218 mouse-on-link-p so it can check selected window.
14219
14220 2005-02-22 Kenichi Handa <handa@m17n.org>
14221
14222 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14223 (ps-mule-show-warning): New function.
14224 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14225 characters are found.
14226
14227 * ps-print.el (ps-header-footer-string): Return a list of header
14228 and footer strings.
14229
14230 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14231
14232 * pcvs.el (cvs-retrieve-revision): Fix thinko.
14233
14234 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14235
14236 * frame.el (blink-cursor-mode): Use define-minor-mode.
14237
14238 * term/mac-win.el (function-key-map): Use char-names more consistently.
14239 (file-name-coding-system): Only set it for MacOS-9. The other case is
14240 already handled in mule-cmds.el (where it also works when mac-win.el
14241 is not used).
14242
14243 2005-02-21 Kenichi Handa <handa@m17n.org>
14244
14245 * international/mule.el (ctext-pre-write-conversion): Always use
14246 " *code-converting-work*" buffer for work.
14247
14248 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14249
14250 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
14251
14252 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14253
14254 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
14255
14256 * ses.el (undo-more): Restore defadvice, but only the part that
14257 allows changes outside the restricted area of the buffer.
14258
14259 2005-02-20 Kim F. Storm <storm@cua.dk>
14260
14261 * simple.el (line-move): Add fourth optional arg try-vscroll which
14262 must be set to perform auto-window-vscroll.
14263 When moving backwards and doing auto-window-vscroll, automatically
14264 vscroll to the last part of lines which are taller than the window.
14265 (next-line, previous-line): Set try-vscroll arg on line-move.
14266
14267 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
14268
14269 * replace.el (query-replace, query-replace-regexp)
14270 (replace-string, replace-regexp): When operating on region, make
14271 the minibuffer prompt say so.
14272
14273 * isearch.el (isearch-forward): Document isearch-query-replace and
14274 isearch-query-replace-regexp keybindings.
14275
14276 2005-02-19 Jay Belanger <belanger@truman.edu>
14277
14278 * calc/calc-aent.el (math-read-token): Add local variable.
14279
14280 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14281 (calc-edit-top): Move declaration to earlier in file.
14282 (calc-edit-macro-repeats): Add local variables.
14283
14284 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14285 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14286 calcFunc-tanh.
14287 Adjust integration rule for calcFunc-tan.
14288
14289 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14290
14291 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14292 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14293 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14294 (viper-skip-separators): Bug fix.
14295 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14296 particular major mode.
14297 (viper-del-backward-char-in-replace): Don't put deleted char on the
14298 kill ring.
14299
14300 * viper-ex.el (viper-color-display-p): New function.
14301 (viper-has-face-support-p): Use viper-color-display-p.
14302
14303 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14304
14305 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14306
14307 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14308 (viper-file-remote-p): Make equivalent to file-remote-p.
14309
14310 * viper.el (viper-major-mode-modifier-list):
14311 Use viper-gnus-modifier-map.
14312
14313 2005-02-19 David Kastrup <dak@gnu.org>
14314
14315 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14316 quoting.
14317
14318 2005-02-19 Jay Belanger <belanger@truman.edu>
14319
14320 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14321 Remove extra definitions.
14322 (calc-coth): New function.
14323 (calcFunc-cot): Fix `let'.
14324
14325 2005-02-19 Eli Zaretskii <eliz@gnu.org>
14326
14327 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14328 the reasons we use "type pc" in these faces.
14329
14330 * button.el (button): Ditto.
14331
14332 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14333
14334 * replace.el (query-replace-read-from): Set the value of
14335 query-replace-from-history-variable to handle the case of an empty
14336 string entered to accept the suggested default.
14337
14338 * net/tramp.el (tramp-file-name-for-operation):
14339 Use dired-call-process instead of dired-call-process-command.
14340
14341 2005-02-19 Jay Belanger <belanger@truman.edu>
14342
14343 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14344 (math-div-non-trig): New variables.
14345 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14346 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14347 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14348 trig expressions.
14349
14350 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14351
14352 * progmodes/gdb-ui.el (gdb-var-update-handler)
14353 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14354 for watch expressions,
14355 (gdb-var-create-handler): Don't set speedbar-update-flag.
14356 (gdb-post-prompt): Simplify test for speedbar.
14357
14358 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14359
14360 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14361 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14362 we use the syntax table of the correct buffer.
14363 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14364 Felix Gatzemeier.
14365
14366 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14367 (ediff-file-remote-p): Make synonymous with file-remote-p.
14368 In all deffaces ediff-*-face-*, use min-colors.
14369
14370 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14371 ediff-recurse-to-subdirectories.
14372 (ediff-mark-if-equal): Check that the arguments are strings, use
14373 ediff-same-contents (after to Felix Gatzemeier).
14374
14375 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14376 nil.
14377
14378 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14379
14380 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14381
14382 2005-02-18 David Kastrup <dak@gnu.org>
14383
14384 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14385 use `mark-active' when defined.
14386
14387 2005-02-18 Kenichi Handa <handa@m17n.org>
14388
14389 * ps-print.el (ps-font-info-database): New entry
14390 ZapfChancery-MediumItalic with correct font name. Fix font name
14391 of the entry Zapf-Chancery-MediumItalic.
14392
14393 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14394
14395 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14396
14397 2005-02-16 Kim F. Storm <storm@cua.dk>
14398
14399 * ido.el (ido-fallback-command): Pass user input to fallback command.
14400
14401 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14402
14403 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14404 (gdb-find-file-hook): Add server prefix.
14405
14406 2005-02-16 Richard M. Stallman <rms@gnu.org>
14407
14408 * replace.el (perform-replace): Pass new args to replace-highlight.
14409 (replace-highlight): Take region args,
14410 and pass them to isearch-lazy-highlight-new-loop.
14411
14412 * novice.el (disabled-command-hook): Autoload the defalias
14413 and the make-obsolete-variable call.
14414
14415 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14416
14417 * isearch.el (isearch-lazy-highlight-start-limit)
14418 (isearch-lazy-highlight-end-limit): New variables limit
14419 the region for highlighting.
14420 (isearch-lazy-highlight-new-loop): New args BEG and END.
14421 (isearch-lazy-highlight-search): Use the new vars.
14422 (isearch-lazy-highlight-update): Likewise.
14423
14424 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14425
14426 * cus-start.el (all): Use default-boundp.
14427
14428 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14429
14430 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14431
14432 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14433
14434 * autorevert.el (auto-revert-stop-on-user-input)
14435 (auto-revert-verbose): Doc fixes.
14436
14437 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14438
14439 * international/mule-cmds.el (set-locale-environment): Remove call
14440 to set-selection-coding-system on Windows.
14441
14442 2005-02-15 Jay Belanger <belanger@truman.edu>
14443
14444 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14445 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14446 calcFunc-coth.
14447 (math-simplify-sqrt): Add simplifications.
14448
14449 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14450 to list.
14451
14452 * calc/calc-ext.el: Add functions to autoloads.
14453
14454 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14455 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14456 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14457 (math-csc-raw, math-cot-raw): New functions.
14458
14459 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14460
14461 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14462 the variable name in a message.
14463
14464 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14465 calcFunc-csc, calcFunc-cot.
14466
14467 * calc/calcalg2.el: Add derivative and integration rules for
14468 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14469 calcFunc-csch, calcFunc-coth.
14470 (math-do-integral-methods): Add to checks for when to use
14471 substitutions.
14472
14473 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14474
14475 2005-02-15 Lute Kamstra <lute@gnu.org>
14476
14477 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14478 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14479 <monnier@iro.umontreal.ca>
14480 (lisp-outline-level): Improve efficiency. Suggested by David
14481 Kastrup <dak@gnu.org>.
14482
14483 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14484
14485 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14486 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14487 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14488 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14489 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14490
14491 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14492
14493 * cus-start.el (all): Comment change.
14494
14495 2005-02-14 Lute Kamstra <lute@gnu.org>
14496
14497 * cus-start.el (all): Check if symbol is void.
14498
14499 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14500
14501 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14502 optional argument to \cite.
14503
14504 2005-02-14 Richard M. Stallman <rms@gnu.org>
14505
14506 * cus-edit.el (custom-buffer-create-internal): Update help message.
14507 (custom-magic-alist): Update help messages.
14508
14509 * cus-start.el (all): Allow a var to specify a standard value.
14510
14511 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14512
14513 * custom.el (custom-theme-set-variables): Handle variable aliases.
14514
14515 * frame.el (blink-cursor-timer): Doc fix.
14516 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14517 declare obsolete.
14518 (blink-cursor-mode): Define with defcustom and use correct
14519 standard expression in that defcustom.
14520 * startup.el (command-line): Adapt to above changes in frame.el.
14521
14522 2005-02-11 Lute Kamstra <lute@gnu.org>
14523
14524 * apropos.el (apropos-score-doc): Prevent division by zero.
14525
14526 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14527
14528 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14529 (icalendar--get-event-property-attributes)
14530 (icalendar--get-event-properties)
14531 (icalendar--datetime-to-diary-date): New functions.
14532 (icalendar--split-value): Doc fix.
14533 (icalendar--datetime-to-noneuropean-date)
14534 (icalendar--datetime-to-european-date): New optional argument
14535 SEPARATOR. Return result as a string instead of a list.
14536 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14537 (icalendar--convert-string-for-export): Rename arg S to STRING.
14538 (icalendar-export-region): Doc fix. Change name of error buffer.
14539 Save output buffer.
14540 (icalendar-import-file): Add blank at end of prompt.
14541 (icalendar-import-buffer): Doc fix. Do not switch to error
14542 buffer. Indicate status in return value.
14543 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14544 buffer. Save output buffer. Handle exception from recurrence
14545 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14546 events. Fix problems with weekly all-day events.
14547
14548 2005-02-10 Richard M. Stallman <rms@gnu.org>
14549
14550 * simple.el (eval-expression-print-format):
14551 Avoid warning about edebug-active.
14552
14553 * help.el (help-for-help-internal): Rename from help-for-help.
14554 (help-for-help): Define with defalias.
14555
14556 * font-core.el (font-lock-default-function): Use with-no-warnings.
14557
14558 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14559
14560 * custom.el (defface): Doc fix.
14561
14562 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14563
14564 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14565 width 0" to prevent word wrapping problems.
14566
14567 2005-02-09 Kim F. Storm <storm@cua.dk>
14568
14569 * ido.el (ido-file-extensions-order): New defcustom.
14570 (ido-file-extension-lessp, ido-file-extension-aux)
14571 (ido-file-extension-order): New advanced file ordering.
14572 (ido-file-lessp): New simple file ordering.
14573 (ido-sort-list): Remove.
14574 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14575 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14576
14577 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14578
14579 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14580 that some versions of grep produce.
14581 (grep-mode-font-lock-keywords): Likewise.
14582
14583 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14584
14585 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14586 (gdb-cdir): Delete.
14587 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14588 (gdb-source-info): Treat case when source file is in another
14589 directory properly.
14590 (gdb-get-location): New function.
14591
14592 2005-02-07 Jay Belanger <belanger@truman.edu>
14593
14594 * calc/calc-prog.el (calc-write-parse-table-part)
14595 (calc-fix-token-name): Fix a check for language type.
14596
14597 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14598
14599 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14600
14601 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14602 as directory not writable.
14603
14604 2005-02-07 Kim F. Storm <storm@cua.dk>
14605
14606 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14607 (cua--standard-movement-commands): Remove list.
14608 Instead, set CUA property value to move for movement commands.
14609 (cua-movement-commands): Remove. Users must set CUA prop instead.
14610 (cua--pre-command-handler): Check CUA property.
14611 (cua--init-keymaps): Don't remap undo commands.
14612 (cua-mode): Don't call cua--rectangle-on-off.
14613
14614 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14615 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14616 (cua--rect-undo-set-point): New var.
14617 (cua--rectangle-undo-boundary): Setup undo apply entry.
14618 (cua--rect-undo-handler): New function for rectangle undo.
14619 (cua--rect-start-position, cua--rect-end-position): Add.
14620 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14621 for restored rectangle. Set point if cua--rect-undo-set-point.
14622
14623 2005-02-06 Jay Belanger <belanger@truman.edu>
14624
14625 * calc/calc-lang.el (calc-tex-language): Display more information
14626 in messages.
14627
14628 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14629 in TeX mode.
14630
14631 2005-02-06 Richard M. Stallman <rms@gnu.org>
14632
14633 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14634
14635 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14636
14637 * net/ldap.el (ldap-search-internal): Support attributes with
14638 optional descriptions separated by a semi-colon, as in
14639 "userCertificate;binary".
14640
14641 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14642
14643 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14644 isn't a cons (i.e. the version is 0).
14645
14646 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14647
14648 * help.el (help-for-help): Doc fix.
14649
14650 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14651
14652 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14653 GDB-Windows on the menu-bar as this works better.
14654
14655 2005-02-04 Jay Belanger <belanger@truman.edu>
14656
14657 * calc/calc-embed.el (calc-embedded-update): Don't put in
14658 unnecessary newlines. Adjust the end of formula marker.
14659
14660 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14661 (math-latex-parse-two-args): New function.
14662
14663 2005-02-03 Lute Kamstra <lute@gnu.org>
14664
14665 * help-fns.el (help-with-tutorial): Make sure that users cannot
14666 remove the entire text of the tutorial by means of `undo'.
14667
14668 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14669
14670 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14671 in recent changes, where the ispell process was repeatedly
14672 killed & restarted.
14673
14674 * international/mule-cmds.el (set-locale-environment): Set file-name
14675 coding system to utf-8 on Darwin systems.
14676 (set-default-coding-systems): Don't set default-file-name-coding-system
14677 on Darwin systems.
14678
14679 2005-02-03 Richard M. Stallman <rms@gnu.org>
14680
14681 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14682
14683 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14684
14685 * faces.el (list-faces-display): Add optional argument.
14686
14687 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14688
14689 * font-core.el (font-lock-default-function): Handle the rare case where
14690 only font-lock-keywords is set.
14691
14692 2005-02-02 Kenichi Handa <handa@m17n.org>
14693
14694 * international/characters.el: Cancel previous change for
14695 I-WITH-DOT-ABOVE and DOTLESS-i.
14696
14697 * international/latin-5.el: Cancel previous change.
14698
14699 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14700
14701 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14702
14703 2005-02-02 Kenichi Handa <handa@m17n.org>
14704
14705 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14706 DOTLESS-i.
14707
14708 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14709 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14710
14711 * case-table.el (get-upcase-table): New function.
14712 (copy-case-table): Copy upcaes table too if non-nil.
14713 (set-case-syntax-delims): Maintain upcase table too.
14714 (set-case-syntax-pair): Likewise.
14715 (set-upcase-syntax, set-downcase-syntax): New functions.
14716 (set-case-syntax): Maintain upcase table too.
14717
14718 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14719
14720 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14721
14722 * progmodes/gud.el (gud-goto-info): New function.
14723 (gud-tool-bar-map): Use correct icon.
14724
14725 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14726
14727 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14728 When delegating, order args in the funcall correctly.
14729
14730 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14731
14732 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14733
14734 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14735
14736 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14737 buffer not visiting a file.
14738
14739 2005-01-31 Jay Belanger <belanger@truman.edu>
14740
14741 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14742 bound on the line with the formula.
14743
14744 2005-01-31 Kim F. Storm <storm@cua.dk>
14745
14746 * ses.el (ses-create-cell-variable-range)
14747 (ses-destroy-cell-variable-range, ses-reset-header-string)
14748 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14749 (ses-insert-row): Fix format of apply undo entries.
14750
14751 2005-01-31 Jay Belanger <belanger@truman.edu>
14752
14753 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14754 parts.
14755
14756 * calc/calc-embed.el (calc-embedded-open-formula)
14757 (calc-embedded-close-formula): Ignore matrix environments.
14758
14759 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14760 TeX mode.
14761
14762 * calc/calc-lang.el (math-function-table, math-oper-table)
14763 (math-variable-table): Adjust the LaTeX portions.
14764
14765 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14766 (math-latex-ignore-words): New constant.
14767
14768 2005-01-31 Richard M. Stallman <rms@gnu.org>
14769
14770 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14771 (ispell-local-dictionary): Doc fix.
14772 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14773 Don't reinitialize at run time. Don't defcustom.
14774 All uses changed to append ispell-local-dictionary-alist,
14775 or check it first.
14776 (ispell-current-dictionary): New variable for dictionary in use.
14777 (ispell-dictionary): Now used only for global default.
14778 (ispell-start-process): Set ispell-current-dictionary,
14779 not ispell-dictionary.
14780 (ispell-change-dictionary): Use this only for setting
14781 user preferences.
14782 (ispell-internal-change-dictionary): New function
14783 to change the current dictionary in use.
14784 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14785 Use ispell-current-dictionary.
14786 Handle ispell-local-dictionary-overridden.
14787 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14788
14789 2005-01-31 Jay Belanger <belanger@truman.edu>
14790
14791 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14792
14793 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14794 (calc-mode-map): Add calc-latex-language.
14795
14796 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14797 (math-latex-print-frac): New functions.
14798 (math-oper-table, math-function-table, math-variable-table)
14799 (math-complex-format, math-input-filter): Add latex properties.
14800 (calc-set-language): Set math-expr-special-function-mapping.
14801
14802 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14803 (calc-write-parse-table-part): Add LaTeX support.
14804
14805 * calc/calc.el (calc-language): Adjust docstring.
14806 (calc-set-mode-line): Add LaTeX support.
14807 (math-expr-special-function-mapping): New variable.
14808 (math-tex-ignore-words): Add to list.
14809
14810 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14811 Add LaTeX support.
14812 (math-compose-expr): Add support for special functions.
14813
14814 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14815
14816 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14817
14818 * progmodes/gdb-ui.el (gdb-memory-address)
14819 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14820 (gdb-memory-mode-map, gdb-memory-format-keymap)
14821 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14822 (gdb-memory-unit-menu): New variables for a buffer
14823 that lets the user examine program memory.
14824 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14825 (gdb-memory-format-binary, gdb-memory-format-octal)
14826 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14827 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14828 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14829 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14830 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14831 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14832 (gdb-memory-mode, gdb-memory-buffer-name)
14833 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14834 New functions for above buffer.
14835
14836 2005-01-30 Richard M. Stallman <rms@gnu.org>
14837
14838 * cus-edit.el (custom-bury-buffer): Function deleted.
14839 (custom-buffer-done-function): Option deleted.
14840 (custom-buffer-done-kill): New (replacement option.
14841 (Custom-buffer-done): Call quit-window.
14842 (custom-buffer-create-internal): Update for above changes.
14843
14844 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14845
14846 * simple.el (undo-ask-before-discard): New var.
14847 (undo-outer-limit-truncate): Implement it.
14848 (undo-extra-outer-limit): Doc update.
14849
14850 2005-01-29 Richard M. Stallman <rms@gnu.org>
14851
14852 * ses.el (undo-more): Delete defadvice.
14853 (ses-begin-change): Doc fix.
14854
14855 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14856 instead of rebinding C-x u and C-_.
14857
14858 * files.el (normal-backup-enable-predicate): Return nil for files
14859 in /tmp, regardless of temporary-file-directory.
14860
14861 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14862
14863 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14864 (open-rectangle, delete-whitespace-rectangle-line)
14865 (clear-rectangle-line): If FILL, pass t instead of FILL
14866 for move-to-column's 2nd arg.
14867
14868 * simple.el (undo): Fix the test for continuing a series of undos.
14869 (undo-more): Set pending-undo-list to t when we reach end.
14870 (pending-undo-list): Move up defvar.
14871
14872 * wid-edit.el (widget-button-click):
14873 Shorten the range of the track-mouse binding.
14874
14875 * comint.el (comint-insert-input): Undo previous changes;
14876 use last-input-event in interactive spec.
14877
14878 2005-01-29 Eli Zaretskii <eliz@gnu.org>
14879
14880 * progmodes/compile.el (compilation-start): Bind buffer-read-only
14881 to nil before invoking call-process. Reset buffer's modified flag
14882 after fontifying it in the no-async branch.
14883
14884 * wid-edit.el (widget-specify-button): If mouse pointer shape
14885 cannot be changed, use mouse face instead.
14886
14887 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
14888
14889 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
14890 (gdb-goto-breakpoint): Make breakpoint handling work on template
14891 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
14892 (gdb-assembler-custom): Update to recognize breakpoint information
14893 added on 2005-01-19.
14894
14895 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
14896
14897 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
14898 (dsssl-mode): Use define-derived-mode.
14899 (scheme-mode-initialize): Remove.
14900 (scheme-mode): Use run-mode-hooks.
14901
14902 * cus-edit.el (customize-group-other-window)
14903 (custom-buffer-create-other-window): Don't override special-display-*.
14904 (custom-mode-map): Make it dense.
14905
14906 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
14907 sets the default value.
14908
14909 2005-01-28 Eli Zaretskii <eliz@gnu.org>
14910
14911 * descr-text.el: Add more keywords.
14912
14913 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
14914
14915 * speedbar.el: Avoid unnecessary use of locate-library.
14916
14917 * international/mule-cmds.el (standard-display-european-internal):
14918 Don't fiddle with latin-1 non-break space any more since it's now
14919 special cased in the C code.
14920 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
14921
14922 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
14923
14924 * cus-start.el (all): Add `undo-outer-limit'.
14925
14926 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14927
14928 * textmodes/bibtex.el (bibtex-format-entry):
14929 Use `bibtex-empty-field-re' only on the text of fields, not on entire
14930 field lines.
14931 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
14932 not on part of a buffer.
14933
14934 2005-01-25 Lute Kamstra <lute@gnu.org>
14935
14936 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
14937 nonempty field text strings like "{letters\\macro{}more letters}".
14938 Clarify docstring.
14939 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
14940 (bibtex-entry-offset, bibtex-parse-association)
14941 (bibtex-parse-field-name): Fix typos in docstrings.
14942 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
14943
14944 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
14945
14946 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
14947 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
14948 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
14949 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
14950
14951 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
14952 isearch minor mode.
14953
14954 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
14955
14956 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
14957
14958 2005-01-24 Lute Kamstra <lute@gnu.org>
14959
14960 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
14961 CASECHARS and NOT-CASECHARS regular expressions of the
14962 "nederlands" and "nederlands8" dictionaries to prevent a "Range
14963 striding over charsets" error.
14964
14965 2005-01-24 Jay Belanger <belanger@truman.edu>
14966
14967 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
14968 display variable name.
14969
14970 2005-01-24 Kenichi Handa <handa@m17n.org>
14971
14972 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
14973 Fix setting of the element of encoded-kbd-iso2022-invocations.
14974
14975 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
14976
14977 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
14978 (gdb-threads-select): Change to also accept mouse events.
14979 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
14980 (gdb-threads-mouse-select): Delete.
14981
14982 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
14983
14984 * files.el (insert-directory): Take care of empty directory,
14985 listed without -a switch.
14986
14987 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14988
14989 * textmodes/refill.el (refill-post-command-function):
14990 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
14991 to the list of functions that we should be careful not to undo.
14992 (refill-late-fill-paragraph-function): Remove.
14993 (refill-saved-state): New var.
14994 (refill-mode): Use it to save fill-paragraph-function.
14995 Save also the value of auto-fill-function.
14996
14997 * term/w32-win.el: Simplify code.
14998
14999 2005-01-23 Kim F. Storm <storm@cua.dk>
15000
15001 * simple.el (line-move): Adapt to new return value from
15002 pos-visible-in-window-p.
15003
15004 * simple.el (line-move): Fix last change. Check partial
15005 visibility at point rather than at window-start.
15006
15007 2005-01-22 Jason Rumney <jasonr@gnu.org>
15008
15009 * term/w32-win.el (xw-defined-colors): Remove debug-message.
15010
15011 2005-01-22 David Kastrup <dak@gnu.org>
15012
15013 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
15014
15015 2005-01-22 Eli Zaretskii <eliz@gnu.org>
15016
15017 * type-break.el (type-break-mode): Add a test for
15018 type-break-file-name being non-nil.
15019
15020 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
15021
15022 * net/eudc.el (top level): Call (message "") via progn, so that
15023 eudc-options-file is loaded.
15024
15025 2005-01-22 Kim F. Storm <storm@cua.dk>
15026
15027 * simple.el (line-move-1): Rename from line-move.
15028 (line-move): New function that adjusts vscroll for partially
15029 visible rows, and calls line-move-1 otherwise.
15030
15031 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
15032
15033 * pcomplete.el: Define pcomplete-read-event instead of read-event,
15034 since it's not a complete read-event implementation
15035
15036 2005-01-20 Jay Belanger <belanger@truman.edu>
15037
15038 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
15039 for called function.
15040
15041 2005-01-20 Steven Tamm <steventamm@mac.com>
15042
15043 * term/mac-win.el (process-connection-type): Remove.
15044 Controlled now by s/darwin.h:PTY_ITERATION.
15045
15046 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15047
15048 * window.el (handle-select-window): Don't switch window when we're
15049 in the minibuffer.
15050
15051 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
15052
15053 * subr.el (dotimes-with-progress-reporter): New macro.
15054
15055 * ses.el (ses-dotimes-msg): Remove macro.
15056 Use `dotimes-with-progress-reporter' instead.
15057
15058 2005-01-19 Steven Tamm <steventamm@mac.com>
15059
15060 * term/mac-win.el (process-connection-type): Use new
15061 operating-system-release variable to use ptys on Darwin 7 (OS X
15062 10.3) when using carbon build.
15063
15064 2005-01-19 Jay Belanger <belanger@truman.edu>
15065
15066 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
15067 flags if the last command was a tab or M-tab.
15068
15069 * calc/calc-prog.el (calc-user-define-edit): Put original formula
15070 in formula editing buffer.
15071
15072 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15073
15074 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
15075 breakpoint image symbol in margin.
15076
15077 2005-01-19 Jay Belanger <belanger@truman.edu>
15078
15079 * calc/calc-prog.el (calc-execute-kbd-macro):
15080 Ignore calc-keep-arg-flag.
15081
15082 2005-01-19 Kenichi Handa <handa@m17n.org>
15083
15084 * textmodes/ispell.el (ispell-looking-at): New function.
15085 (ispell-process-line): Use ispell-looking-at to compare the ispell
15086 output and the buffer contents.
15087
15088 2005-01-18 Jay Belanger <belanger@truman.edu>
15089
15090 * calc/calc.el (calc-display-raw): Fix docstring.
15091
15092 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15093
15094 * simple.el (blink-matching-open): Strip extra info from syntax.
15095
15096 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
15097 funny chars in the end-of-here-doc marker.
15098
15099 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15100
15101 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
15102 that enable/disabled state of breakpoints is shown correctly in
15103 fringe and on ttys.
15104 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
15105 Add breakpoint information as text properties.
15106 (gdb-mouse-toggle-breakpoint):
15107 Rename to gdb-mouse-set-clear-breakpoint.
15108 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
15109 breakpoints in the margin.
15110 (gdb-remove-strings): Simplify.
15111
15112 2005-01-17 Jay Belanger <belanger@truman.edu>
15113
15114 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
15115 erasing buffer.
15116
15117 2005-01-17 Richard M. Stallman <rms@gnu.org>
15118
15119 * progmodes/grep.el (grep-find): Copy from `grep' the condition
15120 for calling grep-compute-defaults.
15121
15122 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
15123 if buffer is empty.
15124
15125 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
15126
15127 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
15128
15129 * hilit-chg.el (highlight-changes-mode): Don't autoload.
15130
15131 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
15132 non-preloaded variables.
15133
15134 2005-01-17 Steven Tamm <steventamm@mac.com>
15135
15136 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
15137 tex-shell cause to force interactivity when using pipes.
15138
15139 2005-01-17 Kim F. Storm <storm@cua.dk>
15140
15141 * simple.el (just-one-space): Make arg optional.
15142
15143 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
15144
15145 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
15146 posn-at-x-y to t to access left-margin.
15147
15148 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
15149
15150 Sync with Tramp 2.0.47.
15151
15152 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
15153 catching keep-date problems in cp/scp operations.
15154 (tramp-handle-copy-file): Don't call `set-file-modes'
15155 unconditionally. Specialized functions should know better what is
15156 necessary. This improves performance a little bit, and the
15157 functions could catch errors with `cp -p' and `scp -p'.
15158 (tramp-do-copy-or-rename-file-via-buffer)
15159 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
15160 when appropriate.
15161 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
15162 Call `set-file-modes' when appropriate.
15163 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
15164 Johnsson <isak@hypergene.com>
15165 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
15166 of both Tramp buffer and debug buffer. Reported by Joakim Verona
15167 <joakim@verona.se>
15168 (tramp-file-name-for-operation): Mark `shell-command' as magic for
15169 Emacs only.
15170
15171 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
15172 `find-file-hooks' and `dired-mode-hook'.
15173 (tramp-minor-mode-map): Respective map. Add remapping for
15174 `compile' and `recompile'.
15175 (tramp-remap-command, tramp-recompile): New defuns.
15176 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
15177 in buffer "*Compilation*". Call the commands asynchronously.
15178
15179 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
15180 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
15181 `shell-command', because it isn't magic in XEmacs. Reported by
15182 Adrian Aichner <adrian@xemacs.org>.
15183
15184 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15185 `substitute-in-file-name.
15186 (tramp-smb-handle-substitute-in-file-name): New defun.
15187 (tramp-smb-advice-PC-do-completion): Delete advice.
15188
15189 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
15190
15191 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15192 Fix error in deleting region.
15193
15194 2005-01-15 Richard M. Stallman <rms@gnu.org>
15195
15196 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15197 In non-temp buffer, switch syntax table temporarily.
15198
15199 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15200
15201 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15202
15203 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15204
15205 * imenu.el (imenu--split-menu): Copy menulist before sorting.
15206 (imenu--generic-function): Use START, not BEG, as pos of definition.
15207
15208 * simple.el (just-one-space): Argument specifies number of spaces.
15209
15210 * simple.el (eval-expression-print-format): Avoid warning
15211 about edebug-active.
15212
15213 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
15214
15215 * progmodes/sh-script.el: Code copied from make-mode.el
15216 with small changes,
15217 (sh-mode-map): Bind C-c C-\.
15218 (sh-backslash-column, sh-backslash-align): New variables.
15219 (sh-backslash-region, sh-append-backslash): New functions.
15220
15221 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
15222
15223 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15224 (rmail-pop-password, rmail-pop-password-required): Move to
15225 rmail-obsolete group.
15226 (rmail-set-pop-password): Rename to rmail-set-remote-password.
15227 All callers updated.
15228 (rmail-get-pop-password): Rename to rmail-get-remote-password.
15229 Take an argument specifying whether it is POP or IMAP mailbox we
15230 are using. All callers updated.
15231 (rmail-pop-password-error): Rename to
15232 rmail-remote-password-error. Added mailutils-specific error message.
15233 (rmail-movemail-search-path)
15234 (rmail-movemail-variant-in-use): New variables.
15235 (rmail-remote-password, rmail-remote-password-required):
15236 New customization variables.
15237 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15238 (rmail-parse-url): New function.
15239 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15240 with GNU mailutils movemail.
15241
15242 2005-01-15 Kevin Ryde <user42@zip.com.au>
15243
15244 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15245 suffix to space, $ or '$, to correctly position point when going
15246 to @table style constants like DBL_MAX.
15247
15248 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
15249
15250 * type-break.el (type-break-mode, type-break-file-time)
15251 (type-break-file-keystroke-count, type-break-choose-file):
15252 Don't store data in or load data from the file if type-break-file-name
15253 is nil.
15254 (type-break-file-name): Doc update as per the above.
15255
15256 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
15257
15258 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15259 lookup-key might return nil; handle that.
15260
15261 2005-01-15 Alan Mackenzie <acm@muc.de>
15262
15263 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15264 rather than the element found, thus enabling the tree to be setcar'd.
15265
15266 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15267
15268 * textmodes/org.el (org-show-following-heading): New option.
15269 (org-show-hierarchy-above): Use `org-show-following-heading'.
15270 (org-cycle): Documentation fix.
15271
15272 * textmodes/org.el (orgtbl-optimized): New option
15273 (orgtbl-mode): New command, a minor mode.
15274 (orgtbl-mode-map): New variable.
15275 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15276 (orgtbl-error, orgtbl-self-insert-command)
15277 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15278
15279 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15280 a local variable in each org-mode buffer.
15281
15282 * textmodes/org.el (org-set-regexps-and-options): Rename from
15283 `org-set-regexps'. Added checking for STARTUP keyword.
15284 (org-get-current-options): Add STARTUP options.
15285 (org-table-insert-row): Make mode intelligent about when
15286 realignment is needed.
15287 (org-self-insert-command, org-delete-backward-char, org-delete-char):
15288 New commands.
15289 (org-enable-table-editor): New default value `optimized'.
15290 (org-table-blank-field): Support blanking regions if active.
15291
15292 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15293
15294 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15295 if the year is not given.
15296
15297 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15298 Add new escapes %m and %M, fixed bug with %F by adding
15299 save-match-data.
15300 (reftex-reference): Remove ?. from list of spaces.
15301 (reftex-label-info): Add automatic label prefix recognition.
15302
15303 * textmodes/reftex-index.el (reftex-index-next-phrase):
15304 Add slave parameter to call of `reftex-index-this-phrase'.
15305 (reftex-index-this-phrase): New optional argument.
15306 (reftex-index-region-phrases): Add slave parameter to call of
15307 `reftex-index-this-phrase'.
15308 (reftex-display-index): New argument redo.
15309 (reftex-index-rescan): Add 'redo to arguments of
15310 `reftex-display-index'.
15311 (reftex-index-Rescan, reftex-index-revert)
15312 (reftex-index-switch-index-tag): Add 'redo to arguments of
15313 `reftex-display-index'.
15314 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15315 indexing. Fix bug with matching is there is a quote before or
15316 after the word.
15317
15318 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15319 Fix bug when collecting citation keys in lines with comments.
15320 (reftex-citation): Prefix argument no longer rescans the document,
15321 but forces prompting for optional arguments of cite macros.
15322 (reftex-do-citation): Prompting for optional arguments implemented.
15323
15324 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15325 Add optional arguments to most cite commands.
15326 (reftex-cite-cleanup-optional-args): New option
15327 (reftex-cite-prompt-optional-args): New option.
15328 (reftex-trust-label-prefix): New option.
15329
15330 * textmodes/reftex-toc.el (reftex-toc-find-section):
15331 Add push-mark before changing the position in the buffer.
15332
15333 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15334 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15335
15336 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15337
15338 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15339 more carefully.
15340
15341 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15342
15343 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15344 (sgml-mode): Use it.
15345 (sgml-get-context): Better keep track of implicitly closed tags.
15346
15347 2005-01-13 Kenichi Handa <handa@m17n.org>
15348
15349 * textmodes/ispell.el: These changes are to fix misalignment error
15350 caused by equivalent characters of different Emacs charsets.
15351 (ispell-unified-chars-table): New variable.
15352 (ispell-get-decoded-string): New function.
15353 (ispell-get-casechars, ispell-get-not-casechars)
15354 (ispell-get-otherchars): Call ispell-get-decoded-string.
15355
15356 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15357
15358 * custom.el (custom-declare-variable): Just put symbol instead
15359 of (defvar . symbol) in `current-load-list'.
15360
15361 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15362
15363 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15364
15365 2005-01-12 Jay Belanger <belanger@truman.edu>
15366
15367 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15368 to create a Calc summary.
15369
15370 2005-01-12 Kim F. Storm <storm@cua.dk>
15371
15372 * mouse.el (mouse-on-link-p): Change functionality and doc
15373 string to comply with latest description in lisp ref.
15374
15375 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15376
15377 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15378 Enable mouse clicks on mode-line, header-line and margin.
15379 (event-type): Give mouse event symbols an 'event-kind property
15380 with value 'mouse-click.
15381
15382 2005-01-12 Juri Linkov <juri@jurta.org>
15383
15384 * facemenu.el (list-colors-display): Add new arg buffer-name.
15385 Use it. Fix docstring. Replace code for identifying duplicate
15386 colors by the name with call to `list-colors-duplicates' which
15387 identifies duplicate colors by the value unless the color
15388 is one of special Windows colors. Set truncate-lines to t.
15389 Print sorted duplicate color names on each line. Indent to 22
15390 \(the longest color name in rgb.txt) instead of 20. Optimize.
15391 (list-colors-duplicates): New function.
15392 (facemenu-color-name-equal): Delete function.
15393
15394 * facemenu.el (list-colors-print): New function created from code
15395 in list-colors-display. Print #RRGGBB at the window right edge.
15396 (list-colors-display): When temp-buffer-show-function is not
15397 defined, call list-colors-print from temp-buffer-show-hook
15398 to get the right value of window-width in list-colors-print
15399 after the buffer is displayed.
15400
15401 * simple.el (pop-mark): Move deactivate-mark out of conditional
15402 part to deactivate the active mark regardless of the state of the
15403 mark ring.
15404
15405 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15406 variables line in desktop files.
15407
15408 2005-01-12 Juri Linkov <juri@jurta.org>
15409
15410 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15411 Bring together isearch highlight related options.
15412 (lazy-highlight): Replace group `replace' by `matching'.
15413 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15414 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15415 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15416 and declare them obsolete.
15417 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15418 (isearch-faces): Remove defgroup.
15419 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15420 Move isearch highlighting code closer to lazy highlighting code.
15421
15422 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15423 (query-replace-highlight, query-replace-lazy-highlight)
15424 (query-replace): Move definitions to the beginning of the file.
15425
15426 2005-01-11 Juri Linkov <juri@jurta.org>
15427
15428 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15429 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15430 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15431
15432 * info.el (Info-history-forward): New variable.
15433 (Info-select-node): Reset Info-history-forward to nil.
15434 (Info-last): Turn into defalias.
15435 (Info-history-back): Rename from Info-last.
15436 Add current node to Info-history-forward.
15437 (Info-history-forward): New fun.
15438 (Info-mode-map): Replace Info-last by Info-history-back.
15439 Bind Info-history-forward to "r".
15440 (Info-mode-menu): Replace Info-last by Info-history-back.
15441 Fix menu item text. Add menu item for Info-history-forward.
15442 (info-tool-bar-map): Replace Info-last by Info-history-back.
15443 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15444 for Info-history-forward.
15445 (Info-mode): Replace Info-last by Info-history-back in docstring.
15446 Add local variable Info-history-forward.
15447 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15448
15449 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15450
15451 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15452 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15453 Ignore select-window events rather than fiddle with
15454 mouse-autoselect-window.
15455
15456 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15457
15458 * type-break.el (type-break-mode): Fix previous change.
15459
15460 2005-01-10 Jay Belanger <belanger@truman.edu>
15461
15462 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15463 calculator; only reset when point is inside a calculator.
15464 Don't adjust the window height if the window takes up the whole height
15465 of the frame.
15466
15467 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15468
15469 * ebuff-menu.el (Electric-buffer-menu-mode):
15470 Preserve value of buffer-local var header-line-format.
15471
15472 2005-01-09 Jay Belanger <belanger@truman.edu>
15473
15474 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15475 Make sure settings file exists before accessing it.
15476
15477 * calc/calc-embed.el (calc-embedded-subst):
15478 Replace math-multi-subst-rec, which is only supposed to be called
15479 by math-multi-subst, by math-multi-subst.
15480
15481 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15482
15483 * vc.el (vc-allow-async-revert): New user option.
15484 (vc-disable-async-diff): New internal variable.
15485 (vc-revert-buffer): Use them to disable asynchronous diff.
15486
15487 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15488 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15489 asynchronously if vc-disable-async-diff is t.
15490
15491 2005-01-09 Jay Belanger <belanger@truman.edu>
15492
15493 * calc/calc.el (defcalcmodevar): New macro.
15494 (calc-mode-var-list-restore-default-values)
15495 (calc-mode-var-list-restore-saved-values): New functions.
15496 (calc-mode-var-list): Use defcalcmodevar to define it.
15497 (calc-always-load-extensions, calc-line-numbering)
15498 (calc-line-breaking, calc-display-just, calc-display-origin)
15499 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15500 (calc-group-char, calc-point-char, calc-frac-format)
15501 (calc-prefer-frac, calc-hms-format, calc-date-format)
15502 (calc-float-format, calc-full-float-format, calc-complex-format)
15503 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15504 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15505 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15506 (calc-matrix-brackets, calc-language, calc-language-option)
15507 (calc-left-label, calc-right-label, calc-word-size)
15508 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15509 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15510 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15511 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15512 (calc-window-height, calc-display-trail, calc-show-selections)
15513 (calc-use-selections, calc-assoc-selections)
15514 (calc-display-working-message, calc-auto-why, calc-timing)
15515 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15516 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15517 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15518 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15519 (calc-gnuplot-geometry, calc-graph-default-resolution)
15520 (calc-graph-default-resolution-3d, calc-invocation-macro)
15521 (calc-show-banner): Use defcalcmodevar to declare them and set
15522 their default values.
15523
15524 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15525 instead of default values (but restore default values if there is
15526 an argument of 0).
15527
15528 2005-01-09 David Kastrup <dak@gnu.org>
15529
15530 * desktop.el (desktop-restore-eager): Fix typo in type.
15531
15532 2005-01-08 Richard M. Stallman <rms@gnu.org>
15533
15534 * cus-edit.el (customize): Delete :link.
15535
15536 2005-01-08 Jay Belanger <belanger@truman.edu>
15537
15538 * calc/calc.el (calc-mode): Remove the extension from the
15539 `calc-settings-file' file name when loading it.
15540
15541 2005-01-08 Kim F. Storm <storm@cua.dk>
15542
15543 * info.el (Info-mode-map, Info-next-link-keymap)
15544 (Info-prev-link-keymap, Info-up-link-keymap):
15545 Map follow-link to mouse-face.
15546 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15547
15548 2005-01-08 Jay Belanger <belanger@truman.edu>
15549
15550 * calc/calc.el (calc-settings-file): Change default value.
15551 Suggested by cgw in a comment in calc-mode.el.
15552
15553 * calc/calc-mode.el (calc-settings-file-name):
15554 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15555 Replace ~/.emacs in a prompt by calc-settings-file.
15556
15557 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15558
15559 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15560 (desktop-lazy-idle-delay): New customizable variables.
15561 (desktop-buffer-args-list): New variable.
15562 (desktop-append-buffer-args): New function.
15563 (desktop-save): Call desktop-append-buffer-args for some buffers.
15564 (desktop-lazy-create-buffer): New function.
15565 (desktop-idle-create-buffers): New function.
15566 (desktop-read): Add message about buffers to restore lazily.
15567 (desktop-lazy-abort): New command.
15568 (desktop-clear): Call desktop-lazy-abort.
15569 (desktop-lazy-complete): New command.
15570
15571 2005-01-06 Richard M. Stallman <rms@gnu.org>
15572
15573 * emacs-lisp/find-func.el (find-face-definition):
15574 Rename from find-face.
15575
15576 2005-01-06 Kim F. Storm <storm@cua.dk>
15577
15578 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15579
15580 * man.el (Man-xref-man-page, Man-xref-header-file)
15581 (Man-xref-normal-file): Add follow-link property.
15582
15583 2005-01-06 Jay Belanger <belanger@truman.edu>
15584
15585 * calc/calc-units.el: Make sure the proper macro definitions are
15586 available when compiling.
15587
15588 2005-01-06 Juri Linkov <juri@jurta.org>
15589
15590 * isearch.el (isearch-lazy-highlight-update):
15591 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15592
15593 2005-01-06 Miles Bader <miles@gnu.org>
15594
15595 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15596 (isearch-lazy-highlight-face): Use new name.
15597
15598 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15599
15600 * uniquify.el (uniquify-rationalize-file-buffer-names):
15601 Re-add an interactive spec.
15602 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15603 to the same name.
15604
15605 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15606 (isearch-update, isearch-done): Adjust calls accordingly.
15607
15608 2005-01-05 Richard M. Stallman <rms@gnu.org>
15609
15610 * custom.el (custom-set-variables, custom-theme-set-variables):
15611 Clarify documentation.
15612
15613 * emacs-lisp/find-func.el (find-variable)
15614 (find-variable-other-window, find-variable-other-frame):
15615 Fix the TYPE args to find-function-read and find-function-do-it.
15616 (find-function): Doc fix.
15617 (find-function-at-point): Replace function-at-point alias.
15618
15619 2005-01-04 Richard M. Stallman <rms@gnu.org>
15620
15621 * cus-face.el (custom-declare-face):
15622 Record defface in current-load-list.
15623
15624 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15625
15626 * emacs-lisp/find-func.el: Doc fixes.
15627 (find-face-regexp): New variable.
15628 (find-function-regexp-alist): New variable.
15629 (find-function-C-source): Third arg is now TYPE.
15630 (find-function-search-for-symbol): Handle general TYPE.
15631 (find-function-read, find-function-do-it): Handle general TYPE.
15632 (find-definition-noselect, find-face): New functions.
15633 (function-at-point): Alias deleted.
15634
15635 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15636
15637 * battery.el (display-battery-mode): Rename from display-battery.
15638 Handle the case where it gets turned off.
15639
15640 2005-01-04 Richard M. Stallman <rms@gnu.org>
15641
15642 * cus-edit.el (customize): Make :link point to user doc.
15643
15644 * man.el (Man-fontify-manpage): Turn off undo generation.
15645
15646 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15647
15648 2005-01-04 Andreas Schwab <schwab@suse.de>
15649
15650 * files.el (insert-directory): Only look for error lines in
15651 inserted text. Don't move too far after processing --dired markers.
15652
15653 2005-01-04 Richard M. Stallman <rms@gnu.org>
15654
15655 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15656 Don't expand if the character is @, period, dash, etc.
15657 (define-mail-abbrev): Quote names that contain problem characters.
15658
15659 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15660
15661 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15662
15663 2005-01-03 Richard M. Stallman <rms@gnu.org>
15664
15665 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15666 (query-replace-highlight, query-replace-lazy-highlight)
15667 (query-replace): Definitions moved up. Doc fix.
15668
15669 2005-01-03 Richard M. Stallman <rms@gnu.org>
15670
15671 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15672 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15673 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15674 (lazy-highlight-face): Rename from isearch-lazy-...
15675 Change all references to them.
15676
15677 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15678
15679 * cus-edit.el (custom-file): Doc fix for defcustom.
15680 (custom-file): The function no longer sets the variable
15681 `custom-file' to its return value.
15682
15683 * startup.el (command-line): No longer load `custom-file'.
15684
15685 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15686
15687 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15688
15689 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15690 Don't confuse module-prefixed identifiers for labels.
15691 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15692
15693 2005-01-02 Richard M. Stallman <rms@gnu.org>
15694
15695 * files.el (basic-save-buffer-1): Fix previous change.
15696
15697 * loadhist.el (file-loadhist-lookup): New function.
15698 (file-provides, file-requires): Use it.
15699
15700 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15701 instead of calculating the right size.
15702
15703 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15704
15705 * vc-svn.el (vc-svn-diff): Stay local if possible.
15706
15707 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15708
15709 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15710
15711 * files.el (hack-local-variables): Fix last change.
15712
15713 2005-01-02 Jay Belanger <belanger@truman.edu>
15714
15715 * calc/calc-yank.el (calc-edit-top): New variable.
15716 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15717 object. Change header properties.
15718 (calc-edit-finish, calc-edit-finish-stack-object)
15719 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15720 edited object.
15721 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15722 for the beginning of the edited object.
15723 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15724 for the beginning of the edited object.
15725 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15726 (calc-finish-formula-edit, calc-macro-repeats)
15727 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15728 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15729 beginning of the edited object.
15730 (calc-user-define-edit): Change the header for editing macros.
15731 Remove unnecessary variable.
15732
15733 2005-01-01 Jay Belanger <belanger@truman.edu>
15734
15735 * calc/calc-yank.el (calc-edit-mode): Change default header.
15736 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15737 * calc/calc-store.el (calc-edit-variable): Change title to match new
15738 header.
15739 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15740 mode to match new header.
15741 (calc-user-define-edit): Change titles to include names of commands.
15742 (calc-finish-formula-edit): Adjust to handle new header.
15743 (calc-finish-macro-edit): Remove.
15744 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15745 (calc-edit-macro-command, calc-edit-macro-command-type)
15746 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15747 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15748 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15749 (calc-edit-macro-finish-edit): New functions.
15750 (calc-user-define-edit): Use new functions to edit named calc macros.
15751
15752 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15753
15754 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15755
15756 * ses.el (copy-region-as-kill): Deactivate mark.
15757
15758 2005-01-01 Richard M. Stallman <rms@gnu.org>
15759
15760 * replace.el (occur-1): If the output buffer is also an input,
15761 don't kill it, rename it.
15762
15763 * faces.el (set-face-background, set-face-foreground): Doc fix.
15764
15765 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15766 for :foreground and :background.
15767
15768 * dired.el (dired-view-command-alist): Variable deleted.
15769 (dired-view-file, dired-mouse-find-file-other-window):
15770 Delete the code to use it.
15771
15772 2005-01-01 Kim F. Storm <storm@cua.dk>
15773
15774 * image.el (insert-sliced-image): Use t for line-height property.
15775
15776 See ChangeLog.11 for earlier changes.
15777
15778 ;; Local Variables:
15779 ;; coding: iso-2022-7bit
15780 ;; End:
15781
15782 Copyright (C) 2005 Free Software Foundation, Inc.
15783 Copying and distribution of this file, with or without modification,
15784 are permitted provided the copyright notice and this notice are preserved.
15785
15786 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1