* wid-edit.el (widget-button-click-moves-point): New variable.
[bpt/emacs.git] / lisp / ChangeLog
1 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
2
3 * wid-edit.el (widget-button-click-moves-point): New variable.
4 (widget-button-click): If widget-button-click-moves-point is
5 non-nil, set point after performing the button action
6
7 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8
9 2006-09-30 Martin Rudalics <rudalics@gmx.at>
10
11 * files.el (find-file-existing): Modified to not allow wildcards.
12
13 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14
15 * simple.el (undo-more): When undo information for the region is
16 exhausted, say "No further undo information FOR REGION".
17
18 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
19
20 * progmodes/sh-script.el (sh-prev-thing): Take
21 `sh-leading-keywords' into account.
22
23 2006-09-29 Glenn Morris <rgm@gnu.org>
24
25 * custom.el (defcustom): Doc fix.
26
27 * calendar/calendar.el (european-calendar-style): Call
28 european-calendar or american-calendar as needed when set.
29 (diary-view-entries, list-calendar-holidays): Move autoloads
30 before use.
31
32 2006-09-29 Juri Linkov <juri@jurta.org>
33
34 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
35 to nil if there is no previous property change.
36
37 2006-09-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
38
39 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
40 saving anything to be sure that `forward-sexp' behaves correctly.
41
42 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
43
44 * simple.el (line-move-finish): Ignore field boundaries if the
45 initial and final points have the same `field' property.
46
47 2006-09-29 Kim F. Storm <storm@cua.dk>
48
49 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
50 to t while calling ido-read-internal.
51
52 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
53
54 * textmodes/org.el (org-file-remote-p): Get regexp from list.
55 (org-archive-subtree): remove erraneous `]' from character list.
56
57 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
58
59 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
60 (ses-reconstruct-all): Make undo of "insert row" work by keeping
61 markers for data-area and parameters-area.
62
63 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
66
67 * font-lock.el (font-lock-after-change-function): Refontify next line
68 as well if end is at BOL.
69 (font-lock-extend-jit-lock-region-after-change): Be more careful to
70 only extend the region as much as needed.
71
72 2006-09-28 Richard Stallman <rms@gnu.org>
73
74 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
75
76 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
77
78 * international/mule.el (after-insert-file-set-coding):
79 If VISIT, don't let set-buffer-multibyte make undo info.
80
81 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
82
83 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
84 lines in base64-encoded authentication response.
85
86 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
87
88 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
89 (ebnf-version): New version 4.3.
90 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
91 (ebnf-prologue): Adjust PostScript programming.
92 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
93 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
94
95 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * jit-lock.el (jit-lock-force-redisplay): Rename from
98 jit-lock-fontify-again, and undo the mistaken change I've just done.
99
100 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
101 (jit-lock-fontify-again): Don't refontify text that's not displayed.
102
103 2006-09-26 Kenichi Handa <handa@m17n.org>
104
105 * startup.el (display-splash-screen): Allow a prefix argument.
106
107 2006-09-25 Jason Rumney <jasonr@gnu.org>
108
109 * subr.el (shell-quote-argument): Use DOS logic for Windows
110 shells with DOS semantics.
111
112 2006-09-24 Richard Stallman <rms@gnu.org>
113
114 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
115 (compilation-goto-locus): Use compilation-goto-locus-delete-o
116 to delete the overlay. Put it on pre-command-hook.
117
118 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
119
120 * startup.el (fancy-splash-screens, normal-splash-screen):
121 Call the splash buffer *About GNU Emacs*.
122
123 * simple.el (next-error-highlight, next-error-highlight-no-select):
124 Default to 0.5.
125 (yank-excluded-properties): Add `fontified'.
126
127 * font-lock.el (font-lock-compile-keywords): Allow value of
128 syntax-begin-function to enable paren-column-0 highlighting.
129
130 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
131
132 * dired.el (dired-build-subdir-alist): When file ends in colon,
133 don't exit the loop, just disregard that file.
134
135 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
136
137 * simple.el (line-move-finish): Handle corner case for fields in
138 continued lines.
139 (line-move-1): Remove flawed test for that case.
140
141 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
142
143 * icomplete.el (icomplete-simple-completing-p): Use the correct
144 name for the new variable, `icomplete-with-completion-tables'.
145 (file local variables): Remove superfluous setting.
146
147 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
148
149 * calendar/appt.el (appt-check): Fix typo for appointments just
150 after midnight.
151
152 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
153
154 * help.el (describe-key-briefly, describe-key): Don't expect an
155 extra up event if a down-event is generated by a popup menu.
156
157 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
158
159 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
160 local dictionary when changing the global dictionary.
161
162 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
163
164 * icomplete.el (icomplete-with-completion-tables): List of
165 specialized completion tables with which icomplete should
166 operate. Include the new `internal-complete-buffer', so icomplete
167 works with interactive buffer-selection.
168 (icomplete-simple-completing-p): Add acceptance of specialized
169 completion tables listed in icomplete-with-completion-tables.
170
171 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
172
173 * frame.el (focus-follows-mouse): Set default to nil on Mac.
174
175 * startup.el (command-line): Use `custom-reevaluate-setting' for
176 `focus-follows-mouse'.
177
178 2006-09-22 Richard Stallman <rms@gnu.org>
179
180 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
181 explain why Save is not available.
182
183 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
184
185 * woman.el (woman0-so): Use `let*', not `let'.
186 (woman-horizontal-line): Remove unbalanced parenthesis.
187
188 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * woman.el: Make sure all the end-of-region markers we use have
191 a non-nil insertion-type.
192 (woman0-so): Move things around so we can use copy-marker.
193 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
194 Adjust marker type.
195 (woman2-process-escapes): Check marker type.
196 (woman-horizontal-line): Dispense with the use of a marker.
197
198 2006-09-22 Jay Belanger <belanger@truman.edu>
199
200 * calc/calc-lang.el: Add Greek letters to math-variable-table
201 property of tex.
202
203 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
204
205 * files.el (save-some-buffers-action-alist): Display diff in
206 view-mode.
207
208 2006-09-22 Masatake YAMATO <jet@gyve.org>
209
210 * add-log.el (add-log-current-defun): Use `forward-sexp'
211 instead of `forward-word' to pick c++::symbol.
212 Reported by Herbert Euler <herberteuler@hotmail.com>.
213
214 2006-09-22 Kenichi Handa <handa@m17n.org>
215
216 * bindings.el: Fix setting self-insert-command for multibyte
217 characters in global-map.
218
219 2006-09-21 David Kastrup <dak@gnu.org>
220
221 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
222 doc string.
223
224 2006-09-21 Kim F. Storm <storm@cua.dk>
225
226 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
227 (pushnew): Fix last change.
228
229 2006-09-21 Kenichi Handa <handa@m17n.org>
230
231 * language/european.el ("Latin-1"): Add windows-1252 to
232 coding-priority.
233 ("German"): Likewise.
234
235 2006-09-21 Kim F. Storm <storm@cua.dk>
236
237 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
238 Suggested by Miles Bader.
239
240 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
241 instead of add-to-list in the simple case.
242
243 2006-09-20 Kenichi Handa <handa@m17n.org>
244
245 * isearch.el (isearch-process-search-char): Cancel the previous
246 change.
247 (isearch-search-string): New function.
248 (isearch-search): Use isearch-search-string.
249 (isearch-lazy-highlight-search): Likewise.
250
251 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
252
253 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of comment
254 to become an option.
255
256 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
259
260 2006-09-20 Kim F. Storm <storm@cua.dk>
261
262 * simple.el (line-move-partial): Call pos-visible-in-window-p with
263 position t instead of trying both window-end and window-end - 1.
264
265 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
266
267 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
268 hidden trees.
269
270 2006-09-20 David Kastrup <dak@gnu.org>
271
272 * mouse.el (mouse-posn-property): Improve doc string.
273 (mouse-on-link-p): Change buffers for function calls on links.
274
275 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
276 buffer is read-only.
277
278 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
279
280 * allout.el (allout-unprotected): Let inhibit-read-only only when
281 buffer-read-only isn't set.
282 (allout-annotate-hidden): Enable topic annotation during copies even
283 when the buffer is read-only, eg for topic copies. Ensure that the loop
284 advances, even when the span extends beyond the deletion region.
285 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
286 rather than allout-exposure-changed-hook, as a stronger assertion.
287 (allout-keybindings-list): Add bindings for
288 allout-copy-line-as-kill and allout-copy-topic-as-kill.
289 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
290 Copy wrappers for allout-kill-line and allout-kill-topic.
291 (allout-listify-exposed): Position correctly to accumulate lines.
292
293 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
294
295 * simple.el (line-move-1): Escape field boundaries occurring
296 exactly at point. Update goal column if constrained to a field.
297 (line-move-finish): Escape field boundaries occurring exactly at point.
298
299 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * mouse.el (mouse-on-link-p): Tentatively fix last change.
302 (mouse-drag-vertical-line): Remove unused var `wconfig'.
303
304 2006-09-19 Kim F. Storm <storm@cua.dk>
305
306 * help.el (describe-key-briefly, describe-key): Simplify printing
307 of descriptions by using format and %S. Fix "is undefined"
308 messages to say "at that spot" for mouse events.
309
310 * simple.el (line-move-partial): Optimize. Try window-line-height
311 before posn-at-point to get vpos of current line.
312
313 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
314
315 * viper.el: Bump up version/date of update to reflect the substantial
316 changes done in August 2006.
317
318 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
319 are defined.
320
321 * ediff-util.el (ediff-add-to-history): New function.
322
323 * ediff.el: Use ediff-add-to-history instead of add-to-history.
324
325 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
326
327 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
328 Delete duplicate make-local-variable form.
329 (conf-space-keywords): Add autoload cookie.
330 Fix typo (`keywords', not `keyword').
331
332 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
333
334 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
335 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
336 to x-gtk-use-old-file-dialog
337
338 2006-09-18 Richard Stallman <rms@gnu.org>
339
340 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
341 that might come in during mouse tracking.
342
343 2006-09-18 Kim F. Storm <storm@cua.dk>
344
345 * simple.el (line-move-partial): Rework 2006-09-15 change to use
346 new window-line-height function. Further optimize by not calling
347 pos-visible-in-window-p for window-end when window-line-height
348 returns useful information.
349
350 2006-09-16 Richard Stallman <rms@gnu.org>
351
352 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
353 (conf-space-mode): Don't handle prefix arg.
354 Delete conf-space-keywords-override code.
355 Use add-hook.
356 (conf-space-keywords): New command.
357 (conf-space-mode-internal): Be careful with imenu-generic-expression.
358 Delete conf-space-keywords-override code.
359 (conf-space-keywords-alist): Doc fix.
360 (conf-space-font-lock-keywords): Doc fix.
361 (conf-space-keywords-override): Var deleted.
362
363 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
364
365 * startup.el (fancy-splash-screens): Don't switch to the scratch
366 buffer; it may not be the next buffer.
367
368 2006-09-16 Romain Francoise <romain@orebokech.com>
369
370 * saveplace.el (load-save-place-alist-from-file): Use expanded name
371 in both messages.
372
373 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
374
375 * progmodes/python.el (python-preoutput-filter):
376 Fix arg order to string-match.
377
378 2006-09-16 Richard Stallman <rms@gnu.org>
379
380 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
381 font-lock-compile-keywords.
382
383 * font-lock.el (font-lock-compile-keywords): Rename optional arg
384 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
385
386 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
387
388 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
389
390 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
391 and the data doesn't look like UTF8, send STRING instead.
392
393 2006-09-16 Agustin Martin <agustin.martin@hispalinux.es>
394
395 * textmodes/flyspell.el (flyspell-check-region-doublons):
396 New function to detect duplicated words.
397 (flyspell-large-region): Use it.
398
399 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
400
401 * simple.el (line-move-to-column): Revert 2006-08-03 change.
402
403 2006-09-16 Eli Zaretskii <eliz@gnu.org>
404
405 * help.el (describe-prefix-bindings): Use let, not let*.
406
407 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
408
409 * allout.el (allout-regexp, allout-line-boundary-regexp)
410 (allout-bob-regexp): Correct grouping and boundaries to fix
411 backwards traversal.
412 (allout-depth-specific-regexp, allout-depth-one-regexp):
413 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
414 worse time in allout-ascend.
415 (allout-doublecheck-at-and-shallower): Identify depth threshold
416 below which topics are checked for and disqualified by containment
417 discontinuities.
418 (allout-hotspot-key-handler): Correctly handle multiple-key
419 strokes. Remove some unused variables.
420 (allout-mode-leaders): Clarify that mode-specific comment-start
421 will be used.
422 (set-allout-regexp): Correctly regexp-quote allout regexps to
423 properly accept alternative header-leads and primary bullets with
424 regexp-specific characters (eg, C "/*", mathematica "(*").
425 Include new regular expressions among those configured.
426 (allout-infer-header-lead-and-primary-bullet):
427 Rename allout-infer-header-lead.
428 (allout-recent-depth): Manifest as a variable as well as a function.
429 (allout-prefix-data): Simplify into an inline instead of a macro,
430 assuming current match data rather than being explicitly passed
431 it. Establish allout-recent-depth value as well as
432 allout-recent-prefix-beginning and allout-recent-prefix-end.
433 (allout-aberrant-container-p): True when an item's immediate
434 offspring discontinuously contained. Useful for disqualifying
435 unintended topic prefixes, likely at low depths.
436 (allout-goto-prefix-doublechecked): Elaborate version of
437 allout-goto-prefix which disqualifies aberrant pseudo-items.
438 (allout-pre-next-prefix): Layer on top of lower-level routines, to
439 get disqualification of aberrant containers.
440 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
441 containers.
442 (allout-beginning-of-current-entry): Position at start of buffer
443 when in container (depth 0) entry.
444 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
445 (allout-current-bullet): Strip text properties.
446 (allout-get-prefix-bullet): Use right match groups.
447 (allout-beginning-of-line, allout-next-heading):
448 Disqualify aberrant containers.
449 (allout-previous-heading): Disqualify aberrant containers, and
450 change to regular (rather than inline) function, to allow
451 self-recursion.
452 (allout-get-invisibility-overlay): Increment so progress is made
453 when the first overlay is not the sought one.
454 (allout-end-of-prefix): Disqualify aberrant containers.
455 (allout-end-of-line): Cycle something like allout-beginning-of-line.
456 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
457 outline.el outlines) functional again. Change the primary bullet
458 along with the header-lead - level 1 new-style bullets now work.
459 Engage allout-before-change-handler in mainline emacs, not just
460 xemacs, to do undo handling.
461 (allout-before-change-handler): Expose undo changes occurring in
462 hidden regions. Use allout-get-invisibility-overlay instead of
463 reimplementing it inline.
464 (allout-chart-subtree): Use start rather than end of prefix in
465 charts. Use allout-recent-depth variable.
466 (allout-chart-siblings): Disqualify aberrant topics.
467 (allout-beginning-of-current-entry): Position correctly.
468 (allout-ascend): Use new allout-depth-specific-regexp and
469 allout-depth-one-regexp for linear instead of O(N^2) or worse
470 behavior.
471 (allout-ascend-to-depth): Depend on allout-ascend, rather than
472 reimplementing an algorithm.
473 (allout-up-current-level): Depend on allout-ascend, rather than
474 reimplementing an algorithm. Return to start-point if we fail.
475 (allout-descend-to-depth): Use allout-recent-depth variable
476 instead of function.
477 (allout-next-sibling): On traversal of numerous intervening
478 topics, resort to economical allout-next-sibling-leap.
479 (allout-next-sibling-leap): Specialized version of
480 allout-next-sibling that uses allout-ascend cleverly, to depend on
481 a regexp search to leap large numbers of contained topics, rather
482 than arbitrarily many one-by-one traversals.
483 (allout-next-visible-heading): Disqualify aberrant topics.
484 (allout-previous-visible-heading): Position consistently when
485 interactive.
486 (allout-forward-current-level): Base on allout-previous-sibling
487 rather than (differently) reimplmenting the algorithm. Remove some
488 unused variables.
489 (allout-solicit-alternate-bullet): Present default choice stripped
490 of text properties.
491 (allout-rebullet-heading): Use bullet stripped of text properties.
492 Register changes using allout-exposure-change-hook.
493 Disregard aberrant topics.
494 (allout-shift-in): With universal-argument, make topic a peer of
495 it's former offspring. Simplify the code by separating out
496 allout-shift-out functionality.
497 (allout-shift-out): With universal-argument, make offspring peers
498 of their former container, and its siblings. Implement the
499 functionality here, rather than inappropriately muddling the
500 implementation of allout-shift-in.
501 (allout-rebullet-topic): Respect additional argument for new
502 parent-child separation function.
503 (allout-yank-processing): Use allout-ascend directly.
504 (allout-show-entry): Disqualify aberrant topics.
505 (allout-show-children): Handle discontinuous children gracefully,
506 extending the depth being revealed to expose them and posting a
507 message indicating the situation.
508 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
509 Leave cursor in correct position.
510 (allout-hide-current-subtree): Use allout-ascend directly.
511 Disqualify aberrant topics.
512 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
513 a way that the yanks can restore it, as used to happen.
514 (allout-yank-processing): Restore exposure layout as recorded by
515 allout-kill-*, as used to happen.
516 (allout-annotate-hidden, allout-hide-by-annotation): New routines
517 for preseving and restoring exposure layout across kills.
518 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
519 (allout-encrypt-string): Strip text properties.
520 Rearranged order and outline-headings for some of the
521 miscellaneous functions.
522 (allout-resolve-xref): No need to quote the error name in the
523 condition-case handler section.
524 (allout-flatten): Classic recursive (and recursively intensive,
525 without tail-recursion) list-flattener, needed by allout-shift-out
526 when confronted with discontinuous children.
527
528 2006-09-16 Jason Rumney <jasonr@gnu.org>
529
530 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
531 on ms-windows.
532 (dnd-open-unc-file): Remove.
533 (dnd-open-local-file): Mention in doc string that it also handles
534 remote files if the system natively supports unc file-names.
535
536 2006-09-15 Kim F. Storm <storm@cua.dk>
537
538 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
539 all necessary information about the event before erasing *Help*.
540
541 * simple.el (line-move-partial): Use window-line-visiblity to
542 quickly check whether last line is partially visible, and only do
543 the hard (and slow) part in that case.
544
545 2006-09-15 Jay Belanger <belanger@truman.edu>
546
547 * COPYING: Replace "Library Public License" by "Lesser Public
548 License" throughout.
549
550 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
551
552 * term/x-win.el (x-menu-bar-open): New function for F10.
553
554 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
555
556 * progmodes/compile.el (compilation-error-regexp-alist-alist):
557 Disallow filenames containing " -" to avoid confusion with libtool
558 compilation messages. Suggested by Stefan Monnier.
559
560 2006-09-15 David Kastrup <dak@gnu.org>
561
562 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
563 instead of buffer position for `mouse-on-link-p'.
564
565 * mouse.el (mouse-posn-property): New function looking up the
566 properties at a click position in overlays and text properties in
567 either buffer or strings.
568 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
569 of both `follow-link' as well as `mouse-face' properties.
570 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
571 buffer position.
572
573 * help.el (describe-key-briefly): When reading a down-event on
574 mode lines or scroll bar, swallow the following up event, too.
575 Use the new mouse sensitity of `key-binding' for lookup.
576 (describe-key): The same here.
577
578 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
579
580 * play/life.el (life-patterns): Add a few more interesting patterns.
581 (life-setup): Force `show-trailing-whitespace' to nil.
582
583 2006-09-14 Richard Stallman <rms@gnu.org>
584
585 * startup.el (fancy-splash-text): Change text to improve alignment.
586 (fancy-splash-screens): Don't set non-standard tab width.
587 Bind cursor-type temporarily, and make it easy to patch to
588 preserve the splash buffer.
589 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
590 (fancy-splash-screens): Display echo-area message explicitly.
591 Don't set fancy-splash-help-echo.
592
593 * simple.el (line-number-mode): Group mode-line instead of
594 editing-basics.
595 (column-number-mode, size-indication-mode): Likewise.
596
597 * faces.el (mode-line-faces): Group mode-line instead of modeline.
598
599 * time.el (display-time): Group mode-line instead of modeline.
600
601 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
602
603 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
604
605 * startup.el (fancy-splash-text): Move editing instructions to
606 fancy-splash-head.
607 (fancy-splash-head): Issue editing instructions.
608 (fancy-splash-screens): Fixup whitespace.
609
610 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 * bindings.el (mode-line-buffer-identification-keymap):
613 Remove duplicate line.
614
615 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
616
617 * ido.el (ido-ignore-item-p): Allow any kind of functions in
618 ignore lists.
619
620 2006-09-14 Kim F. Storm <storm@cua.dk>
621
622 * jit-lock.el (jit-lock-fontify-again): New function.
623 (jit-lock-fontify-now): Use it instead of lambda form.
624
625 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
626
627 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
628 (flyspell-auto-correct-word): Make ispell-filter local to these
629 functions. Check that ispell-filter has new stuff before calling
630 ispell-parse-output.
631
632 2006-09-13 Kim F. Storm <storm@cua.dk>
633
634 * simple.el (line-move-partial): Optimize.
635
636 2006-09-13 Richard Stallman <rms@gnu.org>
637
638 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
639 Delete spurious backquote.
640
641 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
642
643 * net/rcirc.el (rcirc-print): Fix last change.
644
645 2006-09-12 Jay Belanger <belanger@truman.edu>
646
647 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
648
649 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
650
651 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
652 rcirc-show-maximum-output.
653 (rcirc-mode): Remove window-scroll-function hook.
654 (rcirc-scroll-to-bottom): Remove function.
655 (rcirc-print): Recenter so point stays at the bottom of the window
656 if point was already there.
657
658 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
659
660 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
661 not to "t".
662 * progmodes/compile.el (compilation-start): Likewise.
663 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
664 Don't use expand-file-name on invocation-directory, since this
665 might mishandle special characters in invocation-directory.
666
667 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
668
669 * pcvs-defs.el: Remove * in defcustom's docstrings.
670
671 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
672
673 * progmodes/compile.el (compilation-directory-properties):
674 Doc fix for help-echo.
675
676 2006-09-12 Lars Hansen <larsh@soem.dk>
677
678 * desktop.el (desktop-read): Add comment.
679
680 2006-09-12 Kim F. Storm <storm@cua.dk>
681
682 * simple.el (next-error-highlight, next-error-highlight-no-select):
683 Fix spelling error.
684
685 * subr.el (sit-for): Rework to use input-pending-p and cond.
686 Return nil input is pending on entry also for SECONDS <= 0.
687 (while-no-input): Use input-pending-p instead of sit-for.
688
689 2006-09-11 Richard Stallman <rms@gnu.org>
690
691 * simple.el (next-error-highlight, next-error-highlight-no-select):
692 Fix custom type and doc strings.
693
694 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
697 (diff-apply-hunk): Use it to ask for confirmation.
698
699 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
700
701 * emacs-lisp/cl.el (pushnew): Add missing `,'.
702
703 2006-09-11 David Kastrup <dak@gnu.org>
704
705 * help.el (string-key-binding, describe-key-briefly)
706 (describe-key): Remove `string-key-binding' and its callers since
707 `key-binding' already caters for the proper lookup now.
708
709 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
712 (cfengine-mode): Use it. Fix \ syntax to be like /.
713
714 * bindings.el (mode-line-buffer-identification-keymap):
715 Move initialization into declaration.
716
717 2006-09-10 Kim F. Storm <storm@cua.dk>
718
719 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
720 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
721 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
722 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
723
724 2006-09-10 Richard Stallman <rms@gnu.org>
725
726 * dired-aux.el: Handle errors in recursive copy usefully.
727 (dired-create-files-failures): New variable.
728 (dired-copy-file): Remove condition-case.
729 (dired-copy-file-recursive): Check for errors on all file
730 operations, and add them to dired-create-files-failures.
731 Check file file-date-erorr here too.
732 (dired-create-files): Check dired-create-files-failures
733 and report those errors too.
734
735 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
736
737 * subr.el (add-to-list): New argument COMPARE-FN.
738
739 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
740
741 * filecache.el (file-cache-add-directory)
742 (file-cache-add-directory-list, file-cache-add-file)
743 (file-cache-add-directory-using-find)
744 (file-cache-add-directory-using-locate)
745 (file-cache-add-directory-recursively): Add autoloads.
746
747 2006-09-09 Richard Stallman <rms@gnu.org>
748
749 * textmodes/conf-mode.el (conf-space-mode):
750 Use hack-local-variables-hook instead of calling hack-local-variables.
751 (conf-space-keywords-override): New variable.
752 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
753 (conf-space-mode): Always make conf-space-keywords and
754 conf-space-keywords-override local.
755 Call conf-space-mode-internal directly as well as via hook.
756
757 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
758
759 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
760 quasi-keywords.
761
762 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
763
764 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
765 (python-send-string): Be slightly more careful about adding \n.
766
767 * startup.el (normal-splash-screen): Don't display the buffer if we'll
768 kill it right away anyway.
769
770 2006-09-09 Eli Zaretskii <eliz@gnu.org>
771
772 * international/codepage.el (cp850-decode-table): Fix a few codes.
773 (cp858-decode-table): New variable.
774
775 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
776
777 * net/ldap.el (ldap-search-internal): Doc fix.
778
779 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
780
781 * play/life.el (life-display-generation): Test for input manually if
782 `sleeptime' is negative or null.
783
784 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
785 (print-region-1): Substitute `%s' with the page title.
786
787 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
788
789 * locate.el (locate-current-search): New variable.
790 (locate): Set buffer local value. Use current buffer if it is
791 in Locate mode.
792 (locate-mode): Disable undo here.
793 (locate-do-setup): Use locate-current-filter from buffer to be killed.
794 (locate-update): Use locate-current-search and locate-current-filter.
795
796 2006-09-08 David Kastrup <dak@gnu.org>
797
798 * desktop.el (desktop-read): When loading a desktop, disable
799 saving it while the load progresses, and switch off a pending lazy
800 load by calling `desktop-lazy-abort'.
801
802 2006-08-27 Martin Rudalics <rudalics@gmx.at>
803
804 * window.el (mouse-autoselect-window-timer)
805 (mouse-autoselect-window-position)
806 (mouse-autoselect-window-window)
807 (mouse-autoselect-window-now): New vars.
808 (mouse-autoselect-window-cancel)
809 (mouse-autoselect-window-select)
810 (mouse-autoselect-window-start): New functions.
811 (handle-select-window): Call `mouse-autoselect-window-start' when
812 delayed window autoselection is enabled.
813
814 * cus-start.el (mouse-autoselect-window): Handle delayed window
815 autoselection.
816
817 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
818 commands after which it is allowed to print in the echo area.
819
820 2006-09-08 Richard Stallman <rms@gnu.org>
821
822 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
823
824 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
825 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
826
827 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
828 (cancel-timer-internal): Add doc string.
829 (cancel-function-timers): Doc fix.
830 (with-timeout-handler, timer-event-last*): Add doc strings.
831
832 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
833
834 * files.el (risky-local-variable-p): Match ...-bindat-spec.
835
836 * dired.el (dired-log-summary): Add doc string.
837
838 * cus-edit.el (custom-menu-create): Bind deactivate-mark here
839 (custom-group-menu-create): Not here.
840
841 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
842
843 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
844
845 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
846
847 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol.
848 (mac-apple-event-map): Define its handler.
849
850 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
851
852 * net/ldap.el (ldap-search-internal): Handle `auth' key.
853
854 2006-09-07 Magnus Henoch <mange@freemail.hu>
855
856 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
857 clause.
858
859 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
860
861 * info.el (Info-index): Bind completion-ignore-case.
862
863 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
864
865 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
866 previous commit.
867 (inferior-prolog-guess-flavor): New fun left out of previous commit.
868 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
869 burp in dedicated windows.
870 (inferior-prolog-self-insert-command): New command.
871 (inferior-prolog-mode-map): Use it.
872
873 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
874
875 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
876
877 * international/code-pages.el: Add cp858.
878
879 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
880
881 * dnd.el: Fix bootstrapping.
882
883 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
884
885 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
886 (dnd-open-remote-url): New function.
887 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
888 not windows-nt.
889
890 2006-09-07 Jason Rumney <jasonr@gnu.org>
891
892 * dnd.el (dnd-open-remote-file-function): New variable.
893 (dnd-open-unc-file): New function.
894 (dnd-open-file): Call dnd-open-remote-file-function if set.
895
896 2006-09-06 Daiki Ueno <ueno@unixuser.org>
897
898 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
899 pgg-passphrase-coding-system rather than locale-coding-system.
900 * pgg-def.el (pgg-passphrase-coding-system): New user option.
901
902 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
903
904 * progmodes/prolog.el: Remove * in docstrings.
905 (prolog-program-name): Add SWI prolog.
906 (prolog-mode-menu): New menu.
907 (prolog-mode): Set comment-add.
908 (prolog-indent-line): Simplify. Use indent-line-to.
909 (inferior-prolog-buffer): New var.
910 (inferior-prolog-run, inferior-prolog-process): New funs.
911 (run-prolog, switch-to-prolog): Rewrite, using them.
912 (prolog-consult-region): Use inferior-prolog-buffer.
913 (inferior-prolog-load-file): New function.
914 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
915
916 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
917 last word, if it's not the end of the paragraph.
918
919 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
920 file name.
921
922 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
923
924 * frame.el (display-mm-dimensions-alist): New defcustom.
925 (display-mm-height, display-mm-width): Use it.
926
927 2006-09-06 Simon Josefsson <jas@extundo.com>
928
929 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
930
931 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
932
933 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
934 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
935 string values.
936
937 2006-09-06 Kim F. Storm <storm@cua.dk>
938
939 * simple.el (line-move-partial): New function to do vscrolling for
940 partially visible images / tall lines. Rewrite based on code
941 previously in line-move. Simplify backwards vscrolling.
942 (line-move): Use it. Simplify.
943
944 2006-09-05 Kim F. Storm <storm@cua.dk>
945
946 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
947
948 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
949
950 * progmodes/compile.el (compilation-error-regexp-alist-alist):
951 Process the `gcc-include' after the `gnu' rule.
952
953 2006-09-05 Kim F. Storm <storm@cua.dk>
954
955 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
956
957 2006-09-05 Daiki Ueno <ueno@unixuser.org>
958
959 * pgg.el (pgg-clear-string): Alias to clear-string for backward
960 compatibility.
961
962 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
963 inhibit-redisplay; encode passphrase with locale-coding-system.
964
965 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
966
967 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
968
969 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
970
971 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
972 (gdb-var-list-children-regexp): Make type field optional.
973
974 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
975 e.g public, protected in C++.
976
977 2006-09-04 John Paul Wallington <jpw@pobox.com>
978
979 * simple.el (completion-show-help): New defcustom.
980 (completion-setup-function): Heed it.
981
982 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
983
984 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
985
986 2006-09-04 Richard Stallman <rms@gnu.org>
987
988 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
989 (rsf-min-region-to-spam-list): Doc fix.
990 (rsf-add-content-type-field): Doc fix.
991
992 * simple.el (kill-region): Explicitly test there is a region.
993
994 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
995
996 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
997 sendmail in several common directories.
998
999 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
1000
1001 * paths.el (sendmail-program): Removed.
1002
1003 2006-09-04 Daiki Ueno <ueno@unixuser.org>
1004
1005 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
1006 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
1007 http://article.gmane.org/gmane.emacs.gnus.general/50457
1008
1009 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
1012 mark after running the menu filter.
1013
1014 2006-09-03 Juri Linkov <juri@jurta.org>
1015
1016 * international/quail.el (quail-defrule-internal): Add a check
1017 if a key is a vector.
1018
1019 2006-09-02 Juri Linkov <juri@jurta.org>
1020
1021 * man.el (Man-topic-history): New variable.
1022 (man): Use it.
1023
1024 * woman.el (woman-topic-history): Change defvar to defvaralias
1025 for symbol `Man-topic-history'.
1026
1027 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
1028 `comint-last-output-start' is a marker by using `markerp' and
1029 check if it has a position by using `marker-position', and use
1030 this position for `goto-char'.
1031
1032 * international/quail.el (quail-defrule-internal): Add missing
1033 `error' call for null key.
1034
1035 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
1036
1037 * rcirc.el (rcirc-keywords): New variable.
1038 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
1039 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
1040 variables.
1041 (rcirc-responses-no-activity): New function.
1042 (rcirc-handler-generic): Check for responses in above.
1043 (rcirc-process-command): Add ?: character to arguments of raw
1044 server commands.
1045 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
1046 `rcirc-dim-nicks'.
1047 (rcirc-gray-toggle): Remove unused variable.
1048 (rcirc-print): Remove some tracking logic, which is moved into
1049 markup functions.
1050 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
1051 types.
1052 (rcirc-activity-string): Look for 'keyword in activity-types.
1053 (rcirc-window-configuration-change): Don't erase overlay-arrow
1054 unnecessarily.
1055 (rcirc-add-or-remove): New function.
1056 (rcirc-cmd-ignore): Use it.
1057 (rcirc-message-leader): Remove unused function.
1058 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
1059 (rcirc-add-face): New function.
1060 (rcirc-facify): Use rcirc-add-face.
1061 (rcirc-url-regexp): Add parens.
1062 (rcirc-map-regexp): Remove function.
1063 (rcirc-mangle-regexp): Remove function.
1064 (rcirc-markup-text-functions): New variable.
1065 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
1066 (rcirc-markup-body-text, rcirc-markup-attributes)
1067 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
1068 (rcirc-markup-bright-nicks): New markup handler functions.
1069 (rcirc-nick-in-message-full-line): New face.
1070 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
1071 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
1072
1073 2006-09-02 Martin Rudalics <rudalics@gmx.at>
1074
1075 * cus-start.el (hscroll-margin, hscroll-step)
1076 (mode-line-in-non-selected-windows, mouse-autoselect-window)
1077 (x-use-underline-position-properties): Change version to "22.1"
1078 since they will appear there for the first time.
1079
1080 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
1081
1082 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
1083
1084 2006-08-31 Richard Stallman <rms@gnu.org>
1085
1086 * cus-edit.el (custom-save-variables): Slight cleanup.
1087 (Custom-no-edit): Renamed from custom-no-edit.
1088 (Custom-newline): Renamed from custom-newline.
1089 (custom-mode-map): Use new names.
1090
1091 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
1092 about customization, rather than M-x customize, in the doc string
1093 made for the defcustom.
1094
1095 * emacs-lisp/trace.el (trace-function-background): Doc fix.
1096
1097 2006-08-31 Romain Francoise <romain@orebokech.com>
1098
1099 * dired-x.el (dired-guess-shell-alist-default): Update.
1100
1101 2006-08-31 Michael Mauger <mmaug@yahoo.com>
1102
1103 * custom.el (custom-theme-set-variables): Autoload packages before
1104 sorting the variables.
1105
1106 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
1107
1108 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
1109 chars if XEmacs.
1110 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
1111
1112 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
1113
1114 * progmodes/python.el (python-eldoc-function): Re-enable quit while
1115 waiting for process.
1116
1117 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1118
1119 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
1120 results in ASCII-only string, encode original one directly.
1121
1122 2006-08-29 Romain Francoise <romain@orebokech.com>
1123
1124 * startup.el (normal-splash-screen, fancy-splash-screens):
1125 Make buffer read-only and arrange to enter view mode if necessary.
1126
1127 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
1128
1129 * hl-line.el (hl-line): New face.
1130 (hl-line-face): Use it.
1131
1132 * image-mode.el (image-mode): Fix last fix.
1133 Suggested by Kim F. Storm.
1134
1135 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
1136
1137 Sync with Tramp 2.0.54.
1138
1139 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
1140 of `=', because `tramp-get-remote-gid' might not always return an
1141 integer when expected.
1142 (tramp-register-file-name-handlers): `partial-completion-mode' is
1143 unknown to XEmacs.
1144 (tramp-time-diff): Don't use `floor', it might fail for large
1145 differences.
1146 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
1147 `tramp-auto-save-directory' if unset in order to guarantee unique
1148 auto-save file names.
1149
1150 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
1151
1152 * image-mode.el (image-mode): Display image as text on a terminal.
1153
1154 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1155
1156 * progmodes/python.el (python-send-command): Simplify.
1157 (run-python): Don't generate a new buffer unless `new' was specified.
1158 Make sure we send `import emacs' to the proper process.
1159
1160 * progmodes/python.el (python-send-command): Don't wait for the command
1161 to terminate. Don't fiddle with compilation-parsing-end.
1162
1163 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
1164
1165 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1166 Insert commentary after first line summary.
1167
1168 * woman.el (woman-follow): New function, based on `man-follow'.
1169 (woman-mode-map): Use it.
1170
1171 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
1172 since ibuffer-do-sort-by-recency does not define a sorter.
1173
1174 2006-08-28 Kim F. Storm <storm@cua.dk>
1175
1176 * find-dired.el (find-dired): Use shell-quote-argument to properly
1177 escape ( and ) args. Also use it on {} and ; args in default
1178 value of find-ls-option string.
1179 (find-grep-dired): Use shell-quote-argument on {} and ; args.
1180
1181 2006-08-27 Michael Olson <mwolson@gnu.org>
1182
1183 * emacs-lisp/tq.el: Small grammar fix in comments.
1184 (tq-enqueue): Check for existence of queue rather than the
1185 head queue item's question, which was a no-op.
1186 (tq-filter, tq-process-buffer): Make sure the process buffer
1187 exists before making it the current buffer.
1188
1189 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1190
1191 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
1192 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
1193 (special-event-map): Apply 2006-08-16 change for x-win.el.
1194
1195 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
1196
1197 * progmodes/python.el (python-send-receive): Wait in the
1198 process's buffer so as to check the right buffer-local variables.
1199
1200 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1201
1202 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
1203 (defgroup checkdoc): Move to beginning.
1204
1205 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
1206 (python-preoutput-continuation): Remove.
1207 (python-preoutput-filter): Simplify correspondingly.
1208 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
1209 Loop around to catch embedded _emacs_out output.
1210 (run-python): Send the import&print command on a single line.
1211 (python-send-command): Send command&print on a single line.
1212 (python-send-string): Only add double \n if needed.
1213 (python-send-receive): Loop until the result comes.
1214 (python-mode-running): Defvar it.
1215 (python-setup-brm): Remove unused var `menu'.
1216 Only bind py-mode-map and `features' around brm-init.
1217 (python-calculate-indentation): Remove unused var `point'.
1218 (python-beginning-of-defun): Remove unused var `def-line'.
1219
1220 2006-08-25 Richard Stallman <rms@gnu.org>
1221
1222 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
1223
1224 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
1225
1226 * viper.el (viper-set-hooks): Use frame bindings for
1227 viper-vi-state-cursor-color.
1228 (viper-non-hook-settings): Don't set default
1229 mode-line-buffer-identification.
1230
1231 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
1232 (viper-set-cursor-color-according-to-state)
1233 (viper-get-saved-cursor-color-in-replace-mode)
1234 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
1235 viper-emacs-state-cursor-color.
1236
1237 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
1238 (viper-undo): Use point if undo-beg-posn is nil.
1239 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
1240 (viper-after-change-undo-hook): Don't use
1241 viper-emacs-state-cursor-color by default.
1242 (viper-undo): More sensible positioning after undo.
1243
1244 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
1245 (viper-emacs-state-cursor-color): Default to nil, since this feature
1246 doesn't work well yet.
1247
1248 * ediff-mult.el (ediff-intersect-directories)
1249 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
1250 always expand filenames.
1251
1252 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
1253
1254 * tumme.el: Remove * in defcustoms's docstrings.
1255
1256 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
1257
1258 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
1259 Accept internal time format for SECS arg.
1260 (timer-relative-time): Doc fix.
1261
1262 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
1263 adapted from Martin Rudalics.
1264 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
1265 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
1266 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
1267 using sit-for.
1268
1269 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
1270
1271 * cus-start.el (all): Add `overline-margin' and
1272 `x-underline-at-descent-line'.
1273
1274 2006-08-24 Kim F. Storm <storm@cua.dk>
1275
1276 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
1277 to mean "use find -exec"; nil now unambiguously means auto-detect.
1278 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
1279 Use shell-quote-argument to build grep-find-command and
1280 grep-find-template.
1281 (rgrep): Use shell-quote-argument to properly quote arguments to find.
1282 Reported by Tom Seddon.
1283
1284 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * startup.el (fancy-splash-head): Give instructions for dismissing
1287 the splash screen for default startup too.
1288 (display-startup-echo-area-message, fancy-splash-screens)
1289 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
1290 all splash text at once and keep the splash buffer around.
1291 (command-line-1): Give display-startup-echo-area-message a t arg.
1292
1293 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
1294
1295 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
1296 gnus frame is selected.
1297
1298 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
1299
1300 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
1301
1302 2006-08-22 Kim F. Storm <storm@cua.dk>
1303
1304 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
1305 Add suffix matching for subdirs.
1306
1307 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1308
1309 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
1310 mouse-yank-at-point is non-nil.
1311
1312 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
1313
1314 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
1315 a bit wider and remove fringes to fit initial output on line.
1316
1317 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * frame.el (blink-cursor-end): Only ignore the error we care about.
1320 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
1321
1322 2006-08-21 Richard Stallman <rms@gnu.org>
1323
1324 * whitespace.el (whitespace-cleanup): Doc fix.
1325
1326 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
1327
1328 * net/rcirc.el (rcirc-show-maximum-output): New var.
1329 (rcirc-buffer-process): If no buffer argument is supplied, use
1330 current-buffer.
1331 (rcirc-complete-nick): Complete to the last completed nick first.
1332 (rcirc-mode): Preserve the value of `rcirc-urls' across
1333 connections. Setup scroll function.
1334 (rcirc-scroll-to-bottom): New function.
1335 (rcirc-print): Use nick syntax around regexp work.
1336 Notice dim-nicks speaking only if they say our nick.
1337 (rcirc-update-activity-string): Do not show the modeline indicator
1338 if there are no live rcirc processes.
1339 (rcirc-cmd-ignore): Ignore case.
1340 (rcirc-browse-url-at-point): Fix off-by-one error.
1341
1342 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1343
1344 * progmodes/python.el: Remove * in defcustom docstrings.
1345 (run-python, python-proc, python-try-complete): Use derived-mode-p.
1346 (python-mode): Set tab-width and indent-tabs-mode.
1347
1348 2006-08-20 Dave Love <fx@gnu.org>
1349
1350 * progmodes/python.el: Update to Dave Love's latest version.
1351 (python-font-lock-keywords, python-mode): Don't use
1352 font-lock-syntax-table, but match symbol elements explicitly instead.
1353 (python-mode-map): Add help, and a few more key bindings.
1354 (python-skip-comments/blanks): Move out of comments as well.
1355 (python-continuation-line-p): Behave better with unbalanced parens.
1356 (python-blank-line-p): New fun.
1357 (python-open-block-statement-p): Don't use a heuristic.
1358 (python-outdent-p): Better handle blocks-in-the-same-line.
1359 (python-calculate-indentation): Misc improvements.
1360 (python-comment-indent): Remove.
1361 (python-block-pairs): New var.
1362 (python-first-word): New fun.
1363 (python-indentation-levels): Handle more common cases.
1364 (python-indent-line-1): Add `leave' argument.
1365 (python-indent-region): New fun.
1366 (python-skip-out): New fun.
1367 (python-beginning-of-statement, python-end-of-statement): Use it.
1368 (python-next-statement): Return correct count even at eob.
1369 (python-end-of-block): Fix paren-typo.
1370 (python-imenu-create-index): Add module variables.
1371 (run-python): Add `new' arg.
1372 Check we're at a prompt before returning.
1373 (python-send-command): Move to end of buffer.
1374 Wait for prompt to return.
1375 (python-set-proc): New fun.
1376 (python-imports): New var.
1377 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
1378 (python-eldoc-function): Try to move out of arg list.
1379 (python-outline-level): Offset by 1.
1380 (python-find-imports): New fun.
1381 (python-symbol-completions): Use python-imports.
1382 (python-module-path, ffap-alist): Add support for ffap.
1383 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
1384 (pythin-insert-*, python-default-template, python-expand-template):
1385 Add templates/skeletons.
1386 (python-setup-brm): Support for Bicycle Repair Man.
1387 (python-abbrev-syntax-table): New var.
1388 (python-abbrev-pc-hook, python-pea-hook): New funs.
1389
1390 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
1391
1392 * frame.el (blink-cursor-start): Set timer first.
1393 (blink-cursor-end): Ignore timer cancelling errors.
1394 Suggested by Ken Manheimer.
1395
1396 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * newcomment.el (comment-box): Call `comment-normalize-vars'.
1399 Add autoload cookie.
1400
1401 2006-08-20 Richard Stallman <rms@gnu.org>
1402
1403 * simple.el (line-number-at-pos): Doc fix.
1404
1405 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
1406 timer-activate-when-idle, so timer can run before Emacs becomes
1407 non-idle again.
1408
1409 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
1410
1411 * whitespace.el (whitespace-cleanup-internal): New optional arg
1412 REGION-ONLY. If it's non-nil, modify the message to the user
1413 accordingly.
1414 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
1415 a non-nil argument.
1416
1417 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
1418
1419 * rect.el (spaces-string): Simplify and add doc string.
1420
1421 2006-08-17 Romain Francoise <romain@orebokech.com>
1422
1423 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
1424
1425 2006-08-17 Richard Stallman <rms@gnu.org>
1426
1427 * compare-w.el (compare-windows): lambda's take an arg and pass
1428 it to compare-windows-skip-whitespace.
1429
1430 2006-08-17 Martin Rudalics <rudalics@gmx.at>
1431
1432 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
1433 the right buffer.
1434
1435 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
1438 removed files.
1439
1440 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
1441
1442 * progmodes/gdb-ui.el (gdb-locals-watch-map)
1443 (gdb-locals-watch-map-1): Suppress keymap first.
1444 (gdb-edit-locals-map-1): New variable.
1445 (gdb-edit-locals-value): New function.
1446 (gdb-stack-list-locals-handler): Use them.
1447
1448 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
1451 cursor would normally be drawn in the fringe.
1452
1453 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
1454 Reported by Martin Rudalics <rudalics@gmx.at>.
1455
1456 2006-08-16 Richard Stallman <rms@gnu.org>
1457
1458 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
1459 (special-event-map): Process drag-n-drop events this way.
1460
1461 * simple.el (move-beginning-of-line): Test whether fields
1462 would prevent motion back to line's first visible character.
1463 If so, stop where the fields would stop the motion.
1464
1465 * newcomment.el (comment-indent): Fully update INDENT
1466 before checking to see if it will change the text.
1467
1468 * cus-edit.el (custom-newline): New function.
1469 (custom-mode-map): Bind newline to custom-newline.
1470
1471 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
1472 into ignore-whitespace.
1473 Check each buffer for its skip-function.
1474 Handle compare-windows-skip-whitespace special-case test
1475 by returning t from default skip function.
1476
1477 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
1478
1479 * textmodes/org.el (org-clock-special-range)
1480 (org-clock-update-time-maybe): New functions.
1481 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
1482 not only a-z.
1483 (org-agenda-get-blocks): Allow multiple blocks per headline.
1484 (org-timestamp-change): Call `org-clock-update-time-maybe'.
1485 (org-export-html-title-format)
1486 (org-export-html-toplevel-hlevel): New options.
1487 (org-export-language-setup): Add support for Czech.
1488 (org-mode, org-insert-todo-heading, org-find-visible)
1489 (org-find-invisible, org-invisible-p, org-invisible-p2)
1490 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
1491 (org-show-subtree, org-show-entry, org-make-options-regexp):
1492 Remove compatibility support for old outline-mode.
1493 (org-check-occur-regexp): Funtion removed.
1494 (org-on-heading-p, org-back-to-heading): Made defalias.
1495 (org-set-local): New defsubst.
1496 (org-set-regexps-and-options, org-mode)
1497 (org-set-font-lock-defaults, org-edit-agenda-file-list)
1498 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
1499 (org-remember-apply-template, org-table-edit-field)
1500 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
1501 (org-set-autofill-regexps): Use `org-set-local'.
1502 (org-table-eval-formula): Fix bug with parsing of display flags.
1503
1504 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
1505
1506 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
1507 frame with fringe arrow. Suggested by Simon Marshall
1508 <simon.marshall@misys.com>.
1509 (gdb-stack-position): New variable.
1510 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
1511 (gdb-frames-mode): Set gdb-stack-position to nil.
1512 Add to overlay-arrow-variable-list
1513 (gdb-reset): Delete gdb-stack-position from above list.
1514
1515 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1516
1517 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
1518 read only.
1519
1520 2006-08-13 Romain Francoise <romain@orebokech.com>
1521
1522 * cus-theme.el (customize-create-theme)
1523 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
1524
1525 * filesets.el (filesets-add-buffer): Ditto.
1526
1527 * pcvs.el (cvs-change-cvsroot): Ditto.
1528
1529 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
1530
1531 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
1532 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
1533 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
1534 expressions.
1535 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
1536 Only search till end of line.
1537 Add face to function names in case of no filename.
1538 Add face to variable names of watchpoints.
1539
1540 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
1541
1542 * cus-start.el <indent-tabs-mode>: Move to the `indent'
1543 customization group.
1544
1545 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
1546
1547 * allout.el (allout-prior-bindings, allout-added-bindings):
1548 Remove, after long deprecation.
1549 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
1550 Add customization vars controlling allout-beginning-of-line and
1551 allout-end-of-line conveniences.
1552 (allout-header-prefix, allout-use-mode-specific-leader)
1553 (allout-use-mode-specific-leader, allout-mode-leaders):
1554 Revise docstrings.
1555 (allout-infer-header-lead): Change to be an alias for
1556 allout-infer-header-lead-and-primary-bullet.
1557 (allout-infer-header-lead-and-primary-bullet): New version of
1558 allout-infer-header-lead which assigns the primary bullet to the
1559 same as the header lead, when its being changed.
1560 (allout-infer-body-reindent): Apply regexp-quote instead of
1561 unconditionally prepending "\\", so that all literal
1562 allout-header-prefix and allout-primary-bullet strings are
1563 properly handled.
1564 (allout-add-resumptions): Add optional qualifier for extending or
1565 appending to existing values, rather than replacing them.
1566 (allout-view-change-hook): Clarify docstring.
1567 (allout-exposure-change-hook): Take explicit arguments, via
1568 run-hook-with-args.
1569 (allout-structure-added-hook)
1570 (allout-structure-deleted-hook)
1571 (allout-structure-shifted-hook): New hooks analogous to
1572 allout-exposure-change-hook for other kinds of structural outline
1573 edits.
1574 (allout-encryption-plaintext-sanitization-regexps): New encryption
1575 customization variable, by which cooperating modes can provde
1576 massage of the plaintext without actually being passed it.
1577 (allout-encryption-ciphertext-rejection-regexps)
1578 (allout-encryption-ciphertext-rejection-ceiling): New encryption
1579 customization variables, by which cooperating modes can prohibit
1580 rare but possible ciphertext patterns from fouling their
1581 operation, with actually being passed the ciphertext.
1582 (allout-mode): Run activation and deactivation hooks after the
1583 minor-mode variable has been toggled, to clarify the mode
1584 disposition. The new encryption ciphertext rejection variable is
1585 used to ensure that the ciphertext does not contain text that
1586 would be recognized as outline structural elements by allout.
1587 Substite allout-beginning-of-line and allout-end-of-line for
1588 conventionall beginning-of-line and end-of-line bindings.
1589 If allout-old-style-prefixes is non-nil, don't nullify it on mode
1590 activation!
1591 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
1592 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
1593 (allout-chart-subtree): Implement new mode, charting only the
1594 visible items in the subtree, when new 'visible' parameter is non-nil.
1595 (allout-end-of-subtree): Properly handle the last item in the buffer.
1596 (allout-pre-command-business, allout-command-counter):
1597 Increment an advertised counter so that cooperating enhancements can
1598 track revisions of items.
1599 (allout-open-topic): Run allout-structure-added-hook with suitable
1600 arguments.
1601 (allout-shift-in): Run allout-structure-shifted-hook with suitable
1602 arguments.
1603 (allout-shift-out): Fix doubling for negative args and ensure call
1604 of allout-structure-shifted-hook by solely using allout-shift-in.
1605 (allout-kill-line, allout-kill-topic):
1606 Run allout-structure-deleted-hook with suitable arguments.
1607 (allout-yank-processing): Run allout-structure-added-hook with
1608 proper arguments.
1609 (allout-yank): Enclose activity in allout-unprotected.
1610 (allout-flag-region): Run allout-exposure-change-hook with
1611 suitable arguments, instead of making the callee infer the arguments.
1612 (allout-encrypt-string):
1613 Support allout-encryption-plaintext-sanitization-regexps,
1614 allout-encryption-ciphertext-rejection-regexps, and
1615 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
1616 en/de cryption mode in symmetric encryption failure message.
1617 (allout-obtain-passphrase): Use copy-sequence to get a distinct
1618 copy of the passphrase, and don't zero it or we'll corrupt the
1619 stashed copy.
1620 (allout-create-encryption-passphrase-verifier)
1621 (allout-verify-passphrase): Respect the new signature for
1622 allout-encrypt-string.
1623 (allout-get-configvar-values): Convenience for getting a
1624 configuration variable value and handling its absence gracefully.
1625
1626 2006-08-11 Romain Francoise <romain@orebokech.com>
1627
1628 * obsolete/zone-mode.el: Delete.
1629
1630 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
1631
1632 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
1633
1634 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
1635
1636 * emacs-lisp/bindat.el (bindat-ip-to-string):
1637 Use `format-network-address' if possible.
1638
1639 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1640
1641 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
1642
1643 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
1644
1645 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
1646 restore unread-command-events here.
1647 (edebug-display): Do it here, to detect sit-for interruptions.
1648
1649 2006-08-10 Romain Francoise <romain@orebokech.com>
1650
1651 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
1652 (dns-mode-soa-auto-increment-serial): New user option.
1653 (dns-mode-soa-maybe-increment-serial): New function.
1654 (dns-mode): Add the latter to `write-contents-functions'.
1655
1656 * obsolete/zone-mode.el: Move to obsolete/ from net/.
1657 Delete autoload cookies.
1658
1659 2006-08-10 John Wiegley <johnw@newartisans.com>
1660
1661 * eshell/em-glob.el (eshell-glob-chars-list)
1662 (eshell-glob-translate-alist): Add support for [^g] in character globs.
1663
1664 2006-08-10 Richard Stallman <rms@gnu.org>
1665
1666 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
1667 (facemenu-set-face): Doc fix.
1668 (facemenu-listed-faces): Doc fix.
1669
1670 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * avoid.el (mouse-avoidance-animating-pointer): New var.
1673 (mouse-avoidance-nudge-mouse): Use it.
1674 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
1675 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
1676 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
1677 Don't activate if currently animating. All callers changed.
1678
1679 2006-08-09 John Wiegley <johnw@newartisans.com>
1680
1681 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
1682 variable, which causes timeclock to report elapsed time worked,
1683 instead of just work remaining.
1684
1685 2006-08-09 Kenichi Handa <handa@m17n.org>
1686
1687 * international/latexenc.el (latexenc-find-file-coding-system):
1688 Fix for the case that the 2nd element of arg-list is a cons.
1689
1690 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
1691
1692 * info.el (Info-fontify-node): Handle preceding `in' for note
1693 reference hiding rules.
1694
1695 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
1698 mistake a closing " for an opening one.
1699
1700 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
1701
1702 * term/xterm.el (terminal-init-xterm): Add more key bindings.
1703
1704 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * complete.el (PC-do-completion): Filter out completions matching
1707 completion-ignored-extensions before checking whether there are
1708 multiple completions.
1709 Don't use `list' unnecessarily when building completion tables.
1710
1711 2006-08-06 Richard Stallman <rms@gnu.org>
1712
1713 * help.el (describe-mode): Make minor mode list more concise.
1714
1715 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
1716
1717 * bindings.el: Give mode-line-format, mode-line-modes, and
1718 mode-line-position `standard-value' properties.
1719
1720 2006-08-05 Eli Zaretskii <eliz@gnu.org>
1721
1722 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1723 "(file)node" instead of the file name.
1724
1725 2006-08-05 Richard Stallman <rms@gnu.org>
1726
1727 * faces.el (escape-glyph): Doc fix.
1728
1729 2006-08-04 Kenichi Handa <handa@m17n.org>
1730
1731 * international/mule-diag.el (describe-font): Improve docstring
1732 and error message. Use frame-parameter (not frame-parameters).
1733
1734 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
1737 Correctly mark the end-of-docstring char.
1738
1739 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
1740
1741 * simple.el (line-move-to-column): Constrain move-to-column to
1742 current field.
1743
1744 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * font-lock.el (font-lock-beg, font-lock-end)
1747 (font-lock-extend-region-functions): New vars.
1748 (font-lock-extend-region-multiline)
1749 (font-lock-extend-region-wholelines): New functions.
1750 (font-lock-default-fontify-region): Use them.
1751 (font-lock-extend-jit-lock-region-after-change): Only round up
1752 if font-lock-default-fontify-region will do it as well.
1753
1754 * font-lock.el (font-lock-extend-after-change-region-function):
1755 Rename from font-lock-extend-region-function.
1756 (font-lock-extend-region): Remove by inlining at call sites.
1757 (font-lock-after-change-function): Don't needlessly round up to a whole
1758 number of lines.
1759 (font-lock-extend-jit-lock-region-after-change): Be more careful about
1760 the boundary conditions and the interactions between the various ways
1761 to extend the region.
1762
1763 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1764
1765 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
1766 modification status when forcing the second redisplay.
1767
1768 2006-08-03 Kim F. Storm <storm@cua.dk>
1769
1770 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
1771
1772 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
1775 doesn't look like a file name.
1776
1777 * complete.el (PC-expand-many-files): Avoid signalling an error when
1778 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
1779
1780 2006-08-02 Andreas Schwab <schwab@suse.de>
1781
1782 * bindings.el (mode-line-format): Simplify reference to vc-mode.
1783
1784 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1785
1786 * bindings.el (map): Make mode-line-buffer-identification-keymap
1787 before defining propertized-buffer-identification.
1788
1789 2006-08-01 Richard Stallman <rms@gnu.org>
1790
1791 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
1792
1793 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
1794
1795 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
1796 default value.
1797 (gdb-find-source-frame): New function.
1798 (menu): Add to menu bar.
1799
1800 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * font-core.el (font-lock-extend-region-function)
1803 (font-lock-extend-region): Move to font-lock.el.
1804
1805 * font-lock.el (font-lock-extend-region-function)
1806 (font-lock-extend-region): Move from font-core.el. Simplify.
1807
1808 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
1809 if needed.
1810 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
1811 (jit-lock-after-change-extend-region-functions): New hook.
1812 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
1813
1814 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
1815 (font-lock-turn-on-thing-lock): Use it.
1816
1817 * longlines.el (longlines-show-region): Make it work on read-only
1818 buffers as well.
1819
1820 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
1821
1822 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
1823
1824 2006-07-31 Richard Stallman <rms@gnu.org>
1825
1826 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
1827 (vhdl-speedbar-display-projects): Update old obsolete
1828 speedbar variable names.
1829
1830 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
1831
1832 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
1833 (gdb-stopped): Use it.
1834
1835 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
1836
1837 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
1838
1839 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
1840 for load-history elements.
1841
1842 2006-07-29 Eli Zaretskii <eliz@gnu.org>
1843
1844 * files.el (convert-standard-filename): For Cygwin, replace
1845 characters not allowed in Windows file names.
1846 (make-auto-save-file-name): Add Cygwin to the list of systems
1847 where the auto-save file name needs to be run through
1848 convert-standard-filename.
1849
1850 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
1851
1852 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
1853
1854 2006-07-28 Richard Stallman <rms@gnu.org>
1855
1856 * bindings.el (mode-line-frame-identification)
1857 (propertized-buffer-identification): Centralize the code
1858 to initialize the variable.
1859
1860 * progmodes/grep.el (grep-default-command): Catch errors from
1861 wildcard-to-regexp.
1862
1863 2006-07-29 Kim F. Storm <storm@cua.dk>
1864
1865 * progmodes/grep.el (grep-tag-default): New function.
1866 (grep-default-command, grep-read-regexp): Use it.
1867 (grep-read-files): Use car of grep-files-history or grep-files-aliases
1868 as default if nothing else applies.
1869
1870 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
1871
1872 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1873 Throw error if buffer is not in Dired and Wdired mode, respectively.
1874
1875 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
1878 self-insert-command keys don't activate buttons.
1879 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
1880
1881 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
1882
1883 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
1884 faces for enable character.
1885
1886 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1887
1888 * Makefile.in (recompile): Update comment to reflect change
1889 on 2004-04-21.
1890
1891 2006-07-27 Richard Stallman <rms@gnu.org>
1892
1893 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
1894 (customize-package-emacs-version): Change msg when pkg has no entry.
1895 (custom-no-edit): On a button, do like widget-button-press.
1896
1897 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1898
1899 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
1900 S-tab and C-S-tab.
1901
1902 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
1903
1904 * progmodes/which-func.el (which-function): Fix documentation/
1905 comment typo.
1906
1907 2006-07-26 Richard Stallman <rms@gnu.org>
1908
1909 * textmodes/ispell.el (ispell-word): If we replace the word,
1910 move point to the end. Insert before deleting.
1911
1912 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
1915 a timer.
1916
1917 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
1918
1919 * tumme.el (tumme-backward-image): Add prefix argument. Add error
1920 when at first image.
1921 (tumme-forward-image): Add prefix argument. Add error when at last
1922 image.
1923
1924 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * tabify.el (tabify-regexp): Use more specific regexps.
1927 (tabify): Avoid modifying the buffer unnecessarily.
1928
1929 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
1930
1931 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
1932 (tumme-format-properties-string): Handle empty `buf'.
1933 (tumme-get-comment): Change variable names inside `let'.
1934 Add missing `let' variable that cause font-lock problems.
1935 (tumme-write-comments): Change variable names inside `let'.
1936 Add missing `let' variable that cause font-lock problems.
1937 (tumme-forward-image): Rename from `tumme-forward-char'.
1938 (tumme-backward-image): Rename from `tumme-backward-char'.
1939
1940 2006-07-25 Masatake YAMATO <jet@gyve.org>
1941
1942 * progmodes/ld-script.el (ld-script-keywords)
1943 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
1944 and add comments.
1945
1946 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
1947
1948 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
1949 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
1950 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
1951 for status indicator.
1952
1953 2006-07-24 Richard Stallman <rms@gnu.org>
1954
1955 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
1956
1957 * subr.el (dolist, dotimes): Use interned symbols for locals.
1958 (--dotimes-limit--, --dolist-tail--): New defvars.
1959 (looking-back): Doc fix.
1960
1961 * replace.el (replace-match-string-symbols): Handle dotted lists.
1962
1963 2006-07-24 mathias <mathias@mattis>
1964
1965 * tumme.el (tumme-write-tags): Add.
1966 (tumme-write-comments): Add.
1967 (tumme-tag-files): Change to use `tumme-write-tags'.
1968 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
1969 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
1970 (tumme-save-information-from-widgets): Change to use
1971 `tumme-write-comments' and `tumme-write-tags'.
1972 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
1973 (tumme-write-tag): Remove.
1974 (tumme-write-comment): Remove.
1975 (tumme-display-previous-thumbnail-original): Remove empty line.
1976 (tumme-widget-list): Add punctuation.
1977
1978 2006-07-24 mathias <mathias.dahl@gmail.com>
1979
1980 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
1981
1982 2006-07-24 Daiki Ueno <ueno@unixuser.org>
1983
1984 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
1985 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
1986 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
1987
1988 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
1989
1990 * mouse.el (mouse-on-link-p): Doc fix.
1991
1992 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
1993
1994 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1995 Handle "C-h f `".
1996
1997 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1998
1999 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
2000 column.
2001
2002 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
2003
2004 * textmodes/table.el: Add move-beginning-of-line and
2005 move-end-of-line to Point Motion Only Group.
2006
2007 2006-07-22 Eric Hanchrow <offby1@blarg.net>
2008
2009 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
2010
2011 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2012
2013 * startup.el (user-mail-address): Initialize from the `EMAIL'
2014 environment variable first. Document this.
2015 (command-line): Ditto.
2016
2017 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
2018
2019 * help-mode.el (help-function-def, help-variable-def)
2020 (help-face-def): Print a message in the minibuffer.
2021
2022 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
2023
2024 * term/xterm.el (terminal-init-xterm): Fix key bindings
2025 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
2026
2027 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2028
2029 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
2030 where `(nth 1 command)' is a cons cell. Doc fix.
2031
2032 * textmodes/po.el (po-find-charset): Doc fix.
2033
2034 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
2035
2036 * allout.el (allout-unprotected, allout-e-o-prefix-p)
2037 (allout-beginning-of-current-line, allout-end-of-current-line)
2038 (allout-next-visible-heading, allout-open-topic)
2039 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
2040 (allout-flag-current-subtree, allout-show-to-offshoot)
2041 (allout-hide-current-entry, allout-show-current-branches)
2042 (allout-hide-region-body, allout-old-expose-topic)
2043 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
2044 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
2045 containing `beginning-of-line' and `end-of-line' with
2046 `inhibit-field-text-motion' t.
2047
2048 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2049
2050 * frame.el (focus-follows-mouse): Document that it doesn't have
2051 any effect on MS-Windows.
2052
2053 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
2056
2057 2006-07-20 Jay Belanger <belanger@truman.edu>
2058
2059 * calc.el (calc-previous-alg-entry): Remove variable.
2060
2061 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
2062 New variables.
2063 (calc-alg-entry): Use `calc-alg-entry-history'.
2064 (calc-do-quick-calc): Use `calc-quick-calc-history'.
2065 Remove reference to `calc-previous-alg-entry'.
2066 (calcAlg-edit, calcAlg-enter): Remove reference to
2067 `calc-previous-alg-entry'.
2068 (calcAlg-previous): Use `previous-history-element' instead of
2069 `calc-previous-alg-entry'.
2070 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
2071 Change keybinding for `calcAlg-plus-minus', add keybindings for
2072 `previous-history-element' and `next-history-element'.
2073
2074 * calc-rewr.el (calc-match): Remove reference to
2075 `calc-previous-alg-entry'.
2076
2077 * calc-sel.el (calc-selection-history): New variable.
2078 (calc-enter-selection, calc-sel-mult-both-sides)
2079 (calc-sel-add-both-sides): Use `calc-selection-history'.
2080
2081 * calc-map.el (calc-get-operator-history): New variable.
2082 (calc-get-operator): Use `calc-get-operator-history'.
2083
2084 * calcalg3.el (calc-curve-fit-history): New variable.
2085 (calc-curve-fit): Use `calc-curve-fit-history'.
2086
2087 2006-07-20 Kenichi Handa <handa@m17n.org>
2088
2089 * international/mule-cmds.el (select-safe-coding-system): Fix the
2090 way of deciding eol-type of the coding system.
2091
2092 2006-07-20 Alan Mackenzie <acm@muc.de>
2093
2094 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
2095 (c-lang-setvar): New macro.
2096 (c-make-init-lang-vars-fun): Use the initialization forms in
2097 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
2098 (comment-start, comment-end, comment-start-skip): Change these from
2099 c-lang-defvar's to c-lang-setvar's.
2100
2101 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
2102 which calls make-local-variable on the elements of
2103 c-emacs-variable-inits.
2104 (c-init-language-vars-for): Call this new macro.
2105
2106 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2107
2108 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2109 Try to rule out false positives due to time stamps.
2110 (compilation-mode-font-lock-keywords): Remove rules made redundant
2111 because of the above change. Add `segmentation fault' to the known and
2112 highlighted compilation termination messages.
2113
2114 2006-07-19 Kim F. Storm <storm@cua.dk>
2115
2116 * progmodes/grep.el (grep-find-ignored-directories):
2117 Add .svn and _darcs to list.
2118
2119 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
2120
2121 * dired.el (dired-mode-map): Add key binding `C-te' for
2122 `tumme-dired-edit-comment-and-tags'.
2123
2124 * tumme.el (tumme-display-thumbnail-original-image): Make sure
2125 image display buffer is displayed before call to
2126 `tumme-display-image.
2127 (tumme-dired-display-image): Make sure image display buffer is
2128 displayed before call to `tumme-display-image.
2129 (tumme-mouse-display-image): Make sure image display buffer is
2130 displayed before call to `tumme-display-image.
2131 (tumme-widget-list): Add.
2132 (tumme-dired-edit-comment-and-tags): Add.
2133 (tumme-save-information-from-widgets): Add.
2134
2135 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
2138
2139 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2140
2141 * progmodes/sh-script.el (sh-font-lock-keywords-1):
2142 Revert inadvertently installed patch hunk.
2143
2144 * progmodes/compile.el (compilation-find-file): Handle the
2145 cases where the user selects a non-existent file.
2146
2147 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
2148
2149 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
2150
2151 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2152
2153 * subr.el (sit-for): Just sleep-for if noninteractive.
2154
2155 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2156
2157 * emacs-lisp/autoload.el (make-autoload): Use new arg.
2158
2159 * custom.el (custom-autoload): Add `noset' argument.
2160 (custom-push-theme): Don't autoload the variable, let callers do it.
2161 (custom-theme-set-variables): Autoload the variable if necessary.
2162
2163 * cus-edit.el (custom-variable-state-set): If the variable was
2164 originally set outside custom, but to the same value as the default,
2165 consider it to be standard.
2166
2167 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
2168 file *before* telling Emacs to add the autoloads, in case it fails.
2169
2170 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
2171 Use `cond', push', and `dolist'.
2172
2173 2006-07-17 Richard Stallman <rms@gnu.org>
2174
2175 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
2176 Add defvars to silence warnings.
2177
2178 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2179
2180 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2181 Don't highlight "Compiling file" messages as error.
2182
2183 * dired-aux.el (dired-compress-file): Confirm again if gzipped
2184 file already exists.
2185
2186 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
2187
2188 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
2189 entry, don't assign to free var; simply return the extracted filename.
2190 (ff-treat-as-special): Incorporate common preamble from callers.
2191 (ff-other-file-name, ff-find-the-other-file):
2192 Update call to ff-treat-as-special.
2193
2194 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
2195
2196 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
2197
2198 * tumme.el (tumme-get-comment): Fix bug.
2199
2200 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * files.el: Remove spurious * in docstrings.
2203
2204 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2205
2206 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
2207 grammar.
2208 (allout-beginning-of-current-line): Beware beginning of buffer.
2209 Also, a comment is simplified.
2210 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
2211 when appropriate. (This fix enables use for other than
2212 bullet-hotspot operation.)
2213 (allout-hide-current-subtree): While escalating to sibling-close,
2214 make sure to situate on a topic.
2215
2216 2006-07-14 Kim F. Storm <storm@cua.dk>
2217
2218 * emulation/cua-base.el (cua-delete-selection)
2219 (cua-toggle-set-mark): New defcustoms.
2220 (cua-rectangle-modifier-key): Add `alt' modifier.
2221 (cua-replace-region): Don't delete if cua-delete-selection is nil.
2222 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
2223 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
2224
2225 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
2226
2227 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
2228
2229 * allout.el: Require 'cl during byte-compilation/interactive load,
2230 for the `assert' macro.
2231 (allout-mode-deactivate-hook): New hook, run when allout mode
2232 deactivates.
2233 (allout-developer): New allout customization subgroup.
2234 (allout-run-unit-tests-on-load): New allout-developer
2235 customization variable, when true allout unit tests are run towards
2236 end of file load/eval.
2237 (allout-inhibit-auto-fill): Disable auto-fill activity even during
2238 auto-fill-mode.
2239 (allout-resumptions): Remove, to be replaced by...
2240 (allout-add-resumptions): Register variable settings to be
2241 reinstated by `allout-do-resumptions'. The settings are made
2242 buffer-local, but the locality/globality of the suspended setting
2243 is restored on resumption.
2244 (allout-do-resumptions): Reinstate all settings suspended using
2245 `allout-add-resumptions'.
2246 (allout-test-resumptions): Unit tests (and intermediate variables)
2247 for resumptions.
2248 (allout-tests-globally-unbound, allout-tests-globally-true)
2249 (allout-tests-locally-true): Intermediate variables for
2250 resumptions unit tests.
2251 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
2252 (allout-exposure-category): Replaces 'allout-overlay-category variable.
2253 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
2254 instead of retired `allout-resumptions'. For hook functions, use
2255 `local' parameter so hook settings are created and removed as
2256 buffer-local settings. Revise (resumptions) setting
2257 auto-fill-function so it is set only if already active. (The
2258 related fill-function settings are all made in either case, so
2259 that activating auto-fill-mode activity will have the custom
2260 allout-mode behaviors (hanging indent on topics, if configured for it).
2261 Remove all allout-exposure-category overlays on mode deactivation.
2262 (allout-hotspot-key-handler): New function extracted from
2263 `allout-pre-command-business', so the functionality can be used
2264 for other purposes, eg as a binding in an overlay.
2265 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
2266 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
2267 customization variable.
2268 (allout-run-unit-tests): Run the (currently quite small)
2269 repertoire of unit tests. Called just before the provide iff user
2270 has customized `allout-run-unit-tests-on-load' non-nil.
2271
2272 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
2273
2274 * emacs-lisp/authors.el (authors-aliases): Update.
2275
2276 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
2277
2278 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
2279 gdb-source-window. Add dedicated argument.
2280 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
2281 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
2282 (gdb-display-threads-buffer, gdb-display-memory-buffer)
2283 (gdb-display-locals-buffer): Use it.
2284
2285 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
2286 Set gdb-source-window.
2287
2288 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
2291 minor modes, redundant with the custom-autoload line above.
2292
2293 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
2294
2295 * longlines.el (longlines-post-command-function): Handle open-line too.
2296
2297 2006-07-12 Richard Stallman <rms@gnu.org>
2298
2299 * progmodes/grep.el (grep-last-buffer): Doc fix.
2300
2301 * info.el (Info-try-follow-nearest-node): Doc fix.
2302
2303 * emacs-lisp/edebug.el (edebug-instrument-function):
2304 Err if find-function-noselect gives no position.
2305
2306 * emacs-lisp/find-func.el (find-function-search-for-symbol):
2307 If can't find definition, return nil for position.
2308 (find-function-do-it): Handle new return value
2309 of find-definition-noselect.
2310 (find-definition-noselect, find-variable-noselect): Doc fix.
2311 (find-function-noselect): Doc fix.
2312
2313 * help-mode.el (help-variable-def): Handle find-variable-noselect
2314 returning no position.
2315 (help-function-def): Likewise for find-function-search-for-symbol.
2316 (help-face-def): Likewise.
2317
2318 * help-fns.el (describe-variable): Handle find-variable-noselect
2319 returning no position.
2320
2321 * files.el (locate-file-completion): Avoid duplicates in result.
2322
2323 * cus-edit.el (custom-no-edit): New command.
2324 (custom-mode-map): Remap to custom-no-edit instead of
2325 using suppress-keymap.
2326
2327 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
2328
2329 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2330 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2331 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
2332
2333 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
2334
2335 2006-07-11 Kim F. Storm <storm@cua.dk>
2336
2337 * ido.el (ido-copy-current-file-name): Use buffer-name if
2338 buffer-file-name is nil.
2339
2340 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * simple.el (undo-ask-before-discard): Set to nil.
2343
2344 * vc.el (vc-exec-after): Don't delete process manually.
2345 (vc-print-log): Run log-view-mode in process sentinel inside
2346 inhibit-read-only. Don't shrink window due to timing issues.
2347
2348 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
2349 Avoid using with-output-to-temp-buffer, which clobbers local vars.
2350
2351 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2354 Fix ambiguity introduced by last change.
2355 (compilation-find-file): Move save-excursion to where it may
2356 make sense. Fix a left over `find-file'.
2357
2358 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
2359
2360 * textmodes/texinfmt.el (texinfo-format-separate-node):
2361 Insert a string before point, which fits documentation, not after.
2362 (texinfo-multitable-item): In a multitable row, insert any
2363 additional needed @tabs and spaces.
2364
2365 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
2366
2367 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
2368 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
2369 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
2370 instead of shell-command.
2371 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
2372 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
2373 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
2374 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
2375 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
2376 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
2377
2378 2006-07-11 Kim F. Storm <storm@cua.dk>
2379
2380 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
2381 Remove special case for seconds < 0. Use (redisplay t) instead.
2382
2383 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
2384
2385 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
2386 avoid compilation error.
2387
2388 * subr.el (sit-for): New function.
2389
2390 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
2391
2392 2006-07-10 Richard Stallman <rms@gnu.org>
2393
2394 * ldefs-boot.el (edebug): Update page.
2395
2396 2006-07-10 Kim F. Storm <storm@cua.dk>
2397
2398 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
2399 to FOR-RELEASE and TODO.
2400
2401 2006-07-10 Romain Francoise <romain@orebokech.com>
2402
2403 * emacs-lisp/authors.el (authors-aliases): Update.
2404
2405 2006-07-10 Alan Mackenzie <acm@muc.de>
2406
2407 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
2408 * cc-mode.el: Changes to eradicate eval-after-load.
2409
2410 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
2411
2412 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
2413 on non-char events.
2414
2415 2006-07-09 Romain Francoise <romain@orebokech.com>
2416
2417 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2418 Don't highlight start/end markers as compilation messages.
2419
2420 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
2421 to t.
2422
2423 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
2426
2427 2006-07-08 Richard Stallman <rms@gnu.org>
2428
2429 * term/x-win.el (x-handle-display): Add doc string.
2430
2431 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2432
2433 * subr.el (def-edebug-spec): Move here.
2434 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
2435
2436 * imenu.el (imenu-choose-buffer-index): Doc fix.
2437
2438 2006-07-08 Romain Francoise <romain@orebokech.com>
2439
2440 * term/x-win.el (x-display-name): Fix typo.
2441
2442 2006-07-08 Eli Zaretskii <eliz@gnu.org>
2443
2444 * hexl.el (hexl-find-file): Doc fix.
2445
2446 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
2447
2448 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
2449
2450 * term/x-win.el (x-display-name): Doc fix.
2451
2452 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2453
2454 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
2455 long prefixes.
2456 (fill-region-as-paragraph): Don't round up to a whole line.
2457 (fill-comment-paragraph): Don't include the code-before-the-comment
2458 when calling fill-region-as-paragraph.
2459
2460 * international/mule.el (make-char): Remove redundancy.
2461
2462 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
2463 property may contain an anonymous function rather than a symbol.
2464
2465 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
2466
2467 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
2468 Use shy regexp. Fix incorrect backref to potentially unmatched group.
2469
2470 * dirtrack.el (dirtrack-default-directory-function): Remove.
2471 (dirtrack-directory-function): Use file-name-as-directory.
2472 (dirtrack-windows-directory-function): Simplify.
2473 (dirtrack-forward-slash, dirtrack-backward-slash)
2474 (dirtrack-replace-slash): Remove.
2475 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
2476 (dirtrack): Fix wrong parenthesizing; use match-string.
2477
2478 * progmodes/octave-inf.el: Remove spurious * in docstrings.
2479 (inferior-octave-mode): Only change the buffer-local value of
2480 comint-dynamic-complete-functions.
2481 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
2482 Move the initialization to the declaration.
2483 (inferior-octave-complete): Remove unused var `filter'.
2484
2485 * shell.el (shell-mode): Only change the buffer-local value of
2486 comint-dynamic-complete-functions.
2487
2488 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
2489
2490 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
2491 entry is skipped because it has been scheduled.
2492 (org-prepare-agenda-buffers): Don't mark buffers as modified when
2493 changing `:org-archived' and `:org-comment' properties.
2494
2495 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
2496
2497 * server.el (server-select-display): Don't make the temp frame
2498 minibuffer-only, in case it's not a temp frame.
2499 (server-process-filter): Don't delete the temp frame if it's the
2500 only one we have on that display.
2501
2502 * files.el (find-alternate-file): Doc fix.
2503
2504 2006-07-05 Richard Stallman <rms@gnu.org>
2505
2506 * files.el (abbreviate-file-name): Add save-match-data.
2507
2508 2006-07-03 Richard Stallman <rms@gnu.org>
2509
2510 * faces.el (read-face-name): Doc fix.
2511
2512 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
2513
2514 * net/goto-addr.el (goto-address): Mark as safe for local evals.
2515
2516 2006-07-05 Andre Spiegel <spiegel@gnu.org>
2517
2518 * vc.el (vc-diff-internal): Fix prev change.
2519
2520 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
2521
2522 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
2523 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
2524
2525 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
2528 fails if the symbol contains chars like ( or '.
2529 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
2530 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
2531 `short'.
2532
2533 2006-07-04 Kenichi Handa <handa@m17n.org>
2534
2535 * international/mule-cmds.el (set-language-info): If LANG-ENV is
2536 the current one, don't call set-language-environment, but call one
2537 of set-language-environment-XXX to make INFO effective now.
2538 (set-language-environment): Call set-language-environment-XXX
2539 functions instead of doing the various setups directly.
2540 (set-language-environment-coding-systems): Delete argument eol-type.
2541 (set-language-environment-input-method)
2542 (set-language-environment-nonascii-translation)
2543 (set-language-environment-charset)
2544 (set-language-environment-fontset)
2545 (set-language-environment-unibyte): New functions.
2546
2547 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
2548
2549 * locate.el (locate-update-when-revert): New option.
2550 (locate-update-path): New option (suggested by Michael Albinus).
2551 (locate-prompt-for-command): Whitespace change.
2552 (locate-update): No longer offer to update the locate database by
2553 default. Implement the two new options.
2554
2555 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
2556
2557 * tooltip.el: Move comment about track-mouse...
2558
2559 * progmodes/gud.el: ...to here.
2560
2561 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
2562
2563 * facemenu.el (facemenu-listed-faces): New var.
2564 (facemenu-unlisted-faces): Variable deleted.
2565 (facemenu-add-new-face): Use facemenu-listed-faces.
2566
2567 * emulation/viper-init.el, calendar/calendar.el:
2568 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
2569
2570 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
2571
2572 * textmodes/org.el (org-mode): Remove no invalid settings for
2573 calc embedded mode.
2574 (org-mode-p): New defsubst.
2575 (org-save-all-org-buffers): New function.
2576 (org-first-headline-recenter): Enclose outline-regexp in group
2577 delimiters.
2578 (org-set-tags): Keep single space after stars.
2579
2580 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * window.el (set-window-text-height): Only set window-min-height to
2583 1 if that's the requested size.
2584
2585 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
2586 (diff-unified->context, diff-context->unified)
2587 (diff-reverse-direction): Make sure the end marker stays at the end.
2588 (diff-mode): Add the keymap table at the end of docstring.
2589 Use lexical-let rather than constructing a closure manually.
2590
2591 * files.el (find-file-noselect-1): Remove unused var assignment.
2592 (hack-local-variables-confirm): Print lists of strings as lists of
2593 strings rather than lists of symbols.
2594 (abbreviate-file-name, hack-local-variables-prop-line):
2595 Use match-string.
2596 (hack-one-local-variable): Move `make-local-variable' nearer its use.
2597 (recover-session-finish): Use line-end-position.
2598
2599 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
2600
2601 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
2602
2603 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
2604
2605 * progmodes/make-mode.el (makefile-macroassign-regex):
2606 Accept preceding keyword.
2607 (makefile-gmake-statements): Reorganize, now that makepp has
2608 "override" and also handle forgotten "override define".
2609 (makefile-makepp-statements): Add new "global", "override export"
2610 and "override global".
2611
2612 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
2613
2614 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
2615 (ada-compile-mouse-goto-error, ada-deactivate-properties)
2616 (ada-no-auto-case): Fix typos in docstrings.
2617
2618 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
2619
2620 * info.el (Info-find-node-2): Search for makeinfo version more
2621 carefully.
2622
2623 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
2624
2625 * textmodes/org.el (org-prepare-agenda-buffers):
2626 Use `invisible-OK' argument for `org-end-of-subtree'.
2627 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
2628 (org-beginning-of-item): Fix bug in regular expression for white line.
2629 (org-export-as-html): Enforce space after bullet in plain list items.
2630 (org-set-autofill-regexps): Require space after plain list bullet
2631 for paragraph-start.
2632 (org-ts-regexp3): New constant.
2633 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
2634 (org-timestamp-up-day, org-timestamp-down-day)
2635 (org-timestamp-change): Work with inactive timestamps.
2636 (org-ts-regexp1): Don't allow brackets in time stamps.
2637
2638 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
2639
2640 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
2641 for ignoring links.
2642
2643 * faces.el (read-face-name): Use it.
2644
2645 2006-06-28 Juri Linkov <juri@jurta.org>
2646
2647 * buff-menu.el (list-buffers-noselect): Compare Info file
2648 with the string "dir" to detect Info directory.
2649
2650 * complete.el (partial-completion-mode): In lambda for
2651 `choose-completion-string-functions' use full function signature
2652 with 4 args, and move point to the end of the minibuffer only if arg
2653 `mini-p' is non-nil.
2654
2655 2006-06-28 John Paul Wallington <jpw@pobox.com>
2656
2657 * ibuffer.el (ibuffer-mode): Doc fix.
2658
2659 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
2660
2661 * textmodes/org.el (org-context): New contexts :item-bullet,
2662 :latex-fragment, :latex-preview.
2663 (org-overlays-at, org-overlay-start, org-overlay-end):
2664 New compatibility functions.
2665 (org-inside-LaTeX-fragment-p): More accurate matching, using the
2666 exact regexp that will be used during export.
2667 (org-latex-regexps): New variable.
2668 (org-cdlatex-mode): Improve advice for `texmathp'.
2669 (turn-on-org-cdlatex): New function.
2670
2671 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2672
2673 * term/mac-win.el (mac-handle-font-selection): Change keys of
2674 mac-atsu-font-table from strings to numbers.
2675 (mac-ts-caret-position): Use also when cursor-type is nil.
2676 (mac-ts-update-active-input-area): Add Mac OS Classic support.
2677 Relax condition for using overlay strings.
2678 Use mac-ts-caret-position face when cursor-type is nil.
2679
2680 2006-06-26 Kim F. Storm <storm@cua.dk>
2681
2682 * help.el (view-emacs-news): Declare `res' in the right let* form.
2683
2684 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
2685
2686 * net/rcompile.el (remote-compile): Replace ange-ftp based
2687 implementation by Tramp functions.
2688 Suggested by Marc Abramowitz <msabramo@gmail.com>.
2689
2690 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
2691
2692 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
2693
2694 * international/fontset.el (setup-default-fontset): Fix a typo in
2695 the "Oriya-Akruti" registry name.
2696
2697 2006-06-23 Lars Hansen <larsh@soem.dk>
2698
2699 * desktop.el (desktop-full-file-name): New function.
2700 (desktop-kill, desktop-save, desktop-remove, desktop-read)
2701 (desktop-revert): Use it.
2702 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
2703 (desktop-after-read-hook): Add option list-buffers.
2704 (desktop-locals-to-save): Add tab-width.
2705 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
2706 Fix docstring.
2707
2708 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
2709
2710 * textmodes/org.el (org-cdlatex-mode-map)
2711 (org-cdlatex-texmathp-advice-is-done): New variables.
2712 (org-cdlatex-mode): New minor mode.
2713 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
2714 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
2715 (org-export-with-archived-trees): New option.
2716 (org-open-file): Remove the call to `convert-standard-filename'.
2717 (org-archive-tag, org-agenda-skip-archived-trees)
2718 (org-cycle-open-archived-trees)
2719 (org-sparse-tree-open-archived-trees): New options.
2720 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
2721 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
2722 New functions.
2723 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
2724 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
2725 (org-mode-map): Add binding for `org-toggle-archive-tag'.
2726 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2727 Call `org-prepare-agenda-buffers'.
2728 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
2729 (org-file-apps, org-file-apps-defaults-gnu)
2730 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
2731 Handle remote files by forcing them to be opened in Emacs.
2732
2733 2006-06-23 Andre Spiegel <spiegel@gnu.org>
2734
2735 * vc.el (vc-diff-knows-L): New variable.
2736 (vc-diff-internal): Use it to handle "diff" programs that don't
2737 understand -L. This works automatically, no user action is necessary.
2738
2739 2006-06-23 Daniel Brockman <daniel@brockman.se>
2740
2741 * net/rcirc.el (rcirc-default-user-full-name): Default to
2742 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
2743 longer exists).
2744 (rcirc-process-list): Check `buffer-live-p' before attempting to
2745 switch to a buffer.
2746
2747 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
2748
2749 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
2750 based on rcirc-coding-system-alist.
2751
2752 2006-06-23 Martin Rudalics <rudalics@gmx.at>
2753
2754 * cus-edit.el (customize-apropos): A better error message.
2755 (top level) <debug-ignored-errors>: Extend and update the list of
2756 ignored error messages.
2757
2758 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
2759
2760 * complete.el (PC-do-completion): Retain capitalization of user
2761 input, when possible, even if completion-ignore-case is set.
2762
2763 2006-06-23 Eli Zaretskii <eliz@gnu.org>
2764
2765 * generic-x.el (bat-generic-mode): Support .cmd files.
2766
2767 * dos-w32.el (top level): Use find-file-not-found-functions
2768 instead of the obsolete find-file-not-found-hooks.
2769
2770 2006-06-22 Kim F. Storm <storm@cua.dk>
2771
2772 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
2773 to recognize mode name containing submodes, such as Grep/lw.
2774
2775 2006-06-21 Kim F. Storm <storm@cua.dk>
2776
2777 * simple.el (line-move-1): Check for move-end-of-line instead of
2778 end-of-line when setting temporary-goal-column.
2779
2780 2006-06-21 Miles Bader <miles@gnu.org>
2781
2782 * play/cookie1.el (cookie): Work properly when there's only one entry.
2783
2784 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
2785
2786 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
2787 (gdb-frame-handler): Generalize frame regexp for templates.
2788
2789 2006-06-20 Glenn Morris <rgm@gnu.org>
2790
2791 * calendar/appt.el (appt-display-format): Default value must be
2792 one of the customize options.
2793
2794 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2795
2796 * term/xterm.el (terminal-init-xterm): Update key availability info.
2797 Bind C-return.
2798
2799 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
2800
2801 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
2802
2803 * files.el (hack-local-variables): Run `hack-local-variables-hook'
2804 whether or not a local variables list is defined.
2805
2806 * msb.el (msb): Move `sit-for' hack here to handle both
2807 "mouse-down and drag" and "mouse-up and select" situations.
2808 (mouse-select-buffer): Move `sit-for' hack to `msb'.
2809
2810 2006-06-20 Kenichi Handa <handa@m17n.org>
2811
2812 * international/characters.el (word-combining-categories):
2813 Add entries for 2-byte Han characters.
2814
2815 2006-06-19 Richard Stallman <rms@gnu.org>
2816
2817 * bindings.el (mode-line-format): Save some mode line space.
2818
2819 * files.el (find-file-noselect): Improve the question wording.
2820 (basic-save-buffer-2): Mask UMASK against 666.
2821
2822 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
2823 (mouse-drag-vertical-line): Call it.
2824
2825 * cus-edit.el (customize-option, customize-option-other-window):
2826 Error if SYMBOL is nil.
2827
2828 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
2829
2830 * textmodes/org.el: Require noutline, also on XEmacs.
2831 (org-end-of-subtree): Return point.
2832 (org-dblock-start-re, org-dblock-end-re): New constants.
2833 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
2834 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
2835 (org-update-all-dblocks, org-find-dblock): New functions.
2836 (org-collect-clock-time-entries): New function.
2837 (org-html-handle-time-stamps): Never export CLOCK timeranges.
2838 (org-fixup-indentation): Modify to deal correctly with lines
2839 starting with TAB. Only one argument DIFF now.
2840 (org-demote, org-promote): Call `org-fixup-indentation' with just
2841 one argument, DIFF.
2842 (org-mode): Don't mark buffer as modified when aligning tables.
2843 (org-clock-sum): Don't mark buffer modified when adding time sum
2844 properties.
2845 (org-export-as-html): Add support for a link validation function.
2846 (org-archive-all-done): New function.
2847 (org-archive-subtree): New prefix argument. When set, archive all
2848 done subtrees in this buffer.
2849 (org-remove-clock-overlays)
2850 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
2851 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
2852 (org-put-clock-overlay): Don't swallow last headline character
2853 when displaying overlay.
2854 (org-store-link): Link to `image-mode' with just the file name.
2855
2856 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
2857
2858 * viper-cmd.el (viper-special-read-and-insert-char):
2859 Use read-key-sequence.
2860 (viper-after-change-undo-hook): Misc enhancements.
2861 (viper-after-change-undo-hook): New hook.
2862 (viper-undo): Use viper-after-change-undo-hook.
2863 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
2864 (viper-next-line-at-bol): If point is on a widget or a button, simulate
2865 clicking on that widget/button.
2866
2867 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
2868
2869 * ediff-diff (ediff-test-patch-utility): Catch errors.
2870 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
2871 (ediff-set-actual-diff-options): New function.
2872 (ediff-reset-diff-options, ediff-toggle-ignore-case):
2873 Use ediff-set-actual-diff-options.
2874 (ediff-extract-diffs): Catch errors.
2875 (ediff-whitespace): Add non-breakable space.
2876 (ediff-same-file-contents): Catch errors.
2877
2878 * ediff-mult.el (ediff-collect-custom-diffs):
2879 Save coding-system-for-read.
2880
2881 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
2882 (ediff-vc-internal, ediff-vc-merge-internal):
2883 Use ediff-delete-version-file.
2884 (ediff-delete-version-file): New function.
2885
2886 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
2887
2888 * ediff.el (ediff-directories, ediff-directory-revisions)
2889 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
2890 (ediff-directories-internal, ediff-merge-directory-revisions)
2891 (ediff-merge-directory-revisions-with-ancestor)
2892 (ediff-directories3): Use read-directory-name.
2893
2894 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
2895
2896 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
2897 Remove superfluous part of regexp for brace matching which is handled
2898 by `scan-lists' call.
2899
2900 2006-06-16 Richard Stallman <rms@gnu.org>
2901
2902 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
2903
2904 * files.el (basic-save-buffer-2): For a new precious file,
2905 use the default modes in the return value.
2906
2907 * facemenu.el (facemenu-color-alist): Doc fix.
2908
2909 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
2910
2911 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2912
2913 * cus-start.el (all): Add mac-ts-script-language-on-focus.
2914
2915 * term/mac-win.el (mac-text-encoding-ascii): New constant.
2916 (mac-utxt-to-string): Use it.
2917 (mac-ts-update-active-input-area): Use mac-ae-number.
2918
2919 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2920
2921 * term.el (term-handle-scroll, term-delete-lines)
2922 (term-insert-lines): Fix off by one errors.
2923
2924 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2925
2926 * net/tramp.el (tramp-touch): Use UTC to express time.
2927
2928 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
2929
2930 * mail/sendmail.el (mail-send): Search explicitly for
2931 mail-header-separator when checking for corrupted header lines.
2932
2933 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
2934
2935 * progmodes/gdb-ui.el (gdb-same-frame): New option.
2936 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
2937 (gdb-init-1): Initialise them.
2938 (gdb-starting): Reset gdb-printing
2939 (gdb-starting): Save value of gud-overlay-arrow-position.
2940 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
2941 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
2942 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
2943 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
2944
2945 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2946
2947 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
2948
2949 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
2950
2951 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
2952 (ldap-search-internal): Keep error messages, and a regexp fix.
2953
2954 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
2955
2956 * files.el (hack-local-variables-confirm):
2957 Display string value using its printed representation.
2958
2959 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
2960
2961 * server.el (server-edit): No-op if no server buffers exist.
2962
2963 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
2964
2965 * textmodes/page-ext.el (pages-directory-for-addresses):
2966 Including `pages-directory-address-mode' in the function results
2967 in the message "Buffer in which pages were found is deleted".
2968
2969 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
2970
2971 * textmodes/org.el (org-agenda-mode-map): Add bindings for
2972 clocking functions.
2973
2974 (org-agenda-clock-in, org-check-running-clock)
2975 (org-clock-out-if-current, org-remove-clock-overlays)
2976 (org-put-clock-overlay): New functions.
2977 (org-clock-marker, org-clock-file-total-minutes)
2978 (org-clock-overlays): New variables.
2979 (org-clock-display, org-clock-sum, org-clock-cancel)
2980 (org-clock-out, org-clock-in): New commands.
2981 (org-export): New function.
2982 (org-emph-re): New constant.
2983 (org-set-emph-re, org-do-emphasis-faces): New functions.
2984 (org-emphasis-regexp-components, org-emphasis-alist): New options.
2985 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
2986 (org-export-html-convert-emphasize): Use the configurable emphasis.
2987 (org-cleaned-string-for-export): Make multiline emphasis visible
2988 to the exporter. New optional argument PARAMETERS.
2989 (org-export-as-html): Specify :emph-multiline parameter to
2990 `org-cleaned-string-for-export'.
2991
2992 2006-06-10 Richard Stallman <rms@gnu.org>
2993
2994 * help.el (help-for-help-internal): Clean up help text.
2995
2996 2006-06-10 Andreas Schwab <schwab@suse.de>
2997
2998 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
2999 in doc string.
3000
3001 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
3002
3003 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
3004
3005 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
3006 spaces after the comment start.
3007
3008 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3009
3010 * play/pong.el (pong-init-buffer):
3011 Fill buffer with spaces instead of ^A.
3012
3013 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
3014 launched asynchronously, delete its process instead of being cool.
3015 (ispell-async-processp): Check for `delete-process' existence
3016 instead of `kill-process' one for consistency.
3017
3018 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
3019
3020 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
3021 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
3022 in mode line at startup.
3023
3024 2006-06-08 Kim F. Storm <storm@cua.dk>
3025
3026 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
3027 (ido-init-completion-maps): Bind them to M-SPC and M-v.
3028 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
3029 (ido-file-internal): Pass full file name to write-file.
3030 (ido-read-internal): Only pop stack elements automatically if they
3031 actually match an existing directory or file name.
3032
3033 2006-06-07 Kenichi Handa <handa@m17n.org>
3034
3035 * international/mule.el (find-auto-coding): Don't handle the short
3036 name `char-trans'.
3037
3038 * files.el (hack-local-variables-prop-line)
3039 (hack-local-variables): Cancel the previous change.
3040
3041 2006-06-06 Jesper Harder <harder@phys.au.dk>
3042
3043 * ediff-diff.el (ediff-test-utility): Protect against file-error.
3044
3045 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
3046
3047 * diff-mode.el (diff-mode): Set buffer-read-only to t when
3048 diff-default-read-only is non-nil.
3049 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
3050 (diff-refine-hunk): Set inhibit-read-only to t.
3051
3052 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
3053 modifying the *Diff* buffer.
3054 (diff-process-filter): New filter function for diff process that
3055 sets inhibit-read-only to t when modifying the *Diff* buffer.
3056
3057 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
3058
3059 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
3060 insertion point and control the number of empty lines.
3061 (org-paste-subtree): Limit the number of empty lines at the end of
3062 the inserted tree.
3063 (org-agenda): Use buffer name of current file for narrowing.
3064 (org-export-as-xml): Command removed.
3065 (org-export-xml-type): Option removed.
3066 (org-mode-map): Call `org-export-as-xoxo' directly.
3067 (org-get-indentation): New optional argument LINE.
3068 (org-fix-indentation, org-remove-tabs): New functions.
3069 (org-export-as-ascii, org-ascii-level-start): Determine and apply
3070 correct indentation for headlines that are converted it items.
3071 (org-skip-comments): Remove table lines that contain narrowing
3072 cookies but no other non-empty fields.
3073 (org-set-tags): Allow groups of mutually exclusive tags.
3074 (org-cmp-time): Sort 24:21 before items without time.
3075 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
3076 (org-open-at-point): Require double colon also for numbers.
3077
3078 2006-06-06 Kim F. Storm <storm@cua.dk>
3079
3080 * ido.el (ido-default-file-method, ido-default-buffer-method):
3081 Make choice values consistent with corresponding command names.
3082 (ido-visit-buffer): Update accordingly. Default to selected-window.
3083
3084 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
3085
3086 * progmodes/gud.el (gud-running): Fix doc string.
3087 (gud-menu-map): Use :visible instead fo :enable for debugger test.
3088 (gud-tooltip-modes): Add python-mode.
3089 (gud-tooltip-print-command): Add pdb. Remove perldb.
3090
3091 2006-06-05 Eli Zaretskii <eliz@gnu.org>
3092
3093 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
3094 Quote $(EMACS).
3095
3096 2006-06-05 Richard Stallman <rms@gnu.org>
3097
3098 * faces.el (defined-colors): Doc fix.
3099
3100 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
3101
3102 * vc.el (vc-process-filter): Inhibit undo info collection around
3103 call to insert.
3104 (vc-setup-buffer): Likewise for call to erase-buffer.
3105 (vc-do-command): Likewise for call to process-file.
3106
3107 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
3108
3109 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
3110 for gud-go.
3111 (gud-common-init): Other debuggers may trigger error.
3112
3113 2006-06-05 Kenichi Handa <handa@m17n.org>
3114
3115 * international/mule.el (find-auto-coding):
3116 Handle enable-character-translation in file header.
3117
3118 2006-06-04 Kim F. Storm <storm@cua.dk>
3119
3120 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
3121 (authors-fixed-entries): Fix spelling.
3122 (authors-canonical-file-name): Don't report error for wildcards.
3123
3124 * help.el (view-emacs-news): Rewrite to support new NEWS,
3125 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
3126 e.g. version 10 matches 1.10, and don't be confused by version 1.1
3127 being a prefix of 1.12 (etc). A numeric prefix arg also works.
3128
3129 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
3130
3131 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
3132 exec constructs like `foo bar`.
3133 (sh-quoted-subshell): New helper function to search for a possibly
3134 nested subshell (like `` or $()) within a "" quoted string.
3135 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
3136 (sh-apply-quoted-subshell): Flag quote characters inside a
3137 subshell, which is itself already in a quoted region, as
3138 punctuation, since this is the closest to what they actually are.
3139 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
3140 sh-apply-quoted-subshell.
3141 (sh-font-lock-syntactic-face-function): Apply the new face for
3142 text inside `` instead of the old font-lock-string-face.
3143
3144 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3145
3146 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
3147 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
3148 (mac-bytes-to-text-range, mac-ae-text-range-array)
3149 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
3150 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
3151 (mac-ts-unicode-for-key-event): New functions.
3152 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
3153 (mac-handle-font-selection): Use mac-ae-number.
3154 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
3155 New variables.
3156 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
3157 (mac-ts-converted-text, mac-ts-selected-converted-text)
3158 (mac-ts-block-fill-text, mac-ts-outline-text)
3159 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
3160 (mac-ts-hilite-style-faces): New constant.
3161 (mac-apple-event-map): Bind text input events.
3162 (mac-dispatch-apple-event): Use command-execute instead of
3163 call-interactively.
3164 (global-map): Don't bind mac-apple-event.
3165 (special-event-map): Bind mac-apple-event.
3166
3167 2006-06-02 Eli Zaretskii <eliz@gnu.org>
3168
3169 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
3170 file name.
3171 (emacs): Enclose the value of $(EMACS) in quotes.
3172
3173 2006-06-02 Juri Linkov <juri@jurta.org>
3174
3175 * international/mule.el (sgml-html-meta-auto-coding-function):
3176 Remove the condition `(search-forward "<html" size t)'.
3177 Replace `\"' with `[\"']?' in `re-search-forward'.
3178
3179 2006-06-02 Kenichi Handa <handa@m17n.org>
3180
3181 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
3182 as well as `coding'.
3183 (hack-local-variables): Likewise.
3184
3185 * international/mule.el (enable-character-translation):
3186 Put permanent-local and safe-local-variable properties.
3187 (find-auto-coding): Handle char-trans: tag.
3188
3189 2006-06-02 Juri Linkov <juri@jurta.org>
3190
3191 * international/mule.el (sgml-html-meta-auto-coding-function):
3192 Limit the search by the end of the HTML header (if any).
3193
3194 2006-06-01 Richard Stallman <rms@gnu.org>
3195
3196 * subr.el (with-current-buffer): Doc fix.
3197
3198 2006-06-02 Masatake YAMATO <jet@gyve.org>
3199
3200 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
3201 Almost rewrite. Underlines over all lines of gcov output are too
3202 uncomfortable to read. Suggested by Dan Nicolaescu.
3203
3204 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
3205
3206 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
3207
3208 * shell.el (shell-mode): Use shell-mode-map in docstring.
3209
3210 * comint.el (comint-send-input): Do not add help-echo and
3211 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
3212
3213 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3214
3215 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
3216
3217 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
3218
3219 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
3220 (gdb-stopped, gdb-info-stack-custom): If there is no source info
3221 look up the stack and pop up GUD buffer if necessary.
3222 (gdb-frames-select): Remove redundant call to gud-display-frame.
3223 (gdb-info-threads-custom): Keep point at start of buffer.
3224 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
3225
3226 2006-05-31 Juri Linkov <juri@jurta.org>
3227
3228 * replace.el (query-replace-read-from, query-replace-read-to):
3229 Bind `history-add-new-input' to nil. Call `add-to-history'.
3230
3231 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
3232
3233 * textmodes/table.el: Convert all HTML tags to lower case for
3234 XHTML compatibility.
3235
3236 2006-05-31 Masatake YAMATO <jet@gyve.org>
3237
3238 * progmodes/compile.el:
3239 (compilation-error-regexp-alist-alist::gcov-called-line):
3240 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
3241
3242 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
3245 Revert inadvertent changes made with last commit.
3246
3247 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
3248
3249 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
3250 New functions.
3251
3252 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
3253
3254 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
3255
3256 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
3257 only matches in the right place.
3258 (org-upcoming-deadline): New face.
3259 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
3260 (org-export-ascii-underline): Rename constant `org-ascii-underline'
3261 and make it an option.
3262 (org-export-ascii-bullets): New option.
3263 (org-export-as-html): Many changes to emit valid XHTML.
3264 (org-par-open): New variable.
3265 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
3266 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
3267 (org-timeline): Pass `org-timeline-show-empty-dates' to
3268 `org-get-all-dates'. Interpret empty dates returned by
3269 `org-get-all-dates'.
3270 (org-get-all-dates): New argument EMPTY. Add dates without
3271 entries to the list, mark large ranges of empty dates.
3272 (org-point-in-group, org-context): New functions.
3273
3274 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
3275
3276 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
3277
3278 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
3279 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
3280 to C-mouse-3 (for 2 button mice).
3281 (gdb-send): Do the right thing for C-d.
3282
3283 * speedbar.el (speedbar-detach): Delete.
3284 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
3285 it breaks things.
3286 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
3287
3288 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
3289
3290 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
3291 Makeppfile.
3292
3293 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3294 Add makepp diagnostic.
3295
3296 2006-05-29 Richard Stallman <rms@gnu.org>
3297
3298 * window.el (fit-window-to-buffer): Doc fix.
3299
3300 * help.el (temp-buffer-max-height): Doc fix.
3301
3302 * subr.el (with-current-buffer): Doc fix.
3303
3304 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3305
3306 * term/x-win.el: Bind F10 to menu-bar-start if available.
3307
3308 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
3309
3310 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
3311 uses with a simple test.
3312 (term-set-escape-char, term-mode, term-check-kill-echo-list)
3313 (term-send-raw-string, term-send-raw, term-mouse-paste)
3314 (term-char-mode, term-line-mode, term-exec, term-sentinel)
3315 (term-handle-exit, term-read-input-ring)
3316 (term-previous-matching-input-string)
3317 (term-previous-matching-input-string-position)
3318 (term-previous-matching-input-from-input)
3319 (term-replace-by-expanded-history, term-send-input)
3320 (term-skip-prompt, term-bol, term-send-invisible)
3321 (term-kill-input, term-delchar-or-maybe-eof)
3322 (term-backward-matching-input, term-check-source)
3323 (term-proc-query, term-emulate-terminal)
3324 (term-handle-colors-array, term-process-pager, term-pager-line)
3325 (term-pager-bob, term-unwrap-line, term-word)
3326 (term-dynamic-complete-filename)
3327 (term-dynamic-complete-as-filename)
3328 (term-dynamic-simple-complete): Replace one arm ifs with whens or
3329 unlesses.
3330
3331 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
3334 during bootstrapping.
3335
3336 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
3337 Basically undo the change of 2006-05-26: use extra arguments instead of
3338 dynamic scoping.
3339 (ewoc-locate): Remove unused var `footer'.
3340
3341 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3342
3343 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
3344
3345 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
3346 (generate-file-autoloads): Obey it. Return whether autoloads were
3347 added at point or not.
3348 (update-file-autoloads): Use this new return value.
3349 Remove redundant test for the presence of an autoload cookie.
3350
3351 * emacs-lisp/autoload.el (autoload-find-file): New fun.
3352 This one calls hack-local-variables.
3353 (generate-file-autoloads, update-file-autoloads): Use it.
3354
3355 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
3356 (bibtex-sort-entry-class): Add safe-local-variable predicate.
3357 (bibtex-sort-entry-class-alist): Don't set the global value.
3358 (bibtex-init-sort-entry-class-alist): New fun.
3359 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
3360 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
3361 of bibtex-init-sort-entry-class.
3362
3363 2006-05-28 Richard Stallman <rms@gnu.org>
3364
3365 * subr.el (load-history-regexp): If FILE is relative, insist
3366 entire last name component must match it.
3367 (load-history-filename-element, load-history-regexp): Doc fixes.
3368
3369 2006-05-29 Kim F. Storm <storm@cua.dk>
3370
3371 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
3372 `pos' and `raw-data' for clarity, as eval forms may access these.
3373
3374 2006-05-28 Kim F. Storm <storm@cua.dk>
3375
3376 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
3377
3378 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3379
3380 * progmodes/make-mode.el (makefile-browser-map)
3381 (makefile-mode-syntax-table): Move initialization inside declaration.
3382 (makefile-fill-paragraph): Use the default comment-filling code.
3383
3384 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
3385
3386 * replace.el (query-replace-defaults): New variable.
3387 (query-replace-read-from): Use `query-replace-defaults' for
3388 default value, instead of history list.
3389 (query-replace-read-to): Update `query-replace-defaults'.
3390
3391 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
3392
3393 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
3394 with no X toolkit.
3395
3396 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
3397
3398 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
3399 (tumme-show-all-from-dir): Add autoload.
3400
3401 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3402
3403 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
3404 (tumme-remove-tag): Fix bug.
3405
3406 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
3407
3408 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
3409 FOOTER args. Update unique caller.
3410 (ewoc-delete): Compute last node once before looping.
3411 (ewoc--node-branch): Merge into unique caller.
3412 (ewoc--node): Don't define constructor make-ewoc--node for this
3413 structure.
3414 (ewoc): Add member `hf-pp' to this structure.
3415 (ewoc--wrap): New func.
3416 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
3417 header/footer pretty-printers. Save header/footer pretty-printer.
3418 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
3419
3420 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
3421
3422 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
3423
3424 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
3425 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
3426 Tag'. Change "Compare directories..." to "Change Directories...".
3427 Move tumme commands to Operate, Regexp and Immediate menus.
3428 Change "Add Comment" to "Add Image Comment". Change "Add Image
3429 Tag" to "Add Image Tags".
3430
3431 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
3432 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
3433 `tumme-delete-tag'.
3434
3435 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
3436
3437 * shell.el (shell-mode): Call shell-dirtrack-mode after
3438 list-buffers-directory is made a local variable, to avoid setting
3439 the default value.
3440
3441 2006-05-26 Kevin Ryde <user42@zip.com.au>
3442
3443 * info.el (Info-index-next): Use where-is-internal to report
3444 actual binding of Info-index-next, rather than hard-coded `,'.
3445
3446 2006-05-26 Eli Zaretskii <eliz@gnu.org>
3447
3448 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
3449 and "Find Command in Manual" to here.
3450
3451 * buff-menu.el (list-buffers-noselect): For Info buffers, use
3452 Info-current-file as the file name.
3453
3454 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
3455
3456 * ses.el (defadvice undo-more): Delete this defadvice. The undo
3457 overrides will now be done a different way.
3458 (ses-set-parameter): Reapply this function for undo.
3459 (ses-set-header-row): Reconstruct header row during undo.
3460 (ses-widen): New function.
3461 (ses-goto-data, ses-reconstruct-all): Use new function.
3462 (ses-command-hook): Widen buffer during undo, before unupdating
3463 the cells.
3464 (ses-insert-row, ses-delete-row): Widen buffer during undo.
3465 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
3466 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
3467 formula hasn't been executed yet.
3468
3469 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3470
3471 * comint.el (comint-kill-whole-line): Rename arg to count.
3472 Fix doc string.
3473
3474 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
3475
3476 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
3477 to copy-file.
3478
3479 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3480
3481 * simple.el (toggle-truncate-lines): Make arg optional for
3482 backward compatibility.
3483
3484 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
3485
3486 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
3487 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
3488 DLL arg. Instead, use ewoc--current-dll. Update all callers.
3489 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
3490 (ewoc--adjust): Use ewoc--current-dll.
3491 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
3492
3493 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
3494
3495 * textmodes/org.el (org-next-item, org-previous-item): Emit more
3496 compact error message.
3497 (org-tags-view): Refresh category table in each file.
3498 (org-table-justify-field-maybe): Remove superfluous arguments to
3499 `format'.
3500 (org-export-as-html): Insert "<p>" before postamble.
3501 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
3502
3503 2006-05-26 Kenichi Handa <handa@m17n.org>
3504
3505 * textmodes/po.el (po-find-charset): Pay attention to the case
3506 FILENAME is a cons (NAME . BUFFER).
3507 (po-find-file-coding-system-guts): Likewise.
3508
3509 * arc-mode.el (archive-set-buffer-as-visiting-file):
3510 Call find-operation-coding-system with (FILENAME . BUFFER).
3511
3512 * tar-mode.el (tar-extract): Call find-operation-coding-system
3513 with (FILENAME . BUFFER).
3514
3515 * international/mule.el (decode-coding-inserted-region):
3516 Call find-operation-coding-system with (FILENAME . BUFFER).
3517
3518 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
3519
3520 * image-mode.el (image-toggle-display): Use buffer contents to
3521 generate image for a remote file.
3522
3523 2006-05-25 Juri Linkov <juri@jurta.org>
3524
3525 * replace.el (query-replace-read-from, query-replace-read-to):
3526 Remove 8th arg KEEP-ALL in read-from-minibuffer.
3527
3528 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
3529
3530 * whitespace.el (whitespace-cleanup): Change to cleanup
3531 region if one is active.
3532 * whitespace.el (whitespace-cleanup-internal): New internal method.
3533
3534 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3535
3536 * dired.el (dired-mode-map): Add help-echo strings to tumme
3537 commands. Bind `tumme-dired-display-image' to C-t i.
3538
3539 * tumme.el (tumme-display-image): Change documentation string slightly.
3540 (tumme-dired-display-image): Add call to `display-buffer'.
3541
3542 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3543
3544 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
3545 Signal error if RAW-DATA is a multibyte string.
3546
3547 2006-05-24 Richard Stallman <rms@gnu.org>
3548
3549 * subr.el (with-local-quit): When handling `quit' signal,
3550 make a chance for quit-flag to cause a quit.
3551
3552 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
3553 (ad-disable-advice): Add autoloads.
3554
3555 * subr.el (read-passwd): Copy PROMPT before changing its properties.
3556
3557 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3558
3559 * dired.el (dired-mode-map): Change menu items for tumme as per
3560 suggestions in emacs-devel.
3561
3562 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3563
3564 * dired.el (dired-mode-map): Fix breakage.
3565
3566 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
3567
3568 * tumme.el (tumme-display-dired-image): Rename to...
3569 (tumme-dired-display-image): ...this.
3570 (tumme-track-movement): Change default value to t.
3571 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
3572 used from `tumme-next-line-and-display' and similar commands.
3573
3574 * dired.el (dired-mode-map): Add Thumbnail submenu under the
3575 Immediate menu. Add some tumme commands there.
3576
3577 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
3578
3579 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
3580
3581 2006-05-24 Chong Yidong <cyd@mit.edu>
3582
3583 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
3584 menu entries that open submenus.
3585
3586 2006-05-24 Alan Mackenzie <acm@muc.de>
3587
3588 * startup.el (command-line): For names of preloaded files, don't
3589 append ".elc" (now done in Fload), and call file-truename on the
3590 lisp directory.
3591
3592 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
3593 match ANY loaded file with the right name, not just those in
3594 load-path. Put a regexp matching the file name into
3595 after-load-alist, rather than the name itself.
3596
3597 * subr.el: New functions load-history-regexp,
3598 load-history-filename-element, do-after-load-evaluation.
3599
3600 * international/mule.el (load-with-code-conversion): Do the
3601 eval-after-load stuff by calling do-after-load-evaluation.
3602
3603 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
3604
3605 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
3606 has not been killed.
3607
3608 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3609
3610 * term/mac-win.el: Set idle timer to clean up expired Apple events.
3611 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
3612 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
3613 Optionally set error message in reply.
3614
3615 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
3616
3617 * textmodes/org.el (org-open-at-point): Use renamed variable
3618 `org-confirm-shell-link-function'.
3619 (org-confirm-shell-link-function): Rename from
3620 `org-confirm-shell-links'.
3621 (org-export-directory): New function.
3622 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
3623 (org-export-icalendar): Use `org-export-directory'.
3624 (org-indent-item): Keep cursor position.
3625 (org-link-file-path-type): New option.
3626 (org-export-as-html): Fix bug with plain lists starting in
3627 column 0.
3628 (org-export-as-html): Remove deadline formatting, this happens
3629 now already in `org-html-handle-time-stamps'.
3630 (org-export-html-style): Deadline class removed.
3631 (org-insert-labeled-timestamps-at-point): New option.
3632 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
3633 of `hide-sublevels 1', in case the first headline is not level 1.
3634 (org-overview, org-content): New fuction.
3635 (org-cycle-global-status, org-cycle-subtree-status): Make these
3636 variables buffer-local.
3637 (org-global-cycle): New command.
3638 (org-shifttab): Use `org-global-cycle'.
3639 (org-insert-heading, org-insert-item): Go to end of new
3640 headline/item after creating it.
3641 (org-export-visible): Rename from `org-export-copy-visible'.
3642 Now creates a temporary org-file and applies an exporting command
3643 to it.
3644 (org-table-eval-formula): Support for lisp forms.
3645 (org-agenda-todo-ignore-scheduled): New option.
3646 (org-agenda-get-todos): Use new option
3647 `org-agenda-todo-ignore-scheduled'.
3648 (org-export-html-inline-images): New value `maybe'.
3649 (org-export-as-html): Inlining of images dependent on link description.
3650 (org-archive-subtree): Check for end-of-buffer before trying
3651 `kill-line'.
3652 (org-agenda-follow-mode): New option.
3653 (org-export-with-tags, org-export-with-timestamps): New options.
3654 (org-html-handle-time-stamps): New function.
3655 (org-keyword-time-regexp): New variable.
3656 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
3657 (org-agenda-todo-list-sublevels): New option.
3658 (org-html-level-start): When TITLE is nil, just close all levels.
3659 (org-parse-key-lines, org-parse-export-options): Remove functions,
3660 replaced by `org-infile-export-plist'.
3661 (org-combine-plists, org-infile-export-plist)
3662 (org-default-export-plist): New functions.
3663 (org-export-html-preamble, org-export-html-postamble)
3664 (org-export-html-auto-preamble, org-export-html-auto-postamble):
3665 New variables.
3666 (org-export-publishing-directory): New option.
3667 (org-export-as-html, org-export-as-ascii): Use the new property
3668 lists for settings.
3669 (org-export-copy-visible, org-export-as-xoxo):
3670 Respect `org-export-publishing-directory'.
3671 (org-link-search, org-store-link, org-file-apps): Support for
3672 links to BibTeX database entries..
3673 (org-get-current-options, org-set-regexps-and-options):
3674 Implement logging as a startup option.
3675 (org-store-link): Make sure context string is never empty
3676 (org-insert-link): Use relative path when possible.
3677 (org-at-item-checklet-p): New function.
3678 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
3679 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
3680 (org-metaright, org-metaup, org-metadown, org-shiftup)
3681 (org-shiftdown, org-shiftright, org-shiftleft)
3682 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
3683 Dispatch using `call-interactively'.
3684 (org-call-with-arg): New defsubst.
3685 (org-tag-alist, org-use-fast-tag-selection): New options.
3686 (org-complete): Use `org-tag-alist'.
3687 (org-fast-tag-insert, org-fast-tag-selection): New functions.
3688 (org-next-item, org-previous-item): New commands.
3689 (org-beginning-of-item, org-end-of-item): Add (interactive) to
3690 make command.
3691 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
3692
3693 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
3694
3695 * emacs-lisp/ewoc.el (ewoc-delete): New function.
3696 (ewoc-filter): Use `ewoc-delete'.
3697
3698 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
3699
3700 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3701
3702 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
3703 Signal more user-friendly error messages.
3704
3705 * complete.el (PC-do-completion): Undo the addition of implicit
3706 wildcards if they did not lead to finding any match.
3707 (read-file-name-internal): Don't add the final > if the completion is
3708 not finished.
3709
3710 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3711
3712 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
3713 Quote safe-local-variable predicate.
3714
3715 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3716
3717 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
3718
3719 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3720
3721 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
3722
3723 * progmodes/make-mode.el (makefile-special-targets-list)
3724 (makefile-macro-table, makefile-target-table): Mark as risky.
3725 (makefile-query-one-target-method): Make this the alias for the
3726 following variable.
3727 (makefile-query-one-target-method-function): Make this the real name.
3728
3729 * textmodes/artist.el (artist-text-renderer): Make this the alias
3730 for the following variable.
3731 (artist-text-renderer-function): Make this the real name.
3732
3733 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
3734 the alias for the following variable.
3735 (flyspell-generic-check-word-predicate): Make this the real name.
3736
3737 * textmodes/ispell.el (ispell-format-word): Make this the alias
3738 for the following variable.
3739 (ispell-format-word-function): Make this the real name.
3740 (ispell-message-text-end): Mark as risky.
3741
3742 * skeleton.el (skeleton-transformation, skeleton-filter)
3743 (skeleton-pair-filter): Make these the aliases for the following
3744 variables.
3745 (skeleton-transformation-function, skeleton-filter-function)
3746 (skeleton-pair-filter-function): Make these the real names.
3747
3748 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
3749 and skeleton-pair-filter-function.
3750
3751 * textmodes/sgml-mode.el (sgml-transformation): Make this the
3752 alias for the following variable.
3753 (sgml-transformation-function): Make this the real name.
3754 (sgml-tag-alist): Mark as risky.
3755
3756 2006-05-21 Richard Stallman <rms@gnu.org>
3757
3758 * simple.el (kill-region): Interactively, pass point, then mark.
3759
3760 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
3761
3762 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
3763
3764 2006-05-21 Romain Francoise <romain@orebokech.com>
3765
3766 * dired-x.el (dired-mode-map): Don't bind M-g.
3767
3768 2006-05-20 Richard Stallman <rms@gnu.org>
3769
3770 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
3771 (dired-goto-file): Doc fix.
3772
3773 2006-05-21 Kim F. Storm <storm@cua.dk>
3774
3775 * emulation/cua-base.el: Mention customizing cua-mode as alternative
3776 way to enable built-in cua-mode if user loads older CUA-mode package.
3777
3778 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
3779 if default-filename is specified.
3780
3781 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3782
3783 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
3784
3785 * info.el (info-apropos): Make sure current-file and current-node
3786 have non-nil values. Speed up by using add-to-list instead of
3787 manual consing.
3788
3789 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3790
3791 * progmodes/make-mode.el (makefile-mode): Doc fix.
3792
3793 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3794
3795 * dired-aux.el (dired-do-shell-command): Doc fix.
3796
3797 2006-05-20 Kevin Ryde <user42@zip.com.au>
3798
3799 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
3800 ``(custom-manual :tag "Foo" "(foo)Node")''.
3801
3802 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
3803
3804 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
3805 value is an integer.
3806
3807 2006-05-20 Eli Zaretskii <eliz@gnu.org>
3808
3809 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
3810 "format".
3811 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
3812
3813 2006-05-20 Martin Rudalics <rudalics@gmx.at>
3814
3815 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
3816 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
3817
3818 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3819
3820 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
3821 regexp for keywords.
3822
3823 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
3824
3825 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
3826 replace-regexp-in-string.
3827
3828 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
3829 encode, and escape file name on conversion to URL.
3830
3831 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3832
3833 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
3834 Don't unescape URL.
3835 (dnd-get-local-file-name): Unescape URL on conversion to file name.
3836
3837 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
3838 on conversion to URLs.
3839
3840 * net/browse-url.el (browse-url-file-url): Encode file name on
3841 conversion to URL.
3842
3843 * term/mac-win.el (mac-ae-open-documents): Escape file name on
3844 conversion to URL.
3845
3846 2006-05-19 Eli Zaretskii <eliz@gnu.org>
3847
3848 * progmodes/cc-styles.el (c-style-alist): Doc fix.
3849
3850 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3851
3852 * term/mac-win.el (mac-bytes-to-digits): Remove function.
3853 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
3854
3855 2006-05-19 Glenn Morris <rgm@gnu.org>
3856
3857 * calendar/diary-lib.el (diary-bahai-date)
3858 (list-bahai-diary-entries, mark-bahai-diary-entries)
3859 (mark-bahai-calendar-date-pattern): Not interactive.
3860 (add-to-diary-list): New optional arg LITERAL. Doc fix.
3861 (diary-entries-list): Change format of 4th element in each entry.
3862 (diary-list-entries): Use add-to-diary-list.
3863 (diary-goto-entry): Handle the case where the buffer visiting the
3864 diary has been killed.
3865 (fancy-diary-display): Add 'locator to button rather than 'marker.
3866 Only generate temp-face when there are marks to apply.
3867 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
3868 (diary-fancy-date-pattern): New variable.
3869 (diary-time-regexp): Doc fix.
3870 (diary-anniversary, diary-time): New faces.
3871 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
3872 diary-time-regexp. Add font-lock-multiline property where needed.
3873 Use new faces diary-anniversary and diary-time.
3874 (diary-fancy-font-lock-fontify-region-function): New function, to
3875 handle multiline font-lock pattern in fancy diary.
3876 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
3877 (diary-font-lock-keywords): Tweak time regexp. Use new face
3878 diary-time.
3879
3880 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
3881
3882 * international/code-pages.el (mik): Table corrected.
3883
3884 2006-05-18 Kim F. Storm <storm@cua.dk>
3885
3886 * progmodes/grep.el (grep-find): Don't check grep-find-command
3887 before running command (breaks non-interactive usage).
3888
3889 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
3890
3891 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
3892 (ewoc--insert-new-node): Don't insert trailing newline.
3893 Instead, adjust successor nodes's start markers.
3894 (ewoc--refresh-node): Delete all text from current node's start
3895 marker to the next one's; adjust successor nodes's start markers.
3896 (ewoc--create): Doc fixes.
3897 (ewoc--refresh): Don't insert newline.
3898 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
3899 * pcvs.el (cvs-make-cvs-buffer):
3900 Specify extra newline for ewoc's header and footer.
3901 (cvs-update-header): Update initial header recognition.
3902 Append newline to final header and footer values.
3903 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
3904
3905 2006-05-17 Richard Stallman <rms@gnu.org>
3906
3907 * files.el (file-name-extension): Doc fix.
3908
3909 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
3912 we can explicitly enable/disable rather than toggle.
3913 (shell-mode): Use it.
3914 (shell-cd): Don't try to reproduce what `cd' does.
3915
3916 2006-05-17 Kim F. Storm <storm@cua.dk>
3917
3918 * ido.el (ido-read-internal): Use only nondirectory part of
3919 default item.
3920
3921 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
3922
3923 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
3924 (ewoc-nth): Doc fix.
3925
3926 (ewoc-map, ewoc-invalidate): Compute PP before looping.
3927
3928 2006-05-16 Eli Zaretskii <eliz@gnu.org>
3929
3930 * international/mule.el (auto-coding-alist): Add .lha to files
3931 read with no-conversion.
3932
3933 * files.el (auto-mode-alist): Add .lha files to archive file
3934 extensions.
3935
3936 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
3937 Convert csize to integer when computing offsets within the
3938 compressed archive file.
3939
3940 2006-05-16 Kim F. Storm <storm@cua.dk>
3941
3942 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
3943 with read-from-minibuffer.
3944
3945 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
3946
3947 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
3948 (byte-compile-warnings): Fix safe-local-variable property.
3949
3950 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
3951
3952 * allout.el (allout-show-bodies, allout-old-style-prefixes)
3953 (allout-stylish-prefixes, allout-numbered-bullet)
3954 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
3955 predicates to qualify `safe-local-variable' property, when
3956 available, else use equivalent lambda.
3957 (allout-current-topic-collapsed-p): Do the right thing regarding
3958 trailing blank lines.
3959
3960 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
3961
3962 * server.el (server-start): Only create a directory if needed.
3963 (server-edit, server-unload-hook): server-start => server-mode.
3964 (kill-emacs-hook): Cleanup upon exit.
3965
3966 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
3967
3968 * hexl.el (hexlify-buffer): Encode process arguments manually.
3969
3970 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
3971
3972 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
3973 call to gdb-tooltip-print.
3974
3975 2006-05-15 Romain Francoise <romain@orebokech.com>
3976
3977 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
3978 systems, default to "tar" since those systems probably have GNU tar.
3979
3980 2006-05-14 Lars Hansen <larsh@soem.dk>
3981
3982 * desktop.el (desktop-missing-file-warning): Fix docstring.
3983 (desktop-restore-file-buffer): Correct question asked on missing file.
3984
3985 2006-05-14 Kim F. Storm <storm@cua.dk>
3986
3987 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
3988 Add CUA move property.
3989
3990 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
3991
3992 * custom.el (custom-push-theme): Load the variable before checking
3993 its `standard-value'.
3994
3995 2006-05-13 Lars Hansen <larsh@soem.dk>
3996
3997 * desktop.el (desktop-save): Use with-temp-buffer.
3998
3999 2006-05-12 Glenn Morris <rgm@gnu.org>
4000
4001 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
4002 * calendar/calendar.el (calendar-mode-map):
4003 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
4004 * calendar/appt.el (appt-check, appt-make-list): Refer to
4005 diary-view-entries, diary-list-entries, diary-show-all-entries
4006 rather than obsolete aliases.
4007
4008 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
4009
4010 * simple.el (line-move-finish): Avoid calling point motion hooks
4011 while processing intangibility.
4012
4013 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
4014
4015 * term/xterm.el (terminal-init-xterm): Fix typo.
4016
4017 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
4018
4019 * allout.el (allout-view-change-hook): Mark as being deprecated,
4020 to be replaced by `allout-exposure-change-hook'.
4021 (allout-exposure-change-hook): New, replacing
4022 `allout-view-change-hook'.
4023 (allout-flag-region): Run new hook `allout-exposure-change-hook',
4024 in addition to `allout-view-change-hook'.
4025 (allout-show-bodies, allout-old-style-prefixes)
4026 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
4027 lambda forms to prevent their showing up in variable help
4028 presentations as inscrutable byte-compiled code.
4029 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
4030 Use string-or-null-p to qualify safe-local-variable values.
4031 (allout-reindent-bodies): Use memq to qualify matches against
4032 valid safe-local-variable values. Also, quote the lambda as above.
4033 (allout-use-mode-specific-leader): Add missing candidate-value
4034 symbols, use memq, and quote the lambda.
4035 (allout-overlay-interior-modification-handler): Remove unused
4036 variables `msg' and 'opened'.
4037 (allout-hidden-p): Constrain invisibility consideration to allout's
4038 invisibility spec, disregarding invisibility for other reasons.
4039
4040 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
4041
4042 * files.el (version-control): Correct safe values.
4043
4044 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
4045
4046 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
4047
4048 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
4049 (ewoc--insert-new-node): New func.
4050 Update callers of deleted funcs to use it, instead.
4051
4052 2006-05-11 Glenn Morris <rgm@gnu.org>
4053
4054 * calendar/calendar.el (diary-show-all-entries): Do not refer to
4055 obsolete alias `show-all-diary-entries'.
4056 (make-diary-entry): Not interactive.
4057 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
4058 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
4059 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
4060 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
4061 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
4062 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
4063
4064 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4065
4066 * calendar/calendar.el (calendar-french-date-string)
4067 (calendar-mayan-date-string, calendar-chinese-date-string)
4068 (calendar-astro-date-string, calendar-iso-date-string)
4069 (calendar-islamic-date-string, calendar-bahai-date-string)
4070 (calendar-hebrew-date-string, calendar-coptic-date-string)
4071 (calendar-ethiopic-date-string, calendar-persian-date-string):
4072 These functions are not interactive.
4073
4074 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
4075
4076 * files.el: Balance parentheses.
4077
4078 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4079
4080 * files.el, newcomment.el, outline.el, simple.el,
4081 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
4082 progmodes/cc-vars.el, progmodes/compile.el:
4083 Move `safe-local-variable' declarations to the respective files.
4084
4085 * help-fns.el (describe-variable): Don't print safe-var if it is
4086 byte-code. Improve wording as suggested by Luc Teirlinck.
4087
4088 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
4089
4090 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
4091 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
4092 Use a token for pending-triggers to ensure gdb-var-update
4093 gets called once per user input again for pre-GDB 6.4.
4094 (gdb-var-delete): Match on more complex expressions.
4095 (gdb-var-list-children-handler, gdb-var-create-handler):
4096 Use a token for consistency.
4097
4098 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
4099
4100 * textmodes/org.el (org-read-date, org-goto-calendar)
4101 (org-agenda-goto-calendar):
4102 Bind `view-calendar-holidays-initially' to nil.
4103
4104 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
4105
4106 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
4107 Update all callers to do it there, instead.
4108
4109 2006-05-10 Glenn Morris <rgm@gnu.org>
4110
4111 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
4112 prefix arg case, to avoid view-diary-entries-initially error.
4113 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
4114 (calendar-date-is-legal-p): Handle dates with no day part.
4115
4116 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
4117
4118 * comint.el (comint-insert-input): Just make it when
4119 comint-use-prompt regexp is nil (default) and with the mouse.
4120 (comint-copy-old-input): Reinstate from 2004-06-23.
4121 (comint-mode-map): Bind C-c C-m to it.
4122
4123 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
4124
4125 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
4126 Remove spurious move to point-max (new comint behavior fixes).
4127
4128 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
4129 compatibility function (Emacs 18/19).
4130 (idlwave-is-continuation-line): Always return point at start of
4131 previous non-blank continuation line.
4132 `keyword-parameters': Fix continued comment font-lock matcher.
4133 (idlwave-font-lock-fontify-region): Written, use as
4134 font-lock-fontify-region-function, to fix continued keyword
4135 fontification issues.
4136
4137 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4138
4139 * term/mac-win.el (mac-font-panel-mode): Doc fix.
4140 (mac-service-selection, mac-service-open-file)
4141 (mac-service-open-selection, mac-service-mail-selection)
4142 (mac-service-mail-to, mac-service-insert-text): Rename from
4143 mac-services-*. All uses changed.
4144 (mac-apple-event-map): Rename event symbol `services' to `service'.
4145
4146 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
4147
4148 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
4149 (ewoc--node-enter-first, ewoc--node-enter-last)
4150 (ewoc--delete-node-internal): Merge funcs into unique callers.
4151
4152 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
4153
4154 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
4155 return value of read-from-minibuffer for empty input.
4156
4157 2006-05-09 Miles Bader <miles@gnu.org>
4158
4159 * comint.el (comint-insert-input): Remove redundant calls to setq
4160 and goto-char.
4161
4162 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
4163
4164 * comint.el (comint-insert-input): Make it work when
4165 comint-use-prompt-regexp is t.
4166
4167 2006-05-10 Miles Bader <miles@gnu.org>
4168
4169 * subr.el (field-at-pos): New function.
4170
4171 * comint.el (comint-insert-input): Use it.
4172
4173 2006-05-09 Juri Linkov <juri@jurta.org>
4174
4175 * battery.el (battery-linux-proc-acpi): Also try
4176 `/proc/acpi/thermal_zone/THR2/temperature'.
4177
4178 * files.el <safe-local-variable>: Remove `eval' and `let' binding
4179 for now unused lambda `string-or-null'.
4180
4181 * add-log.el (change-log-default-name): Put `string-or-null-p'
4182 instead of lambda on `safe-local-variable' property.
4183
4184 * diff-mode.el (diff-context->unified): Use `region-beginning' and
4185 `region-end' instead of `mark' and `point'.
4186 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
4187 Operate on region in Transient Mark mode when the mark is active.
4188 Use `region-beginning' and `region-end' instead of `mark' and
4189 `point'.
4190 (diff-hunk-text, diff-goto-source): Doc fix.
4191
4192 * startup.el (fancy-splash-screens, normal-splash-screen): Use
4193 face `mode-line-buffer-id' for mode-line buffer face instead of
4194 hard-coded `(:weight bold)'.
4195
4196 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
4197 buffer-undo-list to t (undo-ask is reproducible by visiting
4198 nested archives).
4199
4200 2006-05-09 Kim F. Storm <storm@cua.dk>
4201
4202 * progmodes/grep.el (rgrep): Set default directory of *grep*
4203 buffer if we start M-x rgrep in the *grep* buffer and choose
4204 a different base directory.
4205
4206 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
4207
4208 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
4209 completion also when ido is loaded.
4210
4211 2006-05-09 Masatake YAMATO <jet@gyve.org>
4212
4213 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
4214 "warning" and "import".
4215 (cpp-font-lock-keywords): Added "warning".
4216
4217 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
4218
4219 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4220
4221 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
4224 pages at a time, if we signal the end, we should indeed reach that end.
4225
4226 2006-05-08 David Reitter <david.reitter@gmail.com>
4227
4228 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
4229 output during execution of the body.
4230
4231 2006-05-08 Kim F. Storm <storm@cua.dk>
4232
4233 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
4234
4235 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
4236
4237 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
4238 Use with-current-buffer.
4239
4240 2006-05-07 Kim F. Storm <storm@cua.dk>
4241
4242 * subr.el (add-to-history): Remove keep-dups arg.
4243
4244 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
4245 to nil around call to add-to-history.
4246
4247 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4248
4249 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
4250 than after a buffer modification.
4251
4252 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
4253
4254 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
4255 call to...
4256 (gud-watch): ...here so speedbar is raised for already watched
4257 expressions.
4258 (gdb-speedbar-refresh): Delete function.
4259 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
4260 Use speedbar-timer-fn instead of speedbar-refresh (reverting
4261 earlier change).
4262 (gdb-var-evaluate-expression-handler)
4263 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
4264
4265 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
4266 Update localized contents for all buffers except ignored modes.
4267
4268 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4269
4270 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
4271 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
4272 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
4273 (mac-handle-font-panel-closed, mac-handle-font-selection):
4274 New functions.
4275 (mac-font-panel-mode): New minor mode.
4276 (mac-apple-event-map): Add bindings for toolbar toggle button and
4277 font panel.
4278 (menu-bar-showhide-menu): Add mac-font-panel-mode.
4279
4280 2006-05-07 John Paul Wallington <jpw@pobox.com>
4281
4282 * ibuffer.el (ibuffer-compressed-file-name-regexp):
4283 Avoid `regexp-opt'; simplify regexp for readability.
4284
4285 2006-05-06 Eli Zaretskii <eliz@gnu.org>
4286
4287 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
4288 * files.el (buffer-stale-function):
4289 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4290 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
4291 links to the main manual, not to emacs-xtra.
4292
4293 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4294
4295 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
4296 MacJapanese if text is ASCII-only.
4297
4298 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
4299
4300 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
4301 unless so nil isn't returned.
4302 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
4303
4304 2006-05-06 Kim F. Storm <storm@cua.dk>
4305
4306 * subr.el (add-to-history): New function.
4307
4308 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
4309 (ediff-merge-files-with-ancestor):
4310 * env.el (setenv):
4311 * isearch.el (isearch-update-ring):
4312 * server.el (server-visit-files):
4313 * progmodes/grep.el (lgrep, rgrep):
4314 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
4315 * progmodes/xscheme.el (xscheme-insert-expression):
4316 Use add-to-history.
4317
4318 * kmacro.el (kmacro-push-ring): Use add-to-history.
4319 (kmacro-ring-length): Remove unused defun.
4320 (kmacro-start-macro): Use kmacro-push-ring.
4321
4322 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
4323
4324 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
4325 directly instead of a lambda expression that calls it.
4326
4327 2006-05-06 Kim F. Storm <storm@cua.dk>
4328
4329 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
4330 instead of compute-motion.
4331
4332 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
4333
4334 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
4335 change.
4336
4337 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
4338
4339 * startup.el (command-line-1): Refer to "Pure Storage" on
4340 pure-space-overflow.
4341
4342 2006-05-05 Martin Rudalics <rudalics@gmx.at>
4343
4344 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
4345 provided faces once they all have been used up.
4346
4347 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4348
4349 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
4350 reference to the Lisp manual to the warning about pure space
4351 overflow.
4352
4353 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4354
4355 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
4356 argument to avoid the call to `ispell-internal-change-dictionary'
4357 when not needed.
4358 (ispell-change-dictionary): Use this argument and call
4359 `ispell-internal-change-dictionary' after the possible change
4360 to `ispell-local-dictionary'.
4361 (ispell-internal-change-dictionary): Check for a change in
4362 personal dictionary use too.
4363
4364 2006-05-05 Eli Zaretskii <eliz@gnu.org>
4365
4366 * startup.el (command-line): On MS-Windows, probe "~", not
4367 "~USER", for warning about non-existent home directory
4368
4369 * arc-mode.el (archive-l-e): New optional argument `float' means
4370 generate a float value.
4371 (archive-arc-summarize, archive-lzh-summarize)
4372 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
4373 with 3rd argument non-nil when file's size is being computed.
4374 Format the file sizes with %8.0f instead of %8d.
4375
4376 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4377
4378 * cus-start.el (all): Add mac-dnd-known-types.
4379
4380 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
4381 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
4382 (mac-TIFF-to-string): New functions.
4383 (x-get-selection, x-selection-value)
4384 (mac-select-convert-to-string): Use them.
4385 (mac-text-encoding-mac-japanese-basic-variant): New constant.
4386 (mac-dnd-types-alist): New customization variable.
4387 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
4388 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
4389 (mac-dnd-handle-drag-n-drop-event): New functions.
4390 (mac-drag-n-drop): Remove function.
4391 (global-map): Bind drag-n-drop and M-drag-n-drop to
4392 mac-dnd-handle-drag-n-drop-event.
4393
4394 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
4395
4396 * progmodes/perl-mode.el (perl-beginning-of-function):
4397 Skip anonymous subs.
4398
4399 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
4400
4401 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
4402 regexp-opt at run time.
4403
4404 * term.el (term-handle-ansi-escape): Fix off by one error.
4405
4406 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
4407
4408 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
4409 (gdb-init-1, gdb-post-prompt): ...and references to it.
4410 (gdb-frame-handler): Strip directory name from filename if present.
4411
4412 * progmodes/gud.el (gdb-force-update): Delete defvar
4413 (gud-speedbar-buttons): ...and references to it. Use window-start
4414 to try to keep positon in watch expression.
4415
4416 2006-05-03 Richard Stallman <rms@gnu.org>
4417
4418 * simple.el (next-history-element, previous-history-element): Doc fix.
4419
4420 * isearch.el (isearch-update-ring): Doc fix.
4421
4422 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
4423
4424 * isearch.el (isearch-update-ring): Take history-delete-duplicates
4425 into consideration. Replace one arm ifs with whens.
4426
4427 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
4428
4429 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
4430 (menu): Fix typo.
4431
4432 2006-05-02 Miles Bader <miles@gnu.org>
4433
4434 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
4435
4436 2006-05-02 Jay Belanger <belanger@truman.edu>
4437
4438 * calc/calc-embed.el (calc-override-minor-modes-map)
4439 (calc-override-minor-modes): New variables.
4440 (calc-do-embedded): Make sure that Calc keystrokes aren't
4441 overwritten by minor modes.
4442
4443 2006-05-02 Chong Yidong <cyd@mit.edu>
4444
4445 * msb.el (msb): If EVENT is a down event, read and discard the up event.
4446
4447 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4448
4449 * startup.el (command-line-1): Refer to Lisp manual when
4450 pure-space-overflow occurs.
4451
4452 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
4453 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
4454 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
4455 (version-control): Don't use `t' for safe-local-variable declarations.
4456
4457 2006-05-01 Richard Stallman <rms@gnu.org>
4458
4459 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
4460 M-r, M-R, M-A, M-SPC or M-DEL.
4461 (diff-mode-map): diff-refine-hunk now on C-c C-w
4462 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
4463
4464 * help-mode.el (help-mode): view-exit-action calls delete-window
4465 only when it is safe and possible.
4466
4467 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
4468 in messages.
4469
4470 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
4471
4472 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
4473 in the default tool-bar-map.
4474
4475 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
4476
4477 * net/tramp.el (tramp-completion-file-name-handler-alist)
4478 (tramp-run-real-handler, tramp-completion-run-real-handler)
4479 (tramp-completion-handle-file-name-all-completions)
4480 (tramp-completion-handle-file-name-completion): Autoload them.
4481 (tramp-completion-handle-file-exists-p)
4482 (tramp-completion-handle-file-name-directory)
4483 (tramp-completion-handle-file-name-nondirectory)
4484 (tramp-completion-handle-expand-file-name): Remove them.
4485 (tramp-handle-file-name-directory): Return the real directory name.
4486 Returning "/" only doesn't need to be necessary any longer.
4487 (tramp-file-name-handler): Make special attention when in hostname
4488 completion mode.
4489 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
4490 (tramp-register-file-name-handlers):
4491 Register `tramp-completion-file-name-handler' only when
4492 `partial-completion-mode' is enabled.
4493 (tramp-completion-handle-file-name-all-completions):
4494 Delete directory part from results.
4495 (tramp-get-completion-methods, tramp-get-completion-user-host):
4496 Discard deleting "/", it doesn't work after the change of
4497 `tramp-handle-file-name-directory' above.
4498
4499 2006-05-01 Kim F. Storm <storm@cua.dk>
4500
4501 * progmodes/grep.el (grep-expand-template): Use save-match-data
4502 and symbol-value.
4503
4504 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4505
4506 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
4507 Use select-frame-set-input-focus instead of raise-frame.
4508 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
4509
4510 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
4511
4512 * progmodes/gud.el (gud-def): Add %c case.
4513 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
4514 (gud-format-command): Make match case sensitive. Match on %F.
4515
4516 2006-04-30 Glenn Morris <rgm@gnu.org>
4517
4518 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
4519 (cal-tex-preamble): Use cal-tex-preamble-extra.
4520 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
4521 than alias `list-diary-entries'.
4522
4523 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
4524
4525 * help-fns.el (describe-variable): Add info about safe local variables.
4526
4527 2006-04-29 Richard Stallman <rms@gnu.org>
4528
4529 * bindings.el (mode-line-format): help-echo doc fixes.
4530
4531 * net/tramp.el (tramp-file-name-handler-alist): Delete
4532 expand-file-name and other operations that can cause spurious loading.
4533
4534 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4535
4536 * files.el (safe-local-variable-p): Remove support for the special
4537 value t.
4538
4539 * textmodes/paragraphs.el (sentence-end-without-space):
4540 Fix safety predicate.
4541 (sentence-end-double-space, sentence-end-without-period)
4542 (paragraph-ignore-fill-prefix):
4543 * textmodes/fill.el (colon-double-space):
4544 * abbrev.el (abbrev-mode): Tighten the safety predicate.
4545
4546 * subr.el (booleanp): New fun.
4547
4548 * textmodes/reftex-vars.el (reftex-guess-label-type):
4549 Tighten the safety predicate.
4550
4551 2006-04-28 Kim F. Storm <storm@cua.dk>
4552
4553 * progmodes/grep.el (defgroup grep): Doc fix.
4554 (grep-auto-highlight): Remove.
4555 (grep-template): New defcustom.
4556 (grep-find-template): Rename from grep-tree-template.
4557 (grep-files-aliases): Rename from grep-tree-files-aliases.
4558 Remove "all" alias, add "l" alias.
4559 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
4560 (grep-find-ignored-directories): New defcustom to replace
4561 grep-tree-ignore-CVS-directories, to facilitate ignoring
4562 subdirectories for multiple version control systems.
4563 (grep-mode-map): Add Recursive grep item to GREP menu.
4564 (grep-regexp-history, grep-files-history): New defvars.
4565 (grep-probe): New helper function.
4566 (grep-compute-defaults): Use it to simplify code.
4567 Adapt to name changes.
4568 Use `.' as base in grep-find-template rather than <D>.
4569 (grep): Remove superfluous highlight-regexp arg. Fix doc.
4570 Call grep-compute-defaults unconditionally.
4571 (grep-expand-keywords): New defconst.
4572 (grep-expand-template): Rename from grep-expand-command-macros.
4573 Simplify via grep-expand-keywords. Look at case-fold-search instead
4574 of grep-tree-ignore-case to add -i option.
4575 Bind case-fold-search to nil while matching keywords.
4576 (grep-tree-last-regexp, grep-tree-last-files): Remove.
4577 (grep-read-regexp, grep-read-files): New helper functions.
4578 (rgrep): Rename from grep-tree. Rework to use proper histories.
4579 Adapt to changes in defcustoms and functions above.
4580 (lgrep): New command, as grep, but using same interactive UI as rgrep.
4581
4582 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
4583
4584 * net/tramp.el (tramp-completion-file-name-handler):
4585 Disable Tramp's functionality while loading Tramp itself.
4586 (tramp-register-file-name-handlers): That's a defsubst now.
4587 Code from `tramp-repair-jka-compr' moved here. Apply it via
4588 `after-init-hook'.
4589 (tramp-repair-jka-compr): Remove.
4590
4591 2006-04-27 Jay Belanger <belanger@truman.edu>
4592
4593 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
4594 read expression when `math-read-big-expr' doesn't work.
4595
4596 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
4597
4598 * startup.el (command-line-1): Display warning when
4599 pure-space-overflow is non-nil.
4600
4601 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4602
4603 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
4604 risky.
4605
4606 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4607
4608 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
4609 Return the URL or nil if none can be generated.
4610
4611 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
4612
4613 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
4614 byte compiler warnings.
4615 (gud-basic-call, gud-find-expr): Let user select an expression
4616 for printing. Print expression as well as value in GUD buffer.
4617
4618 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
4619
4620 * allout.el: Remove local autoload declaration for
4621 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
4622 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
4623 (allout-plain-bullets-string, allout-distinctive-bullets-string)
4624 (allout-use-mode-specific-leader, allout-old-style-prefixes)
4625 (allout-stylish-prefixes, allout-numbered-bullet)
4626 (allout-file-xref-bullet, allout-presentation-padding)
4627 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
4628 safe-local-variable with suitable value spec, and add autoload
4629 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
4630 (move-beginning-of-line, move-end-of-line): Repair so these compat
4631 functions now actually resituate the point, when appropriate.
4632
4633 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4634
4635 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
4636
4637 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
4638 (add-log-iso8601-time-string): Fix call to format-time-string.
4639
4640 2006-04-26 Kim F. Storm <storm@cua.dk>
4641
4642 * subr.el (posn-string, posn-image, posn-object): Doc fix.
4643
4644 2006-04-26 Masatake YAMATO <jet@gyve.org>
4645
4646 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
4647 Add support for "//" style comments. Remove `b' flag
4648 from ?* in `asm-mode-syntax-table'.
4649
4650 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
4651
4652 * follow.el: Use (featurep 'xemacs) everywhere.
4653 (follow-mode): Use define-minor-mode.
4654 (follow-mode-map): Move initialization into the declaration.
4655 Use command remapping.
4656 (follow-emacs-version-xemacs-p): Remove.
4657 (follow-submit-feedback): Remove.
4658
4659 * allout.el (allout-layout, allout-passphrase-verifier-string)
4660 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
4661
4662 * textmodes/reftex-vars.el (reftex-vref-is-default)
4663 (reftex-fref-is-default, reftex-guess-label-type):
4664 Tighten up a bit the safety predicate.
4665
4666 * textmodes/paragraphs.el (sentence-end-double-space)
4667 (sentence-end-without-period, sentence-end-without-space)
4668 (page-delimiter, paragraph-ignore-fill-prefix):
4669 Tighten up a bit the safety predicate.
4670
4671 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
4672
4673 * progmodes/python.el (python-continuation-line-p)
4674 (python-beginning-of-statement): syntax-ppss may return
4675 a negative depth.
4676 (python-mode): Don't forcefully enable font-lock.
4677
4678 * time-stamp.el (time-stamp-start, time-stamp-end)
4679 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
4680
4681 * add-log.el: Remove spurious * in docstrings.
4682 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
4683 (add-change-log-entry): Use it here, since it's not specific
4684 to iso8601.
4685 (add-log-iso8601-time-string): Don't use it here any more.
4686 (change-log-indent-text, change-log-indent): Rename from add-log-*.
4687
4688 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
4689
4690 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
4691
4692 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
4693 (rcirc-toggle-low-priority): Doc fix.
4694 (rcirc-handler-NOTICE): Remove beginning of line anchor in
4695 ChanServ regexp.
4696 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
4697 #emacs.
4698 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
4699 (rcirc-decode-coding-system): Use utf-8 as the default.
4700 (rcirc-multiline-minor-mode): Set the fill-column.
4701 (rcirc-format-response-string): Display bright and dim nicks.
4702 (rcirc-browse-url): Update interactive spec to fill ARG.
4703 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
4704 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
4705
4706 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
4707
4708 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
4709 case for @Article, etc.
4710
4711 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
4712
4713 * net/tramp.el (tramp-register-file-name-handlers): New defun.
4714 Added with autoload cookie.
4715 (tramp-unload-file-name-handlers): Rename from
4716 `tramp-unload-file-name-handler-alist'.
4717
4718 2006-04-23 Romain Francoise <romain@orebokech.com>
4719
4720 * comint.el (comint-match-partial-filename): Doc fix.
4721
4722 2006-04-21 Glenn Morris <rgm@gnu.org>
4723
4724 * calendar/cal-menu.el (calendar-mode-map): Refer to
4725 `diary-view-entries' rather than alias `view-diary-entries'.
4726 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
4727
4728 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
4729
4730 * progmodes/antlr-mode.el (antlr-default):
4731 * cus-edit.el (custom-documentation):
4732 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
4733 in defface.
4734
4735 2006-04-21 Kim F. Storm <storm@cua.dk>
4736
4737 * image.el (image-type): New defun split out of create-image.
4738 (create-image): Use it.
4739
4740 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
4741
4742 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
4743 (org-open-at-point): Remove the "...done" message to keep output
4744 in the echo area visible.
4745 (org-export-as-xoxo): Fix call to `indent-region'.
4746
4747 2006-04-21 Kevin Ryde <user42@zip.com.au>
4748
4749 * international/mule.el (keyboard-coding-system): defcustom
4750 info-link fixes: "Specify Coding" has been split, keyboard now in
4751 "Terminal Coding", and "Single-Byte Character Support" is now
4752 "Unibyte Mode".
4753
4754 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
4755
4756 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
4757 Use font-lock-warning-face for any errors e.g. no stack.
4758 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
4759
4760 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
4761
4762 * progmodes/sh-script.el (sh-shell): Mark as safe.
4763
4764 * newcomment.el (comment-start, comment-start-skip)
4765 (comment-end-skip, comment-end): Mark as safe.
4766
4767 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
4768
4769 * textmodes/org.el (org-deadline-announce): Face removed.
4770 (org-level-faces, org-n-levels): Convert to constant.
4771 (org-compatible-face): New function.
4772 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
4773 (org-level-5, org-level-6, org-level-7, org-level-8)
4774 (org-special-keyword, org-warning, org-headline-done, org-link)
4775 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
4776 (org-scheduled-today, org-scheduled-previously, org-time-grid):
4777 Face definition revised for better color tty support.
4778 (org-bold-re, org-italic-re, org-underline-re): New constants.
4779 (org-set-font-lock-defaults): Use the new constants.
4780 (org-agenda-highlight-todo): New function.
4781 (org-agenda-todo): Fix bug with point at end of line.
4782 (org-agenda-change-all-lines, org-finalize-agenda-entries):
4783 Fontify TODO keywords.
4784 (org-insert-link): Preserve relative path in ../ links.
4785 (org-export-as-html): Convert links pointing to .org files into
4786 links that will work beteen the exported HTML files.
4787 (org-todo-list): Fix bug when arg=0.
4788 (org-insert-heading): More fine-tuning.
4789
4790 2006-04-19 Romain Francoise <romain@orebokech.com>
4791
4792 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
4793 from `rmail-mime-charset-pattern'.
4794
4795 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4796
4797 * progmodes/python.el (python-mode): Fix typo.
4798
4799 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
4800
4801 * comint.el (comint-previous-input): Don't clobber input line
4802 when moving off either end of the input history ring.
4803 (comint-delete-input): New function, used by
4804 `comint-previous-input' and others.
4805 (comint-previous-matching-input):
4806 Use `coming-delete-input'. Save the partial input if leaving the
4807 edit line. Goto point-max before deleting input to avoid
4808 partial input fragments hanging around.
4809 (comint-restore-input): New function, used by `comint-previous-input'.
4810
4811 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
4812
4813 * imenu.el (imenu--index-alist): Balance parentheses.
4814
4815 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
4816
4817 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
4818
4819 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
4820
4821 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
4822 file is nil.
4823
4824 2006-04-18 Richard Stallman <rms@gnu.org>
4825
4826 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
4827
4828 * imenu.el (imenu-create-index-function, imenu--index-alist)
4829 (imenu--last-menubar-index-alist, imenu--make-index-alist)
4830 (imenu-default-create-index-function, imenu--generic-function):
4831 Doc fixes.
4832
4833 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
4834
4835 * help-mode.el (help-mode): Set view-exit-action to delete window.
4836
4837 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
4838 now works by passing nil as arg.
4839
4840 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
4841
4842 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
4843 (read-abbrev-file): Provide default when reading filename.
4844
4845 * files.el (enable-local-variables): Allow :all as value.
4846 (hack-local-variables): Implement that value.
4847 (safe-local-variable-values, safe-local-eval-forms)
4848 (enable-local-variables): Mark as risky.
4849 (find-file-visit-truename, kept-old-versions): Mark safe.
4850
4851 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
4852 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
4853 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
4854
4855 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
4858 Use forward-line so as to get to BOL even in the presence of fields.
4859 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
4860 in return.
4861 (inferior-tcl): Tell tclsh to work in interactive mode.
4862
4863 * complete.el (partial-completion-mode):
4864 Use 'choose-completion-string-functions to make sure that
4865 choose-completion fills the minibuffer properly.
4866
4867 * complete.el (PC-old-read-file-name-internal): Remove.
4868 (PC-read-include-file-name-internal): Remove. Turn it into an advice
4869 of read-file-name-internal.
4870 (partial-completion-mode): Enable/disable this advice.
4871
4872 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
4873
4874 * net/tramp.el (tramp-completion-file-name-handler): Revert change
4875 of 2006-04-17.
4876
4877 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
4878
4879 * textmodes/org.el (org-insert-heading): Insert heading before
4880 current if at beginning of line.
4881 (org-todo, org-date): New faces.
4882 (org-table-align): Make sure tooltip window contains full text.
4883 (org-no-properties): New defsubst.
4884 (org-set-font-lock-defaults): Use new faces.
4885
4886 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
4887
4888 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
4889 for root variables.
4890
4891 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
4892 (gdb-frame-address): Re-use to identify frame for watch expression.
4893 (gdb-var-list, gdb-var-create-handler): Add frame address for root
4894 variables.
4895 (gdb-init-1, gdb-source, gdb-post-prompt)
4896 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
4897 (gdb-frame-handler): Get gdb-frame-address.
4898
4899 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
4900
4901 Sync with Tramp 2.0.53.
4902
4903 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
4904 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
4905 (tramp-completion-file-name-handler): Add autoload cookie for
4906 adding to `file-name-handler-alist'.
4907
4908 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
4909 the prompt. If it returns earlier (when detecting an error
4910 message), the rest of the output will merge accidently with the
4911 output of the next command. Reported by M Jared Finder
4912 <jared@hpalace.com>.
4913
4914 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
4915 for `process-file', in order to let it work for older Emacsen too.
4916
4917 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
4918
4919 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
4920 (tex-font-lock-keywords-3): Use it.
4921
4922 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4923
4924 * newcomment.el (comment-add): New function.
4925 (comment-region-default, comment-dwim): Use it.
4926
4927 2006-04-15 Michael Olson <mwolson@gnu.org>
4928
4929 * emacs-lisp/tq.el: Improve comments.
4930 (tq-queue-head-question): New accessor function.
4931 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
4932 Update for modified queue structure.
4933 (tq-queue-add): Accept `question' argument.
4934 (tq-queue-pop): If a question is pending, send it.
4935 (tq-enqueue): Accept new optional argument `delay-question'.
4936 If this is non-nil, and at least one other question is pending a
4937 response, queue the question rather than sending it immediately.
4938
4939 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4940
4941 * calendar/appt.el (appt-add): Check whether an appointment is
4942 already present in appt-time-msg-list. Simplify code.
4943
4944 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4945
4946 * progmodes/cc-langs.el (c-mode-menu):
4947 Don't presume c-subword-mode is bound.
4948
4949 2006-04-13 Bill Wohler <wohler@newt.com>
4950
4951 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
4952 (customize-package-emacs-version): Use cdr instead of cadr now
4953 that alists use dotted pairs.
4954
4955 * custom.el (defcustom): Fix docstring for :package-version.
4956
4957 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
4958
4959 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
4960 (tramp-handle-shell-command): Display output buffer only when
4961 `tramp-display-shell-command-buffer' is true.
4962 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
4963
4964 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4965
4966 * textmodes/org.el (org-set-autofill-regexps): Set only the local
4967 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
4968
4969 2006-04-13 Romain Francoise <romain@orebokech.com>
4970
4971 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
4972 leaving temporary .cvsignore buffers behind.
4973
4974 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4975
4976 * textmodes/org.el (org-set-regexps-and-options)
4977 (org-get-current-options): Better names for the startup folding
4978 options.
4979
4980 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
4981
4982 * vc.el (vc-annotate): Arrange for point to end up at the same
4983 line number as in the original, but only when using a new buffer.
4984
4985 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
4986
4987 * files.el (hack-one-local-variable-eval-safep):
4988 Recognize `edebug-form-spec' for `put', but only if it passes
4989 `edebug-basic-spec'. Generalize `put' handling.
4990
4991 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
4992 vetting file-local form specs.
4993
4994 * allout.el (allout-layout): Autoload its `safe-local-variable'
4995 property.
4996
4997 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
4998
4999 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
5000 (org-agenda-mouse-1-follows-link)
5001 (org-mouse-1-follows-link): New options.
5002 (org-format-agenda-item): Fix bug if TAGS is nil.
5003 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
5004
5005 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
5006
5007 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
5008 GDB 6.1+ gives full filename for "info sources" so use
5009 file-name-nondirectory.
5010
5011 2006-04-12 Romain Francoise <romain@orebokech.com>
5012
5013 * subr.el (read-passwd): Bind `message-log-max' to nil.
5014
5015 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5016
5017 * progmodes/perl-mode.el (perl-indent-new-calculate):
5018 Recompute parse-start after jumping backward by a whole sexp.
5019
5020 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5021
5022 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
5023 window configuration.
5024 (vc-annotate-display-select): Select the buffer so that current-buffer
5025 (and selected-window) is the output buffer at the end of vc-annotate.
5026
5027 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
5028
5029 * vc.el (vc-annotate-color-map): Add custom TTY color map for
5030 8-color terminals, to use all of the colors in a sensible order.
5031 256-color terminals work well with the standard map.
5032 (vc-annotate-lines): Only strip the first color character if it
5033 is "#", to allow for terminal-style named colors.
5034 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
5035 the correct buffer is scrolled.
5036
5037 2006-04-11 Richard Stallman <rms@gnu.org>
5038
5039 * emacs-lisp/bytecomp.el (byte-compile-file):
5040 Bind enable-local-variables to :safe, and make normal-mode obey it.
5041
5042 * files.el (enable-local-variables): Allow value :safe.
5043 (normal-mode): Doc fix.
5044 (hack-local-variables): Implement enable-local-variables = :safe.
5045 (hack-local-variables-confirm): Don't prevent quitting.
5046
5047 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * loadhist.el (unload-feature): A bit of sanity check of
5050 load-history entries. Cancel timer-vars before unbinding them.
5051
5052 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
5053 quote special chars, and make the trick work on the hex part of the
5054 buffer as well.
5055 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
5056 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
5057
5058 * startup.el (normal-splash-screen): Fix last change so we don't wait
5059 2 minutes if we don't show the splash screen.
5060
5061 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
5062
5063 * textmodes/org.el (org-export-plain-list-max-depth)
5064 (org-table-spaces-around-separators)
5065 (org-radio-targets, org-activate-camels)
5066 (org-table-spaces-around-invisible-separators): Options removed.
5067 (org-time-stamp-rounding-minutes, org-remember-templates)
5068 (org-ellipsis, org-activate-links, org-descriptive-links):
5069 New options.
5070 (org-remember-apply-template, org-current-time)
5071 (org-finish-edit-table-field)
5072 (org-link-unescape, org-link-escape)
5073 (org-string-width, org-table-clean-line, org-html-do-expand)
5074 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
5075 (org-read-agenda-file-list): New functions.
5076 (org-table-edit-field)
5077 (org-table-create-or-convert-from-region): New commands
5078 (org-table-toggle-vline-visibility): Command removed.
5079 (org-table-convert-region): Made a command.
5080 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
5081 Replace with the normal org- functions.
5082 (org-self-insert-command): Don't trigger realign unnecessarily
5083 when blanking a field that is not full.
5084 (org-mode): `Set buffer-invisibility-spec' for links.
5085 (org-activate-links2): Hide link part and only show descriptive
5086 part of the link.
5087 (org-insert-link): Modify for new linking system.
5088 (org-store-link): Store description separately, for use by
5089 `org-insert-link'.
5090 (org-table-align): Use `org-string-width'.
5091 (defgroup): Completely new group structure for custom variables.
5092 (org-agenda-files): Option: Single file name allowed. Function:
5093 Optional argument unrestrited means ignore any restricitons.
5094 (org-install-agenda-files-menu): Find a buffer in Org-mode before
5095 trying to modify the menu. Use generalized access to
5096 `org-agenda-files.'
5097 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
5098 (org-agenda-file-to-front, org-remove-file, org-diary)
5099 (org-tags-view, org-export-icalendar-all-agenda-files)
5100 (org-export-icalendar-combine-agenda-files): Use generalized
5101 access to `org-agenda-files'.
5102 (org-remember-handler): Correctly preserve heading if present.
5103 (org-table-insert-row, org-table-insert-hline): Deal with
5104 invisible characters.
5105
5106 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
5107
5108 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
5109 (vc-annotate-color-map): New 18 element constant
5110 value/saturation, rotating hue colormap, from red->blue.
5111 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
5112 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
5113 (vc-annotate): To avoid killing the required local variables,
5114 set them before the end of `with-output-to-temp-buffer', and
5115 after first switching to annotate-mode.
5116 (vc-annotate-warp-version): Add buffer argument in goto-line to
5117 ensure annotation, not source, is scrolled.
5118
5119 2006-04-10 Bill Wohler <wohler@newt.com>
5120
5121 * custom.el (defcustom, custom-handle-keyword):
5122 Add :package-version keyword.
5123 (custom-add-package-version): New function. Sets value of new
5124 property 'custom-package-version from :package-version keyword.
5125 (defcustom): Create Common Keywords section in docstring.
5126 (defface, defgroup): Replace definitions of a select few keywords
5127 with a reference to the Common Keywords in defcustom.
5128 (defcustom, defface, defgroup): Replace reference to Customization
5129 chapter in manual with hyperlink.
5130
5131 * cus-edit.el (customize-package-emacs-version-alist):
5132 New variable.
5133 (customize-changed-options): Add check for custom-package-version.
5134 (customize-package-emacs-version): New function to look up Emacs
5135 version corresponding to the given package version.
5136
5137 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
5138 defun name, in similar fashion to find-variable-regexp.
5139
5140 2006-04-10 Eli Zaretskii <eliz@gnu.org>
5141
5142 * international/mule-cmds.el (set-locale-environment): Fix last
5143 change for when the locale's preferences don't specify any encoding.
5144
5145 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
5148 so the defined var/fun doesn't need to be quoted.
5149
5150 2006-04-10 Richard Stallman <rms@gnu.org>
5151
5152 * finder.el (finder-mode-map): Add n and p bindings.
5153
5154 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
5155
5156 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
5157 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
5158 (gdb-setup-windows): Put something in source window if we can't find
5159 the source file.
5160 (gdb-frame-handler): Make it work again with just assembly.
5161 (gdb-data-list-register-values-handler): Make it work when there is
5162 no stack.
5163
5164 2006-04-09 Richard Stallman <rms@gnu.org>
5165
5166 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
5167 specs while looking for charset.
5168
5169 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
5170
5171 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
5172 Make them faces.
5173 (lm-font-lock-keywords): Update appropriately.
5174
5175 2006-04-10 Kim F. Storm <storm@cua.dk>
5176
5177 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
5178 it can also replace buffer-substring-no-properties.
5179
5180 * emulation/cua-base.el (cua-delete-region, cua-paste)
5181 (cua-repeat-replace-region): Use filter-buffer-substring.
5182
5183 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
5184 (cua-cut-region-to-global-mark): Likewise.
5185
5186 * emulation/cua-rect.el (cua--extract-rectangle)
5187 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
5188
5189 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5190
5191 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
5192 entry-type. Add field delimiters to numerical fields if they are
5193 not present.
5194
5195 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5196
5197 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
5198 string-const to return value.
5199 (bibtex-remove-delimiters): Use it.
5200
5201 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
5204 cl-byte-compile-compiler-macro unless it exists.
5205
5206 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5207
5208 * files.el (hack-local-variables-confirm) <offer-save>:
5209 Clarify message text. Suggested by Ralf Angeli.
5210
5211 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
5212
5213 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
5214 (delete-extract-rectangle-line): Use `filter-buffer-substring'
5215 instead of `buffer-substring' and `delete-region'. (Most of the
5216 code actually copied from `kill-region'.)
5217
5218 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
5219
5220 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
5221 (rcirc-default-port): Rename from rcirc-port.
5222 (rcirc-default-nick): Rename from rcirc-nick.
5223 (rcirc-default-user-name): Rename from rcirc-user-name.
5224 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
5225 (rcirc-low-priority-flag): New variable.
5226 (rcirc-decode-coding-system): New defcustom.
5227 (rcirc-encode-coding-system): New defcustom.
5228 (rcirc-coding-system-alist): New defcustom.
5229 (rcirc-multiline-major-mode): New defcustom.
5230 (rcirc-nick): New internal variable.
5231 (rcirc-process): Remove variable.
5232 (rcirc-server-buffer): New variable.
5233 (rcirc): Update to use rcirc-default-* variables above.
5234 (rcirc-connect): Do not add window-configuration-hook-here.
5235 (rcirc-server): New internal variable.
5236 (rcirc-connect): Do not send keepalive pings if
5237 rcirc-keepalive-seconds is nil.
5238 (with-rcirc-server-buffer): New macro.
5239 (rcirc-send-string): Encode with rcirc-encode-coding-system.
5240 (rcirc-server-name): Rename from rcirc-server.
5241 (rcirc-buffer-process): New function.
5242 (rcirc-buffer-nick): New function.
5243 (rcirc-buffer-target): Remove function.
5244 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
5245 New commands.
5246 (rcirc-mode-map): Change binding of C-c C-l to
5247 rcirc-toggle-low-priority.
5248 (rcirc-mode): Initialize coding system based on
5249 rcirc-coding-system-alist. New change-major-mode-hook to part the
5250 channel on a mode change. Make kill-buffer-hook buffer-local.
5251 (rcirc-change-major-mode-hook): New function.
5252 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
5253 (rcirc-last-post-time): New variable.
5254 (rcirc-process-message): Store the last time user posted a message
5255 to this target.
5256 (rcirc-multiline-minor-mode): New mode.
5257 (rcirc-multiline-minor-mode-map): New mode map.
5258 (rcirc-edit-multiline): Put multiline-edit buffer in
5259 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
5260 (rcirc-print): Ignore any line starting with an ignored nick.
5261 (rcirc-print): Decode using rcirc-decode-coding-system.
5262 (rcirc-track-minor-mode): Update global-mode-string when disabling
5263 this mode.
5264 (minor-mode-alist): Add LowPri indicator.
5265 (rcirc-toggle-low-priority): New function.
5266 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
5267 next lowpriority buffer with activity.
5268 (rcirc-record-activity): Sort buffers in rcirc-activity by the
5269 last time the user posted a message in to the target.
5270 (rcirc-update-activity-string): New formatting for low priority
5271 buffers.
5272 (rcirc-split-activity): New function.
5273 (rcirc-handler-PART, rcirc-handler-KICK)
5274 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
5275 (rcirc-nick-away-alist): New variable.
5276 (rcirc-handler-301): New handler. Away messages are printed once
5277 per change.
5278
5279 2006-04-08 Eli Zaretskii <eliz@gnu.org>
5280
5281 * info.el (Info-follow-nearest-node): Doc fix.
5282
5283 * international/mule-cmds.el (set-locale-environment): Make sure
5284 the coding-system preferred by the locale's language has the same
5285 EOL conversion type as the original buffer-file-coding-system.
5286 (locale-language-names): Add a few MS Windows language codes.
5287
5288 2006-04-07 Richard Stallman <rms@gnu.org>
5289
5290 * simple.el (eval-expression): Doc fix.
5291
5292 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
5293 (eval-defun): Doc fixes.
5294
5295 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
5296
5297 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
5298
5299 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
5300
5301 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
5302 GDB list command without argument for greater generality.
5303
5304 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5305
5306 * subr.el (string-or-null-p): New function.
5307
5308 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
5309
5310 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
5311
5312 * files.el: Update comment about safe-local-variable declarations.
5313
5314 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
5315
5316 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
5317 See idlwave.org.
5318
5319 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
5320 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
5321
5322 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
5323 See idlwave.org.
5324
5325 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
5326 version 6.0 (minimal changes). See idlwave.org.
5327
5328 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
5329 6.0 (minimal changes). See idlwave.org.
5330
5331 * progmodes/idlw-rinfo.el: File obsoleted and removed.
5332
5333 2006-04-06 Romain Francoise <romain@orebokech.com>
5334
5335 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
5336 symmetric encryption features and a new asynchronous interface to
5337 GnuPG. This new version is version 1.4, plus whitespace changes.
5338
5339 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5340
5341 * files.el: Move some `safe-local-variable' declarations to the
5342 respective files.
5343
5344 * textmodes/ispell.el (ispell-check-comments)
5345 (ispell-local-dictionary): Mark as safe.
5346
5347 * abbrev.el (abbrev-mode): Mark as safe.
5348
5349 * add-log.el (change-log-default-name): Mark as safe.
5350
5351 * textmodes/reftex-vars.el (reftex-vref-is-default)
5352 (reftex-fref-is-default, reftex-level-indent)
5353 (reftex-guess-label-type): Mark as safe.
5354
5355 * textmodes/fill.el (colon-double-space): Mark as safe.
5356
5357 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
5358 (sentence-end-double-space, sentence-end-without-period)
5359 (sentence-end-without-space, sentence-end, sentence-end-base)
5360 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
5361
5362 2006-04-06 Kim F. Storm <storm@cua.dk>
5363
5364 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
5365 the :set-after list.
5366 (ido-downcase-unc-hosts): New user option. Default on.
5367 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
5368 when it is set, as regexps are now applied on the fly.
5369 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
5370 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
5371 on the fly, but only when ido-process-ignore-lists is set.
5372 Do case insensitive filtering if ido-downcase-unc-hosts is set.
5373 Only downcase names if ido-downcase-unc-hosts is set.
5374
5375 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
5376
5377 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
5378
5379 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
5380
5381 2006-04-05 Kim F. Storm <storm@cua.dk>
5382
5383 * ido.el (ido-mode): Set after ido-unc-hosts and
5384 ido-ignore-unc-host-regexps.
5385 (ido-save-history): Save ido-unc-hosts-cache.
5386 (ido-load-history): Load ido-unc-hosts-cache.
5387 (ido-reread-directory): Refresh unc hosts cache in // dir.
5388
5389 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
5390 to nil while displaying slash screen.
5391
5392 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5393
5394 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
5395 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5396
5397 2006-04-05 Kenichi Handa <handa@m17n.org>
5398
5399 * international/characters.el: Setup cases of Latin, Greek, and
5400 Cyrillic characters in CJK charsets.
5401
5402 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5403
5404 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5405 default-enable-multibyte-characters. This reverts the change from
5406 revision 6.17 which is no longer necessary because the passphrase
5407 is sent separately now. GnuPG messages are unreadable under
5408 multibyte locales with default-enable-multibyte-characters set to nil.
5409
5410 2006-04-04 Andreas Schwab <schwab@suse.de>
5411
5412 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
5413 and `byte-compile-warnings' as `safe-local-variable'.
5414
5415 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
5416
5417 * man.el (Man-mode-map): Restore the \r binding.
5418 (Man-abstract-xref-man-page): If Man-target-string is a function,
5419 call it.
5420 (Man-highlight-references): Use Man-default-man-entry to get the
5421 target. Deal with xrefs too.
5422 (Man-highlight-references0): Don't call the target function.
5423
5424 * woman.el (WoMan-xref-man-page): Strip the section number, woman
5425 cannot deal with it.
5426
5427 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5428
5429 * pgg-gpg.el: Clean up process buffers every time gpg processes
5430 complete.
5431
5432 2006-04-04 Kenichi Handa <handa@m17n.org>
5433
5434 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
5435 here.
5436 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
5437 Temporarily bind inhibit-field-text-motion to t.
5438
5439 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5440
5441 * startup.el (normal-splash-screen): Only set mode-line-format in the
5442 splash buffer, so as not to interfere when debugging the code.
5443 Ignore errors when switching buffer.
5444
5445 2006-04-03 Romain Francoise <romain@orebokech.com>
5446
5447 * dired.el (dired-dnd-protocol-alist): Fix typo.
5448
5449 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5450
5451 * savehist.el (savehist): Add :version.
5452 (savehist-ignored-variables): New variable.
5453 (savehist-minibuffer-hook): Don't save variables listed in
5454 `savehist-ignored-variables'.
5455
5456 * dired.el (dired-dnd-protocol-alist): Mention that change does
5457 only apply to new buffers in doc string.
5458
5459 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
5460
5461 * recentf.el (recentf-open-files-item): Include newline in button
5462 field, so opening a file will work, when the point is at the end
5463 of the file name. Allow, for example, to [i]search a file by
5464 extension and just push RET to open it.
5465
5466 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5467
5468 * pgg-gpg.el (pgg-gpg-process-filter)
5469 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5470
5471 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5472 lines, temporary fix.
5473
5474 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5475
5476 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
5477
5478 2006-04-02 Richard Stallman <rms@gnu.org>
5479
5480 * progmodes/compile.el (compilation-message-face): Make it defcustom.
5481
5482 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
5483
5484 * ibuf-macs.el (define-ibuffer-column): Add a new key:
5485 header-mouse-map.
5486
5487 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
5488 (ibuffer-mode-header-map): New keymaps.
5489 (ibuffer-update-title-and-summary): Enable mouse face highlighting
5490 and keybindings for column headers.
5491 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
5492 property.
5493
5494 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
5495
5496 * speedbar.el (speedbar-after-create-hook): Doc fix.
5497
5498 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
5499
5500 * shell.el (shell-directory-tracker)
5501 (shell-dynamic-complete-command): Doc fixes.
5502
5503 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
5504
5505 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
5506 terminals.
5507
5508 2006-04-01 Kim F. Storm <storm@cua.dk>
5509
5510 * ido.el (ido-unc-hosts-cache): New defvar.
5511 (ido-unc-hosts): If value of defcustom is a function, call it to
5512 get list of UNC hosts. Add function-item choices to specify
5513 ido-unc-hosts-net-view or user function.
5514 (ido-ignore-unc-host-regexps): New defcustom.
5515 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
5516 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
5517 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
5518
5519 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
5522 wwidth.
5523
5524 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
5525
5526 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
5527 (ido-max-work-file-list, ido-switch-buffer)
5528 (ido-read-file-name-as-directory-commands):
5529 Fix typos in docstrings.
5530
5531 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5532
5533 * term/mac-win.el (mac-system-coding-system): Define and use after
5534 Mac-specific coding systems are ready.
5535
5536 2006-03-27 Romain Francoise <romain@orebokech.com>
5537
5538 * net/rcirc.el (rcirc-connect): Add autoload cookie.
5539
5540 * ldefs-boot.el: Update.
5541
5542 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5543
5544 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5545 passphrases when it is not needed.
5546 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5547 passphrase stuff from gpg, should only be necessary when you use
5548 gpg with a smartcard.
5549
5550 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
5551
5552 * comint.el (comint-dynamic-list-completions): Allow user to
5553 select *Completions* buffer.
5554
5555 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
5556
5557 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
5558
5559 2006-03-26 Andreas Schwab <schwab@suse.de>
5560
5561 * progmodes/gud.el (gdb): Only complain about multiple debugging
5562 when the gdb process is still running.
5563
5564 2006-03-25 Eli Zaretskii <eliz@gnu.org>
5565
5566 * mail/rmail.el (tool-bar-map): Defvar it.
5567 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
5568 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
5569
5570 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
5571
5572 * help.el (print-help-return-message): Suggest to use
5573 display-buffer instead of switch-to-buffer-other-window to restore
5574 the previous window without selecting it.
5575
5576 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5577
5578 * frame.el (select-frame-by-name): Call x-focus-frame also when
5579 window-system is mac.
5580
5581 * term/mac-win.el: Adjust Courier font specifications in
5582 x-fixed-font-alist.
5583 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
5584 when directly encoding to UTF-16 in native byte order, no BOM.
5585
5586 2006-03-25 Kim F. Storm <storm@cua.dk>
5587
5588 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
5589 (cua--init-keymaps): Use it instead of fixed C-return.
5590 (cua-mode): Set after it.
5591
5592 * emulation/cua-rect.el (cua--init-rectangles):
5593 Use cua-rectangle-mark-key instead of fixed C-return.
5594
5595 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
5596
5597 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
5598 "run" in .gdbinit.
5599 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
5600
5601 2006-03-24 Romain Francoise <romain@orebokech.com>
5602
5603 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
5604 `display-buffer-other-frame'.
5605
5606 2006-03-24 Kim F. Storm <storm@cua.dk>
5607
5608 * apropos.el (apropos-synonyms): Add selection => region.
5609
5610 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5611
5612 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5613 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5614 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5615 (gdb-data-list-register-values-regexp)
5616 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
5617 Future proof against new fields being added to MI output.
5618 (gdb-send): Don't treat backslashes for program input as
5619 continuations.
5620 (gdb-assembler-handler): Don't use window-start for this handler.
5621 (gdb-frame-handler): Don't change to hollow arrow if overlay
5622 arrow doesn't move to new frame.
5623
5624 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
5625
5626 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
5627 prevent compiler warnings.
5628 (gdb-stopped): Check for gud-last-last-frame (case: signal).
5629 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
5630 (gdb-assembler-custom): Use hollow-right-triangle for assembler
5631 buffer too.
5632
5633 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
5634
5635 * pgg-gpg.el (pgg-gpg-update-agent): Check for
5636 make-network-process, so we can use the same code in Gnus v5-10
5637 too and have this file fully synchronized with that release.
5638
5639 2006-03-23 Romain Francoise <romain@orebokech.com>
5640
5641 * ibuf-ext.el (ibuffer-read-filter-group-name):
5642 Use `ibuffer-generate-filter-groups' to make completion list match
5643 the filter groups that are really displayed in the Ibuffer buffer.
5644 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
5645
5646 2006-03-23 Kenichi Handa <handa@m17n.org>
5647
5648 * international/mule-cmds.el (sort-coding-systems): Describe that
5649 the argument is modified in docstring.
5650
5651 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5652
5653 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5654 (pgg-gpg-update-agent): New function.
5655 (pgg-gpg-use-agent-p): New function.
5656 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5657 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5658 (pgg-gpg-sign-region): Use it.
5659
5660 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
5661
5662 * cus-edit.el (custom-face-set): Call custom-push-theme before
5663 face-spec set so that `changed' theme is correctly saved.
5664 (custom-face-reset-standard): Reset to recalculated face rather
5665 than defface spec.
5666
5667 * custom.el (custom-push-theme): Only save `changed' theme if the
5668 current face does not match the defface specs.
5669
5670 2006-03-21 Simon Josefsson <jas@extundo.com>
5671
5672 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5673 <wilde@sha-bang.de>.
5674 (pgg-gpg-use-agent): New variable.
5675 (pgg-gpg-process-region): Use it.
5676 (pgg-gpg-encrypt-region): Likewise.
5677 (pgg-gpg-encrypt-symmetric-region): Likewise.
5678 (pgg-gpg-decrypt-region): Likewise.
5679 (pgg-gpg-sign-region): Likewise.
5680 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5681
5682 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
5683
5684 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
5685 bracket links.
5686
5687 2006-03-21 Kim F. Storm <storm@cua.dk>
5688
5689 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
5690 fringe-indicator-alist instead of modifying global value.
5691 (gdb-frame-handler): Likewise.
5692
5693 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
5694
5695 * diff-mode.el (diff-function): Make it inherit from diff-header
5696 instead of diff-context.
5697
5698 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
5699 bitmap.
5700 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
5701 change names in macro above for consistency.
5702 (gdb-frame-handler): Use hollow-right-triangle for all selected
5703 frames which except the innermost (where execution has stopped).
5704 (gdb-reset): Reset buffer-local values of overlay-arrow.
5705
5706 2006-03-20 Richard Stallman <rms@gnu.org>
5707
5708 * simple.el (set-mark-command): Doc fix.
5709
5710 * files.el (display-buffer-other-frame): New command.
5711 (ctl-x-4-map): Bind C-x 5 C-o to it.
5712
5713 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
5716 rather than just defer-time, in case defer-time has been changed but
5717 the timer isn't running yet.
5718 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
5719
5720 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
5721
5722 * help-mode.el (help-follow-symbol): New function.
5723 Essentially identical to the old `help-follow', but do not let
5724 `push-button' do the work when on an xref.
5725 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
5726
5727 2006-03-19 Richard Stallman <rms@gnu.org>
5728
5729 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
5730 preceded by the word `program'.
5731 (help-follow-mouse, help-follow): Throw error if not on xref.
5732 Delete no longer used args.
5733
5734 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
5735
5736 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
5737 annotation ensure gud-overlay-arrow-position is redisplayed.
5738
5739 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5740
5741 * textmodes/bibtex.el (bibtex-include-OPTkey)
5742 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
5743 (bibtex-autokey-name-case-convert)
5744 (bibtex-autokey-titleword-case-convert): Make these the aliases
5745 for the following two variables.
5746 (bibtex-autokey-name-case-convert-function)
5747 (bibtex-autokey-titleword-case-convert-function): Make these the
5748 real names.
5749 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
5750 bibtex-font-lock-crossref sublists.
5751 (bibtex-mode): Revert 2005-12-30 change (which made
5752 completion-ignore-case buffer-local).
5753 (bibtex-url): Simplify.
5754
5755 2006-03-19 Kim F. Storm <storm@cua.dk>
5756
5757 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
5758 cursor property value to 2 (to align with C level change).
5759
5760 2006-03-19 Bill Wohler <wohler@newt.com>
5761
5762 * image.el (image-load-path-for-library): Shorten first line in
5763 docstring.
5764
5765 2006-03-18 Richard Stallman <rms@gnu.org>
5766
5767 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
5768
5769 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
5770
5771 * isearch.el (isearch-other-meta-char): Handle user bindings for
5772 shifted control characters.
5773
5774 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
5775
5776 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
5777 part that matches email addresses, file names, etc.
5778
5779 2006-03-18 Eli Zaretskii <eliz@gnu.org>
5780
5781 * term/w32-win.el (mouse-set-font):
5782 Mention w32-list-proportional-fonts in the doc string.
5783
5784 2006-03-18 Kim F. Storm <storm@cua.dk>
5785
5786 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
5787 (ido-unc-hosts): New user option to explicitly define list of know
5788 UNC-style hosts for completion.
5789 (ido-cache-unc-host-shares-time): New user option.
5790 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
5791 New helper functions for UNC file-name support.
5792 (ido-may-cache-directory): Check for UNC host. Simplify.
5793 (ido-wash-history): Clean out old UNC hosts.
5794 (ido-nonreadable-directory-p): UNC hosts are always readable.
5795 (ido-directory-too-big-p): UNC hosts are never too big.
5796 (ido-set-current-directory): Handle UNC root path.
5797 (ido-file-name-all-completions): Complete UNC host names from
5798 ido-unc-hosts list. Cache UNC host shares.
5799 (ido-make-file-list-1): Don't filter UNC root.
5800 (ido-exhibit): Check for // in root directory, and switch to UNC
5801 mode by setting ido-current-directory to //.
5802
5803 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
5804
5805 * cus-edit.el (customize-changed-options): Mention explicit
5806 version number as default in prompt.
5807
5808 2006-03-17 Bill Wohler <wohler@newt.com>
5809
5810 * image.el (image-load-path-for-library): Minor docstring fix.
5811
5812 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
5813
5814 * textmodes/org.el (org-read-date): Include subgroup 5 into
5815 replacement text.
5816 (org-popup-calendar-for-date-prompt): Fix customization type.
5817
5818 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
5819
5820 * progmodes/gdb-ui.el (gud-watch): Provide completion.
5821 (gdb-continuation): New variable.
5822 (gdb-send): Deal with continuation lines.
5823
5824 * progmodes/gud.el (gud-gdb-complete-command)
5825 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
5826 expressions.
5827 (gud-tooltip-mode): Use buffer-local value.
5828
5829 2006-03-16 Kim F. Storm <storm@cua.dk>
5830
5831 * ido.el (ido-edit-input): Use selected match, if any.
5832
5833 2006-03-16 Bill Wohler <wohler@newt.com>
5834
5835 * image.el (image-load-path-for-library): Prefer user's images in
5836 image-load-path.
5837
5838 2006-03-16 Martin Rudalics <rudalics@gmx.at>
5839
5840 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
5841 when checking for attempt to drag leftmost or rightmost scrollbar.
5842
5843 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
5844
5845 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
5846 (gdb-force-mode-line-update): New function.
5847 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
5848 (gdb-exited): Use them.
5849 (gdb-signal): New function.
5850 (gdb-annotation-rules): Provide a rule for it.
5851
5852 2006-03-16 Kenichi Handa <handa@m17n.org>
5853
5854 * international/mule.el (auto-coding-regexp-alist): Add entries
5855 for Unicode BOM.
5856
5857 * sort.el (sort-build-lists): Temporarily bind
5858 inhibit-field-text-motion to t.
5859
5860 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
5861
5862 * locate.el (locate-command, locate-make-command-line)
5863 (locate-fcodes-file, locate-update-command)
5864 (locate-prompt-for-command, locate, locate-with-filter)
5865 (locate-get-file-positions): Doc fixes.
5866 (locate-buffer-name, locate-header-face): Remove leading `*' in
5867 defcustom.
5868 (locate-filter-output): Use `keep-lines' instead of its alias
5869 `delete-non-matching-lines'.
5870 (locate-get-filename, locate-get-dirname): Add introductory comment.
5871 (locate-find-directory-other-window): Give appropriate error
5872 message if used outside main listing.
5873
5874 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
5877 the new extend-region feature.
5878 (font-lock-after-change-function): Update correspondingly.
5879 * jit-lock.el (jit-lock-after-change): Update correspondingly.
5880 * progmodes/grep.el (font-lock-lines-before): Don't disable.
5881
5882 2006-03-15 Bill Wohler <wohler@newt.com>
5883
5884 * image.el (image-load-path-for-library): Fix example by not
5885 recommending that one binds image-load-path. Just defvar it to
5886 placate compiler and only use it if previously defined.
5887
5888 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
5889
5890 * textmodes/org.el (org-insert-centered): Use `string-width' to
5891 make underlining work for wide characters.
5892 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
5893 TAB to `org-cycle', to make sure that no binding in
5894 `outline-mode-map' can supercede it.
5895
5896 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
5897
5898 * allout.el: Increment version to 2.2.1 in file commentary.
5899
5900 (allout-version): Increment to 2.2.1.
5901
5902 (allout-default-layout): New customization variable, used when the
5903 file lacks a specific allout-layout. Uses allout-layout-type for
5904 recursively nested definition.
5905
5906 (allout-layout-type): Widget defining allout layouts, necessary for
5907 self-recursive definition.
5908
5909 (allout-mode): Incorporate allout-default-layout as fallback for
5910 allout-layout.
5911
5912 (allout-layout): Mark as 'safe-local-variable', and refer mention
5913 fallback to `allout-default-layout' in absence of a specified value.
5914 (allout-passphrase-verifier-string)
5915 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
5916
5917 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
5918
5919 (allout-get-encryption-passphrase-verifier): Use correct name of
5920 passphrase verifier in docstring.
5921
5922 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
5923
5924 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
5925 elements.
5926 (gdb-find-watch-expression): Make it work for arrays too.
5927 Follow change to gdb-var-list.
5928 (gud-watch): Allow the user to enter variable name with a prexix
5929 arg. Create keybindings.
5930 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5931 (gdb-var-list-children-handler, gdb-var-update-handler)
5932 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
5933 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
5934 Follow change to gdb-var-list.
5935 (gdb-starting): Don't show the overlay arrows when program is running.
5936
5937 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
5938 gdb-var-list.
5939
5940 2006-03-14 Bill Wohler <wohler@newt.com>
5941
5942 * image.el (image-load-path-for-library): Pass value of path
5943 rather than symbol. Always return list of directories.
5944 Guarantee that image directory comes first.
5945
5946 2006-03-14 Alan Mackenzie <acm@muc.de>
5947
5948 * font-core.el (font-lock-extend-region\(-function\)?.):
5949 New function/variable.
5950
5951 * font-lock.el (font-lock-after-change-function):
5952 Call font-lock-extend-region. Obey font-lock-lines-before.
5953 (font-lock-default-fontify-region): Remove reference to
5954 font-lock-lines-before.
5955
5956 * jit-lock.el (jit-lock-after-change):
5957 Call font-lock-extend-region. Obey font-lock-lines-before.
5958
5959 2006-03-14 David Ponce <david@dponce.com>
5960
5961 * tree-widget.el (tree-widget-themes-load-path)
5962 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5963
5964 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
5965
5966 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
5967 (rcirc-print): Mark the start of text at the end of the prompt.
5968 (rcirc-track-minor-mode): Add autoload cookie.
5969 (rcirc-update-activity-string): Add space to front of mode-line
5970 indicator.
5971
5972 2006-03-13 Miles Bader <miles@gnu.org>
5973
5974 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
5975 (rcirc-abbrev-nick): Remove function.
5976 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
5977
5978 2006-03-13 David Ponce <david@dponce.com>
5979
5980 * tree-widget.el: Handle themes across all occurrences of the main
5981 themes sub-directory found in tree-widget-themes-load-path.
5982 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
5983 (tree-widget--locate-sub-directory): Return all occurrences.
5984 (tree-widget-themes-path): New function.
5985 Replace tree-widget-themes-directory, and return a list of directories.
5986 (tree-widget-set-parent-theme)
5987 (tree-widget-lookup-image): Use it.
5988
5989 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
5990
5991 * textmodes/org.el (org-link-search): Avoid self-matching of
5992 links, allow target text to be distributed over several lines.
5993 (org-search-not-link): New function.
5994 (org-set-regexps-and-options, org-get-current-options):
5995 New startup options.
5996 (org-export-as-html): Take odd-level setting from local variable.
5997 (org-fontify-emphasized-text): New option.
5998 (org-set-font-lock-defaults): Include emphasized text.
5999 (org-follow-mhe-link): Allow folder-only links, fix folder name.
6000 (org-font-lock): Customize group renamed from `org-faces'.
6001
6002 2006-03-13 John Paul Wallington <jpw@pobox.com>
6003
6004 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
6005 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
6006
6007 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
6008
6009 * cus-start.el (all): Delete :version keyword for members of the
6010 fringe group, since the entire group is new in 22.1.
6011
6012 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
6013
6014 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
6015 map if value is hexadecimal (an address).
6016 (gud-watch): Only search roots for existing watch expressions.
6017 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
6018 prevent caching problems with speedbar-update-directory-contents.
6019
6020 2006-03-12 Juri Linkov <juri@jurta.org>
6021
6022 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
6023 before comparing with `low' and `warn'.
6024
6025 * info.el (Info-dir-remove-duplicates): Move point to the
6026 beginning of the current line after deleting the entries from
6027 redundant heading. Use marker for `limit' and compare it with
6028 point before calling `re-search-forward'.
6029
6030 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
6031
6032 * simple.el (yank): Fix typo in docstring.
6033
6034 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
6035
6036 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
6037 messages, where "D" is the 6th character.
6038
6039 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6040
6041 * simple.el (yank): Fix last change.
6042
6043 2006-03-11 David Ponce <david@dponce.com>
6044
6045 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
6046 merging elements from the standard ispell-dictionary-alist.
6047 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
6048 alist, and return the new alist.
6049
6050 2006-03-11 Richard Stallman <rms@gnu.org>
6051
6052 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
6053
6054 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
6055 the way it is implemented is too unclean.
6056
6057 * simple.el (kill-region, yank): Doc fix.
6058
6059 * battery.el (battery-echo-area-format): Doc fix.
6060 (battery-mode-line-format): Likewise.
6061 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
6062 (battery-linux-proc-acpi): Ignore batteries that say "charged".
6063
6064 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6065
6066 * progmodes/octave-mod.el (octave-indent-for-comment):
6067 Behave according to do string.
6068
6069 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
6070
6071 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
6072 Be visible only if major mode is Mail Mode.
6073
6074 * textmodes/flyspell.el (flyspell-external-point-words)
6075 (flyspell-process-localwords): Fix last changes.
6076
6077 2006-03-11 Eli Zaretskii <eliz@gnu.org>
6078
6079 * calendar/holidays.el (list-holidays): Doc fix.
6080
6081 * international/mule.el (auto-coding-alist): Add .odt
6082 (OpenOffice's open document) files.
6083
6084 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
6085 document) files. Mention in the doc string the need to sync with
6086 auto-coding-alist.
6087
6088 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
6089
6090 * files.el (hack-local-variables-confirm): Don't prompt for ! if
6091 enable-local-variables is set to always query, or there is no
6092 savable variable.
6093
6094 2006-03-10 Bill Wohler <wohler@newt.com>
6095
6096 * image.el (image-load-path-for-library): Merge at least three
6097 functions from Gnus and MH-E into this one function that can now
6098 be shared.
6099
6100 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
6101
6102 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
6103 gdb-remove-mouse-face and remove help-echo too.
6104 (gdb-enqueue-input): Correct conditional clause.
6105
6106 2006-03-10 Glenn Morris <rgm@gnu.org>
6107
6108 * calendar/calendar.el (calendar-holidays): Doc fix.
6109 * calendar/holidays.el (list-holidays): Doc fix.
6110
6111 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
6112
6113 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
6114 it gets called in gdb-prompt anyway.
6115 (gdb-use-separate-io-buffer): Only restore window arrangement for
6116 gdb-many-windows.
6117 (gdb-enqueue-input): Make it harder to send GDB input when program
6118 is running.
6119 (gdb-buffer-list): New variable.
6120 (gdb-remove-mouse-face): New function.
6121 (gdb-starting): Use it when GDB input won't get sent.
6122
6123 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
6124
6125 * help.el (view-lossage): Remove trailing whitespace before
6126 inserting "\n".
6127
6128 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
6129
6130 * files.el (hack-local-variables-confirm):
6131 Set coding-system-for-read to nil before writing to .emacs.
6132
6133 * arc-mode.el (archive-extract): Check if an existing buffer name
6134 comes from a different archive.
6135
6136 * help.el (describe-key-briefly): If KEY is a down event, read and
6137 discard the up event.
6138
6139 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
6140
6141 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
6142 be edited and use font-lock-warning-face for any changes.
6143
6144 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
6145 (gdb-edit-value): Use it to report any errors.
6146
6147 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
6148
6149 * help.el (describe-key): Remove leftover test code.
6150
6151 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
6152
6153 * textmodes/org.el: Move defvars out of eval-when-compile.
6154 Use buffer-file-name variable.
6155 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
6156 arg `file'.
6157 (org-level-faces): Remove startup dependency.
6158 (org-cycle, org-map-tree, org-scan-tags)
6159 (org-remember-handler): Don't call `outline-level' directly.
6160 (org-mhe-search-all-folders): New option.
6161 (org-mhe-get-message-folder-from-index)
6162 (org-mhe-get-message-folder): Fix indexing search.
6163 (org-format-agenda-item): Handle nil TAGS argument.
6164 (org-cleaned-string-for-export, org-activate-target-links)
6165 (org-make-target-link-regexp): Deal with empty radio target list.
6166 (org-tag): New face.
6167 (org-get-level-face): New function.
6168 (org-set-font-lock-defaults): Simplify setup for headlines.
6169 (org-complete): Pass common substring to `display-completion-list'.
6170
6171 2006-03-06 David Ponce <david@dponce.com>
6172
6173 * tree-widget.el: Update Commentary header.
6174 (tree-widget-theme-name): Ignore parent themes.
6175 (tree-widget-set-parent-theme): New function.
6176 (tree-widget-set-theme): Use it.
6177 (tree-widget-set-image-properties): Move definition. Does nothing
6178 if image properties have already been set.
6179 (tree-widget-image-properties): Move definition. Receive an image
6180 name. Set the :pointer property.
6181 (tree-widget-lookup-image): Doc fix. Search in parent themes.
6182 Don't set the :pointer image property.
6183 (tree-widget-convert-widget): New function. Handle :dynargs
6184 compatibility here.
6185 (tree-widget): Use it to :convert-widget. Add the :expander-p
6186 predicate to control when the :expander function is entered.
6187 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
6188 (tree-widget-value-create): Handle :expander-p. widget-apply
6189 :expander.
6190 (tree-widget-expander-p): New function. Default value of the
6191 :expander-p property.
6192
6193 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
6194
6195 * help.el (describe-key): Properly handle the return value of
6196 read-key-sequence when grabbing an up-event. Cleanup mouse-1
6197 remaps. Handle string and vector `follow-link' values.
6198
6199 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
6200
6201 * complete.el (PC-expand-many-files): Try be more careful when parsing
6202 the shell's output.
6203
6204 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6205
6206 * outline.el (hide-sublevels): Provide better interactive default.
6207
6208 2006-03-06 Kenichi Handa <handa@m17n.org>
6209
6210 * international/fontset.el (create-fontset-from-fontset-spec):
6211 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
6212
6213 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
6214
6215 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
6216 backslashes instead of one in regexp.
6217 (gud-tooltip-dereference): Add missing optional argument.
6218
6219 2006-03-04 John Paul Wallington <jpw@pobox.com>
6220
6221 * wdired.el (toplevel): Require `cl' at compile-time.
6222
6223 2006-03-04 Andreas Schwab <schwab@suse.de>
6224
6225 * server.el (server-process-filter): Handle errors during
6226 evaluation of the argument.
6227
6228 2006-03-03 John Paul Wallington <jpw@pobox.com>
6229
6230 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
6231 escape parentheses at beginning of line.
6232 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
6233 (t-mouse-mode): Remove period from end of error message.
6234
6235 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
6236
6237 * textmodes/flyspell.el (flyspell-process-localwords):
6238 Be case-sensitive.
6239
6240 2006-03-03 Martin Rudalics <rudalics@gmx.at>
6241
6242 * cus-edit.el (custom-quote): Remove function, since it has been
6243 moved to custom.el.
6244
6245 * font-lock.el (lisp-font-lock-keywords-2)
6246 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
6247 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
6248 they have no special meaning.
6249
6250 * midnight.el (clean-buffer-list): Handle case where base-buffer of
6251 indirect buffer gets killed before indirect buffer. Use dolist.
6252
6253 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6254
6255 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
6256 value instead of a literal constant (1) on more pauses.
6257
6258 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6259
6260 * textmodes/flyspell.el (flyspell-external-point-words):
6261 Be case-sensitive.
6262
6263 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
6264
6265 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
6266 with "www".
6267
6268 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
6269
6270 * allout.el: Restablish intermediate missing comment header to
6271 preserve outline structure.
6272 (allout-beginning-of-current-entry): Skip invisible text.
6273 (allout-open-topic): Fix opening a topic at end-of-buffer.
6274 (allout-minor-mode): Move nearer to allout-mode function.
6275
6276 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
6277
6278 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
6279
6280 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
6281
6282 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
6283 is nil.
6284
6285 * progmodes/gud.el (gud-speedbar-menu-items):
6286 Use buffer-local-value and add missing :visible keyword.
6287
6288 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
6289
6290 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
6291
6292 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
6293 must be `follow-link'.
6294
6295 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
6296
6297 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
6298 formatting: No nested anchors.
6299 (org-all-targets): Fix bug with XEmacs compatibility.
6300 (org-read-date): Add (require 'parse-time).
6301 (org-set-tags): Fix bug with extra inserted space.
6302 (org-export-html-style): Define a style class for targets.
6303 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
6304 (org-hide-leading-stars): New option.
6305 (org-hide): New face.
6306 (org-set-font-lock-defaults): Allow to hide leading stars.
6307 (org-get-legal-level, org-tr-level): New functions.
6308 (org-odd-levels-only): New option.
6309 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
6310 (org-demote, org-promote): Deal with double-star levels.
6311 (org-convert-to-odd-levels): New command.
6312
6313 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
6314
6315 * speedbar.el (speedbar-update-localized-contents): Try to
6316 preserve window-start.
6317 (speedbar-update-directory-contents): Try to preserve window-start
6318 and window-point.
6319 (speedbar-update-special-contents): Don't move back to start of window.
6320
6321 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
6322 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
6323 speedbar-timer-fn.
6324 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
6325 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
6326 instead of gdb-speedbar-timer-fn.
6327
6328 2006-02-28 Jay Belanger <belanger@truman.edu>
6329
6330 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
6331 (math-compose-expr): Use latex option when calling
6332 `math-compose-tex-matrix' for latex mode.
6333
6334 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
6335
6336 * speedbar.el: Re-instate comments about developing for speedbar
6337 [this is what info and gdb-ui use even if better methods exist now].
6338
6339 * t-mouse.el: New file.
6340 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
6341 (t-mouse-lispy-buffer-posn-from-coords): Remove.
6342 (t-mouse-make-event-element): Use posn-at-x-y instead.
6343 (t-mouse-make-event): Deal with Fedora Core 3.
6344 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
6345 (t-mouse-mouse-position-function): New function. Use it instead
6346 of advising mouse-position.
6347 (t-mouse-mode): New minor mode.
6348 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
6349
6350 2006-02-27 Glenn Morris <rgm@gnu.org>
6351
6352 * calendar/calendar.el (calendar-holidays): Doc fix.
6353
6354 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
6355
6356 * progmodes/gdb-ui.el (gdb-source-window): New variable.
6357 Re-introduce the concept of a source window.
6358 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
6359 consistency with get-buffer-create.
6360 (def-gdb-auto-update-handler, gdb-info-locals-handler)
6361 (gdb-data-list-register-values-handler)
6362 (gdb-stack-list-locals-handler): Try to preserve window-start as
6363 well as window-point.
6364 (gdb-display-source-buffer): New function (old concept).
6365 (gdb-goto-breakpoint): Use it.
6366
6367 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
6368 for gdb-ui/gdb-mi (old concept).
6369
6370 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
6371
6372 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
6373 binding.
6374
6375 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
6376
6377 * textmodes/reftex-sel.el (reftex-select-label-map)
6378 (reftex-select-bib-map): Add `follow-mouse' binding.
6379
6380 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
6381
6382 * jka-cmpr-hook.el (jka-compr-compression-info-list)
6383 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
6384 Give :set functions to provide automatic updating.
6385 Update docstring. Give compiler defvars early in the file
6386 and move the defcustoms to a later spot where all called functions
6387 are defined.
6388 (jka-compr-file-name-handler-entry): Doc fix.
6389 (jka-compr-compression-info-list--internal)
6390 (jka-compr-mode-alist-additions--internal)
6391 (jka-compr-load-suffixes--internal): New variables.
6392 (jka-compr-install): Set the three above variables.
6393 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6394 (jka-compr-update, jka-compr-set): New functions.
6395 (auto-compression-mode): Doc fix.
6396
6397 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
6398 Update `load-file-rep-suffixes' instead of `load-suffixes'.
6399 Use jka-compr-compression-info-list--internal,
6400 jka-compr-mode-alist-additions--internal and
6401 jka-compr-load-suffixes--internal.
6402
6403 * files.el (load-library):
6404 * loadhist.el (file-loadhist-lookup):
6405 * startup.el (command-line):
6406 * subr.el (locate-library):
6407 * emacs-lisp/autoload.el (update-directory-autoloads):
6408 * emacs-lisp/find-func.el (find-library-suffixes):
6409 Use `get-load-suffixes' instead of `load-suffixes'.
6410
6411 * subr.el (locate-library):
6412 * emacs-lisp/find-func.el (find-library-name):
6413 Use `load-file-rep-suffixes' instead of '("").
6414
6415 2006-02-26 Kim F. Storm <storm@cua.dk>
6416
6417 * ido.el (ido-save-history, ido-load-history): Simplify.
6418 Don't use find-file-noselect to avoid interference from other modes.
6419
6420 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
6421
6422 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
6423 to use the default shell if filename is not available.
6424 Reported by Giorgos Keramidas.
6425
6426 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
6427
6428 * progmodes/etags.el (tags-completion-table): Do completion from
6429 all the tables in the current list, as documented in the manual.
6430
6431 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6432
6433 * CC Mode Update to 5.31.3.
6434
6435 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6436
6437 * progmodes/cc-mode.el (c-postprocess-file-styles):
6438 Bind inhibit-read-only to t, around the call to
6439 c-remove-any-local-eval-or-mode-variables, so that it works on a
6440 RO file.
6441
6442 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6443
6444 * progmodes/cc-awk.el: Correct a typo.
6445
6446 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6447
6448 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
6449 c-hungry-delete-backwards, at the request of RMS. Leave the old
6450 name as an alias.
6451
6452 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6453
6454 * progmodes/cc-mode.el: Correct a typo.
6455
6456 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6457
6458 * progmodes/cc-defs.el: Update the version number to 5.31.3.
6459
6460 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6461
6462 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
6463 brace-else-brace (error due to mbeg, mend being undefined).
6464
6465 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6466
6467 * progmodes/cc-mode.el: File Local variables: Solve the problem
6468 where both `mode' and c-file-offsets are specified: `mode' will
6469 overwrite c-f-o's settings:
6470 (c-remove-any-local-eval-or-mode-variables): New function.
6471 (c-postprocess-file-styles): Call the above new function, within
6472 c-tentative-buffer-change, to splat `mode' and `eval' before the
6473 second hack-local-variables.
6474
6475 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6476
6477 * progmodes/cc-mode.el:
6478 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
6479 (c-after-change): Protect the match data with save-match-data.
6480 It was getting corrupted by c-after-change-check-<>-operators.
6481
6482 * cc-defs.el: [Supersedes patch V1.38]:
6483 (top level): Check for a buggy font-lock-compile-keywords ONLY in
6484 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
6485
6486 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
6487 with save-match-data. It was being corrupted when Font Lock was
6488 not enabled.
6489
6490 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
6491
6492 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
6493 Mode and Subword Mode.
6494
6495 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
6496 real labels ("case 1:" or "foo:") from non-labels ("public:").
6497 (c-forward-objc-directive): Replace c-forward-token-2 with crude
6498 coding; c-f-t-2 doesn't move over a token at EOB.
6499
6500 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
6501
6502 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
6503 (c-update-modeline): Concatenate the minor mode indicators
6504 directly onto mode-name, removing c-submode-indicators.
6505 Sometimes, c-s-i got separated from the mode name on the mode line.
6506
6507 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
6508 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
6509
6510 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6511
6512 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
6513 error message when there's an evaluation error to show whether
6514 it's loaded from source or not.
6515 (c-filter-ops): Make it available at runtime too to work when
6516 `c-make-init-lang-vars-fun' needs to evaluate from source.
6517
6518 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
6519
6520 * help.el (help): Revert last part of 2006-02-23 change (deletion
6521 of the `provide' call).
6522
6523 2006-02-23 Juri Linkov <juri@jurta.org>
6524
6525 * compare-w.el (compare-windows-highlight): Add new value
6526 `persistent' and change :type from `boolean' to `choice'.
6527 (compare-windows-overlays1, compare-windows-overlays2):
6528 New internal variables.
6529 (compare-windows-highlight): If compare-windows-highlight is
6530 `persistent', add current overlays to compare-windows-overlays[12]
6531 instead of adding compare-windows-dehighlight to pre-command-hook.
6532 (compare-windows-dehighlight): Delete all overlays from
6533 compare-windows-overlays[12].
6534
6535 * info.el (Info-search): Don't bind search-spaces-regexp to
6536 Info-search-whitespace-regexp in non-regexp isearch mode.
6537
6538 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
6539
6540 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
6541
6542 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
6543
6544 * textmodes/org.el (org-xemacs-p)
6545 (org-export-html-show-new-buffer, org-table-may-need-update)
6546 (org-insert-item, org-mhe-get-message-real-folder)
6547 (org-mhe-get-message-folder-from-index)
6548 (org-mhe-get-message-folder, org-mhe-get-message-num)
6549 (org-mhe-get-header, org-make-org-heading-search-string)
6550 (org-make-org-heading-camel, org-table-sort-lines)
6551 (org-format-org-table-html, org-format-table-table-html):
6552 Fix typos in docstrings.
6553
6554 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
6555
6556 * textmodes/org.el (org-cleaned-string-for-export)
6557 (org-solidify-link-text): New function.
6558 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
6559 XEmacs, just to silence the compiler.
6560 (org-export-as-ascii, org-export-as-html-and-open):
6561 Use `org-cleaned-string-for-export' and create internal links.
6562 (org-follow-mhe-link): Require mh-e, use folder.
6563
6564 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6565
6566 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
6567
6568 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
6569 gdb-debug-log-length.
6570 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
6571 it a real ring but...
6572 (gud-gdba-marker-filter): ...make it work like mark-ring.
6573 (gdb-enable-debug): Rename from gdb-enable-debug-log.
6574 (gdb-mouse-jump): New function. Add bindings.
6575
6576 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
6577
6578 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
6579 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
6580 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
6581 (gdb-debug-log-length): Customize it's length.
6582 (gud-watch, gdb-var-create-handler): Display function::var format
6583 but don't use to create variable object.
6584 (gdb-var-create-handler): Use message-box in place of message.
6585 (gdb-stopped): Call gdb-exited if signalled.
6586
6587 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
6588
6589 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
6590
6591 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
6592
6593 * textmodes/reftex.el (reftex-locate-file): Search all extensions
6594 if `reftex-try-all-extensions' is set.
6595
6596 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
6597 fail silently when there is no valid argument at point.
6598 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
6599 `fail-silently' argument. From a patch by David Reiter.
6600
6601 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
6602 New commands.
6603 (org-mark-ring): New variable.
6604 (org-mark-ring-length): New option.
6605 (org-open-at-point, org-goto, org-open-file): Push old position
6606 onto the mark ring.
6607 (org-add-hook): New function.
6608 (org-export-table-remove-special-lines): New option.
6609 (org-skip-comments, org-format-org-table-html): Respect new
6610 option `org-export-table-remove-special-lines'.
6611 (org-open-file): Allow special command configuration for
6612 directory link.
6613 (org-file-apps): Fix bugs in customize type, added setting
6614 for directories.
6615 (org-activate-tags, org-format-agenda-item, org-complete)
6616 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
6617 (org-get-tags, org-get-buffer-tags, org-open-at-point)
6618 (org-link-search, org-make-org-heading-search-string)
6619 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
6620 (org-radio-targets, org-file-link-context-use-camel-case)
6621 (org-activate-camels): New options.
6622 (org-update-radio-target-regexp, org-all-targets)
6623 (org-make-target-link-regexp, org-activate-target-links):
6624 New functions.
6625 (org-make-org-heading-search-string): New function.
6626 (org-store-link, org-insert-link): Use new option
6627 `org-file-link-context-use-camel-case'.
6628 (org-activate-camels): Use new option `org-activate-camels'.
6629 (org-link-regexp): Add mhe prefix.
6630 (org-open-at-point, org-store-link): Support for mhe links.
6631 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
6632 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
6633 (org-mhe-get-header, org-follow-mhe-link): New functions.
6634 (org-remove-angle-brackets, org-add-angle-brackets):
6635 New functions.
6636 (org-bracket-link-regexp): New constant.
6637 (org-read-date): Fix bug that was rejecting all typed dates.
6638 (org-link-search): Make hierarchy above visible after a match.
6639 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
6640 (org-store-link): Fix bug with link creation when cursor is in
6641 an empty line.
6642 (org-open-at-point): Fix bug with matching a link.
6643 Fixed buggy argument sequence in call to `org-view-tags'.
6644 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6645 (org-prefix-has-tag): New variable.
6646 (org-format-agenda-item): Remove tags from headline
6647 if appropriate.
6648 (org-agenda-remove-tags-when-in-prefix): New option.
6649
6650 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
6651
6652 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
6653 Fix the regular expressions.
6654
6655 2006-02-21 Richard M. Stallman <rms@gnu.org>
6656
6657 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
6658 if there's no other specific basis.
6659
6660 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
6661 as variables at all.
6662 (unsafep-variable): Rename arg; doc fix.
6663
6664 * abbrevlist.el (list-one-abbrev-table): Add autoload.
6665
6666 * calendar/appt.el (diary-selective-display): Add defvar.
6667
6668 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
6669
6670 * isearch.el (search-whitespace-regexp): Fix custom type.
6671
6672 * help.el (describe-key-briefly): Compute interactive args
6673 in same was as before previous change.
6674
6675 * files.el (enable-local-variables): Doc fix.
6676
6677 2006-02-21 Kim F. Storm <storm@cua.dk>
6678
6679 * fringe.el: Cleanup as file is now pre-loaded.
6680 (fringe-bitmaps): Initialize unconditionally.
6681 (fringe-mode, set-fringe-style): Remove autoload cookies.
6682
6683 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6684
6685 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
6686 `horizontal-bar'.
6687 (fringe-cursor-alist): Use `horizontal-bar'.
6688
6689 2006-02-20 Kim F. Storm <storm@cua.dk>
6690
6691 * fringe.el (fringe-bitmaps): Update to new bitmap names.
6692 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
6693
6694 * loadup.el: Load "fringe" on window systems.
6695
6696 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6697
6698 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
6699 out of scope components.
6700
6701 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
6702 default.
6703
6704 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
6705
6706 * custom.el (customize-mark-to-save, customize-mark-as-set):
6707 Load the symbol first.
6708
6709 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
6710
6711 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
6712 strech spec so it doesn't display as "^J" on the header line
6713 when `Buffer-menu-use-header-line' is t.
6714
6715 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
6716
6717 * speedbar.el (speedbar-make-button): Keep text properties
6718 of string arguments if desired.
6719
6720 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
6721 expessions.
6722
6723 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
6724 of speedbar.
6725
6726 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
6727
6728 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
6729 to value of `read-file-name-completion-ignore-case'.
6730
6731 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * custom.el (customize-mark-as-set): Push to `user' theme.
6734
6735 * cus-edit.el (custom-save-variables): Allow unthemed values.
6736 (customize-set-variable): Push setting to `user' theme.
6737
6738 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6739
6740 * progmodes/gud.el: Don't require font-lock as it's now
6741 automatically loaded.
6742 (gud-speedbar-buttons): Replace gdb-var-changed with
6743 gdb-force-update.
6744
6745 * progmodes/gdb-ui.el (gdb-force-update): Rename from
6746 gdb-var-changed.
6747 (gdb-post-prompt): Use it.
6748 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
6749 (gdb-var-update-handler, gdb-var-delete)
6750 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
6751 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
6752 gdb-force-update in gdb-post-prompt.
6753 (gdb-reset): Clear watch expressions from speedbar when quitting.
6754
6755 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
6756
6757 * viper-cmd.el (viper-insert-state-post-command-sentinel)
6758 (viper-change-state-to-vi, viper-change-state-to-emacs):
6759 Make aware of cursor coloring in the Emacs state.
6760 (viper-special-read-and-insert-char): Use read-char-exclusive.
6761 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
6762
6763 * viper-init.el (viper-emacs-state-cursor-color): New variable.
6764
6765 * viper-util.el (viper-save-cursor-color)
6766 (viper-get-saved-cursor-color-in-replace-mode)
6767 (viper-get-saved-cursor-color-in-insert-mode)
6768 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
6769 state.
6770 (viper-get-saved-cursor-color-in-emacs-mode): New function.
6771
6772 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
6773 (ediff-ignore-case-option3, ediff-actual-diff-options)
6774 (ediff-actual-diff3-options): New variables to control case sensitivity.
6775 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
6776 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
6777 (ediff-toggle-ignore-case): New function.
6778 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
6779
6780 * ediff-help.el (ediff-long-help-message-narrow2)
6781 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
6782 (ediff-long-help-message-word-mode): Add ignore-case command.
6783 (ediff-help-for-quick-help): Add ignore-case command.
6784
6785 * ediff-merg.el: Move provide to the end.
6786
6787 * ediff-ptch.el: Move provide to the end.
6788
6789 * ediff-wind.el: Move provide to the end.
6790
6791 * ediff-mult.el: Move provide to the end.
6792 (ediff-set-meta-overlay): Enable follow-link.
6793
6794 * ediff.el: Move provide to the end.
6795 Break recursive load cycle in eval-when-compile.
6796 (ediff-patch-buffer): Better heuristics.
6797
6798 * ediff-util.el: Move provide to the end.
6799 Break recursive load cycle in eval-when-compile.
6800 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
6801 defuns.
6802 (ediff-submit-report): Pass the values of ediff-diff3-program,
6803 ediff-diff3-options.
6804
6805 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
6806
6807 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
6808 the opening bracket of the following bracketing pairs: {}, [], (), <>,
6809 `' (for example, in the docstring of `windmove-default-keybindings').
6810
6811 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
6812
6813 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
6814 shadow face. Don't provide binding to edit variable when it is
6815 out of scope.
6816
6817 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6818 (gdb-var-update-handler): Detect out of scope variables with pre
6819 GDB 6.4 too.
6820 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
6821 Reset status of variable objects to nil in update handlers.
6822 (gdb-var-update-handler-1): Detect when a variable object comes
6823 in scope. setcar on var changes gdb-var-list directly.
6824
6825 2006-02-17 Juri Linkov <juri@jurta.org>
6826
6827 * ffap.el (ffap) <defface>: Add explicit face declaration.
6828 (ffap-highlight): Use face `ffap' directly instead of checking
6829 for its existence.
6830
6831 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
6832 `visible-ok' of `other-buffer' to find the right original buffer.
6833
6834 * info.el (Info-search): Skip `Local Variables' node.
6835
6836 2006-02-17 Juri Linkov <juri@jurta.org>
6837
6838 * info.el (Info-find-file): Check for symbols `apropos', `history',
6839 `toc' in the input filename, and return these symbols as is.
6840 (Info-find-node-2): Set Info-current-file to symbols `apropos',
6841 `history', `toc' instead of strings.
6842 (Info-set-mode-line): For non-string Info-current-file use the
6843 symbol's name inside **.
6844 (Info-isearch-push-state): Add quote before Info-current-file and
6845 Info-current-node.
6846 (Info-isearch-pop-state): Use `equal' instead of `string='.
6847 (Info-extract-pointer, Info-following-node-name): Use
6848 `match-string-no-properties' instead of `match-string'.
6849 (Info-up): Check `old-file' for `stringp'.
6850 (Info-history): Use `equal' instead of `string-equal'.
6851 Check `file' for `stringp'.
6852 (Info-history): Use symbol `history' instead of string as first arg
6853 of `Info-find-node'.
6854 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
6855 `toc' instead of string.
6856 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
6857 instead of `buffer-substring', and `match-string-no-properties'
6858 instead of `match-string'.
6859 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
6860 instead of strings.
6861 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
6862 Use symbol `apropos' instead of string.
6863 (Info-copy-current-node-name): Check `Info-current-file' for
6864 `stringp' and construct a command with `Info-find-node' from it.
6865 (Info-fontify-node): Use `match-string-no-properties' instead of
6866 `match-string' and check file names for `stringp'.
6867 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
6868 `history', `toc' instead of strings.
6869
6870 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
6871
6872 * files.el: Rearrange functions and variables in the file local
6873 variables section.
6874
6875 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
6876
6877 * files.el: Add truncate-lines, ispell-check-comments and
6878 ispell-local-dictionary as safe local variables.
6879
6880 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
6881
6882 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
6883 out of scope variables.
6884 (gud-speedbar-buttons): Use unless.
6885
6886 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
6887 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
6888 (gdb-show-changed-values): Also use for out of scope variables.
6889 (gdb-var-update-handler-1): Note if variable goes out of scope.
6890
6891 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
6892
6893 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
6894 default to global variable values for unsupplied args.
6895 (rcirc-get-buffer-create): Fix bug with setting the target.
6896 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
6897 test for rcirc-always-use-server-buffer-flag here.
6898 (rcirc-response-formats): Add %N, which is a facified nick. %n
6899 uses the default face. Change the ACTION format string. If the
6900 "nick" is the server, don't print anything for that field.
6901 Comment fixes.
6902 (rcirc-target-buffer): Don't test
6903 rcirc-always-use-server-buffer-flag here.
6904 (rcirc-print): Squeeze extra spaces out of the text before message.
6905 (rcirc-put-nick-channel): Strip potential "@" char from nick
6906 before adding them to nick table.
6907 (rcirc-url-regexp): Improve to match address like "foo.com".
6908
6909 2006-02-17 Eli Zaretskii <eliz@gnu.org>
6910
6911 * allout.el (allout-hidden-p): Move this defsubst before
6912 allout-overlay-interior-modification-handler, where it is first
6913 used.
6914
6915 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
6916
6917 * allout.el: Use allout invisible-text overlays instead of
6918 selective display for concealed text. Also, lots of general
6919 cleanup, and improved compatibility code.
6920
6921 (allout-version) Incremented, corrected, revised, and refined
6922 module commentary.
6923
6924 (provide 'allout): Moved to the bottom, added a require of overlay.
6925
6926 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
6927 `except-current'.
6928 (allout-write-file-hook-handler): Minimize delay.
6929 (count-trailing-whitespace-region): New function so
6930 auto-encryption of current topic can resituate cursor exactly.
6931 PGP/GPG encryption trims trailing whitespace from lines, which
6932 must be accounted for across encryption then decryption.
6933
6934 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
6935 just plain "\C-c", to avoid intruding on user's keybinding space.
6936
6937 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
6938 parameter, so user request to provide a new password is done.
6939
6940 (allout-outside-normal-auto-fill-function, allout-auto-fill):
6941 Refined mechanism for auto-filling behavior while in allout mode.
6942
6943 (allout-mode): Explicitly specify the mode map in the docstring.
6944 Clarify provision for various write-file hook var names.
6945 Adjusted for invisible-text overlays instead of selective-display.
6946
6947 (allout-depth): Really return 0 if not within any topic. This
6948 rectifies `allout-beginning-of-level' and sequence numbering
6949 errors that occur when cutting and pasting numbered topics.
6950 Changed from a in-line subst to a regular function, as well.
6951
6952 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
6953
6954 (allout-end-of-subtree, allout-end-of-subtree)
6955 (allout-end-of-entry, allout-end-of-current-heading)
6956 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
6957 (allout-show-children, allout-show-to-offshoot)
6958 (allout-hide-current-entry, allout-show-current-entry): Rectified
6959 handling of trailing blank lines between items.
6960
6961 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
6962 (allout-current-depth, allout-unprotected, allout-hidden-p)
6963 (allout-on-current-heading-p, allout-listify-exposed)
6964 (allout-chart-subtree, allout-goto-prefix)
6965 (allout-back-to-current-heading, allout-get-body-text)
6966 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
6967 (allout-hide-region-body, allout-toggle-subtree-encryption)
6968 (allout-encrypt-string, allout-encrypted-key-info)
6969 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
6970 (allout-file-vars-section-data): Adjusted for use with
6971 invisible-text overlays instead of selective-display.
6972
6973 (allout-kill-line, allout-kill-topic, allout-yank-processing):
6974 Reworked for use with invisible text overlays.
6975
6976 (allout-current-topic-collapsed-p): New function.
6977
6978 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
6979 to know when to close the containing topic.
6980
6981 (allout-pre-command-business, allout-post-command-business):
6982 Simplify undo-batching and dynamic isearch exposure.
6983
6984 (allout-set-overlay-category): New for invisible-text overlays.
6985 Sets properties of allout-overlay-category, used by
6986 allout-flag-region to set invisible-text overlay properties.
6987 (allout-get-invisibility-overlay): Get the first qualifying
6988 invisibility overlay, so we can find the extent of it.
6989 (allout-back-to-visible-text): Get to just before the beginnining
6990 of the current invisibility overlay, if any.
6991
6992 (allout-overlay-insert-in-front-handler)
6993 (allout-overlay-interior-modification-handler)
6994 (allout-before-change-handler, allout-isearch-end-handler): New
6995 functions to handle extraordinary actions affecting concealed
6996 text.
6997
6998 (allout-flag-region): Use overlays instead of selective-display
6999 for invisible text - by inheritence from the properties of
7000 allout-overlay-category in mainline Emacs, and applied
7001 property-by-property in XEmacs, some recent versions of which
7002 don't inherit the properties from the category. Provisions to
7003 respond to concealed-text edits simplified drastically.
7004
7005 (allout-isearch-rectification, allout-isearch-was-font-lock)
7006 (allout-isearch-expose, allout-enwrap-isearch)
7007 (allout-isearch-abort, allout-pre-was-isearching)
7008 (allout-isearch-prior-pos, allout-isearch-did-quit)
7009 (allout-isearch-dynamic-expose)
7010 (allout-hide-current-entry-completely): Functions deleted.
7011
7012 (allout-undo-aggregation): Explicit undo aggregation no longer
7013 necessary due to transition away from selective-display.
7014
7015 (set-allout-regexp, allout-up-current-level)
7016 (allout-next-visible-heading, allout-forward-current-level)
7017 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
7018 (allout-kill-line, allout-yank-processing, allout-show-children)
7019 (allout-expose-topic, allout-old-expose-topic)
7020 (allout-listify-exposed, allout-insert-latex-header)
7021 (allout-toggle-subtree-encryption, allout-encrypt-string)
7022 (remove-from-invisibility-spec, allout-hide-current-subtree):
7023 Ditched unused variables.
7024
7025 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
7026
7027 * textmodes/ispell.el (ispell-change-dictionary): Call
7028 ispell-buffer-local-dict instead of
7029 ispell-accept-buffer-local-defs.
7030 (ispell-local-dictionary-alist): Accept as valid any coding-system
7031 supported by Emacs.
7032 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
7033 changed to iso-8859-3.
7034
7035 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
7036
7037 * speedbar.el (speedbar-frame-width): Make an inline function
7038 instead of a macro. Use frame-width.
7039 (speedbar-try-completion, speedbar-update-contents)
7040 (speedbar-timer-fn): Use consp.
7041 (speedbar-update-localized-contents): Try to preserve point.
7042
7043 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
7044 (menu): Re-order menu items.
7045 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
7046 field.
7047 (gdb-var-update-handler-1): Use it for GDB 6.4+.
7048 (gdb-post-prompt): Speed things by not forcing update.
7049
7050 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
7051
7052 * wid-edit.el (widget-button-click): For mouse-1, cancel button
7053 press and perform default action if we get a mouse movement event.
7054
7055 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
7056
7057 * calendar/icalendar.el (icalendar--get-event-property)
7058 (icalendar--get-event-property-attributes): Fix typos in
7059 docstrings.
7060
7061 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
7062 docstring.
7063
7064 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
7065
7066 * bs.el (bs-mode): Use `buffer-disable-undo'.
7067 (bs--get-file-name): Simplify.
7068 (bs-show-in-buffer): Mark the buffer as not modified.
7069
7070 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7071
7072 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
7073 widget-button-click.
7074
7075 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
7076 (custom-mode): Update docstring.
7077
7078 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
7079 binding.
7080
7081 * files.el (hack-local-variables-confirm): Allow scrolling if the
7082 file variable list is too long. Kill temp buffer after use.
7083
7084 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
7085
7086 * progmodes/gud.el (gdb): Improve doc string.
7087 (gdb-script-font-lock-keywords): Expand allowed character set.
7088
7089 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
7090 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
7091 (gdb-separate-io-interrupt, gdb-separate-io-quit)
7092 (gdb-separate-io-stop, gdb-separate-io-eof):
7093 Rename from gdb-inferior-* to gdb-separate-*.
7094 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
7095
7096 2006-02-14 Jay Belanger <belanger@truman.edu>
7097
7098 * calc/calc-arith.el (math-check-known-scalarp): Make sure
7099 expression is a symbol before checking that it is bound.
7100
7101 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
7102 test to see if equation can be solved.
7103
7104 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
7105
7106 * wid-edit.el (widget-button-click): Use :pressed-face property
7107 for overlay face, if it exists.
7108
7109 * cus-edit.el (custom-manual, custom-add-see-also)
7110 (custom-add-parent-links, custom-group-link): Add :pressed-face
7111 property to links.
7112
7113 * files.el (hack-local-variables): Remove ignored variables before
7114 checking if any variables need setting.
7115
7116 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7117
7118 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
7119
7120 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
7121
7122 * help.el (where-is): Fix message for remapped commands.
7123
7124 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
7125 Fix typos in docstrings.
7126
7127 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
7128
7129 * files.el (safe-local-variable-values): New option.
7130 (hack-local-variables-prop-line): Return a list of variable-value
7131 pairs if MODE-ONLY is non-nil.
7132 (hack-local-variables): Construct list of variable-value pairs,
7133 and apply or reject them in one go. Ask for confirmation if
7134 variables are not known safe.
7135 (hack-local-variables-confirm): Complete rewrite. Support
7136 `safe-local-variable-values'.
7137 (enable-local-variables): Update docstring to reflect new
7138 behavior.
7139 (ignored-local-variables): Ignore ignored-local-variables and
7140 safe-local-variable-values.
7141 (safe-local-variable-p): New function.
7142 (risky-local-variable-p): `safe-local-variable' property check
7143 moved to safe-local-variable-p.
7144 (hack-one-local-variable): Checks moved to hack-local-variables.
7145
7146 (byte-compile-dynamic, c-basic-offset, c-file-style)
7147 (c-indent-level, comment-column, fill-column, fill-prefix)
7148 (indent-tabs-mode, kept-new-versions, no-byte-compile)
7149 (no-update-autoloads, outline-regexp, page-delimiter)
7150 (paragraph-start, paragraph-separate, sentence-end)
7151 (sentence-end-double-space tab-width, version-control):
7152 Add `safe-local-variable' property.
7153
7154 * find-lisp.el: Delete nonexistent `autocompile' file variable.
7155
7156 * icomplete.el, play/landmark.el: Change nonexistent
7157 `outline-layout' file variable to `allout-layout'.
7158
7159 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
7160
7161 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
7162 (gdb-get-changed-registers): Test value of gud-minor-mode relative
7163 to gud-comint-buffer.
7164 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
7165 gdb-ui.el for gdb-mi.el.
7166 (gdb-post-prompt, gdb-get-changed-registers): Move test for
7167 registers buffer to gdb-get-changed-registers.
7168 (gdb-breakpoint-regexp): New regexp. Allow toggling and
7169 deletion of catchpoints (throw and catch).
7170 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7171 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
7172 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
7173 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
7174 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
7175
7176 2006-02-13 Jay Belanger <belanger@truman.edu>
7177
7178 * calc/calc-arith.el (math-check-known-matrixp): Make sure
7179 expression is a symbol before checking that it is bound.
7180
7181 2006-02-13 Richard M. Stallman <rms@gnu.org>
7182
7183 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
7184 for the minibuffer too, but not if resize-mini-windows will interfere.
7185
7186 * help.el (describe-key-briefly, describe-key): Do all arg-reading
7187 inside `interactive' spec.
7188 (describe-key-briefly-internal, describe-key-internal):
7189 Functions merged back into their callers.
7190
7191 2006-02-13 Martin Rudalics <rudalics@gmx.at>
7192
7193 * info.el (info-xref-visited): Inherit from info-xref too.
7194 (Info-set-mode-line): Replace occurrences of `%' by `%%'
7195 when propertizing Info-current-file and Info-current-node.
7196
7197 2006-02-13 Juri Linkov <juri@jurta.org>
7198
7199 * tumme.el (tumme-thumbnail-storage): Fix docstring.
7200 (tumme-thumb-name): Fix per-directory format.
7201
7202 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
7203
7204 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
7205
7206 2006-02-12 Miles Bader <miles@gnu.org>
7207
7208 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
7209
7210 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
7211
7212 * tumme.el: Remove history section. If someone needs the it, it
7213 can always be found in CVS.
7214
7215 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7216
7217 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
7218 about the Thumbnail Managing Standard option.
7219
7220 2006-02-12 Richard M. Stallman <rms@gnu.org>
7221
7222 * subr.el (substitute-key-definition): Doc fix.
7223
7224 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
7225
7226 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
7227
7228 * info.el (Info-mode): Doc fix.
7229
7230 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
7231
7232 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
7233
7234 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
7235 because on Solaris a POSIX compatible "id" is needed. Reported by
7236 Magnus Henoch <mange@freemail.hu>.
7237
7238 2006-02-12 Juri Linkov <juri@jurta.org>
7239
7240 * tumme.el: Remove todo item about Thumbnail Managing Standard.
7241 (tumme) <defgroup>: Change :group to `multimedia'.
7242 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
7243 Managing Standard.
7244 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
7245 Fix dostring.
7246 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
7247 and %y. Fix docstring.
7248 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
7249 (tumme-cmd-create-standard-thumbnail-command): New user options.
7250 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
7251 is `standard'. Fix docstring.
7252 (tumme-thumb-width, tumme-thumb-height): New user options.
7253 (tumme-external-viewer): Try to find various viewers.
7254 (tumme-get-thumbnail-image): Use `create-image' instead of
7255 constructing the `image' structure.
7256 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
7257 `standard'.
7258 (tumme-thumb-name): Add file name generation for standard storage.
7259 Simplify code for other storages.
7260 (tumme-thumb-name): Use width %w and height %h instead of size %s.
7261 Add modification time %m and thumbnail-nq8 %q.
7262 Use `tumme-cmd-create-standard-thumbnail-command' if
7263 tumme-thumbnail-storage is `standard'.
7264 (tumme-dired-insert-marked-thumbs): New autoload command.
7265 (tumme-dired-after-readin-hook): New function.
7266 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
7267 `tumme-thumb-size'.
7268 (tumme-display-image): Replace size-x %x and size-y %y with
7269 width %w and height %h.
7270
7271 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
7272 `tumme-dired-insert-marked-thumbs'.
7273
7274 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
7275
7276 * tumme.el (tumme-write-tag): Fix small bug (file name did not
7277 include path).
7278 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
7279 matching tag.
7280
7281 2006-02-12 Miles Bader <miles@gnu.org>
7282
7283 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
7284 New variables.
7285 (rcirc-abbrev-nick): New function.
7286 (rcirc-format-response-string): Rewrite to use the formats in
7287 `rcirc-response-formats' and expand escape sequences therein.
7288 A text-property `rcirc-text' is added over the actual response
7289 text to make easy to find inside the returned string.
7290 (rcirc-print): When filling, just look for the `rcirc-text'
7291 text-property to find the appropriate fill prefix, instead of
7292 using hardwired patterns.
7293
7294 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7295
7296 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
7297 Managing Standard.
7298
7299 2006-02-11 Kim F. Storm <storm@cua.dk>
7300
7301 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
7302 Don't use insert-buffer; do insert-buffer-substring directly.
7303 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
7304
7305 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7306
7307 * files.el (revert-buffer, recover-file): Replace buffer-read-only
7308 with inhibit-read-only. Suggested by Stefan Monnier.
7309 (revert-buffer): Let insert-file-contents discard
7310 buffer-undo-list. Simplify code.
7311 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
7312
7313 2006-02-11 Eli Zaretskii <eliz@gnu.org>
7314
7315 * menu-bar.el (menu-bar-select-yank): Add a doc string.
7316
7317 * help.el (describe-key-briefly): Now a wrapper for
7318 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
7319 to t. Populate yank-menu if empty.
7320 (describe-key-briefly-internal): Renamed from describe-key-briefly.
7321 (describe-key): Now a wrapper for describe-key-internal. Bind
7322 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
7323 (describe-key-internal): Renamed from describe-key.
7324
7325 2006-02-11 Milan Zamazal <pdm@zamazal.org>
7326
7327 * progmodes/glasses.el (glasses-separator): Doc fix.
7328 (glasses-original-separator): New defcustom.
7329 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
7330
7331 2006-02-11 Martin Rudalics <rudalics@gmx.at>
7332
7333 * mwheel.el (mouse-wheel-up-event): Doc fix.
7334
7335 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
7336
7337 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
7338 (tumme-dir): New function. Copied from thumbs.el.
7339
7340 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
7341
7342 * desktop.el (desktop-outvar): Fix typo.
7343 (desktop-save-buffer-p): Doc fix.
7344
7345 * subr.el (substitute-key-definition): Fix typo.
7346
7347 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7348
7349 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
7350 when window-system is mac.
7351
7352 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
7353
7354 2006-02-10 Kim F. Storm <storm@cua.dk>
7355
7356 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
7357 indirect-function instead of using condition-case.
7358
7359 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
7360
7361 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
7362 less `colloquial'...
7363
7364 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
7365
7366 * tumme.el: Add a couple of todo items.
7367
7368 2006-02-09 Lars Hansen <larsh@soem.dk>
7369
7370 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
7371 (highlight-changes-mode): Don't change desktop-locals-to-save.
7372
7373 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * image-mode.el (image-toggle-display): Clear image cache if using
7376 filename.
7377
7378 2006-02-09 Masatake YAMATO <jet@gyve.org>
7379
7380 * dired-x.el (dired-guess-shell-alist-default): Add .man as
7381 a `dired-man' target.
7382
7383 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
7384 boundary of symbols.
7385
7386 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
7387
7388 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
7389
7390 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
7391
7392 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
7393 `mapcar'; return nil.
7394
7395 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
7396
7397 * mouse.el (mouse-drag-track): Don't change window if we rebind to
7398 some other event.
7399
7400 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
7401
7402 * net/rcirc.el (rcirc-startup-channels-alist):
7403 Add irc.freenode.net and #emacs as defaults.
7404 (rcirc-ignore-all-activity-flag): Remove variable.
7405 (rcirc-authinfo): New variable.
7406 (rcirc-authinfo-filename): Remove variable.
7407 (rcirc-always-use-server-buffer-flag): New flag.
7408 (rcirc): M-x rcirc will automatically connect without prompting.
7409 C-u M-x rcirc will prompt. Use rcirc-connect to create a
7410 connection in lisp.
7411 (rcirc-process-server-response-1): Remove everything but the nick
7412 portion of the sender so it doesn't need to be done everywhere
7413 else. Update related code.
7414 (global-map): Remove global keybindings.
7415 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
7416 (rcirc-send-input): Split into several functions.
7417 (rcirc-process-input-line, rcirc-process-message)
7418 (rcirc-process-command): New functions.
7419 (rcirc-target-buffer): New function to determine where to route
7420 messages.
7421 (rcirc-user-nick): Save match data.
7422 (rcirc-toggle-ignore-buffer-activity)
7423 (rcirc-update-activity-string): Remove global ignore functionality,
7424 which can be done now by toggling rcirc-track-minor-mode.
7425 (rcirc-track-minor-mode-map): New keymap.
7426 (rcirc-track-minor-mode): New minor-mode.
7427 (ignore): Make the ignore output nicer. Always print it when
7428 adding or removing nicks.
7429 (rcirc-url-regexp): Improve.
7430 (rcirc-mangle-text): Remove properties before using text in the
7431 modeline.
7432 (rcirc-authenticate): Authentication data comes from
7433 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
7434 (rcirc-server-prefix): Inherit from rcirc-server.
7435
7436 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
7437
7438 * Makefile.in (compile): Append "|| true" to the end of the `find'
7439 command, like compile-always does.
7440
7441 2006-02-08 Sam Steingold <sds@gnu.org>
7442
7443 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
7444 output from a dead connection.
7445
7446 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7447
7448 * dired.el (dired-mode-map): Add more bindings for tumme.
7449
7450 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
7451
7452 * wdired.el (wdired-mode-map): Use remap.
7453 (wdired-get-filename): Massage.
7454 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
7455 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
7456 `keymap' property rather than `local-map'.
7457
7458 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
7459
7460 * tumme.el (tumme-get-thumbnail-image): New utility function.
7461 Suggested by from Chong Yidong.
7462 (tumme-dired-with-window-configuration): Rename from
7463 `tumme-dired'. Add code to save window configuration.
7464 (tumme-restore-window-configuration): New command to restore the
7465 window configuration that `tumme-dired-with-window-configuration'
7466 saves before it changes the window configuration.
7467 (tumme-show-all-from-dir): New command to display thumbnails for
7468 all files in a directory entered by the user, like M-x thumbs.
7469 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
7470 have been created.
7471 (tumme-display-thumbnail-original-image): Call `display-buffer'.
7472 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
7473 Remove obsolete test function.
7474
7475 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
7476
7477 * vc.el (small-temporary-file-directory): Remove defvar; there's
7478 a defcustom for it in files.el.
7479
7480 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
7481 Fix typo in message.
7482 (tumme-gallery-generate): Fix typo in `error' message.
7483 (tumme-display-window-height-correction)
7484 (tumme-display-window-width-correction, tumme-line-up-dynamic)
7485 (tumme-line-up-interactive): Dox fixes.
7486 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
7487 (tumme-restore-window-configuration, tumme-format-properties-string)
7488 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
7489 Fix typos in docstrings.
7490
7491 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
7492
7493 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
7494
7495 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
7496
7497 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
7498 User should use hook if desired.
7499
7500 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
7501 buffer if necessary.
7502 (gdb-delete-frame-or-window): New function.
7503 (gdb-breakpoints-mode-map): Bind "q" to it.
7504
7505 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * textmodes/nroff-mode.el: Clean up name space.
7508 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
7509 (nroff-mode): Obey the global setting of nroff-electric-mode.
7510 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
7511
7512 * calendar/calendar.el (calendar-increment-month): Typo in last change.
7513
7514 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
7515
7516 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
7517
7518 2006-02-06 Lars Hansen <larsh@soem.dk>
7519
7520 * generic-x.el (etc-fstab-generic-mode): Add file system types
7521 cifs and usbdevfs. Allow special chars in file names.
7522
7523 2006-02-05 Jay Belanger <belanger@truman.edu>
7524
7525 Update copyright notices of the files in lisp/calc.
7526
7527 2006-02-05 Romain Francoise <romain@orebokech.com>
7528
7529 Update copyright notices of all files in the lisp/play directory.
7530
7531 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
7532
7533 * ldefs-boot.el: Regenerate.
7534
7535 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
7536
7537 2006-02-05 Kim F. Storm <storm@cua.dk>
7538
7539 * files.el (magic-mode-regexp-match-limit): New defvar.
7540 (set-auto-mode): Use it to limit magic-mode-alist matching.
7541
7542 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
7543
7544 * simple.el (display-message-or-buffer): Compare the number of
7545 characters to the frame width when determining whether a 1-line
7546 message string will fit in the echo area. Count screen lines
7547 instead of buffer lines when determining whether a multi-line
7548 message will fit in the echo area/minibuffer window.
7549
7550 2006-02-04 Eli Zaretskii <eliz@gnu.org>
7551
7552 * info.el (Info-index, Info-mode): Improve the description of the
7553 `i' command.
7554
7555 * ldefs-boot.el: Regenerate.
7556
7557 2006-02-03 Werner Lemberg <wl@gnu.org>
7558
7559 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
7560 greedy to find the closing bracket in \*[...] and similar
7561 expressions. This is a first rough fix -- many additional
7562 refinements are necessary to make nroff mode really usable with groff.
7563
7564 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
7565
7566 * international/mule-cmds.el (set-locale-environment):
7567 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
7568 libX11.
7569
7570 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
7571
7572 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
7573 archive are created in archive-tmpdir.
7574
7575 2006-02-02 John Paul Wallington <jpw@pobox.com>
7576
7577 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
7578 (ibuffer-fontification-alist): Use it.
7579 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
7580 to "* z" and the Ibuffer Mark menu.
7581
7582 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
7583
7584 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7585
7586 * textmodes/table.el (*table--cell-describe-mode)
7587 (*table--cell-describe-bindings): Undo last change since
7588 print-help-return-message is not obsoleted by anything at all.
7589
7590 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
7591
7592 * emulation/cua-base.el (cua-mode): Doc fix.
7593
7594 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
7595
7596 * dframe.el (dframe-handle-make-frame-visible)
7597 (dframe-handle-iconify-frame, dframe-get-focus)
7598 (dframe-select-attached-frame, dframe-power-click)
7599 (dframe-frame-mode): Fix typos in docstrings.
7600
7601 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
7602 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
7603 Fix typos in docstrings.
7604
7605 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
7606 (hi-lock-face-buffer, hi-lock-font-lock-hook)
7607 (hi-lock-archaic-interface-message-used)
7608 (hi-lock-file-patterns-range): Fix typos in docstrings.
7609
7610 * savehist.el (savehist-loaded, savehist-load, savehist-install)
7611 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
7612
7613 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
7614 Fix typo in docstring.
7615
7616 * net/newsticker.el (newsticker--decode-iso8601-date)
7617 (newsticker--set-customvar, newsticker--buffer-insert-item)
7618 (newsticker--do-run-auto-mark-filter)
7619 (newsticker--parse-generic-feed): Doc fixes.
7620 (newsticker--retrieval-timer-list, newsticker-url-list)
7621 (newsticker-hide-immortal-items-in-echo-area)
7622 (newsticker-hide-obsolete-items-in-echo-area)
7623 (newsticker-new-item-face, newsticker--enclosure)
7624 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
7625 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
7626 (newsticker--parse-generic-feed, newsticker--cache-contains)
7627 (newsticker--stat-num-items, newsticker-download-enclosures):
7628 Fix typos in docstrings.
7629
7630 * net/rcirc.el (rcirc-debug): Doc fix.
7631 (rcirc-fill-column, rcirc-receive-message-hooks)
7632 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
7633 (rcirc-mode, rcirc-generate-new-buffer-name)
7634 (rcirc-startup-channels, rcirc-ignore-update-automatic)
7635 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
7636 Fix typos in docstrings.
7637 (rcirc-print): "?\ " -> "?\s".
7638 (rcirc-cmd-join): Improve argument/docstring consistency.
7639
7640 2006-02-01 Mark A. Hershberger <mah@everybody.org>
7641
7642 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
7643 before narrow-to-region.
7644
7645 2006-02-01 Richard M. Stallman <rms@gnu.org>
7646
7647 * simple.el (move-beginning-of-line): Scan properly for invis change.
7648
7649 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
7650
7651 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
7652
7653 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
7654 change bit only when id-format is 'integer. Reported by Matt
7655 Hodges <M.P.Hodges@rl.ac.uk>.
7656
7657 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
7658
7659 * hilit-chg.el (highlight-changes-initial-state)
7660 (highlight-changes-global-initial-state): Doc fixes.
7661 (highlight-changes-global-modes, global-highlight-changes):
7662 Fix typos in docstrings.
7663
7664 2006-02-01 Kim F. Storm <storm@cua.dk>
7665
7666 * emulation/cua-base.el (cua-mode): Mention that CUA enables
7667 transient-mark-mode in doc string.
7668
7669 2006-01-31 Richard M. Stallman <rms@gnu.org>
7670
7671 * replace.el (multi-occur): Doc fix.
7672 (multi-occur-in-matching-buffers): Rename from
7673 multi-occur-by-filename-regexp. Prefix arg says match
7674 buffer names instead of file names.
7675
7676 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
7677
7678 * bs.el: Allow non-default values of `bs-header-lines-length'.
7679 (bs--running-in-xemacs): Remove (not needed anymore).
7680 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
7681 instead of `shrink-window', thus avoiding having to compute the
7682 height of the window.
7683 (bs--up): Wrap around even when there's no header.
7684 (bs--down): Use `forward-line' instead of `next-line'.
7685
7686 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
7687
7688 * image-mode.el (image-toggle-display): Use file name if possible,
7689 instead of unnecessarily allocating a (possibly huge) lisp string.
7690
7691 2006-01-30 John Paul Wallington <jpw@pobox.com>
7692
7693 * subr.el (toplevel): Define `cl-assertion-failed' condition here
7694 because the `assert' macro signals it at runtime.
7695
7696 * emacs-lisp/cl.el (toplevel): Remove definition of
7697 `cl-assertion-failed' condition.
7698
7699 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
7700
7701 * thumbs.el (thumbs-marked-list): Make buffer-local and
7702 permanent-local.
7703 (thumbs-insert-thumb): Make help-echo non-sticky.
7704 (thumbs-file-alist): Use eolp as check for (non)-image.
7705
7706 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
7707
7708 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
7709 (ediff-before-session-group-setup-hooks)
7710 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
7711 Fix typos in docstrings.
7712
7713 * window.el (bw-dir, bw-eqdir, balance-windows)
7714 (split-window-keep-point): Fix typos in docstrings.
7715
7716 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
7717 (org-quote-string, org-calendar-to-agenda-key)
7718 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
7719 (org-show-following-heading, org-tags-column)
7720 (org-use-tag-inheritance, org, org-allow-space-in-links)
7721 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
7722 (org-enable-table-editor, org-calc-default-modes)
7723 (org-table-allow-automatic-line-recalculation)
7724 (org-export-html-style, org-export-with-fixed-width)
7725 (org-export-with-sub-superscripts, org-special-keyword)
7726 (org-formula, org-time-grid, org-table-may-need-update)
7727 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
7728 (org-goto-quit, org-get-indentation, org-end-of-item)
7729 (org-move-item-down, org-move-item-up)
7730 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
7731 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
7732 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
7733 (org-agenda-log-mode, org-agenda-toggle-diary)
7734 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
7735 (org-agenda-file-to-end, org-agenda-no-heading-message)
7736 (org-agenda-get-closed, org-format-agenda-item)
7737 (org-cmp-priority, org-cmp-category, org-cmp-time)
7738 (org-agenda-change-all-lines, org-agenda-diary-entry)
7739 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
7740 (org-link-search, org-camel-to-words, org-open-file)
7741 (org-remember-handler, org-table-convert-region)
7742 (org-table-move-row-down, org-table-move-row-up)
7743 (org-table-copy-region, org-table-wrap-region)
7744 (org-table-toggle-vline-visibility)
7745 (org-table-get-vertical-vector, org-table-modify-formulas)
7746 (org-table-get-specials, org-recalc-commands)
7747 (org-table-rotate-recalc-marks, org-table-eval-formula)
7748 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
7749 (org-level-color-stars-only, org-insert-heading):
7750 Fix typos in docstrings.
7751 (last-arg): Add defvar.
7752
7753 * makefile.w32-in (WINS): Add erc.
7754 (MH_E_SRC): Update (copied from lisp/Makefile.in).
7755
7756 2006-01-29 Bill Wohler <wohler@newt.com>
7757
7758 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
7759 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
7760 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
7761 (mh-autoloads): Don't use comments on otherwise empty lines.
7762
7763 2006-01-29 Edward O'Connor <ted@oconnor.cx>
7764
7765 * emulation/viper.el (viper-major-mode-modifier-list): Add
7766 insert-state and vi-state entries for erc-mode.
7767 (viper-go-away, viper-set-hooks): Add and remove
7768 viper-comint-mode-hook from erc-mode-hook as appropriate.
7769
7770 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
7771
7772 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
7773
7774 * bs.el (bs--format-aux): Implement `middle' alignment as
7775 described in the docstring for `bs-attributes-list'.
7776 (bs--get-name): Simplify. Don't pad the buffer name.
7777
7778 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
7779
7780 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
7781 English aspell dictionary is installed, use the first entry of
7782 ispell-dictionary-alist-1.
7783
7784 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
7785
7786 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
7787 Doc fix.
7788
7789 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
7790
7791 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
7792 for `process-file', in order to let it work for older Emacsen too.
7793
7794 2006-01-27 Eli Zaretskii <eliz@gnu.org>
7795
7796 * international/latexenc.el: Add a suitable `coding:' tag.
7797 (latexenc-find-file-coding-system): Undo last change.
7798
7799 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7800
7801 * international/latexenc.el (latexenc-find-file-coding-system):
7802 Make sure latexenc-main-file is a regular file and is readable.
7803
7804 2006-01-27 Andre Spiegel <spiegel@gnu.org>
7805
7806 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
7807 Pass FILE to vc-user-login-name.
7808
7809 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
7810
7811 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
7812
7813 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
7814 there are no more images to display.
7815 (thumbs-mark, thumbs-unmark): Revert change so that they move to
7816 the next image.
7817
7818 2006-01-26 Richard M. Stallman <rms@gnu.org>
7819
7820 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
7821
7822 * wid-edit.el (advertised-widget-backward): New alias.
7823 (widget-keymap): Use advertised-widget-backward for S-TAB.
7824
7825 * tumme.el: Correct the keywords.
7826 (tumme-dir-max-size): Use defvar.
7827 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
7828
7829 * simple.el (move-beginning-of-line): Take account of fields.
7830 (clone-indirect-buffer-other-window): Take args like
7831 clone-indirect-buffer, and work like it.
7832
7833 * help-fns.el (describe-function): Don't pass `nil' as default.
7834
7835 * files.el (risky-local-variable-p): Follow var aliases.
7836
7837 * subr.el (lazy-completion-table): Doc fix.
7838
7839 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
7840 global binding of `line'.
7841
7842 2006-01-25 Andre Spiegel <spiegel@gnu.org>
7843
7844 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
7845 Tramp.
7846
7847 * vc.el (vc-default-dired-state-info): Pass FILE to
7848 vc-user-login-name.
7849 (vc-default-update-changelog): Don't use vc-user-login-name, we
7850 don't need it here.
7851
7852 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
7853 no longer necessary.
7854
7855 2006-01-25 Kenichi Handa <handa@m17n.org>
7856
7857 * international/mule.el (decode-char): Avoid the overhead of
7858 calling utf-lookup-subst-table-for-decode if
7859 utf-translate-cjk-mode is nil.
7860 (encode-char): Avoid the overhead of calling
7861 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
7862 nil.
7863
7864 2006-01-22 Kenichi Handa <handa@m17n.org>
7865
7866 * international/mule.el (make-subsidiary-coding-system): Reset
7867 `coding-system-define-form' property of subsidiaries to nil.
7868 Avoid duplicated entry in coding-system-alist.
7869 (make-coding-system): Avoid duplicated entry in
7870 coding-system-alist.
7871 (define-coding-system-alias): Likewise.
7872
7873 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
7874
7875 * completion.el: Minor fixes in introductory comment.
7876 (completion-def-wrapper): Fix alist.
7877
7878 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
7879
7880 * thumbs.el (thumbs-new-image-size): New function.
7881 (thumbs-increment-image-size-element)
7882 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
7883 (thumbs-decrement-image-size): Delete.
7884 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
7885 temp files and use to resize.
7886 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
7887 Use increment argument to enlarge/shrink. Preserve point.
7888 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
7889 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
7890 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
7891 (thumbs-mark, thumbs-unmark): Preserve point.
7892 (thumbs-modify-image): Keep old temp files and use to modify.
7893 Cleanup old temp files at load time. Preserve point.
7894 (thumbs-view-image-mode-map): Use new command names.
7895
7896 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 * log-view.el (log-view-minor-wrap): First rev is the one at point.
7899
7900 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
7901 the nastiest part of the cyclic dependency.
7902 (cal-menu-update): Use dotimes and calendar-increment-month.
7903
7904 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
7905 (calendar-week-start-day): Add an :initializer.
7906 (calendar-mode-map): Use suppress-keymap, and command remapping.
7907 (describe-calendar-mode): Setup xref-stack info for the back button.
7908 (calendar-star-date): Insert before delete.
7909 (calendar-set-mode-line): Add file-modified info if applicable.
7910 (calendar-increment-month): New function.
7911
7912 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
7913
7914 * font-lock.el (lisp-font-lock-keywords-2):
7915 Recognize "& keywords" only at word boundaries.
7916
7917 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
7918
7919 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
7920 and permanent-local.
7921 (thumbs-max-image-number): New variable.
7922 (thumbs-do-thumbs-insertion): Use them.
7923 (thumbs-per-line): Change default to 4.
7924 (thumbs-marked-list): Rename from thumbs-markedL.
7925 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
7926 (thumbs-rename-images): Use -list instead of L for internal variables.
7927 (thumbs-call-convert): Use call-process instead of shell-command.
7928 (thumbs-insert-thumb): Add filename as help-echo to each image.
7929 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
7930 Give dir to thumbs-show-thumbs-list.
7931 (thumbs-show-thumbs-list): Set default-directory to that of images.
7932 (thumbs-dired-show): Rename from thumbs-dired-show-all.
7933 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
7934 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
7935 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
7936
7937 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * ses.el (ses-read-cell): Provide a default value.
7940
7941 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
7942
7943 * term/w32-win.el (image-library-alist): Add additional names for
7944 GIF library.
7945
7946 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7947
7948 * international/latexenc.el (latexenc-find-file-coding-system):
7949 Add file-regular-p check.
7950
7951 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
7952
7953 * simple.el (clone-buffer): Don't show the new buffer in the same
7954 window.
7955
7956 2006-01-23 Juri Linkov <juri@jurta.org>
7957
7958 * faces.el (link, link-visited): New faces based on default values
7959 of `info-xref' and `info-xref-visited'.
7960
7961 * info.el (info-xref): Inherit from `link'.
7962 (info-xref-visited): Inherit from `link-visited'.
7963
7964 * cus-edit.el (custom-buffer-create-internal): Use widget type
7965 `custom-manual' instead of `info-link' and don't set properties
7966 `button-face' and `mouse-face' explicitly.
7967 (custom-browse-group-tag, custom-browse-variable-tag)
7968 (custom-browse-face-tag): Inherit from widget class
7969 `custom-group-link' instead of `push-button'.
7970 (custom-button-unraised): Inherit from `underline' face.
7971 (custom-link): Inherit from `link' face. Fix doc and group.
7972 (custom-add-parent-links, custom-group-value-create): Don't set
7973 properties `button-face' and `mouse-face' explicitly for
7974 `custom-group-link' widget.
7975 (custom-group-link): Add properties `button-face' and `mouse-face'
7976 to widget definition.
7977 (custom-field-keymap): New variable. Put `custom-field-keymap' to
7978 editable-field's :keymap property.
7979 (custom-mode): Fix docstring: substitute keybindings for
7980 `widget-forward' and `widget-backward' from `widget-keymap',
7981 `widget-complete' from `custom-field-keymap', replace old
7982 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
7983
7984 * desktop.el (desktop-load-file): Check for `fboundp' before
7985 calling `symbol-function'.
7986
7987 * simple.el (clone-buffer, clone-indirect-buffer)
7988 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
7989 `read-string'. Fix prompts.
7990
7991 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
7992
7993 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
7994
7995 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
7996
7997 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
7998
7999 * startup.el (inhibit-splash-screen, initial-scratch-message):
8000 Doc fixes.
8001
8002 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
8003
8004 Sync with Tramp 2.0.52.
8005
8006 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
8007 net/tramp-vc.el: Add code for unloading Tramp. See comment before
8008 `tramp-unload-tramp' for checklist.
8009
8010 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
8011 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
8012 (tramp-unload-file-name-handler-alist)
8013 (tramp-unload-tramp): New defuns.
8014 (tramp-advice-PC-expand-many-files): New defadvice.
8015 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
8016 removed.
8017 (tramp-handle-expand-file-name): Remove double slash.
8018 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
8019 It doesn't matter, because it will be converted later on.
8020 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
8021 implementation was just heuristic.
8022 (tramp-post-connection): Set uid and gid properties.
8023 (tramp-convert-file-attributes): Set file's gid change bit.
8024 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
8025 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
8026 in case of su(do)? methods. The home directory of the local user
8027 will be taken else.
8028 (tramp-open-connection-telnet)
8029 (tramp-open-connection-rsh, tramp-open-connection-su)
8030 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
8031 local shell prompt could hurt. Reported by Romain Francoise
8032 <romain@orebokech.com>.
8033 (tramp-let-maybe): Add `edebug-form-spec' property.
8034 (tramp-handle-expand-file-name): Bind `default-directory' locally
8035 to "/" in order to avoid problems with UNC shares or Cygwin
8036 mounts.
8037 (tramp-md5-function): Fix typo in error message.
8038
8039 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
8040
8041 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
8042 for byte-compiler pacification.
8043
8044 2006-01-22 Andre Spiegel <spiegel@gnu.org>
8045
8046 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
8047 ID-FORMAT `string'. This allows us to get rid of
8048 `vc-user-login-name UID'.
8049
8050 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
8051
8052 2006-01-22 John Paul Wallington <jpw@pobox.com>
8053
8054 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
8055
8056 2006-01-21 Martin Rudalics <rudalics@gmx.at>
8057
8058 * emacs-lisp/find-func.el (find-definition-noselect)
8059 (find-variable-noselect): Search variables in C source code too.
8060 (find-function-C-source, find-function-noselect, find-function)
8061 (find-function-other-frame, find-variable-noselect, find-variable)
8062 (find-variable-other-frame, find-variable-at-point):
8063 Fix docstrings.
8064
8065 2006-01-21 Francesco Potorti` <pot@gnu.org>
8066
8067 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
8068
8069 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
8070
8071 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
8072 Default to disabling the "Save affix" question.
8073
8074 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
8075
8076 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
8077 the first arg to run-python.
8078
8079 2006-01-21 Eli Zaretskii <eliz@gnu.org>
8080
8081 * startup.el (command-line-1): Handle --no-desktop if desktop.el
8082 is not loaded.
8083
8084 2006-01-20 Jay Belanger <belanger@truman.edu>
8085
8086 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
8087 limit is 0.
8088
8089 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
8090 the correct variable.
8091
8092 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
8093
8094 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
8095 link. Fixed buggy argument sequence in call to `org-view-tags'.
8096 (org-compile-prefix-format): Set `org-prefix-has-tag'.
8097 (org-prefix-has-tag): New variable.
8098 (org-format-agenda-item): Remove tags from headline if
8099 appropriate.
8100 (org-agenda-remove-tags-when-in-prefix): New option.
8101 (org-get-tags-at): New function.
8102
8103 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
8104
8105 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
8106 (thumbs-find-image): Move image name and number from buffer name
8107 to mode name. Set thumbs-buffer. Preserve point so that large
8108 images remain visible.
8109 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
8110 order.
8111 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
8112 mode name.
8113 (thumbs-next-image, thumbs-previous-image): Make them work.
8114
8115 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
8116
8117 * cus-edit.el (custom-buffer-create-internal): State in the text above
8118 the whole buffer buttons that they do not operate on hidden items.
8119 (custom-face-menu): Use `custom-face-save' instead of
8120 `custom-face-save-command'.
8121 (custom-face-save-command): Make it an alias for `custom-face-save'
8122 and declare it obsolete.
8123 (custom-face-save): Doc fix.
8124
8125 * dired.el (dired-no-confirm): Add quote.
8126 (dired-subdir-alist-pre-R): Add quote in
8127 `make-variable-buffer-local' form and remove unbalanced parenthesis.
8128
8129 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
8130
8131 * textmodes/table.el (table-mode-indicator): Typo in last change.
8132
8133 2006-01-19 Richard M. Stallman <rms@gnu.org>
8134
8135 * outline.el (hide-leaves): Don't call outline-end-of-heading.
8136 Fixes bug reported in Nov 2005.
8137
8138 * isearch.el (isearch-forward): Doc fix.
8139
8140 * dired.el (dired-move-to-filename-regexp): Define as alias.
8141 (dired-no-confirm): Use defcustom.
8142 (dired-subdir-alist-pre-R): Put defvar at top level.
8143
8144 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
8145
8146 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8147 Mark as risky.
8148
8149 * simple.el (set-mark-command): Doc fix.
8150 (clone-indirect-buffer-other-window):
8151 Read arg like clone-indirect-buffer.
8152 (move-beginning-of-line): Skip invisible newlines.
8153
8154 2006-01-19 Masatake YAMATO <jet@gyve.org>
8155
8156 * progmodes/cpp.el (cpp-edit-load): Make the order of
8157 listed conditions in a base C code buffer and its associate
8158 CPP Edit buffer the same.
8159
8160 2006-01-19 Kenichi Handa <handa@m17n.org>
8161
8162 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
8163 (rmail-mime-feature): Likewise.
8164 (rmail-require-mime-maybe): Use display-warning to show a warning
8165 message.
8166
8167 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
8168 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
8169
8170 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * array.el: Move defvars out of eval-when-compile.
8173 (array-make-template): Replace undeclared global var with a local one.
8174 (array-mode): Inline initialization functions.
8175 (array-init-local-variables, array-init-max-row)
8176 (array-init-max-column, array-init-columns-per-line)
8177 (array-init-field-width, array-init-rows-numbered)
8178 (array-init-line-length, array-init-lines-per-row): Remove.
8179
8180 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
8181 (doc-mode-map): Define explicitly.
8182 (doctor-txtype): Use mapc.
8183
8184 * textmodes/table.el: Move defvars out of eval-when-compile.
8185 Remove harmful code meant to avoid byte-compiler warnings.
8186 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
8187 specification that checks table-fixed-width-mode directly.
8188 (table-recognize-region, table-recognize-cell):
8189 Use restore-buffer-modified-p.
8190 (table-fixed-width-mode): Remove code that refreshes
8191 table-fixed-mode-indicator.
8192 (*table--cell-describe-bindings, *table--cell-describe-mode):
8193 Avoid obsolete name print-help-return-message.
8194 (table--test-cell-list): Don't use replace-regexp from elisp.
8195 (table--point-entered-cell-function, table--point-left-cell-function):
8196 Don't set table-fixed-mode-indicator, use force-mode-line-update.
8197
8198 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
8199 that was after the end of file. Use buffer-file-name variable.
8200 (org-timestamp-change): Use with-current-buffer.
8201 (org-todo-list): Don't unnecessarily define a new buffer-local var.
8202 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
8203 `file'.
8204
8205 * progmodes/fortran.el: Move defvars out of eval-when-compile.
8206 (fortran-break-line): Remove unused var `opoint'.
8207 (fortran-abbrev-start): Obey help-event-list.
8208
8209 2006-01-18 Jesper Harder <harder@phys.au.dk>
8210
8211 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
8212
8213 2006-01-18 Masatake YAMATO <jet@gyve.org>
8214
8215 * progmodes/make-mode.el (makefile-imake-mode): New mode
8216 derived from makefile-mode.
8217 (makefile-imake-mode-syntax-table): New syntax table
8218 derived from makefile-mode-syntax-table.
8219 (makefile-mode): Write about makefile-imake-mode in doc string.
8220 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
8221 (makefile-imake-font-lock-keywords): New font lock keywords.
8222
8223 * files.el (auto-mode-alist): Add Imakefile.
8224
8225 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
8226
8227 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
8228 loading the file rather than when turning on flyspell-mode.
8229
8230 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
8231
8232 * cus-edit.el (customize-rogue): Minor doc fix.
8233
8234 2006-01-17 Juri Linkov <juri@jurta.org>
8235
8236 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
8237 instead of the file at the mark as default if the file at the mark
8238 is the same as the file at point or if dired-dwim-target-directory
8239 is not the same as the current directory and the mark is not active.
8240
8241 * log-view.el (log-view-minor-wrap): Use the same logic to get
8242 revisions as `log-view-diff'.
8243
8244 * info.el (Info-revert-find-node): Check for Info-current-file
8245 before preserving new-history.
8246
8247 * man.el (Man-heading-regexp): Add `/'.
8248
8249 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
8250 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
8251
8252 2006-01-16 Juri Linkov <juri@jurta.org>
8253
8254 * faces.el (mode-line-faces): New defgroup.
8255 (mode-line-highlight): Move definition after new defgroup.
8256 (mode-line, mode-line-inactive, mode-line-highlight):
8257 Replace :group `modeline' with `mode-line-faces'.
8258 (mode-line-buffer-id): New face.
8259 (modeline-buffer-id): New face alias.
8260 (vertical-border): Remove :group `modeline'.
8261
8262 * bindings.el (propertized-buffer-identification): Use face
8263 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
8264 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
8265 (mode-line-buffer-identification-keymap): For mouse-1 replace
8266 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
8267 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
8268 mouse-3.
8269
8270 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
8271 Buffer-menu-buffer. Doc fix.
8272 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
8273 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
8274 `Buffer-menu-buffer'.
8275
8276 * info.el (Info-mode-line-node-keymap): New defvar.
8277 (Info-set-mode-line): Use `stringp' to check Info-current-file.
8278 Propertize Info-current-node with `mode-line-buffer-id' and
8279 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
8280
8281 * time.el (display-time-mail-face): Replace :group `faces' with
8282 `mode-line-faces'.
8283
8284 2006-01-16 Kenichi Handa <handa@m17n.org>
8285
8286 * international/code-pages.el: Add autoload cookies for cp125[0345678].
8287
8288 * language/european.el (cp1252): New alias for windows-1252.
8289
8290 * international/mule.el (autoload-coding-system): Prepare for EOL
8291 variants.
8292
8293 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
8294
8295 * term.el (term-raw-map): Add mapping for insert.
8296 (term-send-insert): New.
8297 (term-mode): Make variables local here instead of doing it in
8298 `term-emulate-terminal'.
8299 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
8300 Scroll reverse needs to take into account the scroll region.
8301 Saving and restoring the cursor should save the color attributes too.
8302 (term-reset-terminal): Reset the scroll region.
8303 (term-handle-ansi-escape): Cursor up and down should take into
8304 account the scroll region.
8305 (term-set-scroll-region): Rename from `term-scroll-region'.
8306 Move to 0,0 after setting the region.
8307 (term-handle-scroll): Handle scroll up.
8308 (term-down): Fix off by one error.
8309 (term-delete-lines): Do not delete outside the scroll region.
8310 (term-insert-lines): Take into account the scroll region.
8311
8312 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
8313
8314 * textmodes/ispell.el (ispell-internal-change-dictionary)
8315 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
8316 (start, end): Move declaration outside of eval-when-compile.
8317
8318 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
8319 (flyspell-mode-on): Use it.
8320
8321 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
8322 ispell-kill-ispell-hook.
8323
8324 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
8325
8326 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
8327 (Custom-reset-saved): Do not ask for confirmation in single option
8328 buffers.
8329
8330 2006-01-13 Richard M. Stallman <rms@gnu.org>
8331
8332 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
8333
8334 2006-01-13 Romain Francoise <romain@orebokech.com>
8335
8336 * add-log.el (add-change-log-entry, change-log-merge):
8337 Conditionally use `hard-newline'.
8338
8339 2006-01-13 Martin Rudalics <rudalics@gmx.at>
8340
8341 * wid-edit.el (widget-field-end): If the overlay is no longer
8342 associated with a buffer, behave as if the overlay didn't exist.
8343
8344 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
8345 Make sure the links use the `custom-link' face.
8346
8347 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
8350 (ld-script-mode): Don't set indent-line-function since we don't
8351 have one.
8352
8353 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
8354
8355 * textmodes/org.el (org-open-file): Use mailcap for selecting an
8356 application.
8357 (org-file-apps-defaults-gnu): Use mailcap as the default for
8358 selecting an application on a UNIX system.
8359 (org-agenda-show-tags): New command.
8360 (org-table-insert-hline): Keep cursor in current table line.
8361 (org-table-convert): Offset effect of modifying
8362 `org-table-insert-hline'.
8363 (org-format-agenda-item): New optional argument TAG.
8364 (org-compile-prefix-format): Handle %T format for the tag.
8365 (org-expand-wide-chars): New function.
8366 (org-table-insert-row, org-table-insert-hline):
8367 Use `org-expand-wide-chars'.
8368 (org-open-file): Fix bug in program launch.
8369 (org-get-time-of-day): Fix bug with times before 1am.
8370 (org-agenda-menu): Add tags commands.
8371
8372 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
8373
8374 * textmodes/ispell.el (ispell-init-process): Include the used
8375 dictionary in ispell process start message.
8376 (ispell-internal-change-dictionary): When flyspell-mode is active
8377 and dictionary is changed, make sure ispell process is restarted
8378 and flyspell word cache cleared out for the current buffer.
8379 (ispell-change-dictionary): Make sure flyspell word cache is
8380 cleared out in all buffers with active flyspell mode when
8381 dictionary is globally changed.
8382 Call ispell-internal-change-dictionary after dictionary change.
8383
8384 2006-01-13 Eli Zaretskii <eliz@gnu.org>
8385
8386 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
8387
8388 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
8389 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
8390 years. Fix small differences wrt Makefile.in.
8391 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
8392 Makefile.in does.
8393
8394 2006-01-12 Bill Wohler <wohler@newt.com>
8395
8396 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
8397 mh-search.el.
8398
8399 2006-01-12 Masatake YAMATO <jet@gyve.org>
8400
8401 * progmodes/ld-script.el: Update copyright year.
8402
8403 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
8404
8405 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
8406 Don't add widget if setting undefined.
8407
8408 2006-01-12 John Paul Wallington <jpw@pobox.com>
8409
8410 * help-fns.el (describe-variable): Remove newlines from void
8411 variable output.
8412
8413 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
8414
8415 * wdired.el (wdired-mode-map): Add help echo for
8416 wdired-abort-changes.
8417
8418 * man.el (Man-file-name-regexp): Adjust for a list of files.
8419
8420 2006-01-12 Masatake YAMATO <jet@gyve.org>
8421
8422 * progmodes/ld-script.el (auto-mode-alist): Support
8423 suffix conventions used in netbsd and eCos.
8424
8425 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
8426
8427 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
8428 (custom-variable-menu, custom-face-menu, custom-group-menu)
8429 (Custom-mode-menu): Change names of menu items. (As discussed on
8430 emacs-devel.)
8431 (custom-face-menu): Add "Undo Edits" item.
8432
8433 * startup.el (init-file-user): defcustom -> defvar.
8434
8435 * tooltip.el (tooltip-mode): Doc fix.
8436
8437 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
8438
8439 * reveal.el (reveal-post-command): window-buffer signals an error on
8440 dead windows rather than returning nil.
8441 (reveal-open-new-overlays): An overlay might die while we open others.
8442
8443 2006-01-11 Bill Wohler <wohler@newt.com>
8444
8445 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
8446 phrasing in docstring.
8447
8448 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
8449 can give some systems gas. Add new file mh-buffers.el.
8450
8451 2006-01-06 Masatake YAMATO <jet@gyve.org>
8452
8453 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
8454 C preprocessor forward ported from GNU Emacs 21.2.
8455
8456 * progmodes/asm-mode.el (asm-font-lock-keywords):
8457 Use `cpp-font-lock-keywords'.
8458
8459 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
8460
8461 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
8462 of $ for "\\.ld[s]?".
8463
8464 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
8465
8466 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
8467 (tcl-indent-line): Return `noindent' if inside a string.
8468
8469 * progmodes/flymake.el (flymake-split-string): Remove more than one
8470 empty string at beg/end of the result.
8471 (flymake-find-buildfile, flymake-find-possible-master-files):
8472 Use expand-file-name.
8473 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
8474 since expand-file-name does it for us. Use directory-file-name.
8475 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
8476 (flymake-ler-get-type, flymake-ler-get-text)
8477 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
8478 (flymake-current-line-no): Remove spurious interactive spec.
8479 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
8480 (flymake-check-include): Remove arg inc-path merged into inc-name.
8481 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
8482 Arg regexp-list replaced by a simple regexp.
8483 (flymake-master-make-header-init, flymake-master-tex-init):
8484 Correspondingly replace regexp-list with a regexp. Fix regexp.
8485
8486 2006-01-10 Simon Josefsson <jas@extundo.com>
8487
8488 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
8489 describing AUTH PLAIN fix.
8490
8491 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
8492
8493 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
8494 (report-emacs-bug): Don't record initial prompt text.
8495 Instead, add text properties to prompting text.
8496 (report-emacs-bug-hook): Delete prompting text.
8497
8498 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8499
8500 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
8501 `dirs'. Adjust callers.
8502
8503 2006-01-09 John Paul Wallington <jpw@gnu.org>
8504
8505 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
8506
8507 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
8508
8509 * reveal.el (reveal-open-new-overlays): New extracted fun.
8510 (reveal-close-old-overlays): Idem. Check overlays's liveness before
8511 using them. Simplify the code.
8512 (reveal-post-command): Use them. Fix up obsolete windows in
8513 reveal-open-spots.
8514
8515 * progmodes/flymake.el: Use `require' rather than autoload for
8516 XEmacs's overlays.
8517 (flymake-get-common-file-prefix, flymake-build-relative-filename):
8518 Delete. Use file-relative-name instead.
8519 (flymake-get-syntax-check-program-args, flymake-perl-init):
8520 Simplify the resulting code.
8521
8522 * log-view.el (log-view-file-re, log-view-message-re): Add support
8523 for DaRCS output.
8524
8525 2006-01-09 Alex Schroeder <alex@gnu.org>
8526
8527 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
8528 identifiers sometimes added in square brackets at the beginning of
8529 subject lines.
8530
8531 2006-01-07 Richard M. Stallman <rms@gnu.org>
8532
8533 * cus-edit.el (Custom-set, Custom-save): Doc fix.
8534 (Custom-reset-current, Custom-reset-saved): Change question text.
8535 (Custom-reset-standard): Likewise.
8536 (custom-variable-reset-saved): Doc fix.
8537
8538 2006-01-07 Eli Zaretskii <eliz@gnu.org>
8539
8540 * startup.el (init-file-user): Doc fix.
8541
8542 2006-01-07 Alex Schroeder <alex@gnu.org>
8543
8544 * mail/rmail.el (rmail-current-subject): New function.
8545 (rmail-current-subject-regexp): New function.
8546 (rmail-next-same-subject): Use it.
8547
8548 * mail/rmailsum.el (rmail-summary-by-topic):
8549 Use rmail-current-subject and rmail-current-subject-regexp.
8550 (rmail-summary-next-same-subject): Ditto.
8551
8552 * net/rcirc.el (rcirc-send-input): No longer check whether the
8553 process is open, since not all commands need an open process.
8554 (rcirc-send-string): Check whether the process is open before
8555 sending anything.
8556 (rcirc-ignore-list): New option.
8557 (rcirc-ignore-list-automatic): New variable.
8558 (rcirc-print): Take rcirc-ignore-list into account.
8559 (rcirc-cmd-ignore): New command.
8560 (rcirc-ignore-update-automatic): New function.
8561 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
8562 list if ignored nicks.
8563 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
8564
8565 2006-01-06 David Reitter <david.reitter@gmail.com>
8566
8567 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
8568 reflect the address to which the report will be sent.
8569
8570 2006-01-06 Eli Zaretskii <eliz@gnu.org>
8571
8572 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
8573 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
8574
8575 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
8576
8577 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
8578
8579 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
8580 the doc string: "functoin" => "function".
8581 * ldefs-boot.el: Likewise.
8582
8583 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
8584 message text: "Duplicat" => "Duplicate".
8585
8586 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
8587
8588 * files.el (basic-save-buffer-2): If backing-up failed, reset
8589 buffer-backed-up to nil.
8590
8591 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
8592
8593 * progmodes/gud.el (gdb-script-skip-to-head)
8594 (gdb-script-calculate-indentation): Indent for breakpoint command
8595 lists also.
8596
8597 2006-01-05 Bill Wohler <wohler@newt.com>
8598
8599 * Makefile.in (compile-always): Add mh-autoloads dependency.
8600 (bootstrap): Remove mh-autoloads dependency, as compile dependency
8601 provides it.
8602 (updates): Remove mh-autoloads dependency, since it probably has
8603 already run recently (via recompile).
8604
8605 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
8606
8607 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
8608 argument `force' to disable the flyspell-last-buffer optimization.
8609 (flyspell-mode-on): Use it.
8610
8611 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
8612 flymake-simple-cleanup.
8613 (flymake-allowed-file-name-masks): Use this new default.
8614 All the functions are now called in the right buffer rather than
8615 passing the buffer as argument.
8616 (flymake-process-sentinel): Switch to buffer before calling cleanup.
8617 (flymake-parse-err-lines): Remove redundant buffer arg.
8618 (flymake-get-program-dir): Comment out unused function.
8619 (flymake-start-syntax-check, flymake-start-syntax-check-process):
8620 Remove redundant buffer argument.
8621 (flymake-get-real-file-name, flymake-simple-java-cleanup)
8622 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
8623
8624 2006-01-05 Richard M. Stallman <rms@gnu.org>
8625
8626 * info.el (Info-find-node): Don't record previous node if have none.
8627 (info): Go to directory only if history is empty.
8628
8629 * simple.el (mark): Doc fix.
8630
8631 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8632
8633 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
8634 already of desired type.
8635 (mac-ae-list): Coerce parameter to "list" type.
8636 (mac-dispatch-apple-event): Replace cadr part of event with a
8637 dummy position so that event-start returns it.
8638
8639 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
8640
8641 * textmodes/org.el (org-end-of-subtree): New function.
8642 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
8643 Use `org-end-of-subtree'.
8644 (org-agenda, org-agenda-convert-date): Protect calls to
8645 `fit-window-to-buffer'.
8646 (org-tags-view): Force matching of sublevels when doing a
8647 todo-only search. Define the correct redo command, including the
8648 arguments.
8649 (org-agenda-redo): Display message.
8650 (org-check-for-org-mode): New function.
8651 (org-agenda-type): New variable.
8652 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8653 Set `org-agenda-type'.
8654 (org-agenda-check-type): New function.
8655 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
8656 (org-agenda-week-view, org-agenda-day-view)
8657 (org-agenda-next-date-line, org-agenda-previous-date-line)
8658 (org-agenda-log-mode, org-agenda-toggle-diary)
8659 (org-agenda-toggle-time-grid, org-agenda-date-later)
8660 (org-agenda-date-prompt, org-agenda-diary-entry)
8661 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
8662 (org-agenda-convert-date, org-agenda-menu):
8663 Use `org-agenda-check-type'.
8664 (org-make-overlay, org-delete-overlay)
8665 (org-detatch-overlay, org-move-overlay, org-overlay-put):
8666 New compatibility functions.
8667 (org-calendar-select-mouse): New command.
8668
8669 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
8670
8671 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
8672 (Custom-reset-standard): Fix y-or-n-p messages.
8673 (custom-link): New face for links.
8674 (custom-buffer-create-internal, custom-manual): Use it.
8675 (custom-face-save): Push to theme-face before setting face spec.
8676
8677 * wid-edit.el (widget-default-mouse-face-get): New function.
8678 (widget-specify-button): Handle mouse-face like button-face.
8679
8680 * custom.el (load-theme): Clear old theme settings if reloading.
8681
8682 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
8683
8684 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
8685 "Erase Customization" button back to same position it occupies in
8686 the individual State menus.
8687
8688 2006-01-04 Kim F. Storm <storm@cua.dk>
8689
8690 * wid-edit.el (key-sequence): Rework widget to read key binding
8691 using `kbd' syntax. Use C-q to insert literal key, event, or code.
8692 (widget-key-sequence-default-value): Default value for empty sequence.
8693 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
8694 (widget-key-sequence-read-event): New command for C-q.
8695 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
8696 (widget-key-sequence-value-to-external): New functions.
8697
8698 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
8701 Use expand-file-name.
8702 (flymake-delete-temp-directory): Use expand-file-name,
8703 file-name-directory, and directory-file-name.
8704 (flymake-strrchr): Delete.
8705 (flymake-start-syntax-check): Don't pass the redundant buffer argument
8706 to the init-f function.
8707 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
8708 (flymake-init-find-buildfile-dir)
8709 (flymake-init-create-temp-source-and-master-buffer-copy)
8710 (flymake-simple-make-init-impl, flymake-simple-make-init)
8711 (flymake-master-make-init, flymake-master-make-header-init)
8712 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
8713 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
8714 (flymake-xml-init): Remove corresponding redundant buffer argument.
8715 (flymake-allowed-file-name-masks): Remove last elems that are equal to
8716 the default anyway. Clean up regexps.
8717
8718 * progmodes/flymake.el (flymake-temp-source-file-name)
8719 (flymake-master-file-name, flymake-temp-master-file-name)
8720 (flymake-base-dir): New buffer-local vars.
8721 (flymake-buffer-data, flymake-get-buffer-value)
8722 (flymake-set-buffer-value): Replace those hash-tables by the new
8723 buffer-local vars. Update callers.
8724
8725 * progmodes/flymake.el (flymake-check-start-time)
8726 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
8727 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
8728 Move definition, so we can remove redundant earlier declaration.
8729 (flymake-replace-regexp-in-string, flymake-split-string)
8730 (flymake-get-temp-dir): Use defalias.
8731 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
8732 (flymake-xemacs-window-edges): Remove unused function.
8733 (flymake-get-point-pixel-pos): Move.
8734 (flymake-pid-to-names, flymake-reg-names)
8735 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
8736 Replace by a simple list flymake-processes and by process-buffer.
8737 Update callers. Other than simplify the code, it uses buffers rather
8738 than buffer-names so it doesn't get confused by uniquify.
8739 (flymake-buffer-data): The global value should just be nil.
8740
8741 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
8742 Optimize the body of a defalias like any other code.
8743
8744 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
8745 Make sure we've setup font-lock's vars. It may influence which
8746 function we then call.
8747 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
8748 here since it's too late anyway.
8749
8750 2006-01-03 Romain Francoise <romain@orebokech.com>
8751
8752 * startup.el (fancy-splash-tail, normal-splash-screen):
8753 Update copyright year.
8754
8755 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
8756
8757 * mouse.el (mouse-drag-track): Rename, from
8758 `mouse-drag-region-1'. Includes optional argument required to
8759 enable post-drag event processing (e.g. delete region keys).
8760 Can be used without this argument to track a mouse region and operate
8761 on it as soon as the drag completes.
8762 (mouse-drag-region): Use `mouse-drag-track'.
8763
8764 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
8765
8766 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
8767 Move to `custom-buffer' group.
8768
8769 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
8770 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
8771 (custom-theme-insert-face-marker, custom-theme-variable-menu)
8772 (custom-theme-face-menu): New variables.
8773 (custom-theme-add-variable, custom-theme-variable-action)
8774 (custom-variable-reset-theme, custom-theme-delete-variable)
8775 (custom-face-reset-theme, custom-theme-face-action)
8776 (custom-theme-delete-face, custom-theme-merge-theme)
8777 (custom-theme-add-face, custom-theme-visit-theme): New functions.
8778
8779 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
8780
8781 * custom.el: Move Custom Themes commentary to start of theme code.
8782 (custom-known-themes): Rename `standard' theme to `changed'.
8783 (custom-push-theme): Caller no longer specifies what theme to use
8784 when doing `reset'---the setting is simply removed from the theme.
8785 Delete MODE from `theme-value' and `theme-settings' properties.
8786 (custom-declare-theme): Ignore &rest args since we don't use them.
8787
8788 (custom-loaded-themes): Delete variable.
8789 (custom-theme-load-themes, custom-theme-loaded-p)
8790 (custom-theme-value): Delete functions.
8791
8792 (custom-declare-theme): Signal error on invalid theme names.
8793 (provide-theme): custom-loaded-themes was deleted.
8794 (load-theme): Load the file unconditionally.
8795 (enable-theme): Call `load-theme' if theme is undefined.
8796 (custom-enabled-themes): Only update value for successful loads.
8797 (disable-theme): Complete from enabled themes when interactive.
8798 (custom-variable-theme-value): Calculate theme value directly.
8799
8800 (custom-theme-reset-variables, custom-reset-variables): Mark as
8801 XEmacs compatibility functions. We don't actually use these.
8802
8803 * cus-edit.el (custom-variable-state-set):
8804 Use custom-variable-theme-value instead of custom-theme-value.
8805 (custom-face-state-set): Rename `standard' theme to `changed'.
8806 (custom-save-variables, custom-save-faces): Delete unneeded
8807 references to custom-reset-variables.
8808 (custom-save-resets): Delete function.
8809 (custom-save-variables, custom-save-faces): MODE argument deleted.
8810 (custom-save-variables, custom-save-faces): Ignore theme values.
8811
8812 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
8813 compatibility function.
8814
8815 2006-01-01 Richard M. Stallman <rms@gnu.org>
8816
8817 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
8818 (Custom-reset-current, Custom-reset-saved): Likewise.
8819 (Custom-reset-standard): Show message if aborted.
8820 (custom-mode): Doc fix, describing those commands.
8821
8822 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
8823 put on event-kind property.
8824
8825 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
8826
8827 * custom.el (provide-theme): Ban `user' theme name.
8828 (custom-enabling-themes): New variable.
8829 (enable-theme): Don't enable user if custom-enabling-themes is t.
8830 (custom-enabled-themes): Make it a defcustom.
8831 (custom-theme-recalc-face): No-op if face is undefined.
8832
8833 * cus-edit.el (custom-button-mouse): New variable.
8834 (custom-button-mouse): New face.
8835 (custom-raised-buttons, custom-mode): Use it.
8836
8837 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
8838
8839 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8840
8841 * progmodes/gud.el (gud-display-line): Support hl-line in the
8842 source buffer.
8843
8844 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
8845
8846 * mouse.el (mouse-drag-window-above): Verify that the found window
8847 overlaps with the given window in the horizontal dimension.
8848
8849 2005-12-31 Eli Zaretskii <eliz@gnu.org>
8850
8851 * Makefile.in (cvs-update): New target.
8852
8853 * makefile.w32-in (cvs-update): Ditto.
8854
8855 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
8856
8857 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
8858 (custom-new-theme-mode-map): New variable.
8859
8860 2005-12-30 Richard M. Stallman <rms@gnu.org>
8861
8862 * custom.el (custom-load-themes): Function deleted.
8863
8864 * cus-edit.el (custom-save-loaded-themes): Function deleted.
8865 (custom-save-variables): Don't delete or add custom-load-themes call.
8866
8867 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
8868
8869 * cus-start.el: Add `visible-cursor'.
8870
8871 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
8872 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
8873 (flymake-process-filter): Switch to buffer before calling it instead.
8874 (flymake-post-syntax-check, flymake-highlight-err-lines)
8875 (flymake-delete-own-overlays, flymake-parse-err-lines)
8876 (flymake-start-syntax-check, flymake-start-syntax-check-process)
8877 (flymake-count-lines, flymake-parse-residual):
8878 Remove constant buffer argument.
8879 (flymake-start-syntax-check-for-current-buffer): Remove.
8880 Update callers to use flymake-start-syntax-check instead.
8881 (flymake-display-err-menu-for-current-line):
8882 Remove unused var `mouse-pos'.
8883 (flymake-restore-formatting): Comment out unused function.
8884 (flymake-report-status, flymake-report-fatal-status): Remove buffer
8885 argument, use current-buffer instead. Update callers.
8886
8887 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8888
8889 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
8890 buffer-local because choose-completion-delete-max-match requires
8891 that we set completion-ignore-case (i.e., binding via let is not
8892 sufficient).
8893 (bibtex-complete): Always set completion-ignore-case and
8894 choose-completion-string-functions. The latter is needed because
8895 choose-completion-string-functions keeps its value if we quit the
8896 *Completions* buffer without requesting a completion.
8897
8898 2005-12-30 Andreas Schwab <schwab@suse.de>
8899
8900 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
8901
8902 2005-12-30 Eli Zaretskii <eliz@gnu.org>
8903
8904 * jit-lock.el (jit-lock-chunk-size): Doc fix.
8905
8906 2005-12-30 Juri Linkov <juri@jurta.org>
8907
8908 * locate.el (locate-fcodes-file, locate-header-face)
8909 * progmodes/delphi.el (delphi-other-face)
8910 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
8911
8912 * paren.el (show-paren-match, show-paren-mismatch): Use existing
8913 group `paren-showing-faces'.
8914
8915 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
8916 (goto-address): Fix docstring.
8917
8918 * net/webjump.el (webjump-sample-sites): Update URLs.
8919
8920 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
8921
8922 * subr.el (cancel-change-group): Add listp around pending-undo-list.
8923
8924 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * font-lock.el (font-lock-compile-keywords): Signal an error when
8927 font-lock-set-defaults hasn't been called.
8928
8929 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
8930
8931 * subr.el (noreturn, 1value): Doc fixes.
8932
8933 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8934
8935 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
8936 that assoc-string returns nil.
8937
8938 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8939
8940 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
8941 (bibtex-entry-type-str, bibtex-empty-field-re)
8942 (bibtex-search-backward-string, bibtex-preamble-prefix)
8943 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
8944 (bibtex-any-valid-entry-type): New variable.
8945 (bibtex-parse-field-name): Simplify.
8946 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
8947 (bibtex-preamble-prefix): Include left delimiter.
8948 (bibtex-search-forward-field, bibtex-search-backward-field):
8949 Allow unbounded search past entry boundaries (required by bibtex-pop).
8950 (bibtex-text-in-field-bounds): Use push.
8951 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
8952 (bibtex-parse-preamble, bibtex-valid-entry)
8953 (bibtex-beginning-first-field): New functions.
8954 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
8955 (bibtex-map-entries): Fix docstring.
8956 (bibtex-flash-head): New arg prompt. Simplify.
8957 (bibtex-enclosing-field): Include code of bibtex-inside-field.
8958 (bibtex-insert-kill): Simplify. Always insert text past the
8959 current field or entry.
8960 (bibtex-format-entry): Use bibtex-parse-field.
8961 (bibtex-pop): Use bibtex-beginning-of-entry and
8962 bibtex-end-of-entry to initiate the search. Insert empty field if
8963 we found ourselves.
8964 (bibtex-print-help-message): New args field and comma.
8965 Handle entry keys.
8966 (bibtex-make-field): Use bibtex-beginning-of-entry.
8967 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
8968 invalid entry.
8969 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
8970 Handle preambles. Simplify code for thorough test.
8971 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
8972 New arg comma. Handle entry heads.
8973 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
8974 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
8975 New arg comma.
8976 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
8977 (bibtex-fill-field): Simplify.
8978 (bibtex-fill-entry): Use bibtex-beginning-first-field and
8979 bibtex-parse-field.
8980 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
8981 (bibtex-complete): Use bibtex-parse-preamble.
8982
8983 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
8984
8985 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
8986 Display name of expression instead of convenience variable.
8987 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
8988
8989 * progmodes/gud.el (gud-tooltip-dereference): Rename from
8990 toggle-gud-tooltip-dereference.
8991 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
8992 (gud-tooltip-tips): ...here when dereferencing.
8993
8994 2005-12-28 Bill Wohler <wohler@newt.com>
8995
8996 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
8997
8998 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
9001 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
9002 (vc-annotate-display-autoscale): Adjust call.
9003 (vc-annotate-display-default): Adjust call. Make arg compulsory.
9004 Fix interactive spec.
9005 (vc-annotate-time-span): Remove.
9006 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
9007 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
9008 (vc-annotate-display-select): Use new name.
9009
9010 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
9011 (vc-annotate-mode-menu): Remove left-over redundant declaration.
9012 Correct the construction of span entries. Simplify.
9013 (vc-annotate-display-select): Fix the nil case.
9014 (vc-annotate): Remove obsolete (and now broken) code.
9015 (vc-annotate-extract-revision-at-line): Remove obsolete code.
9016 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
9017
9018 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
9019
9020 * subr.el (lazy-completion-table): Correct typo in docstring.
9021
9022 * startup.el (command-line): Use `custom-reevaluate-setting' for
9023 `send-mail-function'.
9024
9025 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
9026
9027 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
9028
9029 * mail/smtpmail.el (smtpmail-try-auth-methods):
9030 Send credentials together with "AUTH PLAIN" command.
9031
9032 2005-12-27 Richard M. Stallman <rms@gnu.org>
9033
9034 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
9035 mouse-2, go back to previously selected window, so it's selected
9036 when mouse-2 command runs.
9037
9038 2005-12-27 Juri Linkov <juri@jurta.org>
9039
9040 * descr-text.el (describe-text-sexp): Use square brackets for
9041 button [Show] to distinguish it from the property value `show'.
9042 (describe-property-list): Use `insert-text-button' with
9043 `help-face' type instead of putting face in quotes, because button
9044 is not created automatically for a list of faces.
9045 (describe-text-properties-1): Put button-type value in quotes to
9046 distinguish from plain text "button".
9047 (describe-char): Display code point values in hex. Don't use
9048 `symbol-name' for `current-input-method' because it is a string.
9049 Use `insert-text-button' with `help-face' type instead of putting
9050 hardcoded face in quotes, because button is not created automatically.
9051
9052 2005-12-27 Richard M. Stallman <rms@gnu.org>
9053
9054 * progmodes/glasses.el (glasses-face): More specific custom type.
9055
9056 * files.el (set-visited-file-name): Doc fix.
9057
9058 * textmodes/flyspell.el (flyspell-external-point-words):
9059 Use local var buffer-scan-pos to advance scan for next misspelling.
9060 Advance it only after we find the misspelling.
9061
9062 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
9063
9064 * textmodes/flyspell.el (flyspell-external-point-words):
9065 New criteria for finding the misspelling in the buffer.
9066
9067 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
9068
9069 * help-mode.el (help-insert-string): Set help-xref-stack-item
9070 rather than call help-setup-xref.
9071
9072 * descr-text.el (describe-char): Revert previous changes for
9073 optional buffer argument.
9074
9075 2005-12-27 Juri Linkov <juri@jurta.org>
9076
9077 * help-mode.el (help-insert-string): New function. Save buffer
9078 contents in cases where it is impossible to recompute the old contents.
9079
9080 * descr-text.el (describe-char): Set help-xref-stack-item
9081 explicitly after buffer has been generated.
9082
9083 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9084
9085 * cus-start.el (all): Add x-gtk-show-hidden-files.
9086
9087 2005-12-26 Richard M. Stallman <rms@gnu.org>
9088
9089 * replace.el (perform-replace): Calculate match-again
9090 before skipping read-only matches.
9091
9092 * paren.el (paren-showing-faces): New group.
9093 (show-paren-match, show-paren-mismatch): Move to that group.
9094
9095 * button.el (button): Put into group `basic-faces'.
9096
9097 * progmodes/make-mode.el: Remove faces from group `faces'.
9098
9099 * apropos.el (apropos, apropos-value): Doc fix.
9100 (apropos-documentation): Doc fix.
9101
9102 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * subr.el (lazy-completion-table): Remove argument `args'.
9105
9106 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
9107 Don't use the `args' argument of lazy-completion-table.
9108
9109 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
9110
9111 * descr-text.el (describe-char): Add optional argument for buffer.
9112 Set buffer appropriately. Call help-setup-xref.
9113 Suggested by Stefan Monnier.
9114
9115 2005-12-26 Juri Linkov <juri@jurta.org>
9116
9117 * descr-text.el: Require `help-fns' at runtime. Don't require
9118 `button' for byte compilation.
9119 (describe-text-widget): Add `help-echo' for first button.
9120 Use `help-info' for second.
9121 (describe-property-list): Use `help-argument-name' instead of `italic'.
9122 (describe-text-category): Add prompt to interactive spec.
9123 Call `help-setup-xref'.
9124 (describe-char): Use `help-character-set'. Add `help-echo' for
9125 code point. Use `help-input-method'. Remove superfluous insert.
9126
9127 2005-12-25 Richard M. Stallman <rms@gnu.org>
9128
9129 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
9130 at point, in case of narrowing.
9131
9132 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
9133
9134 * locate.el (locate-header-face): Allow nil in type.
9135
9136 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
9137
9138 2005-12-25 Romain Francoise <romain@orebokech.com>
9139
9140 * battery.el (battery-linux-proc-acpi): Also try
9141 `/proc/acpi/thermal_zone/THM0/temperature'.
9142
9143 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
9144
9145 * custom.el (custom-push-theme): Fix docstring.
9146
9147 * cus-edit.el (custom-variable-set, custom-variable-save)
9148 (custom-variable-save): Custom-quote widget values.
9149 (customize-save-variable): Fix custom-push-theme call.
9150
9151 2005-12-24 Eli Zaretskii <eliz@gnu.org>
9152
9153 * w32-fns.el (w32-batch-update-autoloads): New function.
9154
9155 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
9156 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
9157 from the command line.
9158
9159 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
9160
9161 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
9162 reset means to remove setting from theme entirely. Don't keep
9163 expanding theme-settings list; delete old entries if necessary.
9164
9165 * cus-edit.el (custom-buffer-create-internal): Move "Erase
9166 customization" button one line up.
9167 (custom-themed): New face.
9168 (custom-magic-alist): New value, THEMED, for theme settings.
9169 (custom-variable-state-set, custom-face-state-set):
9170 Check theme-value instead of saved-value.
9171 (custom-variable-reset-standard, custom-face-reset-standard):
9172 Remove theme setting entirely. Recalculate new values.
9173 (custom-variable-set, custom-variable-set)
9174 (custom-variable-reset-saved, custom-variable-reset-backup)
9175 (custom-face-set, custom-face-reset-saved): Update `user' theme.
9176 (custom-variable-save): Fix typos.
9177
9178 2005-12-23 Juri Linkov <juri@jurta.org>
9179
9180 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
9181 Add autoload cookies.
9182 (edebug-outside-d-c-i-n-s-w): New variable.
9183 (edebug-display, edebug-outside-excursion): Use it to save the
9184 original value of default-cursor-in-non-selected-windows.
9185 Set default-cursor-in-non-selected-windows to t while Edebug
9186 is active.
9187 (edebug-mode, edebug-eval-mode): Doc fix.
9188
9189 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
9190 with `buffer-substring-no-properties' to remove common substring
9191 highlighting.
9192
9193 * info.el (info-other-window, info): Rename function argument
9194 `file' to `file-or-node'.
9195 (Info-complete-menu-item): Use local variable `complete-nodes' to
9196 keep the global value of `Info-complete-nodes' unchanged for
9197 subsequent completions.
9198 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
9199
9200 * simple.el (get-next-valid-buffer, last-buffer)
9201 (next-error-buffer-p, next-error-find-buffer)
9202 (minibuffer-history-sexp-flag): Doc fix.
9203
9204 * savehist.el (savehist-mode-hook): Add `:group'.
9205
9206 * log-view.el: Call autoload for vc-find-version.
9207 (log-view-current-file): Adjust subgroup numbers.
9208 (log-view-current-tag): Add `length'.
9209
9210 2005-12-23 Richard M. Stallman <rms@gnu.org>
9211
9212 * vc.el (vc-annotate-car-last-cons): Defn moved up.
9213
9214 2005-12-23 Juri Linkov <juri@jurta.org>
9215
9216 * hi-lock.el (hi-lock-archaic-interface-message-used)
9217 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
9218 (hi-lock-mode): Display "Hi" in the mode line only when
9219 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
9220 (hi-lock-write-interactive-patterns):
9221 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
9222 (hi-lock-set-pattern, hi-lock-set-file-patterns)
9223 (hi-lock-font-lock-hook): Set 3rd arg `how' of
9224 font-lock-add-keywords to t.
9225
9226 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
9227
9228 * hi-lock.el (hi-lock-highlight-range): New variable.
9229 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
9230 only if font-lock-fontified is non-nil. Remove overlays.
9231 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
9232 font-lock-fontified is non-nil, otherwise use overlays (instead of
9233 text properties).
9234 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
9235 New variables.
9236 (hi-lock-string-serialize) New function.
9237
9238 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9239
9240 * menu-bar.el (menu-find-file-existing): New function.
9241 (menu-bar-file-menu): Use menu-find-file-existing for Open.
9242
9243 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
9244
9245 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9246
9247 * vc.el: Remove unnecessary leading * in docstrings.
9248 (vc-annotate-mode-map): Move initialization into declaration.
9249 (vc-static-header-alist): Nitpick on the regexp.
9250 (vc-default-init-version): New fun.
9251 (vc-register): Use it.
9252 (vc-insert-headers): Use dolist.
9253 (vc-annotate-get-backend): Remove unused function.
9254 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
9255 (vc-annotate-mode): Remove corresponding call.
9256 (vc-annotate-car-last-cons): Simplify.
9257 (vc-annotate-buffers): Remove var.
9258 (vc-annotate-backend): Make it buffer-local.
9259 (vc-annotate): Move the interaction to the interactive spec.
9260 Add a `buf' argument.
9261 (vc-annotate-warp-version): Use this new `buf' argument to avoid
9262 killing&creating a vc-annotate buffer, which is very disruptive when
9263 the buffers are shown in dedicated frames.
9264
9265 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
9266
9267 * descr-text.el: Add FSF as maintainer.
9268 (describe-text-mode, describe-text-mode-map)
9269 (describe-text-mode-hook, describe-text-done): Delete. Use normal
9270 help-mode.
9271 (describe-text-widget, describe-text-sexp)
9272 (describe-property-list, describe-text-category)
9273 (describe-text-properties, describe-text-properties-1)
9274 (describe-char): Use help buttons instead of widgets.
9275 (describe-char-unicodedata-file): Make URL link in doc string.
9276
9277 2005-12-22 Richard M. Stallman <rms@gnu.org>
9278
9279 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
9280 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
9281 Don't include buttons that write a file when there's no file.
9282 (custom-variable-menu, custom-face-menu, custom-group-menu):
9283 Don't include commands that write a file when there's no file.
9284 (customize-browse): Reword the top-of-buffer help intro.
9285 (custom-buffer-create-internal): Fix previous change.
9286 (customize-changed-options-previous-release): Prev release is 21.1.
9287 (customize-changed-options): Doc fix.
9288 (customize-changed): New alias.
9289 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
9290 Say "standard values".
9291 (Custom-reset-standard): Doc fix.
9292 (custom-face-reset-standard): Doc fix.
9293
9294 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
9297 even if font-lock-mode is non-nil since it may be t without having
9298 turned on font-lock-mode-internal.
9299 (font-lock-choose-keywords): Minor optimization.
9300 (font-lock-add-keywords, font-lock-remove-keywords)
9301 (font-lock-set-defaults): Don't call make-local-variable on a variable
9302 that we know to already be local.
9303
9304 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9305
9306 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
9307 messages if in the minibuffer.
9308
9309 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9310
9311 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
9312 (tex-mode-flyspell-verify, flyspell-get-word)
9313 (flyspell-external-point-words): Don't use point-min/max uselessly.
9314
9315 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
9316 by Kevin Rodgers. Instead, just hide the completions buffer if we
9317 don't need to show it.
9318
9319 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
9320
9321 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
9322
9323 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
9324
9325 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
9326 delete-windows-on with an inexistent buffer.
9327
9328 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
9329
9330 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9331 Delete defcustom variable :tag names.
9332
9333 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
9334
9335 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
9336 (log-view-font-lock-keywords): Ajust subgroup numbers.
9337 (log-view-current-tag): Don't hard code the number of subgroups.
9338
9339 2005-12-20 Juri Linkov <juri@jurta.org>
9340
9341 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
9342 (tooltip-x-offset, tooltip-y-offset): Doc fix.
9343
9344 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9345 (menu-bar-non-minibuffer-window-p): Instead of checking
9346 display-multi-frame-p, use selected-frame when menu-updating-frame
9347 is nil.
9348
9349 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
9350
9351 * align.el (align-rules-list): Use [ \t] instead of \s-
9352 for column separators in text mode.
9353
9354 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
9355
9356 * help-mode.el (help-customize-variable, help-customize-face):
9357 Don't pop help-xref-stack as help-follow no longer pushes
9358 anything on to it.
9359
9360 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
9361
9362 * textmodes/org.el (org-agenda-custom-commands): New option.
9363 (org-agenda): Offer custom commands on splash screen.
9364 (org-make-tags-matcher): Parser for Boolean logic added.
9365 (org-agenda-set-tags): New command.
9366 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
9367 (org-set-tags): Efficiency improvements.
9368 (org-auto-align-tags): New option.
9369 (org-todo, org-demote, org-promote): Realign tags.
9370 (org-tags-completion-function): Use also "&" and "|" as separators.
9371 (org-org-menu): Agenda commands simplified.
9372
9373 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
9374
9375 * cus-edit.el (customize-apropos, customize-apropos-options):
9376 Docstring changes.
9377
9378 * font-lock.el (font-lock): Add tags to the links in the defgroup.
9379
9380 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
9381
9382 * longlines.el (longlines-mode): Wrap while widened.
9383 (longlines-decode-region, longlines-encode-region): Compute max
9384 just once.
9385
9386 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9387
9388 * cus-edit.el (mac): New group.
9389
9390 * cus-start.el (all): Add user options in macterm.c. Add test for
9391 Mac-related built-ins. Fix test for GTK-related built-ins.
9392
9393 * term/mac-win.el (mac-handle-language-change)
9394 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
9395 (mac-services-open-selection, mac-services-mail-selection)
9396 (mac-services-mail-to, mac-services-insert-text)
9397 (mac-dispatch-apple-event): Add docstrings.
9398 (x-get-selection, mac-select-convert-to-string): Select coding
9399 system from `utf-16be' and `utf-16le' using `byteorder'.
9400
9401 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * subr.el (lazy-completion-table): Don't be fooled if the var holds
9404 a "list" (lambda ...) rather than a real completion list.
9405
9406 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
9407 lexical-let when encountering ((lambda (...) ...) ...).
9408
9409 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9410
9411 * progmodes/sh-script.el (sh-mode):
9412 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
9413 * textmodes/picture.el (picture-mode): Update docstrings.
9414
9415 2005-12-17 Eli Zaretskii <eliz@gnu.org>
9416
9417 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
9418 commands enclosed in $(ARGQUOTE)s should not be split between two
9419 lines, as that will break with GNU Make >3.80, when sh.exe is used
9420 and arg quoting is with '..'.
9421 (autoloads): Don't break the quoted --eval expression between
9422 several lines.
9423
9424 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
9425
9426 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
9427 Capture error from printing circular structures.
9428
9429 2005-12-17 Martin Rudalics <rudalics@gmx.at>
9430
9431 * wid-edit.el (widget-checkbox-action): Clear undo info.
9432
9433 2005-12-16 Bill Wohler <wohler@newt.com>
9434
9435 * menu-bar.el (kill-this-buffer): Set a good example by using menu
9436 bar, not menubar in comment.
9437
9438 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
9439
9440 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
9441 After-change-functions should not clobber the match data.
9442
9443 2005-12-16 Juri Linkov <juri@jurta.org>
9444
9445 * simple.el (choose-completion): Use `buffer-substring-no-properties'
9446 instead of `buffer-substring'.
9447 (completion-common-substring): Doc fix.
9448 (completion-setup-function): Use minibuffer-completion-contents
9449 instead of minibuffer-contents. Don't set common-string-length
9450 initially. Remove special handling of partial-completion-mode.
9451 Move computation of completion-base-size into one cond.
9452 Call completion-base-size-function in mainbuf. In computation of
9453 completion-base-size for file name completion don't move point to
9454 the end of the minibuffer. Move computation of common-string-length
9455 into one cond. Start putting faces only when common-string-length>=0.
9456 Add condition to put completions-common-part when
9457 common-string-length>0.
9458
9459 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
9460 place point at the first different character in the minibuffer
9461 even if this position is at the beginning of the minibuffer.
9462
9463 * info.el (Info-read-node-name-1): In completion-base-size-function's
9464 lambda return 1 if common-substring or minibuffer-completion-contents
9465 starts with (, and 0 otherwise.
9466
9467 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
9468 Use `crm-current-element' for second arg of `display-completion-list'.
9469
9470 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
9471
9472 * files.el (set-auto-mode): Look for an interpreter specified on
9473 the first line also if search for mode specification succeeded,
9474 but the mode is not known.
9475
9476 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
9477
9478 * textmodes/org.el (org-tags-match-list-sublevels): New option.
9479 (org-open-at-point): Implement tag searches as links.
9480 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
9481 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
9482 (org-tags-sparse-tree, org-tags-view, org-set-tags)
9483 (org-agenda-dispatch): New commands.
9484 (org-use-tag-inheritance, org-tags-column): New options.
9485 (org-tab-follows-link, org-return-follows-link): New options.
9486 (org-tags): New customize group.
9487 (org-start-icalendar-file): Get local time zone.
9488 (org-tags-completion-function): New function.
9489 (org-set-font-lock-defaults): Make sure links will also be
9490 highlighted inside headlines.
9491
9492 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
9493
9494 * term.el (term-emulate-terminal):
9495 Let term-handle-ansi-terminal-messages override what Bash says about
9496 its current directory.
9497
9498 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
9499
9500 * bindings.el (last-buffer): Move to simple.el.
9501 * simple.el (last-buffer): Move here.
9502 (get-next-valid-buffer): New function.
9503 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
9504 (prev-buffer): Ditto. Rename to `previous-buffer'.
9505
9506 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
9507 * bindings.el (global-map): Ditto.
9508
9509 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
9510
9511 * cus-edit.el: Introductory comment change.
9512 (custom-magic-alist): Change message string for the `rogue' state.
9513
9514 2005-12-15 Richard M. Stallman <rms@gnu.org>
9515
9516 * tooltip.el: Delete defcustom variable :tag names.
9517
9518 * complete.el (partial-completion-mode): Doc fix.
9519
9520 * textmodes/flyspell.el (flyspell-external-point-words):
9521 Use save-excursion to ensure we don't move backward in the
9522 search loop, not even one character.
9523 (flyspell-delete-all-overlays): Use remove-overlays directly.
9524
9525 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
9526 (ispell-start-process): Set that variable.
9527 Clear ispell-buffer-local-name.
9528 (ispell-internal-change-dictionary):
9529 Set ispell-current-dictionary after killing process.
9530 (ispell-buffer-local-dict):
9531 Don't set spell-personal-dictionary after killing process.
9532 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
9533 (ispell-tex-skip-alists, ispell-html-skip-alists)
9534 (ispell-skip-region-alist): Mark as risky.
9535
9536 * net/newsticker.el (newsticker--retrieval-timer-list)
9537 (newsticker--display-timer, newsticker-running-p)
9538 (newsticker-ticker-running-p): Definitions moved up.
9539
9540 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
9541
9542 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
9543
9544 2005-12-15 David Ponce <david@dponce.com>
9545
9546 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
9547 (recentf-edit-list, recentf-open-files): Signal an error when
9548 there is no recent file.
9549
9550 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
9551
9552 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
9553 read-only except for texinfo-format-region evaluation.
9554
9555 2005-12-14 Richard M. Stallman <rms@gnu.org>
9556
9557 * vc.el (vc-default-previous-version, vc-default-next-version)
9558 (vc-do-command): Doc fixes.
9559
9560 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9561
9562 * textmodes/bibtex.el (bibtex-expand-strings)
9563 (bibtex-autokey-expand-string, bibtex-name-part)
9564 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
9565 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
9566 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
9567 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
9568 (bibtex-entry-postfix, bibtex-known-entry-type-re)
9569 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
9570 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
9571 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
9572 (bibtex-beginning-of-last-entry): Remove.
9573 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
9574 message if comma is missing but buffer is read-only.
9575 (bibtex-parse-field-text): Handle whitespaces at the end of field
9576 text. Return 3-element list with beginning and end of field text
9577 and end of field.
9578 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
9579 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
9580 (bibtex-search-forward-field, bibtex-search-backward-field):
9581 Search always delimited by limits of entry. Use more efficient
9582 search algorithms.
9583 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
9584 bibtex-end-of-name-in-field.
9585 (bibtex-text-in-field-bounds): Handle BibTeX strings when
9586 extracting the content of a field.
9587 (bibtex-text-in-field): Use search limits.
9588 (bibtex-parse-string-prefix): Handle empty string keys based on
9589 bibtex-string-empty-key.
9590 (bibtex-parse-string): Fix docstring.
9591 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
9592 (bibtex-preamble-prefix, bibtex-strings): New functions.
9593 (bibtex-skip-to-valid-entry): Include preceding whitespace in
9594 BibTeX entries (consistent with other BibTeX functions).
9595 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
9596 (bibtex-search-entry): Fix docstring. Simplify.
9597 (bibtex-flash-head, bibtex-complete-string-cleanup)
9598 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
9599 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
9600 (bibtex-parse-entry): New optional arg content.
9601 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
9602 Use bibtex-text-in-field-bounds.
9603 (bibtex-print-help-message): Handle BibTeX strings and preambles.
9604 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
9605 bibtex-parse-string-postfix.
9606 (bibtex-find-text-internal): New function.
9607 (bibtex-remove-delimiters): Use it.
9608 (bibtex-find-text): Use it. New optional arg help.
9609 (bibtex-complete): Handle BibTeX string and preamble entries.
9610 (bibtex-Preamble): Fix order of closing delimiters.
9611
9612 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
9613
9614 * vc.el (vc-default-revert): New fun.
9615
9616 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
9617
9618 2005-12-14 Romain Francoise <romain@orebokech.com>
9619
9620 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
9621 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
9622 (font-lock-remove-keywords): Likewise.
9623
9624 2005-12-14 Juri Linkov <juri@jurta.org>
9625
9626 * log-view.el (log-view-diff): Doc fix.
9627
9628 * isearch.el (isearch-query-replace): Use (mark) instead of
9629 isearch-opoint if mark is active in transient-mark-mode.
9630
9631 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
9632
9633 * isearch.el (isearch-query-replace): Check for isearch-other-end.
9634
9635 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
9636
9637 * progmodes/cpp.el (cpp-face): New widget.
9638 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
9639
9640 2005-12-14 Juri Linkov <juri@jurta.org>
9641
9642 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
9643 around `erase-buffer' and `insert'.
9644
9645 * descr-text.el (describe-text-properties): Replace buffer name
9646 "*Help-2*" with "*Help*<2>".
9647 (describe-char): Add functions print-help-return-message,
9648 toggle-read-only. Use help-setup-xref with nil to not store
9649 describe-char in help-xref-stack. Use help-make-xrefs to
9650 make [back] button.
9651
9652 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
9653
9654 * wdired.el (wdired-old-point): New internal variable.
9655 (wdired-change-to-wdired-mode): Set it buffer-locally.
9656 (wdired-abort-changes): Restore point after aborting changes.
9657
9658 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
9659
9660 * vc.el (vc-do-command): Add a new value t for okstatus.
9661
9662 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
9663 frame in case of errors.
9664
9665 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9666
9667 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
9668 so it comes after "On the Left" in the menu.
9669
9670 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
9671
9672 * cus-edit.el (customize-apropos, customize-apropos-options)
9673 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
9674
9675 2005-12-12 Bill Wohler <wohler@newt.com>
9676
9677 * vc-svn.el (vc-svn-registered): Fix problem of visiting
9678 non-writable Subversion-controlled files by saving window
9679 configuration before calling vc-do-command. vc-do-command calls
9680 pop-to-buffer on error which is unexpected during registration.
9681
9682 2005-12-12 Jay Belanger <belanger@truman.edu>
9683
9684 * calc/README: Update the summary of changes.
9685
9686 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
9687
9688 * descr-text.el (describe-char): Rework last fix to solve the problem
9689 is the same way it's solved for everything else in that function
9690 (i.e. by extracting the info before setting up the *Help* buffer).
9691
9692 2005-12-12 Kim F. Storm <storm@cua.dk>
9693
9694 * subr.el (version-regexp-alist): Allow space as separator before
9695 non-numeric part, e.g. "1.0 alpha".
9696 (version-to-list): Interpret .X.Y version as 0.X.Y version.
9697
9698 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
9699
9700 * textmodes/org.el (org-agenda, org-timeline, org-todo):
9701 Implement Logging and the keep-modes setting.
9702 (org-get-category): Make sure a string is returned.
9703 (org-log-done): New function.
9704 (org-log-done, org-closed-string): New options.
9705
9706 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9707
9708 * tooltip.el (tooltip-y-offset): Change default to 20.
9709
9710 2005-12-12 Richard M. Stallman <rms@gnu.org>
9711
9712 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
9713
9714 * frame.el (display-hourglass): Doc fix.
9715
9716 * help.el (help-for-help-internal): Simplify entry for `a'.
9717
9718 * info.el (Info-on-current-buffer): Doc fix.
9719 (info-insert-file-contents): Don't test (featurep 'jka-compr).
9720
9721 * startup.el (inhibit-splash-screen): Make this the real name.
9722 (inhibit-startup-message): Make this the alias.
9723 (command-line): Find only simple.el, and use its directory
9724 to fill in other preloaded files' names.
9725 (command-line): Deactivate the mark if deactivate-mark is set.
9726
9727 * international/mule.el (load-with-code-conversion):
9728 Bind deactivate-mark.
9729
9730 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9731
9732 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
9733
9734 * cus-edit.el (customize-apropos): Avoid listing an option more
9735 than once under different aliases. No longer list user options
9736 that are not defined with defcustom (unless a prefix arg is given).
9737 Doc fix.
9738 (customize-apropos-options): Doc fix.
9739
9740 2005-12-11 Juri Linkov <juri@jurta.org>
9741
9742 * frame.el (set-background-color, set-foreground-color)
9743 (set-cursor-color, set-mouse-color, set-border-color):
9744 Add explicit prompts to read colors by `facemenu-read-color'.
9745 (show-trailing-whitespace, blink-cursor-delay)
9746 (blink-cursor-interval, display-hourglass, hourglass-delay):
9747 Remove tags.
9748 (display-hourglass, hourglass-delay): Doc fix.
9749 (cursor-in-non-selected-windows): Capitalize words in tag.
9750
9751 * faces.el (frame-background-mode): Replace `choice-item' keywords
9752 with `const' to not make [default] button. Change default value tag
9753 from `default' to `automatic'. Doc fix.
9754 (trailing-whitespace) <defface>: Change group `whitespace' to
9755 `whitespace-faces'.
9756
9757 2005-12-11 Richard M. Stallman <rms@gnu.org>
9758
9759 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
9760
9761 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9762
9763 * term/mac-win.el: Create keymap for mac-apple-event-map.
9764
9765 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
9766
9767 * tooltip.el (tooltip-mode): Move to start of file so that it
9768 appears at top of customize buffer.
9769
9770 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
9771 Add the gud groupname.
9772 (gud-tooltip-mode): Add the tooltip groupname.
9773 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
9774 avoid conflict with tooltip-use-echo-area.
9775
9776 2005-12-10 Romain Francoise <romain@orebokech.com>
9777
9778 * help.el (help-for-help-internal): Add `r' in doc string.
9779
9780 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9781
9782 * align.el (align-regexp, align-highlight-rule):
9783 Use region-beginning and region-end instead of point and mark, so that
9784 repetition (with `repeat-complex-command') recomputes the region
9785 bounds.
9786
9787 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
9788
9789 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
9790 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
9791 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
9792 (balance-windows): Rewrite using the above new functions.
9793
9794 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
9795
9796 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
9797 react if global-hi-lock-mode seems intended.
9798 (global-hi-lock-mode) Renamed from hi-lock-mode.
9799 (hi-lock-archaic-interface-message-used)
9800 (hi-lock-archaic-interface-deduce): New variables.
9801 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
9802 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
9803 (hi-lock-find-patterns, hi-lock-font-lock-hook):
9804 Replace hi-lock-buffer-mode with hi-lock-mode.
9805
9806 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
9807
9808 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
9809 completion list, even after a partial completion has been
9810 inserted in the current buffer. If there are more than 1
9811 completion, redisplay the *Completions* buffer; if the
9812 completion is unique, delete the *Completions* window.
9813
9814 2005-12-10 Eli Zaretskii <eliz@gnu.org>
9815
9816 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
9817 strings and long subject lines that were broken into multiple
9818 lines at arbitrary places. Handle subjects that have "Re: " in
9819 the middle.
9820
9821 2005-12-10 John W. Eaton <jwe@octave.org>
9822
9823 * emacs/octave-mod.el (octave-electric-space): Don't indent
9824 comments or strings if octave-auto-indent is nil.
9825
9826 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9827
9828 * term/mac-win.el: Require url when compiling.
9829 Call mac-process-deferred-apple-events after loading init files.
9830 (mac-apple-event-map): New defvar. Define event handlers in it.
9831 (core-event, internet-event): New Apple event class symbols.
9832 (open-application, reopen-application, open-documents)
9833 (print-documents, open-contents, quit-application)
9834 (application-died, show-preferences, autosave-now, get-url):
9835 New Apple event ID symbols.
9836 (about): New HICommand ID symbol.
9837 (mac-event-spec, mac-event-ae): New macros.
9838 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
9839 (mac-ae-selection-range, mac-ae-text-for-search)
9840 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
9841 (mac-application-menu-map): Remove keymap. Handlers for HICommand
9842 and Services menu events are now defined in mac-apple-event-map.
9843 (mac-drag-n-drop): Remove selection range handling.
9844
9845 2005-12-10 Kenichi Handa <handa@m17n.org>
9846
9847 * simple.el (zap-to-char):
9848 * isearch.el (isearch-process-search-char): Translate CHAR by
9849 translation-table-for-input.
9850
9851 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
9852
9853 * foldout.el (foldout-exit-fold): Properly hide subtree.
9854
9855 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
9856
9857 * files.el (save-buffer):
9858 * international/ucs-tables.el (ucs-set-table-for-input):
9859 * mail/mail-extr.el (mail-extract-address-components):
9860 * mail/sendmail.el (mail-mode): Reformat doc string.
9861
9862 2005-12-09 Juri Linkov <juri@jurta.org>
9863
9864 * isearch.el (isearch-highlight): Change main overlay priority
9865 from 1 to 1001. Simplify.
9866 (isearch-lazy-highlight-update): Change lazy overlay priority
9867 from 0 to 1000.
9868
9869 * replace.el (replace-highlight): Change overlay priority from
9870 1 to 1001.
9871
9872 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
9873 Change overlay priority from 1 to 1001. Reuse existing overlay.
9874
9875 * compare-w.el (compare-windows-highlight): Change overlay
9876 priority from 1 to 1000.
9877
9878 * menu-bar.el (menu-bar-edit-menu): Add listp around
9879 pending-undo-list to disable menu item "undo" when pending
9880 undo list is empty.
9881
9882 * locate.el (locate): Disable undo in *Locate* buffer.
9883
9884 2005-12-09 Kim F. Storm <storm@cua.dk>
9885
9886 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
9887
9888 2005-12-09 David Ponce <david@dponce.com>
9889
9890 * recentf.el: Improvement of the menu code.
9891 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
9892 instead of menu hook.
9893 (recentf-show-menu, recentf-hide-menu): New functions.
9894 (recentf-menu-customization-changed, recentf-mode): Use them.
9895 (recentf-menu-action, recentf-max-menu-items)
9896 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
9897 (recentf-arrange-by-rule-others)
9898 (recentf-arrange-by-rules-min-items)
9899 (recentf-arrange-by-rule-subfilter) : Don't use
9900 `recentf-menu-customization-changed'.
9901 (recentf-arrange-rules): Likewise. Accept functions to compute
9902 sub-menu titles.
9903 (recentf-menu-filter): Likewise. Doc fix.
9904 (recentf-menu-value-shortcut): Doc fix.
9905 (recentf-dump-variable): Quote atom value.
9906 (recentf-make-menu-items): Update to use it as a menu filter.
9907 (recentf-match-rule): New function.
9908 (recentf-arrange-by-rule): Use it.
9909 (recentf-indirect-mode-rule): New function.
9910 (recentf-build-mode-rules): Use it.
9911 (recentf-dir-rule): New function.
9912 (recentf-arrange-by-dir): Use it.
9913 (recentf-filter-changer-current): Rename from
9914 `recentf-filter-changer-state'. All references updated.
9915 (recentf-filter-changer-alist): Update filter names.
9916 (recentf-filter-changer-select): New function.
9917 (recentf-filter-changer): Use it. Make a sub-menu from filters
9918 available in `recentf-filter-changer-alist'.
9919 (recentf-data-cache, recentf-clear-data)
9920 (recentf-update-menu): Remove. All references updated.
9921 (recentf-match-rule-p, recentf-build-dir-rules)
9922 (recentf-filter-changer-goto-next)
9923 (recentf-filter-changer-get-current)
9924 (recentf-filter-changer-get-next): Remove.
9925
9926 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
9927
9928 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
9929 buffer "Reset" button to "Reset to Current" for consistency with
9930 the State buttons.
9931
9932 2005-12-08 John Paul Wallington <jpw@pobox.com>
9933
9934 * ibuf-ext.el (define-ibuffer-filter filename):
9935 If `dired-directory' is a list then really use its car.
9936
9937 2005-12-08 Kim F. Storm <storm@cua.dk>
9938
9939 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9940 Fix indention of text on right side of replaced rectangle.
9941
9942 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
9943
9944 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
9945 No need to check gud-comint-buffer is bound.
9946 (gdb): Prevent multiple debugging when first session uses gdba.
9947
9948 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9949
9950 CC Mode update to 5.31.
9951
9952 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
9953 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
9954 We might do this function properly in the future).
9955
9956 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
9957 New macros c-sentence-end and c-default-value-sentence end, to cope
9958 with Emacs 22's new function `sentence-end'.
9959
9960 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9961
9962 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
9963 compat issue using `c-put-overlay' and `c-delete-overlay'.
9964
9965 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
9966 New compat macros to handle overlays/extents.
9967
9968 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9969
9970 * progmodes/cc-fix.el: Add definitions of the macros push and pop
9971 (for GNU Emacs 20.4)
9972
9973 * progmodes/cc-defs.el:
9974 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
9975
9976 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
9977 highlighting mechanism so it will work in XEmacs too.
9978
9979 * progmodes/cc-defs.el: Insert c-int-to-char.
9980
9981 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
9982 call to the new macro c-int-to-char. This solves XEmacs's
9983 regarding characters as different from integers.
9984
9985 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9986
9987 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
9988 New internal helper.
9989
9990 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
9991 construct to make the indirect face lookup work in XEmacs.
9992
9993 (c-cpp-matchers): Append the negation char face to the existing
9994 fontification, so that the cpp face doesn't disappear.
9995 Use `c-make-syntactic-matcher' to avoid negation chars in comments
9996 and strings.
9997
9998 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
9999 to map to `font-lock-negation-char-face' in emacsen where it exists.
10000
10001 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10002
10003 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
10004
10005 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
10006 Rename "c-subword-move-mode" as "c-subword-mode".
10007
10008 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
10009 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
10010
10011 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10012
10013 * progmodes/cc-mode.el: Added autoload directive for
10014 `c-subword-move-mode' for use in older emacsen.
10015
10016 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10017
10018 * progmodes/cc-mode.el:
10019 (i) Insert a binding for C-c C-backspace into
10020 c-bind-special-erase-keys which works in TTYs.
10021 (ii) Make sure that when file styles are used, any explicitly
10022 given style variables take priority over those in the style.
10023 Do this by calling `hack-local-variables' a second time.
10024
10025 * progmodes/cc-vars.el: Add language specific customization
10026 widgets for AWK to c-doc-comment-style, c-require-final-newline
10027 and c-default-style. Add a defcustom for awk-mode-hook.
10028 Give c-syntactic-element and c-syntactic-context doc-strings by
10029 directly setting their `variable-documentation' propery.
10030 This allows Emacs 22.1 to read these with C-h v.
10031
10032 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
10033
10034 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10035
10036 * progmodes/cc-fonts.el, cc-vars.el
10037 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
10038 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
10039 Masatake YAMATO.
10040
10041 (c-doc-comment-style): Made GtkDoc default in C mode.
10042
10043 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
10044 and C-c C-<delete>.
10045
10046 (c-bind-special-erase-keys): New function for use on
10047 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
10048
10049 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
10050 <delete> key behavior in XEmacs according to `delete-forward-p'.
10051 C.f. `c-electric-delete'.
10052
10053 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10054
10055 * progmodes/cc-mode.el: Give c-hungry-backspace and
10056 c-hungry-delete-forward permanent key bindings.
10057
10058 * progmodes/cc-cmds.el (c-electric-semi&comma):
10059 Bind c-syntactic-context for calls to "criteria functions", for
10060 consistency with other calls to user functions.
10061
10062 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
10063 `current-prefix-arg', since this might be the prefix arg to a
10064 command which calls c-indent-command as a function. Change the
10065 interactive spec from "p" to "P".
10066
10067 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
10068 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
10069 was difficult to understand.
10070
10071 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10072
10073 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
10074 first char of an identifier.
10075
10076 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
10077 +" syntax in C++.
10078
10079 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10080
10081 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
10082 auto-fill doesn't split a c-comment's last word from a hanging
10083 "*/" when a space is typed between them after fill-column.
10084
10085 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
10086
10087 * progmodes/cc-styles.el (c-set-style)
10088 (c-setup-paragraph-variables): Abort the command if we're not in a
10089 CC Mode buffer.
10090
10091 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
10092 with blank comment-prefix, and a blank line as the comment's
10093 second line.
10094
10095 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10096
10097 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
10098 Incorporate the patterns added in the Emacs development branch
10099 for the new Emacs 22 face `font-lock-negation-char-face'.
10100
10101 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
10102 of "red" since it stands out better in xterms and DOS terminals.
10103
10104 * progmodes/cc-engine.el (c-literal-faces):
10105 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
10106
10107 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10108
10109 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
10110 forcibly enable c-electric-flag.
10111
10112 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
10113 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
10114 after the comment-prefix of a C-style comment will close that comment.
10115
10116 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10117
10118 * progmodes/cc-fonts.el (c-basic-matchers-before)
10119 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
10120 in Pike.
10121
10122 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
10123 digraphs.
10124
10125 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
10126 (c-cpp-message-directives, c-cpp-include-directives)
10127 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
10128 (c-cpp-expr-directives): Introduce new language constants to
10129 control cpp syntax in a cleaner way.
10130
10131 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
10132
10133 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
10134
10135 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
10136 (c-multiline-string-start-char): New language constants and
10137 variables to specify how newlines in string literals work.
10138
10139 (c-font-lock-invalid-string): Use them.
10140
10141 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
10142 unbalanced close brace is entered. Optimization by avoiding going
10143 back over arbitrarily large blocks. Removed hints that this
10144 function only would be relevant/useful in AWK.
10145
10146 (c-electric-brace): Indent syntactically after the cleanups since
10147 lineup functions might do it differently then.
10148
10149 * progmodes/cc-engine.el, cc-langs.el
10150 (c-opt-op-identifier-prefix): New language constant and variable.
10151
10152 (c-just-after-func-arglist-p, c-after-special-operator-id)
10153 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
10154
10155 * progmodes/cc-align.el, cc-engine.el
10156 (c-after-special-operator-id): New helper to handle C++ operator
10157 identifiers.
10158
10159 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
10160 (c-guess-basic-syntax): Handle C++ operator identifiers in
10161 declarations.
10162
10163 * progmodes/cc-langs.el (c-assignment-operators): Add the
10164 trigraph version of ^= too.
10165
10166 * progmodes/cc-langs.el (c-assignment-operators): Add the
10167 trigraph version of |= in C++.
10168
10169 * progmodes/cc-fonts.el (c-font-lock-declarators):
10170 Handle `c-decl-hangon-kwds' after the identifier name.
10171
10172 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
10173 whether an arglist is "nonempty", ignore a comment after the open
10174 paren if it isn't followed by a non-comment token on the same line.
10175
10176 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
10177 Enable heuristics below the point to cope with classes inside special
10178 brace lists in Pike.
10179
10180 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10181
10182 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
10183
10184 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10185
10186 * progmodes/cc-guess.el (cc-guess-install): New function to
10187 install an already guessed style in another buffer.
10188
10189 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
10190 sets `inhibit-read-only' - `c-save-buffer-state' should be used
10191 anyway if the change always is undone.
10192
10193 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10194
10195 Implement togglable electricity:
10196
10197 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
10198 saying when it should be used.
10199
10200 * progmodes/cc-engine.el: Add the new buffer-local variable,
10201 c-electric-flag.
10202
10203 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
10204 c-toggle-auto-newline.
10205
10206 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
10207 c-toggle-auto-newline. Remove the binding for
10208 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
10209 c-toggle-electric-state.
10210
10211 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
10212
10213 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
10214 c-\(forward\|backward\)-subword.
10215 (c-update-modeline): Add the new modeline flag `l' for
10216 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
10217 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
10218 Make the old name an alias of the new name.
10219 (c-toggle-electric-state): New function.
10220 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
10221 Adapt these functions to do electric things only when
10222 c-electric-flag is non-nil.
10223 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
10224 new functions from c-electric-brace.
10225 (c-point-syntax): Add a check for "virtual semicolons" in AWK
10226 mode, so that the tentative extra newline doesn't change the
10227 syntax of the following brace.
10228 (c-electric-brace): Restructure by extracting the above functions.
10229 Tidy up the coding somewhat.
10230 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
10231 restructure a bit.
10232
10233 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10234
10235 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
10236 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
10237
10238 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
10239 (c-submode-indicators): Change name from `c-auto-hungry-string'
10240 since it's now used to track another submode.
10241
10242 (c-update-modeline): Convert to function and extended to check
10243 `c-subword-move-mode'.
10244
10245 (c-forward-into-nomenclature, c-backward-into-nomenclature):
10246 Convert to compat aliases for `c-forward-subword' and
10247 `c-backward-subword'.
10248
10249 * progmodes/cc-subword.el: New functions and minor mode to handle
10250 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
10251
10252 (c-forward-subword, c-backward-subword, c-mark-subword)
10253 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
10254 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
10255 Functions corresponding to the standard word handling functions.
10256
10257 (c-subword-move-mode): Minor mode that replaces all the standard
10258 word handling functions with their subword equivalences.
10259
10260 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10261
10262 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
10263 entry for one-liner-defun.
10264
10265 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
10266 name in its def-edebug-spec.
10267
10268 * progmodes/cc-cmds.el (c-electric-brace): Make the
10269 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
10270 compacts space before a comment, if this will make things fit on
10271 one line.
10272
10273 Introduce an "awk" style, mainly for auto-newline and clean-ups.
10274
10275 * progmodes/cc-align.el: New function c-snug-1line-defun-close
10276
10277 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
10278 clean-up one-liner-defun.
10279
10280 * progmodes/cc-styles.el: Add the new "awk" style.
10281
10282 * progmodes/cc-vars.el: Add description of one-liner-defun to
10283 c-cleanup-list's doc-string. New user options,
10284 c-max-one-liner-length. In c-default-style, set the default style
10285 for AWK to "awk".
10286
10287 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10288
10289 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
10290 macros inside labels.
10291
10292 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
10293 `c-at-statement-start-p' and `c-at-expression-start-p'.
10294
10295 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
10296 error if the mark isn't set.
10297
10298 * progmodes/cc-engine.el (c-guess-continued-construct)
10299 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
10300 accurately detect functions inside functions.
10301
10302 * progmodes/cc-engine.el (c-at-expression-start-p): New function
10303 like `c-at-statement-start-p' that additionally recognizes commas
10304 and expression parentheses as delimiters.
10305
10306 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
10307 to avoid heuristics that doesn't work for unclosed blocks.
10308 (c-at-statement-start-p): New function.
10309
10310 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
10311 Objective-C directives, e.g. directives spanning lines should work
10312 reasonably well now.
10313
10314 (c-put-c-type-property, c-clear-c-type-property): New helpers.
10315
10316 (c-forward-objc-directive): New function to move over any ObjC
10317 directive.
10318
10319 (c-just-after-func-arglist-p, c-guess-basic-syntax)
10320 (c-basic-matchers-before): Use it.
10321
10322 (c-font-lock-objc-iip-decl): Remove.
10323
10324 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
10325 in the template arglist recognition.
10326
10327 * progmodes/cc-styles.el (c-style-alist): Fix several
10328 inconsistencies in the Whitesmith style.
10329
10330 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
10331 New lineup function to get lines after Whitesmith style blocks
10332 correctly indented.
10333
10334 (c-lineup-whitesmith-in-block): Back out the compensation for
10335 opening parens since it's done using `add' lists in the style
10336 definition instead. Don't use the anchor position since it varies
10337 too much between the syntactic symbols. :P
10338
10339 * progmodes/cc-vars.el (c-valid-offset): Update.
10340
10341 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
10342 lists where the offsets are combined according to several
10343 different methods: `first', `min', `max', and `add'.
10344 Report offset evaluation errors with `c-benign-error' so that some kind
10345 of reindentation still is done.
10346
10347 * progmodes/cc-engine.el (c-guess-basic-syntax):
10348 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
10349 `arglist-close'.
10350
10351 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
10352 situations for `arglist-cont-nonempty' and `arglist-close'.
10353
10354 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
10355
10356 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
10357 cc-bytecomp-boundp' in a number of places.
10358
10359 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
10360 macro related issue.
10361
10362 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10363
10364 * progmodes/cc-awk.el: Change the terminology of regexps: A char
10365 list is now [asdf], a char class [:alpha:].
10366 Include code for char classes.
10367 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
10368 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
10369
10370 Remove (nearly all of) the cruft associated with AWK Mode's former
10371 concept of "virtual semicolons":
10372
10373 Adapt c-beginning-of-statement, c-end-of-statement (together with
10374 subfunctions) to use the new notion of "virtual semicolon" in
10375 place of the old awkward special handling for AWK. There remains
10376 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
10377 * progmodes/cc-cmds.el:
10378 (c-ascertain-adjacent-literal): In the backwards direction, now
10379 recognises AWK regexp delimiters as string delimiters.
10380 (c-after-statement-terminator-p): Adapt for virtual semicolons;
10381 check more rigorously for "end of macro".
10382 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
10383 virtual semicolons;
10384 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
10385 out the code for forward movement into ...
10386 (c-end-of-statement): Now contains the code for forward movement,
10387 adapted for virtual semicolons.
10388
10389 * progmodes/cc-engine.el:
10390 (c-ws*-string-limit-regexp): New regexp.
10391 (c-forward-single-comment, c-backward-single-comment): Comment out
10392 the (now redundant) "special" AWK stuff.
10393
10394 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
10395 c-string-par-start, c-string-par-separate to be more like Text
10396 Mode than Fundamental Mode.
10397
10398 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10399
10400 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
10401 to the fontified region so that fontification doesn't occur
10402 outside it (could happen e.g. when fontifying a line with an
10403 unfinished declaration).
10404
10405 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10406
10407 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
10408 start of the file. ^L now separate sections of the file.
10409 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
10410 (c-awk-one-line-possibly-open-string-re)
10411 (c-awk-regexp-one-line-possibly-open-char-class-re)
10412 (c-awk-one-line-possibly-open-regexp-re)
10413 (c-awk-one-line-non-syn-ws*-re): New defonsts.
10414 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
10415
10416 Amend the concept of "virtual semicolons" (in the indentation
10417 engine) for languages like AWK, such that they are now
10418 conceptually attached to end of the last token of a statement, not
10419 the end of the line. (In AWK Mode, however, the pertinent text
10420 property is still physically set on the EOL.) Remove the specific
10421 tests for awk-mode, thus facilitating the introduction of other
10422 language modes where EOLs can end statements.
10423 (Note: The funtionality in cc-cmds.el, specifically
10424 c-beginning/end-of-statement has yet to be amended.)
10425
10426 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
10427 New macros.
10428
10429 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
10430 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
10431 c-vsemi-status-unknown-p-fn (in a new page).
10432
10433 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
10434 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
10435 numerous awkward forms like
10436 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
10437 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
10438 variable before-ws-ip, the place just after char-before-ip appears.
10439
10440 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
10441 a comment.
10442
10443 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10444
10445 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
10446 `c-tentative-buffer-changes'.
10447
10448 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
10449 convert to macro to choose between Emacs and XEmacs at compile time.
10450
10451 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
10452
10453 (c-tentative-buffer-changes): New macro to handle temporary buffer
10454 changes in a convenient way.
10455
10456 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
10457 for `c-tentative-buffer-changes'.
10458
10459 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
10460 the checks for paren sexps between the point and the keyword, to
10461 avoid some false alarms.
10462
10463 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
10464 Fixed a situation where an error could be thrown for unbalanced
10465 parens. Changed to make use of c-keyword-member' to avoid some
10466 repeated regexp matches.
10467
10468 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
10469 These language variable are no longer necessary.
10470
10471 (c-block-stmt-kwds): New language constant used by
10472 c-looking-at-inexpr-block'.
10473
10474 (c-guess-basic-syntax): Remove an optional check that looked at
10475 the existence of the now removed language variables.
10476
10477 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
10478 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
10479 object instantiation expressions as declarations in some contexts.
10480 This bug only affected languages where the declarator can't be
10481 enclosed in parentheses.
10482
10483 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
10484 insert newlines before and after substatement braces.
10485
10486 * progmodes/cc-engine.el: Improved the heuristics for recognizing
10487 function declaration headers and the handling of C++ style member
10488 init lists.
10489
10490 (c-just-after-func-arglist-p): Rewritten to use
10491 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
10492
10493 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
10494
10495 (c-guess-basic-syntax): Adapt case 5B for the new
10496 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
10497 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
10498 covers all cases now).
10499
10500 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
10501
10502 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10503
10504 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
10505 c-string-par-start/separate c-sentence-end-with-esc-eol,
10506 initialised in c-setup-paragraph-variables, used in string
10507 scanning subroutines of c-beginning-of-statement.
10508
10509 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
10510 which precedes the newly inserted `{'.
10511
10512 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10513
10514 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
10515 function for declaration level blocks. It should now cope with
10516 templates better and also be a lot more comprehensible.
10517
10518 (c-looking-at-decl-block): The new function.
10519
10520 (c-search-uplist-for-classkey): The old one. It's now a wrapper
10521 for compatibility.
10522
10523 (c-add-class-syntax, c-guess-continued-construct)
10524 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
10525
10526 (c-decl-block-key): Change to tell apart ambiguous and
10527 unambiguous keywords. Pike specials are now handled directly in
10528 the code instead.
10529
10530 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
10531 New language constants and variables to make the backward skip in
10532 `c-looking-at-decl-block' as tight as possible.
10533
10534 (c-nonsymbol-token-char-list): New language constant.
10535
10536 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
10537 find balanced template arglists backwards.
10538
10539 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
10540 making char classes for `c-syntactic-skip-backward'.
10541
10542 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
10543 16D - can't be a class-close at that point.
10544
10545 * progmodes/cc-engine.el (c-guess-basic-syntax)
10546 (c-add-class-syntax): Don't narrow out the enclosing declaration
10547 level. This makes everything a lot easier, and it was actually
10548 only four small places that needed it to work. Some places that
10549 previously did `widen' are removed now, which has the effect that
10550 `c-guess-basic-syntax' never will look at things outside the
10551 current narrowment now. The anchor position for `topmost-intro'
10552 is affected by this, but it was so bogus it was basically useless
10553 before, and now it's equally bogus but in a slightly different way.
10554
10555 (c-narrow-out-enclosing-class): Gone.
10556
10557 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
10558 the narrowed region.
10559
10560 (c-least-enclosing-brace): Remove silly optional argument.
10561
10562 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
10563 the point could be left directly after an open paren when finding
10564 the beginning of the first decl in the block.
10565
10566 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
10567 Specify which submatch to use.
10568
10569 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
10570
10571 (c-decl-start-re): No longer any need for special treatment of
10572 ObjC due to the above.
10573
10574 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
10575 presumably follows C in that regard.
10576
10577 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
10578 New language constants to specify operator tokens inside
10579 identifiers in a more high level way.
10580
10581 (c-opt-identifier-prefix-key): New internal language constant.
10582
10583 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
10584 (c-identifier-start, c-identifier-key): Now completely calculated
10585 from other constants.
10586
10587 (c-identifier-last-sym-match): Decommission since it's no longer used.
10588
10589 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
10590
10591 * progmodes/cc-engine.el (c-forward-name): Remove the
10592 optimization when c-identifier-key is equal to c-symbol-key since
10593 it doesn't work in byte compiled files. Don't record empty
10594 regions as identifiers.
10595
10596 * progmodes/cc-langs.el (c-filter-ops): New helper function to
10597 simplify access to `c-operators' and its likes.
10598
10599 (c-operator-list, c-all-op-syntax-tokens)
10600 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
10601 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
10602 (c-primary-expr-regexp, c-cast-parens): Use it.
10603
10604 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
10605 an explicit language in functions.
10606
10607 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
10608 variant of adornment.
10609
10610 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
10611 variable.
10612
10613 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
10614 the Pike value.
10615
10616 * progmodes/cc-engine.el (c-on-identifier)
10617 (c-simple-skip-symbol-backward): Small fix for handling "-"
10618 correctly in `skip-chars-backward'. Affected the operator lfun
10619 syntax in Pike.
10620
10621 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
10622 diagnostic message about precompiled language vars not being used.
10623
10624 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
10625 "__attribute__" is followed by a parenthesis.
10626
10627 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
10628 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
10629 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
10630
10631 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
10632 Internal cleanups to properly detect the declared identifiers in
10633 various declarations.
10634
10635 (c-decl-start-kwds): New language constant to recognize
10636 declarations that can start anywhere. Used for class declarations
10637 in Pike.
10638
10639 (c-specifier-key, c-not-decl-init-keywords)
10640 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
10641 (c-find-decl-spots): Implement `c-decl-start-kwds'.
10642
10643 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
10644 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
10645 handling of the compiler specific extension keywords into a new
10646 language constant `c-decl-hangon-kwds' that defines keyword
10647 clauses to be ignored in declarations.
10648
10649 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
10650 past unrecognized tokens when handling `c-colon-type-list-kwds'.
10651 Necessary to stop at the declared identifier in e.g. IDL valuetype
10652 declarations.
10653
10654 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
10655 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
10656 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
10657 (c-forward-decl-or-cast-1): Recognize the declared identifier in
10658 class and enum declarations as such and not as part of the type.
10659
10660 (c-forward-decl-or-cast-1, c-forward-label): Relax the
10661 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
10662
10663 (c-forward-decl-or-cast-1): Don't disregard sure signs of
10664 declarations when there's some syntax error later on.
10665
10666 (c-complex-decl-matchers): Did away with a reference to
10667 `c-specifier-key'.
10668
10669 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
10670 value - this variable is always dynamically bound.
10671
10672 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
10673 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
10674 * cc-cmds.el, cc-defs.el: Change the policy for marking up
10675 functions that might do hidden buffer changes: All such internal
10676 functions are now marked instead of those that don't.
10677
10678 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
10679 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
10680 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
10681 (c-literal-type): Allow these functions to make hidden buffer changes,
10682 so that they are free to use text property caching later on.
10683
10684 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
10685 (c-electric-brace, c-electric-slash, c-electric-star)
10686 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
10687 (c-electric-paren, c-electric-continued-statement, c-indent-command)
10688 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
10689 (c-context-line-break): Add `c-save-buffer-state' calls to comply
10690 with the changed semantics of the functions above.
10691
10692 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
10693 when macros occur in obscure places. Optimized the sexp movement
10694 a bit.
10695
10696 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10697
10698 Enhancements for c-beginning-of-statement to work in AWK Mode:
10699
10700 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
10701 (completed statement) with `}' (statement completed by closing
10702 brace or semicolon) and `$' (statement completed by EOL).
10703
10704 (c-awk-virtual-semicolon-ends-prev-line-p)
10705 (c-awk-virtual-semicolon-ends-line-p)
10706 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
10707 (c-awk-at-statement-end-p): New functions.
10708
10709 * progmodes/cc-cmds.el: Simplify the structure of functions
10710 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
10711 two functions and c-beginning-of-statement to handle AWK Mode.
10712
10713 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
10714 c-backward-single-comment for AWK mode. Attempt to clarify their
10715 doc-strings.
10716
10717 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
10718
10719 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10720
10721 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
10722 label handling. Labels are now recognized in a uniform and more
10723 robust way, regardless of context. Text properties are put on all
10724 labels to recognize the following declarations better.
10725 Multiword labels are handled both in indentation and fontification for
10726 the benefit of language extensions like Qt. For consistency, keywords
10727 in labels are now fontified with the label face instead.
10728 That also applies to "case" and "default".
10729
10730 (c-beginning-of-statement-1): Fix some bugs in the label
10731 handling. Disregard `c-nonlabel-token-key' in labels that begin
10732 with `c-label-kwds'.
10733
10734 (c-find-decl-spots): Support that the callback adds more
10735 `c-decl-end' spots to find.
10736
10737 (c-forward-decl-or-cast-1): Don't treat a list of plain
10738 identifiers followed by a colon as a declaration.
10739
10740 (c-forward-label): New function to recognize labels.
10741
10742 (c-guess-basic-syntax): Replace uses of `c-label-key' with
10743 `c-forward-label'. Moved the label recognition cases (14 and 15)
10744 earlier since they aren't so context sensitive now. Handle labels
10745 on the top level gracefully. Moved access label recognition to
10746 the generic label case (CASE 15) - removed CASE 5E.
10747
10748 (c-font-lock-declarations): Add recognition of labels in the
10749 same round since we need to handle labels in parallell with other
10750 declarations to recognize both accurately. It should also improve
10751 speed.
10752
10753 (c-simple-decl-matchers, c-basic-matchers-after):
10754 Move `c-font-lock-labels' so that it only is used on decoration level 2
10755 since `c-font-lock-declarations' handles it otherwise.
10756
10757 (c-complex-decl-matchers): Remove the simplistic recognition of
10758 access labels.
10759
10760 (c-decl-prefix-re): Remove the kludges that was necessary to cope
10761 with labels earlier.
10762
10763 (c-decl-start-re): New language variable to make
10764 `c-font-lock-declarations' stop for the special protection labels
10765 in Objective-C that start with `@'.
10766
10767 (c-label-key): Remove since it's no longer used.
10768
10769 (c-recognize-colon-labels, c-label-prefix-re): New language
10770 constants to support recognition of generic colon-terminated labels.
10771
10772 (c-type-decl-end-used): `c-decl-end' is now used whenever there
10773 are colon terminated labels.
10774
10775 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
10776 first argument starts with a special brace list.
10777
10778 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
10779 (c-font-lock-declarations): Break out the declaration and cast
10780 recognition from `c-font-lock-declarations' to a new function, so
10781 that it can be used in the indentation engine.
10782
10783 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
10784 up to the start of the literal. Fixed bug with the point on the
10785 wrong side of the search limit that could happen when the start
10786 position is inside a literal.
10787
10788 * progmodes/cc-engine.el (c-parse-state)
10789 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
10790 so that it's kept a little bit back to increase the hit rate.
10791
10792 (c-parse-state): Change the macro handling and fixed some
10793 glitches. Macro context is checked more often than necessary now,
10794 but otoh less garbage conses are generated.
10795
10796 * progmodes/cc-engine.el (c-parse-state)
10797 (c-invalidate-state-cache): Cache the last position where
10798 `c-state-cache' applies. This can speed up refontification quite
10799 a bit in blocks where there are many non-brace parens before the point.
10800
10801 (c-state-cache-end): New variable for this.
10802
10803 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
10804 cache variable.
10805
10806 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
10807 get close initial continue positions when the start position is
10808 inside a literal or macro. Do not call the callback for spots
10809 before the start position (which can happen e.g. for `c-decl-end'
10810 spots inside comments). Optimize better in special cases when the
10811 region is a single line inside a literal or macro (typically when
10812 the current line is refontified).
10813
10814 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
10815 to `c-add-stmt-syntax' - there's no need to explicitly whack off
10816 entries from the paren state.
10817
10818 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
10819 special case for "else if" clauses.
10820
10821 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
10822 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
10823
10824 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
10825 New language variable to recognize the gcc extension with statement
10826 blocks inside expressions.
10827
10828 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
10829 it somewhat more comprehensible. The argument AT-BLOCK-START is
10830 no longer used and hence removed.
10831
10832 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
10833 to `c-add-stmt-syntax'.
10834
10835 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10836 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
10837 This fixes bogus label recognition.
10838
10839 * progmodes/cc-engine.el (c-add-type, c-check-type)
10840 (c-forward-name, c-forward-type): Improve storage of template
10841 types in `c-found-types' so that they can be recognized better.
10842
10843 (c-syntactic-content): Add option to skip past nested parens.
10844
10845 * progmodes/cc-engine.el (c-forward-name):
10846 Set `c-last-identifier-range' all the time. It's less work that way.
10847 Handle that there might not be an identifier to store in
10848 `c-last-identifier-range'.
10849
10850 (c-forward-type): Handle that `c-last-identifier-range' might be
10851 nil from `c-forward-name'.
10852
10853 * progmodes/cc-defs.el (c-safe-scan-lists)
10854 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
10855
10856 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
10857 to work even if the form fails.
10858
10859 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
10860 down in a large file in one go.
10861
10862 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
10863
10864 * progmodes/cc-align.el (c-lineup-assignments): New lineup
10865 function which is like `c-lineup-math' but returns nil instead of
10866 `c-basic-offset' when it doesn't match.
10867
10868 (c-lineup-math): Change to use `c-lineup-assignments'.
10869
10870 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10871
10872 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
10873 c-beginning-of-statement. New subfunctions
10874 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
10875
10876 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10877
10878 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
10879 hardcoded char classes whereever possible. Changed a couple of
10880 places to use skip by syntax instead of skip by char class.
10881
10882 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
10883 Fix a bug in the regexp that caused extreme backtracking.
10884
10885 * progmodes/cc-langs.el (c-block-comment-starter)
10886 (c-block-comment-ender): New language constants to specify in a
10887 single place how block comments look.
10888
10889 (c-comment-start-regexp, c-block-comment-start-regexp)
10890 (comment-start, comment-end, comment-start-skip)
10891 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
10892 (c-syntactic-ws, c-nonempty-syntactic-ws)
10893 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
10894 `c-line-comment-starter', `c-block-comment-starter' and
10895 `c-block-comment-ender'.
10896
10897 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
10898 New language constants to break up things a bit.
10899
10900 (c-simple-ws): New language constant for simple whitespace.
10901
10902 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
10903
10904 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
10905 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
10906 newlines. Allow and ignore nil elements in the list.
10907
10908 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10909
10910 * progmodes/cc-cmds.el: Comment out a (n almost certainly
10911 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
10912
10913 * progmodes/cc-cmds.el: Tidy up the comments in
10914 c-beginning-of-statement and subfunctions.
10915
10916 * progmodes/cc-awk.el: Replace calls to put-text-property to the
10917 more flexible c-put-char-property and c-clear-char-properties.
10918 Add the author's email address.
10919
10920 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
10921
10922 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
10923 closing "*/" of a block comment.
10924
10925 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
10926 subfunctions) so that it works at BOB and EOB.
10927
10928 * progmodes/cc-cmds.el, cc-vars.el: More updating of
10929 c-beginning-of-statement, including new variable
10930 c-block-comment-start-regexp.
10931
10932 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10933
10934 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
10935 symbols from `*-font-lock-extra-types' so that there's no need to
10936 use `regexp-opt' on those lists.
10937
10938 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
10939 `c-type-modifier-kwds' is empty.
10940
10941 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
10942 there are several strings on the same line.
10943
10944 * progmodes/cc-engine.el (c-literal-limits): Remove the
10945 compatibility function for older emacsen. `c-literal-limits-fast'
10946 has now taken the place of this function.
10947
10948 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
10949 with older emacsen: We now require `pps-extended-state'.
10950
10951 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10952
10953 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
10954 which obviates the need to hack sentence-end. This now handles
10955 escaped newlines in strings correctly. Correct minor bugs in
10956 c-move-over-sentence and in c-beginning-of-statement.
10957
10958 * progmodes/cc-cmds.el (c-beginning-of-statement (and
10959 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
10960 that movement over macros and code are rigorously separated from
10961 eachother. Correct a few incidental bugs.
10962
10963 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
10964 Improve its doc-string. Improve the handling of certain specific cases.
10965
10966 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10967
10968 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
10969 (c-guess-basic-syntax): Change the way class-level labels are
10970 recognized; they can now contain essentially any symbols.
10971
10972 (c-opt-extra-label-key): New language variable to cope with the
10973 special protection label syntax in Objective-C.
10974
10975 (c-opt-access-key): Remove; this is now handled better by
10976 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
10977
10978 (c-complex-decl-matchers): Update to handle that
10979 `c-opt-access-key' no longer exists.
10980
10981 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
10982 improved label recognition in `c-beginning-of-statement-1'.
10983
10984 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
10985 Recognize bitfields better.
10986
10987 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
10988 Remove some cruft and fixed a bug that could cause it to go to a
10989 position further down.
10990
10991 * progmodes/cc-langs.el, cc-engine.el
10992 (c-beginning-of-statement-1): Improve detection of labels in
10993 declaration contexts.
10994
10995 (c-beginning-of-decl-1): Use it.
10996
10997 (c-nonlabel-token-key): New language constant and variable needed
10998 by `c-beginning-of-statement-1'.
10999
11000 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
11001 manifested itself due to the correction in `c-forward-sexp'.
11002
11003 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
11004 Make these behave as documented when used at the buffer limits.
11005
11006 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
11007 (c-type-decl-end-used): Made this a language variable.
11008
11009 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
11010 correctly when `combine-after-change-calls' is used together with
11011 temporary narrowings.
11012
11013 * progmodes/cc-engine.el (c-beginning-of-statement-1):
11014 Report labels correctly when the start point is immediately after the
11015 colon.
11016
11017 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
11018 Remove since it isn't used anymore.
11019
11020 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
11021 bracket arglists such as template parens in C++.
11022
11023 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
11024 in the last check-in. Some optimization.
11025
11026 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
11027 where it could stop at the same level in a preceding sexp when
11028 PAREN-LEVEL is set.
11029
11030 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
11031 text property lookup only when it's needed.
11032
11033 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
11034 Change the policy for paren marked angle brackets to be more
11035 persistent; once marked they remain marked even when they're found
11036 to be unbalanced in the searched region. This should keep the
11037 paren syntax around even when individual lines are refontified in
11038 multiline template arglists.
11039
11040 (c-parse-and-markup-<>-arglists): New dynamically bound variable
11041 to control markup so that incorrect angle bracket arglists aren't
11042 marked in contexts where the correct value for
11043 `c-disallow-comma-in-<>-arglists' isn't known.
11044
11045 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
11046 argument has become `c-parse-and-markup-<>-arglists'.
11047
11048 (c-remove-<>-arglist-properties): Remove - no longer used.
11049
11050 (c-after-change-check-<>-operators): New function used on
11051 `after-change-functions' to avoid that "<" and ">" characters that
11052 are part of longer operators have paren syntax.
11053
11054 (c-<>-multichar-token-regexp): New language variable used by
11055 `c-after-change-check-<>-operators'.
11056
11057 (c-after-change): Call `c-after-change-check-<>-operators'.
11058
11059 (c-font-lock-<>-arglists): Use the context properties set by
11060 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
11061 correctly to avoid doing invalid markup.
11062
11063 (c-font-lock-declarations): Remove code that undoes the invalid
11064 markup done by `c-font-lock-<>-arglists'.
11065
11066 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
11067 after `c-font-lock-declarations'.
11068
11069 * progmodes/cc-engine.el (c-syntactic-skip-backward):
11070 Add paren-level feature.
11071
11072 (c-guess-basic-syntax): Improve the anchor position for
11073 `template-args-cont' in nested template arglists. There's still
11074 much to be desired in this area, though.
11075
11076 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
11077
11078 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
11079 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
11080
11081 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
11082
11083 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
11084 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
11085
11086 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
11087 it doesn't work no longer are supported.
11088
11089 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
11090 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
11091 requires support for the syntax-table' text property, which rules
11092 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
11093 cruft associated with those versions.
11094
11095 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
11096 for the `syntax-table' text property, which rules out Emacs 19 and
11097 XEmacs < 21.4. Removed various compatibility cruft associated
11098 with those versions.
11099
11100 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
11101 support for the `syntax-table' text property.
11102
11103 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
11104 variable and use an extra quoted face name instead. All the
11105 emacsen flavors handle that correctly.
11106
11107 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
11108 (c-font-lock-declarators, c-font-lock-declarations)
11109 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
11110 property to mark the items in in declarator lists to handle
11111 refontification inside multiline declarations better.
11112
11113 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
11114 construct like "a * b = c;" as a declaration.
11115
11116 2005-12-08 Kim F. Storm <storm@cua.dk>
11117
11118 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
11119 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
11120 select either meta, hyper, or super modifier for rectangle commands.
11121 (cua--rectangle-modifier-key): New defvar.
11122 (cua--M/H-key): Use it. Remove special case for `space'.
11123 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
11124 on X, to meta otherwise. Always bind C-return to toggle
11125 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
11126
11127 * emulation/cua-rect.el (cua-help-for-rectangle):
11128 Use cua--rectangle-modifier-key. Handle super modifier too.
11129 (cua--init-rectangles): Always bind C-return to toggle rectangle.
11130 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
11131
11132 * ido.el: Move Acknowledgements and History after Commentary.
11133 Minor changes to Commentary.
11134
11135 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
11136 keymap if cua--prefix-override-timer is `shift'.
11137 (cua--shift-control-prefix): New function; emulate "type prefix
11138 key twice" functionality to handle shifted prefix key override.
11139 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
11140 New commands.
11141 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
11142
11143 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
11144
11145 * textmodes/org.el (org-insert-heading): Try to do items before
11146 headings.
11147 (org-agenda-mode): Quote `org-agenda-mode-hook'.
11148 (org-insert-item): New function.
11149 (org-renumber-ordered-list): Don't skip to higher level lists.
11150
11151 2005-12-08 Juri Linkov <juri@jurta.org>
11152
11153 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
11154
11155 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
11156
11157 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
11158
11159 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
11160 the constructed function name fun-1.
11161
11162 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
11163 because such links don't lead to parent documentation.
11164
11165 2005-12-08 Kenichi Handa <handa@m17n.org>
11166
11167 * descr-text.el (describe-char): Use *Help-2* buffer if the
11168 current buffer is *Help*. Call describe-text-properties while
11169 setting the original buffer.
11170
11171 2005-12-07 Bill Wohler <wohler@newt.com>
11172
11173 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
11174 and causes problems with non-MH users (such as Gnus users).
11175
11176 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
11177
11178 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
11179 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
11180 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
11181 command "info sources". Move calls to GDB command "list".
11182 (gdb-find-file-hook): Just use gdb-source-file-list.
11183 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
11184 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
11185 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
11186 (gdb-data-list-register-values-handler): Use correct trigger name.
11187
11188 2005-12-07 Kim F. Storm <storm@cua.dk>
11189
11190 * ido.el (ido-completion-map): Rename from ido-mode-map.
11191 (ido-common-completion-map, ido-file-completion-map)
11192 (ido-file-dir-completion-map, ido-buffer-completion-map):
11193 Rename from ido-mode-....-map.
11194 (ido-init-completion-maps): Rename from ido-init-mode-maps.
11195 (ido-setup-completion-map): Rename from ido-define-mode-map.
11196 (ido-read-internal): Bind minibuffer-local-filename-completion-map
11197 to ido-completion-map.
11198
11199 2005-12-07 Kenichi Handa <handa@m17n.org>
11200
11201 * international/mule-cmds.el
11202 (set-display-table-and-terminal-coding-system): If the coding
11203 system specified in `unibyte-display' property is different from
11204 the arg coding-system, don't setup standard-display-table.
11205
11206 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
11209 that comments end at \n, regardless of selective-display.
11210
11211 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
11212
11213 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
11214 (gdb-version): New variables.
11215 (gdb-source-file-list, gdb-register-names)
11216 (gdb-changed-registers): New variables for use with GDB 6.4+.
11217 (gdb-ann3): Replace with...
11218 (gdb-init-1, gdb-init-2): ...two new functions.
11219 (gdba, gdb-prompt): Call gdb-init-1.
11220 (gdb-get-version): New function. Call gdb-init-2 from here.
11221 (gud-watch): Make it work with mouse events too.
11222 (gdb-post-prompt): Don't add to queue until GDB version is known.
11223 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
11224 (gdb-locals-mode): Use gdb-version.
11225 (gdb-memory-format-map, gdb-memory-unit-map)
11226 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
11227 (gdb-locals-font-lock-keywords-1)
11228 (gdb-locals-font-lock-keywords-2): New variables.
11229 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
11230 (gdb-set-gud-minor-mode-existing-buffers-1)
11231 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
11232 (gdb-var-update-1, gdb-var-update-handler-1)
11233 (gdb-data-list-register-values-handler)
11234 (gdb-data-list-register-values-custom)
11235 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
11236 (gdb-stack-list-locals-handler, gdb-get-register-names):
11237 New functions for use with GDB 6.4+.
11238 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
11239 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
11240 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
11241 (gdb-stack-list-locals-regexp)
11242 (gdb-data-list-register-names-regexp): New regexps for use with
11243 GDB 6.4+.
11244
11245 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
11246
11247 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
11248
11249 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
11250
11251 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
11252 prompts work for AUTH PLAIN. Also reported by Steve Allan
11253 <seallan@verizon.net>.
11254
11255 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11256
11257 * frame.el (set-frame-parameter): Add doc string.
11258
11259 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
11260
11261 * textmodes/org.el (org-occur-highlights): New variable.
11262 (org-highlight-new-match, org-remove-occur-highlights): New functions.
11263 (org-highlight-sparse-tree-matches): New option.
11264 (org-do-occur): New function.
11265 (org-get-heading): Make it work also at beginning of line.
11266 (org-category-table): New variable.
11267 (org-get-category-table, org-get-category)
11268 (org-camel-to-words, org-link-search): New functions.
11269 (org-select-this-todo-keyword): New variable.
11270 (org-todo-list): New command.
11271 (org-shiftright, org-shiftleft): New commands.
11272 (org-agenda-todo): Add prefix argument.
11273 (org-show-hierarchy-above): New option.
11274 (org-show-todo-tree): Numerical prefix creates tree for specific
11275 TODO keyword.
11276 (org-outline-level): New function, to assign a level to plain
11277 lists items.
11278 (org-cycle-include-plain-lists): New option.
11279 (org-mode): Use `org-outline-level' as value of `outline-level'.
11280 (org-cycle): Temporarily switch `outline-regexp' if
11281 `org-cycle-include-plain-lists' is non-nil.
11282 (org-start-icalendar-file): Fix format bug.
11283 (org-agenda-get-day-entries): Create category table.
11284 (org-agenda-get-todos, org-agenda-get-timestamps)
11285 (org-agenda-get-deadlines, org-agenda-get-scheduled)
11286 (org-agenda-get-blocks): Use `org-get-category'.
11287 (org-context-in-file-links): Rename from
11288 `org-line-numbers-in-file-links'.
11289
11290 2005-12-06 Romain Francoise <romain@orebokech.com>
11291
11292 * window.el (balance-windows): Delete extraneous third arg in call
11293 to `enlarge-window'.
11294
11295 2005-12-06 Kenichi Handa <handa@m17n.org>
11296
11297 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
11298
11299 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
11300
11301 * progmodes/gdb-ui.el (gdb-var-create-handler)
11302 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
11303 (gdb-var-list-children-handler, gdb-var-update-handler):
11304 Current buffer is already gdb-partial-output-buffer, don't
11305 make it current again.
11306
11307 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
11308
11309 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
11310 (list-buffers-noselect): Use it.
11311
11312 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
11313
11314 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
11315 (mail-yank-ignored-headers): Use regexp-opt.
11316 (mail-mode-map): Move initialization into declaration.
11317 (mail-sent-via): Remove unused shadowed var `to-line'.
11318 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
11319 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
11320 (mail-do-fcc): Use dolist and push.
11321 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
11322 (mail-yank-ignored-headers): Don't autoload.
11323
11324 2005-12-05 Kenichi Handa <handa@m17n.org>
11325
11326 * international/mule-cmds.el (set-language-info-internal): New fun.
11327 (set-language-info): Call set-language-info-internal to update
11328 language-info-alist. If LANG-ENV is the current one, call
11329 set-language-environment to make INFO effective now.
11330 (set-language-info-alist): Likewise.
11331 (locale-language-names): With locale "en", use English
11332 lang. env. but set the default codings to iso-8859-1.
11333
11334 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
11335
11336 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
11337 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
11338 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
11339 for plain strings.
11340 (gdb-frames-mode): Remove redundant call to font-lock-mode.
11341 (gdb-all-registers): Rename from toggle-gdb-all-registers.
11342 Create registers buffer if necessary. Echo new state in minibuffer.
11343 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
11344
11345 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
11346
11347 * info.el (Info-fontify-node): Match external links using
11348 non-directory part of filename.
11349
11350 2005-12-04 Juri Linkov <juri@jurta.org>
11351
11352 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
11353 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
11354 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
11355 because there is no customization option for it.
11356
11357 * font-lock.el (lisp-font-lock-keywords-1):
11358 Add define-global-minor-mode.
11359
11360 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
11361
11362 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
11363 properties on the constructed variable names.
11364
11365 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11366 Put `definition-name' properties on the constructed function names
11367 next-sym and prev-sym.
11368
11369 * emacs-lisp/find-func.el (find-function-regexp):
11370 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
11371 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
11372 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
11373 and easy-menu-define.
11374
11375 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
11376 easy-mmode-define-global-mode and define-global-minor-mode.
11377 (lisp-imenu-generic-expression): Add define-global-minor-mode.
11378
11379 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
11380 instead of easy-mmode-define-global-mode.
11381
11382 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
11383 Use define-minor-mode instead of easy-mmode-define-minor-mode.
11384
11385 * cus-edit.el (customize-group, customize-group-other-window):
11386 Filter out autoloaded options from the group completion list by
11387 using heuristics that autoloaded groups don't have `custom-autoload'
11388 property on their symbols (they have only `custom-loads').
11389
11390 * simple.el (completion-setup-function): Put completions-common-part
11391 face on complete completion string too (i.e. completion string
11392 without completions-first-difference face).
11393
11394 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
11395
11396 2005-12-03 Eli Zaretskii <eliz@gnu.org>
11397
11398 * view.el (view-mode): Doc fix.
11399
11400 * disp-table.el (standard-display-european): Add to the warning
11401 message a reference to the doc string.
11402
11403 * play/yow.el (apropos-zippy): Call print-help-return-message,
11404 similar to other Help and Apropos commands.
11405
11406 * help.el (print-help-return-message): If pop-up-frames is
11407 non-nil, set up help-return-method to delete the help window and,
11408 possibly, its frame as well, and don't display message about
11409 scrolling the help window. Doc fix.
11410 (help-return-method): Doc fix.
11411
11412 2005-12-03 Martin Rudalics <rudalics@gmx.at>
11413
11414 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
11415 whereby names of length one or names starting with a
11416 symbol-constituent character would not be returned.
11417
11418 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11419
11420 * subr.el (atomic-change-group): Add edebug and indentation spec.
11421
11422 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11423
11424 * completion.el (save-completions-file-name): Fix typo in last change.
11425
11426 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11427
11428 * info.el: Move back/forward history to the beginning of the tool bar.
11429
11430 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
11431
11432 * allout.el (eval-when-compile): Remove unnecessary load of cl.
11433 Add fset of allout-real-isearch-abort during compile to fix
11434 byte-compilation warnings.
11435 (allout-mode-p): Move definition of this macro above all uses, or
11436 byte compilation in barren emacs (eg, during emacs build) will
11437 lack the definition.
11438 (allout-mode): Move this variable above any uses, or byte
11439 compilation will fail.
11440 (allout-resolve-xref): Remove use of personal file-reference function.
11441 (allout-toggle-current-subtree-encryption): Do the current (ie,
11442 visible containing) topic, rather than nearest around point. Doc fix.
11443 (allout-toggle-subtree-encryption): New function, workhorse that
11444 works on nearest topic containing point.
11445 (allout-encrypt-string): Signal requirement for newer version of pgg.
11446 (allout-resumptions): Doc fix.
11447
11448 2005-12-02 Eli Zaretskii <eliz@gnu.org>
11449
11450 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
11451
11452 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
11453
11454 * textmodes/flyspell.el (flyspell-external-point-words):
11455 Consider a misspelling as found in the string search if: (a) misspelling
11456 and found string lengths match, or (b) misspelling is found as
11457 element in a boundary-chars separated longer string, or (c)
11458 ispell-program-name is really ispell and misspelling is found as
11459 part of a TeX string. After successful match move beginning of
11460 search region to end of match. Warn about not found misspellings
11461 once the process is done.
11462 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
11463
11464 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
11465
11466 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
11467 tool bar (removed inadvertently).
11468
11469 2005-12-02 Juri Linkov <juri@jurta.org>
11470
11471 * log-view.el (log-view-diff): Clarify doc string.
11472
11473 2005-12-01 Bill Wohler <wohler@newt.com>
11474
11475 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
11476 triggers lm-verify errors.
11477
11478 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
11479
11480 * simple.el (transient-mark-mode, line-number-mode)
11481 (column-number-mode, size-indication-mode): Remove `:require nil'.
11482
11483 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
11484
11485 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
11486 in the margin also.
11487 (gdb-breakpoints-mode-map): Use D instead of d for
11488 gdb-delete-breakpoint.
11489 (gdb-get-frame-number): Require a number to match on.
11490 (gdb-threads-mode-map): Add follow-link binding.
11491
11492 2005-11-30 Jason Rumney <jasonr@gnu.org>
11493
11494 * isearch.el (isearch-mode-map): Avoid exiting search on
11495 language-change event.
11496
11497 2005-11-30 Romain Francoise <romain@orebokech.com>
11498
11499 * speedbar.el (speedbar-default-position): New defcustom.
11500 (speedbar-frame-reposition-smartly): Use it.
11501
11502 * dframe.el (dframe-reposition-frame-emacs): Fix position
11503 computation for `left' location.
11504 Update copyright year.
11505
11506 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
11507
11508 * help.el (help-map): Move initialization into declaration.
11509
11510 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
11511
11512 * help-fns.el (help-argument-name): Don't autoload.
11513 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
11514 to be re-loaded when customizing the `help' group.
11515
11516 2005-11-30 John Paul Wallington <jpw@gnu.org>
11517
11518 * help-fns.el (describe-function-1): Fill arglist output.
11519
11520 2005-11-30 Kim F. Storm <storm@cua.dk>
11521
11522 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
11523 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
11524 after revert-buffer (or anything else which kills all local variables).
11525
11526 * apropos.el (apropos-parse-pattern): Doc fix.
11527 Set apropos-regexp directly, rather than expecting callers to do so.
11528 (apropos-command, apropos, apropos-value, apropos-documentation):
11529 Simplify calls to apropos-parse-pattern.
11530
11531 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11532
11533 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
11534 (hi-lock-face-phrase-buffer): Use hi-yellow face.
11535 (hi-lock-write-interactive-patterns): Use comment-region.
11536
11537 * longlines.el (longlines-mode): Add mail-setup-hook.
11538
11539 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
11540
11541 * simple.el (sendmail-user-agent-compose, next-line):
11542 Conditionally use hard-newline.
11543
11544 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11545
11546 * international/latexenc.el (latex-inputenc-coding-alist):
11547 Reword doc string.
11548
11549 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
11550
11551 * help.el (describe-key-briefly, describe-key): Recognize default
11552 bindings.
11553
11554 2005-11-29 Romain Francoise <romain@orebokech.com>
11555
11556 * view.el (view-inhibit-help-message): New defcustom.
11557 (view-mode-enter): Use it.
11558
11559 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
11560
11561 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
11562 Preserve user position.
11563
11564 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
11565
11566 * font-lock.el: Throw error if facemenu is not loaded to prevent
11567 accidental change of loading order in loadup.el. (Suggested by RMS.)
11568
11569 * loadup.el: Add comment explaining why facemenu must be loaded
11570 before font-lock.
11571
11572 2005-11-28 Jay Belanger <belanger@truman.edu>
11573
11574 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
11575 (calc-dispatch-map): Add more keys for `calc-same-interface'.
11576
11577 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
11578
11579 * calc/calc-embed.el (calc-do-embedded): Update help message.
11580
11581 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11582
11583 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11584
11585 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
11586
11587 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
11588 called-interactively-p.
11589 (elp-profilable-p): Rename from elp-not-profilable-p.
11590 Invert result and take into account macros and autoloaded functions.
11591 (elp-instrument-function): Update call.
11592 (elp-instrument-package): Update call. Add completion.
11593 (elp-pack-number): Use match-string.
11594 (elp-results-jump-to-definition-by-mouse): Merge into
11595 elp-results-jump-to-definition and then remove.
11596 (elp-output-insert-symname): Make help echo text single-line.
11597
11598 * replace.el (query-replace-map): Move initialization into declaration.
11599 (occur-engine): Use with-current-buffer.
11600 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
11601 (occur-mode-mouse-goto): Replace with an alias.
11602
11603 2005-11-28 Juri Linkov <juri@jurta.org>
11604
11605 * simple.el (quoted-insert): Let-bind input-method-function to nil.
11606
11607 * term/w32-win.el: Bind [S-tab] to [backtab].
11608
11609 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
11610 `Info-find-file' to t.
11611
11612 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
11613 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
11614 and same-window-regexps.
11615 (occur-next-error): Don't move point for arg 0.
11616
11617 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
11618
11619 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
11620
11621 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
11622
11623 * log-edit.el (log-edit-changelog-use-first): New var.
11624 (log-edit-changelog-ours-p): Use it.
11625 (log-edit-insert-changelog): Set it with new arg `use-first'.
11626 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
11627 (log-edit-hook): Add them to the list of suggested options.
11628
11629 * textmodes/flyspell.el (flyspell-last-buffer): New var.
11630 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
11631 redundant work.
11632 (flyspell-mode-on): Use add-hook for after-change-functions.
11633 (flyspell-mode-off): Use remove-hook for after-change-functions.
11634 (flyspell-changes): Make it buffer-local.
11635 (flyspell-after-change-function): Make it non-interactive. Use push.
11636 (flyspell-post-command-hook): Check input-pending-p while processing
11637 the potentially long list of buffer changes.
11638
11639 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
11640
11641 * buff-menu.el (list-buffers-noselect): Display the selected
11642 frame's buffer list, not the global one.
11643
11644 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11645
11646 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
11647 that (list last-input-event) works as in interactive spec.
11648
11649 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11650
11651 * loadup.el ("facemenu"): Load facemenu before font-lock, because
11652 `facemenu-keymap' needs to be defined when font-lock is loaded.
11653 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
11654
11655 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
11656
11657 * completion.el: Remove useless leading * in defcustom docstrings.
11658 (save-completions-file-name): Use ~/.emacs.d if available.
11659 (completion-standard-syntax-table): Rename from
11660 cmpl-standard-syntax-table and fold initialization into declaration,
11661 thus removing cmpl-make-standard-completion-syntax-table.
11662 (completion-lisp-syntax-table, completion-c-syntax-table)
11663 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
11664 (cmpl-saved-syntax, cmpl-saved-point): Remove.
11665 (symbol-under-point, symbol-before-point)
11666 (symbol-under-or-before-point, symbol-before-point-for-complete)
11667 (add-completions-from-c-buffer): Use with-syntax-table.
11668 (make-completion): Don't return a list of completion entries.
11669 Update callers.
11670 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
11671 (completion-initialize): Rename from initialize-completions.
11672 (completion-find-file-hook): Rename from cmpl-find-file-hook.
11673 (kill-emacs-save-completions): Collect stats here.
11674 (save-completions-to-file, load-completions-from-file):
11675 Use with-current-buffer.
11676 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
11677 into a function. Move all calls to toplevel.
11678 (completion-lisp-mode-hook): New fun.
11679 (completion-c-mode-hook, completion-setup-fortran-mode):
11680 Set the syntax-table here. Use local-set-key.
11681 (completion-saved-bindings): New var.
11682 (dynamic-completion-mode): Make it into a proper minor mode.
11683 (load-completions-from-file): Remove unused var `num-uses'.
11684
11685 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
11686 constructor if it is explicitly overridden.
11687
11688 * complete.el (PC-completion-as-file-name-predicate):
11689 Use minibuffer-completing-file-name.
11690 (partial-completion-mode): Use find-file-not-found-functions.
11691 (PC-lisp-complete-symbol): Use with-syntax-table.
11692 (PC-look-for-include-file): Remove dead setq.
11693 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
11694 (PC-complete): Use with-current-buffer.
11695
11696 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
11697 escape single quotes.
11698
11699 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11700
11701 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
11702 of `if' whose condition always returned nil. Doc fix.
11703
11704 * buff-menu.el (Buffer-menu-revert-function): Make the selected
11705 window's buffer the current buffer around the call to
11706 `list-buffers-noselect'. This is necessary to mark that buffer
11707 with a `.' in the Buffer Menu when called from Lisp, for instance
11708 by Auto Revert Mode.
11709
11710 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
11711
11712 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
11713 attaching to it.
11714 (gdb-pre-prompt): Make sure gdb-error is reset.
11715
11716 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
11717 with a child process, detect it.
11718 (gud-speedbar-buttons): Match regexp more carefully.
11719
11720 2005-11-27 Richard M. Stallman <rms@gnu.org>
11721
11722 * mouse.el (mouse-drag-move-window-bottom):
11723 Use adjust-window-trailing-edge.
11724
11725 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
11726
11727 * simple.el (blink-matching-open): Ignore
11728 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
11729 (blink-matching-paren-on-screen): Update docstring.
11730
11731 * paren.el (show-paren-mode): No longer change
11732 `blink-matching-paren-on-screen'.
11733
11734 2005-11-27 John Paul Wallington <jpw@pobox.com>
11735
11736 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
11737 (gdb-threads-select, gdb-edit-register-value):
11738 Use `posn-set-point' instead of `mouse-set-point' because the
11739 latter is not fbound when configured without X.
11740
11741 2005-11-27 Kim F. Storm <storm@cua.dk>
11742
11743 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
11744 existing face when partially highlighting a TAB in a rectangle.
11745
11746 2005-11-26 Kim F. Storm <storm@cua.dk>
11747
11748 * ido.el (ido-mode-map): Doc fix.
11749 (ido-mode-common-map, ido-mode-file-map)
11750 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
11751 (ido-define-mode-map): Rewrite. Select one of the new maps as
11752 parent for ido-mode-map instead of building from scratch.
11753 (ido-init-mode-maps): New defun to initialize new maps.
11754 (ido-mode): Call it.
11755 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
11756 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
11757
11758 2005-11-26 John Paul Wallington <jpw@pobox.com>
11759
11760 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
11761 `mouse-set-point' because the latter is not fbound when configured
11762 without X.
11763
11764 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
11765
11766 * files.el (file-relative-name): Doc fix.
11767
11768 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11769
11770 * progmodes/octave-inf.el (inferior-octave-startup): Force a
11771 non-empty string for secondary prompt PS2.
11772
11773 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11774
11775 * progmodes/compile.el (compilation-setup): Fix last change.
11776
11777 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
11778
11779 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
11780 (gdb-mouse-toggle-breakpoint-margin)
11781 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
11782 Add gdb-server-prefix to keep out of command history.
11783 (gdb-edit-register-value): New function.
11784 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
11785 (gdb-info-registers-custom): Use above map.
11786
11787 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
11788
11789 * custom.el (enable-theme): Signal error if argument is not a
11790 theme. Don't recalculate a face if it's not loaded yet.
11791
11792 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
11793 the `user' theme is in effect.
11794
11795 * info.el (Info-on-current-buffer): Record actual filename in
11796 Info-current-file, instead of t, or a fake filename if a non-file
11797 buffer. Make autoload.
11798 (Info-find-node, Info-revert-find-node): No need to check for
11799 Info-current-file nil.
11800 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
11801 Info-current-file is now never `t'.
11802 (Info-fontify-node): Many simplifications due to Info-current-file
11803 always being valid. Use Info-find-file to find node filename.
11804
11805 2005-11-25 David Kastrup <dak@gnu.org>
11806
11807 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
11808 new character, then delete" in order to preserve markers.
11809
11810 2005-11-25 David Ponce <david@dponce.com>
11811
11812 * recentf.el (recentf-arrange-by-rule): Handle a special
11813 `auto-mode-alist'-like "strip suffix" rule.
11814 (recentf-build-mode-rules): Handle second level auto-mode entries.
11815
11816 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
11817
11818 * viper-keym.el (viper-ESC-key): Use different values in terminal and
11819 window modes.
11820
11821 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
11822 jde-javadoc-checker-report-mode.
11823
11824 * ediff-wind (ediff-make-wide-display): Slight simplification.
11825
11826 * ediff.el (ediff-date): Change the date of last update.
11827
11828 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
11829
11830 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
11831 Use define-minor-mode, and make it a local mode. Turn on font-lock.
11832 (hi-lock-mode): New global minor mode.
11833 (turn-on-hi-lock-if-enabled): New function.
11834 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
11835 Change arguments to regexp and face instead of a font-lock pattern.
11836 Directly set face property, instead of refontifying.
11837 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
11838 (hi-lock-find-patterns): Use line-number-at-pos.
11839
11840 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
11841 arguments for hi-lock-set-pattern.
11842 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
11843 Call font-lock-fontify-buffer.
11844 (hi-lock-find-file-hook, hi-lock-current-line)
11845 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
11846
11847 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
11848 turned off.
11849
11850 * progmodes/compile.el (compilation-setup): Don't fiddle with
11851 font-lock-defaults.
11852
11853 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
11854
11855 * progmodes/gdb-ui.el (gdb-var-create-handler)
11856 (gdb-var-list-children-handler): Find values for all variable
11857 objects. gud-speedbar-buttons decides whether to display them.
11858
11859 2005-11-24 Romain Francoise <romain@orebokech.com>
11860
11861 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
11862 buffer name with a space.
11863
11864 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
11865
11866 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
11867 `org-export-local-list-max-depth'. Change default value to 3.
11868 (org-auto-renumber-ordered-lists)
11869 (org-plain-list-ordered-item-terminator): New options.
11870 (org-at-item-p, org-beginning-of-item, org-end-of-item)
11871 (org-get-indentation, org-get-string-indentation)
11872 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
11873 New functions.
11874 (org-move-item-down, org-move-item-up): New commands.
11875 (org-export-as-html): New classes for CSS support. Bug fix in
11876 regular expression detecting fixed-width regions. Respect
11877 `org-local-list-ordered-item-terminator'.
11878 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
11879 also a list item.
11880 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
11881 New item moving functions.
11882
11883 2005-11-24 Juri Linkov <juri@jurta.org>
11884
11885 * isearch.el (isearch-repeat): With empty search ring set
11886 `isearch-error' to the error string instead of signaling error
11887 with the function `error'.
11888
11889 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11890
11891 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
11892
11893 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
11894
11895 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
11896 and variable.
11897 (gdb-var-create-handler, gdb-var-list-children-handler):
11898 Don't match on "char **...".
11899 (gdb-var-update-handler): Find values for all variable objects.
11900 (gdb-info-frames-custom): Identify frames by leading "#".
11901
11902 * progmodes/gud.el (gud-speedbar-menu-items): Add
11903 gdb-speedbar-auto-raise as radio button.
11904 (gud-speedbar-buttons): Raise speedbar if requested.
11905 Don't match on "char **...".
11906 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
11907 Make it editable.
11908
11909 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
11910
11911 * info.el (Info-fontify-node): Handle the case where
11912 Info-current-file is t.
11913
11914 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * simple.el (blink-matching-open): Fix off-by-one in last change.
11917
11918 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11919
11920 * term/mac-win.el: Don't change default directory.
11921
11922 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
11923
11924 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
11925 buffers correctly. (It used to throw an error in such buffers.)
11926 Make it ask for confirmation in group buffers and other Custom
11927 buffers containing more than one customization item.
11928
11929 2005-11-22 John Paul Wallington <jpw@gnu.org>
11930
11931 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
11932 property on mail and url overlays.
11933 (goto-address-at-point): Use `posn-set-point' instead of
11934 `mouse-set-point' because the latter is not fbound when configured
11935 without X.
11936
11937 2005-11-22 Lars Hansen <larsh@soem.dk>
11938
11939 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
11940 (ls-lisp-classify, ls-lisp-format): Delete call to
11941 ls-lisp-parse-symlink.
11942 (ls-lisp-handle-switches): Handle symlinks to directories as
11943 directories when ls-lisp-dirs-first in non-nil.
11944
11945 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
11946
11947 * startup.el (command-line): Make sure that loaddefs.el is handled
11948 correctly in load-history.
11949
11950 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
11951
11952 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
11953 (gdb-struct-string, gdb-array-string): New constants.
11954 (gdb-info-locals-handler): Use them.
11955 (gdb-reset): Reset gdb-var-list to nil.
11956
11957 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11958
11959 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
11960 in patterns.
11961
11962 2005-11-21 Juri Linkov <juri@jurta.org>
11963
11964 * custom.el (defcustom): Update link types in docstring.
11965
11966 2005-11-20 Martin Rudalics <rudalics@gmx.at>
11967
11968 * custom.el (defgroup): Add doc-string-elt info.
11969
11970 * widget.el (define-widget): Don't use declare for the doc-string-elt.
11971
11972 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
11973
11974 * newcomment.el (comment-enter-backward): Fix last fix.
11975
11976 * simple.el (blink-matching-open):
11977 * paren.el (show-paren-function): Allow new paren-class info.
11978
11979 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
11980
11981 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
11982 handled automagically.
11983
11984 2005-11-20 Andreas Schwab <schwab@suse.de>
11985
11986 * descr-text.el (describe-char): When copying overlays put them
11987 over the full char description instead of just the first character
11988 of it.
11989
11990 2005-11-20 Juri Linkov <juri@jurta.org>
11991
11992 * simple.el (what-cursor-position):
11993 * descr-text.el (describe-char): Use Lisp-readable syntax
11994 for octal and hex. Reorder decimal, octal and hex values.
11995 Remove excess whitespace in the output. Use `=' in `column='
11996 like in `point=' and `Hscroll='.
11997
11998 * international/mule-cmds.el (encoded-string-description):
11999 Use Lisp-readable syntax for hex.
12000
12001 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
12002
12003 * newcomment.el (comment-enter-backward): Handle the case where the
12004 comment is closed by EOB.
12005
12006 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
12007
12008 * longlines.el (longlines-before-revert-hook)
12009 (longlines-after-revert-hook): New functions.
12010 (longlines-mode): Turn off longlines temporarily when reverting.
12011 Add a message-setup-hook.
12012 (longlines-decode-buffer): New function.
12013 (longlines-wrap-line): Preserve marker positions.
12014
12015 2005-11-19 Andreas Schwab <schwab@suse.de>
12016
12017 * emacs-lisp/shadow.el: Handle compressed files.
12018
12019 2005-11-19 Romain Francoise <romain@orebokech.com>
12020
12021 * net/browse-url.el (browse-url-default-browser): Signal an error
12022 if no usable browser can be found, rather than try to load w3.
12023
12024 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
12025
12026 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
12027 replacing existing properties.
12028 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12029 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
12030 tty specs.
12031 (rcirc-server-prefix, rcirc-server): New faces.
12032 (rcirc-url-regexp): Generate with rx macro.
12033 (rcirc-last-server-message-time): New variable.
12034 (rcirc-filter): Record time of last message.
12035 (rcirc-keepalive): Kill processes that did not send a message
12036 since the last ping.
12037 (rcirc-mode): Give rcirc-topic a local binding here.
12038
12039 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
12040
12041 * subr.el (read-passwd): Fontify the prompt as we do with other
12042 prompts.
12043
12044 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
12045
12046 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
12047 binding buffer-read-only to nil.
12048
12049 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12050
12051 * complete.el (partial-completion-mode):
12052 Mention completion-auto-help in the doc string.
12053
12054 * man.el (Man-highlight-references): Doc fix. Reformat code in a
12055 more Lisp-ish way.
12056
12057 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12058
12059 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
12060 digits, not 8, to avoid misalignment for files larger than 100MB.
12061
12062 2005-11-19 Eli Zaretskii <eliz@gnu.org>
12063
12064 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
12065 Mention "keyboard shortcuts" in the help text.
12066
12067 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12068
12069 * startup.el (fancy-splash-default-action): Discard only
12070 mouse-down and succeeding mouse-up events in the splash screen
12071 window so that drag-n-drop event can be processed.
12072
12073 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
12074
12075 * longlines.el (longlines-mode): Add hacks for mail-mode and
12076 message-mode.
12077
12078 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
12079
12080 * textmodes/org.el (org-table-sort-lines): New command.
12081 (org-tbl-menu): Add entry for `org-table-sort-lines'.
12082 (org-add-file): Command removed, use `org-agenda-file-to-front'
12083 instead.
12084 (org-export-icalendar): Use `org-icalendar-combined-name'.
12085 (org-cycle-agenda-files, org-agenda-file-to-end)
12086 (org-agenda-file-to-front): New commands.
12087 (org-table-tab-jumps-over-hlines, org-export-html-style):
12088 New options.
12089 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
12090 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
12091 New functions.
12092 (org-fill-paragraph): Call `org-table-align' in tables.
12093 (org-mode): Call `org-set-autofill-regexps'.
12094 (org-export-as-html): Support for local handformatted lists.
12095 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
12096 (org-export-local-list-max-depth): New option.
12097 (org-html-expand): Use `org-html-protect'.
12098
12099 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
12100
12101 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
12102 to "p".
12103 (gdb): Move definition of gud-pp to...
12104
12105 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
12106 speedbar.
12107 (gdb-find-watch-expression): New function.
12108
12109 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12110
12111 * faces.el (face-attribute, set-face-attribute): Mention existence
12112 of `:ignore-defface' setting in docstring.
12113
12114 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
12115
12116 * simple.el (completion-setup-function): Fix last change.
12117
12118 2005-11-17 John Paul Wallington <jpw@pobox.com>
12119
12120 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
12121 Use `posn-set-point' instead of `mouse-set-point' because the
12122 latter is not fbound when configured without X.
12123
12124 * comint.el (comint-insert-input): Likewise.
12125
12126 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
12127
12128 * simple.el (hard-newline): New variable.
12129 (sendmail-user-agent-compose, next-line): Use it.
12130
12131 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
12132 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
12133 (mail-mail-reply-to, mail-mail-followup-to)
12134 (mail-position-on-field, mail-signature, mail-yank-original)
12135 (mail-attach-file): Likewise.
12136
12137 * mail/mailheader.el (mail-header-format)
12138 (mail-header-format-function): Likewise.
12139
12140 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
12141
12142 2005-11-17 Juri Linkov <juri@jurta.org>
12143
12144 * font-lock.el (font-lock-faces): Rename this defgroup from
12145 `font-lock-highlighting-faces'.
12146 (font-lock-comment-face, font-lock-comment-delimiter-face)
12147 (font-lock-string-face, font-lock-doc-face)
12148 (font-lock-keyword-face, font-lock-builtin-face)
12149 (font-lock-function-name-face, font-lock-variable-name-face)
12150 (font-lock-type-face, font-lock-constant-face)
12151 (font-lock-warning-face, font-lock-negation-char-face)
12152 (font-lock-preprocessor-face)
12153 (font-lock-regexp-grouping-backslash)
12154 (font-lock-regexp-grouping-construct): Rename :group from
12155 `font-lock-highlighting-faces' to `font-lock-faces'.
12156
12157 * cus-edit.el (lisp, c, tex):
12158 * progmodes/ada-mode.el (ada):
12159 * progmodes/asm-mode.el (asm):
12160 * progmodes/cperl-mode.el (cperl-faces):
12161 * progmodes/cpp.el (cpp):
12162 * progmodes/dcl-mode.el (dcl):
12163 * progmodes/f90.el (f90):
12164 * progmodes/fortran.el (fortran):
12165 * progmodes/icon.el (icon):
12166 * progmodes/idlwave.el (idlwave-misc):
12167 * progmodes/m4-mode.el (m4):
12168 * progmodes/make-mode.el (makefile):
12169 * progmodes/meta-mode.el (meta-font):
12170 * progmodes/modula2.el (modula2):
12171 * progmodes/octave-mod.el (octave):
12172 * progmodes/pascal.el (pascal):
12173 * progmodes/perl-mode.el (perl):
12174 * progmodes/prolog.el (prolog):
12175 * progmodes/ps-mode.el (PostScript-edit):
12176 * progmodes/scheme.el (scheme):
12177 * progmodes/sh-script.el (sh-script):
12178 * progmodes/simula.el (simula):
12179 * progmodes/tcl.el (tcl):
12180 * textmodes/nroff-mode.el (nroff):
12181 * textmodes/reftex-vars.el (reftex-fontification-configurations):
12182 * textmodes/sgml-mode.el (sgml):
12183 * textmodes/texinfo.el (texinfo):
12184 Add :link (custom-group-link font-lock-faces) to defgroup.
12185
12186 * hi-lock.el (hi-lock): Rename this defgroup from
12187 `hi-lock-interactive-text-highlighting'. Change parent group from
12188 `faces' to `font-lock'. Add link to the manual.
12189 (hi-lock-mode, hi-lock-file-patterns-range)
12190 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
12191 `hi-lock-interactive-text-highlighting' to `hi-lock'.
12192 (hi-lock-faces): Add :group `faces'.
12193
12194 * cus-edit.el (custom-variable-prompt): Clarify the code.
12195
12196 * faces.el (face-read-string): Set the default value arg of
12197 completing-read.
12198
12199 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
12200
12201 * rfn-eshadow.el (file-name-shadow-properties)
12202 (file-name-shadow-tty-properties, file-name-shadow-mode):
12203 Remove autoloads, because the file is now preloaded.
12204
12205 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * printing.el (easy-menu-intern): Don't define.
12208 (pr-get-symbol): Use easy-menu-intern only if defined.
12209
12210 * simple.el (blink-matching-open): Simplify a bit.
12211 (completion-setup-function): Fix the case of partial-completion-mode
12212 when the minibuffer's contents start with "-".
12213 Obey completion-base-size-function even when
12214 minibuffer-completing-file-name is non-nil.
12215
12216 2005-11-16 Richard M. Stallman <rms@gnu.org>
12217
12218 * net/eudcb-ph.el (eudc-ph-open-session):
12219 Use set-process-query-on-exit-flag.
12220
12221 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
12222
12223 * international/ucs-tables.el (ucs-set-table-for-input):
12224 Use make-local-variable, not make-variable-buffer-local.
12225
12226 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
12227 Improve warning message text.
12228
12229 * savehist.el (savehist-save-hook): Add :group.
12230
12231 * menu-bar.el (menu-bar-help-menu):
12232 Rename Find Extra Packages to External Packages.
12233
12234 * cus-edit.el (Custom-reset-standard): Verify that
12235 :custom-standard-value prop exists before calling it.
12236
12237 * apropos.el (apropos-calc-scores): Use apropos-pattern.
12238
12239 2005-11-16 Martin Rudalics <rudalics@gmx.at>
12240
12241 * wid-edit.el (color): Enclose %t in %{...%}.
12242
12243 * cus-edit.el (face): Enclose %t in %{...%}.
12244
12245 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
12246
12247 * savehist.el (savehist-mode-hook): Re-add the var.
12248 (savehist-mode): Use it.
12249
12250 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
12251
12252 * textmodes/flyspell.el: Fix commenting convention.
12253 Remove unnecessary leading * in custom docstrings.
12254 (flyspell-emacs): Remove unused var.
12255 (flyspell-delete-region-overlays): Use remove-overlays.
12256 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
12257 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
12258 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
12259 (flyspell-debug-signal-word-checked): Use with-current-buffer.
12260 (make-flyspell-overlay): Don't locally reuse a global name.
12261 (flyspell-highlight-incorrect-region)
12262 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
12263 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
12264 (flyspell-notify-misspell): Remove unused args `start' and `end'.
12265 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
12266 Wrap calls to accept-process-output inside with-local-quit since it's
12267 often called from a post-command-hook.
12268 (flyspell-correct-word, flyspell-auto-correct-word):
12269 Use ispell-send-string.
12270 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
12271
12272 * calendar/diary-lib.el (diary-list-entries): Also hide the
12273 terminating newline.
12274
12275 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
12276
12277 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
12278 window-system, to allow fonts on tty.
12279
12280 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
12281
12282 * progmodes/gud.el (gud-speedbar-item-info): New function.
12283 (gud-install-speedbar-variables): Use it to display data type
12284 of watch expression as a tooltip in speedbar.
12285
12286 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
12287
12288 * font-core.el (global-font-lock-mode): Add :version keyword,
12289 because default was changed.
12290
12291 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
12292
12293 * startup.el (command-line): Use `custom-reevaluate-setting' for
12294 `file-name-shadow-mode'.
12295
12296 * loadup.el: Preload rfn-eshadow.
12297
12298 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
12299 Add :version keyword.
12300 (file-name-shadow-properties, file-name-shadow-tty-properties)
12301 (file-name-shadow): Add :version keyword.
12302
12303 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
12304 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
12305 in the custom-group property of the symbol frames and the fringe
12306 group got no link to its parent group frames.
12307 Doc fix.
12308
12309 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12310
12311 * progmodes/gud.el (gud-stop-subjob): New function.
12312 (gud-menu-map, gud-tool-bar-map): Use it.
12313
12314 2005-11-16 Kim F. Storm <storm@cua.dk>
12315
12316 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
12317 than kill it.
12318 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
12319 to a more useful/logical place.
12320
12321 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12322
12323 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
12324 go buttons complementary.
12325
12326 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
12327
12328 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
12329 (rfn-eshadow-sifn-equal): New function.
12330 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
12331
12332 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
12333
12334 * viper-utils.el (viper-non-word-characters-reformed-vi):
12335 Quote `-' in string.
12336
12337 * viper.el (viper-emacs-state-mode-list): Ensure that
12338 rcirc-mode buffers come up in Emacs state.
12339
12340 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
12341 operation.
12342
12343 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
12344
12345 * term.el (term-termcap-format): Fix typos.
12346 (term-down): Fix the negative argument case.
12347
12348 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
12349
12350 * progmodes/gdb-ui.el: Remove face-alias left over from change on
12351 2005-08-15.
12352 (gdb-ann3): New command gud-go.
12353 (menu): Accomodate gdb-mi.el.
12354 (gdb-assembler-custom): Make buffer of selected window current
12355 so that set-window-point works.
12356
12357 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
12358 buttons and include new ones.
12359
12360 2005-11-16 Kim F. Storm <storm@cua.dk>
12361
12362 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
12363 (gud-menu-map): Use it.
12364
12365 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
12366
12367 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
12368 that works correctly for Custom and that does not override a user
12369 who disables it.
12370
12371 * help-mode.el (help-make-xrefs, help-xref-on-pp)
12372 (help-xref-interned, help-follow): Make hyperlinks for variables
12373 that are unbound, but have a non-nil variable-documentation property.
12374
12375 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
12376 mode hook. (It conflicted with defcustoms for some mode hooks.)
12377 Use the `variable-documentation' property to give the mode hook a
12378 docstring and expand that docstring.
12379
12380 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
12381
12382 * savehist.el (savehist-mode): Don't bother with
12383 `custom-set-minor-mode'.
12384 (savehist-coding-system): Check XEmacs version.
12385 (history-length): Declare also at run time.
12386 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
12387 Don't set the customize state.
12388 (savehist-minibuffer-hook): Special case for when
12389 minibuffer-history-variable is equal to t.
12390
12391 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12392
12393 * files.el (write-file): Refresh VC status.
12394
12395 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
12396 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
12397 than fundamental-mode to see if the mode was set.
12398
12399 2005-11-14 Romain Francoise <romain@orebokech.com>
12400
12401 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
12402 dummy function in `eval-when-compile' to avoid compiler warning.
12403 Require `man' at compile time.
12404
12405 2005-11-14 Jay Belanger <belanger@truman.edu>
12406
12407 * calc-alg.el (calcFunc-write-out-power): Rename it to
12408 calcFunc-powerexpand.
12409 (math-write-out-power): Rename it to math-powerexpand; have it
12410 handle negative exponents.
12411 (calc-writeoutpower): Rename it to calc-powerexpand.
12412
12413 * calc-ext.el: Change calcFunc-writeoutpower and
12414 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
12415 autoloads.
12416 Add calcFunc-ldiv to autoloads.
12417
12418 * calc-arith.el (calcFunc-ldiv): New function.
12419
12420 * calc.el (calc-left-divide): New function.
12421
12422 2005-11-14 Juri Linkov <juri@jurta.org>
12423
12424 * cus-edit.el (custom-variable-prompt): Set the default value arg
12425 of completing-read.
12426
12427 * cus-dep.el (custom-make-dependencies): Reverse the list of
12428 found dependencies.
12429
12430 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
12431
12432 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
12433 Highlighting" entry, it is on by default now.
12434 (menu-bar-options-save): Do not save global-font-lock-mode.
12435
12436 2005-11-13 Richard M. Stallman <rms@gnu.org>
12437
12438 * textmodes/flyspell.el (flyspell-large-region):
12439 Call flyspell-accept-buffer-local-defs.
12440
12441 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
12442
12443 * textmodes/flyspell.el (flyspell-notify-misspell):
12444 Fix misspelling of "Misspelling".
12445 (flyspell-process-localwords): New function.
12446 (flyspell-large-region): Call flyspell-process-localwords and
12447 flyspell-delete-region-overlays.
12448 (flyspell-delete-region-overlays): New function.
12449 (flyspell-delete-all-overlays): Call that.
12450
12451 2005-11-13 Richard M. Stallman <rms@gnu.org>
12452
12453 * help.el (help-for-help-internal): Improve doc of C-h a.
12454 (describe-key): Improve prompt; doc fix.
12455
12456 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12457
12458 * vc-svn.el (vc-svn-registered): Catch all errors.
12459
12460 * cus-dep.el (custom-make-dependencies): Typo.
12461
12462 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
12463
12464 * net/tramp-util.el (top): Fix compilation warning.
12465
12466 2005-11-13 Kim F. Storm <storm@cua.dk>
12467
12468 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
12469
12470 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12471
12472 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
12473 (gud-speedbar-buttons): Match on "const char *" too.
12474
12475 * progmodes/gdb-ui.el (gdb-var-create-handler)
12476 (gdb-var-list-children-handler): Match on "const char *" too.
12477 (gdb-var-evaluate-expression-handler): Match on empty string.
12478 (gdb-var-update-handler): Only call
12479 gdb-var-evaluate-expression-handler when required.
12480
12481 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
12482
12483 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
12484 selected window. This still doesn't work for speedbar.
12485 (gud-speedbar-buttons): Handle string expressions properly.
12486
12487 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12488 (gdb-var-create-handler): Handle string expressions properly.
12489 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
12490 Handle string expressions properly. Move "type" field into regexp.
12491
12492 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12493
12494 * bookmark.el (bookmark-maybe-message): New function to reduce
12495 code duplication: invokes `message' iff baud-rate is high enough.
12496 (bookmark-write-file): Use above instead of an inline conditional.
12497 (bookmark-load): Same.
12498
12499 2005-11-12 Karl Fogel <kfogel@red-bean.com>
12500
12501 * bookmark.el (bookmark-write-file): Don't visit the destination
12502 file, just write the data to it using write-region. This is
12503 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
12504 change to avoid visiting the file in the first place.
12505
12506 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
12507
12508 * hi-lock.el (hi-lock-mode): Set the default value of
12509 font-lock-defaults.
12510
12511 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
12512
12513 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
12514 arg to `file-attributes'.
12515 (find-lisp-format): The UID and GID can now be strings.
12516
12517 2005-11-12 Kim F. Storm <storm@cua.dk>
12518
12519 * help.el (help-map): Bind C-h d to apropos-documentation.
12520
12521 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
12522 when point is at end-of-buffer.
12523
12524 * apropos.el (apropos-match-face): Doc fix.
12525 (apropos-sort-by-scores): Add new choice `verbose'.
12526 (apropos-documentation-sort-by-scores): New defcustom.
12527 (apropos-pattern): Now contains the pattern entered by the user.
12528 (apropos-pattern-quoted): New defvar.
12529 (apropos-regexp): New defvar, containing the regexp corresponding
12530 to apropos-pattern.
12531 (apropos-all-words-regexp): Rename from apropos-all-regexp.
12532 (apropos-read-pattern): New defun. Use it to read pattern arg in
12533 interactive calls; returns list of words for a word list, and
12534 string for a regexp.
12535 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
12536 parses a list of words or regexp as returned by apropos-read-pattern.
12537 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
12538 (apropos-score-doc): Return a very high score if the string
12539 entered by the user matches literally.
12540 (apropos-variable): Doc fix. Use apropos-read-pattern.
12541 (apropos-command): Doc fix. Use apropos-read-pattern and
12542 apropos-parse-pattern. Call apropos-print with nosubst=t.
12543 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
12544 apropos-parse-pattern.
12545 (apropos-documentation): Doc fix. Use apropos-read-pattern and
12546 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
12547 apropos-documentation-sort-by-scores. Call apropos-print with
12548 nosubst=t.
12549 (apropos-documentation-internal): Pass doc string through
12550 substitute-key-definition before adding text properties.
12551 Highlight substring matching literal user input if possible.
12552 (apropos-documentation-check-doc-file): Remove locals beg and end.
12553 Fix calculation of score (as added twice). Pass doc string through
12554 substitute-key-definition before adding text properties.
12555 (apropos-documentation-check-elc-file): Pass doc string through
12556 substitute-key-definition before adding text properties.
12557 Highlight substring matching literal user input if possible.
12558 (apropos-print): Add new arg NOSUBST; if set, command and variable
12559 doc strings have already been passed through substitute-key-definition.
12560 Add code to handle apropos-accumulator items without score element
12561 for backwards compatibility (e.g. with woman package).
12562 Only show scores if apropos-sort-by-scores is `verbose'.
12563
12564 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
12567 Add jka-compr-load-suffixes to load-suffixes.
12568
12569 * jka-compr.el: Require jka-cmpr-hook.
12570 (jka-compr-info-compress-message, jka-compr-info-compress-program)
12571 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
12572 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
12573 (jka-compr-info-can-append, jka-compr-info-strip-extension)
12574 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
12575 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
12576 (jka-compr-uninstall): Remove entries from
12577 jka-compr-added-to-file-coding-system-alist after they are used.
12578 (jka-compr-error): Remove unused var `curbuf'.
12579 (jka-compr-file-local-copy): Remove unused var `notfound'.
12580
12581 2005-11-10 Romain Francoise <romain@orebokech.com>
12582
12583 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
12584
12585 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
12586
12587 * progmodes/gud.el (gud-menu-map): Move parentheses.
12588 (gdb): New command gud-pv.
12589
12590 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12591
12592 * tar-mode.el: Remove spurious or unnecessary leading stars
12593 in docstrings.
12594 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
12595 (tar-parse-octal-integer-safe): Use mapc.
12596 (tar-header-block-summarize): Remove unused var `ck'.
12597 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
12598 cleared before. Obey default-enable-multibyte-characters.
12599 Use mapconcat. Simplify setting of tar-header-offset.
12600 (tar-mode-map): Move initialization inside delcaration.
12601 (tar-flag-deleted): Use `abs'.
12602 (tar-expunge-internal): Remove unused var `line'.
12603 (tar-expunge-internal): Don't hardcode point-min==1.
12604 (tar-expunge): Widen while doing set-buffer-multibyte.
12605 (tar-rename-entry): Use file-name-coding-system.
12606 (tar-alter-one-field): Don't hardcode point-min==1.
12607 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
12608 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
12609
12610 2005-11-10 Masatake YAMATO <jet@gyve.org>
12611
12612 * add-log.el (add-log-current-defun): Handle class::method
12613 notation of c++. Fix incorrect comment.
12614
12615 2005-11-10 Alan Mackenzie <acm@muc.de>
12616
12617 * help-fns.el (describe-variable): Make C-h v work when a variable
12618 has variable documentation yet is unbound.
12619
12620 2005-11-10 Masatake YAMATO <jet@gyve.org>
12621
12622 * man.el (Man-highlight-references): Set an empty
12623 string to `Man-arguments' if it is nil.
12624 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
12625
12626 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12627
12628 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
12629 commenting conventions.
12630
12631 * cus-dep.el (custom-make-dependencies): Simplify.
12632 Better follow the commenting conventions.
12633
12634 2005-11-09 Richard M. Stallman <rms@gnu.org>
12635
12636 * apropos.el (apropos-pattern): Rename from apropos-regexp.
12637 (apropos-orig-pattern): Rename from apropos-orig-regexp.
12638 All uses changed.
12639 (apropos-rewrite-regexp): Doc fix.
12640 (apropos-variable, apropos-command, apropos, apropos-value):
12641 Change prompt; carry through the argument renaming.
12642
12643 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
12644
12645 * find-lisp.el: Require dired.
12646 (find-lisp-find-dired-internal): Do not call
12647 `abbreviate-file-name' on DIR.
12648
12649 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
12650
12651 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
12652
12653 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
12654
12655 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
12656 when using the speedbar.
12657 (gdb): New command gud-pp.
12658 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
12659
12660 2005-11-09 Juri Linkov <juri@jurta.org>
12661
12662 * replace.el (occur-excluded-properties): New defcustom.
12663 (occur-1, occur-engine, occur-accumulate-lines): Use it.
12664
12665 2005-11-08 Jay Belanger <belanger@truman.edu>
12666
12667 * calc/calc-units.el (math-convert-units): Replace any composite
12668 unit by its definition.
12669
12670 2005-11-08 Lars Hansen <larsh@soem.dk>
12671
12672 * emacs-lisp/autoload.el (update-directory-autoloads):
12673 Add obsolete function alias.
12674
12675 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
12676
12677 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
12678 comment-indent-function.
12679 (lisp-comment-indent): Replace by an alias for comment-indent-default.
12680
12681 * reveal.el (reveal-post-command): Rework the handling of
12682 reveal-open-spots, so as to be more reliable. There were several
12683 tricky corner cases where an open spot might be lost, or where
12684 a closed spot might end up on the list of open spots.
12685 Only reveal text that's ellipsised.
12686
12687 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
12688
12689 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
12690
12691 2005-11-07 John Paul Wallington <jpw@gnu.org>
12692
12693 * ibuffer.el (ibuffer): Search iconified frames too when
12694 getting Ibuffer buffer's window.
12695
12696 2005-11-06 Richard M. Stallman <rms@gnu.org>
12697
12698 * progmodes/compile.el (compilation-internal-error-properties):
12699 save-excursion around the computation of MARKER.
12700
12701 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
12702
12703 * textmodes/flyspell.el (flyspell-external-point-words):
12704 flyspell-get-word returns a list, not just a string.
12705
12706 2005-11-06 John Paul Wallington <jpw@pobox.com>
12707
12708 * ibuffer.el (ibuffer): Search all visible frames when getting
12709 Ibuffer buffer's window.
12710
12711 2005-11-07 Masatake YAMATO <jet@gyve.org>
12712
12713 * man.el (Man-reference-regexp): Accept spaces between
12714 `Man-name-regexp' and `Man-section-regexp'.
12715 (Man-apropos-regexp): New variable.
12716 (Man-abstract-xref-man-page): Use value for `Man-target-string'
12717 if available.
12718 (Man-highlight-references, Man-highlight-references0):
12719 Handle the case when `Man-arguments' includes "-k".
12720 (Man-highlight-references0): Rename the argument `TARGET-POS' to
12721 `TARGET'. `TARGET' can be a number, function or nil.
12722
12723 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
12724
12725 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
12726 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
12727 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
12728 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
12729 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
12730 (gdb-send-item): Use buffer-local-value and simplify.
12731
12732 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
12733
12734 * startup.el (command-line): Use `custom-reevaluate-setting' for
12735 `global-font-lock-mode'.
12736
12737 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
12738 by default, except in batch mode or when the -D option is given.
12739
12740 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
12741 specified keyword args on to `define-minor-mode'. Update docstring.
12742
12743 2005-11-05 Romain Francoise <romain@orebokech.com>
12744
12745 * replace.el (occur-engine): Add marker at end of line, too.
12746
12747 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12748
12749 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12750 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12751 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12752 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12753 argument to all these routines, so the passphrase can be managed
12754 externally and passed in to the system.
12755 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12756 pgg-add-passphrase-to-cache function.
12757
12758 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12759 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12760 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12761 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12762 argument to all these routines, so the passphrase can be managed
12763 externally and passed in to the system.
12764 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12765 function.
12766
12767 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
12768
12769 * font-lock.el: Don't deal with font-lock-face-attributes here,
12770 move the code ...
12771
12772 * startup.el (command-line): ... here. Use face-spec-set instead
12773 of custom-declare-face.
12774
12775 * faces.el (face-spec-set): Reset the face if spec is not nil.
12776
12777 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
12778
12779 * newcomment.el (comment-region-internal): Box more tightly in the
12780 common case where there's no TAB in the boxed text.
12781
12782 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12783
12784 * info.el (info-tool-bar-map): Use images prev-node, next-node and
12785 up-node.
12786
12787 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
12788
12789 * newsticker.el: Commentary updated. Code formatting changed.
12790 (newsticker-version): Change to "1.9".
12791 (newsticker, newsticker-feed): Doc fix.
12792 (newsticker-url-list): Doc fix. Add option "Weekly".
12793 (newsticker-retrieval-interval): Add option "Weekly".
12794 (newsticker-headline-processing): Doc fix.
12795 (newsticker-auto-mark-filter): Remove.
12796 (newsticker-auto-mark-filter-list): New.
12797 (newsticker-layout, newsticker-sort-method): Doc fix.
12798 (newsticker-hide-old-items-in-newsticker-buffer)
12799 (newsticker-heading-format, newsticker-item-format)
12800 (newsticker-desc-format): Doc fix.
12801 (newsticker-show-all-rss-elements): Remove.
12802 (newsticker-show-all-news-elements): New.
12803 (newsticker-faces, newsticker-ticker): Doc fix.
12804 (remove-from-invisibility-spec): Code formatting.
12805 (newsticker--process-ids): New.
12806 (newsticker-mode): Doc fix.
12807 (newsticker-mode): Change mode-line-format.
12808 (newsticker-start): Remove debug output.
12809 (newsticker-start-ticker): Doc fix. Add autoload cookie.
12810 (newsticker-w3m-show-inline-images): Code formatting.
12811 (newsticker-next-item): Call `force-mode-line-update'.
12812 (newsticker-previous-item): Call `force-mode-line-update'.
12813 (newsticker-next-feed): Call `force-mode-line-update'.
12814 (newsticker-previous-feed): Call `force-mode-line-update'.
12815 (newsticker-mark-all-items-at-point-as-read): Code formatting.
12816 (newsticker-show-old-items): Do not show descs.
12817 (newsticker-hide-entry): Hide too much.
12818 (newsticker-hide-entry, newsticker-show-entry)
12819 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
12820 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
12821 (newsticker-toggle-auto-narrow-to-item): Code formatting.
12822 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
12823 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
12824 (newsticker-get-news): Call `force-mode-line-update'.
12825 Collect process ids.
12826 (newsticker--sentinel): Change coding system handling.
12827 Move image retrieval to new functions newsticker--get-logo-url-*.
12828 Move feed parsing to new functions newsticker--parse-*.
12829 Update list of process ids.
12830 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
12831 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
12832 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
12833 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
12834 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12835 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
12836 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
12837 (newsticker--decode-coding-string): Remove.
12838 (newsticker--decode-numeric-entities): Check input. Format code.
12839 (newsticker--remove-whitespace): Check input.
12840 (newsticker--do-forget-preformatted): Doc fix.
12841 (newsticker--decode-rfc822-date): Allow for missing time.
12842 (newsticker--update-process-ids): New.
12843 (newsticker--image-sentinel): Change comment.
12844 (newsticker--image-read): Change error message.
12845 (newsticker--imenu-goto): Doc fix. Show headline title.
12846 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
12847 (newsticker--buffer-do-insert-text): Clean whitespace in
12848 html-rendered headline title. Code formatting.
12849 Call `newsticker--buffer-print-extra-elements'.
12850 (newsticker--buffer-print-extra-element): Remove.
12851 (newsticker--buffer-print-extra-elements): New.
12852 (newsticker--buffer-do-print-extra-element): New.
12853 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
12854 large sizes.
12855 (newsticker--run-auto-mark-filter)
12856 (newsticker--do-run-auto-mark-filter):
12857 Use `newsticker-auto-mark-filter-list'.
12858
12859 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
12860
12861 * net/rcirc.el: Use split-string OMIT-NULLS argument.
12862 (rcirc-print): Force redisplay before running hooks. Do long
12863 buffer truncation after making new text read-only. Deal with nil
12864 text when decoding strings. If TARGET is nil, use either the
12865 currently selected buffer, if it is an rcirc buffer and of the
12866 same process or the process buffer.
12867 (rcirc-mode): Remove header-line. Recompute short buffer names.
12868 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
12869 (rcirc-short-buffer-name): Add variable.
12870 (rcirc-kill-buffer-hook): Recompute short buffer names.
12871 Remove nick from private channel.
12872 (rcirc-send-input): Send command text to current-buffer.
12873 Don't clear overlay arrow here.
12874 (rcirc-short-buffer-name): Return a short buffer name.
12875 (rcirc-update-short-buffer-names, rcirc-abbreviate)
12876 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
12877 buffer-name abbreviations.
12878 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
12879 Do not touch nick-table when killing a parted channel.
12880 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
12881 Clear arrow from current buffer if it is now hidden.
12882 (rcirc-current-buffer): Add variable.
12883 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
12884 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
12885 Remove -face from names.
12886 (rcirc-update-activity-string): Print "DND" when globally ignoring
12887 activity.
12888 (rcirc-ignore-buffer-activity-flag): Rename from
12889 rcirc-ignore-channel-activity.
12890 (rcirc-ignore-all-activity-flag): Doc fix.
12891 (rcirc-channels): Remove variable.
12892 (rcirc-kill-buffer-hook):
12893 (rcirc-get-buffer-create): Add nick to private channel.
12894 (rcirc-multiline-edit-submit): Remove tabs.
12895 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
12896 folded.
12897 (rcirc-remove-nick-channel): Bug fix.
12898 (rcirc-toggle-ignore-buffer-activity): Rename from
12899 rcirc-toggle-ignore-channel-activity.
12900 (rcirc-record-activity): Add buffers to the front of the list.
12901 (rcirc-update-activity): Remove killed buffers from list.
12902 (rcirc-process-server-response-1): Remove last argument if it is
12903 null before calling handler.
12904 (rcirc): Add "rcirc" defcustom prefix.
12905 (rcirc-prompt): Simplify default prompt.
12906 Use custom-initialize-default.
12907 (rcirc-private-chats): Remove variable.
12908 (rcirc-prompt): Change initialization.
12909 (rcirc-version): Remove function.
12910 (rcirc-id-string): Add constant.
12911 (rcirc-last-buffer): Remove variable.
12912 (rcirc-buffer-alist): Add variable.
12913 (rcirc-connect): Update variable setup.
12914 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
12915 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
12916 default.
12917 (rcirc-handler-generic): Trigger activity.
12918 (rcirc-send-message): Create the buffor of the target.
12919 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
12920 (rcirc-get-buffer): Just return nil if there is no matching buffer.
12921 (rcirc-multiline-edit-cancel): Remove function.
12922 (rcirc-set-last-buffer): Remove function.
12923 (rcirc-get-any-buffer): Add function.
12924 (rcirc-join-channels): Don't print /join text.
12925 (rcirc-toggle-ignore-channel-activity): Add and update echo area
12926 messages.
12927 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
12928 (rcirc-handler-NOTICE): Recognize CTCP responses.
12929 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
12930 constructing TOPIC string for buffers we are not JOINed.
12931 (rcirc-handler-CTCP-response): Add handler.
12932 (rcirc-multiline-edit-submit): Restore the window-configuration
12933 before adjusting point.
12934 (rcirc): Add customization group.
12935 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
12936 (rcirc-user-full-name, rcirc-startup-channels-alist)
12937 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
12938 (rcirc-ignore-all-activity-flag, rcirc-time-format)
12939 (rcirc-input-ring-size, rcirc-read-only-flag)
12940 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
12941 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
12942 Change defvar to defcustom.
12943 (rcirc-update-prompt): Add optional ALL arg, which will update
12944 prompts in all rcirc buffers. Regexp quote replacement text.
12945 (rcirc-fill-column): Accept frame-width as a value.
12946 (rcirc-set-changed): Add function.
12947 (rcirc-next-active-buffer): Write more meaningful messages.
12948 (rcirc-faces): Add customization group.
12949 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
12950 (rcirc-nick-in-message-face, rcirc-prompt-face)
12951 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
12952 (with-rcirc-process-buffer): Move before first usage.
12953 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
12954 (rcirc-debug-flag): Rename from `rcirc-log-p'.
12955 (rcirc-debug): Rename from `rcirc-log'.
12956 (rcirc-format-response-string): Do not print `-' chars for a
12957 NOTICE with no sender. Simplify output of server responses.
12958
12959 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12960
12961 (rcirc-browse-url-map, rcirc-browse-url-at-point)
12962 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
12963 Make urls mouse and RET clickable.
12964
12965 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
12966
12967 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
12968
12969 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
12970
12971 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12972 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12973 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12974 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12975 argument to all these routines, so the passphrase can be managed
12976 externally and passed in to the system.
12977 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12978 pgg-add-passphrase-to-cache function.
12979
12980 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12981 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
12982 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
12983 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
12984 argument to all these routines, so the passphrase can be managed
12985 externally and passed in to the system.
12986 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
12987 function.
12988
12989 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
12990
12991 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
12992 from goto-address-url-regexp.
12993
12994 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
12995
12996 * textmodes/org.el (org-read-date, org-goto-calendar)
12997 (org-recenter-calendar, org-agenda-goto-calendar):
12998 Temporarily clear `calendar-move-hook'.
12999
13000 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
13001
13002 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
13003 merging.
13004
13005 * ediff-util.el (ediff-previous-difference): Don't skip regions that
13006 have merge clashes.
13007
13008 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13009
13010 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13011 Undo previous change.
13012
13013 * startup.el (command-line): Use `custom-reevaluate-setting' for
13014 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
13015 tty-register-default-colors on Mac.
13016
13017 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13018
13019 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
13020 (gdb-buffer-type): Make it automatically buffer local...
13021 (gdb-get-create-buffer): ...and set it accordingly.
13022 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
13023 actually work.
13024
13025 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
13026
13027 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
13028 not red.
13029
13030 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
13031
13032 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
13033 case GUD buffer is not visible.
13034 (gdb-goto-breakpoint): Try to force display in source buffer.
13035 (gdb-frame-gdb-buffer): Copy other similar functions.
13036 (gdb-restore-windows): Don't display source if not asked for.
13037 (gdb-assembler-buffer-name): Don't capitalise.
13038
13039 2005-11-03 Richard M. Stallman <rms@gnu.org>
13040
13041 * wid-edit.el (key-sequence): New widget type.
13042
13043 * simple.el (set-mark-command-repeat-pop): New variable.
13044 (set-mark-command): Only interpret plan C-@ after a pop as a pop
13045 if set-mark-command-repeat-pop is true.
13046
13047 * info.el (Info-fontify-node): Don't display extra "see" if there
13048 already is one here.
13049
13050 * mouse.el: Fix special handling of DEL after dragging a region:
13051 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
13052 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
13053
13054 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
13055
13056 * textmodes/ispell.el (ispell-command-loop): Change `i' description
13057 not to assume it pertains to an affix.
13058
13059 * textmodes/flyspell.el (flyspell-post-command-hook):
13060 Bind deactivate-mark to prevent deactivation.
13061
13062 2005-11-03 Lars Hansen <larsh@soem.dk>
13063
13064 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
13065 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
13066 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
13067
13068 2005-11-03 Romain Francoise <romain@orebokech.com>
13069
13070 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
13071 Update copyright years.
13072
13073 2005-11-03 Sam Steingold <sds@gnu.org>
13074
13075 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13076 Use system-type instead of window-system because window-system is not
13077 correctly defined during loadup.
13078
13079 2005-11-02 Mark A. Hershberger <mah@everybody.org>
13080
13081 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
13082 (xml-parse-tag): Join strings separated by a comment properly.
13083
13084 2005-11-02 Andreas Schwab <schwab@suse.de>
13085
13086 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
13087
13088 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
13089
13090 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
13091 (byte-optimize-pure-func): Quote the eval'd value.
13092
13093 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
13094 Rename from perl-font-lock-syntactic-face-function.
13095 Change the calling convention so it can be used as a font-lock MATCHER.
13096 Do the parse-partial-sexp loop outselves.
13097 (perl-font-lock-syntactic-keywords): Use it.
13098 (perl-mode): Don't set font-lock-syntactic-face-function any more.
13099
13100 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
13101
13102 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
13103 disassembly buffer too.
13104 (gdb-exited): Remove overlay arrows when execution has finished.
13105 (gdb-info-frames-custom, gdb-info-threads-custom)
13106 (gdb-info-registers-custom): Don't add inappropriate text
13107 properties if inferior is not active.
13108
13109 2005-11-02 Glenn Morris <rgm@gnu.org>
13110
13111 * progmodes/fortran.el (fortran-blink-match):
13112 Use `blink-matching-delay'.
13113
13114 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
13115
13116 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
13117
13118 2005-11-02 Lars Hansen <larsh@soem.dk>
13119
13120 * net/tramp.el (tramp-action-out-of-band): Handle scp message
13121 "Permission denied".
13122
13123 2005-11-01 Richard M. Stallman <rms@gnu.org>
13124
13125 * textmodes/flyspell.el (flyspell-external-point-words):
13126 Pass nil to flyspell-get-word.
13127
13128 2005-11-02 Kim F. Storm <storm@cua.dk>
13129
13130 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
13131 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
13132
13133 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13134
13135 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
13136 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
13137 (calendar-mouse-print-dates): Add optional `event' argument.
13138 Update interactive-spec.
13139 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
13140 Use `calendar-event-to-date' instead of `event'.
13141
13142 2005-11-02 Masatake YAMATO <jet@gyve.org>
13143
13144 * progmodes/ld-script.el (ld-script-builtins):
13145 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
13146 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
13147 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
13148
13149 2005-11-01 Romain Francoise <romain@orebokech.com>
13150
13151 * vc-sccs.el: Update copyright year.
13152 * ezimage.el: Likewise.
13153
13154 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
13155
13156 * info.el (Info-fontify-node): Use `string-width' for fontifying
13157 underlined titles.
13158
13159 2005-11-01 Juri Linkov <juri@jurta.org>
13160
13161 * info.el (Info-fontify-node): Downcase node header keywords Node,
13162 Prev, Next, Up before comparison.
13163 (Info-history): Insert absolute directory name, and put invisible
13164 property on it.
13165
13166 2005-11-01 Juri Linkov <juri@jurta.org>
13167
13168 * info.el (Info-file-supports-index-cookies): New variable.
13169 (Info-find-node-2): Check makeinfo version for index cookie support.
13170 (Info-index-nodes): Search for nodes with index cookies only when
13171 Info-file-supports-index-cookies is t. Otherwise, search nodes
13172 with "Index" in the node name.
13173 (Info-index-node): Search index cookie in the current node only when
13174 Info-file-supports-index-cookies is t. Otherwise, check the word
13175 "Index" in the node name.
13176 (Info-find-emacs-command-nodes): Remove code that searches nodes
13177 with "Index" node name in the top menu.
13178
13179 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
13180
13181 * progmodes/scheme.el (scheme-mode-variables): Use the default
13182 comment-indent-function.
13183
13184 * faces.el (face-attribute): Handle the case where a face inherits from
13185 a non-existent face.
13186
13187 * simple.el (eval-expression-print-format): Use lisp-readable syntax
13188 for octal and hexa output, and merge the char into the paren.
13189 (kill-new): Use push.
13190 (copy-to-buffer): Use with-current-buffer.
13191 (completion-setup-function): Move code in loop to remove redundancy.
13192 (minibuffer-local-must-match-map): Don't add bindings that duplicate
13193 those inherited from minibuffer-local-completion-map.
13194
13195 * savehist.el (savehist-mode) <defcustom>:
13196 Use custom-set-minor-mode if available.
13197 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
13198 and emit a message if applicable.
13199
13200 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
13201
13202 * savehist.el: Sync up to version 19.
13203 (savehist-mode): New minor mode.
13204 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
13205 (savehist-length): Remove (use history-length instead).
13206 (savehist-file-modes): Rename from savehist-modes.
13207 (savehist-save-hook, savehist-loaded): New vars.
13208 (savehist-load): Use savehist-mode. Try to smooth up transition from
13209 old format to new format.
13210 (savehist-install): Allow savehist-autosave-interval to be nil.
13211 (savehist-save): Run the new hook. Be more careful to only trim the
13212 history variables.
13213 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
13214 (savehist-printable): Print into a buffer rather than char-by-char.
13215
13216 2005-11-01 John Wiegley <johnw@newartisans.com>
13217
13218 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
13219 toggle-ignore keybinding (C-a). The author said it had been
13220 disabled much earlier due to a possible incompatibility, but after
13221 many months of usage I have encountered no problems (and it is a
13222 rather useful option, especially for switching to " *temp*").
13223
13224 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
13225 support for OS/X's AddressBook, by calling out to the open source
13226 program "contacts" (installable through Fink).
13227
13228 * net/eudc.el (eudc-expand-inline): If the
13229 `eudc-multiple-match-handling-method' is set to `all', delete the
13230 query string before inserting the query result.
13231
13232 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
13233 flag, to prevent Eshell from using the system ls when
13234 `eshell-ls-insert-directory' is in used.
13235 (eshell-ls-insert-directory): Disable font-lock in directory
13236 buffer so that Eshell's own fontification is seen. This broke
13237 recently due to changes in font-lock, so this goes back to version
13238 21 behavior.
13239
13240 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
13241
13242 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
13243 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
13244 (gdb-many-windows): Doc fix.
13245
13246 2005-10-31 Romain Francoise <romain@orebokech.com>
13247
13248 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
13249
13250 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
13251
13252 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
13253 that global-font-lock-mode can be enabled by default.
13254
13255 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
13256 (font-lock-add-keywords, font-lock-remove-keywords)
13257 (font-lock-fontify-buffer): Remove autoload cookies.
13258
13259 * jit-lock.el (jit-lock-register): Likewise.
13260
13261 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
13262
13263 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13264
13265 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
13266 intact if there is no gud-comint-buffer.
13267
13268 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
13269
13270 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
13271 old prompt comint-prompt-read-only is t and GDB commands are
13272 issued from tool bar etc.
13273
13274 2005-10-31 Masatake YAMATO <jet@gyve.org>
13275
13276 * vc.el (vc-directory-exclusion-list): Add "{arch}".
13277
13278 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
13279
13280 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
13281 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
13282
13283 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
13284
13285 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
13286 starting at beginning of line. Fontification is messed up when
13287 `open-paren-in-column-0-is-defun-start' set to t.
13288 Reported by John Paul Wallington <jpw@pobox.com>.
13289
13290 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
13291
13292 * comint.el (comint-send-input): Call `comint-update-fence' when
13293 `comint-process-echoes' and `comint-prompt-read-only' are both
13294 non-nil, to avoid leftover read-only newline.
13295
13296 2005-10-30 Richard M. Stallman <rms@gnu.org>
13297
13298 * textmodes/flyspell.el (flyspell-external-point-words):
13299 Detect when WORD can't be checked properly because
13300 flyspell-get-word finds just part of it, and move on.
13301
13302 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
13303 boundarychar for Polish.
13304 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
13305 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
13306
13307 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
13308
13309 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
13310 (gdb-registers-font-lock-keywords): Delete.
13311 (gdb-registers-mode): Don't fontify.
13312 (gdb-info-registers-custom): Use text properties instead as, in
13313 future, changed register values will use font-lock-warning-face.
13314 (gdb-local-font-lock-keywords): Rename to...
13315 (gdb-locals-font-lock-keywords): ...for consistency.
13316
13317 2005-10-30 Andre Spiegel <spiegel@gnu.org>
13318
13319 * vc.el (vc-switch-backend): Better error message if the buffer is
13320 not visiting a file under version control.
13321
13322 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
13323
13324 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
13325
13326 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
13327 ~/.emacs.d/.emacs.
13328
13329 2005-10-29 Richard M. Stallman <rms@gnu.org>
13330
13331 * replace.el (occur-mode-mouse-goto): Always go to other window.
13332 (occur-mode-goto-occurrence): Always switch in same window.
13333
13334 * simple.el (undo): Display message at end, not at start.
13335
13336 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
13337 New arg REUSE-CELL.
13338 (cancel-timer-internal): New function.
13339 (timer-event-handler): Use cancel-timer-internal,
13340 and pass the cell it returns to timer-activate...
13341
13342 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
13343 (jit-lock-deferred-fontify, jit-lock-context-fontify)
13344 (jit-lock-after-change): Test memory-full.
13345
13346 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13347
13348 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13349 part of the decoded armor to find the key-identifier.
13350 (pgg-gpg-lookup-key-owner): New function to return the
13351 human-readable identifier of a key owner.
13352 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13353 key itself.
13354 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13355 the key value) if we have a key and can match it against a secret
13356 key. Also, added a note pointing out fact that the prompt only
13357 indicates the first matching key.
13358
13359 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13360 pgg-decrypt-region.
13361 (pgg-pending-timers): A new hash for tracking the passphrase cache
13362 timers, so that new ones supercede old ones.
13363 (pgg-add-passphrase-to-cache): Rename from
13364 `pgg-add-passphrase-cache' to reduce confusion (all callers
13365 changed). Modified to cancel old timers when new ones are added.
13366 (pgg-remove-passphrase-from-cache): Rename from
13367 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13368 changed). Modified to cancel old timers when their keys are
13369 removed from the cache.
13370 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13371 XEmacs, an indirection to delete-itimer.
13372 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13373 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13374 users can only check cache without risk of prompting. Correct bug in
13375 notruncate behavior.
13376 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13377 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13378 Add informative docstrings.
13379 (pgg-decrypt): Convey provided passphrase in subordinate call to
13380 pgg-decrypt-region.
13381
13382 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13383 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13384 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13385 `passphrase' argument, so the passphrase can be managed externally
13386 and then passed in to the system.
13387
13388 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13389 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13390 so the passphrase cache can be used reliably with identifiers
13391 besides a pgp packet's key id.
13392
13393 * pgg-gpg.el (pgg-pgp-encrypt-region)
13394 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13395 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13396 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13397 argument to all these routines, so the passphrase can be managed
13398 externally and passed in to the system.
13399
13400 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13401 `notruncate' argument, so the passphrase cache can be used
13402 reliably with identifiers besides a pgp packet's key id.
13403
13404 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13405
13406 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13407 symmetric encryption.
13408 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13409 encrypted session key.
13410 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13411 message ask for the passphrase in a proper way.
13412
13413 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13414 New user commands for symmetric encryption.
13415
13416 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
13417
13418 * textmodes/conf-mode.el (conf-assignment-sign)
13419 (conf-assignment-regexp): Fix docstrings.
13420 (conf-mode-initialize): New function.
13421 (conf-mode): Remove optional args. Use delay-mode-hooks to
13422 recognize recursive calls.
13423 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
13424 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
13425 (conf-xdefaults-mode): Use define-derived-mode and
13426 conf-mode-initialize.
13427
13428 2005-10-29 Romain Francoise <romain@orebokech.com>
13429
13430 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
13431
13432 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
13433
13434 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13435 part of the decoded armor to find the key-identifier.
13436 (pgg-gpg-lookup-key-owner): New function to return the
13437 human-readable identifier of a key owner.
13438 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
13439 key itself.
13440 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13441 the key value) if we have a key and can match it against a secret
13442 key. Also, added a note pointing out fact that the prompt only
13443 indicates the first matching key.
13444
13445 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
13446 pgg-decrypt-region.
13447 (pgg-pending-timers): A new hash for tracking the passphrase cache
13448 timers, so that new ones supercede old ones.
13449 (pgg-add-passphrase-to-cache): Rename from
13450 `pgg-add-passphrase-cache' to reduce confusion (all callers
13451 changed). Modified to cancel old timers when new ones are added.
13452 (pgg-remove-passphrase-from-cache): Rename from
13453 `pgg-remove-passphrase-cache' to reduce confusion (all callers
13454 changed). Modified to cancel old timers when their keys are
13455 removed from the cache.
13456 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
13457 XEmacs, an indirection to delete-itimer.
13458 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
13459 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
13460 users can only check cache without risk of prompting. Correct bug in
13461 notruncate behavior.
13462 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
13463 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
13464 Add informative docstrings.
13465 (pgg-decrypt): Convey provided passphrase in subordinate call to
13466 pgg-decrypt-region.
13467
13468 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
13469
13470 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13471 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13472 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13473 `passphrase' argument, so the passphrase can be managed externally
13474 and then passed in to the system.
13475
13476 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13477 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
13478 so the passphrase cache can be used reliably with identifiers
13479 besides a pgp packet's key id.
13480
13481 * pgg-gpg.el (pgg-pgp-encrypt-region)
13482 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
13483 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
13484 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
13485 argument to all these routines, so the passphrase can be managed
13486 externally and passed in to the system.
13487
13488 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13489 `notruncate' argument, so the passphrase cache can be used
13490 reliably with identifiers besides a pgp packet's key id.
13491
13492 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
13493
13494 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13495 symmetric encryption.
13496 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13497 encrypted session key.
13498 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13499 message ask for the passphrase in a proper way.
13500
13501 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13502 New user commands for symmetric encryption.
13503
13504 2005-10-28 Bill Wohler <wohler@newt.com>
13505
13506 * help-mode.el (help-url): New button type. Calls browse-url.
13507 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
13508 Similar to Info nodes: URL `url'.
13509 (help-make-xrefs): Create help-url buttons for
13510 help-xref-url-regexp matches.
13511
13512 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
13513
13514 * tool-bar.el (tool-bar-add-item-from-menu)
13515 (tool-bar-local-item-from-menu): Fix doc strings.
13516
13517 2005-10-28 Romain Francoise <romain@orebokech.com>
13518
13519 * ldefs-boot.el: Update.
13520
13521 * subr.el (locate-library): Move from help-fns.el.
13522 * help-fns.el (locate-library): Move to subr.el.
13523
13524 2005-10-28 Richard M. Stallman <rms@gnu.org>
13525
13526 * net/tramp.el (tramp-completion-mode): defvar moved up.
13527
13528 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
13529
13530 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
13531
13532 * files.el (find-file-noselect): Use %d to format large file size.
13533
13534 * bindings.el (mode-line-format): Add %e.
13535
13536 * loadup.el ("facemenu"): Load unconditionally.
13537 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
13538 ("x-dnd"): Load, when appropriate.
13539
13540 * startup.el (command-line): Call before-init-hook earlier.
13541 Warn about some bad characters in -u user name.
13542
13543 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
13544 (flyspell-external-point-words): Error if misspelled word is not found.
13545 Set flyspell-large-region-beg at end of word.
13546
13547 2005-10-28 Andreas Schwab <schwab@suse.de>
13548
13549 * view.el (View-revert-buffer-scroll-page-forward):
13550 Use view-page-size-default.
13551
13552 2005-10-28 Juri Linkov <juri@jurta.org>
13553
13554 * international/quail.el (quail-get-current-str): Translate last
13555 raw character for deterministic input methods.
13556
13557 2005-10-27 Jay Belanger <belanger@truman.edu>
13558
13559 * calc/calc-ext.el: Add functions to autoloads.
13560 (math-identity-matrix-p, math-ident-row-p): New functions.
13561
13562 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
13563 multiplication by an identity matrix; don't turn multiplication by
13564 an inverse matrix into division.
13565 (math-div-symbol-fancy): Replace division by matrices with
13566 multiplication by inverse.
13567
13568 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
13569
13570 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
13571 (calc-writeoutpower): New functions.
13572
13573 2005-10-27 Romain Francoise <romain@orebokech.com>
13574
13575 * replace.el (occur-engine): Include colon in mouse-face highlight.
13576
13577 * dired-x.el: Change Maintainer field.
13578
13579 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
13580
13581 * longlines.el (longlines-mode): Bind after-change-functions to
13582 nil during initial decoding and final encoding.
13583
13584 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
13585
13586 * term.el (term-emulate-terminal, term-handle-colors-array)
13587 (term-handle-ansi-escape): Specify the terminfo capabilities
13588 implemented.
13589
13590 2005-10-26 Richard M. Stallman <rms@gnu.org>
13591
13592 * info.el (Info-fontify-node): Fix detection of sentence-break
13593 before *Note.
13594
13595 2005-10-26 Romain Francoise <romain@orebokech.com>
13596
13597 * smerge-mode.el: Add `tools' to file keywords.
13598
13599 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
13600
13601 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
13602 when the fringe is not available.
13603
13604 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
13605 (def-gdb-auto-update-trigger): Simplify construction.
13606 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
13607 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
13608 defined explicitly.
13609 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
13610 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
13611 defined explicitly.
13612 (gdb-info-locals-custom): Remove as it's a no-op.
13613
13614 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
13615
13616 * longlines.el (longlines-mode): Remove narrowing before
13617 performing the initial decoding or final encoding.
13618
13619 2005-10-25 Romain Francoise <romain@orebokech.com>
13620
13621 * emacs-lisp/find-func.el (find-library-name): Also strip
13622 extension if library name ends in .el, to take advantage of
13623 `find-library-suffixes'.
13624
13625 2005-10-25 Richard M. Stallman <rms@gnu.org>
13626
13627 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
13628
13629 2005-10-25 Juri Linkov <juri@jurta.org>
13630
13631 * textmodes/texinfo.el (texinfo-mode): Change charset of one
13632 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
13633
13634 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13635
13636 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
13637 (blackbox-redefine-key): Add argument `map'.
13638
13639 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
13640 regions when moving the jit-lock-context-unfontify-pos boundary.
13641
13642 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
13643
13644 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
13645
13646 2005-10-25 Masatake YAMATO <jet@gyve.org>
13647
13648 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
13649
13650 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13651
13652 * play/blackbox.el (blackbox-redefine-key): New function.
13653 (blackbox-mode-map): Use it to remap existing bindings for cursor
13654 motion instead of binding literal keys.
13655
13656 2005-10-25 Glenn Morris <rgm@gnu.org>
13657
13658 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
13659 diary does not end in a newline. Do not assume a blank line at
13660 the start of the diary file.
13661
13662 2005-10-25 Kenichi Handa <handa@m17n.org>
13663
13664 * international/quail.el (quail-translate-key): If the input
13665 method is deterministic and failed to handle the last key, restart
13666 the key handling loop from an appropriate key.
13667
13668 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
13669
13670 * vc.el (vc-dired-mode): Extend comment for binding of
13671 `directory-listing-before-filename-regexp'.
13672
13673 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13674
13675 * textmodes/texinfo.el (texinfo-mode):
13676 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
13677 not to unnecessarily expose emacs-mule's internal char codes.
13678
13679 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
13680
13681 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
13682 Display hand pointer and help-echo on disabled icon too.
13683 (gdb-mouse-until): New function.
13684 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
13685
13686 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
13687
13688 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
13689 with 2005-10-23 change to doctor.el.
13690
13691 * finder.el (finder-mode-map): Add follow-link binding.
13692
13693 2005-10-25 Kim F. Storm <storm@cua.dk>
13694
13695 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
13696 to gdb-mouse-toggle-breakpoint-fringe.
13697 (gdb-mouse-toggle-breakpoint-margin): Rename from
13698 gdb-mouse-toggle-breakpoint. Fix doc.
13699 (gdb-mouse-toggle-breakpoint-fringe): New defun.
13700 (gdb-put-string): Add optional SPROPS arg. Add props to string.
13701 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
13702 string properties also for fringe breakpoint bitmaps.
13703
13704 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
13705
13706 * textmodes/org.el (org-start-icalendar-file): Fix format form.
13707
13708 2005-10-25 Masatake YAMATO <jet@gyve.org>
13709
13710 * simple.el (completion-common-substring):
13711 Use `completion-common-substring' prior to `completion-base-size'.
13712
13713 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
13714
13715 * savehist.el: Require CL while compiling.
13716 (savehist-history-variables): Remove.
13717 (savehist-save-minibuffer-history, savehist-additional-variables)
13718 (savehist-minibuffer-history-variables): New vars.
13719 (savehist-save): Use them.
13720 (savehist-uninstall, savehist-minibuffer-hook): New funs.
13721 (savehist-install): New fun, extracted from savehist-load.
13722 (savehist-load): Use them.
13723
13724 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13725
13726 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
13727 a dummy doc-string-elt property.
13728 (defalias, defvaralias, define-category): Add a docstring property.
13729
13730 * image.el (defimage):
13731 * widget.el (define-widget):
13732 * custom.el (defface, defcustom): Add `doc-string' declaration.
13733
13734 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
13735 (defadvice): Add `doc-string' declaration.
13736
13737 * emacs-lisp/byte-run.el (macro-declaration-function):
13738 Handle `doc-string' declarations.
13739 (define-obsolete-function-alias, define-obsolete-variable-alias):
13740 Add `doc-string' declaration.
13741
13742 2005-10-24 Kenichi Handa <handa@m17n.org>
13743
13744 * international/utf-7.el (utf-7): Add autoload cookie.
13745
13746 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
13747
13748 2005-10-24 Eli Zaretskii <eliz@gnu.org>
13749
13750 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
13751 list of directories passed to batch-update-autoloads. Add "." to
13752 the list of the echoed directories.
13753
13754 * pgg-def.el:
13755 * pgg-gpg.el:
13756 * pgg-parse.el:
13757 * pgg-pgp.el:
13758 * pgg-pgp5.el:
13759 * pgg.el: Moved here from the gnus subdirectory.
13760
13761 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
13762
13763 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
13764 in case comint-prompt-read-only is set to t.
13765
13766 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
13767 in case comint-prompt-read-only is set to t.
13768
13769 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
13770
13771 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
13772 Now a string.
13773 (icalendar-import-format): Handle CLASS, STATUS, URL.
13774 Rename `subject' to `summary'.
13775 (icalendar-import-format-summary): Rename from
13776 `icalendar-import-format-subject'.
13777 (icalendar-import-format-url, icalendar-import-format-status)
13778 (icalendar-import-format-class): New variables.
13779 (icalendar--rris): Take variable argument list.
13780 (icalendar--datestring-to-isodate): Remove unnecessary
13781 calendar-style check when converting dates with explicit month names.
13782 (icalendar-export-region): Change return type of conversion
13783 subroutines. Bury current buffer unless error occurred.
13784 (icalendar--convert-to-ical)
13785 (icalendar--parse-summary-and-rest): New functions.
13786 (icalendar--convert-ordinary-to-ical)
13787 (icalendar--convert-weekly-to-ical)
13788 (icalendar--convert-yearly-to-ical)
13789 (icalendar--convert-block-to-ical)
13790 (icalendar--convert-cyclic-to-ical)
13791 (icalendar--convert-anniversary-to-ical): Change return type.
13792 Strip trailing blanks from subject.
13793 (icalendar--convert-sexp-to-ical): Change return type.
13794 Strip trailing blanks from subject. Handle simple sexp
13795 entries as generated by icalendar.el.
13796 (icalendar--convert-float-to-ical)
13797 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
13798 (icalendar-import-file): Doc fix.
13799 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
13800 Correct call to icalendar--rris.
13801 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
13802 `summary'.
13803 (icalendar--add-diary-entry): Rename `subject' to `summary'.
13804
13805 2005-10-24 Romain Francoise <romain@orebokech.com>
13806
13807 * server.el (server-sentinel): Set query-on-exit flag to nil on
13808 new client processes (it isn't inherited from the server process).
13809
13810 * replace.el (occur-engine): Rearrange text properties.
13811
13812 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
13813
13814 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
13815 case-fold-search is nil.
13816 (debug-help-follow): Use help-xref-interned directly.
13817
13818 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13819
13820 * thumbs.el (thumbs-image-type): Add .pbm.
13821
13822 2005-10-23 Richard M. Stallman <rms@gnu.org>
13823
13824 * faces.el (inhibit-face-set-after-frame-default): New variable.
13825 (set-face-attribute): Bind it.
13826 (face-set-after-frame-default): Test it.
13827
13828 * help-fns.el (describe-simplify-lib-file-name): New function.
13829 (describe-function-1, describe-variable): Use it.
13830
13831 * faces.el (describe-face): Use describe-simplify-lib-file-name.
13832
13833 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
13834 Eliminate nil as possible value.
13835 (tooltip-hide-delay): Reduce internal-border-width.
13836
13837 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
13838 (menu-bar-file-menu) <new-file>: Likewise.
13839
13840 * simple.el (line-move-finish): Ignore fields computing LINE-END.
13841
13842 * international/mule.el (load-with-code-conversion):
13843 Pass full file name to `eval-buffer' unless preloading.
13844
13845 * textmodes/flyspell.el (flyspell-large-region):
13846 Call ispell-check-version.
13847
13848 * textmodes/ispell.el (ispell-local-dictionary-overridden):
13849 Fix the make-variable-buffer-local call that was supposed
13850 to be for this variable.
13851 (ispell-aspell-supports-utf8): Doc fix.
13852 (ispell-find-aspell-dictionaries): Preserve elements of
13853 ispell-dictionary-alist for dictionaries that aspell doesn't report.
13854 (ispell-aspell-find-dictionary): Return nil on error.
13855
13856 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
13857 (doctor-symptoms): Likewise.
13858
13859 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
13860
13861 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
13862
13863 * cus-edit.el (custom-button, custom-button-pressed): New vars.
13864 (custom-raised-buttons): Add :set spec.
13865 (custom-button-unraised, custom-button-pressed-unraised):
13866 New faces, so that custom-raised-buttons actually does something.
13867 (custom-mode): Use custom-button and custom-button-pressed.
13868
13869 * wid-edit.el (widget-specify-button): Don't ignore
13870 widget-mouse-face on graphic terminals.
13871 (widget-move-and-invoke): Cleanup.
13872
13873 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
13874
13875 * whitespace.el (whitespace-cleanup): Doc fix.
13876
13877 2005-10-23 Romain Francoise <romain@orebokech.com>
13878
13879 * emulation/viper.el (viper-set-hooks): Quote forms passed to
13880 `eval-after-load' to avoid evaluating their result.
13881
13882 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
13883
13884 * files.el (directory-listing-before-filename-regexp):
13885 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
13886
13887 * dired.el (dired-move-to-filename-regexp): Remove.
13888 All occurences replaced by `directory-listing-before-filename-regexp'.
13889
13890 * dired-x.el, locate.el, vc.el:
13891 Replace `dired-move-to-filename-regexp' by
13892 `directory-listing-before-filename-regexp'. In vc.el it is
13893 overwritten locally; maybe this can be handled in files.el too.
13894
13895 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
13896 replaced by `directory-listing-before-filename-regexp'.
13897
13898 2005-10-23 Andreas Schwab <schwab@suse.de>
13899
13900 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
13901 and eval-next-after-load.
13902
13903 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
13904
13905 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
13906 exist, create it.
13907
13908 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
13909
13910 * allout.el: Remove autoloads for mailcrypt and crypt++.
13911 Require pgg, pgg-gpg during compilation.
13912 (allout-version): Increment version number to 2.1, and use a literal
13913 rather than RCS Id.
13914 (allout-default-encryption-scheme): Remove.
13915 (allout-passphrase-verifier-handling)
13916 (allout-passphrase-verifier-string)
13917 (allout-file-passphrase-verifier-string)
13918 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
13919 (allout-passphrase-hint-handling): Rename and simplify.
13920 (allout-init): Use `find-file-hook' if available, otherwise
13921 `find-file-hooks'.
13922 (allout-mode): Use `write-file-functions' if available, otherwise
13923 `local-write-file-hooks' and, instead of making auto-save-hook
13924 buffer local, make the write-file-hook activity contingent to
13925 allout-mode.
13926 (allout-mode): Use key-binding substitution in the docstring.
13927 (allout-kill-line): Spell-out kill ring data structure mutation
13928 instead of using byte-compiler-complaint-provoking `pop'.
13929 (allout-insert-listified): Use `insert' rather than `insert-string'
13930 (allout-toggle-current-subtree-encryption): Update docstring, adjust
13931 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
13932 (allout-encrypt-string): Totally revamped vis new underlying
13933 encryption facilities.
13934 (allout-mc-activate-passwd): Remove.
13935 (allout-obtain-passphrase): New, more or less replaces
13936 allout-mc-activate-passwd.
13937 (allout-encrypted-key-info): More or less replaces
13938 allout-encrypted-text-type.
13939 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
13940 (my-mark-marker): Use `(featurep 'xemacs)'.
13941
13942 2005-10-23 Lars Hansen <larsh@soem.dk>
13943
13944 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
13945 (byte-compile-file-form-defmumble, byte-compile-defun)
13946 (byte-compile-defmacro): Use it.
13947 (byte-compile-form): Don't call byte-compile-set-symbol-position
13948 when a byte-compile handler is called.
13949
13950 2005-10-22 Romain Francoise <romain@orebokech.com>
13951
13952 * savehist.el (savehist-history-variables): Add `grep-find-history'.
13953
13954 * subr.el (eval-after-load): Convert library name to an absolute
13955 file name using locate-library, since load-history no longer has
13956 library names in it.
13957
13958 2005-10-22 Richard M. Stallman <rms@gnu.org>
13959
13960 * files.el (make-temp-file): Move from subr.el.
13961 * subr.el (make-temp-file): Move to files.el.
13962
13963 * window.el (get-buffer-window-list): Move from subr.el.
13964 * subr.el (get-buffer-window-list): Move to window.el.
13965
13966 * image.el (image-load-path): Use eval-at-startup to initialize.
13967
13968 * subr.el (eval-at-startup): New macro.
13969
13970 * subr.el: Much rearrangement of functions and division
13971 into pages. No code changes.
13972
13973 2005-10-22 Kenichi Handa <handa@m17n.org>
13974
13975 * tar-mode.el (tar-extract): Be sure to call
13976 find-operation-coding-system if set-auto-coding doesn't find a
13977 coding system.
13978
13979 2005-10-22 Kim F. Storm <storm@cua.dk>
13980
13981 * image.el (image-type-header-regexps): Rename from image-type-regexps.
13982 Change users.
13983 (image-type-file-name-regexps): New defconst.
13984 (image-type-from-data): Simplify loop.
13985 (image-type-from-buffer): New defun.
13986 (image-type-from-file-header): Use it instead of image-type-from-data.
13987 Use image-search-load-path instead of only looking in data-directory.
13988 (image-type-from-file-name): New defun.
13989 (image-search-load-path): Change `pathname' to `filename'.
13990 Make PATH arg optional, default to image-load-path.
13991
13992 2005-10-21 Richard M. Stallman <rms@gnu.org>
13993
13994 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
13995
13996 * textmodes/paragraphs.el (sentence-end-base): New variable.
13997 (sentence-end): Use sentence-end-base.
13998
13999 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14000
14001 * font-lock.el (font-lock-default-fontify-region): Check the multiline
14002 property independently from the font-lock-multiline variable.
14003
14004 2005-10-21 Richard M. Stallman <rms@gnu.org>
14005
14006 * emacs-lisp/find-func.el (find-library-name): Doc fix.
14007
14008 * startup.el (command-line): Convert library names
14009 in `load-history' to absolute file names.
14010
14011 * subr.el (symbol-file): Doc fix.
14012
14013 * loadhist.el (file-loadhist-lookup): Call locate-library
14014 instead of find-library-name. Don't try converting
14015 abs file names to library names, since load-history no longer
14016 has library names in it.
14017 (file-dependents, file-provides, file-requires): Doc fixes.
14018
14019 2005-10-21 Juri Linkov <juri@jurta.org>
14020
14021 * progmodes/etags.el (tags-table-mode): New function.
14022 (tags-verify-table): Replace initialize-new-tags-table with
14023 tags-table-mode.
14024
14025 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
14026 default value.
14027 (desktop-modes-not-to-save): Add tags-table-mode to the
14028 default value.
14029
14030 * info.el (Info-index-next): Add total number of index
14031 alternatives to the message.
14032
14033 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
14034 backward only space (instead of space and period) before looking
14035 at sentence end.
14036
14037 * simple.el (set-variable): Use user-variable-p instead of symbolp.
14038 Add the old variable value as 4th default-value arg of read-string.
14039
14040 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14041
14042 * cus-face.el (custom-declare-face): Make face from X resources
14043 also on Mac.
14044
14045 * disp-table.el (standard-display-g1, standard-display-graphic):
14046 Refuse to use string glyphs also on Mac.
14047 (standard-display-european): Don't set terminal coding system also
14048 on Mac.
14049
14050 * frame.el (display-screens): Use x-display-screens also on Mac.
14051
14052 2005-10-21 Romain Francoise <romain@orebokech.com>
14053
14054 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
14055
14056 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
14059 and $? into sexps.
14060
14061 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
14062 warning face on open-paren-in-column-0.
14063
14064 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
14065 boundary case. Fix typo.
14066 Suggested by Martin Rudalics <rudalics@gmx.at>.
14067
14068 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
14069
14070 * textmodes/org.el (org-combined-agenda-icalendar-file)
14071 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
14072 (org-export-icalendar-this-file)
14073 (org-export-icalendar-all-agenda-files)
14074 (org-export-icalendar-combine-agenda-files): New commands.
14075 (org-export-icalendar, org-print-icalendar-entries)
14076 (org-start-icalendar-file, org-finish-icalendar-file)
14077 (org-ical-ts-to-string): New functions.
14078 (org-read-date, org-goto-calendar)
14079 (org-agenda-goto-calendar): Inhibit displaying diary entries by
14080 call to `calendar'.
14081 (orgtbl-setup): Remove the :keys arguments from the menu description.
14082 (org-after-save-iCalendar-file-hook): New variable.
14083
14084 2005-10-21 Kenichi Handa <handa@m17n.org>
14085
14086 * language/vietnamese.el (tcvn-5712): Make it an alias of
14087 vietnamese-tcvn coding-system.
14088
14089 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
14090
14091 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
14092 group id is given.
14093
14094 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14095
14096 * progmodes/sh-script.el (sh-escaped-line-re): New var.
14097 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
14098 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
14099 whose line is either continued or ends with a comment.
14100
14101 2005-10-20 Romain Francoise <romain@orebokech.com>
14102
14103 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
14104
14105 * replace.el (occur-engine): Add follow-link property.
14106
14107 * font-core.el (font-lock-mode): Doc fix.
14108
14109 2005-10-20 Richard M. Stallman <rms@gnu.org>
14110
14111 * net/rcirc.el: New file.
14112
14113 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
14114
14115 * term.el (term-term-name): Initialize to "eterm-color".
14116
14117 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
14118
14119 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
14120 for encryption functionality.
14121 Move allout customization subgroup from `editing' to `outlines' group.
14122 Fix commentary keywords to legitimate ones.
14123 Update author info (using my current email address, obscurified).
14124 (allout-encrypt-string, allout-encryption-produce-work-buffer)
14125 (allout-encrypted-topic-p, allout-encrypted-text-type)
14126 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
14127 (allout-situate-encryption-key-verifier)
14128 (allout-get-encryption-key-verifier, allout-verify-key)
14129 (allout-next-topic-pending-encryption)
14130 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
14131 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
14132 (outline-key-verifier-handling, outline-key-hint-handling)
14133 (outline-encrypt-unencrypted-on-saves): New defcustoms.
14134 (allout-file-key-verifier-string, allout-encryption-scheme)
14135 (allout-key-verifier-string, allout-key-hint-string)
14136 (allout-after-save-decrypt): New variables.
14137 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
14138 (allout-after-saves-handler): New hook functions.
14139 (allout-post-command-business): Do allout-after-save-decrypt.
14140 (allout-enable-file-variable-adjustment): Custom var to enable
14141 mechanism for adding and adjusting settings of Emacs file variables.
14142 (allout-adjust-file-variable, allout-file-vars-section-data):
14143 New functions, implement the mechanism.
14144 (outlineify-sticky): Use the file vars mechanism.
14145 (allout-inhibit-protection, allout-during-write-cue)
14146 (allout-override-protect, allout-before-change-protect): Remove.
14147 (allout-flag-region, allout-open-topic): Adjust read-only text.
14148 (allout-open-line-not-read-only): Add to facilitate read-only
14149 text based protection.
14150 (allout-kill-line): Revise to adjust read-only text, clue the
14151 user about the inhibition.
14152 (allout-unprotected): Use unwind-protect.
14153 (allout-shift-in, allout-shift-out): Disallow manually shifting a
14154 topic deeper than the offspring depth of the previous topic -
14155 avoiding confusing "containment discontinuities".
14156 (allout-reindent-bodies): Fix retention of body relative hanging
14157 indent during promotion of collapsed bodies.
14158 (allout-open-topic): Make it easy to open new topic with same
14159 bullet as current topic - topic creation functions provided with
14160 any universal argument provokes now prompt for bullet, defaulting
14161 to the bullet of the previous topic.
14162 (allout-plain-bullets-string, allout-distinctive-bullets-string):
14163 Plain bullet alternates `.' period and `,' comma only. All other
14164 bullets are relegated to special status (but customizable).
14165 (allout-end-of-entry): Rename from allout-end-of-current-entry
14166 since it actually operates w.r.t. most immediately containing
14167 entry, visible or not.
14168 (allout-hide-current-entry, allout-show-current-entry): Use the
14169 revised version.
14170 (allout-old-expose-topic): Solidify deprecation.
14171 (allout-end-of-subtree): Add so we can span concealed as well
14172 as visible topics.
14173 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
14174 (allout-end-of-current-heading): Tweak to just respect the first line.
14175 (allout-get-body-text): Add.
14176 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
14177 when invoked interactively.
14178 (allout-up-current-level): Use `interactive-p'.
14179 (allout-mode, allout-init): Miscellaneous docstring and
14180 operational refinements, as well as hookups of new encryption stuff.
14181 (allout-beginning-of-current-entry): Now works as advertised.
14182 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
14183 (allout-isearch-rectification): Refine condition for isearching.
14184 (allout-isearch-abort, allout-enwrap-isearch)
14185 (allout-flag-region, my-region-active-p): Relocate some macros.
14186 (allout-title): Fallback title is (buffer-name), not
14187 non-existing (current-buffer-name).
14188 (subst-char-in-string): Define if absent (for some XEmacs versions).
14189
14190 2005-10-20 Jari Aalto <jari.aalto@cante.net>
14191
14192 * mail/sendmail.el (mail-setup-hook, mail-aliases)
14193 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
14194 (mail-citation-prefix-regexp, mail-signature-file)
14195 (mail-default-headers, mail-bury-selects-summary)
14196 (mail-send-nonascii): Add autoload cookies.
14197
14198 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14199
14200 * frame.el (blink-cursor-mode): Add `mac' to the list of
14201 window-system's that support blinking cursor.
14202
14203 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14204
14205 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
14206
14207 2005-10-20 Eli Zaretskii <eliz@gnu.org>
14208
14209 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
14210 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
14211 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
14212
14213 2005-10-20 Kim F. Storm <storm@cua.dk>
14214
14215 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
14216 (ido-set-current-directory): Don't add / after final @.
14217 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
14218 Explicitly handle ange-ftp completion oddities.
14219 (ido-make-file-list): Don't rotate list at tramp root to avoid
14220 triggering tramp file handler for expand-file-name via get-file-buffer.
14221
14222 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
14223
14224 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
14225
14226 2005-10-19 Jay Belanger <belanger@truman.edu>
14227
14228 * calc/calc-units.el (math-standard-units): Add units, adjust
14229 symbols and update values.
14230 (math-unit-prefixes): Add more prefixes.
14231
14232 2005-10-19 Romain Francoise <romain@orebokech.com>
14233
14234 * bookmark.el (bookmark-menu-heading): New face.
14235 (bookmark-bmenu-list): Use it.
14236 Don't fiddle with `baud-rate' at top-level.
14237
14238 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
14239
14240 * image.el (create-image, find-image): Mention max-image-size in
14241 docstring.
14242
14243 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * savehist.el (savehist-load): Revert to checking XEmacs.
14246
14247 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
14248 Various docstring and line-width fixups.
14249 (conf-mode): Use cond.
14250 Set font-lock-defaults. Don't set comment-use-syntax.
14251
14252 2005-10-18 David Ponce <david@dponce.com>
14253
14254 * tree-widget.el (tree-widget-button-click): New function.
14255 (tree-widget-button-keymap): Use it.
14256
14257 2005-10-18 Romain Francoise <romain@orebokech.com>
14258
14259 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14260 (bookmark-bmenu-hide-filenames): Add follow-link property.
14261 Improve help-echo text.
14262
14263 * ffap.el (find-file-at-point): Doc fix.
14264
14265 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14266
14267 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
14268
14269 2005-10-18 Masatake YAMATO <jet@gyve.org>
14270
14271 Install to the CVS repository what I forgot to install in my
14272 2005-10-16 changes.
14273
14274 * progmodes/python.el (python-complete-symbol): Pass the common
14275 prefix substring of completion to `display-completion-list'.
14276
14277 * textmodes/org.el (org-complete): Ditto.
14278
14279 2005-10-18 Masatake YAMATO <jet@gyve.org>
14280
14281 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
14282
14283 * woman.el (WoMan-xref-man-page): New button type derived
14284 from `Man-abstract-xref-man-page'.
14285 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
14286
14287 * man.el (Man-abstract-xref-man-page): New button type.
14288 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
14289 (Man-highlight-references): Add new optional argument `xref-man-type'.
14290
14291 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14292
14293 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
14294
14295 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
14296
14297 * cus-edit.el (Custom-move-and-invoke): Delete.
14298 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
14299
14300 * wid-edit.el (widget-move-and-invoke): New function, from
14301 Custom-move-and-invoke.
14302
14303 2005-10-17 Bill Wohler <wohler@newt.com>
14304
14305 Move all remaining images from lisp/toolbar to etc/images, move
14306 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
14307 the low resolution images in their own directory (low-color).
14308
14309 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
14310 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
14311 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
14312 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
14313 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
14314 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
14315 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
14316
14317 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
14318 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
14319 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
14320 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
14321 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
14322 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
14323 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
14324 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
14325 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
14326 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
14327 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
14328 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
14329 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
14330 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
14331 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
14332
14333 To conform with convention, replace the underscore (_) in the
14334 following image names with dash (-) or (/) as appropriate.
14335
14336 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
14337 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
14338 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
14339 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
14340 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
14341 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
14342 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
14343 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
14344 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
14345 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
14346 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
14347 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
14348 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
14349 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
14350 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
14351
14352 * info.el (info-tool-bar-map): Replace underscores in image names
14353 with dashes.
14354
14355 * makefile.w32-in (WINS): Remove toolbar.
14356
14357 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
14358
14359 * tool-bar.el: Move to lisp from toolbar. Now that
14360 toolbar is empty, it should be deleted when folks run "cvs up -P".
14361
14362 2005-10-18 Jay Belanger <belanger@truman.edu>
14363
14364 * calc/calc-store.el (calc-store-into): Get the proper variable name
14365 to display in message.
14366
14367 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
14368
14369 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
14370 expressions display in speedbar for all buffers when debugging.
14371 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
14372
14373 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
14374 (speedbar-insert-button, speedbar-make-button):
14375 Use add-text-properties.
14376 (speedbar-update-localized-contents)
14377 (speedbar-update-directory-contents)
14378 (speedbar-update-special-contents): Use dolist.
14379 (speedbar-buffer-easymenu-definition): Add a menu separator.
14380
14381 2005-10-17 Jason Rumney <jasonr@gnu.org>
14382
14383 * makefile.w32-in: Use $(lisp) consistently.
14384 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
14385 for shell specific generation of mh-autoloads.
14386
14387 2005-10-17 Richard M. Stallman <rms@gnu.org>
14388
14389 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
14390
14391 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
14392
14393 * jit-lock.el (jit-lock-fontify-now):
14394 Move jit-lock-context-unfontify-pos to avoid wasted work.
14395
14396 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
14397
14398 * net/tramp.el (tramp-completion-mode): New defvar. Used in
14399 `tramp-completion-mode' for checking if we are in completion mode.
14400 (tramp-completion-handle-file-name-all-completions): Reorder code
14401 in order to complete for file names only in case there are no
14402 method/user/host completions. This is necessary for cooperation
14403 with ido. Reported by Kim F. Storm <storm@cua.dk>.
14404
14405 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
14406
14407 * longlines.el (longlines-search-forward)
14408 (longlines-search-backward): Match any number of spaces.
14409
14410 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
14411
14412 * diff-mode.el (diff-mode): Doc fix.
14413
14414 2005-10-16 David Reitter <david.reitter@gmail.com>
14415
14416 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
14417 as default on darwin and windows systems.
14418
14419 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
14420
14421 * arc-mode.el (archive-zip-extract): Doc fix.
14422
14423 2005-10-16 Romain Francoise <romain@orebokech.com>
14424
14425 * mouse.el (mouse-1-click-follows-link): Doc fix.
14426
14427 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14428
14429 * savehist.el: Don't require CL at runtime.
14430 (savehist-xemacs): Remove.
14431 (savehist-coding-system): Use utf-8 if present, regardless of religion.
14432 (savehist-no-conversion): Use (featurep 'xemacs).
14433 (savehist-load): Check existence of start-itimer rather than XEmacs.
14434 Use an idle timer.
14435 (savehist-process-for-saving): Replace use of CL funs `subseq' and
14436 `delete-if-not'.
14437
14438 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
14439
14440 * savehist.el: Newer version.
14441 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
14442 (savehist-last-checksum, savehist-no-conversion): New vars.
14443 (savehist-autosave, savehist-process-for-saving, savehist-printable):
14444 New functions.
14445 (savehist-load, savehist-save): Use them.
14446 (savehist-delimit): Remove.
14447
14448 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
14449
14450 * progmodes/compile.el (compilation-goto-locus): Display the
14451 compilation buffer first and the source buffer second, in case they're
14452 in overlapping frames. Don't raise the compilation frame if it was the
14453 selected window upon entry. Pass the `other-window' arg to
14454 pop-to-buffer.
14455
14456 * info.el (Info-fontify-node): Use dolist.
14457 Change add-text-properties to put-text-property.
14458
14459 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14460
14461 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
14462 bound of search.
14463
14464 2005-10-16 Masatake YAMATO <jet@gyve.org>
14465
14466 * dabbrev.el (dabbrev-completion): Pass the common
14467 prefix substring of completion to `display-completion-list'.
14468
14469 * filecache.el (file-cache-minibuffer-complete)
14470 (file-cache-complete): Ditto.
14471
14472 * tempo.el (tempo-display-completions): Ditto.
14473
14474 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
14475
14476 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
14477
14478 * eshell/em-hist.el (eshell-list-history): Ditto.
14479
14480 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
14481
14482 * mail/mailalias.el (mail-complete): Ditto.
14483
14484 * progmodes/etags.el (complete-tag): Ditto.
14485
14486 * progmodes/make-mode.el (makefile-complete): Ditto.
14487
14488 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
14489
14490 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
14491
14492 * progmodes/pascal.el (pascal-complete-word)
14493 (pascal-show-completions): Ditto.
14494
14495 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
14496
14497 * simple.el (completion-common-substring): New variable.
14498 (completion-setup-function): Use `completion-common-substring'
14499 to put faces.
14500
14501 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14502
14503 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
14504 (x-get-selection, mac-select-convert-to-string): Convert from/to
14505 UTF-16 clipboard data as in native byte order, no BOM.
14506
14507 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
14508
14509 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14510 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
14511 (gud-sentinel): Use speedbar-frame to check for speedbar.
14512
14513 2005-10-15 Richard M. Stallman <rms@gnu.org>
14514
14515 * savehist.el: New file.
14516
14517 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
14518
14519 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
14520 Fix bug in \bf fontification.
14521
14522 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
14523
14524 * pcvs.el (cvs-edit-log-files): New var.
14525 (cvs-mode-edit-log): New arg `file'.
14526 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
14527 Instead force the use of the original file and nothing else.
14528 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
14529 the cvs-minor-wrap-function is set.
14530 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
14531
14532 2005-10-14 Bill Wohler <wohler@newt.com>
14533
14534 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
14535 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
14536 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
14537 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
14538 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
14539 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
14540 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
14541 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
14542 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
14543 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
14544 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
14545 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
14546 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
14547 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
14548 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
14549
14550 * progmodes/gud.el (gud-tool-bar-map): Rename the images
14551 appropriately (for example, gud-break to gud/break).
14552
14553 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
14554
14555 * longlines.el (longlinges-search-function)
14556 (longlines-search-forward, longlines-search-backward): New functions.
14557 (longlines-mode): Set isearch-search-fun-function to
14558 longlinges-search-function.
14559
14560 * mouse.el (mouse-drag-region-1): Handle the case where a
14561 double-click event is bound to an arbitrary function.
14562
14563 2005-10-14 David Ponce <david@dponce.com>
14564
14565 * recentf.el (recentf-track-opened-file)
14566 (recentf-track-closed-file, recentf-update-menu)
14567 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
14568 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
14569 mouse-1-click-follows-link.
14570
14571 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14572
14573 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
14574 Gnome file-manager.png. Suggested by
14575 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
14576
14577 * toolbar/README: Add diropen.xpm.
14578
14579 2005-10-13 Bill Wohler <wohler@newt.com>
14580
14581 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
14582 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
14583
14584 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
14585
14586 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
14587 Don't waste the byte-compiler's time on constant data.
14588
14589 2005-10-13 Kenichi Handa <handa@m17n.org>
14590
14591 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
14592 byte with `escape-glyph' face.
14593
14594 * international/fontset.el (ccl-encode-unicode-font):
14595 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
14596 Handle the case that ucs-mule-to-mule-unicode translates a character to
14597 ASCII (usually for IPA characters).
14598
14599 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
14602 Don't hide the underline of titles if font-lock-mode is disabled.
14603
14604 2005-10-12 Bill Wohler <wohler@newt.com>
14605
14606 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
14607 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14608 files in MH-E-SRC have been updated.
14609 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
14610
14611 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
14612
14613 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
14614 (mixal-mode-syntax-table): Add \n as end-comment.
14615 (mixal-operation-codes-alist): Immediately initialize to full value.
14616 (mixal-add-operation-code): Remove.
14617 (mixal-describe-operation-code): Make the arg non-optional.
14618 Use the interactive spec instead.
14619 Use mixal-operation-codes-alist rather than mixal-operation-codes.
14620 (mixal-font-lock-keywords): Don't highlight comments here any more.
14621 (mixal-font-lock-syntactic-keywords): New var.
14622 (mixal-mode): Use it. Fix comment-start-skip.
14623
14624 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14625
14626 * startup.el (command-line-x-option-alist): -nb => -nbi
14627
14628 2005-10-12 Kim F. Storm <storm@cua.dk>
14629
14630 * startup.el (fancy-splash-default-action): Discard mouse click in
14631 the splash screen window, as it has no sensible meaning in the
14632 next window to be selected. Fixes error reported by Jan D.
14633
14634 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
14635
14636 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
14637
14638 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14639
14640 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
14641 Try to fix up minor layout issues like indentation, line break, etc...
14642 (mixal-mode-syntax-table): Don't try to specify comment syntax,
14643 because it doesn't work.
14644 (mixal-operation-codes): Add some more codes.
14645 (mixal-font-lock-keywords): Process comments here.
14646 (mixal-mode): mixasm no longer needs -g option.
14647
14648 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
14649
14650 * progmodes/sh-script.el (sh-tmp-file):
14651 Use mktemp -t. Finish support for es and rc shells.
14652
14653 2005-10-11 Jay Belanger <belanger@truman.edu>
14654
14655 * calc/calcalg2.el (calc-integral): With an argument, compute the
14656 definite integral.
14657
14658 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
14659
14660 * mouse.el (mouse-drag-region-1): Don't try to catch a
14661 double-click when doing follow-link (it's overridden anyway).
14662
14663 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
14664
14665 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
14666 (autoload-print-form-outbuf): Add docstring.
14667
14668 2005-10-11 Juri Linkov <juri@jurta.org>
14669
14670 * info.el (Info-mode-menu): Delete menu item "Edit".
14671 (Info-mode): Delete description of Info-edit from docstring,
14672 and rearrange descriptions of Info commands in the order
14673 they are documented in the Info manual.
14674
14675 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
14676
14677 * calendar/appt.el (appt-check): Use diary-selective-display var.
14678
14679 2005-10-10 Richard M. Stallman <rms@gnu.org>
14680
14681 * net/newsticker.el (newsticker-start, newsticker-show-news):
14682 Add autoload cookies.
14683
14684 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
14685
14686 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
14687
14688 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
14689
14690 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
14691
14692 2005-10-10 Jay Belanger <belanger@truman.edu>
14693
14694 * calc/calc-arith.el (math-check-known-scalarp)
14695 (math-check-known-matrixp): Check the values of arguments that are
14696 variables.
14697 (math-check-known-square-matrixp): New function.
14698 (math-known-square-matrixp): Use math-check-known-square-matrixp.
14699 (math-super-types): Add sqmatrix type.
14700
14701 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
14702 mode name `square' to `sqmatrix'.
14703
14704 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
14705 mode name `square' to `sqmatrix'.
14706
14707 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14708
14709 * progmodes/etags.el (select-tags-table-mode): Don't use
14710 selective-display.
14711 (tags-select-tags-table): Pass `button' to the action function.
14712 (select-tags-table): Place the side-info on button properties rather
14713 than in hidden text. Abbreviate file names.
14714 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
14715 (select-tags-table-select): Add `button' argument.
14716 Get side-info from the button property rather than from hidden text.
14717
14718 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
14719
14720 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
14721 (gud-speedbar-buttons): Preserve point if possible.
14722 (gud-sentinel): Restore previous speedbar display type.
14723
14724 * progmodes/gdb-ui.el (gdba): Improve diagram.
14725 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14726 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
14727 Call get-buffer-window once.
14728
14729 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14730
14731 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
14732 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
14733 (pascal-indent-command): Remove unused var `ind'.
14734 (pascal-indent-case): Remove unused var `oldpos'.
14735 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
14736 since it's now used as a proper minor mode map.
14737 (pascal-outline): Rename to pascal-outline-mode.
14738 (pascal-outline-mode): Use define-minor-mode.
14739 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
14740 selective-display.
14741
14742 2005-10-10 Andreas Schwab <schwab@suse.de>
14743
14744 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
14745 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
14746
14747 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
14748 outside source directory.
14749
14750 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
14751
14752 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
14753 C-x' as a prefix.
14754 (orgtbl-mode-map): Full keymap instead of sparse, because all
14755 `self-insert-command' keys are redefined in this map.
14756 (org-export-as-html): Specify charset for HTML file, by taking it
14757 from the coding system.
14758
14759 2005-10-10 Kenichi Handa <handa@m17n.org>
14760
14761 * textmodes/flyspell.el (flyspell-check-word-p):
14762 If unread-command-events is non-empty, don't call sit-for.
14763
14764 2005-10-09 Richard M. Stallman <rms@gnu.org>
14765
14766 * font-lock.el (font-lock-syntactic-keywords)
14767 (font-lock-keywords): Doc fixes.
14768
14769 * textmodes/flyspell.el (flyspell-external-point-words):
14770 Simplify logic, and don't try to check for consecutive appearances
14771 of one incorrect word.
14772
14773 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
14774
14775 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
14776 separator.
14777
14778 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
14779 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
14780 (gud-expansion-speedbar-buttons): New function.
14781 (gud-speedbar-buttons): Check for gud-comint-buffer.
14782
14783 2005-10-09 Bill Wohler <wohler@newt.com>
14784
14785 * Makefile.in (updates): Add mh-loaddefs dependency.
14786
14787 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
14788
14789 * speedbar.el (speedbar-file-key-map): Fix typo.
14790
14791 2005-10-09 Daniel Brockman <daniel@brockman.se>
14792
14793 * cus-start.el (line-spacing): Add custom spec.
14794
14795 2005-10-09 Romain Francoise <romain@orebokech.com>
14796
14797 * textmodes/ispell.el (ispell-check-version): Fix last change.
14798
14799 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14800
14801 * term/x-win.el: Remove -i, --icon-type from comment.
14802
14803 * startup.el (command-line-x-option-alist): Remove options -i,
14804 -itype, --icon-type, added -nb, --no-bitmap-icon
14805
14806 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
14807
14808 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
14809 instead of :active.
14810
14811 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
14812
14813 * textmodes/ispell.el (ispell-check-version):
14814 Ignore hyphen, and all that follows, in aspell's version text.
14815
14816 2005-10-08 Jay Belanger <belanger@truman.edu>
14817
14818 * calc/calc-arith.el (math-known-square-matrixp): New function.
14819 (math-pow-fancy): Check for matrices before distributing exponent
14820 across products.
14821
14822 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
14823 fullscreen keypad. Suggested by Luc Teirlinck.
14824 (calc-keypad-show-input): Add space for formatting.
14825
14826 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
14827 Add square matrix option.
14828
14829 * calc/calc-poly.el (math-expand-term): Check for matrices instead
14830 of checking calc-matrix-mode when deciding how to expand.
14831
14832 * calc/calc.el (calc-set-mode-line): Add square matrix option.
14833
14834 2005-10-08 Lars Hansen <larsh@soem.dk>
14835
14836 * net/tramp.el (tramp-perl-directory-files-and-attributes):
14837 Add error handling.
14838 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
14839
14840 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
14841
14842 Sync with Tramp 2.0.51.
14843
14844 * net/tramp.el (tramp-handle-set-visited-file-modtime)
14845 (tramp-handle-insert-file-contents, tramp-handle-write-region):
14846 Insert special handling for `last-coding-system-used', again
14847 it still seems to be necessary (unlike stated before).
14848 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
14849 (tramp-password-prompt-regexp): There might be other words before
14850 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
14851 (tramp-chunksize): Improve docstring.
14852 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
14853 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
14854 Christian Joergensen <bugs@razor.dk>.
14855
14856 2005-10-07 Glenn Morris <rgm@gnu.org>
14857
14858 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
14859 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
14860 precision'.
14861
14862 2005-10-07 Romain Francoise <romain@orebokech.com>
14863
14864 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
14865 (ibuffer-do-shell-command-pipe-replace)
14866 (ibuffer-do-shell-command-file, ibuffer-do-eval)
14867 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
14868 (ibuffer-do-revert, ibuffer-do-replace-regexp)
14869 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
14870 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
14871 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
14872 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
14873 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
14874 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
14875 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
14876 Autoload file sans suffix.
14877
14878 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
14879
14880 2005-10-07 David Ponce <david@dponce.com>
14881
14882 * recentf.el (recentf-menu-open-all-flag): New option.
14883 (recentf-digit-shortcut-command-name): New function.
14884 (recentf--shortcuts-keymap): New variable.
14885 (recentf-menu-shortcuts): New variable.
14886 (recentf-make-menu-items): Initialize it. Replace the "More..."
14887 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
14888 (recentf-menu-value-shortcut): New function.
14889 (recentf-make-menu-item): Use it. No more in-lined.
14890 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
14891 (recentf-open-most-recent-file): Rename from
14892 `recentf-open-file-with-key'. Don't depend on key binding.
14893 (recentf-mode-map): New variable.
14894 (recentf-mode): Use it.
14895
14896 2005-10-06 Bill Wohler <wohler@newt.com>
14897
14898 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
14899
14900 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
14901 (MH-E-SRC): New. Used by mh-autoloads.
14902 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
14903 files in MH-E-SRC have been updated.
14904 (compile, recompile, bootstrap): Depend on mh-autoloads.
14905
14906 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
14907
14908 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
14909 gud-break and gud-remove icons when the fringe is not available.
14910
14911 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
14912 Typo.
14913
14914 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
14915
14916 * play/zone.el (zone): Wrap body with save-window-excursion.
14917
14918 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
14921 Use the new `list-only' arg to diary-list-entries.
14922
14923 * calendar/diary-lib.el: Use overlays rather than selective-display.
14924 (diary-selective-display): New var.
14925 (diary-header-line-format): Use it.
14926 (diary-list-entries): Add argument `list-only'.
14927 Put the buffer in diary-mode. Don't add \^M at beg and end.
14928 Replace \^M by invisible overlays.
14929 (diary-unhide-everything): Replace \^M by invisible overlays.
14930 (print-diary-entries): Look for overlays rather than \^M.
14931 Add a space to the temp buffer name.
14932 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
14933 Put the buffer in diary-mode.
14934 (list-sexp-diary-entries): Replace \^M by invisible overlays.
14935 (diary-anniversary): Make the year arg optional.
14936 (diary-time-regexp): New const.
14937 (diary-font-lock-keywords): Use it to accept a few more time formats.
14938
14939 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
14940
14941 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
14942
14943 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
14944 Fix bug introduced 2005-07-03: Use (car (last ...))
14945 to faithfully reproduce replaced artist-last.
14946 (artist-set-arrow-points-for-poly): Likewise.
14947 Suggested by Johan Bockg\e,Ae\e(Brd.
14948
14949 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
14950
14951 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
14952 * wid-edit.el (widget):
14953 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
14954 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
14955
14956 2005-10-06 Kenichi Handa <handa@m17n.org>
14957
14958 * international/mule-cmds.el (set-language-environment):
14959 Fix setting up of case-table for unibyte mode.
14960
14961 * simple.el (what-cursor-position): If the character is displayed
14962 by some `display' text property, show that. Don't use
14963 single-key-description for eight-bit characters in multibyte mode.
14964
14965 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
14966
14967 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
14968 (gdb-ann3): Set it.
14969 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
14970 (gdb-info-frames-custom): Use inverse-video for first five
14971 characters of selected frame only.
14972 (gdb-get-frame-number): Select frame even when point is on frame
14973 number.
14974
14975 2005-10-06 Masatake YAMATO <jet@gyve.org>
14976
14977 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
14978 Put `font-lock-function-name-face'.
14979 (gdb-info-frames-custom): Put `font-lock-function-name-face'
14980 and `font-lock-variable-name-face'
14981 (gdb-registers-font-lock-keywords): New font lock keywords definition.
14982 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
14983 (gdb-memory-font-lock-keywords): New font lock keywords definition.
14984 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
14985 (gdb-local-font-lock-keywords): New font lock keywords definition.
14986 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
14987 (gdb-threads-font-lock-keywords): New font lock keywords definition.
14988 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
14989
14990 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
14991
14992 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
14993 (ediff-merge-region-is-non-clash-to-skip): Previously called
14994 ediff-merge-region-is-non-clash.
14995
14996 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
14997 Use insert-buffer-substring.
14998
14999 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
15000 selecting files to patch. Also bug fixes.
15001
15002 * ediff-util.el (ediff-setup): Bug fix.
15003 (ediff-next-difference): Never skip clashes that differ in white
15004 space only.
15005
15006 * ediff-wind.el (ediff-setup-control-frame)
15007 (ediff-destroy-control-frame): Check the menubar feature.
15008
15009 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
15010 (viper-refresh-mode-line): Use make-local-variable to localize
15011 some vars instead of make-variable-buffer-local. Suggested by
15012 Stefan Monnier.
15013
15014 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
15015 (viper-restore-cursor-type, viper-set-insert-cursor-type):
15016 Use make-local-variable instead of make-variable-buffer-local.
15017 Suggested by Stefan Monnier.
15018
15019 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
15020 (viper-comint-mode-hook): Use make-local-variable on
15021 require-final-newline.
15022 (viper-non-hook-settings): Don't use make-variable-buffer-local.
15023
15024 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
15025
15026 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
15027 also the second char of a comment-start sequence.
15028 (scheme-sexp-comment-syntax-table): New var.
15029 (lambda, define): Set their scheme-doc-string-elt property.
15030 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
15031 Use lisp-font-lock-syntactic-face-function now that it properly
15032 handles |...| symbols.
15033 (scheme-mode-variables): Set lisp-doc-string-elt-property,
15034 parse-sexp-lookup-properties and font-lock-extra-managed-props.
15035
15036 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
15037 bit from # to |.
15038 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
15039
15040 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
15041 (lisp-doc-string-elt-property): New var.
15042 (lisp-font-lock-syntactic-face-function): Use it.
15043 Rewrite to recognize docstrings even for forms not at toplevel.
15044
15045 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
15046 annotation on the | part of #| rather than on the # part.
15047 (scheme-font-lock-syntactic-face-function): New function, to
15048 distinguish strings from |...| symbols.
15049 (scheme-mode-variables): Use it. Also fix up the font-lock-time
15050 syntax-table so that #|...|# is properly highlighted.
15051
15052 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
15053 Don't mark as docstring the 3rd elem of an unknown toplevel form.
15054
15055 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
15056
15057 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
15058 and C-e.
15059
15060 * emacs-lisp/eldoc.el: Move comments into docstrings.
15061 (eldoc-message-commands): Initialize in its declaration.
15062 Add move-beginning-of-line and move-end-of-line.
15063 (eldoc-add-command, eldoc-add-command-completions)
15064 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
15065
15066 * outline.el (outline-mark-subtree): Activate the mark.
15067
15068 * calendar/appt.el (appt-time-regexp): New var.
15069 (appt-add, appt-make-list): Use it.
15070 (appt-convert-time): Clean up.
15071
15072 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
15073 Don't set any syntax-table property here.
15074 (tex-font-lock-verb): New function. Do it here.
15075 (tex-font-lock-syntactic-keywords): Use it.
15076
15077 2005-10-04 Richard M. Stallman <rms@gnu.org>
15078
15079 * wid-edit.el (widget-file-complete): Get the widget start point
15080 the right way. Default directory to `/' if file has none.
15081
15082 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
15083
15084 * textmodes/flyspell.el (flyspell-mode-on):
15085 Call ispell-maybe-find-aspell-dictionaries.
15086
15087 * textmodes/ispell.el (ispell-word, ispell-region):
15088 Call ispell-maybe-find-aspell-dictionaries.
15089 (ispell-accept-buffer-local-defs):
15090 Don't call ispell-maybe-find-aspell-dictionaries
15091
15092 2005-10-04 Richard M. Stallman <rms@gnu.org>
15093
15094 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
15095
15096 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
15097
15098 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
15099 instead of `fboundp' in order to allow for anonymous functions.
15100
15101 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
15102
15103 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
15104 case the user clicks on the link while another window is selected.
15105 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
15106
15107 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
15108 functionality.
15109 (dframe-help-echo): Save point in case mouse tracking is off.
15110
15111 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
15112
15113 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
15114
15115 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15116
15117 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
15118 not change the global value of those vars.
15119
15120 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
15121 make-local-variable which we do not need any more.
15122
15123 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
15124
15125 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
15126 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
15127 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
15128 (speedbar-path-line): Define obsolete aliases.
15129 (speedbar-line-directory): Doc fix.
15130
15131 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
15132 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
15133 instead of speedbar-line-path.
15134
15135 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15136
15137 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
15138 to nil if dropping on a window. Handle dropping on a minibuffer window
15139 like dropping on a non-window part of Emacs.
15140
15141 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 * net/ange-ftp.el: Use with-current-buffer.
15144 (ange-ftp-insert-directory): Do not follow symlinks any more.
15145
15146 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
15147 Remove interactive spec.
15148
15149 2005-10-03 Kim F. Storm <storm@cua.dk>
15150
15151 * ido.el (ido-mode): Use custom-initialize-set.
15152
15153 2005-10-02 Richard M. Stallman <rms@gnu.org>
15154
15155 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
15156 Use insert-buffer-substring.
15157
15158 * net/tramp.el: Pacify byte compiler warnings in pacification code.
15159 (tramp-handle-file-local-copy): Use insert-buffer-substring.
15160
15161 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
15162
15163 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
15164 in last change.
15165 (ange-ftp-insert-directory): Fix up the search for the case where
15166 `file' is absolute.
15167
15168 2005-10-02 Romain Francoise <romain@orebokech.com>
15169
15170 * progmodes/compile.el (compile-goto-error): Delete extra paren.
15171
15172 2005-10-02 Andreas Schwab <schwab@suse.de>
15173
15174 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
15175 directory component in the session info.
15176
15177 2005-10-01 Richard M. Stallman <rms@gnu.org>
15178
15179 * comint.el (comint-redirect-subvert-readonly): Doc fix.
15180
15181 * simple.el (next-error-internal): New function.
15182
15183 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
15184 (compilation-start): Pass new arg to compilation-buffer-name.
15185 (compile-goto-error): Use next-error-internal.
15186
15187 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
15188
15189 * speedbar.el: Remove RCS tag.
15190 (speedbar-check-read-only): Handle non-existent files.
15191
15192 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
15193
15194 * info.el (Info-speedbar-hierarchy-buttons)
15195 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
15196
15197 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15198
15199 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
15200 Do not match newline.
15201 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
15202 (bibtex-summary): Remove unnecessary save-excursion.
15203 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
15204
15205 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15206
15207 * term/mac-win.el: Add charset info for "iso10646-1".
15208 Modify default fontset to use ATSUI-compatible fonts for some charsets
15209 if available.
15210
15211 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
15212
15213 * speedbar.el: Re-apply arch tag.
15214 (speedbar-version): Rename to version 1.0. Suggested by Eric
15215 M. Ludlam.
15216 Reapply two changes from Emacs CVS' version of speedbar lost
15217 during the merge:
15218 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
15219 (speedbar-frame-parameters): Improve customize type.
15220
15221 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
15222
15223 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
15224 (ange-ftp-file-directory-p): Fix the symlink case.
15225 (ange-ftp-insert-directory): When listing a single file, get a list of
15226 the parent buffer and extract the relevant line. Inspired from a patch
15227 by Katsumi Yamaoka <yamaoka@jpl.org>.
15228 (ange-ftp-file-name-sans-versions): Simplify.
15229
15230 2005-09-30 Bill Wohler <wohler@newt.com>
15231
15232 Move MH-E image files from toolbar and mail directories into
15233 etc/images.
15234
15235 * mail/reply2.*: Move to etc/images/mail/reply*.
15236
15237 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
15238 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
15239 etc/images.
15240
15241 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
15242 * toolbar/reply*: Move to etc/images/mail.
15243
15244 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
15245
15246 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
15247
15248 * speedbar.el: New version 1.0pre3.
15249
15250 Frame management code (including timer, and mouse click specifics)
15251 moved to dframe.el:
15252 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
15253 (speedbar-timer): Removed. Use dframe-timer.
15254 (speedbar-close-frame): Removed. Use dframe-close-frame.
15255 (speedbar-activity-change-focus-flag): Removed. Use
15256 dframe-activity-change-focus-flag.
15257 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
15258 dframe-update-speed.
15259
15260 (speedbar-current-frame): New macro. Use this instead of the
15261 variable speedbar-frame.
15262
15263 (speedbar-use-images, speedbar-expand-image-button-alist)
15264 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
15265
15266 (speedbar-find-image-on-load-path): Removed. Replaced by
15267 defezimage in ezimage.el.
15268 (speedbar-expand-image-button-alist): Removed. Replaced by
15269 ezimage-expand-image-button-alist in ezimage.el.
15270
15271 (speedbar-ignored-directory-regexp)
15272 (speedbar-add-ignored-directory-regexp)
15273 (speedbar-ignored-directory-expressions)
15274 (speedbar-line-directory, speedbar-buffers-line-directory)
15275 (speedbar-directory-line, speedbar-buffers-line-directory):
15276 Renamed, replacing `path' with `directory'.
15277
15278 (speedbar-create-directory, speedbar-expand-line-descendants)
15279 (speedbar-toggle-line-expansion)
15280 (speedbar-contract-line-descendants): New commands.
15281
15282 (speedbar-query-confirmation-method, speedbar-select-frame-method)
15283 (speedbar-use-tool-tips-flag): New options.
15284
15285 (speedbar-check-read-only, speedbar-require-version)
15286 (speedbar-insert-separator, speedbar-buffers-tail-notes)
15287 (speedbar-handle-delete-frame, speedbar-try-completion)
15288 (speedbar-update-localized-contents): New functions.
15289
15290 (speedbar-incompatible-version, speedbar-ro-to-do-point)
15291 (speedbar-object-read-only-indicator): New variables.
15292
15293 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
15294 New hooks.
15295
15296 (speedbar-separator-face): New face.
15297
15298 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
15299 (speedbar-ignored-modes): Add fundamental-mode.
15300 (speedbar-directory-unshown-regexp): Add . directories.
15301
15302 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
15303 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
15304 `]' for full expand/close.
15305 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
15306
15307 (speedbar-check-vc): Support hidden files.
15308 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
15309 (speedbar-this-file-in-vc): Use vc-state if available. If VC
15310 state is nil, it is not checked out.
15311
15312 (speedbar-line-text, speedbar-line-token): Support expand buttons
15313 with no text.
15314 (speedbar-refresh): Universal argument acts as power-click.
15315 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
15316 that buffer to get variable values.
15317
15318 And many other bugfixes.
15319
15320 * dframe.el, ezimage.el, sb-image.el: New files.
15321
15322 * sb-*.xpm: Remove files. New image files installed into
15323 etc/images/ezimage.
15324
15325 2005-09-30 Kenichi Handa <handa@m17n.org>
15326
15327 * ps-mule.el (ps-mule-show-warning): If a character is in
15328 ps-print-translation-table, don't treat it as non-printable.
15329
15330 2005-09-30 David Ponce <david@dponce.com>
15331
15332 * tree-widget.el (tree-widget-themes-load-path): New variable.
15333 (tree-widget-themes-directory): Doc fix.
15334 (tree-widget-image-formats) [Emacs]: Doc fix.
15335 (tree-widget--locate-sub-directory): New function.
15336 (tree-widget-themes-directory): Use it.
15337
15338 * recentf.el (recentf-filename-handlers): Rename from
15339 `recentf-filename-handler'. Allow a list of functions.
15340 (recentf-menu-items-for-commands): Fix :help strings.
15341 (recentf-apply-filename-handlers): New function.
15342 (recentf-expand-file-name): Use it.
15343 (recentf-cleanup): Remove duplicates too.
15344
15345 2005-09-29 Juri Linkov <juri@jurta.org>
15346
15347 * faces.el: Rearrange face definitions to be in the same order as
15348 their face descriptions in "(emacs)Standard Faces".
15349
15350 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
15351
15352 * tooltip.el (tooltip): Add group `basic-faces'.
15353
15354 * buff-menu.el (Buffer-menu-buffer): Remove group
15355 `font-lock-highlighting-faces'.
15356
15357 * progmodes/compile.el (compilation-error, compilation-warning)
15358 (compilation-info, compilation-line-number, compilation-column-number):
15359 Change group from `font-lock-highlighting-faces' to `compilation'.
15360
15361 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15362 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
15363 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
15364 (vhdl-font-lock-reserved-words-face)
15365 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
15366 `font-lock-highlighting-faces'.
15367
15368 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
15369
15370 2005-09-28 Kim F. Storm <storm@cua.dk>
15371
15372 * emulation/cua-base.el: Set CUA move property on additional commands:
15373 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
15374 forward-sexp, backward-sexp, forward-list, backward-list.
15375
15376 2005-09-28 Romain Francoise <romain@orebokech.com>
15377
15378 * comint.el (comint-show-output): Really set point at the
15379 beginning of the output when not using `comint-use-prompt-regexp'.
15380
15381 2005-09-27 Jay Belanger <belanger@truman.edu>
15382
15383 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
15384 in TeX mode.
15385
15386 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
15387
15388 * textmodes/org.el (org-table-sum): Fix format string.
15389
15390 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
15391 Quote face names.
15392
15393 2005-09-26 Romain Francoise <romain@orebokech.com>
15394
15395 * isearch.el (isearch-forward-regexp): Close doc string.
15396
15397 2005-09-25 Richard M. Stallman <rms@gnu.org>
15398
15399 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
15400
15401 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
15402
15403 * progmodes/compile.el (compilation-error-properties):
15404 When getting the file from the previous error message,
15405 correctly decode the new data format.
15406
15407 * progmodes/cc-cmds.el (c-electric-paren):
15408 Call old-blink-paren only for close-paren.
15409
15410 2005-09-24 Andreas Schwab <schwab@suse.de>
15411
15412 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
15413 condition.
15414
15415 2005-09-25 Romain Francoise <romain@orebokech.com>
15416
15417 * dired-aux.el (dired-copy-file-recursive):
15418 * dired.el (dired-delete-file):
15419 * ediff-mult.el (ediff-dir-diff-copy-file):
15420 * ediff-util.el (ediff-test-save-region):
15421 * forms.el (forms-mode):
15422 * ido.el (ido-file-internal, ido-delete-file-at-head):
15423 * log-edit.el (log-edit-done):
15424 * ses.el (ses-yank-resize):
15425 * play/gomoku.el (gomoku-human-plays, gomoku)
15426 (gomoku-human-resigns, gomoku-prompt-for-other-game)
15427 (gomoku-offer-a-draw):
15428 * play/landmark.el (lm-human-resigns, lm):
15429 * net/eudcb-ldap.el (eudc-ldap-check-base):
15430 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
15431 * progmodes/ebrowse.el (ebrowse-find-pattern):
15432 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
15433 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
15434 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
15435
15436 * vc.el (vc-delete-file):
15437 * play/gomoku.el (gomoku-terminate-game, gomoku)
15438 (gomoku-prompt-for-move, gomoku-human-takes-back):
15439 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
15440 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
15441
15442 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
15443
15444 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
15445 color rxvt terminals by using the code xterm.el used to use before
15446 2005-04-09 in order to match the colors used by rxvt.
15447
15448 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15449
15450 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
15451 colors rxvt-unicode terminals by using the same code as xterm.el.
15452
15453 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
15454
15455 * textmodes/tex-mode.el (tex-font-lock-append-prop)
15456 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
15457 new symbol used for the tex-verbatim face.
15458
15459 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
15460
15461 * woman.el (woman-file-name):
15462 * wid-edit.el (widget-file-prompt-value)
15463 (widget-coding-system-prompt-value):
15464 * w32-fns.el (set-w32-system-coding-system):
15465 * vc.el (vc-version-diff, vc-annotate):
15466 * textmodes/reftex-auc.el (reftex-arg-cite)
15467 (reftex-arg-index-tag):
15468 * textmodes/refer.el (refer-get-bib-files):
15469 * textmodes/artist.el (artist-figlet-choose-font):
15470 * terminal.el (terminal-emulator):
15471 * replace.el (occur-read-primary-args):
15472 * rect.el (string-rectangle, string-insert-rectangle):
15473 * ps-print.el (ps-print-preprint):
15474 * progmodes/pascal.el (pascal-goto-defun):
15475 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
15476 * progmodes/compile.el (compilation-find-file):
15477 * printing.el (pr-interactive-n-up):
15478 * play/animate.el (animate-birthday-present):
15479 * net/rcompile.el (remote-compile):
15480 * man.el (man, Man-goto-section, Man-follow-manual-reference):
15481 * mail/rmailsum.el (rmail-summary-search-backward)
15482 (rmail-summary-search):
15483 * mail/rmailout.el (rmail-output-read-rmail-file-name)
15484 (rmail-output-read-file-name):
15485 * mail/rmail.el (rmail-search, rmail-search-backwards):
15486 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
15487 * locate.el (locate):
15488 * international/quail.el (quail-show-keyboard-layout):
15489 * international/mule.el (set-buffer-file-coding-system)
15490 (revert-buffer-with-coding-system, set-file-name-coding-system)
15491 (set-terminal-coding-system, set-keyboard-coding-system)
15492 (set-next-selection-coding-system):
15493 * international/mule-diag.el (describe-coding-system)
15494 (describe-font, describe-fontset):
15495 * international/mule-cmds.el (universal-coding-system-argument)
15496 (search-unencodable-char, describe-input-method)
15497 (set-language-environment, describe-language-environment):
15498 * international/codepage.el (codepage-setup):
15499 * international/code-pages.el (codepage-setup):
15500 * info.el (Info-search, Info-follow-reference)
15501 (Info-search-backward):
15502 * emacs-lisp/advice.el (ad-read-advised-function)
15503 (ad-read-advice-class, ad-clear-cache, ad-activate)
15504 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
15505 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
15506 (ad-read-regexp):
15507 * ediff-util.el (ediff-toggle-regexp-match):
15508 * ediff-ptch.el (ediff-prompt-for-patch-file):
15509 * dired-aux.el (dired-diff):
15510 * diff.el (diff):
15511 * cus-edit.el (custom-variable-prompt):
15512 * calendar/timeclock.el (timeclock-ask-for-project):
15513 * calc/calcalg3.el (calc-get-fit-variables):
15514 * calc/calc-store.el (calc-edit-variable)
15515 (calc-permanent-variable):
15516 * vc-mcvs.el (vc-mcvs-register):
15517 * shadowfile.el (shadow-define-literal-group):
15518 * woman.el (woman-file-name):
15519 * vc.el (vc-version-diff, vc-merge):
15520 * textmodes/reftex-index.el (reftex-index-complete-tag):
15521 * format.el (format-decode-buffer, format-decode-region):
15522 * emulation/viper-cmd.el (viper-read-string-with-history):
15523 * emacs-lisp/debug.el (cancel-debug-on-entry):
15524 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
15525 * ediff.el (ediff-merge-revisions)
15526 (ediff-merge-revisions-with-ancestor, ediff-revision):
15527 * completion.el (interactive-completion-string-reader):
15528 * calc/calc-prog.el (calc-user-define-formula):
15529 Follow convention for reading with the minibuffer.
15530
15531 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
15532
15533 * progmodes/python.el (python-describe-symbol): Add globals() and
15534 locals() to the arguments of emacs.ehelp.
15535
15536 2005-09-24 Magnus Henoch <mange@freemail.hu>
15537
15538 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
15539 New function, code extracted from ispell-valid-dictionary-list.
15540 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
15541 Call it.
15542
15543 2005-09-24 Eli Zaretskii <eliz@gnu.org>
15544
15545 * subr.el (version-regexp-alist): Extend valid syntax for version
15546 strings: allow any of the characters -,_,+ to separate the
15547 alpha/beta/rc part from the version part. Doc fix.
15548 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
15549
15550 2005-09-23 David Reitter <david.reitter@gmail.com>
15551
15552 * mail/mailclient.el: New file.
15553
15554 2005-09-23 Richard M. Stallman <rms@gnu.org>
15555
15556 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
15557 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
15558 Doc fixes.
15559
15560 * progmodes/cc-mode.el (c-font-lock-init):
15561 Specify font-lock-lines-before.
15562
15563 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
15566 whole conflict.
15567
15568 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
15569
15570 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
15571 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
15572 of `remap' feature when available. Additional key bindings for
15573 better tty support.
15574 (org-mode-restart, org-force-self-insert): New commands.
15575 (org-time-stamp-inactive): New command.
15576 (org-remap): New function.
15577 (org-table-auto-blank-field, org-level-color-stars-only): New options.
15578 (org-enable-fixed-width-editor): Move to `org-structure'
15579 customization group.
15580 (org-self-insert-command, orgtbl-self-insert-command): Modify to
15581 blank field after field motion commands.
15582
15583 2005-09-23 Kenichi Handa <handa@m17n.org>
15584
15585 * international/mule-cmds.el (set-language-environment):
15586 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
15587 have to call utf-translate-cjk-load-tables.
15588
15589 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
15590
15591 * mouse.el (mouse-move-drag-overlay): Fix last change.
15592
15593 2005-09-22 David Ponce <david@dponce.com>
15594
15595 * tree-widget.el (tree-widget-value-create): Fix previous change.
15596
15597 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15598
15599 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
15600
15601 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
15602
15603 * mouse.el (mouse-move-drag-overlay): New function.
15604 (mouse-drag-region-1): Use it.
15605 Try to simplify a bit the state handling. Handle clicks on links
15606 inside intangible areas.
15607 (mouse-save-then-kill): Minor simplification.
15608 (mouse-secondary-overlay): Make it always non-nil instead of
15609 recreating it each time.
15610 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
15611 (mouse-kill-secondary, mouse-secondary-save-then-kill):
15612 Simplify accordingly.
15613
15614 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
15615
15616 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
15617
15618 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
15619
15620 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
15621 (ediff-file-name-sans-prefix): Treat nil as an empty string.
15622 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
15623 to patch.
15624
15625 * ediff-util.el: Use insert-buffer-substring.
15626
15627 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
15628
15629 * emulation/viper-cmd.el (viper-change-state): Don't move over the
15630 field boundaries in the minibuffer.
15631 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
15632 (viper-minibuffer-post-command-hook): New hook.
15633 (viper-line): Don't move cursor at bolp.
15634
15635 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
15636
15637 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
15638 avoid compiler warnings.
15639
15640 * emulation/viper-macs.el (ex-map): Better messages.
15641
15642 * emulation/viper-utils.el (viper-beginning-of-field): New function.
15643
15644 * emulation/viper.el: Replace make-variable-buffer-local with
15645 viper-make-variable-buffer-local everywhere, to avoid warnings.
15646
15647 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15648
15649 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
15650 Delete unused var `old-selected-window'.
15651 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
15652 (mouse-drag-secondary): Delete unused var `start-frame'.
15653
15654 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
15655
15656 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
15657
15658 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15659
15660 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
15661 Re-indent within 80 columns. Use inhibit-read-only.
15662
15663 2005-09-19 Romain Francoise <romain@orebokech.com>
15664
15665 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
15666
15667 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
15668
15669 * font-lock.el (font-lock-default-fontify-region): Don't add a line
15670 unconditionally, since the after-change-function already did it.
15671
15672 2005-09-19 Miles Bader <miles@gnu.org>
15673
15674 * net/newsticker.el: Get rid of CVS keyword.
15675
15676 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
15677
15678 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
15679 The prompt is formatted later.
15680
15681 2005-09-19 David Ponce <david@dponce.com>
15682
15683 * tree-widget.el (tree-widget-value-create): Save the converted
15684 tree :node widget.
15685
15686 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
15687
15688 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
15689 variable `message'.
15690
15691 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
15692
15693 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
15694 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
15695 <slawomir.nowaczyk.847@student.lu.se>.
15696
15697 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
15698
15699 * image.el (image-load-path): Use symbol `data-directory' instead
15700 of its value, for backward compatibility with packages that bind
15701 it during `find-image'. Suggested by Katsumi Yamaoka.
15702 (image-search-load-path): Handle symbols whose values are strings.
15703
15704 2005-09-18 Romain Francoise <romain@orebokech.com>
15705
15706 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
15707 with-current-buffer form in save-excursion.
15708
15709 2005-09-18 Deepak Goel <deego@gnufans.org>
15710
15711 * apropos.el (apropos-command): Fix `message' call: first arg
15712 should be a format spec. In this and all other cases that appear
15713 below and elsewhere in the source code, I made a change only when
15714 two conditions were satisfied: [1] I can think of a possibility
15715 that the arguments would cause an error, for example, the code in
15716 question relies on external variables such as filenames. [2] I
15717 was sure that the arg to `message' could not have been nil in the code.
15718
15719 * textmodes/tildify.el (tildify-region): Ditto.
15720
15721 * textmodes/reftex-index.el (reftex-index-change-entry)
15722 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
15723 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
15724 * textmodes/org.el (org-complete, org-deadline, org-schedule)
15725 (org-priority, org-table-sum):
15726 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
15727 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
15728 (flyspell-word, flyspell-display-next-corrections):
15729 * textmodes/bibtex.el (bibtex-print-help-message):
15730 * textmodes/artist.el (artist-key-set-point-poly):
15731 * term/mac-win.el (mac-services-insert-text):
15732 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
15733 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
15734 (vhdl-port-paste-testbench, vhdl-compose-new-component)
15735 (vhdl-compose-configuration):
15736 * progmodes/sh-script.el (sh-blink, sh-show-indent)
15737 (sh-set-indent, sh-learn-line-indent):
15738 * progmodes/ps-mode.el (ps-mode-target-column):
15739 * progmodes/idlwave.el (idlwave-make-tags)
15740 (idlwave-scan-library-catalogs):
15741 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
15742 * progmodes/gud.el (gud-jdb-analyze-source):
15743 * progmodes/flymake.el (flymake-log):
15744 * progmodes/ebnf2ps.el (ebnf-generate-region):
15745 * progmodes/cmacexp.el (c-macro-expansion):
15746 * progmodes/ada-xref.el (ada-treat-cmd-string):
15747 * progmodes/ada-mode.el (ada-create-case-exception-substring)
15748 (ada-justified-indent-current, ada-batch-reformat):
15749 * play/zone.el (zone):
15750 * play/landmark.el (lm-move):
15751 * play/decipher.el (decipher-show-alphabet):
15752 * net/newsticker.el (newsticker--display-jump)
15753 (newsticker--display-scroll):
15754 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
15755 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
15756 * mail/feedmail.el (feedmail-dump-message-to-queue):
15757 * eshell/esh-proc.el (eshell-remove-process-entry):
15758 * emulation/ws-mode.el (ws-last-error):
15759 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
15760 (viper-record-kbd-macro):
15761 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
15762 * emacs-lisp/lisp-mnt.el (lm-report-bug):
15763 * emacs-lisp/find-func.el (find-function-noselect):
15764 * calendar/timeclock.el (timeclock-status-string)
15765 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
15766 (timeclock-when-to-leave-string):
15767 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
15768 * calc/calc-units.el (calc-enter-units-table):
15769 * calc/calc-mode.el (calc-mode-record-mode):
15770 * woman.el (woman-mini-help):
15771 * wdired.el (wdired-change-to-wdired-mode):
15772 * vc.el (vc-retrieve-snapshot):
15773 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
15774 * startup.el (display-startup-echo-area-message):
15775 * simple.el (set-goal-column):
15776 * ses.el (ses-command-hook, ses-recalculate-cell):
15777 * server.el (server-process-filter):
15778 * printing.el (pr-interface-txt-print, pr-interface-printify)
15779 (pr-interface-ps):
15780 * pcvs.el (cvs-help):
15781 * log-edit.el (log-edit, log-edit-mode-help):
15782 * iswitchb.el (iswitchb-possible-new-buffer):
15783 * isearch.el (isearch-edit-string):
15784 * image-mode.el (image-mode, image-minor-mode):
15785 * ibuf-macs.el (define-ibuffer-filter):
15786 * hi-lock.el (hi-lock-find-patterns):
15787 * files.el (toggle-read-only):
15788 * ediff-util.el (ediff-copy-diff)
15789 (ediff-write-merge-buffer-and-maybe-kill):
15790 * echistory.el (Electric-history-undefined):
15791 * dnd.el (dnd-insert-text):
15792 * dired-aux.el (dired-query):
15793 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
15794 * bookmark.el (bookmark-bmenu-locate):
15795 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
15796 Fix `message' calls to ensure first arg is a format string.
15797 The change was made only when these two conditions were satisfied:
15798 [1] when there is a possibility that the arguments would cause an error
15799 for example, if the code in question relies on external variables
15800 such as filenames, and
15801 [2] if the arg to `message' could not have been nil in the code.
15802
15803 * pcomplete.el (pcomplete--help): Fix `message' format spec.
15804 Not having a %s would be weird, though not technically wrong.
15805
15806 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15807
15808 * term/mac-win.el (mac-add-charset-info): Doc fix.
15809
15810 2005-09-17 Romain Francoise <romain@orebokech.com>
15811
15812 * shell.el (shell-resync-dirs): Handle echoing processes more
15813 reliably. Don't insert resync command if `comint-process-echoes'
15814 is non-nil.
15815
15816 2005-09-17 Magnus Henoch <mange@freemail.hu>
15817
15818 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
15819 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
15820 aspell versions >= 0.60.
15821 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
15822 only if ispell-aspell-supports-utf8 is non-nil.
15823
15824 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15825
15826 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
15827 buffer-local value to lisp-indent-function.
15828
15829 2005-09-17 Milan Zamazal <pdm@zamazal.org>
15830
15831 * progmodes/glasses.el (glasses-make-readable): If
15832 glasses-separator differs from underscore, put appropriate
15833 overlays over underscore characters.
15834 (glasses-convert-to-unreadable): If glasses-separator differs from
15835 underscore, try to convert glasses-separator characters to
15836 underscores.
15837
15838 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
15839
15840 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
15841 Use with-syntax-table and dolist.
15842
15843 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
15844
15845 * textmodes/reftex-auc.el:
15846 * textmodes/reftex-cite.el:
15847 * textmodes/reftex-dcr.el:
15848 * textmodes/reftex-global.el:
15849 * textmodes/reftex-parse.el:
15850 * textmodes/reftex-ref.el:
15851 * textmodes/reftex-sel.el:
15852 * textmodes/reftex-toc.el:
15853 * textmodes/reftex-vars.el:
15854 * textmodes/reftex.el: Small changes to remove compiler warnings.
15855
15856 * textmodes/reftex-index.el: Likewise.
15857 (reftex-query-index-phrase): More efficient use of markers.
15858
15859 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15860
15861 * image.el (image-load-path): New variable.
15862 (image-search-load-path): New function.
15863 (find-image): Search for images in `image-load-path'.
15864
15865 2005-09-15 Richard M. Stallman <rms@gnu.org>
15866
15867 * follow.el: Change Maintainer field.
15868
15869 2005-09-15 David Ponce <david@dponce.com>
15870
15871 * recentf.el (recentf-save-file-modes): New option.
15872 (recentf-save-list): Use it.
15873
15874 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
15875
15876 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
15877 (mode-line-mule-info, mode-line-modified): Move bindings from
15878 mouse-3 to mouse-1.
15879
15880 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
15881
15882 * simple.el (sendmail-user-agent-compose): Revert last change.
15883
15884 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
15885
15886 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
15887 Use with-current-buffer.
15888 (ange-ftp-gwp-start): Remove unused var `gw-user'.
15889 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
15890 (ange-ftp-insert-directory): Remove unused var `short'.
15891 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
15892
15893 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
15894 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
15895
15896 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
15897 (check-calendar-holidays, diary-list-entries): Autoload.
15898 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
15899 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
15900
15901 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
15902 which mistakenly removed a call to display-buffer.
15903
15904 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
15905
15906 * obsolete/iso-insert.el: Move to obsolete/ from international/.
15907
15908 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
15909
15910 * progmodes/hideshow.el
15911 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
15912 (hs-allow-nesting): New user var.
15913 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
15914 (hs-hide-block-at-point): When nesting allowed,
15915 if there is already an overlay in place, delete it.
15916 (hs-safety-is-job-n): Delete func; remove call sites.
15917 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
15918 (hs-overlay-at): New func.
15919 (hs-already-hidden-p, hs-show-block): Use it.
15920 (hs-hide-all): Don't pre-clean if nesting allowed.
15921 (hs-show-all): Temporarily disallow
15922 nesting around call to `hs-discard-overlays'.
15923
15924 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
15925
15926 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
15927 Delete unused local var.
15928
15929 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
15930
15931 * help-fns.el (describe-categories): "?\ " -> "?\s".
15932 (help-do-arg-highlight): Recognize also ARG-n, as in
15933 `move-to-left-margin' (ARG+n is already recognized). Simplify.
15934
15935 * international/codepage.el (dos-unsupported-char-glyph):
15936 * net/newsticker.el (tool-bar-map, w3-mode-map)
15937 (w3m-minor-mode-map):
15938 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
15939 (ent-alist):
15940 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
15941
15942 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
15943
15944 * custom.el (custom-push-theme): Handle the case where a symbol is
15945 bound but face properties have not yet been assigned.
15946
15947 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
15948 Fix behavior if noerase is `t' and there is no mail buffer.
15949
15950 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
15951 if `continue' is nil, rather than signal an error.
15952
15953 2005-09-12 Richard M. Stallman <rms@gnu.org>
15954
15955 * font-lock.el (font-lock-keywords): Add autoload.
15956
15957 * help-fns.el (describe-variable): Rearrange to put source link
15958 in a predictable place.
15959
15960 * net/newsticker.el: New file.
15961
15962 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15963
15964 * calendar/calendar.el (calendar-for-loop): Add edebug info.
15965 (calendar-basic-setup): Use the new nil arg.
15966 (number-of-diary-entries): Move to diary-lib.el.
15967
15968 * calendar/diary-lib.el: Use with-current-buffer, match-string.
15969 (diary-list-entries): Use with-syntax-table and dolist.
15970 Rename from list-diary-entries.
15971 Use number-of-diary-entries if `number' is nil.
15972 (diary, diary-view-entries): Use this new name and new nil arg value.
15973 (number-of-diary-entries): Move from calendar.el.
15974 (diary-unhide-everything): New function.
15975 (include-other-diary-files, fancy-diary-display)
15976 (diary-show-all-entries, make-diary-entry): Use it.
15977 (diary-mail-entries): Use buffer-string.
15978 (mark-diary-entries): Fix long standing paren typo.
15979 (diary-sexp-entry): Use count-lines.
15980 (make-diary-entry): Avoid `previous-line'.
15981 (diary-mode-map): New var.
15982 (diary-mode): Redraw cal after saving. Setup header-line.
15983 (fancy-diary-display-mode): Use local-set-key.
15984
15985 * startup.el (command-line): Try calling various terminal-init-foo-bar
15986 functions by stripping hyphenated suffixes from $TERM.
15987
15988 * files.el (normal-mode): Check boundness of font-lock-keywords.
15989
15990 2005-09-12 Richard M. Stallman <rms@gnu.org>
15991
15992 * progmodes/compile.el: Don't decide a file's directory
15993 until the user actually tries to go there.
15994 (compilation-next-error-function):
15995 Pass compilation-find-file the directory from the file-struct.
15996 (compilation-internal-error-properties): Separate local FILE-STRUCT
15997 from FILE. Doc the args better. Rename arg FMT to FMTS.
15998 (compilation-find-file): Arg DIR renamed to DIRECTORY.
15999 Expand it, and if nil, use default-directory.
16000 (compilation-get-file-structure): Don't mix specified directory
16001 with default directory. Put specified directory into
16002 file-struct. Don't make the file name absolute.
16003
16004 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16005 (compile-command): Add autoload.
16006 (compilation-disable-input): Add autoload.
16007
16008 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
16009
16010 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
16011 strings of the variables it can override.
16012 (time-stamp): New (as yet undocumented) time-stamp-format escapes
16013 %Q and %q, for fully-qualified domain name and unqualified host name.
16014
16015 2005-09-11 Kim F. Storm <storm@cua.dk>
16016
16017 * emacs-lisp/authors.el (authors-aliases): Update list.
16018 (authors-fixed-entries): Update mldrag.el entry.
16019
16020 2005-09-10 Alan Mackenzie <acm@muc.de>
16021
16022 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
16023 from the region narrowed to.
16024
16025 2005-09-10 Magnus Henoch <mange@freemail.hu>
16026
16027 * textmodes/ispell.el (ispell-check-version): Signal an error if
16028 aspell version is less than 0.60.
16029
16030 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
16031
16032 * progmodes/octave-inf.el (inferior-octave-startup):
16033 Resync current dir at the end.
16034
16035 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
16036
16037 * woman.el (woman-topic-at-point-default):
16038 Rename to woman-use-topic-at-point-default.
16039 (woman-topic-at-point): Rename to woman-use-topic-at-point.
16040 (woman-file-name): Reflect renames above. Automatically use the
16041 word at point as topic if woman-use-topic-at-point is non-nil.
16042 Otherwise offer it as default but don't insert it in the
16043 minibuffer. Also use `test-completion' instead of `assoc' as
16044 suggested by Stefan Monnier.
16045
16046 2005-09-10 Andre Spiegel <spiegel@gnu.org>
16047
16048 * vc.el (vc-directory, vc-update-change-log): Throw an error on
16049 the attempt to do it over Tramp. This is not yet supported.
16050
16051 2005-09-10 Eli Zaretskii <eliz@gnu.org>
16052
16053 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
16054 (menu-bar-non-minibuffer-window-p): New functions.
16055 ("Split Window", "Save As..."): Use them.
16056 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
16057 ("Print Buffer", "Truncate Long Lines in this Buffer"):
16058 Use menu-bar-menu-frame-live-and-visible-p.
16059 ("Save Buffer", "Insert File", "Open Directory...")
16060 ("Open File...", "Visit New File..."):
16061 Use menu-bar-non-minibuffer-window-p.
16062 (kill-this-buffer-enabled-p, dired <menu-enable>):
16063 Use menu-bar-non-minibuffer-window-p.
16064
16065 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16066
16067 * cus-start.el (all): Don't complain about fringe-related
16068 built-ins if fringes are not supported. Ditto about
16069 selection-related built-ins. Fix the test for GTK-related built-ins.
16070
16071 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
16072 ("Postscript Print Buffer", "Print Region", "Save As...")
16073 ("Save", "Insert File...", "Open Directory...")
16074 ("Open File...", "Visit New File..."")
16075 ("Truncate Long Lines in this Buffer"): Don't look at
16076 menu-updating-frame if this display does not support multiple frames.
16077
16078 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16079
16080 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
16081
16082 2005-09-09 Emilio Lopes <eclig@gmx.net>
16083
16084 * woman.el: Format- and whitespace-related changes.
16085
16086 2005-09-09 Eli Zaretskii <eliz@gnu.org>
16087
16088 * woman.el: Fix my email address.
16089
16090 2005-09-08 Richard M. Stallman <rms@gnu.org>
16091
16092 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
16093 (sh-mode): Locally set skeleton-pair-default-alist.
16094
16095 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
16096
16097 * progmodes/flymake.el: Require `compile' unconditionally.
16098
16099 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
16100
16101 * woman.el (woman-file-name): Provide a default, not initial input.
16102
16103 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
16104
16105 * font-lock.el (font-lock-support-mode): Doc fix.
16106
16107 * descr-text.el (describe-property-list): Handle non-symbol prop names.
16108
16109 2005-09-08 Richard M. Stallman <rms@gnu.org>
16110
16111 * simple.el (blink-matching-open): Get rid of text props from
16112 the string shown in echo area. Don't permanently set point.
16113 Some rearrangements.
16114
16115 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
16116
16117 * recentf.el (recentf-filename-handler): Add custom choice
16118 `abbreviate-file-name'.
16119
16120 * msb.el (msb--very-many-menus): Fix typo.
16121
16122 * disp-table.el (standard-display-european): Don't set
16123 enable-multibyte-characters to nil.
16124
16125 2005-09-08 David Ponce <david@dponce.com>
16126
16127 * recentf.el (recentf-show-file-shortcuts-flag): New option.
16128 (recentf-expand-file-name): Doc fix.
16129 (recentf-dialog-mode-map): Define digit shortcuts.
16130 (recentf--files-with-key): New variable.
16131 (recentf-show-digit-shortcut-filter): New function.
16132 (recentf-open-files-items): New function.
16133 (recentf-open-files): Use it.
16134 (recentf-open-file-with-key): New command.
16135
16136 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
16137
16138 * buff-menu.el (Buffer-menu-sort-by-column): New function.
16139 Suggested by Kim F. Storm.
16140 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
16141 (Buffer-menu-make-sort-button): Use global keymap.
16142
16143 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
16144
16145 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
16146 (Man-getpage-in-background-advice): Remove defadvice; it isn't
16147 necessary any longer with the remapped command.
16148 (Man-bgproc-sentinel-advice): Remove defadvice which counts
16149 formatting time only.
16150
16151 * net/tramp.el (tramp-action-password)
16152 (tramp-multi-action-password): Compile the password prompt from
16153 `method', `user' and `host'. Sometimes it isn't obvious which
16154 password to enter, for example with remote files offered by
16155 recentf.el, or with multiple steps. Suggested by Robert Marshall
16156 <robert@chezmarshall.freeserve.co.uk>.
16157
16158 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
16159
16160 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
16161 Fix regexp for when "s///" is at the beginning of line.
16162
16163 2005-09-07 Jay Belanger <belanger@truman.edu>
16164
16165 * calc/calc-poly.el (math-expand-term): Multiply out any powers
16166 when in matrix mode.
16167
16168 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
16169
16170 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
16171 non-anonymous functions.
16172
16173 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
16174
16175 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
16176 when using a header line. Otherwise, use mouse-1-click-follows-link.
16177
16178 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
16179 can't be moved; don't signal an error.
16180
16181 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
16182
16183 * cus-theme.el (custom-theme-write-faces): Save the current face
16184 spec, not the defface spec.
16185
16186 * custom.el (custom-known-themes): Clarify meaning of "standard".
16187 (custom-push-theme): Save old values in the standard theme.
16188 (disable-theme): Correct typo.
16189 (custom-face-theme-value) Deleted unused function.
16190 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
16191
16192 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
16193
16194 * progmodes/compile.el (compilation-goto-locus): Take into account
16195 iconified frames when determining whether the buffer is
16196 already visible.
16197 Don't reset window height if the window already existed.
16198
16199 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
16200
16201 * custom.el (load-theme): Rename from require-theme.
16202 Add interactive spec.
16203 (enable-theme): Rename from custom-enable-theme.
16204 Add interactive spec.
16205 (disable-theme): Rename from custom-disable-theme.
16206 Add interactive spec.
16207 (custom-make-theme-feature): Doc fix.
16208 (custom-theme-directory): Doc fix.
16209 (provide-theme): Call enable-theme.
16210
16211 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
16212
16213 * obsolete/lazy-lock.el (lazy-lock-mode):
16214 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
16215 font-lock-mode if it's off. Print a warning instead.
16216
16217 * progmodes/compile.el (compilation-start): Ignore errors if the
16218 process died before we get to send-eof.
16219
16220 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
16221 Undo last change. Enclosing the result in quotes broke things on Unix
16222 since tex-send-command passes it through shell-quote-argument.
16223 (tex-send-command): Pass `file' through convert-standard-filename
16224 when possible.
16225 (tex-uptodate-p): Handle the case where TeX hasn't put additional
16226 info in a transcript.
16227
16228 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
16229
16230 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
16231 fix compilation warning. Reorder the key definitions to group
16232 together keys emitted by the current version of xterm.
16233
16234 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
16235 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
16236 Reorder predicates to correct min-color usage.
16237
16238 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
16239
16240 * longlines.el (longlines-mode): Inhibit read-only when encoding.
16241 Kill local variables when longlines-mode is turned off.
16242
16243 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
16244
16245 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
16246
16247 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
16248
16249 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
16250
16251 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
16252 (font-lock-lines-before): Change default to being inactive.
16253 (font-lock-default-fontify-region): Obey font-lock-lines-before.
16254 (font-lock-after-change-function): Don't handle f-l-lines-before here.
16255
16256 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16257
16258 * net/tramp.el (tramp-handle-make-auto-save-file-name):
16259 Deactivate temporarily advice if active (not needed for Emacs 22,
16260 but for backwards compatibility).
16261 (tramp-exists-file-name-handler): Rewrite. First implementation
16262 was too simple.
16263 (tramp-advice-make-auto-save-file-name):
16264 Call `tramp-handle-make-auto-save-file-name' (again, just for
16265 backwards compatibility).
16266
16267 2005-08-31 Reto Zimmermann <reto@gnu.org>
16268
16269 * progmodes/vhdl-mode.el
16270 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
16271 (vhdl-end-p): Fix indentation bug "else" after "-- when".
16272 (vhdl-set-default-project): New function (easier setting of default).
16273 (vhdl-port-copy): Handle extended identifiers for generics.
16274 (vhdl-compiler-alist): Better description for error message regexp.
16275 (vhdl-make): Query for target, use previous as default.
16276 (vhdl-port-copy): Fix port copy for port names starting with "signal".
16277 (vhdl-font-lock-keywords-2): Fix fontification for record
16278 el. assign.
16279 (vhdl-speedbar-make-subpack-line): Add package body link.
16280 (vhdl-generate-makefile-1): Not include itself as dependency.
16281 (vhdl-font-lock-init): Highlight c-preprocessor directives.
16282 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
16283 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
16284 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
16285 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
16286 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
16287 (vhdl-import-project): Add string argument for `error'.
16288 (vhdl-compose-configuration)
16289 (vhdl-compose-configuration-architecture): Add configuration
16290 declaration generation.
16291 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
16292 (vhdl-trailer-re): Add "record" keyword (better indentation).
16293 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
16294 "[^ \t-\"]+".
16295 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
16296 (vhdl-testbench-entity-file-name)
16297 (vhdl-testbench-architecture-file-name): Allow separate
16298 customization of testbench file names.
16299 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
16300 (vhdl-get-visible-signals): Allow newline within alias declaration.
16301 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
16302 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
16303 (member-ignore-case): Alias for missing function in XEmacs.
16304 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
16305 (vhdl-update-sensitivity-list): Ignore case on read signals.
16306 (vhdl-replace-string): Adjust case only for file names.
16307 (vhdl-update-sensitivity-list): Fix search for read signals.
16308 (vhdl-update-sensitivity-list): Exclude formal parameters.
16309 (vhdl-get-visible-signals): Include aliases of signals.
16310 (vhdl-get-visible-signals): Fix signal name searching.
16311 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
16312 (vhdl-fixup-whitespace-region): Fix for character
16313 literals (e.g. `:').
16314
16315 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
16316
16317 * ansi-color.el (comint-last-output-start):
16318 * bs.el (font-lock-verbose):
16319 * diff-mode.el (add-log-buffer-file-name-function):
16320 * dired-x.el (vm-folder-directory):
16321 * faces.el (help-xref-stack-item):
16322 * files.el (font-lock-keywords):
16323 * find-lisp.el (dired-buffers, dired-subdir-alist):
16324 * ido.el (cua-inhibit-cua-keys):
16325 * log-view.el (cvs-minor-wrap-function):
16326 * outline.el (font-lock-warning-face):
16327 * simple.el (compilation-current-error):
16328 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
16329 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
16330 * tooltip.el (comint-prompt-regexp):
16331 * w32-fns.el (explicit-shell-file-name):
16332 * term/mac-win.el (mac-charset-info-alist)
16333 (mac-services-selection, mac-system-script-code):
16334 * term/tty-colors.el (msdos-color-values):
16335 * term/w32-win.el (xlfd-regexp-registry-subnum):
16336 * term/x-win.el (x-keysym-table, x-selection-timeout)
16337 (x-session-id, x-session-previous-id):
16338 * textmodes/ispell.el (mail-yank-prefix):
16339 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
16340 * textmodes/org.el (calc-embedded-close-formula)
16341 (calc-embedded-open-formula)
16342 (font-lock-unfontify-region-function):
16343 * textmodes/reftex-global.el (isearch-next-buffer-function)
16344 (TeX-master):
16345 * textmodes/reftex.el (font-lock-keywords):
16346 * textmodes/tex-mode.el (font-lock-comment-face)
16347 (font-lock-doc-face):
16348 * textmodes/texinfo.el (outline-heading-alist):
16349 Add defvars.
16350
16351 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
16352 (artist-spray-chars, artist-mode-init, artist-replace-string)
16353 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
16354 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
16355 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
16356
16357 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
16358 (conf-align-assignments): "?\ " -> "?\s".
16359
16360 * textmodes/reftex-index.el (TeX-master): Add defvar.
16361 (reftex-index-phrases-marker): Move up defvar.
16362
16363 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
16364 (reftex-toc-include-labels-indicator)
16365 (reftex-toc-include-index-indicator)
16366 (reftex-toc-max-level-indicator): Move up declarations.
16367
16368 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
16369 of args to `tramp-run-real-handler', even if it's empty in this case.
16370
16371 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16372
16373 * dired.el (dired-move-to-filename-regexp): Add date format for
16374 Mac OS X 10.3 in East Asian locales.
16375
16376 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
16377
16378 * files.el (make-auto-save-file-name): Add file name handler call
16379 if applicable.
16380
16381 * net/tramp.el (tramp-file-name-handler-alist)
16382 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
16383 (tramp-handle-make-auto-save-file-name): Rename from
16384 `tramp-make-auto-save-file-name'.
16385 (tramp-exists-file-name-handler): New defun.
16386 (tramp-advice-make-auto-save-file-name): Make defadvice only when
16387 `make-auto-save-file-name' is not a magic file name operation.
16388
16389 2005-08-30 Richard M. Stallman <rms@gnu.org>
16390
16391 * files.el (risky-local-variable-p):
16392 Match `-predicates' and `-commands.
16393
16394 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
16395 (custom-save-all): Visit the file if necessary;
16396 kill the buffer if we created it.
16397 (custom-save-delete): Don't visit file or kill buffer here.
16398
16399 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
16400
16401 * textmodes/org.el (org-special-keyword): New face.
16402 (org-table-copy-down, org-table-eval-formula)
16403 (org-table-recalculate, org-init-section-numbers):
16404 Use `string-to-number' instead of `string-to-int'.
16405 (org-get-location): Use `insert-buffer-substring' instead of
16406 `insert-buffer'.
16407 (org-modify-diary-entry-string): New function.
16408 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
16409 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
16410 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
16411 active region.
16412 (org-export-as-html): Handle QUOTE keyword.
16413 (org-quote-string): New option.
16414 (org-bookmark-jump-unhide): New function, used for
16415 `bookmark-after-jump-hook'.
16416 (org-diary-default-entry): Apply only when not called through
16417 `org-agenda'.
16418
16419 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
16420
16421 * net/eudc.el (mode-popup-menu):
16422 * play/handwrite.el (ps-printer-name, ps-lpr-command):
16423 * progmodes/ada-mode.el (compile-auto-highlight)
16424 (skeleton-further-elements):
16425 * progmodes/autoconf.el (font-lock-syntactic-keywords):
16426 * progmodes/cmacexp.el (msdos-shells):
16427 * progmodes/compile.el (font-lock-extra-managed-props)
16428 (font-lock-keywords, font-lock-maximum-size)
16429 (font-lock-support-mode):
16430 * progmodes/grep.el (font-lock-lines-before):
16431 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
16432 * progmodes/mixal-mode.el (compile-command):
16433 * progmodes/perl-mode.el (font-lock-comment-face)
16434 (font-lock-doc-face, font-lock-string-face):
16435 * progmodes/prolog.el (comint-prompt-regexp):
16436 * progmodes/sh-script.el (font-lock-comment-face)
16437 (font-lock-set-defaults, font-lock-string-face):
16438 * progmodes/sql.el (font-lock-keyword-face)
16439 (font-lock-set-defaults, font-lock-string-face):
16440 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
16441 (itimer-version, lazy-lock-defer-contextually)
16442 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
16443 Add defvars.
16444
16445 * progmodes/cperl-mode.el (cperl-electric-lbrace)
16446 (cperl-electric-keyword, cperl-electric-pod)
16447 (cperl-electric-backspace, cperl-forward-re)
16448 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
16449 (vc-rcs-header, vc-sccs-header): Add defvars.
16450
16451 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
16452 (font-lock-syntactic-keywords, gud-find-expr-function):
16453 Add defvars.
16454
16455 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
16456 (gdb-frame-parameters): Declare before use.
16457
16458 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
16459 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
16460 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
16461 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
16462
16463 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
16464 (idlwave-help-with-source): Use `insert-buffer-substring', not
16465 `insert-buffer'.
16466
16467 2005-08-29 Juri Linkov <juri@jurta.org>
16468
16469 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
16470 Put outline-back-to-heading function call inside save-excursion.
16471
16472 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
16473
16474 * man.el (Man-init-defvars, Man-translate-references)
16475 (Man-support-local-filenames, Man-highlight-references):
16476 * progmodes/sql.el (sql-interactive-mode):
16477 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
16478
16479 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
16480 (compilation-mode-font-lock-keywords): Add defvars.
16481 (checkdoc-interactive-loop): "?\ " -> "?\s".
16482
16483 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
16484 (font-lock-doc-face, font-lock-string-face)
16485 (font-lock-keywords-case-fold-search): Add defvars.
16486 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
16487
16488 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
16489 Don't pass X and Y (they are ignored anyway).
16490 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
16491 (mouse-delete-window): Make arguments optional.
16492
16493 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
16494 (caesar-translate-table, minor-modes, news-buffer-save)
16495 (news-group-name, news-minor-modes): Add defvars.
16496
16497 * emacs-lisp/lselect.el (mouse-highlight-priority)
16498 (x-lost-selection-functions, zmacs-regions):
16499 * emacs-lisp/pp.el (font-lock-verbose):
16500 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
16501 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
16502 (ses-mode-map):
16503 * emacs-lisp/tcover-unsafep.el (safe-functions):
16504 * international/mule-cmds.el (mac-system-coding-system)
16505 (mac-system-locale):
16506 * language/ethio-util.el (rmail-current-message)
16507 (rmail-message-vector):
16508 * language/thai-util.el (thai-auto-composition-mode):
16509 * mail/metamail.el (rmail-current-message, rmail-message-vector):
16510 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
16511 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
16512 (vm-primary-inbox, vm-spool-files):
16513 * mail/rmail.el (deleted-head, font-lock-fontified)
16514 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
16515 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
16516 (total-messages):
16517 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
16518 (rmail-summary-mode-map):
16519 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
16520 (rmail-last-label, rmail-last-multi-labels)
16521 (rmail-summary-vector, rmail-total-messages):
16522 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
16523 * mail/rmailsum.el (msgnum):
16524 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
16525 (rmail-current-message):
16526 * obsolete/fast-lock.el (font-lock-face-list):
16527 * obsolete/rnewspost.el (mail-reply-buffer):
16528 * obsolete/scribe.el (compile-command):
16529 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
16530
16531 2005-08-28 John Paul Wallington <jpw@gnu.org>
16532
16533 * ibuf-ext.el (ibuffer-auto-update-changed):
16534 Use `frame-or-buffer-changed-p' to check whether we need to update.
16535 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
16536 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
16537 as a `frame-or-buffer-changed-p' state vector instead.
16538
16539 2005-08-27 Romain Francoise <romain@orebokech.com>
16540
16541 * textmodes/makeinfo.el (makeinfo-compile):
16542 Use `compilation-start'. Set `next-error-function' according to
16543 `disable-errors'.
16544 (makeinfo-next-error): New function.
16545 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
16546 (makeinfo-buffer): Likewise.
16547
16548 * progmodes/compile.el (compilation-start): Add autoload cookie.
16549
16550 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
16551 * textmodes/sgml-mode.el: Likewise.
16552 * progmodes/python.el: Likewise.
16553
16554 2005-08-27 Eli Zaretskii <eliz@gnu.org>
16555
16556 * simple.el (blink-matching-paren-distance): Document the meaning
16557 of nil value, and allow to customize to nil.
16558
16559 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
16560 command.com, not command.exe.
16561
16562 2005-08-26 John Wiegley <johnw@newartisans.com>
16563
16564 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
16565 code around a bit so that an extraneous nil argument is not added
16566 to a command when no args are given.
16567
16568 * eshell/esh-arg.el (eshell-parse-double-quote): If a
16569 double-quoted argument resolves to nil, return it as an empty
16570 string rather than as nil. This made it impossible to pass "" to
16571 a shell script as a null string argument.
16572
16573 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
16574
16575 * outline.el (outline-invent-heading): New fun.
16576 (outline-promote, outline-demote): Use it.
16577 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
16578 (outline-end-of-subtree): Remove unused var `opoint'.
16579
16580 2005-08-26 David Reitter <david.reitter@gmail.com>
16581
16582 * menu-bar.el (truncate-lines, write-file, print-buffer)
16583 (ps-print-buffer-faces, ps-print-buffer, split-window):
16584 Disable menu items when the frame they refer to is invisible, or when
16585 they refer to a buffer and the minibuffer is selected.
16586
16587 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
16588
16589 * progmodes/flymake.el (flymake-highlight-err-lines):
16590 Use save-excursion around flymake-highlight-line to preserve point.
16591
16592 2005-08-26 Eli Zaretskii <eliz@gnu.org>
16593
16594 * progmodes/octave-mod.el: Change Author and Maintainer address.
16595 (octave-maintainer-address): Change Kurt's email address.
16596 * progmodes/octave-inf.el: Change Author and Maintainer address.
16597 * progmodes/octave-hlp.el: Change Author and Maintainer address.
16598
16599 2005-08-26 Kim F. Storm <storm@cua.dk>
16600
16601 * subr.el (version-list-<, version-list-<=, version-list-=):
16602 Rename from integer-list-*.
16603 (version-list-not-zero): Likewise. Fix while loop.
16604 (version=): Use version-list-= instead of string-equal.
16605
16606 2005-08-26 Richard M. Stallman <rms@gnu.org>
16607
16608 * outline.el (outline-promote): Try shortening the heading.
16609 As last resort, read the heading to use.
16610 (outline-demote): As last resort, read the heading to use.
16611
16612 2005-08-26 Romain Francoise <romain@orebokech.com>
16613
16614 * progmodes/compile.el (compilation-start): Doc fix.
16615
16616 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
16617 (antlr-font-lock-additional-keywords): Fix reference to
16618 `antlr-font-lock-literal-regexp' erroneously changed during the
16619 mass face rename.
16620 (antlr-run-tool): Use `compilation-start'.
16621
16622 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
16623 instead of the obsolete `compile-internal'.
16624
16625 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
16626
16627 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
16628 (number, original-date):
16629 * calendar/cal-china.el (date):
16630 * calendar/cal-coptic.el (date):
16631 * calendar/cal-french.el (date):
16632 * calendar/cal-hebrew.el (date, entry, number, original-date):
16633 * calendar/cal-islam.el (date, number, original-date):
16634 * calendar/cal-iso.el (date):
16635 * calendar/cal-julian.el (date):
16636 * calendar/cal-mayan.el (date):
16637 * calendar/cal-menu.el (date, event):
16638 * calendar/cal-persia.el (date):
16639 * calendar/lunar.el (date):
16640 * calendar/solar.el (date): Add defvars.
16641
16642 * emerge.el:
16643 * ibuffer.el:
16644 * info-xref.el:
16645 * obsolete/bg-mouse.el:
16646 * obsolete/sun-curs.el:
16647 * obsolete/swedish.el: Move the `defvar's to the top level.
16648
16649 * smerge-mode.el (smerge-refined-change): Add :group.
16650
16651 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
16652
16653 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
16654 (smerge-keep-n): Remove props.
16655 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16656 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
16657 now that it's done in smerge-keep-n.
16658 (smerge-refined-change): New face.
16659 (smerge-refine-chopup-region, smerge-refine-highlight-change)
16660 (smerge-refine): New funs.
16661 (smerge-basic-map): Bind smerge-refine.
16662
16663 2005-08-25 Juri Linkov <juri@jurta.org>
16664
16665 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
16666 compilation-process-setup-function and compilation-disable-input
16667 in grep-mode instead of let-bindings in grep.
16668
16669 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
16670 Delete "Automatic File De/compression" (auto-compression-mode).
16671
16672 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
16673
16674 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
16675 Silence warning about non-existent variable.
16676
16677 2005-08-25 Richard M. Stallman <rms@gnu.org>
16678
16679 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
16680 Rename "Describe Key" to "Describe Key or Mouse Operation".
16681
16682 * mail/mailalias.el (build-mail-aliases): Delete comments
16683 from the contents before processing them.
16684
16685 * isearch.el (isearch-edit-string): Erase the Search prompt
16686 if user enters an empty string and there is no default.
16687
16688 * comint.el (comint-file-name-prefix): Add autoload.
16689
16690 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
16691
16692 * subr.el (play-sound): Rearrange to avoid warning.
16693
16694 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
16695
16696 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
16697 New hook.
16698 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
16699
16700 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
16701
16702 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
16703
16704 * custom.el (custom-theme-set-variables): Sort minor modes last.
16705
16706 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16707
16708 * subr.el (version-separator, version-regexp-alist): New vars used by
16709 version comparison funs.
16710 (integer-list-<, integer-list-=, integer-list-<=)
16711 (integer-list-not-zero): New funs for integer list comparison.
16712 (version-to-list, version=, version<, version<=): New funs for version
16713 comparison.
16714
16715 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
16716
16717 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
16718 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
16719 time to silence the byte-compiler.
16720
16721 * ibuffer.el (ibuffer-compile-make-eliding-form)
16722 (ibuffer-check-formats): Use `with-no-warnings' to hide references
16723 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
16724 so it's silly to get warnings for it).
16725 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
16726 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
16727 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
16728 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
16729 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
16730 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
16731 Defvar at compile time.
16732 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
16733 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
16734 Declare them before use.
16735
16736 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
16737 (info-xref-good, info-xref-bad): Defvar at compile time.
16738
16739 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
16740 Use `let*' instead of `let'.
16741
16742 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
16743 (*mouse-y*, menu, char): Defvar at compile time.
16744 (sc::menu): Declare it before use.
16745 (sc::pack-one-line): Use `let', not `let*'.
16746
16747 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
16748 (mail-send-hook): Defvar at compile time.
16749
16750 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
16751 Defvar at compile time.
16752
16753 * term/sun-mouse.el (current-global-mousemap)
16754 (current-local-mousemap): Declare them before use.
16755
16756 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
16757
16758 * bookmark.el (bookmark-after-jump-hook): New hook.
16759 (bookmark-jump): Run `bookmark-after-jump-hook'.
16760
16761 2005-08-23 Juri Linkov <juri@jurta.org>
16762
16763 * faces.el (minibuffer-prompt): Doc fix.
16764
16765 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
16766
16767 * progmodes/xscheme.el: Trivial changes to silence warnings.
16768 (xscheme-previous-mode, xscheme-previous-process-state):
16769 Add defvars.
16770 (xscheme-last-input-end, xscheme-process-command-line)
16771 (xscheme-process-name, xscheme-buffer-name)
16772 (xscheme-expressions-ring-max, xscheme-expressions-ring)
16773 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
16774 (xscheme-control-g-synchronization-p)
16775 (xscheme-control-g-disabled-p, xscheme-string-receiver)
16776 (default-xscheme-runlight, xscheme-runlight)
16777 (xscheme-runlight-string, xscheme-process-filter-state)
16778 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
16779 Move to beginning of file.
16780 (scheme-interaction-mode-commands-alist)
16781 (scheme-interaction-mode-map, scheme-debugger-mode-map):
16782 Declare them before use. Note: the initialization code for the
16783 variables has not been moved because it uses functions that reference
16784 the variables.
16785 (xscheme-control-g-message-string, xscheme-process-filter-alist)
16786 (xscheme-prompt-for-expression-map): Declare them before use.
16787 (scheme-debugger-mode-commands): "?\ " -> "?\s".
16788
16789 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
16790
16791 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
16792
16793 2005-08-22 Juri Linkov <juri@jurta.org>
16794
16795 * faces.el (set-face-underline): Delete this duplicate function
16796 and make an obsolete alias to set-face-underline-p.
16797 (set-face-underline-p): Use docstring of set-face-underline.
16798 (describe-face): Create hyperlink to parent face.
16799
16800 * info.el (Info-insert-dir): Use save-excursion around
16801 insert-buffer-substring.
16802 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
16803 (Info-escape-percent): Delete function.
16804 (Info-fontify-node): Replace Info-escape-percent by
16805 replace-regexp-in-string with REP arg set to lambda that
16806 duplicates `%' and preserves text properties.
16807
16808 * progmodes/compile.el (compilation-disable-input): Doc fix.
16809 (define-compilation-mode): Doc fix and refill.
16810 (kill-compilation): Use `mode-name' in the error message.
16811 (compilation-find-file): Use `compilation-error' in the
16812 read-file-name's prompt.
16813
16814 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
16815
16816 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
16817 (smerge-auto-leave): Make undo re-enable the mode.
16818 (debug-ignored-errors): Add the user-error of impossible resolution.
16819 (smerge-resolve): Move things around a bit, in preparation for later.
16820 (smerge-diff): Don't fail if the buffer has no associated file.
16821 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
16822 (smerge-conflict-overlay): New function.
16823 (smerge-match-conflict): Don't add text properties here.
16824 (smerge-find-conflict): Instead, add an overlay here.
16825 Also check for the case where we're inside a conflict already, so as to
16826 obviate the need for font-lock-multiline, which is unbearably slow with
16827 large conflicts and ciomplex font-lock patterns.
16828 (smerge-remove-props): Remove overlay rather than text-properties.
16829 (smerge-mode): Don't set font-lock-multiline.
16830 Remove overlays when turned off.
16831
16832 2005-08-21 Kim F. Storm <storm@cua.dk>
16833
16834 * ido.el (ido-ignore-item-p): Use save-match-data.
16835 Bind case-fold-search to ido-case-fold locally.
16836
16837 2005-08-20 Richard M. Stallman <rms@gnu.org>
16838
16839 * files.el (normal-mode): If font lock is on, turn it off and on.
16840
16841 * subr.el (replace-regexp-in-string): Doc fix.
16842
16843 * startup.el (command-line-1): Don't suppress startup screen
16844 due to existing processes.
16845
16846 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
16847
16848 * progmodes/compile.el (compilation-disable-input): Default to nil.
16849
16850 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16851
16852 * progmodes/compile.el (compilation-disable-input): New defcustom.
16853 (compilation-start): If compilation-disable-input is non-nil, send
16854 EOF to the compilation process.
16855
16856 2005-08-20 Eli Zaretskii <eliz@gnu.org>
16857
16858 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
16859 Run the argument of tex-shell-cd-command through
16860 convert-standard-filename, to get the correct style of slashes on
16861 Windows, and enclose the result in quotes, in case the file name
16862 includes whitespace or other special characters.
16863
16864 2005-08-19 Andreas Schwab <schwab@suse.de>
16865
16866 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
16867 process.
16868
16869 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
16870
16871 * cus-start.el (minibuffer-prompt-properties): Correct typo.
16872
16873 2005-08-18 Kim F. Storm <storm@cua.dk>
16874
16875 * scroll-lock.el: Fix errors due to incorrect line wrapping.
16876
16877 2005-08-18 Richard M. Stallman <rms@gnu.org>
16878
16879 * scroll-lock.el: New file.
16880
16881 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
16882
16883 * dired.el (dired-move-to-end-of-filename):
16884 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
16885
16886 2005-08-18 Kim F. Storm <storm@cua.dk>
16887
16888 * ido.el (ido-everywhere): Fix defcustom :set function to disable
16889 rather than toggle mode when custom value is nil.
16890 (ido-everywhere): Fix defun doc string.
16891
16892 2005-08-17 Richard M. Stallman <rms@gnu.org>
16893
16894 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
16895 as tag instead of "Inviolable".
16896
16897 2005-08-17 Kim F. Storm <storm@cua.dk>
16898
16899 * windmove.el (windmove-coordinates-of-position): Remove.
16900 (windmove-coordinates-of-window-position): Remove.
16901 (windmove-reference-loc): Use posn-at-point instead.
16902
16903 * subr.el (insert-for-yank-1): Doc fix.
16904
16905 * ido.el (ido-enter-matching-directory): Rename from
16906 ido-enter-single-matching-directory. Change `slash' choice to
16907 `only'. Add `first' choice.
16908 (ido-exhibit): Adapt to above changes.
16909
16910 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
16911
16912 * Makefile.in: Expand comment about building loaddefs.el.
16913
16914 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
16915
16916 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
16917 Comment use of defadvice.
16918
16919 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
16920
16921 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
16922
16923 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
16924 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
16925 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
16926 * progmodes/idlw-shell.el, progmodes/ld-script.el,
16927 * progmodes/which-func.el, ruler-mode.el, strokes.el,
16928 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
16929 for backward compatibility for faces that did not appear in the
16930 previous Emacs release.
16931
16932 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
16933
16934 2005-08-15 Kim F. Storm <storm@cua.dk>
16935
16936 * emulation/cua-base.el (cua-delete-region): Return t if
16937 deleted region was non-empty.
16938 (cua-replace-region): Inhibit overwrite-mode for
16939 self-insert-command if replaced region was non-empty.
16940 (cua--explicit-region-start, cua--status-string): Make them
16941 buffer-local at top-level...
16942 (cua-mode): ...rather than when mode is enabled.
16943
16944 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
16945
16946 * progmodes/vhdl-mode.el (vhdl-emacs-21):
16947 Set t for Emacs 21, 22, and so on.
16948
16949 2005-08-15 David Ponce <david@dponce.com>
16950
16951 * tree-widget.el: Update Commentary header.
16952 (tree-widget-theme): Doc fix.
16953 (tree-widget-space-width): New option.
16954 (tree-widget-image-properties): Look up in the default theme too.
16955 (tree-widget--cursors): Only for images with arrow pointer shape.
16956 (tree-widget-lookup-image): Pointer shape is hand by default.
16957 (tree-widget-icon): Rename generic icon widget from
16958 `tree-widget-control'.
16959 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
16960 derive from `tree-widget-icon'.
16961 (tree-widget-handle): Improve default look and feel of the text
16962 representation.
16963 (tree-widget): Rename :*-control properties to :*-icon properties.
16964 Add :action and :help-echo properties.
16965 (tree-widget-after-toggle-functions): Move.
16966 (tree-widget-close-node, tree-widget-open-node): Remove.
16967 (tree-widget-before-create-icon-functions): New hook.
16968 (tree-widget-value-create): Update to allow customization of icons
16969 and nodes at run-time via that new hook.
16970 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
16971 (tree-widget-icon-action, tree-widget-icon-help-echo)
16972 (tree-widget-action, tree-widget-help-echo): New functions.
16973
16974 2005-08-15 Kim F. Storm <storm@cua.dk>
16975
16976 * ido.el (ido-buffer-internal): Use with-no-warnings.
16977 (ido-make-merged-file-list): Use while-no-input.
16978
16979 2005-08-15 Richard M. Stallman <rms@gnu.org>
16980
16981 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
16982 (flyspell-large-region): Fix doc and custom type.
16983
16984 2005-08-14 Richard M. Stallman <rms@gnu.org>
16985
16986 * files.el (interpreter-mode-alist): Doc fix.
16987
16988 * mail/rmail.el (rmail-nonignored-headers): New variable.
16989 (rmail-clear-headers): Use it.
16990 (rmail-reply): Better handling of mail-followup-to header.
16991
16992 * progmodes/sh-script.el (sh-font-lock-keywords-var):
16993 Rename variable from sh-font-lock-keywords. In the `shell' entry,
16994 don't try to refer to executable-font-lock-keywords.
16995 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
16996 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
16997 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
16998 (sh-mode): Set comment-start-skip, local-abbrev-table,
16999 imenu-case-fold-search.
17000 (sh-set-shell): Don't set them here.
17001 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
17002 Don't cache the results in the original alist; don't ever modify
17003 that alist.
17004
17005 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
17006
17007 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
17008 empty.
17009
17010 2005-08-15 Andreas Schwab <schwab@suse.de>
17011
17012 * desktop.el: Put autoload cookie at risky-local-variable declarations.
17013
17014 * dired.el, info.el, mail/rmail.el: Revert last change.
17015
17016 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
17017
17018 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
17019 modification in `eval-after-load' form.
17020 * info.el: Likewise.
17021 * mail/rmail.el: Likewise.
17022
17023 2005-08-14 Juri Linkov <juri@jurta.org>
17024
17025 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17026 Remove highlighting of "Compilation started". Highlight only
17027 the word "finished" in "Compilation finished". Add highlighting
17028 of "interrupt", "killed", "terminated" and the exit code.
17029 (compilation-start): Add newline after header. Use exactly the
17030 same time stamp format as the finishing message.
17031 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
17032
17033 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
17034 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
17035 Add highlighting of "interrupt", "killed", "terminated".
17036
17037 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
17038 enabled and the current command is self-insert-command, call it
17039 explicitly with overwrite-mode bound to nil, to not allow it
17040 to delete the character after the selected region.
17041
17042 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
17043
17044 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
17045 move-end-of-line, end-of-line, and beginning-of-line to the list
17046 of commands after which the echo area is updated.
17047
17048 2005-08-12 Eli Zaretskii <eliz@gnu.org>
17049
17050 * cus-edit.el (custom-save-all, custom-save-delete):
17051 Bind recentf-exclude to exclude custom-file.
17052
17053 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
17054
17055 * mail/rmailsum.el (rmail-summary-end-of-message): New command
17056 to go to the bottom of the mail message. Added to
17057 `rmail-summary-mode-map' with key "/".
17058 (rmail-summary-show-message): New (internal) function for use by
17059 both `rmail-summary-beginning/end-of-message'.
17060 (rmail-summary-beginning-of-message): Change to use
17061 rmail-summary-show-message.
17062
17063 * mail/rmail.el (rmail-end-of-message): New command to go to the
17064 end of the current message. Added to `rmail-mode-map' with key "/".
17065 (rmail-beginning-of-message): Fix to work as documented.
17066 (rmail-mode): Change documentation.
17067
17068 * progmodes/compile.el (compilation-start): Add the line
17069 "Compilation started" with compilation start time.
17070 (compilation-mode-font-lock-keywords): Add `started' to keywords.
17071
17072 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
17073
17074 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
17075 of menu items.
17076
17077 2005-08-11 Richard M. Stallman <rms@gnu.org>
17078
17079 * simple.el (pop-global-mark): Reverse test of widen-automatically.
17080
17081 * battery.el (battery-status-function): Don't use ignore-errors.
17082
17083 2005-08-11 Lute Kamstra <lute@gnu.org>
17084
17085 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
17086 define-obsolete-variable-alias.
17087
17088 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
17089
17090 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
17091 (ange-ftp-send-cmd): Revert last change, and expand
17092 the comment explaining the problem.
17093
17094 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
17095
17096 * ldefs-boot.el: Update.
17097
17098 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
17099 item to "Time, Load and Mail". Change help echo text.
17100
17101 * time.el (display-time-use-mail-icon, display-time-format)
17102 (display-time-string-forms): Shorten first line of docstrings.
17103
17104 2005-08-10 Lars Hansen <larsh@soem.dk>
17105
17106 * desktop.el (desktop-buffer-mode-handlers):
17107 Make non-customizable. Add autoload cookie. Change initial value to
17108 nil; add elements in respective modules instead. Fix doc string.
17109 (desktop-load-file): New function.
17110 (desktop-minor-mode-handlers): New autoloaded variable.
17111 (desktop-create-buffer): Call minor mode handlers.
17112 Use desktop-load-file to load major and minor mode modules prior to
17113 checking for a handler.
17114 (desktop-save): Don't add nil to desktop-minor-modes for minor
17115 modes with nil function in desktop-minor-mode-table. Don't delete
17116 desktop file before rewriting it.
17117 (desktop-locals-to-save): Add autoload cookie. Don't make
17118 automatically buffer-local. Add variables column-number-mode,
17119 size-indication-mode, indent-tabs-mode,
17120 indicate-buffer-boundaries, indicate-empty-lines and
17121 show-trailing-whitespace.
17122 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
17123 regexps. Don't use desktop-clear-preserve-buffers-regexp.
17124 (desktop-clear-preserve-buffers-regexp): Delete.
17125 (desktop-clear-preserve-buffers): Update initial value and docstring.
17126 (desktop-save-buffer): Fix doc string.
17127
17128 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
17129 (hilit-chg-desktop-restore): New function.
17130 (highlight-changes-mode): Add highlight-changes-mode to
17131 desktop-locals-to-save.
17132
17133 * dired.el: Add handler to desktop-buffer-mode-handlers.
17134 (dired-restore-desktop-buffer): Remove autoload cookie.
17135 (dired-mode): Add autoload cookie.
17136
17137 * info.el: Add handler to desktop-buffer-mode-handlers.
17138 (Info-restore-desktop-buffer): Remove autoload cookie.
17139 (Info-mode): Add autoload cookie.
17140
17141 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
17142 (mh-restore-desktop-buffer): Remove autoload cookie.
17143 (mh-folder-mode): Add autoload cookie.
17144
17145 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
17146 (rmail-restore-desktop-buffer): Remove autoload cookie.
17147
17148 2005-08-11 Masatake YAMATO <jet@gyve.org>
17149
17150 * hexl.el (hexl-address-region):
17151 (hexl-ascii-region, hexl-font-lock-keywords):
17152 (hexl-highlight-line-range): Use the term "region"
17153 instead of "area" for consistency with the other symbols
17154 defined in hexl.el.
17155
17156 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
17157
17158 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
17159 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
17160 out by Juri Linkov). Add `display-battery-mode'.
17161
17162 2005-08-09 Juri Linkov <juri@jurta.org>
17163
17164 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17165 Remove `-text' from face variable names.
17166 (compilation-error-file-name, compilation-warning-file-name)
17167 (compilation-info-file-name): Delete faces.
17168 (compilation-line-number, compilation-column-number):
17169 Remove face underlining.
17170 (compilation-message-face): Set to `underline' value by default.
17171 (compilation-error-face, compilation-warning-face)
17172 (compilation-info-face): Remove `-file-name' from face names.
17173 (compilation-error-text-face, compilation-warning-text-face)
17174 (compilation-info-text-face): Delete face variables.
17175 (compilation-text-face): Delete function.
17176
17177 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
17178 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
17179 (grep-error-face): Set to `compilation-error' instead of
17180 `compilation-error-face' (which is redefined to `grep-hit-face' in
17181 grep buffers).
17182 (grep-mode-font-lock-keywords): Remove `-text' from face variable
17183 names. Use `grep-error-face' instead of `compilation-error-text-face'.
17184
17185 * dired-aux.el (dired-do-query-replace-regexp):
17186 Use `query-replace-read-args'.
17187
17188 * replace.el (query-replace-read-from, query-replace-read-to)
17189 (query-replace-read-args): Rename arg `string' to `prompt'.
17190
17191 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
17192
17193 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
17194
17195 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
17196 uploading files.
17197 (ange-ftp-canonize-filename): Handle file names beginning with ~
17198 correctly.
17199
17200 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17201
17202 * textmodes/fill.el (canonically-space-region)
17203 (fill-context-prefix, fill-french-nobreak-p)
17204 (fill-delete-newlines, fill-comment-paragraph)
17205 (justify-current-line): "?\ " -> "?\s".
17206
17207 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
17208
17209 * textmodes/fill.el (fill-nonuniform-paragraphs):
17210 Improve argument/docstring consistency.
17211
17212 2005-08-09 Richard M. Stallman <rms@gnu.org>
17213
17214 * textmodes/ispell.el (ispell-word): More fboundp checks.
17215
17216 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
17217 (find-file-noselect-1): Call it here, only if RAWFILE.
17218 (normal-mode): Always set some major mode.
17219 (save-some-buffers-action-alist): Change some explanation strings.
17220 (file-name-non-special): In the `quote' method, use unwind-protect.
17221
17222 2005-08-09 Magnus Henoch <mange@freemail.hu>
17223
17224 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
17225 (ispell-have-aspell-dictionaries): New variable.
17226 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
17227 (ispell-get-aspell-config-value): New function.
17228 (ispell-aspell-find-dictionary): New function.
17229 (ispell-aspell-add-aliases): New function.
17230 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
17231 appropriate. Don't look for ispell dictionaries if we use aspell.
17232 (ispell-menu-map): Don't build a submenu of dictionaries.
17233
17234 2005-08-09 Richard M. Stallman <rms@gnu.org>
17235
17236 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
17237 (sql-read-passwd): Use read-passwd.
17238
17239 * progmodes/idlw-toolbar.el (idlwave-toolbar)
17240 (idlwave-toolbar-is-possible): Add defvars.
17241
17242 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
17243 Avoid warnings.
17244
17245 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
17246 (idlwave-system-class-info, idlwave-executive-commands-alist):
17247 Use defvar.
17248
17249 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
17250
17251 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
17252 Avoid warnings.
17253
17254 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
17255 and content-type: headers.
17256
17257 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
17258
17259 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
17260 and rename some of them to be more self-explanatory.
17261
17262 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
17263
17264 * startup.el (command-line-1): Implement -scriptload.
17265
17266 * replace.el (occur-engine): Initial *Occur* output not undoable.
17267
17268 * menu-bar.el (menu-bar-file-menu): Rename some menu items
17269 and improve help strings.
17270
17271 * isearch.el (isearch-repeat): When changing direction,
17272 mark search successful.
17273
17274 * ediff-init.el: Use (featurep 'xemacs).
17275
17276 * comint.el (send-invisible): Identify buffer, if not selected.
17277
17278 * align.el: Delete autoload for c-guess-basic-syntax.
17279
17280 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
17281
17282 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
17283 Improve argument/docstring consistency. Doc fixes.
17284 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
17285 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
17286 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
17287 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
17288 (r2bv-organization, r2bv-pages, r2bv-primary-author)
17289 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
17290 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
17291 Defvar at compile time.
17292
17293 2005-08-09 Juri Linkov <juri@jurta.org>
17294
17295 * info.el: Replace `info' with upper-case `Info' where appropriate.
17296 (info-title-1, info-title-2, info-title-3, info-title-4)
17297 (info-menu-header): Move up face definitions.
17298 (info-menu-star): Rename from `info-menu-5'.
17299 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
17300 (Info-fontify-visited-nodes): Fix docstring.
17301 (Info-hide-note-references): Fix docstring.
17302 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
17303 menu items in the same way as on cross-references.
17304 (info-apropos): Fix sorting order and formatting to be like in the
17305 stand-alone Info browser. Display error messages for 1 sec.
17306 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
17307 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
17308 from the menu bar.
17309 (Info-insert-dir): Restore point after calling
17310 `insert-buffer-substring'.
17311
17312 2005-08-08 Richard M. Stallman <rms@gnu.org>
17313
17314 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
17315 (recompute-lucid-menubar): Add defvars.
17316
17317 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
17318
17319 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
17320
17321 * net/net-utils.el (run-dig): Rename from `dig'.
17322
17323 * play/gametree.el (gametree-mode): Use make-local-variable,
17324 not make-variable-buffer-local.
17325
17326 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
17327
17328 * ansi-color.el (ansi-color-make-extent)
17329 (ansi-color-set-extent-face): Use fboundp, not functionp.
17330
17331 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
17332 not make-variable-buffer-local.
17333
17334 * bookmark.el (Info-current-file): Add defvar.
17335 (bookmark-jump-noselect): Use with-no-warnings.
17336
17337 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
17338
17339 * ebuff-menu.el (Helper-return-blurb): Add defvar.
17340
17341 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
17342
17343 * find-file.el (ada-procedure-start-regexp)
17344 (ada-package-start-regexp): Add defvars.
17345
17346 * info.el (Info-insert-dir): Use insert-buffer-substring.
17347
17348 * xml.el (xml-att-def-re): Add defvar.
17349
17350 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
17351 calling convention.
17352
17353 * subr.el (while-no-input): Return t if there is input.
17354
17355 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
17356
17357 * cus-start.el (all): Add `overflow-newline-into-fringe'.
17358
17359 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
17360
17361 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
17362 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
17363
17364 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
17365
17366 * cmuscheme.el (scheme-start-file): Replace reference to
17367 `user-emacs-directory' by "~/.emacs.d/".
17368
17369 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
17370
17371 * info.el (Info-dir-remove-duplicates): Avoid case folding
17372 in loop; instead, keep downcased strings for comparison.
17373 Suggested by Helmut Eller.
17374
17375 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
17376
17377 Sync with Tramp 2.0.50.
17378
17379 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
17380 XEmacs case; not necessary anymore.
17381 (tramp-user-regexp): Allow "@" as part of user name.
17382 (tramp-handle-set-visited-file-modtime)
17383 (tramp-handle-insert-file-contents)
17384 (tramp-handle-write-region): No special handling for
17385 `last-coding-system-used, because this is done in
17386 `tramp-accept-process-output' now.
17387 (tramp-accept-process-output): New defun.
17388 (tramp-process-one-action, tramp-process-one-multi-action)
17389 (tramp-wait-for-regexp, tramp-wait-for-output)
17390 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
17391 Howells <dhowells@redhat.com>.
17392 (clear-visited-file-modtime): Defadvice removed. The check for
17393 unset buffer's modtime does not need to be based on
17394 `tramp-buffer-file-attributes'. Suggested by RMS.
17395 (tramp-message): Insert "\n" if not being at beginning of line.
17396 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
17397 sequence with same logic.
17398 (tramp-completion-handle-expand-file-name): Discard call of
17399 `tramp-drop-volume-letter'. It is not necessary, and there have
17400 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
17401 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17402 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
17403 should always be visible.
17404 (tramp-handle-insert-directory, tramp-setup-complete)
17405 (tramp-set-process-query-on-exit-flag)
17406 (tramp-append-tramp-buffers): Pacify byte-compiler.
17407 (tramp-bug): Delete non-existing variables from list.
17408 Apply `tramp-load-report-modules' as pre-hook.
17409 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
17410 `shell-prompt-pattern' because of non-7bit characters.
17411 Reported by Sebastian Luque <sluque@mun.ca>.
17412 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
17413 (tramp-match-string-list): Remove function.
17414 (tramp-wait-for-regexp): Remove call of that function.
17415 Suggested by Kim F. Storm <storm@cua.dk>.
17416 (tramp-set-auto-save-file-modes): Use octal integer code #o600
17417 instead of octal character code ?\600. The latter resulted in a
17418 syntax error with XEmacs.
17419
17420 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
17421 XEmacs case; not necessary anymore.
17422 (tramp-smb-handle-write-region): No special handling for
17423 `last-coding-system-used, because this is done in
17424 `tramp-accept-process-output' now.
17425 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
17426
17427 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
17428
17429 * wid-edit.el (widget-choice-value-create):
17430 Unconditionally respect user choice. Set :explicit-choice back to nil
17431 when no longer needed.
17432 (widget-choice-action): Unconditionally respect user choice.
17433 Eliminate :explicit-choice-value.
17434
17435 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
17436
17437 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
17438 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
17439 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
17440 running new function `toggle-indicate-empty-lines'.
17441 Rename "Customize" item to "Customize fringe".
17442 Rename "Indicators" item to "Buffer boundaries" and change help echo.
17443 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
17444 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
17445 Delete "Empty lines only" item.
17446 (menu-bar-showhide-fringe-ind-customize): New function.
17447 (menu-bar-showhide-fringe-ind-mixed)
17448 (menu-bar-showhide-fringe-ind-box)
17449 (menu-bar-showhide-fringe-ind-right)
17450 (menu-bar-showhide-fringe-ind-left)
17451 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
17452 instead of `fringe-indicators'.
17453
17454 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17455
17456 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
17457 Change the date of last update.
17458
17459 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
17460
17461 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
17462 (viper-exec-yank, viper-put-back): Don't display modification msg
17463 if in the minibuffer.
17464
17465 * viper-init.el (viper-replace-overlay-cursor-color)
17466 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
17467 Make variables frame local.
17468
17469 * viper-util.el (viper-append-filter-alist): Use append instead of
17470 nconc.
17471
17472 * viper.el (viper-vi-state-mode-list)
17473 (viper-emacs-state-mode-list): Move help-mode and
17474 completion-list-mode from the first list to the second.
17475 (viper-mode): Docstring.
17476 (viper-go-away, viper-non-hook-settings): Don't localize
17477 minor-mode-alist in newer Emacsen. Add advice to
17478 set-cursor-color. Don't bind "\C-c\\".
17479
17480 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
17481
17482 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
17483 (scheme-macro-expand-command): New user options.
17484 (scheme-trace-procedure, scheme-expand-current-form): New commands.
17485 (scheme-form-at-point, scheme-start-file)
17486 (scheme-interactively-start-process): New functions.
17487 (scheme-get-process): New function, extracted from `scheme-proc'.
17488 (run-scheme): Call `scheme-start-file' to get start file, and pass
17489 it to `make-comint'.
17490 (switch-to-scheme, scheme-proc):
17491 Call `scheme-interactively-start-process' if no Scheme buffer/process
17492 is available.
17493
17494 2005-08-06 Juri Linkov <juri@jurta.org>
17495
17496 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17497 Use `compilation-text-face', `compilation-info-text-face' and
17498 `compilation-error-text-face' instead of `font-lock-keyword-face'.
17499 (compilation-error): New face.
17500 (compilation-error-file-name): Inherit from
17501 `compilation-error' instead of `font-lock-warning-face'.
17502 (compilation-warning-file-name): Inherit from
17503 `compilation-warning' instead of `font-lock-warning-face'.
17504 (compilation-info, compilation-error-file-name)
17505 (compilation-warning-file-name, compilation-info-file-name)
17506 (compilation-line-number, compilation-column-number): Doc fix.
17507 (compilation-error-text-face, compilation-warning-text-face)
17508 (compilation-info-text-face): New face variables.
17509 (compilation-line-face, compilation-column-face)
17510 (compilation-enter-directory-face)
17511 (compilation-leave-directory-face): Doc fix.
17512 (compilation-text-face): New function.
17513
17514 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
17515 instead of 1 to display binary file names as info file links.
17516 (grep-error-face): Use `compilation-error-face' instead of
17517 `font-lock-keyword-face'.
17518 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
17519 and `compilation-warning-text-face' instead of
17520 `font-lock-keyword-face'. Use `compilation-error-text-face'
17521 instead of `grep-error-face'.
17522
17523 2005-08-05 Kenichi Handa <handa@m17n.org>
17524
17525 * international/code-pages.el: Add autoload cookies for all coding
17526 systems.
17527
17528 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
17529
17530 * cus-start.el (all): Put undo.c where it alphabetically belongs.
17531
17532 2005-08-04 Juri Linkov <juri@jurta.org>
17533
17534 * progmodes/compile.el (compilation-mode-map):
17535 * progmodes/grep.el (grep-mode-map):
17536 Bind TAB to `compilation-next-error' and [backtab] to
17537 `compilation-previous-error'.
17538
17539 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
17540 matching line numbers, column numbers and their ranges with regexp
17541 matching only line numbers.
17542 (grep-context-face): New face variable.
17543 (grep-mode-font-lock-keywords): Use it.
17544
17545 * faces.el (read-face-name): Delete duplicate faces.
17546
17547 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
17548
17549 * thumbs.el (thumbs-find-image): Don't make variables
17550 automatically buffer local.
17551 (thumbs-current-tmp-filename, thumbs-current-image-filename)
17552 (thumbs-image-num): Make automatically buffer local.
17553 (thumbs-show-thumbs-list): Use `make-local-variable', not
17554 `make-variable-buffer-local'.
17555 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
17556
17557 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
17558 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
17559 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
17560 (bother, bye, canyou, chatlst, continue, deathlst, describe)
17561 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
17562 (feelings-about, foullst, found, hello, history, howareyoulst)
17563 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
17564 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
17565 (neglst, obj, object, owner, please, problems, qlist)
17566 (random-adjective, relation, remlst, repetitive-shortness)
17567 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
17568 (shortlst, something, sportslst, stallmanlst, states, subj)
17569 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
17570 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
17571 Defvar at compile time.
17572
17573 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
17574 not `make-variable-buffer-local'.
17575
17576 2005-08-02 Kim F. Storm <storm@cua.dk>
17577
17578 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
17579 rectangle overlay in selected window.
17580
17581 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
17582
17583 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
17584 instead of display group. Make `indicate-buffer-boundaries'
17585 customizable through Custom.
17586
17587 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
17588
17589 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
17590 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
17591 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
17592 (gdb-put-string): Fix typos in docstrings.
17593
17594 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
17595
17596 Update copyright notices of files in progmodes directory for
17597 release of Emacs 22.1.
17598
17599 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
17600
17601 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
17602 Don't barf if the GUD buffer has been killed.
17603
17604 2005-08-01 Kim F. Storm <storm@cua.dk>
17605
17606 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
17607
17608 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
17609
17610 * simple.el (next-error-follow-minor-mode):
17611 make-variable-buffer-local -> make-local-variable.
17612
17613 * emacs-lisp/cl-extra.el: Require CL also when compiling.
17614
17615 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
17616 (byte-compile-form-make-variable-buffer-local): New functions to warn
17617 about misuses of make-variable-buffer-local where make-local-variable
17618 was meant.
17619
17620 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
17621
17622 * bs.el (bs-attributes-list): Doc fix.
17623 (bs): Update url-link.
17624
17625 * desktop.el (desktop-save-buffer): Fix typos in docstring.
17626 (desktop-load-default): Simplify.
17627
17628 * ibuffer.el (ibuffer-columnize-and-insert-list)
17629 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
17630 (ibuffer-unmark-all, ibuffer-toggle-marks)
17631 (ibuffer-unmark-forward, ibuffer-unmark-backward)
17632 (ibuffer-compile-make-format-form, ibuffer-format-column)
17633 (ibuffer-current-buffers-with-marks)
17634 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
17635 (ibuffer): Doc fix.
17636 (ibuffer-mode): Fix typo in docstring.
17637 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
17638 with `define-obsolete-variable-alias'.
17639 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
17640
17641 2005-07-29 Kenichi Handa <handa@m17n.org>
17642
17643 * international/mule-cmds.el (select-message-coding-system):
17644 Be sure to use LF for end-of-line. If no coding system is decided,
17645 return iso-8859-1-unix.
17646
17647 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
17648
17649 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
17650 (ange-ftp-pending-error-line): New vars.
17651 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
17652 to handle the non-fatal no-route-to-host messages.
17653 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
17654
17655 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
17656
17657 * isearch.el (isearch-mode-map, isearch-other-meta-char)
17658 (isearch-quote-char, isearch-printing-char)
17659 (isearch-text-char-description): "?\ " -> "?\s".
17660 (isearch-lazy-highlight-cleanup)
17661 (isearch-lazy-highlight-initial-delay)
17662 (isearch-lazy-highlight-interval)
17663 (isearch-lazy-highlight-max-at-a-time)
17664 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
17665 Declare with define-obsolete-*-alias macros.
17666 (isearch-forward): Fix typo in docstring.
17667 (search-invisible, search-ring-yank-pointer)
17668 (regexp-search-ring-yank-pointer): Doc fixes.
17669
17670 * recentf.el (recentf-menu-append-commands-p): Declare with
17671 `define-obsolete-variable-alias'.
17672 (recentf-max-saved-items, recentf-menu-filter)
17673 (recentf-arrange-by-rule-subfilter): Doc fixes.
17674 (recentf-menu-append-commands-flag)
17675 (recentf-initialize-file-name-history, recentf-expand-file-name)
17676 (recentf-clear-data): Fix typos in docstrings.
17677
17678 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
17679
17680 * progmodes/gdb-ui.el: Smarten comments.
17681 (gdb-info-breakpoints-custom): Use nowarn when finding file.
17682
17683 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
17684
17685 * term/apollo.el (terminal-init-apollo): New function containing
17686 all former top level forms in the file.
17687 * term/bobcat.el (terminal-init-bobcat):
17688 * term/cygwin.el (terminal-init-cygwin):
17689 * term/iris-ansi.el (terminal-init-iris-ansi):
17690 * term/linux.el (terminal-init-linux):
17691 * term/news.el (terminal-init-news):
17692 * term/rxvt.el (terminal-init-rxvt):
17693 * term/sun.el (terminal-init-sun):
17694 * term/tvi970.el (terminal-init-tvi970):
17695 * term/vt100.el (terminal-init-vt100):
17696 * term/vt102.el (terminal-init-vt102):
17697 * term/vt125.el (terminal-init-vt125):
17698 * term/vt200.el (terminal-init-vt200):
17699 * term/vt201.el (terminal-init-vt201):
17700 * term/vt220.el (terminal-init-vt220):
17701 * term/vt240.el (terminal-init-vt240):
17702 * term/vt300.el (terminal-init-vt300):
17703 * term/vt320.el (terminal-init-vt320):
17704 * term/vt400.el (terminal-init-vt400):
17705 * term/vt420.el (terminal-init-vt420):
17706 * term/wyse50.el (terminal-init-wyse50):
17707 * term/xterm.el (terminal-init-xterm): Likewise.
17708
17709 * term/README: Describe the terminal-init-* functionality.
17710
17711 * startup.el (command-line): After loading the terminal initialization
17712 file call the corresponding terminal initialization function.
17713
17714 2005-07-27 Kenichi Handa <handa@m17n.org>
17715
17716 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
17717 negative.
17718
17719 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
17720 (ps-mule-composition-prologue): Fix for the case that
17721 RelativeCompose is false.
17722
17723 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
17724
17725 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
17726
17727 * descr-text.el (describe-char): Handle the case where the list of
17728 chars is displayed in a separate frame.
17729 Be a bit more discriminating when looking for the char.
17730
17731 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
17732
17733 * bookmark.el (bookmark-automatically-show-annotations)
17734 (bookmark-read-annotation-text-func): Doc fixes.
17735 (bookmark-save): Improve argument/docstring consistency.
17736 (bookmark-get-bookmark, bookmark-get-bookmark-record)
17737 (bookmark-alist-from-buffer)
17738 (bookmark-upgrade-file-format-from-0)
17739 (bookmark-grok-file-format-version)
17740 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
17741 (bookmark-read-annotation-mode)
17742 (bookmark-insert-current-bookmark, bookmark-jump)
17743 (bookmark-exit-hook): Fix typos in docstrings.
17744 (bookmark-exit-hooks): Define as obsolete alias.
17745 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
17746 not `bookmark-exit-hooks'. Fix docstring.
17747 (bookmark-bmenu-select): "?\ " -> "?\s".
17748
17749 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
17750
17751 * startup.el (command-line): Fix typo.
17752
17753 2005-07-24 Richard M. Stallman <rms@gnu.org>
17754
17755 * tooltip.el (tooltip-mode): Test emacs-basic-display,
17756 not emacs-quick-startup.
17757
17758 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
17759
17760 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
17761 (reb-next-match, reb-show-subexp): Use `with-selected-window'
17762 instead of `reb-with-current-window'.
17763 (reb-prev-match): Likewise. Also, don't move left if the search
17764 was unsuccessful.
17765 (reb-initialize-buffer): New function.
17766 (re-builder, reb-change-syntax): Use it.
17767
17768 * man.el (Man-goto-page): Make second argument NOERROR optional.
17769
17770 2005-07-23 Richard M. Stallman <rms@gnu.org>
17771
17772 * man.el (Man-bgproc-sentinel): Check here for failure to find
17773 any man page in the output, and report the error here.
17774 (Man-arguments): Make it permanent local.
17775 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
17776 (Man-mode): Pass t for NOERROR.
17777
17778 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
17779 (grep-mode-font-lock-keywords):
17780 Don't use compilation-...-face for messages that are not file names.
17781
17782 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17783 Don't use compilation-...-face for messages that are not file names.
17784
17785 2005-07-22 Juri Linkov <juri@jurta.org>
17786
17787 * startup.el (normal-splash-screen): Update menu name.
17788
17789 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
17790
17791 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
17792
17793 * term/xterm.el: Load term/rxvt if the terminal is actually an
17794 rxvt terminal.
17795 (xterm-rxvt-set-background-mode): Remove, not used anymore.
17796
17797 * term/rxvt.el (function-key-map): Use substitute-key-definition
17798 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
17799
17800 * term/cygwin.el: New file.
17801
17802 2005-07-22 Kim F. Storm <storm@cua.dk>
17803
17804 * image-file.el (insert-image-file, image-file-yank-handler):
17805 Fix last change to maintain a (unique) yank-handler on yanked images.
17806
17807 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
17808
17809 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
17810 of the file size (as in "177B" for 177 bytes). This happens with
17811 "ls -lh" on FreeBSD.
17812
17813 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
17814
17815 * hilit-chg.el (highlight-changes-global-initial-state)
17816 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
17817 (hilit-chg-fixup, highlight-changes-mode):
17818 Fix typos in docstrings.
17819 (highlight-changes-global-modes, highlight-changes-rotate-faces):
17820 Doc fixes.
17821
17822 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
17823
17824 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
17825 mode function using `eval-after-load'.
17826
17827 2005-07-21 Kim F. Storm <storm@cua.dk>
17828
17829 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
17830 included when reporting an emacs crash, and tell about the DEBUG file.
17831
17832 * image-file.el (insert-image-file): Add yank-handler.
17833 (image-file-yank-handler): Yank handler to make unique copies of
17834 images when they are yanked into a buffer next to each other.
17835
17836 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
17837
17838 * comint.el (comint-use-prompt-regexp, comint-send-input)
17839 (comint-source-default, comint-extract-string)
17840 (comint-get-source, comint-word, comint-completion)
17841 (comint-source, comint-prompt-read-only, comint-update-fence):
17842 Fix typos in docstrings.
17843 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
17844 Declare with define-obsolete-*-alias macros.
17845 (comint-previous-matching-input-from-input)
17846 (comint-next-matching-input-from-input)
17847 (comint-previous-matching-input, comint-next-matching-input)
17848 (comint-forward-matching-input):
17849 Improve argument/docstring consistency.
17850
17851 * desktop.el (desktop-clear-preserve-buffers-regexp):
17852 Also preserve the *server* buffer.
17853
17854 * simple.el (clone-indirect-buffer): Doc fix.
17855 (fixup-whitespace, just-one-space)
17856 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
17857 (next-error, next-error-highlight)
17858 (next-error-highlight-no-select, next-error-last-buffer)
17859 (next-error-buffer-p, next-error-find-buffer, next-error)
17860 (previous-error, next-error-no-select, previous-error-no-select)
17861 (open-line, split-line, minibuffer-prompt-width, kill-new)
17862 (binary-overwrite-mode): Fix typos in docstrings.
17863 (set-fill-column): Fix typo in message.
17864
17865 * skeleton.el (skeleton-proxy-new): Doc fix.
17866
17867 * strokes.el (strokes-load-hook): Doc fix.
17868 (strokes-grid-resolution, strokes-get-grid-position)
17869 (strokes-renormalize-to-grid, strokes-read-stroke)
17870 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
17871 (strokes-global-map): Fix typos in docstrings.
17872 (strokes-help): Doc fix. Fix help message and pass it through
17873 `substitute-command-keys'.
17874
17875 * tempo.el (tempo-insert-prompt, tempo-interactive)
17876 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
17877 (tempo-insert-string-functions, tempo-local-tags)
17878 (tempo-define-template, tempo-insert-template)
17879 (tempo-insert-prompt-compat, tempo-is-user-element)
17880 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
17881 Fix typos in docstrings.
17882
17883 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
17884 (vcursor-key-bindings, vcursor-use-vcursor-map)
17885 (vcursor-find-window, vcursor-scroll-down)
17886 (vcursor-disable, vcursor-beginning-of-buffer)
17887 (vcursor-end-of-buffer): Fix typos in docstrings.
17888 (vcursor-relative-move, vcursor-get-char-count):
17889 Improve argument/docstring consistency.
17890
17891 * version.el: "?\ " -> "?\s".
17892
17893 * wid-edit.el (widget-default-create, widget-after-change)
17894 (widget-default-format-handler, widget-checklist-add-item)
17895 (widget-radio-add-item, widget-choose, widget-specify-secret)
17896 (widget-field-value-create, widget-field-value-get)
17897 (widget-editable-list-format-handler)
17898 (widget-editable-list-entry-create, widget-group-value-create)
17899 (widget-documentation-link-add)
17900 (widget-documentation-string-value-create): "?\ " -> "?\s".
17901 (widget-convert-text): Doc fix.
17902 (widget-narrow-to-field, widget-field-find)
17903 (widget-url-link-action, widget-emacs-library-link-action)
17904 (widget-color-notify): Fix typos in docstrings.
17905
17906 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
17907 (x-select-text, set-w32-system-coding-system)
17908 (w32-add-charset-info): Fix typos in docstrings.
17909
17910 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
17911 (cua-enable-cua-keys, cua-use-hyper-key)
17912 (cua-virtual-rectangle-edges): Fix typos in docstrings.
17913 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
17914
17915 * net/tramp.el (tramp-handle-load): Fix typo in error message.
17916
17917 * emacs-lisp/re-builder.el (regexp-builder): Declare with
17918 `defalias' instead of faking it.
17919
17920 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
17921 (eshell-ls-missing, eshell-ls-dired-initial-args)
17922 (eshell-ls-use-in-dired): Fix typos in docstrings.
17923
17924 2005-07-20 Kim F. Storm <storm@cua.dk>
17925
17926 * emulation/cua-base.el (cua-mode): Improve doc string.
17927
17928 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
17929
17930 * abbrev.el (expand-region-abbrevs): Doc fix.
17931 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
17932 Improve argument/docstring consistency.
17933
17934 * arc-mode.el (archive-get-descr, archive-alternate-display):
17935 Doc fixes.
17936 (archive-l-e): Improve argument/docstring consistency.
17937 (archive-tmpdir, archive-unixdate, archive-unixtime)
17938 (archive-chmod-entry): Fix typos in docstrings.
17939 (archive-unflag, archive-unflag-backwards)
17940 (archive-unmark-all-files): "?\ " -> "?\s".
17941
17942 * buff-menu.el (Buffer-menu-unmark): Doc fix.
17943 (Buffer-menu-not-modified, Buffer-menu-execute)
17944 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
17945 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
17946
17947 * composite.el (compose-string, encode-composition-rule)
17948 (compose-last-chars): Fix typos in docstrings.
17949
17950 * desktop.el (desktop-enable, desktop-basefilename):
17951 Declare with `define-obsolete-variable-alias'.
17952 (desktop-internal-v2s): Don't quote keywords.
17953 (desktop-clear): "?\ " -> "?\s".
17954
17955 * dired.el (dired-align-file, dired-flag-backup-files)
17956 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
17957 (dired-listing-switches, dired-ls-F-marks-symlinks)
17958 (dired-dwim-target, dired-load-hook, dired-mode-hook)
17959 (dired-directory, dired-faces, dired, dired-revert)
17960 (dired-mode, dired-summary, dired-view-file)
17961 (dired-copy-filename-as-kill, dired-delete-file)
17962 (dired-no-confirm, dired-unmark-all-marks)
17963 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
17964 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
17965 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
17966 Fix typos in message strings.
17967
17968 * dired-x.el (virtual-dired): Declare with `defalias'.
17969 (dired-mark-unmarked-files, dired-local-variables-file)
17970 (dired-omit-here-always): Doc fix.
17971 (dired-omit-mode, dired-find-subdir)
17972 (dired-enable-local-variables, dired-clean-up-buffers-too)
17973 (dired-extra-startup, dired-mark-extension, dired-jump)
17974 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
17975 (dired-smart-shell-command, dired-guess-shell-alist-user)
17976 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
17977 (dired-x-bind-find-file, dired-x-submit-report):
17978 Fix typos in docstrings.
17979 (dired-mark-unmarked-files): "?\ " -> "?\s".
17980
17981 * dirtrack.el (dirtrack-list): Fix typos in docstring.
17982
17983 * faces.el (describe-face): "?\ " -> "?\s".
17984 (read-all-face-attributes, read-face-font, modify-face)
17985 (face-attr-construct, italic): Fix typos in docstrings.
17986 (frame-update-face-colors): Declare with
17987 `define-obsolete-function-alias'.
17988
17989 * files.el (find-file-noselect, recode-file-name): Doc fixes.
17990 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
17991 (magic-mode-alist, buffer-file-numbers-unique)
17992 (write-file-functions, get-free-disk-space):
17993 Fix typos in docstrings.
17994 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
17995 (write-contents-hooks, write-file-hooks):
17996 Declare with `define-obsolete-variable-alias'.
17997
17998 * forms-d2.el (arch-rj): Fix typo in docstrings.
17999 (arch-tocol): Likewise. "?\ " -> "?\s".
18000
18001 * frame.el (set-frame-font, cursor-in-non-selected-windows):
18002 Fix typo in docstring.
18003 (set-screen-width, set-screen-height): Delete redundant info in
18004 doctrings.
18005 (new-frame, screen-height, screen-width): Declare with
18006 `define-obsolete-function-alias'.
18007 (delete-frame-hook, blink-cursor): Declare with
18008 `define-obsolete-variable-alias'.
18009
18010 * paths.el (prune-directory-list): Fix typos in docstring.
18011
18012 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
18013 (cvs-prefix-get): Fix typos in docstrings.
18014
18015 * ps-print.el (ps-extend-face-list, ps-extend-face)
18016 (ps-print-background-image): Fix typos in docstrings.
18017 (ps-default-fg, ps-default-bg): Doc fixes.
18018
18019 * s-region.el (s-region-bind): Doc fix.
18020 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
18021
18022 * textmodes/org.el (org-table-formula-substitute-names)
18023 (org-table-get-vertical-vector): Doc fixes.
18024 (org-table-recalculate): Remove unused argument to `message'.
18025
18026 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
18027
18028 * textmodes/org.el (org-table-column-names)
18029 (org-table-column-name-regexp)
18030 (org-table-named-field-locations): New variables.
18031 (org-archive-subtree): Protect `this-command' when calling
18032 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
18033 the kill buffer.
18034 (org-complete): Remove fixed-formula completion.
18035 (org-edit-formulas-map): New variable.
18036 (org-table-edit-formulas): New command.
18037 (org-finish-edit-formulas, org-abort-edit-formulas)
18038 (org-show-variable, org-table-get-vertical-vector): New functions.
18039 (org-table-maybe-eval-formula): Handle `:=' fields.
18040 (org-table-get-stored-formulas, org-table-store-formulas)
18041 (org-table-get-formula, org-table-modify-formulas)
18042 (org-table-replace-in-formulas): Handle named field formulas.
18043 (org-table-get-specials): Store locations of named fields.
18044
18045 2005-07-19 Juri Linkov <juri@jurta.org>
18046
18047 * progmodes/grep.el (grep-regexp-alist)
18048 (grep-mode-font-lock-keywords, grep-process-setup):
18049 Use default GNU grep match color "01;31m" instead of "01;41m".
18050 (grep-regexp-alist, grep-mode-font-lock-keywords):
18051 Use `\\[[0-9]*m' instead of `\\[00m'.
18052 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
18053 sgr_start where its handling is more important. Use the real
18054 length of sgr_start instead of constant 8.
18055 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
18056 specially. Delete all remaining escape sequences.
18057 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
18058 (grep-regexp-alist): Make hyperlink only for binary file name
18059 instead of the whole line.
18060 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
18061 (grep-mode): Add autoload.
18062
18063 * emacs-lisp/find-func.el (find-function-regexp):
18064 Add `define-compilation-mode'.
18065
18066 2005-07-19 Juri Linkov <juri@jurta.org>
18067
18068 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
18069 (compare-windows-sync-string-size, compare-windows-recenter)
18070 (compare-windows-highlight, compare-windows): Add version 22.1.
18071 (compare-windows) <defface>: Inherit from lazy-highlight instead
18072 of duplicating its default value.
18073
18074 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
18075 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
18076
18077 * descr-text.el (describe-char): Create link buttons for `charset'
18078 and `code point'. Add the current input method name with a link
18079 button to `to input' field. Print face names of display table
18080 characters in `The display table entry is displayed by' section
18081 instead of printing face-id in the `display' field.
18082 Guess hardcoded faces and create a link button for them.
18083 Skip empty fields when calculating max-width.
18084 Treat `widget-create' specially while inserting strings from the
18085 collected field list.
18086 (describe-char-after): Made obsolete in version 22.1, not 21.5.
18087
18088 * diff-mode.el (diff-file-header): Change foreground color from
18089 yellow to green on light backgrounds.
18090 (diff-context): Inherit from `shadow' only for color/grayscale
18091 with more than 88 colors.
18092 (diff-indicator-removed, diff-indicator-added)
18093 (diff-indicator-changed): New faces.
18094 (diff-font-lock-keywords): Use new faces. Regroup rules.
18095 Add "^---$" for `normal' diff format. Fontify `#' lines with
18096 font-lock-comment-delimiter-face and font-lock-comment-face.
18097 Add `#' to ^[^...] in the rule for `diff-context-face'.
18098
18099 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
18100 a button-like box. Inherit from `highlight' on low colors.
18101 (shadow): Use shades of gray only for color/grayscale with
18102 more than 88 colors. Use green for light backgrounds with
18103 8 colors, and yellow for dark backgrounds with 8 colors.
18104
18105 * font-lock.el (font-lock-regexp-grouping-backslash):
18106 Don't inherit from escape-glyph (use bold for all cases).
18107
18108 * info.el (info-xref-visited): Use light foreground color `violet'
18109 for dark backgrounds instead of dark color `magenta3'.
18110 (info-title-1): Use `yellow' color for dark backgrounds.
18111
18112 * isearch.el (isearch): Use not-too-dark magenta3 instead of
18113 too-light magenta2.
18114
18115 * replace.el (match): Use slightly more light RoyalBlue3 instead
18116 of dark RoyalBlue4.
18117
18118 * wid-edit.el (widget-inactive): Inherit from `shadow'.
18119
18120 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
18121
18122 * novice.el (disabled-command-hook): Declare it with
18123 `define-obsolete-variable-alias'.
18124
18125 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
18126 (desktop-buffer-misc-functions, desktop-buffer-handlers)
18127 (desktop-load-default): Add release to obsolescence info.
18128 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
18129 (desktop-append-buffer-args, desktop-read):
18130 Fix typos in docstrings.
18131 (desktop-kill): Fix typo in message.
18132 (desktop-save): Doc fix.
18133
18134 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
18135
18136 * viper-cmd.el (viper-escape-to-state): Bug fix.
18137 (viper-envelop-ESC-key): Change the definition of fast
18138 keysequence so it'll work with keyboard macros.
18139
18140 * ediff.el (ediff-patch-buffer): Change the docstring.
18141
18142 2005-07-19 Kenichi Handa <handa@m17n.org>
18143
18144 * international/mule-cmds.el (select-safe-coding-system): Try to
18145 use an auto-coding (if any) before anything else. If the found
18146 auto-coding is invalid, show a warning message.
18147
18148 * international/mule.el (find-auto-coding): New function created
18149 by modifying the body of set-auto-coding.
18150 (set-auto-coding): Use find-auto-coding to find a coding.
18151
18152 2005-07-18 Richard M. Stallman <rms@gnu.org>
18153
18154 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
18155 not isearch-mode-end-hook-error.
18156 (allout-before-change-protect): Fix error message.
18157
18158 2005-07-18 Juri Linkov <juri@jurta.org>
18159
18160 * allout.el (allout-mode):
18161 * calculator.el (calculator-copy):
18162 * custom.el (custom-known-themes):
18163 * dired.el (dired-desktop-buffer-misc-data)
18164 (dired-restore-desktop-buffer):
18165 * dired-x.el (dired-omit-marker-char):
18166 * files.el (basic-save-buffer):
18167 * font-core.el (font-lock-mode):
18168 * calendar/calendar.el (calendar-goto-hebrew-date)
18169 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
18170 (calendar-goto-persian-date):
18171 * language/ethio-util.el (ethio-sera-to-fidel-region):
18172 * textmodes/picture.el (picture-mode):
18173 Delete duplicate duplicate words.
18174
18175 2005-07-18 Juri Linkov <juri@jurta.org>
18176
18177 * isearch.el (isearch-mode-map): Remove key bindings for regexp
18178 chars * ? } |.
18179 (isearch-fallback): Don't call `isearch-process-search-char'.
18180 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
18181 (isearch-process-search-char): Call `isearch-fallback' for regexp
18182 chars * ? } |.
18183 (isearch-return-char): Make obsolete with `make-obsolete' instead
18184 of simply documenting it as obsolete in the docstring.
18185 (isearch-fallback): Refill docstring.
18186
18187 * international/isearch-x.el
18188 (isearch-process-search-multibyte-characters): Remove unneeded
18189 `concat'. Add intermediate values to `junk-hist' instead of
18190 `minibuffer-history'. Test the length of `str'.
18191
18192 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
18193
18194 * allout.el (allout-resolve-xref): Fix typos in error strings.
18195 (allout-before-change-protect): Remove unneeded `concat'.
18196
18197 * array.el (array-mode, array-reconfigure-rows)
18198 (untabify-backward): Fix typos in docstrings.
18199 (array-reconfigure-rows): Use `insert-buffer-substring', not
18200 `insert-buffer'.
18201
18202 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
18203 * progmodes/ada-mode.el (ada-make-body):
18204 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
18205
18206 * dired.el (dired-log):
18207 * tar-mode.el (tar-subfile-save-buffer):
18208 * play/zone.el (zone-pgm-stress-destress):
18209 Use `insert-buffer-substring', not `insert-buffer'.
18210
18211 2005-07-17 Simon Josefsson <jas@extundo.com>
18212
18213 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
18214
18215 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
18216
18217 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
18218 Add plain auth method.
18219 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
18220
18221 2005-07-17 Kim F. Storm <storm@cua.dk>
18222
18223 * ido.el (dired-other-window): Add ido property.
18224
18225 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
18226
18227 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18228 Fix typo in docstring.
18229 (byte-compile-interactive-only-functions): Add `insert-buffer' and
18230 `insert-file-literally'.
18231
18232 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
18233 info and delete redundant message. Doc fix.
18234 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
18235 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
18236
18237 2005-07-16 Richard M. Stallman <rms@gnu.org>
18238
18239 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
18240 (byte-compile-and): Use byte-compile-and-recursion.
18241 (byte-compile-or-recursion): New function.
18242 (byte-compile-or): Use that.
18243 (byte-compile-if): Guard the else-clause too.
18244 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
18245
18246 * isearch.el (isearch-mode-end-hook-quit): New variable.
18247 (isearch-done): Bind it.
18248 (isearch-mode-end-hook): Doc fix.
18249
18250 * allout.el (allout-isearch-did-quit): Variable deleted.
18251 (allout-real-isearch-abort): Function name no longer used.
18252 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
18253 (allout-isearch-rectification): isearch-mode always exists.
18254 Don't set allout-isearch-did-quit.
18255 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
18256 allout-isearch-did-quit.
18257 (allout-enwrap-isearch): Just add the hook.
18258 (allout-isearch-abort): Function deleted.
18259 (allout-pre-command-business): Avoid warning.
18260
18261 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
18262 Correctly avoid warnings.
18263 (pascal-outline): Likewise.
18264
18265 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
18266
18267 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
18268
18269 * play/tetris.el (tetris-mode): Avoid warning.
18270
18271 * play/snake.el (snake-mode): Avoid warning.
18272
18273 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
18274 (gamegrid-set-display-table): Avoid warning.
18275 (gamegrid-set-timer): Likewise.
18276 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
18277 (gamegrid-add-score-with-update-game-score-1): Take FILE
18278 as argument.
18279 (gamegrid-add-score-with-update-game-score): Pass that argument.
18280 Rename have-shared-game-dir to gamegrid-shared-game-dir.
18281
18282 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
18283
18284 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
18285 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
18286
18287 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
18288 and insert-file.
18289
18290 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
18291 (sc-ask): Avoid warnings.
18292
18293 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
18294 (eshell-hist-initialize): Use that var the natural way.
18295
18296 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
18297
18298 * emacs-lisp/re-builder.el (reb-cook-regexp):
18299 Avoid warning calling lre-compile-string.
18300 (reb-color-display-p): Avoid warning.
18301
18302 * calculator.el (calculator-last-input): Guard uses
18303 of event-key and key-press-event-p.
18304 (event-key, key-press-event-p): Delete definitions.
18305
18306 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
18307 (find-gc-source-directory, find-gc-subrs-callers)
18308 (find-gc-noreturn-list, find-gc-source-files)
18309 (find-gc-subrs-called): Vars renamed and defvar'd.
18310
18311 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
18312 (checkdoc-overlay-put, checkdoc-delete-overlay)
18313 (checkdoc-overlay-start, checkdoc-overlay-end)
18314 (checkdoc-mode-line-update, checkdoc-char=):
18315 Define such that compiler knows they are defined.
18316 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
18317 (checkdoc-read-event): Delete. Use read-event directly.
18318
18319 * whitespace.el (whitespace-make-overlay)
18320 (whitespace-overlay-put, whitespace-delete-overlay)
18321 (whitespace-overlay-start, whitespace-overlay-end):
18322 Define such that compiler knows they are defined.
18323 (whitespace): Move conditional inside.
18324
18325 * tempo.el (tempo-insert-template): Suppress warning.
18326
18327 * ediff-diff.el (longlines-mode): Add defvar.
18328
18329 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
18330
18331 * server.el: Bind "C-x #" in a way that works even if C-x is
18332 redefined to a command key, not a prefix key.
18333
18334 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18335
18336 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
18337 cl-make-type-test till execution time.
18338
18339 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
18340
18341 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
18342 arg ARG and use it.
18343
18344 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
18345
18346 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
18347
18348 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
18349
18350 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18351 a defcustom with two :set or :type keywords.
18352
18353 2005-07-15 Richard M. Stallman <rms@gnu.org>
18354
18355 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18356 Don't give ^M comment-end syntax.
18357
18358 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
18359
18360 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
18361 Don't consider gdbmi (gdb-mi.el has its own update functions).
18362 (gdb-var-delete): Make it work for gdbmi as well.
18363 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
18364
18365 * progmodes/gud.el (etags, sdb): Only require etags when needed.
18366 (gud-speedbar-menu-items): Correct logic for enabling items.
18367
18368 2005-07-15 Kim F. Storm <storm@cua.dk>
18369
18370 * ido.el: Fix commentary.
18371 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
18372 Use with-no-warnings around ffap-guesser.
18373 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
18374 Let bind minibuffer-completing-file-name to t.
18375
18376 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
18377
18378 * startup.el (site-run-file, keyboard-type): Doc fixes.
18379 (command-line): Check for "--basic-display" argument; also for
18380 "--quick", not "--bare-bones" (which was renamed).
18381 (fancy-splash-text): Add missing item "Getting New Versions".
18382 (normal-splash-screen): Fix typos and improve consistency with
18383 `fancy-splash-text'. Update copyright year.
18384
18385 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
18386 valid binding for `help-char'.
18387
18388 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
18389
18390 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
18391
18392 * term.el (term-mode): Disable cua-mode for term buffers.
18393
18394 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
18395
18396 * add-log.el (add-log-mailing-address, change-log-merge):
18397 Doc fixes.
18398 (change-log-get-method-definition): Fix typo in docstring.
18399
18400 2005-07-14 Kim F. Storm <storm@cua.dk>
18401
18402 * emulation/cua-base.el:
18403 (cua--pre-command-handler-1, cua--pre-command-handler)
18404 (cua--post-command-handler-1, cua--post-command-handler):
18405 Split in two. Check (buffer local) value of cua-mode.
18406 (cua-selection-mode): New command.
18407
18408 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
18409
18410 * custom.el (custom-initialize-safe-set)
18411 (custom-initialize-safe-default): Doc fixes.
18412
18413 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18414 and simplify :init-value again.
18415
18416 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18417 and simplify :init-value again. Delete autoload.
18418
18419 * startup.el (command-line): Use `custom-reevaluate-setting' again
18420 for tooltip-mode.
18421
18422 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
18423 a defcustom with two :initialize keywords.
18424
18425 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
18426
18427 * allout.el (my-mark-marker, allout-isearch-prior-pos)
18428 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
18429 (allout-post-command-business, allout-flag-region)
18430 (isearch-reenable-font-lock, allout-yank)
18431 (allout-insert-latex-header, allout-insert-latex-trailer)
18432 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
18433 (allout-latex-verb-quote): Fix typos in docstrings.
18434 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
18435 (allout-unprotected, allout-prefix-data):
18436 Improve argument/docstring consistency.
18437 (allout-chart-subtree): Fix argument spec.
18438 (allout-open-topic): Rename `use_sib_bullet' argument to
18439 `use-sib-bullet'. Doc fix.
18440
18441 * whitespace.el (whitespace-check-buffer-leading)
18442 (whitespace-check-buffer-trailing)
18443 (whitespace-check-buffer-indent)
18444 (whitespace-check-buffer-spacetab)
18445 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
18446 (whitespace-check-leading-whitespace)
18447 (whitespace-check-trailing-whitespace)
18448 (whitespace-check-spacetab-whitespace)
18449 (whitespace-check-indent-whitespace)
18450 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
18451 (whitespace-modes): Fix typos in docstrings.
18452 (defgroup, defcustom): Doc fixes.
18453
18454 * winner.el (winner-mode, winner-boring-buffers)
18455 (winner-pending-undo-ring): Doc fixes.
18456 (winner-ring): Remove unneeded `progn'.
18457 (winner-equal): `defsubst' it.
18458 (winner-redo): Fix message.
18459
18460 2005-07-13 Kim F. Storm <storm@cua.dk>
18461
18462 * simple.el (line-move-1): Always use vertical-motion to
18463 do the last (or only) line move to ensure some movement.
18464 Undo 2005-06-23 change--don't check for overlays.
18465
18466 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18467
18468 * term/mac-win.el (ccl-encode-mac-roman-font)
18469 (ccl-encode-mac-centraleurroman-font)
18470 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
18471 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
18472 Change charset-id boundary of dimension to ?\xef.
18473 (mac-char-fontspec-list): New constant.
18474 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
18475 argument. Nil uses itself as family in font-spec. Previous
18476 behavior for nil is now provided by non-nil non-string argument.
18477 All callers changed. Add font-specs for Mac fonts to
18478 "fontset-default" unless iso8859-1 fonts are installed.
18479
18480 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
18481
18482 * progmodes/sh-script.el (sh-get-indent-info): Only indent
18483 a continuation line if the \ is preceded by SPC or TAB.
18484 (sh-get-indent-info): Simplify.
18485 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
18486 Use with-current-buffer.
18487
18488 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
18489 when the matched text is empty.
18490
18491 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
18492
18493 * startup.el (command-line): Revert to previous handling of
18494 tooltip-mode. Explain in comment why the complexity is needed.
18495
18496 * tooltip.el (tooltip-mode): Revert to previous implementation of
18497 its defcustom.
18498
18499 * frame.el (blink-cursor-mode): Revert to previous implementation
18500 of its defcustom. Update comment.
18501
18502 2005-07-12 Lars Hansen <larsh@soem.dk>
18503
18504 * desktop.el: Update e-mail address.
18505
18506 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18507
18508 * term/mac-win.el (mac-services-mail-selection)
18509 (mac-services-mail-to): New functions.
18510 (mac-application-menu-map): Bind them.
18511
18512 2005-07-12 wulei <milton@wulei.net> (tiny change)
18513
18514 * progmodes/gdb-ui.el: Add note about buffering with Windows.
18515
18516 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
18517
18518 * custom.el (custom-reevaluate-setting): Doc fix.
18519
18520 2005-07-11 Jay Belanger <belanger@truman.edu>
18521
18522 * calc/calc.el (calc-embedded-announce-formula-alist)
18523 (calc-embedded-open-close-plain-alist)
18524 (calc-embedded-open-close-mode-alist): Add checks for additional
18525 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
18526
18527 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
18528
18529 * custom.el (custom-enable-theme): Don't add theme to
18530 `custom-enabled-themes' with `push' because there is no
18531 setf-method for `delq'.
18532
18533 2005-07-11 Richard M. Stallman <rms@gnu.org>
18534
18535 * custom.el (custom-declare-variable): Doc fix.
18536
18537 * dired-aux.el (dired-compare-directories): Remove "." and ".."
18538 from the alists.
18539
18540 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
18541 Do nothing if edebug-active.
18542
18543 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
18544 (edebug-display): Do it here instead.
18545
18546 2005-07-10 Richard M. Stallman <rms@gnu.org>
18547
18548 * cus-face.el (custom-theme-set-faces): Make it work.
18549 (custom-reset-faces): Doc fix.
18550 (custom-theme-reset-internal-face, custom-theme-face-value):
18551 Functions deleted.
18552
18553 * custom.el (custom-push-theme): Maintain list of the settings
18554 of a given theme in its theme-settings property.
18555 Maintain position of old settings in the theme-value
18556 or theme-face property.
18557 (custom-enabled-themes): New variable.
18558 (custom-theme-enabled-p): New function.
18559 (provide-theme): Update custom-enabled-themes.
18560 Disable and reenable the `user' theme.
18561 (require-theme): Doc fix.
18562 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
18563 (custom-theme-value, custom-theme-variable-value): Likewise.
18564 (custom-theme-reset-internal): Likewise.
18565 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
18566 (custom-enable-theme, custom-disable-theme): New functions.
18567 (custom-variable-theme-value, custom-face-theme-value): Likewise.
18568 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
18569 (custom-theme-reset-variables): Simplify.
18570 (deftheme, custom-declare-theme, custom-make-theme-feature):
18571 Definitions moved.
18572
18573 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
18574
18575 * longlines.el (longlines-show-region)
18576 (longlines-unshow-hard-newlines): Recognize hard newlines by
18577 non-nil hard property, instead of t.
18578
18579 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
18580
18581 * viper-cmd.el (viper--key-maps): New variable.
18582 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
18583 emulation-mode-map-alists.
18584 (viper-envelop-ESC-key): Use viper-subseq.
18585 (viper-search-forward/backward/next): Disable debug-on-error.
18586
18587 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18588 (viper-ESC-key): New defcustoms.
18589
18590 * viper-macs.el (ex-map-read-args): Use viper-subseq.
18591
18592 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
18593 (viper-subseq): Copy of subseq from cl.el.
18594
18595 * viper.el (viper-go-away, viper-set-hooks): Use
18596 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
18597
18598 * viper-mous.el (viper-current-frame-saved): Use defvar.
18599
18600 * viper-init.el: Get rid of -face in face names.
18601
18602 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
18603 Make it work with longlines mode
18604
18605 * ediff-mult.el (ediff-meta-mode-hook): New variable.
18606
18607 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
18608
18609 * ediff-init.el: Get rid of -face in face names.
18610
18611 2005-07-10 Richard M. Stallman <rms@gnu.org>
18612
18613 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
18614 and with-timeout-unsuspend.
18615
18616 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
18617 and with-timeout-unsuspend.
18618
18619 * emacs-lisp/timer.el (with-timeout-timers): New variable.
18620 (with-timeout): Bind that variable to record timers.
18621 (with-timeout-suspend, with-timeout-unsuspend): New functions.
18622
18623 * emacs-lisp/debug.el (debug-help-follow): New function.
18624 (debugger-mode-map): Use that instead of help-follow.
18625 (debugger-setup-buffer): Use eval-buffer-list
18626 to handle eval-buffer frames.
18627
18628 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
18629
18630 * timezone.el (timezone-parse-date): Change first regexp
18631 so it will not mistakenly match dates with no time zone.
18632
18633 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
18634
18635 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
18636
18637 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
18638
18639 * custom.el (custom-initialize-safe-set)
18640 (custom-initialize-safe-default): New functions.
18641
18642 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
18643 and simplify :init-value.
18644
18645 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
18646 and simplify :init-value. Delete obsolete comment.
18647
18648 * startup.el (command-line): Use `custom-reevaluate-setting' to
18649 handle `tooltip-mode'. Delete obsolete comment.
18650
18651 * files.el (set-visited-file-name): Avoid calling
18652 `file-name-nondirectory' with a nil argument.
18653
18654 2005-07-09 Richard M. Stallman <rms@gnu.org>
18655
18656 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
18657 was called with nil for the buffer, handle the read position right.
18658 Handle read position for eval-region, too.
18659
18660 2005-07-09 Juri Linkov <juri@jurta.org>
18661
18662 * fringe.el (fringe-mode): Add period in docstring.
18663 (fringe-query-style): Build prompt depending on `all-frames' arg.
18664
18665 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
18666 to not create links to unrelated functions in the Help buffer.
18667
18668 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
18669 Doc fix.
18670
18671 * simple.el (next-error-hook): New variable.
18672 (next-error): Use it. Doc fix.
18673
18674 * textmodes/ispell.el (ispell-command-loop): Add current
18675 dictionary name and program name to mode-line-format.
18676 (ispell-region, ispell-process-line): Add current dictionary name
18677 and program name to messages.
18678
18679 2005-07-08 Jay Belanger <belanger@truman.edu>
18680
18681 * calc/calc.el (calc-embedded-announce-formula-alist)
18682 (calc-embedded-open-close-formula-alist)
18683 (calc-embedded-open-close-word-alist)
18684 (calc-embedded-open-close-plain-alist)
18685 (calc-embedded-open-close-new-formula-alist)
18686 (calc-embedded-open-close-mode-alist)
18687 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
18688 (calc-embedded-mode-hook): New variables.
18689
18690 * calc/calc-embed.el (calc-embedded-firsttime)
18691 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
18692 New variables.
18693 (calc-do-embedded): Use calc-embedded-firsttime,
18694 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
18695 determine whether or not to run hooks.
18696 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
18697 calc-embedded-firsttime-formula appropriately.
18698 Set calc-embedded delimiter variables according to mode.
18699
18700 2005-07-08 Richard M. Stallman <rms@gnu.org>
18701
18702 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
18703 Check for "emacs", etc., as entire symbol, not just as word.
18704 (checkdoc-file-comments-engine): Use regexp-quote on FN.
18705
18706 * files.el (set-visited-file-name): Report the error
18707 for "empty filename" earlier.
18708 (kill-some-buffers): Ignore buffers already dead.
18709
18710 * fringe.el (fringe-mode): Doc fix.
18711
18712 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
18713 Check for (featurep 'xemacs) and turn off warnings in what it guards.
18714 Use unwind-protect to ensure byte-compile-unresolved-functions
18715 is updated.
18716
18717 * whitespace.el (whitespace-buffer-leading-cleanup):
18718 Simplify w/ skip-chars-forward.
18719 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
18720
18721 * mail/rmail.el (rmail-only-expunge): Fix paren error.
18722 Unconditionally try to leave point at the same old place.
18723
18724 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
18725
18726 * comint.el (comint-postoutput-scroll-to-bottom)
18727 (comint-show-maximum-output): Take scroll-margin into consideration.
18728
18729 2005-07-08 Kim F. Storm <storm@cua.dk>
18730
18731 * ido.el (ido-use-filename-at-point): New choice `guess'.
18732 (ido-file-internal): Try ffap-guesser if selected.
18733
18734 * ido.el (ido-before-fallback-functions): New hook.
18735 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
18736 (ido-read-file-name): Run it.
18737
18738 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
18739
18740 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
18741 strings rather than a list of symbols to the completion function.
18742
18743 2005-07-07 Jay Belanger <belanger@truman.edu>
18744
18745 * calc/calc-units.el (math-apply-units): Change the places in
18746 which units are simplified.
18747
18748 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
18749
18750 * cus-edit.el (customize-option, customize-option-other-window):
18751 Make them handle aliases.
18752
18753 * custom.el (custom-variable-p): Make it recursively follow
18754 aliases. Mention that in the docstring.
18755
18756 2005-07-07 Richard M. Stallman <rms@gnu.org>
18757
18758 * cus-start.el (exec-path): Use `directory' instead of `file'.
18759 Fix tag for nil.
18760
18761 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18762
18763 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
18764 when called non-interactively. Doc fix.
18765
18766 2005-07-07 Lute Kamstra <lute@gnu.org>
18767
18768 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
18769 new address as well.
18770
18771 2005-07-07 Kenichi Handa <handa@m17n.org>
18772
18773 * international/mule.el (make-coding-system):
18774 Describe `ascii-incompatible' property in the docstring.
18775 (set-file-name-coding-system): Signal an error if coding-system is
18776 ascii-incompatible.
18777 (set-keyboard-coding-system): Likewise.
18778
18779 * international/mule-cmds.el (set-default-coding-systems):
18780 Don't set default-file-name-coding-system and
18781 default-keyboard-coding-system if coding-system is ASCII-incompatible.
18782
18783 * international/utf-16.el: Declare that all UTF-16-based coding
18784 systems are ASCII-incompatible.
18785
18786 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
18787
18788 * progmodes/gud.el: Require font-lock for displaying errors.
18789 Used by gdb-ui.el.
18790
18791 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
18792
18793 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
18794 values for the pattern lists which are `read'able but not
18795 `append'able (like symbols).
18796
18797 2005-07-06 Richard M. Stallman <rms@gnu.org>
18798
18799 * progmodes/flymake.el (flymake-float-time): Instead of
18800 with-no-warnings, test for xemacs.
18801 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
18802 to avoid warning.
18803
18804 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
18805
18806 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
18807
18808 2005-07-05 Lute Kamstra <lute@gnu.org>
18809
18810 * battery.el: Add support for Darwin (with much debugging help
18811 from Samuel Lauber <sam124@operamail.com>).
18812 (battery-status-function, battery-echo-area-format)
18813 (battery-mode-line-format): Add support for pmset on Darwin.
18814 (battery-load-low, battery-load-critical): New user options.
18815 (battery-pmset): New function.
18816
18817 2005-07-05 Lute Kamstra <lute@gnu.org>
18818
18819 Update FSF's address in GPL notices.
18820
18821 * textmodes/page-ext.el: Update FSF's address.
18822
18823 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
18824
18825 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
18826 filling from using prefix when filling a single-line docstring.
18827
18828 * progmodes/flymake.el: Remove useless eval-when-compile.
18829
18830 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
18831
18832 2005-07-04 Richard M. Stallman <rms@gnu.org>
18833
18834 * textmodes/org.el (org-file-apps-defaults-gnu):
18835 Rename from org-file-apps-defaults-linux.
18836 (org-default-apps): Don't test system-type for `linux'.
18837 (org-file-apps): Doc fix.
18838
18839 2005-07-04 David Ponce <david@dponce.com>
18840
18841 * tree-widget.el: Improve header Commentary section.
18842 (tree-widget) [defgroup]
18843 (tree-widget-image-enable, tree-widget-themes-directory)
18844 (tree-widget-theme, tree-widget-image-properties-emacs)
18845 (tree-widget-image-properties-xemacs, tree-widget-create-image)
18846 (tree-widget-image-formats, tree-widget-control)
18847 (tree-widget-empty-control, tree-widget-leaf-control
18848 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
18849 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
18850 (tree-widget-keep, tree-widget-after-toggle-functions)
18851 (tree-widget-open-node, tree-widget-close-node): Doc fix.
18852 (tree-widget-open-control, tree-widget-close-control): Fix doc and
18853 :help-echo message.
18854 (tree-widget-set-theme): Doc fix. Use `string-equal'.
18855 (tree-widget-image-properties): Doc fix. Clearer implementation.
18856 (tree-widget--cursors): New constant.
18857 (tree-widget-lookup-image): New function split from
18858 `tree-widget-find-image'. Clearer implementation.
18859 (tree-widget-find-image): Use it.
18860 (tree-widget-button-keymap): Use `set-keymap-parent'.
18861 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
18862 Define the sub-widgets here.
18863 (tree-widget-node): Check that :node is not a tree-widget.
18864 (tree-widget-get-super, tree-widget-open-control)
18865 (tree-widget-close-control, tree-widget-empty-control)
18866 (tree-widget-leaf-control, tree-widget-guide)
18867 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
18868 (tree-widget-no-handle, tree-widget-value-delete)
18869 (tree-widget-map): Remove.
18870 (tree-widget-children-value-save): Doc fix. Simplified.
18871 (tree-widget-value-create): Update according to previous changes.
18872
18873 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
18874
18875 * textmodes/org.el: Leading space replaced by TABS.
18876 (org-recalc-marks, org-table-rotate-recalc-marks)
18877 (org-table-get-specials): Treat "^" and "_" marks.
18878 (org-table-justify-field-maybe): Optional argument NEW.
18879 (org-table-eval-formula): Parsing of the format simplified.
18880 New modes C,I. Honor the %= parameter in the current table.
18881 Avoid unnecessary re-align by using the NEW argument to
18882 `org-table-justify-field-maybe'.
18883 (org-calc-default-modes): Default for date-format mimicks org-mode.
18884 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
18885
18886 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
18887
18888 * cus-face.el (custom-theme-set-faces): Make it handle face
18889 aliases whose alias declarations are pre- or autoloaded.
18890
18891 2005-07-04 Juri Linkov <juri@jurta.org>
18892
18893 * faces.el (read-face-name): Put the code for getting a face name
18894 from the buffer before adding the faces from the `face' property.
18895 Use `completing-read-multiple' instead of `completing-read'.
18896 Require `crm'. Add default value and post-process the returned
18897 list of faces.
18898
18899 * emacs-lisp/crm.el (crm-find-current-element)
18900 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
18901
18902 * emacs-lisp/lisp-mode.el (eval-defun-1):
18903 * emacs-lisp/edebug.el (edebug-eval-defun):
18904 Remove unnecessary quotes.
18905
18906 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
18907
18908 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
18909 (prolog-indent-level): Fix typo in docstring.
18910
18911 * info.el (Info-history, Info-history-forward)
18912 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
18913
18914 * add-log.el (add-change-log-entry):
18915 * comint.el (comint-dynamic-list-input-ring)
18916 (comint-dynamic-list-completions):
18917 * dabbrev.el (dabbrev-expand):
18918 * delim-col.el (delimit-columns-rectangle-line):
18919 * diff-mode.el (diff-context->unified, diff-reverse-direction)
18920 (diff-unified->context):
18921 * ediff-init.el (ediff-abbrev-jobname):
18922 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
18923 (ediff-replace-session-activity-marker-in-meta-buffer):
18924 * info.el (Info-summary):
18925 * lpr.el (printify-region):
18926 * printing.el (pr-create-interface):
18927 * ps-print.el (ps-print-quote):
18928 * ses.el (ses-column-widths, ses-print-cell)
18929 (ses-adjust-print-width, ses-center):
18930 * shell.el (shell-file-name-quote-list):
18931 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
18932 (strokes-fill-current-buffer-with-whitespace)
18933 (strokes-xpm-for-stroke, strokes-list-strokes)
18934 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
18935 * term.el (term-dynamic-list-input-ring)
18936 (term-dynamic-list-completions):
18937 * calc/calc.el (math-format-stack-value):
18938 * emacs-lisp/edebug.el (edebug-display-freq-count):
18939 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
18940 (delphi-new-comment-line):
18941 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
18942 * progmodes/executable.el (executable-set-magic):
18943 * progmodes/python.el (inferior-python-mode):
18944 * progmodes/scheme.el (scheme-mode-syntax-table):
18945 * progmodes/sh-script.el (sh-maybe-here-document):
18946 * progmodes/sql.el (sql-copy-column):
18947 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
18948 * textmodes/bibtex.el (bibtex-mode):
18949 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
18950 (sgml-auto-attributes):
18951 * textmodes/table.el (table-insert, table-shorten-cell)
18952 (table--generate-source-scan-lines, table-delete-row)
18953 (*table--cell-delete-char, table--spacify-frame)
18954 (table--horizontally-shift-above-and-below)
18955 (table--cell-insert-char, table--cell-blank-str)
18956 (table--fill-region-strictly):
18957 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
18958 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
18959
18960 * add-log.el (change-log):
18961 * apropos.el (apropos):
18962 * comint.el (comint-completion, comint-source):
18963 * dabbrev.el (dabbrev):
18964 * delim-col.el (columns):
18965 * diff-mode.el (diff-mode):
18966 * ediff.el (ediff):
18967 * ediff-diff.el (ediff-diff):
18968 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
18969 * ediff-mult.el (ediff-mult):
18970 * ediff-ptch.el (ediff-ptch):
18971 * ediff-wind.el (ediff-window):
18972 * facemenu.el (facemenu):
18973 * indent.el (indent):
18974 * info.el (info):
18975 * jka-cmpr-hook.el (compression, jka-compr):
18976 * lpr.el (lpr):
18977 * outline.el (outlines):
18978 * pcmpl-cvs.el (pcmpl-cvs):
18979 * pcmpl-rpm.el (pcmpl-rpm):
18980 * printing.el (printing):
18981 * ps-print.el (postscript, ps-print, ps-print-horizontal)
18982 (ps-print-vertical, ps-print-headers, ps-print-font)
18983 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
18984 (ps-print-background, ps-print-printer, ps-print-page)
18985 (ps-print-miscellany):
18986 * ses.el (ses):
18987 * shell.el (shell, shell-directories, shell-faces):
18988 * startup.el (initialization):
18989 * strokes.el (strokes):
18990 * term.el (term):
18991 * uniquify.el (uniquify):
18992 * w32-vars.el (w32):
18993 * calc/calc.el (calc):
18994 * emacs-lisp/bytecomp.el (bytecomp):
18995 * emacs-lisp/cl-indent.el (lisp-indent):
18996 * emacs-lisp/edebug.el (edebug):
18997 * emacs-lisp/elp.el (elp):
18998 * emacs-lisp/testcover.el (testcover):
18999 * emacs-lisp/trace.el (trace):
19000 * emulation/viper-ex.el (viper-ex):
19001 * emulation/viper-mous.el (viper-mouse):
19002 * mail/mailalias.el (mailalias):
19003 * mail/supercite.el (supercite, supercite-frames)
19004 (supercite-attr, supercite-cite, supercite-hooks):
19005 * net/rcompile.el (remote-compile):
19006 * net/rlogin.el (rlogin):
19007 * obsolete/ooutline.el (outlines):
19008 * progmodes/delphi.el (delphi):
19009 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
19010 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
19011 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
19012 (ebnf-optimization):
19013 * progmodes/etags.el (etags):
19014 * progmodes/executable.el (executable):
19015 * progmodes/idlwave.el (idlwave):
19016 * progmodes/pascal.el (pascal):
19017 * progmodes/prolog.el (prolog):
19018 * progmodes/python.el (python):
19019 * progmodes/scheme.el (scheme):
19020 * progmodes/sh-script.el (sh, sh-script):
19021 * progmodes/sql.el (SQL):
19022 * progmodes/tcl.el (tcl):
19023 * textmodes/bibtex.el (bibtex, bibtex-autokey):
19024 * textmodes/enriched.el (enriched):
19025 * textmodes/makeinfo.el (makeinfo):
19026 * textmodes/sgml-mode.el (sgml):
19027 * textmodes/table.el (table-hooks):
19028 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
19029 * textmodes/texinfo.el (texinfo):
19030 * textmodes/two-column.el (two-column):
19031 Finish `defgroup' description with period.
19032
19033 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
19034 * eshell/esh-var.el (eshell-var):
19035 * progmodes/vhdl-mode.el (vhdl-testbench):
19036 * textmodes/org.el (org): Fix typos in docstrings.
19037
19038 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
19039 consistency.
19040
19041 * progmodes/flymake.el (flymake-find-file): Remove.
19042 (flymake-float-time): Use `with-no-warnings'.
19043 (flymake-check-start-time, flymake-check-was-interrupted)
19044 (flymake-err-info, flymake-is-running, flymake-last-change-time)
19045 (flymake-new-err-info): `defvar' at compile time.
19046
19047 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
19048
19049 * replace.el (occur-hook): Doc fix.
19050 (occur-1): Don't call `occur-hook' if there are no matches.
19051
19052 2005-07-03 Richard M. Stallman <rms@gnu.org>
19053
19054 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
19055 global-map, save the same map.
19056 (global-map): Don't alter it at top level.
19057 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
19058 Then alter it here instead.
19059 (tpu-edt-off): Set global-map to the saved one.
19060
19061 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
19062 All references simplified.
19063 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
19064 (zmacs-regions): Add defvar.
19065 (repeat-complex-command-map): Everything about that deleted.
19066
19067 * textmodes/artist.el (artist-key-is-drawing)
19068 (artist-key-endpoint1, artist-key-poly-point-list)
19069 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
19070 (artist-key-compl-table, artist-rb-save-data)
19071 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
19072 Don't put them in eval-when-compile.
19073 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
19074
19075 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
19076 Use with-no-warnings.
19077
19078 * net/browse-url.el (dos-windows-version): Add defvar.
19079
19080 * mail/supercite.el (filladapt-prefix-table): Add defvar.
19081
19082 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
19083 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
19084 (rmail-new-summary-line-count): Rename from new-summary-line-count.
19085 Add defvar.
19086 (rmail-summary-beginning-of-message): Use with-no-warnings.
19087 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
19088
19089 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
19090 Use with-no-warnings.
19091
19092 * emulation/vi.el (vi-mark-region): Use c-mark-function.
19093 (c-mark-function): Add point-moving-unit property.
19094 (vi-goto-line): Use with-no-warnings.
19095
19096 * emulation/edt.el (edt-last-copied-word): Add defvar.
19097 (zmacs-region-stays): Likewise.
19098 (edt-mark-section-wisely): Use c-mark-function for C.
19099 Use makr-defun for Fortran.
19100 (time-string): defvar deleted.
19101 (edt-display-the-time): Don't set time-string.
19102
19103 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
19104
19105 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19106 Don't warn when name is not constant
19107 or for defining the group `emacs'.
19108
19109 * tooltip.el (gud-tooltip-mode): Add defvar.
19110
19111 * startup.el (default-frame-background-mode): Add defvar.
19112
19113 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
19114
19115 * info.el (tool-bar-map): Add defvar.
19116
19117 * dired.el (dnd-protocol-alist): Add defvar.
19118
19119 * dired-aux.el (dired-query): Display question with answer, when
19120 the user answers.
19121
19122 * custom.el (custom-add-option): Doc fix.
19123
19124 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
19125
19126 2005-07-03 Eli Zaretskii <eliz@gnu.org>
19127
19128 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
19129 bogus name from the last change.
19130
19131 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
19132
19133 * custom.el (custom-declare-variable): Fix typos in comment.
19134 (custom-known-themes): Doc fix.
19135 (custom-theme-directory): New defcustom.
19136 (require-theme): Make it check `custom-theme-directory'.
19137
19138 * cus-theme.el (custom-new-theme-mode): New function.
19139 (custom-theme-name, custom-theme-variables, custom-theme-faces)
19140 (custom-theme-description): Add compiler defvars.
19141 (customize-create-theme): Add doc to the "*New Custom Theme*"
19142 buffer. Use `custom-new-theme-mode'.
19143 (custom-theme-write): Put the created buffer in emacs-lisp-mode
19144 and save it to the `custom-theme-directory'. Make this the
19145 default directory of the buffer.
19146
19147 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
19148
19149 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
19150 Fix unbalanced parentheses.
19151
19152 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
19153
19154 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
19155 into flymake-mode and delegate to flymake-mode.
19156
19157 * find-file.el (ff-which-function-are-we-in): Clean up.
19158
19159 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
19160
19161 * replace.el (occur-rename-buffer): Fix docstring.
19162
19163 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
19164 (edt-last-copied-word, edt-learn-macro-count)
19165 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
19166 (edt-rect-start-point, edt-user-global-map, rect-start-point)
19167 (time-string, zmacs-region-stays):
19168 * emulation/edt-mapper.el (edt-save-function-key-map)
19169 (EDT-key-name): `defvar' to silence the byte-compiler.
19170
19171 2005-07-02 Martin Rudalics <rudalics@gmx.at>
19172
19173 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
19174 font-lock-regexp-backslash. Doc fix.
19175 (font-lock-regexp-backslash-grouping-construct): Rename from
19176 font-lock-regexp-backslash-construct. Doc fix.
19177 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
19178 grouping constructs.
19179
19180 2005-07-02 Eli Zaretskii <eliz@gnu.org>
19181
19182 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
19183 updating all the prerequisites.
19184
19185 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
19186
19187 * textmodes/org.el (org-agenda-start-on-weekday)
19188 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
19189 (org-agenda-use-time-grid, org-archive-location)
19190 (org-allow-space-in-links, org-usenet-links-prefer-google)
19191 (org-enable-table-editor, org-export-default-language)
19192 (org-export-html-show-new-buffer, org-fill-paragraph)
19193 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
19194 (org-goto-quit, org-occur, org-eval-in-calendar)
19195 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
19196 (org-agenda-diary-entry, org-remember-help)
19197 (org-table-convert-region, org-at-table-p)
19198 (org-table-move-row-down, org-table-move-row-up)
19199 (org-table-copy-region, org-table-toggle-vline-visibility)
19200 (org-table-get-stored-formulas, org-table-get-specials)
19201 (org-recalc-commands, org-table-eval-formula)
19202 (org-table-formula-substitute-names, orgtbl-make-binding)
19203 (org-format-org-table-html, org-format-table-table-html)
19204 (org-format-table-table-html-using-table-generate-source)
19205 (org-customize): Fix typos in docstrings.
19206 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
19207 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
19208 (org-back-to-heading): Doc fixes.
19209 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
19210 (org-agenda-change-all-lines, org-get-header):
19211 Improve argument/docstring consistency.
19212 (orgtbl-error): Fix error message.
19213
19214 * progmodes/flymake.el (flymake-find-possible-master-files)
19215 (flymake-master-file-compare, flymake-get-line-err-count)
19216 (flymake-highlight-line, flymake-gui-warnings-enabled):
19217 Fix typos in docstrings.
19218 (flymake-parse-line, flymake-get-project-include-dirs-function)
19219 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
19220 Doc fixes.
19221 (flymake-get-project-include-dirs-function)
19222 (flymake-make-err-menu-data):
19223 Improve argument/docstring consistency.
19224
19225 2005-07-01 Lute Kamstra <lute@gnu.org>
19226
19227 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
19228 Catch errors with ignore-errors. Use temporary buffer.
19229 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
19230
19231 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
19232 background color faces.
19233 (facemenu-set-foreground, facemenu-set-background):
19234 Use facemenu-set-face-from-menu.
19235 (facemenu-set-face-from-menu): Treat face names that start with
19236 "fg:" or "bg:" as special.
19237 (facemenu-add-new-color): Don't create faces. Simplify.
19238
19239 2005-06-30 Richard M. Stallman <rms@gnu.org>
19240
19241 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
19242 (crm-find-current-element): Likewise.
19243
19244 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
19245
19246 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
19247
19248 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
19249
19250 * arc-mode.el (archive-extract): Make it work as a mouse binding.
19251 (archive-mouse-extract): Make it an obsolete alias.
19252 (archive-mode-map): Don't use archive-mouse-extract any more.
19253 (archive-mode, archive-extract): write-contents-hooks ->
19254 write-contents-functions.
19255 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
19256 first arg.
19257 (archive-rename-entry): Update the call.
19258 (archive-zip-summarize): Remove unused var `method'.
19259 (archive-lzh-summarize): Remove unused var `creator'.
19260
19261 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
19262 dedicated frame upon exit.
19263
19264 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
19265 (archive-zip-extract, archive-zip-expunge)
19266 (archive-zip-update, archive-zip-update-case): Use executable-find.
19267 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
19268 Use restore-buffer-modified-p.
19269 (archive-extract, archive-add-new-member, archive-write-file-member):
19270 Use with-current-buffer.
19271 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
19272
19273 2005-06-30 Andreas Schwab <schwab@suse.de>
19274
19275 * progmodes/gud.el (gud-filter): Remove unneeded progn.
19276
19277 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19278
19279 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
19280
19281 2005-06-30 Juri Linkov <juri@jurta.org>
19282
19283 * faces.el (vertical-border): Inherit from mode-line-inactive
19284 only on tty.
19285
19286 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
19287
19288 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
19289 example, -NLINES in the `occur' docstring).
19290
19291 * replace.el (occur-1): When no matches are found, do not set the
19292 `buffer-read-only' and modified flags for the occur buffer,
19293 because it is deleted.
19294
19295 * emulation/cua-base.el (cua-check-pending-input)
19296 (cua-repeat-replace-region, cua-mode, cua-debug)
19297 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
19298 Fix typos in docstrings.
19299
19300 * emulation/cua-gmrk.el (cua-toggle-global-mark)
19301 (cua-cut-region-to-global-mark)
19302 (cua--cut-rectangle-to-global-mark):
19303 Remove period from end of messages.
19304
19305 * emulation/cua-rect.el (cua-do-rectangle-padding):
19306 Remove period from end of messages.
19307 (cua--rectangle-seq-format): Fix typo in docstring.
19308 (cua-sequence-rectangle, cua-fill-char-rectangle):
19309 Improve argument/docstring consistency.
19310
19311 2005-06-29 Juri Linkov <juri@jurta.org>
19312
19313 * faces.el (default-frame-background-mode): New internal variable.
19314 (frame-set-background-mode): Use it.
19315
19316 * startup.el (normal-top-level): Set default-frame-background-mode
19317 instead of frame-background-mode. Before setting it, test for its
19318 nil value. Remove tests for frame-background-mode and frame
19319 parameter `reverse'. Add test for "unspecified-fg".
19320
19321 * term/xterm.el (xterm-rxvt-set-background-mode):
19322 * term/rxvt.el (rxvt-set-background-mode):
19323 Set default-frame-background-mode instead of frame-background-mode.
19324
19325 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
19326
19327 * simple.el (set-variable): Warn about obsolete user variables.
19328
19329 * imenu.el (imenu--completion-buffer):
19330 * mouse.el (mouse-buffer-menu-alist):
19331 * msb.el (msb-invisible-buffer-p):
19332 * calendar/diary-lib.el (diary-header-line-format):
19333 * emacs-lisp/pp.el (pp-buffer):
19334 * progmodes/cperl-mode.el (cperl-do-auto-fill):
19335 * textmodes/picture.el (picture-replace-match):
19336 Change space constants followed by a sexp to "?\s ".
19337
19338 * play/decipher.el (decipher-loop-with-breaks):
19339 * textmodes/texinfo.el (texinfo-insert-@item): Change space
19340 constants "protected" from end of line by a comment to "?\s".
19341
19342 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19343
19344 * font-lock.el (save-buffer-state): Use `declare'.
19345
19346 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
19347 reset the syntax-table to cperl-mode-syntax-table.
19348 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
19349 "foo_print_bar" is not matched as a reserved keyword.
19350
19351 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
19352
19353 * textmodes/org.el (orgtbl-setup): New function, for delayed
19354 setup for the orgtbl commands.
19355 (org-calc-default-modes): New option.
19356 (orgtbl-make-binding): Use `defun' to get better help display.
19357 (org-diary): Call `org-compile-prefix-format'.
19358 (org-table-formula-substitute-names): New function.
19359 (org-agenda-day-view, org-agenda-week-view): New commands.
19360 (org-agenda-toggle-week-view): Command removed.
19361 (org-tbl-menu): Split off from org-org-menu.
19362 (org-mode): Move removal of outline-mode menus to here.
19363 (org-table-formula-debug): New option.
19364 (org-table-insert-row): Keep first field if just "#" or "*".
19365 (org-mode): Paragraph regexps fixed.
19366 (org-table-recalculate-regexp): New constant.
19367 (org-table-justify-field-maybe): Avoid replace if not necessary.
19368 (org-copy-special, org-cut-special): Use `call-interactively'.
19369 (org-table-copy-region): Take region from `interactive' call.
19370 (org-trim): Return string even if no match.
19371 (org-formula): New face.
19372 (org-set-font-lock-defaults): No longer highlight "FIXME".
19373 But highlight formula-related fields in table.
19374 (org-table-p): Use regexp, not fontification.
19375 (org-table-align): Handle white space at end of line.
19376 (org-table-formula-evaluate-inline): New option.
19377 (org-mode): Auto-wrapping in comment lines turned off.
19378 (org-table-copy-down): Evaluate only in copied field, not in
19379 destination.
19380 (org-table-current-formula): Variable removed.
19381 (org-table-store-formulas, org-table-get-stored-formulas)
19382 (org-table-modify-formulas, org-table-replace-in-formulas)
19383 (org-table-maybe-eval-formula): New functions.
19384 (org-table-get-formula): Modify to use stored formulas.
19385 (org-table-insert-column, org-table-delete-column)
19386 (org-table-move-column): Call `org-table-modify-formulas'.
19387 (org-complete): Add completion for keyword formulas.
19388 (orgtbl-mode): Pull orgtbl-mode-map to start of
19389 minor-mode-map-alist.
19390
19391 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
19392
19393 * progmodes/python.el (python-check): Require `compile' before
19394 modifying its variables.
19395
19396 * newcomment.el (comment-indent-default): Don't get fooled by an early
19397 end of buffer.
19398
19399 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19400
19401 * ps-print.el (ps-print-version): Fix version number.
19402
19403 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
19404
19405 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
19406
19407 2005-06-28 Richard M. Stallman <rms@gnu.org>
19408
19409 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
19410 (flyspell-local-mouse-map): Declaration deleted.
19411 (flyspell-mouse-map): Bind only mouse-2.
19412 (flyspell-mode-map): Don't test flyspell-use-local-map.
19413 (flyspell-overlay-keymap-property-name): Var deleted.
19414 (flyspell-mode-on): Don't make local bindings for
19415 flyspell-mouse-map and flyspell-mode-map.
19416 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
19417
19418 * textmodes/ispell.el (ispell-word): Do not ignore short words.
19419
19420 * progmodes/compile.el (compilation-next-error-function):
19421 Don't switch buffers; operate on the current buffer.
19422
19423 * progmodes/compile.el (compilation-error-file-name)
19424 (compilation-warning-file-name, compilation-info-file-name)
19425 (compilation-line-number, compilation-column-number): New faces.
19426 (compilation-error-face, compilation-warning-face)
19427 (compilation-info-face, compilation-line-face)
19428 (compilation-column-face): Use them.
19429
19430 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
19431
19432 * comint.el (comint-password-prompt-regexp): Accept ", try again".
19433
19434 * bindings.el (global-map): Bind insertchar and its variants.
19435
19436 2005-06-27 Richard M. Stallman <rms@gnu.org>
19437
19438 * textmodes/artist.el (artist-text-overwrite)
19439 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
19440
19441 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19442
19443 * ps-print.el: It was not working the page selection for printing.
19444 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
19445 (ps-print-version): New version 6.6.7.
19446 (ps-end-sheet): New fun.
19447 (ps-header-sheet, ps-end-job): Call it.
19448
19449 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
19450
19451 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
19452
19453 2005-06-27 Lute Kamstra <lute@gnu.org>
19454
19455 * facemenu.el (facemenu-unlisted-faces): Add foreground and
19456 background color faces.
19457 (facemenu-get-face): Delete function.
19458 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
19459 (facemenu-add-new-color): Make second argument mandatory.
19460 Create the appropriate face and return it. Simplify.
19461 (facemenu-set-foreground, facemenu-set-background): Don't check if
19462 color is defined. Use return value of facemenu-add-new-color.
19463
19464 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
19465
19466 * progmodes/gud.el (gud-filter): Add missing argument to
19467 with-selected-window.
19468
19469 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
19470
19471 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
19472 a :require to the defcustom.
19473
19474 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
19475 defcustoms corresponding to minor modes.
19476
19477 2005-06-26 David Ponce <david@dponce.com>
19478
19479 * recentf.el: Require tree-widget instead of wid-edit.
19480 (recentf-filename-handler): Fix widget :type.
19481 (recentf-cancel-dialog, recentf-open-more-files)
19482 (recentf-open-files-action): Doc fix.
19483 (recentf-dialog-goto-first): New function.
19484 (recentf-dialog-mode-map): Set parent keymap first.
19485 (recentf-dialog-mode): Define with define-derived-mode.
19486 Don't display continuation lines in dialogs.
19487 (recentf-edit-list): Rename from recentf-edit-selected-items.
19488 (recentf-edit-list-select): Rename from recentf-edit-list-action.
19489 Simplify.
19490 (recentf-edit-list-validate): New function.
19491 (recentf-edit-list): Update accordingly.
19492 (recentf-open-files-item-shift): Remove.
19493 (recentf-open-files-item): Convert menu elements into tree and
19494 link widgets. Don't create the widgets.
19495 (recentf-open-files): Update accordingly.
19496 (recentf-save-list): Untabify.
19497
19498 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
19499
19500 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
19501 (keep-lines): Add INTERACTIVE arg. Never delete lines only
19502 partially contained in the active region. Do not take active
19503 region into account when called from Lisp, unless INTERACTIVE arg
19504 is non-nil. Use `forward-line' instead of `beginning-of-line' to
19505 avoid trouble with fields. Make marker point nowhere when no
19506 longer used. Always return nil. Doc fix.
19507 (flush-lines): Add INTERACTIVE arg. Do not take active region
19508 into account when called from Lisp, unless INTERACTIVE arg is
19509 non-nil. Use `forward-line' instead of `beginning-of-line' to
19510 avoid trouble with fields. Make marker point nowhere when no
19511 longer used. Always return nil. Doc fix.
19512 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
19513 interchangeable. Do not take active region into account when
19514 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
19515 message in echo area when called from Lisp, unless INTERACTIVE arg
19516 is non-nil. Avoid saying "1 occurrences". Do not use markers.
19517 Return the number of matches. Doc fix.
19518 (occur): Doc fix.
19519 (perform-replace): Make comment follow double space convention for
19520 the sake of `outline-minor-mode'.
19521
19522 * faces.el (facep): Doc fix.
19523
19524 2005-06-25 Richard M. Stallman <rms@gnu.org>
19525
19526 * facemenu.el (facemenu-enable-faces-p): New function.
19527 (facemenu-background-menu, facemenu-foreground-menu)
19528 (facemenu-face-menu): Add menu-enable property.
19529
19530 * jka-compr.el (jka-compr-insert-file-contents):
19531 Special handling if cannot find the uncompression program.
19532
19533 * cus-face.el (custom-face-attributes): Add autoload.
19534
19535 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19536 Bind comment-indent-function locally.
19537
19538 * window.el (save-selected-window): Use save-current-buffer.
19539
19540 * subr.el (with-selected-window): Use save-current-buffer.
19541
19542 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
19543 and with-current-buffer.
19544
19545 2005-06-24 Richard M. Stallman <rms@gnu.org>
19546
19547 * simple.el (line-move-1): Fix previous change.
19548
19549 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19550
19551 * replace.el (occur-1): Set `buffer-read-only' and the
19552 buffer-modified flag before running `occur-hook' to protect
19553 against unintentional buffer switches that can lead to data loss.
19554
19555 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
19556
19557 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
19558 (gud-gdb-marker-filter): Use font-lock-warning-face for any
19559 initial error.
19560
19561 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
19562 after fresh input.
19563 (gdb-var-create-handler): Put name of expression in quotes.
19564
19565 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
19566
19567 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
19568 elements of RING in order, and without bogus nil elements.
19569
19570 2005-06-23 Richard M. Stallman <rms@gnu.org>
19571
19572 * simple.el (set-variable): Args renamed; doc fix.
19573 (line-move-1): When there are overlays around, use vertical-motion.
19574
19575 * faces.el (escape-glyph): Use brown against light background.
19576 (nobreak-space): Rename from no-break-space.
19577 Fix previous change.
19578
19579 * dired-aux.el (dired-do-copy): Fix arg prompt.
19580
19581 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
19582
19583 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19584
19585 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
19586 rather than "Distributor".
19587
19588 2005-06-23 Lute Kamstra <lute@gnu.org>
19589
19590 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
19591 (debug-on-entry): Use it. New interactive declaration that uses
19592 function-called-at-point.
19593
19594 2005-06-23 Kim F. Storm <storm@cua.dk>
19595
19596 * subr.el (save-match-data): Add comment about using evaporate arg
19597 to set-match-data.
19598
19599 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
19600
19601 * cus-edit.el (customize-face)
19602 (customize-face-other-window): Handle face aliases.
19603
19604 * faces.el (face-documentation, set-face-attribute)
19605 (face-spec-set): Handle face aliases.
19606
19607 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
19608
19609 * help-mode.el (help-make-xrefs): If a symbol representing a face
19610 name is not followed by the word "face", it could still be a
19611 function or variable name, so don't bypass other checks.
19612
19613 2005-06-22 Juri Linkov <juri@jurta.org>
19614
19615 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
19616 Replace aliased functions with calls where second arg `inherit' is t.
19617
19618 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
19619
19620 * progmodes/gdb-ui.el (gdb-error): New variable.
19621 (gdb-error): New function.
19622 (gdb-annotation-rules): Act on error-begin and error annotations.
19623 (gdb-concat-output): Use font-lock-warning-face for errors.
19624
19625 2005-06-22 Miles Bader <miles@gnu.org>
19626
19627 * bindings.el (propertized-buffer-identification): Use renamed
19628 `Buffer-menu-buffer' face.
19629
19630 * faces.el (vertical-border): Rename from `vertical-divider'.
19631 (escape-glyph): Change dark-background color back to `cyan'.
19632
19633 2005-06-21 Juri Linkov <juri@jurta.org>
19634
19635 * faces.el (face-user-default-spec): Try getting `customized-face'
19636 prior to `saved-face'.
19637 (frame-background-mode): Refill docstring.
19638
19639 * emacs-lisp/lisp-mode.el (eval-defun-1):
19640 * emacs-lisp/edebug.el (edebug-eval-defun):
19641 Set `saved-face' temporarily to nil before calling form.
19642 Set `customized-face' to the new spec after that.
19643
19644 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19645
19646 * subr.el (1value, lambda, key-substitution-in-progress):
19647 Doc fixes.
19648
19649 * autoinsert.el (auto-insert-alist):
19650 * ses.el (ses-call-printer):
19651 * subr.el (noreturn):
19652 * emacs-lisp/lisp.el (check-parens):
19653 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
19654 * net/browse-url.el (browse-url-mosaic):
19655 * progmodes/cc-defs.el (c-safe-scan-lists):
19656 * progmodes/ebnf-abn.el (ebnf-abn-lex):
19657 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
19658 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
19659 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
19660 * progmodes/ebnf-iso.el (ebnf-iso-lex):
19661 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
19662
19663 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
19664
19665 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
19666
19667 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
19668
19669 * calendar/appt.el (appt-make-list): Activate the package, if
19670 not already active (for backwards compatibility).
19671
19672 2005-06-20 Kim F. Storm <storm@cua.dk>
19673
19674 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
19675
19676 2005-06-20 Miles Bader <miles@gnu.org>
19677
19678 * faces.el (vertical-divider): New face.
19679
19680 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
19681
19682 * simple.el (kill-whole-line): Doc fix.
19683 (next-error-buffer-p, next-error-find-buffer)
19684 (clone-indirect-buffer): Fix typos in docstrings.
19685 (comment-line-break-function): Doc fix: don't say variable
19686 is automatically buffer-local (it isn't).
19687
19688 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
19689
19690 * net/tramp-ftp.el (top):
19691 * net/tramp-smb.el (top):
19692 * net/tramp-util.el (top):
19693 * net/tramp-uu.el (top):
19694 * net/tramp-vc.el (top):
19695 * net/tramp.el (top): Revert copyright years back to original
19696 ones. Tramp has a life outside GNU Emacs.
19697
19698 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
19699
19700 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
19701
19702 2005-06-18 Juri Linkov <juri@jurta.org>
19703
19704 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
19705 end of first regexp to limit the match to the position between
19706 line number and source line with same separator character as used
19707 between file name and line number. In the second regexp limit
19708 mouse-face area to file name and line number by adding new group
19709 for them and referring it in HYPERLINK arg.
19710 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
19711 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
19712 previous line where grep markers may be already removed.
19713
19714 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
19715
19716 * progmodes/ps-mode.el: Update version and maintainer's email address.
19717
19718 2005-06-18 Steve Youngs <steve@xemacs.org>
19719
19720 * net/browse-url.el (browse-url-browser-function)
19721 (browse-url-default-browser): Add firefox.
19722 (browse-url-firefox-program, browse-url-firefox-arguments)
19723 (browse-url-firefox-startup-arguments)
19724 (browse-url-firefox-new-window-is-tab): New defcustoms.
19725 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
19726
19727 2005-06-17 Richard M. Stallman <rms@gnu.org>
19728
19729 * startup.el (command-line): Warn if specified user name has
19730 no home directory.
19731
19732 * term.el (term-get-old-input, term-input-filter, term-input-sender)
19733 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
19734
19735 * longlines.el (longlines-mode, longlines-show-hard-newlines):
19736 Doc fixes.
19737
19738 * faces.el (underline): Try bold if terminal doesn't support underline.
19739
19740 * mail/sendmail.el (mail-setup-with-from): New variable.
19741 (mail-insert-from-field): New function.
19742 (sendmail-send-it): Call it.
19743 (mail-setup): Optionally call it here.
19744
19745 * term/linux.el: Call tty-no-underline.
19746
19747 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
19748
19749 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
19750
19751 2005-06-17 Miles Bader <miles@gnu.org>
19752
19753 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
19754 (ediff-current-diff-C, ediff-current-diff-Ancestor)
19755 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
19756 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
19757 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
19758 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
19759 Remove "-face" suffix from face names.
19760 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19761 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19762 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19763 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19764 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19765 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19766 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19767 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19768 New backward-compatibility aliases for renamed faces.
19769 (ediff-current-diff-face-A, ediff-current-diff-face-B)
19770 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
19771 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
19772 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
19773 (ediff-even-diff-face-A, ediff-even-diff-face-B)
19774 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
19775 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
19776 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
19777 Use renamed ediff faces.
19778
19779 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
19780 Remove "-face" suffix from face names.
19781 (eshell-test-ok-face, eshell-test-failed-face):
19782 New backward-compatibility aliases for renamed faces.
19783 (eshell-run-test): Use renamed eshell-test faces.
19784
19785 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
19786 face name.
19787 (eshell-prompt-face): New backward-compatibility alias for renamed
19788 face.
19789 (eshell-emit-prompt): Use renamed eshell-prompt face.
19790
19791 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
19792 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
19793 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
19794 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
19795 Remove "-face" suffix from face names.
19796 (eshell-ls-directory-face, eshell-ls-symlink-face)
19797 (eshell-ls-executable-face, eshell-ls-readonly-face)
19798 (eshell-ls-unreadable-face, eshell-ls-special-face)
19799 (eshell-ls-missing-face, eshell-ls-archive-face)
19800 (eshell-ls-backup-face, eshell-ls-product-face)
19801 (eshell-ls-clutter-face):
19802 New backward-compatibility aliases for renamed faces.
19803 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
19804
19805 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
19806 Remove "-face" suffix from face name.
19807 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
19808 instead of literal face.
19809
19810 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
19811
19812 * emacs-lisp/warnings.el (display-warning, lwarn)
19813 (warning-minimum-log-level): Doc fixes.
19814 (warning-minimum-level, warning-minimum-log-level):
19815 Add :debug to :type choices.
19816
19817 * progmodes/ada-mode.el (ada-format-paramlist)
19818 (ada-get-indent-case, ada-check-matching-start)
19819 (ada-check-defun-name, ada-goto-matching-decl-start)
19820 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
19821 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
19822 (ada-make-subprogram-body): Follow error conventions.
19823 (ada-case-exception-file, ada-indent-comment-as-code)
19824 (ada-indent-handle-comment-special, ada-indent-renames)
19825 (ada-indent-return, ada-search-directories-internal)
19826 (ada-tab-policy, ada-case-exception-substring)
19827 (ada-other-file-alist, ada-matching-start-re)
19828 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
19829 (ada-imenu-generic-expression, ada-compile-goto-error)
19830 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
19831 (ada-popup-menu, ada-add-extensions, ada-mode)
19832 (ada-region-selected, ada-create-case-exception)
19833 (ada-create-case-exception-substring, ada-after-keyword-p)
19834 (ada-activate-keys-for-case, ada-adjust-case-region)
19835 (ada-adjust-case-buffer, ada-format-paramlist)
19836 (ada-scan-paramlist, ada-insert-paramlist)
19837 (ada-indent-newline-indent)
19838 (ada-indent-newline-indent-conditional)
19839 (ada-justified-indent-current, ada-goto-previous-word)
19840 (ada-indent-current, ada-get-indent-open-paren)
19841 (ada-get-indent-paramlist, ada-get-indent-end)
19842 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
19843 (ada-get-indent-block-start, ada-get-indent-subprog)
19844 (ada-get-indent-noindent, ada-get-indent-label)
19845 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
19846 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
19847 (ada-goto-stmt-end, ada-goto-next-word)
19848 (ada-check-matching-start, ada-check-defun-name)
19849 (ada-goto-matching-decl-start, ada-goto-matching-start)
19850 (ada-goto-matching-end, ada-search-ignore-string-comment)
19851 (ada-in-decl-p, ada-looking-at-semi-or)
19852 (ada-looking-at-semi-private, ada-in-paramlist-p)
19853 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
19854 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
19855 (ada-next-procedure, ada-previous-procedure, ada-next-package)
19856 (ada-previous-package, ada-create-menu)
19857 (ada-fill-comment-paragraph-justify)
19858 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
19859 (ada-other-file-name, ada-last-which-function-line)
19860 (ada-last-which-function-subprog, ada-which-function)
19861 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
19862 (ada-gen-treat-proc, ada-check-emacs-version)
19863 (ada-continuation-indent, ada-align-region-separate):
19864 Fix typos in docstrings.
19865 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
19866
19867 2005-06-16 Lute Kamstra <lute@gnu.org>
19868
19869 * simple.el (fundamental-mode): Run after-change-major-mode-hook
19870 conditionally.
19871
19872 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19873
19874 * comint.el (comint-replace-by-expanded-filename)
19875 (comint-prompt-regexp, comint-delimiter-argument-list)
19876 (comint-preinput-scroll-to-bottom):
19877 * info.el (Info-hide-cookies-node):
19878 * ls-lisp.el (ls-lisp-classify):
19879 * find-file.el (ff-search-directories, ff-special-constructs)
19880 (ff-find-other-file):
19881 * font-lock.el (font-lock-keywords):
19882 * shell.el (shell-prompt-pattern)
19883 (shell-dynamic-complete-functions, shell-mode)
19884 (shell-delimiter-argument-list):
19885 * term.el (term-replace-by-expanded-filename)
19886 (term-prompt-regexp, term-delimiter-argument-list):
19887 * woman.el (woman-ignore, woman0-if):
19888 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
19889 * emacs-lisp/elint.el (elint-init-env):
19890 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
19891 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
19892 * language/ethio-util.el (ethio-tilde-escape)
19893 (ethio-use-three-dot-question):
19894 * net/zone-mode.el (zone-mode-load-time-setup):
19895 * progmodes/cc-align.el (c-lineup-argcont):
19896 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
19897 * progmodes/cperl-mode.el (cperl-set-style-back):
19898 * progmodes/inf-lisp.el (inferior-lisp-prompt):
19899 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
19900 Fix spellings in docstrings.
19901
19902 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
19903 * progmodes/modula2.el (m2-for): Fix spellings.
19904
19905 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
19906
19907 * simple.el (undo-more): Don't use `format' on `error' arguments.
19908 Improve argument/docstring consistency.
19909 (pending-undo-list): Doc fix.
19910
19911 * smerge-mode.el (smerge-ensure-match):
19912 * emulation/vip.el (vip-ex):
19913 * net/zone-mode.el (zone-mode-update-serial):
19914 * progmodes/idlwave.el (idlwave-complete):
19915 * progmodes/vhdl-mode.el (vhdl-visit-file)
19916 (vhdl-compose-wire-components):
19917 Don't use `format' on `error' arguments.
19918
19919 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
19920 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
19921 (tooltip-help-tips): Fix typos in docstrings.
19922
19923 2005-06-16 David Ponce <david@dponce.com>
19924
19925 * tree-widget.el (tree-widget-value-create): Simplify last change.
19926
19927 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
19928
19929 * ido.el (ido-incomplete-regexp): New variable.
19930 (ido-set-matches-1): Handle invalid-regexp error and set
19931 ido-incomplete-regexp.
19932 (ido-incomplete-regexp): New face.
19933 (ido-completions): Use it.
19934 (ido-complete, ido-exit-minibuffer, ido-completions):
19935 Handle incomplete regexps.
19936 (ido-completions): Add check for complete match when entering a regexp.
19937
19938 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
19939
19940 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
19941
19942 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19943
19944 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
19945 by field delimiters.
19946
19947 2005-06-15 David Ponce <david@dponce.com>
19948
19949 * tree-widget.el: eval-and-compile inlined functions so they will
19950 be available at run-time too.
19951 (tree-widget-super-format-handler)
19952 (tree-widget-format-handler): Remove.
19953 (tree-widget-value-create): Handle the :indent property.
19954
19955 2005-06-15 Miles Bader <miles@gnu.org>
19956
19957 * progmodes/which-func.el (which-func): Only inherit
19958 `font-lock-function-name-face' when that makes sense against the
19959 default mode-line face, otherwise set the face color explicitly.
19960
19961 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
19962 faces instead of (non-existent) variables.
19963
19964 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
19965
19966 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
19967 (iswitchb-get-matched-buffers): Likewise. Simplify.
19968
19969 2005-06-14 Miles Bader <miles@gnu.org>
19970
19971 * progmodes/ld-script.el (ld-script-location-counter):
19972 Remove "-face" suffix from face name.
19973 (ld-script-location-counter-face):
19974 New backward-compatibility alias for renamed face.
19975 (ld-script-location-counter-face): Use renamed face.
19976
19977 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
19978 (cperl-hash): Remove "-face" suffix from face names.
19979 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
19980 New backward-compatibility aliases for renamed faces.
19981 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
19982 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
19983
19984 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
19985 name.
19986 (which-func-face): New backward-compatibility alias for renamed face.
19987 (which-func-format): Use renamed which-func face.
19988
19989 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
19990 (vhdl-function, vhdl-directive, vhdl-reserved-word)
19991 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
19992 names.
19993 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
19994 (vhdl-speedbar-configuration, vhdl-speedbar-package)
19995 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
19996 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
19997 (vhdl-speedbar-architecture-selected)
19998 (vhdl-speedbar-configuration-selected)
19999 (vhdl-speedbar-package-selected)
20000 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
20001 names.
20002 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
20003 Use renamed faces.
20004 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
20005 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
20006 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
20007 Use renamed faces.
20008 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
20009 names.
20010 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
20011 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
20012 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
20013 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
20014 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
20015 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
20016
20017 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
20018 face name.
20019 (sh-heredoc-face): New backward-compatibility alias for renamed face.
20020 (sh-heredoc-face): Use renamed sh-heredoc face.
20021
20022 * progmodes/idlw-help.el (idlwave-help-link):
20023 Remove "-face" suffix from face name.
20024 (idlwave-help-link-face):
20025 New backward-compatibility alias for renamed face.
20026 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
20027
20028 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
20029 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
20030 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
20031 New backward-compatibility aliases for renamed faces.
20032 (idlwave-shell-disabled-breakpoint-face)
20033 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
20034
20035 * progmodes/flymake.el (flymake-errline, flymake-warnline):
20036 Remove "-face" suffix from face names.
20037 (flymake-errline-face, flymake-warnline-face):
20038 New backward-compatibility aliases for renamed faces.
20039 (flymake-highlight-line): Use renamed flymake faces.
20040
20041 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
20042 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
20043 (ebrowse-member-class, ebrowse-progress):
20044 Remove "-face" suffix from face names.
20045 (ebrowse-tree-mark-face, ebrowse-root-class-face)
20046 (ebrowse-file-name-face, ebrowse-default-face)
20047 (ebrowse-member-attribute-face, ebrowse-member-class-face)
20048 (ebrowse-progress-face):
20049 New backward-compatibility aliases for renamed faces.
20050 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
20051 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
20052 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
20053 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
20054
20055 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
20056 antlr-syntax)
20057 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
20058 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
20059 names.
20060 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
20061 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
20062 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
20063 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
20064 backward-compatibility aliases for renamed faces.
20065 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
20066 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
20067 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
20068 remove "font-lock-". Use renamed antlr-mode faces.
20069 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
20070 literal face-names with face variable references.
20071
20072 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
20073 face name.
20074 (Buffer-menu-buffer-face): New backward-compatibility alias for
20075 renamed face.
20076 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
20077
20078 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
20079
20080 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
20081 Eliminate "-face" suffix.
20082 (makefile-targets): Inherit from font-lock-function-name-face and
20083 eliminate "-face" suffix.
20084 (makefile-shell): Remove attributes and eliminate "-face" suffix.
20085 (makefile-*-font-lock-keywords): Append makefile-targets in rule
20086 actions, instead of prepending, to make it less visible.
20087 (makefile-previous-dependency, makefile-match-dependency):
20088 Don't match a target on a continuation line.
20089
20090 * files.el (auto-mode-alist): Put Makefile in gmake mode.
20091
20092 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
20093
20094 * progmodes/gdb-ui.el (menu): Re-order menu items.
20095 (gdb-tooltip-print): Respect tooltip-use-echo-area.
20096
20097 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
20098 Define in tooltip.el.
20099 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
20100 (gud-tooltip-tips): Respect tooltip-use-echo-area and
20101 gud-tooltip-echo-area.
20102
20103 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
20104 backward compatibility and make obsolete.
20105 (tooltip-help-tips): Use tooltip-use-echo-area.
20106 (tooltip-show-help-function): Rename to...
20107 (tooltip-show-help): ...this, because it is a function.
20108 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
20109
20110 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
20111
20112 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
20113 (edebug-print-length, edebug-print-level, edebug-print-circle)
20114 (edebug-modify-breakpoint, edebug-eval-last-sexp)
20115 (edebug-eval-print-last-sexp): Doc fixes.
20116
20117 2005-06-14 Kim F. Storm <storm@cua.dk>
20118
20119 * ido.el (ido-mode): Make a new keymap every time we enable ido,
20120 as the coverage buffer/file/both may change.
20121
20122 2005-06-14 Lute Kamstra <lute@gnu.org>
20123
20124 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
20125 and run-mode-hooks. Simplify.
20126
20127 * mail/rmailedit.el (rmail-edit-mode):
20128 * progmodes/octave-inf.el (inferior-octave-mode):
20129 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
20130
20131 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
20132 and run-mode-hooks.
20133 (recentf-edit-list, recentf-open-files): Don't call
20134 kill-all-local-variables directly.
20135
20136 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
20137
20138 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
20139
20140 * emacs-lisp/byte-run.el (make-obsolete)
20141 (define-obsolete-function-alias): Rename arguments FUNCTION and
20142 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
20143 (make-obsolete-variable, define-obsolete-variable-alias):
20144 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
20145 respectively.
20146
20147 * isearchb.el (isearchb-activate):
20148 * pcvs.el (cvs-mode):
20149 * ses.el (ses-load):
20150 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
20151 * net/tramp.el (tramp-find-file-exists-command)
20152 (tramp-find-shell):
20153 * progmodes/ada-mode.el (ada-create-case-exception)
20154 (ada-create-case-exception-substring, ada-make-subprogram-body):
20155 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
20156 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
20157 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
20158 * textmodes/org.el (org-promote, org-evaluate-time-range)
20159 (org-agenda-next-date-line, org-agenda-previous-date-line)
20160 (org-agenda-error, org-open-at-point, org-table-move-row)
20161 (org-format-table-table-html-using-table-generate-source)
20162 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
20163 * textmodes/reftex.el (reftex-access-scan-info):
20164 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
20165 (reftex-toc-promote-prepare): Follow error conventions.
20166
20167 * diff-mode.el (diff-mode): Fix typo in docstring.
20168
20169 * forms.el (forms--intuit-from-file): Fix reference to
20170 `forms-number-of-fields' in error message.
20171 (forms-print): Fix quoting in error message.
20172
20173 * forms.el (forms-mode):
20174 * emulation/vi.el (vi-goto-insert-state):
20175 * progmodes/flymake.el (flymake-new-err-info)
20176 (flymake-start-syntax-check-for-current-buffer)
20177 (flymake-simple-cleanup):
20178 * eshell/esh-var.el (eshell/export):
20179 * progmodes/gud.el (xdb):
20180 * textmodes/flyspell.el (flyspell-incorrect-hook)
20181 (flyspell-maybe-correct-transposition)
20182 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
20183
20184 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
20185
20186 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
20187 minibuffer prompt.
20188
20189 2005-06-13 Kim F. Storm <storm@cua.dk>
20190
20191 * subr.el (add-to-ordered-list): New defun.
20192
20193 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
20194 add cua--keymap-alist to emulation-mode-map-alists.
20195
20196 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
20197
20198 * subr.el (complete-in-turn): New macro.
20199 (dynamic-completion-table, lazy-completion-table): Add debug info.
20200
20201 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
20202 in preference to face aliases.
20203
20204 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
20205 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
20206 Remove unused vars `start' and `firstline'.
20207 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
20208 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
20209
20210 2005-06-13 Eli Zaretskii <eliz@gnu.org>
20211
20212 * cus-start.el (all): Don't complain about missing GTK-related
20213 variables, unless either `gtk' is boundp or this isn't a
20214 `windows-nt' build.
20215
20216 2005-06-13 Lute Kamstra <lute@gnu.org>
20217
20218 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
20219 run-mode-hooks.
20220
20221 * ediff-mult.el (ediff-meta-mode):
20222 * ediff-util.el (ediff-mode): Use run-mode-hooks.
20223
20224 * ledit.el (ledit-mode): Use delay-mode-hooks.
20225
20226 * woman.el (woman-mode-line-format): Delete constant.
20227 (woman-mode-map): Initialize it properly.
20228 (woman-mode): Set mode-class property to special.
20229 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
20230 Set major-mode and mode-name. Don't set mode-line-format directly.
20231 (Man-getpage-in-background): Don't reference woman-mode-line-format.
20232
20233 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
20234 string argument obsolete.
20235
20236 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
20237
20238 * textmodes/org.el (org-CUA-compatible): New option.
20239 (org-disputed-keys): New variable.
20240 (org-key): New function.
20241 (orgtbl-make-binding): Add docstring to the created function.
20242 (org-mode): Set paragraph start/separate regexps.
20243 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
20244 (org-archive-location, org-archive-mark-done)
20245 (org-archive-stamp-time): New options.
20246 (org-archive-subtree): New command.
20247 (org-fill-paragraph): New function.
20248 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
20249 (org-fake-empty-table-line): Function removed.
20250 (org-format-org-table-html): Do not create empty table lines at
20251 separator lines. Improved table header treatment.
20252 (org-link-format): New option.
20253 (org-make-link): New function.
20254 (org-insert-link, org-store-link): Use org-make-link.
20255 (org-open-file): Quote file name for shell command, to allow
20256 spaces in file names.
20257 (org-link-regexp): Fix bug with mailto link.
20258 (org-link-maybe-angles-regexp, org-protected-link-regexp):
20259 New constants.
20260 (org-export-as-html): Deal with the optional angles around a link.
20261 Better treatment of file: links.
20262 (org-open-at-point): Replace @{ and @} with < and >.
20263 (org-run-mode-hooks): Function removed.
20264 (org-agenda-mode): No longer use `org-run-mode-hooks'.
20265
20266 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
20267
20268 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
20269 MI command -data-list-register-values.
20270 (gdb-post-prompt): Indent properly.
20271
20272 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
20273
20274 * hilit-chg.el (highlight-changes-colors): Rename from
20275 `highlight-changes-colours'.
20276 (highlight-changes-colours): Keep as obsolete alias.
20277 (highlight-changes-face-list): Doc fix.
20278 (hilit-chg-make-list): Use `highlight-changes-colors'.
20279
20280 2005-06-12 Mark A. Hershberger <mah@everybody.org>
20281
20282 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
20283 defun-prompt-regexp.
20284
20285 2005-06-12 Eli Zaretskii <eliz@gnu.org>
20286
20287 * loadup.el: Don't say we are dumping under 2 names on windows-nt
20288 and cygwin.
20289
20290 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
20291 Don't use an old loaddefs.el, as in Makefile.in.
20292
20293 2005-06-12 Lute Kamstra <lute@gnu.org>
20294
20295 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
20296
20297 * man.el (Man-mode-map): Initialize it properly.
20298 (Man-mode): Set mode-class property to special.
20299
20300 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
20301
20302 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
20303
20304 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
20305 A newline is needed in the docstring there.
20306
20307 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
20308 Doc fixes.
20309
20310 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20311
20312 * printing.el: Doc fix. The menubar is no more changed when printing
20313 is loaded, it only changes when pr-menu-bind or pr-update-menus is
20314 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
20315 (pr-version): New version number (6.8.4).
20316 (pr-menu-bind): New command.
20317 (pr-update-menus): Docstring and code fix.
20318 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
20319 Docstring fix.
20320 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
20321 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
20322
20323 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
20324
20325 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
20326 "Returns" to "return", document useful return values, etc.
20327
20328 2005-06-11 Alan Mackenzie <acm@muc.de>
20329
20330 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
20331 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
20332 (adaptive-file-function): Minor amendment to doc-string.
20333
20334 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20335
20336 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
20337 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
20338 Fix :type--it is `integer', not `string'.
20339
20340 * faces.el (modeline-highlight): Rename from (the erroneous)
20341 `modeline-higilight'.
20342
20343 2005-06-11 Lute Kamstra <lute@gnu.org>
20344
20345 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
20346 lisp-interaction-mode-map but make it the parent.
20347 (edebug-eval-mode): Use define-derived-mode.
20348
20349 2005-06-11 Andreas Schwab <schwab@suse.de>
20350
20351 * bindings.el: Add binding of `ESC functionkey' for every
20352 `M-functionkey'.
20353 * hexl.el (hexl-mode-map): Likewise.
20354
20355 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
20356
20357 * progmodes/compile.el (compilation-error-regexp-alist-alist)
20358 [msft]: update regexp for newer msft compilers.
20359
20360 2005-06-10 Mark A. Hershberger <mah@everybody.org>
20361
20362 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
20363 ATTLIST portions of included DTDs.
20364 (xml-parse-dtd): Eliminate use of inefficient match-data.
20365
20366 2005-06-10 Miles Bader <miles@gnu.org>
20367
20368 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
20369 (mpuz-text): Remove "-face" suffix from face names.
20370 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
20371 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
20372 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
20373
20374 * play/gomoku.el (gomoku-O, gomoku-X):
20375 Remove "-face" suffix from face names.
20376 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
20377 New backward-compatibility aliases for renamed faces.
20378 (gomoku-font-lock-keywords): Use renamed gomoku faces.
20379
20380 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20381
20382 * thumbs.el: Fixes for changes of 2005-06-09.
20383 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
20384 as a directory.
20385 (thumbs-thumbname): Remove directory separator from format string;
20386 `thumbs-thumbsdir' now returns a valid directory name.
20387 (thumbs-temp-dir): New defsubst.
20388 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
20389 Use it.
20390
20391 * cus-edit.el (minibuffer):
20392 * files.el (make-backup-file-name-function):
20393 * filesets.el (filesets-external-viewers):
20394 * hilit-chg.el (highlight-changes-colours)
20395 (highlight-changes-face-list, highlight-changes-rotate-faces):
20396 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
20397 * kmacro.el (kmacro-call-macro):
20398 * log-edit.el (log-edit-changelog-full-paragraphs):
20399 * mouse.el (mouse-1-click-follows-link):
20400 * skeleton.el (skeleton-autowrap):
20401 * subr.el (insert-for-yank-1):
20402 * tempo.el (tempo-insert-region):
20403 * terminal.el (terminal-emulator):
20404 * time.el (display-time-mail-face):
20405 * vc.el (vc-annotate):
20406 * vcursor.el (vcursor-copy-line):
20407 * woman.el (woman-bold-headings, woman-ignore)
20408 (woman-default-faces, woman-monochrome-faces):
20409 * calendar/todo-mode.el (todo-insert-threshold):
20410 * emulation/pc-select.el (pc-select-selection-keys-only)
20411 (pc-selection-mode):
20412 * emulation/vip.el (vip-find-char-forward):
20413 * emulation/viper-cmd.el (viper-find-char-forward):
20414 * international/mule-cmds.el
20415 (select-safe-coding-system-accept-default-p)
20416 (input-method-exit-on-invalid-key):
20417 * international/mule-diag.el (describe-coding-system):
20418 * international/ucs-tables.el (unify-8859-on-encoding-mode):
20419 * net/browse-url.el (browse-url-xterm-program):
20420 * obsolete/lazy-lock.el (lazy-lock-mode):
20421 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
20422 (cperl-mode):
20423 * progmodes/cpp.el (cpp-face-light-name-list)
20424 (cpp-face-dark-name-list):
20425 * progmodes/delphi.el (delphi-newline-always-indents):
20426 Fix spellings in docstrings.
20427
20428 * ido.el (ido-mode, ido-file-extensions-order)
20429 (ido-default-file-method, ido-default-buffer-method)
20430 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
20431 (ido-decorations, ido-read-file-name-as-directory-commands)
20432 (ido-read-file-name-non-ido, ido-work-directory-list)
20433 (ido-ignore-item-temp-list, ido-current-directory)
20434 (ido-magic-forward-char, ido-enter-find-file)
20435 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
20436 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
20437
20438 2005-06-10 Lute Kamstra <lute@gnu.org>
20439
20440 * play/dunnet.el (dun-mode): Use define-derived-mode.
20441 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
20442 obsolete alias.
20443
20444 * play/doctor.el (doctor-mode-map): Remove defvar.
20445 (doctor-mode): Use define-derived-mode.
20446
20447 * mail/mspools.el (mspools-mode):
20448 * net/eudc-hotlist.el (eudc-hotlist-mode):
20449 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
20450
20451 2005-06-10 Miles Bader <miles@gnu.org>
20452
20453 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
20454 Remove "-face" suffix from face names.
20455 (flyspell-incorrect-face, flyspell-duplicate-face):
20456 New backward-compatibility aliases for renamed faces.
20457 (flyspell-mode-on, make-flyspell-overlay)
20458 (flyspell-highlight-incorrect-region)
20459 (flyspell-highlight-duplicate-region)
20460 (flyspell-display-next-corrections)
20461 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
20462
20463 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
20464 from face name.
20465 (texinfo-heading-face): New backward-compatibility alias for
20466 renamed face.
20467 (texinfo-heading-face): Use renamed texinfo-heading face.
20468
20469 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
20470 suffix from face names.
20471 (tex-math-face, tex-verbatim-face):
20472 New backward-compatibility aliases for renamed faces.
20473 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
20474 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
20475 literal face name.
20476
20477 * textmodes/table.el (table-cell): Remove "-face" suffix from face
20478 name.
20479 (table-cell-face): New backward-compatibility alias for renamed face.
20480 (table--put-cell-face-property, table--update-cell-face):
20481 Use renamed table-cell face.
20482
20483 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
20484 from face name.
20485 (sgml-namespace-face): New backward-compatibility alias for
20486 renamed face.
20487 (sgml-namespace-face): Use renamed sgml-namespace face.
20488
20489 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
20490 (org-level-4, org-level-5, org-level-6, org-level-7)
20491 (org-level-8, org-warning, org-headline-done)
20492 (org-deadline-announce, org-scheduled-today)
20493 (org-scheduled-previously, org-link, org-done, org-table)
20494 (org-time-grid): Remove "-face" suffix from face names.
20495 (org-level-1-face, org-level-2-face, org-level-3-face)
20496 (org-level-4-face, org-level-5-face, org-level-6-face)
20497 (org-level-7-face, org-level-8-face, org-warning-face)
20498 (org-headline-done-face, org-deadline-announce-face)
20499 (org-scheduled-today-face, org-scheduled-previously-face)
20500 (org-link-face, org-done-face, org-table-face)
20501 (org-time-grid-face):
20502 New backward-compatibility aliases for renamed faces.
20503 (org-level-faces, org-set-font-lock-defaults, org-timeline)
20504 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
20505 (org-agenda-get-timestamps, org-agenda-get-scheduled)
20506 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
20507
20508 * emulation/viper-init.el (viper-search, viper-replace-overlay)
20509 (viper-minibuffer-emacs, viper-minibuffer-insert)
20510 (viper-minibuffer-vi): Remove "-face" suffix from face names.
20511 (viper-search-face, viper-replace-overlay-face)
20512 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20513 (viper-minibuffer-vi-face):
20514 New backward-compatibility aliases for renamed faces.
20515 (viper-search-face, viper-replace-overlay-face)
20516 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
20517 (viper-minibuffer-vi-face): Use renamed viper faces.
20518
20519 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
20520 Remove "-face" suffix from face names.
20521 (testcover-nohits-face, testcover-1value-face):
20522 New backward-compatibility aliases for renamed faces.
20523 (testcover-mark): Use renamed testcover faces.
20524
20525 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
20526 face name.
20527 (diary-button-face): New backward-compatibility alias for renamed face.
20528 (diary-entry): Use renamed diary-button face.
20529
20530 * calendar/calendar.el (diary, calendar-today, holiday)
20531 (mark-visible-calendar-date): Remove "-face" suffix from face names.
20532 (diary-face, calendar-today-face, holiday-face):
20533 New backward-compatibility aliases for renamed faces.
20534 (eval-after-load "facemenu", diary-entry-marker)
20535 (calendar-today-marker, calendar-holiday-marker, diary-face):
20536 Use renamed calendar faces.
20537
20538 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
20539 (compare-windows-face): New backward-compatibility alias for
20540 renamed face.
20541 (compare-windows-highlight): Use renamed compare-windows face.
20542
20543 * strokes.el (strokes-char): Remove "-face" suffix from face name.
20544 (strokes-char-face): New backward-compatibility alias for renamed face.
20545 (strokes-encode-buffer): Use renamed strokes-char face.
20546
20547 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
20548 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
20549 Remove "-face" suffix from face names.
20550 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
20551 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
20552 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
20553 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
20554 Use renamed pcvs faces.
20555 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
20556 * pcvs-defs.el (cvs-mode-map): Likewise.
20557 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
20558
20559 * info.el (info-title-1, info-title-2, info-title-3)
20560 (info-title-4): Remove "-face" suffix from and downcase face names.
20561 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
20562 (Info-title-4-face):
20563 New backward-compatibility aliases for renamed faces.
20564 (Info-fontify-node): Use renamed info faces.
20565
20566 * hilit-chg.el (highlight-changes, highlight-changes-delete):
20567 Remove "-face" suffix from face names.
20568 (highlight-changes-face, highlight-changes-delete-face):
20569 New backward-compatibility aliases for renamed faces.
20570 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
20571 (hilit-chg-make-list): Use renamed highlight-changes faces.
20572
20573 * generic-x.el (show-tabs-tab, show-tabs-space):
20574 Remove "-face" suffix from face names.
20575 (show-tabs-tab-face, show-tabs-space-face):
20576 New backward-compatibility aliases for renamed faces.
20577 (show-tabs-generic-mode-font-lock-defaults-1)
20578 (show-tabs-generic-mode-font-lock-defaults-2):
20579 Use renamed show-tabs faces.
20580
20581 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
20582 (smerge-markers): Remove "-face" suffix from face names.
20583 (smerge-mine-face, smerge-other-face, smerge-base-face)
20584 (smerge-markers-face):
20585 New backward-compatibility aliases for renamed faces.
20586 (smerge-mine-face, smerge-other-face, smerge-base-face)
20587 (smerge-markers-face): Use renamed smerge faces.
20588
20589 * log-view.el (log-view-file, log-view-message): Remove "-face"
20590 suffix from face names.
20591 (log-view-file-face, log-view-message-face):
20592 New backward-compatibility aliases for renamed faces.
20593 (log-view-file-face, log-view-message-face): Use renamed log-view
20594 faces.
20595
20596 * paren.el (show-paren-match, show-paren-mismatch):
20597 Remove "-face" suffix from face names.
20598 (show-paren-match-face, show-paren-mismatch-face):
20599 New backward-compatibility aliases for renamed faces.
20600 (show-paren-function): Use renamed show-paren faces.
20601
20602 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
20603 (ruler-mode-margins, ruler-mode-fringes)
20604 (ruler-mode-column-number, ruler-mode-fill-column)
20605 (ruler-mode-comment-column, ruler-mode-goal-column)
20606 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
20607 suffix from face names.
20608 (ruler-mode-default-face, ruler-mode-pad-face)
20609 (ruler-mode-margins-face, ruler-mode-fringes-face)
20610 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
20611 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
20612 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
20613 New backward-compatibility aliases for renamed faces.
20614 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
20615 (ruler-mode-column-number, ruler-mode-fill-column)
20616 (ruler-mode-comment-column, ruler-mode-goal-column)
20617 (ruler-mode-tab-stop, ruler-mode-current-column)
20618 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
20619 faces.
20620
20621 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
20622 face name.
20623 (whitespace-highlight-the-space): Use renamed face.
20624 (whitespace-highlight-face): New backward-compatibility alias for
20625 renamed face.
20626
20627 * woman.el (woman-italic, woman-bold, woman-unknown)
20628 (woman-addition, woman-symbol-face):
20629 Remove "-face" suffix from face names.
20630 (woman-italic-face, woman-bold-face, woman-unknown-face)
20631 (woman-addition-face):
20632 New backward-compatibility aliases for renamed faces.
20633 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
20634 (woman-decode-region, woman-replace-match)
20635 (woman-display-extended-fonts, woman-special-characters)
20636 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
20637 Use renamed woman faces.
20638
20639 * longlines.el (longlines-visible-face): Face removed.
20640
20641 * diff-mode.el (diff-header, diff-file-header, diff-index)
20642 (diff-hunk-header, diff-removed, diff-added, diff-changed)
20643 (diff-function, diff-context, diff-nonexistent): Remove "-face"
20644 suffix from face names.
20645 (diff-header-face, diff-file-header-face, diff-index-face)
20646 (diff-hunk-header-face, diff-removed-face, diff-added-face)
20647 (diff-changed-face, diff-function-face, diff-context-face)
20648 (diff-nonexistent-face): New backward-compatibility aliases for
20649 renamed faces.
20650 (diff-header-face, diff-file-header-face)
20651 (diff-index, diff-index-face, diff-hunk-header)
20652 (diff-hunk-header-face, diff-removed, diff-removed-face)
20653 (diff-added, diff-added-face, diff-changed-face, diff-function)
20654 (diff-function-face, diff-context-face, diff-nonexistent)
20655 (diff-nonexistent-face): Use renamed diff-mode faces.
20656
20657 * progmodes/compile.el (compilation-warning-face)
20658 (compilation-info-face): Remove "-face" suffix from face names.
20659 (compilation-warning-face, compilation-info-face):
20660 New backward-compatibility aliases for renamed faces.
20661 (compilation-warning-face, compilation-info-face):
20662 Use renamed compilation faces.
20663
20664 * add-log.el (change-log-date, change-log-name)
20665 (change-log-email, change-log-file, change-log-list)
20666 (change-log-conditionals, change-log-function)
20667 (change-log-acknowledgement): Remove "-face" suffix from face names.
20668 (change-log-date-face, change-log-name-face)
20669 (change-log-email-face, change-log-file-face)
20670 (change-log-list-face, change-log-conditionals-face)
20671 (change-log-function-face, change-log-acknowledgement-face):
20672 New backward-compatibility aliases for renamed faces.
20673 (change-log-font-lock-keywords): Use renamed change-log faces.
20674
20675 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
20676 (custom-set, custom-changed, custom-saved, custom-button)
20677 (custom-button-pressed, custom-documentation, custom-state)
20678 (custom-comment, custom-comment-tag, custom-variable-tag)
20679 (custom-variable-button, custom-face-tag, custom-group-tag-1)
20680 (custom-group-tag): Remove "-face" suffix from face names.
20681 (custom-magic-alist, custom-magic-value-create)
20682 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
20683 (custom-invalid-face, custom-rogue-face, custom-modified-face)
20684 (custom-set-face, custom-changed-face, custom-saved-face)
20685 (custom-button-face, custom-button-pressed-face)
20686 (custom-documentation-face, custom-state-face)
20687 (custom-comment-face, custom-comment-tag-face)
20688 (custom-variable-tag-face, custom-variable-button-face)
20689 (custom-face-tag-face, custom-group-tag-face-1)
20690 (custom-group-tag-face):
20691 New backward-compatibility aliases for renamed faces.
20692
20693 * wid-edit.el (widget-documentation, widget-button)
20694 (widget-field, widget-single-line-field, widget-inactive)
20695 (widget-button-pressed): "-face" suffix removed from face names.
20696 (widget-documentation-face, widget-button-face)
20697 (widget-field-face, widget-single-line-field-face)
20698 (widget-inactive-face, widget-button-pressed-face):
20699 New backward-compatibility aliases for renamed faces.
20700 (widget-documentation-face, widget-button-face)
20701 (widget-button-pressed-face, widget-specify-field)
20702 (widget-specify-inactive): Use renamed widget faces.
20703
20704 2005-06-10 Kenichi Handa <handa@m17n.org>
20705
20706 * term/x-win.el (x-clipboard-yank): Remove condition-case
20707 wrapping.
20708
20709 2005-06-11 Kenichi Handa <handa@m17n.org>
20710
20711 * add-log.el (change-log-font-lock-keywords): Make the regexp for
20712 date lines stricter.
20713
20714 2005-06-10 Zhang Wei <id.brep@gmail.com>
20715
20716 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
20717 of x-get-selection.
20718
20719 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
20720
20721 * comint.el (comint-mode, comint-snapshot-last-prompt):
20722 * frame.el (frame-current-scroll-bars):
20723 * term.el (term-mode, term-check-proc, term-input-sender)
20724 (term-simple-send, term-extract-string, term-word)
20725 (term-match-partial-filename):
20726 * window.el (window-current-scroll-bars):
20727 * emulation/cua-base.el (cua-normal-cursor-color)
20728 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
20729 (cua-global-mark-cursor-color):
20730 * mail/undigest.el (rmail-forward-separator-regex):
20731 Fix typos in docstrings.
20732
20733 * comint.el (comint-check-proc, make-comint-in-buffer)
20734 (comint-source-default): Doc fixes.
20735
20736 * term.el (term-send-string): Improve argument/docstring consistency.
20737
20738 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
20739
20740 * comint.el (comint-send-input): Bind `inhibit-read-only' around
20741 call to `delete-region'.
20742 (comint-mode-hook): Do not enable Font Lock by default.
20743
20744 2005-06-09 Lute Kamstra <lute@gnu.org>
20745
20746 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
20747 could be void.
20748
20749 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
20750
20751 * emacs-lisp/debug.el (debugger-will-be-back): New var.
20752 (debug): Use it.
20753 (debugger-step-through, debugger-continue, debugger-jump)
20754 (debugger-return-value): Set it when needed.
20755 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
20756 Use inhibit-read-only.
20757
20758 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
20759
20760 * window.el (shrink-window-if-larger-than-buffer)
20761 (window-size-fixed): Fix typo in docstring.
20762
20763 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
20764 thumbnails directory on loading.
20765 (thumbs-conversion-program): Use `eq' to check the system type,
20766 not `equal'.
20767 (thumbs-temp-dir): Initialize to `temporary-file-directory',
20768 not "/tmp". Fix docstring.
20769 (thumbs-thumbsdir): New function to return the thumbnails
20770 directory, creating it if needed.
20771 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
20772 (thumbs-temp-file): Delete variable and make it into a function.
20773 (thumbs-resize-image, thumbs-modify-image): Use it.
20774 (thumbs-kill-buffer): Simplify.
20775 (thumbs-gensym): Defalias or duplicate CL `gensym'.
20776 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
20777 docstrings.
20778
20779 2005-06-09 Kim F. Storm <storm@cua.dk>
20780
20781 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
20782 set-match-data to free markers in match-data.
20783
20784 * replace.el (replace-match-data): Pass RESEAT arg `t' to
20785 match-data to unchain markers in match-data.
20786
20787 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
20788
20789 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
20790 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
20791 unnecessary now.
20792
20793 2005-06-08 Richard M. Stallman <rms@gnu.org>
20794
20795 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
20796 give the variable a doc string that doesn't say don't set it directly.
20797
20798 * textmodes/ispell.el (ispell-check-version):
20799 Use match-string-no-properties.
20800 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
20801 (ispell-buffer-local-words): Likewise.
20802
20803 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
20804 except on terminals with enough colors to really display it.
20805 (makefile-dependency-regex): Delete spurious `bb'.
20806
20807 * faces.el (escape-glyph): Use blue once again in last case.
20808 (no-break-space): Redefine so that it isn't invisible on a tty.
20809
20810 2005-06-08 Kim F. Storm <storm@cua.dk>
20811
20812 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
20813 also when reading directory name.
20814
20815 2005-06-08 Lute Kamstra <lute@gnu.org>
20816
20817 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
20818 (flyspell-mode-line-string): Remove autoload cookie.
20819 (flyspell-mode): Remove defvar.
20820
20821 2005-06-07 Lute Kamstra <lute@gnu.org>
20822
20823 * textmodes/org.el (org-run-mode-hooks): New function.
20824 (org-agenda-mode): Use it.
20825
20826 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
20827
20828 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
20829
20830 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20831
20832 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
20833
20834 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
20835
20836 * font-lock.el (font-lock-add-keywords): Doc fix.
20837
20838 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
20839
20840 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
20841 (tex-compile-default): In the absence of any history, use the order in
20842 tex-compile-alist to choose the preferred command.
20843 (tex-compile-commands): Reorder a bit.
20844
20845 * textmodes/flyspell.el (flyspell-auto-correct-binding)
20846 (flyspell-incorrect-face, flyspell-duplicate-face):
20847 Use (X)Emacs-agnostic code.
20848 (flyspell-mode-map): Don't overwrite at each load. Remove code
20849 redundant with the subsequent add-minor-mode. Merge Emacs and
20850 XEmacs code.
20851 (flyspell-word): Minor simplification.
20852 (flyspell-math-tex-command-p): Quieten the byte-compiler.
20853 (flyspell-external-point-words): Remove unused vars `size' and `start'.
20854 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
20855 Merge the corresponding Emacs code.
20856 (flyspell-correct-word, flyspell-xemacs-popup):
20857 Use flyspell-do-correct.
20858
20859 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
20860 a dedicated window.
20861
20862 * international/latexenc.el (latexenc-find-file-coding-system):
20863 Undo part of last patch, to turn off a compiler warning.
20864
20865 2005-06-06 Juri Linkov <juri@jurta.org>
20866
20867 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
20868 Rename `tmm-inactive-face' to `tmm-inactive'.
20869
20870 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
20871
20872 * iswitchb.el: Rename faces.
20873
20874 2005-06-06 Kim F. Storm <storm@cua.dk>
20875
20876 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
20877 (cua-global-mark): Remove -face suffix from face names.
20878
20879 * emulation/cua-gmrk.el (cua--init-global-mark):
20880 Remove cua-global-mark face setup.
20881
20882 2005-06-06 Richard M. Stallman <rms@gnu.org>
20883
20884 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
20885 just like other allowed characters.
20886 (makefile-match-dependency): Exclude leading and training whitespace
20887 from the range of regexp subexp 1.
20888 (makefile-macroassign-regex): Don't try to match the body,
20889 just the name of the macro being defined.
20890
20891 * info.el (Info-read-node-name-2): New function.
20892 (Info-read-node-name-1): Use that.
20893 Add a completion-base-size-function property.
20894
20895 * simple.el (completion-setup-function): Look for
20896 completion-base-size-function property of minibuffer-completion-table.
20897
20898 * files.el (locate-file-completion): Doc fix.
20899
20900 * printing.el: Don't call pr-update-menus; user must do that.
20901
20902 * emacs-lisp/debug.el (debugger-window): New variable.
20903 (debug): Use debugger-window if it is set and still alive.
20904 Record debugger-window for next entry.
20905
20906 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
20907
20908 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
20909
20910 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
20911 (hack-one-local-variable, hack-local-variables)
20912 (hack-local-variables-prop-line): Pass that arg.
20913
20914 2005-06-06 Kim F. Storm <storm@cua.dk>
20915
20916 * ido.el (ido-first-match, ido-only-match, ido-subdir)
20917 (ido-indicator): Remove -face suffix from face names.
20918
20919 2005-06-06 Juri Linkov <juri@jurta.org>
20920
20921 * font-lock.el (font-lock-regexp-backslash)
20922 (font-lock-regexp-backslash-construct): New faces.
20923 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
20924 after `('. Add `while-no-input' to control structures.
20925
20926 * faces.el (no-break-space, shadow): New faces.
20927 (escape-glyph): Use less loud colors pink2 and red4.
20928
20929 * diff-mode.el (diff-context-face)
20930 * dired.el (dired-ignored)
20931 * rfn-eshadow.el (file-name-shadow)
20932 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
20933
20934 * info.el (Info-title-1-face): Use green instead of yellow because
20935 bold yellow is not readable on light backgrounds.
20936
20937 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
20938 before selecting the desired mode to not spend time fontifying
20939 old contents.
20940
20941 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
20942
20943 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
20944 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
20945
20946 * ps-print.el (ps-default-fg, ps-default-bg):
20947 Fix typos in docstrings.
20948
20949 * isearchb.el (isearchb): Don't pass a spurious second argument to
20950 `iswitchb-completions'.
20951
20952 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
20953
20954 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
20955 to preserve point.
20956 (gdb-find-file-hook): Add doc string.
20957
20958 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
20959 C dereferenced pointer expression.
20960 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
20961
20962 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
20963
20964 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
20965 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20966 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
20967 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
20968 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
20969 Make background transparent.
20970
20971 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
20972
20973 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
20974 (font-lock-remove-keywords): Doc fix.
20975 (font-lock-mode-major-mode): Compiler defvar.
20976 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
20977
20978 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
20979 (font-lock-mode): Update `font-lock-mode-major-mode'.
20980 (font-lock-set-defaults): Compiler defvar.
20981 (font-lock-default-function): Take `font-lock-mode-major-mode'
20982 into account.
20983
20984 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
20985 keep track of which major mode it enabled the minor mode for.
20986 Use find-file-hook again. Update docstring.
20987
20988 * simple.el (eval-expression-print-level)
20989 (eval-expression-print-length, eval-expression-debug-on-error):
20990 Doc fixes.
20991
20992 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
20993
20994 * iswitchb.el (iswitchb-single-match-face)
20995 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
20996 (iswitchb-invalid-regexp-face): New faces.
20997 (iswitchb-completions): Use them.
20998 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
20999 now marked as an obsolete alias.
21000 (iswitchb-read-buffer): Remove check for bound font variables.
21001 (iswitchb-invalid-regexp): New free variable.
21002 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
21003 set iswitchb-invalid-regexp.
21004 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
21005 invalid regexps.
21006 (iswitchb-completions): Add check for complete match when entering
21007 a regexp.
21008 (iswitchb-completions): Remove require-match argument.
21009 (iswitchb-exhibit): Fix caller.
21010 (iswitchb-common-match-inserted): New variable.
21011 (iswitchb-complete, iswitchb-completion-help): Use it.
21012
21013 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
21014
21015 * url-http.el (url-http-chunked-encoding-after-change-function):
21016 Use `url-http-debug' instead of `message'.
21017
21018 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
21019
21020 * url-http.el (url-http-parse-headers): Pass redirected URL as a
21021 callback argument.
21022
21023 2005-06-04 Kim F. Storm <storm@cua.dk>
21024
21025 * simple.el (line-move): Only call sit-for when moving backwards.
21026
21027 * ido.el (ido-make-merged-file-list-1): New defun split from
21028 ido-make-merged-file-list.
21029 (ido-make-merged-file-list): Bind throw-on-input around call to
21030 ido-make-merged-file-list-1. Return input-pending-p if
21031 interrupted by more input available.
21032 (ido-read-internal): Handle input-pending-p return value from
21033 ido-make-merged-file-list.
21034
21035 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
21036
21037 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
21038 compatibility code.
21039
21040 * international/latexenc.el (latexenc-find-file-coding-system):
21041 Don't inherit the EOL part of the coding-system from the
21042 tex-main buffer. Fit within 80 columns.
21043
21044 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
21045
21046 * tmm.el (tmm-inactive-face): New face.
21047 (tmm-remove-inactive-mouse-face): New function.
21048 (tmm-prompt, tmm-add-one-shortcut)
21049 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
21050 but not selectable.
21051
21052 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
21053
21054 * faces.el (face-equal): Improve argument/docstring consistency.
21055
21056 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
21057
21058 * progmodes/make-mode.el (makefile-targets-face)
21059 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
21060 (makefile-bsdmake-dependency-regex)
21061 (makefile-makepp-rule-action-regex)
21062 (makefile-bsdmake-rule-action-regex): New constants.
21063 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
21064
21065 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21066 Allow (...) within `...' for makepp messages.
21067
21068 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
21069
21070 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
21071
21072 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
21073 "." files are deleted from all file lists before comparison.
21074
21075 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
21076 (viper-ESC-key): Made them customizable.
21077
21078 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
21079
21080 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
21081
21082 * autorevert.el (auto-revert-buffers): Use save-match-data.
21083
21084 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
21085
21086 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
21087 menu items with a nil command binding.
21088
21089 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
21090
21091 * emacs-lisp/cl-macs.el (defsetf):
21092 Improve argument/docstring consistency.
21093
21094 * faces.el (list-faces-display): Improve the formatting by
21095 computing the maximum length required for any face-name (reworked
21096 patch of 1999-01-11, accidentally deleted on 1999-07-21).
21097 (internal-find-face): Remove redundant info in docstring.
21098
21099 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
21100
21101 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
21102 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
21103 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
21104 (gdb-assembler-custom): Improve regexps.
21105 (def-gdb-auto-update-handler): Use window point to preserve point.
21106
21107 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
21108
21109 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
21110
21111 2005-05-31 Jay Belanger <belanger@truman.edu>
21112
21113 * calc/calc-embed.el (calc-embedded-word): Change argument passed
21114 to calc-embedded.
21115 (calc-embedded-make-info): Have plain prefix argument select
21116 entire line.
21117
21118 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
21119
21120 * faces.el (list-faces-display): Signal error if passed a regexp
21121 that matches no face name.
21122
21123 * simple.el (filter-buffer-substring): Fix typo in docstring.
21124
21125 2005-05-31 Richard M. Stallman <rms@gnu.org>
21126
21127 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
21128 (vhdl-emacs-21): Doc fix.
21129 (vhdl-mode): Unconditionally set comment-padding.
21130 (vhdl-fixup-whitespace-region): Insert spaces only where
21131 there are none.
21132 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
21133
21134 2005-05-30 John Wiegley <johnw@newartisans.com>
21135
21136 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
21137 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
21138 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
21139 `directory-sep-char' to ?/, and all uses of `string-to-int' to
21140 `string-to-number'.
21141
21142 2005-05-30 Jay Belanger <belanger@truman.edu>
21143
21144 * calc/calc.el (calc-bug-address): Fix docstring.
21145 (calc-window-hook, calc-trail-window-hook): New variables.
21146 (calc-trail-display): Restore use of calc-trail-window-hook.
21147 (calc): Restore use of calc-window-hook.
21148
21149 2005-05-31 Masatake YAMATO <jet@gyve.org>
21150
21151 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
21152
21153 * help-fns.el (help-C-file-name): Add autoload mark for
21154 `find-function-noselect'.
21155
21156 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
21157
21158 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
21159 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
21160
21161 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
21162
21163 * calendar/diary-lib.el (mark-included-diary-files): Only kill
21164 included diary buffer if it was not already being visited.
21165 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
21166
21167 * calendar/icalendar.el (top-level): Do not require appt.
21168
21169 * mail/supercite.el (sc-select-attribution): Only use a list
21170 element from sc-attrib-selection-list if it returns a string.
21171 Reported by Davide G. M. Salvetti <salve@debian.org>.
21172
21173 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
21174
21175 * thumbs.el (thumbs-thumbname): The resulting thumbname now
21176 includes a hash value to improve its uniqueness, and has a ".jpg"
21177 extension. Also, it is now a valid filename on all systems.
21178 (thumbs-make-thumb): Use `let', not `let*'.
21179 (thumbs-show-thumbs-list): Check for JPEG availability.
21180
21181 2005-05-30 Richard M. Stallman <rms@gnu.org>
21182
21183 * filesets.el (filesets-menu-ensure-use-cached):
21184 Prevent warning when emacs-version>= is undefined.
21185
21186 * printing.el (pr-interactive-n-up): Use string-to-number.
21187
21188 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
21189
21190 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
21191 Warn only when name to be defined is quoted.
21192
21193 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
21194
21195 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
21196 Make regexp more robust.
21197 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
21198 Force regeneration of disassembly.
21199
21200 2005-05-29 Jay Belanger <belanger@truman.edu>
21201
21202 * calc/calc.el (calc-user-invocation): Check if
21203 calc-invocation-macro is non-nil.
21204
21205 2005-05-29 Juri Linkov <juri@jurta.org>
21206
21207 * add-log.el (change-log-font-lock-keywords):
21208 Add `+' to e-mail regexp to accept mail address with keywords.
21209
21210 * man.el (Man-name-regexp): Add `:' to accept qualified names.
21211
21212 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
21213
21214 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
21215
21216 * ielm.el (inferior-emacs-lisp-mode): Ditto.
21217
21218 2005-05-29 Richard M. Stallman <rms@gnu.org>
21219
21220 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
21221 Undo the change that moves to end of the current word.
21222
21223 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21224
21225 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
21226 Throw error when count <= 0 to ensure input is a number.
21227 (gdb-read-memory-custom): Pick up address from buffer.
21228 (gdb-memory-mode): Allow user to increment and decrement
21229 memory address from header line.
21230
21231 2005-05-29 Richard M. Stallman <rms@gnu.org>
21232
21233 * flyspell.el (flyspell-version): Function deleted.
21234 (flyspell-auto-correct-previous-hook): Doc fix.
21235
21236 * jit-lock.el (jit-lock-function, jit-lock-after-change):
21237 Do nothing if memory is full.
21238
21239 * font-lock.el (font-lock-fontify-syntactically-region):
21240 Pass t for GREEDY to looking-back.
21241
21242 * saveplace.el (save-place-alist-to-file): Write the file
21243 using write-region.
21244
21245 * subr.el (looking-back): New argument GREEDY.
21246
21247 * progmodes/compile.el (compilation-start): Set the mode
21248 before inserting the initial text.
21249
21250 * progmodes/which-func.el (which-func-update-1): Turn the mode
21251 off in case of error by setting which-func-mode.
21252
21253 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
21254
21255 * flyspell.el (flyspell-auto-correct-previous-word):
21256 Narrow down to what's on the screen, and recenter overlays
21257 at the end of the next word.
21258
21259 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
21260
21261 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
21262 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
21263 (flyspell-abbrev-p): Default to nil.
21264 (flyspell-use-global-abbrev-table-p): Doc fix.
21265 (flyspell-large-region): Allow nil as value.
21266 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
21267
21268 (mail-mode-flyspell-verify): More robust handling
21269 of `mail-header-separator'. More efficient signature detection.
21270 Allow for regexp metacharacters in message-header-separator.
21271 Adding `To' not to be checked in mail-mode-flyspell-verify.
21272
21273 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
21274 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
21275 Bind flyspell-auto-correct-binding.
21276 Bind C-. and C-, .
21277 (flyspell-mode-map): Likewise.
21278 (flyspell-mode): Doc fix.
21279 (flyspell-accept-buffer-local-defs): Preserve current buffer.
21280 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
21281 (flyspell-word-cache-result): New var, always local.
21282 (flyspell-check-pre-word-p): Doc fix.
21283 (flyspell-check-changed-word-p): Handle spc like newline.
21284 (flyspell-post-command-hook): Set flyspell-word-cache-result.
21285 (flyspell-word-search-backward, flyspell-word-search-forward):
21286 New functions.
21287 (flyspell-word): Return t if nothing to check.
21288 When parsing TeX code, check for after } or \.
21289 Use flyspell-word-search-backward to find previous word.
21290 Return nil if duplicated word.
21291 For word already checked, return same value as last time.
21292 Set flyspell-word-cache-result after checking.
21293 Don't clobber the return value.
21294 (flyspell-get-word): Major rewrite.
21295 (flyspell-external-point-words): New locals pword, pcount.
21296 Fix size used in progress message.
21297 Find the proper corresponding word in flyspell-large-region-buffer.
21298 (flyspell-region): Check for flyspell-large-region = nil.
21299 (flyspell-highlight-incorrect-region): Clean up overlays in region.
21300 (flyspell-auto-correct-word): Check that WORD is a cons.
21301 (flyspell-correct-word): Likewise.
21302
21303 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
21304
21305 * progmodes/make-mode.el (makefile-rule-action-regex)
21306 (makefile-macroassign-regex, makefile-makepp-mode)
21307 (makefile-bsdmake-mode): Continuation lines may be empty.
21308 Reported by Joshua Varner.
21309 (makefile-makepp-font-lock-keywords): Add $(stem).
21310
21311 2005-05-28 Karl Berry <karl@gnu.org>
21312
21313 * textmodes/tex-mode.el: Now that tex-send-command calls
21314 shell-quote-argument (2005-03-31 change), remove all calls to
21315 shell-quote-argument; they all end up invoking tex-send-command.
21316 The double quoting loses on filenames with non-safe characters,
21317 such as "@". Reported by Frederik Fouvry.
21318
21319 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
21320
21321 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
21322 about preserving point.
21323
21324 2005-05-27 Jay Belanger <belanger@truman.edu>
21325
21326 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
21327 Info-goto-node.
21328
21329 * calc/calc-embed.el (calc-embed-arg): New variable.
21330 (calc-do-embedded-activate, calc-embedded-activate-formula)
21331 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
21332 variable by new variable.
21333 (calc-embedded-make-info): Replace undeclared variable by new
21334 variable. When selecting region with positive prefix
21335 argument, use end of previous line instead of beginning of line.
21336
21337 * calc/calc-aent.el (calc-arg-values): Declare it.
21338
21339 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
21340 Declare them.
21341
21342 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
21343
21344 * calc/calc.el (calc-alg-map): Declare it.
21345
21346 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
21347
21348 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
21349
21350 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
21351 (gdb-registers-buffer, toggle-gdb-all-registers):
21352 Toggle display of floating point registers.
21353 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
21354
21355 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
21356 (toggle-gud-tooltip-dereference):
21357 Rename from gud-toggle-tooltip-dereference.
21358
21359 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
21360
21361 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
21362
21363 2005-05-27 Jay Belanger <belanger@truman.edu>
21364
21365 * calc/calc-prog.el (calc-kbd-report): Remove.
21366 (calc-kbd-query): Rewrite.
21367
21368 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
21369
21370 * image.el (image-library-alist): Move to image.c.
21371 (image-type-available-p): Doc fix.
21372
21373 2005-05-27 Lute Kamstra <lute@gnu.org>
21374
21375 * calc/calc.el (calc):
21376 * outline.el (outline-1, outline-2, outline-3, outline-4)
21377 (outline-5, outline-6, outline-7, outline-8):
21378 * textmodes/dns-mode.el (dns-mode):
21379 * textmodes/sgml-mode.el (sgml-namespace-face):
21380 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
21381 (tex-verbatim-face, tex-use-reftex):
21382 * textmodes/texinfo.el (texinfo-heading-face):
21383 Specify customization group.
21384
21385 * longlines.el: Don't require easy-mmode.
21386 (longlines-visible-face): Specify customization group.
21387
21388 2005-05-27 Kenichi Handa <handa@m17n.org>
21389
21390 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
21391 encoding table of windows-1251.
21392
21393 * international/ucs-tables.el (ucs-set-table-for-input):
21394 If translation-table-for-input of a coding system is a symbol, get
21395 its translation-table property.
21396
21397 * international/code-pages.el: Don't register a coding system into
21398 non-iso-charset-alist more than once.
21399 (cp-make-coding-system): Likewise.
21400
21401 2005-05-26 John Wiegley <johnw@newartisans.com>
21402
21403 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
21404 `eshell-resume-eval' is wrapped in a list, it indicates that the
21405 command was run asynchronously. In that case, unwrap the value
21406 before checking the delimiter value.
21407
21408 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
21409 character before a space at the end of a line is \, assume the space
21410 is part of the last argument rather than a final argument separator.
21411
21412 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
21413 is in use, and the target is `t' or `nil' (which are the most common
21414 values), don't assume that the symbol target is a buffer.
21415
21416 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
21417
21418 * calendar/calendar.el (calendar-mode-line-format):
21419 Use mode-line-highlight as mouse-face.
21420
21421 * time.el (display-time-string-forms, display-time-update):
21422 Use mode-line-highlight as mouse-face.
21423
21424 2005-05-26 Jay Belanger <belanger@truman.edu>
21425
21426 * calc/calc.el (calc-language-alist): Remove extra defvar.
21427
21428 2005-05-26 Lute Kamstra <lute@gnu.org>
21429
21430 * arc-mode.el (archive-mode):
21431 * bookmark.el (bookmark-read-annotation-mode)
21432 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
21433 * bs.el (bs-mode):
21434 * calc/calc-yank.el (calc-edit-mode):
21435 * calc/calc.el (calc-mode, calc-trail-mode):
21436 * calculator.el (calculator-mode):
21437 * chistory.el (command-history-mode):
21438 * comint.el:
21439 * cus-edit.el (custom-mode):
21440 * descr-text.el (describe-text-mode):
21441 * ebuff-menu.el (Electric-buffer-menu-mode):
21442 * ediff-util.el (ediff-mode):
21443 * emacs-lisp/re-builder.el (reb-mode):
21444 * emulation/vi.el (vi-mode-setup):
21445 * emulation/ws-mode.el (wordstar-mode):
21446 * eshell/esh-mode.el (eshell-mode):
21447 * forms.el (forms-mode):
21448 * help-mode.el (help-mode):
21449 * hexl.el (hexl-mode):
21450 * ibuffer.el (ibuffer-mode):
21451 * ielm.el (inferior-emacs-lisp-mode):
21452 * info.el (Info-mode, Info-edit-mode):
21453 * international/swedish.el:
21454 * ledit.el (ledit-from-lisp-mode):
21455 * locate.el (locate-mode):
21456 * mail/rmail.el (rmail-mode):
21457 * mail/rmailedit.el (rmail-edit-mode):
21458 * mail/rmailsum.el (rmail-summary-mode):
21459 * mail/supercite.el (sc-electric-mode):
21460 * net/eudc.el (eudc-mode):
21461 * net/quickurl.el (quickurl-list-mode):
21462 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
21463 * obsolete/ooutline.el (outline-mode):
21464 * obsolete/options.el (Edit-options-mode):
21465 * obsolete/rnews.el (news-mode):
21466 * obsolete/rnewspost.el (news-reply-mode):
21467 * play/5x5.el (5x5-mode):
21468 * play/decipher.el (decipher-mode, decipher-stats-mode):
21469 * play/gomoku.el (gomoku-mode):
21470 * play/snake.el (snake-mode):
21471 * play/solitaire.el (solitaire-mode):
21472 * play/tetris.el (tetris-mode):
21473 * progmodes/ada-mode.el (ada-mode):
21474 * progmodes/antlr-mode.el (antlr-mode):
21475 * progmodes/autoconf.el (autoconf-mode):
21476 * progmodes/dcl-mode.el (dcl-mode):
21477 * progmodes/delphi.el (delphi-mode):
21478 * progmodes/ebrowse.el (ebrowse-tree-mode)
21479 (ebrowse-electric-list-mode, ebrowse-member-mode)
21480 (ebrowse-electric-position-mode):
21481 * progmodes/f90.el (f90-mode):
21482 * progmodes/fortran.el (fortran-mode):
21483 * progmodes/icon.el (icon-mode):
21484 * progmodes/idlw-help.el (idlwave-help-mode):
21485 * progmodes/idlw-shell.el (idlwave-shell-mode):
21486 * progmodes/idlwave.el (idlwave-mode):
21487 * progmodes/inf-lisp.el (inferior-lisp-mode):
21488 * progmodes/m4-mode.el (m4-mode):
21489 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
21490 * progmodes/modula2.el (modula-2-mode):
21491 * progmodes/octave-inf.el (inferior-octave-mode):
21492 * progmodes/octave-mod.el (octave-mode):
21493 * progmodes/pascal.el (pascal-mode):
21494 * progmodes/sh-script.el (sh-mode):
21495 * progmodes/sql.el (sql-mode, sql-interactive-mode):
21496 * progmodes/vhdl-mode.el (vhdl-mode):
21497 * progmodes/xscheme.el (scheme-interaction-mode):
21498 * replace.el (occur-mode):
21499 * ses.el (ses-mode):
21500 * simple.el (completion-list-mode):
21501 * skeleton.el:
21502 * speedbar.el (speedbar-mode):
21503 * term.el (term-mode):
21504 * terminal.el (terminal-edit-mode):
21505 * textmodes/reftex-index.el (reftex-index-mode)
21506 (reftex-index-phrases-mode):
21507 * textmodes/reftex-sel.el (reftex-select-label-mode)
21508 (reftex-select-bib-mode):
21509 * textmodes/reftex-toc.el (reftex-toc-mode):
21510 * wdired.el (wdired-change-to-wdired-mode):
21511 * wid-browse.el (widget-browse-mode):
21512 Use run-mode-hooks.
21513
21514 * array.el (array-mode):
21515 * calendar/todo-mode.el (todo-mode):
21516 * man.el (Man-mode):
21517 * play/landmark.el (lm-mode):
21518 * play/mpuz.el (mpuz-mode):
21519 Use kill-all-local-variables and run-mode-hooks.
21520
21521 * subr.el (delay-mode-hooks): Specify indentation.
21522
21523 2005-05-26 Mark A. Hershberger <mah@everybody.org>
21524
21525 * xml.el (xml-substitute-special): Don't die for undefined xml
21526 entities.
21527
21528 2005-05-26 Jay Belanger <belanger@truman.edu>
21529
21530 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
21531 of nil.
21532
21533 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
21534
21535 * progmodes/gdb-ui.el (gdb-frame-address):
21536 Rename from gdb-current-address.
21537 (gdb-previous-frame-address): Rename from gdb-previous-address.
21538 (gdb-selected-frame): Rename from gdb-current-frame.
21539 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
21540 (gdb-frame-number): Rename from gdb-current-stack-level.
21541 (gdb-ann3): Match new mode-name for disassembly buffer.
21542 Extend initialization of variables.
21543 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
21544 (gdb-memory-mode): Use mouse-face in header line.
21545 (gdb-assembler-buffer-name): Call it disassembly and give frame
21546 in mode line.
21547 (gdb-source-spec-regexp, gdb-assembler-custom)
21548 (gdb-invalidate-assembler, gdb-frame-handler):
21549 Make robust to leading zeroes in address format.
21550
21551 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
21552
21553 * textmodes/org.el (org-mode): Use `define-derived-mode' to
21554 define `org-mode'.
21555 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
21556
21557 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
21558
21559 * log-edit.el (log-edit-changelog-entries): Distinguish between
21560 filenames like xfns.c and fns.c.
21561
21562 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
21563
21564 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
21565 point after reverting.
21566 (Buffer-menu-make-sort-button): Handle the case where
21567 `Buffer-menu-use-header-line' is nil.
21568
21569 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
21570
21571 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
21572 New funcs. In minibuffer-local-completion-map bind `]', `/'
21573 and `:' to them.
21574
21575 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
21576
21577 * startup.el (normal-top-level): Allow modification of load-path while
21578 we're iterating over it.
21579
21580 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
21581
21582 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
21583 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
21584 (thumbs-resize-interactive, thumbs-insert-image)
21585 (thumbs-insert-thumb, thumbs-dired-show-marked)
21586 (thumbs-find-image-at-point, thumbs-delete-images)
21587 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
21588 (thumbs-increment-image-size, thumbs-decrement-image-size):
21589 Fix typos in docstrings.
21590
21591 2005-05-24 Andre Spiegel <spiegel@gnu.org>
21592
21593 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
21594 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
21595 (cperl-mode): Use them.
21596
21597 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
21598
21599 * window.el (quit-window, shrink-window-if-larger-than-buffer):
21600 Doc fixes.
21601
21602 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
21603
21604 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
21605 Bind C-d to gdb-inferior-io-eof.
21606
21607 * dired.el (dired-dnd-popup-notice): Use message-box.
21608
21609 2005-05-23 Masatake YAMATO <jet@gyve.org>
21610
21611 * bindings.el (mode-line-major-mode-keymap):
21612 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
21613
21614 * faces.el (mode-line-highlight): New face.
21615
21616 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
21617 as mouse-face.
21618
21619 * bindings.el (top-level, help-echo, mode-line-modified)
21620 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
21621 as mouse-face.
21622
21623 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
21624
21625 * progmodes/cc-engine.el (c-guess-basic-syntax):
21626 Remove spurious call to `zerop'.
21627
21628 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
21629
21630 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
21631
21632 CC Mode update to 5.30.10:
21633
21634 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
21635 could go past the limit in decoration level 2, thereby causing
21636 errors during interactive fontification.
21637
21638 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
21639 the file is evaluated interactively.
21640
21641 * cc-engine.el (c-guess-basic-syntax): Handle operator
21642 declarations somewhat better in C++.
21643
21644 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
21645 make use of `run-mode-hooks' which has been added in Emacs 21.1.
21646 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
21647 (awk-mode): Use it.
21648 (make-local-hook): Suppress warning about obsoleteness.
21649
21650 * cc-engine.el, cc-align.el, cc-cmds.el
21651 (c-append-backslashes-forward, c-delete-backslashes-forward)
21652 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
21653 Compensate for return value from `forward-line' when it has moved
21654 but not to a different line due to eob.
21655
21656 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
21657 `objc-method-intro' and `objc-method-args-cont'.
21658
21659 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
21660
21661 CC Mode update to 5.30.10:
21662
21663 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
21664 in the copyright statement. Incidentally, change "along with GNU
21665 Emacs" to "along with this program" where it occurs.
21666
21667 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
21668 so that it is interactive, hence can be found by M-x awk-mode
21669 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
21670 <gmorris+emacs@ast.cam.ac.uk>.
21671
21672 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
21673 Mode's regexps.
21674
21675 2005-05-23 Kevin Ryde <user42@zip.com.au>
21676
21677 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
21678 c-parse-state, to avoid a lisp error (on bad code).
21679
21680 2005-05-23 Lute Kamstra <lute@gnu.org>
21681
21682 * subr.el (font-lock-defaults): Remove defvar as it's already
21683 defined in font-core.el.
21684
21685 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
21686
21687 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
21688
21689 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
21690 more general and work when GDB variable "print pretty" is on,
21691 as with Emacs, for example.
21692
21693 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
21694
21695 * font-core.el: Update comment.
21696
21697 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
21698 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21699
21700 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
21701
21702 2005-05-22 Eli Zaretskii <eliz@gnu.org>
21703
21704 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
21705 and `yank-handler' in the doc strings.
21706
21707 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
21708
21709 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
21710
21711 2005-05-22 Richard M. Stallman <rms@gnu.org>
21712
21713 * help.el (describe-key): Move print-help-return-message call
21714 out of conditional.
21715
21716 * progmodes/etags.el (list-tags): Use with-no-warnings.
21717
21718 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
21719 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
21720 (starttls-extra-args, starttls-extra-arguments): Add defvars.
21721
21722 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
21723
21724 * language/viet-util.el (viet-viscii-nonascii-translation-table):
21725 Add defvar.
21726
21727 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
21728 Use defvar, not defconst.
21729
21730 * hexl.el (hexl-follow-line): Use with-no-warnings.
21731
21732 * emulation/tpu-extras.el: Use write-file-functions instead of
21733 write-file-hooks.
21734
21735 * dired.el (dired-font-lock-keywords): Fontify files with junk
21736 extensions even if marked by -F.
21737
21738 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
21739
21740 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
21741 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
21742 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
21743 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
21744 (concatenate, list-length, get*, getf, cl-remprop):
21745 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
21746 (etypecase, progv, lexical-let, lexical-let*)
21747 (multiple-value-bind, multiple-value-setq, shiftf):
21748 Improve argument/docstring consistency.
21749
21750 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
21751
21752 2005-05-22 Andre Spiegel <spiegel@gnu.org>
21753
21754 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
21755 doesn't exist.
21756
21757 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
21758 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
21759
21760 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
21761
21762 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
21763 already deleted variables: auto-fill-hook, blink-paren-hook,
21764 lisp-indent-hook, inhibit-local-variables, unread-command-event,
21765 suspend-hooks, comment-indent-hook, meta-flag,
21766 before-change-function, after-change-function,
21767 font-lock-doc-string-face.
21768
21769 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
21770
21771 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
21772
21773 2005-05-21 Eli Zaretskii <eliz@gnu.org>
21774
21775 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
21776 rmail-dont-reply-to.
21777
21778 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21779
21780 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
21781 literal blank when splitting new-header-values.
21782
21783 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
21784
21785 * calendar/cal-menu.el (cal-menu-update): Add separator as a
21786 string so that tmm doesn't create a completion entry for it.
21787
21788 * textmodes/table.el (table-disable-menu): Ditto.
21789
21790 2005-05-21 Richard M. Stallman <rms@gnu.org>
21791
21792 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
21793
21794 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
21795
21796 * net/rcompile.el (remote-compile): Use compilation-start.
21797
21798 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
21799
21800 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
21801
21802 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
21803 Default to makefile-bsdmake-mode on BSD systems.
21804
21805 * imenu.el (imenu-generic-expression, imenu--generic-function'):
21806 REGEXP may also be a search function now. The part of doc-string
21807 for describing the structure was 95% identical to that of
21808 `imenu--generic-function'. Unify it there.
21809
21810 * progmodes/make-mode.el (makefile-imenu-generic-expression):
21811 Use function to find dependencies, because regexp alone is so complex,
21812 it easily goes into an endless loop.
21813 (makefile-makepp-mode): Also add submenu for Perl functions
21814 defined in the makefile.
21815 (makefile-bsdmake-mode): Special imenu-generic-expression no
21816 longer needed, due to function call.
21817 (makefile-match-dependency): Take BOUND into account when checking
21818 if we're through.
21819
21820 2005-05-20 Jay Belanger <belanger@truman.edu>
21821
21822 * calc/calc-units.el (calc-invalidate-units-table):
21823 Use inhibit-read-only.
21824 (math-build-units-table-buffer): Use view-mode.
21825
21826 2005-05-20 David Kastrup <dak@gnu.org>
21827
21828 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
21829 easy-menu-add is not a nop on Emacs; and clarify when to call it.
21830
21831 2005-05-20 Lute Kamstra <lute@gnu.org>
21832
21833 * diff-mode.el (diff-header-face, diff-file-header-face)
21834 (diff-index-face, diff-hunk-header-face, diff-removed-face)
21835 (diff-added-face, diff-changed-face, diff-function-face)
21836 (diff-context-face, diff-nonexistent-face): Put them in the
21837 diff-mode customization group.
21838
21839 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
21840
21841 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
21842
21843 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
21844
21845 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
21846 Minor regexp-optimization.
21847
21848 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
21849
21850 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
21851 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
21852 (org-agenda-add-time-grid-maybe): New function.
21853 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
21854 (org-table-create): `dotimes' instead of `mapcar'.
21855 (org-xor): Simplify implementation.
21856 (org-agenda): `inhibit-redisplay' turned on.
21857 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
21858 a consistent line after a state change.
21859 (org-agenda-remove-times-when-in-prefix): New option.
21860 (org-prefix-has-time): New variable.
21861 (org-parse-time-string): Optional argument NODEFAULT.
21862 (org-format-agenda-item): Parse items for time-of-day
21863 specifications and move these into the prefix if possible.
21864 (org-agenda-priority): Get current heading, not previous heading
21865 during agenda remote editing.
21866
21867 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
21868
21869 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
21870 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
21871 (remove-duplicates, delete-duplicates, substitute)
21872 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
21873 (nsubstitute-if-not, find, find-if, find-if-not, position)
21874 (position-if, position-if-not, count, count-if, count-if-not)
21875 (mismatch, search, sort*, stable-sort, merge, member*)
21876 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
21877 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
21878 (intersection, nintersection, set-difference, nset-difference)
21879 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
21880 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
21881 (nsublis, tree-equal): Improve argument/docstring consistency.
21882
21883 * subr.el (send-string, send-region): Remove obsolescence declaration.
21884 (window-dot, set-window-dot, read-input, show-buffer)
21885 (eval-current-buffer, string-to-int):
21886 Add release number to obsolescence declarations.
21887
21888 2005-05-19 Kim F. Storm <storm@cua.dk>
21889
21890 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
21891 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
21892
21893 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
21894
21895 * faces.el (list-faces-display): Make back button respect optional
21896 regexp arg.
21897
21898 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
21899
21900 * calculator.el (calculator-radix-grouping-mode)
21901 (calculator-radix-grouping-digits, calculator-displayer)
21902 (calculator-radix-grouping-separator, calculator-copy-displayer):
21903 * dabbrev.el (dabbrev-search-these-buffers-only):
21904 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
21905 (diff-advance-after-apply-hunk, diff-mode-hook)
21906 (diff-minor-mode-prefix):
21907 * imenu.el (imenu-use-popup-menu):
21908 * jit-lock.el (jit-lock-context-time):
21909 * newcomment.el (comment-fill-column, comment-column)
21910 (comment-style, comment-padding, comment-multi-line)
21911 (comment-empty-lines, comment-auto-fill-only-comments):
21912 * reveal.el (reveal-around-mark):
21913 * uniquify.el (uniquify-buffer-name-style)
21914 (uniquify-after-kill-buffer-p)
21915 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
21916 (uniquify-min-dir-content, uniquify-separator)
21917 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
21918 * w32-vars.el (w32-fixed-font-alist):
21919 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
21920 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
21921 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
21922 * progmodes/perl-mode.el (perl-indent-level)
21923 (perl-continued-statement-offset, perl-continued-brace-offset)
21924 (perl-brace-offset, perl-brace-imaginary-offset)
21925 (perl-label-offset, perl-indent-continued-arguments)
21926 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
21927 * progmodes/tcl.el (tcl-indent-level)
21928 (tcl-continued-indent-level, tcl-auto-newline)
21929 (tcl-tab-always-indent, tcl-electric-hash-style)
21930 (tcl-help-directory-list, tcl-use-smart-word-finder)
21931 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
21932 (inferior-tcl-source-command):
21933 * textmodes/fill.el (enable-kinsoku):
21934 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
21935 * textmodes/table.el (table-yank-handler):
21936 Specify missing group (and type, if simple) in defcustom.
21937
21938 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
21939
21940 * progmodes/compile.el (compilation-finish-function): Fix defvar.
21941
21942 2005-05-19 Richard M. Stallman <rms@gnu.org>
21943
21944 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
21945
21946 * subr.el (event-basic-type): Don't get an error.
21947 (left-fringe-p): Function deleted.
21948
21949 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
21950 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
21951
21952 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
21953 in recursive copy.
21954
21955 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
21956
21957 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
21958
21959 * emacs-lisp/bytecomp.el
21960 (byte-compile-file-form-custom-declare-variable):
21961 Call byte-compile-nogroup-warn if appropriate.
21962
21963 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
21964 (compilation-set-window): Don't call left-fringe-p; do it directly.
21965
21966 2005-05-19 Jay Belanger <belanger@truman.edu>
21967
21968 * calc/calc-graph.el (calc-graph-format-data): Make sure
21969 var-PlotRejects is bound before trying to check its value.
21970
21971 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
21972
21973 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
21974 definition of this variable from reftex-global.el to reftex.el,
21975 because it is needed in the menu.
21976
21977 2005-05-19 Lute Kamstra <lute@gnu.org>
21978
21979 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
21980 years are fixed. Don't insert a space after a dash.
21981
21982 2005-05-19 Kim F. Storm <storm@cua.dk>
21983
21984 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
21985
21986 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
21987
21988 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
21989 strings, because (eq ... ?\\) is fairly frequent.
21990
21991 * progmodes/make-mode.el (makefile-add-this-line-targets):
21992 Simplify and integrate into `makefile-pickup-targets'.
21993 (makefile-add-this-line-macro): Simplify and integrate into
21994 `makefile-pickup-macros.
21995 (makefile-pickup-filenames-as-targets): Simplify.
21996 (makefile-previous-dependency, makefile-match-dependency):
21997 Don't stumble over `::'.
21998
21999 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
22000
22001 * subr.el (post-command-idle-hook, post-command-idle-delay):
22002 Remove obsoletion of post-command-idle-hook and
22003 post-command-idle-delay.
22004
22005 * faces.el (list-faces-display): Provide button when describe-face
22006 is called to take user back to the list of faces.
22007
22008 * help-fns.el (describe-variable): Remove hyperlinks in a
22009 variable's value as these are quite frequently inappropriate.
22010
22011 * follow.el (follow-submit-feedback, follow-mode):
22012 Remove references to post-command-idle-hook.
22013
22014 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
22015
22016 * progmodes/make-mode.el (makefile-previous-dependency)
22017 (makefile-match-dependency): Check for := (and in bsd mode also
22018 !=) to give a better result, even when font-lock is not on.
22019
22020 2005-05-18 Jay Belanger <belanger@truman.edu>
22021
22022 * calc/calc-help.el (calc-s-prefix-help):
22023 Add `calc-copy-special-constant' to help string.
22024
22025 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
22026
22027 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22028
22029 2005-05-18 Jay Belanger <belanger@truman.edu>
22030
22031 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
22032 in linear factors are in proper order.
22033
22034 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
22035
22036 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22037 Support for jurabib.
22038
22039 * textmodes/reftex.el (featurep): Define aliases for overlay
22040 commands, for XEmacs compatibility, and use these aliases in
22041 overlay initializations.
22042 (reftex-highlight): Use `reftex-move-overlay'.
22043 (reftex-unhighlight): Use `reftex-delete-overlay'.
22044 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
22045 (reftex-access-search-path): Use `reftex-uniquify' instead of
22046 `reftex-uniq'
22047
22048 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
22049 `before-string' property modification enables for Emacs as well.
22050 (reftex-select-item): Use `reftex-delete-overlay'.
22051 (reftex-select-mark): Use `reftex-make-overlay' and
22052 `reftex-overlay-put'.
22053 (reftex-select-unmark): Use `reftex-delete-overlay' and
22054 `reftex-overlay-put'.
22055
22056 2005-05-18 Lute Kamstra <lute@gnu.org>
22057
22058 * emacs-lisp/lisp.el (check-parens): Fix docstring.
22059
22060 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
22061
22062 * add-log.el (add-change-log-entry):
22063 * array.el (array-make-template, array-reconfigure-rows)
22064 (array-init-max-row, array-init-max-column)
22065 (array-init-columns-per-line, array-init-field-width):
22066 * replace.el (replace-match-maybe-edit, perform-replace):
22067 * textmodes/spell.el (spell-region):
22068 Replace `read-input' by `read-string'.
22069
22070 * forms.el (forms-mode):
22071 * finder.el (finder-compile-keywords):
22072 * shadowfile.el (shadow-read-files):
22073 Replace `eval-current-buffer' by `eval-buffer'.
22074
22075 * terminal.el (te-pass-through):
22076 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
22077 (ange-ftp-raw-send-cmd):
22078 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
22079 (send-process-next-char, telnet-initial-filter, telnet):
22080 Replace `send-string' by `process-send-string'.
22081
22082 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
22083 (prolog-consult-region): Replace `send-string' by
22084 `process-send-string'; replace `send-region' by `process-send-region'.
22085
22086 * progmodes/delphi.el (delphi-log-msg):
22087 Replace `set-window-dot' by `set-window-point'.
22088
22089 * subr.el (window-dot, set-window-dot, read-input, send-string)
22090 (send-region, show-buffer, eval-current-buffer):
22091 Make really obsolete, as the comment says.
22092
22093 2005-05-17 Kim F. Storm <storm@cua.dk>
22094
22095 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
22096 (cua--init-keymaps): Bind C-return instead of S-return to set
22097 rectangle mark.
22098
22099 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
22100 instead of S-return to toggle/clear rectangle mark.
22101
22102 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
22103
22104 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
22105 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
22106 Also fontify plain strings assigned to variables, mostly so that a
22107 colon has a face and is thus not taken as a dependency separator.
22108 (makefile-previous-dependency): Inline the new matcher, because it
22109 is too complex to work in both directions.
22110 (makefile-match-dependency): Eliminate `backward' arg (see above).
22111 Completely reimplemented so as to not sometimes go into an endless
22112 loop. It should also be more efficient, because first it only
22113 searches for `:', instead of applying the very complex regexp.
22114 (makefile-mode): Cancel `font-lock-support-mode', because blocks
22115 to be fontified in one piece can be too long for JIT.
22116 Makefiles are never *that* big.
22117
22118 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
22119
22120 * dired.el (dired-mode): Simplify.
22121
22122 2005-05-17 Lute Kamstra <lute@gnu.org>
22123
22124 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
22125 defcustom for the mode hook variable.
22126
22127 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
22128 Emacs Lisp Reference Manual.
22129
22130 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
22131
22132 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
22133 (evenp, list*):
22134 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
22135 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
22136
22137 * net/tramp-smb.el (tramp-smb-open-connection):
22138 Pass `tramp-chunksize' as fifth (required) argument.
22139
22140 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
22141
22142 * font-lock.el (lisp-font-lock-keywords-1):
22143 Set `font-lock-negation-char-face' for [^...] char group.
22144 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
22145
22146 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
22147 a var, and refine it to mask one more level of nested vars.
22148 (makefile-rule-action-regex): Turn it into a var, and refine it so
22149 it recognizes backslashed continuation lines as belonging to the
22150 same command.
22151 (makefile-macroassign-regex): Refine it so it recognizes
22152 backslashed continuation lines as belonging to the same command.
22153 (makefile-var-use-regex): Don't look at the next char, because it
22154 might be the same one to be skipped by the initial [^$], leading
22155 to an overlooked variable use.
22156 (makefile-make-font-lock-keywords): Remove two parameters, which
22157 are now variables that some of the modes set locally.
22158 Handle dependency and rule action matching through functions, because
22159 regexps alone match too often. Dependency matching now comes
22160 last, so it can check, whether a colon already matched something else.
22161 (makefile-mode): Inform that font-lock improves makefile parsing
22162 capabilities.
22163 (makefile-match-dependency, makefile-match-action): New functions.
22164
22165 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
22166
22167 * emacs-lisp/cl-extra.el (equalp): Doc fix.
22168
22169 * align.el (align-regexp):
22170 * ansi-color.el (ansi-color-get-face):
22171 * array.el (array-reconfigure-rows, array-init-max-row)
22172 (array-init-max-column, array-init-columns-per-line)
22173 (array-init-field-width):
22174 * dired-aux.el (dired-trample-file-versions):
22175 * dired-x.el (dired-mark-sexp):
22176 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
22177 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
22178 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
22179 * faces.el (face-read-integer):
22180 * files.el (backup-extract-version, insert-directory):
22181 * hexl.el (hexl-insert-decimal-char):
22182 * server.el (server-process-filter):
22183 * shell.el (shell-extract-num):
22184 * startup.el (command-line-1):
22185 * term.el (term-command-hook):
22186 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
22187 (time-stamp-do-number):
22188 * time.el (display-time-update):
22189 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
22190 (timezone-fix-time):
22191 * vms-patch.el (vms-suspend-resume-hook):
22192 * calendar/appt.el (appt-convert-time):
22193 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22194 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
22195 * calendar/cal-islam.el (mark-islamic-diary-entries):
22196 * calendar/calendar.el (calendar-cursor-to-date)
22197 (calendar-star-date):
22198 * calendar/diary-lib.el (diary-attrtype-convert)
22199 (mark-diary-entries, diary-entry-time):
22200 * calendar/solar.el (solar-get-number):
22201 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
22202 * emacs-lisp/re-builder.el (reb-display-subexp):
22203 * emulation/edt.el (edt-set-scroll-margins):
22204 * emulation/tpu-extras.el (tpu-set-scroll-margins):
22205 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
22206 (vip-get-ex-count):
22207 * emulation/viper-ex.el (viper-get-ex-token)
22208 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
22209 * international/fontset.el (fontset-plain-name):
22210 * mail/feedmail.el (feedmail-look-at-queue-directory):
22211 * mail/mailalias.el (mail-get-names):
22212 * mail/rmail.el (rmail-convert-to-babyl-format):
22213 * mail/rmailsum.el (rmail-make-basic-summary-line)
22214 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
22215 (rmail-summary-goto-msg):
22216 * mail/smtpmail.el (smtpmail-read-response):
22217 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
22218 (ange-ftp-vms-add-file-entry):
22219 * play/gametree.el (gametree-looking-at-ply)
22220 (gametree-current-branch-score):
22221 * progmodes/ada-xref.el (ada-prj-find-prj-file)
22222 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
22223 * progmodes/cperl-mode.el (condition-case):
22224 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
22225 (ebrowse-set-member-buffer-column-width)
22226 (ebrowse-select-1st-to-9nth):
22227 * progmodes/etags.el (etags-snarf-tag):
22228 * progmodes/flymake.el (flymake-parse-line):
22229 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
22230 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
22231 (idlwave-shell-menu-def):
22232 * progmodes/ps-mode.el (ps-run-goto-error):
22233 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
22234 (vhdl-speedbar-contract-level):
22235 * term/mac-win.el (x-handle-numeric-switch):
22236 * term/sun-mouse.el (sun-get-frame-data):
22237 * term/w32-win.el (x-handle-numeric-switch):
22238 * term/x-win.el (x-handle-numeric-switch):
22239 * textmodes/ispell.el (ispell-parse-output):
22240 * textmodes/nroff-mode.el (nroff-outline-level):
22241 * textmodes/reftex-cite.el (reftex-bib-sort-year)
22242 (reftex-bib-sort-year-reverse, reftex-format-citation):
22243 * textmodes/reftex-parse.el (reftex-init-section-numbers)
22244 (reftex-section-number):
22245 * textmodes/texinfmt.el (texinfo-paragraphindent):
22246 Replace `string-to-int' by `string-to-number'.
22247
22248 * international/latexenc.el: Add page marker to force the "Local
22249 Variables:" string out of the last page.
22250
22251 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22252
22253 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
22254 tooltip-change-major-mode.
22255 (gud-tooltip-print-command): Remove case where gud-minor-mode
22256 is gdb ("--fullname").
22257 (gud-tooltip-tips): Turn GUD tooltips off for this case and
22258 explain to user.
22259
22260 2005-05-16 Jay Belanger <belanger@truman.edu>
22261
22262 * calc/calc-store.el (calc-copy-special-constant): New function.
22263
22264 * calc/calc-ext.el (calc-init-extensions): Add binding for
22265 `calc-copy-special-constant'.
22266
22267 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
22268 for the `calc-copy-special-constant' command.
22269
22270 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
22271
22272 * subr.el (left-fringe-p): New function.
22273
22274 * progmodes/compile.el (compilation-setup): Set local value of
22275 overlay-arrow-string to "" always.
22276 (compilation-set-window): Left fringe then don't scroll.
22277 No left fringe then no arrow and scroll message to top.
22278 (compilation-context-lines): Adjust doc string accordingly.
22279
22280 2005-05-16 Kim F. Storm <storm@cua.dk>
22281
22282 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
22283 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
22284 (ido-wide-find-dir-or-delete-dir): New command for M-d.
22285 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
22286 (ido-read-file-name): Handle commands with ido property value
22287 equal to find-file as reading a file name, to allow C-d to enter dired.
22288 (ibuffer-find-file): Add ido property with value find-file.
22289
22290 2005-05-15 Kim F. Storm <storm@cua.dk>
22291
22292 * subr.el (open-network-stream-nowait): Remove.
22293 (open-network-stream-server): Remove.
22294
22295 2005-05-15 Richard M. Stallman <rms@gnu.org>
22296
22297 * faces.el (describe-face): Output a definition link button.
22298
22299 * help-mode.el (help-face-def): New button type.
22300
22301 * emacs-lisp/copyright.el (copyright-fix-years):
22302 Match properly if the first year is 2-digit.
22303 Don't mess up the whitespace after the years by filling.
22304
22305 * dired-aux.el (dired-mark-confirm):
22306 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
22307
22308 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
22309 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
22310 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
22311
22312 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22313 Set font-lock-comment-start-skip.
22314
22315 * font-lock.el (font-lock-comment-start-skip): New variable.
22316 (font-lock-comment-end-skip): New variable.
22317 (font-lock-fontify-syntactically-region): Use them if non-nil.
22318
22319 2005-05-15 Jay Belanger <belanger@truman.edu>
22320
22321 * calc/calc-store.el (calc-store-value): Return a string rather
22322 than display it as a message.
22323 Use calc-var-name for variable name.
22324 (calc-store-into): Add the result of calc-store-value to message.
22325 (calc-copy-variable): Add a message.
22326 (calc-store-exchange): Improve error messages.
22327 (calc-store-binary, calc-store-map): Don't reset the values of
22328 special constants.
22329
22330 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
22331
22332 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
22333 manual to docstring.
22334
22335 * files.el (hack-local-variables-confirm): Add STRING argument.
22336 Make the function handle non file visiting buffers correctly.
22337 (hack-local-variables-prop-line, hack-local-variables)
22338 (hack-one-local-variable): Use STRING arg of
22339 `hack-local-variables-confirm'.
22340
22341 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
22342
22343 Sync with Tramp 2.0.49.
22344
22345 * net/tramp.el (tramp-handle-dired-call-process)
22346 (tramp-handle-insert-directory):`insert-buffer' cannot be used
22347 because the contents of the Tramp buffer is changed before
22348 insertion (`expand-file' and alike).
22349 (tramp-handle-insert-directory): If `localname' has an empty
22350 nondirectory name, it must not be quoted.
22351 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
22352 variable `tramp-chunksize'. Change callees.
22353 (tramp-open-connection-setup-interactive-shell): Check remote host
22354 for buggy `send-process-string' implementation.
22355 Set `tramp-chunksize' if found. Reported by Michael Kifer
22356 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
22357 (tramp-handle-shell-command): `insert-buffer' cannot be used
22358 because the contents of the Tramp buffer is changed before
22359 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
22360 <frederic.bothamy@free.fr>.
22361 (tramp-set-auto-save): Actions should be done for Tramp file name
22362 handler only. Ange-FTP has its own auto-save mechanism.
22363 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22364 (tramp-set-auto-save-file-modes): Set file modes of
22365 `buffer-auto-save-file-name' to ?\600 as fallback solution.
22366 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
22367 (tramp-bug): Remove obsolete variable.
22368 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
22369 for presence of `mml-mode'. Make it running for older Emacsen as well.
22370
22371 2005-05-14 John Paul Wallington <jpw@pobox.com>
22372
22373 * ibuf-ext.el (define-ibuffer-filter filename):
22374 If `dired-directory' is a list, use its car.
22375
22376 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
22377
22378 * ibuffer.el (define-ibuffer-column filename):
22379 If `dired-directory' is a list, use its car.
22380
22381 2005-05-14 Richard M. Stallman <rms@gnu.org>
22382
22383 * subr.el (symbol-file): Doc fix.
22384
22385 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
22386 (byte-compile-form): Call byte-compile-nogroup-warn.
22387 (byte-compile-warning-types): Doc fix.
22388
22389 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
22390
22391 * progmodes/cc-engine.el (c-literal-faces):
22392 Add font-lock-comment-delimiter-face.
22393
22394 * net/net-utils.el (dig): Use with-no-warnings.
22395
22396 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
22397 (sc-recite-frame-alist, sc-default-cite-frame)
22398 (sc-default-uncite-frame, sc-default-recite-frame)
22399 (sc-attrib-selection-list, sc-rewrite-header-list):
22400 Mark as risky-local-variable.
22401
22402 * international/ogonek.el (ogonek-jak, ogonek-how):
22403 Don't use beginning-of-buffer.
22404
22405 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
22406
22407 * calendar/solar.el (solar-data-list): Move definition up.
22408
22409 * dnd.el (dnd-protocol-alist): Add autoload.
22410
22411 * progmodes/sh-script.el: Many doc usage fixes.
22412 (sh-indent-after-do): Change default to match common styles.
22413
22414 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
22415
22416 * files.el (interpreter-mode-alist)
22417 (auto-mode-interpreter-regexp): Doc fixes.
22418
22419 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
22420
22421 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
22422
22423 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
22424
22425 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22426
22427 * dired.el (dired-mode): make-variable-buffer-local =>
22428 make-local-variable.
22429
22430 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22431
22432 * term/mac-win.el (mac-select-convert-to-string): Try coding
22433 systems in mac-script-code-coding-systems if specified one cannot
22434 encode string for `com.apple.traditional-mac-plain-text'.
22435
22436 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
22437
22438 * progmodes/make-mode.el (makefile-targets-face)
22439 (makefile-shell-face, makefile-makepp-perl-face): New faces.
22440 (makefile-dependency-regex): Fix it to not make the colon in
22441 $(var:a=b) special.
22442 (makefile-rule-action-regex): New regexp for highlighting embedded
22443 Shell strings.
22444 (makefile-macroassign-regex): Handle != for highlighting as
22445 embedded Shell strings.
22446 (makefile-var-use-regex): New const.
22447 (makefile-statements, makefile-automake-statements)
22448 (makefile-gmake-statements, makefile-makepp-statements)
22449 (makefile-bsdmake-statements): New consts.
22450 (makefile-make-font-lock-keywords): New function.
22451 (makefile-automake-font-lock-keywords)
22452 (makefile-gmake-font-lock-keywords)
22453 (makefile-makepp-font-lock-keywords)
22454 (makefile-bsdmake-font-lock-keywords): New consts.
22455 (makefile-mode-map): Add switchers between the various submodes.
22456 (makefile-mode): Document the availability of the variants.
22457 (makefile-automake-mode, makefile-gmake-mode)
22458 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
22459
22460 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
22461 new variants of makefile-mode.
22462
22463 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22464
22465 * font-lock.el (font-lock-comment-delimiter-face): Fix up
22466 the inheritance.
22467
22468 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
22469
22470 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
22471 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
22472
22473 * files.el (normal-mode): Extend the scope of the
22474 `enable-local-variables' binding to include the `set-auto-mode' call.
22475 (magic-mode-alist): Doc fix.
22476
22477 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
22478
22479 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
22480 font-lock-comment-face rather than copying its setting.
22481
22482 2005-05-12 Andreas Schwab <schwab@suse.de>
22483
22484 * eshell/esh-mode.el (eshell-send-input): Doc fix.
22485
22486 2005-05-12 Lute Kamstra <lute@gnu.org>
22487
22488 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
22489 defcustom for the mode hook variable. Delete the last argument.
22490 * generic-x.el: Fix callers of define-generic-mode.
22491 (generic-x-modes): Delete group.
22492 (show-tabs-tab-face, show-tabs-space-face): Put them in the
22493 generic-x customization group.
22494
22495 2005-05-12 Kim F. Storm <storm@cua.dk>
22496
22497 * font-lock.el (font-lock-negation-char-face): Default to "off".
22498
22499 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
22500 font-lock-negation-char-face to ! in !=.
22501
22502 2005-05-12 Masatake YAMATO <jet@gyve.org>
22503
22504 * add-log.el (find-change-log): Fix typos in the docstring
22505 of function.
22506
22507 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22508
22509 * international/latexenc.el (latexenc-find-file-coding-system):
22510 Avoid `re-search-forward' when looking for input encoding because
22511 of speed and safety. Better regular expressions for recognizing
22512 input encoding. Limit a search for TeX-master/tex-main-file to
22513 the local variable section.
22514
22515 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
22516
22517 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
22518 syntax of $ to "'" (quote).
22519
22520 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
22521
22522 * dnd.el (dnd-protocol-alist): Improve custom type.
22523
22524 * dired.el (dired-dnd-protocol-alist): New variable.
22525 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
22526 `dired-mode-hook' to the end.
22527
22528 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22529
22530 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
22531 comment-end if comment-start-skip is not set.
22532 Obey the font-lock-comment-delimiter-face variables.
22533
22534 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
22535
22536 * files.el (executable-find): Move from executable.el. Use
22537 locate-file.
22538 * progmodes/executable.el (executable-find): Move to files.el.
22539
22540 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
22541 when trying to ensure forward progress.
22542
22543 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
22544
22545 * mouse-sel.el (mouse-sel-follow-link-p): New function.
22546 (mouse-select, mouse-select-internal, mouse-extend-internal):
22547 Use it to implement mouse-1-click-follows-link functionality.
22548
22549 2005-05-11 Richard M. Stallman <rms@gnu.org>
22550
22551 * font-lock.el (font-lock-fontify-syntactically-region):
22552 Use font-lock-comment-delimiter-face for comment delimiters.
22553
22554 2005-05-10 Jay Belanger <belanger@truman.edu>
22555
22556 * calc/calc-help.el (calc-m-prefix-help): Add mention of
22557 preserving embedded modes.
22558
22559 2005-05-10 Richard M. Stallman <rms@gnu.org>
22560
22561 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
22562
22563 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
22564 Move from ada-stmt.el.
22565 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
22566
22567 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
22568 Move to ada-mode.el.
22569 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
22570
22571 * cus-edit.el (custom-file): Call file-chase-links.
22572
22573 * files.el (read-directory-name): Fix previous change.
22574 (hack-local-variables-confirm): New function.
22575 (hack-local-variables-prop-line, hack-local-variables)
22576 (hack-one-local-variable): Use it.
22577
22578 2005-05-10 Lute Kamstra <lute@gnu.org>
22579
22580 * font-lock.el (font-lock-keywords-alist)
22581 (font-lock-removed-keywords-alist): Clarify docstrings.
22582
22583 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
22584
22585 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
22586 (gdb-source-info): Check for preprocessor info.
22587 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
22588 a macro for a function.
22589 (gdb-info-breakpoints-custom): Try to find file again if not already
22590 found (user might have used GDB dir command).
22591 (gdb-get-location): Update gdb-location-alist correctly for change
22592 to gdb-info-breakpoints-custom.
22593
22594 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
22595 (gud-tooltip-print-command): Add gdbmi case.
22596 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
22597 preprocessor info.
22598
22599 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
22600
22601 * startup.el (fancy-splash-insert): Fix typo in doc string.
22602
22603 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
22604
22605 * obsolete/float.el (string-to-float):
22606 * obsolete/hilit19.el (hilit-add-pattern):
22607 * obsolete/rnews.el (news-parse-range, news-select-message)
22608 (news-get-pruned-list-of-files): Replace `string-to-int' by
22609 `string-to-number'.
22610
22611 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
22612 `find-file-not-found-hooks'; use `add-hook'.
22613 (uncompress-while-visiting): Set `write-file-functions', not
22614 `write-file-hooks'; use `add-hook'.
22615
22616 2005-05-09 Kim F. Storm <storm@cua.dk>
22617
22618 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
22619 (cua-paste): Handle clipboard action.
22620 (cua--init-keymaps): Remap clipboard-kill-region and
22621 clipboard-kill-ring-save.
22622
22623 2005-05-08 Eli Zaretskii <eliz@gnu.org>
22624
22625 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22626 Improve commentary.
22627
22628 * simple.el (next-error-overlay-arrow-position): Revert the change
22629 made on 2005-04-30.
22630
22631 2005-05-07 Jay Belanger <belanger@truman.edu>
22632
22633 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
22634 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
22635 `calc-sel-reselect'.
22636
22637 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
22638 Calc is in embedded mode.
22639
22640 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22641
22642 * progmodes/compile.el (compilation-setup):
22643 Set overlay-arrow-string to an empty string on text terminals.
22644
22645 * textmodes/ispell.el (ispell-program-name): Try looking for
22646 "aspell" along exec-path, and if found, use it as the default
22647 speller program.
22648
22649 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
22650
22651 * international/mule.el (sgml-xml-auto-coding-function):
22652 Recognize encoding='FOO' in single quotes as well as in double quotes.
22653
22654 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22655
22656 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
22657 as well as `interactive', so that defmacro* would recognize
22658 `declare' forms.
22659
22660 2005-05-07 Eli Zaretskii <eliz@gnu.org>
22661
22662 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
22663 Explain more about the LIGHTER arg's usage in the doc string.
22664 Add commentary to clarify what the code does. Fix the regexp that
22665 strips whitespace from LIGHTER. Quote LIGHTER before using it,
22666 since it could have characters special to regular expressions.
22667
22668 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22669
22670 * replace.el (occur-1): Bind inhibit-read-only so that
22671 erase-buffer doesn't barf on read-only text properties (likewise
22672 for add-text-properties in occur-engine). Mark buffer as unmodified.
22673 (occur-engine): Don't set buffer-read-only here.
22674
22675 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22676
22677 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
22678 list-buffers-directory. This caused the *cvs-commit* buffer to be
22679 sometimes mistakenly reused as a *cvs* buffer.
22680
22681 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
22682
22683 * tooltip.el: Move code for GUD tooltips into gud.el.
22684 (require): CL no longer needed to compile case.
22685 (tooltip-mode): Do not toggle functions for GUD tooltips.
22686 (tooltip-gud-tips-p): Remove. Replace with minor mode
22687 gud-tooltip-mode in gud.el.
22688 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
22689 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
22690 tooltip-gud prefix with gud-tooltip and obsolete.
22691 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
22692 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
22693 (tooltip-mouse-motion): Mouse movement functions/variable.
22694 Rename in gud.el by adding gud prefix.
22695 (tooltip-gud-original-filter, tooltip-gud-dereference)
22696 (tooltip-gud-event, tooltip-toggle-gud-tips)
22697 (tooltip-gud-process-output, tooltip-gud-print-command)
22698 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
22699 gud.el by replacing tooltip-gud prefix with gud-tooltip.
22700 (gdb-tooltip-print): Move to gdb-ui.el.
22701
22702 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
22703 (require): CL needed to compile case.
22704 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
22705 tooltip-gud-tips-p. Make it a minor-mode.
22706 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
22707 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
22708 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
22709 (gud-tooltip-change-major-mode)
22710 (gud-tooltip-activate-mouse-motions-if-enabled)
22711 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
22712 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
22713 (gud-tooltip-original-filter, gud-tooltip-dereference)
22714 (gud-tooltip-event, tooltip-toggle-gud-tips)
22715 (gud-tooltip-process-output, gud-tooltip-print-command)
22716 (gud-tooltip-tips): Move from tooltip.el.
22717
22718 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
22719 (gdb-cpp-define-alist-flags): Doc fix.
22720 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
22721 gud-tooltip-mode is t.
22722
22723 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
22724
22725 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
22726 evaporate if their text is deleted.
22727 (goto-address-at-point): Make it work as a mouse binding as well.
22728 (goto-address-at-mouse): Obsolete it. Update users.
22729
22730 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22731
22732 * calendar/appt.el (top-level): No longer activate on load.
22733
22734 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
22735
22736 * calendar/cal-bahai.el (mark-bahai-diary-entries):
22737 * net/webjump.el (webjump):
22738 * progmodes/idlw-help.el (idlwave-do-context-help1)
22739 (idlwave-highlight-linked-completions):
22740 * textmodes/po.el (po-find-file-coding-system-guts):
22741 Replace `assoc-ignore-case' by `assoc-string'.
22742
22743 2005-05-06 Eli Zaretskii <eliz@gnu.org>
22744
22745 * files.el (locate-file): Doc fix.
22746
22747 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
22748 Remove the redundant test for ms-dos.
22749
22750 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
22751 look for the preprocessor with exec-suffixes. If not found in
22752 standard places, look in exec-path. Remove most of the tests that
22753 used system-type.
22754
22755 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
22756
22757 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
22758
22759 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
22760 file-name clash with jka-compr.el on 8+3 filesystems.
22761
22762 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22763
22764 * term/mac-win.el: Don't define or bind scroll bar functions if
22765 x-toolkit-scroll-bars is t.
22766 (x-select-text, x-get-selection-value): Clear
22767 x-last-selected-text-clipboard if x-select-enable-clipboard is
22768 nil.
22769 (PRIMARY): Put mac-scrap-name property.
22770 (mac-select-convert-to-file-url): New function.
22771 (public.file-url): New selection target type. Add to
22772 selection-converter-alist.
22773 (x-get-selection, x-selection-value): Handle it.
22774 (x-cut-buffer-or-selection-value): New alias.
22775
22776 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22777
22778 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
22779 entry to avoid calling bibtex-find-entry with arg global
22780 being t. Remove arg key.
22781 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
22782 (bibtex-copy-summary-as-kill): Change accordingly.
22783
22784 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
22785
22786 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
22787 (org-agenda-date-later): Use with-current-buffer.
22788
22789 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
22790
22791 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
22792 (define-obsolete-variable-alias): Doc Fixes.
22793
22794 2005-05-06 Kim F. Storm <storm@cua.dk>
22795
22796 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
22797 vertical-motion when selective-display is active.
22798
22799 * ido.el (ido-setup-hook): New hook.
22800 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
22801 (ido-input-stack): New var.
22802 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
22803 ido-next-work-file binding to M-O.
22804 Bind M-f to ido-wide-find-file-or-pop-dir.
22805 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
22806 (ido-read-internal): Run ido-setup-hook.
22807 Catch quit in read-file-name and read-string to cancel edit.
22808 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
22809 Automatically pop-all when completing a directory name (RET).
22810 (ido-file-internal): Add with-no-warnings around ffap and dired code.
22811 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
22812 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
22813 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
22814 New functions for M-b/M-f to move among the directory components.
22815 (ido-make-merged-file-list): Catch quit to cancel merge.
22816 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
22817 (ido-completion-help): No warnings for ido-completion-buffer-full.
22818
22819 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
22820
22821 * font-lock.el (font-lock-negation-char-face): New face and variable.
22822 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
22823 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
22824 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
22825 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
22826
22827 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
22828
22829 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
22830 Fix typo in docstring.
22831
22832 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
22833 (ebrowse-print-statistics-line)
22834 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
22835
22836 * term/w32-win.el (image-library-alist): Add additional name for
22837 Xpm library.
22838
22839 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
22840
22841 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
22842 use gcc instead of cpp.
22843
22844 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
22845 (gdb-create-define-alist): Use it.
22846 (gdb-cpp-define-alist-program): Update for MS-DOS.
22847
22848 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
22849
22850 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
22851
22852 2005-05-04 Richard M. Stallman <rms@gnu.org>
22853
22854 * help.el (describe-key): No error when UNTRANSLATED is nil.
22855
22856 * simple.el (line-move-1): Fix previous change to signal errors
22857 appropriately.
22858
22859 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
22860
22861 * calendar/icalendar.el (icalendar-version): Now at 0.12.
22862 (icalendar-duration-correction): Remove.
22863 (icalendar--get-event-properties): Split result at commas.
22864 (icalendar--decode-isoduration): New optional argument
22865 DURATION-CORRECTION.
22866 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
22867 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
22868 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
22869 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
22870 (icalendar--convert-anniversary-to-ical): New functions, extracted
22871 from icalendar-export-region, with bug fixes.
22872 (icalendar-export-region): Use the above functions.
22873 (icalendar-import-buffer): Check before saving diary file.
22874 (icalendar--convert-recurring-to-diary)
22875 (icalendar--convert-non-recurring-all-day-to-diary)
22876 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
22877 extracted from icalendar--convert-ical-to-diary, with bug fixes.
22878 (icalendar--convert-ical-to-diary): Use the above functions.
22879
22880 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
22881
22882 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
22883 Remove these recent additions.
22884 (c-mode): Restore to before 2005-04-28.
22885
22886 * progmodes/cc-vars.el (cc-define-list-program): Remove this
22887 recent addition.
22888
22889 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
22890 (gdb-define-alist): New variables.
22891 (gdb-create-define-alist): New function.
22892 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
22893 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
22894 with string-to-number.
22895 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
22896
22897 * progmodes/gud.el: Replace string-to-int with string-to-number.
22898 (gud-find-file): Handle gdb-define-alist.
22899
22900 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
22901
22902 2005-05-02 Jay Belanger <belanger@truman.edu>
22903
22904 * calc/calc-aent.el (math-read-token):
22905 * calc/calc-bin.el (calc-word-size):
22906 * calc/calc-ext.el (calc-read-number-fancy):
22907 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
22908 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
22909 * calc/calc-frac.el (calc-over-notation):
22910 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
22911 (calc-graph-num-points, calc-graph-init):
22912 * calc/calc-prog.el (calc-read-parse-table-part)
22913 (calc-edit-macro-repeats):
22914 * calc/calc-yank.el (calc-do-grab-rectangle):
22915 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
22916 Replace `string-to-int' by `string-to-number'.
22917
22918 2005-05-02 Kim F. Storm <storm@cua.dk>
22919
22920 * kmacro.el: Use executing-kbd-macro-index variable.
22921
22922 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
22923
22924 * net/rlogin.el (rlogin-parse-words): Delete func.
22925 (rlogin): Use split-string, not rlogin-parse-words.
22926 Also, if there are option-like elements in the parsed args,
22927 take the host to be the first arg immediately following them.
22928 Suggested by Michael Mauger.
22929
22930 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22931
22932 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
22933
22934 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22935
22936 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
22937 (cc-mode-cpp-program): Rename to cc-define-list-program and
22938 move to cc-vars.el.
22939
22940 * progmodes/cc-vars.el (cc-define-list-program):
22941 Change to "gcc -E -dM -". Make customizable.
22942
22943 2005-05-02 Kim F. Storm <storm@cua.dk>
22944
22945 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
22946
22947 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
22948
22949 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
22950
22951 * international/mule-util.el (truncate-string): Remove alias and
22952 obsolete declaration.
22953
22954 * international/mule-cmds.el (update-iso-coding-systems):
22955 Remove alias and obsolete declaration.
22956
22957 * international/mule.el (coding-system-parent): Remove alias and
22958 obsolete declaration.
22959
22960 * subr.el (define-function, sref): Remove aliases and obsolete
22961 declarations.
22962 (chars-in-region): Remove obsolete declaration.
22963
22964 2005-05-01 Richard M. Stallman <rms@gnu.org>
22965
22966 * info.el (Info-mode): Set widen-automatically to nil, locally.
22967
22968 * simple.el (widen-automatically): New variable.
22969 (pop-global-mark): Obey widen-automatically.
22970
22971 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
22972
22973 * term/xterm.el (function-key-map): Call substitute-key-definition
22974 before the keymap size is increased by a lot of define-key calls.
22975
22976 2005-05-01 Richard M. Stallman <rms@gnu.org>
22977
22978 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
22979 Rename ARG to ELEMENT. Doc fix.
22980
22981 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
22982
22983 * allout.el (allout-exposure): Remove macro and obsolete declaration.
22984 Remove references to allout-exposure/change to allout-new-exposure.
22985
22986 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
22987 bytecode symbols.
22988
22989 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
22990 (compiled-function-p, focus-frame, unfocus-frame):
22991 Remove aliases and obsolete declarations.
22992 Back out inadvertent changes from previous commit.
22993
22994 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
22995
22996 * files.el (require-final-newline): Make Custom tags consistent
22997 with mode-require-final-newline.
22998 (mode-require-final-newline): Doc fix.
22999
23000 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
23001
23002 * international/latexenc.el (latexenc-find-file-coding-system):
23003 Fix regular expressions.
23004
23005 2005-05-01 David Kastrup <dak@gnu.org>
23006
23007 * international/latexenc.el (latexenc-find-file-coding-system):
23008 Fix regular expressions.
23009
23010 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
23011
23012 * subr.el (string-to-int): Make obsolete.
23013
23014 2005-04-30 Richard M. Stallman <rms@gnu.org>
23015
23016 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
23017
23018 * loadup.el: load jka-comp-hook.
23019
23020 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
23021 (jka-compr-handler): Add autoload. `put' calls moved
23022 to jka-comp-hook.el.
23023 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
23024 (jka-compr-inhibit): Autoload.
23025
23026 * jka-comp-hook.el: New file.
23027 Enable the mode by default.
23028
23029 * files.el (backup-buffer-copy): Use copy-file instead
23030 of write-region, and put back the 'excl.
23031
23032 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
23033
23034 * progmodes/flymake.el (flymake-split-string)
23035 (flymake-split-string, flymake-log, flymake-pid-to-names)
23036 (flymake-reg-names, flymake-get-source-buffer-name)
23037 (flymake-unreg-names, flymake-add-line-err-info)
23038 (flymake-add-err-info): Clarify docstrings.
23039 (flymake-popup-menu, flymake-make-emacs-menu)
23040 (flymake-make-xemacs-menu): Add docstrings.
23041 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
23042 Set variables directly throughout.
23043
23044 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
23045
23046 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
23047 exists. Initialize cc-define-alist.
23048 (c-mode): Add cc-create-define-alist locally to after-save-hook.
23049 If there is no file (Macroexpansion) don't create an alist.
23050
23051 2005-04-29 Sam Steingold <sds@gnu.org>
23052
23053 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
23054 (cc-create-define-alist): Use it instead of the hard-coded string.
23055
23056 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
23057
23058 * international/mule-conf.el (file-coding-system-alist): Fix regexp
23059 for latexenc.
23060
23061 2005-04-29 Lute Kamstra <lute@gnu.org>
23062
23063 * emacs-lisp/generic.el: Improve commentary section.
23064 (define-generic-mode): Improve docstring.
23065
23066 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
23067
23068 * textmodes/org.el (many places): Change to quiet the byte compiler.
23069 (org-prefix-format-compiled): New variable.
23070 (org-compile-prefix-format): New function.
23071 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
23072 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
23073 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
23074 (org-get-entries-from-diary): Use `org-get-time-of-day' for
23075 consistency with entries from `org-mode' files.
23076 (org-get-time-of-day): Fix bug with partial matches early in a line.
23077 (org-non-link-chars): New constant.
23078 (org-link-regexp): Respect `org-non-link-chars'.
23079 (org-agenda-day-view): Remove command.
23080 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
23081 (org-follow-bbdb-link, org-store-link): Search also company field.
23082 (org-highlight-overlay): New variable.
23083 (org-highlight, org-unhighlight): New functions.
23084 (org-agenda-mode): Add pre-command-hook to remove highlight.
23085 (org-evaluate-time-range): Behavior depends upon whether time stamp
23086 contains a time or not.
23087 (org-show-subtree, org-show-entry): New functions.
23088 (org-agenda-cleanup-fancy-diary): Remove empty lines.
23089
23090 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
23091
23092 * comint.el (comint-output-filter-functions): Add autoload cookie.
23093
23094 2005-04-28 Kim F. Storm <storm@cua.dk>
23095
23096 * ido.el (ido-everywhere): Fix last change.
23097
23098 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
23099
23100 * international/latexenc.el: New file.
23101 * international/mule-conf.el (file-coding-system-alist): For .tex,
23102 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
23103
23104 2005-04-28 Lute Kamstra <lute@gnu.org>
23105
23106 * font-lock.el (font-lock-add-keywords)
23107 (font-lock-remove-keywords): Clarify docstring.
23108 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
23109 Don't start docstrings with a `*'.
23110 (font-lock-update-removed-keyword-alist): Give it a docstring.
23111
23112 * generic-x.el: Update commentary section.
23113 Only require font-lock when compiling.
23114 Define all modes conditionally.
23115 Place all generic modes in the generic-x-modes customization group.
23116 (generic-x-modes): New customization group.
23117 (generic-default-modes, generic-mswindows-modes)
23118 (generic-unix-modes, generic-other-modes): New constants.
23119 (generic-define-mswindows-modes, generic-define-unix-modes):
23120 Update docstrings. Make them obsolete.
23121 (generic-extras-enable-list): New default value. Update docstring.
23122 Improve :type. Change :set function.
23123 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
23124 Fix docstring.
23125
23126 * emacs-lisp/generic.el (generic-mode-internal):
23127 Simplify font-lock-defaults.
23128 (define-generic-mode): Fix docstring.
23129
23130 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
23131
23132 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
23133 font-lock-face property to highlight matches.
23134
23135 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
23136
23137 * progmodes/cc-mode.el (cc-create-define-alist): New function.
23138 (cc-define-alist): New variable.
23139 (c-mode): Make it local and initialize it.
23140
23141 * progmodes/gdb-ui.el (gdb-active-process): New variable.
23142 (gdb-exited): New function.
23143 (gdb-annotation-rules): Use it.
23144 (gdb-starting): Set gdb-active-process to t.
23145 (gdb-stopping): Amend doc string.
23146 (gdb-reset): Set gdb-active-process to nil.
23147
23148 * tooltip.el (tooltip-gud-tips): Show the associated #define
23149 directives when a C program under GDB is not executing.
23150
23151 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
23152
23153 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
23154 font-lock-fontify-syntactic-keywords.
23155
23156 * font-lock.el (font-lock-default-fontify-region): Don't force
23157 parse-sexp-lookup-properties to nil.
23158
23159 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
23160
23161 * man.el (man-mode-syntax-table): Set up `:' to have
23162 word-constituent syntax.
23163
23164 2005-04-27 Lute Kamstra <lute@gnu.org>
23165
23166 * novice.el (disable-command): Don't add spurious newlines to the
23167 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
23168
23169 2005-04-26 Jay Belanger <belanger@truman.edu>
23170
23171 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
23172 than one window before deleting window.
23173
23174 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
23175
23176 * shell.el (shell-prompt-pattern): Doc fix.
23177 (shell-mode): Set paragraph-separate buffer locally to "\\'".
23178
23179 * comint.el (comint-prompt-regexp, comint-get-old-input)
23180 (comint-use-prompt-regexp)
23181 (comint-use-prompt-regexp-instead-of-fields)
23182 (comint-replace-by-expanded-history, comint-send-input)
23183 (comint-output-filter, comint-get-old-input-default)
23184 (comint-line-beginning-position, comint-bol, comint-show-output)
23185 (comint-backward-matching-input, comint-forward-matching-input)
23186 (comint-next-prompt, comint-previous-prompt):
23187 Rename `comint-use-prompt-regexp-instead-of-fields' to
23188 `comint-use-prompt-regexp'. Keep old name as alias and declare
23189 obsolete.
23190 (comint-use-prompt-regexp): Shorten first line of doc string.
23191
23192 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
23193 Set paragraph-separate buffer locally to "\\'".
23194
23195 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
23196 Adapt to above name change.
23197
23198 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
23199 (smbclient-prompt-regexp): Ditto.
23200
23201 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
23202
23203 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
23204
23205 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
23206 gdb-location-list.
23207 Break lines that are over 80 characters wide.
23208
23209 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
23210
23211 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
23212 New fun and var, to preserve compatibility.
23213
23214 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
23215
23216 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
23217
23218 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
23219 name to file-newer-than-file-p.
23220
23221 2005-04-26 Richard M. Stallman <rms@gnu.org>
23222
23223 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
23224
23225 * progmodes/python.el (python-mode):
23226 Use new name eldoc-documentation-function.
23227
23228 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
23229
23230 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
23231 (eldoc-documentation-function):
23232 Rename from eldoc-print-current-symbol-info-function. Calls changed.
23233
23234 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
23235
23236 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
23237
23238 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23239
23240 * term/xterm.el (function-key-map): Fix strings for
23241 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
23242 {C,S,A,C-S}-{f1-f12}.
23243
23244 2005-04-26 Kenichi Handa <handa@m17n.org>
23245
23246 * international/mule-cmds.el (select-safe-coding-system):
23247 Fix previous change.
23248
23249 2005-04-26 Lute Kamstra <lute@gnu.org>
23250
23251 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
23252
23253 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
23254 (font-lock-comment-delimiter-face): Ditto.
23255
23256 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
23257
23258 2005-04-25 Jay Belanger <belanger@truman.edu>
23259
23260 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
23261 to t while inserting information; use help-mode.
23262
23263 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
23264
23265 * term.el (ansi-term-color-vector): Use the xterm colors.
23266 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
23267
23268 2005-04-25 Lute Kamstra <lute@gnu.org>
23269
23270 * font-core.el (font-lock-defaults): Fix docstring.
23271
23272 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
23273
23274 2005-04-25 Kenichi Handa <handa@m17n.org>
23275
23276 * international/mule-cmds.el (select-safe-coding-system):
23277 Don't check consistency with coding: spec, etc if raw-text or
23278 no-conversion was found to be safe.
23279
23280 2005-04-24 Richard M. Stallman <rms@gnu.org>
23281
23282 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
23283 citation markers at start of each line.
23284
23285 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
23286 citation markers at start of each line.
23287
23288 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
23289
23290 * files.el (mode-require-final-newline): Fix previous change.
23291 (require-final-newline): Fix type label.
23292
23293 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
23294
23295 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
23296 statement in buffer (broken by 2004-11-24 change).
23297
23298 2005-04-24 Kim F. Storm <storm@cua.dk>
23299
23300 * ido.el (ido-everywhere): Save and restore old read-buffer-function
23301 and read-file-name-function values. Don't overwrite existing
23302 non-nil values if ido-mode is enabled without ido-everywhere.
23303
23304 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
23305
23306 * files.el (mode-require-final-newline): Minor doc fix.
23307
23308 2005-04-24 Eli Zaretskii <eliz@gnu.org>
23309
23310 * subr.el (syntax-after): Doc fix.
23311 (syntax-class): If argument is nil, return nil. Mask off upper 16
23312 bits, not 8 bits.
23313
23314 * files.el (mode-require-final-newline): Doc fix.
23315 (backup-buffer-copy): Fix last change.
23316
23317 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23318
23319 * term/mac-win.el: Require select. Set selection-coding-system to
23320 mac-system-coding-system. Call menu-bar-enable-clipboard.
23321 (x-last-selected-text-clipboard, x-last-selected-text-primary)
23322 (x-select-enable-clipboard): New variables.
23323 (x-select-text, x-get-selection, x-selection-value)
23324 (x-get-selection-value, mac-select-convert-to-string)
23325 (mac-services-open-file, mac-services-open-selection)
23326 (mac-services-insert-text): New functions.
23327 (CLIPBOARD, FIND): Put mac-scrap-name property.
23328 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
23329 (public.tiff): Put mac-ostype property.
23330 (selection-converter-alist): Add entries for them.
23331 (mac-application-menu-map): New keymap.
23332 (interprogram-cut-function, interprogram-paste-function): Set to
23333 x-select-text and x-get-selection-value, respectively.
23334 (split-window-keep-point): Set to t.
23335
23336 2005-04-23 Richard M. Stallman <rms@gnu.org>
23337
23338 * files.el (read-directory-name): Always pass non-nil
23339 DEFAULT-FILENAME arg to read-file-name.
23340 (backup-buffer-copy, basic-save-buffer-2): Take care against
23341 writing thru an unexpected existing symlink.
23342 (revert-buffer): In indirect buffer, revert the base buffer.
23343 (magic-mode-alist): Doc fix.
23344 (buffer-stale-function): Doc fix.
23345 (minibuffer-with-setup-hook): Avoid warning.
23346 (mode-require-final-newline): Doc and custom fix.
23347
23348 * follow.el (follow-end-of-buffer): Use with-no-warnings.
23349
23350 * font-lock.el (font-lock-comment-face): On terminals with few colors,
23351 use the default appearance.
23352 (font-lock-comment-delimiter-face): New face, new variable.
23353
23354 * imenu.el (imenu--generic-function): The official position of a
23355 definition is the start of the line that BEG is in.
23356
23357 * midnight.el (midnight-timer): Move defvar up.
23358
23359 * mouse.el (mouse-drag-region-1): Delete some debugging code.
23360
23361 * saveplace.el (save-place-to-alist): Use with-no-warnings.
23362
23363 * startup.el (command-line): Use with-no-warnings.
23364
23365 * window.el (window-size-fixed): New defvar.
23366
23367 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
23368
23369 * mail/rmail.el (rmail-font-lock-keywords):
23370 Use font-lock-comment-delimiter-face.
23371
23372 * mail/sendmail.el (mail-font-lock-keywords):
23373 Use font-lock-comment-delimiter-face.
23374
23375 * progmodes/compile.el (next-error-highlight-timer): New defvar.
23376
23377 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
23378
23379 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23380 Specify t for LAXMATCH when matching directories.
23381 Save match data around compilation-compat-error-properties form.
23382
23383 2005-04-23 David Kastrup <dak@gnu.org>
23384
23385 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
23386 Mention that the autoloaded aliases should be kept for AUCTeX.
23387
23388 2005-04-23 Andreas Schwab <schwab@suse.de>
23389
23390 * isearch.el (isearch-forward): Doc fix.
23391
23392 2005-04-23 Eli Zaretskii <eliz@gnu.org>
23393
23394 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
23395 (jit-lock-stealth-nice): Change default value to 0.5.
23396
23397 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
23398
23399 * abbrev.el (write-abbrev-file): Write table entries in
23400 alphabetical order by table name.
23401
23402 2005-04-22 Kim F. Storm <storm@cua.dk>
23403
23404 * ido.el (ido-read-internal): Fix `list' completion.
23405
23406 2005-04-22 Kenichi Handa <handa@m17n.org>
23407
23408 * recentf.el (recentf-save-file-coding-system): New variable.
23409 (recentf-save-list): Encode the file by
23410 recentf-save-file-coding-system and add coding: tag.
23411
23412 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
23413
23414 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
23415
23416 2005-04-21 Lute Kamstra <lute@gnu.org>
23417
23418 * loadhist.el (unload-feature): Don't remove a function from hooks
23419 if it is about to be restored to an autoload . Remove functions
23420 that will become unbound from auto-mode-alist. Simplify the code.
23421
23422 * subr.el (assq-delete-all): New implementation that is linear,
23423 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
23424 (rassq-delete-all): New function.
23425
23426 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23427 Add size-indication-mode.
23428
23429 2005-04-21 Kenichi Handa <handa@m17n.org>
23430
23431 * international/mule-cmds.el: Add autoload for widget-value in
23432 eval-when-compile.
23433
23434 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
23435
23436 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
23437 Add tooltip-mode.
23438
23439 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
23440
23441 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
23442
23443 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
23444 (inferior-lisp-filter-regexp, inferior-lisp-program)
23445 (inferior-lisp-load-command, inferior-lisp-prompt)
23446 (inferior-lisp-mode-hook, lisp-source-modes)
23447 (inferior-lisp-load-hook): defvar->defcustom.
23448 (inferior-lisp-program, inferior-lisp-prompt)
23449 (inferior-lisp-load-hook): Doc fixes.
23450 (inferior-lisp-install-letter-bindings): Small change in
23451 introductory comment.
23452
23453 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
23454
23455 * vc.el (vc-annotate-color-map): Change some colors so that text
23456 using them as foreground is readable on both white and black
23457 backgrounds.
23458
23459 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
23460
23461 * international/mule-conf.el (translation-table-for-input):
23462 Remove redundant declaration.
23463
23464 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23465
23466 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
23467
23468 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
23469 (tooltip-toggle-gud-tips): New function.
23470
23471 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23472
23473 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
23474 right angle brackets.
23475
23476 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
23477
23478 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
23479
23480 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
23481
23482 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
23483 Remove. Update callers to use expand-file-name instead.
23484
23485 * subr.el (syntax-class): New function.
23486
23487 * simple.el (blink-matching-open): Use it.
23488
23489 * paren.el (show-paren-function): Use it to recognize parens that are
23490 also used in 2-char comment markers.
23491
23492 2005-04-19 Lute Kamstra <lute@gnu.org>
23493
23494 * loadhist.el (unload-feature): Update for new format of
23495 load-history. Simplify the code.
23496
23497 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23498
23499 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
23500 (mac-add-charset-info): New function. Initialize variable
23501 mac-charset-info-alist using it.
23502 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
23503 for translation.
23504 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
23505 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
23506 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
23507 New CCL programs.
23508
23509 2005-04-19 Kim F. Storm <storm@cua.dk>
23510
23511 * simple.el (next-buffer, prev-buffer, next-error)
23512 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23513 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
23514
23515 * bindings.el (next-buffer, prev-buffer, next-error)
23516 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
23517 (clone-indirect-buffer-other-window): Move bindings from simple.el.
23518 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
23519 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
23520
23521 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
23522
23523 * isearch.el (isearch-edit-string): Make the search-ring available for
23524 minibuffer history commands.
23525 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
23526 the default history commands now work just as well.
23527 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
23528
23529 2005-04-18 Kim F. Storm <storm@cua.dk>
23530
23531 * emulation/cua-base.el (cua--pre-command-handler): Add more
23532 elaborate check for shift modifier on non-window systems.
23533
23534 2005-04-18 Lars Hansen <larsh@math.ku.dk>
23535
23536 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
23537
23538 2005-04-18 Kim F. Storm <storm@cua.dk>
23539
23540 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
23541 and make it optional. Don't test tooltip-gud-echo-area here.
23542 (tooltip-gud-process-output, gdb-tooltip-print):
23543 Pass tooltip-gud-echo-area to tooltip-show.
23544 (tooltip-help-tips): Remove second optional arg to tooltip-show.
23545
23546 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23547
23548 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
23549 `display-graphic-p' may not be bound yet.
23550
23551 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
23552
23553 * startup.el (command-line): No longer enable Xterm Mouse mode by
23554 default in terminals compatible with xterm.
23555
23556 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
23557
23558 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
23559
23560 * tooltip.el (tooltip-gud-echo-area): Rename from
23561 tooltip-use-echo-area.
23562 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
23563 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
23564 area independently of where help tooltips are displayed.
23565
23566 2005-04-17 David Kastrup <dak@gnu.org>
23567
23568 * cus-theme.el (custom-theme-write-variables): Quote variables
23569 where necessary.
23570
23571 2005-04-17 Richard M. Stallman <rms@gnu.org>
23572
23573 * simple.el (yank-excluded-properties): Add follow-link to value.
23574
23575 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
23576
23577 * startup.el (fancy-splash-max-time): Just 30 seconds.
23578 (fancy-splash-delay): Just 7.
23579 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
23580
23581 * loadhist.el (unload-feature): Update for new format of load-history.
23582 Simplify the code.
23583
23584 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
23585 (rmail-font-lock-keywords): Don't fontify the text of a citation.
23586
23587 * mail/sendmail.el (mail-font-lock-keywords):
23588 Don't fontify subject text.
23589 Don't fontify the text of a citation.
23590
23591 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
23592
23593 * comint.el (comint-output-filter): Run comint-output-filter-functions
23594 with point where the user had it.
23595
23596 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
23597
23598 * international/ucs-tables.el (ucs-set-table-for-input):
23599 Disable when using unify-on-decoding.
23600
23601 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
23602
23603 * emulation/cua-base.el (cua-global-mark-face): Add special case
23604 for displays supporting a high number of colors.
23605
23606 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
23607
23608 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
23609
23610 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
23611
23612 * filesets.el (filesets-add-buffer): If user supplies a name of a
23613 non-existing fileset, create a new fileset.
23614
23615 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
23616
23617 * textmodes/org.el (org-up-heading-all): Fix bug with
23618 `outline-up-heading-all'.
23619
23620 2005-04-16 Andreas Schwab <schwab@suse.de>
23621
23622 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
23623 /etc/permissions.d/* and /etc/aliases.d/*.
23624
23625 2005-04-16 Kenichi Handa <handa@m17n.org>
23626
23627 * international/code-pages.el (cp-make-coding-system):
23628 Set `translation-table-for-input' property value to the symbol
23629 ucs-mule-to-mule-unicode, not to that value.
23630 (pt154): Escape guillemet by `\'.
23631
23632 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
23633
23634 * loadup.el: Load tooltip if x-show-tip is fboundp.
23635
23636 * startup.el (command-line): Add comment.
23637
23638 * tooltip.el (tooltip-mode): Specify correct standard value for
23639 Custom in init-value.
23640
23641 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
23642
23643 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
23644 possible.
23645
23646 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
23647
23648 * textmodes/org.el (org-agenda-date-prompt): Rename from
23649 `org-agenda-date-today'.
23650 (org-evaluate-time-range): Insert at point instead of directly
23651 after time range.
23652 (org-first-headline-recenter, org-subtree-end-visible-p)
23653 (org-optimize-window-after-visibility-change): New functions
23654 (org-agenda-post-command-hook): Don't allow point at end of line,
23655 to make sure it always hits the text properties.
23656 (org-agenda-next-date-line, org-agenda-previous-date-line):
23657 New commands.
23658 (org-set-regexps-and-options): Category may contain white space.
23659 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23660 Improve marker positions.
23661 (org-agenda-new-marker): Argument POS made optional.
23662 (org-agenda-get-timestamps): Deadlines which are done are listed
23663 in org-done-face now.
23664 (org-agenda-get-todos, org-agenda-get-timestamps)
23665 (org-agenda-get-deadlines, org-agenda-get-scheduled):
23666 Set `undone-face' and `done-face' properties.
23667 (org-last-todo-state-is-todo): New variable.
23668 (org-todo): Set `org-last-todo-state-is-todo'.
23669 (org-agenda-todo): Change face according to
23670 `org-last-todo-state-is-todo'. And change other lines referring to
23671 the same entry.
23672 (org-calendar-goto-agenda): New command.
23673 (org-calendar-to-agenda-key): New option.
23674 (org-startup-folded): New allowed value `content'.
23675 (org-set-regexps-and-options): Accept new value `content' for
23676 `org-startup-folded'.
23677 (org-get-current-options): Handle new value `content' for
23678 `org-startup-folded'.
23679 (org-insert-todo-heading): New command.
23680 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
23681 interactively in empty file and option
23682 `org-insert-mode-line-in-empty-file' has been set.
23683 (org-agenda-todo, org-agenda-priority): Modify to use
23684 `org-agenda-change-all-lines'.
23685 (org-warning-face): Change color on dark background
23686
23687 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23688
23689 * international/mule-cmds.el (set-locale-environment): On Mac OS,
23690 use preferences AppleLocale and AppleLanguages, and variable
23691 mac-system-locale for default locale. On Mac OS Classic, use
23692 mac-system-coding-system for default coding systems.
23693
23694 * term/mac-win.el: Don't set file-name-coding-system.
23695 Decode variables system-name, emacs-build-system, user-login-name, and
23696 user-full-name by mac-system-coding-system on Mac OS Classic.
23697 (mac-system-coding-system): New variable.
23698
23699 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
23700
23701 * startup.el (command-line): Handle `xterm-mouse-mode' before
23702 reading init file.
23703
23704 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
23705
23706 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
23707
23708 * progmodes/sh-script.el (sh-here-document-word): Make it a
23709 defcustom. Doc fix.
23710 (sh-add): Bash uses $(( )) for arithmetic.
23711 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
23712 (sh-maybe-here-document): Remove quotes and leading whitespace
23713 from heredoc word when closing. Indent heredoc with tabs if word
23714 starts with "-".
23715
23716 2005-04-13 Richard M. Stallman <rms@gnu.org>
23717
23718 * simple.el (undo): Fix previous change.
23719
23720 * custom.el (defface): Doc fix.
23721
23722 2005-04-13 Lute Kamstra <lute@gnu.org>
23723
23724 * Makefile.in (DONTCOMPILE): Remove list.
23725 (compile, compile-always): Don't use DONTCOMPILE.
23726 (update-authors): Load the library in which batch-update-authors
23727 is defined.
23728 * makefile.w32-in (DONTCOMPILE): Remove list.
23729 (compile, compile-always): Fix comments.
23730 (update-authors): Load the library in which batch-update-authors
23731 is defined.
23732
23733 * generic-x.el (generic-mode-ini-file-find-file-hook):
23734 Rename to ini-generic-mode-find-file-hook.
23735 Keep generic-mode-ini-file-find-file-hook as an alias.
23736 (ini-generic-mode-find-file-hook): Rename from
23737 generic-mode-ini-file-find-file-hook. Fix docstring.
23738 (ini-generic-mode): Docstring change.
23739 (bat-generic-mode-run-as-comint): Silence the byte compiler.
23740
23741 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
23742 called from lisp.
23743
23744 * generic.el: Move to the emacs-lisp subdir.
23745
23746 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
23747
23748 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
23749 and C-S- function and cursor motion keys.
23750
23751 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
23752
23753 * startup.el (command-line): Enable Xterm Mouse mode by default.
23754 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
23755 for Custom. No longer show "Mouse" in mode line when enabled.
23756 Doc fix.
23757
23758 2005-04-12 Kim F. Storm <storm@cua.dk>
23759
23760 * emulation/cua-base.el (cua-rectangle-face)
23761 (cua-rectangle-noselect-face): Define face attributes here.
23762
23763 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
23764
23765 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23766
23767 * startup.el (command-line): Turn off blinking cursor if
23768 cursorBlink in resources is off or false.
23769
23770 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23771
23772 * term/mac-win.el (dnd): Require dnd.
23773 (mac-drag-n-drop): Call dnd-handle-one-url.
23774 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
23775 (kTextEncodingISOLatin2): Remove constants.
23776 (mac-script-code-coding-systems): New constant.
23777 (mac-handle-language-change): New function.
23778 (special-event-map): Bind it to `language-change' event.
23779 (mac-centraleurroman, mac-cyrillic): New coding systems.
23780 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
23781 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
23782 and mac-cyrillic-encoder to encode-mac-centraleurroman and
23783 encode-mac-cyrillic, respectively.
23784
23785 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23786
23787 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
23788 Don't set overlay-arrow-string to "=>" as this is done
23789 globally in C now.
23790
23791 2005-04-12 Lute Kamstra <lute@gnu.org>
23792
23793 * generic-x.el (rc-generic-mode, rul-generic-mode):
23794 Fix auto-mode-alist entries.
23795 (etc-fstab-generic-mode): Tweak fontification.
23796
23797 * generic.el (generic-make-keywords-list): Fix docstring.
23798 (generic-mode-internal): Simplify generic-font-lock-keywords.
23799
23800 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23801
23802 * whitespace.el (whitespace-buffer-leading)
23803 (whitespace-buffer-trailing): Revert the incorrect test inversion.
23804 However, fix the highlight area for the leading and
23805 trailing whitespaces to show space.
23806
23807 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
23808
23809 * whitespace.el (whitespace-version): Bump to 3.5
23810
23811 (whitespace-buffer-leading, whitespace-buffer-trailing):
23812 Invert sense of the test to highlight the whitespace.
23813
23814 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23815
23816 * progmodes/gud.el (gud-display-line): GUD uses its own
23817 overlay arrow now so don't set overlay-arrow-string.
23818 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
23819
23820 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
23821
23822 * term.el (term-ansi-current-bold, term-ansi-current-underline)
23823 (term-ansi-current-reverse, term-ansi-current-invisible)
23824 (term-ansi-face-already-done): Change to boolean.
23825 (term-reset-terminal, term-handle-colors-array): Handle the above
23826 vars accordingly.
23827 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
23828 (term-emulate-terminal): Use the new name.
23829
23830 * faces.el (secondary-selection): Use yellow1, not yellow.
23831 (trailing-whitespace): Use red1, not red.
23832
23833 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23834
23835 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
23836 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
23837 (dired-dnd-handle-file): Call dnd-get-local-file-uri
23838
23839 * cus-edit.el (dnd): New group.
23840
23841 * term/w32-win.el (dnd): Require dnd
23842 (w32-drag-n-drop): Call dnd-handle-one-url.
23843
23844 * x-dnd.el: Require dnd.
23845 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
23846 Call dnd-handle-one-url.
23847 (x-dnd-types-alist, x-dnd-insert-utf8-text)
23848 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
23849 to dnd-insert-text.
23850 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
23851 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
23852 (x-dnd-get-local-file-name, x-dnd-open-local-file)
23853 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
23854
23855 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
23856
23857 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23858
23859 * wdired.el: Doc fixes.
23860 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
23861 (wdired-use-dired-vertical-movement): Rename from
23862 wdired-always-move-to-filename-beginning.
23863 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
23864 (wdired-change-to-wdired-mode): Change mode name.
23865 (wdired-newline): Delete.
23866
23867 2005-04-11 Richard M. Stallman <rms@gnu.org>
23868
23869 * whitespace.el (whitespace-highlight-the-space):
23870 Don't call whitespace-unhighlight-the-space here.
23871
23872 * simple.el (undo): Record t in undo-equiv-table
23873 for the redo record made by an undo-in-region.
23874
23875 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
23876
23877 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
23878 (gdb-frame-inferior-io-buffer): New Functions to control
23879 display of separate IO buffer.
23880 (menu): Add them to menu-bar.
23881 (gdb-display-buffer): Check for buffer another frame.
23882 Protect GUD buffer.
23883 (gdb-setup-windows): Create IO buffer if not already there.
23884 (gdb-memory-mode): Remove purecopy noops.
23885
23886 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23887
23888 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
23889 and pass to self-insert-command.
23890
23891 2005-04-11 Lute Kamstra <lute@gnu.org>
23892
23893 * generic.el: Commentary section cleanup.
23894 (generic): Delete.
23895 (generic-use-find-file-hook, generic-lines-to-scan)
23896 (generic-find-file-regexp, generic-ignore-files-regexp)
23897 (default-generic-mode, generic-mode-find-file-hook)
23898 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
23899 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
23900 (generic-use-find-file-hook, generic-lines-to-scan)
23901 (generic-find-file-regexp, generic-ignore-files-regexp)
23902 (default-generic-mode, generic-mode-find-file-hook)
23903 (generic-mode-ini-file-find-file-hook): Move from generic.el.
23904
23905 2005-04-10 Karl Fogel <kfogel@red-bean.com>
23906
23907 * bookmark.el (bookmark-write-file): Catch errors writing file.
23908 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
23909
23910 2005-04-10 Richard M. Stallman <rms@gnu.org>
23911
23912 * startup.el (fancy-splash-tail): Update copyright year.
23913 (command-line): Split part of -Q into -D.
23914 (emacs-basic-display): New defvar.
23915 (fancy-splash-text): Correct name of menu item.
23916
23917 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
23918
23919 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
23920 lines in one node.
23921
23922 * comint.el (comint-send-input): New arg ARTIFICIAL.
23923 Callers in this file changed.
23924
23925 * abbrev.el (define-abbrevs): Read system abbrevs properly.
23926
23927 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
23928
23929 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
23930
23931 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
23932 `ldap-search-internal'.
23933
23934 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23935
23936 * files.el (set-auto-mode-1): Use line-end-position.
23937
23938 * international/latin-1.el:
23939 * international/latin-2.el:
23940 * international/latin-3.el:
23941 * international/latin-4.el:
23942 * international/latin-5.el:
23943 * international/latin-8.el:
23944 * international/latin-9.el: Give punctuation syntax to NBSP.
23945
23946 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
23947 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
23948 Use char-classes to accept non-ascii letters, accepted in some recent
23949 bibtex implementations.
23950
23951 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
23952
23953 * custom.el (custom-set-minor-mode): Any non-nil value for the
23954 variable should enable the mode when set through Custom.
23955
23956 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
23957
23958 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
23959 TAB binding so tab-always-indent is obeyed.
23960 (vhdl-minibuffer-local-map): Move initialization into declaration.
23961 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
23962 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
23963 (vhdl-hooked-abbrev): Avoid test for XEmacs.
23964 (vhdl-current-line): Use line-beginning-position.
23965 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
23966 with-output-to-temp-buffer, so the current position can be recorded.
23967
23968 2005-04-10 Masatake YAMATO <jet@gyve.org>
23969
23970 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23971 Add regexp for gcov.
23972
23973 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
23974
23975 * calendar/time-date.el (time-to-seconds, seconds-to-time)
23976 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
23977 syntax which Emacs 20 doesn't support.
23978
23979 2005-04-09 Richard M. Stallman <rms@gnu.org>
23980
23981 * help.el (describe-key-briefly, describe-key):
23982 Replace strings as event types with "(any string)".
23983
23984 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
23985
23986 * arc-mode.el (archive-mode-map): Move initialization into
23987 the declaration. Override *all* bindings of `undo'.
23988 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
23989
23990 2005-04-09 Jay Belanger <belanger@truman.edu>
23991
23992 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
23993
23994 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
23995
23996 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
23997 (xterm-register-default-colors): Update color values computation
23998 to match xterm-200.
23999
24000 2005-04-09 Kenichi Handa <handa@m17n.org>
24001
24002 * international/code-pages.el (iso-latin-7): Fix the map.
24003
24004 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
24005
24006 * emacs-lisp/lisp.el (defun-prompt-regexp)
24007 (parens-require-spaces, buffer-end, end-of-defun)
24008 (insert-parentheses): Doc fixes.
24009
24010 2005-04-08 Kim F. Storm <storm@cua.dk>
24011
24012 * comint.el (comint-highlight-prompt): Fix face spec.
24013 * hi-lock.el (hi-green): Likewise.
24014
24015 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24016
24017 * cus-edit.el (custom-modified-face):
24018 * comint.el (comint-highlight-input): Fix previous changes.
24019 * term.el (term-handle-ansi-escape): Add a comment.
24020
24021 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
24022
24023 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
24024 in the buffer and in whitespace-highlighted-space.
24025 (whitespace-unhighlight-the-space): Simplify.
24026 (whitespace-buffer): Simplify.
24027
24028 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
24029
24030 * textmodes/table.el (table-cell-face): Add special case for
24031 displays supporting a high number of colors.
24032 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
24033 (vhdl-font-lock-reserved-words-face)
24034 (vhdl-speedbar-architecture-face)
24035 (vhdl-speedbar-instantiation-face)
24036 (vhdl-speedbar-architecture-selected-face)
24037 (vhdl-speedbar-instantiation-selected-face): Likewise.
24038 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
24039 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
24040 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
24041 (ebrowse-root-class-face, ebrowse-member-attribute-face)
24042 (ebrowse-progress-face): Likewise.
24043 * progmodes/compile.el (compilation-info-face): Likewise.
24044 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
24045 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
24046 * calendar/calendar.el (diary-face): Likewise.
24047 * woman.el (woman-italic-face, woman-bold-face)
24048 (woman-unknown-face): Likewise.
24049 * wid-edit.el (widget-button-pressed-face): Likewise.
24050 * whitespace.el (whitespace-highlight-face): Likewise.
24051 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
24052 * pcvs-info.el (cvs-marked-face): Likewise.
24053 * info.el (info-xref): Likewise.
24054 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
24055 * hilit-chg.el (highlight-changes-face)
24056 (highlight-changes-delete-face): Likewise.
24057 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
24058 (hi-red-b): Likewise.
24059 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
24060 * font-lock.el (font-lock-keyword-face)
24061 (font-lock-function-name-face, font-lock-warning-face): Likewise.
24062 * cus-edit.el (custom-invalid-face, custom-modified-face)
24063 (custom-set-face, custom-changed-face, custom-variable-tag-face)
24064 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
24065 * comint.el (comint-highlight-prompt): Likewise.
24066
24067 2005-04-08 Lute Kamstra <lute@gnu.org>
24068
24069 * font-lock.el (font-lock-keywords): Docstring fixes.
24070
24071 2005-04-08 Kenichi Handa <handa@m17n.org>
24072
24073 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
24074 chars are more than a limit, print " and more..." at the tail.
24075
24076 2005-04-08 Kim F. Storm <storm@cua.dk>
24077
24078 * emacs-lisp/authors.el (authors-aliases): Update list.
24079 (authors-ignored-files): New list.
24080 (authors-fixed-entries): Fix typo.
24081 (authors-renamed-files-alist): Update list.
24082 (authors-add): Check authors-ignored-files.
24083
24084 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
24085
24086 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
24087 optional, to ensure backward compatibility.
24088
24089 2005-04-08 Stephen Eglen <stephen@gnu.org>
24090
24091 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
24092
24093 2005-04-08 Kim F. Storm <storm@cua.dk>
24094
24095 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
24096
24097 * mouse.el (mouse-on-link-p): Doc fix.
24098
24099 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
24100
24101 * ielm.el (ielm-prompt-read-only): Doc fix.
24102
24103 * comint.el (comint-prompt-read-only): Doc fix.
24104
24105 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
24106
24107 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
24108 ensure dired always handles wildcards passed to ffap.
24109 (find-file-at-point): Use it.
24110 (ffap-dired-wildcards): Doc fix.
24111
24112 2005-04-07 Juri Linkov <juri@jurta.org>
24113
24114 * simple.el (next-error-overlay-arrow-position): New defvar.
24115 Put "=>" on its property `overlay-arrow-string'. Add it to
24116 `overlay-arrow-variable-list'.
24117
24118 * progmodes/compile.el (compilation-setup):
24119 Set `next-error-overlay-arrow-position' to nil. Also set it to
24120 nil in the local hook `kill-buffer-hook'. Make local variable
24121 `overlay-arrow-string' and set it to "=>".
24122 (compilation-goto-locus): Set BOL position to
24123 `next-error-overlay-arrow-position' instead of
24124 `overlay-arrow-position'.
24125
24126 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
24127 locally instead of adding it to the global hook.
24128 (Info-kill-buffer): Move up.
24129
24130 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
24131
24132 * term/xterm.el (xterm-standard-colors): Update color values from
24133 xterm-200.
24134
24135 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
24136
24137 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
24138
24139 * fast-lock.el:
24140 * lazy-lock.el: Move them to the obsolete subdir.
24141
24142 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24143
24144 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
24145 (wdired-add-replace-advice): Remove.
24146 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
24147
24148 2005-04-06 Kim F. Storm <storm@cua.dk>
24149
24150 * startup.el (command-line): Add --bare-bones alias for -Q.
24151
24152 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24153
24154 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
24155 create the startup fontset if a font specification ends with
24156 `mac-roman'.
24157
24158 2005-04-06 Lute Kamstra <lute@gnu.org>
24159
24160 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
24161 change.
24162
24163 * emacs-lisp/copyright.el (copyright-update-year): Replace the
24164 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
24165
24166 2005-04-05 Lute Kamstra <lute@gnu.org>
24167
24168 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
24169 (define-generic-mode): Ditto. Fix debug declaration.
24170
24171 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
24172 Put them in the generic-x group.
24173
24174 * calendar/timeclock.el (timeclock): Doc fix.
24175
24176 * generic.el (define-generic-mode): Don't use custom-current-group.
24177 Document default :group value.
24178 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
24179 (define-global-minor-mode): Don't use custom-current-group.
24180
24181 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
24182
24183 * startup.el (command-line-1): Display startup-echo-area-message
24184 when fancy splash screen is in use.
24185
24186 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
24187 (sh-escaped-newline): New face.
24188 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
24189 newline, and use sh-escaped-newline face.
24190
24191 * progmodes/tcl.el (tcl-escaped-newline): New face.
24192 (tcl-builtin-list): New variable.
24193 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
24194 newlines. Fix keywords subexpression number.
24195
24196 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
24197
24198 * textmodes/org.el (org-diary-default-entry): Fix call to
24199 `add-to-diary-entry'.
24200
24201 2005-04-05 Kim F. Storm <storm@cua.dk>
24202
24203 * ediff-init.el: Use (featurep 'xemacs).
24204
24205 2005-04-05 David Ponce <david@dponce.com>
24206
24207 * cus-edit.el (face): Derive from symbol widget. Display sample
24208 of the current face on the fly.
24209 (widget-face-sample-face-get, widget-face-notify): New functions.
24210 (widget-face-value-create): Remove.
24211
24212 * wid-edit.el (widget-field-end): Temporarily remove field
24213 narrowing before to call `get-char-property'.
24214
24215 2005-04-04 Jay Belanger <belanger@truman.edu>
24216
24217 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
24218 (math-read-subscripts): New variable.
24219 (math-read-preprocess-string): Process subscripts.
24220
24221 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
24222
24223 * comint.el (comint-prompt-read-only): Doc fix.
24224
24225 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
24226 `-1'. Doc fix.
24227
24228 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
24229
24230 * textmodes/org.el (org-insert-mode-line-in-empty-file):
24231 Change default value to nil.
24232
24233 2005-04-04 Lute Kamstra <lute@gnu.org>
24234
24235 * autorevert.el (auto-revert-mode): Specify :group.
24236 * battery.el (display-battery-mode): Specify :group.
24237 * diff-mode.el (diff-minor-mode): Specify :group.
24238 * font-core.el (font-lock-mode): Specify :group.
24239 * hl-line.el (hl-line-mode): Specify :group.
24240 * iimage.el (iimage): New customization group.
24241 (iimage-mode): Specify :group.
24242 * longlines.el (longlines-mode): Specify :group.
24243 * master.el: Don't require easy-mmode.
24244 (master): New customization group.
24245 (master-mode): Specify :group.
24246 * msb.el (msb-mode): Specify :group.
24247 * reveal.el (reveal-mode): Specify :group.
24248 * simple.el (next-error-follow-minor-mode): Specify :group.
24249 * smerge-mode.el (smerge-mode): Specify :group.
24250 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
24251 * emulation/cua-base.el (cua-mode): Specify :group.
24252 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
24253 * language/thai-util.el (thai-auto-composition-mode)
24254 (thai-word-mode): Specify :group.
24255 * mail/supercite.el (sc-minor-mode): Specify :group.
24256 * progmodes/cwarn.el (cwarn-mode): Specify :group.
24257 * progmodes/flymake.el (flymake-mode): Specify :group.
24258 * progmodes/glasses.el (glasses-mode): Specify :group.
24259 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
24260 * textmodes/enriched.el (enriched-mode): Specify :group.
24261 * textmodes/refill.el (refill-mode): Specify :group.
24262
24263 * add-log.el (change-log-font-lock-keywords): Names in
24264 parenthesized lists can contain spaces.
24265
24266 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
24267
24268 * startup.el (fancy-splash-text): Shorten default text of
24269 "Emacs Tutorial" line. Also, if the current language env
24270 indicates an available tutorial file other than TUTORIAL,
24271 extract its title and append it to the line in parentheses.
24272 (fancy-splash-insert): If arg is a thunk, funcall it.
24273
24274 2005-04-04 Jay Belanger <belanger@truman.edu>
24275
24276 * calc.el (calc-language-alist): Add tags to customization type.
24277
24278 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
24279
24280 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
24281 Doc fix.
24282
24283 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
24284
24285 * add-log.el (change-log-font-lock-keywords): The manual
24286 describing a Change Log entry, says: (...) "Aside from these
24287 header lines, every line in the change log starts with a space or
24288 a tab.". The font-lock was not highlighting lines started with
24289 spaces, added support for it.
24290
24291 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24292
24293 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
24294 (bibtex-generate-url-list): Update docstring accordingly. Put the
24295 complex example in the docstring.
24296 (bibtex-font-lock-url): Use pop.
24297
24298 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
24299
24300 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
24301
24302 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
24303
24304 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
24305
24306 * filesets.el (filesets-set-default): Doc fix.
24307
24308 2005-04-03 Lute Kamstra <lute@gnu.org>
24309
24310 * generic.el (define-generic-mode): Add argument to specify
24311 keywords for defcustom.
24312 (default-generic-mode): Specify :group.
24313
24314 * generic-x.el: Specify :group for all generic modes.
24315
24316 * desktop.el (desktop-no-desktop-file-hook)
24317 (desktop-after-read-hook): Doc fix.
24318
24319 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
24320
24321 * simple.el (visible-mode): Use explicit :group keyword.
24322 This changes the group of `visible-mode-hook' from paren-blinking
24323 to editing-basics.
24324
24325 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
24326
24327 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
24328 mailbox specifications as well as URLs.
24329 (rmail-insert-inbox-text): Remove unused conditional branches.
24330
24331 2005-04-01 Jay Belanger <belanger@truman.edu>
24332
24333 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
24334 (calc-gnuplot-print-command): Move definitions to calc.el.
24335
24336 * calc/calc-embed.el (calc-embedded-announce-formula)
24337 (calc-embedded-open-formula, calc-embedded-close-formula)
24338 (calc-embedded-open-word, calc-embedded-close-word)
24339 (calc-embedded-open-plain, calc-embedded-close-plain)
24340 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
24341 (calc-embedded-open-mode, calc-embedded-close-mode):
24342 Move definitions to calc.el.
24343
24344 * calc/calc.el (calc-settings-file, calc-language-alist):
24345 Make customizable.
24346 (calc-embedded-announce-formula, calc-embedded-open-formula)
24347 (calc-embedded-close-formula, calc-embedded-open-word)
24348 (calc-embedded-close-word, calc-embedded-open-plain)
24349 (calc-embedded-close-plain, calc-embedded-open-new-formula)
24350 (calc-embedded-close-new-formula, calc-embedded-open-mode)
24351 (calc-embedded-close-mode, calc-gnuplot-name)
24352 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
24353 from other files and make customizable.
24354
24355 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
24356
24357 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
24358 Use buffer-live-p.
24359 (cvs-mode-run): Don't call cvs-update-header here.
24360 (cvs-run-process): Call cvs-update-header.
24361 Use process properties for cvs-postprocess and cvs-buffer so that
24362 the sentinel can behave better if the temp buffer is killed.
24363 Use a pipe rather than a tty, to better handle unexpected prompts.
24364 (cvs-sentinel): Rewrite. Call cvs-update-header.
24365
24366 2005-04-01 Andre Spiegel <spiegel@gnu.org>
24367
24368 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
24369 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
24370
24371 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
24372
24373 * generic.el (define-generic-mode): Add indentation rule.
24374
24375 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
24376
24377 * files.el (mode-require-final-newline): Make Custom correctly
24378 report a nil value and allow to set it to nil via Custom.
24379 Doc fix.
24380
24381 2005-04-01 Kenichi Handa <handa@m17n.org>
24382
24383 * international/characters.el: Enable the correct case setting for
24384 dotless-i and dotted-I.
24385
24386 2005-04-01 Kim F. Storm <storm@cua.dk>
24387
24388 * ido.el (ido-file-internal): Fall back to non-ido command if
24389 initial directory is on slow ftp (or tramp) host.
24390
24391 2005-03-31 Richard M. Stallman <rms@gnu.org>
24392
24393 * emacs-lisp/autoload.el (make-autoload):
24394 Handle define-global-minor-mode.
24395
24396 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
24397 Rename from easy-mmode-define-global-mode.
24398 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
24399
24400 * progmodes/scheme.el (scheme-mode-syntax-table):
24401 Update syntax of | and # for two-character comment syntax.
24402
24403 2005-03-31 Lute Kamstra <lute@gnu.org>
24404
24405 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
24406 (define-minor-mode): Call custom-current-group at load-time.
24407
24408 * generic.el (define-generic-mode): Add debug declaration.
24409 Add defcustom for the mode hook.
24410 (generic-mode-internal): Use run-mode-hooks.
24411
24412 2005-03-31 Kim F. Storm <storm@cua.dk>
24413
24414 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
24415 (mouse-fixup-help-message): New defun called by show_help_echo
24416 to fixup mouse-2 prefix in help messages when applicable.
24417
24418 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
24419
24420 2005-03-31 Kenichi Handa <handa@m17n.org>
24421
24422 * language/thai-word.el (thai-find-word-ends): Pay attention to
24423 the case that we reach the end of buffer.
24424
24425 * textmodes/fill.el (fill-text-properties-at): New function.
24426 (fill-newline): Use fill-text-properties-at instead of
24427 text-properties-at.
24428
24429 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24430
24431 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
24432 not comint-quote-filename.
24433
24434 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
24435
24436 * help-fns.el (help-with-tutorial): Revert last change.
24437
24438 2005-03-31 Kim F. Storm <storm@cua.dk>
24439
24440 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
24441
24442 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
24443
24444 * calendar/cal-china.el: Update reference to "Calendrical
24445 Calculations" book; there's a new edition.
24446 * calendar/cal-coptic.el: Likewise.
24447 * calendar/cal-french.el: Likewise.
24448 * calendar/cal-hebrew.el: Likewise.
24449 * calendar/cal-islam.el: Likewise.
24450 * calendar/cal-iso.el: Likewise.
24451 * calendar/cal-julian.el: Likewise.
24452 * calendar/cal-mayan.el: Likewise.
24453 * calendar/cal-persia.el: Likewise.
24454 * calendar/calendar.el: Likewise.
24455 * calendar/holidays.el: Likewise.
24456 * calendar/lunar.el: Likewise.
24457 * calendar/solar.el: Likewise.
24458
24459 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
24460 white space from doc string.
24461
24462 2005-03-30 Jay Belanger <belanger@truman.edu>
24463
24464 * calc/calc-help.el (calc-full-help): Remove email address.
24465
24466 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
24467
24468 * help-fns.el (help-with-tutorial): Delete title line.
24469
24470 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24471
24472 * calendar/cal-x.el (calendar-one-frame-setup)
24473 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
24474 rather than `symbol' for set-window-dedicated-p.
24475
24476 * calendar/appt.el (appt-buffer-name): Make it a constant.
24477 (appt-add): Doc fix.
24478
24479 * filesets.el (filesets-menu-path, filesets-menu-before)
24480 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
24481 (filesets-menu-cache-file): Use directory ~/.emacs.d.
24482 (filesets-add-submenu): Delete and use add-submenu instead.
24483
24484 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
24485
24486 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
24487 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
24488 (org-diary-default-entry): New function.
24489 (org-get-entries-from-diary): Better parsing of diary entries.
24490 (org-agenda-check-no-diary): New function.
24491 ("diary-lib"): Advice to function `add-to-diary-list', to allow
24492 linking to diary entries.
24493 (org-agenda-execute-calendar-command): New function.
24494 (org-agenda): Improve visible section in window.
24495 Use `org-fit-agenda-window'.
24496 (org-fit-agenda-window): New option.
24497 (org-move-subtree-down): Better handling of empty lines
24498 at end of subtree.
24499 (org-cycle): Numeric prefix is interpreted now as show-subtree N
24500 levels up.
24501 (org-fontify-done-headline): New option.
24502 (org-headline-done-face): New face.
24503 (org-set-font-lock-defaults): Use `org-headline-done-face'.
24504 (org-table-copy-down): Rename from `org-table-copy-from-above'.
24505 When current field is non-empty, it is copied to next row.
24506 (org-table-copy-from-above): Fix bug which made it
24507 impossible to copy fields containing only a single non-white character.
24508
24509 2005-03-30 Kim F. Storm <storm@cua.dk>
24510
24511 * kmacro.el (kmacro-end-macro): Isearch may store this command
24512 into the macro -- so ignore it when executing keyboard macro.
24513
24514 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24515
24516 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
24517
24518 2005-03-29 Kenichi Handa <handa@m17n.org>
24519
24520 * language/thai.el ("Thai"): Set setup-function and exit-function
24521 for Thai language environment.
24522
24523 * language/thai-util.el: Require thai-word.
24524 (thai-word-mode-map): New variable.
24525 (thai-word-mode): New minor mode.
24526 (setup-thai-language-environment-internal): New function.
24527 (exit-thai-language-environment-internal): New function.
24528
24529 * language/thai-word.el (thai-word-table): Declare it by defvar,
24530 use dolist to initialize it.
24531 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
24532 (thai-fill-find-break-point): New functions.
24533
24534 2005-03-29 Richard M. Stallman <rms@gnu.org>
24535
24536 * simple.el (idle-update-delay): Move definition up.
24537 (set-mark): Doc fix.
24538
24539 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
24540
24541 * longlines.el: New file.
24542
24543 * simple.el (buffer-substring-filters): New variable.
24544 (filter-buffer-substring): New function.
24545 (kill-region, copy-region-as-kill): Use it.
24546
24547 * register.el (copy-to-register, append-to-register)
24548 (prepend-to-register): Use filter-buffer-substring.
24549
24550 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
24551
24552 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
24553 (gud-filter-pending-text): Move in front of gdb.
24554 (gud-overlay-arrow-position): New variable.
24555 (gud-sentinel, gud-display-line): Use it in place of
24556 overlay-arrow-position.
24557
24558 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
24559
24560 * progmodes/fortran.el (fortran-if-indent): Doc fix.
24561 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
24562 (fortran-font-lock-keywords-4): New variable.
24563 (fortran-blocks-re, fortran-end-block-re)
24564 (fortran-start-block-re): New constants, for hideshow.
24565 (hs-special-modes-alist): Add a Fortran entry.
24566 (fortran-mode-map): Bind fortran-end-of-block,
24567 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
24568 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
24569 (fortran-looking-at-if-then, fortran-end-of-block)
24570 (fortran-beginning-of-block): New functions, for hideshow.
24571
24572 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
24573 Doc fix. Tweak regexp.
24574 (f90-beginning-of-block): Push mark first.
24575
24576 2005-03-29 Jay Belanger <belanger@truman.edu>
24577
24578 * calc/calc.el: Update copyright date.
24579 (calc-version): Increase to 2.1.
24580 (calc-version-date): Remove.
24581
24582 * calc/calc-help.el: Update copyright date.
24583 (calc-full-help): Remove reference to calc-version-date.
24584 Update copyright date.
24585
24586 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24587
24588 * vc.el (vc-do-command): Use a pipe for async processes, so password
24589 prompts don't show up at places where the user can't reply.
24590
24591 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
24592
24593 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
24594 on the file name we pass to the inferior shell.
24595
24596 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24597
24598 * progmodes/which-func.el (which-function): Be robust in the face of an
24599 imenu--make-index-alist failure.
24600
24601 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
24602
24603 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
24604
24605 * progmodes/python.el (python-preoutput-filter): Fix last change.
24606
24607 2005-03-29 Lute Kamstra <lute@gnu.org>
24608
24609 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
24610 functions and compiled macros.
24611 (debug-convert-byte-code): Handle macros too.
24612 (debug-on-entry-1): Don't signal an error when trying to clear a
24613 function that is not set to debug on entry.
24614
24615 2005-03-29 Jay Belanger <belanger@truman.edu>
24616
24617 * calc/calc-lang.el: Add functions to math-function-table
24618 properties of tex and math.
24619
24620 2005-03-29 Kenichi Handa <handa@m17n.org>
24621
24622 * ps-mule.el (ps-mule-plot-string): Translate characters by
24623 ps-print-translation-table.
24624 (ps-mule-begin-job): Call find-charset-region/string with
24625 ps-print-translation-table.
24626 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
24627
24628 * ps-print.el (ps-print-translation-table): New variable.
24629 (ps-plot-region): Translate characters by ps-print-translation-table.
24630
24631 2005-03-29 Juri Linkov <juri@jurta.org>
24632
24633 * simple.el (next-error-highlight-timer): New variable.
24634
24635 * progmodes/compile.el (compilation-goto-locus):
24636 Use `next-error-highlight-timer' instead of `sit-for'.
24637
24638 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24639
24640 * mail/supercite.el (sc-mail-field): Use assoc-string.
24641 (sc-get-address): Simplify regexps.
24642
24643 * files.el (minibuffer-with-setup-hook): New macro.
24644 (find-file-read-args): Use it to avoid let-binding
24645 minibuffer-with-setup-hook (which breaks turning on/off
24646 file-name-shadow-mode while in the prompt).
24647
24648 * complete.el (PC-read-include-file-name-internal):
24649 Use test-completion.
24650
24651 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
24652
24653 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
24654
24655 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
24656
24657 * window.el (window-buffer-height): Use count-screen-lines.
24658
24659 * progmodes/python.el (python-preoutput-leftover): New var.
24660 (python-preoutput-filter): Use it.
24661 (python-send-receive): Loop until all the result has been received.
24662
24663 2005-03-28 Juri Linkov <juri@jurta.org>
24664
24665 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
24666
24667 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
24668 "Recover Crashed Session".
24669 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
24670 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
24671 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
24672 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
24673 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
24674 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
24675 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
24676 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
24677
24678 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
24679 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
24680 Ediff Sessions", "Toggle use of separate control buffer frame",
24681 "Use separate frame for Ediff control buffer".
24682
24683 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
24684 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
24685 "Rename Bookmark", "Delete Bookmark".
24686
24687 * info.el (Info-mode-menu): Remove ellipsis from "Index".
24688 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
24689 Add `:active Info-index-alternatives' to "Next Matching Item".
24690
24691 * wdired.el (wdired-change-to-wdired-mode):
24692 Mention `wdired-abort-changes' key in the initial message.
24693
24694 * international/mule.el (auto-coding-alist): Associate non-ascii
24695 image filename extensions with `no-conversion'.
24696
24697 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
24698
24699 * international/iso-acc.el:
24700 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
24701
24702 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
24703
24704 * textmodes/sgml-mode.el (html-mode): Doc update.
24705
24706 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
24707
24708 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
24709
24710 * term.el (term-move-columns): Fix face after extending a line.
24711 (term-insert-spaces): Likewise.
24712 (term-reset-terminal): Fix off by one error.
24713
24714 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24715
24716 * international/mule.el (auto-coding-alist): Add .xpi files.
24717
24718 * files.el (auto-mode-alist): Add .xpi files.
24719
24720 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
24721
24722 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
24723
24724 2005-03-26 Eli Zaretskii <eliz@gnu.org>
24725
24726 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
24727
24728 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
24729
24730 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
24731 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
24732
24733 * calendar/cal-move.el (calendar-beginning-of-year): Move the
24734 cursor to Jan 1 when needed.
24735 (calendar-end-of-year): Fix -/+ typo.
24736 Reported by Chong Yidong <cyd@stupidchicken.com>.
24737
24738 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
24739
24740 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
24741
24742 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
24743 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
24744
24745 2005-03-25 Richard M. Stallman <rms@gnu.org>
24746
24747 * filesets.el (filesets-init): Add autoload.
24748
24749 * mail/mailalias.el (mail-directory): Doc fix.
24750
24751 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24752
24753 * mail/mailalias.el (mail-directory-process): Do nothing if
24754 mail-directory-process is an atom.
24755 (mail-get-names): Ignore mail-directory-names if it is an atom.
24756 (mail-directory-process defvar): Doc fix.
24757 (mail-names): Doc fix.
24758
24759 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
24760
24761 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
24762
24763 2005-03-26 Kenichi Handa <handa@m17n.org>
24764
24765 * international/mule-util.el (detect-coding-with-priority):
24766 Call update-coding-systems-internal before detect-coding-region.
24767
24768 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
24769
24770 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
24771 (gdb-frames-mode-map): Add follow-link property.
24772
24773 2005-03-25 Jay Belanger <belanger@truman.edu>
24774
24775 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
24776 for variables.
24777
24778 2005-03-25 Juri Linkov <juri@jurta.org>
24779
24780 * image-mode.el: Optimize image filename extension regexps in
24781 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
24782 in `auto-mode-alist'.
24783 (image-mode): Add `image-toggle-display-text' to local hook
24784 `change-major-mode-hook'. Display the image as an image by
24785 default. Set `cursor-type' and `truncate-lines' if the image
24786 is already displayed. Take into account the current mode (image
24787 or text) in message.
24788 (image-minor-mode): New minor mode.
24789 (image-mode-maybe, image-toggle-display-text): New functions.
24790 (image-toggle-display): Use called-interactively-p.
24791 Let-bind `inhibit-read-only' to t.
24792
24793 * image-mode.el (image-minor-mode): Set `cursor-type' and
24794 `truncate-lines' if the image is already displayed. Add turning
24795 image-minor-mode off to `change-major-mode-hook'. Add message.
24796 Call `image-toggle-display-text' after turning image-minor-mode off.
24797
24798 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
24799
24800 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
24801 Terminal.app, use utf-8.
24802 (set-display-table-and-terminal-coding-system): Add coding-system arg.
24803 (set-locale-environment): Use it.
24804
24805 * term/xterm.el: Undo last change, better done in mule-cmds.el.
24806
24807 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
24808
24809 * progmodes/python.el (python-close-block-statement-p)
24810 (python-outdent-p, python-current-defun): Use symbol-end.
24811
24812 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
24813
24814 * files.el (save-some-buffers): Doc fix.
24815
24816 2005-03-25 Werner Lemberg <wl@gnu.org>
24817
24818 * complete.el, thumbs.el: Replace `legal' with `valid'.
24819 * calendar/calendar.el: Replace `legal' with `valid'.
24820 * emacs-lisp/advice.el: Replace `legal' with `valid'.
24821 * mail/supercite.el: Replace `legal' with `valid'.
24822 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
24823 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
24824 Replace `legal' with `valid'.
24825 * textmodes/reftex-vars.el, textmodes/reftex.el:
24826 Replace `legal' with `valid'.
24827
24828 2005-03-25 Werner Lemberg <wl@gnu.org>
24829
24830 * calc/calc-forms.el, calc/calc-sel.el
24831 * midnight.el, vc-cvs.el
24832 * emacs-lisp/cl-macs.el
24833 * emulation/vip.el
24834 * eshell/esh-io.el, eshell/esh-var.el
24835 * mail/supercite.el
24836 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
24837 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
24838 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
24839 * progmodes/sh-script.el, progmodes/xscheme.el
24840 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
24841 * textmodes/reftex-index.el, textmodes/reftex-parse.el
24842 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
24843 * textmodes/reftex.el, textmodes/org.el:
24844 Replace `illegal' with `invalid'.
24845
24846 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24847
24848 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
24849 (flymake-find-buildfile, flymake-find-possible-master-files)
24850 (flymake-check-include, flymake-parse-line): Replace loops over the
24851 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
24852
24853 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
24854 Substitute file-name-as-directory in the rest of the file.
24855 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
24856 (flymake-replace-region): Remove unused arg `buffer'.
24857 (flymake-check-patch-master-file-buffer): Update calls to it.
24858 (flymake-add-err-info): Remove unused var `count'.
24859 (flymake-mode): Use define-minor-mode.
24860
24861 * progmodes/flymake.el: Use with-current-buffer.
24862 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
24863 flymake-replace-regexp-in-string, flymake-line-beginning-position)
24864 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
24865 Avoid testing for `xemacs'.
24866 (flymake-nop): Move.
24867 (flymake-region-has-flymake-overlays): Return the computed value.
24868 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
24869 Remove unused var `endline'.
24870 (flymake-get-line-count): Remove unused function.
24871 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
24872
24873 * emulation/vi.el:
24874 * generic.el:
24875 * hilit-chg.el (global-highlight-changes):
24876 * hi-lock.el (hi-lock-mode):
24877 * follow.el: find-file-hooks -> find-file-hook.
24878
24879 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
24880
24881 2005-03-24 Juri Linkov <juri@jurta.org>
24882
24883 * dired.el (dired-mode-map): Add menu item "Compare directories"
24884 for dired-compare-directories.
24885
24886 * dired-aux.el (dired-compare-directories): Add autoload cookie.
24887 Doc fix. Replace `read-file-name' with `read-directory-name'.
24888
24889 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24890
24891 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
24892
24893 2005-03-24 Jay Belanger <belanger@truman.edu>
24894
24895 * calc/calc-embed.el (calc-embedded-mode-change): Save all
24896 relevant mode settings in calc-embedded-original-modes when modes
24897 are permanently changed.
24898
24899 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
24900
24901 * autoinsert.el: find-file-hooks -> find-file-hook.
24902
24903 2005-03-24 Lute Kamstra <lute@gnu.org>
24904
24905 * generic.el (generic-font-lock-defaults): Make it obsolete.
24906 (generic-font-lock-keywords): New variable to replace
24907 generic-font-lock-defaults.
24908 (generic-mode-set-font-lock): Delete it.
24909 (generic-mode-internal): Don't call generic-mode-set-font-lock.
24910 (generic-bracket-support): Add docstring.
24911
24912 * generic-x.el: Rename generic-font-lock-defaults to
24913 generic-font-lock-keywords throughout.
24914 (mailagent-rules-setup-function): Delete it.
24915 (mailagent-rules-generic-mode): Use anonymous function instead.
24916 (show-tabs-generic-mode-font-lock-defaults-1)
24917 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
24918 Quote faces.
24919 (show-tabs-tab-face, show-tabs-space-face): Specify background,
24920 not foreground.
24921
24922 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
24923 Recognize define-generic-mode.
24924
24925 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
24926
24927 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
24928 if there's no completion table.
24929
24930 2005-03-23 Miles Bader <miles@gnu.org>
24931
24932 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24933 Remove tty-specific variants, as they're no longer needed.
24934
24935 2005-03-23 Lute Kamstra <lute@gnu.org>
24936
24937 * generic-x.el: Code cleanup: make args constant whenever possible.
24938 (installshield-statement-keyword-list)
24939 (installshield-system-functions-list)
24940 (installshield-system-variables-list, installshield-types-list)
24941 (installshield-funarg-constants-list): Make them constants.
24942
24943 * generic.el (generic-make-keywords-list): Add autoload cookie.
24944
24945 * calendar/time-date.el: Add comment on time value formats.
24946 Don't require parse-time.
24947 (with-decoded-time-value): New macro.
24948 (encode-time-value): New function.
24949 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
24950 (days-to-time): Return a valid time value when arg is huge.
24951 (time-since): Use time-subtract.
24952 (time-to-number-of-days): Use time-to-seconds.
24953
24954 2005-03-23 David Ponce <david@dponce.com>
24955
24956 * recentf.el (recentf-keep): New option.
24957 (recentf-menu-action): Default to `find-file'.
24958 (recentf-keep-non-readable-files-flag)
24959 (recentf-keep-non-readable-files-p)
24960 (recentf-file-readable-p, recentf-find-file)
24961 (recentf-cleanup-remote): Remove.
24962 (recentf-include-p): More robust.
24963 (recentf-keep-p): New function.
24964 (recentf-remove-if-non-kept): Rename from
24965 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
24966 All callers updated.
24967 (recentf-menu-items-for-commands): Fix help string.
24968 (recentf-track-closed-file): Update. Doc fix.
24969 (recentf-cleanup): Update. Count removed files. Doc fix.
24970
24971 2005-03-23 Kim F. Storm <storm@cua.dk>
24972
24973 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
24974 Don't inherit from fringe face (now happens automatically).
24975
24976 2005-03-22 Kim F. Storm <storm@cua.dk>
24977
24978 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
24979 position values.
24980
24981 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
24982
24983 * menu-bar.el (showhide-date-time): Remove.
24984 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
24985 (menu-bar-make-mm-toggle): Simplify.
24986
24987 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24988
24989 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
24990 Accept qualified variable and function names.
24991
24992 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
24993
24994 * bindings.el (completion-ignored-extensions):
24995 Remove ".lis" for `vax-vms'.
24996
24997 2005-03-22 Andreas Schwab <schwab@suse.de>
24998
24999 * generic-x.el: Revert last change.
25000 * ldefs-boot.el: Update.
25001
25002 2005-03-22 Jay Belanger <belanger@truman.edu>
25003
25004 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
25005 (calc-embedded-save-original-modes)
25006 (calc-embedded-restore-original-modes): New functions.
25007 (calc-do-embedded): Save original modes when entering embedded mode
25008 and restore when leaving embedded mode.
25009 (calc-embedded-modes-change): Change the value of
25010 calc-embedded-original-modes to reflect permanent changes.
25011
25012 2005-03-22 Lute Kamstra <lute@gnu.org>
25013
25014 * generic-x.el: Require generic again.
25015
25016 2005-03-22 Miles Bader <miles@gnu.org>
25017
25018 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
25019 Tweak details to look good on both ttys and bitmap displays, light
25020 or dark background, etc.
25021
25022 2005-03-21 Kim F. Storm <storm@cua.dk>
25023
25024 * tooltip.el (tooltip-show-help-function): Check car and cdr of
25025 mouse position.
25026
25027 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
25028
25029 * icomplete.el: Don't forcibly turn on the mode upon load.
25030 (icomplete-mode): Use define-minor-mode.
25031 (icomplete-eoinput): Default to nil.
25032 (icomplete-minibuffer-setup): Remove autoload.
25033 (icomplete-tidy): Simplify.
25034 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
25035 in the initial state or if the user has modified the field.
25036 Fix handling of icomplete-max-delay-chars.
25037 Remove code that handles the oddball case where
25038 minibuffer-completion-table is an integer.
25039 Wrap icomplete-completions in while-no-input in case building
25040 completions takes more time than expected.
25041 (icomplete-completions): Simplify.
25042
25043 2005-03-21 Richard M. Stallman <rms@gnu.org>
25044
25045 * jka-compr.el (jka-compr-really-do-compress):
25046 Make variable buffer-local.
25047
25048 * image-mode.el: Handle .xpm files too.
25049 (image-toggle-display): Preserve modification flag.
25050
25051 * help.el (where-is): Don't mention aliases with no key bindings.
25052
25053 2005-03-21 Lute Kamstra <lute@gnu.org>
25054
25055 * generic.el: Fix commentary section. Don't require cl for
25056 compilation.
25057 (generic-mode-list): Add autoload cookie.
25058 (generic-use-find-file-hook, generic-lines-to-scan)
25059 (generic-find-file-regexp, generic-ignore-files-regexp)
25060 (generic-mode, generic-mode-find-file-hook)
25061 (generic-mode-ini-file-find-file-hook): Fix docstrings.
25062 (define-generic-mode): Make it a defmacro. Fix docstring.
25063 (generic-mode-internal): Code cleanup. Add autoload cookie.
25064 (generic-mode-set-comments): Code cleanup.
25065 * generic-x.el: Don't prevent compilation. Don't require generic.
25066 Follow coding conventions. Minor code cleanup.
25067 (etc-fstab-generic-mode): Add some keywords.
25068 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
25069 define-generic-mode like a function declaration.
25070
25071 2005-03-21 Jay Belanger <belanger@truman.edu>
25072
25073 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
25074 changing modes.
25075
25076 2005-03-21 Sam Steingold <sds@gnu.org>
25077
25078 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
25079
25080 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
25081
25082 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
25083 Add underscore to "f$ lexicals" regexp.
25084
25085 2005-03-20 Juri Linkov <juri@jurta.org>
25086
25087 * subr.el (progress-reporter-do-update): When `min-value' is equal
25088 to `max-value', set `percentage' to 0 and prevent division by zero.
25089
25090 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
25091
25092 Sync with Tramp 2.0.48.
25093
25094 * net/tramp.el (all): Change all addresses to .gnu.org.
25095 (tramp-append-tramp-buffers): New defun.
25096 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
25097 Catch `dont-send' signal.
25098 (tramp-set-auto-save-file-modes): Set always permissions, because
25099 there might be an old auto-saved file belonging to another
25100 original file. This could be a security threat. Reported by
25101 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
25102 Check for Emacs 21.3.50 removed.
25103
25104 * net/tramp-smb.el (all): Remove debug construct for
25105 `with-parsed-tramp-file-name'.
25106 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
25107 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
25108 No error message if DIRECTORY or FILENAME doesn't exist.
25109 (tramp-smb-open-connection): Check existence of
25110 `tramp-smb-program'.
25111
25112 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
25113
25114 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
25115 Properly handle the case where the `m' or `s' command's argument is not
25116 yet terminated.
25117 (perl-indent-new-calculate): New function.
25118 (perl-indent-line): Use it.
25119
25120 2005-03-20 Miles Bader <miles@gnu.org>
25121
25122 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
25123 in text-mode too. Change to new face names.
25124 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
25125 Add `:weight bold' attribute.
25126 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
25127
25128 2005-03-19 Juri Linkov <juri@jurta.org>
25129
25130 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
25131
25132 * international/mule.el (auto-coding-alist): Sync with
25133 `auto-mode-alist' by adding upper case archive file extensions
25134 and adding ear/war to jar extension.
25135
25136 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
25137
25138 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
25139 running, restart it.
25140
25141 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
25142
25143 * finder.el (finder-current-item): Throw an error on an empty line.
25144
25145 * man.el (Man-follow-manual-reference): If current-word returns
25146 nil, use "".
25147
25148 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
25149
25150 * simple.el (goto-line): Doc fix.
25151
25152 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
25153
25154 * files.el (save-buffer): Doc fix.
25155
25156 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
25157
25158 * recentf.el (recentf-cleanup-remote): New variable.
25159 (recentf-cleanup): Use it to conditionally check availability of
25160 remote files.
25161
25162 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
25163
25164 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
25165 function names.
25166
25167 2005-03-19 Eli Zaretskii <eliz@gnu.org>
25168
25169 * language/thai-word.el: New file.
25170
25171 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
25172
25173 * files.el (backup-buffer): If the file's directory is not
25174 writable, use copy instead of move to backup the file.
25175
25176 2005-03-19 Eli Zaretskii <eliz@gnu.org>
25177
25178 * obsolete/keyswap.el: Moved to obsolete/ from term/.
25179
25180 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25181
25182 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
25183 Use functionp instead of symbolp and fboundp. Reported by Drkm
25184 <darkman_spam@yahoo.fr>.
25185 (ps-print-version): New version 6.6.6.
25186
25187 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
25188
25189 * textmodes/table.el (table--line-column-position): New idiom.
25190 (table--row-column-insertion-point-p): New function to test
25191 validity of row and column insertion operation at a location.
25192 (table-global-menu, table-cell-menu): Use above functions for
25193 deterministic test operation.
25194 (table--editable-cell-p): Behave in deterministic fashion.
25195
25196 2005-03-18 Juri Linkov <juri@jurta.org>
25197
25198 * isearch.el (isearch-lazy-highlight-new-loop):
25199 Make arguments beg and end optional.
25200 (isearch-update): Remove optional arguments nil from
25201 isearch-lazy-highlight-new-loop.
25202 (isearch-lazy-highlight-search): Let-bind case-fold-search to
25203 isearch-lazy-highlight-case-fold-search instead of
25204 isearch-case-fold-search, and let-bind isearch-regexp to
25205 isearch-lazy-highlight-regexp.
25206 Use isearch-lazy-highlight-last-string instead of isearch-string.
25207
25208 * replace.el (perform-replace): Remove bindings of global
25209 variables isearch-string, isearch-regexp, isearch-case-fold-search.
25210 Add three new arguments to `replace-highlight'.
25211 (replace-highlight): Add arguments string, regexp, case-fold.
25212 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
25213 to allow isearch-lazy-highlight-new-loop to use these values
25214 to set corresponding isearch-lazy-highlight-* internal
25215 variables whose values lazy highlighting will use regardless of
25216 changes to global variables isearch-string, isearch-regexp,
25217 isearch-case-fold-search during lazy highlighting loop.
25218 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
25219 to `lazy-highlight-cleanup'.
25220
25221 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
25222 (ispell-highlight-face): Set default face to `isearch' when
25223 lazy highlighting is enabled.
25224 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
25225 priority to 1. Add lazy highlighting.
25226 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
25227 from `isearch-dehighlight'.
25228
25229 2005-03-18 David Ponce <david@dponce.com>
25230
25231 * files.el (hack-local-variables): Do a case-insensitive search
25232 for End.
25233
25234 2005-03-18 Juri Linkov <juri@jurta.org>
25235
25236 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
25237 `isearch-lazy-highlight-cleanup', add alias to old name and
25238 declare obsolete. Add release numbers to other obsolete vars.
25239 (isearch-done, isearch-lazy-highlight-new-loop):
25240 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
25241 (lazy-highlight-cleanup) <variable>: Doc fix.
25242 (isearch-lazy-highlight-update): Rename obsolete
25243 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
25244
25245 2005-03-18 Kenichi Handa <handa@m17n.org>
25246
25247 * language/thai-util.el: Fix categorization of Thai characters in
25248 thai-category-table.
25249 (thai-composition-pattern): Adjust it for the above change.
25250 (thai-self-insert-command, thai-compose-syllable): New functions.
25251 (thai-compose-region): Use thai-compose-syllable.
25252 (thai-compose-string): Likewise.
25253 (thai-composition-function): Likewise.
25254 (thai-auto-composition): New function.
25255 (thai-auto-composition-mode): New minor mode.
25256
25257 * language/thai.el: Fix patterns to be registered in
25258 composition-function-table.
25259
25260 * international/quail.el (quail-input-method): Locally bind
25261 inhibit-modification-hooks to t.
25262
25263 2005-03-17 Richard M. Stallman <rms@gnu.org>
25264
25265 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
25266 (perl-mode): Use run-mode-hooks.
25267
25268 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
25269 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
25270 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
25271
25272 * mail/sendmail.el (sendmail-send-it): Reenable the code
25273 to compute resend-to-address and use it.
25274
25275 * tar-mode.el (tar-mode): Turn off undo unconditionally.
25276
25277 * image-mode.el: New file.
25278
25279 * image.el (insert-sliced-image): Add autoload cookie.
25280
25281 * font-lock.el (font-lock-lines-before): New user option.
25282 (font-lock-after-change-function): Obey it.
25283
25284 * bindings.el (esc-map): Make M-g a prefix.
25285 Bind M-g g and M-g M-g to goto-line.
25286
25287 * faces.el (face-id): Doc fix.
25288
25289 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25290
25291 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
25292 (rmail-show-message): Use rmail-unknown-mail-followup-to.
25293 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
25294
25295 * mail/sendmail.el (mail-yank-ignored-headers)
25296 (mail-font-lock-keywords, mail-mode-fill-paragraph):
25297 Add Mail-Followup-To and Mail-Reply-To headers.
25298 (mail-citation-hook): Add autoload cookie.
25299 (mail-mode): Doc fix.
25300 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
25301 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
25302 (mail-mode-fill-paragraph): Handle those headers.
25303 (mail-mailing-lists): New variable.
25304 (mail-mail-reply-to, mail-mail-followup-to): New functions.
25305
25306 2005-03-17 Juri Linkov <juri@jurta.org>
25307
25308 * isearch.el (isearch-fallback): Check for `(car previous)'
25309 before calling `isearch-other-end-state'.
25310
25311 2005-03-17 Kim F. Storm <storm@cua.dk>
25312
25313 * simple.el (move-beginning-of-line): Move to beginning of buffer
25314 line, as well as beginning of screen line.
25315
25316 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
25317
25318 * calendar/diary-lib.el (mark-diary-entries): Use new optional
25319 argument REDRAW rather than calendar-redrawing variable.
25320 * calendar/calendar.el (calendar-redrawing): Delete.
25321 (redraw-calendar): Do not bind calendar-redrawing.
25322
25323 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
25324
25325 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
25326 diary-file buffer.
25327
25328 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
25329
25330 * help.el (describe-mode): Allow a :minor-mode-function property to
25331 specify a different minor mode toggle function than the variable.
25332 * simple.el (auto-fill-function):
25333 * subr.el (add-minor-mode): Use it.
25334
25335 2005-03-16 Kenichi Handa <handa@m17n.org>
25336
25337 * language/ethio-util.el (sera-being-called-by-w3): New variable.
25338 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
25339 (ethio-fidel-to-sera-buffer): Likewise.
25340
25341 2005-03-16 Juri Linkov <juri@jurta.org>
25342
25343 * emacs-lisp/find-func.el (find-function-regexp):
25344 Add defun-emitting macro `menu-bar-make-toggle'.
25345
25346 * isearch.el: Put `isearch-scroll' property to
25347 `split-window-horizontally'.
25348
25349 * info.el: Update error messages for `debug-ignored-errors'.
25350 (Info-isearch-search): Doc fix.
25351 (Info-find-node): Move up code to go into info buffer before
25352 recording the node to the history.
25353 (Info-fontify-node): Fontify titles only if the next line
25354 has two or more `*', `=', `-', `.'.
25355 Display "go to this node" for empty (match-string 3).
25356
25357 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25358
25359 * term/mac-win.el: Add mouse pointer shape constants.
25360
25361 2005-03-15 Kim F. Storm <storm@cua.dk>
25362
25363 * simple.el (move-beginning-of-line): Use vertical-motion.
25364
25365 2005-03-15 Juri Linkov <juri@jurta.org>
25366
25367 * isearch.el (isearch-error): New variable.
25368 (isearch-invalid-regexp, isearch-within-brackets): Remove.
25369 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
25370 (isearch-within-brackets-state): Remove.
25371 (isearch-case-fold-search-state, isearch-pop-fun-state):
25372 Decrease frame index.
25373 (isearch-mode, isearch-top-state, isearch-push-state)
25374 (isearch-edit-string, isearch-abort, isearch-search-and-update)
25375 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
25376 (isearch-search, isearch-lazy-highlight-new-loop):
25377 Replace `isearch-invalid-regexp' with `isearch-error'.
25378 Remove `isearch-within-brackets'.
25379 (isearch-search): Add `search-failed' handler to `condition-case'.
25380 (isearch-lazy-highlight-search): Add `condition-case' to catch
25381 errors and allow `isearch-lazy-highlight-update' to try
25382 highlighting from the beginning of the window.
25383 (isearch-repeat): Move up code to set isearch-wrapped to t
25384 before calling isearch-wrap-function.
25385
25386 * info.el (Info-isearch-initial-node): New internal variable.
25387 (Info-search): Signal an error in isearch mode when search leaves
25388 the initial node. Signal an error when `bound' is non-nil and
25389 nothing was found in the current subfile.
25390 (Info-isearch-search): Remove `condition-case'.
25391 (Info-isearch-wrap): Don't wrap when search failed during leaving
25392 the initial node. If `Info-isearch-search' is nil, wrap around
25393 the current node.
25394 (Info-isearch-start): New fun.
25395 (Info-mode): Add buffer-local hook `Info-isearch-start' to
25396 `isearch-mode-hook'.
25397
25398 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25399
25400 * simple.el (normal-erase-is-backspace): Set default to t if
25401 running on Mac.
25402
25403 * term/mac-win.el (function-key-map): Sync with x-win.el.
25404
25405 2005-03-15 Kenichi Handa <handa@m17n.org>
25406
25407 * international/mule-cmds.el (locale-language-names): Modify the
25408 format of elements and add more entries.
25409 (locale-preferred-coding-systems): Add more entries.
25410 (set-locale-environment): Adjust for the change of
25411 locale-language-names.
25412
25413 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
25414
25415 * pcvs.el (smerge-ediff): Remove bogus autoload.
25416
25417 2005-03-14 Lute Kamstra <lute@gnu.org>
25418
25419 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
25420 Ignore a `*' at the beginning of a line.
25421
25422 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
25423 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
25424 subr.el.
25425 (dont-compile, eval-when-compile, eval-and-compile): Use declare
25426 to specify indentation.
25427
25428 * generic.el (define-generic-mode): Let generic-mode-list be a
25429 list of strings; test membership with equal.
25430
25431 2005-03-14 Kim F. Storm <storm@cua.dk>
25432
25433 * simple.el (next-line, previous-line): Add optional try-vscroll
25434 arg to recognize interactive use. Pass it on to line-move.
25435 (line-move): Don't perform auto-window-vscroll when defining or
25436 executing keyboard macro to ensure consistent behavior.
25437
25438 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25439
25440 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
25441
25442 2005-03-13 Lute Kamstra <lute@gnu.org>
25443
25444 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
25445 debugger-setup-buffer so that backtrace marks the frames set to
25446 debug-on-exit and we don't have to do it manually. Set an extra
25447 debug-on-exit for macro's.
25448 (debugger-setup-buffer): Don't mark the top frame manually.
25449
25450 2005-03-12 Lute Kamstra <lute@gnu.org>
25451
25452 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
25453 lisp-indent-function throughout.
25454 (with-no-warnings): Set lisp-indent-function property.
25455
25456 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
25457
25458 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
25459 Add entry for backslash.
25460
25461 2005-03-12 Juri Linkov <juri@jurta.org>
25462
25463 * info.el (Info-search): Four fixes for backward search.
25464
25465 2005-03-11 Jay Belanger <belanger@truman.edu>
25466
25467 * calc/calc.el (calc-language-alist): New variable.
25468 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
25469 (calc-embedded-find-modes): Use calc-language-alist instead of
25470 calc-embedded-language-alist.
25471
25472 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
25473
25474 * calendar/calendar.el (calendar-redrawing): New internal
25475 variable.
25476 (redraw-calendar): Remove bogus save-excursion from previous
25477 change. Bind calendar-redrawing to t for mark-diary-entries.
25478 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
25479 calendar if that is why we were called.
25480
25481 2005-03-11 Kenichi Handa <handa@m17n.org>
25482
25483 * international/mule.el (make-coding-system): Set property
25484 coding-system-define-form to nil.
25485 (define-coding-system-alias): Likewise.
25486
25487 2005-03-11 Kenichi Handa <handa@m17n.org>
25488
25489 These changes are suggested by Dave Love <fx@gnu.org>.
25490
25491 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
25492 coding: tag.
25493 (adaptive-fill-regexp): Add more bullets.
25494 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
25495 regexps.
25496
25497 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
25498
25499 * help.el (describe-mode): Properly handle non-trivial lighters.
25500 Don't ignore minor modes that are not listed in minor-mode-list.
25501
25502 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
25503 feature ON when the user requests to turn it OFF.
25504
25505 2005-03-10 Lute Kamstra <lute@gnu.org>
25506
25507 * emacs-lisp/debug.el (debug-entry-code): Delete it.
25508 (implement-debug-on-entry): New function to replace debug-entry-code.
25509 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
25510 second argument as the 2005-03-07 change makes it obsolete.
25511 (debug-on-entry, cancel-debug-on-entry): Update call to
25512 debug-on-entry-1.
25513 (debug, debugger-setup-buffer): Comment update.
25514 (debugger-frame-number): Update to work with implement-debug-on-entry.
25515
25516 2005-03-10 Jay Belanger <belanger@truman.edu>
25517
25518 * calc/calc-embed.el (math-ms-args): Declare it.
25519 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
25520 math-ms-args.
25521 (calc-embedded-subst): Use math-multi-subst-rec to substitute
25522 variables.
25523
25524 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
25525
25526 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
25527 Use message-box.
25528
25529 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
25530 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
25531 (tooltip-gud-tips): Simplify.
25532 (tooltip-gud-tips-p): Remove superfluous :set.
25533 (tooltip-gud-modes): Add fortran-mode.
25534 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
25535
25536 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
25537
25538 2005-03-09 Kim F. Storm <storm@cua.dk>
25539
25540 * play/animate.el (animate-place-char): Use forward-line instead
25541 of next-line to improve performance.
25542
25543 2005-03-09 Simon Josefsson <jas@extundo.com>
25544
25545 * net/browse-url.el (browse-url-default-browser): Doc fix.
25546
25547 2005-03-09 Miles Bader <miles@gnu.org>
25548
25549 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
25550 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
25551
25552 2005-03-09 Kenichi Handa <handa@m17n.org>
25553
25554 * international/latin-1.el: Set case and syntax for 255 only if
25555 set-case-syntax-set-multibyte is nil.
25556
25557 * textmodes/ispell.el (ispell-insert-word): New function.
25558 (ispell-word): Use ispell-insert-word to insert a new word.
25559 (ispell-process-line): Likewise.
25560 (ispell-complete-word): Likewise.
25561
25562 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
25563
25564 * calendar/calendar.el (redraw-calendar): Preserve point.
25565 Reported by Matt Hodges <MPHodges@member.fsf.org>.
25566 (calendar-week-start-day): Move after definition of
25567 redraw-calendar. Delete buffer test, since redraw-calendar has
25568 that now.
25569
25570 * calendar/diary-lib.el (mark-diary-entries): Only call
25571 redraw-calendar in the first of any recursive calls.
25572 Reported by Alan Shutko <ats@acm.org>.
25573
25574 2005-03-08 Juri Linkov <juri@jurta.org>
25575
25576 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
25577 (html-horizontal-rule, html-line, html-image, html-checkboxes)
25578 (html-radio-buttons): Add a space before the trailing `/>' where
25579 sgml-xml-mode is non-nil.
25580 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
25581 the subsequent tag of the empty XML tag.
25582 (html-href-anchor): Don't set initial input to "http:".
25583 (html-image): Ask for the image URL and set point inside alt="".
25584 (html-name-anchor): Duplicate the name in the `id' attribute when
25585 sgml-xml-mode is non-nil.
25586 (html-paragraph): Remove \n before <p>.
25587 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
25588 instead of `checked' when sgml-xml-mode is non-nil.
25589
25590 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
25591 Remove 1 space before #RRGGBB to not truncate it on terminal
25592 windows w/o fringes. Remove 1 space between bg and fg examples
25593 to get more space.
25594 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
25595 avoid byte-compile warnings.
25596
25597 * image-file.el (image-file-handler): Put `safe-magic' property to
25598 `image-file-handler'.
25599
25600 * info.el (Info-isearch-search): Emulate word search in
25601 isearching through multiple Info nodes with Info-search.
25602 (Info-isearch-wrap): Allow isearch-word.
25603
25604 2005-03-08 Lute Kamstra <lute@gnu.org>
25605
25606 * emacs-lisp/debug.el (debugger-step-through): Make sure that
25607 stepping into the debugger's code is not possible.
25608 (debugger-jumping-flag): Docstring update.
25609
25610 2005-03-08 Jay Belanger <belanger@truman.edu>
25611
25612 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
25613 embedded mode begins.
25614 (calc-embedded-language-alist): New variable.
25615 (calc-embedded-find-modes): Use calc-embedded-language-alist to
25616 set default language mode.
25617
25618 2005-03-08 Kenichi Handa <handa@m17n.org>
25619
25620 * international/ccl.el (define-ccl-program): Fix docstring about
25621 extra 256 bytes assured for the output buffer.
25622
25623 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25624 Fix BUFFER_MAGNIFICATION to 2.
25625 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25626
25627 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
25628
25629 * align.el (align-rules-list): Added an alignment rule for CSS
25630 declarations (applies to css-mode and html-mode buffers).
25631
25632 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
25633
25634 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
25635
25636 2005-03-07 Kim F. Storm <storm@cua.dk>
25637
25638 * simple.el (move-beginning-of-line): New command.
25639
25640 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
25641
25642 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
25643
25644 * emulation/cua-base.el: Put CUA move property on move-end-of-line
25645 and move-beginning-of-line.
25646
25647 * apropos.el (apropos-print): Omit command from M-x ... RET.
25648
25649 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
25650
25651 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
25652 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
25653
25654 2005-03-06 Richard M. Stallman <rms@gnu.org>
25655
25656 * bindings.el (esc-map): Bind M-g to goto-line.
25657
25658 * facemenu.el (global-map): Bind M-o, not M-g.
25659
25660 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25661
25662 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
25663 "Open Directory" as for "Open File".
25664
25665 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
25666
25667 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
25668 (push-mark-command): Run activate-mark-hook.
25669
25670 2005-03-06 Richard M. Stallman <rms@gnu.org>
25671
25672 * help-mode.el (help-mode-finish): Don't alter the element
25673 in view-return-to-alist if there already is one.
25674
25675 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
25676 make sure the current buffer is the expected one.
25677
25678 * novice.el (disabled-command-function): Output in *Disabled Command*.
25679 Explicitly ignore non-keyboard events, and explicitly handle C-g.
25680
25681 * textmodes/flyspell.el (flyspell-large-region):
25682 Pass args differently for aspell.
25683
25684 * files.el (mode-require-final-newline): Doc fix.
25685
25686 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
25687
25688 * progmodes/which-func.el (which-function):
25689 Specify NOERROR when calling imenu--make-index-alist.
25690
25691 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
25692
25693 * simple.el (normal-erase-is-backspace): Define default value.
25694
25695 * custom.el (custom-theme-set-variables): Remove unused var
25696 `immediate'.
25697 (custom-reevaluate-setting): Simple function to handle variables
25698 that are defined before their default value can really be
25699 computed.
25700
25701 * startup.el (command-line): Use it for temporary-file-directory,
25702 small-emporary-file-directory, auto-save-file-name-transforms,
25703 blink-cursor-mode, and normal-erase-is-backspace.
25704
25705 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
25706 progress, even with buggy anchored keywords.
25707
25708 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
25709
25710 * simple.el (goto-line): Remove unbalanced final parenthesis.
25711
25712 2005-03-05 Richard M. Stallman <rms@gnu.org>
25713
25714 * simple.el (goto-line): Use a number at point as the default.
25715 With C-u as arg, switch buffers.
25716
25717 2005-03-05 Juri Linkov <juri@jurta.org>
25718
25719 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
25720 with `no-blinking-cursor'.
25721
25722 * startup.el (no-blinking-cursor): New defvar.
25723 (command-line): Add `--no-blinking-cursor' to longopts.
25724 Set `no-blinking-cursor' to t for command line arguments
25725 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
25726 with `no-blinking-cursor' in the condition for calling
25727 `blink-cursor-mode'.
25728
25729 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
25730
25731 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
25732 (menu-bar-options-save): Add blink-cursor-mode.
25733 (menu-bar-options-menu): Add blink-cursor-mode.
25734
25735 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
25736
25737 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
25738 (icalendar-export-file, icalendar-export-region)
25739 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
25740 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
25741
25742 2005-03-04 Lute Kamstra <lute@gnu.org>
25743
25744 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
25745 (debug-function-list): Ditto.
25746
25747 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
25748
25749 * textmodes/texinfmt.el (texinfo-append-refill):
25750 Redefine the types of line to which @refill
25751 is not appended by replacing a search for `@refill\\|@bye' with
25752 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
25753 itemize@refill' bug and the unfilled long lines bug.
25754 (texinfmt-version): Update number and date.
25755
25756 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
25757
25758 * international/code-pages.el (windows-1250, windows-125[2-8])
25759 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
25760
25761 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
25762
25763 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
25764 bound yet.
25765
25766 2005-03-02 Romain Francoise <romain@orebokech.com>
25767
25768 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
25769 buffer after removing limits.
25770 (ibuffer-pop-filter): Ditto.
25771 Update copyright.
25772
25773 2005-03-02 Miles Bader <miles@gnu.org>
25774
25775 * button.el (make-text-button): If the user doesn't specify a
25776 type, use the default. Rewrite to use `add-text-properties' and
25777 plist functions.
25778
25779 2005-03-01 Lute Kamstra <lute@gnu.org>
25780
25781 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
25782 (debugger-jumping-flag): New var.
25783 (debug-entry-code): Use it.
25784 (debugger-jump): Use debugger-jumping-flag and add
25785 debugger-reenable to post-command-hook.
25786 (debugger-reenable): Use debugger-jumping-flag and remove itself
25787 from post-command-hook.
25788 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
25789 debugger-reenable.
25790
25791 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
25792
25793 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
25794 inclusion of "itemize\\|", which may be unnecessary, is certainly
25795 inelegant, and stops refilling in itemize lists when formatting
25796 Japanese Texinfo files to Info.
25797 Update copyright to 2005.
25798
25799 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
25800
25801 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
25802 of an error if GDB can't find the source file.
25803
25804 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
25805
25806 * calendar/calendar.el (redraw-calendar): Work from any buffer,
25807 not just the calendar.
25808
25809 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
25810 first.
25811 (diary-redraw-calendar): New function.
25812 (make-diary-entry): Add diary-redraw-calendar to local
25813 write-contents-functions. Turn off selective display before
25814 inserting in diary.
25815
25816 2005-03-01 Kim F. Storm <storm@cua.dk>
25817
25818 * emacs-lisp/copyright.el (copyright-fix-years): New command.
25819
25820 2005-03-01 Lute Kamstra <lute@gnu.org>
25821
25822 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
25823 that debug-entry-code can be safely removed from a function while
25824 this code is being evaluated. Revert the 2005-02-27 change as the
25825 new implementation no longer requires it. Make sure that a
25826 function body containing just a string is not mistaken for a docstring.
25827 (debug): Skip one more frame in case of debug on entry.
25828 (debugger-setup-buffer): Delete one more frame line in case of
25829 debug on entry.
25830 (debugger-frame-number): Update to use the new text introduced by
25831 the 1999-11-03 change. Skip one more frame in case of debug on entry.
25832
25833 2005-02-28 Kim F. Storm <storm@cua.dk>
25834
25835 * double.el (double-translate-key): Call force-window-update after
25836 read-event to avoid crash in redisplay.
25837
25838 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
25839
25840 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
25841 (debug): Use it. Move the inhibit-trace earlier.
25842 (debug-entry-code): New const.
25843 (debug-on-entry-1): Use it.
25844
25845 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
25846
25847 * international/utf-16.el (ccl-encode-mule-utf-16le):
25848 Fix BUFFER_MAGNIFICATION to 2.
25849 (ccl-encode-mule-utf-16be): Likewise.
25850
25851 2005-02-28 Kenichi Handa <handa@m17n.org>
25852
25853 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
25854 Fix BUFFER_MAGNIFICATION to 4.
25855 (ccl-encode-mule-utf-16be-with-signature): Likewise.
25856
25857 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
25858
25859 * speedbar.el (speedbar-update-flag): Doc fix.
25860 (speedbar-show-info-under-mouse): Give set-mouse-position the right
25861 argument.
25862
25863 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
25864
25865 * reveal.el (reveal-post-command): Don't try to reveal overlays which
25866 have a non-nil `invisible' property but are actually visible.
25867
25868 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
25869 for perldoc sections.
25870 (perl-outline-regexp, perl-outline-level): New var and function.
25871 (perl-mode): Use them.
25872
25873 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
25874
25875 * calendar/diary-lib.el (diary-remind): Discard any mark portion
25876 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
25877
25878 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
25879
25880 * cus-edit.el: Comment change.
25881 (custom-buffer-create-internal): Slightly reword text at top of
25882 Custom buffers. Mention there that saving an option edits the
25883 init file. Add link to Emacs manual node on `custom-file'.
25884 (custom-magic-alist): Rewrite individual State messages to use
25885 capitalized keywords. Doc fix.
25886
25887 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
25888
25889 * calendar/calendar.el (calendar-buffer): Move above
25890 calendar-week-start-day.
25891 (calendar-week-start-day): Doc fix. Add :set function.
25892 (calendar-minimum-window-height): New variable.
25893 (generate-calendar-window): Only resize window if selected-window
25894 is displaying the calendar buffer. Use new variable
25895 calendar-minimum-window-height.
25896 (generate-calendar): Reword error message.
25897 (calendar-mode-map): Bind DEL to scroll-other-window-down.
25898
25899 2005-02-27 Andreas Schwab <schwab@suse.de>
25900
25901 * vc.el (vc-do-command): Don't run command asynchronously when
25902 operating in a remote directory.
25903
25904 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
25905 change from sync with Tramp 2.0.47.
25906
25907 2005-02-27 Richard M. Stallman <rms@gnu.org>
25908
25909 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
25910
25911 * textmodes/flyspell.el (flyspell-mode-on):
25912 Call ispell-change-dictionary only if necessary.
25913
25914 * emacs-lisp/re-builder.el (regexp-builder): New function.
25915
25916 * register.el (describe-register-1): Explicitly handle
25917 yank-excluded-properties = t.
25918
25919 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
25920 (custom-magic-alist): Change the status descriptions again.
25921 (face widget-type): Total rewrite based on `restricted-sexp'
25922 to eliminate the confusing double hiding levels.
25923
25924 * emacs-lisp/debug.el (debug-on-entry-1):
25925 If function body is empty, add nil as body form.
25926
25927 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
25928
25929 * emacs-lisp/trace.el (inhibit-trace): New var.
25930 (trace-make-advice): Use it.
25931
25932 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
25933
25934 2005-02-26 Kim F. Storm <storm@cua.dk>
25935
25936 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
25937 (mouse-on-link-p, mouse-drag-region-1): Use it.
25938
25939 2005-02-25 Lute Kamstra <lute@gnu.org>
25940
25941 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
25942
25943 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
25944
25945 * frame.el (blink-cursor-mode): Add :group keyword.
25946
25947 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
25948
25949 * calendar/icalendar.el (icalendar--decode-isodatetime):
25950 New optional argument DAY-SHIFT.
25951 (icalendar-export-region): Fix coding-system-for-write.
25952 (icalendar--convert-ical-to-diary): Shift end-day of all-day
25953 events by one.
25954
25955 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
25956
25957 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
25958
25959 2005-02-24 Kim F. Storm <storm@cua.dk>
25960
25961 * international/iso-acc.el (iso-accents-compose): Fix crash
25962 during redisplay. Call force-window-update after read-event
25963 and delete-region to signal that window is not accurate.
25964
25965 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
25966
25967 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
25968 Remove unused and inexistent var `inhibit-trace'.
25969 (debugger-mode): Use run-mode-hooks.
25970 (debugger-list-functions): Add buttons; setup xref stack.
25971
25972 2005-02-23 Richard M. Stallman <rms@gnu.org>
25973
25974 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
25975 appointment says it was explicitly made.
25976 (appt-add): Set the 3rd element.
25977 (appt-make-list): Preserve explicit appointments.
25978
25979 * subr.el (find-tag-default): Catch errors in forward-sexp.
25980
25981 2005-02-23 Juri Linkov <juri@jurta.org>
25982
25983 * info.el (Info-isearch-search): New defcustom.
25984 (Info-isearch-search): Call the default isearch function
25985 when Info-isearch-search is nil.
25986 (Info-isearch-wrap): Use variable Info-isearch-search.
25987
25988 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
25989
25990 * cus-edit.el: Comment change.
25991
25992 2005-02-22 Kim F. Storm <storm@cua.dk>
25993
25994 * progmodes/hideif.el (hide-ifdef-use-define-alist):
25995 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
25996
25997 2005-02-22 Simon Josefsson <jas@extundo.com>
25998
25999 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
26000 New variable.
26001 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
26002 Oskarsson" <myrkraverk@users.sourceforget.net>.
26003
26004 2005-02-22 Kim F. Storm <storm@cua.dk>
26005
26006 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
26007 check that window of that event is the selected window.
26008 (mouse-drag-region-1): Compare mouse event window to selected
26009 window before setting point.
26010
26011 * tooltip.el (tooltip-show-help-function): Pass event to
26012 mouse-on-link-p so it can check selected window.
26013
26014 2005-02-22 Kenichi Handa <handa@m17n.org>
26015
26016 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
26017 (ps-mule-show-warning): New function.
26018 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
26019 characters are found.
26020
26021 * ps-print.el (ps-header-footer-string): Return a list of header
26022 and footer strings.
26023
26024 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
26025
26026 * pcvs.el (cvs-retrieve-revision): Fix thinko.
26027
26028 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
26029
26030 * frame.el (blink-cursor-mode): Use define-minor-mode.
26031
26032 * term/mac-win.el (function-key-map): Use char-names more consistently.
26033 (file-name-coding-system): Only set it for MacOS-9. The other case is
26034 already handled in mule-cmds.el (where it also works when mac-win.el
26035 is not used).
26036
26037 2005-02-21 Kenichi Handa <handa@m17n.org>
26038
26039 * international/mule.el (ctext-pre-write-conversion): Always use
26040 " *code-converting-work*" buffer for work.
26041
26042 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
26043
26044 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
26045
26046 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
26047
26048 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
26049
26050 * ses.el (undo-more): Restore defadvice, but only the part that
26051 allows changes outside the restricted area of the buffer.
26052
26053 2005-02-20 Kim F. Storm <storm@cua.dk>
26054
26055 * simple.el (line-move): Add fourth optional arg try-vscroll which
26056 must be set to perform auto-window-vscroll.
26057 When moving backwards and doing auto-window-vscroll, automatically
26058 vscroll to the last part of lines which are taller than the window.
26059 (next-line, previous-line): Set try-vscroll arg on line-move.
26060
26061 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
26062
26063 * replace.el (query-replace, query-replace-regexp)
26064 (replace-string, replace-regexp): When operating on region, make
26065 the minibuffer prompt say so.
26066
26067 * isearch.el (isearch-forward): Document isearch-query-replace and
26068 isearch-query-replace-regexp keybindings.
26069
26070 2005-02-19 Jay Belanger <belanger@truman.edu>
26071
26072 * calc/calc-aent.el (math-read-token): Add local variable.
26073
26074 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
26075 (calc-edit-top): Move declaration to earlier in file.
26076 (calc-edit-macro-repeats): Add local variables.
26077
26078 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
26079 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
26080 calcFunc-tanh.
26081 Adjust integration rule for calcFunc-tan.
26082
26083 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
26084
26085 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
26086 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
26087 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
26088 (viper-skip-separators): Bug fix.
26089 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
26090 particular major mode.
26091 (viper-del-backward-char-in-replace): Don't put deleted char on the
26092 kill ring.
26093
26094 * viper-ex.el (viper-color-display-p): New function.
26095 (viper-has-face-support-p): Use viper-color-display-p.
26096
26097 * viper-keym.el (viper-gnus-modifier-map): New keymap.
26098
26099 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
26100
26101 * viper-util.el (viper-glob-unix-files): Fix shell status check.
26102 (viper-file-remote-p): Make equivalent to file-remote-p.
26103
26104 * viper.el (viper-major-mode-modifier-list):
26105 Use viper-gnus-modifier-map.
26106
26107 2005-02-19 David Kastrup <dak@gnu.org>
26108
26109 * subr.el (subregexp-context-p): Fix garbled doc string by adding
26110 quoting.
26111
26112 2005-02-19 Jay Belanger <belanger@truman.edu>
26113
26114 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
26115 Remove extra definitions.
26116 (calc-coth): New function.
26117 (calcFunc-cot): Fix `let'.
26118
26119 2005-02-19 Eli Zaretskii <eliz@gnu.org>
26120
26121 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
26122 the reasons we use "type pc" in these faces.
26123
26124 * button.el (button): Ditto.
26125
26126 2005-02-19 Michael Mauger <mmaug@yahoo.com>
26127
26128 * replace.el (query-replace-read-from): Set the value of
26129 query-replace-from-history-variable to handle the case of an empty
26130 string entered to accept the suggested default.
26131
26132 * net/tramp.el (tramp-file-name-for-operation):
26133 Use dired-call-process instead of dired-call-process-command.
26134
26135 2005-02-19 Jay Belanger <belanger@truman.edu>
26136
26137 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
26138 (math-div-non-trig): New variables.
26139 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
26140 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
26141 (math-combine-prod, math-div-symb-fancy): Add simplifications for
26142 trig expressions.
26143
26144 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
26145
26146 * progmodes/gdb-ui.el (gdb-var-update-handler)
26147 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
26148 for watch expressions,
26149 (gdb-var-create-handler): Don't set speedbar-update-flag.
26150 (gdb-post-prompt): Simplify test for speedbar.
26151
26152 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
26153
26154 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
26155 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
26156 we use the syntax table of the correct buffer.
26157 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
26158 Felix Gatzemeier.
26159
26160 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
26161 (ediff-file-remote-p): Make synonymous with file-remote-p.
26162 In all deffaces ediff-*-face-*, use min-colors.
26163
26164 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
26165 ediff-recurse-to-subdirectories.
26166 (ediff-mark-if-equal): Check that the arguments are strings, use
26167 ediff-same-contents (after to Felix Gatzemeier).
26168
26169 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
26170 nil.
26171
26172 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
26173
26174 * log-view.el (log-view-message-re): Fix up Subversion regexp.
26175
26176 2005-02-18 David Kastrup <dak@gnu.org>
26177
26178 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
26179 use `mark-active' when defined.
26180
26181 2005-02-18 Kenichi Handa <handa@m17n.org>
26182
26183 * ps-print.el (ps-font-info-database): New entry
26184 ZapfChancery-MediumItalic with correct font name. Fix font name
26185 of the entry Zapf-Chancery-MediumItalic.
26186
26187 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
26188
26189 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
26190
26191 2005-02-16 Kim F. Storm <storm@cua.dk>
26192
26193 * ido.el (ido-fallback-command): Pass user input to fallback command.
26194
26195 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
26196
26197 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
26198 (gdb-find-file-hook): Add server prefix.
26199
26200 2005-02-16 Richard M. Stallman <rms@gnu.org>
26201
26202 * replace.el (perform-replace): Pass new args to replace-highlight.
26203 (replace-highlight): Take region args,
26204 and pass them to isearch-lazy-highlight-new-loop.
26205
26206 * novice.el (disabled-command-hook): Autoload the defalias
26207 and the make-obsolete-variable call.
26208
26209 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
26210
26211 * isearch.el (isearch-lazy-highlight-start-limit)
26212 (isearch-lazy-highlight-end-limit): New variables limit
26213 the region for highlighting.
26214 (isearch-lazy-highlight-new-loop): New args BEG and END.
26215 (isearch-lazy-highlight-search): Use the new vars.
26216 (isearch-lazy-highlight-update): Likewise.
26217
26218 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
26219
26220 * cus-start.el (all): Use default-boundp.
26221
26222 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
26223
26224 * menu-bar.el (menu-bar-select-frame): Handle current frame.
26225
26226 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
26227
26228 * autorevert.el (auto-revert-stop-on-user-input)
26229 (auto-revert-verbose): Doc fixes.
26230
26231 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
26232
26233 * international/mule-cmds.el (set-locale-environment): Remove call
26234 to set-selection-coding-system on Windows.
26235
26236 2005-02-15 Jay Belanger <belanger@truman.edu>
26237
26238 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
26239 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
26240 calcFunc-coth.
26241 (math-simplify-sqrt): Add simplifications.
26242
26243 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
26244 to list.
26245
26246 * calc/calc-ext.el: Add functions to autoloads.
26247
26248 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
26249 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
26250 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
26251 (math-csc-raw, math-cot-raw): New functions.
26252
26253 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
26254
26255 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
26256 the variable name in a message.
26257
26258 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
26259 calcFunc-csc, calcFunc-cot.
26260
26261 * calc/calcalg2.el: Add derivative and integration rules for
26262 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
26263 calcFunc-csch, calcFunc-coth.
26264 (math-do-integral-methods): Add to checks for when to use
26265 substitutions.
26266
26267 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
26268
26269 2005-02-15 Lute Kamstra <lute@gnu.org>
26270
26271 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26272 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
26273 <monnier@iro.umontreal.ca>
26274 (lisp-outline-level): Improve efficiency. Suggested by David
26275 Kastrup <dak@gnu.org>.
26276
26277 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
26278
26279 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
26280 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
26281 (gdb-set-gud-minor-mode-existing-buffers): New functions.
26282 (gdb-find-file-hook): New hook. Add it to find-file-hook.
26283 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
26284
26285 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
26286
26287 * cus-start.el (all): Comment change.
26288
26289 2005-02-14 Lute Kamstra <lute@gnu.org>
26290
26291 * cus-start.el (all): Check if symbol is void.
26292
26293 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
26294
26295 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
26296 optional argument to \cite.
26297
26298 2005-02-14 Richard M. Stallman <rms@gnu.org>
26299
26300 * cus-edit.el (custom-buffer-create-internal): Update help message.
26301 (custom-magic-alist): Update help messages.
26302
26303 * cus-start.el (all): Allow a var to specify a standard value.
26304
26305 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
26306
26307 * custom.el (custom-theme-set-variables): Handle variable aliases.
26308
26309 * frame.el (blink-cursor-timer): Doc fix.
26310 (blink-cursor): Make it an alias for `blink-cursor-mode' and
26311 declare obsolete.
26312 (blink-cursor-mode): Define with defcustom and use correct
26313 standard expression in that defcustom.
26314 * startup.el (command-line): Adapt to above changes in frame.el.
26315
26316 2005-02-11 Lute Kamstra <lute@gnu.org>
26317
26318 * apropos.el (apropos-score-doc): Prevent division by zero.
26319
26320 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
26321
26322 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
26323 (icalendar--get-event-property-attributes)
26324 (icalendar--get-event-properties)
26325 (icalendar--datetime-to-diary-date): New functions.
26326 (icalendar--split-value): Doc fix.
26327 (icalendar--datetime-to-noneuropean-date)
26328 (icalendar--datetime-to-european-date): New optional argument
26329 SEPARATOR. Return result as a string instead of a list.
26330 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
26331 (icalendar--convert-string-for-export): Rename arg S to STRING.
26332 (icalendar-export-region): Doc fix. Change name of error buffer.
26333 Save output buffer.
26334 (icalendar-import-file): Add blank at end of prompt.
26335 (icalendar-import-buffer): Doc fix. Do not switch to error
26336 buffer. Indicate status in return value.
26337 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
26338 buffer. Save output buffer. Handle exception from recurrence
26339 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
26340 events. Fix problems with weekly all-day events.
26341
26342 2005-02-10 Richard M. Stallman <rms@gnu.org>
26343
26344 * simple.el (eval-expression-print-format):
26345 Avoid warning about edebug-active.
26346
26347 * help.el (help-for-help-internal): Rename from help-for-help.
26348 (help-for-help): Define with defalias.
26349
26350 * font-core.el (font-lock-default-function): Use with-no-warnings.
26351
26352 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
26353
26354 * custom.el (defface): Doc fix.
26355
26356 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
26357
26358 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
26359 width 0" to prevent word wrapping problems.
26360
26361 2005-02-09 Kim F. Storm <storm@cua.dk>
26362
26363 * ido.el (ido-file-extensions-order): New defcustom.
26364 (ido-file-extension-lessp, ido-file-extension-aux)
26365 (ido-file-extension-order): New advanced file ordering.
26366 (ido-file-lessp): New simple file ordering.
26367 (ido-sort-list): Remove.
26368 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
26369 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
26370
26371 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
26372
26373 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
26374 that some versions of grep produce.
26375 (grep-mode-font-lock-keywords): Likewise.
26376
26377 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
26378
26379 * progmodes/gdb-ui.el (gdb-location-list): New variable.
26380 (gdb-cdir): Delete.
26381 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
26382 (gdb-source-info): Treat case when source file is in another
26383 directory properly.
26384 (gdb-get-location): New function.
26385
26386 2005-02-07 Jay Belanger <belanger@truman.edu>
26387
26388 * calc/calc-prog.el (calc-write-parse-table-part)
26389 (calc-fix-token-name): Fix a check for language type.
26390
26391 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
26392
26393 2005-02-07 Andre Spiegel <spiegel@gnu.org>
26394
26395 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
26396 as directory not writable.
26397
26398 2005-02-07 Kim F. Storm <storm@cua.dk>
26399
26400 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
26401 (cua--standard-movement-commands): Remove list.
26402 Instead, set CUA property value to move for movement commands.
26403 (cua-movement-commands): Remove. Users must set CUA prop instead.
26404 (cua--pre-command-handler): Check CUA property.
26405 (cua--init-keymaps): Don't remap undo commands.
26406 (cua-mode): Don't call cua--rectangle-on-off.
26407
26408 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
26409 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
26410 (cua--rect-undo-set-point): New var.
26411 (cua--rectangle-undo-boundary): Setup undo apply entry.
26412 (cua--rect-undo-handler): New function for rectangle undo.
26413 (cua--rect-start-position, cua--rect-end-position): Add.
26414 (cua--rectangle-post-command): Call cua--rectangle-set-corners
26415 for restored rectangle. Set point if cua--rect-undo-set-point.
26416
26417 2005-02-06 Jay Belanger <belanger@truman.edu>
26418
26419 * calc/calc-lang.el (calc-tex-language): Display more information
26420 in messages.
26421
26422 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
26423 in TeX mode.
26424
26425 2005-02-06 Richard M. Stallman <rms@gnu.org>
26426
26427 * emacs-lisp/lisp.el (buffer-end): Doc fix.
26428
26429 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
26430
26431 * net/ldap.el (ldap-search-internal): Support attributes with
26432 optional descriptions separated by a semi-colon, as in
26433 "userCertificate;binary".
26434
26435 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
26436
26437 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
26438 isn't a cons (i.e. the version is 0).
26439
26440 2005-02-05 Eli Zaretskii <eliz@gnu.org>
26441
26442 * help.el (help-for-help): Doc fix.
26443
26444 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
26445
26446 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
26447 GDB-Windows on the menu-bar as this works better.
26448
26449 2005-02-04 Jay Belanger <belanger@truman.edu>
26450
26451 * calc/calc-embed.el (calc-embedded-update): Don't put in
26452 unnecessary newlines. Adjust the end of formula marker.
26453
26454 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
26455 (math-latex-parse-two-args): New function.
26456
26457 2005-02-03 Lute Kamstra <lute@gnu.org>
26458
26459 * help-fns.el (help-with-tutorial): Make sure that users cannot
26460 remove the entire text of the tutorial by means of `undo'.
26461
26462 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
26463
26464 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
26465 in recent changes, where the ispell process was repeatedly
26466 killed & restarted.
26467
26468 * international/mule-cmds.el (set-locale-environment): Set file-name
26469 coding system to utf-8 on Darwin systems.
26470 (set-default-coding-systems): Don't set default-file-name-coding-system
26471 on Darwin systems.
26472
26473 2005-02-03 Richard M. Stallman <rms@gnu.org>
26474
26475 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
26476
26477 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
26478
26479 * faces.el (list-faces-display): Add optional argument.
26480
26481 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
26482
26483 * font-core.el (font-lock-default-function): Handle the rare case where
26484 only font-lock-keywords is set.
26485
26486 2005-02-02 Kenichi Handa <handa@m17n.org>
26487
26488 * international/characters.el: Cancel previous change for
26489 I-WITH-DOT-ABOVE and DOTLESS-i.
26490
26491 * international/latin-5.el: Cancel previous change.
26492
26493 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26494
26495 * progmodes/gud.el: Correction to syntax in gud-menu-map.
26496
26497 2005-02-02 Kenichi Handa <handa@m17n.org>
26498
26499 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
26500 DOTLESS-i.
26501
26502 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
26503 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
26504
26505 * case-table.el (get-upcase-table): New function.
26506 (copy-case-table): Copy upcaes table too if non-nil.
26507 (set-case-syntax-delims): Maintain upcase table too.
26508 (set-case-syntax-pair): Likewise.
26509 (set-upcase-syntax, set-downcase-syntax): New functions.
26510 (set-case-syntax): Maintain upcase table too.
26511
26512 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
26513
26514 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
26515
26516 * progmodes/gud.el (gud-goto-info): New function.
26517 (gud-tool-bar-map): Use correct icon.
26518
26519 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26520
26521 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
26522 When delegating, order args in the funcall correctly.
26523
26524 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
26525
26526 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
26527
26528 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
26529
26530 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
26531 buffer not visiting a file.
26532
26533 2005-01-31 Jay Belanger <belanger@truman.edu>
26534
26535 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
26536 bound on the line with the formula.
26537
26538 2005-01-31 Kim F. Storm <storm@cua.dk>
26539
26540 * ses.el (ses-create-cell-variable-range)
26541 (ses-destroy-cell-variable-range, ses-reset-header-string)
26542 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
26543 (ses-insert-row): Fix format of apply undo entries.
26544
26545 2005-01-31 Jay Belanger <belanger@truman.edu>
26546
26547 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
26548 parts.
26549
26550 * calc/calc-embed.el (calc-embedded-open-formula)
26551 (calc-embedded-close-formula): Ignore matrix environments.
26552
26553 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
26554 TeX mode.
26555
26556 * calc/calc-lang.el (math-function-table, math-oper-table)
26557 (math-variable-table): Adjust the LaTeX portions.
26558
26559 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
26560 (math-latex-ignore-words): New constant.
26561
26562 2005-01-31 Richard M. Stallman <rms@gnu.org>
26563
26564 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
26565 (ispell-local-dictionary): Doc fix.
26566 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
26567 Don't reinitialize at run time. Don't defcustom.
26568 All uses changed to append ispell-local-dictionary-alist,
26569 or check it first.
26570 (ispell-current-dictionary): New variable for dictionary in use.
26571 (ispell-dictionary): Now used only for global default.
26572 (ispell-start-process): Set ispell-current-dictionary,
26573 not ispell-dictionary.
26574 (ispell-change-dictionary): Use this only for setting
26575 user preferences.
26576 (ispell-internal-change-dictionary): New function
26577 to change the current dictionary in use.
26578 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
26579 Use ispell-current-dictionary.
26580 Handle ispell-local-dictionary-overridden.
26581 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
26582
26583 2005-01-31 Jay Belanger <belanger@truman.edu>
26584
26585 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
26586
26587 * calc/calc-ext.el: Add calc-latex-language to autoloads.
26588 (calc-mode-map): Add calc-latex-language.
26589
26590 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
26591 (math-latex-print-frac): New functions.
26592 (math-oper-table, math-function-table, math-variable-table)
26593 (math-complex-format, math-input-filter): Add latex properties.
26594 (calc-set-language): Set math-expr-special-function-mapping.
26595
26596 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
26597 (calc-write-parse-table-part): Add LaTeX support.
26598
26599 * calc/calc.el (calc-language): Adjust docstring.
26600 (calc-set-mode-line): Add LaTeX support.
26601 (math-expr-special-function-mapping): New variable.
26602 (math-tex-ignore-words): Add to list.
26603
26604 * calc/calccomp.el (math-compose-expr, math-compose-rows):
26605 Add LaTeX support.
26606 (math-compose-expr): Add support for special functions.
26607
26608 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
26609
26610 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
26611
26612 * progmodes/gdb-ui.el (gdb-memory-address)
26613 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
26614 (gdb-memory-mode-map, gdb-memory-format-keymap)
26615 (gdb-memory-format-menu, gdb-memory-unit-keymap)
26616 (gdb-memory-unit-menu): New variables for a buffer
26617 that lets the user examine program memory.
26618 (gdb-memory-set-address, gdb-memory-set-repeat-count)
26619 (gdb-memory-format-binary, gdb-memory-format-octal)
26620 (gdb-memory-format-unsigned, gdb-memory-format-signed)
26621 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
26622 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
26623 (gdb-memory-unit-word, gdb-memory-unit-halfword)
26624 (gdb-memory-unit-byte, gdb-memory-unit-menu)
26625 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
26626 (gdb-memory-mode, gdb-memory-buffer-name)
26627 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
26628 New functions for above buffer.
26629
26630 2005-01-30 Richard M. Stallman <rms@gnu.org>
26631
26632 * cus-edit.el (custom-bury-buffer): Function deleted.
26633 (custom-buffer-done-function): Option deleted.
26634 (custom-buffer-done-kill): New replacement option.
26635 (Custom-buffer-done): Call quit-window.
26636 (custom-buffer-create-internal): Update for above changes.
26637
26638 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
26639
26640 * simple.el (undo-ask-before-discard): New var.
26641 (undo-outer-limit-truncate): Implement it.
26642 (undo-extra-outer-limit): Doc update.
26643
26644 2005-01-29 Richard M. Stallman <rms@gnu.org>
26645
26646 * ses.el (undo-more): Delete defadvice.
26647 (ses-begin-change): Doc fix.
26648
26649 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
26650 instead of rebinding C-x u and C-_.
26651
26652 * files.el (normal-backup-enable-predicate): Return nil for files
26653 in /tmp, regardless of temporary-file-directory.
26654
26655 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
26656
26657 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
26658 (open-rectangle, delete-whitespace-rectangle-line)
26659 (clear-rectangle-line): If FILL, pass t instead of FILL
26660 for move-to-column's 2nd arg.
26661
26662 * simple.el (undo): Fix the test for continuing a series of undos.
26663 (undo-more): Set pending-undo-list to t when we reach end.
26664 (pending-undo-list): Move up defvar.
26665
26666 * wid-edit.el (widget-button-click):
26667 Shorten the range of the track-mouse binding.
26668
26669 * comint.el (comint-insert-input): Undo previous changes;
26670 use last-input-event in interactive spec.
26671
26672 2005-01-29 Eli Zaretskii <eliz@gnu.org>
26673
26674 * progmodes/compile.el (compilation-start): Bind buffer-read-only
26675 to nil before invoking call-process. Reset buffer's modified flag
26676 after fontifying it in the no-async branch.
26677
26678 * wid-edit.el (widget-specify-button): If mouse pointer shape
26679 cannot be changed, use mouse face instead.
26680
26681 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
26682
26683 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
26684 (gdb-goto-breakpoint): Make breakpoint handling work on template
26685 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
26686 (gdb-assembler-custom): Update to recognize breakpoint information
26687 added on 2005-01-19.
26688
26689 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
26690
26691 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
26692 (dsssl-mode): Use define-derived-mode.
26693 (scheme-mode-initialize): Remove.
26694 (scheme-mode): Use run-mode-hooks.
26695
26696 * cus-edit.el (customize-group-other-window)
26697 (custom-buffer-create-other-window): Don't override special-display-*.
26698 (custom-mode-map): Make it dense.
26699
26700 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
26701 sets the default value.
26702
26703 2005-01-28 Eli Zaretskii <eliz@gnu.org>
26704
26705 * descr-text.el: Add more keywords.
26706
26707 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
26708
26709 * speedbar.el: Avoid unnecessary use of locate-library.
26710
26711 * international/mule-cmds.el (standard-display-european-internal):
26712 Don't fiddle with latin-1 non-break space any more since it's now
26713 special cased in the C code.
26714 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
26715
26716 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
26717
26718 * cus-start.el (all): Add `undo-outer-limit'.
26719
26720 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26721
26722 * textmodes/bibtex.el (bibtex-format-entry):
26723 Use `bibtex-empty-field-re' only on the text of fields, not on entire
26724 field lines.
26725 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
26726 not on part of a buffer.
26727
26728 2005-01-25 Lute Kamstra <lute@gnu.org>
26729
26730 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
26731 nonempty field text strings like "{letters\\macro{}more letters}".
26732 Clarify docstring.
26733 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
26734 (bibtex-entry-offset, bibtex-parse-association)
26735 (bibtex-parse-field-name): Fix typos in docstrings.
26736 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
26737
26738 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
26739
26740 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
26741 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
26742 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
26743 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
26744
26745 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
26746 isearch minor mode.
26747
26748 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
26749
26750 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
26751
26752 2005-01-24 Lute Kamstra <lute@gnu.org>
26753
26754 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
26755 CASECHARS and NOT-CASECHARS regular expressions of the
26756 "nederlands" and "nederlands8" dictionaries to prevent a "Range
26757 striding over charsets" error.
26758
26759 2005-01-24 Jay Belanger <belanger@truman.edu>
26760
26761 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
26762 display variable name.
26763
26764 2005-01-24 Kenichi Handa <handa@m17n.org>
26765
26766 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
26767 Fix setting of the element of encoded-kbd-iso2022-invocations.
26768
26769 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
26770
26771 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
26772 (gdb-threads-select): Change to also accept mouse events.
26773 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
26774 (gdb-threads-mouse-select): Delete.
26775
26776 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
26777
26778 * files.el (insert-directory): Take care of empty directory,
26779 listed without -a switch.
26780
26781 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
26782
26783 * textmodes/refill.el (refill-post-command-function):
26784 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
26785 to the list of functions that we should be careful not to undo.
26786 (refill-late-fill-paragraph-function): Remove.
26787 (refill-saved-state): New var.
26788 (refill-mode): Use it to save fill-paragraph-function.
26789 Save also the value of auto-fill-function.
26790
26791 * term/w32-win.el: Simplify code.
26792
26793 2005-01-23 Kim F. Storm <storm@cua.dk>
26794
26795 * simple.el (line-move): Adapt to new return value from
26796 pos-visible-in-window-p.
26797
26798 * simple.el (line-move): Fix last change. Check partial
26799 visibility at point rather than at window-start.
26800
26801 2005-01-22 Jason Rumney <jasonr@gnu.org>
26802
26803 * term/w32-win.el (xw-defined-colors): Remove debug-message.
26804
26805 2005-01-22 David Kastrup <dak@gnu.org>
26806
26807 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
26808
26809 2005-01-22 Eli Zaretskii <eliz@gnu.org>
26810
26811 * type-break.el (type-break-mode): Add a test for
26812 type-break-file-name being non-nil.
26813
26814 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
26815
26816 * net/eudc.el (top level): Call (message "") via progn, so that
26817 eudc-options-file is loaded.
26818
26819 2005-01-22 Kim F. Storm <storm@cua.dk>
26820
26821 * simple.el (line-move-1): Rename from line-move.
26822 (line-move): New function that adjusts vscroll for partially
26823 visible rows, and calls line-move-1 otherwise.
26824
26825 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
26826
26827 * pcomplete.el: Define pcomplete-read-event instead of read-event,
26828 since it's not a complete read-event implementation
26829
26830 2005-01-20 Jay Belanger <belanger@truman.edu>
26831
26832 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
26833 for called function.
26834
26835 2005-01-20 Steven Tamm <steventamm@mac.com>
26836
26837 * term/mac-win.el (process-connection-type): Remove.
26838 Controlled now by s/darwin.h:PTY_ITERATION.
26839
26840 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
26841
26842 * window.el (handle-select-window): Don't switch window when we're
26843 in the minibuffer.
26844
26845 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
26846
26847 * subr.el (dotimes-with-progress-reporter): New macro.
26848
26849 * ses.el (ses-dotimes-msg): Remove macro.
26850 Use `dotimes-with-progress-reporter' instead.
26851
26852 2005-01-19 Steven Tamm <steventamm@mac.com>
26853
26854 * term/mac-win.el (process-connection-type): Use new
26855 operating-system-release variable to use ptys on Darwin 7 (OS X
26856 10.3) when using carbon build.
26857
26858 2005-01-19 Jay Belanger <belanger@truman.edu>
26859
26860 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
26861 flags if the last command was a tab or M-tab.
26862
26863 * calc/calc-prog.el (calc-user-define-edit): Put original formula
26864 in formula editing buffer.
26865
26866 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26867
26868 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
26869 breakpoint image symbol in margin.
26870
26871 2005-01-19 Jay Belanger <belanger@truman.edu>
26872
26873 * calc/calc-prog.el (calc-execute-kbd-macro):
26874 Ignore calc-keep-arg-flag.
26875
26876 2005-01-19 Kenichi Handa <handa@m17n.org>
26877
26878 * textmodes/ispell.el (ispell-looking-at): New function.
26879 (ispell-process-line): Use ispell-looking-at to compare the ispell
26880 output and the buffer contents.
26881
26882 2005-01-18 Jay Belanger <belanger@truman.edu>
26883
26884 * calc/calc.el (calc-display-raw): Fix docstring.
26885
26886 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
26887
26888 * simple.el (blink-matching-open): Strip extra info from syntax.
26889
26890 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
26891 funny chars in the end-of-here-doc marker.
26892
26893 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
26894
26895 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
26896 that enable/disabled state of breakpoints is shown correctly in
26897 fringe and on ttys.
26898 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
26899 Add breakpoint information as text properties.
26900 (gdb-mouse-toggle-breakpoint):
26901 Rename to gdb-mouse-set-clear-breakpoint.
26902 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
26903 breakpoints in the margin.
26904 (gdb-remove-strings): Simplify.
26905
26906 2005-01-17 Jay Belanger <belanger@truman.edu>
26907
26908 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
26909 erasing buffer.
26910
26911 2005-01-17 Richard M. Stallman <rms@gnu.org>
26912
26913 * progmodes/grep.el (grep-find): Copy from `grep' the condition
26914 for calling grep-compute-defaults.
26915
26916 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
26917 if buffer is empty.
26918
26919 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
26920
26921 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
26922
26923 * hilit-chg.el (highlight-changes-mode): Don't autoload.
26924
26925 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
26926 non-preloaded variables.
26927
26928 2005-01-17 Steven Tamm <steventamm@mac.com>
26929
26930 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
26931 tex-shell cause to force interactivity when using pipes.
26932
26933 2005-01-17 Kim F. Storm <storm@cua.dk>
26934
26935 * simple.el (just-one-space): Make arg optional.
26936
26937 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
26938
26939 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
26940 posn-at-x-y to t to access left-margin.
26941
26942 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
26943
26944 Sync with Tramp 2.0.47.
26945
26946 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
26947 catching keep-date problems in cp/scp operations.
26948 (tramp-handle-copy-file): Don't call `set-file-modes'
26949 unconditionally. Specialized functions should know better what is
26950 necessary. This improves performance a little bit, and the
26951 functions could catch errors with `cp -p' and `scp -p'.
26952 (tramp-do-copy-or-rename-file-via-buffer)
26953 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
26954 when appropriate.
26955 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
26956 Call `set-file-modes' when appropriate.
26957 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
26958 Johnsson <isak@hypergene.com>
26959 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
26960 of both Tramp buffer and debug buffer. Reported by Joakim Verona
26961 <joakim@verona.se>
26962 (tramp-file-name-for-operation): Mark `shell-command' as magic for
26963 Emacs only.
26964
26965 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
26966 `find-file-hooks' and `dired-mode-hook'.
26967 (tramp-minor-mode-map): Respective map. Add remapping for
26968 `compile' and `recompile'.
26969 (tramp-remap-command, tramp-recompile): New defuns.
26970 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
26971 in buffer "*Compilation*". Call the commands asynchronously.
26972
26973 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
26974 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
26975 `shell-command', because it isn't magic in XEmacs. Reported by
26976 Adrian Aichner <adrian@xemacs.org>.
26977
26978 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
26979 `substitute-in-file-name.
26980 (tramp-smb-handle-substitute-in-file-name): New defun.
26981 (tramp-smb-advice-PC-do-completion): Delete advice.
26982
26983 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
26984
26985 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
26986 Fix error in deleting region.
26987
26988 2005-01-15 Richard M. Stallman <rms@gnu.org>
26989
26990 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
26991 In non-temp buffer, switch syntax table temporarily.
26992
26993 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
26994
26995 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
26996
26997 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
26998
26999 * imenu.el (imenu--split-menu): Copy menulist before sorting.
27000 (imenu--generic-function): Use START, not BEG, as pos of definition.
27001
27002 * simple.el (just-one-space): Argument specifies number of spaces.
27003
27004 * simple.el (eval-expression-print-format): Avoid warning
27005 about edebug-active.
27006
27007 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
27008
27009 * progmodes/sh-script.el: Code copied from make-mode.el
27010 with small changes,
27011 (sh-mode-map): Bind C-c C-\.
27012 (sh-backslash-column, sh-backslash-align): New variables.
27013 (sh-backslash-region, sh-append-backslash): New functions.
27014
27015 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
27016
27017 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
27018 (rmail-pop-password, rmail-pop-password-required): Move to
27019 rmail-obsolete group.
27020 (rmail-set-pop-password): Rename to rmail-set-remote-password.
27021 All callers updated.
27022 (rmail-get-pop-password): Rename to rmail-get-remote-password.
27023 Take an argument specifying whether it is POP or IMAP mailbox we
27024 are using. All callers updated.
27025 (rmail-pop-password-error): Rename to
27026 rmail-remote-password-error. Added mailutils-specific error message.
27027 (rmail-movemail-search-path)
27028 (rmail-movemail-variant-in-use): New variables.
27029 (rmail-remote-password, rmail-remote-password-required):
27030 New customization variables.
27031 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
27032 (rmail-parse-url): New function.
27033 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
27034 with GNU mailutils movemail.
27035
27036 2005-01-15 Kevin Ryde <user42@zip.com.au>
27037
27038 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
27039 suffix to space, $ or '$, to correctly position point when going
27040 to @table style constants like DBL_MAX.
27041
27042 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
27043
27044 * type-break.el (type-break-mode, type-break-file-time)
27045 (type-break-file-keystroke-count, type-break-choose-file):
27046 Don't store data in or load data from the file if type-break-file-name
27047 is nil.
27048 (type-break-file-name): Doc update as per the above.
27049
27050 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
27051
27052 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
27053 lookup-key might return nil; handle that.
27054
27055 2005-01-15 Alan Mackenzie <acm@muc.de>
27056
27057 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
27058 rather than the element found, thus enabling the tree to be setcar'd.
27059
27060 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27061
27062 * textmodes/org.el (org-show-following-heading): New option.
27063 (org-show-hierarchy-above): Use `org-show-following-heading'.
27064 (org-cycle): Documentation fix.
27065
27066 * textmodes/org.el (orgtbl-optimized): New option
27067 (orgtbl-mode): New command, a minor mode.
27068 (orgtbl-mode-map): New variable.
27069 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
27070 (orgtbl-error, orgtbl-self-insert-command)
27071 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
27072
27073 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
27074 a local variable in each org-mode buffer.
27075
27076 * textmodes/org.el (org-set-regexps-and-options): Rename from
27077 `org-set-regexps'. Added checking for STARTUP keyword.
27078 (org-get-current-options): Add STARTUP options.
27079 (org-table-insert-row): Make mode intelligent about when
27080 realignment is needed.
27081 (org-self-insert-command, org-delete-backward-char, org-delete-char):
27082 New commands.
27083 (org-enable-table-editor): New default value `optimized'.
27084 (org-table-blank-field): Support blanking regions if active.
27085
27086 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
27087
27088 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
27089 if the year is not given.
27090
27091 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
27092 Add new escapes %m and %M, fixed bug with %F by adding
27093 save-match-data.
27094 (reftex-reference): Remove ?. from list of spaces.
27095 (reftex-label-info): Add automatic label prefix recognition.
27096
27097 * textmodes/reftex-index.el (reftex-index-next-phrase):
27098 Add slave parameter to call of `reftex-index-this-phrase'.
27099 (reftex-index-this-phrase): New optional argument.
27100 (reftex-index-region-phrases): Add slave parameter to call of
27101 `reftex-index-this-phrase'.
27102 (reftex-display-index): New argument redo.
27103 (reftex-index-rescan): Add `redo' to arguments of
27104 `reftex-display-index'.
27105 (reftex-index-Rescan, reftex-index-revert)
27106 (reftex-index-switch-index-tag): Add `redo' to arguments of
27107 `reftex-display-index'.
27108 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
27109 indexing. Fix bug with matching is there is a quote before or
27110 after the word.
27111
27112 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
27113 Fix bug when collecting citation keys in lines with comments.
27114 (reftex-citation): Prefix argument no longer rescans the document,
27115 but forces prompting for optional arguments of cite macros.
27116 (reftex-do-citation): Prompting for optional arguments implemented.
27117
27118 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27119 Add optional arguments to most cite commands.
27120 (reftex-cite-cleanup-optional-args): New option
27121 (reftex-cite-prompt-optional-args): New option.
27122 (reftex-trust-label-prefix): New option.
27123
27124 * textmodes/reftex-toc.el (reftex-toc-find-section):
27125 Add push-mark before changing the position in the buffer.
27126
27127 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
27128 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
27129
27130 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
27131
27132 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
27133 more carefully.
27134
27135 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
27136
27137 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
27138 (sgml-mode): Use it.
27139 (sgml-get-context): Better keep track of implicitly closed tags.
27140
27141 2005-01-13 Kenichi Handa <handa@m17n.org>
27142
27143 * textmodes/ispell.el: These changes are to fix misalignment error
27144 caused by equivalent characters of different Emacs charsets.
27145 (ispell-unified-chars-table): New variable.
27146 (ispell-get-decoded-string): New function.
27147 (ispell-get-casechars, ispell-get-not-casechars)
27148 (ispell-get-otherchars): Call ispell-get-decoded-string.
27149
27150 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27151
27152 * custom.el (custom-declare-variable): Just put symbol instead
27153 of (defvar . symbol) in `current-load-list'.
27154
27155 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
27156
27157 * emacs-lisp/elint.el: Fixed typo in Commentary section.
27158
27159 2005-01-12 Jay Belanger <belanger@truman.edu>
27160
27161 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
27162 to create a Calc summary.
27163
27164 2005-01-12 Kim F. Storm <storm@cua.dk>
27165
27166 * mouse.el (mouse-on-link-p): Change functionality and doc
27167 string to comply with latest description in lisp ref.
27168
27169 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
27170
27171 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
27172 Enable mouse clicks on mode-line, header-line and margin.
27173 (event-type): Give mouse event symbols an `event-kind' property
27174 with value `mouse-click'.
27175
27176 2005-01-12 Juri Linkov <juri@jurta.org>
27177
27178 * facemenu.el (list-colors-display): Add new arg buffer-name.
27179 Use it. Fix docstring. Replace code for identifying duplicate
27180 colors by the name with call to `list-colors-duplicates' which
27181 identifies duplicate colors by the value unless the color
27182 is one of special Windows colors. Set truncate-lines to t.
27183 Print sorted duplicate color names on each line. Indent to 22
27184 \(the longest color name in rgb.txt) instead of 20. Optimize.
27185 (list-colors-duplicates): New function.
27186 (facemenu-color-name-equal): Delete function.
27187
27188 * facemenu.el (list-colors-print): New function created from code
27189 in list-colors-display. Print #RRGGBB at the window right edge.
27190 (list-colors-display): When temp-buffer-show-function is not
27191 defined, call list-colors-print from temp-buffer-show-hook
27192 to get the right value of window-width in list-colors-print
27193 after the buffer is displayed.
27194
27195 * simple.el (pop-mark): Move deactivate-mark out of conditional
27196 part to deactivate the active mark regardless of the state of the
27197 mark ring.
27198
27199 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
27200 variables line in desktop files.
27201
27202 2005-01-12 Juri Linkov <juri@jurta.org>
27203
27204 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
27205 Bring together isearch highlight related options.
27206 (lazy-highlight): Replace group `replace' by `matching'.
27207 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27208 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27209 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
27210 and declare them obsolete.
27211 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
27212 (isearch-faces): Remove defgroup.
27213 (isearch-overlay, isearch-highlight, isearch-dehighlight):
27214 Move isearch highlighting code closer to lazy highlighting code.
27215
27216 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
27217 (query-replace-highlight, query-replace-lazy-highlight)
27218 (query-replace): Move definitions to the beginning of the file.
27219
27220 2005-01-11 Juri Linkov <juri@jurta.org>
27221
27222 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
27223 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
27224 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
27225
27226 * info.el (Info-history-forward): New variable.
27227 (Info-select-node): Reset Info-history-forward to nil.
27228 (Info-last): Turn into defalias.
27229 (Info-history-back): Rename from Info-last.
27230 Add current node to Info-history-forward.
27231 (Info-history-forward): New fun.
27232 (Info-mode-map): Replace Info-last by Info-history-back.
27233 Bind Info-history-forward to "r".
27234 (Info-mode-menu): Replace Info-last by Info-history-back.
27235 Fix menu item text. Add menu item for Info-history-forward.
27236 (info-tool-bar-map): Replace Info-last by Info-history-back.
27237 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
27238 for Info-history-forward.
27239 (Info-mode): Replace Info-last by Info-history-back in docstring.
27240 Add local variable Info-history-forward.
27241 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
27242
27243 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
27244
27245 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
27246 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
27247 Ignore select-window events rather than fiddle with
27248 mouse-autoselect-window.
27249
27250 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
27251
27252 * type-break.el (type-break-mode): Fix previous change.
27253
27254 2005-01-10 Jay Belanger <belanger@truman.edu>
27255
27256 * calc/calc-ext.el (calc-reset): Reset when inside embedded
27257 calculator; only reset when point is inside a calculator.
27258 Don't adjust the window height if the window takes up the whole height
27259 of the frame.
27260
27261 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
27262
27263 * ebuff-menu.el (Electric-buffer-menu-mode):
27264 Preserve value of buffer-local var header-line-format.
27265
27266 2005-01-09 Jay Belanger <belanger@truman.edu>
27267
27268 * calc/calc.el (calc-mode-var-list-restore-saved-values):
27269 Make sure settings file exists before accessing it.
27270
27271 * calc/calc-embed.el (calc-embedded-subst):
27272 Replace math-multi-subst-rec, which is only supposed to be called
27273 by math-multi-subst, by math-multi-subst.
27274
27275 2005-01-09 Andre Spiegel <spiegel@gnu.org>
27276
27277 * vc.el (vc-allow-async-revert): New user option.
27278 (vc-disable-async-diff): New internal variable.
27279 (vc-revert-buffer): Use them to disable asynchronous diff.
27280
27281 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
27282 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
27283 asynchronously if vc-disable-async-diff is t.
27284
27285 2005-01-09 Jay Belanger <belanger@truman.edu>
27286
27287 * calc/calc.el (defcalcmodevar): New macro.
27288 (calc-mode-var-list-restore-default-values)
27289 (calc-mode-var-list-restore-saved-values): New functions.
27290 (calc-mode-var-list): Use defcalcmodevar to define it.
27291 (calc-always-load-extensions, calc-line-numbering)
27292 (calc-line-breaking, calc-display-just, calc-display-origin)
27293 (calc-number-radix, calc-leading-zeros, calc-group-digits)
27294 (calc-group-char, calc-point-char, calc-frac-format)
27295 (calc-prefer-frac, calc-hms-format, calc-date-format)
27296 (calc-float-format, calc-full-float-format, calc-complex-format)
27297 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
27298 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
27299 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
27300 (calc-matrix-brackets, calc-language, calc-language-option)
27301 (calc-left-label, calc-right-label, calc-word-size)
27302 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
27303 (calc-display-raw, calc-internal-prec, calc-angle-mode)
27304 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
27305 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
27306 (calc-window-height, calc-display-trail, calc-show-selections)
27307 (calc-use-selections, calc-assoc-selections)
27308 (calc-display-working-message, calc-auto-why, calc-timing)
27309 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
27310 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
27311 (calc-gnuplot-default-device, calc-gnuplot-default-output)
27312 (calc-gnuplot-print-device, calc-gnuplot-print-output)
27313 (calc-gnuplot-geometry, calc-graph-default-resolution)
27314 (calc-graph-default-resolution-3d, calc-invocation-macro)
27315 (calc-show-banner): Use defcalcmodevar to declare them and set
27316 their default values.
27317
27318 * calc/calc-ext.el (calc-reset): Restore saved values of variables
27319 instead of default values (but restore default values if there is
27320 an argument of 0).
27321
27322 2005-01-09 David Kastrup <dak@gnu.org>
27323
27324 * desktop.el (desktop-restore-eager): Fix typo in type.
27325
27326 2005-01-08 Richard M. Stallman <rms@gnu.org>
27327
27328 * cus-edit.el (customize): Delete :link.
27329
27330 2005-01-08 Jay Belanger <belanger@truman.edu>
27331
27332 * calc/calc.el (calc-mode): Remove the extension from the
27333 `calc-settings-file' file name when loading it.
27334
27335 2005-01-08 Kim F. Storm <storm@cua.dk>
27336
27337 * info.el (Info-mode-map, Info-next-link-keymap)
27338 (Info-prev-link-keymap, Info-up-link-keymap):
27339 Map follow-link to mouse-face.
27340 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
27341
27342 2005-01-08 Jay Belanger <belanger@truman.edu>
27343
27344 * calc/calc.el (calc-settings-file): Change default value.
27345 Suggested by cgw in a comment in calc-mode.el.
27346
27347 * calc/calc-mode.el (calc-settings-file-name):
27348 Compare calc-settings-file to user-init-file instead of ~/.emacs.
27349 Replace ~/.emacs in a prompt by calc-settings-file.
27350
27351 2005-01-07 Lars Hansen <larsh@math.ku.dk>
27352
27353 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
27354 (desktop-lazy-idle-delay): New customizable variables.
27355 (desktop-buffer-args-list): New variable.
27356 (desktop-append-buffer-args): New function.
27357 (desktop-save): Call desktop-append-buffer-args for some buffers.
27358 (desktop-lazy-create-buffer): New function.
27359 (desktop-idle-create-buffers): New function.
27360 (desktop-read): Add message about buffers to restore lazily.
27361 (desktop-lazy-abort): New command.
27362 (desktop-clear): Call desktop-lazy-abort.
27363 (desktop-lazy-complete): New command.
27364
27365 2005-01-06 Richard M. Stallman <rms@gnu.org>
27366
27367 * emacs-lisp/find-func.el (find-face-definition):
27368 Rename from find-face.
27369
27370 2005-01-06 Kim F. Storm <storm@cua.dk>
27371
27372 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
27373
27374 * man.el (Man-xref-man-page, Man-xref-header-file)
27375 (Man-xref-normal-file): Add follow-link property.
27376
27377 2005-01-06 Jay Belanger <belanger@truman.edu>
27378
27379 * calc/calc-units.el: Make sure the proper macro definitions are
27380 available when compiling.
27381
27382 2005-01-06 Juri Linkov <juri@jurta.org>
27383
27384 * isearch.el (isearch-lazy-highlight-update):
27385 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
27386
27387 2005-01-06 Miles Bader <miles@gnu.org>
27388
27389 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
27390 (isearch-lazy-highlight-face): Use new name.
27391
27392 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
27393
27394 * uniquify.el (uniquify-rationalize-file-buffer-names):
27395 Re-add an interactive spec.
27396 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
27397 to the same name.
27398
27399 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
27400 (isearch-update, isearch-done): Adjust calls accordingly.
27401
27402 2005-01-05 Richard M. Stallman <rms@gnu.org>
27403
27404 * custom.el (custom-set-variables, custom-theme-set-variables):
27405 Clarify documentation.
27406
27407 * emacs-lisp/find-func.el (find-variable)
27408 (find-variable-other-window, find-variable-other-frame):
27409 Fix the TYPE args to find-function-read and find-function-do-it.
27410 (find-function): Doc fix.
27411 (find-function-at-point): Replace function-at-point alias.
27412
27413 2005-01-04 Richard M. Stallman <rms@gnu.org>
27414
27415 * cus-face.el (custom-declare-face):
27416 Record defface in current-load-list.
27417
27418 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
27419
27420 * emacs-lisp/find-func.el: Doc fixes.
27421 (find-face-regexp): New variable.
27422 (find-function-regexp-alist): New variable.
27423 (find-function-C-source): Third arg is now TYPE.
27424 (find-function-search-for-symbol): Handle general TYPE.
27425 (find-function-read, find-function-do-it): Handle general TYPE.
27426 (find-definition-noselect, find-face): New functions.
27427 (function-at-point): Alias deleted.
27428
27429 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
27430
27431 * battery.el (display-battery-mode): Rename from display-battery.
27432 Handle the case where it gets turned off.
27433
27434 2005-01-04 Richard M. Stallman <rms@gnu.org>
27435
27436 * cus-edit.el (customize): Make :link point to user doc.
27437
27438 * man.el (Man-fontify-manpage): Turn off undo generation.
27439
27440 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
27441
27442 2005-01-04 Andreas Schwab <schwab@suse.de>
27443
27444 * files.el (insert-directory): Only look for error lines in
27445 inserted text. Don't move too far after processing --dired markers.
27446
27447 2005-01-04 Richard M. Stallman <rms@gnu.org>
27448
27449 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
27450 Don't expand if the character is @, period, dash, etc.
27451 (define-mail-abbrev): Quote names that contain problem characters.
27452
27453 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
27454
27455 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
27456
27457 2005-01-03 Richard M. Stallman <rms@gnu.org>
27458
27459 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
27460 (query-replace-highlight, query-replace-lazy-highlight)
27461 (query-replace): Definitions moved up. Doc fix.
27462
27463 2005-01-03 Richard M. Stallman <rms@gnu.org>
27464
27465 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
27466 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
27467 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
27468 (lazy-highlight-face): Rename from isearch-lazy-...
27469 Change all references to them.
27470
27471 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
27472
27473 * cus-edit.el (custom-file): Doc fix for defcustom.
27474 (custom-file): The function no longer sets the variable
27475 `custom-file' to its return value.
27476
27477 * startup.el (command-line): No longer load `custom-file'.
27478
27479 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
27480
27481 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
27482
27483 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
27484 Don't confuse module-prefixed identifiers for labels.
27485 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
27486
27487 2005-01-02 Richard M. Stallman <rms@gnu.org>
27488
27489 * files.el (basic-save-buffer-1): Fix previous change.
27490
27491 * loadhist.el (file-loadhist-lookup): New function.
27492 (file-provides, file-requires): Use it.
27493
27494 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
27495 instead of calculating the right size.
27496
27497 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
27498
27499 * vc-svn.el (vc-svn-diff): Stay local if possible.
27500
27501 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
27502
27503 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
27504
27505 * files.el (hack-local-variables): Fix last change.
27506
27507 2005-01-02 Jay Belanger <belanger@truman.edu>
27508
27509 * calc/calc-yank.el (calc-edit-top): New variable.
27510 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
27511 object. Change header properties.
27512 (calc-edit-finish, calc-edit-finish-stack-object)
27513 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
27514 edited object.
27515 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
27516 for the beginning of the edited object.
27517 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
27518 for the beginning of the edited object.
27519 * calc/calc-prog.el (calc-edit-macro-finish-edit)
27520 (calc-finish-formula-edit, calc-macro-repeats)
27521 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
27522 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
27523 beginning of the edited object.
27524 (calc-user-define-edit): Change the header for editing macros.
27525 Remove unnecessary variable.
27526
27527 2005-01-01 Jay Belanger <belanger@truman.edu>
27528
27529 * calc/calc-yank.el (calc-edit-mode): Change default header.
27530 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
27531 * calc/calc-store.el (calc-edit-variable): Change title to match new
27532 header.
27533 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
27534 mode to match new header.
27535 (calc-user-define-edit): Change titles to include names of commands.
27536 (calc-finish-formula-edit): Adjust to handle new header.
27537 (calc-finish-macro-edit): Remove.
27538 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
27539 (calc-edit-macro-command, calc-edit-macro-command-type)
27540 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
27541 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
27542 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
27543 (calc-edit-macro-finish-edit): New functions.
27544 (calc-user-define-edit): Use new functions to edit named calc macros.
27545
27546 2005-01-01 Stefan <monnier@iro.umontreal.ca>
27547
27548 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
27549
27550 * ses.el (copy-region-as-kill): Deactivate mark.
27551
27552 2005-01-01 Richard M. Stallman <rms@gnu.org>
27553
27554 * replace.el (occur-1): If the output buffer is also an input,
27555 don't kill it, rename it.
27556
27557 * faces.el (set-face-background, set-face-foreground): Doc fix.
27558
27559 * cus-face.el (custom-face-attributes): Fix :help-echo strings
27560 for :foreground and :background.
27561
27562 * dired.el (dired-view-command-alist): Variable deleted.
27563 (dired-view-file, dired-mouse-find-file-other-window):
27564 Delete the code to use it.
27565
27566 2005-01-01 Kim F. Storm <storm@cua.dk>
27567
27568 * image.el (insert-sliced-image): Use t for line-height property.
27569
27570 See ChangeLog.11 for earlier changes.
27571
27572 ;; Local Variables:
27573 ;; coding: iso-2022-7bit
27574 ;; End:
27575
27576 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
27577 Copying and distribution of this file, with or without modification,
27578 are permitted provided the copyright notice and this notice are preserved.
27579
27580 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1