]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-03-25 Kim F. Storm <storm@cua.dk>
2
3 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4 (cua--init-keymaps): Use it instead of fixed C-return.
5 (cua-mode): Set after it.
6
7 * emulation/cua-rect.el (cua--init-rectangles): Use
8 cua-rectangle-mark-key instead of fixed C-return.
9
10 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11
12 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
13 "run" in .gdbinit.
14 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
15
16 2006-03-24 Romain Francoise <romain@orebokech.com>
17
18 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
19 `display-buffer-other-frame'.
20
21 2006-03-24 Kim F. Storm <storm@cua.dk>
22
23 * apropos.el (apropos-synonyms): Add selection => region.
24
25 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
26
27 * progmodes/gdb-ui.el (gdb-var-create-regexp)
28 (gdb-var-list-children-regexp, gdb-var-update-regexp)
29 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
30 (gdb-data-list-register-values-regexp)
31 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
32 Future proof against new fields being added to MI output.
33 (gdb-send): Don't treat backslashes for program input as
34 continuations.
35 (gdb-assembler-handler): Don't use window-start for this handler.
36 (gdb-frame-handler): Don't change to hollow arrow if overlay
37 arrow doesn't move to new frame.
38
39 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
40
41 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
42 prevent compiler warnings.
43 (gdb-stopped): Check for gud-last-last-frame (case: signal).
44 (breakpoint-disabled): Make lighter for contrast with overlay
45 arrow.
46 (gdb-assembler-custom): Use hollow-right-triangle for assembler
47 buffer too.
48
49 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
50
51 * pgg-gpg.el (pgg-gpg-update-agent): Check for
52 make-network-process, so we can use the same code in Gnus v5-10
53 too and have this file fully synchronized with that release.
54
55 2006-03-23 Romain Francoise <romain@orebokech.com>
56
57 * ibuf-ext.el (ibuffer-read-filter-group-name):
58 Use `ibuffer-generate-filter-groups' to make completion list match
59 the filter groups that are really displayed in the Ibuffer buffer.
60 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
61
62 2006-03-23 Kenichi Handa <handa@m17n.org>
63
64 * international/mule-cmds.el (sort-coding-systems): Describe that
65 the argument is modified in docstring.
66
67 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
68
69 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
70 (pgg-gpg-update-agent): New function.
71 (pgg-gpg-use-agent-p): New function.
72 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
73 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
74 (pgg-gpg-sign-region): Use it.
75
76 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
77
78 * cus-edit.el (custom-face-set): Call custom-push-theme before
79 face-spec set so that `changed' theme is correctly saved.
80 (custom-face-reset-standard): Reset to recalculated face rather
81 than defface spec.
82
83 * custom.el (custom-push-theme): Only save `changed' theme if the
84 current face does not match the defface specs.
85
86 2006-03-21 Simon Josefsson <jas@extundo.com>
87
88 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
89 <wilde@sha-bang.de>.
90 (pgg-gpg-use-agent): New variable.
91 (pgg-gpg-process-region): Use it.
92 (pgg-gpg-encrypt-region): Likewise.
93 (pgg-gpg-encrypt-symmetric-region): Likewise.
94 (pgg-gpg-decrypt-region): Likewise.
95 (pgg-gpg-sign-region): Likewise.
96 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
97
98 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
99
100 * textmodes/org.el: (org-open-at-point): Fixed bug in wiki-style
101 bracket links.
102
103 2006-03-21 Kim F. Storm <storm@cua.dk>
104
105 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
106 fringe-indicator-alist instead of modifying global value.
107 (gdb-frame-handler): Likewise.
108
109 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
110
111 * diff-mode.el (diff-function): Make it inherit from diff-header
112 instead of diff-context.
113
114 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
115 bitmap.
116 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
117 change names in macro above for consistency.
118 (gdb-frame-handler): Use hollow-right-triangle for all selected
119 frames which except the innermost (where execution has stopped).
120 (gdb-reset): Reset buffer-local values of overlay-arrow.
121
122 2006-03-20 Richard Stallman <rms@gnu.org>
123
124 * simple.el (set-mark-command): Doc fix.
125
126 * files.el (display-buffer-other-frame): New command.
127 (ctl-x-4-map): Bind C-x 5 C-o to it.
128
129 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
132 rather than just defer-time, in case defer-time has been changed but
133 the timer isn't running yet.
134 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
135
136 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
137
138 * help-mode.el (help-follow-symbol): New function.
139 Essentially identical to the old `help-follow', but do not let
140 `push-button' do the work when on an xref.
141 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
142
143 2006-03-19 Richard Stallman <rms@gnu.org>
144
145 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
146 preceded by the word `program'.
147 (help-follow-mouse, help-follow): Throw error if not on xref.
148 Delete no longer used args.
149
150 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
151
152 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
153 annotation ensure gud-overlay-arrow-position is redisplayed.
154
155 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
156
157 * textmodes/bibtex.el (bibtex-include-OPTkey)
158 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
159 (bibtex-autokey-name-case-convert)
160 (bibtex-autokey-titleword-case-convert): Make these the aliases
161 for the following two variables.
162 (bibtex-autokey-name-case-convert-function)
163 (bibtex-autokey-titleword-case-convert-function): Make these the
164 real names.
165 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
166 bibtex-font-lock-crossref sublists.
167 (bibtex-mode): Revert 2005-12-30 change (which made
168 completion-ignore-case buffer-local).
169 (bibtex-url): Simplify.
170
171 2006-03-19 Kim F. Storm <storm@cua.dk>
172
173 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
174 cursor property value to 2 (to align with C level change).
175
176 2006-03-19 Bill Wohler <wohler@newt.com>
177
178 * image.el (image-load-path-for-library): Shorten first line in
179 docstring.
180
181 2006-03-18 Richard Stallman <rms@gnu.org>
182
183 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
184
185 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
186
187 * isearch.el (isearch-other-meta-char): Handle user bindings for
188 shifted control characters.
189
190 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
191
192 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
193 part that matches email addresses, file names, etc.
194
195 2006-03-18 Eli Zaretskii <eliz@gnu.org>
196
197 * term/w32-win.el (mouse-set-font):
198 Mention w32-list-proportional-fonts in the doc string.
199
200 2006-03-18 Kim F. Storm <storm@cua.dk>
201
202 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
203 (ido-unc-hosts): New user option to explicitly define list of know
204 UNC-style hosts for completion.
205 (ido-cache-unc-host-shares-time): New user option.
206 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
207 New helper functions for UNC file-name support.
208 (ido-may-cache-directory): Check for UNC host. Simplify.
209 (ido-wash-history): Clean out old UNC hosts.
210 (ido-nonreadable-directory-p): UNC hosts are always readable.
211 (ido-directory-too-big-p): UNC hosts are never too big.
212 (ido-set-current-directory): Handle UNC root path.
213 (ido-file-name-all-completions): Complete UNC host names from
214 ido-unc-hosts list. Cache UNC host shares.
215 (ido-make-file-list-1): Don't filter UNC root.
216 (ido-exhibit): Check for // in root directory, and switch to UNC
217 mode by setting ido-current-directory to //.
218
219 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
220
221 * cus-edit.el (customize-changed-options): Mention explicit
222 version number as default in prompt.
223
224 2006-03-17 Bill Wohler <wohler@newt.com>
225
226 * image.el (image-load-path-for-library): Minor docstring fix.
227
228 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
229
230 * textmodes/org.el (org-read-date): Include subgroup 5 into
231 replacement text.
232 (org-popup-calendar-for-date-prompt): Fix customization type.
233
234 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
235
236 * progmodes/gdb-ui.el (gud-watch): Provide completion.
237 (gdb-continuation): New variable.
238 (gdb-send): Deal with continuation lines.
239
240 * progmodes/gud.el (gud-gdb-complete-command)
241 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
242 expressions.
243 (gud-tooltip-mode): Use buffer-local value.
244
245 2006-03-16 Kim F. Storm <storm@cua.dk>
246
247 * ido.el (ido-edit-input): Use selected match, if any.
248
249 2006-03-16 Bill Wohler <wohler@newt.com>
250
251 * image.el (image-load-path-for-library): Prefer user's images in
252 image-load-path.
253
254 2006-03-16 Martin Rudalics <rudalics@gmx.at>
255
256 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
257 when checking for attempt to drag leftmost or rightmost scrollbar.
258
259 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
260
261 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
262 (gdb-force-mode-line-update): New function.
263 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
264 (gdb-exited): Use them.
265 (gdb-signal): New function.
266 (gdb-annotation-rules): Provide a rule for it.
267
268 2006-03-16 Kenichi Handa <handa@m17n.org>
269
270 * international/mule.el (auto-coding-regexp-alist): Add entries
271 for Unicode BOM.
272
273 * sort.el (sort-build-lists): Temporarily bind
274 inhibit-field-text-motion to t.
275
276 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
277
278 * locate.el (locate-command, locate-make-command-line)
279 (locate-fcodes-file, locate-update-command)
280 (locate-prompt-for-command, locate, locate-with-filter)
281 (locate-get-file-positions): Doc fixes.
282 (locate-buffer-name, locate-header-face): Remove leading `*' in
283 defcustom.
284 (locate-filter-output): Use `keep-lines' instead of its alias
285 `delete-non-matching-lines'.
286 (locate-get-filename, locate-get-dirname): Add introductory comment.
287 (locate-find-directory-other-window): Give appropriate error
288 message if used outside main listing.
289
290 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
293 the new extend-region feature.
294 (font-lock-after-change-function): Update correspondingly.
295 * jit-lock.el (jit-lock-after-change): Update correspondingly.
296 * progmodes/grep.el (font-lock-lines-before): Don't disable.
297
298 2006-03-15 Bill Wohler <wohler@newt.com>
299
300 * image.el (image-load-path-for-library): Fix example by not
301 recommending that one binds image-load-path. Just defvar it to
302 placate compiler and only use it if previously defined.
303
304 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
305
306 * textmodes/org.el (org-insert-centered): Use `string-width' to
307 make underlining work for wide characters.
308 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
309 TAB to `org-cycle', to make sure that no binding in
310 `outline-mode-map' can supercede it.
311
312 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
313
314 * allout.el: Increment version to 2.2.1 in file commentary.
315
316 (allout-version): Increment to 2.2.1.
317
318 (allout-default-layout): New customization variable, used when the
319 file lacks a specific allout-layout. Uses allout-layout-type for
320 recursively nested definition.
321
322 (allout-layout-type): Widget defining allout layouts, necessary for
323 self-recursive definition.
324
325 (allout-mode): Incorporate allout-default-layout as fallback for
326 allout-layout.
327
328 (allout-layout): Mark as 'safe-local-variable', and refer mention
329 fallback to `allout-default-layout' in absence of a specified value.
330 (allout-passphrase-verifier-string)
331 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
332
333 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
334
335 (allout-get-encryption-passphrase-verifier): Use correct name of
336 passphrase verifier in docstring.
337
338 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
339
340 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
341 elements.
342 (gdb-find-watch-expression): Make it work for arrays too.
343 Follow change to gdb-var-list.
344 (gud-watch): Allow the user to enter variable name with a prexix
345 arg. Create keybindings.
346 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
347 (gdb-var-list-children-handler, gdb-var-update-handler)
348 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
349 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
350 Follow change to gdb-var-list.
351 (gdb-starting): Don't show the overlay arrows when program is running.
352
353 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
354 gdb-var-list.
355
356 2006-03-14 Bill Wohler <wohler@newt.com>
357
358 * image.el (image-load-path-for-library): Pass value of path
359 rather than symbol. Always return list of directories.
360 Guarantee that image directory comes first.
361
362 2006-03-14 Alan Mackenzie <acm@muc.de>
363
364 * font-core.el (font-lock-extend-region\(-function\)?.):
365 New function/variable.
366
367 * font-lock.el (font-lock-after-change-function):
368 Call font-lock-extend-region. Obey font-lock-lines-before.
369 (font-lock-default-fontify-region): Remove reference to
370 font-lock-lines-before.
371
372 * jit-lock.el (jit-lock-after-change):
373 Call font-lock-extend-region. Obey font-lock-lines-before.
374
375 2006-03-14 David Ponce <david@dponce.com>
376
377 * tree-widget.el (tree-widget-themes-load-path)
378 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
379
380 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
381
382 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
383 wwidth.
384
385 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
386
387 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
388 (rcirc-print): Mark the start of text at the end of the prompt.
389 (rcirc-track-minor-mode): Add autoload cookie.
390 (rcirc-update-activity-string): Add space to front of mode-line
391 indicator.
392
393 2006-03-13 Miles Bader <miles@gnu.org>
394
395 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
396 (rcirc-abbrev-nick): Remove function.
397 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
398
399 2006-03-13 David Ponce <david@dponce.com>
400
401 * tree-widget.el: Handle themes across all occurrences of the main
402 themes sub-directory found in tree-widget-themes-load-path.
403 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
404 (tree-widget--locate-sub-directory): Return all occurrences.
405 (tree-widget-themes-path): New function.
406 Replace tree-widget-themes-directory, and return a list of directories.
407 (tree-widget-set-parent-theme)
408 (tree-widget-lookup-image): Use it.
409
410 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
411
412 * textmodes/org.el (org-link-search): Avoid self-matching of
413 links, allow target text to be distributed over several lines.
414 (org-search-not-link): New function.
415 (org-set-regexps-and-options, org-get-current-options):
416 New startup options.
417 (org-export-as-html): Take odd-level setting from local variable.
418 (org-fontify-emphasized-text): New option.
419 (org-set-font-lock-defaults): Include emphasized text.
420 (org-follow-mhe-link): Allow folder-only links, fix folder name.
421 (org-font-lock): Customize group renamed from `org-faces'.
422
423 2006-03-13 John Paul Wallington <jpw@pobox.com>
424
425 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
426 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
427
428 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
429
430 * cus-start.el (all): Delete :version keyword for members of the
431 fringe group, since the entire group is new in 22.1.
432
433 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
434
435 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
436 map if value is hexadecimal (an address).
437 (gud-watch): Only search roots for existing watch expressions.
438 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
439 prevent caching problems with speedbar-update-directory-contents.
440
441 2006-03-12 Juri Linkov <juri@jurta.org>
442
443 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
444 before comparing with `low' and `warn'.
445
446 * info.el (Info-dir-remove-duplicates): Move point to the
447 beginning of the current line after deleting the entries from
448 redundant heading. Use marker for `limit' and compare it with
449 point before calling `re-search-forward'.
450
451 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
452
453 * simple.el (yank): Fix typo in docstring.
454
455 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
456
457 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
458 messages, where "D" is the 6th character.
459
460 2006-03-11 Eli Zaretskii <eliz@gnu.org>
461
462 * simple.el (yank): Fix last change.
463
464 2006-03-11 David Ponce <david@dponce.com>
465
466 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
467 merging elements from the standard ispell-dictionary-alist.
468 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
469 alist, and return the new alist.
470
471 2006-03-11 Richard Stallman <rms@gnu.org>
472
473 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
474
475 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
476 the way it is implemented is too unclean.
477
478 * simple.el (kill-region, yank): Doc fix.
479
480 * battery.el (battery-echo-area-format): Doc fix.
481 (battery-mode-line-format): Likewise.
482 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
483 (battery-linux-proc-acpi): Ignore batteries that say "charged".
484
485 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
486
487 * progmodes/octave-mod.el (octave-indent-for-comment):
488 Behave according to do string.
489
490 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
491
492 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
493 Be visible only if major mode is Mail Mode.
494
495 * textmodes/flyspell.el (flyspell-external-point-words)
496 (flyspell-process-localwords): Fix last changes.
497
498 2006-03-11 Eli Zaretskii <eliz@gnu.org>
499
500 * calendar/holidays.el (list-holidays): Doc fix.
501
502 * international/mule.el (auto-coding-alist): Add .odt
503 (OpenOffice's open document) files.
504
505 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
506 document) files. Mention in the doc string the need to sync with
507 auto-coding-alist.
508
509 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
510
511 * files.el (hack-local-variables-confirm): Don't prompt for ! if
512 enable-local-variables is set to always query, or there is no
513 savable variable.
514
515 2006-03-10 Bill Wohler <wohler@newt.com>
516
517 * image.el (image-load-path-for-library): Merge at least three
518 functions from Gnus and MH-E into this one function that can now
519 be shared.
520
521 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
522
523 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
524 gdb-remove-mouse-face and remove help-echo too.
525 (gdb-enqueue-input): Correct conditional clause.
526
527 2006-03-10 Glenn Morris <rgm@gnu.org>
528
529 * calendar/calendar.el (calendar-holidays): Doc fix.
530 * calendar/holidays.el (list-holidays): Doc fix.
531
532 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
533
534 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
535 it gets called in gdb-prompt anyway.
536 (gdb-use-separate-io-buffer): Only restore window arrangement for
537 gdb-many-windows.
538 (gdb-enqueue-input): Make it harder to send GDB input when program
539 is running.
540 (gdb-buffer-list): New variable.
541 (gdb-remove-mouse-face): New function.
542 (gdb-starting): Use it when GDB input won't get sent.
543
544 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
545
546 * help.el (view-lossage): Remove trailing whitespace before
547 inserting "\n".
548
549 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
550
551 * files.el (hack-local-variables-confirm):
552 Set coding-system-for-read to nil before writing to .emacs.
553
554 * arc-mode.el (archive-extract): Check if an existing buffer name
555 comes from a different archive.
556
557 * help.el (describe-key-briefly): If KEY is a down event, read and
558 discard the up event.
559
560 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
561
562 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
563 be edited and use font-lock-warning-face for any changes.
564
565 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
566 (gdb-edit-value): Use it to report any errors.
567
568 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
569
570 * help.el (describe-key): Remove leftover test code.
571
572 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
573
574 * textmodes/org.el: Move defvars out of eval-when-compile.
575 Use buffer-file-name variable.
576 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
577 arg `file'.
578 (org-level-faces): Remove startup dependency.
579 (org-cycle, org-map-tree, org-scan-tags)
580 (org-remember-handler): Don't call `outline-level' directly.
581 (org-mhe-search-all-folders): New option.
582 (org-mhe-get-message-folder-from-index)
583 (org-mhe-get-message-folder): Fix indexing search.
584 (org-format-agenda-item): Handle nil TAGS argument.
585 (org-cleaned-string-for-export, org-activate-target-links)
586 (org-make-target-link-regexp): Deal with empty radio target list.
587 (org-tag): New face.
588 (org-get-level-face): New function.
589 (org-set-font-lock-defaults): Simplify setup for headlines.
590 (org-complete): Pass common substring to `display-completion-list'.
591
592 2006-03-06 David Ponce <david@dponce.com>
593
594 * tree-widget.el: Update Commentary header.
595 (tree-widget-theme-name): Ignore parent themes.
596 (tree-widget-set-parent-theme): New function.
597 (tree-widget-set-theme): Use it.
598 (tree-widget-set-image-properties): Move definition. Does nothing
599 if image properties have already been set.
600 (tree-widget-image-properties): Move definition. Receive an image
601 name. Set the :pointer property.
602 (tree-widget-lookup-image): Doc fix. Search in parent themes.
603 Don't set the :pointer image property.
604 (tree-widget-convert-widget): New function. Handle :dynargs
605 compatibility here.
606 (tree-widget): Use it to :convert-widget. Add the :expander-p
607 predicate to control when the :expander function is entered.
608 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
609 (tree-widget-value-create): Handle :expander-p. widget-apply
610 :expander.
611 (tree-widget-expander-p): New function. Default value of the
612 :expander-p property.
613
614 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
615
616 * help.el (describe-key): Properly handle the return value of
617 read-key-sequence when grabbing an up-event. Cleanup mouse-1
618 remaps. Handle string and vector `follow-link' values.
619
620 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
621
622 * complete.el (PC-expand-many-files): Try be more careful when parsing
623 the shell's output.
624
625 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * outline.el (hide-sublevels): Provide better interactive default.
628
629 2006-03-06 Kenichi Handa <handa@m17n.org>
630
631 * international/fontset.el (create-fontset-from-fontset-spec):
632 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
633
634 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
635
636 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
637 backslashes instead of one in regexp.
638 (gud-tooltip-dereference): Add missing optional argument.
639
640 2006-03-04 John Paul Wallington <jpw@pobox.com>
641
642 * wdired.el (toplevel): Require `cl' at compile-time.
643
644 2006-03-04 Andreas Schwab <schwab@suse.de>
645
646 * server.el (server-process-filter): Handle errors during
647 evaluation of the argument.
648
649 2006-03-03 John Paul Wallington <jpw@pobox.com>
650
651 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
652 escape parentheses at beginning of line.
653 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
654 (t-mouse-mode): Remove period from end of error message.
655
656 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
657
658 * textmodes/flyspell.el (flyspell-process-localwords):
659 Be case-sensitive.
660
661 2006-03-03 Martin Rudalics <rudalics@gmx.at>
662
663 * cus-edit.el (custom-quote): Remove function, since it has been
664 moved to custom.el.
665
666 * font-lock.el (lisp-font-lock-keywords-2)
667 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
668 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
669 they have no special meaning.
670
671 * midnight.el (clean-buffer-list): Handle case where base-buffer of
672 indirect buffer gets killed before indirect buffer. Use dolist.
673
674 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
675
676 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
677 value instead of a literal constant (1) on more pauses.
678
679 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
680
681 * textmodes/flyspell.el (flyspell-external-point-words):
682 Be case-sensitive.
683
684 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
685
686 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
687 with "www".
688
689 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
690
691 * allout.el: Restablish intermediate missing comment header to
692 preserve outline structure.
693 (allout-beginning-of-current-entry): Skip invisible text.
694 (allout-open-topic): Fix opening a topic at end-of-buffer.
695 (allout-minor-mode): Move nearer to allout-mode function.
696
697 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
698
699 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
700
701 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
702
703 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
704 is nil.
705
706 * progmodes/gud.el (gud-speedbar-menu-items):
707 Use buffer-local-value and add missing :visible keyword.
708
709 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
710
711 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
712
713 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
714 must be `follow-link'.
715
716 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
717
718 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
719 formatting: No nested anchors.
720 (org-all-targets): Fix bug with XEmacs compatibility.
721 (org-read-date): Add (require 'parse-time).
722 (org-set-tags): Fix bug with extra inserted space.
723 (org-export-html-style): Define a style class for targets.
724 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
725 (org-hide-leading-stars): New option.
726 (org-hide): New face.
727 (org-set-font-lock-defaults): Allow to hide leading stars.
728 (org-get-legal-level, org-tr-level): New functions.
729 (org-odd-levels-only): New option.
730 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
731 (org-demote, org-promote): Deal with double-star levels.
732 (org-convert-to-odd-levels): New command.
733
734 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
735
736 * speedbar.el (speedbar-update-localized-contents): Try to
737 preserve window-start.
738 (speedbar-update-directory-contents): Try to preserve window-start
739 and window-point.
740 (speedbar-update-special-contents): Don't move back to start of window.
741
742 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
743 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
744 speedbar-timer-fn.
745 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
746 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
747 instead of gdb-speedbar-timer-fn.
748
749 2006-02-28 Jay Belanger <belanger@truman.edu>
750
751 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
752 (math-compose-expr): Use latex option when calling
753 `math-compose-tex-matrix' for latex mode.
754
755 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
756
757 * speedbar.el: Re-instate comments about developing for speedbar
758 [this is what info and gdb-ui use even if better methods exist now].
759
760 * t-mouse.el: New file.
761 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
762 (t-mouse-lispy-buffer-posn-from-coords): Remove.
763 (t-mouse-make-event-element): Use posn-at-x-y instead.
764 (t-mouse-make-event): Deal with Fedora Core 3.
765 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
766 (t-mouse-mouse-position-function): New function. Use it instead
767 of advising mouse-position.
768 (t-mouse-mode): New minor mode.
769 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
770
771 2006-02-27 Glenn Morris <rgm@gnu.org>
772
773 * calendar/calendar.el (calendar-holidays): Doc fix.
774
775 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
776
777 * progmodes/gdb-ui.el (gdb-source-window): New variable.
778 Re-introduce the concept of a source window.
779 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
780 consistency with get-buffer-create.
781 (def-gdb-auto-update-handler, gdb-info-locals-handler)
782 (gdb-data-list-register-values-handler)
783 (gdb-stack-list-locals-handler): Try to preserve window-start as
784 well as window-point.
785 (gdb-display-source-buffer): New function (old concept).
786 (gdb-goto-breakpoint): Use it.
787
788 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
789 for gdb-ui/gdb-mi (old concept).
790
791 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
792
793 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
794 binding.
795
796 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
797
798 * textmodes/reftex-sel.el (reftex-select-label-map)
799 (reftex-select-bib-map): Add `follow-mouse' binding.
800
801 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
802
803 * jka-cmpr-hook.el (jka-compr-compression-info-list)
804 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
805 Give :set functions to provide automatic updating.
806 Update docstring. Give compiler defvars early in the file
807 and move the defcustoms to a later spot where all called functions
808 are defined.
809 (jka-compr-file-name-handler-entry): Doc fix.
810 (jka-compr-compression-info-list--internal)
811 (jka-compr-mode-alist-additions--internal)
812 (jka-compr-load-suffixes--internal): New variables.
813 (jka-compr-install): Set the three above variables.
814 Update `load-file-rep-suffixes' instead of `load-suffixes'.
815 (jka-compr-update, jka-compr-set): New functions.
816 (auto-compression-mode): Doc fix.
817
818 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
819 Update `load-file-rep-suffixes' instead of `load-suffixes'.
820 Use jka-compr-compression-info-list--internal,
821 jka-compr-mode-alist-additions--internal and
822 jka-compr-load-suffixes--internal.
823
824 * files.el (load-library):
825 * loadhist.el (file-loadhist-lookup):
826 * startup.el (command-line):
827 * subr.el (locate-library):
828 * emacs-lisp/autoload.el (update-directory-autoloads):
829 * emacs-lisp/find-func.el (find-library-suffixes):
830 Use `get-load-suffixes' instead of `load-suffixes'.
831
832 * subr.el (locate-library):
833 * emacs-lisp/find-func.el (find-library-name):
834 Use `load-file-rep-suffixes' instead of '("").
835
836 2006-02-26 Kim F. Storm <storm@cua.dk>
837
838 * ido.el (ido-save-history, ido-load-history): Simplify.
839 Don't use find-file-noselect to avoid interference from other modes.
840
841 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
842
843 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
844 to use the default shell if filename is not available.
845 Reported by Giorgos Keramidas.
846
847 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
848
849 * progmodes/etags.el (tags-completion-table): Do completion from
850 all the tables in the current list, as documented in the manual.
851
852 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
853
854 * CC Mode Update to 5.31.3.
855
856 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
857
858 * progmodes/cc-mode.el (c-postprocess-file-styles):
859 Bind inhibit-read-only to t, around the call to
860 c-remove-any-local-eval-or-mode-variables, so that it works on a
861 RO file.
862
863 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
864
865 * progmodes/cc-awk.el: Correct a typo.
866
867 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
868
869 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
870 c-hungry-delete-backwards, at the request of RMS. Leave the old
871 name as an alias.
872
873 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
874
875 * progmodes/cc-mode.el: Correct a typo.
876
877 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
878
879 * progmodes/cc-defs.el: Update the version number to 5.31.3.
880
881 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
882
883 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
884 brace-else-brace (error due to mbeg, mend being undefined).
885
886 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
887
888 * progmodes/cc-mode.el: File Local variables: Solve the problem
889 where both `mode' and c-file-offsets are specified: `mode' will
890 overwrite c-f-o's settings:
891 (c-remove-any-local-eval-or-mode-variables): New function.
892 (c-postprocess-file-styles): Call the above new function, within
893 c-tentative-buffer-change, to splat `mode' and `eval' before the
894 second hack-local-variables.
895
896 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
897
898 * progmodes/cc-mode.el:
899 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
900 (c-after-change): Protect the match data with save-match-data.
901 It was getting corrupted by c-after-change-check-<>-operators.
902
903 * cc-defs.el: [Supersedes patch V1.38]:
904 (top level): Check for a buggy font-lock-compile-keywords ONLY in
905 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
906
907 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
908 with save-match-data. It was being corrupted when Font Lock was
909 not enabled.
910
911 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
912
913 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
914 Mode and Subword Mode.
915
916 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
917 real labels ("case 1:" or "foo:") from non-labels ("public:").
918 (c-forward-objc-directive): Replace c-forward-token-2 with crude
919 coding; c-f-t-2 doesn't move over a token at EOB.
920
921 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
922
923 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
924 (c-update-modeline): Concatenate the minor mode indicators
925 directly onto mode-name, removing c-submode-indicators.
926 Sometimes, c-s-i got separated from the mode name on the mode line.
927
928 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
929 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
930
931 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
932
933 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
934 error message when there's an evaluation error to show whether
935 it's loaded from source or not.
936 (c-filter-ops): Make it available at runtime too to work when
937 `c-make-init-lang-vars-fun' needs to evaluate from source.
938
939 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
940
941 * help.el (help): Revert last part of 2006-02-23 change (deletion
942 of the `provide' call).
943
944 2006-02-23 Juri Linkov <juri@jurta.org>
945
946 * compare-w.el (compare-windows-highlight): Add new value
947 `persistent' and change :type from `boolean' to `choice'.
948 (compare-windows-overlays1, compare-windows-overlays2):
949 New internal variables.
950 (compare-windows-highlight): If compare-windows-highlight is
951 `persistent', add current overlays to compare-windows-overlays[12]
952 instead of adding compare-windows-dehighlight to pre-command-hook.
953 (compare-windows-dehighlight): Delete all overlays from
954 compare-windows-overlays[12].
955
956 * info.el (Info-search): Don't bind search-spaces-regexp to
957 Info-search-whitespace-regexp in non-regexp isearch mode.
958
959 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
962
963 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
964
965 * textmodes/org.el (org-xemacs-p)
966 (org-export-html-show-new-buffer, org-table-may-need-update)
967 (org-insert-item, org-mhe-get-message-real-folder)
968 (org-mhe-get-message-folder-from-index)
969 (org-mhe-get-message-folder, org-mhe-get-message-num)
970 (org-mhe-get-header, org-make-org-heading-search-string)
971 (org-make-org-heading-camel, org-table-sort-lines)
972 (org-format-org-table-html, org-format-table-table-html):
973 Fix typos in docstrings.
974
975 12006-02-23 Carsten Dominik <dominik@science.uva.nl>
976
977 * textmodes/org.el (org-cleaned-string-for-export)
978 (org-solidify-link-text): New function.
979 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
980 XEmacs, just to silence the compiler.
981 (org-export-as-ascii, org-export-as-html-and-open):
982 Use `org-cleaned-string-for-export' and create internal links.
983 (org-follow-mhe-link): Require mh-e, use folder.
984
985 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
986
987 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
988
989 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
990 gdb-debug-log-length.
991 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
992 it a real ring but...
993 (gud-gdba-marker-filter): ...make it work like mark-ring.
994 (gdb-enable-debug): Rename from gdb-enable-debug-log.
995 (gdb-mouse-jump): New function. Add bindings.
996
997 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
998
999 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1000 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1001 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1002 (gdb-debug-log-length): Customize it's length.
1003 (gud-watch, gdb-var-create-handler): Display function::var format
1004 but don't use to create variable object.
1005 (gdb-var-create-handler): Use message-box in place of message.
1006 (gdb-stopped): Call gdb-exited if signalled.
1007
1008 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1009
1010 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1011
1012 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1013
1014 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1015 if `reftex-try-all-extensions' is set.
1016
1017 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1018 fail silently when there is no valid argument at point.
1019 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1020 `fail-silently' argument. From a patch by David Reiter.
1021
1022 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1023 New commands.
1024 (org-mark-ring): New variable.
1025 (org-mark-ring-length): New option.
1026 (org-open-at-point, org-goto, org-open-file): Push old position
1027 onto the mark ring.
1028 (org-add-hook): New function.
1029 (org-export-table-remove-special-lines): New option.
1030 (org-skip-comments, org-format-org-table-html): Respect new
1031 option `org-export-table-remove-special-lines'.
1032 (org-open-file): Allow special command configuration for
1033 directory link.
1034 (org-file-apps): Fix bugs in customize type, added setting
1035 for directories.
1036 (org-activate-tags, org-format-agenda-item, org-complete)
1037 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1038 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1039 (org-link-search, org-make-org-heading-search-string)
1040 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1041 (org-radio-targets, org-file-link-context-use-camel-case)
1042 (org-activate-camels): New options.
1043 (org-update-radio-target-regexp, org-all-targets)
1044 (org-make-target-link-regexp, org-activate-target-links):
1045 New functions.
1046 (org-make-org-heading-search-string): New function.
1047 (org-store-link, org-insert-link): Use new option
1048 `org-file-link-context-use-camel-case'.
1049 (org-activate-camels): Use new option `org-activate-camels'.
1050 (org-link-regexp): Add mhe prefix.
1051 (org-open-at-point, org-store-link): Support for mhe links.
1052 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1053 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1054 (org-mhe-get-header, org-follow-mhe-link): New functions.
1055 (org-remove-angle-brackets, org-add-angle-brackets):
1056 New functions.
1057 (org-bracket-link-regexp): New constant.
1058 (org-read-date): Fix bug that was rejecting all typed dates.
1059 (org-link-search): Make hierarchy above visible after a match.
1060 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1061 (org-store-link): Fix bug with link creation when cursor is in
1062 an empty line.
1063 (org-open-at-point): Fix bug with matching a link.
1064 Fixed buggy argument sequence in call to `org-view-tags'.
1065 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1066 (org-prefix-has-tag): New variable.
1067 (org-format-agenda-item): Remove tags from headline
1068 if appropriate.
1069 (org-agenda-remove-tags-when-in-prefix): New option.
1070
1071 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1072
1073 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1074 Fix the regular expressions.
1075
1076 2006-02-21 Richard M. Stallman <rms@gnu.org>
1077
1078 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1079 if there's no other specific basis.
1080
1081 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1082 as variables at all.
1083 (unsafep-variable): Rename arg; doc fix.
1084
1085 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1086
1087 * calendar/appt.el (diary-selective-display): Add defvar.
1088
1089 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1090
1091 * isearch.el (search-whitespace-regexp): Fix custom type.
1092
1093 * help.el (describe-key-briefly): Compute interactive args
1094 in same was as before previous change.
1095
1096 * files.el (enable-local-variables): Doc fix.
1097
1098 2006-02-21 Kim F. Storm <storm@cua.dk>
1099
1100 * fringe.el: Cleanup as file is now pre-loaded.
1101 (fringe-bitmaps): Initialize unconditionally.
1102 (fringe-mode, set-fringe-style): Remove autoload cookies.
1103
1104 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1105
1106 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1107 `horizontal-bar'.
1108 (fringe-cursor-alist): Use `horizontal-bar'.
1109
1110 2006-02-20 Kim F. Storm <storm@cua.dk>
1111
1112 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1113 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1114
1115 * loadup.el: Load "fringe" on window systems.
1116
1117 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1118
1119 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1120 out of scope components.
1121
1122 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1123 default.
1124
1125 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * custom.el (customize-mark-to-save, customize-mark-as-set):
1128 Load the symbol first.
1129
1130 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1131
1132 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1133 strech spec so it doesn't display as "^J" on the header line
1134 when `Buffer-menu-use-header-line' is t.
1135
1136 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1137
1138 * speedbar.el (speedbar-make-button): Keep text properties
1139 of string arguments if desired.
1140
1141 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1142 expessions.
1143
1144 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1145 of speedbar.
1146
1147 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1148
1149 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1150 to value of `read-file-name-completion-ignore-case'.
1151
1152 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1153
1154 * custom.el (customize-mark-as-set): Push to `user' theme.
1155
1156 * cus-edit.el (custom-save-variables): Allow unthemed values.
1157 (customize-set-variable): Push setting to `user' theme.
1158
1159 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1160
1161 * progmodes/gud.el: Don't require font-lock as it's now
1162 automatically loaded.
1163 (gud-speedbar-buttons): Replace gdb-var-changed with
1164 gdb-force-update.
1165
1166 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1167 gdb-var-changed.
1168 (gdb-post-prompt): Use it.
1169 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1170 (gdb-var-update-handler, gdb-var-delete)
1171 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1172 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1173 gdb-force-update in gdb-post-prompt.
1174 (gdb-reset): Clear watch expressions from speedbar when quitting.
1175
1176 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1177
1178 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1179 (viper-change-state-to-vi, viper-change-state-to-emacs):
1180 Make aware of cursor coloring in the Emacs state.
1181 (viper-special-read-and-insert-char): Use read-char-exclusive.
1182 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1183
1184 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1185
1186 * viper-util.el (viper-save-cursor-color)
1187 (viper-get-saved-cursor-color-in-replace-mode)
1188 (viper-get-saved-cursor-color-in-insert-mode)
1189 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1190 state.
1191 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1192
1193 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1194 (ediff-ignore-case-option3, ediff-actual-diff-options)
1195 (ediff-actual-diff3-options): New variables to control case sensitivity.
1196 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1197 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1198 (ediff-toggle-ignore-case): New function.
1199 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1200
1201 * ediff-help.el (ediff-long-help-message-narrow2)
1202 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1203 (ediff-long-help-message-word-mode): Add ignore-case command.
1204 (ediff-help-for-quick-help): Add ignore-case command.
1205
1206 * ediff-merg.el: Move provide to the end.
1207
1208 * ediff-ptch.el: Move provide to the end.
1209
1210 * ediff-wind.el: Move provide to the end.
1211
1212 * ediff-mult.el: Move provide to the end.
1213 (ediff-set-meta-overlay): Enable follow-link.
1214
1215 * ediff.el: Move provide to the end.
1216 Break recursive load cycle in eval-when-compile.
1217 (ediff-patch-buffer): Better heuristics.
1218
1219 * ediff-util.el: Move provide to the end.
1220 Break recursive load cycle in eval-when-compile.
1221 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
1222 defuns.
1223 (ediff-submit-report): Pass the values of ediff-diff3-program,
1224 ediff-diff3-options.
1225
1226 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1227
1228 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1229 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1230 `' (for example, in the docstring of `windmove-default-keybindings').
1231
1232 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1233
1234 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1235 shadow face. Don't provide binding to edit variable when it is
1236 out of scope.
1237
1238 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1239 (gdb-var-update-handler): Detect out of scope variables with pre
1240 GDB 6.4 too.
1241 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1242 Reset status of variable objects to nil in update handlers.
1243 (gdb-var-update-handler-1): Detect when a variable object comes
1244 in scope. setcar on var changes gdb-var-list directly.
1245
1246 2006-02-17 Juri Linkov <juri@jurta.org>
1247
1248 * ffap.el (ffap) <defface>: Add explicit face declaration.
1249 (ffap-highlight): Use face `ffap' directly instead of checking
1250 for its existence.
1251
1252 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1253 `visible-ok' of `other-buffer' to find the right original buffer.
1254
1255 * info.el (Info-search): Skip `Local Variables' node.
1256
1257 2006-02-17 Juri Linkov <juri@jurta.org>
1258
1259 * info.el (Info-find-file): Check for symbols `apropos', `history',
1260 `toc' in the input filename, and return these symbols as is.
1261 (Info-find-node-2): Set Info-current-file to symbols `apropos',
1262 `history', `toc' instead of strings.
1263 (Info-set-mode-line): For non-string Info-current-file use the
1264 symbol's name inside **.
1265 (Info-isearch-push-state): Add quote before Info-current-file and
1266 Info-current-node.
1267 (Info-isearch-pop-state): Use `equal' instead of `string='.
1268 (Info-extract-pointer, Info-following-node-name): Use
1269 `match-string-no-properties' instead of `match-string'.
1270 (Info-up): Check `old-file' for `stringp'.
1271 (Info-history): Use `equal' instead of `string-equal'.
1272 Check `file' for `stringp'.
1273 (Info-history): Use symbol `history' instead of string as first arg
1274 of `Info-find-node'.
1275 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
1276 `toc' instead of string.
1277 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1278 instead of `buffer-substring', and `match-string-no-properties'
1279 instead of `match-string'.
1280 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1281 instead of strings.
1282 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1283 Use symbol `apropos' instead of string.
1284 (Info-copy-current-node-name): Check `Info-current-file' for
1285 `stringp' and construct a command with `Info-find-node' from it.
1286 (Info-fontify-node): Use `match-string-no-properties' instead of
1287 `match-string' and check file names for `stringp'.
1288 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1289 `history', `toc' instead of strings.
1290
1291 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
1292
1293 * files.el: Rearrange functions and variables in the file local
1294 variables section.
1295
1296 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1297
1298 * files.el: Add truncate-lines, ispell-check-comments and
1299 ispell-local-dictionary as safe local variables.
1300
1301 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
1302
1303 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1304 out of scope variables.
1305 (gud-speedbar-buttons): Use unless.
1306
1307 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1308 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1309 (gdb-show-changed-values): Also use for out of scope variables.
1310 (gdb-var-update-handler-1): Note if variable goes out of scope.
1311
1312 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
1313
1314 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1315 default to global variable values for unsupplied args.
1316 (rcirc-get-buffer-create): Fix bug with setting the target.
1317 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1318 test for rcirc-always-use-server-buffer-flag here.
1319 (rcirc-response-formats): Add %N, which is a facified nick. %n
1320 uses the default face. Change the ACTION format string. If the
1321 "nick" is the server, don't print anything for that field.
1322 Comment fixes.
1323 (rcirc-target-buffer): Don't test
1324 rcirc-always-use-server-buffer-flag here.
1325 (rcirc-print): Squeeze extra spaces out of the text before message.
1326 (rcirc-put-nick-channel): Strip potential "@" char from nick
1327 before adding them to nick table.
1328 (rcirc-url-regexp): Improve to match address like "foo.com".
1329
1330 2006-02-17 Eli Zaretskii <eliz@gnu.org>
1331
1332 * allout.el (allout-hidden-p): Move this defsubst before
1333 allout-overlay-interior-modification-handler, where it is first
1334 used.
1335
1336 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1337
1338 * allout.el: Use allout invisible-text overlays instead of
1339 selective display for concealed text. Also, lots of general
1340 cleanup, and improved compatibility code.
1341
1342 (allout-version) Incremented, corrected, revised, and refined
1343 module commentary.
1344
1345 (provide 'allout): Moved to the bottom, added a require of overlay.
1346
1347 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1348 `except-current'.
1349 (allout-write-file-hook-handler): Minimize delay.
1350 (count-trailing-whitespace-region): New function so
1351 auto-encryption of current topic can resituate cursor exactly.
1352 PGP/GPG encryption trims trailing whitespace from lines, which
1353 must be accounted for across encryption then decryption.
1354
1355 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1356 just plain "\C-c", to avoid intruding on user's keybinding space.
1357
1358 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1359 parameter, so user request to provide a new password is done.
1360
1361 (allout-outside-normal-auto-fill-function, allout-auto-fill):
1362 Refined mechanism for auto-filling behavior while in allout mode.
1363
1364 (allout-mode): Explicitly specify the mode map in the docstring.
1365 Clarify provision for various write-file hook var names.
1366 Adjusted for invisible-text overlays instead of selective-display.
1367
1368 (allout-depth): Really return 0 if not within any topic. This
1369 rectifies `allout-beginning-of-level' and sequence numbering
1370 errors that occur when cutting and pasting numbered topics.
1371 Changed from a in-line subst to a regular function, as well.
1372
1373 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1374
1375 (allout-end-of-subtree, allout-end-of-subtree)
1376 (allout-end-of-entry, allout-end-of-current-heading)
1377 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1378 (allout-show-children, allout-show-to-offshoot)
1379 (allout-hide-current-entry, allout-show-current-entry): Rectified
1380 handling of trailing blank lines between items.
1381
1382 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1383 (allout-current-depth, allout-unprotected, allout-hidden-p)
1384 (allout-on-current-heading-p, allout-listify-exposed)
1385 (allout-chart-subtree, allout-goto-prefix)
1386 (allout-back-to-current-heading, allout-get-body-text)
1387 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1388 (allout-hide-region-body, allout-toggle-subtree-encryption)
1389 (allout-encrypt-string, allout-encrypted-key-info)
1390 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1391 (allout-file-vars-section-data): Adjusted for use with
1392 invisible-text overlays instead of selective-display.
1393
1394 (allout-kill-line, allout-kill-topic, allout-yank-processing):
1395 Reworked for use with invisible text overlays.
1396
1397 (allout-current-topic-collapsed-p): New function.
1398
1399 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1400 to know when to close the containing topic.
1401
1402 (allout-pre-command-business, allout-post-command-business):
1403 Simplify undo-batching and dynamic isearch exposure.
1404
1405 (allout-set-overlay-category): New for invisible-text overlays.
1406 Sets properties of allout-overlay-category, used by
1407 allout-flag-region to set invisible-text overlay properties.
1408 (allout-get-invisibility-overlay): Get the first qualifying
1409 invisibility overlay, so we can find the extent of it.
1410 (allout-back-to-visible-text): Get to just before the beginnining
1411 of the current invisibility overlay, if any.
1412
1413 (allout-overlay-insert-in-front-handler)
1414 (allout-overlay-interior-modification-handler)
1415 (allout-before-change-handler, allout-isearch-end-handler): New
1416 functions to handle extraordinary actions affecting concealed
1417 text.
1418
1419 (allout-flag-region): Use overlays instead of selective-display
1420 for invisible text - by inheritence from the properties of
1421 allout-overlay-category in mainline Emacs, and applied
1422 property-by-property in XEmacs, some recent versions of which
1423 don't inherit the properties from the category. Provisions to
1424 respond to concealed-text edits simplified drastically.
1425
1426 (allout-isearch-rectification, allout-isearch-was-font-lock)
1427 (allout-isearch-expose, allout-enwrap-isearch)
1428 (allout-isearch-abort, allout-pre-was-isearching)
1429 (allout-isearch-prior-pos, allout-isearch-did-quit)
1430 (allout-isearch-dynamic-expose)
1431 (allout-hide-current-entry-completely): Functions deleted.
1432
1433 (allout-undo-aggregation): Explicit undo aggregation no longer
1434 necessary due to transition away from selective-display.
1435
1436 (set-allout-regexp, allout-up-current-level)
1437 (allout-next-visible-heading, allout-forward-current-level)
1438 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1439 (allout-kill-line, allout-yank-processing, allout-show-children)
1440 (allout-expose-topic, allout-old-expose-topic)
1441 (allout-listify-exposed, allout-insert-latex-header)
1442 (allout-toggle-subtree-encryption, allout-encrypt-string)
1443 (remove-from-invisibility-spec, allout-hide-current-subtree):
1444 Ditched unused variables.
1445
1446 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
1447
1448 * textmodes/ispell.el (ispell-change-dictionary): Call
1449 ispell-buffer-local-dict instead of
1450 ispell-accept-buffer-local-defs.
1451 (ispell-local-dictionary-alist): Accept as valid any coding-system
1452 supported by Emacs.
1453 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1454 changed to iso-8859-3.
1455
1456 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
1457
1458 * speedbar.el (speedbar-frame-width): Make an inline function
1459 instead of a macro. Use frame-width.
1460 (speedbar-try-completion, speedbar-update-contents)
1461 (speedbar-timer-fn): Use consp.
1462 (speedbar-update-localized-contents): Try to preserve point.
1463
1464 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1465 (menu): Re-order menu items.
1466 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1467 field.
1468 (gdb-var-update-handler-1): Use it for GDB 6.4+.
1469 (gdb-post-prompt): Speed things by not forcing update.
1470
1471 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
1472
1473 * wid-edit.el (widget-button-click): For mouse-1, cancel button
1474 press and perform default action if we get a mouse movement event.
1475
1476 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
1477
1478 * calendar/icalendar.el (icalendar--get-event-property)
1479 (icalendar--get-event-property-attributes): Fix typos in
1480 docstrings.
1481
1482 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1483 docstring.
1484
1485 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
1486
1487 * bs.el (bs-mode): Use `buffer-disable-undo'.
1488 (bs--get-file-name): Simplify.
1489 (bs-show-in-buffer): Mark the buffer as not modified.
1490
1491 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1492
1493 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1494 widget-button-click.
1495
1496 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1497 (custom-mode): Update docstring.
1498
1499 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1500 binding.
1501
1502 * files.el (hack-local-variables-confirm): Allow scrolling if the
1503 file variable list is too long. Kill temp buffer after use.
1504
1505 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
1506
1507 * progmodes/gud.el (gdb): Improve doc string.
1508 (gdb-script-font-lock-keywords): Expand allowed character set.
1509
1510 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1511 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1512 (gdb-separate-io-interrupt, gdb-separate-io-quit)
1513 (gdb-separate-io-stop, gdb-separate-io-eof):
1514 Rename from gdb-inferior-* to gdb-separate-*.
1515 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1516
1517 2006-02-14 Jay Belanger <belanger@truman.edu>
1518
1519 * calc/calc-arith.el (math-check-known-scalarp): Make sure
1520 expression is a symbol before checking that it is bound.
1521
1522 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1523 test to see if equation can be solved.
1524
1525 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1526
1527 * wid-edit.el (widget-button-click): Use :pressed-face property
1528 for overlay face, if it exists.
1529
1530 * cus-edit.el (custom-manual, custom-add-see-also)
1531 (custom-add-parent-links, custom-group-link): Add :pressed-face
1532 property to links.
1533
1534 * files.el (hack-local-variables): Remove ignored variables before
1535 checking if any variables need setting.
1536
1537 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1538
1539 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1540
1541 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
1542
1543 * help.el (where-is): Fix message for remapped commands.
1544
1545 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1546 Fix typos in docstrings.
1547
1548 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
1549
1550 * files.el (safe-local-variable-values): New option.
1551 (hack-local-variables-prop-line): Return a list of variable-value
1552 pairs if MODE-ONLY is non-nil.
1553 (hack-local-variables): Construct list of variable-value pairs,
1554 and apply or reject them in one go. Ask for confirmation if
1555 variables are not known safe.
1556 (hack-local-variables-confirm): Complete rewrite. Support
1557 `safe-local-variable-values'.
1558 (enable-local-variables): Update docstring to reflect new
1559 behavior.
1560 (ignored-local-variables): Ignore ignored-local-variables and
1561 safe-local-variable-values.
1562 (safe-local-variable-p): New function.
1563 (risky-local-variable-p): `safe-local-variable' property check
1564 moved to safe-local-variable-p.
1565 (hack-one-local-variable): Checks moved to hack-local-variables.
1566
1567 (byte-compile-dynamic, c-basic-offset, c-file-style)
1568 (c-indent-level, comment-column, fill-column, fill-prefix)
1569 (indent-tabs-mode, kept-new-versions, no-byte-compile)
1570 (no-update-autoloads, outline-regexp, page-delimiter)
1571 (paragraph-start, paragraph-separate, sentence-end)
1572 (sentence-end-double-space tab-width, version-control):
1573 Add `safe-local-variable' property.
1574
1575 * find-lisp.el: Delete nonexistent `autocompile' file variable.
1576
1577 * icomplete.el, play/landmark.el: Change nonexistent
1578 `outline-layout' file variable to `allout-layout'.
1579
1580 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
1581
1582 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1583 (gdb-get-changed-registers): Test value of gud-minor-mode relative
1584 to gud-comint-buffer.
1585 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1586 gdb-ui.el for gdb-mi.el.
1587 (gdb-post-prompt, gdb-get-changed-registers): Move test for
1588 registers buffer to gdb-get-changed-registers.
1589 (gdb-breakpoint-regexp): New regexp. Allow toggling and
1590 deletion of catchpoints (throw and catch).
1591 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1592 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1593 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1594 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1595 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1596
1597 2006-02-13 Jay Belanger <belanger@truman.edu>
1598
1599 * calc/calc-arith.el (math-check-known-matrixp): Make sure
1600 expression is a symbol before checking that it is bound.
1601
1602 2006-02-13 Richard M. Stallman <rms@gnu.org>
1603
1604 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1605 for the minibuffer too, but not if resize-mini-windows will interfere.
1606
1607 * help.el (describe-key-briefly, describe-key): Do all arg-reading
1608 inside `interactive' spec.
1609 (describe-key-briefly-internal, describe-key-internal):
1610 Functions merged back into their callers.
1611
1612 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1613
1614 * info.el (info-xref-visited): Inherit from info-xref too.
1615 (Info-set-mode-line): Replace occurrences of `%' by `%%'
1616 when propertizing Info-current-file and Info-current-node.
1617
1618 2006-02-13 Juri Linkov <juri@jurta.org>
1619
1620 * tumme.el (tumme-thumbnail-storage): Fix docstring.
1621 (tumme-thumb-name): Fix per-directory format.
1622
1623 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
1624
1625 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1626
1627 2006-02-12 Miles Bader <miles@gnu.org>
1628
1629 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1630
1631 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
1632
1633 * tumme.el: Remove history section. If someone needs the it, it
1634 can always be found in CVS.
1635
1636 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1637
1638 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
1639 about the Thumbnail Managing Standard option.
1640
1641 2006-02-12 Richard M. Stallman <rms@gnu.org>
1642
1643 * subr.el (substitute-key-definition): Doc fix.
1644
1645 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1646
1647 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1648
1649 * info.el (Info-mode): Doc fix.
1650
1651 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1652
1653 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
1654
1655 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1656 because on Solaris a POSIX compatible "id" is needed. Reported by
1657 Magnus Henoch <mange@freemail.hu>.
1658
1659 2006-02-12 Juri Linkov <juri@jurta.org>
1660
1661 * tumme.el: Remove todo item about Thumbnail Managing Standard.
1662 (tumme) <defgroup>: Change :group to `multimedia'.
1663 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1664 Managing Standard.
1665 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1666 Fix dostring.
1667 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1668 and %y. Fix docstring.
1669 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1670 (tumme-cmd-create-standard-thumbnail-command): New user options.
1671 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1672 is `standard'. Fix docstring.
1673 (tumme-thumb-width, tumme-thumb-height): New user options.
1674 (tumme-external-viewer): Try to find various viewers.
1675 (tumme-get-thumbnail-image): Use `create-image' instead of
1676 constructing the `image' structure.
1677 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1678 `standard'.
1679 (tumme-thumb-name): Add file name generation for standard storage.
1680 Simplify code for other storages.
1681 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1682 Add modification time %m and thumbnail-nq8 %q.
1683 Use `tumme-cmd-create-standard-thumbnail-command' if
1684 tumme-thumbnail-storage is `standard'.
1685 (tumme-dired-insert-marked-thumbs): New autoload command.
1686 (tumme-dired-after-readin-hook): New function.
1687 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1688 `tumme-thumb-size'.
1689 (tumme-display-image): Replace size-x %x and size-y %y with
1690 width %w and height %h.
1691
1692 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1693 `tumme-dired-insert-marked-thumbs'.
1694
1695 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1696
1697 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1698 include path).
1699 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1700 matching tag.
1701
1702 2006-02-12 Miles Bader <miles@gnu.org>
1703
1704 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1705 New variables.
1706 (rcirc-abbrev-nick): New function.
1707 (rcirc-format-response-string): Rewrite to use the formats in
1708 `rcirc-response-formats' and expand escape sequences therein.
1709 A text-property `rcirc-text' is added over the actual response
1710 text to make easy to find inside the returned string.
1711 (rcirc-print): When filling, just look for the `rcirc-text'
1712 text-property to find the appropriate fill prefix, instead of
1713 using hardwired patterns.
1714
1715 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1716
1717 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1718 Managing Standard.
1719
1720 2006-02-11 Kim F. Storm <storm@cua.dk>
1721
1722 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1723 Don't use insert-buffer; do insert-buffer-substring directly.
1724 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
1725
1726 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1727
1728 * files.el (revert-buffer, recover-file): Replace buffer-read-only
1729 with inhibit-read-only. Suggested by Stefan Monnier.
1730 (revert-buffer): Let insert-file-contents discard
1731 buffer-undo-list. Simplify code.
1732 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1733
1734 2006-02-11 Eli Zaretskii <eliz@gnu.org>
1735
1736 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1737
1738 * help.el (describe-key-briefly): Now a wrapper for
1739 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
1740 to t. Populate yank-menu if empty.
1741 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1742 (describe-key): Now a wrapper for describe-key-internal. Bind
1743 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
1744 (describe-key-internal): Renamed from describe-key.
1745
1746 2006-02-11 Milan Zamazal <pdm@zamazal.org>
1747
1748 * progmodes/glasses.el (glasses-separator): Doc fix.
1749 (glasses-original-separator): New defcustom.
1750 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1751
1752 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1753
1754 * mwheel.el (mouse-wheel-up-event): Doc fix.
1755
1756 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1757
1758 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1759 (tumme-dir): New function. Copied from thumbs.el.
1760
1761 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
1762
1763 * desktop.el (desktop-outvar): Fix typo.
1764 (desktop-save-buffer-p): Doc fix.
1765
1766 * subr.el (substitute-key-definition): Fix typo.
1767
1768 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1769
1770 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1771 when window-system is mac.
1772
1773 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1774
1775 2006-02-10 Kim F. Storm <storm@cua.dk>
1776
1777 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1778 indirect-function instead of using condition-case.
1779
1780 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1781
1782 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1783 less `colloquial'...
1784
1785 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1786
1787 * tumme.el: Add a couple of todo items.
1788
1789 2006-02-09 Lars Hansen <larsh@soem.dk>
1790
1791 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1792 (highlight-changes-mode): Don't change desktop-locals-to-save.
1793
1794 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
1795
1796 * image-mode.el (image-toggle-display): Clear image cache if using
1797 filename.
1798
1799 2006-02-09 Masatake YAMATO <jet@gyve.org>
1800
1801 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1802 a `dired-man' target.
1803
1804 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1805 boundary of symbols.
1806
1807 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1808
1809 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1810
1811 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
1812
1813 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1814 `mapcar'; return nil.
1815
1816 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1819 some other event.
1820
1821 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
1822
1823 * net/rcirc.el (rcirc-startup-channels-alist):
1824 Add irc.freenode.net and #emacs as defaults.
1825 (rcirc-ignore-all-activity-flag): Remove variable.
1826 (rcirc-authinfo): New variable.
1827 (rcirc-authinfo-filename): Remove variable.
1828 (rcirc-always-use-server-buffer-flag): New flag.
1829 (rcirc): M-x rcirc will automatically connect without prompting.
1830 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1831 connection in lisp.
1832 (rcirc-process-server-response-1): Remove everything but the nick
1833 portion of the sender so it doesn't need to be done everywhere
1834 else. Update related code.
1835 (global-map): Remove global keybindings.
1836 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1837 (rcirc-send-input): Split into several functions.
1838 (rcirc-process-input-line, rcirc-process-message)
1839 (rcirc-process-command): New functions.
1840 (rcirc-target-buffer): New function to determine where to route
1841 messages.
1842 (rcirc-user-nick): Save match data.
1843 (rcirc-toggle-ignore-buffer-activity)
1844 (rcirc-update-activity-string): Remove global ignore functionality,
1845 which can be done now by toggling rcirc-track-minor-mode.
1846 (rcirc-track-minor-mode-map): New keymap.
1847 (rcirc-track-minor-mode): New minor-mode.
1848 (ignore): Make the ignore output nicer. Always print it when
1849 adding or removing nicks.
1850 (rcirc-url-regexp): Improve.
1851 (rcirc-mangle-text): Remove properties before using text in the
1852 modeline.
1853 (rcirc-authenticate): Authentication data comes from
1854 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1855 (rcirc-server-prefix): Inherit from rcirc-server.
1856
1857 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1858
1859 * Makefile.in (compile): Append "|| true" to the end of the `find'
1860 command, like compile-always does.
1861
1862 2006-02-08 Sam Steingold <sds@gnu.org>
1863
1864 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1865 output from a dead connection.
1866
1867 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1868
1869 * dired.el (dired-mode-map): Add more bindings for tumme.
1870
1871 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1872
1873 * wdired.el (wdired-mode-map): Use remap.
1874 (wdired-get-filename): Massage.
1875 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1876 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1877 `keymap' property rather than `local-map'.
1878
1879 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1880
1881 * tumme.el (tumme-get-thumbnail-image): New utility function.
1882 Suggested by from Chong Yidong.
1883 (tumme-dired-with-window-configuration): Rename from
1884 `tumme-dired'. Add code to save window configuration.
1885 (tumme-restore-window-configuration): New command to restore the
1886 window configuration that `tumme-dired-with-window-configuration'
1887 saves before it changes the window configuration.
1888 (tumme-show-all-from-dir): New command to display thumbnails for
1889 all files in a directory entered by the user, like M-x thumbs.
1890 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1891 have been created.
1892 (tumme-display-thumbnail-original-image): Call `display-buffer'.
1893 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1894 Remove obsolete test function.
1895
1896 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
1897
1898 * vc.el (small-temporary-file-directory): Remove defvar; there's
1899 a defcustom for it in files.el.
1900
1901 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1902 Fix typo in message.
1903 (tumme-gallery-generate): Fix typo in `error' message.
1904 (tumme-display-window-height-correction)
1905 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1906 (tumme-line-up-interactive): Dox fixes.
1907 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1908 (tumme-restore-window-configuration, tumme-format-properties-string)
1909 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1910 Fix typos in docstrings.
1911
1912 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1913
1914 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1915
1916 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
1917
1918 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1919 User should use hook if desired.
1920
1921 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1922 buffer if necessary.
1923 (gdb-delete-frame-or-window): New function.
1924 (gdb-breakpoints-mode-map): Bind "q" to it.
1925
1926 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 * textmodes/nroff-mode.el: Clean up name space.
1929 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1930 (nroff-mode): Obey the global setting of nroff-electric-mode.
1931 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1932
1933 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1934
1935 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1936
1937 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1938
1939 2006-02-06 Lars Hansen <larsh@soem.dk>
1940
1941 * generic-x.el (etc-fstab-generic-mode): Add file system types
1942 cifs and usbdevfs. Allow special chars in file names.
1943
1944 2006-02-05 Jay Belanger <belanger@truman.edu>
1945
1946 Update copyright notices of the files in lisp/calc.
1947
1948 2006-02-05 Romain Francoise <romain@orebokech.com>
1949
1950 Update copyright notices of all files in the lisp/play directory.
1951
1952 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1953
1954 * ldefs-boot.el: Regenerate.
1955
1956 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1957
1958 2006-02-05 Kim F. Storm <storm@cua.dk>
1959
1960 * files.el (magic-mode-regexp-match-limit): New defvar.
1961 (set-auto-mode): Use it to limit magic-mode-alist matching.
1962
1963 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1964
1965 * simple.el (display-message-or-buffer): Compare the number of
1966 characters to the frame width when determining whether a 1-line
1967 message string will fit in the echo area. Count screen lines
1968 instead of buffer lines when determining whether a multi-line
1969 message will fit in the echo area/minibuffer window.
1970
1971 2006-02-04 Eli Zaretskii <eliz@gnu.org>
1972
1973 * info.el (Info-index, Info-mode): Improve the description of the
1974 `i' command.
1975
1976 * ldefs-boot.el: Regenerate.
1977
1978 2006-02-03 Werner Lemberg <wl@gnu.org>
1979
1980 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1981 greedy to find the closing bracket in \*[...] and similar
1982 expressions. This is a first rough fix -- many additional
1983 refinements are necessary to make nroff mode really usable with groff.
1984
1985 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1986
1987 * international/mule-cmds.el (set-locale-environment):
1988 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1989 libX11.
1990
1991 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1992
1993 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1994 archive are created in archive-tmpdir.
1995
1996 2006-02-02 John Paul Wallington <jpw@pobox.com>
1997
1998 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1999 (ibuffer-fontification-alist): Use it.
2000 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2001 to "* z" and the Ibuffer Mark menu.
2002
2003 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2004
2005 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2006
2007 * textmodes/table.el (*table--cell-describe-mode)
2008 (*table--cell-describe-bindings): Undo last change since
2009 print-help-return-message is not obsoleted by anything at all.
2010
2011 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2012
2013 * emulation/cua-base.el (cua-mode): Doc fix.
2014
2015 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2016
2017 * dframe.el (dframe-handle-make-frame-visible)
2018 (dframe-handle-iconify-frame, dframe-get-focus)
2019 (dframe-select-attached-frame, dframe-power-click)
2020 (dframe-frame-mode): Fix typos in docstrings.
2021
2022 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2023 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2024 Fix typos in docstrings.
2025
2026 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2027 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2028 (hi-lock-archaic-interface-message-used)
2029 (hi-lock-file-patterns-range): Fix typos in docstrings.
2030
2031 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2032 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2033
2034 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2035 Fix typo in docstring.
2036
2037 * net/newsticker.el (newsticker--decode-iso8601-date)
2038 (newsticker--set-customvar, newsticker--buffer-insert-item)
2039 (newsticker--do-run-auto-mark-filter)
2040 (newsticker--parse-generic-feed): Doc fixes.
2041 (newsticker--retrieval-timer-list, newsticker-url-list)
2042 (newsticker-hide-immortal-items-in-echo-area)
2043 (newsticker-hide-obsolete-items-in-echo-area)
2044 (newsticker-new-item-face, newsticker--enclosure)
2045 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2046 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2047 (newsticker--parse-generic-feed, newsticker--cache-contains)
2048 (newsticker--stat-num-items, newsticker-download-enclosures):
2049 Fix typos in docstrings.
2050
2051 * net/rcirc.el (rcirc-debug): Doc fix.
2052 (rcirc-fill-column, rcirc-receive-message-hooks)
2053 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2054 (rcirc-mode, rcirc-generate-new-buffer-name)
2055 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2056 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2057 Fix typos in docstrings.
2058 (rcirc-print): "?\ " -> "?\s".
2059 (rcirc-cmd-join): Improve argument/docstring consistency.
2060
2061 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2062
2063 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2064 before narrow-to-region.
2065
2066 2006-02-01 Richard M. Stallman <rms@gnu.org>
2067
2068 * simple.el (move-beginning-of-line): Scan properly for invis change.
2069
2070 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2071
2072 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2073
2074 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2075 change bit only when id-format is 'integer. Reported by Matt
2076 Hodges <M.P.Hodges@rl.ac.uk>.
2077
2078 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2079
2080 * hilit-chg.el (highlight-changes-initial-state)
2081 (highlight-changes-global-initial-state): Doc fixes.
2082 (highlight-changes-global-modes, global-highlight-changes):
2083 Fix typos in docstrings.
2084
2085 2006-02-01 Kim F. Storm <storm@cua.dk>
2086
2087 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2088 transient-mark-mode in doc string.
2089
2090 2006-01-31 Richard M. Stallman <rms@gnu.org>
2091
2092 * replace.el (multi-occur): Doc fix.
2093 (multi-occur-in-matching-buffers): Rename from
2094 multi-occur-by-filename-regexp. Prefix arg says match
2095 buffer names instead of file names.
2096
2097 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2098
2099 * bs.el: Allow non-default values of `bs-header-lines-length'.
2100 (bs--running-in-xemacs): Remove (not needed anymore).
2101 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2102 instead of `shrink-window', thus avoiding having to compute the
2103 height of the window.
2104 (bs--up): Wrap around even when there's no header.
2105 (bs--down): Use `forward-line' instead of `next-line'.
2106
2107 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2108
2109 * image-mode.el (image-toggle-display): Use file name if possible,
2110 instead of unnecessarily allocating a (possibly huge) lisp string.
2111
2112 2006-01-30 John Paul Wallington <jpw@pobox.com>
2113
2114 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2115 because the `assert' macro signals it at runtime.
2116
2117 * emacs-lisp/cl.el (toplevel): Remove definition of
2118 `cl-assertion-failed' condition.
2119
2120 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2121
2122 * thumbs.el (thumbs-marked-list): Make buffer-local and
2123 permanent-local.
2124 (thumbs-insert-thumb): Make help-echo non-sticky.
2125 (thumbs-file-alist): Use eolp as check for (non)-image.
2126
2127 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2130 (ediff-before-session-group-setup-hooks)
2131 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2132 Fix typos in docstrings.
2133
2134 * window.el (bw-dir, bw-eqdir, balance-windows)
2135 (split-window-keep-point): Fix typos in docstrings.
2136
2137 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2138 (org-quote-string, org-calendar-to-agenda-key)
2139 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2140 (org-show-following-heading, org-tags-column)
2141 (org-use-tag-inheritance, org, org-allow-space-in-links)
2142 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2143 (org-enable-table-editor, org-calc-default-modes)
2144 (org-table-allow-automatic-line-recalculation)
2145 (org-export-html-style, org-export-with-fixed-width)
2146 (org-export-with-sub-superscripts, org-special-keyword)
2147 (org-formula, org-time-grid, org-table-may-need-update)
2148 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2149 (org-goto-quit, org-get-indentation, org-end-of-item)
2150 (org-move-item-down, org-move-item-up)
2151 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2152 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2153 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2154 (org-agenda-log-mode, org-agenda-toggle-diary)
2155 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2156 (org-agenda-file-to-end, org-agenda-no-heading-message)
2157 (org-agenda-get-closed, org-format-agenda-item)
2158 (org-cmp-priority, org-cmp-category, org-cmp-time)
2159 (org-agenda-change-all-lines, org-agenda-diary-entry)
2160 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2161 (org-link-search, org-camel-to-words, org-open-file)
2162 (org-remember-handler, org-table-convert-region)
2163 (org-table-move-row-down, org-table-move-row-up)
2164 (org-table-copy-region, org-table-wrap-region)
2165 (org-table-toggle-vline-visibility)
2166 (org-table-get-vertical-vector, org-table-modify-formulas)
2167 (org-table-get-specials, org-recalc-commands)
2168 (org-table-rotate-recalc-marks, org-table-eval-formula)
2169 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2170 (org-level-color-stars-only, org-insert-heading):
2171 Fix typos in docstrings.
2172 (last-arg): Add defvar.
2173
2174 * makefile.w32-in (WINS): Add erc.
2175 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2176
2177 2006-01-29 Bill Wohler <wohler@newt.com>
2178
2179 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2180 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2181 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2182 (mh-autoloads): Don't use comments on otherwise empty lines.
2183
2184 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2185
2186 * emulation/viper.el (viper-major-mode-modifier-list): Add
2187 insert-state and vi-state entries for erc-mode.
2188 (viper-go-away, viper-set-hooks): Add and remove
2189 viper-comint-mode-hook from erc-mode-hook as appropriate.
2190
2191 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2192
2193 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2194
2195 * bs.el (bs--format-aux): Implement `middle' alignment as
2196 described in the docstring for `bs-attributes-list'.
2197 (bs--get-name): Simplify. Don't pad the buffer name.
2198
2199 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2200
2201 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2202 English aspell dictionary is installed, use the first entry of
2203 ispell-dictionary-alist-1.
2204
2205 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2206
2207 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2208 Doc fix.
2209
2210 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2211
2212 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2213 for `process-file', in order to let it work for older Emacsen too.
2214
2215 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2216
2217 * international/latexenc.el: Add a suitable `coding:' tag.
2218 (latexenc-find-file-coding-system): Undo last change.
2219
2220 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2221
2222 * international/latexenc.el (latexenc-find-file-coding-system):
2223 Make sure latexenc-main-file is a regular file and is readable.
2224
2225 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2226
2227 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2228 Pass FILE to vc-user-login-name.
2229
2230 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2231
2232 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2233
2234 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2235 there are no more images to display.
2236 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2237 the next image.
2238
2239 2006-01-26 Richard M. Stallman <rms@gnu.org>
2240
2241 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2242
2243 * wid-edit.el (advertised-widget-backward): New alias.
2244 (widget-keymap): Use advertised-widget-backward for S-TAB.
2245
2246 * tumme.el: Correct the keywords.
2247 (tumme-dir-max-size): Use defvar.
2248 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2249
2250 * simple.el (move-beginning-of-line): Take account of fields.
2251 (clone-indirect-buffer-other-window): Take args like
2252 clone-indirect-buffer, and work like it.
2253
2254 * help-fns.el (describe-function): Don't pass `nil' as default.
2255
2256 * files.el (risky-local-variable-p): Follow var aliases.
2257
2258 * subr.el (lazy-completion-table): Doc fix.
2259
2260 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2261 global binding of `line'.
2262
2263 2006-01-25 Andre Spiegel <spiegel@gnu.org>
2264
2265 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2266 Tramp.
2267
2268 * vc.el (vc-default-dired-state-info): Pass FILE to
2269 vc-user-login-name.
2270 (vc-default-update-changelog): Don't use vc-user-login-name, we
2271 don't need it here.
2272
2273 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2274 no longer necessary.
2275
2276 2006-01-25 Kenichi Handa <handa@m17n.org>
2277
2278 * international/mule.el (decode-char): Avoid the overhead of
2279 calling utf-lookup-subst-table-for-decode if
2280 utf-translate-cjk-mode is nil.
2281 (encode-char): Avoid the overhead of calling
2282 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2283 nil.
2284
2285 2006-01-22 Kenichi Handa <handa@m17n.org>
2286
2287 * international/mule.el (make-subsidiary-coding-system): Reset
2288 `coding-system-define-form' property of subsidiaries to nil.
2289 Avoid duplicated entry in coding-system-alist.
2290 (make-coding-system): Avoid duplicated entry in
2291 coding-system-alist.
2292 (define-coding-system-alias): Likewise.
2293
2294 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
2295
2296 * completion.el: Minor fixes in introductory comment.
2297 (completion-def-wrapper): Fix alist.
2298
2299 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2300
2301 * thumbs.el (thumbs-new-image-size): New function.
2302 (thumbs-increment-image-size-element)
2303 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2304 (thumbs-decrement-image-size): Delete.
2305 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2306 temp files and use to resize.
2307 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2308 Use increment argument to enlarge/shrink. Preserve point.
2309 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2310 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2311 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2312 (thumbs-mark, thumbs-unmark): Preserve point.
2313 (thumbs-modify-image): Keep old temp files and use to modify.
2314 Cleanup old temp files at load time. Preserve point.
2315 (thumbs-view-image-mode-map): Use new command names.
2316
2317 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2320
2321 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2322 the nastiest part of the cyclic dependency.
2323 (cal-menu-update): Use dotimes and calendar-increment-month.
2324
2325 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2326 (calendar-week-start-day): Add an :initializer.
2327 (calendar-mode-map): Use suppress-keymap, and command remapping.
2328 (describe-calendar-mode): Setup xref-stack info for the back button.
2329 (calendar-star-date): Insert before delete.
2330 (calendar-set-mode-line): Add file-modified info if applicable.
2331 (calendar-increment-month): New function.
2332
2333 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2334
2335 * font-lock.el (lisp-font-lock-keywords-2):
2336 Recognize "& keywords" only at word boundaries.
2337
2338 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2339
2340 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2341 and permanent-local.
2342 (thumbs-max-image-number): New variable.
2343 (thumbs-do-thumbs-insertion): Use them.
2344 (thumbs-per-line): Change default to 4.
2345 (thumbs-marked-list): Rename from thumbs-markedL.
2346 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2347 (thumbs-rename-images): Use -list instead of L for internal variables.
2348 (thumbs-call-convert): Use call-process instead of shell-command.
2349 (thumbs-insert-thumb): Add filename as help-echo to each image.
2350 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2351 Give dir to thumbs-show-thumbs-list.
2352 (thumbs-show-thumbs-list): Set default-directory to that of images.
2353 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2354 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2355 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2356 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2357
2358 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * ses.el (ses-read-cell): Provide a default value.
2361
2362 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
2363
2364 * term/w32-win.el (image-library-alist): Add additional names for
2365 GIF library.
2366
2367 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2368
2369 * international/latexenc.el (latexenc-find-file-coding-system):
2370 Add file-regular-p check.
2371
2372 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * simple.el (clone-buffer): Don't show the new buffer in the same
2375 window.
2376
2377 2006-01-23 Juri Linkov <juri@jurta.org>
2378
2379 * faces.el (link, link-visited): New faces based on default values
2380 of `info-xref' and `info-xref-visited'.
2381
2382 * info.el (info-xref): Inherit from `link'.
2383 (info-xref-visited): Inherit from `link-visited'.
2384
2385 * cus-edit.el (custom-buffer-create-internal): Use widget type
2386 `custom-manual' instead of `info-link' and don't set properties
2387 `button-face' and `mouse-face' explicitly.
2388 (custom-browse-group-tag, custom-browse-variable-tag)
2389 (custom-browse-face-tag): Inherit from widget class
2390 `custom-group-link' instead of `push-button'.
2391 (custom-button-unraised): Inherit from `underline' face.
2392 (custom-link): Inherit from `link' face. Fix doc and group.
2393 (custom-add-parent-links, custom-group-value-create): Don't set
2394 properties `button-face' and `mouse-face' explicitly for
2395 `custom-group-link' widget.
2396 (custom-group-link): Add properties `button-face' and `mouse-face'
2397 to widget definition.
2398 (custom-field-keymap): New variable. Put `custom-field-keymap' to
2399 editable-field's :keymap property.
2400 (custom-mode): Fix docstring: substitute keybindings for
2401 `widget-forward' and `widget-backward' from `widget-keymap',
2402 `widget-complete' from `custom-field-keymap', replace old
2403 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
2404
2405 * desktop.el (desktop-load-file): Check for `fboundp' before
2406 calling `symbol-function'.
2407
2408 * simple.el (clone-buffer, clone-indirect-buffer)
2409 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2410 `read-string'. Fix prompts.
2411
2412 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2413
2414 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
2415
2416 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2417
2418 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
2419
2420 * startup.el (inhibit-splash-screen, initial-scratch-message):
2421 Doc fixes.
2422
2423 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
2424
2425 Sync with Tramp 2.0.52.
2426
2427 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2428 net/tramp-vc.el: Add code for unloading Tramp. See comment before
2429 `tramp-unload-tramp' for checklist.
2430
2431 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2432 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
2433 (tramp-unload-file-name-handler-alist)
2434 (tramp-unload-tramp): New defuns.
2435 (tramp-advice-PC-expand-many-files): New defadvice.
2436 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2437 removed.
2438 (tramp-handle-expand-file-name): Remove double slash.
2439 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2440 It doesn't matter, because it will be converted later on.
2441 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
2442 implementation was just heuristic.
2443 (tramp-post-connection): Set uid and gid properties.
2444 (tramp-convert-file-attributes): Set file's gid change bit.
2445 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2446 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2447 in case of su(do)? methods. The home directory of the local user
2448 will be taken else.
2449 (tramp-open-connection-telnet)
2450 (tramp-open-connection-rsh, tramp-open-connection-su)
2451 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
2452 local shell prompt could hurt. Reported by Romain Francoise
2453 <romain@orebokech.com>.
2454 (tramp-let-maybe): Add `edebug-form-spec' property.
2455 (tramp-handle-expand-file-name): Bind `default-directory' locally
2456 to "/" in order to avoid problems with UNC shares or Cygwin
2457 mounts.
2458 (tramp-md5-function): Fix typo in error message.
2459
2460 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2461
2462 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2463 for byte-compiler pacification.
2464
2465 2006-01-22 Andre Spiegel <spiegel@gnu.org>
2466
2467 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2468 ID-FORMAT `string'. This allows us to get rid of
2469 `vc-user-login-name UID'.
2470
2471 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2472
2473 2006-01-22 John Paul Wallington <jpw@pobox.com>
2474
2475 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2476
2477 2006-01-21 Martin Rudalics <rudalics@gmx.at>
2478
2479 * emacs-lisp/find-func.el (find-definition-noselect)
2480 (find-variable-noselect): Search variables in C source code too.
2481 (find-function-C-source, find-function-noselect, find-function)
2482 (find-function-other-frame, find-variable-noselect, find-variable)
2483 (find-variable-other-frame, find-variable-at-point):
2484 Fix docstrings.
2485
2486 2006-01-21 Francesco Potorti` <pot@gnu.org>
2487
2488 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2489
2490 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
2491
2492 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2493 Default to disabling the "Save affix" question.
2494
2495 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
2496
2497 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2498 the first arg to run-python.
2499
2500 2006-01-21 Eli Zaretskii <eliz@gnu.org>
2501
2502 * startup.el (command-line-1): Handle --no-desktop if desktop.el
2503 is not loaded.
2504
2505 2006-01-20 Jay Belanger <belanger@truman.edu>
2506
2507 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2508 limit is 0.
2509
2510 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2511 the correct variable.
2512
2513 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
2514
2515 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2516 link. Fixed buggy argument sequence in call to `org-view-tags'.
2517 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2518 (org-prefix-has-tag): New variable.
2519 (org-format-agenda-item): Remove tags from headline if
2520 appropriate.
2521 (org-agenda-remove-tags-when-in-prefix): New option.
2522 (org-get-tags-at): New function.
2523
2524 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
2525
2526 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
2527 (thumbs-find-image): Move image name and number from buffer name
2528 to mode name. Set thumbs-buffer. Preserve point so that large
2529 images remain visible.
2530 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2531 order.
2532 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
2533 mode name.
2534 (thumbs-next-image, thumbs-previous-image): Make them work.
2535
2536 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
2537
2538 * cus-edit.el (custom-buffer-create-internal): State in the text above
2539 the whole buffer buttons that they do not operate on hidden items.
2540 (custom-face-menu): Use `custom-face-save' instead of
2541 `custom-face-save-command'.
2542 (custom-face-save-command): Make it an alias for `custom-face-save'
2543 and declare it obsolete.
2544 (custom-face-save): Doc fix.
2545
2546 * dired.el (dired-no-confirm): Add quote.
2547 (dired-subdir-alist-pre-R): Add quote in
2548 `make-variable-buffer-local' form and remove unbalanced parenthesis.
2549
2550 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
2551
2552 * textmodes/table.el (table-mode-indicator): Typo in last change.
2553
2554 2006-01-19 Richard M. Stallman <rms@gnu.org>
2555
2556 * outline.el (hide-leaves): Don't call outline-end-of-heading.
2557 Fixes bug reported in Nov 2005.
2558
2559 * isearch.el (isearch-forward): Doc fix.
2560
2561 * dired.el (dired-move-to-filename-regexp): Define as alias.
2562 (dired-no-confirm): Use defcustom.
2563 (dired-subdir-alist-pre-R): Put defvar at top level.
2564
2565 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2566
2567 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2568 Mark as risky.
2569
2570 * simple.el (set-mark-command): Doc fix.
2571 (clone-indirect-buffer-other-window):
2572 Read arg like clone-indirect-buffer.
2573 (move-beginning-of-line): Skip invisible newlines.
2574
2575 2006-01-19 Masatake YAMATO <jet@gyve.org>
2576
2577 * progmodes/cpp.el (cpp-edit-load): Make the order of
2578 listed conditions in a base C code buffer and its associate
2579 CPP Edit buffer the same.
2580
2581 2006-01-19 Kenichi Handa <handa@m17n.org>
2582
2583 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2584 (rmail-mime-feature): Likewise.
2585 (rmail-require-mime-maybe): Use display-warning to show a warning
2586 message.
2587
2588 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2589 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2590
2591 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2592
2593 * array.el: Move defvars out of eval-when-compile.
2594 (array-make-template): Replace undeclared global var with a local one.
2595 (array-mode): Inline initialization functions.
2596 (array-init-local-variables, array-init-max-row)
2597 (array-init-max-column, array-init-columns-per-line)
2598 (array-init-field-width, array-init-rows-numbered)
2599 (array-init-line-length, array-init-lines-per-row): Remove.
2600
2601 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
2602 (doc-mode-map): Define explicitly.
2603 (doctor-txtype): Use mapc.
2604
2605 * textmodes/table.el: Move defvars out of eval-when-compile.
2606 Remove harmful code meant to avoid byte-compiler warnings.
2607 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
2608 specification that checks table-fixed-width-mode directly.
2609 (table-recognize-region, table-recognize-cell):
2610 Use restore-buffer-modified-p.
2611 (table-fixed-width-mode): Remove code that refreshes
2612 table-fixed-mode-indicator.
2613 (*table--cell-describe-bindings, *table--cell-describe-mode):
2614 Avoid obsolete name print-help-return-message.
2615 (table--test-cell-list): Don't use replace-regexp from elisp.
2616 (table--point-entered-cell-function, table--point-left-cell-function):
2617 Don't set table-fixed-mode-indicator, use force-mode-line-update.
2618
2619 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
2620 that was after the end of file. Use buffer-file-name variable.
2621 (org-timestamp-change): Use with-current-buffer.
2622 (org-todo-list): Don't unnecessarily define a new buffer-local var.
2623 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2624 `file'.
2625
2626 * progmodes/fortran.el: Move defvars out of eval-when-compile.
2627 (fortran-break-line): Remove unused var `opoint'.
2628 (fortran-abbrev-start): Obey help-event-list.
2629
2630 2006-01-18 Jesper Harder <harder@phys.au.dk>
2631
2632 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2633
2634 2006-01-18 Masatake YAMATO <jet@gyve.org>
2635
2636 * progmodes/make-mode.el (makefile-imake-mode): New mode
2637 derived from makefile-mode.
2638 (makefile-imake-mode-syntax-table): New syntax table
2639 derived from makefile-mode-syntax-table.
2640 (makefile-mode): Write about makefile-imake-mode in doc string.
2641 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2642 (makefile-imake-font-lock-keywords): New font lock keywords.
2643
2644 * files.el (auto-mode-alist): Add Imakefile.
2645
2646 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
2647
2648 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2649 loading the file rather than when turning on flyspell-mode.
2650
2651 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
2652
2653 * cus-edit.el (customize-rogue): Minor doc fix.
2654
2655 2006-01-17 Juri Linkov <juri@jurta.org>
2656
2657 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2658 instead of the file at the mark as default if the file at the mark
2659 is the same as the file at point or if dired-dwim-target-directory
2660 is not the same as the current directory and the mark is not active.
2661
2662 * log-view.el (log-view-minor-wrap): Use the same logic to get
2663 revisions as `log-view-diff'.
2664
2665 * info.el (Info-revert-find-node): Check for Info-current-file
2666 before preserving new-history.
2667
2668 * man.el (Man-heading-regexp): Add `/'.
2669
2670 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2671 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2672
2673 2006-01-16 Juri Linkov <juri@jurta.org>
2674
2675 * faces.el (mode-line-faces): New defgroup.
2676 (mode-line-highlight): Move definition after new defgroup.
2677 (mode-line, mode-line-inactive, mode-line-highlight):
2678 Replace :group `modeline' with `mode-line-faces'.
2679 (mode-line-buffer-id): New face.
2680 (modeline-buffer-id): New face alias.
2681 (vertical-border): Remove :group `modeline'.
2682
2683 * bindings.el (propertized-buffer-identification): Use face
2684 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2685 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2686 (mode-line-buffer-identification-keymap): For mouse-1 replace
2687 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2688 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2689 mouse-3.
2690
2691 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2692 Buffer-menu-buffer. Doc fix.
2693 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2694 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2695 `Buffer-menu-buffer'.
2696
2697 * info.el (Info-mode-line-node-keymap): New defvar.
2698 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2699 Propertize Info-current-node with `mode-line-buffer-id' and
2700 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2701
2702 * time.el (display-time-mail-face): Replace :group `faces' with
2703 `mode-line-faces'.
2704
2705 2006-01-16 Kenichi Handa <handa@m17n.org>
2706
2707 * international/code-pages.el: Add autoload cookies for cp125[0345678].
2708
2709 * language/european.el (cp1252): New alias for windows-1252.
2710
2711 * international/mule.el (autoload-coding-system): Prepare for EOL
2712 variants.
2713
2714 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2715
2716 * term.el (term-raw-map): Add mapping for insert.
2717 (term-send-insert): New.
2718 (term-mode): Make variables local here instead of doing it in
2719 `term-emulate-terminal'.
2720 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2721 Scroll reverse needs to take into account the scroll region.
2722 Saving and restoring the cursor should save the color attributes too.
2723 (term-reset-terminal): Reset the scroll region.
2724 (term-handle-ansi-escape): Cursor up and down should take into
2725 account the scroll region.
2726 (term-set-scroll-region): Rename from `term-scroll-region'.
2727 Move to 0,0 after setting the region.
2728 (term-handle-scroll): Handle scroll up.
2729 (term-down): Fix off by one error.
2730 (term-delete-lines): Do not delete outside the scroll region.
2731 (term-insert-lines): Take into account the scroll region.
2732
2733 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2734
2735 * textmodes/ispell.el (ispell-internal-change-dictionary)
2736 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2737 (start, end): Move declaration outside of eval-when-compile.
2738
2739 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2740 (flyspell-mode-on): Use it.
2741
2742 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2743 ispell-kill-ispell-hook.
2744
2745 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2746
2747 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2748 (Custom-reset-saved): Do not ask for confirmation in single option
2749 buffers.
2750
2751 2006-01-13 Richard M. Stallman <rms@gnu.org>
2752
2753 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2754
2755 2006-01-13 Romain Francoise <romain@orebokech.com>
2756
2757 * add-log.el (add-change-log-entry, change-log-merge):
2758 Conditionally use `hard-newline'.
2759
2760 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2761
2762 * wid-edit.el (widget-field-end): If the overlay is no longer
2763 associated with a buffer, behave as if the overlay didn't exist.
2764
2765 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2766 Make sure the links use the `custom-link' face.
2767
2768 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2771 (ld-script-mode): Don't set indent-line-function since we don't
2772 have one.
2773
2774 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2775
2776 * textmodes/org.el (org-open-file): Use mailcap for selecting an
2777 application.
2778 (org-file-apps-defaults-gnu): Use mailcap as the default for
2779 selecting an application on a UNIX system.
2780 (org-agenda-show-tags): New command.
2781 (org-table-insert-hline): Keep cursor in current table line.
2782 (org-table-convert): Offset effect of modifying
2783 `org-table-insert-hline'.
2784 (org-format-agenda-item): New optional argument TAG.
2785 (org-compile-prefix-format): Handle %T format for the tag.
2786 (org-expand-wide-chars): New function.
2787 (org-table-insert-row, org-table-insert-hline):
2788 Use `org-expand-wide-chars'.
2789 (org-open-file): Fix bug in program launch.
2790 (org-get-time-of-day): Fix bug with times before 1am.
2791 (org-agenda-menu): Add tags commands.
2792
2793 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2794
2795 * textmodes/ispell.el (ispell-init-process): Include the used
2796 dictionary in ispell process start message.
2797 (ispell-internal-change-dictionary): When flyspell-mode is active
2798 and dictionary is changed, make sure ispell process is restarted
2799 and flyspell word cache cleared out for the current buffer.
2800 (ispell-change-dictionary): Make sure flyspell word cache is
2801 cleared out in all buffers with active flyspell mode when
2802 dictionary is globally changed.
2803 Call ispell-internal-change-dictionary after dictionary change.
2804
2805 2006-01-13 Eli Zaretskii <eliz@gnu.org>
2806
2807 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2808
2809 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2810 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2811 years. Fix small differences wrt Makefile.in.
2812 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2813 Makefile.in does.
2814
2815 2006-01-12 Bill Wohler <wohler@newt.com>
2816
2817 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2818 mh-search.el.
2819
2820 2006-01-12 Masatake YAMATO <jet@gyve.org>
2821
2822 * progmodes/ld-script.el: Update copyright year.
2823
2824 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
2825
2826 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2827 Don't add widget if setting undefined.
2828
2829 2006-01-12 John Paul Wallington <jpw@pobox.com>
2830
2831 * help-fns.el (describe-variable): Remove newlines from void
2832 variable output.
2833
2834 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
2835
2836 * wdired.el (wdired-mode-map): Add help echo for
2837 wdired-abort-changes.
2838
2839 * man.el (Man-file-name-regexp): Adjust for a list of files.
2840
2841 2006-01-12 Masatake YAMATO <jet@gyve.org>
2842
2843 * progmodes/ld-script.el (auto-mode-alist): Support
2844 suffix conventions used in netbsd and eCos.
2845
2846 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2847
2848 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2849 (custom-variable-menu, custom-face-menu, custom-group-menu)
2850 (Custom-mode-menu): Change names of menu items. (As discussed on
2851 emacs-devel.)
2852 (custom-face-menu): Add "Undo Edits" item.
2853
2854 * startup.el (init-file-user): defcustom -> defvar.
2855
2856 * tooltip.el (tooltip-mode): Doc fix.
2857
2858 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * reveal.el (reveal-post-command): window-buffer signals an error on
2861 dead windows rather than returning nil.
2862 (reveal-open-new-overlays): An overlay might die while we open others.
2863
2864 2006-01-11 Bill Wohler <wohler@newt.com>
2865
2866 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2867 phrasing in docstring.
2868
2869 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2870 can give some systems gas. Add new file mh-buffers.el.
2871
2872 2006-01-06 Masatake YAMATO <jet@gyve.org>
2873
2874 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2875 C preprocessor forward ported from GNU Emacs 21.2.
2876
2877 * progmodes/asm-mode.el (asm-font-lock-keywords):
2878 Use `cpp-font-lock-keywords'.
2879
2880 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2881
2882 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2883 of $ for "\\.ld[s]?".
2884
2885 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2888 (tcl-indent-line): Return `noindent' if inside a string.
2889
2890 * progmodes/flymake.el (flymake-split-string): Remove more than one
2891 empty string at beg/end of the result.
2892 (flymake-find-buildfile, flymake-find-possible-master-files):
2893 Use expand-file-name.
2894 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2895 since expand-file-name does it for us. Use directory-file-name.
2896 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2897 (flymake-ler-get-type, flymake-ler-get-text)
2898 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2899 (flymake-current-line-no): Remove spurious interactive spec.
2900 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2901 (flymake-check-include): Remove arg inc-path merged into inc-name.
2902 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2903 Arg regexp-list replaced by a simple regexp.
2904 (flymake-master-make-header-init, flymake-master-tex-init):
2905 Correspondingly replace regexp-list with a regexp. Fix regexp.
2906
2907 2006-01-10 Simon Josefsson <jas@extundo.com>
2908
2909 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2910 describing AUTH PLAIN fix.
2911
2912 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2913
2914 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2915 (report-emacs-bug): Don't record initial prompt text.
2916 Instead, add text properties to prompting text.
2917 (report-emacs-bug-hook): Delete prompting text.
2918
2919 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2922 `dirs'. Adjust callers.
2923
2924 2006-01-09 John Paul Wallington <jpw@gnu.org>
2925
2926 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2927
2928 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * reveal.el (reveal-open-new-overlays): New extracted fun.
2931 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2932 using them. Simplify the code.
2933 (reveal-post-command): Use them. Fix up obsolete windows in
2934 reveal-open-spots.
2935
2936 * progmodes/flymake.el: Use `require' rather than autoload for
2937 XEmacs's overlays.
2938 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2939 Delete. Use file-relative-name instead.
2940 (flymake-get-syntax-check-program-args, flymake-perl-init):
2941 Simplify the resulting code.
2942
2943 * log-view.el (log-view-file-re, log-view-message-re): Add support
2944 for DaRCS output.
2945
2946 2006-01-09 Alex Schroeder <alex@gnu.org>
2947
2948 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2949 identifiers sometimes added in square brackets at the beginning of
2950 subject lines.
2951
2952 2006-01-07 Richard M. Stallman <rms@gnu.org>
2953
2954 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2955 (Custom-reset-current, Custom-reset-saved): Change question text.
2956 (Custom-reset-standard): Likewise.
2957 (custom-variable-reset-saved): Doc fix.
2958
2959 2006-01-07 Eli Zaretskii <eliz@gnu.org>
2960
2961 * startup.el (init-file-user): Doc fix.
2962
2963 2006-01-07 Alex Schroeder <alex@gnu.org>
2964
2965 * mail/rmail.el (rmail-current-subject): New function.
2966 (rmail-current-subject-regexp): New function.
2967 (rmail-next-same-subject): Use it.
2968
2969 * mail/rmailsum.el (rmail-summary-by-topic):
2970 Use rmail-current-subject and rmail-current-subject-regexp.
2971 (rmail-summary-next-same-subject): Ditto.
2972
2973 * net/rcirc.el (rcirc-send-input): No longer check whether the
2974 process is open, since not all commands need an open process.
2975 (rcirc-send-string): Check whether the process is open before
2976 sending anything.
2977 (rcirc-ignore-list): New option.
2978 (rcirc-ignore-list-automatic): New variable.
2979 (rcirc-print): Take rcirc-ignore-list into account.
2980 (rcirc-cmd-ignore): New command.
2981 (rcirc-ignore-update-automatic): New function.
2982 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2983 list if ignored nicks.
2984 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2985
2986 2006-01-06 David Reitter <david.reitter@gmail.com>
2987
2988 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2989 reflect the address to which the report will be sent.
2990
2991 2006-01-06 Eli Zaretskii <eliz@gnu.org>
2992
2993 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2994 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2995
2996 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2997
2998 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2999
3000 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3001 the doc string: "functoin" => "function".
3002 * ldefs-boot.el: Likewise.
3003
3004 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3005 message text: "Duplicat" => "Duplicate".
3006
3007 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
3008
3009 * files.el (basic-save-buffer-2): If backing-up failed, reset
3010 buffer-backed-up to nil.
3011
3012 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3013
3014 * progmodes/gud.el (gdb-script-skip-to-head)
3015 (gdb-script-calculate-indentation): Indent for breakpoint command
3016 lists also.
3017
3018 2006-01-05 Bill Wohler <wohler@newt.com>
3019
3020 * Makefile.in (compile-always): Add mh-autoloads dependency.
3021 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3022 provides it.
3023 (updates): Remove mh-autoloads dependency, since it probably has
3024 already run recently (via recompile).
3025
3026 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3029 argument `force' to disable the flyspell-last-buffer optimization.
3030 (flyspell-mode-on): Use it.
3031
3032 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3033 flymake-simple-cleanup.
3034 (flymake-allowed-file-name-masks): Use this new default.
3035 All the functions are now called in the right buffer rather than
3036 passing the buffer as argument.
3037 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3038 (flymake-parse-err-lines): Remove redundant buffer arg.
3039 (flymake-get-program-dir): Comment out unused function.
3040 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3041 Remove redundant buffer argument.
3042 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3043 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3044
3045 2006-01-05 Richard M. Stallman <rms@gnu.org>
3046
3047 * info.el (Info-find-node): Don't record previous node if have none.
3048 (info): Go to directory only if history is empty.
3049
3050 * simple.el (mark): Doc fix.
3051
3052 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3053
3054 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3055 already of desired type.
3056 (mac-ae-list): Coerce parameter to "list" type.
3057 (mac-dispatch-apple-event): Replace cadr part of event with a
3058 dummy position so that event-start returns it.
3059
3060 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3061
3062 * textmodes/org.el (org-end-of-subtree): New function.
3063 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3064 Use `org-end-of-subtree'.
3065 (org-agenda, org-agenda-convert-date): Protect calls to
3066 `fit-window-to-buffer'.
3067 (org-tags-view): Force matching of sublevels when doing a
3068 todo-only search. Define the correct redo command, including the
3069 arguments.
3070 (org-agenda-redo): Display message.
3071 (org-check-for-org-mode): New function.
3072 (org-agenda-type): New variable.
3073 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3074 Set `org-agenda-type'.
3075 (org-agenda-check-type): New function.
3076 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3077 (org-agenda-week-view, org-agenda-day-view)
3078 (org-agenda-next-date-line, org-agenda-previous-date-line)
3079 (org-agenda-log-mode, org-agenda-toggle-diary)
3080 (org-agenda-toggle-time-grid, org-agenda-date-later)
3081 (org-agenda-date-prompt, org-agenda-diary-entry)
3082 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3083 (org-agenda-convert-date, org-agenda-menu):
3084 Use `org-agenda-check-type'.
3085 (org-make-overlay, org-delete-overlay)
3086 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3087 New compatibility functions.
3088 (org-calendar-select-mouse): New command.
3089
3090 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3091
3092 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3093 (Custom-reset-standard): Fix y-or-n-p messages.
3094 (custom-link): New face for links.
3095 (custom-buffer-create-internal, custom-manual): Use it.
3096 (custom-face-save): Push to theme-face before setting face spec.
3097
3098 * wid-edit.el (widget-default-mouse-face-get): New function.
3099 (widget-specify-button): Handle mouse-face like button-face.
3100
3101 * custom.el (load-theme): Clear old theme settings if reloading.
3102
3103 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3104
3105 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3106 "Erase Customization" button back to same position it occupies in
3107 the individual State menus.
3108
3109 2006-01-04 Kim F. Storm <storm@cua.dk>
3110
3111 * wid-edit.el (key-sequence): Rework widget to read key binding
3112 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3113 (widget-key-sequence-default-value): Default value for empty sequence.
3114 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3115 (widget-key-sequence-read-event): New command for C-q.
3116 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3117 (widget-key-sequence-value-to-external): New functions.
3118
3119 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3120
3121 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3122 Use expand-file-name.
3123 (flymake-delete-temp-directory): Use expand-file-name,
3124 file-name-directory, and directory-file-name.
3125 (flymake-strrchr): Delete.
3126 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3127 to the init-f function.
3128 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3129 (flymake-init-find-buildfile-dir)
3130 (flymake-init-create-temp-source-and-master-buffer-copy)
3131 (flymake-simple-make-init-impl, flymake-simple-make-init)
3132 (flymake-master-make-init, flymake-master-make-header-init)
3133 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3134 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3135 (flymake-xml-init): Remove corresponding redundant buffer argument.
3136 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3137 the default anyway. Clean up regexps.
3138
3139 * progmodes/flymake.el (flymake-temp-source-file-name)
3140 (flymake-master-file-name, flymake-temp-master-file-name)
3141 (flymake-base-dir): New buffer-local vars.
3142 (flymake-buffer-data, flymake-get-buffer-value)
3143 (flymake-set-buffer-value): Replace those hash-tables by the new
3144 buffer-local vars. Update callers.
3145
3146 * progmodes/flymake.el (flymake-check-start-time)
3147 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3148 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3149 Move definition, so we can remove redundant earlier declaration.
3150 (flymake-replace-regexp-in-string, flymake-split-string)
3151 (flymake-get-temp-dir): Use defalias.
3152 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3153 (flymake-xemacs-window-edges): Remove unused function.
3154 (flymake-get-point-pixel-pos): Move.
3155 (flymake-pid-to-names, flymake-reg-names)
3156 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3157 Replace by a simple list flymake-processes and by process-buffer.
3158 Update callers. Other than simplify the code, it uses buffers rather
3159 than buffer-names so it doesn't get confused by uniquify.
3160 (flymake-buffer-data): The global value should just be nil.
3161
3162 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3163 Optimize the body of a defalias like any other code.
3164
3165 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3166 Make sure we've setup font-lock's vars. It may influence which
3167 function we then call.
3168 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3169 here since it's too late anyway.
3170
3171 2006-01-03 Romain Francoise <romain@orebokech.com>
3172
3173 * startup.el (fancy-splash-tail, normal-splash-screen):
3174 Update copyright year.
3175
3176 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3177
3178 * mouse.el (mouse-drag-track): Rename, from
3179 `mouse-drag-region-1'. Includes optional argument required to
3180 enable post-drag event processing (e.g. delete region keys).
3181 Can be used without this argument to track a mouse region and operate
3182 on it as soon as the drag completes.
3183 (mouse-drag-region): Use `mouse-drag-track'.
3184
3185 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3186
3187 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3188 Move to `custom-buffer' group.
3189
3190 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3191 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3192 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3193 (custom-theme-face-menu): New variables.
3194 (custom-theme-add-variable, custom-theme-variable-action)
3195 (custom-variable-reset-theme, custom-theme-delete-variable)
3196 (custom-face-reset-theme, custom-theme-face-action)
3197 (custom-theme-delete-face, custom-theme-merge-theme)
3198 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3199
3200 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3201
3202 * custom.el: Move Custom Themes commentary to start of theme code.
3203 (custom-known-themes): Rename `standard' theme to `changed'.
3204 (custom-push-theme): Caller no longer specifies what theme to use
3205 when doing `reset'---the setting is simply removed from the theme.
3206 Delete MODE from `theme-value' and `theme-settings' properties.
3207 (custom-declare-theme): Ignore &rest args since we don't use them.
3208
3209 (custom-loaded-themes): Delete variable.
3210 (custom-theme-load-themes, custom-theme-loaded-p)
3211 (custom-theme-value): Delete functions.
3212
3213 (custom-declare-theme): Signal error on invalid theme names.
3214 (provide-theme): custom-loaded-themes was deleted.
3215 (load-theme): Load the file unconditionally.
3216 (enable-theme): Call `load-theme' if theme is undefined.
3217 (custom-enabled-themes): Only update value for successful loads.
3218 (disable-theme): Complete from enabled themes when interactive.
3219 (custom-variable-theme-value): Calculate theme value directly.
3220
3221 (custom-theme-reset-variables, custom-reset-variables): Mark as
3222 XEmacs compatibility functions. We don't actually use these.
3223
3224 * cus-edit.el (custom-variable-state-set):
3225 Use custom-variable-theme-value instead of custom-theme-value.
3226 (custom-face-state-set): Rename `standard' theme to `changed'.
3227 (custom-save-variables, custom-save-faces): Delete unneeded
3228 references to custom-reset-variables.
3229 (custom-save-resets): Delete function.
3230 (custom-save-variables, custom-save-faces): MODE argument deleted.
3231 (custom-save-variables, custom-save-faces): Ignore theme values.
3232
3233 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3234 compatibility function.
3235
3236 2006-01-01 Richard M. Stallman <rms@gnu.org>
3237
3238 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3239 (Custom-reset-current, Custom-reset-saved): Likewise.
3240 (Custom-reset-standard): Show message if aborted.
3241 (custom-mode): Doc fix, describing those commands.
3242
3243 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3244 put on event-kind property.
3245
3246 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * custom.el (provide-theme): Ban `user' theme name.
3249 (custom-enabling-themes): New variable.
3250 (enable-theme): Don't enable user if custom-enabling-themes is t.
3251 (custom-enabled-themes): Make it a defcustom.
3252 (custom-theme-recalc-face): No-op if face is undefined.
3253
3254 * cus-edit.el (custom-button-mouse): New variable.
3255 (custom-button-mouse): New face.
3256 (custom-raised-buttons, custom-mode): Use it.
3257
3258 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3259
3260 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3261
3262 * progmodes/gud.el (gud-display-line): Support hl-line in the
3263 source buffer.
3264
3265 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3266
3267 * mouse.el (mouse-drag-window-above): Verify that the found window
3268 overlaps with the given window in the horizontal dimension.
3269
3270 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3271
3272 * Makefile.in (cvs-update): New target.
3273
3274 * makefile.w32-in (cvs-update): Ditto.
3275
3276 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
3277
3278 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3279 (custom-new-theme-mode-map): New variable.
3280
3281 2005-12-30 Richard M. Stallman <rms@gnu.org>
3282
3283 * custom.el (custom-load-themes): Function deleted.
3284
3285 * cus-edit.el (custom-save-loaded-themes): Function deleted.
3286 (custom-save-variables): Don't delete or add custom-load-themes call.
3287
3288 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 * cus-start.el: Add `visible-cursor'.
3291
3292 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3293 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3294 (flymake-process-filter): Switch to buffer before calling it instead.
3295 (flymake-post-syntax-check, flymake-highlight-err-lines)
3296 (flymake-delete-own-overlays, flymake-parse-err-lines)
3297 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3298 (flymake-count-lines, flymake-parse-residual):
3299 Remove constant buffer argument.
3300 (flymake-start-syntax-check-for-current-buffer): Remove.
3301 Update callers to use flymake-start-syntax-check instead.
3302 (flymake-display-err-menu-for-current-line):
3303 Remove unused var `mouse-pos'.
3304 (flymake-restore-formatting): Comment out unused function.
3305 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3306 argument, use current-buffer instead. Update callers.
3307
3308 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3309
3310 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3311 buffer-local because choose-completion-delete-max-match requires
3312 that we set completion-ignore-case (i.e., binding via let is not
3313 sufficient).
3314 (bibtex-complete): Always set completion-ignore-case and
3315 choose-completion-string-functions. The latter is needed because
3316 choose-completion-string-functions keeps its value if we quit the
3317 *Completions* buffer without requesting a completion.
3318
3319 2005-12-30 Andreas Schwab <schwab@suse.de>
3320
3321 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3322
3323 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3324
3325 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3326
3327 2005-12-30 Juri Linkov <juri@jurta.org>
3328
3329 * locate.el (locate-fcodes-file, locate-header-face)
3330 * progmodes/delphi.el (delphi-other-face)
3331 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3332
3333 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3334 group `paren-showing-faces'.
3335
3336 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3337 (goto-address): Fix docstring.
3338
3339 * net/webjump.el (webjump-sample-sites): Update URLs.
3340
3341 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3342
3343 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3344
3345 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * font-lock.el (font-lock-compile-keywords): Signal an error when
3348 font-lock-set-defaults hasn't been called.
3349
3350 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3351
3352 * subr.el (noreturn, 1value): Doc fixes.
3353
3354 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3355
3356 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3357 that assoc-string returns nil.
3358
3359 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3360
3361 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3362 (bibtex-entry-type-str, bibtex-empty-field-re)
3363 (bibtex-search-backward-string, bibtex-preamble-prefix)
3364 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3365 (bibtex-any-valid-entry-type): New variable.
3366 (bibtex-parse-field-name): Simplify.
3367 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3368 (bibtex-preamble-prefix): Include left delimiter.
3369 (bibtex-search-forward-field, bibtex-search-backward-field):
3370 Allow unbounded search past entry boundaries (required by bibtex-pop).
3371 (bibtex-text-in-field-bounds): Use push.
3372 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3373 (bibtex-parse-preamble, bibtex-valid-entry)
3374 (bibtex-beginning-first-field): New functions.
3375 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
3376 (bibtex-map-entries): Fix docstring.
3377 (bibtex-flash-head): New arg prompt. Simplify.
3378 (bibtex-enclosing-field): Include code of bibtex-inside-field.
3379 (bibtex-insert-kill): Simplify. Always insert text past the
3380 current field or entry.
3381 (bibtex-format-entry): Use bibtex-parse-field.
3382 (bibtex-pop): Use bibtex-beginning-of-entry and
3383 bibtex-end-of-entry to initiate the search. Insert empty field if
3384 we found ourselves.
3385 (bibtex-print-help-message): New args field and comma.
3386 Handle entry keys.
3387 (bibtex-make-field): Use bibtex-beginning-of-entry.
3388 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
3389 invalid entry.
3390 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3391 Handle preambles. Simplify code for thorough test.
3392 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3393 New arg comma. Handle entry heads.
3394 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3395 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3396 New arg comma.
3397 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3398 (bibtex-fill-field): Simplify.
3399 (bibtex-fill-entry): Use bibtex-beginning-first-field and
3400 bibtex-parse-field.
3401 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3402 (bibtex-complete): Use bibtex-parse-preamble.
3403
3404 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
3405
3406 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3407 Display name of expression instead of convenience variable.
3408 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3409
3410 * progmodes/gud.el (gud-tooltip-dereference): Rename from
3411 toggle-gud-tooltip-dereference.
3412 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
3413 (gud-tooltip-tips): ...here when dereferencing.
3414
3415 2005-12-28 Bill Wohler <wohler@newt.com>
3416
3417 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
3418
3419 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
3420
3421 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3422 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
3423 (vc-annotate-display-autoscale): Adjust call.
3424 (vc-annotate-display-default): Adjust call. Make arg compulsory.
3425 Fix interactive spec.
3426 (vc-annotate-time-span): Remove.
3427 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3428 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3429 (vc-annotate-display-select): Use new name.
3430
3431 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3432 (vc-annotate-mode-menu): Remove left-over redundant declaration.
3433 Correct the construction of span entries. Simplify.
3434 (vc-annotate-display-select): Fix the nil case.
3435 (vc-annotate): Remove obsolete (and now broken) code.
3436 (vc-annotate-extract-revision-at-line): Remove obsolete code.
3437 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
3438
3439 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3440
3441 * subr.el (lazy-completion-table): Correct typo in docstring.
3442
3443 * startup.el (command-line): Use `custom-reevaluate-setting' for
3444 `send-mail-function'.
3445
3446 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3447
3448 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
3449
3450 * mail/smtpmail.el (smtpmail-try-auth-methods):
3451 Send credentials together with "AUTH PLAIN" command.
3452
3453 2005-12-27 Richard M. Stallman <rms@gnu.org>
3454
3455 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3456 mouse-2, go back to previously selected window, so it's selected
3457 when mouse-2 command runs.
3458
3459 2005-12-27 Juri Linkov <juri@jurta.org>
3460
3461 * descr-text.el (describe-text-sexp): Use square brackets for
3462 button [Show] to distinguish it from the property value `show'.
3463 (describe-property-list): Use `insert-text-button' with
3464 `help-face' type instead of putting face in quotes, because button
3465 is not created automatically for a list of faces.
3466 (describe-text-properties-1): Put button-type value in quotes to
3467 distinguish from plain text "button".
3468 (describe-char): Display code point values in hex. Don't use
3469 `symbol-name' for `current-input-method' because it is a string.
3470 Use `insert-text-button' with `help-face' type instead of putting
3471 hardcoded face in quotes, because button is not created automatically.
3472
3473 2005-12-27 Richard M. Stallman <rms@gnu.org>
3474
3475 * progmodes/glasses.el (glasses-face): More specific custom type.
3476
3477 * files.el (set-visited-file-name): Doc fix.
3478
3479 * textmodes/flyspell.el (flyspell-external-point-words):
3480 Use local var buffer-scan-pos to advance scan for next misspelling.
3481 Advance it only after we find the misspelling.
3482
3483 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
3484
3485 * textmodes/flyspell.el (flyspell-external-point-words):
3486 New criteria for finding the misspelling in the buffer.
3487
3488 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
3489
3490 * help-mode.el (help-insert-string): Set help-xref-stack-item
3491 rather than call help-setup-xref.
3492
3493 * descr-text.el (describe-char): Revert previous changes for
3494 optional buffer argument.
3495
3496 2005-12-27 Juri Linkov <juri@jurta.org>
3497
3498 * help-mode.el (help-insert-string): New function. Save buffer
3499 contents in cases where it is impossible to recompute the old contents.
3500
3501 * descr-text.el (describe-char): Set help-xref-stack-item
3502 explicitly after buffer has been generated.
3503
3504 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3505
3506 * cus-start.el (all): Add x-gtk-show-hidden-files.
3507
3508 2005-12-26 Richard M. Stallman <rms@gnu.org>
3509
3510 * replace.el (perform-replace): Calculate match-again
3511 before skipping read-only matches.
3512
3513 * paren.el (paren-showing-faces): New group.
3514 (show-paren-match, show-paren-mismatch): Move to that group.
3515
3516 * button.el (button): Put into group `basic-faces'.
3517
3518 * progmodes/make-mode.el: Remove faces from group `faces'.
3519
3520 * apropos.el (apropos, apropos-value): Doc fix.
3521 (apropos-documentation): Doc fix.
3522
3523 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * subr.el (lazy-completion-table): Remove argument `args'.
3526
3527 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3528 Don't use the `args' argument of lazy-completion-table.
3529
3530 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
3531
3532 * descr-text.el (describe-char): Add optional argument for buffer.
3533 Set buffer appropriately. Call help-setup-xref.
3534 Suggested by Stefan Monnier.
3535
3536 2005-12-26 Juri Linkov <juri@jurta.org>
3537
3538 * descr-text.el: Require `help-fns' at runtime. Don't require
3539 `button' for byte compilation.
3540 (describe-text-widget): Add `help-echo' for first button.
3541 Use `help-info' for second.
3542 (describe-property-list): Use `help-argument-name' instead of `italic'.
3543 (describe-text-category): Add prompt to interactive spec.
3544 Call `help-setup-xref'.
3545 (describe-char): Use `help-character-set'. Add `help-echo' for
3546 code point. Use `help-input-method'. Remove superfluous insert.
3547
3548 2005-12-25 Richard M. Stallman <rms@gnu.org>
3549
3550 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3551 at point, in case of narrowing.
3552
3553 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3554
3555 * locate.el (locate-header-face): Allow nil in type.
3556
3557 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3558
3559 2005-12-25 Romain Francoise <romain@orebokech.com>
3560
3561 * battery.el (battery-linux-proc-acpi): Also try
3562 `/proc/acpi/thermal_zone/THM0/temperature'.
3563
3564 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
3565
3566 * custom.el (custom-push-theme): Fix docstring.
3567
3568 * cus-edit.el (custom-variable-set, custom-variable-save)
3569 (custom-variable-save): Custom-quote widget values.
3570 (customize-save-variable): Fix custom-push-theme call.
3571
3572 2005-12-24 Eli Zaretskii <eliz@gnu.org>
3573
3574 * w32-fns.el (w32-batch-update-autoloads): New function.
3575
3576 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3577 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3578 from the command line.
3579
3580 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
3581
3582 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
3583 reset means to remove setting from theme entirely. Don't keep
3584 expanding theme-settings list; delete old entries if necessary.
3585
3586 * cus-edit.el (custom-buffer-create-internal): Move "Erase
3587 customization" button one line up.
3588 (custom-themed): New face.
3589 (custom-magic-alist): New value, THEMED, for theme settings.
3590 (custom-variable-state-set, custom-face-state-set):
3591 Check theme-value instead of saved-value.
3592 (custom-variable-reset-standard, custom-face-reset-standard):
3593 Remove theme setting entirely. Recalculate new values.
3594 (custom-variable-set, custom-variable-set)
3595 (custom-variable-reset-saved, custom-variable-reset-backup)
3596 (custom-face-set, custom-face-reset-saved): Update `user' theme.
3597 (custom-variable-save): Fix typos.
3598
3599 2005-12-23 Juri Linkov <juri@jurta.org>
3600
3601 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3602 Add autoload cookies.
3603 (edebug-outside-d-c-i-n-s-w): New variable.
3604 (edebug-display, edebug-outside-excursion): Use it to save the
3605 original value of default-cursor-in-non-selected-windows.
3606 Set default-cursor-in-non-selected-windows to t while Edebug
3607 is active.
3608 (edebug-mode, edebug-eval-mode): Doc fix.
3609
3610 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3611 with `buffer-substring-no-properties' to remove common substring
3612 highlighting.
3613
3614 * info.el (info-other-window, info): Rename function argument
3615 `file' to `file-or-node'.
3616 (Info-complete-menu-item): Use local variable `complete-nodes' to
3617 keep the global value of `Info-complete-nodes' unchanged for
3618 subsequent completions.
3619 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
3620
3621 * simple.el (get-next-valid-buffer, last-buffer)
3622 (next-error-buffer-p, next-error-find-buffer)
3623 (minibuffer-history-sexp-flag): Doc fix.
3624
3625 * savehist.el (savehist-mode-hook): Add `:group'.
3626
3627 * log-view.el: Call autoload for vc-find-version.
3628 (log-view-current-file): Adjust subgroup numbers.
3629 (log-view-current-tag): Add `length'.
3630
3631 2005-12-23 Richard M. Stallman <rms@gnu.org>
3632
3633 * vc.el (vc-annotate-car-last-cons): Defn moved up.
3634
3635 2005-12-23 Juri Linkov <juri@jurta.org>
3636
3637 * hi-lock.el (hi-lock-archaic-interface-message-used)
3638 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3639 (hi-lock-mode): Display "Hi" in the mode line only when
3640 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3641 (hi-lock-write-interactive-patterns):
3642 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3643 (hi-lock-set-pattern, hi-lock-set-file-patterns)
3644 (hi-lock-font-lock-hook): Set 3rd arg `how' of
3645 font-lock-add-keywords to t.
3646
3647 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
3648
3649 * hi-lock.el (hi-lock-highlight-range): New variable.
3650 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3651 only if font-lock-fontified is non-nil. Remove overlays.
3652 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3653 font-lock-fontified is non-nil, otherwise use overlays (instead of
3654 text properties).
3655 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3656 New variables.
3657 (hi-lock-string-serialize) New function.
3658
3659 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3660
3661 * menu-bar.el (menu-find-file-existing): New function.
3662 (menu-bar-file-menu): Use menu-find-file-existing for Open.
3663
3664 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3665
3666 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * vc.el: Remove unnecessary leading * in docstrings.
3669 (vc-annotate-mode-map): Move initialization into declaration.
3670 (vc-static-header-alist): Nitpick on the regexp.
3671 (vc-default-init-version): New fun.
3672 (vc-register): Use it.
3673 (vc-insert-headers): Use dolist.
3674 (vc-annotate-get-backend): Remove unused function.
3675 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3676 (vc-annotate-mode): Remove corresponding call.
3677 (vc-annotate-car-last-cons): Simplify.
3678 (vc-annotate-buffers): Remove var.
3679 (vc-annotate-backend): Make it buffer-local.
3680 (vc-annotate): Move the interaction to the interactive spec.
3681 Add a `buf' argument.
3682 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3683 killing&creating a vc-annotate buffer, which is very disruptive when
3684 the buffers are shown in dedicated frames.
3685
3686 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
3687
3688 * descr-text.el: Add FSF as maintainer.
3689 (describe-text-mode, describe-text-mode-map)
3690 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3691 help-mode.
3692 (describe-text-widget, describe-text-sexp)
3693 (describe-property-list, describe-text-category)
3694 (describe-text-properties, describe-text-properties-1)
3695 (describe-char): Use help buttons instead of widgets.
3696 (describe-char-unicodedata-file): Make URL link in doc string.
3697
3698 2005-12-22 Richard M. Stallman <rms@gnu.org>
3699
3700 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3701 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3702 Don't include buttons that write a file when there's no file.
3703 (custom-variable-menu, custom-face-menu, custom-group-menu):
3704 Don't include commands that write a file when there's no file.
3705 (customize-browse): Reword the top-of-buffer help intro.
3706 (custom-buffer-create-internal): Fix previous change.
3707 (customize-changed-options-previous-release): Prev release is 21.1.
3708 (customize-changed-options): Doc fix.
3709 (customize-changed): New alias.
3710 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3711 Say "standard values".
3712 (Custom-reset-standard): Doc fix.
3713 (custom-face-reset-standard): Doc fix.
3714
3715 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3718 even if font-lock-mode is non-nil since it may be t without having
3719 turned on font-lock-mode-internal.
3720 (font-lock-choose-keywords): Minor optimization.
3721 (font-lock-add-keywords, font-lock-remove-keywords)
3722 (font-lock-set-defaults): Don't call make-local-variable on a variable
3723 that we know to already be local.
3724
3725 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3726
3727 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3728 messages if in the minibuffer.
3729
3730 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3733 (tex-mode-flyspell-verify, flyspell-get-word)
3734 (flyspell-external-point-words): Don't use point-min/max uselessly.
3735
3736 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3737 by Kevin Rodgers. Instead, just hide the completions buffer if we
3738 don't need to show it.
3739
3740 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3741
3742 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3743
3744 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3745
3746 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3747 delete-windows-on with an inexistent buffer.
3748
3749 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
3750
3751 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3752 Delete defcustom variable :tag names.
3753
3754 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3757 (log-view-font-lock-keywords): Ajust subgroup numbers.
3758 (log-view-current-tag): Don't hard code the number of subgroups.
3759
3760 2005-12-20 Juri Linkov <juri@jurta.org>
3761
3762 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3763 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3764
3765 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3766 (menu-bar-non-minibuffer-window-p): Instead of checking
3767 display-multi-frame-p, use selected-frame when menu-updating-frame
3768 is nil.
3769
3770 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3771
3772 * align.el (align-rules-list): Use [ \t] instead of \s-
3773 for column separators in text mode.
3774
3775 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
3776
3777 * help-mode.el (help-customize-variable, help-customize-face):
3778 Don't pop help-xref-stack as help-follow no longer pushes
3779 anything on to it.
3780
3781 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3782
3783 * textmodes/org.el (org-agenda-custom-commands): New option.
3784 (org-agenda): Offer custom commands on splash screen.
3785 (org-make-tags-matcher): Parser for Boolean logic added.
3786 (org-agenda-set-tags): New command.
3787 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3788 (org-set-tags): Efficiency improvements.
3789 (org-auto-align-tags): New option.
3790 (org-todo, org-demote, org-promote): Realign tags.
3791 (org-tags-completion-function): Use also "&" and "|" as separators.
3792 (org-org-menu): Agenda commands simplified.
3793
3794 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3795
3796 * cus-edit.el (customize-apropos, customize-apropos-options):
3797 Docstring changes.
3798
3799 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3800
3801 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
3802
3803 * longlines.el (longlines-mode): Wrap while widened.
3804 (longlines-decode-region, longlines-encode-region): Compute max
3805 just once.
3806
3807 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3808
3809 * cus-edit.el (mac): New group.
3810
3811 * cus-start.el (all): Add user options in macterm.c. Add test for
3812 Mac-related built-ins. Fix test for GTK-related built-ins.
3813
3814 * term/mac-win.el (mac-handle-language-change)
3815 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3816 (mac-services-open-selection, mac-services-mail-selection)
3817 (mac-services-mail-to, mac-services-insert-text)
3818 (mac-dispatch-apple-event): Add docstrings.
3819 (x-get-selection, mac-select-convert-to-string): Select coding
3820 system from `utf-16be' and `utf-16le' using `byteorder'.
3821
3822 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3825 a "list" (lambda ...) rather than a real completion list.
3826
3827 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3828 lexical-let when encountering ((lambda (...) ...) ...).
3829
3830 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3831
3832 * progmodes/sh-script.el (sh-mode):
3833 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3834 * textmodes/picture.el (picture-mode): Update docstrings.
3835
3836 2005-12-17 Eli Zaretskii <eliz@gnu.org>
3837
3838 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3839 commands enclosed in $(ARGQUOTE)s should not be split between two
3840 lines, as that will break with GNU Make >3.80, when sh.exe is used
3841 and arg quoting is with '..'.
3842 (autoloads): Don't break the quoted --eval expression between
3843 several lines.
3844
3845 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3846
3847 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3848 Capture error from printing circular structures.
3849
3850 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3851
3852 * wid-edit.el (widget-checkbox-action): Clear undo info.
3853
3854 2005-12-16 Bill Wohler <wohler@newt.com>
3855
3856 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3857 bar, not menubar in comment.
3858
3859 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3860
3861 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3862 After-change-functions should not clobber the match data.
3863
3864 2005-12-16 Juri Linkov <juri@jurta.org>
3865
3866 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3867 instead of `buffer-substring'.
3868 (completion-common-substring): Doc fix.
3869 (completion-setup-function): Use minibuffer-completion-contents
3870 instead of minibuffer-contents. Don't set common-string-length
3871 initially. Remove special handling of partial-completion-mode.
3872 Move computation of completion-base-size into one cond.
3873 Call completion-base-size-function in mainbuf. In computation of
3874 completion-base-size for file name completion don't move point to
3875 the end of the minibuffer. Move computation of common-string-length
3876 into one cond. Start putting faces only when common-string-length>=0.
3877 Add condition to put completions-common-part when
3878 common-string-length>0.
3879
3880 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3881 place point at the first different character in the minibuffer
3882 even if this position is at the beginning of the minibuffer.
3883
3884 * info.el (Info-read-node-name-1): In completion-base-size-function's
3885 lambda return 1 if common-substring or minibuffer-completion-contents
3886 starts with (, and 0 otherwise.
3887
3888 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3889 Use `crm-current-element' for second arg of `display-completion-list'.
3890
3891 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3892
3893 * files.el (set-auto-mode): Look for an interpreter specified on
3894 the first line also if search for mode specification succeeded,
3895 but the mode is not known.
3896
3897 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
3898
3899 * textmodes/org.el (org-tags-match-list-sublevels): New option.
3900 (org-open-at-point): Implement tag searches as links.
3901 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3902 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3903 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3904 (org-agenda-dispatch): New commands.
3905 (org-use-tag-inheritance, org-tags-column): New options.
3906 (org-tab-follows-link, org-return-follows-link): New options.
3907 (org-tags): New customize group.
3908 (org-start-icalendar-file): Get local time zone.
3909 (org-tags-completion-function): New function.
3910 (org-set-font-lock-defaults): Make sure links will also be
3911 highlighted inside headlines.
3912
3913 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3914
3915 * term.el (term-emulate-terminal):
3916 Let term-handle-ansi-terminal-messages override what Bash says about
3917 its current directory.
3918
3919 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3920
3921 * bindings.el (last-buffer): Move to simple.el.
3922 * simple.el (last-buffer): Move here.
3923 (get-next-valid-buffer): New function.
3924 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3925 (prev-buffer): Ditto. Rename to `previous-buffer'.
3926
3927 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3928 * bindings.el (global-map): Ditto.
3929
3930 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3931
3932 * cus-edit.el: Introductory comment change.
3933 (custom-magic-alist): Change message string for the `rogue' state.
3934
3935 2005-12-15 Richard M. Stallman <rms@gnu.org>
3936
3937 * tooltip.el: Delete defcustom variable :tag names.
3938
3939 * complete.el (partial-completion-mode): Doc fix.
3940
3941 * textmodes/flyspell.el (flyspell-external-point-words):
3942 Use save-excursion to ensure we don't move backward in the
3943 search loop, not even one character.
3944 (flyspell-delete-all-overlays): Use remove-overlays directly.
3945
3946 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3947 (ispell-start-process): Set that variable.
3948 Clear ispell-buffer-local-name.
3949 (ispell-internal-change-dictionary):
3950 Set ispell-current-dictionary after killing process.
3951 (ispell-buffer-local-dict):
3952 Don't set spell-personal-dictionary after killing process.
3953 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3954 (ispell-tex-skip-alists, ispell-html-skip-alists)
3955 (ispell-skip-region-alist): Mark as risky.
3956
3957 * net/newsticker.el (newsticker--retrieval-timer-list)
3958 (newsticker--display-timer, newsticker-running-p)
3959 (newsticker-ticker-running-p): Definitions moved up.
3960
3961 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
3962
3963 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3964
3965 2005-12-15 David Ponce <david@dponce.com>
3966
3967 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3968 (recentf-edit-list, recentf-open-files): Signal an error when
3969 there is no recent file.
3970
3971 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3972
3973 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3974 read-only except for texinfo-format-region evaluation.
3975
3976 2005-12-14 Richard M. Stallman <rms@gnu.org>
3977
3978 * vc.el (vc-default-previous-version, vc-default-next-version)
3979 (vc-do-command): Doc fixes.
3980
3981 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3982
3983 * textmodes/bibtex.el (bibtex-expand-strings)
3984 (bibtex-autokey-expand-string, bibtex-name-part)
3985 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3986 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3987 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3988 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3989 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3990 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3991 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3992 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3993 (bibtex-beginning-of-last-entry): Remove.
3994 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3995 message if comma is missing but buffer is read-only.
3996 (bibtex-parse-field-text): Handle whitespaces at the end of field
3997 text. Return 3-element list with beginning and end of field text
3998 and end of field.
3999 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4000 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
4001 (bibtex-search-forward-field, bibtex-search-backward-field):
4002 Search always delimited by limits of entry. Use more efficient
4003 search algorithms.
4004 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4005 bibtex-end-of-name-in-field.
4006 (bibtex-text-in-field-bounds): Handle BibTeX strings when
4007 extracting the content of a field.
4008 (bibtex-text-in-field): Use search limits.
4009 (bibtex-parse-string-prefix): Handle empty string keys based on
4010 bibtex-string-empty-key.
4011 (bibtex-parse-string): Fix docstring.
4012 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4013 (bibtex-preamble-prefix, bibtex-strings): New functions.
4014 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4015 BibTeX entries (consistent with other BibTeX functions).
4016 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4017 (bibtex-search-entry): Fix docstring. Simplify.
4018 (bibtex-flash-head, bibtex-complete-string-cleanup)
4019 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4020 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4021 (bibtex-parse-entry): New optional arg content.
4022 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4023 Use bibtex-text-in-field-bounds.
4024 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4025 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4026 bibtex-parse-string-postfix.
4027 (bibtex-find-text-internal): New function.
4028 (bibtex-remove-delimiters): Use it.
4029 (bibtex-find-text): Use it. New optional arg help.
4030 (bibtex-complete): Handle BibTeX string and preamble entries.
4031 (bibtex-Preamble): Fix order of closing delimiters.
4032
4033 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4034
4035 * vc.el (vc-default-revert): New fun.
4036
4037 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4038
4039 2005-12-14 Romain Francoise <romain@orebokech.com>
4040
4041 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4042 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4043 (font-lock-remove-keywords): Likewise.
4044
4045 2005-12-14 Juri Linkov <juri@jurta.org>
4046
4047 * log-view.el (log-view-diff): Doc fix.
4048
4049 * isearch.el (isearch-query-replace): Use (mark) instead of
4050 isearch-opoint if mark is active in transient-mark-mode.
4051
4052 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4053
4054 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4055
4056 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4057
4058 * progmodes/cpp.el (cpp-face): New widget.
4059 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4060
4061 2005-12-14 Juri Linkov <juri@jurta.org>
4062
4063 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4064 around `erase-buffer' and `insert'.
4065
4066 * descr-text.el (describe-text-properties): Replace buffer name
4067 "*Help-2*" with "*Help*<2>".
4068 (describe-char): Add functions print-help-return-message,
4069 toggle-read-only. Use help-setup-xref with nil to not store
4070 describe-char in help-xref-stack. Use help-make-xrefs to
4071 make [back] button.
4072
4073 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4074
4075 * wdired.el (wdired-old-point): New internal variable.
4076 (wdired-change-to-wdired-mode): Set it buffer-locally.
4077 (wdired-abort-changes): Restore point after aborting changes.
4078
4079 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * vc.el (vc-do-command): Add a new value t for okstatus.
4082
4083 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4084 frame in case of errors.
4085
4086 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4087
4088 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4089 so it comes after "On the Left" in the menu.
4090
4091 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4092
4093 * cus-edit.el (customize-apropos, customize-apropos-options)
4094 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4095
4096 2005-12-12 Bill Wohler <wohler@newt.com>
4097
4098 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4099 non-writable Subversion-controlled files by saving window
4100 configuration before calling vc-do-command. vc-do-command calls
4101 pop-to-buffer on error which is unexpected during registration.
4102
4103 2005-12-12 Jay Belanger <belanger@truman.edu>
4104
4105 * calc/README: Update the summary of changes.
4106
4107 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4108
4109 * descr-text.el (describe-char): Rework last fix to solve the problem
4110 is the same way it's solved for everything else in that function
4111 (i.e. by extracting the info before setting up the *Help* buffer).
4112
4113 2005-12-12 Kim F. Storm <storm@cua.dk>
4114
4115 * subr.el (version-regexp-alist): Allow space as separator before
4116 non-numeric part, e.g. "1.0 alpha".
4117 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4118
4119 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4120
4121 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4122 Implement Logging and the keep-modes setting.
4123 (org-get-category): Make sure a string is returned.
4124 (org-log-done): New function.
4125 (org-log-done, org-closed-string): New options.
4126
4127 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4128
4129 * tooltip.el (tooltip-y-offset): Change default to 20.
4130
4131 2005-12-12 Richard M. Stallman <rms@gnu.org>
4132
4133 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4134
4135 * frame.el (display-hourglass): Doc fix.
4136
4137 * help.el (help-for-help-internal): Simplify entry for `a'.
4138
4139 * info.el (Info-on-current-buffer): Doc fix.
4140 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4141
4142 * startup.el (inhibit-splash-screen): Make this the real name.
4143 (inhibit-startup-message): Make this the alias.
4144 (command-line): Find only simple.el, and use its directory
4145 to fill in other preloaded files' names.
4146 (command-line): Deactivate the mark if deactivate-mark is set.
4147
4148 * international/mule.el (load-with-code-conversion):
4149 Bind deactivate-mark.
4150
4151 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4152
4153 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4154
4155 * cus-edit.el (customize-apropos): Avoid listing an option more
4156 than once under different aliases. No longer list user options
4157 that are not defined with defcustom (unless a prefix arg is given).
4158 Doc fix.
4159 (customize-apropos-options): Doc fix.
4160
4161 2005-12-11 Juri Linkov <juri@jurta.org>
4162
4163 * frame.el (set-background-color, set-foreground-color)
4164 (set-cursor-color, set-mouse-color, set-border-color):
4165 Add explicit prompts to read colors by `facemenu-read-color'.
4166 (show-trailing-whitespace, blink-cursor-delay)
4167 (blink-cursor-interval, display-hourglass, hourglass-delay):
4168 Remove tags.
4169 (display-hourglass, hourglass-delay): Doc fix.
4170 (cursor-in-non-selected-windows): Capitalize words in tag.
4171
4172 * faces.el (frame-background-mode): Replace `choice-item' keywords
4173 with `const' to not make [default] button. Change default value tag
4174 from `default' to `automatic'. Doc fix.
4175 (trailing-whitespace) <defface>: Change group `whitespace' to
4176 `whitespace-faces'.
4177
4178 2005-12-11 Richard M. Stallman <rms@gnu.org>
4179
4180 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4181
4182 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4183
4184 * term/mac-win.el: Create keymap for mac-apple-event-map.
4185
4186 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4187
4188 * tooltip.el (tooltip-mode): Move to start of file so that it
4189 appears at top of customize buffer.
4190
4191 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4192 Add the gud groupname.
4193 (gud-tooltip-mode): Add the tooltip groupname.
4194 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4195 avoid conflict with tooltip-use-echo-area.
4196
4197 2005-12-10 Romain Francoise <romain@orebokech.com>
4198
4199 * help.el (help-for-help-internal): Add `r' in doc string.
4200
4201 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4202
4203 * align.el (align-regexp, align-highlight-rule):
4204 Use region-beginning and region-end instead of point and mark, so that
4205 repetition (with `repeat-complex-command') recomputes the region
4206 bounds.
4207
4208 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4209
4210 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4211 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4212 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4213 (balance-windows): Rewrite using the above new functions.
4214
4215 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4216
4217 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4218 react if global-hi-lock-mode seems intended.
4219 (global-hi-lock-mode) Renamed from hi-lock-mode.
4220 (hi-lock-archaic-interface-message-used)
4221 (hi-lock-archaic-interface-deduce): New variables.
4222 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4223 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4224 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4225 Replace hi-lock-buffer-mode with hi-lock-mode.
4226
4227 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4228
4229 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4230 completion list, even after a partial completion has been
4231 inserted in the current buffer. If there are more than 1
4232 completion, redisplay the *Completions* buffer; if the
4233 completion is unique, delete the *Completions* window.
4234
4235 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4236
4237 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4238 strings and long subject lines that were broken into multiple
4239 lines at arbitrary places. Handle subjects that have "Re: " in
4240 the middle.
4241
4242 2005-12-10 John W. Eaton <jwe@octave.org>
4243
4244 * emacs/octave-mod.el (octave-electric-space): Don't indent
4245 comments or strings if octave-auto-indent is nil.
4246
4247 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4248
4249 * term/mac-win.el: Require url when compiling.
4250 Call mac-process-deferred-apple-events after loading init files.
4251 (mac-apple-event-map): New defvar. Define event handlers in it.
4252 (core-event, internet-event): New Apple event class symbols.
4253 (open-application, reopen-application, open-documents)
4254 (print-documents, open-contents, quit-application)
4255 (application-died, show-preferences, autosave-now, get-url):
4256 New Apple event ID symbols.
4257 (about): New HICommand ID symbol.
4258 (mac-event-spec, mac-event-ae): New macros.
4259 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4260 (mac-ae-selection-range, mac-ae-text-for-search)
4261 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4262 (mac-application-menu-map): Remove keymap. Handlers for HICommand
4263 and Services menu events are now defined in mac-apple-event-map.
4264 (mac-drag-n-drop): Remove selection range handling.
4265
4266 2005-12-10 Kenichi Handa <handa@m17n.org>
4267
4268 * simple.el (zap-to-char):
4269 * isearch.el (isearch-process-search-char): Translate CHAR by
4270 translation-table-for-input.
4271
4272 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
4273
4274 * foldout.el (foldout-exit-fold): Properly hide subtree.
4275
4276 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
4277
4278 * files.el (save-buffer):
4279 * international/ucs-tables.el (ucs-set-table-for-input):
4280 * mail/mail-extr.el (mail-extract-address-components):
4281 * mail/sendmail.el (mail-mode): Reformat doc string.
4282
4283 2005-12-09 Juri Linkov <juri@jurta.org>
4284
4285 * isearch.el (isearch-highlight): Change main overlay priority
4286 from 1 to 1001. Simplify.
4287 (isearch-lazy-highlight-update): Change lazy overlay priority
4288 from 0 to 1000.
4289
4290 * replace.el (replace-highlight): Change overlay priority from
4291 1 to 1001.
4292
4293 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4294 Change overlay priority from 1 to 1001. Reuse existing overlay.
4295
4296 * compare-w.el (compare-windows-highlight): Change overlay
4297 priority from 1 to 1000.
4298
4299 * menu-bar.el (menu-bar-edit-menu): Add listp around
4300 pending-undo-list to disable menu item "undo" when pending
4301 undo list is empty.
4302
4303 * locate.el (locate): Disable undo in *Locate* buffer.
4304
4305 2005-12-09 Kim F. Storm <storm@cua.dk>
4306
4307 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4308
4309 2005-12-09 David Ponce <david@dponce.com>
4310
4311 * recentf.el: Improvement of the menu code.
4312 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4313 instead of menu hook.
4314 (recentf-show-menu, recentf-hide-menu): New functions.
4315 (recentf-menu-customization-changed, recentf-mode): Use them.
4316 (recentf-menu-action, recentf-max-menu-items)
4317 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4318 (recentf-arrange-by-rule-others)
4319 (recentf-arrange-by-rules-min-items)
4320 (recentf-arrange-by-rule-subfilter) : Don't use
4321 `recentf-menu-customization-changed'.
4322 (recentf-arrange-rules): Likewise. Accept functions to compute
4323 sub-menu titles.
4324 (recentf-menu-filter): Likewise. Doc fix.
4325 (recentf-menu-value-shortcut): Doc fix.
4326 (recentf-dump-variable): Quote atom value.
4327 (recentf-make-menu-items): Update to use it as a menu filter.
4328 (recentf-match-rule): New function.
4329 (recentf-arrange-by-rule): Use it.
4330 (recentf-indirect-mode-rule): New function.
4331 (recentf-build-mode-rules): Use it.
4332 (recentf-dir-rule): New function.
4333 (recentf-arrange-by-dir): Use it.
4334 (recentf-filter-changer-current): Rename from
4335 `recentf-filter-changer-state'. All references updated.
4336 (recentf-filter-changer-alist): Update filter names.
4337 (recentf-filter-changer-select): New function.
4338 (recentf-filter-changer): Use it. Make a sub-menu from filters
4339 available in `recentf-filter-changer-alist'.
4340 (recentf-data-cache, recentf-clear-data)
4341 (recentf-update-menu): Remove. All references updated.
4342 (recentf-match-rule-p, recentf-build-dir-rules)
4343 (recentf-filter-changer-goto-next)
4344 (recentf-filter-changer-get-current)
4345 (recentf-filter-changer-get-next): Remove.
4346
4347 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4348
4349 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4350 buffer "Reset" button to "Reset to Current" for consistency with
4351 the State buttons.
4352
4353 2005-12-08 John Paul Wallington <jpw@pobox.com>
4354
4355 * ibuf-ext.el (define-ibuffer-filter filename):
4356 If `dired-directory' is a list then really use its car.
4357
4358 2005-12-08 Kim F. Storm <storm@cua.dk>
4359
4360 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4361 Fix indention of text on right side of replaced rectangle.
4362
4363 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
4364
4365 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4366 No need to check gud-comint-buffer is bound.
4367 (gdb): Prevent multiple debugging when first session uses gdba.
4368
4369 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4370
4371 CC Mode update to 5.31.
4372
4373 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4374 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
4375 We might do this function properly in the future).
4376
4377 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
4378 New macros c-sentence-end and c-default-value-sentence end, to cope
4379 with Emacs 22's new function `sentence-end'.
4380
4381 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4382
4383 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
4384 compat issue using `c-put-overlay' and `c-delete-overlay'.
4385
4386 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
4387 New compat macros to handle overlays/extents.
4388
4389 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4390
4391 * progmodes/cc-fix.el: Add definitions of the macros push and pop
4392 (for GNU Emacs 20.4)
4393
4394 * progmodes/cc-defs.el:
4395 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4396
4397 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4398 highlighting mechanism so it will work in XEmacs too.
4399
4400 * progmodes/cc-defs.el: Insert c-int-to-char.
4401
4402 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4403 call to the new macro c-int-to-char. This solves XEmacs's
4404 regarding characters as different from integers.
4405
4406 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4407
4408 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
4409 New internal helper.
4410
4411 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4412 construct to make the indirect face lookup work in XEmacs.
4413
4414 (c-cpp-matchers): Append the negation char face to the existing
4415 fontification, so that the cpp face doesn't disappear.
4416 Use `c-make-syntactic-matcher' to avoid negation chars in comments
4417 and strings.
4418
4419 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4420 to map to `font-lock-negation-char-face' in emacsen where it exists.
4421
4422 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4423
4424 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4425
4426 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4427 Rename "c-subword-move-mode" as "c-subword-mode".
4428
4429 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4430 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
4431
4432 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4433
4434 * progmodes/cc-mode.el: Added autoload directive for
4435 `c-subword-move-mode' for use in older emacsen.
4436
4437 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4438
4439 * progmodes/cc-mode.el:
4440 (i) Insert a binding for C-c C-backspace into
4441 c-bind-special-erase-keys which works in TTYs.
4442 (ii) Make sure that when file styles are used, any explicitly
4443 given style variables take priority over those in the style.
4444 Do this by calling `hack-local-variables' a second time.
4445
4446 * progmodes/cc-vars.el: Add language specific customization
4447 widgets for AWK to c-doc-comment-style, c-require-final-newline
4448 and c-default-style. Add a defcustom for awk-mode-hook.
4449 Give c-syntactic-element and c-syntactic-context doc-strings by
4450 directly setting their `variable-documentation' propery.
4451 This allows Emacs 22.1 to read these with C-h v.
4452
4453 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
4454
4455 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4456
4457 * progmodes/cc-fonts.el, cc-vars.el
4458 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4459 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4460 Masatake YAMATO.
4461
4462 (c-doc-comment-style): Made GtkDoc default in C mode.
4463
4464 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4465 and C-c C-<delete>.
4466
4467 (c-bind-special-erase-keys): New function for use on
4468 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4469
4470 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4471 <delete> key behavior in XEmacs according to `delete-forward-p'.
4472 C.f. `c-electric-delete'.
4473
4474 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4475
4476 * progmodes/cc-mode.el: Give c-hungry-backspace and
4477 c-hungry-delete-forward permanent key bindings.
4478
4479 * progmodes/cc-cmds.el (c-electric-semi&comma):
4480 Bind c-syntactic-context for calls to "criteria functions", for
4481 consistency with other calls to user functions.
4482
4483 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4484 `current-prefix-arg', since this might be the prefix arg to a
4485 command which calls c-indent-command as a function. Change the
4486 interactive spec from "p" to "P".
4487
4488 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4489 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4490 was difficult to understand.
4491
4492 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4493
4494 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
4495 first char of an identifier.
4496
4497 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4498 +" syntax in C++.
4499
4500 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4501
4502 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4503 auto-fill doesn't split a c-comment's last word from a hanging
4504 "*/" when a space is typed between them after fill-column.
4505
4506 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4507
4508 * progmodes/cc-styles.el (c-set-style)
4509 (c-setup-paragraph-variables): Abort the command if we're not in a
4510 CC Mode buffer.
4511
4512 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4513 with blank comment-prefix, and a blank line as the comment's
4514 second line.
4515
4516 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4517
4518 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4519 Incorporate the patterns added in the Emacs development branch
4520 for the new Emacs 22 face `font-lock-negation-char-face'.
4521
4522 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4523 of "red" since it stands out better in xterms and DOS terminals.
4524
4525 * progmodes/cc-engine.el (c-literal-faces):
4526 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
4527
4528 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4529
4530 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4531 forcibly enable c-electric-flag.
4532
4533 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4534 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
4535 after the comment-prefix of a C-style comment will close that comment.
4536
4537 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4538
4539 * progmodes/cc-fonts.el (c-basic-matchers-before)
4540 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
4541 in Pike.
4542
4543 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4544 digraphs.
4545
4546 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4547 (c-cpp-message-directives, c-cpp-include-directives)
4548 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4549 (c-cpp-expr-directives): Introduce new language constants to
4550 control cpp syntax in a cleaner way.
4551
4552 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
4553
4554 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4555
4556 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4557 (c-multiline-string-start-char): New language constants and
4558 variables to specify how newlines in string literals work.
4559
4560 (c-font-lock-invalid-string): Use them.
4561
4562 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4563 unbalanced close brace is entered. Optimization by avoiding going
4564 back over arbitrarily large blocks. Removed hints that this
4565 function only would be relevant/useful in AWK.
4566
4567 (c-electric-brace): Indent syntactically after the cleanups since
4568 lineup functions might do it differently then.
4569
4570 * progmodes/cc-engine.el, cc-langs.el
4571 (c-opt-op-identifier-prefix): New language constant and variable.
4572
4573 (c-just-after-func-arglist-p, c-after-special-operator-id)
4574 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4575
4576 * progmodes/cc-align.el, cc-engine.el
4577 (c-after-special-operator-id): New helper to handle C++ operator
4578 identifiers.
4579
4580 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4581 (c-guess-basic-syntax): Handle C++ operator identifiers in
4582 declarations.
4583
4584 * progmodes/cc-langs.el (c-assignment-operators): Add the
4585 trigraph version of ^= too.
4586
4587 * progmodes/cc-langs.el (c-assignment-operators): Add the
4588 trigraph version of |= in C++.
4589
4590 * progmodes/cc-fonts.el (c-font-lock-declarators):
4591 Handle `c-decl-hangon-kwds' after the identifier name.
4592
4593 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4594 whether an arglist is "nonempty", ignore a comment after the open
4595 paren if it isn't followed by a non-comment token on the same line.
4596
4597 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
4598 Enable heuristics below the point to cope with classes inside special
4599 brace lists in Pike.
4600
4601 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4602
4603 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4604
4605 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4606
4607 * progmodes/cc-guess.el (cc-guess-install): New function to
4608 install an already guessed style in another buffer.
4609
4610 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4611 sets `inhibit-read-only' - `c-save-buffer-state' should be used
4612 anyway if the change always is undone.
4613
4614 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4615
4616 Implement togglable electricity:
4617
4618 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4619 saying when it should be used.
4620
4621 * progmodes/cc-engine.el: Add the new buffer-local variable,
4622 c-electric-flag.
4623
4624 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4625 c-toggle-auto-newline.
4626
4627 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4628 c-toggle-auto-newline. Remove the binding for
4629 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
4630 c-toggle-electric-state.
4631
4632 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4633
4634 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4635 c-\(forward\|backward\)-subword.
4636 (c-update-modeline): Add the new modeline flag `l' for
4637 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
4638 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
4639 Make the old name an alias of the new name.
4640 (c-toggle-electric-state): New function.
4641 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
4642 Adapt these functions to do electric things only when
4643 c-electric-flag is non-nil.
4644 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4645 new functions from c-electric-brace.
4646 (c-point-syntax): Add a check for "virtual semicolons" in AWK
4647 mode, so that the tentative extra newline doesn't change the
4648 syntax of the following brace.
4649 (c-electric-brace): Restructure by extracting the above functions.
4650 Tidy up the coding somewhat.
4651 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4652 restructure a bit.
4653
4654 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4655
4656 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4657 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
4658
4659 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4660 (c-submode-indicators): Change name from `c-auto-hungry-string'
4661 since it's now used to track another submode.
4662
4663 (c-update-modeline): Convert to function and extended to check
4664 `c-subword-move-mode'.
4665
4666 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4667 Convert to compat aliases for `c-forward-subword' and
4668 `c-backward-subword'.
4669
4670 * progmodes/cc-subword.el: New functions and minor mode to handle
4671 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4672
4673 (c-forward-subword, c-backward-subword, c-mark-subword)
4674 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4675 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4676 Functions corresponding to the standard word handling functions.
4677
4678 (c-subword-move-mode): Minor mode that replaces all the standard
4679 word handling functions with their subword equivalences.
4680
4681 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4682
4683 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4684 entry for one-liner-defun.
4685
4686 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4687 name in its def-edebug-spec.
4688
4689 * progmodes/cc-cmds.el (c-electric-brace): Make the
4690 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4691 compacts space before a comment, if this will make things fit on
4692 one line.
4693
4694 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4695
4696 * progmodes/cc-align.el: New function c-snug-1line-defun-close
4697
4698 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4699 clean-up one-liner-defun.
4700
4701 * progmodes/cc-styles.el: Add the new "awk" style.
4702
4703 * progmodes/cc-vars.el: Add description of one-liner-defun to
4704 c-cleanup-list's doc-string. New user options,
4705 c-max-one-liner-length. In c-default-style, set the default style
4706 for AWK to "awk".
4707
4708 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4709
4710 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
4711 macros inside labels.
4712
4713 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
4714 `c-at-statement-start-p' and `c-at-expression-start-p'.
4715
4716 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4717 error if the mark isn't set.
4718
4719 * progmodes/cc-engine.el (c-guess-continued-construct)
4720 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4721 accurately detect functions inside functions.
4722
4723 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4724 like `c-at-statement-start-p' that additionally recognizes commas
4725 and expression parentheses as delimiters.
4726
4727 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
4728 to avoid heuristics that doesn't work for unclosed blocks.
4729 (c-at-statement-start-p): New function.
4730
4731 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4732 Objective-C directives, e.g. directives spanning lines should work
4733 reasonably well now.
4734
4735 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4736
4737 (c-forward-objc-directive): New function to move over any ObjC
4738 directive.
4739
4740 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4741 (c-basic-matchers-before): Use it.
4742
4743 (c-font-lock-objc-iip-decl): Remove.
4744
4745 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4746 in the template arglist recognition.
4747
4748 * progmodes/cc-styles.el (c-style-alist): Fix several
4749 inconsistencies in the Whitesmith style.
4750
4751 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4752 New lineup function to get lines after Whitesmith style blocks
4753 correctly indented.
4754
4755 (c-lineup-whitesmith-in-block): Back out the compensation for
4756 opening parens since it's done using `add' lists in the style
4757 definition instead. Don't use the anchor position since it varies
4758 too much between the syntactic symbols. :P
4759
4760 * progmodes/cc-vars.el (c-valid-offset): Update.
4761
4762 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
4763 lists where the offsets are combined according to several
4764 different methods: `first', `min', `max', and `add'.
4765 Report offset evaluation errors with `c-benign-error' so that some kind
4766 of reindentation still is done.
4767
4768 * progmodes/cc-engine.el (c-guess-basic-syntax):
4769 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
4770 `arglist-close'.
4771
4772 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
4773 situations for `arglist-cont-nonempty' and `arglist-close'.
4774
4775 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
4776
4777 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4778 cc-bytecomp-boundp' in a number of places.
4779
4780 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
4781 macro related issue.
4782
4783 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4784
4785 * progmodes/cc-awk.el: Change the terminology of regexps: A char
4786 list is now [asdf], a char class [:alpha:].
4787 Include code for char classes.
4788 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
4789 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
4790
4791 Remove (nearly all of) the cruft associated with AWK Mode's former
4792 concept of "virtual semicolons":
4793
4794 Adapt c-beginning-of-statement, c-end-of-statement (together with
4795 subfunctions) to use the new notion of "virtual semicolon" in
4796 place of the old awkward special handling for AWK. There remains
4797 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4798 * progmodes/cc-cmds.el:
4799 (c-ascertain-adjacent-literal): In the backwards direction, now
4800 recognises AWK regexp delimiters as string delimiters.
4801 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4802 check more rigorously for "end of macro".
4803 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4804 virtual semicolons;
4805 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4806 out the code for forward movement into ...
4807 (c-end-of-statement): Now contains the code for forward movement,
4808 adapted for virtual semicolons.
4809
4810 * progmodes/cc-engine.el:
4811 (c-ws*-string-limit-regexp): New regexp.
4812 (c-forward-single-comment, c-backward-single-comment): Comment out
4813 the (now redundant) "special" AWK stuff.
4814
4815 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4816 c-string-par-start, c-string-par-separate to be more like Text
4817 Mode than Fundamental Mode.
4818
4819 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4820
4821 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4822 to the fontified region so that fontification doesn't occur
4823 outside it (could happen e.g. when fontifying a line with an
4824 unfinished declaration).
4825
4826 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4827
4828 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
4829 start of the file. ^L now separate sections of the file.
4830 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
4831 (c-awk-one-line-possibly-open-string-re)
4832 (c-awk-regexp-one-line-possibly-open-char-class-re)
4833 (c-awk-one-line-possibly-open-regexp-re)
4834 (c-awk-one-line-non-syn-ws*-re): New defonsts.
4835 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
4836
4837 Amend the concept of "virtual semicolons" (in the indentation
4838 engine) for languages like AWK, such that they are now
4839 conceptually attached to end of the last token of a statement, not
4840 the end of the line. (In AWK Mode, however, the pertinent text
4841 property is still physically set on the EOL.) Remove the specific
4842 tests for awk-mode, thus facilitating the introduction of other
4843 language modes where EOLs can end statements.
4844 (Note: The funtionality in cc-cmds.el, specifically
4845 c-beginning/end-of-statement has yet to be amended.)
4846
4847 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
4848 New macros.
4849
4850 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4851 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4852 c-vsemi-status-unknown-p-fn (in a new page).
4853
4854 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4855 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4856 numerous awkward forms like
4857 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4858 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4859 variable before-ws-ip, the place just after char-before-ip appears.
4860
4861 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4862 a comment.
4863
4864 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4865
4866 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
4867 `c-tentative-buffer-changes'.
4868
4869 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
4870 convert to macro to choose between Emacs and XEmacs at compile time.
4871
4872 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
4873
4874 (c-tentative-buffer-changes): New macro to handle temporary buffer
4875 changes in a convenient way.
4876
4877 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4878 for `c-tentative-buffer-changes'.
4879
4880 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
4881 the checks for paren sexps between the point and the keyword, to
4882 avoid some false alarms.
4883
4884 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4885 Fixed a situation where an error could be thrown for unbalanced
4886 parens. Changed to make use of c-keyword-member' to avoid some
4887 repeated regexp matches.
4888
4889 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
4890 These language variable are no longer necessary.
4891
4892 (c-block-stmt-kwds): New language constant used by
4893 c-looking-at-inexpr-block'.
4894
4895 (c-guess-basic-syntax): Remove an optional check that looked at
4896 the existence of the now removed language variables.
4897
4898 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
4899 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
4900 object instantiation expressions as declarations in some contexts.
4901 This bug only affected languages where the declarator can't be
4902 enclosed in parentheses.
4903
4904 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
4905 insert newlines before and after substatement braces.
4906
4907 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4908 function declaration headers and the handling of C++ style member
4909 init lists.
4910
4911 (c-just-after-func-arglist-p): Rewritten to use
4912 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4913
4914 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
4915
4916 (c-guess-basic-syntax): Adapt case 5B for the new
4917 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
4918 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
4919 covers all cases now).
4920
4921 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
4922
4923 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4924
4925 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4926 c-string-par-start/separate c-sentence-end-with-esc-eol,
4927 initialised in c-setup-paragraph-variables, used in string
4928 scanning subroutines of c-beginning-of-statement.
4929
4930 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4931 which precedes the newly inserted `{'.
4932
4933 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4934
4935 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4936 function for declaration level blocks. It should now cope with
4937 templates better and also be a lot more comprehensible.
4938
4939 (c-looking-at-decl-block): The new function.
4940
4941 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4942 for compatibility.
4943
4944 (c-add-class-syntax, c-guess-continued-construct)
4945 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
4946
4947 (c-decl-block-key): Change to tell apart ambiguous and
4948 unambiguous keywords. Pike specials are now handled directly in
4949 the code instead.
4950
4951 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
4952 New language constants and variables to make the backward skip in
4953 `c-looking-at-decl-block' as tight as possible.
4954
4955 (c-nonsymbol-token-char-list): New language constant.
4956
4957 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4958 find balanced template arglists backwards.
4959
4960 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4961 making char classes for `c-syntactic-skip-backward'.
4962
4963 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
4964 16D - can't be a class-close at that point.
4965
4966 * progmodes/cc-engine.el (c-guess-basic-syntax)
4967 (c-add-class-syntax): Don't narrow out the enclosing declaration
4968 level. This makes everything a lot easier, and it was actually
4969 only four small places that needed it to work. Some places that
4970 previously did `widen' are removed now, which has the effect that
4971 `c-guess-basic-syntax' never will look at things outside the
4972 current narrowment now. The anchor position for `topmost-intro'
4973 is affected by this, but it was so bogus it was basically useless
4974 before, and now it's equally bogus but in a slightly different way.
4975
4976 (c-narrow-out-enclosing-class): Gone.
4977
4978 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4979 the narrowed region.
4980
4981 (c-least-enclosing-brace): Remove silly optional argument.
4982
4983 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4984 the point could be left directly after an open paren when finding
4985 the beginning of the first decl in the block.
4986
4987 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4988 Specify which submatch to use.
4989
4990 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4991
4992 (c-decl-start-re): No longer any need for special treatment of
4993 ObjC due to the above.
4994
4995 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4996 presumably follows C in that regard.
4997
4998 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4999 New language constants to specify operator tokens inside
5000 identifiers in a more high level way.
5001
5002 (c-opt-identifier-prefix-key): New internal language constant.
5003
5004 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5005 (c-identifier-start, c-identifier-key): Now completely calculated
5006 from other constants.
5007
5008 (c-identifier-last-sym-match): Decommission since it's no longer used.
5009
5010 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5011
5012 * progmodes/cc-engine.el (c-forward-name): Remove the
5013 optimization when c-identifier-key is equal to c-symbol-key since
5014 it doesn't work in byte compiled files. Don't record empty
5015 regions as identifiers.
5016
5017 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5018 simplify access to `c-operators' and its likes.
5019
5020 (c-operator-list, c-all-op-syntax-tokens)
5021 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5022 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5023 (c-primary-expr-regexp, c-cast-parens): Use it.
5024
5025 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5026 an explicit language in functions.
5027
5028 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5029 variant of adornment.
5030
5031 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5032 variable.
5033
5034 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5035 the Pike value.
5036
5037 * progmodes/cc-engine.el (c-on-identifier)
5038 (c-simple-skip-symbol-backward): Small fix for handling "-"
5039 correctly in `skip-chars-backward'. Affected the operator lfun
5040 syntax in Pike.
5041
5042 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5043 diagnostic message about precompiled language vars not being used.
5044
5045 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5046 "__attribute__" is followed by a parenthesis.
5047
5048 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5049 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5050 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5051
5052 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5053 Internal cleanups to properly detect the declared identifiers in
5054 various declarations.
5055
5056 (c-decl-start-kwds): New language constant to recognize
5057 declarations that can start anywhere. Used for class declarations
5058 in Pike.
5059
5060 (c-specifier-key, c-not-decl-init-keywords)
5061 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5062 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5063
5064 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5065 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5066 handling of the compiler specific extension keywords into a new
5067 language constant `c-decl-hangon-kwds' that defines keyword
5068 clauses to be ignored in declarations.
5069
5070 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5071 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5072 Necessary to stop at the declared identifier in e.g. IDL valuetype
5073 declarations.
5074
5075 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5076 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5077 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5078 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5079 class and enum declarations as such and not as part of the type.
5080
5081 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5082 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5083
5084 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5085 declarations when there's some syntax error later on.
5086
5087 (c-complex-decl-matchers): Did away with a reference to
5088 `c-specifier-key'.
5089
5090 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5091 value - this variable is always dynamically bound.
5092
5093 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5094 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5095 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5096 functions that might do hidden buffer changes: All such internal
5097 functions are now marked instead of those that don't.
5098
5099 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5100 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5101 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5102 (c-literal-type): Allow these functions to make hidden buffer changes,
5103 so that they are free to use text property caching later on.
5104
5105 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5106 (c-electric-brace, c-electric-slash, c-electric-star)
5107 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5108 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5109 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5110 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5111 with the changed semantics of the functions above.
5112
5113 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5114 when macros occur in obscure places. Optimized the sexp movement
5115 a bit.
5116
5117 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5118
5119 Enhancements for c-beginning-of-statement to work in AWK Mode:
5120
5121 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5122 (completed statement) with `}' (statement completed by closing
5123 brace or semicolon) and `$' (statement completed by EOL).
5124
5125 (c-awk-virtual-semicolon-ends-prev-line-p)
5126 (c-awk-virtual-semicolon-ends-line-p)
5127 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5128 (c-awk-at-statement-end-p): New functions.
5129
5130 * progmodes/cc-cmds.el: Simplify the structure of functions
5131 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5132 two functions and c-beginning-of-statement to handle AWK Mode.
5133
5134 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5135 c-backward-single-comment for AWK mode. Attempt to clarify their
5136 doc-strings.
5137
5138 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5139
5140 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5141
5142 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5143 label handling. Labels are now recognized in a uniform and more
5144 robust way, regardless of context. Text properties are put on all
5145 labels to recognize the following declarations better.
5146 Multiword labels are handled both in indentation and fontification for
5147 the benefit of language extensions like Qt. For consistency, keywords
5148 in labels are now fontified with the label face instead.
5149 That also applies to "case" and "default".
5150
5151 (c-beginning-of-statement-1): Fix some bugs in the label
5152 handling. Disregard `c-nonlabel-token-key' in labels that begin
5153 with `c-label-kwds'.
5154
5155 (c-find-decl-spots): Support that the callback adds more
5156 `c-decl-end' spots to find.
5157
5158 (c-forward-decl-or-cast-1): Don't treat a list of plain
5159 identifiers followed by a colon as a declaration.
5160
5161 (c-forward-label): New function to recognize labels.
5162
5163 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5164 `c-forward-label'. Moved the label recognition cases (14 and 15)
5165 earlier since they aren't so context sensitive now. Handle labels
5166 on the top level gracefully. Moved access label recognition to
5167 the generic label case (CASE 15) - removed CASE 5E.
5168
5169 (c-font-lock-declarations): Add recognition of labels in the
5170 same round since we need to handle labels in parallell with other
5171 declarations to recognize both accurately. It should also improve
5172 speed.
5173
5174 (c-simple-decl-matchers, c-basic-matchers-after):
5175 Move `c-font-lock-labels' so that it only is used on decoration level 2
5176 since `c-font-lock-declarations' handles it otherwise.
5177
5178 (c-complex-decl-matchers): Remove the simplistic recognition of
5179 access labels.
5180
5181 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5182 with labels earlier.
5183
5184 (c-decl-start-re): New language variable to make
5185 `c-font-lock-declarations' stop for the special protection labels
5186 in Objective-C that start with `@'.
5187
5188 (c-label-key): Remove since it's no longer used.
5189
5190 (c-recognize-colon-labels, c-label-prefix-re): New language
5191 constants to support recognition of generic colon-terminated labels.
5192
5193 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5194 are colon terminated labels.
5195
5196 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5197 first argument starts with a special brace list.
5198
5199 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5200 (c-font-lock-declarations): Break out the declaration and cast
5201 recognition from `c-font-lock-declarations' to a new function, so
5202 that it can be used in the indentation engine.
5203
5204 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5205 up to the start of the literal. Fixed bug with the point on the
5206 wrong side of the search limit that could happen when the start
5207 position is inside a literal.
5208
5209 * progmodes/cc-engine.el (c-parse-state)
5210 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5211 so that it's kept a little bit back to increase the hit rate.
5212
5213 (c-parse-state): Change the macro handling and fixed some
5214 glitches. Macro context is checked more often than necessary now,
5215 but otoh less garbage conses are generated.
5216
5217 * progmodes/cc-engine.el (c-parse-state)
5218 (c-invalidate-state-cache): Cache the last position where
5219 `c-state-cache' applies. This can speed up refontification quite
5220 a bit in blocks where there are many non-brace parens before the point.
5221
5222 (c-state-cache-end): New variable for this.
5223
5224 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5225 cache variable.
5226
5227 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5228 get close initial continue positions when the start position is
5229 inside a literal or macro. Do not call the callback for spots
5230 before the start position (which can happen e.g. for `c-decl-end'
5231 spots inside comments). Optimize better in special cases when the
5232 region is a single line inside a literal or macro (typically when
5233 the current line is refontified).
5234
5235 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5236 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5237 entries from the paren state.
5238
5239 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5240 special case for "else if" clauses.
5241
5242 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5243 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5244
5245 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5246 New language variable to recognize the gcc extension with statement
5247 blocks inside expressions.
5248
5249 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5250 it somewhat more comprehensible. The argument AT-BLOCK-START is
5251 no longer used and hence removed.
5252
5253 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5254 to `c-add-stmt-syntax'.
5255
5256 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5257 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5258 This fixes bogus label recognition.
5259
5260 * progmodes/cc-engine.el (c-add-type, c-check-type)
5261 (c-forward-name, c-forward-type): Improve storage of template
5262 types in `c-found-types' so that they can be recognized better.
5263
5264 (c-syntactic-content): Add option to skip past nested parens.
5265
5266 * progmodes/cc-engine.el (c-forward-name):
5267 Set `c-last-identifier-range' all the time. It's less work that way.
5268 Handle that there might not be an identifier to store in
5269 `c-last-identifier-range'.
5270
5271 (c-forward-type): Handle that `c-last-identifier-range' might be
5272 nil from `c-forward-name'.
5273
5274 * progmodes/cc-defs.el (c-safe-scan-lists)
5275 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5276
5277 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5278 to work even if the form fails.
5279
5280 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5281 down in a large file in one go.
5282
5283 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5284
5285 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5286 function which is like `c-lineup-math' but returns nil instead of
5287 `c-basic-offset' when it doesn't match.
5288
5289 (c-lineup-math): Change to use `c-lineup-assignments'.
5290
5291 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5292
5293 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5294 c-beginning-of-statement. New subfunctions
5295 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5296
5297 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5298
5299 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5300 hardcoded char classes whereever possible. Changed a couple of
5301 places to use skip by syntax instead of skip by char class.
5302
5303 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5304 Fix a bug in the regexp that caused extreme backtracking.
5305
5306 * progmodes/cc-langs.el (c-block-comment-starter)
5307 (c-block-comment-ender): New language constants to specify in a
5308 single place how block comments look.
5309
5310 (c-comment-start-regexp, c-block-comment-start-regexp)
5311 (comment-start, comment-end, comment-start-skip)
5312 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5313 (c-syntactic-ws, c-nonempty-syntactic-ws)
5314 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5315 `c-line-comment-starter', `c-block-comment-starter' and
5316 `c-block-comment-ender'.
5317
5318 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5319 New language constants to break up things a bit.
5320
5321 (c-simple-ws): New language constant for simple whitespace.
5322
5323 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5324
5325 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5326 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5327 newlines. Allow and ignore nil elements in the list.
5328
5329 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5330
5331 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5332 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5333
5334 * progmodes/cc-cmds.el: Tidy up the comments in
5335 c-beginning-of-statement and subfunctions.
5336
5337 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5338 more flexible c-put-char-property and c-clear-char-properties.
5339 Add the author's email address.
5340
5341 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5342
5343 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5344 closing "*/" of a block comment.
5345
5346 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5347 subfunctions) so that it works at BOB and EOB.
5348
5349 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5350 c-beginning-of-statement, including new variable
5351 c-block-comment-start-regexp.
5352
5353 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5354
5355 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5356 symbols from `*-font-lock-extra-types' so that there's no need to
5357 use `regexp-opt' on those lists.
5358
5359 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5360 `c-type-modifier-kwds' is empty.
5361
5362 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5363 there are several strings on the same line.
5364
5365 * progmodes/cc-engine.el (c-literal-limits): Remove the
5366 compatibility function for older emacsen. `c-literal-limits-fast'
5367 has now taken the place of this function.
5368
5369 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
5370 with older emacsen: We now require `pps-extended-state'.
5371
5372 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5373
5374 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5375 which obviates the need to hack sentence-end. This now handles
5376 escaped newlines in strings correctly. Correct minor bugs in
5377 c-move-over-sentence and in c-beginning-of-statement.
5378
5379 * progmodes/cc-cmds.el (c-beginning-of-statement (and
5380 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5381 that movement over macros and code are rigorously separated from
5382 eachother. Correct a few incidental bugs.
5383
5384 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5385 Improve its doc-string. Improve the handling of certain specific cases.
5386
5387 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5388
5389 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5390 (c-guess-basic-syntax): Change the way class-level labels are
5391 recognized; they can now contain essentially any symbols.
5392
5393 (c-opt-extra-label-key): New language variable to cope with the
5394 special protection label syntax in Objective-C.
5395
5396 (c-opt-access-key): Remove; this is now handled better by
5397 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5398
5399 (c-complex-decl-matchers): Update to handle that
5400 `c-opt-access-key' no longer exists.
5401
5402 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5403 improved label recognition in `c-beginning-of-statement-1'.
5404
5405 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5406 Recognize bitfields better.
5407
5408 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5409 Remove some cruft and fixed a bug that could cause it to go to a
5410 position further down.
5411
5412 * progmodes/cc-langs.el, cc-engine.el
5413 (c-beginning-of-statement-1): Improve detection of labels in
5414 declaration contexts.
5415
5416 (c-beginning-of-decl-1): Use it.
5417
5418 (c-nonlabel-token-key): New language constant and variable needed
5419 by `c-beginning-of-statement-1'.
5420
5421 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
5422 manifested itself due to the correction in `c-forward-sexp'.
5423
5424 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
5425 Make these behave as documented when used at the buffer limits.
5426
5427 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5428 (c-type-decl-end-used): Made this a language variable.
5429
5430 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5431 correctly when `combine-after-change-calls' is used together with
5432 temporary narrowings.
5433
5434 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5435 Report labels correctly when the start point is immediately after the
5436 colon.
5437
5438 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
5439 Remove since it isn't used anymore.
5440
5441 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5442 bracket arglists such as template parens in C++.
5443
5444 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
5445 in the last check-in. Some optimization.
5446
5447 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
5448 where it could stop at the same level in a preceding sexp when
5449 PAREN-LEVEL is set.
5450
5451 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5452 text property lookup only when it's needed.
5453
5454 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5455 Change the policy for paren marked angle brackets to be more
5456 persistent; once marked they remain marked even when they're found
5457 to be unbalanced in the searched region. This should keep the
5458 paren syntax around even when individual lines are refontified in
5459 multiline template arglists.
5460
5461 (c-parse-and-markup-<>-arglists): New dynamically bound variable
5462 to control markup so that incorrect angle bracket arglists aren't
5463 marked in contexts where the correct value for
5464 `c-disallow-comma-in-<>-arglists' isn't known.
5465
5466 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5467 argument has become `c-parse-and-markup-<>-arglists'.
5468
5469 (c-remove-<>-arglist-properties): Remove - no longer used.
5470
5471 (c-after-change-check-<>-operators): New function used on
5472 `after-change-functions' to avoid that "<" and ">" characters that
5473 are part of longer operators have paren syntax.
5474
5475 (c-<>-multichar-token-regexp): New language variable used by
5476 `c-after-change-check-<>-operators'.
5477
5478 (c-after-change): Call `c-after-change-check-<>-operators'.
5479
5480 (c-font-lock-<>-arglists): Use the context properties set by
5481 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
5482 correctly to avoid doing invalid markup.
5483
5484 (c-font-lock-declarations): Remove code that undoes the invalid
5485 markup done by `c-font-lock-<>-arglists'.
5486
5487 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5488 after `c-font-lock-declarations'.
5489
5490 * progmodes/cc-engine.el (c-syntactic-skip-backward):
5491 Add paren-level feature.
5492
5493 (c-guess-basic-syntax): Improve the anchor position for
5494 `template-args-cont' in nested template arglists. There's still
5495 much to be desired in this area, though.
5496
5497 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5498
5499 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5500 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
5501
5502 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5503
5504 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5505 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5506
5507 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5508 it doesn't work no longer are supported.
5509
5510 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5511 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5512 requires support for the syntax-table' text property, which rules
5513 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
5514 cruft associated with those versions.
5515
5516 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5517 for the `syntax-table' text property, which rules out Emacs 19 and
5518 XEmacs < 21.4. Removed various compatibility cruft associated
5519 with those versions.
5520
5521 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5522 support for the `syntax-table' text property.
5523
5524 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5525 variable and use an extra quoted face name instead. All the
5526 emacsen flavors handle that correctly.
5527
5528 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5529 (c-font-lock-declarators, c-font-lock-declarations)
5530 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5531 property to mark the items in in declarator lists to handle
5532 refontification inside multiline declarations better.
5533
5534 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5535 construct like "a * b = c;" as a declaration.
5536
5537 2005-12-08 Kim F. Storm <storm@cua.dk>
5538
5539 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
5540 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
5541 select either meta, hyper, or super modifier for rectangle commands.
5542 (cua--rectangle-modifier-key): New defvar.
5543 (cua--M/H-key): Use it. Remove special case for `space'.
5544 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5545 on X, to meta otherwise. Always bind C-return to toggle
5546 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
5547
5548 * emulation/cua-rect.el (cua-help-for-rectangle):
5549 Use cua--rectangle-modifier-key. Handle super modifier too.
5550 (cua--init-rectangles): Always bind C-return to toggle rectangle.
5551 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5552
5553 * ido.el: Move Acknowledgements and History after Commentary.
5554 Minor changes to Commentary.
5555
5556 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5557 keymap if cua--prefix-override-timer is `shift'.
5558 (cua--shift-control-prefix): New function; emulate "type prefix
5559 key twice" functionality to handle shifted prefix key override.
5560 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
5561 New commands.
5562 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5563
5564 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
5565
5566 * textmodes/org.el (org-insert-heading): Try to do items before
5567 headings.
5568 (org-agenda-mode): Quote `org-agenda-mode-hook'.
5569 (org-insert-item): New function.
5570 (org-renumber-ordered-list): Don't skip to higher level lists.
5571
5572 2005-12-08 Juri Linkov <juri@jurta.org>
5573
5574 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5575
5576 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5577
5578 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5579
5580 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5581 the constructed function name fun-1.
5582
5583 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5584 because such links don't lead to parent documentation.
5585
5586 2005-12-08 Kenichi Handa <handa@m17n.org>
5587
5588 * descr-text.el (describe-char): Use *Help-2* buffer if the
5589 current buffer is *Help*. Call describe-text-properties while
5590 setting the original buffer.
5591
5592 2005-12-07 Bill Wohler <wohler@newt.com>
5593
5594 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
5595 and causes problems with non-MH users (such as Gnus users).
5596
5597 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
5598
5599 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5600 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5601 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5602 command "info sources". Move calls to GDB command "list".
5603 (gdb-find-file-hook): Just use gdb-source-file-list.
5604 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5605 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5606 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5607 (gdb-data-list-register-values-handler): Use correct trigger name.
5608
5609 2005-12-07 Kim F. Storm <storm@cua.dk>
5610
5611 * ido.el (ido-completion-map): Rename from ido-mode-map.
5612 (ido-common-completion-map, ido-file-completion-map)
5613 (ido-file-dir-completion-map, ido-buffer-completion-map):
5614 Rename from ido-mode-....-map.
5615 (ido-init-completion-maps): Rename from ido-init-mode-maps.
5616 (ido-setup-completion-map): Rename from ido-define-mode-map.
5617 (ido-read-internal): Bind minibuffer-local-filename-completion-map
5618 to ido-completion-map.
5619
5620 2005-12-07 Kenichi Handa <handa@m17n.org>
5621
5622 * international/mule-cmds.el
5623 (set-display-table-and-terminal-coding-system): If the coding
5624 system specified in `unibyte-display' property is different from
5625 the arg coding-system, don't setup standard-display-table.
5626
5627 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5628
5629 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5630 that comments end at \n, regardless of selective-display.
5631
5632 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
5633
5634 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5635 (gdb-version): New variables.
5636 (gdb-source-file-list, gdb-register-names)
5637 (gdb-changed-registers): New variables for use with GDB 6.4+.
5638 (gdb-ann3): Replace with...
5639 (gdb-init-1, gdb-init-2): ...two new functions.
5640 (gdba, gdb-prompt): Call gdb-init-1.
5641 (gdb-get-version): New function. Call gdb-init-2 from here.
5642 (gud-watch): Make it work with mouse events too.
5643 (gdb-post-prompt): Don't add to queue until GDB version is known.
5644 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5645 (gdb-locals-mode): Use gdb-version.
5646 (gdb-memory-format-map, gdb-memory-unit-map)
5647 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5648 (gdb-locals-font-lock-keywords-1)
5649 (gdb-locals-font-lock-keywords-2): New variables.
5650 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5651 (gdb-set-gud-minor-mode-existing-buffers-1)
5652 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5653 (gdb-var-update-1, gdb-var-update-handler-1)
5654 (gdb-data-list-register-values-handler)
5655 (gdb-data-list-register-values-custom)
5656 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5657 (gdb-stack-list-locals-handler, gdb-get-register-names):
5658 New functions for use with GDB 6.4+.
5659 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5660 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5661 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5662 (gdb-stack-list-locals-regexp)
5663 (gdb-data-list-register-names-regexp): New regexps for use with
5664 GDB 6.4+.
5665
5666 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5667
5668 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5669
5670 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
5671
5672 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5673 prompts work for AUTH PLAIN. Also reported by Steve Allan
5674 <seallan@verizon.net>.
5675
5676 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5677
5678 * frame.el (set-frame-parameter): Add doc string.
5679
5680 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
5681
5682 * textmodes/org.el (org-occur-highlights): New variable.
5683 (org-highlight-new-match, org-remove-occur-highlights): New functions.
5684 (org-highlight-sparse-tree-matches): New option.
5685 (org-do-occur): New function.
5686 (org-get-heading): Make it work also at beginning of line.
5687 (org-category-table): New variable.
5688 (org-get-category-table, org-get-category)
5689 (org-camel-to-words, org-link-search): New functions.
5690 (org-select-this-todo-keyword): New variable.
5691 (org-todo-list): New command.
5692 (org-shiftright, org-shiftleft): New commands.
5693 (org-agenda-todo): Add prefix argument.
5694 (org-show-hierarchy-above): New option.
5695 (org-show-todo-tree): Numerical prefix creates tree for specific
5696 TODO keyword.
5697 (org-outline-level): New function, to assign a level to plain
5698 lists items.
5699 (org-cycle-include-plain-lists): New option.
5700 (org-mode): Use `org-outline-level' as value of `outline-level'.
5701 (org-cycle): Temporarily switch `outline-regexp' if
5702 `org-cycle-include-plain-lists' is non-nil.
5703 (org-start-icalendar-file): Fix format bug.
5704 (org-agenda-get-day-entries): Create category table.
5705 (org-agenda-get-todos, org-agenda-get-timestamps)
5706 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5707 (org-agenda-get-blocks): Use `org-get-category'.
5708 (org-context-in-file-links): Rename from
5709 `org-line-numbers-in-file-links'.
5710
5711 2005-12-06 Romain Francoise <romain@orebokech.com>
5712
5713 * window.el (balance-windows): Delete extraneous third arg in call
5714 to `enlarge-window'.
5715
5716 2005-12-06 Kenichi Handa <handa@m17n.org>
5717
5718 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5719
5720 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
5721
5722 * progmodes/gdb-ui.el (gdb-var-create-handler)
5723 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5724 (gdb-var-list-children-handler, gdb-var-update-handler):
5725 Current buffer is already gdb-partial-output-buffer, don't
5726 make it current again.
5727
5728 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5729
5730 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5731 (list-buffers-noselect): Use it.
5732
5733 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5734
5735 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5736 (mail-yank-ignored-headers): Use regexp-opt.
5737 (mail-mode-map): Move initialization into declaration.
5738 (mail-sent-via): Remove unused shadowed var `to-line'.
5739 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5740 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5741 (mail-do-fcc): Use dolist and push.
5742 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5743 (mail-yank-ignored-headers): Don't autoload.
5744
5745 2005-12-05 Kenichi Handa <handa@m17n.org>
5746
5747 * international/mule-cmds.el (set-language-info-internal): New fun.
5748 (set-language-info): Call set-language-info-internal to update
5749 language-info-alist. If LANG-ENV is the current one, call
5750 set-language-environment to make INFO effective now.
5751 (set-language-info-alist): Likewise.
5752 (locale-language-names): With locale "en", use English
5753 lang. env. but set the default codings to iso-8859-1.
5754
5755 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
5756
5757 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5758 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5759 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5760 for plain strings.
5761 (gdb-frames-mode): Remove redundant call to font-lock-mode.
5762 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5763 Create registers buffer if necessary. Echo new state in minibuffer.
5764 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5765
5766 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
5767
5768 * info.el (Info-fontify-node): Match external links using
5769 non-directory part of filename.
5770
5771 2005-12-04 Juri Linkov <juri@jurta.org>
5772
5773 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5774 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
5775 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5776 because there is no customization option for it.
5777
5778 * font-lock.el (lisp-font-lock-keywords-1):
5779 Add define-global-minor-mode.
5780
5781 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5782
5783 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5784 properties on the constructed variable names.
5785
5786 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5787 Put `definition-name' properties on the constructed function names
5788 next-sym and prev-sym.
5789
5790 * emacs-lisp/find-func.el (find-function-regexp):
5791 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5792 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5793 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5794 and easy-menu-define.
5795
5796 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5797 easy-mmode-define-global-mode and define-global-minor-mode.
5798 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5799
5800 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5801 instead of easy-mmode-define-global-mode.
5802
5803 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5804 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5805
5806 * cus-edit.el (customize-group, customize-group-other-window):
5807 Filter out autoloaded options from the group completion list by
5808 using heuristics that autoloaded groups don't have `custom-autoload'
5809 property on their symbols (they have only `custom-loads').
5810
5811 * simple.el (completion-setup-function): Put completions-common-part
5812 face on complete completion string too (i.e. completion string
5813 without completions-first-difference face).
5814
5815 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5816
5817 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5818
5819 * view.el (view-mode): Doc fix.
5820
5821 * disp-table.el (standard-display-european): Add to the warning
5822 message a reference to the doc string.
5823
5824 * play/yow.el (apropos-zippy): Call print-help-return-message,
5825 similar to other Help and Apropos commands.
5826
5827 * help.el (print-help-return-message): If pop-up-frames is
5828 non-nil, set up help-return-method to delete the help window and,
5829 possibly, its frame as well, and don't display message about
5830 scrolling the help window. Doc fix.
5831 (help-return-method): Doc fix.
5832
5833 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5834
5835 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5836 whereby names of length one or names starting with a
5837 symbol-constituent character would not be returned.
5838
5839 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5840
5841 * subr.el (atomic-change-group): Add edebug and indentation spec.
5842
5843 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5844
5845 * completion.el (save-completions-file-name): Fix typo in last change.
5846
5847 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5848
5849 * info.el: Move back/forward history to the beginning of the tool bar.
5850
5851 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5852
5853 * allout.el (eval-when-compile): Remove unnecessary load of cl.
5854 Add fset of allout-real-isearch-abort during compile to fix
5855 byte-compilation warnings.
5856 (allout-mode-p): Move definition of this macro above all uses, or
5857 byte compilation in barren emacs (eg, during emacs build) will
5858 lack the definition.
5859 (allout-mode): Move this variable above any uses, or byte
5860 compilation will fail.
5861 (allout-resolve-xref): Remove use of personal file-reference function.
5862 (allout-toggle-current-subtree-encryption): Do the current (ie,
5863 visible containing) topic, rather than nearest around point. Doc fix.
5864 (allout-toggle-subtree-encryption): New function, workhorse that
5865 works on nearest topic containing point.
5866 (allout-encrypt-string): Signal requirement for newer version of pgg.
5867 (allout-resumptions): Doc fix.
5868
5869 2005-12-02 Eli Zaretskii <eliz@gnu.org>
5870
5871 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5872
5873 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5874
5875 * textmodes/flyspell.el (flyspell-external-point-words):
5876 Consider a misspelling as found in the string search if: (a) misspelling
5877 and found string lengths match, or (b) misspelling is found as
5878 element in a boundary-chars separated longer string, or (c)
5879 ispell-program-name is really ispell and misspelling is found as
5880 part of a TeX string. After successful match move beginning of
5881 search region to end of match. Warn about not found misspellings
5882 once the process is done.
5883 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5884
5885 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
5886
5887 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5888 tool bar (removed inadvertently).
5889
5890 2005-12-02 Juri Linkov <juri@jurta.org>
5891
5892 * log-view.el (log-view-diff): Clarify doc string.
5893
5894 2005-12-01 Bill Wohler <wohler@newt.com>
5895
5896 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5897 triggers lm-verify errors.
5898
5899 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5900
5901 * simple.el (transient-mark-mode, line-number-mode)
5902 (column-number-mode, size-indication-mode): Remove `:require nil'.
5903
5904 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
5905
5906 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5907 in the margin also.
5908 (gdb-breakpoints-mode-map): Use D instead of d for
5909 gdb-delete-breakpoint.
5910 (gdb-get-frame-number): Require a number to match on.
5911 (gdb-threads-mode-map): Add follow-link binding.
5912
5913 2005-11-30 Jason Rumney <jasonr@gnu.org>
5914
5915 * isearch.el (isearch-mode-map): Avoid exiting search on
5916 language-change event.
5917
5918 2005-11-30 Romain Francoise <romain@orebokech.com>
5919
5920 * speedbar.el (speedbar-default-position): New defcustom.
5921 (speedbar-frame-reposition-smartly): Use it.
5922
5923 * dframe.el (dframe-reposition-frame-emacs): Fix position
5924 computation for `left' location.
5925 Update copyright year.
5926
5927 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * help.el (help-map): Move initialization into declaration.
5930
5931 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5932
5933 * help-fns.el (help-argument-name): Don't autoload.
5934 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5935 to be re-loaded when customizing the `help' group.
5936
5937 2005-11-30 John Paul Wallington <jpw@gnu.org>
5938
5939 * help-fns.el (describe-function-1): Fill arglist output.
5940
5941 2005-11-30 Kim F. Storm <storm@cua.dk>
5942
5943 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5944 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5945 after revert-buffer (or anything else which kills all local variables).
5946
5947 * apropos.el (apropos-parse-pattern): Doc fix.
5948 Set apropos-regexp directly, rather than expecting callers to do so.
5949 (apropos-command, apropos, apropos-value, apropos-documentation):
5950 Simplify calls to apropos-parse-pattern.
5951
5952 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5953
5954 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5955 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5956 (hi-lock-write-interactive-patterns): Use comment-region.
5957
5958 * longlines.el (longlines-mode): Add mail-setup-hook.
5959
5960 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5961
5962 * simple.el (sendmail-user-agent-compose, next-line):
5963 Conditionally use hard-newline.
5964
5965 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5966
5967 * international/latexenc.el (latex-inputenc-coding-alist):
5968 Reword doc string.
5969
5970 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5971
5972 * help.el (describe-key-briefly, describe-key): Recognize default
5973 bindings.
5974
5975 2005-11-29 Romain Francoise <romain@orebokech.com>
5976
5977 * view.el (view-inhibit-help-message): New defcustom.
5978 (view-mode-enter): Use it.
5979
5980 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
5981
5982 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5983 Preserve user position.
5984
5985 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5986
5987 * font-lock.el: Throw error if facemenu is not loaded to prevent
5988 accidental change of loading order in loadup.el. (Suggested by RMS.)
5989
5990 * loadup.el: Add comment explaining why facemenu must be loaded
5991 before font-lock.
5992
5993 2005-11-28 Jay Belanger <belanger@truman.edu>
5994
5995 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5996 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5997
5998 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5999
6000 * calc/calc-embed.el (calc-do-embedded): Update help message.
6001
6002 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6003
6004 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6007
6008 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6009 called-interactively-p.
6010 (elp-profilable-p): Rename from elp-not-profilable-p.
6011 Invert result and take into account macros and autoloaded functions.
6012 (elp-instrument-function): Update call.
6013 (elp-instrument-package): Update call. Add completion.
6014 (elp-pack-number): Use match-string.
6015 (elp-results-jump-to-definition-by-mouse): Merge into
6016 elp-results-jump-to-definition and then remove.
6017 (elp-output-insert-symname): Make help echo text single-line.
6018
6019 * replace.el (query-replace-map): Move initialization into declaration.
6020 (occur-engine): Use with-current-buffer.
6021 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6022 (occur-mode-mouse-goto): Replace with an alias.
6023
6024 2005-11-28 Juri Linkov <juri@jurta.org>
6025
6026 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6027
6028 * term/w32-win.el: Bind [S-tab] to [backtab].
6029
6030 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6031 `Info-find-file' to t.
6032
6033 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6034 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6035 and same-window-regexps.
6036 (occur-next-error): Don't move point for arg 0.
6037
6038 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6039
6040 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6041
6042 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6043
6044 * log-edit.el (log-edit-changelog-use-first): New var.
6045 (log-edit-changelog-ours-p): Use it.
6046 (log-edit-insert-changelog): Set it with new arg `use-first'.
6047 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6048 (log-edit-hook): Add them to the list of suggested options.
6049
6050 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6051 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6052 redundant work.
6053 (flyspell-mode-on): Use add-hook for after-change-functions.
6054 (flyspell-mode-off): Use remove-hook for after-change-functions.
6055 (flyspell-changes): Make it buffer-local.
6056 (flyspell-after-change-function): Make it non-interactive. Use push.
6057 (flyspell-post-command-hook): Check input-pending-p while processing
6058 the potentially long list of buffer changes.
6059
6060 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6061
6062 * buff-menu.el (list-buffers-noselect): Display the selected
6063 frame's buffer list, not the global one.
6064
6065 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6066
6067 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6068 that (list last-input-event) works as in interactive spec.
6069
6070 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6071
6072 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6073 `facemenu-keymap' needs to be defined when font-lock is loaded.
6074 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6075
6076 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6077
6078 * completion.el: Remove useless leading * in defcustom docstrings.
6079 (save-completions-file-name): Use ~/.emacs.d if available.
6080 (completion-standard-syntax-table): Rename from
6081 cmpl-standard-syntax-table and fold initialization into declaration,
6082 thus removing cmpl-make-standard-completion-syntax-table.
6083 (completion-lisp-syntax-table, completion-c-syntax-table)
6084 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6085 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6086 (symbol-under-point, symbol-before-point)
6087 (symbol-under-or-before-point, symbol-before-point-for-complete)
6088 (add-completions-from-c-buffer): Use with-syntax-table.
6089 (make-completion): Don't return a list of completion entries.
6090 Update callers.
6091 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6092 (completion-initialize): Rename from initialize-completions.
6093 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6094 (kill-emacs-save-completions): Collect stats here.
6095 (save-completions-to-file, load-completions-from-file):
6096 Use with-current-buffer.
6097 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6098 into a function. Move all calls to toplevel.
6099 (completion-lisp-mode-hook): New fun.
6100 (completion-c-mode-hook, completion-setup-fortran-mode):
6101 Set the syntax-table here. Use local-set-key.
6102 (completion-saved-bindings): New var.
6103 (dynamic-completion-mode): Make it into a proper minor mode.
6104 (load-completions-from-file): Remove unused var `num-uses'.
6105
6106 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6107 constructor if it is explicitly overridden.
6108
6109 * complete.el (PC-completion-as-file-name-predicate):
6110 Use minibuffer-completing-file-name.
6111 (partial-completion-mode): Use find-file-not-found-functions.
6112 (PC-lisp-complete-symbol): Use with-syntax-table.
6113 (PC-look-for-include-file): Remove dead setq.
6114 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6115 (PC-complete): Use with-current-buffer.
6116
6117 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6118 escape single quotes.
6119
6120 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6121
6122 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6123 of `if' whose condition always returned nil. Doc fix.
6124
6125 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6126 window's buffer the current buffer around the call to
6127 `list-buffers-noselect'. This is necessary to mark that buffer
6128 with a `.' in the Buffer Menu when called from Lisp, for instance
6129 by Auto Revert Mode.
6130
6131 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6132
6133 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6134 attaching to it.
6135 (gdb-pre-prompt): Make sure gdb-error is reset.
6136
6137 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6138 with a child process, detect it.
6139 (gud-speedbar-buttons): Match regexp more carefully.
6140
6141 2005-11-27 Richard M. Stallman <rms@gnu.org>
6142
6143 * mouse.el (mouse-drag-move-window-bottom):
6144 Use adjust-window-trailing-edge.
6145
6146 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6147
6148 * simple.el (blink-matching-open): Ignore
6149 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6150 (blink-matching-paren-on-screen): Update docstring.
6151
6152 * paren.el (show-paren-mode): No longer change
6153 `blink-matching-paren-on-screen'.
6154
6155 2005-11-27 John Paul Wallington <jpw@pobox.com>
6156
6157 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6158 (gdb-threads-select, gdb-edit-register-value):
6159 Use `posn-set-point' instead of `mouse-set-point' because the
6160 latter is not fbound when configured without X.
6161
6162 2005-11-27 Kim F. Storm <storm@cua.dk>
6163
6164 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6165 existing face when partially highlighting a TAB in a rectangle.
6166
6167 2005-11-26 Kim F. Storm <storm@cua.dk>
6168
6169 * ido.el (ido-mode-map): Doc fix.
6170 (ido-mode-common-map, ido-mode-file-map)
6171 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6172 (ido-define-mode-map): Rewrite. Select one of the new maps as
6173 parent for ido-mode-map instead of building from scratch.
6174 (ido-init-mode-maps): New defun to initialize new maps.
6175 (ido-mode): Call it.
6176 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6177 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6178
6179 2005-11-26 John Paul Wallington <jpw@pobox.com>
6180
6181 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6182 `mouse-set-point' because the latter is not fbound when configured
6183 without X.
6184
6185 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6186
6187 * files.el (file-relative-name): Doc fix.
6188
6189 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6190
6191 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6192 non-empty string for secondary prompt PS2.
6193
6194 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6195
6196 * progmodes/compile.el (compilation-setup): Fix last change.
6197
6198 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6199
6200 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6201 (gdb-mouse-toggle-breakpoint-margin)
6202 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6203 Add gdb-server-prefix to keep out of command history.
6204 (gdb-edit-register-value): New function.
6205 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6206 (gdb-info-registers-custom): Use above map.
6207
6208 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * custom.el (enable-theme): Signal error if argument is not a
6211 theme. Don't recalculate a face if it's not loaded yet.
6212
6213 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6214 the `user' theme is in effect.
6215
6216 * info.el (Info-on-current-buffer): Record actual filename in
6217 Info-current-file, instead of t, or a fake filename if a non-file
6218 buffer. Make autoload.
6219 (Info-find-node, Info-revert-find-node): No need to check for
6220 Info-current-file nil.
6221 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6222 Info-current-file is now never `t'.
6223 (Info-fontify-node): Many simplifications due to Info-current-file
6224 always being valid. Use Info-find-file to find node filename.
6225
6226 2005-11-25 David Kastrup <dak@gnu.org>
6227
6228 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6229 new character, then delete" in order to preserve markers.
6230
6231 2005-11-25 David Ponce <david@dponce.com>
6232
6233 * recentf.el (recentf-arrange-by-rule): Handle a special
6234 `auto-mode-alist'-like "strip suffix" rule.
6235 (recentf-build-mode-rules): Handle second level auto-mode entries.
6236
6237 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
6238
6239 * viper-keym.el (viper-ESC-key): Use different values in terminal and
6240 window modes.
6241
6242 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6243 jde-javadoc-checker-report-mode.
6244
6245 * ediff-wind (ediff-make-wide-display): Slight simplification.
6246
6247 * ediff.el (ediff-date): Change the date of last update.
6248
6249 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
6250
6251 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6252 Use define-minor-mode, and make it a local mode. Turn on font-lock.
6253 (hi-lock-mode): New global minor mode.
6254 (turn-on-hi-lock-if-enabled): New function.
6255 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6256 Change arguments to regexp and face instead of a font-lock pattern.
6257 Directly set face property, instead of refontifying.
6258 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6259 (hi-lock-find-patterns): Use line-number-at-pos.
6260
6261 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
6262 arguments for hi-lock-set-pattern.
6263 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6264 Call font-lock-fontify-buffer.
6265 (hi-lock-find-file-hook, hi-lock-current-line)
6266 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6267
6268 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6269 turned off.
6270
6271 * progmodes/compile.el (compilation-setup): Don't fiddle with
6272 font-lock-defaults.
6273
6274 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
6275
6276 * progmodes/gdb-ui.el (gdb-var-create-handler)
6277 (gdb-var-list-children-handler): Find values for all variable
6278 objects. gud-speedbar-buttons decides whether to display them.
6279
6280 2005-11-24 Romain Francoise <romain@orebokech.com>
6281
6282 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6283 buffer name with a space.
6284
6285 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
6286
6287 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
6288 `org-export-local-list-max-depth'. Change default value to 3.
6289 (org-auto-renumber-ordered-lists)
6290 (org-plain-list-ordered-item-terminator): New options.
6291 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6292 (org-get-indentation, org-get-string-indentation)
6293 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6294 New functions.
6295 (org-move-item-down, org-move-item-up): New commands.
6296 (org-export-as-html): New classes for CSS support. Bug fix in
6297 regular expression detecting fixed-width regions. Respect
6298 `org-local-list-ordered-item-terminator'.
6299 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6300 also a list item.
6301 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6302 New item moving functions.
6303
6304 2005-11-24 Juri Linkov <juri@jurta.org>
6305
6306 * isearch.el (isearch-repeat): With empty search ring set
6307 `isearch-error' to the error string instead of signaling error
6308 with the function `error'.
6309
6310 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6311
6312 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6313
6314 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
6315
6316 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6317 and variable.
6318 (gdb-var-create-handler, gdb-var-list-children-handler):
6319 Don't match on "char **...".
6320 (gdb-var-update-handler): Find values for all variable objects.
6321 (gdb-info-frames-custom): Identify frames by leading "#".
6322
6323 * progmodes/gud.el (gud-speedbar-menu-items): Add
6324 gdb-speedbar-auto-raise as radio button.
6325 (gud-speedbar-buttons): Raise speedbar if requested.
6326 Don't match on "char **...".
6327 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6328 Make it editable.
6329
6330 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
6331
6332 * info.el (Info-fontify-node): Handle the case where
6333 Info-current-file is t.
6334
6335 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * simple.el (blink-matching-open): Fix off-by-one in last change.
6338
6339 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6340
6341 * term/mac-win.el: Don't change default directory.
6342
6343 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6344
6345 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6346 buffers correctly. (It used to throw an error in such buffers.)
6347 Make it ask for confirmation in group buffers and other Custom
6348 buffers containing more than one customization item.
6349
6350 2005-11-22 John Paul Wallington <jpw@gnu.org>
6351
6352 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6353 property on mail and url overlays.
6354 (goto-address-at-point): Use `posn-set-point' instead of
6355 `mouse-set-point' because the latter is not fbound when configured
6356 without X.
6357
6358 2005-11-22 Lars Hansen <larsh@soem.dk>
6359
6360 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6361 (ls-lisp-classify, ls-lisp-format): Delete call to
6362 ls-lisp-parse-symlink.
6363 (ls-lisp-handle-switches): Handle symlinks to directories as
6364 directories when ls-lisp-dirs-first in non-nil.
6365
6366 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
6367
6368 * startup.el (command-line): Make sure that loaddefs.el is handled
6369 correctly in load-history.
6370
6371 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6372
6373 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6374 (gdb-struct-string, gdb-array-string): New constants.
6375 (gdb-info-locals-handler): Use them.
6376 (gdb-reset): Reset gdb-var-list to nil.
6377
6378 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6381 in patterns.
6382
6383 2005-11-21 Juri Linkov <juri@jurta.org>
6384
6385 * custom.el (defcustom): Update link types in docstring.
6386
6387 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
6388
6389 * custom.el (defgroup): Add doc-string-elt info.
6390
6391 * widget.el (define-widget): Don't use declare for the doc-string-elt.
6392
6393 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * newcomment.el (comment-enter-backward): Fix last fix.
6396
6397 * simple.el (blink-matching-open):
6398 * paren.el (show-paren-function): Allow new paren-class info.
6399
6400 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
6401
6402 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
6403 handled automagically.
6404
6405 2005-11-20 Andreas Schwab <schwab@suse.de>
6406
6407 * descr-text.el (describe-char): When copying overlays put them
6408 over the full char description instead of just the first character
6409 of it.
6410
6411 2005-11-20 Juri Linkov <juri@jurta.org>
6412
6413 * simple.el (what-cursor-position):
6414 * descr-text.el (describe-char): Use Lisp-readable syntax
6415 for octal and hex. Reorder decimal, octal and hex values.
6416 Remove excess whitespace in the output. Use `=' in `column='
6417 like in `point=' and `Hscroll='.
6418
6419 * international/mule-cmds.el (encoded-string-description):
6420 Use Lisp-readable syntax for hex.
6421
6422 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6423
6424 * newcomment.el (comment-enter-backward): Handle the case where the
6425 comment is closed by EOB.
6426
6427 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6428
6429 * longlines.el (longlines-before-revert-hook)
6430 (longlines-after-revert-hook): New functions.
6431 (longlines-mode): Turn off longlines temporarily when reverting.
6432 Add a message-setup-hook.
6433 (longlines-decode-buffer): New function.
6434 (longlines-wrap-line): Preserve marker positions.
6435
6436 2005-11-19 Andreas Schwab <schwab@suse.de>
6437
6438 * emacs-lisp/shadow.el: Handle compressed files.
6439
6440 2005-11-19 Romain Francoise <romain@orebokech.com>
6441
6442 * net/browse-url.el (browse-url-default-browser): Signal an error
6443 if no usable browser can be found, rather than try to load w3.
6444
6445 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
6446
6447 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6448 replacing existing properties.
6449 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6450 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6451 tty specs.
6452 (rcirc-server-prefix, rcirc-server): New faces.
6453 (rcirc-url-regexp): Generate with rx macro.
6454 (rcirc-last-server-message-time): New variable.
6455 (rcirc-filter): Record time of last message.
6456 (rcirc-keepalive): Kill processes that did not send a message
6457 since the last ping.
6458 (rcirc-mode): Give rcirc-topic a local binding here.
6459
6460 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
6461
6462 * subr.el (read-passwd): Fontify the prompt as we do with other
6463 prompts.
6464
6465 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
6466
6467 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6468 binding buffer-read-only to nil.
6469
6470 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6471
6472 * complete.el (partial-completion-mode):
6473 Mention completion-auto-help in the doc string.
6474
6475 * man.el (Man-highlight-references): Doc fix. Reformat code in a
6476 more Lisp-ish way.
6477
6478 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6479
6480 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6481 digits, not 8, to avoid misalignment for files larger than 100MB.
6482
6483 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6484
6485 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6486 Mention "keyboard shortcuts" in the help text.
6487
6488 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6489
6490 * startup.el (fancy-splash-default-action): Discard only
6491 mouse-down and succeeding mouse-up events in the splash screen
6492 window so that drag-n-drop event can be processed.
6493
6494 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
6495
6496 * longlines.el (longlines-mode): Add hacks for mail-mode and
6497 message-mode.
6498
6499 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
6500
6501 * textmodes/org.el (org-table-sort-lines): New command.
6502 (org-tbl-menu): Add entry for `org-table-sort-lines'.
6503 (org-add-file): Command removed, use `org-agenda-file-to-front'
6504 instead.
6505 (org-export-icalendar): Use `org-icalendar-combined-name'.
6506 (org-cycle-agenda-files, org-agenda-file-to-end)
6507 (org-agenda-file-to-front): New commands.
6508 (org-table-tab-jumps-over-hlines, org-export-html-style):
6509 New options.
6510 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6511 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6512 New functions.
6513 (org-fill-paragraph): Call `org-table-align' in tables.
6514 (org-mode): Call `org-set-autofill-regexps'.
6515 (org-export-as-html): Support for local handformatted lists.
6516 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
6517 (org-export-local-list-max-depth): New option.
6518 (org-html-expand): Use `org-html-protect'.
6519
6520 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
6521
6522 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6523 to "p".
6524 (gdb): Move definition of gud-pp to...
6525
6526 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
6527 speedbar.
6528 (gdb-find-watch-expression): New function.
6529
6530 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6531
6532 * faces.el (face-attribute, set-face-attribute): Mention existence
6533 of `:ignore-defface' setting in docstring.
6534
6535 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * simple.el (completion-setup-function): Fix last change.
6538
6539 2005-11-17 John Paul Wallington <jpw@pobox.com>
6540
6541 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6542 Use `posn-set-point' instead of `mouse-set-point' because the
6543 latter is not fbound when configured without X.
6544
6545 * comint.el (comint-insert-input): Likewise.
6546
6547 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6548
6549 * simple.el (hard-newline): New variable.
6550 (sendmail-user-agent-compose, next-line): Use it.
6551
6552 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6553 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6554 (mail-mail-reply-to, mail-mail-followup-to)
6555 (mail-position-on-field, mail-signature, mail-yank-original)
6556 (mail-attach-file): Likewise.
6557
6558 * mail/mailheader.el (mail-header-format)
6559 (mail-header-format-function): Likewise.
6560
6561 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6562
6563 2005-11-17 Juri Linkov <juri@jurta.org>
6564
6565 * font-lock.el (font-lock-faces): Rename this defgroup from
6566 `font-lock-highlighting-faces'.
6567 (font-lock-comment-face, font-lock-comment-delimiter-face)
6568 (font-lock-string-face, font-lock-doc-face)
6569 (font-lock-keyword-face, font-lock-builtin-face)
6570 (font-lock-function-name-face, font-lock-variable-name-face)
6571 (font-lock-type-face, font-lock-constant-face)
6572 (font-lock-warning-face, font-lock-negation-char-face)
6573 (font-lock-preprocessor-face)
6574 (font-lock-regexp-grouping-backslash)
6575 (font-lock-regexp-grouping-construct): Rename :group from
6576 `font-lock-highlighting-faces' to `font-lock-faces'.
6577
6578 * cus-edit.el (lisp, c, tex):
6579 * progmodes/ada-mode.el (ada):
6580 * progmodes/asm-mode.el (asm):
6581 * progmodes/cperl-mode.el (cperl-faces):
6582 * progmodes/cpp.el (cpp):
6583 * progmodes/dcl-mode.el (dcl):
6584 * progmodes/f90.el (f90):
6585 * progmodes/fortran.el (fortran):
6586 * progmodes/icon.el (icon):
6587 * progmodes/idlwave.el (idlwave-misc):
6588 * progmodes/m4-mode.el (m4):
6589 * progmodes/make-mode.el (makefile):
6590 * progmodes/meta-mode.el (meta-font):
6591 * progmodes/modula2.el (modula2):
6592 * progmodes/octave-mod.el (octave):
6593 * progmodes/pascal.el (pascal):
6594 * progmodes/perl-mode.el (perl):
6595 * progmodes/prolog.el (prolog):
6596 * progmodes/ps-mode.el (PostScript-edit):
6597 * progmodes/scheme.el (scheme):
6598 * progmodes/sh-script.el (sh-script):
6599 * progmodes/simula.el (simula):
6600 * progmodes/tcl.el (tcl):
6601 * textmodes/nroff-mode.el (nroff):
6602 * textmodes/reftex-vars.el (reftex-fontification-configurations):
6603 * textmodes/sgml-mode.el (sgml):
6604 * textmodes/texinfo.el (texinfo):
6605 Add :link (custom-group-link font-lock-faces) to defgroup.
6606
6607 * hi-lock.el (hi-lock): Rename this defgroup from
6608 `hi-lock-interactive-text-highlighting'. Change parent group from
6609 `faces' to `font-lock'. Add link to the manual.
6610 (hi-lock-mode, hi-lock-file-patterns-range)
6611 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6612 `hi-lock-interactive-text-highlighting' to `hi-lock'.
6613 (hi-lock-faces): Add :group `faces'.
6614
6615 * cus-edit.el (custom-variable-prompt): Clarify the code.
6616
6617 * faces.el (face-read-string): Set the default value arg of
6618 completing-read.
6619
6620 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
6621
6622 * rfn-eshadow.el (file-name-shadow-properties)
6623 (file-name-shadow-tty-properties, file-name-shadow-mode):
6624 Remove autoloads, because the file is now preloaded.
6625
6626 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6627
6628 * printing.el (easy-menu-intern): Don't define.
6629 (pr-get-symbol): Use easy-menu-intern only if defined.
6630
6631 * simple.el (blink-matching-open): Simplify a bit.
6632 (completion-setup-function): Fix the case of partial-completion-mode
6633 when the minibuffer's contents start with "-".
6634 Obey completion-base-size-function even when
6635 minibuffer-completing-file-name is non-nil.
6636
6637 2005-11-16 Richard M. Stallman <rms@gnu.org>
6638
6639 * net/eudcb-ph.el (eudc-ph-open-session):
6640 Use set-process-query-on-exit-flag.
6641
6642 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6643
6644 * international/ucs-tables.el (ucs-set-table-for-input):
6645 Use make-local-variable, not make-variable-buffer-local.
6646
6647 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6648 Improve warning message text.
6649
6650 * savehist.el (savehist-save-hook): Add :group.
6651
6652 * menu-bar.el (menu-bar-help-menu):
6653 Rename Find Extra Packages to External Packages.
6654
6655 * cus-edit.el (Custom-reset-standard): Verify that
6656 :custom-standard-value prop exists before calling it.
6657
6658 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6659
6660 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6661
6662 * wid-edit.el (color): Enclose %t in %{...%}.
6663
6664 * cus-edit.el (face): Enclose %t in %{...%}.
6665
6666 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6667
6668 * savehist.el (savehist-mode-hook): Re-add the var.
6669 (savehist-mode): Use it.
6670
6671 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6672
6673 * textmodes/flyspell.el: Fix commenting convention.
6674 Remove unnecessary leading * in custom docstrings.
6675 (flyspell-emacs): Remove unused var.
6676 (flyspell-delete-region-overlays): Use remove-overlays.
6677 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6678 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6679 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6680 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6681 (make-flyspell-overlay): Don't locally reuse a global name.
6682 (flyspell-highlight-incorrect-region)
6683 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6684 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6685 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6686 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6687 Wrap calls to accept-process-output inside with-local-quit since it's
6688 often called from a post-command-hook.
6689 (flyspell-correct-word, flyspell-auto-correct-word):
6690 Use ispell-send-string.
6691 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
6692
6693 * calendar/diary-lib.el (diary-list-entries): Also hide the
6694 terminating newline.
6695
6696 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
6697
6698 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6699 window-system, to allow fonts on tty.
6700
6701 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
6702
6703 * progmodes/gud.el (gud-speedbar-item-info): New function.
6704 (gud-install-speedbar-variables): Use it to display data type
6705 of watch expression as a tooltip in speedbar.
6706
6707 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6708
6709 * font-core.el (global-font-lock-mode): Add :version keyword,
6710 because default was changed.
6711
6712 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6713
6714 * startup.el (command-line): Use `custom-reevaluate-setting' for
6715 `file-name-shadow-mode'.
6716
6717 * loadup.el: Preload rfn-eshadow.
6718
6719 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6720 Add :version keyword.
6721 (file-name-shadow-properties, file-name-shadow-tty-properties)
6722 (file-name-shadow): Add :version keyword.
6723
6724 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6725 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6726 in the custom-group property of the symbol frames and the fringe
6727 group got no link to its parent group frames.
6728 Doc fix.
6729
6730 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6731
6732 * progmodes/gud.el (gud-stop-subjob): New function.
6733 (gud-menu-map, gud-tool-bar-map): Use it.
6734
6735 2005-11-16 Kim F. Storm <storm@cua.dk>
6736
6737 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6738 than kill it.
6739 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6740 to a more useful/logical place.
6741
6742 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6743
6744 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6745 go buttons complementary.
6746
6747 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6748
6749 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6750 (rfn-eshadow-sifn-equal): New function.
6751 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6752
6753 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
6754
6755 * viper-utils.el (viper-non-word-characters-reformed-vi):
6756 Quote `-' in string.
6757
6758 * viper.el (viper-emacs-state-mode-list): Ensure that
6759 rcirc-mode buffers come up in Emacs state.
6760
6761 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6762 operation.
6763
6764 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6765
6766 * term.el (term-termcap-format): Fix typos.
6767 (term-down): Fix the negative argument case.
6768
6769 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6770
6771 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6772 2005-08-15.
6773 (gdb-ann3): New command gud-go.
6774 (menu): Accomodate gdb-mi.el.
6775 (gdb-assembler-custom): Make buffer of selected window current
6776 so that set-window-point works.
6777
6778 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6779 buttons and include new ones.
6780
6781 2005-11-16 Kim F. Storm <storm@cua.dk>
6782
6783 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6784 (gud-menu-map): Use it.
6785
6786 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6787
6788 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6789 that works correctly for Custom and that does not override a user
6790 who disables it.
6791
6792 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6793 (help-xref-interned, help-follow): Make hyperlinks for variables
6794 that are unbound, but have a non-nil variable-documentation property.
6795
6796 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6797 mode hook. (It conflicted with defcustoms for some mode hooks.)
6798 Use the `variable-documentation' property to give the mode hook a
6799 docstring and expand that docstring.
6800
6801 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6802
6803 * savehist.el (savehist-mode): Don't bother with
6804 `custom-set-minor-mode'.
6805 (savehist-coding-system): Check XEmacs version.
6806 (history-length): Declare also at run time.
6807 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6808 Don't set the customize state.
6809 (savehist-minibuffer-hook): Special case for when
6810 minibuffer-history-variable is equal to t.
6811
6812 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * files.el (write-file): Refresh VC status.
6815
6816 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6817 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6818 than fundamental-mode to see if the mode was set.
6819
6820 2005-11-14 Romain Francoise <romain@orebokech.com>
6821
6822 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6823 dummy function in `eval-when-compile' to avoid compiler warning.
6824 Require `man' at compile time.
6825
6826 2005-11-14 Jay Belanger <belanger@truman.edu>
6827
6828 * calc-alg.el (calcFunc-write-out-power): Rename it to
6829 calcFunc-powerexpand.
6830 (math-write-out-power): Rename it to math-powerexpand; have it
6831 handle negative exponents.
6832 (calc-writeoutpower): Rename it to calc-powerexpand.
6833
6834 * calc-ext.el: Change calcFunc-writeoutpower and
6835 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6836 autoloads.
6837 Add calcFunc-ldiv to autoloads.
6838
6839 * calc-arith.el (calcFunc-ldiv): New function.
6840
6841 * calc.el (calc-left-divide): New function.
6842
6843 2005-11-14 Juri Linkov <juri@jurta.org>
6844
6845 * cus-edit.el (custom-variable-prompt): Set the default value arg
6846 of completing-read.
6847
6848 * cus-dep.el (custom-make-dependencies): Reverse the list of
6849 found dependencies.
6850
6851 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6852
6853 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6854 Highlighting" entry, it is on by default now.
6855 (menu-bar-options-save): Do not save global-font-lock-mode.
6856
6857 2005-11-13 Richard M. Stallman <rms@gnu.org>
6858
6859 * textmodes/flyspell.el (flyspell-large-region):
6860 Call flyspell-accept-buffer-local-defs.
6861
6862 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6863
6864 * textmodes/flyspell.el (flyspell-notify-misspell):
6865 Fix misspelling of "Misspelling".
6866 (flyspell-process-localwords): New function.
6867 (flyspell-large-region): Call flyspell-process-localwords and
6868 flyspell-delete-region-overlays.
6869 (flyspell-delete-region-overlays): New function.
6870 (flyspell-delete-all-overlays): Call that.
6871
6872 2005-11-13 Richard M. Stallman <rms@gnu.org>
6873
6874 * help.el (help-for-help-internal): Improve doc of C-h a.
6875 (describe-key): Improve prompt; doc fix.
6876
6877 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6878
6879 * vc-svn.el (vc-svn-registered): Catch all errors.
6880
6881 * cus-dep.el (custom-make-dependencies): Typo.
6882
6883 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
6884
6885 * net/tramp-util.el (top): Fix compilation warning.
6886
6887 2005-11-13 Kim F. Storm <storm@cua.dk>
6888
6889 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6890
6891 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6892
6893 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6894 (gud-speedbar-buttons): Match on "const char *" too.
6895
6896 * progmodes/gdb-ui.el (gdb-var-create-handler)
6897 (gdb-var-list-children-handler): Match on "const char *" too.
6898 (gdb-var-evaluate-expression-handler): Match on empty string.
6899 (gdb-var-update-handler): Only call
6900 gdb-var-evaluate-expression-handler when required.
6901
6902 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6903
6904 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6905 selected window. This still doesn't work for speedbar.
6906 (gud-speedbar-buttons): Handle string expressions properly.
6907
6908 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6909 (gdb-var-create-handler): Handle string expressions properly.
6910 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6911 Handle string expressions properly. Move "type" field into regexp.
6912
6913 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6914
6915 * bookmark.el (bookmark-maybe-message): New function to reduce
6916 code duplication: invokes `message' iff baud-rate is high enough.
6917 (bookmark-write-file): Use above instead of an inline conditional.
6918 (bookmark-load): Same.
6919
6920 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6921
6922 * bookmark.el (bookmark-write-file): Don't visit the destination
6923 file, just write the data to it using write-region. This is
6924 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6925 change to avoid visiting the file in the first place.
6926
6927 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
6928
6929 * hi-lock.el (hi-lock-mode): Set the default value of
6930 font-lock-defaults.
6931
6932 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6933
6934 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6935 arg to `file-attributes'.
6936 (find-lisp-format): The UID and GID can now be strings.
6937
6938 2005-11-12 Kim F. Storm <storm@cua.dk>
6939
6940 * help.el (help-map): Bind C-h d to apropos-documentation.
6941
6942 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6943 when point is at end-of-buffer.
6944
6945 * apropos.el (apropos-match-face): Doc fix.
6946 (apropos-sort-by-scores): Add new choice `verbose'.
6947 (apropos-documentation-sort-by-scores): New defcustom.
6948 (apropos-pattern): Now contains the pattern entered by the user.
6949 (apropos-pattern-quoted): New defvar.
6950 (apropos-regexp): New defvar, containing the regexp corresponding
6951 to apropos-pattern.
6952 (apropos-all-words-regexp): Rename from apropos-all-regexp.
6953 (apropos-read-pattern): New defun. Use it to read pattern arg in
6954 interactive calls; returns list of words for a word list, and
6955 string for a regexp.
6956 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
6957 parses a list of words or regexp as returned by apropos-read-pattern.
6958 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6959 (apropos-score-doc): Return a very high score if the string
6960 entered by the user matches literally.
6961 (apropos-variable): Doc fix. Use apropos-read-pattern.
6962 (apropos-command): Doc fix. Use apropos-read-pattern and
6963 apropos-parse-pattern. Call apropos-print with nosubst=t.
6964 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
6965 apropos-parse-pattern.
6966 (apropos-documentation): Doc fix. Use apropos-read-pattern and
6967 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6968 apropos-documentation-sort-by-scores. Call apropos-print with
6969 nosubst=t.
6970 (apropos-documentation-internal): Pass doc string through
6971 substitute-key-definition before adding text properties.
6972 Highlight substring matching literal user input if possible.
6973 (apropos-documentation-check-doc-file): Remove locals beg and end.
6974 Fix calculation of score (as added twice). Pass doc string through
6975 substitute-key-definition before adding text properties.
6976 (apropos-documentation-check-elc-file): Pass doc string through
6977 substitute-key-definition before adding text properties.
6978 Highlight substring matching literal user input if possible.
6979 (apropos-print): Add new arg NOSUBST; if set, command and variable
6980 doc strings have already been passed through substitute-key-definition.
6981 Add code to handle apropos-accumulator items without score element
6982 for backwards compatibility (e.g. with woman package).
6983 Only show scores if apropos-sort-by-scores is `verbose'.
6984
6985 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6986
6987 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6988 Add jka-compr-load-suffixes to load-suffixes.
6989
6990 * jka-compr.el: Require jka-cmpr-hook.
6991 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6992 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6993 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6994 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6995 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6996 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6997 (jka-compr-uninstall): Remove entries from
6998 jka-compr-added-to-file-coding-system-alist after they are used.
6999 (jka-compr-error): Remove unused var `curbuf'.
7000 (jka-compr-file-local-copy): Remove unused var `notfound'.
7001
7002 2005-11-10 Romain Francoise <romain@orebokech.com>
7003
7004 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7005
7006 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
7007
7008 * progmodes/gud.el (gud-menu-map): Move parentheses.
7009 (gdb): New command gud-pv.
7010
7011 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7012
7013 * tar-mode.el: Remove spurious or unnecessary leading stars
7014 in docstrings.
7015 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7016 (tar-parse-octal-integer-safe): Use mapc.
7017 (tar-header-block-summarize): Remove unused var `ck'.
7018 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7019 cleared before. Obey default-enable-multibyte-characters.
7020 Use mapconcat. Simplify setting of tar-header-offset.
7021 (tar-mode-map): Move initialization inside delcaration.
7022 (tar-flag-deleted): Use `abs'.
7023 (tar-expunge-internal): Remove unused var `line'.
7024 (tar-expunge-internal): Don't hardcode point-min==1.
7025 (tar-expunge): Widen while doing set-buffer-multibyte.
7026 (tar-rename-entry): Use file-name-coding-system.
7027 (tar-alter-one-field): Don't hardcode point-min==1.
7028 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7029 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7030
7031 2005-11-10 Masatake YAMATO <jet@gyve.org>
7032
7033 * add-log.el (add-log-current-defun): Handle class::method
7034 notation of c++. Fix incorrect comment.
7035
7036 2005-11-10 Alan Mackenzie <acm@muc.de>
7037
7038 * help-fns.el (describe-variable): Make C-h v work when a variable
7039 has variable documentation yet is unbound.
7040
7041 2005-11-10 Masatake YAMATO <jet@gyve.org>
7042
7043 * man.el (Man-highlight-references): Set an empty
7044 string to `Man-arguments' if it is nil.
7045 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7046
7047 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7048
7049 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7050 commenting conventions.
7051
7052 * cus-dep.el (custom-make-dependencies): Simplify.
7053 Better follow the commenting conventions.
7054
7055 2005-11-09 Richard M. Stallman <rms@gnu.org>
7056
7057 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7058 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7059 All uses changed.
7060 (apropos-rewrite-regexp): Doc fix.
7061 (apropos-variable, apropos-command, apropos, apropos-value):
7062 Change prompt; carry through the argument renaming.
7063
7064 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7065
7066 * find-lisp.el: Require dired.
7067 (find-lisp-find-dired-internal): Do not call
7068 `abbreviate-file-name' on DIR.
7069
7070 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7071
7072 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7073
7074 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7075
7076 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7077 when using the speedbar.
7078 (gdb): New command gud-pp.
7079 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7080
7081 2005-11-09 Juri Linkov <juri@jurta.org>
7082
7083 * replace.el (occur-excluded-properties): New defcustom.
7084 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7085
7086 2005-11-08 Jay Belanger <belanger@truman.edu>
7087
7088 * calc/calc-units.el (math-convert-units): Replace any composite
7089 unit by its definition.
7090
7091 2005-11-08 Lars Hansen <larsh@soem.dk>
7092
7093 * emacs-lisp/autoload.el (update-directory-autoloads):
7094 Add obsolete function alias.
7095
7096 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7097
7098 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7099 comment-indent-function.
7100 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7101
7102 * reveal.el (reveal-post-command): Rework the handling of
7103 reveal-open-spots, so as to be more reliable. There were several
7104 tricky corner cases where an open spot might be lost, or where
7105 a closed spot might end up on the list of open spots.
7106 Only reveal text that's ellipsised.
7107
7108 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7109
7110 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7111
7112 2005-11-07 John Paul Wallington <jpw@gnu.org>
7113
7114 * ibuffer.el (ibuffer): Search iconified frames too when
7115 getting Ibuffer buffer's window.
7116
7117 2005-11-06 Richard M. Stallman <rms@gnu.org>
7118
7119 * progmodes/compile.el (compilation-internal-error-properties):
7120 save-excursion around the computation of MARKER.
7121
7122 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7123
7124 * textmodes/flyspell.el (flyspell-external-point-words):
7125 flyspell-get-word returns a list, not just a string.
7126
7127 2005-11-06 John Paul Wallington <jpw@pobox.com>
7128
7129 * ibuffer.el (ibuffer): Search all visible frames when getting
7130 Ibuffer buffer's window.
7131
7132 2005-11-07 Masatake YAMATO <jet@gyve.org>
7133
7134 * man.el (Man-reference-regexp): Accept spaces between
7135 `Man-name-regexp' and `Man-section-regexp'.
7136 (Man-apropos-regexp): New variable.
7137 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7138 if available.
7139 (Man-highlight-references, Man-highlight-references0):
7140 Handle the case when `Man-arguments' includes "-k".
7141 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7142 `TARGET'. `TARGET' can be a number, function or nil.
7143
7144 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7145
7146 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7147 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7148 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7149 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7150 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7151 (gdb-send-item): Use buffer-local-value and simplify.
7152
7153 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7154
7155 * startup.el (command-line): Use `custom-reevaluate-setting' for
7156 `global-font-lock-mode'.
7157
7158 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7159 by default, except in batch mode or when the -D option is given.
7160
7161 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7162 specified keyword args on to `define-minor-mode'. Update docstring.
7163
7164 2005-11-05 Romain Francoise <romain@orebokech.com>
7165
7166 * replace.el (occur-engine): Add marker at end of line, too.
7167
7168 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7169
7170 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7171 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7172 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7173 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7174 argument to all these routines, so the passphrase can be managed
7175 externally and passed in to the system.
7176 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7177 pgg-add-passphrase-to-cache function.
7178
7179 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7180 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7181 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7182 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7183 argument to all these routines, so the passphrase can be managed
7184 externally and passed in to the system.
7185 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7186 function.
7187
7188 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7189
7190 * font-lock.el: Don't deal with font-lock-face-attributes here,
7191 move the code ...
7192
7193 * startup.el (command-line): ... here. Use face-spec-set instead
7194 of custom-declare-face.
7195
7196 * faces.el (face-spec-set): Reset the face if spec is not nil.
7197
7198 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7199
7200 * newcomment.el (comment-region-internal): Box more tightly in the
7201 common case where there's no TAB in the boxed text.
7202
7203 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7204
7205 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7206 up-node.
7207
7208 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7209
7210 * newsticker.el: Commentary updated. Code formatting changed.
7211 (newsticker-version): Change to "1.9".
7212 (newsticker, newsticker-feed): Doc fix.
7213 (newsticker-url-list): Doc fix. Add option "Weekly".
7214 (newsticker-retrieval-interval): Add option "Weekly".
7215 (newsticker-headline-processing): Doc fix.
7216 (newsticker-auto-mark-filter): Remove.
7217 (newsticker-auto-mark-filter-list): New.
7218 (newsticker-layout, newsticker-sort-method): Doc fix.
7219 (newsticker-hide-old-items-in-newsticker-buffer)
7220 (newsticker-heading-format, newsticker-item-format)
7221 (newsticker-desc-format): Doc fix.
7222 (newsticker-show-all-rss-elements): Remove.
7223 (newsticker-show-all-news-elements): New.
7224 (newsticker-faces, newsticker-ticker): Doc fix.
7225 (remove-from-invisibility-spec): Code formatting.
7226 (newsticker--process-ids): New.
7227 (newsticker-mode): Doc fix.
7228 (newsticker-mode): Change mode-line-format.
7229 (newsticker-start): Remove debug output.
7230 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7231 (newsticker-w3m-show-inline-images): Code formatting.
7232 (newsticker-next-item): Call `force-mode-line-update'.
7233 (newsticker-previous-item): Call `force-mode-line-update'.
7234 (newsticker-next-feed): Call `force-mode-line-update'.
7235 (newsticker-previous-feed): Call `force-mode-line-update'.
7236 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7237 (newsticker-show-old-items): Do not show descs.
7238 (newsticker-hide-entry): Hide too much.
7239 (newsticker-hide-entry, newsticker-show-entry)
7240 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7241 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7242 (newsticker-toggle-auto-narrow-to-item): Code formatting.
7243 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7244 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7245 (newsticker-get-news): Call `force-mode-line-update'.
7246 Collect process ids.
7247 (newsticker--sentinel): Change coding system handling.
7248 Move image retrieval to new functions newsticker--get-logo-url-*.
7249 Move feed parsing to new functions newsticker--parse-*.
7250 Update list of process ids.
7251 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7252 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7253 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7254 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7255 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7256 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7257 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7258 (newsticker--decode-coding-string): Remove.
7259 (newsticker--decode-numeric-entities): Check input. Format code.
7260 (newsticker--remove-whitespace): Check input.
7261 (newsticker--do-forget-preformatted): Doc fix.
7262 (newsticker--decode-rfc822-date): Allow for missing time.
7263 (newsticker--update-process-ids): New.
7264 (newsticker--image-sentinel): Change comment.
7265 (newsticker--image-read): Change error message.
7266 (newsticker--imenu-goto): Doc fix. Show headline title.
7267 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7268 (newsticker--buffer-do-insert-text): Clean whitespace in
7269 html-rendered headline title. Code formatting.
7270 Call `newsticker--buffer-print-extra-elements'.
7271 (newsticker--buffer-print-extra-element): Remove.
7272 (newsticker--buffer-print-extra-elements): New.
7273 (newsticker--buffer-do-print-extra-element): New.
7274 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7275 large sizes.
7276 (newsticker--run-auto-mark-filter)
7277 (newsticker--do-run-auto-mark-filter):
7278 Use `newsticker-auto-mark-filter-list'.
7279
7280 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
7281
7282 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7283 (rcirc-print): Force redisplay before running hooks. Do long
7284 buffer truncation after making new text read-only. Deal with nil
7285 text when decoding strings. If TARGET is nil, use either the
7286 currently selected buffer, if it is an rcirc buffer and of the
7287 same process or the process buffer.
7288 (rcirc-mode): Remove header-line. Recompute short buffer names.
7289 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7290 (rcirc-short-buffer-name): Add variable.
7291 (rcirc-kill-buffer-hook): Recompute short buffer names.
7292 Remove nick from private channel.
7293 (rcirc-send-input): Send command text to current-buffer.
7294 Don't clear overlay arrow here.
7295 (rcirc-short-buffer-name): Return a short buffer name.
7296 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7297 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7298 buffer-name abbreviations.
7299 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7300 Do not touch nick-table when killing a parted channel.
7301 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7302 Clear arrow from current buffer if it is now hidden.
7303 (rcirc-current-buffer): Add variable.
7304 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7305 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7306 Remove -face from names.
7307 (rcirc-update-activity-string): Print "DND" when globally ignoring
7308 activity.
7309 (rcirc-ignore-buffer-activity-flag): Rename from
7310 rcirc-ignore-channel-activity.
7311 (rcirc-ignore-all-activity-flag): Doc fix.
7312 (rcirc-channels): Remove variable.
7313 (rcirc-kill-buffer-hook):
7314 (rcirc-get-buffer-create): Add nick to private channel.
7315 (rcirc-multiline-edit-submit): Remove tabs.
7316 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7317 folded.
7318 (rcirc-remove-nick-channel): Bug fix.
7319 (rcirc-toggle-ignore-buffer-activity): Rename from
7320 rcirc-toggle-ignore-channel-activity.
7321 (rcirc-record-activity): Add buffers to the front of the list.
7322 (rcirc-update-activity): Remove killed buffers from list.
7323 (rcirc-process-server-response-1): Remove last argument if it is
7324 null before calling handler.
7325 (rcirc): Add "rcirc" defcustom prefix.
7326 (rcirc-prompt): Simplify default prompt.
7327 Use custom-initialize-default.
7328 (rcirc-private-chats): Remove variable.
7329 (rcirc-prompt): Change initialization.
7330 (rcirc-version): Remove function.
7331 (rcirc-id-string): Add constant.
7332 (rcirc-last-buffer): Remove variable.
7333 (rcirc-buffer-alist): Add variable.
7334 (rcirc-connect): Update variable setup.
7335 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7336 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7337 default.
7338 (rcirc-handler-generic): Trigger activity.
7339 (rcirc-send-message): Create the buffor of the target.
7340 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7341 (rcirc-get-buffer): Just return nil if there is no matching buffer.
7342 (rcirc-multiline-edit-cancel): Remove function.
7343 (rcirc-set-last-buffer): Remove function.
7344 (rcirc-get-any-buffer): Add function.
7345 (rcirc-join-channels): Don't print /join text.
7346 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7347 messages.
7348 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7349 (rcirc-handler-NOTICE): Recognize CTCP responses.
7350 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7351 constructing TOPIC string for buffers we are not JOINed.
7352 (rcirc-handler-CTCP-response): Add handler.
7353 (rcirc-multiline-edit-submit): Restore the window-configuration
7354 before adjusting point.
7355 (rcirc): Add customization group.
7356 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7357 (rcirc-user-full-name, rcirc-startup-channels-alist)
7358 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7359 (rcirc-ignore-all-activity-flag, rcirc-time-format)
7360 (rcirc-input-ring-size, rcirc-read-only-flag)
7361 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7362 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7363 Change defvar to defcustom.
7364 (rcirc-update-prompt): Add optional ALL arg, which will update
7365 prompts in all rcirc buffers. Regexp quote replacement text.
7366 (rcirc-fill-column): Accept frame-width as a value.
7367 (rcirc-set-changed): Add function.
7368 (rcirc-next-active-buffer): Write more meaningful messages.
7369 (rcirc-faces): Add customization group.
7370 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7371 (rcirc-nick-in-message-face, rcirc-prompt-face)
7372 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7373 (with-rcirc-process-buffer): Move before first usage.
7374 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7375 (rcirc-debug-flag): Rename from `rcirc-log-p'.
7376 (rcirc-debug): Rename from `rcirc-log'.
7377 (rcirc-format-response-string): Do not print `-' chars for a
7378 NOTICE with no sender. Simplify output of server responses.
7379
7380 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7381
7382 (rcirc-browse-url-map, rcirc-browse-url-at-point)
7383 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7384 Make urls mouse and RET clickable.
7385
7386 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7387
7388 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7389
7390 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7391
7392 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7393 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7394 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7395 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7396 argument to all these routines, so the passphrase can be managed
7397 externally and passed in to the system.
7398 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7399 pgg-add-passphrase-to-cache function.
7400
7401 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7402 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7403 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7404 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7405 argument to all these routines, so the passphrase can be managed
7406 externally and passed in to the system.
7407 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7408 function.
7409
7410 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
7411
7412 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7413 from goto-address-url-regexp.
7414
7415 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
7416
7417 * textmodes/org.el (org-read-date, org-goto-calendar)
7418 (org-recenter-calendar, org-agenda-goto-calendar):
7419 Temporarily clear `calendar-move-hook'.
7420
7421 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
7422
7423 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7424 merging.
7425
7426 * ediff-util.el (ediff-previous-difference): Don't skip regions that
7427 have merge clashes.
7428
7429 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7430
7431 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7432 Undo previous change.
7433
7434 * startup.el (command-line): Use `custom-reevaluate-setting' for
7435 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
7436 tty-register-default-colors on Mac.
7437
7438 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7439
7440 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7441 (gdb-buffer-type): Make it automatically buffer local...
7442 (gdb-get-create-buffer): ...and set it accordingly.
7443 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7444 actually work.
7445
7446 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
7447
7448 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7449 not red.
7450
7451 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7452
7453 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7454 case GUD buffer is not visible.
7455 (gdb-goto-breakpoint): Try to force display in source buffer.
7456 (gdb-frame-gdb-buffer): Copy other similar functions.
7457 (gdb-restore-windows): Don't display source if not asked for.
7458 (gdb-assembler-buffer-name): Don't capitalise.
7459
7460 2005-11-03 Richard M. Stallman <rms@gnu.org>
7461
7462 * wid-edit.el (key-sequence): New widget type.
7463
7464 * simple.el (set-mark-command-repeat-pop): New variable.
7465 (set-mark-command): Only interpret plan C-@ after a pop as a pop
7466 if set-mark-command-repeat-pop is true.
7467
7468 * info.el (Info-fontify-node): Don't display extra "see" if there
7469 already is one here.
7470
7471 * mouse.el: Fix special handling of DEL after dragging a region:
7472 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7473 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
7474
7475 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7476
7477 * textmodes/ispell.el (ispell-command-loop): Change `i' description
7478 not to assume it pertains to an affix.
7479
7480 * textmodes/flyspell.el (flyspell-post-command-hook):
7481 Bind deactivate-mark to prevent deactivation.
7482
7483 2005-11-03 Lars Hansen <larsh@soem.dk>
7484
7485 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7486 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7487 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7488
7489 2005-11-03 Romain Francoise <romain@orebokech.com>
7490
7491 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
7492 Update copyright years.
7493
7494 2005-11-03 Sam Steingold <sds@gnu.org>
7495
7496 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7497 Use system-type instead of window-system because window-system is not
7498 correctly defined during loadup.
7499
7500 2005-11-02 Mark A. Hershberger <mah@everybody.org>
7501
7502 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7503 (xml-parse-tag): Join strings separated by a comment properly.
7504
7505 2005-11-02 Andreas Schwab <schwab@suse.de>
7506
7507 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7508
7509 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7512 (byte-optimize-pure-func): Quote the eval'd value.
7513
7514 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7515 Rename from perl-font-lock-syntactic-face-function.
7516 Change the calling convention so it can be used as a font-lock MATCHER.
7517 Do the parse-partial-sexp loop outselves.
7518 (perl-font-lock-syntactic-keywords): Use it.
7519 (perl-mode): Don't set font-lock-syntactic-face-function any more.
7520
7521 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
7522
7523 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7524 disassembly buffer too.
7525 (gdb-exited): Remove overlay arrows when execution has finished.
7526 (gdb-info-frames-custom, gdb-info-threads-custom)
7527 (gdb-info-registers-custom): Don't add inappropriate text
7528 properties if inferior is not active.
7529
7530 2005-11-02 Glenn Morris <rgm@gnu.org>
7531
7532 * progmodes/fortran.el (fortran-blink-match):
7533 Use `blink-matching-delay'.
7534
7535 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
7536
7537 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7538
7539 2005-11-02 Lars Hansen <larsh@soem.dk>
7540
7541 * net/tramp.el (tramp-action-out-of-band): Handle scp message
7542 "Permission denied".
7543
7544 2005-11-01 Richard M. Stallman <rms@gnu.org>
7545
7546 * textmodes/flyspell.el (flyspell-external-point-words):
7547 Pass nil to flyspell-get-word.
7548
7549 2005-11-02 Kim F. Storm <storm@cua.dk>
7550
7551 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7552 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7553
7554 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7555
7556 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7557 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7558 (calendar-mouse-print-dates): Add optional `event' argument.
7559 Update interactive-spec.
7560 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7561 Use `calendar-event-to-date' instead of `event'.
7562
7563 2005-11-02 Masatake YAMATO <jet@gyve.org>
7564
7565 * progmodes/ld-script.el (ld-script-builtins):
7566 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7567 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7568 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7569
7570 2005-11-01 Romain Francoise <romain@orebokech.com>
7571
7572 * vc-sccs.el: Update copyright year.
7573 * ezimage.el: Likewise.
7574
7575 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
7576
7577 * info.el (Info-fontify-node): Use `string-width' for fontifying
7578 underlined titles.
7579
7580 2005-11-01 Juri Linkov <juri@jurta.org>
7581
7582 * info.el (Info-fontify-node): Downcase node header keywords Node,
7583 Prev, Next, Up before comparison.
7584 (Info-history): Insert absolute directory name, and put invisible
7585 property on it.
7586
7587 2005-11-01 Juri Linkov <juri@jurta.org>
7588
7589 * info.el (Info-file-supports-index-cookies): New variable.
7590 (Info-find-node-2): Check makeinfo version for index cookie support.
7591 (Info-index-nodes): Search for nodes with index cookies only when
7592 Info-file-supports-index-cookies is t. Otherwise, search nodes
7593 with "Index" in the node name.
7594 (Info-index-node): Search index cookie in the current node only when
7595 Info-file-supports-index-cookies is t. Otherwise, check the word
7596 "Index" in the node name.
7597 (Info-find-emacs-command-nodes): Remove code that searches nodes
7598 with "Index" node name in the top menu.
7599
7600 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7601
7602 * progmodes/scheme.el (scheme-mode-variables): Use the default
7603 comment-indent-function.
7604
7605 * faces.el (face-attribute): Handle the case where a face inherits from
7606 a non-existent face.
7607
7608 * simple.el (eval-expression-print-format): Use lisp-readable syntax
7609 for octal and hexa output, and merge the char into the paren.
7610 (kill-new): Use push.
7611 (copy-to-buffer): Use with-current-buffer.
7612 (completion-setup-function): Move code in loop to remove redundancy.
7613 (minibuffer-local-must-match-map): Don't add bindings that duplicate
7614 those inherited from minibuffer-local-completion-map.
7615
7616 * savehist.el (savehist-mode) <defcustom>:
7617 Use custom-set-minor-mode if available.
7618 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7619 and emit a message if applicable.
7620
7621 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
7622
7623 * savehist.el: Sync up to version 19.
7624 (savehist-mode): New minor mode.
7625 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7626 (savehist-length): Remove (use history-length instead).
7627 (savehist-file-modes): Rename from savehist-modes.
7628 (savehist-save-hook, savehist-loaded): New vars.
7629 (savehist-load): Use savehist-mode. Try to smooth up transition from
7630 old format to new format.
7631 (savehist-install): Allow savehist-autosave-interval to be nil.
7632 (savehist-save): Run the new hook. Be more careful to only trim the
7633 history variables.
7634 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
7635 (savehist-printable): Print into a buffer rather than char-by-char.
7636
7637 2005-11-01 John Wiegley <johnw@newartisans.com>
7638
7639 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7640 toggle-ignore keybinding (C-a). The author said it had been
7641 disabled much earlier due to a possible incompatibility, but after
7642 many months of usage I have encountered no problems (and it is a
7643 rather useful option, especially for switching to " *temp*").
7644
7645 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7646 support for OS/X's AddressBook, by calling out to the open source
7647 program "contacts" (installable through Fink).
7648
7649 * net/eudc.el (eudc-expand-inline): If the
7650 `eudc-multiple-match-handling-method' is set to `all', delete the
7651 query string before inserting the query result.
7652
7653 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7654 flag, to prevent Eshell from using the system ls when
7655 `eshell-ls-insert-directory' is in used.
7656 (eshell-ls-insert-directory): Disable font-lock in directory
7657 buffer so that Eshell's own fontification is seen. This broke
7658 recently due to changes in font-lock, so this goes back to version
7659 21 behavior.
7660
7661 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7662
7663 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7664 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7665 (gdb-many-windows): Doc fix.
7666
7667 2005-10-31 Romain Francoise <romain@orebokech.com>
7668
7669 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7670
7671 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7672
7673 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7674 that global-font-lock-mode can be enabled by default.
7675
7676 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7677 (font-lock-add-keywords, font-lock-remove-keywords)
7678 (font-lock-fontify-buffer): Remove autoload cookies.
7679
7680 * jit-lock.el (jit-lock-register): Likewise.
7681
7682 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7683
7684 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7685
7686 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7687 intact if there is no gud-comint-buffer.
7688
7689 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7690
7691 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7692 old prompt comint-prompt-read-only is t and GDB commands are
7693 issued from tool bar etc.
7694
7695 2005-10-31 Masatake YAMATO <jet@gyve.org>
7696
7697 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7698
7699 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7700
7701 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7702 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7703
7704 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
7705
7706 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7707 starting at beginning of line. Fontification is messed up when
7708 `open-paren-in-column-0-is-defun-start' set to t.
7709 Reported by John Paul Wallington <jpw@pobox.com>.
7710
7711 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7712
7713 * comint.el (comint-send-input): Call `comint-update-fence' when
7714 `comint-process-echoes' and `comint-prompt-read-only' are both
7715 non-nil, to avoid leftover read-only newline.
7716
7717 2005-10-30 Richard M. Stallman <rms@gnu.org>
7718
7719 * textmodes/flyspell.el (flyspell-external-point-words):
7720 Detect when WORD can't be checked properly because
7721 flyspell-get-word finds just part of it, and move on.
7722
7723 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7724 boundarychar for Polish.
7725 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7726 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7727
7728 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7729
7730 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7731 (gdb-registers-font-lock-keywords): Delete.
7732 (gdb-registers-mode): Don't fontify.
7733 (gdb-info-registers-custom): Use text properties instead as, in
7734 future, changed register values will use font-lock-warning-face.
7735 (gdb-local-font-lock-keywords): Rename to...
7736 (gdb-locals-font-lock-keywords): ...for consistency.
7737
7738 2005-10-30 Andre Spiegel <spiegel@gnu.org>
7739
7740 * vc.el (vc-switch-backend): Better error message if the buffer is
7741 not visiting a file under version control.
7742
7743 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7744
7745 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7746
7747 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7748 ~/.emacs.d/.emacs.
7749
7750 2005-10-29 Richard M. Stallman <rms@gnu.org>
7751
7752 * replace.el (occur-mode-mouse-goto): Always go to other window.
7753 (occur-mode-goto-occurrence): Always switch in same window.
7754
7755 * simple.el (undo): Display message at end, not at start.
7756
7757 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7758 New arg REUSE-CELL.
7759 (cancel-timer-internal): New function.
7760 (timer-event-handler): Use cancel-timer-internal,
7761 and pass the cell it returns to timer-activate...
7762
7763 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7764 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7765 (jit-lock-after-change): Test memory-full.
7766
7767 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7768
7769 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7770 part of the decoded armor to find the key-identifier.
7771 (pgg-gpg-lookup-key-owner): New function to return the
7772 human-readable identifier of a key owner.
7773 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7774 key itself.
7775 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7776 the key value) if we have a key and can match it against a secret
7777 key. Also, added a note pointing out fact that the prompt only
7778 indicates the first matching key.
7779
7780 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7781 pgg-decrypt-region.
7782 (pgg-pending-timers): A new hash for tracking the passphrase cache
7783 timers, so that new ones supercede old ones.
7784 (pgg-add-passphrase-to-cache): Rename from
7785 `pgg-add-passphrase-cache' to reduce confusion (all callers
7786 changed). Modified to cancel old timers when new ones are added.
7787 (pgg-remove-passphrase-from-cache): Rename from
7788 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7789 changed). Modified to cancel old timers when their keys are
7790 removed from the cache.
7791 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7792 XEmacs, an indirection to delete-itimer.
7793 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7794 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7795 users can only check cache without risk of prompting. Correct bug in
7796 notruncate behavior.
7797 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7798 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7799 Add informative docstrings.
7800 (pgg-decrypt): Convey provided passphrase in subordinate call to
7801 pgg-decrypt-region.
7802
7803 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7804 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7805 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7806 `passphrase' argument, so the passphrase can be managed externally
7807 and then passed in to the system.
7808
7809 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7810 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7811 so the passphrase cache can be used reliably with identifiers
7812 besides a pgp packet's key id.
7813
7814 * pgg-gpg.el (pgg-pgp-encrypt-region)
7815 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7816 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7817 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7818 argument to all these routines, so the passphrase can be managed
7819 externally and passed in to the system.
7820
7821 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7822 `notruncate' argument, so the passphrase cache can be used
7823 reliably with identifiers besides a pgp packet's key id.
7824
7825 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7826
7827 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7828 symmetric encryption.
7829 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7830 encrypted session key.
7831 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7832 message ask for the passphrase in a proper way.
7833
7834 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7835 New user commands for symmetric encryption.
7836
7837 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7838
7839 * textmodes/conf-mode.el (conf-assignment-sign)
7840 (conf-assignment-regexp): Fix docstrings.
7841 (conf-mode-initialize): New function.
7842 (conf-mode): Remove optional args. Use delay-mode-hooks to
7843 recognize recursive calls.
7844 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7845 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7846 (conf-xdefaults-mode): Use define-derived-mode and
7847 conf-mode-initialize.
7848
7849 2005-10-29 Romain Francoise <romain@orebokech.com>
7850
7851 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7852
7853 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7854
7855 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7856 part of the decoded armor to find the key-identifier.
7857 (pgg-gpg-lookup-key-owner): New function to return the
7858 human-readable identifier of a key owner.
7859 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7860 key itself.
7861 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7862 the key value) if we have a key and can match it against a secret
7863 key. Also, added a note pointing out fact that the prompt only
7864 indicates the first matching key.
7865
7866 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7867 pgg-decrypt-region.
7868 (pgg-pending-timers): A new hash for tracking the passphrase cache
7869 timers, so that new ones supercede old ones.
7870 (pgg-add-passphrase-to-cache): Rename from
7871 `pgg-add-passphrase-cache' to reduce confusion (all callers
7872 changed). Modified to cancel old timers when new ones are added.
7873 (pgg-remove-passphrase-from-cache): Rename from
7874 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7875 changed). Modified to cancel old timers when their keys are
7876 removed from the cache.
7877 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7878 XEmacs, an indirection to delete-itimer.
7879 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7880 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7881 users can only check cache without risk of prompting. Correct bug in
7882 notruncate behavior.
7883 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7884 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7885 Add informative docstrings.
7886 (pgg-decrypt): Convey provided passphrase in subordinate call to
7887 pgg-decrypt-region.
7888
7889 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
7890
7891 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7892 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7893 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7894 `passphrase' argument, so the passphrase can be managed externally
7895 and then passed in to the system.
7896
7897 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7898 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7899 so the passphrase cache can be used reliably with identifiers
7900 besides a pgp packet's key id.
7901
7902 * pgg-gpg.el (pgg-pgp-encrypt-region)
7903 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7904 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7905 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7906 argument to all these routines, so the passphrase can be managed
7907 externally and passed in to the system.
7908
7909 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7910 `notruncate' argument, so the passphrase cache can be used
7911 reliably with identifiers besides a pgp packet's key id.
7912
7913 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7914
7915 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7916 symmetric encryption.
7917 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7918 encrypted session key.
7919 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7920 message ask for the passphrase in a proper way.
7921
7922 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7923 New user commands for symmetric encryption.
7924
7925 2005-10-28 Bill Wohler <wohler@newt.com>
7926
7927 * help-mode.el (help-url): New button type. Calls browse-url.
7928 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7929 Similar to Info nodes: URL `url'.
7930 (help-make-xrefs): Create help-url buttons for
7931 help-xref-url-regexp matches.
7932
7933 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
7934
7935 * tool-bar.el (tool-bar-add-item-from-menu)
7936 (tool-bar-local-item-from-menu): Fix doc strings.
7937
7938 2005-10-28 Romain Francoise <romain@orebokech.com>
7939
7940 * ldefs-boot.el: Update.
7941
7942 * subr.el (locate-library): Move from help-fns.el.
7943 * help-fns.el (locate-library): Move to subr.el.
7944
7945 2005-10-28 Richard M. Stallman <rms@gnu.org>
7946
7947 * net/tramp.el (tramp-completion-mode): defvar moved up.
7948
7949 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7950
7951 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7952
7953 * files.el (find-file-noselect): Use %d to format large file size.
7954
7955 * bindings.el (mode-line-format): Add %e.
7956
7957 * loadup.el ("facemenu"): Load unconditionally.
7958 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7959 ("x-dnd"): Load, when appropriate.
7960
7961 * startup.el (command-line): Call before-init-hook earlier.
7962 Warn about some bad characters in -u user name.
7963
7964 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7965 (flyspell-external-point-words): Error if misspelled word is not found.
7966 Set flyspell-large-region-beg at end of word.
7967
7968 2005-10-28 Andreas Schwab <schwab@suse.de>
7969
7970 * view.el (View-revert-buffer-scroll-page-forward):
7971 Use view-page-size-default.
7972
7973 2005-10-28 Juri Linkov <juri@jurta.org>
7974
7975 * international/quail.el (quail-get-current-str): Translate last
7976 raw character for deterministic input methods.
7977
7978 2005-10-27 Jay Belanger <belanger@truman.edu>
7979
7980 * calc/calc-ext.el: Add functions to autoloads.
7981 (math-identity-matrix-p, math-ident-row-p): New functions.
7982
7983 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7984 multiplication by an identity matrix; don't turn multiplication by
7985 an inverse matrix into division.
7986 (math-div-symbol-fancy): Replace division by matrices with
7987 multiplication by inverse.
7988
7989 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7990
7991 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7992 (calc-writeoutpower): New functions.
7993
7994 2005-10-27 Romain Francoise <romain@orebokech.com>
7995
7996 * replace.el (occur-engine): Include colon in mouse-face highlight.
7997
7998 * dired-x.el: Change Maintainer field.
7999
8000 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
8001
8002 * longlines.el (longlines-mode): Bind after-change-functions to
8003 nil during initial decoding and final encoding.
8004
8005 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
8006
8007 * term.el (term-emulate-terminal, term-handle-colors-array)
8008 (term-handle-ansi-escape): Specify the terminfo capabilities
8009 implemented.
8010
8011 2005-10-26 Richard M. Stallman <rms@gnu.org>
8012
8013 * info.el (Info-fontify-node): Fix detection of sentence-break
8014 before *Note.
8015
8016 2005-10-26 Romain Francoise <romain@orebokech.com>
8017
8018 * smerge-mode.el: Add `tools' to file keywords.
8019
8020 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8021
8022 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8023 when the fringe is not available.
8024
8025 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8026 (def-gdb-auto-update-trigger): Simplify construction.
8027 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8028 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8029 defined explicitly.
8030 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8031 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8032 defined explicitly.
8033 (gdb-info-locals-custom): Remove as it's a no-op.
8034
8035 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8036
8037 * longlines.el (longlines-mode): Remove narrowing before
8038 performing the initial decoding or final encoding.
8039
8040 2005-10-25 Romain Francoise <romain@orebokech.com>
8041
8042 * emacs-lisp/find-func.el (find-library-name): Also strip
8043 extension if library name ends in .el, to take advantage of
8044 `find-library-suffixes'.
8045
8046 2005-10-25 Richard M. Stallman <rms@gnu.org>
8047
8048 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8049
8050 2005-10-25 Juri Linkov <juri@jurta.org>
8051
8052 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8053 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8054
8055 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8056
8057 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8058 (blackbox-redefine-key): Add argument `map'.
8059
8060 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8061 regions when moving the jit-lock-context-unfontify-pos boundary.
8062
8063 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8064
8065 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8066
8067 2005-10-25 Masatake YAMATO <jet@gyve.org>
8068
8069 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8070
8071 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8072
8073 * play/blackbox.el (blackbox-redefine-key): New function.
8074 (blackbox-mode-map): Use it to remap existing bindings for cursor
8075 motion instead of binding literal keys.
8076
8077 2005-10-25 Glenn Morris <rgm@gnu.org>
8078
8079 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8080 diary does not end in a newline. Do not assume a blank line at
8081 the start of the diary file.
8082
8083 2005-10-25 Kenichi Handa <handa@m17n.org>
8084
8085 * international/quail.el (quail-translate-key): If the input
8086 method is deterministic and failed to handle the last key, restart
8087 the key handling loop from an appropriate key.
8088
8089 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8090
8091 * vc.el (vc-dired-mode): Extend comment for binding of
8092 `directory-listing-before-filename-regexp'.
8093
8094 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8095
8096 * textmodes/texinfo.el (texinfo-mode):
8097 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8098 not to unnecessarily expose emacs-mule's internal char codes.
8099
8100 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8101
8102 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8103 Display hand pointer and help-echo on disabled icon too.
8104 (gdb-mouse-until): New function.
8105 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8106
8107 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8108
8109 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8110 with 2005-10-23 change to doctor.el.
8111
8112 * finder.el (finder-mode-map): Add follow-link binding.
8113
8114 2005-10-25 Kim F. Storm <storm@cua.dk>
8115
8116 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8117 to gdb-mouse-toggle-breakpoint-fringe.
8118 (gdb-mouse-toggle-breakpoint-margin): Rename from
8119 gdb-mouse-toggle-breakpoint. Fix doc.
8120 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8121 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8122 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8123 string properties also for fringe breakpoint bitmaps.
8124
8125 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8126
8127 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8128
8129 2005-10-25 Masatake YAMATO <jet@gyve.org>
8130
8131 * simple.el (completion-common-substring):
8132 Use `completion-common-substring' prior to `completion-base-size'.
8133
8134 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8135
8136 * savehist.el: Require CL while compiling.
8137 (savehist-history-variables): Remove.
8138 (savehist-save-minibuffer-history, savehist-additional-variables)
8139 (savehist-minibuffer-history-variables): New vars.
8140 (savehist-save): Use them.
8141 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8142 (savehist-install): New fun, extracted from savehist-load.
8143 (savehist-load): Use them.
8144
8145 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8148 a dummy doc-string-elt property.
8149 (defalias, defvaralias, define-category): Add a docstring property.
8150
8151 * image.el (defimage):
8152 * widget.el (define-widget):
8153 * custom.el (defface, defcustom): Add `doc-string' declaration.
8154
8155 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8156 (defadvice): Add `doc-string' declaration.
8157
8158 * emacs-lisp/byte-run.el (macro-declaration-function):
8159 Handle `doc-string' declarations.
8160 (define-obsolete-function-alias, define-obsolete-variable-alias):
8161 Add `doc-string' declaration.
8162
8163 2005-10-24 Kenichi Handa <handa@m17n.org>
8164
8165 * international/utf-7.el (utf-7): Add autoload cookie.
8166
8167 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8168
8169 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8170
8171 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8172 list of directories passed to batch-update-autoloads. Add "." to
8173 the list of the echoed directories.
8174
8175 * pgg-def.el:
8176 * pgg-gpg.el:
8177 * pgg-parse.el:
8178 * pgg-pgp.el:
8179 * pgg-pgp5.el:
8180 * pgg.el: Moved here from the gnus subdirectory.
8181
8182 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8183
8184 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8185 in case comint-prompt-read-only is set to t.
8186
8187 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8188 in case comint-prompt-read-only is set to t.
8189
8190 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8191
8192 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8193 Now a string.
8194 (icalendar-import-format): Handle CLASS, STATUS, URL.
8195 Rename `subject' to `summary'.
8196 (icalendar-import-format-summary): Rename from
8197 `icalendar-import-format-subject'.
8198 (icalendar-import-format-url, icalendar-import-format-status)
8199 (icalendar-import-format-class): New variables.
8200 (icalendar--rris): Take variable argument list.
8201 (icalendar--datestring-to-isodate): Remove unnecessary
8202 calendar-style check when converting dates with explicit month names.
8203 (icalendar-export-region): Change return type of conversion
8204 subroutines. Bury current buffer unless error occurred.
8205 (icalendar--convert-to-ical)
8206 (icalendar--parse-summary-and-rest): New functions.
8207 (icalendar--convert-ordinary-to-ical)
8208 (icalendar--convert-weekly-to-ical)
8209 (icalendar--convert-yearly-to-ical)
8210 (icalendar--convert-block-to-ical)
8211 (icalendar--convert-cyclic-to-ical)
8212 (icalendar--convert-anniversary-to-ical): Change return type.
8213 Strip trailing blanks from subject.
8214 (icalendar--convert-sexp-to-ical): Change return type.
8215 Strip trailing blanks from subject. Handle simple sexp
8216 entries as generated by icalendar.el.
8217 (icalendar--convert-float-to-ical)
8218 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8219 (icalendar-import-file): Doc fix.
8220 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8221 Correct call to icalendar--rris.
8222 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8223 `summary'.
8224 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8225
8226 2005-10-24 Romain Francoise <romain@orebokech.com>
8227
8228 * server.el (server-sentinel): Set query-on-exit flag to nil on
8229 new client processes (it isn't inherited from the server process).
8230
8231 * replace.el (occur-engine): Rearrange text properties.
8232
8233 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8236 case-fold-search is nil.
8237 (debug-help-follow): Use help-xref-interned directly.
8238
8239 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8240
8241 * thumbs.el (thumbs-image-type): Add .pbm.
8242
8243 2005-10-23 Richard M. Stallman <rms@gnu.org>
8244
8245 * faces.el (inhibit-face-set-after-frame-default): New variable.
8246 (set-face-attribute): Bind it.
8247 (face-set-after-frame-default): Test it.
8248
8249 * help-fns.el (describe-simplify-lib-file-name): New function.
8250 (describe-function-1, describe-variable): Use it.
8251
8252 * faces.el (describe-face): Use describe-simplify-lib-file-name.
8253
8254 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8255 Eliminate nil as possible value.
8256 (tooltip-hide-delay): Reduce internal-border-width.
8257
8258 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8259 (menu-bar-file-menu) <new-file>: Likewise.
8260
8261 * simple.el (line-move-finish): Ignore fields computing LINE-END.
8262
8263 * international/mule.el (load-with-code-conversion):
8264 Pass full file name to `eval-buffer' unless preloading.
8265
8266 * textmodes/flyspell.el (flyspell-large-region):
8267 Call ispell-check-version.
8268
8269 * textmodes/ispell.el (ispell-local-dictionary-overridden):
8270 Fix the make-variable-buffer-local call that was supposed
8271 to be for this variable.
8272 (ispell-aspell-supports-utf8): Doc fix.
8273 (ispell-find-aspell-dictionaries): Preserve elements of
8274 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8275 (ispell-aspell-find-dictionary): Return nil on error.
8276
8277 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8278 (doctor-symptoms): Likewise.
8279
8280 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8281
8282 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8283
8284 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8285 (custom-raised-buttons): Add :set spec.
8286 (custom-button-unraised, custom-button-pressed-unraised):
8287 New faces, so that custom-raised-buttons actually does something.
8288 (custom-mode): Use custom-button and custom-button-pressed.
8289
8290 * wid-edit.el (widget-specify-button): Don't ignore
8291 widget-mouse-face on graphic terminals.
8292 (widget-move-and-invoke): Cleanup.
8293
8294 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8295
8296 * whitespace.el (whitespace-cleanup): Doc fix.
8297
8298 2005-10-23 Romain Francoise <romain@orebokech.com>
8299
8300 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8301 `eval-after-load' to avoid evaluating their result.
8302
8303 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8304
8305 * files.el (directory-listing-before-filename-regexp):
8306 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
8307
8308 * dired.el (dired-move-to-filename-regexp): Remove.
8309 All occurences replaced by `directory-listing-before-filename-regexp'.
8310
8311 * dired-x.el, locate.el, vc.el:
8312 Replace `dired-move-to-filename-regexp' by
8313 `directory-listing-before-filename-regexp'. In vc.el it is
8314 overwritten locally; maybe this can be handled in files.el too.
8315
8316 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
8317 replaced by `directory-listing-before-filename-regexp'.
8318
8319 2005-10-23 Andreas Schwab <schwab@suse.de>
8320
8321 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8322 and eval-next-after-load.
8323
8324 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8325
8326 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8327 exist, create it.
8328
8329 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8330
8331 * allout.el: Remove autoloads for mailcrypt and crypt++.
8332 Require pgg, pgg-gpg during compilation.
8333 (allout-version): Increment version number to 2.1, and use a literal
8334 rather than RCS Id.
8335 (allout-default-encryption-scheme): Remove.
8336 (allout-passphrase-verifier-handling)
8337 (allout-passphrase-verifier-string)
8338 (allout-file-passphrase-verifier-string)
8339 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8340 (allout-passphrase-hint-handling): Rename and simplify.
8341 (allout-init): Use `find-file-hook' if available, otherwise
8342 `find-file-hooks'.
8343 (allout-mode): Use `write-file-functions' if available, otherwise
8344 `local-write-file-hooks' and, instead of making auto-save-hook
8345 buffer local, make the write-file-hook activity contingent to
8346 allout-mode.
8347 (allout-mode): Use key-binding substitution in the docstring.
8348 (allout-kill-line): Spell-out kill ring data structure mutation
8349 instead of using byte-compiler-complaint-provoking `pop'.
8350 (allout-insert-listified): Use `insert' rather than `insert-string'
8351 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8352 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8353 (allout-encrypt-string): Totally revamped vis new underlying
8354 encryption facilities.
8355 (allout-mc-activate-passwd): Remove.
8356 (allout-obtain-passphrase): New, more or less replaces
8357 allout-mc-activate-passwd.
8358 (allout-encrypted-key-info): More or less replaces
8359 allout-encrypted-text-type.
8360 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8361 (my-mark-marker): Use `(featurep 'xemacs)'.
8362
8363 2005-10-23 Lars Hansen <larsh@soem.dk>
8364
8365 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8366 (byte-compile-file-form-defmumble, byte-compile-defun)
8367 (byte-compile-defmacro): Use it.
8368 (byte-compile-form): Don't call byte-compile-set-symbol-position
8369 when a byte-compile handler is called.
8370
8371 2005-10-22 Romain Francoise <romain@orebokech.com>
8372
8373 * savehist.el (savehist-history-variables): Add `grep-find-history'.
8374
8375 * subr.el (eval-after-load): Convert library name to an absolute
8376 file name using locate-library, since load-history no longer has
8377 library names in it.
8378
8379 2005-10-22 Richard M. Stallman <rms@gnu.org>
8380
8381 * files.el (make-temp-file): Move from subr.el.
8382 * subr.el (make-temp-file): Move to files.el.
8383
8384 * window.el (get-buffer-window-list): Move from subr.el.
8385 * subr.el (get-buffer-window-list): Move to window.el.
8386
8387 * image.el (image-load-path): Use eval-at-startup to initialize.
8388
8389 * subr.el (eval-at-startup): New macro.
8390
8391 * subr.el: Much rearrangement of functions and division
8392 into pages. No code changes.
8393
8394 2005-10-22 Kenichi Handa <handa@m17n.org>
8395
8396 * tar-mode.el (tar-extract): Be sure to call
8397 find-operation-coding-system if set-auto-coding doesn't find a
8398 coding system.
8399
8400 2005-10-22 Kim F. Storm <storm@cua.dk>
8401
8402 * image.el (image-type-header-regexps): Rename from image-type-regexps.
8403 Change users.
8404 (image-type-file-name-regexps): New defconst.
8405 (image-type-from-data): Simplify loop.
8406 (image-type-from-buffer): New defun.
8407 (image-type-from-file-header): Use it instead of image-type-from-data.
8408 Use image-search-load-path instead of only looking in data-directory.
8409 (image-type-from-file-name): New defun.
8410 (image-search-load-path): Change `pathname' to `filename'.
8411 Make PATH arg optional, default to image-load-path.
8412
8413 2005-10-21 Richard M. Stallman <rms@gnu.org>
8414
8415 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8416
8417 * textmodes/paragraphs.el (sentence-end-base): New variable.
8418 (sentence-end): Use sentence-end-base.
8419
8420 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8421
8422 * font-lock.el (font-lock-default-fontify-region): Check the multiline
8423 property independently from the font-lock-multiline variable.
8424
8425 2005-10-21 Richard M. Stallman <rms@gnu.org>
8426
8427 * emacs-lisp/find-func.el (find-library-name): Doc fix.
8428
8429 * startup.el (command-line): Convert library names
8430 in `load-history' to absolute file names.
8431
8432 * subr.el (symbol-file): Doc fix.
8433
8434 * loadhist.el (file-loadhist-lookup): Call locate-library
8435 instead of find-library-name. Don't try converting
8436 abs file names to library names, since load-history no longer
8437 has library names in it.
8438 (file-dependents, file-provides, file-requires): Doc fixes.
8439
8440 2005-10-21 Juri Linkov <juri@jurta.org>
8441
8442 * progmodes/etags.el (tags-table-mode): New function.
8443 (tags-verify-table): Replace initialize-new-tags-table with
8444 tags-table-mode.
8445
8446 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8447 default value.
8448 (desktop-modes-not-to-save): Add tags-table-mode to the
8449 default value.
8450
8451 * info.el (Info-index-next): Add total number of index
8452 alternatives to the message.
8453
8454 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8455 backward only space (instead of space and period) before looking
8456 at sentence end.
8457
8458 * simple.el (set-variable): Use user-variable-p instead of symbolp.
8459 Add the old variable value as 4th default-value arg of read-string.
8460
8461 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8462
8463 * cus-face.el (custom-declare-face): Make face from X resources
8464 also on Mac.
8465
8466 * disp-table.el (standard-display-g1, standard-display-graphic):
8467 Refuse to use string glyphs also on Mac.
8468 (standard-display-european): Don't set terminal coding system also
8469 on Mac.
8470
8471 * frame.el (display-screens): Use x-display-screens also on Mac.
8472
8473 2005-10-21 Romain Francoise <romain@orebokech.com>
8474
8475 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
8476
8477 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8478
8479 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8480 and $? into sexps.
8481
8482 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8483 warning face on open-paren-in-column-0.
8484
8485 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8486 boundary case. Fix typo.
8487 Suggested by Martin Rudalics <rudalics@gmx.at>.
8488
8489 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8490
8491 * textmodes/org.el (org-combined-agenda-icalendar-file)
8492 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8493 (org-export-icalendar-this-file)
8494 (org-export-icalendar-all-agenda-files)
8495 (org-export-icalendar-combine-agenda-files): New commands.
8496 (org-export-icalendar, org-print-icalendar-entries)
8497 (org-start-icalendar-file, org-finish-icalendar-file)
8498 (org-ical-ts-to-string): New functions.
8499 (org-read-date, org-goto-calendar)
8500 (org-agenda-goto-calendar): Inhibit displaying diary entries by
8501 call to `calendar'.
8502 (orgtbl-setup): Remove the :keys arguments from the menu description.
8503 (org-after-save-iCalendar-file-hook): New variable.
8504
8505 2005-10-21 Kenichi Handa <handa@m17n.org>
8506
8507 * language/vietnamese.el (tcvn-5712): Make it an alias of
8508 vietnamese-tcvn coding-system.
8509
8510 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
8511
8512 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8513 group id is given.
8514
8515 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8516
8517 * progmodes/sh-script.el (sh-escaped-line-re): New var.
8518 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8519 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8520 whose line is either continued or ends with a comment.
8521
8522 2005-10-20 Romain Francoise <romain@orebokech.com>
8523
8524 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8525
8526 * replace.el (occur-engine): Add follow-link property.
8527
8528 * font-core.el (font-lock-mode): Doc fix.
8529
8530 2005-10-20 Richard M. Stallman <rms@gnu.org>
8531
8532 * net/rcirc.el: New file.
8533
8534 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
8535
8536 * term.el (term-term-name): Initialize to "eterm-color".
8537
8538 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
8539
8540 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8541 for encryption functionality.
8542 Move allout customization subgroup from `editing' to `outlines' group.
8543 Fix commentary keywords to legitimate ones.
8544 Update author info (using my current email address, obscurified).
8545 (allout-encrypt-string, allout-encryption-produce-work-buffer)
8546 (allout-encrypted-topic-p, allout-encrypted-text-type)
8547 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8548 (allout-situate-encryption-key-verifier)
8549 (allout-get-encryption-key-verifier, allout-verify-key)
8550 (allout-next-topic-pending-encryption)
8551 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8552 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8553 (outline-key-verifier-handling, outline-key-hint-handling)
8554 (outline-encrypt-unencrypted-on-saves): New defcustoms.
8555 (allout-file-key-verifier-string, allout-encryption-scheme)
8556 (allout-key-verifier-string, allout-key-hint-string)
8557 (allout-after-save-decrypt): New variables.
8558 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8559 (allout-after-saves-handler): New hook functions.
8560 (allout-post-command-business): Do allout-after-save-decrypt.
8561 (allout-enable-file-variable-adjustment): Custom var to enable
8562 mechanism for adding and adjusting settings of Emacs file variables.
8563 (allout-adjust-file-variable, allout-file-vars-section-data):
8564 New functions, implement the mechanism.
8565 (outlineify-sticky): Use the file vars mechanism.
8566 (allout-inhibit-protection, allout-during-write-cue)
8567 (allout-override-protect, allout-before-change-protect): Remove.
8568 (allout-flag-region, allout-open-topic): Adjust read-only text.
8569 (allout-open-line-not-read-only): Add to facilitate read-only
8570 text based protection.
8571 (allout-kill-line): Revise to adjust read-only text, clue the
8572 user about the inhibition.
8573 (allout-unprotected): Use unwind-protect.
8574 (allout-shift-in, allout-shift-out): Disallow manually shifting a
8575 topic deeper than the offspring depth of the previous topic -
8576 avoiding confusing "containment discontinuities".
8577 (allout-reindent-bodies): Fix retention of body relative hanging
8578 indent during promotion of collapsed bodies.
8579 (allout-open-topic): Make it easy to open new topic with same
8580 bullet as current topic - topic creation functions provided with
8581 any universal argument provokes now prompt for bullet, defaulting
8582 to the bullet of the previous topic.
8583 (allout-plain-bullets-string, allout-distinctive-bullets-string):
8584 Plain bullet alternates `.' period and `,' comma only. All other
8585 bullets are relegated to special status (but customizable).
8586 (allout-end-of-entry): Rename from allout-end-of-current-entry
8587 since it actually operates w.r.t. most immediately containing
8588 entry, visible or not.
8589 (allout-hide-current-entry, allout-show-current-entry): Use the
8590 revised version.
8591 (allout-old-expose-topic): Solidify deprecation.
8592 (allout-end-of-subtree): Add so we can span concealed as well
8593 as visible topics.
8594 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8595 (allout-end-of-current-heading): Tweak to just respect the first line.
8596 (allout-get-body-text): Add.
8597 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8598 when invoked interactively.
8599 (allout-up-current-level): Use `interactive-p'.
8600 (allout-mode, allout-init): Miscellaneous docstring and
8601 operational refinements, as well as hookups of new encryption stuff.
8602 (allout-beginning-of-current-entry): Now works as advertised.
8603 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8604 (allout-isearch-rectification): Refine condition for isearching.
8605 (allout-isearch-abort, allout-enwrap-isearch)
8606 (allout-flag-region, my-region-active-p): Relocate some macros.
8607 (allout-title): Fallback title is (buffer-name), not
8608 non-existing (current-buffer-name).
8609 (subst-char-in-string): Define if absent (for some XEmacs versions).
8610
8611 2005-10-20 Jari Aalto <jari.aalto@cante.net>
8612
8613 * mail/sendmail.el (mail-setup-hook, mail-aliases)
8614 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8615 (mail-citation-prefix-regexp, mail-signature-file)
8616 (mail-default-headers, mail-bury-selects-summary)
8617 (mail-send-nonascii): Add autoload cookies.
8618
8619 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8620
8621 * frame.el (blink-cursor-mode): Add `mac' to the list of
8622 window-system's that support blinking cursor.
8623
8624 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8625
8626 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8627
8628 2005-10-20 Eli Zaretskii <eliz@gnu.org>
8629
8630 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8631 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8632 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8633
8634 2005-10-20 Kim F. Storm <storm@cua.dk>
8635
8636 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8637 (ido-set-current-directory): Don't add / after final @.
8638 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8639 Explicitly handle ange-ftp completion oddities.
8640 (ido-make-file-list): Don't rotate list at tramp root to avoid
8641 triggering tramp file handler for expand-file-name via get-file-buffer.
8642
8643 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8646
8647 2005-10-19 Jay Belanger <belanger@truman.edu>
8648
8649 * calc/calc-units.el (math-standard-units): Add units, adjust
8650 symbols and update values.
8651 (math-unit-prefixes): Add more prefixes.
8652
8653 2005-10-19 Romain Francoise <romain@orebokech.com>
8654
8655 * bookmark.el (bookmark-menu-heading): New face.
8656 (bookmark-bmenu-list): Use it.
8657 Don't fiddle with `baud-rate' at top-level.
8658
8659 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8660
8661 * image.el (create-image, find-image): Mention max-image-size in
8662 docstring.
8663
8664 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * savehist.el (savehist-load): Revert to checking XEmacs.
8667
8668 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8669 Various docstring and line-width fixups.
8670 (conf-mode): Use cond.
8671 Set font-lock-defaults. Don't set comment-use-syntax.
8672
8673 2005-10-18 David Ponce <david@dponce.com>
8674
8675 * tree-widget.el (tree-widget-button-click): New function.
8676 (tree-widget-button-keymap): Use it.
8677
8678 2005-10-18 Romain Francoise <romain@orebokech.com>
8679
8680 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8681 (bookmark-bmenu-hide-filenames): Add follow-link property.
8682 Improve help-echo text.
8683
8684 * ffap.el (find-file-at-point): Doc fix.
8685
8686 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8687
8688 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8689
8690 2005-10-18 Masatake YAMATO <jet@gyve.org>
8691
8692 Install to the CVS repository what I forgot to install in my
8693 2005-10-16 changes.
8694
8695 * progmodes/python.el (python-complete-symbol): Pass the common
8696 prefix substring of completion to `display-completion-list'.
8697
8698 * textmodes/org.el (org-complete): Ditto.
8699
8700 2005-10-18 Masatake YAMATO <jet@gyve.org>
8701
8702 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8703
8704 * woman.el (WoMan-xref-man-page): New button type derived
8705 from `Man-abstract-xref-man-page'.
8706 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8707
8708 * man.el (Man-abstract-xref-man-page): New button type.
8709 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8710 (Man-highlight-references): Add new optional argument `xref-man-type'.
8711
8712 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8713
8714 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8715
8716 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8717
8718 * cus-edit.el (Custom-move-and-invoke): Delete.
8719 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8720
8721 * wid-edit.el (widget-move-and-invoke): New function, from
8722 Custom-move-and-invoke.
8723
8724 2005-10-17 Bill Wohler <wohler@newt.com>
8725
8726 Move all remaining images from lisp/toolbar to etc/images, move
8727 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8728 the low resolution images in their own directory (low-color).
8729
8730 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8731 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8732 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8733 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8734 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8735 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8736 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8737
8738 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8739 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8740 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8741 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8742 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8743 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8744 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8745 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8746 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8747 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8748 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8749 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8750 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8751 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8752 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8753
8754 To conform with convention, replace the underscore (_) in the
8755 following image names with dash (-) or (/) as appropriate.
8756
8757 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8758 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8759 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8760 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8761 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8762 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8763 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8764 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8765 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8766 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8767 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8768 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8769 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8770 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8771 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8772
8773 * info.el (info-tool-bar-map): Replace underscores in image names
8774 with dashes.
8775
8776 * makefile.w32-in (WINS): Remove toolbar.
8777
8778 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8779
8780 * tool-bar.el: Move to lisp from toolbar. Now that
8781 toolbar is empty, it should be deleted when folks run "cvs up -P".
8782
8783 2005-10-18 Jay Belanger <belanger@truman.edu>
8784
8785 * calc/calc-store.el (calc-store-into): Get the proper variable name
8786 to display in message.
8787
8788 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8789
8790 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8791 expressions display in speedbar for all buffers when debugging.
8792 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8793
8794 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8795 (speedbar-insert-button, speedbar-make-button):
8796 Use add-text-properties.
8797 (speedbar-update-localized-contents)
8798 (speedbar-update-directory-contents)
8799 (speedbar-update-special-contents): Use dolist.
8800 (speedbar-buffer-easymenu-definition): Add a menu separator.
8801
8802 2005-10-17 Jason Rumney <jasonr@gnu.org>
8803
8804 * makefile.w32-in: Use $(lisp) consistently.
8805 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8806 for shell specific generation of mh-autoloads.
8807
8808 2005-10-17 Richard M. Stallman <rms@gnu.org>
8809
8810 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8811
8812 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8813
8814 * jit-lock.el (jit-lock-fontify-now):
8815 Move jit-lock-context-unfontify-pos to avoid wasted work.
8816
8817 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
8818
8819 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8820 `tramp-completion-mode' for checking if we are in completion mode.
8821 (tramp-completion-handle-file-name-all-completions): Reorder code
8822 in order to complete for file names only in case there are no
8823 method/user/host completions. This is necessary for cooperation
8824 with ido. Reported by Kim F. Storm <storm@cua.dk>.
8825
8826 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
8827
8828 * longlines.el (longlines-search-forward)
8829 (longlines-search-backward): Match any number of spaces.
8830
8831 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8832
8833 * diff-mode.el (diff-mode): Doc fix.
8834
8835 2005-10-16 David Reitter <david.reitter@gmail.com>
8836
8837 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8838 as default on darwin and windows systems.
8839
8840 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8841
8842 * arc-mode.el (archive-zip-extract): Doc fix.
8843
8844 2005-10-16 Romain Francoise <romain@orebokech.com>
8845
8846 * mouse.el (mouse-1-click-follows-link): Doc fix.
8847
8848 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8849
8850 * savehist.el: Don't require CL at runtime.
8851 (savehist-xemacs): Remove.
8852 (savehist-coding-system): Use utf-8 if present, regardless of religion.
8853 (savehist-no-conversion): Use (featurep 'xemacs).
8854 (savehist-load): Check existence of start-itimer rather than XEmacs.
8855 Use an idle timer.
8856 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8857 `delete-if-not'.
8858
8859 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8860
8861 * savehist.el: Newer version.
8862 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8863 (savehist-last-checksum, savehist-no-conversion): New vars.
8864 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8865 New functions.
8866 (savehist-load, savehist-save): Use them.
8867 (savehist-delimit): Remove.
8868
8869 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8870
8871 * progmodes/compile.el (compilation-goto-locus): Display the
8872 compilation buffer first and the source buffer second, in case they're
8873 in overlapping frames. Don't raise the compilation frame if it was the
8874 selected window upon entry. Pass the `other-window' arg to
8875 pop-to-buffer.
8876
8877 * info.el (Info-fontify-node): Use dolist.
8878 Change add-text-properties to put-text-property.
8879
8880 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8881
8882 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8883 bound of search.
8884
8885 2005-10-16 Masatake YAMATO <jet@gyve.org>
8886
8887 * dabbrev.el (dabbrev-completion): Pass the common
8888 prefix substring of completion to `display-completion-list'.
8889
8890 * filecache.el (file-cache-minibuffer-complete)
8891 (file-cache-complete): Ditto.
8892
8893 * tempo.el (tempo-display-completions): Ditto.
8894
8895 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8896
8897 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8898
8899 * eshell/em-hist.el (eshell-list-history): Ditto.
8900
8901 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8902
8903 * mail/mailalias.el (mail-complete): Ditto.
8904
8905 * progmodes/etags.el (complete-tag): Ditto.
8906
8907 * progmodes/make-mode.el (makefile-complete): Ditto.
8908
8909 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8910
8911 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8912
8913 * progmodes/pascal.el (pascal-complete-word)
8914 (pascal-show-completions): Ditto.
8915
8916 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8917
8918 * simple.el (completion-common-substring): New variable.
8919 (completion-setup-function): Use `completion-common-substring'
8920 to put faces.
8921
8922 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8923
8924 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8925 (x-get-selection, mac-select-convert-to-string): Convert from/to
8926 UTF-16 clipboard data as in native byte order, no BOM.
8927
8928 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
8929
8930 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8931 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8932 (gud-sentinel): Use speedbar-frame to check for speedbar.
8933
8934 2005-10-15 Richard M. Stallman <rms@gnu.org>
8935
8936 * savehist.el: New file.
8937
8938 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8939
8940 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8941 Fix bug in \bf fontification.
8942
8943 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8944
8945 * pcvs.el (cvs-edit-log-files): New var.
8946 (cvs-mode-edit-log): New arg `file'.
8947 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8948 Instead force the use of the original file and nothing else.
8949 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8950 the cvs-minor-wrap-function is set.
8951 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8952
8953 2005-10-14 Bill Wohler <wohler@newt.com>
8954
8955 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8956 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8957 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8958 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8959 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8960 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8961 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8962 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8963 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8964 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8965 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8966 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8967 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8968 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8969 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8970
8971 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8972 appropriately (for example, gud-break to gud/break).
8973
8974 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
8975
8976 * longlines.el (longlinges-search-function)
8977 (longlines-search-forward, longlines-search-backward): New functions.
8978 (longlines-mode): Set isearch-search-fun-function to
8979 longlinges-search-function.
8980
8981 * mouse.el (mouse-drag-region-1): Handle the case where a
8982 double-click event is bound to an arbitrary function.
8983
8984 2005-10-14 David Ponce <david@dponce.com>
8985
8986 * recentf.el (recentf-track-opened-file)
8987 (recentf-track-closed-file, recentf-update-menu)
8988 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8989 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8990 mouse-1-click-follows-link.
8991
8992 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8993
8994 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8995 Gnome file-manager.png. Suggested by
8996 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8997
8998 * toolbar/README: Add diropen.xpm.
8999
9000 2005-10-13 Bill Wohler <wohler@newt.com>
9001
9002 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9003 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
9004
9005 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9008 Don't waste the byte-compiler's time on constant data.
9009
9010 2005-10-13 Kenichi Handa <handa@m17n.org>
9011
9012 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9013 byte with `escape-glyph' face.
9014
9015 * international/fontset.el (ccl-encode-unicode-font):
9016 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9017 Handle the case that ucs-mule-to-mule-unicode translates a character to
9018 ASCII (usually for IPA characters).
9019
9020 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9021
9022 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9023 Don't hide the underline of titles if font-lock-mode is disabled.
9024
9025 2005-10-12 Bill Wohler <wohler@newt.com>
9026
9027 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9028 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9029 files in MH-E-SRC have been updated.
9030 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9031
9032 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9035 (mixal-mode-syntax-table): Add \n as end-comment.
9036 (mixal-operation-codes-alist): Immediately initialize to full value.
9037 (mixal-add-operation-code): Remove.
9038 (mixal-describe-operation-code): Make the arg non-optional.
9039 Use the interactive spec instead.
9040 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9041 (mixal-font-lock-keywords): Don't highlight comments here any more.
9042 (mixal-font-lock-syntactic-keywords): New var.
9043 (mixal-mode): Use it. Fix comment-start-skip.
9044
9045 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9046
9047 * startup.el (command-line-x-option-alist): -nb => -nbi
9048
9049 2005-10-12 Kim F. Storm <storm@cua.dk>
9050
9051 * startup.el (fancy-splash-default-action): Discard mouse click in
9052 the splash screen window, as it has no sensible meaning in the
9053 next window to be selected. Fixes error reported by Jan D.
9054
9055 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9056
9057 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9058
9059 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9060
9061 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9062 Try to fix up minor layout issues like indentation, line break, etc...
9063 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9064 because it doesn't work.
9065 (mixal-operation-codes): Add some more codes.
9066 (mixal-font-lock-keywords): Process comments here.
9067 (mixal-mode): mixasm no longer needs -g option.
9068
9069 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9070
9071 * progmodes/sh-script.el (sh-tmp-file):
9072 Use mktemp -t. Finish support for es and rc shells.
9073
9074 2005-10-11 Jay Belanger <belanger@truman.edu>
9075
9076 * calc/calcalg2.el (calc-integral): With an argument, compute the
9077 definite integral.
9078
9079 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9080
9081 * mouse.el (mouse-drag-region-1): Don't try to catch a
9082 double-click when doing follow-link (it's overridden anyway).
9083
9084 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9085
9086 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9087 (autoload-print-form-outbuf): Add docstring.
9088
9089 2005-10-11 Juri Linkov <juri@jurta.org>
9090
9091 * info.el (Info-mode-menu): Delete menu item "Edit".
9092 (Info-mode): Delete description of Info-edit from docstring,
9093 and rearrange descriptions of Info commands in the order
9094 they are documented in the Info manual.
9095
9096 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9097
9098 * calendar/appt.el (appt-check): Use diary-selective-display var.
9099
9100 2005-10-10 Richard M. Stallman <rms@gnu.org>
9101
9102 * net/newsticker.el (newsticker-start, newsticker-show-news):
9103 Add autoload cookies.
9104
9105 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9106
9107 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9108
9109 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9110
9111 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9112
9113 2005-10-10 Jay Belanger <belanger@truman.edu>
9114
9115 * calc/calc-arith.el (math-check-known-scalarp)
9116 (math-check-known-matrixp): Check the values of arguments that are
9117 variables.
9118 (math-check-known-square-matrixp): New function.
9119 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9120 (math-super-types): Add sqmatrix type.
9121
9122 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9123 mode name `square' to `sqmatrix'.
9124
9125 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9126 mode name `square' to `sqmatrix'.
9127
9128 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9129
9130 * progmodes/etags.el (select-tags-table-mode): Don't use
9131 selective-display.
9132 (tags-select-tags-table): Pass `button' to the action function.
9133 (select-tags-table): Place the side-info on button properties rather
9134 than in hidden text. Abbreviate file names.
9135 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9136 (select-tags-table-select): Add `button' argument.
9137 Get side-info from the button property rather than from hidden text.
9138
9139 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9140
9141 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9142 (gud-speedbar-buttons): Preserve point if possible.
9143 (gud-sentinel): Restore previous speedbar display type.
9144
9145 * progmodes/gdb-ui.el (gdba): Improve diagram.
9146 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9147 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9148 Call get-buffer-window once.
9149
9150 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9151
9152 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9153 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9154 (pascal-indent-command): Remove unused var `ind'.
9155 (pascal-indent-case): Remove unused var `oldpos'.
9156 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9157 since it's now used as a proper minor mode map.
9158 (pascal-outline): Rename to pascal-outline-mode.
9159 (pascal-outline-mode): Use define-minor-mode.
9160 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9161 selective-display.
9162
9163 2005-10-10 Andreas Schwab <schwab@suse.de>
9164
9165 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9166 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9167
9168 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9169 outside source directory.
9170
9171 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9172
9173 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9174 C-x' as a prefix.
9175 (orgtbl-mode-map): Full keymap instead of sparse, because all
9176 `self-insert-command' keys are redefined in this map.
9177 (org-export-as-html): Specify charset for HTML file, by taking it
9178 from the coding system.
9179
9180 2005-10-10 Kenichi Handa <handa@m17n.org>
9181
9182 * textmodes/flyspell.el (flyspell-check-word-p):
9183 If unread-command-events is non-empty, don't call sit-for.
9184
9185 2005-10-09 Richard M. Stallman <rms@gnu.org>
9186
9187 * font-lock.el (font-lock-syntactic-keywords)
9188 (font-lock-keywords): Doc fixes.
9189
9190 * textmodes/flyspell.el (flyspell-external-point-words):
9191 Simplify logic, and don't try to check for consecutive appearances
9192 of one incorrect word.
9193
9194 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9195
9196 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9197 separator.
9198
9199 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9200 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9201 (gud-expansion-speedbar-buttons): New function.
9202 (gud-speedbar-buttons): Check for gud-comint-buffer.
9203
9204 2005-10-09 Bill Wohler <wohler@newt.com>
9205
9206 * Makefile.in (updates): Add mh-loaddefs dependency.
9207
9208 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9209
9210 * speedbar.el (speedbar-file-key-map): Fix typo.
9211
9212 2005-10-09 Daniel Brockman <daniel@brockman.se>
9213
9214 * cus-start.el (line-spacing): Add custom spec.
9215
9216 2005-10-09 Romain Francoise <romain@orebokech.com>
9217
9218 * textmodes/ispell.el (ispell-check-version): Fix last change.
9219
9220 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9221
9222 * term/x-win.el: Remove -i, --icon-type from comment.
9223
9224 * startup.el (command-line-x-option-alist): Remove options -i,
9225 -itype, --icon-type, added -nb, --no-bitmap-icon
9226
9227 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9228
9229 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9230 instead of :active.
9231
9232 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9233
9234 * textmodes/ispell.el (ispell-check-version):
9235 Ignore hyphen, and all that follows, in aspell's version text.
9236
9237 2005-10-08 Jay Belanger <belanger@truman.edu>
9238
9239 * calc/calc-arith.el (math-known-square-matrixp): New function.
9240 (math-pow-fancy): Check for matrices before distributing exponent
9241 across products.
9242
9243 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9244 fullscreen keypad. Suggested by Luc Teirlinck.
9245 (calc-keypad-show-input): Add space for formatting.
9246
9247 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9248 Add square matrix option.
9249
9250 * calc/calc-poly.el (math-expand-term): Check for matrices instead
9251 of checking calc-matrix-mode when deciding how to expand.
9252
9253 * calc/calc.el (calc-set-mode-line): Add square matrix option.
9254
9255 2005-10-08 Lars Hansen <larsh@soem.dk>
9256
9257 * net/tramp.el (tramp-perl-directory-files-and-attributes):
9258 Add error handling.
9259 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9260
9261 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9262
9263 Sync with Tramp 2.0.51.
9264
9265 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9266 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9267 Insert special handling for `last-coding-system-used', again
9268 it still seems to be necessary (unlike stated before).
9269 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9270 (tramp-password-prompt-regexp): There might be other words before
9271 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9272 (tramp-chunksize): Improve docstring.
9273 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9274 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9275 Christian Joergensen <bugs@razor.dk>.
9276
9277 2005-10-07 Glenn Morris <rgm@gnu.org>
9278
9279 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9280 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9281 precision'.
9282
9283 2005-10-07 Romain Francoise <romain@orebokech.com>
9284
9285 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9286 (ibuffer-do-shell-command-pipe-replace)
9287 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9288 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9289 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9290 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9291 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9292 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9293 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9294 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9295 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9296 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9297 Autoload file sans suffix.
9298
9299 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9300
9301 2005-10-07 David Ponce <david@dponce.com>
9302
9303 * recentf.el (recentf-menu-open-all-flag): New option.
9304 (recentf-digit-shortcut-command-name): New function.
9305 (recentf--shortcuts-keymap): New variable.
9306 (recentf-menu-shortcuts): New variable.
9307 (recentf-make-menu-items): Initialize it. Replace the "More..."
9308 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9309 (recentf-menu-value-shortcut): New function.
9310 (recentf-make-menu-item): Use it. No more in-lined.
9311 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9312 (recentf-open-most-recent-file): Rename from
9313 `recentf-open-file-with-key'. Don't depend on key binding.
9314 (recentf-mode-map): New variable.
9315 (recentf-mode): Use it.
9316
9317 2005-10-06 Bill Wohler <wohler@newt.com>
9318
9319 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
9320
9321 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9322 (MH-E-SRC): New. Used by mh-autoloads.
9323 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9324 files in MH-E-SRC have been updated.
9325 (compile, recompile, bootstrap): Depend on mh-autoloads.
9326
9327 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
9328
9329 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9330 gud-break and gud-remove icons when the fringe is not available.
9331
9332 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9333 Typo.
9334
9335 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9336
9337 * play/zone.el (zone): Wrap body with save-window-excursion.
9338
9339 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9342 Use the new `list-only' arg to diary-list-entries.
9343
9344 * calendar/diary-lib.el: Use overlays rather than selective-display.
9345 (diary-selective-display): New var.
9346 (diary-header-line-format): Use it.
9347 (diary-list-entries): Add argument `list-only'.
9348 Put the buffer in diary-mode. Don't add \^M at beg and end.
9349 Replace \^M by invisible overlays.
9350 (diary-unhide-everything): Replace \^M by invisible overlays.
9351 (print-diary-entries): Look for overlays rather than \^M.
9352 Add a space to the temp buffer name.
9353 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9354 Put the buffer in diary-mode.
9355 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9356 (diary-anniversary): Make the year arg optional.
9357 (diary-time-regexp): New const.
9358 (diary-font-lock-keywords): Use it to accept a few more time formats.
9359
9360 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9361
9362 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
9363
9364 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9365 Fix bug introduced 2005-07-03: Use (car (last ...))
9366 to faithfully reproduce replaced artist-last.
9367 (artist-set-arrow-points-for-poly): Likewise.
9368 Suggested by Johan Bockg\e,Ae\e(Brd.
9369
9370 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
9371
9372 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9373 * wid-edit.el (widget):
9374 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9375 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9376
9377 2005-10-06 Kenichi Handa <handa@m17n.org>
9378
9379 * international/mule-cmds.el (set-language-environment):
9380 Fix setting up of case-table for unibyte mode.
9381
9382 * simple.el (what-cursor-position): If the character is displayed
9383 by some `display' text property, show that. Don't use
9384 single-key-description for eight-bit characters in multibyte mode.
9385
9386 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
9387
9388 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9389 (gdb-ann3): Set it.
9390 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9391 (gdb-info-frames-custom): Use inverse-video for first five
9392 characters of selected frame only.
9393 (gdb-get-frame-number): Select frame even when point is on frame
9394 number.
9395
9396 2005-10-06 Masatake YAMATO <jet@gyve.org>
9397
9398 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9399 Put `font-lock-function-name-face'.
9400 (gdb-info-frames-custom): Put `font-lock-function-name-face'
9401 and `font-lock-variable-name-face'
9402 (gdb-registers-font-lock-keywords): New font lock keywords definition.
9403 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9404 (gdb-memory-font-lock-keywords): New font lock keywords definition.
9405 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9406 (gdb-local-font-lock-keywords): New font lock keywords definition.
9407 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9408 (gdb-threads-font-lock-keywords): New font lock keywords definition.
9409 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
9410
9411 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
9412
9413 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9414 (ediff-merge-region-is-non-clash-to-skip): Previously called
9415 ediff-merge-region-is-non-clash.
9416
9417 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9418 Use insert-buffer-substring.
9419
9420 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9421 selecting files to patch. Also bug fixes.
9422
9423 * ediff-util.el (ediff-setup): Bug fix.
9424 (ediff-next-difference): Never skip clashes that differ in white
9425 space only.
9426
9427 * ediff-wind.el (ediff-setup-control-frame)
9428 (ediff-destroy-control-frame): Check the menubar feature.
9429
9430 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9431 (viper-refresh-mode-line): Use make-local-variable to localize
9432 some vars instead of make-variable-buffer-local. Suggested by
9433 Stefan Monnier.
9434
9435 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9436 (viper-restore-cursor-type, viper-set-insert-cursor-type):
9437 Use make-local-variable instead of make-variable-buffer-local.
9438 Suggested by Stefan Monnier.
9439
9440 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9441 (viper-comint-mode-hook): Use make-local-variable on
9442 require-final-newline.
9443 (viper-non-hook-settings): Don't use make-variable-buffer-local.
9444
9445 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9446
9447 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9448 also the second char of a comment-start sequence.
9449 (scheme-sexp-comment-syntax-table): New var.
9450 (lambda, define): Set their scheme-doc-string-elt property.
9451 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9452 Use lisp-font-lock-syntactic-face-function now that it properly
9453 handles |...| symbols.
9454 (scheme-mode-variables): Set lisp-doc-string-elt-property,
9455 parse-sexp-lookup-properties and font-lock-extra-managed-props.
9456
9457 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9458 bit from # to |.
9459 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9460
9461 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9462 (lisp-doc-string-elt-property): New var.
9463 (lisp-font-lock-syntactic-face-function): Use it.
9464 Rewrite to recognize docstrings even for forms not at toplevel.
9465
9466 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9467 annotation on the | part of #| rather than on the # part.
9468 (scheme-font-lock-syntactic-face-function): New function, to
9469 distinguish strings from |...| symbols.
9470 (scheme-mode-variables): Use it. Also fix up the font-lock-time
9471 syntax-table so that #|...|# is properly highlighted.
9472
9473 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9474 Don't mark as docstring the 3rd elem of an unknown toplevel form.
9475
9476 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9479 and C-e.
9480
9481 * emacs-lisp/eldoc.el: Move comments into docstrings.
9482 (eldoc-message-commands): Initialize in its declaration.
9483 Add move-beginning-of-line and move-end-of-line.
9484 (eldoc-add-command, eldoc-add-command-completions)
9485 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9486
9487 * outline.el (outline-mark-subtree): Activate the mark.
9488
9489 * calendar/appt.el (appt-time-regexp): New var.
9490 (appt-add, appt-make-list): Use it.
9491 (appt-convert-time): Clean up.
9492
9493 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9494 Don't set any syntax-table property here.
9495 (tex-font-lock-verb): New function. Do it here.
9496 (tex-font-lock-syntactic-keywords): Use it.
9497
9498 2005-10-04 Richard M. Stallman <rms@gnu.org>
9499
9500 * wid-edit.el (widget-file-complete): Get the widget start point
9501 the right way. Default directory to `/' if file has none.
9502
9503 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9504
9505 * textmodes/flyspell.el (flyspell-mode-on):
9506 Call ispell-maybe-find-aspell-dictionaries.
9507
9508 * textmodes/ispell.el (ispell-word, ispell-region):
9509 Call ispell-maybe-find-aspell-dictionaries.
9510 (ispell-accept-buffer-local-defs):
9511 Don't call ispell-maybe-find-aspell-dictionaries
9512
9513 2005-10-04 Richard M. Stallman <rms@gnu.org>
9514
9515 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9516
9517 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
9518
9519 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9520 instead of `fboundp' in order to allow for anonymous functions.
9521
9522 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
9523
9524 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9525 case the user clicks on the link while another window is selected.
9526 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9527
9528 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9529 functionality.
9530 (dframe-help-echo): Save point in case mouse tracking is off.
9531
9532 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
9533
9534 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9535
9536 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9539 not change the global value of those vars.
9540
9541 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9542 make-local-variable which we do not need any more.
9543
9544 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
9545
9546 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9547 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9548 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9549 (speedbar-path-line): Define obsolete aliases.
9550 (speedbar-line-directory): Doc fix.
9551
9552 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9553 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9554 instead of speedbar-line-path.
9555
9556 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9557
9558 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9559 to nil if dropping on a window. Handle dropping on a minibuffer window
9560 like dropping on a non-window part of Emacs.
9561
9562 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * net/ange-ftp.el: Use with-current-buffer.
9565 (ange-ftp-insert-directory): Do not follow symlinks any more.
9566
9567 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9568 Remove interactive spec.
9569
9570 2005-10-03 Kim F. Storm <storm@cua.dk>
9571
9572 * ido.el (ido-mode): Use custom-initialize-set.
9573
9574 2005-10-02 Richard M. Stallman <rms@gnu.org>
9575
9576 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9577 Use insert-buffer-substring.
9578
9579 * net/tramp.el: Pacify byte compiler warnings in pacification code.
9580 (tramp-handle-file-local-copy): Use insert-buffer-substring.
9581
9582 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9583
9584 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9585 in last change.
9586 (ange-ftp-insert-directory): Fix up the search for the case where
9587 `file' is absolute.
9588
9589 2005-10-02 Romain Francoise <romain@orebokech.com>
9590
9591 * progmodes/compile.el (compile-goto-error): Delete extra paren.
9592
9593 2005-10-02 Andreas Schwab <schwab@suse.de>
9594
9595 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9596 directory component in the session info.
9597
9598 2005-10-01 Richard M. Stallman <rms@gnu.org>
9599
9600 * comint.el (comint-redirect-subvert-readonly): Doc fix.
9601
9602 * simple.el (next-error-internal): New function.
9603
9604 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9605 (compilation-start): Pass new arg to compilation-buffer-name.
9606 (compile-goto-error): Use next-error-internal.
9607
9608 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9609
9610 * speedbar.el: Remove RCS tag.
9611 (speedbar-check-read-only): Handle non-existent files.
9612
9613 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9614
9615 * info.el (Info-speedbar-hierarchy-buttons)
9616 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9617
9618 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9619
9620 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9621 Do not match newline.
9622 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9623 (bibtex-summary): Remove unnecessary save-excursion.
9624 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9625
9626 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9627
9628 * term/mac-win.el: Add charset info for "iso10646-1".
9629 Modify default fontset to use ATSUI-compatible fonts for some charsets
9630 if available.
9631
9632 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9633
9634 * speedbar.el: Re-apply arch tag.
9635 (speedbar-version): Rename to version 1.0. Suggested by Eric
9636 M. Ludlam.
9637 Reapply two changes from Emacs CVS' version of speedbar lost
9638 during the merge:
9639 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9640 (speedbar-frame-parameters): Improve customize type.
9641
9642 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9645 (ange-ftp-file-directory-p): Fix the symlink case.
9646 (ange-ftp-insert-directory): When listing a single file, get a list of
9647 the parent buffer and extract the relevant line. Inspired from a patch
9648 by Katsumi Yamaoka <yamaoka@jpl.org>.
9649 (ange-ftp-file-name-sans-versions): Simplify.
9650
9651 2005-09-30 Bill Wohler <wohler@newt.com>
9652
9653 Move MH-E image files from toolbar and mail directories into
9654 etc/images.
9655
9656 * mail/reply2.*: Move to etc/images/mail/reply*.
9657
9658 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9659 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9660 etc/images.
9661
9662 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9663 * toolbar/reply*: Move to etc/images/mail.
9664
9665 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9666
9667 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
9668
9669 * speedbar.el: New version 1.0pre3.
9670
9671 Frame management code (including timer, and mouse click specifics)
9672 moved to dframe.el:
9673 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9674 (speedbar-timer): Removed. Use dframe-timer.
9675 (speedbar-close-frame): Removed. Use dframe-close-frame.
9676 (speedbar-activity-change-focus-flag): Removed. Use
9677 dframe-activity-change-focus-flag.
9678 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9679 dframe-update-speed.
9680
9681 (speedbar-current-frame): New macro. Use this instead of the
9682 variable speedbar-frame.
9683
9684 (speedbar-use-images, speedbar-expand-image-button-alist)
9685 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9686
9687 (speedbar-find-image-on-load-path): Removed. Replaced by
9688 defezimage in ezimage.el.
9689 (speedbar-expand-image-button-alist): Removed. Replaced by
9690 ezimage-expand-image-button-alist in ezimage.el.
9691
9692 (speedbar-ignored-directory-regexp)
9693 (speedbar-add-ignored-directory-regexp)
9694 (speedbar-ignored-directory-expressions)
9695 (speedbar-line-directory, speedbar-buffers-line-directory)
9696 (speedbar-directory-line, speedbar-buffers-line-directory):
9697 Renamed, replacing `path' with `directory'.
9698
9699 (speedbar-create-directory, speedbar-expand-line-descendants)
9700 (speedbar-toggle-line-expansion)
9701 (speedbar-contract-line-descendants): New commands.
9702
9703 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9704 (speedbar-use-tool-tips-flag): New options.
9705
9706 (speedbar-check-read-only, speedbar-require-version)
9707 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9708 (speedbar-handle-delete-frame, speedbar-try-completion)
9709 (speedbar-update-localized-contents): New functions.
9710
9711 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9712 (speedbar-object-read-only-indicator): New variables.
9713
9714 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9715 New hooks.
9716
9717 (speedbar-separator-face): New face.
9718
9719 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9720 (speedbar-ignored-modes): Add fundamental-mode.
9721 (speedbar-directory-unshown-regexp): Add . directories.
9722
9723 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9724 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9725 `]' for full expand/close.
9726 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9727
9728 (speedbar-check-vc): Support hidden files.
9729 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9730 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9731 state is nil, it is not checked out.
9732
9733 (speedbar-line-text, speedbar-line-token): Support expand buttons
9734 with no text.
9735 (speedbar-refresh): Universal argument acts as power-click.
9736 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9737 that buffer to get variable values.
9738
9739 And many other bugfixes.
9740
9741 * dframe.el, ezimage.el, sb-image.el: New files.
9742
9743 * sb-*.xpm: Remove files. New image files installed into
9744 etc/images/ezimage.
9745
9746 2005-09-30 Kenichi Handa <handa@m17n.org>
9747
9748 * ps-mule.el (ps-mule-show-warning): If a character is in
9749 ps-print-translation-table, don't treat it as non-printable.
9750
9751 2005-09-30 David Ponce <david@dponce.com>
9752
9753 * tree-widget.el (tree-widget-themes-load-path): New variable.
9754 (tree-widget-themes-directory): Doc fix.
9755 (tree-widget-image-formats) [Emacs]: Doc fix.
9756 (tree-widget--locate-sub-directory): New function.
9757 (tree-widget-themes-directory): Use it.
9758
9759 * recentf.el (recentf-filename-handlers): Rename from
9760 `recentf-filename-handler'. Allow a list of functions.
9761 (recentf-menu-items-for-commands): Fix :help strings.
9762 (recentf-apply-filename-handlers): New function.
9763 (recentf-expand-file-name): Use it.
9764 (recentf-cleanup): Remove duplicates too.
9765
9766 2005-09-29 Juri Linkov <juri@jurta.org>
9767
9768 * faces.el: Rearrange face definitions to be in the same order as
9769 their face descriptions in "(emacs)Standard Faces".
9770
9771 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9772
9773 * tooltip.el (tooltip): Add group `basic-faces'.
9774
9775 * buff-menu.el (Buffer-menu-buffer): Remove group
9776 `font-lock-highlighting-faces'.
9777
9778 * progmodes/compile.el (compilation-error, compilation-warning)
9779 (compilation-info, compilation-line-number, compilation-column-number):
9780 Change group from `font-lock-highlighting-faces' to `compilation'.
9781
9782 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9783 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9784 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9785 (vhdl-font-lock-reserved-words-face)
9786 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9787 `font-lock-highlighting-faces'.
9788
9789 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9790
9791 2005-09-28 Kim F. Storm <storm@cua.dk>
9792
9793 * emulation/cua-base.el: Set CUA move property on additional commands:
9794 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9795 forward-sexp, backward-sexp, forward-list, backward-list.
9796
9797 2005-09-28 Romain Francoise <romain@orebokech.com>
9798
9799 * comint.el (comint-show-output): Really set point at the
9800 beginning of the output when not using `comint-use-prompt-regexp'.
9801
9802 2005-09-27 Jay Belanger <belanger@truman.edu>
9803
9804 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9805 in TeX mode.
9806
9807 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
9808
9809 * textmodes/org.el (org-table-sum): Fix format string.
9810
9811 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9812 Quote face names.
9813
9814 2005-09-26 Romain Francoise <romain@orebokech.com>
9815
9816 * isearch.el (isearch-forward-regexp): Close doc string.
9817
9818 2005-09-25 Richard M. Stallman <rms@gnu.org>
9819
9820 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9821
9822 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9823
9824 * progmodes/compile.el (compilation-error-properties):
9825 When getting the file from the previous error message,
9826 correctly decode the new data format.
9827
9828 * progmodes/cc-cmds.el (c-electric-paren):
9829 Call old-blink-paren only for close-paren.
9830
9831 2005-09-24 Andreas Schwab <schwab@suse.de>
9832
9833 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9834 condition.
9835
9836 2005-09-25 Romain Francoise <romain@orebokech.com>
9837
9838 * dired-aux.el (dired-copy-file-recursive):
9839 * dired.el (dired-delete-file):
9840 * ediff-mult.el (ediff-dir-diff-copy-file):
9841 * ediff-util.el (ediff-test-save-region):
9842 * forms.el (forms-mode):
9843 * ido.el (ido-file-internal, ido-delete-file-at-head):
9844 * log-edit.el (log-edit-done):
9845 * ses.el (ses-yank-resize):
9846 * play/gomoku.el (gomoku-human-plays, gomoku)
9847 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9848 (gomoku-offer-a-draw):
9849 * play/landmark.el (lm-human-resigns, lm):
9850 * net/eudcb-ldap.el (eudc-ldap-check-base):
9851 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9852 * progmodes/ebrowse.el (ebrowse-find-pattern):
9853 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9854 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9855 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9856
9857 * vc.el (vc-delete-file):
9858 * play/gomoku.el (gomoku-terminate-game, gomoku)
9859 (gomoku-prompt-for-move, gomoku-human-takes-back):
9860 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9861 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9862
9863 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9864
9865 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9866 color rxvt terminals by using the code xterm.el used to use before
9867 2005-04-09 in order to match the colors used by rxvt.
9868
9869 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9870
9871 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9872 colors rxvt-unicode terminals by using the same code as xterm.el.
9873
9874 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9877 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9878 new symbol used for the tex-verbatim face.
9879
9880 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9881
9882 * woman.el (woman-file-name):
9883 * wid-edit.el (widget-file-prompt-value)
9884 (widget-coding-system-prompt-value):
9885 * w32-fns.el (set-w32-system-coding-system):
9886 * vc.el (vc-version-diff, vc-annotate):
9887 * textmodes/reftex-auc.el (reftex-arg-cite)
9888 (reftex-arg-index-tag):
9889 * textmodes/refer.el (refer-get-bib-files):
9890 * textmodes/artist.el (artist-figlet-choose-font):
9891 * terminal.el (terminal-emulator):
9892 * replace.el (occur-read-primary-args):
9893 * rect.el (string-rectangle, string-insert-rectangle):
9894 * ps-print.el (ps-print-preprint):
9895 * progmodes/pascal.el (pascal-goto-defun):
9896 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9897 * progmodes/compile.el (compilation-find-file):
9898 * printing.el (pr-interactive-n-up):
9899 * play/animate.el (animate-birthday-present):
9900 * net/rcompile.el (remote-compile):
9901 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9902 * mail/rmailsum.el (rmail-summary-search-backward)
9903 (rmail-summary-search):
9904 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9905 (rmail-output-read-file-name):
9906 * mail/rmail.el (rmail-search, rmail-search-backwards):
9907 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9908 * locate.el (locate):
9909 * international/quail.el (quail-show-keyboard-layout):
9910 * international/mule.el (set-buffer-file-coding-system)
9911 (revert-buffer-with-coding-system, set-file-name-coding-system)
9912 (set-terminal-coding-system, set-keyboard-coding-system)
9913 (set-next-selection-coding-system):
9914 * international/mule-diag.el (describe-coding-system)
9915 (describe-font, describe-fontset):
9916 * international/mule-cmds.el (universal-coding-system-argument)
9917 (search-unencodable-char, describe-input-method)
9918 (set-language-environment, describe-language-environment):
9919 * international/codepage.el (codepage-setup):
9920 * international/code-pages.el (codepage-setup):
9921 * info.el (Info-search, Info-follow-reference)
9922 (Info-search-backward):
9923 * emacs-lisp/advice.el (ad-read-advised-function)
9924 (ad-read-advice-class, ad-clear-cache, ad-activate)
9925 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9926 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9927 (ad-read-regexp):
9928 * ediff-util.el (ediff-toggle-regexp-match):
9929 * ediff-ptch.el (ediff-prompt-for-patch-file):
9930 * dired-aux.el (dired-diff):
9931 * diff.el (diff):
9932 * cus-edit.el (custom-variable-prompt):
9933 * calendar/timeclock.el (timeclock-ask-for-project):
9934 * calc/calcalg3.el (calc-get-fit-variables):
9935 * calc/calc-store.el (calc-edit-variable)
9936 (calc-permanent-variable):
9937 * vc-mcvs.el (vc-mcvs-register):
9938 * shadowfile.el (shadow-define-literal-group):
9939 * woman.el (woman-file-name):
9940 * vc.el (vc-version-diff, vc-merge):
9941 * textmodes/reftex-index.el (reftex-index-complete-tag):
9942 * format.el (format-decode-buffer, format-decode-region):
9943 * emulation/viper-cmd.el (viper-read-string-with-history):
9944 * emacs-lisp/debug.el (cancel-debug-on-entry):
9945 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9946 * ediff.el (ediff-merge-revisions)
9947 (ediff-merge-revisions-with-ancestor, ediff-revision):
9948 * completion.el (interactive-completion-string-reader):
9949 * calc/calc-prog.el (calc-user-define-formula):
9950 Follow convention for reading with the minibuffer.
9951
9952 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
9953
9954 * progmodes/python.el (python-describe-symbol): Add globals() and
9955 locals() to the arguments of emacs.ehelp.
9956
9957 2005-09-24 Magnus Henoch <mange@freemail.hu>
9958
9959 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9960 New function, code extracted from ispell-valid-dictionary-list.
9961 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9962 Call it.
9963
9964 2005-09-24 Eli Zaretskii <eliz@gnu.org>
9965
9966 * subr.el (version-regexp-alist): Extend valid syntax for version
9967 strings: allow any of the characters -,_,+ to separate the
9968 alpha/beta/rc part from the version part. Doc fix.
9969 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
9970
9971 2005-09-23 David Reitter <david.reitter@gmail.com>
9972
9973 * mail/mailclient.el: New file.
9974
9975 2005-09-23 Richard M. Stallman <rms@gnu.org>
9976
9977 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9978 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9979 Doc fixes.
9980
9981 * progmodes/cc-mode.el (c-font-lock-init):
9982 Specify font-lock-lines-before.
9983
9984 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9985
9986 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9987 whole conflict.
9988
9989 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9990
9991 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9992 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
9993 of `remap' feature when available. Additional key bindings for
9994 better tty support.
9995 (org-mode-restart, org-force-self-insert): New commands.
9996 (org-time-stamp-inactive): New command.
9997 (org-remap): New function.
9998 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9999 (org-enable-fixed-width-editor): Move to `org-structure'
10000 customization group.
10001 (org-self-insert-command, orgtbl-self-insert-command): Modify to
10002 blank field after field motion commands.
10003
10004 2005-09-23 Kenichi Handa <handa@m17n.org>
10005
10006 * international/mule-cmds.el (set-language-environment):
10007 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10008 have to call utf-translate-cjk-load-tables.
10009
10010 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * mouse.el (mouse-move-drag-overlay): Fix last change.
10013
10014 2005-09-22 David Ponce <david@dponce.com>
10015
10016 * tree-widget.el (tree-widget-value-create): Fix previous change.
10017
10018 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10019
10020 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10021
10022 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10023
10024 * mouse.el (mouse-move-drag-overlay): New function.
10025 (mouse-drag-region-1): Use it.
10026 Try to simplify a bit the state handling. Handle clicks on links
10027 inside intangible areas.
10028 (mouse-save-then-kill): Minor simplification.
10029 (mouse-secondary-overlay): Make it always non-nil instead of
10030 recreating it each time.
10031 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10032 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10033 Simplify accordingly.
10034
10035 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10036
10037 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10038
10039 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10040
10041 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10042 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10043 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10044 to patch.
10045
10046 * ediff-util.el: Use insert-buffer-substring.
10047
10048 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10049
10050 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10051 field boundaries in the minibuffer.
10052 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10053 (viper-minibuffer-post-command-hook): New hook.
10054 (viper-line): Don't move cursor at bolp.
10055
10056 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10057
10058 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10059 avoid compiler warnings.
10060
10061 * emulation/viper-macs.el (ex-map): Better messages.
10062
10063 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10064
10065 * emulation/viper.el: Replace make-variable-buffer-local with
10066 viper-make-variable-buffer-local everywhere, to avoid warnings.
10067
10068 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10069
10070 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10071 Delete unused var `old-selected-window'.
10072 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10073 (mouse-drag-secondary): Delete unused var `start-frame'.
10074
10075 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10076
10077 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10078
10079 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10080
10081 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10082 Re-indent within 80 columns. Use inhibit-read-only.
10083
10084 2005-09-19 Romain Francoise <romain@orebokech.com>
10085
10086 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10087
10088 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10091 unconditionally, since the after-change-function already did it.
10092
10093 2005-09-19 Miles Bader <miles@gnu.org>
10094
10095 * net/newsticker.el: Get rid of CVS keyword.
10096
10097 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10098
10099 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10100 The prompt is formatted later.
10101
10102 2005-09-19 David Ponce <david@dponce.com>
10103
10104 * tree-widget.el (tree-widget-value-create): Save the converted
10105 tree :node widget.
10106
10107 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10108
10109 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10110 variable `message'.
10111
10112 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10113
10114 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10115 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10116 <slawomir.nowaczyk.847@student.lu.se>.
10117
10118 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10119
10120 * image.el (image-load-path): Use symbol `data-directory' instead
10121 of its value, for backward compatibility with packages that bind
10122 it during `find-image'. Suggested by Katsumi Yamaoka.
10123 (image-search-load-path): Handle symbols whose values are strings.
10124
10125 2005-09-18 Romain Francoise <romain@orebokech.com>
10126
10127 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10128 with-current-buffer form in save-excursion.
10129
10130 2005-09-18 D Goel <deego@gnufans.org>
10131
10132 * apropos.el (apropos-command): Fix `message' call: first arg
10133 should be a format spec. In this and all other cases that appear
10134 below and elsewhere in the source code, I made a change only when
10135 two conditions were satisfied: [1] I can think of a possibility
10136 that the arguments would cause an error, for example, the code in
10137 question relies on external variables such as filenames. [2] I
10138 was sure that the arg to `message' could not have been nil in the code.
10139
10140 * textmodes/tildify.el (tildify-region): Ditto.
10141
10142 * textmodes/reftex-index.el (reftex-index-change-entry)
10143 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10144 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10145 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10146 (org-priority, org-table-sum):
10147 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10148 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10149 (flyspell-word, flyspell-display-next-corrections):
10150 * textmodes/bibtex.el (bibtex-print-help-message):
10151 * textmodes/artist.el (artist-key-set-point-poly):
10152 * term/mac-win.el (mac-services-insert-text):
10153 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10154 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10155 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10156 (vhdl-compose-configuration):
10157 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10158 (sh-set-indent, sh-learn-line-indent):
10159 * progmodes/ps-mode.el (ps-mode-target-column):
10160 * progmodes/idlwave.el (idlwave-make-tags)
10161 (idlwave-scan-library-catalogs):
10162 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10163 * progmodes/gud.el (gud-jdb-analyze-source):
10164 * progmodes/flymake.el (flymake-log):
10165 * progmodes/ebnf2ps.el (ebnf-generate-region):
10166 * progmodes/cmacexp.el (c-macro-expansion):
10167 * progmodes/ada-xref.el (ada-treat-cmd-string):
10168 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10169 (ada-justified-indent-current, ada-batch-reformat):
10170 * play/zone.el (zone):
10171 * play/landmark.el (lm-move):
10172 * play/decipher.el (decipher-show-alphabet):
10173 * net/newsticker.el (newsticker--display-jump)
10174 (newsticker--display-scroll):
10175 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10176 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10177 * mail/feedmail.el (feedmail-dump-message-to-queue):
10178 * eshell/esh-proc.el (eshell-remove-process-entry):
10179 * emulation/ws-mode.el (ws-last-error):
10180 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10181 (viper-record-kbd-macro):
10182 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10183 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10184 * emacs-lisp/find-func.el (find-function-noselect):
10185 * calendar/timeclock.el (timeclock-status-string)
10186 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10187 (timeclock-when-to-leave-string):
10188 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10189 * calc/calc-units.el (calc-enter-units-table):
10190 * calc/calc-mode.el (calc-mode-record-mode):
10191 * woman.el (woman-mini-help):
10192 * wdired.el (wdired-change-to-wdired-mode):
10193 * vc.el (vc-retrieve-snapshot):
10194 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10195 * startup.el (display-startup-echo-area-message):
10196 * simple.el (set-goal-column):
10197 * ses.el (ses-command-hook, ses-recalculate-cell):
10198 * server.el (server-process-filter):
10199 * printing.el (pr-interface-txt-print, pr-interface-printify)
10200 (pr-interface-ps):
10201 * pcvs.el (cvs-help):
10202 * log-edit.el (log-edit, log-edit-mode-help):
10203 * iswitchb.el (iswitchb-possible-new-buffer):
10204 * isearch.el (isearch-edit-string):
10205 * image-mode.el (image-mode, image-minor-mode):
10206 * ibuf-macs.el (define-ibuffer-filter):
10207 * hi-lock.el (hi-lock-find-patterns):
10208 * files.el (toggle-read-only):
10209 * ediff-util.el (ediff-copy-diff)
10210 (ediff-write-merge-buffer-and-maybe-kill):
10211 * echistory.el (Electric-history-undefined):
10212 * dnd.el (dnd-insert-text):
10213 * dired-aux.el (dired-query):
10214 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10215 * bookmark.el (bookmark-bmenu-locate):
10216 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10217 Fix `message' calls to ensure first arg is a format string.
10218 The change was made only when these two conditions were satisfied:
10219 [1] when there is a possibility that the arguments would cause an error
10220 for example, if the code in question relies on external variables
10221 such as filenames, and
10222 [2] if the arg to `message' could not have been nil in the code.
10223
10224 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10225 Not having a %s would be weird, though not technically wrong.
10226
10227 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10228
10229 * term/mac-win.el (mac-add-charset-info): Doc fix.
10230
10231 2005-09-17 Romain Francoise <romain@orebokech.com>
10232
10233 * shell.el (shell-resync-dirs): Handle echoing processes more
10234 reliably. Don't insert resync command if `comint-process-echoes'
10235 is non-nil.
10236
10237 2005-09-17 Magnus Henoch <mange@freemail.hu>
10238
10239 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10240 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10241 aspell versions >= 0.60.
10242 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10243 only if ispell-aspell-supports-utf8 is non-nil.
10244
10245 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10246
10247 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10248 buffer-local value to lisp-indent-function.
10249
10250 2005-09-17 Milan Zamazal <pdm@zamazal.org>
10251
10252 * progmodes/glasses.el (glasses-make-readable): If
10253 glasses-separator differs from underscore, put appropriate
10254 overlays over underscore characters.
10255 (glasses-convert-to-unreadable): If glasses-separator differs from
10256 underscore, try to convert glasses-separator characters to
10257 underscores.
10258
10259 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10262 Use with-syntax-table and dolist.
10263
10264 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
10265
10266 * textmodes/reftex-auc.el:
10267 * textmodes/reftex-cite.el:
10268 * textmodes/reftex-dcr.el:
10269 * textmodes/reftex-global.el:
10270 * textmodes/reftex-parse.el:
10271 * textmodes/reftex-ref.el:
10272 * textmodes/reftex-sel.el:
10273 * textmodes/reftex-toc.el:
10274 * textmodes/reftex-vars.el:
10275 * textmodes/reftex.el: Small changes to remove compiler warnings.
10276
10277 * textmodes/reftex-index.el: Likewise.
10278 (reftex-query-index-phrase): More efficient use of markers.
10279
10280 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10281
10282 * image.el (image-load-path): New variable.
10283 (image-search-load-path): New function.
10284 (find-image): Search for images in `image-load-path'.
10285
10286 2005-09-15 Richard M. Stallman <rms@gnu.org>
10287
10288 * follow.el: Change Maintainer field.
10289
10290 2005-09-15 David Ponce <david@dponce.com>
10291
10292 * recentf.el (recentf-save-file-modes): New option.
10293 (recentf-save-list): Use it.
10294
10295 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
10296
10297 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10298 (mode-line-mule-info, mode-line-modified): Move bindings from
10299 mouse-3 to mouse-1.
10300
10301 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10302
10303 * simple.el (sendmail-user-agent-compose): Revert last change.
10304
10305 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10308 Use with-current-buffer.
10309 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10310 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10311 (ange-ftp-insert-directory): Remove unused var `short'.
10312 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10313
10314 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10315 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10316
10317 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10318 (check-calendar-holidays, diary-list-entries): Autoload.
10319 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10320 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10321
10322 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10323 which mistakenly removed a call to display-buffer.
10324
10325 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
10326
10327 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10328
10329 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10330
10331 * progmodes/hideshow.el
10332 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10333 (hs-allow-nesting): New user var.
10334 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10335 (hs-hide-block-at-point): When nesting allowed,
10336 if there is already an overlay in place, delete it.
10337 (hs-safety-is-job-n): Delete func; remove call sites.
10338 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10339 (hs-overlay-at): New func.
10340 (hs-already-hidden-p, hs-show-block): Use it.
10341 (hs-hide-all): Don't pre-clean if nesting allowed.
10342 (hs-show-all): Temporarily disallow
10343 nesting around call to `hs-discard-overlays'.
10344
10345 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
10346
10347 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10348 Delete unused local var.
10349
10350 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
10351
10352 * help-fns.el (describe-categories): "?\ " -> "?\s".
10353 (help-do-arg-highlight): Recognize also ARG-n, as in
10354 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10355
10356 * international/codepage.el (dos-unsupported-char-glyph):
10357 * net/newsticker.el (tool-bar-map, w3-mode-map)
10358 (w3m-minor-mode-map):
10359 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10360 (ent-alist):
10361 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10362
10363 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
10364
10365 * custom.el (custom-push-theme): Handle the case where a symbol is
10366 bound but face properties have not yet been assigned.
10367
10368 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10369 Fix behavior if noerase is `t' and there is no mail buffer.
10370
10371 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10372 if `continue' is nil, rather than signal an error.
10373
10374 2005-09-12 Richard M. Stallman <rms@gnu.org>
10375
10376 * font-lock.el (font-lock-keywords): Add autoload.
10377
10378 * help-fns.el (describe-variable): Rearrange to put source link
10379 in a predictable place.
10380
10381 * net/newsticker.el: New file.
10382
10383 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10384
10385 * calendar/calendar.el (calendar-for-loop): Add edebug info.
10386 (calendar-basic-setup): Use the new nil arg.
10387 (number-of-diary-entries): Move to diary-lib.el.
10388
10389 * calendar/diary-lib.el: Use with-current-buffer, match-string.
10390 (diary-list-entries): Use with-syntax-table and dolist.
10391 Rename from list-diary-entries.
10392 Use number-of-diary-entries if `number' is nil.
10393 (diary, diary-view-entries): Use this new name and new nil arg value.
10394 (number-of-diary-entries): Move from calendar.el.
10395 (diary-unhide-everything): New function.
10396 (include-other-diary-files, fancy-diary-display)
10397 (diary-show-all-entries, make-diary-entry): Use it.
10398 (diary-mail-entries): Use buffer-string.
10399 (mark-diary-entries): Fix long standing paren typo.
10400 (diary-sexp-entry): Use count-lines.
10401 (make-diary-entry): Avoid `previous-line'.
10402 (diary-mode-map): New var.
10403 (diary-mode): Redraw cal after saving. Setup header-line.
10404 (fancy-diary-display-mode): Use local-set-key.
10405
10406 * startup.el (command-line): Try calling various terminal-init-foo-bar
10407 functions by stripping hyphenated suffixes from $TERM.
10408
10409 * files.el (normal-mode): Check boundness of font-lock-keywords.
10410
10411 2005-09-12 Richard M. Stallman <rms@gnu.org>
10412
10413 * progmodes/compile.el: Don't decide a file's directory
10414 until the user actually tries to go there.
10415 (compilation-next-error-function):
10416 Pass compilation-find-file the directory from the file-struct.
10417 (compilation-internal-error-properties): Separate local FILE-STRUCT
10418 from FILE. Doc the args better. Rename arg FMT to FMTS.
10419 (compilation-find-file): Arg DIR renamed to DIRECTORY.
10420 Expand it, and if nil, use default-directory.
10421 (compilation-get-file-structure): Don't mix specified directory
10422 with default directory. Put specified directory into
10423 file-struct. Don't make the file name absolute.
10424
10425 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10426 (compile-command): Add autoload.
10427 (compilation-disable-input): Add autoload.
10428
10429 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
10430
10431 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10432 strings of the variables it can override.
10433 (time-stamp): New (as yet undocumented) time-stamp-format escapes
10434 %Q and %q, for fully-qualified domain name and unqualified host name.
10435
10436 2005-09-11 Kim F. Storm <storm@cua.dk>
10437
10438 * emacs-lisp/authors.el (authors-aliases): Update list.
10439 (authors-fixed-entries): Update mldrag.el entry.
10440
10441 2005-09-10 Alan Mackenzie <acm@muc.de>
10442
10443 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10444 from the region narrowed to.
10445
10446 2005-09-10 Magnus Henoch <mange@freemail.hu>
10447
10448 * textmodes/ispell.el (ispell-check-version): Signal an error if
10449 aspell version is less than 0.60.
10450
10451 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
10452
10453 * progmodes/octave-inf.el (inferior-octave-startup):
10454 Resync current dir at the end.
10455
10456 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
10457
10458 * woman.el (woman-topic-at-point-default):
10459 Rename to woman-use-topic-at-point-default.
10460 (woman-topic-at-point): Rename to woman-use-topic-at-point.
10461 (woman-file-name): Reflect renames above. Automatically use the
10462 word at point as topic if woman-use-topic-at-point is non-nil.
10463 Otherwise offer it as default but don't insert it in the
10464 minibuffer. Also use `test-completion' instead of `assoc' as
10465 suggested by Stefan Monnier.
10466
10467 2005-09-10 Andre Spiegel <spiegel@gnu.org>
10468
10469 * vc.el (vc-directory, vc-update-change-log): Throw an error on
10470 the attempt to do it over Tramp. This is not yet supported.
10471
10472 2005-09-10 Eli Zaretskii <eliz@gnu.org>
10473
10474 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10475 (menu-bar-non-minibuffer-window-p): New functions.
10476 ("Split Window", "Save As..."): Use them.
10477 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10478 ("Print Buffer", "Truncate Long Lines in this Buffer"):
10479 Use menu-bar-menu-frame-live-and-visible-p.
10480 ("Save Buffer", "Insert File", "Open Directory...")
10481 ("Open File...", "Visit New File..."):
10482 Use menu-bar-non-minibuffer-window-p.
10483 (kill-this-buffer-enabled-p, dired <menu-enable>):
10484 Use menu-bar-non-minibuffer-window-p.
10485
10486 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10487
10488 * cus-start.el (all): Don't complain about fringe-related
10489 built-ins if fringes are not supported. Ditto about
10490 selection-related built-ins. Fix the test for GTK-related built-ins.
10491
10492 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10493 ("Postscript Print Buffer", "Print Region", "Save As...")
10494 ("Save", "Insert File...", "Open Directory...")
10495 ("Open File...", "Visit New File..."")
10496 ("Truncate Long Lines in this Buffer"): Don't look at
10497 menu-updating-frame if this display does not support multiple frames.
10498
10499 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10500
10501 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10502
10503 2005-09-09 Emilio Lopes <eclig@gmx.net>
10504
10505 * woman.el: Format- and whitespace-related changes.
10506
10507 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10508
10509 * woman.el: Fix my email address.
10510
10511 2005-09-08 Richard M. Stallman <rms@gnu.org>
10512
10513 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10514 (sh-mode): Locally set skeleton-pair-default-alist.
10515
10516 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10517
10518 * progmodes/flymake.el: Require `compile' unconditionally.
10519
10520 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10521
10522 * woman.el (woman-file-name): Provide a default, not initial input.
10523
10524 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10525
10526 * font-lock.el (font-lock-support-mode): Doc fix.
10527
10528 * descr-text.el (describe-property-list): Handle non-symbol prop names.
10529
10530 2005-09-08 Richard M. Stallman <rms@gnu.org>
10531
10532 * simple.el (blink-matching-open): Get rid of text props from
10533 the string shown in echo area. Don't permanently set point.
10534 Some rearrangements.
10535
10536 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10537
10538 * recentf.el (recentf-filename-handler): Add custom choice
10539 `abbreviate-file-name'.
10540
10541 * msb.el (msb--very-many-menus): Fix typo.
10542
10543 * disp-table.el (standard-display-european): Don't set
10544 enable-multibyte-characters to nil.
10545
10546 2005-09-08 David Ponce <david@dponce.com>
10547
10548 * recentf.el (recentf-show-file-shortcuts-flag): New option.
10549 (recentf-expand-file-name): Doc fix.
10550 (recentf-dialog-mode-map): Define digit shortcuts.
10551 (recentf--files-with-key): New variable.
10552 (recentf-show-digit-shortcut-filter): New function.
10553 (recentf-open-files-items): New function.
10554 (recentf-open-files): Use it.
10555 (recentf-open-file-with-key): New command.
10556
10557 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10558
10559 * buff-menu.el (Buffer-menu-sort-by-column): New function.
10560 Suggested by Kim F. Storm.
10561 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10562 (Buffer-menu-make-sort-button): Use global keymap.
10563
10564 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
10565
10566 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10567 (Man-getpage-in-background-advice): Remove defadvice; it isn't
10568 necessary any longer with the remapped command.
10569 (Man-bgproc-sentinel-advice): Remove defadvice which counts
10570 formatting time only.
10571
10572 * net/tramp.el (tramp-action-password)
10573 (tramp-multi-action-password): Compile the password prompt from
10574 `method', `user' and `host'. Sometimes it isn't obvious which
10575 password to enter, for example with remote files offered by
10576 recentf.el, or with multiple steps. Suggested by Robert Marshall
10577 <robert@chezmarshall.freeserve.co.uk>.
10578
10579 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10580
10581 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10582 Fix regexp for when "s///" is at the beginning of line.
10583
10584 2005-09-07 Jay Belanger <belanger@truman.edu>
10585
10586 * calc/calc-poly.el (math-expand-term): Multiply out any powers
10587 when in matrix mode.
10588
10589 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10592 non-anonymous functions.
10593
10594 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
10595
10596 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10597 when using a header line. Otherwise, use mouse-1-click-follows-link.
10598
10599 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10600 can't be moved; don't signal an error.
10601
10602 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
10603
10604 * cus-theme.el (custom-theme-write-faces): Save the current face
10605 spec, not the defface spec.
10606
10607 * custom.el (custom-known-themes): Clarify meaning of "standard".
10608 (custom-push-theme): Save old values in the standard theme.
10609 (disable-theme): Correct typo.
10610 (custom-face-theme-value) Deleted unused function.
10611 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10612
10613 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10614
10615 * progmodes/compile.el (compilation-goto-locus): Take into account
10616 iconified frames when determining whether the buffer is
10617 already visible.
10618 Don't reset window height if the window already existed.
10619
10620 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
10621
10622 * custom.el (load-theme): Rename from require-theme.
10623 Add interactive spec.
10624 (enable-theme): Rename from custom-enable-theme.
10625 Add interactive spec.
10626 (disable-theme): Rename from custom-disable-theme.
10627 Add interactive spec.
10628 (custom-make-theme-feature): Doc fix.
10629 (custom-theme-directory): Doc fix.
10630 (provide-theme): Call enable-theme.
10631
10632 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10633
10634 * obsolete/lazy-lock.el (lazy-lock-mode):
10635 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10636 font-lock-mode if it's off. Print a warning instead.
10637
10638 * progmodes/compile.el (compilation-start): Ignore errors if the
10639 process died before we get to send-eof.
10640
10641 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10642 Undo last change. Enclosing the result in quotes broke things on Unix
10643 since tex-send-command passes it through shell-quote-argument.
10644 (tex-send-command): Pass `file' through convert-standard-filename
10645 when possible.
10646 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10647 info in a transcript.
10648
10649 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10650
10651 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10652 fix compilation warning. Reorder the key definitions to group
10653 together keys emitted by the current version of xterm.
10654
10655 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10656 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10657 Reorder predicates to correct min-color usage.
10658
10659 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
10660
10661 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10662 Kill local variables when longlines-mode is turned off.
10663
10664 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10667
10668 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10669
10670 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10671
10672 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10673 (font-lock-lines-before): Change default to being inactive.
10674 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10675 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10676
10677 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10678
10679 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10680 Deactivate temporarily advice if active (not needed for Emacs 22,
10681 but for backwards compatibility).
10682 (tramp-exists-file-name-handler): Rewrite. First implementation
10683 was too simple.
10684 (tramp-advice-make-auto-save-file-name):
10685 Call `tramp-handle-make-auto-save-file-name' (again, just for
10686 backwards compatibility).
10687
10688 2005-08-31 Reto Zimmermann <reto@gnu.org>
10689
10690 * progmodes/vhdl-mode.el
10691 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10692 (vhdl-end-p): Fix indentation bug "else" after "-- when".
10693 (vhdl-set-default-project): New function (easier setting of default).
10694 (vhdl-port-copy): Handle extended identifiers for generics.
10695 (vhdl-compiler-alist): Better description for error message regexp.
10696 (vhdl-make): Query for target, use previous as default.
10697 (vhdl-port-copy): Fix port copy for port names starting with "signal".
10698 (vhdl-font-lock-keywords-2): Fix fontification for record
10699 el. assign.
10700 (vhdl-speedbar-make-subpack-line): Add package body link.
10701 (vhdl-generate-makefile-1): Not include itself as dependency.
10702 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10703 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10704 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10705 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10706 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10707 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10708 (vhdl-import-project): Add string argument for `error'.
10709 (vhdl-compose-configuration)
10710 (vhdl-compose-configuration-architecture): Add configuration
10711 declaration generation.
10712 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10713 (vhdl-trailer-re): Add "record" keyword (better indentation).
10714 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10715 "[^ \t-\"]+".
10716 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10717 (vhdl-testbench-entity-file-name)
10718 (vhdl-testbench-architecture-file-name): Allow separate
10719 customization of testbench file names.
10720 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10721 (vhdl-get-visible-signals): Allow newline within alias declaration.
10722 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10723 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10724 (member-ignore-case): Alias for missing function in XEmacs.
10725 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10726 (vhdl-update-sensitivity-list): Ignore case on read signals.
10727 (vhdl-replace-string): Adjust case only for file names.
10728 (vhdl-update-sensitivity-list): Fix search for read signals.
10729 (vhdl-update-sensitivity-list): Exclude formal parameters.
10730 (vhdl-get-visible-signals): Include aliases of signals.
10731 (vhdl-get-visible-signals): Fix signal name searching.
10732 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10733 (vhdl-fixup-whitespace-region): Fix for character
10734 literals (e.g. `:').
10735
10736 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10737
10738 * ansi-color.el (comint-last-output-start):
10739 * bs.el (font-lock-verbose):
10740 * diff-mode.el (add-log-buffer-file-name-function):
10741 * dired-x.el (vm-folder-directory):
10742 * faces.el (help-xref-stack-item):
10743 * files.el (font-lock-keywords):
10744 * find-lisp.el (dired-buffers, dired-subdir-alist):
10745 * ido.el (cua-inhibit-cua-keys):
10746 * log-view.el (cvs-minor-wrap-function):
10747 * outline.el (font-lock-warning-face):
10748 * simple.el (compilation-current-error):
10749 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10750 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10751 * tooltip.el (comint-prompt-regexp):
10752 * w32-fns.el (explicit-shell-file-name):
10753 * term/mac-win.el (mac-charset-info-alist)
10754 (mac-services-selection, mac-system-script-code):
10755 * term/tty-colors.el (msdos-color-values):
10756 * term/w32-win.el (xlfd-regexp-registry-subnum):
10757 * term/x-win.el (x-keysym-table, x-selection-timeout)
10758 (x-session-id, x-session-previous-id):
10759 * textmodes/ispell.el (mail-yank-prefix):
10760 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10761 * textmodes/org.el (calc-embedded-close-formula)
10762 (calc-embedded-open-formula)
10763 (font-lock-unfontify-region-function):
10764 * textmodes/reftex-global.el (isearch-next-buffer-function)
10765 (TeX-master):
10766 * textmodes/reftex.el (font-lock-keywords):
10767 * textmodes/tex-mode.el (font-lock-comment-face)
10768 (font-lock-doc-face):
10769 * textmodes/texinfo.el (outline-heading-alist):
10770 Add defvars.
10771
10772 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10773 (artist-spray-chars, artist-mode-init, artist-replace-string)
10774 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10775 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10776 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10777
10778 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10779 (conf-align-assignments): "?\ " -> "?\s".
10780
10781 * textmodes/reftex-index.el (TeX-master): Add defvar.
10782 (reftex-index-phrases-marker): Move up defvar.
10783
10784 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10785 (reftex-toc-include-labels-indicator)
10786 (reftex-toc-include-index-indicator)
10787 (reftex-toc-max-level-indicator): Move up declarations.
10788
10789 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10790 of args to `tramp-run-real-handler', even if it's empty in this case.
10791
10792 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10793
10794 * dired.el (dired-move-to-filename-regexp): Add date format for
10795 Mac OS X 10.3 in East Asian locales.
10796
10797 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10798
10799 * files.el (make-auto-save-file-name): Add file name handler call
10800 if applicable.
10801
10802 * net/tramp.el (tramp-file-name-handler-alist)
10803 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10804 (tramp-handle-make-auto-save-file-name): Rename from
10805 `tramp-make-auto-save-file-name'.
10806 (tramp-exists-file-name-handler): New defun.
10807 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10808 `make-auto-save-file-name' is not a magic file name operation.
10809
10810 2005-08-30 Richard M. Stallman <rms@gnu.org>
10811
10812 * files.el (risky-local-variable-p):
10813 Match `-predicates' and `-commands.
10814
10815 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10816 (custom-save-all): Visit the file if necessary;
10817 kill the buffer if we created it.
10818 (custom-save-delete): Don't visit file or kill buffer here.
10819
10820 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
10821
10822 * textmodes/org.el (org-special-keyword): New face.
10823 (org-table-copy-down, org-table-eval-formula)
10824 (org-table-recalculate, org-init-section-numbers):
10825 Use `string-to-number' instead of `string-to-int'.
10826 (org-get-location): Use `insert-buffer-substring' instead of
10827 `insert-buffer'.
10828 (org-modify-diary-entry-string): New function.
10829 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10830 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10831 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10832 active region.
10833 (org-export-as-html): Handle QUOTE keyword.
10834 (org-quote-string): New option.
10835 (org-bookmark-jump-unhide): New function, used for
10836 `bookmark-after-jump-hook'.
10837 (org-diary-default-entry): Apply only when not called through
10838 `org-agenda'.
10839
10840 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
10841
10842 * net/eudc.el (mode-popup-menu):
10843 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10844 * progmodes/ada-mode.el (compile-auto-highlight)
10845 (skeleton-further-elements):
10846 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10847 * progmodes/cmacexp.el (msdos-shells):
10848 * progmodes/compile.el (font-lock-extra-managed-props)
10849 (font-lock-keywords, font-lock-maximum-size)
10850 (font-lock-support-mode):
10851 * progmodes/grep.el (font-lock-lines-before):
10852 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10853 * progmodes/mixal-mode.el (compile-command):
10854 * progmodes/perl-mode.el (font-lock-comment-face)
10855 (font-lock-doc-face, font-lock-string-face):
10856 * progmodes/prolog.el (comint-prompt-regexp):
10857 * progmodes/sh-script.el (font-lock-comment-face)
10858 (font-lock-set-defaults, font-lock-string-face):
10859 * progmodes/sql.el (font-lock-keyword-face)
10860 (font-lock-set-defaults, font-lock-string-face):
10861 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10862 (itimer-version, lazy-lock-defer-contextually)
10863 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10864 Add defvars.
10865
10866 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10867 (cperl-electric-keyword, cperl-electric-pod)
10868 (cperl-electric-backspace, cperl-forward-re)
10869 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10870 (vc-rcs-header, vc-sccs-header): Add defvars.
10871
10872 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10873 (font-lock-syntactic-keywords, gud-find-expr-function):
10874 Add defvars.
10875
10876 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10877 (gdb-frame-parameters): Declare before use.
10878
10879 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10880 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10881 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10882 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10883
10884 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10885 (idlwave-help-with-source): Use `insert-buffer-substring', not
10886 `insert-buffer'.
10887
10888 2005-08-29 Juri Linkov <juri@jurta.org>
10889
10890 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10891 Put outline-back-to-heading function call inside save-excursion.
10892
10893 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
10894
10895 * man.el (Man-init-defvars, Man-translate-references)
10896 (Man-support-local-filenames, Man-highlight-references):
10897 * progmodes/sql.el (sql-interactive-mode):
10898 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10899
10900 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10901 (compilation-mode-font-lock-keywords): Add defvars.
10902 (checkdoc-interactive-loop): "?\ " -> "?\s".
10903
10904 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10905 (font-lock-doc-face, font-lock-string-face)
10906 (font-lock-keywords-case-fold-search): Add defvars.
10907 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10908
10909 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10910 Don't pass X and Y (they are ignored anyway).
10911 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10912 (mouse-delete-window): Make arguments optional.
10913
10914 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10915 (caesar-translate-table, minor-modes, news-buffer-save)
10916 (news-group-name, news-minor-modes): Add defvars.
10917
10918 * emacs-lisp/lselect.el (mouse-highlight-priority)
10919 (x-lost-selection-functions, zmacs-regions):
10920 * emacs-lisp/pp.el (font-lock-verbose):
10921 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10922 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10923 (ses-mode-map):
10924 * emacs-lisp/tcover-unsafep.el (safe-functions):
10925 * international/mule-cmds.el (mac-system-coding-system)
10926 (mac-system-locale):
10927 * language/ethio-util.el (rmail-current-message)
10928 (rmail-message-vector):
10929 * language/thai-util.el (thai-auto-composition-mode):
10930 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10931 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10932 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10933 (vm-primary-inbox, vm-spool-files):
10934 * mail/rmail.el (deleted-head, font-lock-fontified)
10935 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10936 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10937 (total-messages):
10938 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10939 (rmail-summary-mode-map):
10940 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10941 (rmail-last-label, rmail-last-multi-labels)
10942 (rmail-summary-vector, rmail-total-messages):
10943 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10944 * mail/rmailsum.el (msgnum):
10945 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10946 (rmail-current-message):
10947 * obsolete/fast-lock.el (font-lock-face-list):
10948 * obsolete/rnewspost.el (mail-reply-buffer):
10949 * obsolete/scribe.el (compile-command):
10950 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10951
10952 2005-08-28 John Paul Wallington <jpw@gnu.org>
10953
10954 * ibuf-ext.el (ibuffer-auto-update-changed):
10955 Use `frame-or-buffer-changed-p' to check whether we need to update.
10956 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10957 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10958 as a `frame-or-buffer-changed-p' state vector instead.
10959
10960 2005-08-27 Romain Francoise <romain@orebokech.com>
10961
10962 * textmodes/makeinfo.el (makeinfo-compile):
10963 Use `compilation-start'. Set `next-error-function' according to
10964 `disable-errors'.
10965 (makeinfo-next-error): New function.
10966 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10967 (makeinfo-buffer): Likewise.
10968
10969 * progmodes/compile.el (compilation-start): Add autoload cookie.
10970
10971 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10972 * textmodes/sgml-mode.el: Likewise.
10973 * progmodes/python.el: Likewise.
10974
10975 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10976
10977 * simple.el (blink-matching-paren-distance): Document the meaning
10978 of nil value, and allow to customize to nil.
10979
10980 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10981 command.com, not command.exe.
10982
10983 2005-08-26 John Wiegley <johnw@newartisans.com>
10984
10985 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10986 code around a bit so that an extraneous nil argument is not added
10987 to a command when no args are given.
10988
10989 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10990 double-quoted argument resolves to nil, return it as an empty
10991 string rather than as nil. This made it impossible to pass "" to
10992 a shell script as a null string argument.
10993
10994 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * outline.el (outline-invent-heading): New fun.
10997 (outline-promote, outline-demote): Use it.
10998 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10999 (outline-end-of-subtree): Remove unused var `opoint'.
11000
11001 2005-08-26 David Reitter <david.reitter@gmail.com>
11002
11003 * menu-bar.el (truncate-lines, write-file, print-buffer)
11004 (ps-print-buffer-faces, ps-print-buffer, split-window):
11005 Disable menu items when the frame they refer to is invisible, or when
11006 they refer to a buffer and the minibuffer is selected.
11007
11008 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11009
11010 * progmodes/flymake.el (flymake-highlight-err-lines):
11011 Use save-excursion around flymake-highlight-line to preserve point.
11012
11013 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11014
11015 * progmodes/octave-mod.el: Change Author and Maintainer address.
11016 (octave-maintainer-address): Change Kurt's email address.
11017 * progmodes/octave-inf.el: Change Author and Maintainer address.
11018 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11019
11020 2005-08-26 Kim F. Storm <storm@cua.dk>
11021
11022 * subr.el (version-list-<, version-list-<=, version-list-=):
11023 Rename from integer-list-*.
11024 (version-list-not-zero): Likewise. Fix while loop.
11025 (version=): Use version-list-= instead of string-equal.
11026
11027 2005-08-26 Richard M. Stallman <rms@gnu.org>
11028
11029 * outline.el (outline-promote): Try shortening the heading.
11030 As last resort, read the heading to use.
11031 (outline-demote): As last resort, read the heading to use.
11032
11033 2005-08-26 Romain Francoise <romain@orebokech.com>
11034
11035 * progmodes/compile.el (compilation-start): Doc fix.
11036
11037 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11038 (antlr-font-lock-additional-keywords): Fix reference to
11039 `antlr-font-lock-literal-regexp' erroneously changed during the
11040 mass face rename.
11041 (antlr-run-tool): Use `compilation-start'.
11042
11043 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11044 instead of the obsolete `compile-internal'.
11045
11046 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11047
11048 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11049 (number, original-date):
11050 * calendar/cal-china.el (date):
11051 * calendar/cal-coptic.el (date):
11052 * calendar/cal-french.el (date):
11053 * calendar/cal-hebrew.el (date, entry, number, original-date):
11054 * calendar/cal-islam.el (date, number, original-date):
11055 * calendar/cal-iso.el (date):
11056 * calendar/cal-julian.el (date):
11057 * calendar/cal-mayan.el (date):
11058 * calendar/cal-menu.el (date, event):
11059 * calendar/cal-persia.el (date):
11060 * calendar/lunar.el (date):
11061 * calendar/solar.el (date): Add defvars.
11062
11063 * emerge.el:
11064 * ibuffer.el:
11065 * info-xref.el:
11066 * obsolete/bg-mouse.el:
11067 * obsolete/sun-curs.el:
11068 * obsolete/swedish.el: Move the `defvar's to the top level.
11069
11070 * smerge-mode.el (smerge-refined-change): Add :group.
11071
11072 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11073
11074 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11075 (smerge-keep-n): Remove props.
11076 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11077 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11078 now that it's done in smerge-keep-n.
11079 (smerge-refined-change): New face.
11080 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11081 (smerge-refine): New funs.
11082 (smerge-basic-map): Bind smerge-refine.
11083
11084 2005-08-25 Juri Linkov <juri@jurta.org>
11085
11086 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11087 compilation-process-setup-function and compilation-disable-input
11088 in grep-mode instead of let-bindings in grep.
11089
11090 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11091 Delete "Automatic File De/compression" (auto-compression-mode).
11092
11093 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11094
11095 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11096 Silence warning about non-existent variable.
11097
11098 2005-08-25 Richard M. Stallman <rms@gnu.org>
11099
11100 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11101 Rename "Describe Key" to "Describe Key or Mouse Operation".
11102
11103 * mail/mailalias.el (build-mail-aliases): Delete comments
11104 from the contents before processing them.
11105
11106 * isearch.el (isearch-edit-string): Erase the Search prompt
11107 if user enters an empty string and there is no default.
11108
11109 * comint.el (comint-file-name-prefix): Add autoload.
11110
11111 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11112
11113 * subr.el (play-sound): Rearrange to avoid warning.
11114
11115 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11116
11117 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11118 New hook.
11119 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11120
11121 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11122
11123 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11124
11125 * custom.el (custom-theme-set-variables): Sort minor modes last.
11126
11127 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11128
11129 * subr.el (version-separator, version-regexp-alist): New vars used by
11130 version comparison funs.
11131 (integer-list-<, integer-list-=, integer-list-<=)
11132 (integer-list-not-zero): New funs for integer list comparison.
11133 (version-to-list, version=, version<, version<=): New funs for version
11134 comparison.
11135
11136 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11137
11138 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11139 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11140 time to silence the byte-compiler.
11141
11142 * ibuffer.el (ibuffer-compile-make-eliding-form)
11143 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11144 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11145 so it's silly to get warnings for it).
11146 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11147 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11148 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11149 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11150 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11151 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11152 Defvar at compile time.
11153 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11154 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11155 Declare them before use.
11156
11157 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11158 (info-xref-good, info-xref-bad): Defvar at compile time.
11159
11160 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11161 Use `let*' instead of `let'.
11162
11163 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11164 (*mouse-y*, menu, char): Defvar at compile time.
11165 (sc::menu): Declare it before use.
11166 (sc::pack-one-line): Use `let', not `let*'.
11167
11168 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11169 (mail-send-hook): Defvar at compile time.
11170
11171 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11172 Defvar at compile time.
11173
11174 * term/sun-mouse.el (current-global-mousemap)
11175 (current-local-mousemap): Declare them before use.
11176
11177 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11178
11179 * bookmark.el (bookmark-after-jump-hook): New hook.
11180 (bookmark-jump): Run `bookmark-after-jump-hook'.
11181
11182 2005-08-23 Juri Linkov <juri@jurta.org>
11183
11184 * faces.el (minibuffer-prompt): Doc fix.
11185
11186 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11187
11188 * progmodes/xscheme.el: Trivial changes to silence warnings.
11189 (xscheme-previous-mode, xscheme-previous-process-state):
11190 Add defvars.
11191 (xscheme-last-input-end, xscheme-process-command-line)
11192 (xscheme-process-name, xscheme-buffer-name)
11193 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11194 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11195 (xscheme-control-g-synchronization-p)
11196 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11197 (default-xscheme-runlight, xscheme-runlight)
11198 (xscheme-runlight-string, xscheme-process-filter-state)
11199 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11200 Move to beginning of file.
11201 (scheme-interaction-mode-commands-alist)
11202 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11203 Declare them before use. Note: the initialization code for the variables
11204 has not been moved because it uses functions that reference the variables.
11205 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11206 (xscheme-prompt-for-expression-map): Declare them before use.
11207 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11208
11209 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11210
11211 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11212
11213 2005-08-22 Juri Linkov <juri@jurta.org>
11214
11215 * faces.el (set-face-underline): Delete this duplicate function
11216 and make an obsolete alias to set-face-underline-p.
11217 (set-face-underline-p): Use docstring of set-face-underline.
11218 (describe-face): Create hyperlink to parent face.
11219
11220 * info.el (Info-insert-dir): Use save-excursion around
11221 insert-buffer-substring.
11222 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11223 (Info-escape-percent): Delete function.
11224 (Info-fontify-node): Replace Info-escape-percent by
11225 replace-regexp-in-string with REP arg set to lambda that
11226 duplicates `%' and preserves text properties.
11227
11228 * progmodes/compile.el (compilation-disable-input): Doc fix.
11229 (define-compilation-mode): Doc fix and refill.
11230 (kill-compilation): Use `mode-name' in the error message.
11231 (compilation-find-file): Use `compilation-error' in the
11232 read-file-name's prompt.
11233
11234 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11235
11236 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11237 (smerge-auto-leave): Make undo re-enable the mode.
11238 (debug-ignored-errors): Add the user-error of impossible resolution.
11239 (smerge-resolve): Move things around a bit, in preparation for later.
11240 (smerge-diff): Don't fail if the buffer has no associated file.
11241 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11242 (smerge-conflict-overlay): New function.
11243 (smerge-match-conflict): Don't add text properties here.
11244 (smerge-find-conflict): Instead, add an overlay here.
11245 Also check for the case where we're inside a conflict already, so as to
11246 obviate the need for font-lock-multiline, which is unbearably slow with
11247 large conflicts and ciomplex font-lock patterns.
11248 (smerge-remove-props): Remove overlay rather than text-properties.
11249 (smerge-mode): Don't set font-lock-multiline.
11250 Remove overlays when turned off.
11251
11252 2005-08-21 Kim F. Storm <storm@cua.dk>
11253
11254 * ido.el (ido-ignore-item-p): Use save-match-data.
11255 Bind case-fold-search to ido-case-fold locally.
11256
11257 2005-08-20 Richard M. Stallman <rms@gnu.org>
11258
11259 * files.el (normal-mode): If font lock is on, turn it off and on.
11260
11261 * subr.el (replace-regexp-in-string): Doc fix.
11262
11263 * startup.el (command-line-1): Don't suppress startup screen
11264 due to existing processes.
11265
11266 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11267
11268 * progmodes/compile.el (compilation-disable-input): Default to nil.
11269
11270 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11271
11272 * progmodes/compile.el (compilation-disable-input): New defcustom.
11273 (compilation-start): If compilation-disable-input is non-nil, send
11274 EOF to the compilation process.
11275
11276 2005-08-20 Eli Zaretskii <eliz@gnu.org>
11277
11278 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11279 Run the argument of tex-shell-cd-command through
11280 convert-standard-filename, to get the correct style of slashes on
11281 Windows, and enclose the result in quotes, in case the file name
11282 includes whitespace or other special characters.
11283
11284 2005-08-19 Andreas Schwab <schwab@suse.de>
11285
11286 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11287 process.
11288
11289 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11290
11291 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11292
11293 2005-08-18 Kim F. Storm <storm@cua.dk>
11294
11295 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11296
11297 2005-08-18 Richard M. Stallman <rms@gnu.org>
11298
11299 * scroll-lock.el: New file.
11300
11301 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11302
11303 * dired.el (dired-move-to-end-of-filename):
11304 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11305
11306 2005-08-18 Kim F. Storm <storm@cua.dk>
11307
11308 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11309 rather than toggle mode when custom value is nil.
11310 (ido-everywhere): Fix defun doc string.
11311
11312 2005-08-17 Richard M. Stallman <rms@gnu.org>
11313
11314 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11315 as tag instead of "Inviolable".
11316
11317 2005-08-17 Kim F. Storm <storm@cua.dk>
11318
11319 * windmove.el (windmove-coordinates-of-position): Remove.
11320 (windmove-coordinates-of-window-position): Remove.
11321 (windmove-reference-loc): Use posn-at-point instead.
11322
11323 * subr.el (insert-for-yank-1): Doc fix.
11324
11325 * ido.el (ido-enter-matching-directory): Rename from
11326 ido-enter-single-matching-directory. Change `slash' choice to
11327 `only'. Add `first' choice.
11328 (ido-exhibit): Adapt to above changes.
11329
11330 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11331
11332 * Makefile.in: Expand comment about building loaddefs.el.
11333
11334 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
11335
11336 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11337 Comment use of defadvice.
11338
11339 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11340
11341 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11342
11343 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11344 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11345 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11346 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11347 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11348 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11349 for backward compatibility for faces that did not appear in the
11350 previous Emacs release.
11351
11352 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11353
11354 2005-08-15 Kim F. Storm <storm@cua.dk>
11355
11356 * emulation/cua-base.el (cua-delete-region): Return t if
11357 deleted region was non-empty.
11358 (cua-replace-region): Inhibit overwrite-mode for
11359 self-insert-command if replaced region was non-empty.
11360 (cua--explicit-region-start, cua--status-string): Make them
11361 buffer-local at top-level...
11362 (cua-mode): ...rather than when mode is enabled.
11363
11364 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
11365
11366 * progmodes/vhdl-mode.el (vhdl-emacs-21):
11367 Set t for Emacs 21, 22, and so on.
11368
11369 2005-08-15 David Ponce <david@dponce.com>
11370
11371 * tree-widget.el: Update Commentary header.
11372 (tree-widget-theme): Doc fix.
11373 (tree-widget-space-width): New option.
11374 (tree-widget-image-properties): Look up in the default theme too.
11375 (tree-widget--cursors): Only for images with arrow pointer shape.
11376 (tree-widget-lookup-image): Pointer shape is hand by default.
11377 (tree-widget-icon): Rename generic icon widget from
11378 `tree-widget-control'.
11379 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11380 derive from `tree-widget-icon'.
11381 (tree-widget-handle): Improve default look and feel of the text
11382 representation.
11383 (tree-widget): Rename :*-control properties to :*-icon properties.
11384 Add :action and :help-echo properties.
11385 (tree-widget-after-toggle-functions): Move.
11386 (tree-widget-close-node, tree-widget-open-node): Remove.
11387 (tree-widget-before-create-icon-functions): New hook.
11388 (tree-widget-value-create): Update to allow customization of icons
11389 and nodes at run-time via that new hook.
11390 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11391 (tree-widget-icon-action, tree-widget-icon-help-echo)
11392 (tree-widget-action, tree-widget-help-echo): New functions.
11393
11394 2005-08-15 Kim F. Storm <storm@cua.dk>
11395
11396 * ido.el (ido-buffer-internal): Use with-no-warnings.
11397 (ido-make-merged-file-list): Use while-no-input.
11398
11399 2005-08-15 Richard M. Stallman <rms@gnu.org>
11400
11401 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11402 (flyspell-large-region): Fix doc and custom type.
11403
11404 2005-08-14 Richard M. Stallman <rms@gnu.org>
11405
11406 * files.el (interpreter-mode-alist): Doc fix.
11407
11408 * mail/rmail.el (rmail-nonignored-headers): New variable.
11409 (rmail-clear-headers): Use it.
11410 (rmail-reply): Better handling of mail-followup-to header.
11411
11412 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11413 Rename variable from sh-font-lock-keywords. In the `shell' entry,
11414 don't try to refer to executable-font-lock-keywords.
11415 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11416 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
11417 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
11418 (sh-mode): Set comment-start-skip, local-abbrev-table,
11419 imenu-case-fold-search.
11420 (sh-set-shell): Don't set them here.
11421 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
11422 Don't cache the results in the original alist; don't ever modify
11423 that alist.
11424
11425 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11426
11427 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11428 empty.
11429
11430 2005-08-15 Andreas Schwab <schwab@suse.de>
11431
11432 * desktop.el: Put autoload cookie at risky-local-variable declarations.
11433
11434 * dired.el, info.el, mail/rmail.el: Revert last change.
11435
11436 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
11437
11438 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11439 modification in `eval-after-load' form.
11440 * info.el: Likewise.
11441 * mail/rmail.el: Likewise.
11442
11443 2005-08-14 Juri Linkov <juri@jurta.org>
11444
11445 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11446 Remove highlighting of "Compilation started". Highlight only
11447 the word "finished" in "Compilation finished". Add highlighting
11448 of "interrupt", "killed", "terminated" and the exit code.
11449 (compilation-start): Add newline after header. Use exactly the
11450 same time stamp format as the finishing message.
11451 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11452
11453 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11454 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11455 Add highlighting of "interrupt", "killed", "terminated".
11456
11457 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11458 enabled and the current command is self-insert-command, call it
11459 explicitly with overwrite-mode bound to nil, to not allow it
11460 to delete the character after the selected region.
11461
11462 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
11463
11464 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11465 move-end-of-line, end-of-line, and beginning-of-line to the list
11466 of commands after which the echo area is updated.
11467
11468 2005-08-12 Eli Zaretskii <eliz@gnu.org>
11469
11470 * cus-edit.el (custom-save-all, custom-save-delete):
11471 Bind recentf-exclude to exclude custom-file.
11472
11473 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
11474
11475 * mail/rmailsum.el (rmail-summary-end-of-message): New command
11476 to go to the bottom of the mail message. Added to
11477 `rmail-summary-mode-map' with key "/".
11478 (rmail-summary-show-message): New (internal) function for use by
11479 both `rmail-summary-beginning/end-of-message'.
11480 (rmail-summary-beginning-of-message): Change to use
11481 rmail-summary-show-message.
11482
11483 * mail/rmail.el (rmail-end-of-message): New command to go to the
11484 end of the current message. Added to `rmail-mode-map' with key "/".
11485 (rmail-beginning-of-message): Fix to work as documented.
11486 (rmail-mode): Change documentation.
11487
11488 * progmodes/compile.el (compilation-start): Add the line
11489 "Compilation started" with compilation start time.
11490 (compilation-mode-font-lock-keywords): Add `started' to keywords.
11491
11492 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
11493
11494 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11495 of menu items.
11496
11497 2005-08-11 Richard M. Stallman <rms@gnu.org>
11498
11499 * simple.el (pop-global-mark): Reverse test of widen-automatically.
11500
11501 * battery.el (battery-status-function): Don't use ignore-errors.
11502
11503 2005-08-11 Lute Kamstra <lute@gnu.org>
11504
11505 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11506 define-obsolete-variable-alias.
11507
11508 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11511 (ange-ftp-send-cmd): Revert last change, and expand
11512 the comment explaining the problem.
11513
11514 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
11515
11516 * ldefs-boot.el: Update.
11517
11518 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11519 item to "Time, Load and Mail". Change help echo text.
11520
11521 * time.el (display-time-use-mail-icon, display-time-format)
11522 (display-time-string-forms): Shorten first line of docstrings.
11523
11524 2005-08-10 Lars Hansen <larsh@soem.dk>
11525
11526 * desktop.el (desktop-buffer-mode-handlers):
11527 Make non-customizable. Add autoload cookie. Change initial value to
11528 nil; add elements in respective modules instead. Fix doc string.
11529 (desktop-load-file): New function.
11530 (desktop-minor-mode-handlers): New autoloaded variable.
11531 (desktop-create-buffer): Call minor mode handlers.
11532 Use desktop-load-file to load major and minor mode modules prior to
11533 checking for a handler.
11534 (desktop-save): Don't add nil to desktop-minor-modes for minor
11535 modes with nil function in desktop-minor-mode-table. Don't delete
11536 desktop file before rewriting it.
11537 (desktop-locals-to-save): Add autoload cookie. Don't make
11538 automatically buffer-local. Add variables column-number-mode,
11539 size-indication-mode, indent-tabs-mode,
11540 indicate-buffer-boundaries, indicate-empty-lines and
11541 show-trailing-whitespace.
11542 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11543 regexps. Don't use desktop-clear-preserve-buffers-regexp.
11544 (desktop-clear-preserve-buffers-regexp): Delete.
11545 (desktop-clear-preserve-buffers): Update initial value and docstring.
11546 (desktop-save-buffer): Fix doc string.
11547
11548 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11549 (hilit-chg-desktop-restore): New function.
11550 (highlight-changes-mode): Add highlight-changes-mode to
11551 desktop-locals-to-save.
11552
11553 * dired.el: Add handler to desktop-buffer-mode-handlers.
11554 (dired-restore-desktop-buffer): Remove autoload cookie.
11555 (dired-mode): Add autoload cookie.
11556
11557 * info.el: Add handler to desktop-buffer-mode-handlers.
11558 (Info-restore-desktop-buffer): Remove autoload cookie.
11559 (Info-mode): Add autoload cookie.
11560
11561 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11562 (mh-restore-desktop-buffer): Remove autoload cookie.
11563 (mh-folder-mode): Add autoload cookie.
11564
11565 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11566 (rmail-restore-desktop-buffer): Remove autoload cookie.
11567
11568 2005-08-11 Masatake YAMATO <jet@gyve.org>
11569
11570 * hexl.el (hexl-address-region):
11571 (hexl-ascii-region, hexl-font-lock-keywords):
11572 (hexl-highlight-line-range): Use the term "region"
11573 instead of "area" for consistency with the other symbols
11574 defined in hexl.el.
11575
11576 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
11577
11578 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11579 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11580 out by Juri Linkov). Add `display-battery-mode'.
11581
11582 2005-08-09 Juri Linkov <juri@jurta.org>
11583
11584 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11585 Remove `-text' from face variable names.
11586 (compilation-error-file-name, compilation-warning-file-name)
11587 (compilation-info-file-name): Delete faces.
11588 (compilation-line-number, compilation-column-number):
11589 Remove face underlining.
11590 (compilation-message-face): Set to `underline' value by default.
11591 (compilation-error-face, compilation-warning-face)
11592 (compilation-info-face): Remove `-file-name' from face names.
11593 (compilation-error-text-face, compilation-warning-text-face)
11594 (compilation-info-text-face): Delete face variables.
11595 (compilation-text-face): Delete function.
11596
11597 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11598 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11599 (grep-error-face): Set to `compilation-error' instead of
11600 `compilation-error-face' (which is redefined to `grep-hit-face' in
11601 grep buffers).
11602 (grep-mode-font-lock-keywords): Remove `-text' from face variable
11603 names. Use `grep-error-face' instead of `compilation-error-text-face'.
11604
11605 * dired-aux.el (dired-do-query-replace-regexp):
11606 Use `query-replace-read-args'.
11607
11608 * replace.el (query-replace-read-from, query-replace-read-to)
11609 (query-replace-read-args): Rename arg `string' to `prompt'.
11610
11611 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11612
11613 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
11614
11615 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11616 uploading files.
11617 (ange-ftp-canonize-filename): Handle file names beginning with ~
11618 correctly.
11619
11620 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11621
11622 * textmodes/fill.el (canonically-space-region)
11623 (fill-context-prefix, fill-french-nobreak-p)
11624 (fill-delete-newlines, fill-comment-paragraph)
11625 (justify-current-line): "?\ " -> "?\s".
11626
11627 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
11628
11629 * textmodes/fill.el (fill-nonuniform-paragraphs):
11630 Improve argument/docstring consistency.
11631
11632 2005-08-09 Richard M. Stallman <rms@gnu.org>
11633
11634 * textmodes/ispell.el (ispell-word): More fboundp checks.
11635
11636 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11637 (find-file-noselect-1): Call it here, only if RAWFILE.
11638 (normal-mode): Always set some major mode.
11639 (save-some-buffers-action-alist): Change some explanation strings.
11640 (file-name-non-special): In the `quote' method, use unwind-protect.
11641
11642 2005-08-09 Magnus Henoch <mange@freemail.hu>
11643
11644 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11645 (ispell-have-aspell-dictionaries): New variable.
11646 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11647 (ispell-get-aspell-config-value): New function.
11648 (ispell-aspell-find-dictionary): New function.
11649 (ispell-aspell-add-aliases): New function.
11650 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11651 appropriate. Don't look for ispell dictionaries if we use aspell.
11652 (ispell-menu-map): Don't build a submenu of dictionaries.
11653
11654 2005-08-09 Richard M. Stallman <rms@gnu.org>
11655
11656 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11657 (sql-read-passwd): Use read-passwd.
11658
11659 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11660 (idlwave-toolbar-is-possible): Add defvars.
11661
11662 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11663 Avoid warnings.
11664
11665 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11666 (idlwave-system-class-info, idlwave-executive-commands-alist):
11667 Use defvar.
11668
11669 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11670
11671 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11672 Avoid warnings.
11673
11674 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11675 and content-type: headers.
11676
11677 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11678
11679 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11680 and rename some of them to be more self-explanatory.
11681
11682 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11683
11684 * startup.el (command-line-1): Implement -scriptload.
11685
11686 * replace.el (occur-engine): Initial *Occur* output not undoable.
11687
11688 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11689 and improve help strings.
11690
11691 * isearch.el (isearch-repeat): When changing direction,
11692 mark search successful.
11693
11694 * ediff-init.el: Use (featurep 'xemacs).
11695
11696 * comint.el (send-invisible): Identify buffer, if not selected.
11697
11698 * align.el: Delete autoload for c-guess-basic-syntax.
11699
11700 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11701
11702 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11703 Improve argument/docstring consistency. Doc fixes.
11704 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11705 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11706 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11707 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11708 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11709 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11710 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11711 Defvar at compile time.
11712
11713 2005-08-09 Juri Linkov <juri@jurta.org>
11714
11715 * info.el: Replace `info' with upper-case `Info' where appropriate.
11716 (info-title-1, info-title-2, info-title-3, info-title-4)
11717 (info-menu-header): Move up face definitions.
11718 (info-menu-star): Rename from `info-menu-5'.
11719 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11720 (Info-fontify-visited-nodes): Fix docstring.
11721 (Info-hide-note-references): Fix docstring.
11722 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11723 menu items in the same way as on cross-references.
11724 (info-apropos): Fix sorting order and formatting to be like in the
11725 stand-alone Info browser. Display error messages for 1 sec.
11726 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11727 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11728 from the menu bar.
11729 (Info-insert-dir): Restore point after calling
11730 `insert-buffer-substring'.
11731
11732 2005-08-08 Richard M. Stallman <rms@gnu.org>
11733
11734 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11735 (recompute-lucid-menubar): Add defvars.
11736
11737 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11738
11739 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11740
11741 * net/net-utils.el (run-dig): Rename from `dig'.
11742
11743 * play/gametree.el (gametree-mode): Use make-local-variable,
11744 not make-variable-buffer-local.
11745
11746 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11747
11748 * ansi-color.el (ansi-color-make-extent)
11749 (ansi-color-set-extent-face): Use fboundp, not functionp.
11750
11751 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11752 not make-variable-buffer-local.
11753
11754 * bookmark.el (Info-current-file): Add defvar.
11755 (bookmark-jump-noselect): Use with-no-warnings.
11756
11757 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11758
11759 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11760
11761 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11762
11763 * find-file.el (ada-procedure-start-regexp)
11764 (ada-package-start-regexp): Add defvars.
11765
11766 * info.el (Info-insert-dir): Use insert-buffer-substring.
11767
11768 * xml.el (xml-att-def-re): Add defvar.
11769
11770 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11771 calling convention.
11772
11773 * subr.el (while-no-input): Return t if there is input.
11774
11775 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11776
11777 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11778
11779 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
11780
11781 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11782 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11783
11784 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
11785
11786 * cmuscheme.el (scheme-start-file): Replace reference to
11787 `user-emacs-directory' by "~/.emacs.d/".
11788
11789 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11790
11791 * info.el (Info-dir-remove-duplicates): Avoid case folding
11792 in loop; instead, keep downcased strings for comparison.
11793 Suggested by Helmut Eller.
11794
11795 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
11796
11797 Sync with Tramp 2.0.50.
11798
11799 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11800 XEmacs case; not necessary anymore.
11801 (tramp-user-regexp): Allow "@" as part of user name.
11802 (tramp-handle-set-visited-file-modtime)
11803 (tramp-handle-insert-file-contents)
11804 (tramp-handle-write-region): No special handling for
11805 `last-coding-system-used, because this is done in
11806 `tramp-accept-process-output' now.
11807 (tramp-accept-process-output): New defun.
11808 (tramp-process-one-action, tramp-process-one-multi-action)
11809 (tramp-wait-for-regexp, tramp-wait-for-output)
11810 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11811 Howells <dhowells@redhat.com>.
11812 (clear-visited-file-modtime): Defadvice removed. The check for
11813 unset buffer's modtime does not need to be based on
11814 `tramp-buffer-file-attributes'. Suggested by RMS.
11815 (tramp-message): Insert "\n" if not being at beginning of line.
11816 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11817 sequence with same logic.
11818 (tramp-completion-handle-expand-file-name): Discard call of
11819 `tramp-drop-volume-letter'. It is not necessary, and there have
11820 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11821 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11822 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11823 should always be visible.
11824 (tramp-handle-insert-directory, tramp-setup-complete)
11825 (tramp-set-process-query-on-exit-flag)
11826 (tramp-append-tramp-buffers): Pacify byte-compiler.
11827 (tramp-bug): Delete non-existing variables from list.
11828 Apply `tramp-load-report-modules' as pre-hook.
11829 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11830 `shell-prompt-pattern' because of non-7bit characters.
11831 Reported by Sebastian Luque <sluque@mun.ca>.
11832 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11833 (tramp-match-string-list): Remove function.
11834 (tramp-wait-for-regexp): Remove call of that function.
11835 Suggested by Kim F. Storm <storm@cua.dk>.
11836 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11837 instead of octal character code ?\600. The latter resulted in a
11838 syntax error with XEmacs.
11839
11840 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11841 XEmacs case; not necessary anymore.
11842 (tramp-smb-handle-write-region): No special handling for
11843 `last-coding-system-used, because this is done in
11844 `tramp-accept-process-output' now.
11845 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11846
11847 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11848
11849 * wid-edit.el (widget-choice-value-create):
11850 Unconditionally respect user choice. Set :explicit-choice back to nil
11851 when no longer needed.
11852 (widget-choice-action): Unconditionally respect user choice.
11853 Eliminate :explicit-choice-value.
11854
11855 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11856
11857 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11858 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11859 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11860 running new function `toggle-indicate-empty-lines'.
11861 Rename "Customize" item to "Customize fringe".
11862 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11863 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11864 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11865 Delete "Empty lines only" item.
11866 (menu-bar-showhide-fringe-ind-customize): New function.
11867 (menu-bar-showhide-fringe-ind-mixed)
11868 (menu-bar-showhide-fringe-ind-box)
11869 (menu-bar-showhide-fringe-ind-right)
11870 (menu-bar-showhide-fringe-ind-left)
11871 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11872 instead of `fringe-indicators'.
11873
11874 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11875
11876 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11877 Change the date of last update.
11878
11879 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11880
11881 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11882 (viper-exec-yank, viper-put-back): Don't display modification msg
11883 if in the minibuffer.
11884
11885 * viper-init.el (viper-replace-overlay-cursor-color)
11886 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11887 Make variables frame local.
11888
11889 * viper-util.el (viper-append-filter-alist): Use append instead of
11890 nconc.
11891
11892 * viper.el (viper-vi-state-mode-list)
11893 (viper-emacs-state-mode-list): Move help-mode and
11894 completion-list-mode from the first list to the second.
11895 (viper-mode): Docstring.
11896 (viper-go-away, viper-non-hook-settings): Don't localize
11897 minor-mode-alist in newer Emacsen. Add advice to
11898 set-cursor-color. Don't bind "\C-c\\".
11899
11900 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
11901
11902 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11903 (scheme-macro-expand-command): New user options.
11904 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11905 (scheme-form-at-point, scheme-start-file)
11906 (scheme-interactively-start-process): New functions.
11907 (scheme-get-process): New function, extracted from `scheme-proc'.
11908 (run-scheme): Call `scheme-start-file' to get start file, and pass
11909 it to `make-comint'.
11910 (switch-to-scheme, scheme-proc):
11911 Call `scheme-interactively-start-process' if no Scheme buffer/process
11912 is available.
11913
11914 2005-08-06 Juri Linkov <juri@jurta.org>
11915
11916 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11917 Use `compilation-text-face', `compilation-info-text-face' and
11918 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11919 (compilation-error): New face.
11920 (compilation-error-file-name): Inherit from
11921 `compilation-error' instead of `font-lock-warning-face'.
11922 (compilation-warning-file-name): Inherit from
11923 `compilation-warning' instead of `font-lock-warning-face'.
11924 (compilation-info, compilation-error-file-name)
11925 (compilation-warning-file-name, compilation-info-file-name)
11926 (compilation-line-number, compilation-column-number): Doc fix.
11927 (compilation-error-text-face, compilation-warning-text-face)
11928 (compilation-info-text-face): New face variables.
11929 (compilation-line-face, compilation-column-face)
11930 (compilation-enter-directory-face)
11931 (compilation-leave-directory-face): Doc fix.
11932 (compilation-text-face): New function.
11933
11934 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11935 instead of 1 to display binary file names as info file links.
11936 (grep-error-face): Use `compilation-error-face' instead of
11937 `font-lock-keyword-face'.
11938 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11939 and `compilation-warning-text-face' instead of
11940 `font-lock-keyword-face'. Use `compilation-error-text-face'
11941 instead of `grep-error-face'.
11942
11943 2005-08-05 Kenichi Handa <handa@m17n.org>
11944
11945 * international/code-pages.el: Add autoload cookies for all coding
11946 systems.
11947
11948 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11949
11950 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11951
11952 2005-08-04 Juri Linkov <juri@jurta.org>
11953
11954 * progmodes/compile.el (compilation-mode-map):
11955 * progmodes/grep.el (grep-mode-map):
11956 Bind TAB to `compilation-next-error' and [backtab] to
11957 `compilation-previous-error'.
11958
11959 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11960 matching line numbers, column numbers and their ranges with regexp
11961 matching only line numbers.
11962 (grep-context-face): New face variable.
11963 (grep-mode-font-lock-keywords): Use it.
11964
11965 * faces.el (read-face-name): Delete duplicate faces.
11966
11967 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
11968
11969 * thumbs.el (thumbs-find-image): Don't make variables
11970 automatically buffer local.
11971 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11972 (thumbs-image-num): Make automatically buffer local.
11973 (thumbs-show-thumbs-list): Use `make-local-variable', not
11974 `make-variable-buffer-local'.
11975 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11976
11977 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11978 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11979 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11980 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11981 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11982 (feelings-about, foullst, found, hello, history, howareyoulst)
11983 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11984 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11985 (neglst, obj, object, owner, please, problems, qlist)
11986 (random-adjective, relation, remlst, repetitive-shortness)
11987 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11988 (shortlst, something, sportslst, stallmanlst, states, subj)
11989 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11990 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11991 Defvar at compile time.
11992
11993 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11994 not `make-variable-buffer-local'.
11995
11996 2005-08-02 Kim F. Storm <storm@cua.dk>
11997
11998 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11999 rectangle overlay in selected window.
12000
12001 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
12002
12003 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12004 instead of display group. Make `indicate-buffer-boundaries'
12005 customizable through Custom.
12006
12007 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
12008
12009 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12010 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12011 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12012 (gdb-put-string): Fix typos in docstrings.
12013
12014 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12015
12016 Update copyright notices of files in progmodes directory for
12017 release of Emacs 22.1.
12018
12019 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12020
12021 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12022 Don't barf if the GUD buffer has been killed.
12023
12024 2005-08-01 Kim F. Storm <storm@cua.dk>
12025
12026 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12027
12028 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * simple.el (next-error-follow-minor-mode):
12031 make-variable-buffer-local -> make-local-variable.
12032
12033 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12034
12035 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12036 (byte-compile-form-make-variable-buffer-local): New functions to warn
12037 about misuses of make-variable-buffer-local where make-local-variable
12038 was meant.
12039
12040 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12041
12042 * bs.el (bs-attributes-list): Doc fix.
12043 (bs): Update url-link.
12044
12045 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12046 (desktop-load-default): Simplify.
12047
12048 * ibuffer.el (ibuffer-columnize-and-insert-list)
12049 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12050 (ibuffer-unmark-all, ibuffer-toggle-marks)
12051 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12052 (ibuffer-compile-make-format-form, ibuffer-format-column)
12053 (ibuffer-current-buffers-with-marks)
12054 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12055 (ibuffer): Doc fix.
12056 (ibuffer-mode): Fix typo in docstring.
12057 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12058 with `define-obsolete-variable-alias'.
12059 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12060
12061 2005-07-29 Kenichi Handa <handa@m17n.org>
12062
12063 * international/mule-cmds.el (select-message-coding-system):
12064 Be sure to use LF for end-of-line. If no coding system is decided,
12065 return iso-8859-1-unix.
12066
12067 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12068
12069 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12070 (ange-ftp-pending-error-line): New vars.
12071 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12072 to handle the non-fatal no-route-to-host messages.
12073 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12074
12075 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12076
12077 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12078 (isearch-quote-char, isearch-printing-char)
12079 (isearch-text-char-description): "?\ " -> "?\s".
12080 (isearch-lazy-highlight-cleanup)
12081 (isearch-lazy-highlight-initial-delay)
12082 (isearch-lazy-highlight-interval)
12083 (isearch-lazy-highlight-max-at-a-time)
12084 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12085 Declare with define-obsolete-*-alias macros.
12086 (isearch-forward): Fix typo in docstring.
12087 (search-invisible, search-ring-yank-pointer)
12088 (regexp-search-ring-yank-pointer): Doc fixes.
12089
12090 * recentf.el (recentf-menu-append-commands-p): Declare with
12091 `define-obsolete-variable-alias'.
12092 (recentf-max-saved-items, recentf-menu-filter)
12093 (recentf-arrange-by-rule-subfilter): Doc fixes.
12094 (recentf-menu-append-commands-flag)
12095 (recentf-initialize-file-name-history, recentf-expand-file-name)
12096 (recentf-clear-data): Fix typos in docstrings.
12097
12098 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12099
12100 * progmodes/gdb-ui.el: Smarten comments.
12101 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12102
12103 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12104
12105 * term/apollo.el (terminal-init-apollo): New function containing
12106 all former top level forms in the file.
12107 * term/bobcat.el (terminal-init-bobcat):
12108 * term/cygwin.el (terminal-init-cygwin):
12109 * term/iris-ansi.el (terminal-init-iris-ansi):
12110 * term/linux.el (terminal-init-linux):
12111 * term/news.el (terminal-init-news):
12112 * term/rxvt.el (terminal-init-rxvt):
12113 * term/sun.el (terminal-init-sun):
12114 * term/tvi970.el (terminal-init-tvi970):
12115 * term/vt100.el (terminal-init-vt100):
12116 * term/vt102.el (terminal-init-vt102):
12117 * term/vt125.el (terminal-init-vt125):
12118 * term/vt200.el (terminal-init-vt200):
12119 * term/vt201.el (terminal-init-vt201):
12120 * term/vt220.el (terminal-init-vt220):
12121 * term/vt240.el (terminal-init-vt240):
12122 * term/vt300.el (terminal-init-vt300):
12123 * term/vt320.el (terminal-init-vt320):
12124 * term/vt400.el (terminal-init-vt400):
12125 * term/vt420.el (terminal-init-vt420):
12126 * term/wyse50.el (terminal-init-wyse50):
12127 * term/xterm.el (terminal-init-xterm): Likewise.
12128
12129 * term/README: Describe the terminal-init-* functionality.
12130
12131 * startup.el (command-line): After loading the terminal initialization
12132 file call the corresponding terminal initialization function.
12133
12134 2005-07-27 Kenichi Handa <handa@m17n.org>
12135
12136 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12137 negative.
12138
12139 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12140 (ps-mule-composition-prologue): Fix for the case that
12141 RelativeCompose is false.
12142
12143 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12144
12145 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12146
12147 * descr-text.el (describe-char): Handle the case where the list of
12148 chars is displayed in a separate frame.
12149 Be a bit more discriminating when looking for the char.
12150
12151 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12152
12153 * bookmark.el (bookmark-automatically-show-annotations)
12154 (bookmark-read-annotation-text-func): Doc fixes.
12155 (bookmark-save): Improve argument/docstring consistency.
12156 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12157 (bookmark-alist-from-buffer)
12158 (bookmark-upgrade-file-format-from-0)
12159 (bookmark-grok-file-format-version)
12160 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12161 (bookmark-read-annotation-mode)
12162 (bookmark-insert-current-bookmark, bookmark-jump)
12163 (bookmark-exit-hook): Fix typos in docstrings.
12164 (bookmark-exit-hooks): Define as obsolete alias.
12165 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12166 not `bookmark-exit-hooks'. Fix docstring.
12167 (bookmark-bmenu-select): "?\ " -> "?\s".
12168
12169 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12170
12171 * startup.el (command-line): Fix typo.
12172
12173 2005-07-24 Richard M. Stallman <rms@gnu.org>
12174
12175 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12176 not emacs-quick-startup.
12177
12178 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12179
12180 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12181 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12182 instead of `reb-with-current-window'.
12183 (reb-prev-match): Likewise. Also, don't move left if the search
12184 was unsuccessful.
12185 (reb-initialize-buffer): New function.
12186 (re-builder, reb-change-syntax): Use it.
12187
12188 * man.el (Man-goto-page): Make second argument NOERROR optional.
12189
12190 2005-07-23 Richard M. Stallman <rms@gnu.org>
12191
12192 * man.el (Man-bgproc-sentinel): Check here for failure to find
12193 any man page in the output, and report the error here.
12194 (Man-arguments): Make it permanent local.
12195 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12196 (Man-mode): Pass t for NOERROR.
12197
12198 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12199 (grep-mode-font-lock-keywords):
12200 Don't use compilation-...-face for messages that are not file names.
12201
12202 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12203 Don't use compilation-...-face for messages that are not file names.
12204
12205 2005-07-22 Juri Linkov <juri@jurta.org>
12206
12207 * startup.el (normal-splash-screen): Update menu name.
12208
12209 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12210
12211 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12212
12213 * term/xterm.el: Load term/rxvt if the terminal is actually an
12214 rxvt terminal.
12215 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12216
12217 * term/rxvt.el (function-key-map): Use substitute-key-definition
12218 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12219
12220 * term/cygwin.el: New file.
12221
12222 2005-07-22 Kim F. Storm <storm@cua.dk>
12223
12224 * image-file.el (insert-image-file, image-file-yank-handler):
12225 Fix last change to maintain a (unique) yank-handler on yanked images.
12226
12227 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12228
12229 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12230 of the file size (as in "177B" for 177 bytes). This happens with
12231 "ls -lh" on FreeBSD.
12232
12233 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12234
12235 * hilit-chg.el (highlight-changes-global-initial-state)
12236 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12237 (hilit-chg-fixup, highlight-changes-mode):
12238 Fix typos in docstrings.
12239 (highlight-changes-global-modes, highlight-changes-rotate-faces):
12240 Doc fixes.
12241
12242 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
12243
12244 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12245 mode function using `eval-after-load'.
12246
12247 2005-07-21 Kim F. Storm <storm@cua.dk>
12248
12249 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12250 included when reporting an emacs crash, and tell about the DEBUG file.
12251
12252 * image-file.el (insert-image-file): Add yank-handler.
12253 (image-file-yank-handler): Yank handler to make unique copies of
12254 images when they are yanked into a buffer next to each other.
12255
12256 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
12257
12258 * comint.el (comint-use-prompt-regexp, comint-send-input)
12259 (comint-source-default, comint-extract-string)
12260 (comint-get-source, comint-word, comint-completion)
12261 (comint-source, comint-prompt-read-only, comint-update-fence):
12262 Fix typos in docstrings.
12263 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12264 Declare with define-obsolete-*-alias macros.
12265 (comint-previous-matching-input-from-input)
12266 (comint-next-matching-input-from-input)
12267 (comint-previous-matching-input, comint-next-matching-input)
12268 (comint-forward-matching-input):
12269 Improve argument/docstring consistency.
12270
12271 * desktop.el (desktop-clear-preserve-buffers-regexp):
12272 Also preserve the *server* buffer.
12273
12274 * simple.el (clone-indirect-buffer): Doc fix.
12275 (fixup-whitespace, just-one-space)
12276 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12277 (next-error, next-error-highlight)
12278 (next-error-highlight-no-select, next-error-last-buffer)
12279 (next-error-buffer-p, next-error-find-buffer, next-error)
12280 (previous-error, next-error-no-select, previous-error-no-select)
12281 (open-line, split-line, minibuffer-prompt-width, kill-new)
12282 (binary-overwrite-mode): Fix typos in docstrings.
12283 (set-fill-column): Fix typo in message.
12284
12285 * skeleton.el (skeleton-proxy-new): Doc fix.
12286
12287 * strokes.el (strokes-load-hook): Doc fix.
12288 (strokes-grid-resolution, strokes-get-grid-position)
12289 (strokes-renormalize-to-grid, strokes-read-stroke)
12290 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12291 (strokes-global-map): Fix typos in docstrings.
12292 (strokes-help): Doc fix. Fix help message and pass it through
12293 `substitute-command-keys'.
12294
12295 * tempo.el (tempo-insert-prompt, tempo-interactive)
12296 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12297 (tempo-insert-string-functions, tempo-local-tags)
12298 (tempo-define-template, tempo-insert-template)
12299 (tempo-insert-prompt-compat, tempo-is-user-element)
12300 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12301 Fix typos in docstrings.
12302
12303 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12304 (vcursor-key-bindings, vcursor-use-vcursor-map)
12305 (vcursor-find-window, vcursor-scroll-down)
12306 (vcursor-disable, vcursor-beginning-of-buffer)
12307 (vcursor-end-of-buffer): Fix typos in docstrings.
12308 (vcursor-relative-move, vcursor-get-char-count):
12309 Improve argument/docstring consistency.
12310
12311 * version.el: "?\ " -> "?\s".
12312
12313 * wid-edit.el (widget-default-create, widget-after-change)
12314 (widget-default-format-handler, widget-checklist-add-item)
12315 (widget-radio-add-item, widget-choose, widget-specify-secret)
12316 (widget-field-value-create, widget-field-value-get)
12317 (widget-editable-list-format-handler)
12318 (widget-editable-list-entry-create, widget-group-value-create)
12319 (widget-documentation-link-add)
12320 (widget-documentation-string-value-create): "?\ " -> "?\s".
12321 (widget-convert-text): Doc fix.
12322 (widget-narrow-to-field, widget-field-find)
12323 (widget-url-link-action, widget-emacs-library-link-action)
12324 (widget-color-notify): Fix typos in docstrings.
12325
12326 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12327 (x-select-text, set-w32-system-coding-system)
12328 (w32-add-charset-info): Fix typos in docstrings.
12329
12330 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12331 (cua-enable-cua-keys, cua-use-hyper-key)
12332 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12333 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12334
12335 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12336
12337 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12338 `defalias' instead of faking it.
12339
12340 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12341 (eshell-ls-missing, eshell-ls-dired-initial-args)
12342 (eshell-ls-use-in-dired): Fix typos in docstrings.
12343
12344 2005-07-20 Kim F. Storm <storm@cua.dk>
12345
12346 * emulation/cua-base.el (cua-mode): Improve doc string.
12347
12348 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
12349
12350 * abbrev.el (expand-region-abbrevs): Doc fix.
12351 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12352 Improve argument/docstring consistency.
12353
12354 * arc-mode.el (archive-get-descr, archive-alternate-display):
12355 Doc fixes.
12356 (archive-l-e): Improve argument/docstring consistency.
12357 (archive-tmpdir, archive-unixdate, archive-unixtime)
12358 (archive-chmod-entry): Fix typos in docstrings.
12359 (archive-unflag, archive-unflag-backwards)
12360 (archive-unmark-all-files): "?\ " -> "?\s".
12361
12362 * buff-menu.el (Buffer-menu-unmark): Doc fix.
12363 (Buffer-menu-not-modified, Buffer-menu-execute)
12364 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12365 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12366
12367 * composite.el (compose-string, encode-composition-rule)
12368 (compose-last-chars): Fix typos in docstrings.
12369
12370 * desktop.el (desktop-enable, desktop-basefilename):
12371 Declare with `define-obsolete-variable-alias'.
12372 (desktop-internal-v2s): Don't quote keywords.
12373 (desktop-clear): "?\ " -> "?\s".
12374
12375 * dired.el (dired-align-file, dired-flag-backup-files)
12376 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12377 (dired-listing-switches, dired-ls-F-marks-symlinks)
12378 (dired-dwim-target, dired-load-hook, dired-mode-hook)
12379 (dired-directory, dired-faces, dired, dired-revert)
12380 (dired-mode, dired-summary, dired-view-file)
12381 (dired-copy-filename-as-kill, dired-delete-file)
12382 (dired-no-confirm, dired-unmark-all-marks)
12383 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12384 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12385 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12386 Fix typos in message strings.
12387
12388 * dired-x.el (virtual-dired): Declare with `defalias'.
12389 (dired-mark-unmarked-files, dired-local-variables-file)
12390 (dired-omit-here-always): Doc fix.
12391 (dired-omit-mode, dired-find-subdir)
12392 (dired-enable-local-variables, dired-clean-up-buffers-too)
12393 (dired-extra-startup, dired-mark-extension, dired-jump)
12394 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12395 (dired-smart-shell-command, dired-guess-shell-alist-user)
12396 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12397 (dired-x-bind-find-file, dired-x-submit-report):
12398 Fix typos in docstrings.
12399 (dired-mark-unmarked-files): "?\ " -> "?\s".
12400
12401 * dirtrack.el (dirtrack-list): Fix typos in docstring.
12402
12403 * faces.el (describe-face): "?\ " -> "?\s".
12404 (read-all-face-attributes, read-face-font, modify-face)
12405 (face-attr-construct, italic): Fix typos in docstrings.
12406 (frame-update-face-colors): Declare with
12407 `define-obsolete-function-alias'.
12408
12409 * files.el (find-file-noselect, recode-file-name): Doc fixes.
12410 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12411 (magic-mode-alist, buffer-file-numbers-unique)
12412 (write-file-functions, get-free-disk-space):
12413 Fix typos in docstrings.
12414 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12415 (write-contents-hooks, write-file-hooks):
12416 Declare with `define-obsolete-variable-alias'.
12417
12418 * forms-d2.el (arch-rj): Fix typo in docstrings.
12419 (arch-tocol): Likewise. "?\ " -> "?\s".
12420
12421 * frame.el (set-frame-font, cursor-in-non-selected-windows):
12422 Fix typo in docstring.
12423 (set-screen-width, set-screen-height): Delete redundant info in
12424 doctrings.
12425 (new-frame, screen-height, screen-width): Declare with
12426 `define-obsolete-function-alias'.
12427 (delete-frame-hook, blink-cursor): Declare with
12428 `define-obsolete-variable-alias'.
12429
12430 * paths.el (prune-directory-list): Fix typos in docstring.
12431
12432 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12433 (cvs-prefix-get): Fix typos in docstrings.
12434
12435 * ps-print.el (ps-extend-face-list, ps-extend-face)
12436 (ps-print-background-image): Fix typos in docstrings.
12437 (ps-default-fg, ps-default-bg): Doc fixes.
12438
12439 * s-region.el (s-region-bind): Doc fix.
12440 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12441
12442 * textmodes/org.el (org-table-formula-substitute-names)
12443 (org-table-get-vertical-vector): Doc fixes.
12444 (org-table-recalculate): Remove unused argument to `message'.
12445
12446 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
12447
12448 * textmodes/org.el (org-table-column-names)
12449 (org-table-column-name-regexp)
12450 (org-table-named-field-locations): New variables.
12451 (org-archive-subtree): Protect `this-command' when calling
12452 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12453 the kill buffer.
12454 (org-complete): Remove fixed-formula completion.
12455 (org-edit-formulas-map): New variable.
12456 (org-table-edit-formulas): New command.
12457 (org-finish-edit-formulas, org-abort-edit-formulas)
12458 (org-show-variable, org-table-get-vertical-vector): New functions.
12459 (org-table-maybe-eval-formula): Handle `:=' fields.
12460 (org-table-get-stored-formulas, org-table-store-formulas)
12461 (org-table-get-formula, org-table-modify-formulas)
12462 (org-table-replace-in-formulas): Handle named field formulas.
12463 (org-table-get-specials): Store locations of named fields.
12464
12465 2005-07-19 Juri Linkov <juri@jurta.org>
12466
12467 * progmodes/grep.el (grep-regexp-alist)
12468 (grep-mode-font-lock-keywords, grep-process-setup):
12469 Use default GNU grep match color "01;31m" instead of "01;41m".
12470 (grep-regexp-alist, grep-mode-font-lock-keywords):
12471 Use `\\[[0-9]*m' instead of `\\[00m'.
12472 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12473 sgr_start where its handling is more important. Use the real
12474 length of sgr_start instead of constant 8.
12475 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12476 specially. Delete all remaining escape sequences.
12477 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12478 (grep-regexp-alist): Make hyperlink only for binary file name
12479 instead of the whole line.
12480 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12481 (grep-mode): Add autoload.
12482
12483 * emacs-lisp/find-func.el (find-function-regexp):
12484 Add `define-compilation-mode'.
12485
12486 2005-07-19 Juri Linkov <juri@jurta.org>
12487
12488 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12489 (compare-windows-sync-string-size, compare-windows-recenter)
12490 (compare-windows-highlight, compare-windows): Add version 22.1.
12491 (compare-windows) <defface>: Inherit from lazy-highlight instead
12492 of duplicating its default value.
12493
12494 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12495 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12496
12497 * descr-text.el (describe-char): Create link buttons for `charset'
12498 and `code point'. Add the current input method name with a link
12499 button to `to input' field. Print face names of display table
12500 characters in `The display table entry is displayed by' section
12501 instead of printing face-id in the `display' field.
12502 Guess hardcoded faces and create a link button for them.
12503 Skip empty fields when calculating max-width.
12504 Treat `widget-create' specially while inserting strings from the
12505 collected field list.
12506 (describe-char-after): Made obsolete in version 22.1, not 21.5.
12507
12508 * diff-mode.el (diff-file-header): Change foreground color from
12509 yellow to green on light backgrounds.
12510 (diff-context): Inherit from `shadow' only for color/grayscale
12511 with more than 88 colors.
12512 (diff-indicator-removed, diff-indicator-added)
12513 (diff-indicator-changed): New faces.
12514 (diff-font-lock-keywords): Use new faces. Regroup rules.
12515 Add "^---$" for `normal' diff format. Fontify `#' lines with
12516 font-lock-comment-delimiter-face and font-lock-comment-face.
12517 Add `#' to ^[^...] in the rule for `diff-context-face'.
12518
12519 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12520 a button-like box. Inherit from `highlight' on low colors.
12521 (shadow): Use shades of gray only for color/grayscale with
12522 more than 88 colors. Use green for light backgrounds with
12523 8 colors, and yellow for dark backgrounds with 8 colors.
12524
12525 * font-lock.el (font-lock-regexp-grouping-backslash):
12526 Don't inherit from escape-glyph (use bold for all cases).
12527
12528 * info.el (info-xref-visited): Use light foreground color `violet'
12529 for dark backgrounds instead of dark color `magenta3'.
12530 (info-title-1): Use `yellow' color for dark backgrounds.
12531
12532 * isearch.el (isearch): Use not-too-dark magenta3 instead of
12533 too-light magenta2.
12534
12535 * replace.el (match): Use slightly more light RoyalBlue3 instead
12536 of dark RoyalBlue4.
12537
12538 * wid-edit.el (widget-inactive): Inherit from `shadow'.
12539
12540 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
12541
12542 * novice.el (disabled-command-hook): Declare it with
12543 `define-obsolete-variable-alias'.
12544
12545 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12546 (desktop-buffer-misc-functions, desktop-buffer-handlers)
12547 (desktop-load-default): Add release to obsolescence info.
12548 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12549 (desktop-append-buffer-args, desktop-read):
12550 Fix typos in docstrings.
12551 (desktop-kill): Fix typo in message.
12552 (desktop-save): Doc fix.
12553
12554 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
12555
12556 * viper-cmd.el (viper-escape-to-state): Bug fix.
12557 (viper-envelop-ESC-key): Change the definition of fast
12558 keysequence so it'll work with keyboard macros.
12559
12560 * ediff.el (ediff-patch-buffer): Change the docstring.
12561
12562 2005-07-19 Kenichi Handa <handa@m17n.org>
12563
12564 * international/mule-cmds.el (select-safe-coding-system): Try to
12565 use an auto-coding (if any) before anything else. If the found
12566 auto-coding is invalid, show a warning message.
12567
12568 * international/mule.el (find-auto-coding): New function created
12569 by modifying the body of set-auto-coding.
12570 (set-auto-coding): Use find-auto-coding to find a coding.
12571
12572 2005-07-18 Richard M. Stallman <rms@gnu.org>
12573
12574 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12575 not isearch-mode-end-hook-error.
12576 (allout-before-change-protect): Fix error message.
12577
12578 2005-07-18 Juri Linkov <juri@jurta.org>
12579
12580 * allout.el (allout-mode):
12581 * calculator.el (calculator-copy):
12582 * custom.el (custom-known-themes):
12583 * dired.el (dired-desktop-buffer-misc-data)
12584 (dired-restore-desktop-buffer):
12585 * dired-x.el (dired-omit-marker-char):
12586 * files.el (basic-save-buffer):
12587 * font-core.el (font-lock-mode):
12588 * calendar/calendar.el (calendar-goto-hebrew-date)
12589 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12590 (calendar-goto-persian-date):
12591 * language/ethio-util.el (ethio-sera-to-fidel-region):
12592 * textmodes/picture.el (picture-mode):
12593 Delete duplicate duplicate words.
12594
12595 2005-07-18 Juri Linkov <juri@jurta.org>
12596
12597 * isearch.el (isearch-mode-map): Remove key bindings for regexp
12598 chars * ? } |.
12599 (isearch-fallback): Don't call `isearch-process-search-char'.
12600 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12601 (isearch-process-search-char): Call `isearch-fallback' for regexp
12602 chars * ? } |.
12603 (isearch-return-char): Make obsolete with `make-obsolete' instead
12604 of simply documenting it as obsolete in the docstring.
12605 (isearch-fallback): Refill docstring.
12606
12607 * international/isearch-x.el
12608 (isearch-process-search-multibyte-characters): Remove unneeded
12609 `concat'. Add intermediate values to `junk-hist' instead of
12610 `minibuffer-history'. Test the length of `str'.
12611
12612 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
12613
12614 * allout.el (allout-resolve-xref): Fix typos in error strings.
12615 (allout-before-change-protect): Remove unneeded `concat'.
12616
12617 * array.el (array-mode, array-reconfigure-rows)
12618 (untabify-backward): Fix typos in docstrings.
12619 (array-reconfigure-rows): Use `insert-buffer-substring', not
12620 `insert-buffer'.
12621
12622 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12623 * progmodes/ada-mode.el (ada-make-body):
12624 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12625
12626 * dired.el (dired-log):
12627 * tar-mode.el (tar-subfile-save-buffer):
12628 * play/zone.el (zone-pgm-stress-destress):
12629 Use `insert-buffer-substring', not `insert-buffer'.
12630
12631 2005-07-17 Simon Josefsson <jas@extundo.com>
12632
12633 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12634
12635 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
12636
12637 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12638 Add plain auth method.
12639 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12640
12641 2005-07-17 Kim F. Storm <storm@cua.dk>
12642
12643 * ido.el (dired-other-window): Add ido property.
12644
12645 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
12646
12647 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12648 Fix typo in docstring.
12649 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12650 `insert-file-literally'.
12651
12652 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12653 info and delete redundant message. Doc fix.
12654 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12655 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12656
12657 2005-07-16 Richard M. Stallman <rms@gnu.org>
12658
12659 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12660 (byte-compile-and): Use byte-compile-and-recursion.
12661 (byte-compile-or-recursion): New function.
12662 (byte-compile-or): Use that.
12663 (byte-compile-if): Guard the else-clause too.
12664 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12665
12666 * isearch.el (isearch-mode-end-hook-quit): New variable.
12667 (isearch-done): Bind it.
12668 (isearch-mode-end-hook): Doc fix.
12669
12670 * allout.el (allout-isearch-did-quit): Variable deleted.
12671 (allout-real-isearch-abort): Function name no longer used.
12672 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12673 (allout-isearch-rectification): isearch-mode always exists.
12674 Don't set allout-isearch-did-quit.
12675 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12676 allout-isearch-did-quit.
12677 (allout-enwrap-isearch): Just add the hook.
12678 (allout-isearch-abort): Function deleted.
12679 (allout-pre-command-business): Avoid warning.
12680
12681 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12682 Correctly avoid warnings.
12683 (pascal-outline): Likewise.
12684
12685 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12686
12687 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12688
12689 * play/tetris.el (tetris-mode): Avoid warning.
12690
12691 * play/snake.el (snake-mode): Avoid warning.
12692
12693 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12694 (gamegrid-set-display-table): Avoid warning.
12695 (gamegrid-set-timer): Likewise.
12696 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12697 (gamegrid-add-score-with-update-game-score-1): Take FILE
12698 as argument.
12699 (gamegrid-add-score-with-update-game-score): Pass that argument.
12700 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12701
12702 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12703
12704 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12705 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12706
12707 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12708 and insert-file.
12709
12710 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12711 (sc-ask): Avoid warnings.
12712
12713 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12714 (eshell-hist-initialize): Use that var the natural way.
12715
12716 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12717
12718 * emacs-lisp/re-builder.el (reb-cook-regexp):
12719 Avoid warning calling lre-compile-string.
12720 (reb-color-display-p): Avoid warning.
12721
12722 * calculator.el (calculator-last-input): Guard uses
12723 of event-key and key-press-event-p.
12724 (event-key, key-press-event-p): Delete definitions.
12725
12726 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12727 (find-gc-source-directory, find-gc-subrs-callers)
12728 (find-gc-noreturn-list, find-gc-source-files)
12729 (find-gc-subrs-called): Vars renamed and defvar'd.
12730
12731 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12732 (checkdoc-overlay-put, checkdoc-delete-overlay)
12733 (checkdoc-overlay-start, checkdoc-overlay-end)
12734 (checkdoc-mode-line-update, checkdoc-char=):
12735 Define such that compiler knows they are defined.
12736 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12737 (checkdoc-read-event): Delete. Use read-event directly.
12738
12739 * whitespace.el (whitespace-make-overlay)
12740 (whitespace-overlay-put, whitespace-delete-overlay)
12741 (whitespace-overlay-start, whitespace-overlay-end):
12742 Define such that compiler knows they are defined.
12743 (whitespace): Move conditional inside.
12744
12745 * tempo.el (tempo-insert-template): Suppress warning.
12746
12747 * ediff-diff.el (longlines-mode): Add defvar.
12748
12749 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12750
12751 * server.el: Bind "C-x #" in a way that works even if C-x is
12752 redefined to a command key, not a prefix key.
12753
12754 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12755
12756 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12757 cl-make-type-test till execution time.
12758
12759 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12760
12761 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12762 arg ARG and use it.
12763
12764 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12765
12766 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12767
12768 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12769
12770 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12771 a defcustom with two :set or :type keywords.
12772
12773 2005-07-15 Richard M. Stallman <rms@gnu.org>
12774
12775 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12776 Don't give ^M comment-end syntax.
12777
12778 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
12779
12780 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12781 Don't consider gdbmi (gdb-mi.el has its own update functions).
12782 (gdb-var-delete): Make it work for gdbmi as well.
12783 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12784
12785 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12786 (gud-speedbar-menu-items): Correct logic for enabling items.
12787
12788 2005-07-15 Kim F. Storm <storm@cua.dk>
12789
12790 * ido.el: Fix commentary.
12791 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12792 Use with-no-warnings around ffap-guesser.
12793 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12794 Let bind minibuffer-completing-file-name to t.
12795
12796 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
12797
12798 * startup.el (site-run-file, keyboard-type): Doc fixes.
12799 (command-line): Check for "--basic-display" argument; also for
12800 "--quick", not "--bare-bones" (which was renamed).
12801 (fancy-splash-text): Add missing item "Getting New Versions".
12802 (normal-splash-screen): Fix typos and improve consistency with
12803 `fancy-splash-text'. Update copyright year.
12804
12805 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12806 valid binding for `help-char'.
12807
12808 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12809
12810 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12811
12812 * term.el (term-mode): Disable cua-mode for term buffers.
12813
12814 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
12815
12816 * add-log.el (add-log-mailing-address, change-log-merge):
12817 Doc fixes.
12818 (change-log-get-method-definition): Fix typo in docstring.
12819
12820 2005-07-14 Kim F. Storm <storm@cua.dk>
12821
12822 * emulation/cua-base.el:
12823 (cua--pre-command-handler-1, cua--pre-command-handler)
12824 (cua--post-command-handler-1, cua--post-command-handler):
12825 Split in two. Check (buffer local) value of cua-mode.
12826 (cua-selection-mode): New command.
12827
12828 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12829
12830 * custom.el (custom-initialize-safe-set)
12831 (custom-initialize-safe-default): Doc fixes.
12832
12833 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12834 and simplify :init-value again.
12835
12836 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12837 and simplify :init-value again. Delete autoload.
12838
12839 * startup.el (command-line): Use `custom-reevaluate-setting' again
12840 for tooltip-mode.
12841
12842 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12843 a defcustom with two :initialize keywords.
12844
12845 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
12846
12847 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12848 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12849 (allout-post-command-business, allout-flag-region)
12850 (isearch-reenable-font-lock, allout-yank)
12851 (allout-insert-latex-header, allout-insert-latex-trailer)
12852 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12853 (allout-latex-verb-quote): Fix typos in docstrings.
12854 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12855 (allout-unprotected, allout-prefix-data):
12856 Improve argument/docstring consistency.
12857 (allout-chart-subtree): Fix argument spec.
12858 (allout-open-topic): Rename `use_sib_bullet' argument to
12859 `use-sib-bullet'. Doc fix.
12860
12861 * whitespace.el (whitespace-check-buffer-leading)
12862 (whitespace-check-buffer-trailing)
12863 (whitespace-check-buffer-indent)
12864 (whitespace-check-buffer-spacetab)
12865 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12866 (whitespace-check-leading-whitespace)
12867 (whitespace-check-trailing-whitespace)
12868 (whitespace-check-spacetab-whitespace)
12869 (whitespace-check-indent-whitespace)
12870 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12871 (whitespace-modes): Fix typos in docstrings.
12872 (defgroup, defcustom): Doc fixes.
12873
12874 * winner.el (winner-mode, winner-boring-buffers)
12875 (winner-pending-undo-ring): Doc fixes.
12876 (winner-ring): Remove unneeded `progn'.
12877 (winner-equal): `defsubst' it.
12878 (winner-redo): Fix message.
12879
12880 2005-07-13 Kim F. Storm <storm@cua.dk>
12881
12882 * simple.el (line-move-1): Always use vertical-motion to
12883 do the last (or only) line move to ensure some movement.
12884 Undo 2005-06-23 change--don't check for overlays.
12885
12886 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12887
12888 * term/mac-win.el (ccl-encode-mac-roman-font)
12889 (ccl-encode-mac-centraleurroman-font)
12890 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12891 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12892 Change charset-id boundary of dimension to ?\xef.
12893 (mac-char-fontspec-list): New constant.
12894 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12895 argument. Nil uses itself as family in font-spec. Previous
12896 behavior for nil is now provided by non-nil non-string argument.
12897 All callers changed. Add font-specs for Mac fonts to
12898 "fontset-default" unless iso8859-1 fonts are installed.
12899
12900 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12901
12902 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12903 a continuation line if the \ is preceded by SPC or TAB.
12904 (sh-get-indent-info): Simplify.
12905 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12906 Use with-current-buffer.
12907
12908 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12909 when the matched text is empty.
12910
12911 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12912
12913 * startup.el (command-line): Revert to previous handling of
12914 tooltip-mode. Explain in comment why the complexity is needed.
12915
12916 * tooltip.el (tooltip-mode): Revert to previous implementation of
12917 its defcustom.
12918
12919 * frame.el (blink-cursor-mode): Revert to previous implementation
12920 of its defcustom. Update comment.
12921
12922 2005-07-12 Lars Hansen <larsh@soem.dk>
12923
12924 * desktop.el: Update e-mail address.
12925
12926 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12927
12928 * term/mac-win.el (mac-services-mail-selection)
12929 (mac-services-mail-to): New functions.
12930 (mac-application-menu-map): Bind them.
12931
12932 2005-07-12 wulei <milton@wulei.net> (tiny change)
12933
12934 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12935
12936 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12937
12938 * custom.el (custom-reevaluate-setting): Doc fix.
12939
12940 2005-07-11 Jay Belanger <belanger@truman.edu>
12941
12942 * calc/calc.el (calc-embedded-announce-formula-alist)
12943 (calc-embedded-open-close-plain-alist)
12944 (calc-embedded-open-close-mode-alist): Add checks for additional
12945 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12946
12947 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
12948
12949 * custom.el (custom-enable-theme): Don't add theme to
12950 `custom-enabled-themes' with `push' because there is no
12951 setf-method for `delq'.
12952
12953 2005-07-11 Richard M. Stallman <rms@gnu.org>
12954
12955 * custom.el (custom-declare-variable): Doc fix.
12956
12957 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12958 from the alists.
12959
12960 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12961 Do nothing if edebug-active.
12962
12963 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12964 (edebug-display): Do it here instead.
12965
12966 2005-07-10 Richard M. Stallman <rms@gnu.org>
12967
12968 * cus-face.el (custom-theme-set-faces): Make it work.
12969 (custom-reset-faces): Doc fix.
12970 (custom-theme-reset-internal-face, custom-theme-face-value):
12971 Functions deleted.
12972
12973 * custom.el (custom-push-theme): Maintain list of the settings
12974 of a given theme in its theme-settings property.
12975 Maintain position of old settings in the theme-value
12976 or theme-face property.
12977 (custom-enabled-themes): New variable.
12978 (custom-theme-enabled-p): New function.
12979 (provide-theme): Update custom-enabled-themes.
12980 Disable and reenable the `user' theme.
12981 (require-theme): Doc fix.
12982 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12983 (custom-theme-value, custom-theme-variable-value): Likewise.
12984 (custom-theme-reset-internal): Likewise.
12985 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12986 (custom-enable-theme, custom-disable-theme): New functions.
12987 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12988 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12989 (custom-theme-reset-variables): Simplify.
12990 (deftheme, custom-declare-theme, custom-make-theme-feature):
12991 Definitions moved.
12992
12993 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
12994
12995 * longlines.el (longlines-show-region)
12996 (longlines-unshow-hard-newlines): Recognize hard newlines by
12997 non-nil hard property, instead of t.
12998
12999 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
13000
13001 * viper-cmd.el (viper--key-maps): New variable.
13002 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13003 emulation-mode-map-alists.
13004 (viper-envelop-ESC-key): Use viper-subseq.
13005 (viper-search-forward/backward/next): Disable debug-on-error.
13006
13007 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13008 (viper-ESC-key): New defcustoms.
13009
13010 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13011
13012 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13013 (viper-subseq): Copy of subseq from cl.el.
13014
13015 * viper.el (viper-go-away, viper-set-hooks): Use
13016 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13017
13018 * viper-mous.el (viper-current-frame-saved): Use defvar.
13019
13020 * viper-init.el: Get rid of -face in face names.
13021
13022 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13023 Make it work with longlines mode
13024
13025 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13026
13027 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13028
13029 * ediff-init.el: Get rid of -face in face names.
13030
13031 2005-07-10 Richard M. Stallman <rms@gnu.org>
13032
13033 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13034 and with-timeout-unsuspend.
13035
13036 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13037 and with-timeout-unsuspend.
13038
13039 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13040 (with-timeout): Bind that variable to record timers.
13041 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13042
13043 * emacs-lisp/debug.el (debug-help-follow): New function.
13044 (debugger-mode-map): Use that instead of help-follow.
13045 (debugger-setup-buffer): Use eval-buffer-list
13046 to handle eval-buffer frames.
13047
13048 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13049
13050 * timezone.el (timezone-parse-date): Change first regexp
13051 so it will not mistakenly match dates with no time zone.
13052
13053 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13054
13055 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13056
13057 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13058
13059 * custom.el (custom-initialize-safe-set)
13060 (custom-initialize-safe-default): New functions.
13061
13062 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13063 and simplify :init-value.
13064
13065 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13066 and simplify :init-value. Delete obsolete comment.
13067
13068 * startup.el (command-line): Use `custom-reevaluate-setting' to
13069 handle `tooltip-mode'. Delete obsolete comment.
13070
13071 * files.el (set-visited-file-name): Avoid calling
13072 `file-name-nondirectory' with a nil argument.
13073
13074 2005-07-09 Richard M. Stallman <rms@gnu.org>
13075
13076 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13077 was called with nil for the buffer, handle the read position right.
13078 Handle read position for eval-region, too.
13079
13080 2005-07-09 Juri Linkov <juri@jurta.org>
13081
13082 * fringe.el (fringe-mode): Add period in docstring.
13083 (fringe-query-style): Build prompt depending on `all-frames' arg.
13084
13085 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13086 to not create links to unrelated functions in the Help buffer.
13087
13088 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13089 Doc fix.
13090
13091 * simple.el (next-error-hook): New variable.
13092 (next-error): Use it. Doc fix.
13093
13094 * textmodes/ispell.el (ispell-command-loop): Add current
13095 dictionary name and program name to mode-line-format.
13096 (ispell-region, ispell-process-line): Add current dictionary name
13097 and program name to messages.
13098
13099 2005-07-08 Jay Belanger <belanger@truman.edu>
13100
13101 * calc/calc.el (calc-embedded-announce-formula-alist)
13102 (calc-embedded-open-close-formula-alist)
13103 (calc-embedded-open-close-word-alist)
13104 (calc-embedded-open-close-plain-alist)
13105 (calc-embedded-open-close-new-formula-alist)
13106 (calc-embedded-open-close-mode-alist)
13107 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13108 (calc-embedded-mode-hook): New variables.
13109
13110 * calc/calc-embed.el (calc-embedded-firsttime)
13111 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13112 New variables.
13113 (calc-do-embedded): Use calc-embedded-firsttime,
13114 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13115 determine whether or not to run hooks.
13116 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13117 calc-embedded-firsttime-formula appropriately.
13118 Set calc-embedded delimiter variables according to mode.
13119
13120 2005-07-08 Richard M. Stallman <rms@gnu.org>
13121
13122 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13123 Check for "emacs", etc., as entire symbol, not just as word.
13124 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13125
13126 * files.el (set-visited-file-name): Report the error
13127 for "empty filename" earlier.
13128 (kill-some-buffers): Ignore buffers already dead.
13129
13130 * fringe.el (fringe-mode): Doc fix.
13131
13132 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13133 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13134 Use unwind-protect to ensure byte-compile-unresolved-functions
13135 is updated.
13136
13137 * whitespace.el (whitespace-buffer-leading-cleanup):
13138 Simplify w/ skip-chars-forward.
13139 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13140
13141 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13142 Unconditionally try to leave point at the same old place.
13143
13144 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13145
13146 * comint.el (comint-postoutput-scroll-to-bottom)
13147 (comint-show-maximum-output): Take scroll-margin into consideration.
13148
13149 2005-07-08 Kim F. Storm <storm@cua.dk>
13150
13151 * ido.el (ido-use-filename-at-point): New choice `guess'.
13152 (ido-file-internal): Try ffap-guesser if selected.
13153
13154 * ido.el (ido-before-fallback-functions): New hook.
13155 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13156 (ido-read-file-name): Run it.
13157
13158 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13159
13160 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13161 strings rather than a list of symbols to the completion function.
13162
13163 2005-07-07 Jay Belanger <belanger@truman.edu>
13164
13165 * calc/calc-units.el (math-apply-units): Change the places in
13166 which units are simplified.
13167
13168 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13169
13170 * cus-edit.el (customize-option, customize-option-other-window):
13171 Make them handle aliases.
13172
13173 * custom.el (custom-variable-p): Make it recursively follow
13174 aliases. Mention that in the docstring.
13175
13176 2005-07-07 Richard M. Stallman <rms@gnu.org>
13177
13178 * cus-start.el (exec-path): Use `directory' instead of `file'.
13179 Fix tag for nil.
13180
13181 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13182
13183 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13184 when called non-interactively. Doc fix.
13185
13186 2005-07-07 Lute Kamstra <lute@gnu.org>
13187
13188 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13189 new address as well.
13190
13191 2005-07-07 Kenichi Handa <handa@m17n.org>
13192
13193 * international/mule.el (make-coding-system):
13194 Describe `ascii-incompatible' property in the docstring.
13195 (set-file-name-coding-system): Signal an error if coding-system is
13196 ascii-incompatible.
13197 (set-keyboard-coding-system): Likewise.
13198
13199 * international/mule-cmds.el (set-default-coding-systems):
13200 Don't set default-file-name-coding-system and
13201 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13202
13203 * international/utf-16.el: Declare that all UTF-16-based coding
13204 systems are ASCII-incompatible.
13205
13206 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13207
13208 * progmodes/gud.el: Require font-lock for displaying errors.
13209 Used by gdb-ui.el.
13210
13211 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13212
13213 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13214 values for the pattern lists which are `read'able but not
13215 `append'able (like symbols).
13216
13217 2005-07-06 Richard M. Stallman <rms@gnu.org>
13218
13219 * progmodes/flymake.el (flymake-float-time): Instead of
13220 with-no-warnings, test for xemacs.
13221 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13222 to avoid warning.
13223
13224 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13225
13226 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13227
13228 2005-07-05 Lute Kamstra <lute@gnu.org>
13229
13230 * battery.el: Add support for Darwin (with much debugging help
13231 from Samuel Lauber <sam124@operamail.com>).
13232 (battery-status-function, battery-echo-area-format)
13233 (battery-mode-line-format): Add support for pmset on Darwin.
13234 (battery-load-low, battery-load-critical): New user options.
13235 (battery-pmset): New function.
13236
13237 2005-07-05 Lute Kamstra <lute@gnu.org>
13238
13239 Update FSF's address in GPL notices.
13240
13241 * textmodes/page-ext.el: Update FSF's address.
13242
13243 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13244
13245 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13246 filling from using prefix when filling a single-line docstring.
13247
13248 * progmodes/flymake.el: Remove useless eval-when-compile.
13249
13250 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13251
13252 2005-07-04 Richard M. Stallman <rms@gnu.org>
13253
13254 * textmodes/org.el (org-file-apps-defaults-gnu):
13255 Rename from org-file-apps-defaults-linux.
13256 (org-default-apps): Don't test system-type for `linux'.
13257 (org-file-apps): Doc fix.
13258
13259 2005-07-04 David Ponce <david@dponce.com>
13260
13261 * tree-widget.el: Improve header Commentary section.
13262 (tree-widget) [defgroup]
13263 (tree-widget-image-enable, tree-widget-themes-directory)
13264 (tree-widget-theme, tree-widget-image-properties-emacs)
13265 (tree-widget-image-properties-xemacs, tree-widget-create-image)
13266 (tree-widget-image-formats, tree-widget-control)
13267 (tree-widget-empty-control, tree-widget-leaf-control
13268 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13269 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13270 (tree-widget-keep, tree-widget-after-toggle-functions)
13271 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13272 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13273 :help-echo message.
13274 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13275 (tree-widget-image-properties): Doc fix. Clearer implementation.
13276 (tree-widget--cursors): New constant.
13277 (tree-widget-lookup-image): New function split from
13278 `tree-widget-find-image'. Clearer implementation.
13279 (tree-widget-find-image): Use it.
13280 (tree-widget-button-keymap): Use `set-keymap-parent'.
13281 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13282 Define the sub-widgets here.
13283 (tree-widget-node): Check that :node is not a tree-widget.
13284 (tree-widget-get-super, tree-widget-open-control)
13285 (tree-widget-close-control, tree-widget-empty-control)
13286 (tree-widget-leaf-control, tree-widget-guide)
13287 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13288 (tree-widget-no-handle, tree-widget-value-delete)
13289 (tree-widget-map): Remove.
13290 (tree-widget-children-value-save): Doc fix. Simplified.
13291 (tree-widget-value-create): Update according to previous changes.
13292
13293 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
13294
13295 * textmodes/org.el: Leading space replaced by TABS.
13296 (org-recalc-marks, org-table-rotate-recalc-marks)
13297 (org-table-get-specials): Treat "^" and "_" marks.
13298 (org-table-justify-field-maybe): Optional argument NEW.
13299 (org-table-eval-formula): Parsing of the format simplified.
13300 New modes C,I. Honor the %= parameter in the current table.
13301 Avoid unnecessary re-align by using the NEW argument to
13302 `org-table-justify-field-maybe'.
13303 (org-calc-default-modes): Default for date-format mimicks org-mode.
13304 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13305
13306 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13307
13308 * cus-face.el (custom-theme-set-faces): Make it handle face
13309 aliases whose alias declarations are pre- or autoloaded.
13310
13311 2005-07-04 Juri Linkov <juri@jurta.org>
13312
13313 * faces.el (read-face-name): Put the code for getting a face name
13314 from the buffer before adding the faces from the `face' property.
13315 Use `completing-read-multiple' instead of `completing-read'.
13316 Require `crm'. Add default value and post-process the returned
13317 list of faces.
13318
13319 * emacs-lisp/crm.el (crm-find-current-element)
13320 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13321
13322 * emacs-lisp/lisp-mode.el (eval-defun-1):
13323 * emacs-lisp/edebug.el (edebug-eval-defun):
13324 Remove unnecessary quotes.
13325
13326 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13327
13328 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13329 (prolog-indent-level): Fix typo in docstring.
13330
13331 * info.el (Info-history, Info-history-forward)
13332 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13333
13334 * add-log.el (add-change-log-entry):
13335 * comint.el (comint-dynamic-list-input-ring)
13336 (comint-dynamic-list-completions):
13337 * dabbrev.el (dabbrev-expand):
13338 * delim-col.el (delimit-columns-rectangle-line):
13339 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13340 (diff-unified->context):
13341 * ediff-init.el (ediff-abbrev-jobname):
13342 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13343 (ediff-replace-session-activity-marker-in-meta-buffer):
13344 * info.el (Info-summary):
13345 * lpr.el (printify-region):
13346 * printing.el (pr-create-interface):
13347 * ps-print.el (ps-print-quote):
13348 * ses.el (ses-column-widths, ses-print-cell)
13349 (ses-adjust-print-width, ses-center):
13350 * shell.el (shell-file-name-quote-list):
13351 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13352 (strokes-fill-current-buffer-with-whitespace)
13353 (strokes-xpm-for-stroke, strokes-list-strokes)
13354 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13355 * term.el (term-dynamic-list-input-ring)
13356 (term-dynamic-list-completions):
13357 * calc/calc.el (math-format-stack-value):
13358 * emacs-lisp/edebug.el (edebug-display-freq-count):
13359 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13360 (delphi-new-comment-line):
13361 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13362 * progmodes/executable.el (executable-set-magic):
13363 * progmodes/python.el (inferior-python-mode):
13364 * progmodes/scheme.el (scheme-mode-syntax-table):
13365 * progmodes/sh-script.el (sh-maybe-here-document):
13366 * progmodes/sql.el (sql-copy-column):
13367 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13368 * textmodes/bibtex.el (bibtex-mode):
13369 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13370 (sgml-auto-attributes):
13371 * textmodes/table.el (table-insert, table-shorten-cell)
13372 (table--generate-source-scan-lines, table-delete-row)
13373 (*table--cell-delete-char, table--spacify-frame)
13374 (table--horizontally-shift-above-and-below)
13375 (table--cell-insert-char, table--cell-blank-str)
13376 (table--fill-region-strictly):
13377 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13378 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13379
13380 * add-log.el (change-log):
13381 * apropos.el (apropos):
13382 * comint.el (comint-completion, comint-source):
13383 * dabbrev.el (dabbrev):
13384 * delim-col.el (columns):
13385 * diff-mode.el (diff-mode):
13386 * ediff.el (ediff):
13387 * ediff-diff.el (ediff-diff):
13388 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13389 * ediff-mult.el (ediff-mult):
13390 * ediff-ptch.el (ediff-ptch):
13391 * ediff-wind.el (ediff-window):
13392 * facemenu.el (facemenu):
13393 * indent.el (indent):
13394 * info.el (info):
13395 * jka-cmpr-hook.el (compression, jka-compr):
13396 * lpr.el (lpr):
13397 * outline.el (outlines):
13398 * pcmpl-cvs.el (pcmpl-cvs):
13399 * pcmpl-rpm.el (pcmpl-rpm):
13400 * printing.el (printing):
13401 * ps-print.el (postscript, ps-print, ps-print-horizontal)
13402 (ps-print-vertical, ps-print-headers, ps-print-font)
13403 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13404 (ps-print-background, ps-print-printer, ps-print-page)
13405 (ps-print-miscellany):
13406 * ses.el (ses):
13407 * shell.el (shell, shell-directories, shell-faces):
13408 * startup.el (initialization):
13409 * strokes.el (strokes):
13410 * term.el (term):
13411 * uniquify.el (uniquify):
13412 * w32-vars.el (w32):
13413 * calc/calc.el (calc):
13414 * emacs-lisp/bytecomp.el (bytecomp):
13415 * emacs-lisp/cl-indent.el (lisp-indent):
13416 * emacs-lisp/edebug.el (edebug):
13417 * emacs-lisp/elp.el (elp):
13418 * emacs-lisp/testcover.el (testcover):
13419 * emacs-lisp/trace.el (trace):
13420 * emulation/viper-ex.el (viper-ex):
13421 * emulation/viper-mous.el (viper-mouse):
13422 * mail/mailalias.el (mailalias):
13423 * mail/supercite.el (supercite, supercite-frames)
13424 (supercite-attr, supercite-cite, supercite-hooks):
13425 * net/rcompile.el (remote-compile):
13426 * net/rlogin.el (rlogin):
13427 * obsolete/ooutline.el (outlines):
13428 * progmodes/delphi.el (delphi):
13429 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13430 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13431 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13432 (ebnf-optimization):
13433 * progmodes/etags.el (etags):
13434 * progmodes/executable.el (executable):
13435 * progmodes/idlwave.el (idlwave):
13436 * progmodes/pascal.el (pascal):
13437 * progmodes/prolog.el (prolog):
13438 * progmodes/python.el (python):
13439 * progmodes/scheme.el (scheme):
13440 * progmodes/sh-script.el (sh, sh-script):
13441 * progmodes/sql.el (SQL):
13442 * progmodes/tcl.el (tcl):
13443 * textmodes/bibtex.el (bibtex, bibtex-autokey):
13444 * textmodes/enriched.el (enriched):
13445 * textmodes/makeinfo.el (makeinfo):
13446 * textmodes/sgml-mode.el (sgml):
13447 * textmodes/table.el (table-hooks):
13448 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13449 * textmodes/texinfo.el (texinfo):
13450 * textmodes/two-column.el (two-column):
13451 Finish `defgroup' description with period.
13452
13453 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13454 * eshell/esh-var.el (eshell-var):
13455 * progmodes/vhdl-mode.el (vhdl-testbench):
13456 * textmodes/org.el (org): Fix typos in docstrings.
13457
13458 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13459 consistency.
13460
13461 * progmodes/flymake.el (flymake-find-file): Remove.
13462 (flymake-float-time): Use `with-no-warnings'.
13463 (flymake-check-start-time, flymake-check-was-interrupted)
13464 (flymake-err-info, flymake-is-running, flymake-last-change-time)
13465 (flymake-new-err-info): `defvar' at compile time.
13466
13467 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
13468
13469 * replace.el (occur-hook): Doc fix.
13470 (occur-1): Don't call `occur-hook' if there are no matches.
13471
13472 2005-07-03 Richard M. Stallman <rms@gnu.org>
13473
13474 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13475 global-map, save the same map.
13476 (global-map): Don't alter it at top level.
13477 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13478 Then alter it here instead.
13479 (tpu-edt-off): Set global-map to the saved one.
13480
13481 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13482 All references simplified.
13483 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
13484 (zmacs-regions): Add defvar.
13485 (repeat-complex-command-map): Everything about that deleted.
13486
13487 * textmodes/artist.el (artist-key-is-drawing)
13488 (artist-key-endpoint1, artist-key-poly-point-list)
13489 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13490 (artist-key-compl-table, artist-rb-save-data)
13491 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13492 Don't put them in eval-when-compile.
13493 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13494
13495 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13496 Use with-no-warnings.
13497
13498 * net/browse-url.el (dos-windows-version): Add defvar.
13499
13500 * mail/supercite.el (filladapt-prefix-table): Add defvar.
13501
13502 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13503 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13504 (rmail-new-summary-line-count): Rename from new-summary-line-count.
13505 Add defvar.
13506 (rmail-summary-beginning-of-message): Use with-no-warnings.
13507 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13508
13509 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13510 Use with-no-warnings.
13511
13512 * emulation/vi.el (vi-mark-region): Use c-mark-function.
13513 (c-mark-function): Add point-moving-unit property.
13514 (vi-goto-line): Use with-no-warnings.
13515
13516 * emulation/edt.el (edt-last-copied-word): Add defvar.
13517 (zmacs-region-stays): Likewise.
13518 (edt-mark-section-wisely): Use c-mark-function for C.
13519 Use makr-defun for Fortran.
13520 (time-string): defvar deleted.
13521 (edt-display-the-time): Don't set time-string.
13522
13523 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13524
13525 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13526 Don't warn when name is not constant
13527 or for defining the group `emacs'.
13528
13529 * tooltip.el (gud-tooltip-mode): Add defvar.
13530
13531 * startup.el (default-frame-background-mode): Add defvar.
13532
13533 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13534
13535 * info.el (tool-bar-map): Add defvar.
13536
13537 * dired.el (dnd-protocol-alist): Add defvar.
13538
13539 * dired-aux.el (dired-query): Display question with answer, when
13540 the user answers.
13541
13542 * custom.el (custom-add-option): Doc fix.
13543
13544 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13545
13546 2005-07-03 Eli Zaretskii <eliz@gnu.org>
13547
13548 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13549 bogus name from the last change.
13550
13551 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
13552
13553 * custom.el (custom-declare-variable): Fix typos in comment.
13554 (custom-known-themes): Doc fix.
13555 (custom-theme-directory): New defcustom.
13556 (require-theme): Make it check `custom-theme-directory'.
13557
13558 * cus-theme.el (custom-new-theme-mode): New function.
13559 (custom-theme-name, custom-theme-variables, custom-theme-faces)
13560 (custom-theme-description): Add compiler defvars.
13561 (customize-create-theme): Add doc to the "*New Custom Theme*"
13562 buffer. Use `custom-new-theme-mode'.
13563 (custom-theme-write): Put the created buffer in emacs-lisp-mode
13564 and save it to the `custom-theme-directory'. Make this the
13565 default directory of the buffer.
13566
13567 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
13568
13569 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13570 Fix unbalanced parentheses.
13571
13572 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13573
13574 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13575 into flymake-mode and delegate to flymake-mode.
13576
13577 * find-file.el (ff-which-function-are-we-in): Clean up.
13578
13579 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
13580
13581 * replace.el (occur-rename-buffer): Fix docstring.
13582
13583 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13584 (edt-last-copied-word, edt-learn-macro-count)
13585 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13586 (edt-rect-start-point, edt-user-global-map, rect-start-point)
13587 (time-string, zmacs-region-stays):
13588 * emulation/edt-mapper.el (edt-save-function-key-map)
13589 (EDT-key-name): `defvar' to silence the byte-compiler.
13590
13591 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
13592
13593 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13594 font-lock-regexp-backslash. Doc fix.
13595 (font-lock-regexp-backslash-grouping-construct): Rename from
13596 font-lock-regexp-backslash-construct. Doc fix.
13597 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13598 grouping constructs.
13599
13600 2005-07-02 Eli Zaretskii <eliz@gnu.org>
13601
13602 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13603 updating all the prerequisites.
13604
13605 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
13606
13607 * textmodes/org.el (org-agenda-start-on-weekday)
13608 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13609 (org-agenda-use-time-grid, org-archive-location)
13610 (org-allow-space-in-links, org-usenet-links-prefer-google)
13611 (org-enable-table-editor, org-export-default-language)
13612 (org-export-html-show-new-buffer, org-fill-paragraph)
13613 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13614 (org-goto-quit, org-occur, org-eval-in-calendar)
13615 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13616 (org-agenda-diary-entry, org-remember-help)
13617 (org-table-convert-region, org-at-table-p)
13618 (org-table-move-row-down, org-table-move-row-up)
13619 (org-table-copy-region, org-table-toggle-vline-visibility)
13620 (org-table-get-stored-formulas, org-table-get-specials)
13621 (org-recalc-commands, org-table-eval-formula)
13622 (org-table-formula-substitute-names, orgtbl-make-binding)
13623 (org-format-org-table-html, org-format-table-table-html)
13624 (org-format-table-table-html-using-table-generate-source)
13625 (org-customize): Fix typos in docstrings.
13626 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13627 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13628 (org-back-to-heading): Doc fixes.
13629 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13630 (org-agenda-change-all-lines, org-get-header):
13631 Improve argument/docstring consistency.
13632 (orgtbl-error): Fix error message.
13633
13634 * progmodes/flymake.el (flymake-find-possible-master-files)
13635 (flymake-master-file-compare, flymake-get-line-err-count)
13636 (flymake-highlight-line, flymake-gui-warnings-enabled):
13637 Fix typos in docstrings.
13638 (flymake-parse-line, flymake-get-project-include-dirs-function)
13639 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13640 Doc fixes.
13641 (flymake-get-project-include-dirs-function)
13642 (flymake-make-err-menu-data):
13643 Improve argument/docstring consistency.
13644
13645 2005-07-01 Lute Kamstra <lute@gnu.org>
13646
13647 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13648 Catch errors with ignore-errors. Use temporary buffer.
13649 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13650
13651 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13652 background color faces.
13653 (facemenu-set-foreground, facemenu-set-background):
13654 Use facemenu-set-face-from-menu.
13655 (facemenu-set-face-from-menu): Treat face names that start with
13656 "fg:" or "bg:" as special.
13657 (facemenu-add-new-color): Don't create faces. Simplify.
13658
13659 2005-06-30 Richard M. Stallman <rms@gnu.org>
13660
13661 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13662 (crm-find-current-element): Likewise.
13663
13664 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13665
13666 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13667
13668 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13669
13670 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13671 (archive-mouse-extract): Make it an obsolete alias.
13672 (archive-mode-map): Don't use archive-mouse-extract any more.
13673 (archive-mode, archive-extract): write-contents-hooks ->
13674 write-contents-functions.
13675 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13676 first arg.
13677 (archive-rename-entry): Update the call.
13678 (archive-zip-summarize): Remove unused var `method'.
13679 (archive-lzh-summarize): Remove unused var `creator'.
13680
13681 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13682 dedicated frame upon exit.
13683
13684 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13685 (archive-zip-extract, archive-zip-expunge)
13686 (archive-zip-update, archive-zip-update-case): Use executable-find.
13687 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13688 Use restore-buffer-modified-p.
13689 (archive-extract, archive-add-new-member, archive-write-file-member):
13690 Use with-current-buffer.
13691 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13692
13693 2005-06-30 Andreas Schwab <schwab@suse.de>
13694
13695 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13696
13697 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13698
13699 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13700
13701 2005-06-30 Juri Linkov <juri@jurta.org>
13702
13703 * faces.el (vertical-border): Inherit from mode-line-inactive
13704 only on tty.
13705
13706 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
13707
13708 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13709 example, -NLINES in the `occur' docstring).
13710
13711 * replace.el (occur-1): When no matches are found, do not set the
13712 `buffer-read-only' and modified flags for the occur buffer,
13713 because it is deleted.
13714
13715 * emulation/cua-base.el (cua-check-pending-input)
13716 (cua-repeat-replace-region, cua-mode, cua-debug)
13717 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13718 Fix typos in docstrings.
13719
13720 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13721 (cua-cut-region-to-global-mark)
13722 (cua--cut-rectangle-to-global-mark):
13723 Remove period from end of messages.
13724
13725 * emulation/cua-rect.el (cua-do-rectangle-padding):
13726 Remove period from end of messages.
13727 (cua--rectangle-seq-format): Fix typo in docstring.
13728 (cua-sequence-rectangle, cua-fill-char-rectangle):
13729 Improve argument/docstring consistency.
13730
13731 2005-06-29 Juri Linkov <juri@jurta.org>
13732
13733 * faces.el (default-frame-background-mode): New internal variable.
13734 (frame-set-background-mode): Use it.
13735
13736 * startup.el (normal-top-level): Set default-frame-background-mode
13737 instead of frame-background-mode. Before setting it, test for its
13738 nil value. Remove tests for frame-background-mode and frame
13739 parameter `reverse'. Add test for "unspecified-fg".
13740
13741 * term/xterm.el (xterm-rxvt-set-background-mode):
13742 * term/rxvt.el (rxvt-set-background-mode):
13743 Set default-frame-background-mode instead of frame-background-mode.
13744
13745 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
13746
13747 * simple.el (set-variable): Warn about obsolete user variables.
13748
13749 * imenu.el (imenu--completion-buffer):
13750 * mouse.el (mouse-buffer-menu-alist):
13751 * msb.el (msb-invisible-buffer-p):
13752 * calendar/diary-lib.el (diary-header-line-format):
13753 * emacs-lisp/pp.el (pp-buffer):
13754 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13755 * textmodes/picture.el (picture-replace-match):
13756 Change space constants followed by a sexp to "?\s ".
13757
13758 * play/decipher.el (decipher-loop-with-breaks):
13759 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13760 constants "protected" from end of line by a comment to "?\s".
13761
13762 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13763
13764 * font-lock.el (save-buffer-state): Use `declare'.
13765
13766 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13767 reset the syntax-table to cperl-mode-syntax-table.
13768 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13769 "foo_print_bar" is not matched as a reserved keyword.
13770
13771 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
13772
13773 * textmodes/org.el (orgtbl-setup): New function, for delayed
13774 setup for the orgtbl commands.
13775 (org-calc-default-modes): New option.
13776 (orgtbl-make-binding): Use `defun' to get better help display.
13777 (org-diary): Call `org-compile-prefix-format'.
13778 (org-table-formula-substitute-names): New function.
13779 (org-agenda-day-view, org-agenda-week-view): New commands.
13780 (org-agenda-toggle-week-view): Command removed.
13781 (org-tbl-menu): Split off from org-org-menu.
13782 (org-mode): Move removal of outline-mode menus to here.
13783 (org-table-formula-debug): New option.
13784 (org-table-insert-row): Keep first field if just "#" or "*".
13785 (org-mode): Paragraph regexps fixed.
13786 (org-table-recalculate-regexp): New constant.
13787 (org-table-justify-field-maybe): Avoid replace if not necessary.
13788 (org-copy-special, org-cut-special): Use `call-interactively'.
13789 (org-table-copy-region): Take region from `interactive' call.
13790 (org-trim): Return string even if no match.
13791 (org-formula): New face.
13792 (org-set-font-lock-defaults): No longer highlight "FIXME".
13793 But highlight formula-related fields in table.
13794 (org-table-p): Use regexp, not fontification.
13795 (org-table-align): Handle white space at end of line.
13796 (org-table-formula-evaluate-inline): New option.
13797 (org-mode): Auto-wrapping in comment lines turned off.
13798 (org-table-copy-down): Evaluate only in copied field, not in
13799 destination.
13800 (org-table-current-formula): Variable removed.
13801 (org-table-store-formulas, org-table-get-stored-formulas)
13802 (org-table-modify-formulas, org-table-replace-in-formulas)
13803 (org-table-maybe-eval-formula): New functions.
13804 (org-table-get-formula): Modify to use stored formulas.
13805 (org-table-insert-column, org-table-delete-column)
13806 (org-table-move-column): Call `org-table-modify-formulas'.
13807 (org-complete): Add completion for keyword formulas.
13808 (orgtbl-mode): Pull orgtbl-mode-map to start of
13809 minor-mode-map-alist.
13810
13811 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13812
13813 * progmodes/python.el (python-check): Require `compile' before
13814 modifying its variables.
13815
13816 * newcomment.el (comment-indent-default): Don't get fooled by an early
13817 end of buffer.
13818
13819 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13820
13821 * ps-print.el (ps-print-version): Fix version number.
13822
13823 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13824
13825 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13826
13827 2005-06-28 Richard M. Stallman <rms@gnu.org>
13828
13829 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13830 (flyspell-local-mouse-map): Declaration deleted.
13831 (flyspell-mouse-map): Bind only mouse-2.
13832 (flyspell-mode-map): Don't test flyspell-use-local-map.
13833 (flyspell-overlay-keymap-property-name): Var deleted.
13834 (flyspell-mode-on): Don't make local bindings for
13835 flyspell-mouse-map and flyspell-mode-map.
13836 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13837
13838 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13839
13840 * progmodes/compile.el (compilation-next-error-function):
13841 Don't switch buffers; operate on the current buffer.
13842
13843 * progmodes/compile.el (compilation-error-file-name)
13844 (compilation-warning-file-name, compilation-info-file-name)
13845 (compilation-line-number, compilation-column-number): New faces.
13846 (compilation-error-face, compilation-warning-face)
13847 (compilation-info-face, compilation-line-face)
13848 (compilation-column-face): Use them.
13849
13850 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13851
13852 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13853
13854 * bindings.el (global-map): Bind insertchar and its variants.
13855
13856 2005-06-27 Richard M. Stallman <rms@gnu.org>
13857
13858 * textmodes/artist.el (artist-text-overwrite)
13859 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13860
13861 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13862
13863 * ps-print.el: It was not working the page selection for printing.
13864 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13865 (ps-print-version): New version 6.6.7.
13866 (ps-end-sheet): New fun.
13867 (ps-header-sheet, ps-end-job): Call it.
13868
13869 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13870
13871 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13872
13873 2005-06-27 Lute Kamstra <lute@gnu.org>
13874
13875 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13876 background color faces.
13877 (facemenu-get-face): Delete function.
13878 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13879 (facemenu-add-new-color): Make second argument mandatory.
13880 Create the appropriate face and return it. Simplify.
13881 (facemenu-set-foreground, facemenu-set-background): Don't check if
13882 color is defined. Use return value of facemenu-add-new-color.
13883
13884 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
13885
13886 * progmodes/gud.el (gud-filter): Add missing argument to
13887 with-selected-window.
13888
13889 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13890
13891 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13892 a :require to the defcustom.
13893
13894 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13895 defcustoms corresponding to minor modes.
13896
13897 2005-06-26 David Ponce <david@dponce.com>
13898
13899 * recentf.el: Require tree-widget instead of wid-edit.
13900 (recentf-filename-handler): Fix widget :type.
13901 (recentf-cancel-dialog, recentf-open-more-files)
13902 (recentf-open-files-action): Doc fix.
13903 (recentf-dialog-goto-first): New function.
13904 (recentf-dialog-mode-map): Set parent keymap first.
13905 (recentf-dialog-mode): Define with define-derived-mode.
13906 Don't display continuation lines in dialogs.
13907 (recentf-edit-list): Rename from recentf-edit-selected-items.
13908 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13909 Simplify.
13910 (recentf-edit-list-validate): New function.
13911 (recentf-edit-list): Update accordingly.
13912 (recentf-open-files-item-shift): Remove.
13913 (recentf-open-files-item): Convert menu elements into tree and
13914 link widgets. Don't create the widgets.
13915 (recentf-open-files): Update accordingly.
13916 (recentf-save-list): Untabify.
13917
13918 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13919
13920 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13921 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13922 partially contained in the active region. Do not take active
13923 region into account when called from Lisp, unless INTERACTIVE arg
13924 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13925 avoid trouble with fields. Make marker point nowhere when no
13926 longer used. Always return nil. Doc fix.
13927 (flush-lines): Add INTERACTIVE arg. Do not take active region
13928 into account when called from Lisp, unless INTERACTIVE arg is
13929 non-nil. Use `forward-line' instead of `beginning-of-line' to
13930 avoid trouble with fields. Make marker point nowhere when no
13931 longer used. Always return nil. Doc fix.
13932 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13933 interchangeable. Do not take active region into account when
13934 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13935 message in echo area when called from Lisp, unless INTERACTIVE arg
13936 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13937 Return the number of matches. Doc fix.
13938 (occur): Doc fix.
13939 (perform-replace): Make comment follow double space convention for
13940 the sake of `outline-minor-mode'.
13941
13942 * faces.el (facep): Doc fix.
13943
13944 2005-06-25 Richard M. Stallman <rms@gnu.org>
13945
13946 * facemenu.el (facemenu-enable-faces-p): New function.
13947 (facemenu-background-menu, facemenu-foreground-menu)
13948 (facemenu-face-menu): Add menu-enable property.
13949
13950 * jka-compr.el (jka-compr-insert-file-contents):
13951 Special handling if cannot find the uncompression program.
13952
13953 * cus-face.el (custom-face-attributes): Add autoload.
13954
13955 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13956 Bind comment-indent-function locally.
13957
13958 * window.el (save-selected-window): Use save-current-buffer.
13959
13960 * subr.el (with-selected-window): Use save-current-buffer.
13961
13962 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13963 and with-current-buffer.
13964
13965 2005-06-24 Richard M. Stallman <rms@gnu.org>
13966
13967 * simple.el (line-move-1): Fix previous change.
13968
13969 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13970
13971 * replace.el (occur-1): Set `buffer-read-only' and the
13972 buffer-modified flag before running `occur-hook' to protect
13973 against unintentional buffer switches that can lead to data loss.
13974
13975 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
13976
13977 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13978 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13979 initial error.
13980
13981 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13982 after fresh input.
13983 (gdb-var-create-handler): Put name of expression in quotes.
13984
13985 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13986
13987 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13988 elements of RING in order, and without bogus nil elements.
13989
13990 2005-06-23 Richard M. Stallman <rms@gnu.org>
13991
13992 * simple.el (set-variable): Args renamed; doc fix.
13993 (line-move-1): When there are overlays around, use vertical-motion.
13994
13995 * faces.el (escape-glyph): Use brown against light background.
13996 (nobreak-space): Rename from no-break-space.
13997 Fix previous change.
13998
13999 * dired-aux.el (dired-do-copy): Fix arg prompt.
14000
14001 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14002
14003 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
14004
14005 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14006 rather than "Distributor".
14007
14008 2005-06-23 Lute Kamstra <lute@gnu.org>
14009
14010 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14011 (debug-on-entry): Use it. New interactive declaration that uses
14012 function-called-at-point.
14013
14014 2005-06-23 Kim F. Storm <storm@cua.dk>
14015
14016 * subr.el (save-match-data): Add comment about using evaporate arg
14017 to set-match-data.
14018
14019 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14020
14021 * cus-edit.el (customize-face)
14022 (customize-face-other-window): Handle face aliases.
14023
14024 * faces.el (face-documentation, set-face-attribute)
14025 (face-spec-set): Handle face aliases.
14026
14027 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14028
14029 * help-mode.el (help-make-xrefs): If a symbol representing a face
14030 name is not followed by the word "face", it could still be a
14031 function or variable name, so don't bypass other checks.
14032
14033 2005-06-22 Juri Linkov <juri@jurta.org>
14034
14035 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14036 Replace aliased functions with calls where second arg `inherit' is t.
14037
14038 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14039
14040 * progmodes/gdb-ui.el (gdb-error): New variable.
14041 (gdb-error): New function.
14042 (gdb-annotation-rules): Act on error-begin and error annotations.
14043 (gdb-concat-output): Use font-lock-warning-face for errors.
14044
14045 2005-06-22 Miles Bader <miles@gnu.org>
14046
14047 * bindings.el (propertized-buffer-identification): Use renamed
14048 `Buffer-menu-buffer' face.
14049
14050 * faces.el (vertical-border): Rename from `vertical-divider'.
14051 (escape-glyph): Change dark-background color back to `cyan'.
14052
14053 2005-06-21 Juri Linkov <juri@jurta.org>
14054
14055 * faces.el (face-user-default-spec): Try getting `customized-face'
14056 prior to `saved-face'.
14057 (frame-background-mode): Refill docstring.
14058
14059 * emacs-lisp/lisp-mode.el (eval-defun-1):
14060 * emacs-lisp/edebug.el (edebug-eval-defun):
14061 Set `saved-face' temporarily to nil before calling form.
14062 Set `customized-face' to the new spec after that.
14063
14064 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14065
14066 * subr.el (1value, lambda, key-substitution-in-progress):
14067 Doc fixes.
14068
14069 * autoinsert.el (auto-insert-alist):
14070 * ses.el (ses-call-printer):
14071 * subr.el (noreturn):
14072 * emacs-lisp/lisp.el (check-parens):
14073 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14074 * net/browse-url.el (browse-url-mosaic):
14075 * progmodes/cc-defs.el (c-safe-scan-lists):
14076 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14077 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14078 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14079 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14080 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14081 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14082
14083 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14084
14085 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14086
14087 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14088
14089 * calendar/appt.el (appt-make-list): Activate the package, if
14090 not already active (for backwards compatibility).
14091
14092 2005-06-20 Kim F. Storm <storm@cua.dk>
14093
14094 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14095
14096 2005-06-20 Miles Bader <miles@gnu.org>
14097
14098 * faces.el (vertical-divider): New face.
14099
14100 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14101
14102 * simple.el (kill-whole-line): Doc fix.
14103 (next-error-buffer-p, next-error-find-buffer)
14104 (clone-indirect-buffer): Fix typos in docstrings.
14105 (comment-line-break-function): Doc fix: don't say variable
14106 is automatically buffer-local (it isn't).
14107
14108 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14109
14110 * net/tramp-ftp.el (top):
14111 * net/tramp-smb.el (top):
14112 * net/tramp-util.el (top):
14113 * net/tramp-uu.el (top):
14114 * net/tramp-vc.el (top):
14115 * net/tramp.el (top): Revert copyright years back to original
14116 ones. Tramp has a life outside GNU Emacs.
14117
14118 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14119
14120 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14121
14122 2005-06-18 Juri Linkov <juri@jurta.org>
14123
14124 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14125 end of first regexp to limit the match to the position between
14126 line number and source line with same separator character as used
14127 between file name and line number. In the second regexp limit
14128 mouse-face area to file name and line number by adding new group
14129 for them and referring it in HYPERLINK arg.
14130 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14131 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14132 previous line where grep markers may be already removed.
14133
14134 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14135
14136 * progmodes/ps-mode.el: Update version and maintainer's email address.
14137
14138 2005-06-18 Steve Youngs <steve@xemacs.org>
14139
14140 * net/browse-url.el (browse-url-browser-function)
14141 (browse-url-default-browser): Add firefox.
14142 (browse-url-firefox-program, browse-url-firefox-arguments)
14143 (browse-url-firefox-startup-arguments)
14144 (browse-url-firefox-new-window-is-tab): New defcustoms.
14145 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14146
14147 2005-06-17 Richard M. Stallman <rms@gnu.org>
14148
14149 * startup.el (command-line): Warn if specified user name has
14150 no home directory.
14151
14152 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14153 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14154
14155 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14156 Doc fixes.
14157
14158 * faces.el (underline): Try bold if terminal doesn't support underline.
14159
14160 * mail/sendmail.el (mail-setup-with-from): New variable.
14161 (mail-insert-from-field): New function.
14162 (sendmail-send-it): Call it.
14163 (mail-setup): Optionally call it here.
14164
14165 * term/linux.el: Call tty-no-underline.
14166
14167 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14168
14169 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14170
14171 2005-06-17 Miles Bader <miles@gnu.org>
14172
14173 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14174 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14175 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14176 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14177 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14178 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14179 Remove "-face" suffix from face names.
14180 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14181 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14182 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14183 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14184 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14185 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14186 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14187 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14188 New backward-compatibility aliases for renamed faces.
14189 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14190 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14191 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14192 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14193 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14194 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14195 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14196 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14197 Use renamed ediff faces.
14198
14199 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14200 Remove "-face" suffix from face names.
14201 (eshell-test-ok-face, eshell-test-failed-face):
14202 New backward-compatibility aliases for renamed faces.
14203 (eshell-run-test): Use renamed eshell-test faces.
14204
14205 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14206 face name.
14207 (eshell-prompt-face): New backward-compatibility alias for renamed
14208 face.
14209 (eshell-emit-prompt): Use renamed eshell-prompt face.
14210
14211 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14212 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14213 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14214 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14215 Remove "-face" suffix from face names.
14216 (eshell-ls-directory-face, eshell-ls-symlink-face)
14217 (eshell-ls-executable-face, eshell-ls-readonly-face)
14218 (eshell-ls-unreadable-face, eshell-ls-special-face)
14219 (eshell-ls-missing-face, eshell-ls-archive-face)
14220 (eshell-ls-backup-face, eshell-ls-product-face)
14221 (eshell-ls-clutter-face):
14222 New backward-compatibility aliases for renamed faces.
14223 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14224
14225 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14226 Remove "-face" suffix from face name.
14227 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14228 instead of literal face.
14229
14230 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14231
14232 * emacs-lisp/warnings.el (display-warning, lwarn)
14233 (warning-minimum-log-level): Doc fixes.
14234 (warning-minimum-level, warning-minimum-log-level):
14235 Add :debug to :type choices.
14236
14237 * progmodes/ada-mode.el (ada-format-paramlist)
14238 (ada-get-indent-case, ada-check-matching-start)
14239 (ada-check-defun-name, ada-goto-matching-decl-start)
14240 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14241 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14242 (ada-make-subprogram-body): Follow error conventions.
14243 (ada-case-exception-file, ada-indent-comment-as-code)
14244 (ada-indent-handle-comment-special, ada-indent-renames)
14245 (ada-indent-return, ada-search-directories-internal)
14246 (ada-tab-policy, ada-case-exception-substring)
14247 (ada-other-file-alist, ada-matching-start-re)
14248 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14249 (ada-imenu-generic-expression, ada-compile-goto-error)
14250 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14251 (ada-popup-menu, ada-add-extensions, ada-mode)
14252 (ada-region-selected, ada-create-case-exception)
14253 (ada-create-case-exception-substring, ada-after-keyword-p)
14254 (ada-activate-keys-for-case, ada-adjust-case-region)
14255 (ada-adjust-case-buffer, ada-format-paramlist)
14256 (ada-scan-paramlist, ada-insert-paramlist)
14257 (ada-indent-newline-indent)
14258 (ada-indent-newline-indent-conditional)
14259 (ada-justified-indent-current, ada-goto-previous-word)
14260 (ada-indent-current, ada-get-indent-open-paren)
14261 (ada-get-indent-paramlist, ada-get-indent-end)
14262 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14263 (ada-get-indent-block-start, ada-get-indent-subprog)
14264 (ada-get-indent-noindent, ada-get-indent-label)
14265 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14266 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14267 (ada-goto-stmt-end, ada-goto-next-word)
14268 (ada-check-matching-start, ada-check-defun-name)
14269 (ada-goto-matching-decl-start, ada-goto-matching-start)
14270 (ada-goto-matching-end, ada-search-ignore-string-comment)
14271 (ada-in-decl-p, ada-looking-at-semi-or)
14272 (ada-looking-at-semi-private, ada-in-paramlist-p)
14273 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14274 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14275 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14276 (ada-previous-package, ada-create-menu)
14277 (ada-fill-comment-paragraph-justify)
14278 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14279 (ada-other-file-name, ada-last-which-function-line)
14280 (ada-last-which-function-subprog, ada-which-function)
14281 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14282 (ada-gen-treat-proc, ada-check-emacs-version)
14283 (ada-continuation-indent, ada-align-region-separate):
14284 Fix typos in docstrings.
14285 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14286
14287 2005-06-16 Lute Kamstra <lute@gnu.org>
14288
14289 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14290 conditionally.
14291
14292 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14293
14294 * comint.el (comint-replace-by-expanded-filename)
14295 (comint-prompt-regexp, comint-delimiter-argument-list)
14296 (comint-preinput-scroll-to-bottom):
14297 * info.el (Info-hide-cookies-node):
14298 * ls-lisp.el (ls-lisp-classify):
14299 * find-file.el (ff-search-directories, ff-special-constructs)
14300 (ff-find-other-file):
14301 * font-lock.el (font-lock-keywords):
14302 * shell.el (shell-prompt-pattern)
14303 (shell-dynamic-complete-functions, shell-mode)
14304 (shell-delimiter-argument-list):
14305 * term.el (term-replace-by-expanded-filename)
14306 (term-prompt-regexp, term-delimiter-argument-list):
14307 * woman.el (woman-ignore, woman0-if):
14308 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14309 * emacs-lisp/elint.el (elint-init-env):
14310 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14311 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14312 * language/ethio-util.el (ethio-tilde-escape)
14313 (ethio-use-three-dot-question):
14314 * net/zone-mode.el (zone-mode-load-time-setup):
14315 * progmodes/cc-align.el (c-lineup-argcont):
14316 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14317 * progmodes/cperl-mode.el (cperl-set-style-back):
14318 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14319 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14320 Fix spellings in docstrings.
14321
14322 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14323 * progmodes/modula2.el (m2-for): Fix spellings.
14324
14325 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14326
14327 * simple.el (undo-more): Don't use `format' on `error' arguments.
14328 Improve argument/docstring consistency.
14329 (pending-undo-list): Doc fix.
14330
14331 * smerge-mode.el (smerge-ensure-match):
14332 * emulation/vip.el (vip-ex):
14333 * net/zone-mode.el (zone-mode-update-serial):
14334 * progmodes/idlwave.el (idlwave-complete):
14335 * progmodes/vhdl-mode.el (vhdl-visit-file)
14336 (vhdl-compose-wire-components):
14337 Don't use `format' on `error' arguments.
14338
14339 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14340 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14341 (tooltip-help-tips): Fix typos in docstrings.
14342
14343 2005-06-16 David Ponce <david@dponce.com>
14344
14345 * tree-widget.el (tree-widget-value-create): Simplify last change.
14346
14347 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14348
14349 * ido.el (ido-incomplete-regexp): New variable.
14350 (ido-set-matches-1): Handle invalid-regexp error and set
14351 ido-incomplete-regexp.
14352 (ido-incomplete-regexp): New face.
14353 (ido-completions): Use it.
14354 (ido-complete, ido-exit-minibuffer, ido-completions):
14355 Handle incomplete regexps.
14356 (ido-completions): Add check for complete match when entering a regexp.
14357
14358 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14359
14360 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14361
14362 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14363
14364 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14365 by field delimiters.
14366
14367 2005-06-15 David Ponce <david@dponce.com>
14368
14369 * tree-widget.el: eval-and-compile inlined functions so they will
14370 be available at run-time too.
14371 (tree-widget-super-format-handler)
14372 (tree-widget-format-handler): Remove.
14373 (tree-widget-value-create): Handle the :indent property.
14374
14375 2005-06-15 Miles Bader <miles@gnu.org>
14376
14377 * progmodes/which-func.el (which-func): Only inherit
14378 `font-lock-function-name-face' when that makes sense against the
14379 default mode-line face, otherwise set the face color explicitly.
14380
14381 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14382 faces instead of (non-existent) variables.
14383
14384 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14387 (iswitchb-get-matched-buffers): Likewise. Simplify.
14388
14389 2005-06-14 Miles Bader <miles@gnu.org>
14390
14391 * progmodes/ld-script.el (ld-script-location-counter):
14392 Remove "-face" suffix from face name.
14393 (ld-script-location-counter-face):
14394 New backward-compatibility alias for renamed face.
14395 (ld-script-location-counter-face): Use renamed face.
14396
14397 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14398 (cperl-hash): Remove "-face" suffix from face names.
14399 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14400 New backward-compatibility aliases for renamed faces.
14401 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14402 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14403
14404 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14405 name.
14406 (which-func-face): New backward-compatibility alias for renamed face.
14407 (which-func-format): Use renamed which-func face.
14408
14409 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14410 (vhdl-function, vhdl-directive, vhdl-reserved-word)
14411 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14412 names.
14413 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14414 (vhdl-speedbar-configuration, vhdl-speedbar-package)
14415 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14416 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14417 (vhdl-speedbar-architecture-selected)
14418 (vhdl-speedbar-configuration-selected)
14419 (vhdl-speedbar-package-selected)
14420 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14421 names.
14422 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14423 Use renamed faces.
14424 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14425 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14426 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14427 Use renamed faces.
14428 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14429 names.
14430 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14431 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14432 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14433 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14434 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14435 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14436
14437 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14438 face name.
14439 (sh-heredoc-face): New backward-compatibility alias for renamed face.
14440 (sh-heredoc-face): Use renamed sh-heredoc face.
14441
14442 * progmodes/idlw-help.el (idlwave-help-link):
14443 Remove "-face" suffix from face name.
14444 (idlwave-help-link-face):
14445 New backward-compatibility alias for renamed face.
14446 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14447
14448 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14449 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14450 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14451 New backward-compatibility aliases for renamed faces.
14452 (idlwave-shell-disabled-breakpoint-face)
14453 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14454
14455 * progmodes/flymake.el (flymake-errline, flymake-warnline):
14456 Remove "-face" suffix from face names.
14457 (flymake-errline-face, flymake-warnline-face):
14458 New backward-compatibility aliases for renamed faces.
14459 (flymake-highlight-line): Use renamed flymake faces.
14460
14461 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14462 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14463 (ebrowse-member-class, ebrowse-progress):
14464 Remove "-face" suffix from face names.
14465 (ebrowse-tree-mark-face, ebrowse-root-class-face)
14466 (ebrowse-file-name-face, ebrowse-default-face)
14467 (ebrowse-member-attribute-face, ebrowse-member-class-face)
14468 (ebrowse-progress-face):
14469 New backward-compatibility aliases for renamed faces.
14470 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14471 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14472 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14473 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14474
14475 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14476 antlr-syntax)
14477 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14478 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14479 names.
14480 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14481 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14482 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14483 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14484 backward-compatibility aliases for renamed faces.
14485 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14486 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14487 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14488 remove "font-lock-". Use renamed antlr-mode faces.
14489 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
14490 literal face-names with face variable references.
14491
14492 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14493 face name.
14494 (Buffer-menu-buffer-face): New backward-compatibility alias for
14495 renamed face.
14496 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14497
14498 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
14499
14500 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14501 Eliminate "-face" suffix.
14502 (makefile-targets): Inherit from font-lock-function-name-face and
14503 eliminate "-face" suffix.
14504 (makefile-shell): Remove attributes and eliminate "-face" suffix.
14505 (makefile-*-font-lock-keywords): Append makefile-targets in rule
14506 actions, instead of prepending, to make it less visible.
14507 (makefile-previous-dependency, makefile-match-dependency):
14508 Don't match a target on a continuation line.
14509
14510 * files.el (auto-mode-alist): Put Makefile in gmake mode.
14511
14512 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
14513
14514 * progmodes/gdb-ui.el (menu): Re-order menu items.
14515 (gdb-tooltip-print): Respect tooltip-use-echo-area.
14516
14517 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14518 Define in tooltip.el.
14519 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14520 (gud-tooltip-tips): Respect tooltip-use-echo-area and
14521 gud-tooltip-echo-area.
14522
14523 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14524 backward compatibility and make obsolete.
14525 (tooltip-help-tips): Use tooltip-use-echo-area.
14526 (tooltip-show-help-function): Rename to...
14527 (tooltip-show-help): ...this, because it is a function.
14528 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14529
14530 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
14531
14532 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14533 (edebug-print-length, edebug-print-level, edebug-print-circle)
14534 (edebug-modify-breakpoint, edebug-eval-last-sexp)
14535 (edebug-eval-print-last-sexp): Doc fixes.
14536
14537 2005-06-14 Kim F. Storm <storm@cua.dk>
14538
14539 * ido.el (ido-mode): Make a new keymap every time we enable ido,
14540 as the coverage buffer/file/both may change.
14541
14542 2005-06-14 Lute Kamstra <lute@gnu.org>
14543
14544 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14545 and run-mode-hooks. Simplify.
14546
14547 * mail/rmailedit.el (rmail-edit-mode):
14548 * progmodes/octave-inf.el (inferior-octave-mode):
14549 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14550
14551 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14552 and run-mode-hooks.
14553 (recentf-edit-list, recentf-open-files): Don't call
14554 kill-all-local-variables directly.
14555
14556 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14557
14558 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
14559
14560 * emacs-lisp/byte-run.el (make-obsolete)
14561 (define-obsolete-function-alias): Rename arguments FUNCTION and
14562 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14563 (make-obsolete-variable, define-obsolete-variable-alias):
14564 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14565 respectively.
14566
14567 * isearchb.el (isearchb-activate):
14568 * pcvs.el (cvs-mode):
14569 * ses.el (ses-load):
14570 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14571 * net/tramp.el (tramp-find-file-exists-command)
14572 (tramp-find-shell):
14573 * progmodes/ada-mode.el (ada-create-case-exception)
14574 (ada-create-case-exception-substring, ada-make-subprogram-body):
14575 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14576 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14577 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14578 * textmodes/org.el (org-promote, org-evaluate-time-range)
14579 (org-agenda-next-date-line, org-agenda-previous-date-line)
14580 (org-agenda-error, org-open-at-point, org-table-move-row)
14581 (org-format-table-table-html-using-table-generate-source)
14582 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14583 * textmodes/reftex.el (reftex-access-scan-info):
14584 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14585 (reftex-toc-promote-prepare): Follow error conventions.
14586
14587 * diff-mode.el (diff-mode): Fix typo in docstring.
14588
14589 * forms.el (forms--intuit-from-file): Fix reference to
14590 `forms-number-of-fields' in error message.
14591 (forms-print): Fix quoting in error message.
14592
14593 * forms.el (forms-mode):
14594 * emulation/vi.el (vi-goto-insert-state):
14595 * progmodes/flymake.el (flymake-new-err-info)
14596 (flymake-start-syntax-check-for-current-buffer)
14597 (flymake-simple-cleanup):
14598 * eshell/esh-var.el (eshell/export):
14599 * progmodes/gud.el (xdb):
14600 * textmodes/flyspell.el (flyspell-incorrect-hook)
14601 (flyspell-maybe-correct-transposition)
14602 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14603
14604 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
14605
14606 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14607 minibuffer prompt.
14608
14609 2005-06-13 Kim F. Storm <storm@cua.dk>
14610
14611 * subr.el (add-to-ordered-list): New defun.
14612
14613 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14614 add cua--keymap-alist to emulation-mode-map-alists.
14615
14616 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14617
14618 * subr.el (complete-in-turn): New macro.
14619 (dynamic-completion-table, lazy-completion-table): Add debug info.
14620
14621 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14622 in preference to face aliases.
14623
14624 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14625 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14626 Remove unused vars `start' and `firstline'.
14627 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14628 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14629
14630 2005-06-13 Eli Zaretskii <eliz@gnu.org>
14631
14632 * cus-start.el (all): Don't complain about missing GTK-related
14633 variables, unless either `gtk' is boundp or this isn't a
14634 `windows-nt' build.
14635
14636 2005-06-13 Lute Kamstra <lute@gnu.org>
14637
14638 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14639 run-mode-hooks.
14640
14641 * ediff-mult.el (ediff-meta-mode):
14642 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14643
14644 * ledit.el (ledit-mode): Use delay-mode-hooks.
14645
14646 * woman.el (woman-mode-line-format): Delete constant.
14647 (woman-mode-map): Initialize it properly.
14648 (woman-mode): Set mode-class property to special.
14649 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14650 Set major-mode and mode-name. Don't set mode-line-format directly.
14651 (Man-getpage-in-background): Don't reference woman-mode-line-format.
14652
14653 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14654 string argument obsolete.
14655
14656 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
14657
14658 * textmodes/org.el (org-CUA-compatible): New option.
14659 (org-disputed-keys): New variable.
14660 (org-key): New function.
14661 (orgtbl-make-binding): Add docstring to the created function.
14662 (org-mode): Set paragraph start/separate regexps.
14663 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14664 (org-archive-location, org-archive-mark-done)
14665 (org-archive-stamp-time): New options.
14666 (org-archive-subtree): New command.
14667 (org-fill-paragraph): New function.
14668 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14669 (org-fake-empty-table-line): Function removed.
14670 (org-format-org-table-html): Do not create empty table lines at
14671 separator lines. Improved table header treatment.
14672 (org-link-format): New option.
14673 (org-make-link): New function.
14674 (org-insert-link, org-store-link): Use org-make-link.
14675 (org-open-file): Quote file name for shell command, to allow
14676 spaces in file names.
14677 (org-link-regexp): Fix bug with mailto link.
14678 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14679 New constants.
14680 (org-export-as-html): Deal with the optional angles around a link.
14681 Better treatment of file: links.
14682 (org-open-at-point): Replace @{ and @} with < and >.
14683 (org-run-mode-hooks): Function removed.
14684 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14685
14686 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
14687
14688 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14689 MI command -data-list-register-values.
14690 (gdb-post-prompt): Indent properly.
14691
14692 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
14693
14694 * hilit-chg.el (highlight-changes-colors): Rename from
14695 `highlight-changes-colours'.
14696 (highlight-changes-colours): Keep as obsolete alias.
14697 (highlight-changes-face-list): Doc fix.
14698 (hilit-chg-make-list): Use `highlight-changes-colors'.
14699
14700 2005-06-12 Mark A. Hershberger <mah@everybody.org>
14701
14702 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14703 defun-prompt-regexp.
14704
14705 2005-06-12 Eli Zaretskii <eliz@gnu.org>
14706
14707 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14708 and cygwin.
14709
14710 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14711 Don't use an old loaddefs.el, as in Makefile.in.
14712
14713 2005-06-12 Lute Kamstra <lute@gnu.org>
14714
14715 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14716
14717 * man.el (Man-mode-map): Initialize it properly.
14718 (Man-mode): Set mode-class property to special.
14719
14720 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14721
14722 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14723
14724 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14725 A newline is needed in the docstring there.
14726
14727 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14728 Doc fixes.
14729
14730 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14731
14732 * printing.el: Doc fix. The menubar is no more changed when printing
14733 is loaded, it only changes when pr-menu-bind or pr-update-menus is
14734 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
14735 (pr-version): New version number (6.8.4).
14736 (pr-menu-bind): New command.
14737 (pr-update-menus): Docstring and code fix.
14738 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14739 Docstring fix.
14740 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14741 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14742
14743 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14744
14745 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14746 "Returns" to "return", document useful return values, etc.
14747
14748 2005-06-11 Alan Mackenzie <acm@muc.de>
14749
14750 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14751 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14752 (adaptive-file-function): Minor amendment to doc-string.
14753
14754 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14755
14756 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14757 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14758 Fix :type--it is `integer', not `string'.
14759
14760 * faces.el (modeline-highlight): Rename from (the erroneous)
14761 `modeline-higilight'.
14762
14763 2005-06-11 Lute Kamstra <lute@gnu.org>
14764
14765 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14766 lisp-interaction-mode-map but make it the parent.
14767 (edebug-eval-mode): Use define-derived-mode.
14768
14769 2005-06-11 Andreas Schwab <schwab@suse.de>
14770
14771 * bindings.el: Add binding of `ESC functionkey' for every
14772 `M-functionkey'.
14773 * hexl.el (hexl-mode-map): Likewise.
14774
14775 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14776
14777 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14778 [msft]: update regexp for newer msft compilers.
14779
14780 2005-06-10 Mark A. Hershberger <mah@everybody.org>
14781
14782 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14783 ATTLIST portions of included DTDs.
14784 (xml-parse-dtd): Eliminate use of inefficient match-data.
14785
14786 2005-06-10 Miles Bader <miles@gnu.org>
14787
14788 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14789 (mpuz-text): Remove "-face" suffix from face names.
14790 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14791 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14792 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14793
14794 * play/gomoku.el (gomoku-O, gomoku-X):
14795 Remove "-face" suffix from face names.
14796 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14797 New backward-compatibility aliases for renamed faces.
14798 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14799
14800 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14801
14802 * thumbs.el: Fixes for changes of 2005-06-09.
14803 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14804 as a directory.
14805 (thumbs-thumbname): Remove directory separator from format string;
14806 `thumbs-thumbsdir' now returns a valid directory name.
14807 (thumbs-temp-dir): New defsubst.
14808 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14809 Use it.
14810
14811 * cus-edit.el (minibuffer):
14812 * files.el (make-backup-file-name-function):
14813 * filesets.el (filesets-external-viewers):
14814 * hilit-chg.el (highlight-changes-colours)
14815 (highlight-changes-face-list, highlight-changes-rotate-faces):
14816 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14817 * kmacro.el (kmacro-call-macro):
14818 * log-edit.el (log-edit-changelog-full-paragraphs):
14819 * mouse.el (mouse-1-click-follows-link):
14820 * skeleton.el (skeleton-autowrap):
14821 * subr.el (insert-for-yank-1):
14822 * tempo.el (tempo-insert-region):
14823 * terminal.el (terminal-emulator):
14824 * time.el (display-time-mail-face):
14825 * vc.el (vc-annotate):
14826 * vcursor.el (vcursor-copy-line):
14827 * woman.el (woman-bold-headings, woman-ignore)
14828 (woman-default-faces, woman-monochrome-faces):
14829 * calendar/todo-mode.el (todo-insert-threshold):
14830 * emulation/pc-select.el (pc-select-selection-keys-only)
14831 (pc-selection-mode):
14832 * emulation/vip.el (vip-find-char-forward):
14833 * emulation/viper-cmd.el (viper-find-char-forward):
14834 * international/mule-cmds.el
14835 (select-safe-coding-system-accept-default-p)
14836 (input-method-exit-on-invalid-key):
14837 * international/mule-diag.el (describe-coding-system):
14838 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14839 * net/browse-url.el (browse-url-xterm-program):
14840 * obsolete/lazy-lock.el (lazy-lock-mode):
14841 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14842 (cperl-mode):
14843 * progmodes/cpp.el (cpp-face-light-name-list)
14844 (cpp-face-dark-name-list):
14845 * progmodes/delphi.el (delphi-newline-always-indents):
14846 Fix spellings in docstrings.
14847
14848 * ido.el (ido-mode, ido-file-extensions-order)
14849 (ido-default-file-method, ido-default-buffer-method)
14850 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14851 (ido-decorations, ido-read-file-name-as-directory-commands)
14852 (ido-read-file-name-non-ido, ido-work-directory-list)
14853 (ido-ignore-item-temp-list, ido-current-directory)
14854 (ido-magic-forward-char, ido-enter-find-file)
14855 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14856 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14857
14858 2005-06-10 Lute Kamstra <lute@gnu.org>
14859
14860 * play/dunnet.el (dun-mode): Use define-derived-mode.
14861 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14862 obsolete alias.
14863
14864 * play/doctor.el (doctor-mode-map): Remove defvar.
14865 (doctor-mode): Use define-derived-mode.
14866
14867 * mail/mspools.el (mspools-mode):
14868 * net/eudc-hotlist.el (eudc-hotlist-mode):
14869 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14870
14871 2005-06-10 Miles Bader <miles@gnu.org>
14872
14873 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14874 Remove "-face" suffix from face names.
14875 (flyspell-incorrect-face, flyspell-duplicate-face):
14876 New backward-compatibility aliases for renamed faces.
14877 (flyspell-mode-on, make-flyspell-overlay)
14878 (flyspell-highlight-incorrect-region)
14879 (flyspell-highlight-duplicate-region)
14880 (flyspell-display-next-corrections)
14881 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14882
14883 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14884 from face name.
14885 (texinfo-heading-face): New backward-compatibility alias for
14886 renamed face.
14887 (texinfo-heading-face): Use renamed texinfo-heading face.
14888
14889 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14890 suffix from face names.
14891 (tex-math-face, tex-verbatim-face):
14892 New backward-compatibility aliases for renamed faces.
14893 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14894 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14895 literal face name.
14896
14897 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14898 name.
14899 (table-cell-face): New backward-compatibility alias for renamed face.
14900 (table--put-cell-face-property, table--update-cell-face):
14901 Use renamed table-cell face.
14902
14903 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14904 from face name.
14905 (sgml-namespace-face): New backward-compatibility alias for
14906 renamed face.
14907 (sgml-namespace-face): Use renamed sgml-namespace face.
14908
14909 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14910 (org-level-4, org-level-5, org-level-6, org-level-7)
14911 (org-level-8, org-warning, org-headline-done)
14912 (org-deadline-announce, org-scheduled-today)
14913 (org-scheduled-previously, org-link, org-done, org-table)
14914 (org-time-grid): Remove "-face" suffix from face names.
14915 (org-level-1-face, org-level-2-face, org-level-3-face)
14916 (org-level-4-face, org-level-5-face, org-level-6-face)
14917 (org-level-7-face, org-level-8-face, org-warning-face)
14918 (org-headline-done-face, org-deadline-announce-face)
14919 (org-scheduled-today-face, org-scheduled-previously-face)
14920 (org-link-face, org-done-face, org-table-face)
14921 (org-time-grid-face):
14922 New backward-compatibility aliases for renamed faces.
14923 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14924 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14925 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14926 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14927
14928 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14929 (viper-minibuffer-emacs, viper-minibuffer-insert)
14930 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14931 (viper-search-face, viper-replace-overlay-face)
14932 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14933 (viper-minibuffer-vi-face):
14934 New backward-compatibility aliases for renamed faces.
14935 (viper-search-face, viper-replace-overlay-face)
14936 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14937 (viper-minibuffer-vi-face): Use renamed viper faces.
14938
14939 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14940 Remove "-face" suffix from face names.
14941 (testcover-nohits-face, testcover-1value-face):
14942 New backward-compatibility aliases for renamed faces.
14943 (testcover-mark): Use renamed testcover faces.
14944
14945 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14946 face name.
14947 (diary-button-face): New backward-compatibility alias for renamed face.
14948 (diary-entry): Use renamed diary-button face.
14949
14950 * calendar/calendar.el (diary, calendar-today, holiday)
14951 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14952 (diary-face, calendar-today-face, holiday-face):
14953 New backward-compatibility aliases for renamed faces.
14954 (eval-after-load "facemenu", diary-entry-marker)
14955 (calendar-today-marker, calendar-holiday-marker, diary-face):
14956 Use renamed calendar faces.
14957
14958 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14959 (compare-windows-face): New backward-compatibility alias for
14960 renamed face.
14961 (compare-windows-highlight): Use renamed compare-windows face.
14962
14963 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14964 (strokes-char-face): New backward-compatibility alias for renamed face.
14965 (strokes-encode-buffer): Use renamed strokes-char face.
14966
14967 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14968 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14969 Remove "-face" suffix from face names.
14970 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14971 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14972 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14973 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14974 Use renamed pcvs faces.
14975 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14976 * pcvs-defs.el (cvs-mode-map): Likewise.
14977 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14978
14979 * info.el (info-title-1, info-title-2, info-title-3)
14980 (info-title-4): Remove "-face" suffix from and downcase face names.
14981 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14982 (Info-title-4-face):
14983 New backward-compatibility aliases for renamed faces.
14984 (Info-fontify-node): Use renamed info faces.
14985
14986 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14987 Remove "-face" suffix from face names.
14988 (highlight-changes-face, highlight-changes-delete-face):
14989 New backward-compatibility aliases for renamed faces.
14990 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14991 (hilit-chg-make-list): Use renamed highlight-changes faces.
14992
14993 * generic-x.el (show-tabs-tab, show-tabs-space):
14994 Remove "-face" suffix from face names.
14995 (show-tabs-tab-face, show-tabs-space-face):
14996 New backward-compatibility aliases for renamed faces.
14997 (show-tabs-generic-mode-font-lock-defaults-1)
14998 (show-tabs-generic-mode-font-lock-defaults-2):
14999 Use renamed show-tabs faces.
15000
15001 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15002 (smerge-markers): Remove "-face" suffix from face names.
15003 (smerge-mine-face, smerge-other-face, smerge-base-face)
15004 (smerge-markers-face):
15005 New backward-compatibility aliases for renamed faces.
15006 (smerge-mine-face, smerge-other-face, smerge-base-face)
15007 (smerge-markers-face): Use renamed smerge faces.
15008
15009 * log-view.el (log-view-file, log-view-message): Remove "-face"
15010 suffix from face names.
15011 (log-view-file-face, log-view-message-face):
15012 New backward-compatibility aliases for renamed faces.
15013 (log-view-file-face, log-view-message-face): Use renamed log-view
15014 faces.
15015
15016 * paren.el (show-paren-match, show-paren-mismatch):
15017 Remove "-face" suffix from face names.
15018 (show-paren-match-face, show-paren-mismatch-face):
15019 New backward-compatibility aliases for renamed faces.
15020 (show-paren-function): Use renamed show-paren faces.
15021
15022 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15023 (ruler-mode-margins, ruler-mode-fringes)
15024 (ruler-mode-column-number, ruler-mode-fill-column)
15025 (ruler-mode-comment-column, ruler-mode-goal-column)
15026 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15027 suffix from face names.
15028 (ruler-mode-default-face, ruler-mode-pad-face)
15029 (ruler-mode-margins-face, ruler-mode-fringes-face)
15030 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15031 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15032 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15033 New backward-compatibility aliases for renamed faces.
15034 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15035 (ruler-mode-column-number, ruler-mode-fill-column)
15036 (ruler-mode-comment-column, ruler-mode-goal-column)
15037 (ruler-mode-tab-stop, ruler-mode-current-column)
15038 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15039 faces.
15040
15041 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15042 face name.
15043 (whitespace-highlight-the-space): Use renamed face.
15044 (whitespace-highlight-face): New backward-compatibility alias for
15045 renamed face.
15046
15047 * woman.el (woman-italic, woman-bold, woman-unknown)
15048 (woman-addition, woman-symbol-face):
15049 Remove "-face" suffix from face names.
15050 (woman-italic-face, woman-bold-face, woman-unknown-face)
15051 (woman-addition-face):
15052 New backward-compatibility aliases for renamed faces.
15053 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15054 (woman-decode-region, woman-replace-match)
15055 (woman-display-extended-fonts, woman-special-characters)
15056 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15057 Use renamed woman faces.
15058
15059 * longlines.el (longlines-visible-face): Face removed.
15060
15061 * diff-mode.el (diff-header, diff-file-header, diff-index)
15062 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15063 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15064 suffix from face names.
15065 (diff-header-face, diff-file-header-face, diff-index-face)
15066 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15067 (diff-changed-face, diff-function-face, diff-context-face)
15068 (diff-nonexistent-face): New backward-compatibility aliases for
15069 renamed faces.
15070 (diff-header-face, diff-file-header-face)
15071 (diff-index, diff-index-face, diff-hunk-header)
15072 (diff-hunk-header-face, diff-removed, diff-removed-face)
15073 (diff-added, diff-added-face, diff-changed-face, diff-function)
15074 (diff-function-face, diff-context-face, diff-nonexistent)
15075 (diff-nonexistent-face): Use renamed diff-mode faces.
15076
15077 * progmodes/compile.el (compilation-warning-face)
15078 (compilation-info-face): Remove "-face" suffix from face names.
15079 (compilation-warning-face, compilation-info-face):
15080 New backward-compatibility aliases for renamed faces.
15081 (compilation-warning-face, compilation-info-face):
15082 Use renamed compilation faces.
15083
15084 * add-log.el (change-log-date, change-log-name)
15085 (change-log-email, change-log-file, change-log-list)
15086 (change-log-conditionals, change-log-function)
15087 (change-log-acknowledgement): Remove "-face" suffix from face names.
15088 (change-log-date-face, change-log-name-face)
15089 (change-log-email-face, change-log-file-face)
15090 (change-log-list-face, change-log-conditionals-face)
15091 (change-log-function-face, change-log-acknowledgement-face):
15092 New backward-compatibility aliases for renamed faces.
15093 (change-log-font-lock-keywords): Use renamed change-log faces.
15094
15095 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15096 (custom-set, custom-changed, custom-saved, custom-button)
15097 (custom-button-pressed, custom-documentation, custom-state)
15098 (custom-comment, custom-comment-tag, custom-variable-tag)
15099 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15100 (custom-group-tag): Remove "-face" suffix from face names.
15101 (custom-magic-alist, custom-magic-value-create)
15102 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15103 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15104 (custom-set-face, custom-changed-face, custom-saved-face)
15105 (custom-button-face, custom-button-pressed-face)
15106 (custom-documentation-face, custom-state-face)
15107 (custom-comment-face, custom-comment-tag-face)
15108 (custom-variable-tag-face, custom-variable-button-face)
15109 (custom-face-tag-face, custom-group-tag-face-1)
15110 (custom-group-tag-face):
15111 New backward-compatibility aliases for renamed faces.
15112
15113 * wid-edit.el (widget-documentation, widget-button)
15114 (widget-field, widget-single-line-field, widget-inactive)
15115 (widget-button-pressed): "-face" suffix removed from face names.
15116 (widget-documentation-face, widget-button-face)
15117 (widget-field-face, widget-single-line-field-face)
15118 (widget-inactive-face, widget-button-pressed-face):
15119 New backward-compatibility aliases for renamed faces.
15120 (widget-documentation-face, widget-button-face)
15121 (widget-button-pressed-face, widget-specify-field)
15122 (widget-specify-inactive): Use renamed widget faces.
15123
15124 2005-06-10 Kenichi Handa <handa@m17n.org>
15125
15126 * term/x-win.el (x-clipboard-yank): Remove condition-case
15127 wrapping.
15128
15129 2005-06-11 Kenichi Handa <handa@m17n.org>
15130
15131 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15132 date lines stricter.
15133
15134 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
15135
15136 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15137 of x-get-selection.
15138
15139 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15140
15141 * comint.el (comint-mode, comint-snapshot-last-prompt):
15142 * frame.el (frame-current-scroll-bars):
15143 * term.el (term-mode, term-check-proc, term-input-sender)
15144 (term-simple-send, term-extract-string, term-word)
15145 (term-match-partial-filename):
15146 * window.el (window-current-scroll-bars):
15147 * emulation/cua-base.el (cua-normal-cursor-color)
15148 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15149 (cua-global-mark-cursor-color):
15150 * mail/undigest.el (rmail-forward-separator-regex):
15151 Fix typos in docstrings.
15152
15153 * comint.el (comint-check-proc, make-comint-in-buffer)
15154 (comint-source-default): Doc fixes.
15155
15156 * term.el (term-send-string): Improve argument/docstring consistency.
15157
15158 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15159
15160 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15161 call to `delete-region'.
15162 (comint-mode-hook): Do not enable Font Lock by default.
15163
15164 2005-06-09 Lute Kamstra <lute@gnu.org>
15165
15166 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15167 could be void.
15168
15169 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15170
15171 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15172 (debug): Use it.
15173 (debugger-step-through, debugger-continue, debugger-jump)
15174 (debugger-return-value): Set it when needed.
15175 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15176 Use inhibit-read-only.
15177
15178 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15179
15180 * window.el (shrink-window-if-larger-than-buffer)
15181 (window-size-fixed): Fix typo in docstring.
15182
15183 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15184 thumbnails directory on loading.
15185 (thumbs-conversion-program): Use `eq' to check the system type,
15186 not `equal'.
15187 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15188 not "/tmp". Fix docstring.
15189 (thumbs-thumbsdir): New function to return the thumbnails
15190 directory, creating it if needed.
15191 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15192 (thumbs-temp-file): Delete variable and make it into a function.
15193 (thumbs-resize-image, thumbs-modify-image): Use it.
15194 (thumbs-kill-buffer): Simplify.
15195 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15196 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15197 docstrings.
15198
15199 2005-06-09 Kim F. Storm <storm@cua.dk>
15200
15201 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15202 set-match-data to free markers in match-data.
15203
15204 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15205 match-data to unchain markers in match-data.
15206
15207 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15208
15209 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15210 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15211 unnecessary now.
15212
15213 2005-06-08 Richard M. Stallman <rms@gnu.org>
15214
15215 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15216 give the variable a doc string that doesn't say don't set it directly.
15217
15218 * textmodes/ispell.el (ispell-check-version):
15219 Use match-string-no-properties.
15220 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15221 (ispell-buffer-local-words): Likewise.
15222
15223 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15224 except on terminals with enough colors to really display it.
15225 (makefile-dependency-regex): Delete spurious `bb'.
15226
15227 * faces.el (escape-glyph): Use blue once again in last case.
15228 (no-break-space): Redefine so that it isn't invisible on a tty.
15229
15230 2005-06-08 Kim F. Storm <storm@cua.dk>
15231
15232 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15233 also when reading directory name.
15234
15235 2005-06-08 Lute Kamstra <lute@gnu.org>
15236
15237 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15238 (flyspell-mode-line-string): Remove autoload cookie.
15239 (flyspell-mode): Remove defvar.
15240
15241 2005-06-07 Lute Kamstra <lute@gnu.org>
15242
15243 * textmodes/org.el (org-run-mode-hooks): New function.
15244 (org-agenda-mode): Use it.
15245
15246 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
15247
15248 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15249
15250 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15251
15252 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15253
15254 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
15255
15256 * font-lock.el (font-lock-add-keywords): Doc fix.
15257
15258 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15259
15260 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15261 (tex-compile-default): In the absence of any history, use the order in
15262 tex-compile-alist to choose the preferred command.
15263 (tex-compile-commands): Reorder a bit.
15264
15265 * textmodes/flyspell.el (flyspell-auto-correct-binding)
15266 (flyspell-incorrect-face, flyspell-duplicate-face):
15267 Use (X)Emacs-agnostic code.
15268 (flyspell-mode-map): Don't overwrite at each load. Remove code
15269 redundant with the subsequent add-minor-mode. Merge Emacs and
15270 XEmacs code.
15271 (flyspell-word): Minor simplification.
15272 (flyspell-math-tex-command-p): Quieten the byte-compiler.
15273 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15274 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15275 Merge the corresponding Emacs code.
15276 (flyspell-correct-word, flyspell-xemacs-popup):
15277 Use flyspell-do-correct.
15278
15279 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15280 a dedicated window.
15281
15282 * international/latexenc.el (latexenc-find-file-coding-system):
15283 Undo part of last patch, to turn off a compiler warning.
15284
15285 2005-06-06 Juri Linkov <juri@jurta.org>
15286
15287 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15288 Rename `tmm-inactive-face' to `tmm-inactive'.
15289
15290 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15291
15292 * iswitchb.el: Rename faces.
15293
15294 2005-06-06 Kim F. Storm <storm@cua.dk>
15295
15296 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15297 (cua-global-mark): Remove -face suffix from face names.
15298
15299 * emulation/cua-gmrk.el (cua--init-global-mark):
15300 Remove cua-global-mark face setup.
15301
15302 2005-06-06 Richard M. Stallman <rms@gnu.org>
15303
15304 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15305 just like other allowed characters.
15306 (makefile-match-dependency): Exclude leading and training whitespace
15307 from the range of regexp subexp 1.
15308 (makefile-macroassign-regex): Don't try to match the body,
15309 just the name of the macro being defined.
15310
15311 * info.el (Info-read-node-name-2): New function.
15312 (Info-read-node-name-1): Use that.
15313 Add a completion-base-size-function property.
15314
15315 * simple.el (completion-setup-function): Look for
15316 completion-base-size-function property of minibuffer-completion-table.
15317
15318 * files.el (locate-file-completion): Doc fix.
15319
15320 * printing.el: Don't call pr-update-menus; user must do that.
15321
15322 * emacs-lisp/debug.el (debugger-window): New variable.
15323 (debug): Use debugger-window if it is set and still alive.
15324 Record debugger-window for next entry.
15325
15326 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15327
15328 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
15329
15330 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15331 (hack-one-local-variable, hack-local-variables)
15332 (hack-local-variables-prop-line): Pass that arg.
15333
15334 2005-06-06 Kim F. Storm <storm@cua.dk>
15335
15336 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15337 (ido-indicator): Remove -face suffix from face names.
15338
15339 2005-06-06 Juri Linkov <juri@jurta.org>
15340
15341 * font-lock.el (font-lock-regexp-backslash)
15342 (font-lock-regexp-backslash-construct): New faces.
15343 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15344 after `('. Add `while-no-input' to control structures.
15345
15346 * faces.el (no-break-space, shadow): New faces.
15347 (escape-glyph): Use less loud colors pink2 and red4.
15348
15349 * diff-mode.el (diff-context-face)
15350 * dired.el (dired-ignored)
15351 * rfn-eshadow.el (file-name-shadow)
15352 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15353
15354 * info.el (Info-title-1-face): Use green instead of yellow because
15355 bold yellow is not readable on light backgrounds.
15356
15357 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15358 before selecting the desired mode to not spend time fontifying
15359 old contents.
15360
15361 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
15362
15363 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15364 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15365
15366 * ps-print.el (ps-default-fg, ps-default-bg):
15367 Fix typos in docstrings.
15368
15369 * isearchb.el (isearchb): Don't pass a spurious second argument to
15370 `iswitchb-completions'.
15371
15372 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
15373
15374 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15375 to preserve point.
15376 (gdb-find-file-hook): Add doc string.
15377
15378 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15379 C dereferenced pointer expression.
15380 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
15381
15382 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15383
15384 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15385 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15386 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15387 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15388 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15389 Make background transparent.
15390
15391 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15392
15393 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
15394 (font-lock-remove-keywords): Doc fix.
15395 (font-lock-mode-major-mode): Compiler defvar.
15396 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15397
15398 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15399 (font-lock-mode): Update `font-lock-mode-major-mode'.
15400 (font-lock-set-defaults): Compiler defvar.
15401 (font-lock-default-function): Take `font-lock-mode-major-mode'
15402 into account.
15403
15404 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15405 keep track of which major mode it enabled the minor mode for.
15406 Use find-file-hook again. Update docstring.
15407
15408 * simple.el (eval-expression-print-level)
15409 (eval-expression-print-length, eval-expression-debug-on-error):
15410 Doc fixes.
15411
15412 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
15413
15414 * iswitchb.el (iswitchb-single-match-face)
15415 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15416 (iswitchb-invalid-regexp-face): New faces.
15417 (iswitchb-completions): Use them.
15418 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
15419 now marked as an obsolete alias.
15420 (iswitchb-read-buffer): Remove check for bound font variables.
15421 (iswitchb-invalid-regexp): New free variable.
15422 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15423 set iswitchb-invalid-regexp.
15424 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15425 invalid regexps.
15426 (iswitchb-completions): Add check for complete match when entering
15427 a regexp.
15428 (iswitchb-completions): Remove require-match argument.
15429 (iswitchb-exhibit): Fix caller.
15430 (iswitchb-common-match-inserted): New variable.
15431 (iswitchb-complete, iswitchb-completion-help): Use it.
15432
15433 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
15434
15435 * url-http.el (url-http-chunked-encoding-after-change-function):
15436 Use `url-http-debug' instead of `message'.
15437
15438 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
15439
15440 * url-http.el (url-http-parse-headers): Pass redirected URL as a
15441 callback argument.
15442
15443 2005-06-04 Kim F. Storm <storm@cua.dk>
15444
15445 * simple.el (line-move): Only call sit-for when moving backwards.
15446
15447 * ido.el (ido-make-merged-file-list-1): New defun split from
15448 ido-make-merged-file-list.
15449 (ido-make-merged-file-list): Bind throw-on-input around call to
15450 ido-make-merged-file-list-1. Return input-pending-p if
15451 interrupted by more input available.
15452 (ido-read-internal): Handle input-pending-p return value from
15453 ido-make-merged-file-list.
15454
15455 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15456
15457 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15458 compatibility code.
15459
15460 * international/latexenc.el (latexenc-find-file-coding-system):
15461 Don't inherit the EOL part of the coding-system from the
15462 tex-main buffer. Fit within 80 columns.
15463
15464 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
15465
15466 * tmm.el (tmm-inactive-face): New face.
15467 (tmm-remove-inactive-mouse-face): New function.
15468 (tmm-prompt, tmm-add-one-shortcut)
15469 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15470 but not selectable.
15471
15472 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
15473
15474 * faces.el (face-equal): Improve argument/docstring consistency.
15475
15476 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
15477
15478 * progmodes/make-mode.el (makefile-targets-face)
15479 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15480 (makefile-bsdmake-dependency-regex)
15481 (makefile-makepp-rule-action-regex)
15482 (makefile-bsdmake-rule-action-regex): New constants.
15483 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15484
15485 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15486 Allow (...) within `...' for makepp messages.
15487
15488 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
15489
15490 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15491
15492 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15493 "." files are deleted from all file lists before comparison.
15494
15495 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15496 (viper-ESC-key): Made them customizable.
15497
15498 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15499
15500 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
15501
15502 * autorevert.el (auto-revert-buffers): Use save-match-data.
15503
15504 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15505
15506 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15507 menu items with a nil command binding.
15508
15509 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
15510
15511 * emacs-lisp/cl-macs.el (defsetf):
15512 Improve argument/docstring consistency.
15513
15514 * faces.el (list-faces-display): Improve the formatting by
15515 computing the maximum length required for any face-name (reworked
15516 patch of 1999-01-11, accidentally deleted on 1999-07-21).
15517 (internal-find-face): Remove redundant info in docstring.
15518
15519 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
15520
15521 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15522 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15523 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15524 (gdb-assembler-custom): Improve regexps.
15525 (def-gdb-auto-update-handler): Use window point to preserve point.
15526
15527 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15528
15529 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15530
15531 2005-05-31 Jay Belanger <belanger@truman.edu>
15532
15533 * calc/calc-embed.el (calc-embedded-word): Change argument passed
15534 to calc-embedded.
15535 (calc-embedded-make-info): Have plain prefix argument select
15536 entire line.
15537
15538 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
15539
15540 * faces.el (list-faces-display): Signal error if passed a regexp
15541 that matches no face name.
15542
15543 * simple.el (filter-buffer-substring): Fix typo in docstring.
15544
15545 2005-05-31 Richard M. Stallman <rms@gnu.org>
15546
15547 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15548 (vhdl-emacs-21): Doc fix.
15549 (vhdl-mode): Unconditionally set comment-padding.
15550 (vhdl-fixup-whitespace-region): Insert spaces only where
15551 there are none.
15552 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15553
15554 2005-05-30 John Wiegley <johnw@newartisans.com>
15555
15556 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15557 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15558 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15559 `directory-sep-char' to ?/, and all uses of `string-to-int' to
15560 `string-to-number'.
15561
15562 2005-05-30 Jay Belanger <belanger@truman.edu>
15563
15564 * calc/calc.el (calc-bug-address): Fix docstring.
15565 (calc-window-hook, calc-trail-window-hook): New variables.
15566 (calc-trail-display): Restore use of calc-trail-window-hook.
15567 (calc): Restore use of calc-window-hook.
15568
15569 2005-05-31 Masatake YAMATO <jet@gyve.org>
15570
15571 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15572
15573 * help-fns.el (help-C-file-name): Add autoload mark for
15574 `find-function-noselect'.
15575
15576 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15579 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15580
15581 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15582
15583 * calendar/diary-lib.el (mark-included-diary-files): Only kill
15584 included diary buffer if it was not already being visited.
15585 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15586
15587 * calendar/icalendar.el (top-level): Do not require appt.
15588
15589 * mail/supercite.el (sc-select-attribution): Only use a list
15590 element from sc-attrib-selection-list if it returns a string.
15591 Reported by Davide G. M. Salvetti <salve@debian.org>.
15592
15593 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
15594
15595 * thumbs.el (thumbs-thumbname): The resulting thumbname now
15596 includes a hash value to improve its uniqueness, and has a ".jpg"
15597 extension. Also, it is now a valid filename on all systems.
15598 (thumbs-make-thumb): Use `let', not `let*'.
15599 (thumbs-show-thumbs-list): Check for JPEG availability.
15600
15601 2005-05-30 Richard M. Stallman <rms@gnu.org>
15602
15603 * filesets.el (filesets-menu-ensure-use-cached):
15604 Prevent warning when emacs-version>= is undefined.
15605
15606 * printing.el (pr-interactive-n-up): Use string-to-number.
15607
15608 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15609
15610 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15611 Warn only when name to be defined is quoted.
15612
15613 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
15614
15615 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15616 Make regexp more robust.
15617 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15618 Force regeneration of disassembly.
15619
15620 2005-05-29 Jay Belanger <belanger@truman.edu>
15621
15622 * calc/calc.el (calc-user-invocation): Check if
15623 calc-invocation-macro is non-nil.
15624
15625 2005-05-29 Juri Linkov <juri@jurta.org>
15626
15627 * add-log.el (change-log-font-lock-keywords):
15628 Add `+' to e-mail regexp to accept mail address with keywords.
15629
15630 * man.el (Man-name-regexp): Add `:' to accept qualified names.
15631
15632 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
15633
15634 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15635
15636 * ielm.el (inferior-emacs-lisp-mode): Ditto.
15637
15638 2005-05-29 Richard M. Stallman <rms@gnu.org>
15639
15640 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15641 Undo the change that moves to end of the current word.
15642
15643 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15644
15645 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15646 Throw error when count <= 0 to ensure input is a number.
15647 (gdb-read-memory-custom): Pick up address from buffer.
15648 (gdb-memory-mode): Allow user to increment and decrement
15649 memory address from header line.
15650
15651 2005-05-29 Richard M. Stallman <rms@gnu.org>
15652
15653 * flyspell.el (flyspell-version): Function deleted.
15654 (flyspell-auto-correct-previous-hook): Doc fix.
15655
15656 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15657 Do nothing if memory is full.
15658
15659 * font-lock.el (font-lock-fontify-syntactically-region):
15660 Pass t for GREEDY to looking-back.
15661
15662 * saveplace.el (save-place-alist-to-file): Write the file
15663 using write-region.
15664
15665 * subr.el (looking-back): New argument GREEDY.
15666
15667 * progmodes/compile.el (compilation-start): Set the mode
15668 before inserting the initial text.
15669
15670 * progmodes/which-func.el (which-func-update-1): Turn the mode
15671 off in case of error by setting which-func-mode.
15672
15673 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
15674
15675 * flyspell.el (flyspell-auto-correct-previous-word):
15676 Narrow down to what's on the screen, and recenter overlays
15677 at the end of the next word.
15678
15679 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
15680
15681 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15682 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15683 (flyspell-abbrev-p): Default to nil.
15684 (flyspell-use-global-abbrev-table-p): Doc fix.
15685 (flyspell-large-region): Allow nil as value.
15686 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15687
15688 (mail-mode-flyspell-verify): More robust handling
15689 of `mail-header-separator'. More efficient signature detection.
15690 Allow for regexp metacharacters in message-header-separator.
15691 Adding `To' not to be checked in mail-mode-flyspell-verify.
15692
15693 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15694 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15695 Bind flyspell-auto-correct-binding.
15696 Bind C-. and C-, .
15697 (flyspell-mode-map): Likewise.
15698 (flyspell-mode): Doc fix.
15699 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15700 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15701 (flyspell-word-cache-result): New var, always local.
15702 (flyspell-check-pre-word-p): Doc fix.
15703 (flyspell-check-changed-word-p): Handle spc like newline.
15704 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15705 (flyspell-word-search-backward, flyspell-word-search-forward):
15706 New functions.
15707 (flyspell-word): Return t if nothing to check.
15708 When parsing TeX code, check for after } or \.
15709 Use flyspell-word-search-backward to find previous word.
15710 Return nil if duplicated word.
15711 For word already checked, return same value as last time.
15712 Set flyspell-word-cache-result after checking.
15713 Don't clobber the return value.
15714 (flyspell-get-word): Major rewrite.
15715 (flyspell-external-point-words): New locals pword, pcount.
15716 Fix size used in progress message.
15717 Find the proper corresponding word in flyspell-large-region-buffer.
15718 (flyspell-region): Check for flyspell-large-region = nil.
15719 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15720 (flyspell-auto-correct-word): Check that WORD is a cons.
15721 (flyspell-correct-word): Likewise.
15722
15723 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15724
15725 * progmodes/make-mode.el (makefile-rule-action-regex)
15726 (makefile-macroassign-regex, makefile-makepp-mode)
15727 (makefile-bsdmake-mode): Continuation lines may be empty.
15728 Reported by Joshua Varner.
15729 (makefile-makepp-font-lock-keywords): Add $(stem).
15730
15731 2005-05-28 Karl Berry <karl@gnu.org>
15732
15733 * textmodes/tex-mode.el: Now that tex-send-command calls
15734 shell-quote-argument (2005-03-31 change), remove all calls to
15735 shell-quote-argument; they all end up invoking tex-send-command.
15736 The double quoting loses on filenames with non-safe characters,
15737 such as "@". Reported by Frederik Fouvry.
15738
15739 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15740
15741 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15742 about preserving point.
15743
15744 2005-05-27 Jay Belanger <belanger@truman.edu>
15745
15746 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15747 Info-goto-node.
15748
15749 * calc/calc-embed.el (calc-embed-arg): New variable.
15750 (calc-do-embedded-activate, calc-embedded-activate-formula)
15751 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15752 variable by new variable.
15753 (calc-embedded-make-info): Replace undeclared variable by new
15754 variable. When selecting region with positive prefix
15755 argument, use end of previous line instead of beginning of line.
15756
15757 * calc/calc-aent.el (calc-arg-values): Declare it.
15758
15759 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15760 Declare them.
15761
15762 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15763
15764 * calc/calc.el (calc-alg-map): Declare it.
15765
15766 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15767
15768 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
15769
15770 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15771 (gdb-registers-buffer, toggle-gdb-all-registers):
15772 Toggle display of floating point registers.
15773 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15774
15775 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
15776 (toggle-gud-tooltip-dereference):
15777 Rename from gud-toggle-tooltip-dereference.
15778
15779 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15780
15781 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15782
15783 2005-05-27 Jay Belanger <belanger@truman.edu>
15784
15785 * calc/calc-prog.el (calc-kbd-report): Remove.
15786 (calc-kbd-query): Rewrite.
15787
15788 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
15789
15790 * image.el (image-library-alist): Move to image.c.
15791 (image-type-available-p): Doc fix.
15792
15793 2005-05-27 Lute Kamstra <lute@gnu.org>
15794
15795 * calc/calc.el (calc):
15796 * outline.el (outline-1, outline-2, outline-3, outline-4)
15797 (outline-5, outline-6, outline-7, outline-8):
15798 * textmodes/dns-mode.el (dns-mode):
15799 * textmodes/sgml-mode.el (sgml-namespace-face):
15800 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15801 (tex-verbatim-face, tex-use-reftex):
15802 * textmodes/texinfo.el (texinfo-heading-face):
15803 Specify customization group.
15804
15805 * longlines.el: Don't require easy-mmode.
15806 (longlines-visible-face): Specify customization group.
15807
15808 2005-05-27 Kenichi Handa <handa@m17n.org>
15809
15810 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15811 encoding table of windows-1251.
15812
15813 * international/ucs-tables.el (ucs-set-table-for-input):
15814 If translation-table-for-input of a coding system is a symbol, get
15815 its translation-table property.
15816
15817 * international/code-pages.el: Don't register a coding system into
15818 non-iso-charset-alist more than once.
15819 (cp-make-coding-system): Likewise.
15820
15821 2005-05-26 John Wiegley <johnw@newartisans.com>
15822
15823 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15824 `eshell-resume-eval' is wrapped in a list, it indicates that the
15825 command was run asynchronously. In that case, unwrap the value
15826 before checking the delimiter value.
15827
15828 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15829 character before a space at the end of a line is \, assume the space
15830 is part of the last argument rather than a final argument separator.
15831
15832 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15833 is in use, and the target is `t' or `nil' (which are the most common
15834 values), don't assume that the symbol target is a buffer.
15835
15836 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15837
15838 * calendar/calendar.el (calendar-mode-line-format):
15839 Use mode-line-highlight as mouse-face.
15840
15841 * time.el (display-time-string-forms, display-time-update):
15842 Use mode-line-highlight as mouse-face.
15843
15844 2005-05-26 Jay Belanger <belanger@truman.edu>
15845
15846 * calc/calc.el (calc-language-alist): Remove extra defvar.
15847
15848 2005-05-26 Lute Kamstra <lute@gnu.org>
15849
15850 * arc-mode.el (archive-mode):
15851 * bookmark.el (bookmark-read-annotation-mode)
15852 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15853 * bs.el (bs-mode):
15854 * calc/calc-yank.el (calc-edit-mode):
15855 * calc/calc.el (calc-mode, calc-trail-mode):
15856 * calculator.el (calculator-mode):
15857 * chistory.el (command-history-mode):
15858 * comint.el:
15859 * cus-edit.el (custom-mode):
15860 * descr-text.el (describe-text-mode):
15861 * ebuff-menu.el (Electric-buffer-menu-mode):
15862 * ediff-util.el (ediff-mode):
15863 * emacs-lisp/re-builder.el (reb-mode):
15864 * emulation/vi.el (vi-mode-setup):
15865 * emulation/ws-mode.el (wordstar-mode):
15866 * eshell/esh-mode.el (eshell-mode):
15867 * forms.el (forms-mode):
15868 * help-mode.el (help-mode):
15869 * hexl.el (hexl-mode):
15870 * ibuffer.el (ibuffer-mode):
15871 * ielm.el (inferior-emacs-lisp-mode):
15872 * info.el (Info-mode, Info-edit-mode):
15873 * international/swedish.el:
15874 * ledit.el (ledit-from-lisp-mode):
15875 * locate.el (locate-mode):
15876 * mail/rmail.el (rmail-mode):
15877 * mail/rmailedit.el (rmail-edit-mode):
15878 * mail/rmailsum.el (rmail-summary-mode):
15879 * mail/supercite.el (sc-electric-mode):
15880 * net/eudc.el (eudc-mode):
15881 * net/quickurl.el (quickurl-list-mode):
15882 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15883 * obsolete/ooutline.el (outline-mode):
15884 * obsolete/options.el (Edit-options-mode):
15885 * obsolete/rnews.el (news-mode):
15886 * obsolete/rnewspost.el (news-reply-mode):
15887 * play/5x5.el (5x5-mode):
15888 * play/decipher.el (decipher-mode, decipher-stats-mode):
15889 * play/gomoku.el (gomoku-mode):
15890 * play/snake.el (snake-mode):
15891 * play/solitaire.el (solitaire-mode):
15892 * play/tetris.el (tetris-mode):
15893 * progmodes/ada-mode.el (ada-mode):
15894 * progmodes/antlr-mode.el (antlr-mode):
15895 * progmodes/autoconf.el (autoconf-mode):
15896 * progmodes/dcl-mode.el (dcl-mode):
15897 * progmodes/delphi.el (delphi-mode):
15898 * progmodes/ebrowse.el (ebrowse-tree-mode)
15899 (ebrowse-electric-list-mode, ebrowse-member-mode)
15900 (ebrowse-electric-position-mode):
15901 * progmodes/f90.el (f90-mode):
15902 * progmodes/fortran.el (fortran-mode):
15903 * progmodes/icon.el (icon-mode):
15904 * progmodes/idlw-help.el (idlwave-help-mode):
15905 * progmodes/idlw-shell.el (idlwave-shell-mode):
15906 * progmodes/idlwave.el (idlwave-mode):
15907 * progmodes/inf-lisp.el (inferior-lisp-mode):
15908 * progmodes/m4-mode.el (m4-mode):
15909 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15910 * progmodes/modula2.el (modula-2-mode):
15911 * progmodes/octave-inf.el (inferior-octave-mode):
15912 * progmodes/octave-mod.el (octave-mode):
15913 * progmodes/pascal.el (pascal-mode):
15914 * progmodes/sh-script.el (sh-mode):
15915 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15916 * progmodes/vhdl-mode.el (vhdl-mode):
15917 * progmodes/xscheme.el (scheme-interaction-mode):
15918 * replace.el (occur-mode):
15919 * ses.el (ses-mode):
15920 * simple.el (completion-list-mode):
15921 * skeleton.el:
15922 * speedbar.el (speedbar-mode):
15923 * term.el (term-mode):
15924 * terminal.el (terminal-edit-mode):
15925 * textmodes/reftex-index.el (reftex-index-mode)
15926 (reftex-index-phrases-mode):
15927 * textmodes/reftex-sel.el (reftex-select-label-mode)
15928 (reftex-select-bib-mode):
15929 * textmodes/reftex-toc.el (reftex-toc-mode):
15930 * wdired.el (wdired-change-to-wdired-mode):
15931 * wid-browse.el (widget-browse-mode):
15932 Use run-mode-hooks.
15933
15934 * array.el (array-mode):
15935 * calendar/todo-mode.el (todo-mode):
15936 * man.el (Man-mode):
15937 * play/landmark.el (lm-mode):
15938 * play/mpuz.el (mpuz-mode):
15939 Use kill-all-local-variables and run-mode-hooks.
15940
15941 * subr.el (delay-mode-hooks): Specify indentation.
15942
15943 2005-05-26 Mark A. Hershberger <mah@everybody.org>
15944
15945 * xml.el (xml-substitute-special): Don't die for undefined xml
15946 entities.
15947
15948 2005-05-26 Jay Belanger <belanger@truman.edu>
15949
15950 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15951 of nil.
15952
15953 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
15954
15955 * progmodes/gdb-ui.el (gdb-frame-address):
15956 Rename from gdb-current-address.
15957 (gdb-previous-frame-address): Rename from gdb-previous-address.
15958 (gdb-selected-frame): Rename from gdb-current-frame.
15959 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15960 (gdb-frame-number): Rename from gdb-current-stack-level.
15961 (gdb-ann3): Match new mode-name for disassembly buffer.
15962 Extend initialization of variables.
15963 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15964 (gdb-memory-mode): Use mouse-face in header line.
15965 (gdb-assembler-buffer-name): Call it disassembly and give frame
15966 in mode line.
15967 (gdb-source-spec-regexp, gdb-assembler-custom)
15968 (gdb-invalidate-assembler, gdb-frame-handler):
15969 Make robust to leading zeroes in address format.
15970
15971 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
15972
15973 * textmodes/org.el (org-mode): Use `define-derived-mode' to
15974 define `org-mode'.
15975 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15976
15977 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
15978
15979 * log-edit.el (log-edit-changelog-entries): Distinguish between
15980 filenames like xfns.c and fns.c.
15981
15982 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15983
15984 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15985 point after reverting.
15986 (Buffer-menu-make-sort-button): Handle the case where
15987 `Buffer-menu-use-header-line' is nil.
15988
15989 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15990
15991 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15992 New funcs. In minibuffer-local-completion-map bind `]', `/'
15993 and `:' to them.
15994
15995 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15996
15997 * startup.el (normal-top-level): Allow modification of load-path while
15998 we're iterating over it.
15999
16000 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
16001
16002 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16003 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16004 (thumbs-resize-interactive, thumbs-insert-image)
16005 (thumbs-insert-thumb, thumbs-dired-show-marked)
16006 (thumbs-find-image-at-point, thumbs-delete-images)
16007 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16008 (thumbs-increment-image-size, thumbs-decrement-image-size):
16009 Fix typos in docstrings.
16010
16011 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16012
16013 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16014 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16015 (cperl-mode): Use them.
16016
16017 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16018
16019 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16020 Doc fixes.
16021
16022 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16023
16024 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16025 Bind C-d to gdb-inferior-io-eof.
16026
16027 * dired.el (dired-dnd-popup-notice): Use message-box.
16028
16029 2005-05-23 Masatake YAMATO <jet@gyve.org>
16030
16031 * bindings.el (mode-line-major-mode-keymap):
16032 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16033
16034 * faces.el (mode-line-highlight): New face.
16035
16036 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16037 as mouse-face.
16038
16039 * bindings.el (top-level, help-echo, mode-line-modified)
16040 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16041 as mouse-face.
16042
16043 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16044
16045 * progmodes/cc-engine.el (c-guess-basic-syntax):
16046 Remove spurious call to `zerop'.
16047
16048 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16049
16050 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16051
16052 CC Mode update to 5.30.10:
16053
16054 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16055 could go past the limit in decoration level 2, thereby causing
16056 errors during interactive fontification.
16057
16058 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16059 the file is evaluated interactively.
16060
16061 * cc-engine.el (c-guess-basic-syntax): Handle operator
16062 declarations somewhat better in C++.
16063
16064 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16065 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16066 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16067 (awk-mode): Use it.
16068 (make-local-hook): Suppress warning about obsoleteness.
16069
16070 * cc-engine.el, cc-align.el, cc-cmds.el
16071 (c-append-backslashes-forward, c-delete-backslashes-forward)
16072 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16073 Compensate for return value from `forward-line' when it has moved
16074 but not to a different line due to eob.
16075
16076 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16077 `objc-method-intro' and `objc-method-args-cont'.
16078
16079 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16080
16081 CC Mode update to 5.30.10:
16082
16083 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16084 in the copyright statement. Incidentally, change "along with GNU
16085 Emacs" to "along with this program" where it occurs.
16086
16087 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16088 so that it is interactive, hence can be found by M-x awk-mode
16089 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16090 <gmorris+emacs@ast.cam.ac.uk>.
16091
16092 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16093 Mode's regexps.
16094
16095 2005-05-23 Kevin Ryde <user42@zip.com.au>
16096
16097 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16098 c-parse-state, to avoid a lisp error (on bad code).
16099
16100 2005-05-23 Lute Kamstra <lute@gnu.org>
16101
16102 * subr.el (font-lock-defaults): Remove defvar as it's already
16103 defined in font-core.el.
16104
16105 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16106
16107 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16108
16109 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16110 more general and work when GDB variable "print pretty" is on,
16111 as with Emacs, for example.
16112
16113 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16114
16115 * font-core.el: Update comment.
16116
16117 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16118 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16119
16120 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16121
16122 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16123
16124 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16125 and `yank-handler' in the doc strings.
16126
16127 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16128
16129 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16130
16131 2005-05-22 Richard M. Stallman <rms@gnu.org>
16132
16133 * help.el (describe-key): Move print-help-return-message call
16134 out of conditional.
16135
16136 * progmodes/etags.el (list-tags): Use with-no-warnings.
16137
16138 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16139 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16140 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16141
16142 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16143
16144 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16145 Add defvar.
16146
16147 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16148 Use defvar, not defconst.
16149
16150 * hexl.el (hexl-follow-line): Use with-no-warnings.
16151
16152 * emulation/tpu-extras.el: Use write-file-functions instead of
16153 write-file-hooks.
16154
16155 * dired.el (dired-font-lock-keywords): Fontify files with junk
16156 extensions even if marked by -F.
16157
16158 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16159
16160 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16161 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16162 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16163 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16164 (concatenate, list-length, get*, getf, cl-remprop):
16165 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16166 (etypecase, progv, lexical-let, lexical-let*)
16167 (multiple-value-bind, multiple-value-setq, shiftf):
16168 Improve argument/docstring consistency.
16169
16170 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16171
16172 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16173
16174 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16175 doesn't exist.
16176
16177 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16178 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16179
16180 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16181
16182 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16183 already deleted variables: auto-fill-hook, blink-paren-hook,
16184 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16185 suspend-hooks, comment-indent-hook, meta-flag,
16186 before-change-function, after-change-function,
16187 font-lock-doc-string-face.
16188
16189 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16190
16191 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16192
16193 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16194
16195 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16196 rmail-dont-reply-to.
16197
16198 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16199
16200 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16201 literal blank when splitting new-header-values.
16202
16203 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16204
16205 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16206 string so that tmm doesn't create a completion entry for it.
16207
16208 * textmodes/table.el (table-disable-menu): Ditto.
16209
16210 2005-05-21 Richard M. Stallman <rms@gnu.org>
16211
16212 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16213
16214 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16215
16216 * net/rcompile.el (remote-compile): Use compilation-start.
16217
16218 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16219
16220 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16221
16222 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16223 Default to makefile-bsdmake-mode on BSD systems.
16224
16225 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16226 REGEXP may also be a search function now. The part of doc-string
16227 for describing the structure was 95% identical to that of
16228 `imenu--generic-function'. Unify it there.
16229
16230 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16231 Use function to find dependencies, because regexp alone is so complex,
16232 it easily goes into an endless loop.
16233 (makefile-makepp-mode): Also add submenu for Perl functions
16234 defined in the makefile.
16235 (makefile-bsdmake-mode): Special imenu-generic-expression no
16236 longer needed, due to function call.
16237 (makefile-match-dependency): Take BOUND into account when checking
16238 if we're through.
16239
16240 2005-05-20 Jay Belanger <belanger@truman.edu>
16241
16242 * calc/calc-units.el (calc-invalidate-units-table):
16243 Use inhibit-read-only.
16244 (math-build-units-table-buffer): Use view-mode.
16245
16246 2005-05-20 David Kastrup <dak@gnu.org>
16247
16248 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16249 easy-menu-add is not a nop on Emacs; and clarify when to call it.
16250
16251 2005-05-20 Lute Kamstra <lute@gnu.org>
16252
16253 * diff-mode.el (diff-header-face, diff-file-header-face)
16254 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16255 (diff-added-face, diff-changed-face, diff-function-face)
16256 (diff-context-face, diff-nonexistent-face): Put them in the
16257 diff-mode customization group.
16258
16259 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16260
16261 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16262
16263 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16264
16265 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16266 Minor regexp-optimization.
16267
16268 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
16269
16270 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16271 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16272 (org-agenda-add-time-grid-maybe): New function.
16273 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16274 (org-table-create): `dotimes' instead of `mapcar'.
16275 (org-xor): Simplify implementation.
16276 (org-agenda): `inhibit-redisplay' turned on.
16277 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16278 a consistent line after a state change.
16279 (org-agenda-remove-times-when-in-prefix): New option.
16280 (org-prefix-has-time): New variable.
16281 (org-parse-time-string): Optional argument NODEFAULT.
16282 (org-format-agenda-item): Parse items for time-of-day
16283 specifications and move these into the prefix if possible.
16284 (org-agenda-priority): Get current heading, not previous heading
16285 during agenda remote editing.
16286
16287 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
16288
16289 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16290 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16291 (remove-duplicates, delete-duplicates, substitute)
16292 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16293 (nsubstitute-if-not, find, find-if, find-if-not, position)
16294 (position-if, position-if-not, count, count-if, count-if-not)
16295 (mismatch, search, sort*, stable-sort, merge, member*)
16296 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16297 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16298 (intersection, nintersection, set-difference, nset-difference)
16299 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16300 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16301 (nsublis, tree-equal): Improve argument/docstring consistency.
16302
16303 * subr.el (send-string, send-region): Remove obsolescence declaration.
16304 (window-dot, set-window-dot, read-input, show-buffer)
16305 (eval-current-buffer, string-to-int):
16306 Add release number to obsolescence declarations.
16307
16308 2005-05-19 Kim F. Storm <storm@cua.dk>
16309
16310 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16311 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16312
16313 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16314
16315 * faces.el (list-faces-display): Make back button respect optional
16316 regexp arg.
16317
16318 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
16319
16320 * calculator.el (calculator-radix-grouping-mode)
16321 (calculator-radix-grouping-digits, calculator-displayer)
16322 (calculator-radix-grouping-separator, calculator-copy-displayer):
16323 * dabbrev.el (dabbrev-search-these-buffers-only):
16324 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16325 (diff-advance-after-apply-hunk, diff-mode-hook)
16326 (diff-minor-mode-prefix):
16327 * imenu.el (imenu-use-popup-menu):
16328 * jit-lock.el (jit-lock-context-time):
16329 * newcomment.el (comment-fill-column, comment-column)
16330 (comment-style, comment-padding, comment-multi-line)
16331 (comment-empty-lines, comment-auto-fill-only-comments):
16332 * reveal.el (reveal-around-mark):
16333 * uniquify.el (uniquify-buffer-name-style)
16334 (uniquify-after-kill-buffer-p)
16335 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16336 (uniquify-min-dir-content, uniquify-separator)
16337 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16338 * w32-vars.el (w32-fixed-font-alist):
16339 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16340 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16341 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16342 * progmodes/perl-mode.el (perl-indent-level)
16343 (perl-continued-statement-offset, perl-continued-brace-offset)
16344 (perl-brace-offset, perl-brace-imaginary-offset)
16345 (perl-label-offset, perl-indent-continued-arguments)
16346 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16347 * progmodes/tcl.el (tcl-indent-level)
16348 (tcl-continued-indent-level, tcl-auto-newline)
16349 (tcl-tab-always-indent, tcl-electric-hash-style)
16350 (tcl-help-directory-list, tcl-use-smart-word-finder)
16351 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16352 (inferior-tcl-source-command):
16353 * textmodes/fill.el (enable-kinsoku):
16354 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16355 * textmodes/table.el (table-yank-handler):
16356 Specify missing group (and type, if simple) in defcustom.
16357
16358 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
16359
16360 * progmodes/compile.el (compilation-finish-function): Fix defvar.
16361
16362 2005-05-19 Richard M. Stallman <rms@gnu.org>
16363
16364 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16365
16366 * subr.el (event-basic-type): Don't get an error.
16367 (left-fringe-p): Function deleted.
16368
16369 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16370 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16371
16372 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16373 in recursive copy.
16374
16375 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16376
16377 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16378
16379 * emacs-lisp/bytecomp.el
16380 (byte-compile-file-form-custom-declare-variable):
16381 Call byte-compile-nogroup-warn if appropriate.
16382
16383 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16384 (compilation-set-window): Don't call left-fringe-p; do it directly.
16385
16386 2005-05-19 Jay Belanger <belanger@truman.edu>
16387
16388 * calc/calc-graph.el (calc-graph-format-data): Make sure
16389 var-PlotRejects is bound before trying to check its value.
16390
16391 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
16392
16393 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16394 definition of this variable from reftex-global.el to reftex.el,
16395 because it is needed in the menu.
16396
16397 2005-05-19 Lute Kamstra <lute@gnu.org>
16398
16399 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16400 years are fixed. Don't insert a space after a dash.
16401
16402 2005-05-19 Kim F. Storm <storm@cua.dk>
16403
16404 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16405
16406 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
16407
16408 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16409 strings, because (eq ... ?\\) is fairly frequent.
16410
16411 * progmodes/make-mode.el (makefile-add-this-line-targets):
16412 Simplify and integrate into `makefile-pickup-targets'.
16413 (makefile-add-this-line-macro): Simplify and integrate into
16414 `makefile-pickup-macros.
16415 (makefile-pickup-filenames-as-targets): Simplify.
16416 (makefile-previous-dependency, makefile-match-dependency):
16417 Don't stumble over `::'.
16418
16419 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
16420
16421 * subr.el (post-command-idle-hook, post-command-idle-delay):
16422 Remove obsoletion of post-command-idle-hook and
16423 post-command-idle-delay.
16424
16425 * faces.el (list-faces-display): Provide button when describe-face
16426 is called to take user back to the list of faces.
16427
16428 * help-fns.el (describe-variable): Remove hyperlinks in a
16429 variable's value as these are quite frequently inappropriate.
16430
16431 * follow.el (follow-submit-feedback, follow-mode):
16432 Remove references to post-command-idle-hook.
16433
16434 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
16435
16436 * progmodes/make-mode.el (makefile-previous-dependency)
16437 (makefile-match-dependency): Check for := (and in bsd mode also
16438 !=) to give a better result, even when font-lock is not on.
16439
16440 2005-05-18 Jay Belanger <belanger@truman.edu>
16441
16442 * calc/calc-help.el (calc-s-prefix-help):
16443 Add `calc-copy-special-constant' to help string.
16444
16445 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
16446
16447 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16448
16449 2005-05-18 Jay Belanger <belanger@truman.edu>
16450
16451 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16452 in linear factors are in proper order.
16453
16454 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
16455
16456 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16457 Support for jurabib.
16458
16459 * textmodes/reftex.el (featurep): Define aliases for overlay
16460 commands, for XEmacs compatibility, and use these aliases in
16461 overlay initializations.
16462 (reftex-highlight): Use `reftex-move-overlay'.
16463 (reftex-unhighlight): Use `reftex-delete-overlay'.
16464 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
16465 (reftex-access-search-path): Use `reftex-uniquify' instead of
16466 `reftex-uniq'
16467
16468 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16469 `before-string' property modification enables for Emacs as well.
16470 (reftex-select-item): Use `reftex-delete-overlay'.
16471 (reftex-select-mark): Use `reftex-make-overlay' and
16472 `reftex-overlay-put'.
16473 (reftex-select-unmark): Use `reftex-delete-overlay' and
16474 `reftex-overlay-put'.
16475
16476 2005-05-18 Lute Kamstra <lute@gnu.org>
16477
16478 * emacs-lisp/lisp.el (check-parens): Fix docstring.
16479
16480 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
16481
16482 * add-log.el (add-change-log-entry):
16483 * array.el (array-make-template, array-reconfigure-rows)
16484 (array-init-max-row, array-init-max-column)
16485 (array-init-columns-per-line, array-init-field-width):
16486 * replace.el (replace-match-maybe-edit, perform-replace):
16487 * textmodes/spell.el (spell-region):
16488 Replace `read-input' by `read-string'.
16489
16490 * forms.el (forms-mode):
16491 * finder.el (finder-compile-keywords):
16492 * shadowfile.el (shadow-read-files):
16493 Replace `eval-current-buffer' by `eval-buffer'.
16494
16495 * terminal.el (te-pass-through):
16496 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16497 (ange-ftp-raw-send-cmd):
16498 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16499 (send-process-next-char, telnet-initial-filter, telnet):
16500 Replace `send-string' by `process-send-string'.
16501
16502 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16503 (prolog-consult-region): Replace `send-string' by
16504 `process-send-string'; replace `send-region' by `process-send-region'.
16505
16506 * progmodes/delphi.el (delphi-log-msg):
16507 Replace `set-window-dot' by `set-window-point'.
16508
16509 * subr.el (window-dot, set-window-dot, read-input, send-string)
16510 (send-region, show-buffer, eval-current-buffer):
16511 Make really obsolete, as the comment says.
16512
16513 2005-05-17 Kim F. Storm <storm@cua.dk>
16514
16515 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16516 (cua--init-keymaps): Bind C-return instead of S-return to set
16517 rectangle mark.
16518
16519 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16520 instead of S-return to toggle/clear rectangle mark.
16521
16522 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
16523
16524 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16525 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16526 Also fontify plain strings assigned to variables, mostly so that a
16527 colon has a face and is thus not taken as a dependency separator.
16528 (makefile-previous-dependency): Inline the new matcher, because it
16529 is too complex to work in both directions.
16530 (makefile-match-dependency): Eliminate `backward' arg (see above).
16531 Completely reimplemented so as to not sometimes go into an endless
16532 loop. It should also be more efficient, because first it only
16533 searches for `:', instead of applying the very complex regexp.
16534 (makefile-mode): Cancel `font-lock-support-mode', because blocks
16535 to be fontified in one piece can be too long for JIT.
16536 Makefiles are never *that* big.
16537
16538 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
16539
16540 * dired.el (dired-mode): Simplify.
16541
16542 2005-05-17 Lute Kamstra <lute@gnu.org>
16543
16544 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16545 defcustom for the mode hook variable.
16546
16547 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16548 Emacs Lisp Reference Manual.
16549
16550 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
16551
16552 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16553 (evenp, list*):
16554 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16555 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16556
16557 * net/tramp-smb.el (tramp-smb-open-connection):
16558 Pass `tramp-chunksize' as fifth (required) argument.
16559
16560 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
16561
16562 * font-lock.el (lisp-font-lock-keywords-1):
16563 Set `font-lock-negation-char-face' for [^...] char group.
16564 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16565
16566 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16567 a var, and refine it to mask one more level of nested vars.
16568 (makefile-rule-action-regex): Turn it into a var, and refine it so
16569 it recognizes backslashed continuation lines as belonging to the
16570 same command.
16571 (makefile-macroassign-regex): Refine it so it recognizes
16572 backslashed continuation lines as belonging to the same command.
16573 (makefile-var-use-regex): Don't look at the next char, because it
16574 might be the same one to be skipped by the initial [^$], leading
16575 to an overlooked variable use.
16576 (makefile-make-font-lock-keywords): Remove two parameters, which
16577 are now variables that some of the modes set locally.
16578 Handle dependency and rule action matching through functions, because
16579 regexps alone match too often. Dependency matching now comes
16580 last, so it can check, whether a colon already matched something else.
16581 (makefile-mode): Inform that font-lock improves makefile parsing
16582 capabilities.
16583 (makefile-match-dependency, makefile-match-action): New functions.
16584
16585 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
16586
16587 * emacs-lisp/cl-extra.el (equalp): Doc fix.
16588
16589 * align.el (align-regexp):
16590 * ansi-color.el (ansi-color-get-face):
16591 * array.el (array-reconfigure-rows, array-init-max-row)
16592 (array-init-max-column, array-init-columns-per-line)
16593 (array-init-field-width):
16594 * dired-aux.el (dired-trample-file-versions):
16595 * dired-x.el (dired-mark-sexp):
16596 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16597 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16598 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16599 * faces.el (face-read-integer):
16600 * files.el (backup-extract-version, insert-directory):
16601 * hexl.el (hexl-insert-decimal-char):
16602 * server.el (server-process-filter):
16603 * shell.el (shell-extract-num):
16604 * startup.el (command-line-1):
16605 * term.el (term-command-hook):
16606 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16607 (time-stamp-do-number):
16608 * time.el (display-time-update):
16609 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16610 (timezone-fix-time):
16611 * vms-patch.el (vms-suspend-resume-hook):
16612 * calendar/appt.el (appt-convert-time):
16613 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16614 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16615 * calendar/cal-islam.el (mark-islamic-diary-entries):
16616 * calendar/calendar.el (calendar-cursor-to-date)
16617 (calendar-star-date):
16618 * calendar/diary-lib.el (diary-attrtype-convert)
16619 (mark-diary-entries, diary-entry-time):
16620 * calendar/solar.el (solar-get-number):
16621 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16622 * emacs-lisp/re-builder.el (reb-display-subexp):
16623 * emulation/edt.el (edt-set-scroll-margins):
16624 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16625 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16626 (vip-get-ex-count):
16627 * emulation/viper-ex.el (viper-get-ex-token)
16628 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16629 * international/fontset.el (fontset-plain-name):
16630 * mail/feedmail.el (feedmail-look-at-queue-directory):
16631 * mail/mailalias.el (mail-get-names):
16632 * mail/rmail.el (rmail-convert-to-babyl-format):
16633 * mail/rmailsum.el (rmail-make-basic-summary-line)
16634 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16635 (rmail-summary-goto-msg):
16636 * mail/smtpmail.el (smtpmail-read-response):
16637 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16638 (ange-ftp-vms-add-file-entry):
16639 * play/gametree.el (gametree-looking-at-ply)
16640 (gametree-current-branch-score):
16641 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16642 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16643 * progmodes/cperl-mode.el (condition-case):
16644 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16645 (ebrowse-set-member-buffer-column-width)
16646 (ebrowse-select-1st-to-9nth):
16647 * progmodes/etags.el (etags-snarf-tag):
16648 * progmodes/flymake.el (flymake-parse-line):
16649 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16650 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16651 (idlwave-shell-menu-def):
16652 * progmodes/ps-mode.el (ps-run-goto-error):
16653 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16654 (vhdl-speedbar-contract-level):
16655 * term/mac-win.el (x-handle-numeric-switch):
16656 * term/sun-mouse.el (sun-get-frame-data):
16657 * term/w32-win.el (x-handle-numeric-switch):
16658 * term/x-win.el (x-handle-numeric-switch):
16659 * textmodes/ispell.el (ispell-parse-output):
16660 * textmodes/nroff-mode.el (nroff-outline-level):
16661 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16662 (reftex-bib-sort-year-reverse, reftex-format-citation):
16663 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16664 (reftex-section-number):
16665 * textmodes/texinfmt.el (texinfo-paragraphindent):
16666 Replace `string-to-int' by `string-to-number'.
16667
16668 * international/latexenc.el: Add page marker to force the "Local
16669 Variables:" string out of the last page.
16670
16671 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16672
16673 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16674 tooltip-change-major-mode.
16675 (gud-tooltip-print-command): Remove case where gud-minor-mode
16676 is gdb ("--fullname").
16677 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16678 explain to user.
16679
16680 2005-05-16 Jay Belanger <belanger@truman.edu>
16681
16682 * calc/calc-store.el (calc-copy-special-constant): New function.
16683
16684 * calc/calc-ext.el (calc-init-extensions): Add binding for
16685 `calc-copy-special-constant'.
16686
16687 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16688 for the `calc-copy-special-constant' command.
16689
16690 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16691
16692 * subr.el (left-fringe-p): New function.
16693
16694 * progmodes/compile.el (compilation-setup): Set local value of
16695 overlay-arrow-string to "" always.
16696 (compilation-set-window): Left fringe then don't scroll.
16697 No left fringe then no arrow and scroll message to top.
16698 (compilation-context-lines): Adjust doc string accordingly.
16699
16700 2005-05-16 Kim F. Storm <storm@cua.dk>
16701
16702 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16703 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16704 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16705 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16706 (ido-read-file-name): Handle commands with ido property value
16707 equal to find-file as reading a file name, to allow C-d to enter dired.
16708 (ibuffer-find-file): Add ido property with value find-file.
16709
16710 2005-05-15 Kim F. Storm <storm@cua.dk>
16711
16712 * subr.el (open-network-stream-nowait): Remove.
16713 (open-network-stream-server): Remove.
16714
16715 2005-05-15 Richard M. Stallman <rms@gnu.org>
16716
16717 * faces.el (describe-face): Output a definition link button.
16718
16719 * help-mode.el (help-face-def): New button type.
16720
16721 * emacs-lisp/copyright.el (copyright-fix-years):
16722 Match properly if the first year is 2-digit.
16723 Don't mess up the whitespace after the years by filling.
16724
16725 * dired-aux.el (dired-mark-confirm):
16726 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16727
16728 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16729 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16730 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16731
16732 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16733 Set font-lock-comment-start-skip.
16734
16735 * font-lock.el (font-lock-comment-start-skip): New variable.
16736 (font-lock-comment-end-skip): New variable.
16737 (font-lock-fontify-syntactically-region): Use them if non-nil.
16738
16739 2005-05-15 Jay Belanger <belanger@truman.edu>
16740
16741 * calc/calc-store.el (calc-store-value): Return a string rather
16742 than display it as a message.
16743 Use calc-var-name for variable name.
16744 (calc-store-into): Add the result of calc-store-value to message.
16745 (calc-copy-variable): Add a message.
16746 (calc-store-exchange): Improve error messages.
16747 (calc-store-binary, calc-store-map): Don't reset the values of
16748 special constants.
16749
16750 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16751
16752 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16753 manual to docstring.
16754
16755 * files.el (hack-local-variables-confirm): Add STRING argument.
16756 Make the function handle non file visiting buffers correctly.
16757 (hack-local-variables-prop-line, hack-local-variables)
16758 (hack-one-local-variable): Use STRING arg of
16759 `hack-local-variables-confirm'.
16760
16761 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
16762
16763 Sync with Tramp 2.0.49.
16764
16765 * net/tramp.el (tramp-handle-dired-call-process)
16766 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16767 because the contents of the Tramp buffer is changed before
16768 insertion (`expand-file' and alike).
16769 (tramp-handle-insert-directory): If `localname' has an empty
16770 nondirectory name, it must not be quoted.
16771 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16772 variable `tramp-chunksize'. Change callees.
16773 (tramp-open-connection-setup-interactive-shell): Check remote host
16774 for buggy `send-process-string' implementation.
16775 Set `tramp-chunksize' if found. Reported by Michael Kifer
16776 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16777 (tramp-handle-shell-command): `insert-buffer' cannot be used
16778 because the contents of the Tramp buffer is changed before
16779 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16780 <frederic.bothamy@free.fr>.
16781 (tramp-set-auto-save): Actions should be done for Tramp file name
16782 handler only. Ange-FTP has its own auto-save mechanism.
16783 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16784 (tramp-set-auto-save-file-modes): Set file modes of
16785 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16786 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16787 (tramp-bug): Remove obsolete variable.
16788 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
16789 for presence of `mml-mode'. Make it running for older Emacsen as well.
16790
16791 2005-05-14 John Paul Wallington <jpw@pobox.com>
16792
16793 * ibuf-ext.el (define-ibuffer-filter filename):
16794 If `dired-directory' is a list, use its car.
16795
16796 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16797
16798 * ibuffer.el (define-ibuffer-column filename):
16799 If `dired-directory' is a list, use its car.
16800
16801 2005-05-14 Richard M. Stallman <rms@gnu.org>
16802
16803 * subr.el (symbol-file): Doc fix.
16804
16805 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16806 (byte-compile-form): Call byte-compile-nogroup-warn.
16807 (byte-compile-warning-types): Doc fix.
16808
16809 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16810
16811 * progmodes/cc-engine.el (c-literal-faces):
16812 Add font-lock-comment-delimiter-face.
16813
16814 * net/net-utils.el (dig): Use with-no-warnings.
16815
16816 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16817 (sc-recite-frame-alist, sc-default-cite-frame)
16818 (sc-default-uncite-frame, sc-default-recite-frame)
16819 (sc-attrib-selection-list, sc-rewrite-header-list):
16820 Mark as risky-local-variable.
16821
16822 * international/ogonek.el (ogonek-jak, ogonek-how):
16823 Don't use beginning-of-buffer.
16824
16825 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16826
16827 * calendar/solar.el (solar-data-list): Move definition up.
16828
16829 * dnd.el (dnd-protocol-alist): Add autoload.
16830
16831 * progmodes/sh-script.el: Many doc usage fixes.
16832 (sh-indent-after-do): Change default to match common styles.
16833
16834 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16835
16836 * files.el (interpreter-mode-alist)
16837 (auto-mode-interpreter-regexp): Doc fixes.
16838
16839 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16840
16841 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16842
16843 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16844
16845 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16846
16847 * dired.el (dired-mode): make-variable-buffer-local =>
16848 make-local-variable.
16849
16850 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16851
16852 * term/mac-win.el (mac-select-convert-to-string): Try coding
16853 systems in mac-script-code-coding-systems if specified one cannot
16854 encode string for `com.apple.traditional-mac-plain-text'.
16855
16856 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16857
16858 * progmodes/make-mode.el (makefile-targets-face)
16859 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16860 (makefile-dependency-regex): Fix it to not make the colon in
16861 $(var:a=b) special.
16862 (makefile-rule-action-regex): New regexp for highlighting embedded
16863 Shell strings.
16864 (makefile-macroassign-regex): Handle != for highlighting as
16865 embedded Shell strings.
16866 (makefile-var-use-regex): New const.
16867 (makefile-statements, makefile-automake-statements)
16868 (makefile-gmake-statements, makefile-makepp-statements)
16869 (makefile-bsdmake-statements): New consts.
16870 (makefile-make-font-lock-keywords): New function.
16871 (makefile-automake-font-lock-keywords)
16872 (makefile-gmake-font-lock-keywords)
16873 (makefile-makepp-font-lock-keywords)
16874 (makefile-bsdmake-font-lock-keywords): New consts.
16875 (makefile-mode-map): Add switchers between the various submodes.
16876 (makefile-mode): Document the availability of the variants.
16877 (makefile-automake-mode, makefile-gmake-mode)
16878 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16879
16880 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16881 new variants of makefile-mode.
16882
16883 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16884
16885 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16886 the inheritance.
16887
16888 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16889
16890 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16891 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16892
16893 * files.el (normal-mode): Extend the scope of the
16894 `enable-local-variables' binding to include the `set-auto-mode' call.
16895 (magic-mode-alist): Doc fix.
16896
16897 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16898
16899 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16900 font-lock-comment-face rather than copying its setting.
16901
16902 2005-05-12 Andreas Schwab <schwab@suse.de>
16903
16904 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16905
16906 2005-05-12 Lute Kamstra <lute@gnu.org>
16907
16908 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16909 defcustom for the mode hook variable. Delete the last argument.
16910 * generic-x.el: Fix callers of define-generic-mode.
16911 (generic-x-modes): Delete group.
16912 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16913 generic-x customization group.
16914
16915 2005-05-12 Kim F. Storm <storm@cua.dk>
16916
16917 * font-lock.el (font-lock-negation-char-face): Default to "off".
16918
16919 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16920 font-lock-negation-char-face to ! in !=.
16921
16922 2005-05-12 Masatake YAMATO <jet@gyve.org>
16923
16924 * add-log.el (find-change-log): Fix typos in the docstring
16925 of function.
16926
16927 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16928
16929 * international/latexenc.el (latexenc-find-file-coding-system):
16930 Avoid `re-search-forward' when looking for input encoding because
16931 of speed and safety. Better regular expressions for recognizing
16932 input encoding. Limit a search for TeX-master/tex-main-file to
16933 the local variable section.
16934
16935 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16936
16937 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16938 syntax of $ to "'" (quote).
16939
16940 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16941
16942 * dnd.el (dnd-protocol-alist): Improve custom type.
16943
16944 * dired.el (dired-dnd-protocol-alist): New variable.
16945 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16946 `dired-mode-hook' to the end.
16947
16948 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16949
16950 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16951 comment-end if comment-start-skip is not set.
16952 Obey the font-lock-comment-delimiter-face variables.
16953
16954 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16955
16956 * files.el (executable-find): Move from executable.el. Use
16957 locate-file.
16958 * progmodes/executable.el (executable-find): Move to files.el.
16959
16960 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16961 when trying to ensure forward progress.
16962
16963 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
16964
16965 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16966 (mouse-select, mouse-select-internal, mouse-extend-internal):
16967 Use it to implement mouse-1-click-follows-link functionality.
16968
16969 2005-05-11 Richard M. Stallman <rms@gnu.org>
16970
16971 * font-lock.el (font-lock-fontify-syntactically-region):
16972 Use font-lock-comment-delimiter-face for comment delimiters.
16973
16974 2005-05-10 Jay Belanger <belanger@truman.edu>
16975
16976 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16977 preserving embedded modes.
16978
16979 2005-05-10 Richard M. Stallman <rms@gnu.org>
16980
16981 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16982
16983 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16984 Move from ada-stmt.el.
16985 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16986
16987 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16988 Move to ada-mode.el.
16989 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16990
16991 * cus-edit.el (custom-file): Call file-chase-links.
16992
16993 * files.el (read-directory-name): Fix previous change.
16994 (hack-local-variables-confirm): New function.
16995 (hack-local-variables-prop-line, hack-local-variables)
16996 (hack-one-local-variable): Use it.
16997
16998 2005-05-10 Lute Kamstra <lute@gnu.org>
16999
17000 * font-lock.el (font-lock-keywords-alist)
17001 (font-lock-removed-keywords-alist): Clarify docstrings.
17002
17003 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
17004
17005 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17006 (gdb-source-info): Check for preprocessor info.
17007 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
17008 a macro for a function.
17009 (gdb-info-breakpoints-custom): Try to find file again if not already
17010 found (user might have used GDB dir command).
17011 (gdb-get-location): Update gdb-location-alist correctly for change
17012 to gdb-info-breakpoints-custom.
17013
17014 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17015 (gud-tooltip-print-command): Add gdbmi case.
17016 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17017 preprocessor info.
17018
17019 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17020
17021 * startup.el (fancy-splash-insert): Fix typo in doc string.
17022
17023 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17024
17025 * obsolete/float.el (string-to-float):
17026 * obsolete/hilit19.el (hilit-add-pattern):
17027 * obsolete/rnews.el (news-parse-range, news-select-message)
17028 (news-get-pruned-list-of-files): Replace `string-to-int' by
17029 `string-to-number'.
17030
17031 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17032 `find-file-not-found-hooks'; use `add-hook'.
17033 (uncompress-while-visiting): Set `write-file-functions', not
17034 `write-file-hooks'; use `add-hook'.
17035
17036 2005-05-09 Kim F. Storm <storm@cua.dk>
17037
17038 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17039 (cua-paste): Handle clipboard action.
17040 (cua--init-keymaps): Remap clipboard-kill-region and
17041 clipboard-kill-ring-save.
17042
17043 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17044
17045 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17046 Improve commentary.
17047
17048 * simple.el (next-error-overlay-arrow-position): Revert the change
17049 made on 2005-04-30.
17050
17051 2005-05-07 Jay Belanger <belanger@truman.edu>
17052
17053 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17054 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17055 `calc-sel-reselect'.
17056
17057 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17058 Calc is in embedded mode.
17059
17060 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17061
17062 * progmodes/compile.el (compilation-setup):
17063 Set overlay-arrow-string to an empty string on text terminals.
17064
17065 * textmodes/ispell.el (ispell-program-name): Try looking for
17066 "aspell" along exec-path, and if found, use it as the default
17067 speller program.
17068
17069 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17070
17071 * international/mule.el (sgml-xml-auto-coding-function):
17072 Recognize encoding='FOO' in single quotes as well as in double quotes.
17073
17074 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17075
17076 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17077 as well as `interactive', so that defmacro* would recognize
17078 `declare' forms.
17079
17080 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17081
17082 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17083 Explain more about the LIGHTER arg's usage in the doc string.
17084 Add commentary to clarify what the code does. Fix the regexp that
17085 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17086 since it could have characters special to regular expressions.
17087
17088 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17089
17090 * replace.el (occur-1): Bind inhibit-read-only so that
17091 erase-buffer doesn't barf on read-only text properties (likewise
17092 for add-text-properties in occur-engine). Mark buffer as unmodified.
17093 (occur-engine): Don't set buffer-read-only here.
17094
17095 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17096
17097 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17098 list-buffers-directory. This caused the *cvs-commit* buffer to be
17099 sometimes mistakenly reused as a *cvs* buffer.
17100
17101 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17102
17103 * tooltip.el: Move code for GUD tooltips into gud.el.
17104 (require): CL no longer needed to compile case.
17105 (tooltip-mode): Do not toggle functions for GUD tooltips.
17106 (tooltip-gud-tips-p): Remove. Replace with minor mode
17107 gud-tooltip-mode in gud.el.
17108 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17109 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17110 tooltip-gud prefix with gud-tooltip and obsolete.
17111 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17112 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17113 (tooltip-mouse-motion): Mouse movement functions/variable.
17114 Rename in gud.el by adding gud prefix.
17115 (tooltip-gud-original-filter, tooltip-gud-dereference)
17116 (tooltip-gud-event, tooltip-toggle-gud-tips)
17117 (tooltip-gud-process-output, tooltip-gud-print-command)
17118 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17119 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17120 (gdb-tooltip-print): Move to gdb-ui.el.
17121
17122 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17123 (require): CL needed to compile case.
17124 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17125 tooltip-gud-tips-p. Make it a minor-mode.
17126 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17127 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17128 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17129 (gud-tooltip-change-major-mode)
17130 (gud-tooltip-activate-mouse-motions-if-enabled)
17131 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17132 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17133 (gud-tooltip-original-filter, gud-tooltip-dereference)
17134 (gud-tooltip-event, tooltip-toggle-gud-tips)
17135 (gud-tooltip-process-output, gud-tooltip-print-command)
17136 (gud-tooltip-tips): Move from tooltip.el.
17137
17138 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17139 (gdb-cpp-define-alist-flags): Doc fix.
17140 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17141 gud-tooltip-mode is t.
17142
17143 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17144
17145 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17146 evaporate if their text is deleted.
17147 (goto-address-at-point): Make it work as a mouse binding as well.
17148 (goto-address-at-mouse): Obsolete it. Update users.
17149
17150 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17151
17152 * calendar/appt.el (top-level): No longer activate on load.
17153
17154 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17155
17156 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17157 * net/webjump.el (webjump):
17158 * progmodes/idlw-help.el (idlwave-do-context-help1)
17159 (idlwave-highlight-linked-completions):
17160 * textmodes/po.el (po-find-file-coding-system-guts):
17161 Replace `assoc-ignore-case' by `assoc-string'.
17162
17163 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17164
17165 * files.el (locate-file): Doc fix.
17166
17167 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17168 Remove the redundant test for ms-dos.
17169
17170 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17171 look for the preprocessor with exec-suffixes. If not found in
17172 standard places, look in exec-path. Remove most of the tests that
17173 used system-type.
17174
17175 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17176
17177 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17178
17179 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17180 file-name clash with jka-compr.el on 8+3 filesystems.
17181
17182 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17183
17184 * term/mac-win.el: Don't define or bind scroll bar functions if
17185 x-toolkit-scroll-bars is t.
17186 (x-select-text, x-get-selection-value): Clear
17187 x-last-selected-text-clipboard if x-select-enable-clipboard is
17188 nil.
17189 (PRIMARY): Put mac-scrap-name property.
17190 (mac-select-convert-to-file-url): New function.
17191 (public.file-url): New selection target type. Add to
17192 selection-converter-alist.
17193 (x-get-selection, x-selection-value): Handle it.
17194 (x-cut-buffer-or-selection-value): New alias.
17195
17196 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17197
17198 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17199 entry to avoid calling bibtex-find-entry with arg global
17200 being t. Remove arg key.
17201 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17202 (bibtex-copy-summary-as-kill): Change accordingly.
17203
17204 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17205
17206 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17207 (org-agenda-date-later): Use with-current-buffer.
17208
17209 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17210
17211 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17212 (define-obsolete-variable-alias): Doc Fixes.
17213
17214 2005-05-06 Kim F. Storm <storm@cua.dk>
17215
17216 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17217 vertical-motion when selective-display is active.
17218
17219 * ido.el (ido-setup-hook): New hook.
17220 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17221 (ido-input-stack): New var.
17222 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17223 ido-next-work-file binding to M-O.
17224 Bind M-f to ido-wide-find-file-or-pop-dir.
17225 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17226 (ido-read-internal): Run ido-setup-hook.
17227 Catch quit in read-file-name and read-string to cancel edit.
17228 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17229 Automatically pop-all when completing a directory name (RET).
17230 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17231 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17232 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17233 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17234 New functions for M-b/M-f to move among the directory components.
17235 (ido-make-merged-file-list): Catch quit to cancel merge.
17236 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17237 (ido-completion-help): No warnings for ido-completion-buffer-full.
17238
17239 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
17240
17241 * font-lock.el (font-lock-negation-char-face): New face and variable.
17242 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17243 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17244 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17245 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17246
17247 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
17248
17249 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17250 Fix typo in docstring.
17251
17252 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17253 (ebrowse-print-statistics-line)
17254 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17255
17256 * term/w32-win.el (image-library-alist): Add additional name for
17257 Xpm library.
17258
17259 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
17260
17261 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17262 use gcc instead of cpp.
17263
17264 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17265 (gdb-create-define-alist): Use it.
17266 (gdb-cpp-define-alist-program): Update for MS-DOS.
17267
17268 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
17269
17270 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17271
17272 2005-05-04 Richard M. Stallman <rms@gnu.org>
17273
17274 * help.el (describe-key): No error when UNTRANSLATED is nil.
17275
17276 * simple.el (line-move-1): Fix previous change to signal errors
17277 appropriately.
17278
17279 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
17280
17281 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17282 (icalendar-duration-correction): Remove.
17283 (icalendar--get-event-properties): Split result at commas.
17284 (icalendar--decode-isoduration): New optional argument
17285 DURATION-CORRECTION.
17286 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17287 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17288 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17289 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17290 (icalendar--convert-anniversary-to-ical): New functions, extracted
17291 from icalendar-export-region, with bug fixes.
17292 (icalendar-export-region): Use the above functions.
17293 (icalendar-import-buffer): Check before saving diary file.
17294 (icalendar--convert-recurring-to-diary)
17295 (icalendar--convert-non-recurring-all-day-to-diary)
17296 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17297 extracted from icalendar--convert-ical-to-diary, with bug fixes.
17298 (icalendar--convert-ical-to-diary): Use the above functions.
17299
17300 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
17301
17302 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17303 Remove these recent additions.
17304 (c-mode): Restore to before 2005-04-28.
17305
17306 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17307 recent addition.
17308
17309 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17310 (gdb-define-alist): New variables.
17311 (gdb-create-define-alist): New function.
17312 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17313 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17314 with string-to-number.
17315 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17316
17317 * progmodes/gud.el: Replace string-to-int with string-to-number.
17318 (gud-find-file): Handle gdb-define-alist.
17319
17320 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17321
17322 2005-05-02 Jay Belanger <belanger@truman.edu>
17323
17324 * calc/calc-aent.el (math-read-token):
17325 * calc/calc-bin.el (calc-word-size):
17326 * calc/calc-ext.el (calc-read-number-fancy):
17327 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17328 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17329 * calc/calc-frac.el (calc-over-notation):
17330 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17331 (calc-graph-num-points, calc-graph-init):
17332 * calc/calc-prog.el (calc-read-parse-table-part)
17333 (calc-edit-macro-repeats):
17334 * calc/calc-yank.el (calc-do-grab-rectangle):
17335 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17336 Replace `string-to-int' by `string-to-number'.
17337
17338 2005-05-02 Kim F. Storm <storm@cua.dk>
17339
17340 * kmacro.el: Use executing-kbd-macro-index variable.
17341
17342 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17343
17344 * net/rlogin.el (rlogin-parse-words): Delete func.
17345 (rlogin): Use split-string, not rlogin-parse-words.
17346 Also, if there are option-like elements in the parsed args,
17347 take the host to be the first arg immediately following them.
17348 Suggested by Michael Mauger.
17349
17350 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17351
17352 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17353
17354 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17355
17356 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17357 (cc-mode-cpp-program): Rename to cc-define-list-program and
17358 move to cc-vars.el.
17359
17360 * progmodes/cc-vars.el (cc-define-list-program):
17361 Change to "gcc -E -dM -". Make customizable.
17362
17363 2005-05-02 Kim F. Storm <storm@cua.dk>
17364
17365 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17366
17367 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17368
17369 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17370
17371 * international/mule-util.el (truncate-string): Remove alias and
17372 obsolete declaration.
17373
17374 * international/mule-cmds.el (update-iso-coding-systems):
17375 Remove alias and obsolete declaration.
17376
17377 * international/mule.el (coding-system-parent): Remove alias and
17378 obsolete declaration.
17379
17380 * subr.el (define-function, sref): Remove aliases and obsolete
17381 declarations.
17382 (chars-in-region): Remove obsolete declaration.
17383
17384 2005-05-01 Richard M. Stallman <rms@gnu.org>
17385
17386 * info.el (Info-mode): Set widen-automatically to nil, locally.
17387
17388 * simple.el (widen-automatically): New variable.
17389 (pop-global-mark): Obey widen-automatically.
17390
17391 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
17392
17393 * term/xterm.el (function-key-map): Call substitute-key-definition
17394 before the keymap size is increased by a lot of define-key calls.
17395
17396 2005-05-01 Richard M. Stallman <rms@gnu.org>
17397
17398 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17399 Rename ARG to ELEMENT. Doc fix.
17400
17401 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17402
17403 * allout.el (allout-exposure): Remove macro and obsolete declaration.
17404 Remove references to allout-exposure/change to allout-new-exposure.
17405
17406 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17407 bytecode symbols.
17408
17409 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17410 (compiled-function-p, focus-frame, unfocus-frame):
17411 Remove aliases and obsolete declarations.
17412 Back out inadvertent changes from previous commit.
17413
17414 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17415
17416 * files.el (require-final-newline): Make Custom tags consistent
17417 with mode-require-final-newline.
17418 (mode-require-final-newline): Doc fix.
17419
17420 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17421
17422 * international/latexenc.el (latexenc-find-file-coding-system):
17423 Fix regular expressions.
17424
17425 2005-05-01 David Kastrup <dak@gnu.org>
17426
17427 * international/latexenc.el (latexenc-find-file-coding-system):
17428 Fix regular expressions.
17429
17430 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17431
17432 * subr.el (string-to-int): Make obsolete.
17433
17434 2005-04-30 Richard M. Stallman <rms@gnu.org>
17435
17436 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17437
17438 * loadup.el: load jka-comp-hook.
17439
17440 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17441 (jka-compr-handler): Add autoload. `put' calls moved
17442 to jka-comp-hook.el.
17443 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17444 (jka-compr-inhibit): Autoload.
17445
17446 * jka-comp-hook.el: New file.
17447 Enable the mode by default.
17448
17449 * files.el (backup-buffer-copy): Use copy-file instead
17450 of write-region, and put back the 'excl.
17451
17452 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
17453
17454 * progmodes/flymake.el (flymake-split-string)
17455 (flymake-split-string, flymake-log, flymake-pid-to-names)
17456 (flymake-reg-names, flymake-get-source-buffer-name)
17457 (flymake-unreg-names, flymake-add-line-err-info)
17458 (flymake-add-err-info): Clarify docstrings.
17459 (flymake-popup-menu, flymake-make-emacs-menu)
17460 (flymake-make-xemacs-menu): Add docstrings.
17461 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17462 Set variables directly throughout.
17463
17464 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
17465
17466 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17467 exists. Initialize cc-define-alist.
17468 (c-mode): Add cc-create-define-alist locally to after-save-hook.
17469 If there is no file (Macroexpansion) don't create an alist.
17470
17471 2005-04-29 Sam Steingold <sds@gnu.org>
17472
17473 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17474 (cc-create-define-alist): Use it instead of the hard-coded string.
17475
17476 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17477
17478 * international/mule-conf.el (file-coding-system-alist): Fix regexp
17479 for latexenc.
17480
17481 2005-04-29 Lute Kamstra <lute@gnu.org>
17482
17483 * emacs-lisp/generic.el: Improve commentary section.
17484 (define-generic-mode): Improve docstring.
17485
17486 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
17487
17488 * textmodes/org.el (many places): Change to quiet the byte compiler.
17489 (org-prefix-format-compiled): New variable.
17490 (org-compile-prefix-format): New function.
17491 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17492 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17493 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17494 (org-get-entries-from-diary): Use `org-get-time-of-day' for
17495 consistency with entries from `org-mode' files.
17496 (org-get-time-of-day): Fix bug with partial matches early in a line.
17497 (org-non-link-chars): New constant.
17498 (org-link-regexp): Respect `org-non-link-chars'.
17499 (org-agenda-day-view): Remove command.
17500 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17501 (org-follow-bbdb-link, org-store-link): Search also company field.
17502 (org-highlight-overlay): New variable.
17503 (org-highlight, org-unhighlight): New functions.
17504 (org-agenda-mode): Add pre-command-hook to remove highlight.
17505 (org-evaluate-time-range): Behavior depends upon whether time stamp
17506 contains a time or not.
17507 (org-show-subtree, org-show-entry): New functions.
17508 (org-agenda-cleanup-fancy-diary): Remove empty lines.
17509
17510 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
17511
17512 * comint.el (comint-output-filter-functions): Add autoload cookie.
17513
17514 2005-04-28 Kim F. Storm <storm@cua.dk>
17515
17516 * ido.el (ido-everywhere): Fix last change.
17517
17518 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17519
17520 * international/latexenc.el: New file.
17521 * international/mule-conf.el (file-coding-system-alist): For .tex,
17522 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17523
17524 2005-04-28 Lute Kamstra <lute@gnu.org>
17525
17526 * font-lock.el (font-lock-add-keywords)
17527 (font-lock-remove-keywords): Clarify docstring.
17528 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17529 Don't start docstrings with a `*'.
17530 (font-lock-update-removed-keyword-alist): Give it a docstring.
17531
17532 * generic-x.el: Update commentary section.
17533 Only require font-lock when compiling.
17534 Define all modes conditionally.
17535 Place all generic modes in the generic-x-modes customization group.
17536 (generic-x-modes): New customization group.
17537 (generic-default-modes, generic-mswindows-modes)
17538 (generic-unix-modes, generic-other-modes): New constants.
17539 (generic-define-mswindows-modes, generic-define-unix-modes):
17540 Update docstrings. Make them obsolete.
17541 (generic-extras-enable-list): New default value. Update docstring.
17542 Improve :type. Change :set function.
17543 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17544 Fix docstring.
17545
17546 * emacs-lisp/generic.el (generic-mode-internal):
17547 Simplify font-lock-defaults.
17548 (define-generic-mode): Fix docstring.
17549
17550 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17551
17552 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17553 font-lock-face property to highlight matches.
17554
17555 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
17556
17557 * progmodes/cc-mode.el (cc-create-define-alist): New function.
17558 (cc-define-alist): New variable.
17559 (c-mode): Make it local and initialize it.
17560
17561 * progmodes/gdb-ui.el (gdb-active-process): New variable.
17562 (gdb-exited): New function.
17563 (gdb-annotation-rules): Use it.
17564 (gdb-starting): Set gdb-active-process to t.
17565 (gdb-stopping): Amend doc string.
17566 (gdb-reset): Set gdb-active-process to nil.
17567
17568 * tooltip.el (tooltip-gud-tips): Show the associated #define
17569 directives when a C program under GDB is not executing.
17570
17571 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
17572
17573 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17574 font-lock-fontify-syntactic-keywords.
17575
17576 * font-lock.el (font-lock-default-fontify-region): Don't force
17577 parse-sexp-lookup-properties to nil.
17578
17579 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17580
17581 * man.el (man-mode-syntax-table): Set up `:' to have
17582 word-constituent syntax.
17583
17584 2005-04-27 Lute Kamstra <lute@gnu.org>
17585
17586 * novice.el (disable-command): Don't add spurious newlines to the
17587 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
17588
17589 2005-04-26 Jay Belanger <belanger@truman.edu>
17590
17591 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17592 than one window before deleting window.
17593
17594 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
17595
17596 * shell.el (shell-prompt-pattern): Doc fix.
17597 (shell-mode): Set paragraph-separate buffer locally to "\\'".
17598
17599 * comint.el (comint-prompt-regexp, comint-get-old-input)
17600 (comint-use-prompt-regexp)
17601 (comint-use-prompt-regexp-instead-of-fields)
17602 (comint-replace-by-expanded-history, comint-send-input)
17603 (comint-output-filter, comint-get-old-input-default)
17604 (comint-line-beginning-position, comint-bol, comint-show-output)
17605 (comint-backward-matching-input, comint-forward-matching-input)
17606 (comint-next-prompt, comint-previous-prompt):
17607 Rename `comint-use-prompt-regexp-instead-of-fields' to
17608 `comint-use-prompt-regexp'. Keep old name as alias and declare
17609 obsolete.
17610 (comint-use-prompt-regexp): Shorten first line of doc string.
17611
17612 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17613 Set paragraph-separate buffer locally to "\\'".
17614
17615 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17616 Adapt to above name change.
17617
17618 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17619 (smbclient-prompt-regexp): Ditto.
17620
17621 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17622
17623 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
17624
17625 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17626 gdb-location-list.
17627 Break lines that are over 80 characters wide.
17628
17629 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17630
17631 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17632 New fun and var, to preserve compatibility.
17633
17634 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17635
17636 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
17637
17638 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17639 name to file-newer-than-file-p.
17640
17641 2005-04-26 Richard M. Stallman <rms@gnu.org>
17642
17643 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17644
17645 * progmodes/python.el (python-mode):
17646 Use new name eldoc-documentation-function.
17647
17648 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17649
17650 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17651 (eldoc-documentation-function):
17652 Rename from eldoc-print-current-symbol-info-function. Calls changed.
17653
17654 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
17655
17656 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17657
17658 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17659
17660 * term/xterm.el (function-key-map): Fix strings for
17661 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
17662 {C,S,A,C-S}-{f1-f12}.
17663
17664 2005-04-26 Kenichi Handa <handa@m17n.org>
17665
17666 * international/mule-cmds.el (select-safe-coding-system):
17667 Fix previous change.
17668
17669 2005-04-26 Lute Kamstra <lute@gnu.org>
17670
17671 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17672
17673 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17674 (font-lock-comment-delimiter-face): Ditto.
17675
17676 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17677
17678 2005-04-25 Jay Belanger <belanger@truman.edu>
17679
17680 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17681 to t while inserting information; use help-mode.
17682
17683 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17684
17685 * term.el (ansi-term-color-vector): Use the xterm colors.
17686 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
17687
17688 2005-04-25 Lute Kamstra <lute@gnu.org>
17689
17690 * font-core.el (font-lock-defaults): Fix docstring.
17691
17692 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17693
17694 2005-04-25 Kenichi Handa <handa@m17n.org>
17695
17696 * international/mule-cmds.el (select-safe-coding-system):
17697 Don't check consistency with coding: spec, etc if raw-text or
17698 no-conversion was found to be safe.
17699
17700 2005-04-24 Richard M. Stallman <rms@gnu.org>
17701
17702 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17703 citation markers at start of each line.
17704
17705 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17706 citation markers at start of each line.
17707
17708 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17709
17710 * files.el (mode-require-final-newline): Fix previous change.
17711 (require-final-newline): Fix type label.
17712
17713 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17714
17715 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17716 statement in buffer (broken by 2004-11-24 change).
17717
17718 2005-04-24 Kim F. Storm <storm@cua.dk>
17719
17720 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17721 and read-file-name-function values. Don't overwrite existing
17722 non-nil values if ido-mode is enabled without ido-everywhere.
17723
17724 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17725
17726 * files.el (mode-require-final-newline): Minor doc fix.
17727
17728 2005-04-24 Eli Zaretskii <eliz@gnu.org>
17729
17730 * subr.el (syntax-after): Doc fix.
17731 (syntax-class): If argument is nil, return nil. Mask off upper 16
17732 bits, not 8 bits.
17733
17734 * files.el (mode-require-final-newline): Doc fix.
17735 (backup-buffer-copy): Fix last change.
17736
17737 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17738
17739 * term/mac-win.el: Require select. Set selection-coding-system to
17740 mac-system-coding-system. Call menu-bar-enable-clipboard.
17741 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17742 (x-select-enable-clipboard): New variables.
17743 (x-select-text, x-get-selection, x-selection-value)
17744 (x-get-selection-value, mac-select-convert-to-string)
17745 (mac-services-open-file, mac-services-open-selection)
17746 (mac-services-insert-text): New functions.
17747 (CLIPBOARD, FIND): Put mac-scrap-name property.
17748 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17749 (public.tiff): Put mac-ostype property.
17750 (selection-converter-alist): Add entries for them.
17751 (mac-application-menu-map): New keymap.
17752 (interprogram-cut-function, interprogram-paste-function): Set to
17753 x-select-text and x-get-selection-value, respectively.
17754 (split-window-keep-point): Set to t.
17755
17756 2005-04-23 Richard M. Stallman <rms@gnu.org>
17757
17758 * files.el (read-directory-name): Always pass non-nil
17759 DEFAULT-FILENAME arg to read-file-name.
17760 (backup-buffer-copy, basic-save-buffer-2): Take care against
17761 writing thru an unexpected existing symlink.
17762 (revert-buffer): In indirect buffer, revert the base buffer.
17763 (magic-mode-alist): Doc fix.
17764 (buffer-stale-function): Doc fix.
17765 (minibuffer-with-setup-hook): Avoid warning.
17766 (mode-require-final-newline): Doc and custom fix.
17767
17768 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17769
17770 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17771 use the default appearance.
17772 (font-lock-comment-delimiter-face): New face, new variable.
17773
17774 * imenu.el (imenu--generic-function): The official position of a
17775 definition is the start of the line that BEG is in.
17776
17777 * midnight.el (midnight-timer): Move defvar up.
17778
17779 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17780
17781 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17782
17783 * startup.el (command-line): Use with-no-warnings.
17784
17785 * window.el (window-size-fixed): New defvar.
17786
17787 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17788
17789 * mail/rmail.el (rmail-font-lock-keywords):
17790 Use font-lock-comment-delimiter-face.
17791
17792 * mail/sendmail.el (mail-font-lock-keywords):
17793 Use font-lock-comment-delimiter-face.
17794
17795 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17796
17797 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17798
17799 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17800 Specify t for LAXMATCH when matching directories.
17801 Save match data around compilation-compat-error-properties form.
17802
17803 2005-04-23 David Kastrup <dak@gnu.org>
17804
17805 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17806 Mention that the autoloaded aliases should be kept for AUCTeX.
17807
17808 2005-04-23 Andreas Schwab <schwab@suse.de>
17809
17810 * isearch.el (isearch-forward): Doc fix.
17811
17812 2005-04-23 Eli Zaretskii <eliz@gnu.org>
17813
17814 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17815 (jit-lock-stealth-nice): Change default value to 0.5.
17816
17817 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17818
17819 * abbrev.el (write-abbrev-file): Write table entries in
17820 alphabetical order by table name.
17821
17822 2005-04-22 Kim F. Storm <storm@cua.dk>
17823
17824 * ido.el (ido-read-internal): Fix `list' completion.
17825
17826 2005-04-22 Kenichi Handa <handa@m17n.org>
17827
17828 * recentf.el (recentf-save-file-coding-system): New variable.
17829 (recentf-save-list): Encode the file by
17830 recentf-save-file-coding-system and add coding: tag.
17831
17832 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
17833
17834 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17835
17836 2005-04-21 Lute Kamstra <lute@gnu.org>
17837
17838 * loadhist.el (unload-feature): Don't remove a function from hooks
17839 if it is about to be restored to an autoload . Remove functions
17840 that will become unbound from auto-mode-alist. Simplify the code.
17841
17842 * subr.el (assq-delete-all): New implementation that is linear,
17843 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17844 (rassq-delete-all): New function.
17845
17846 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17847 Add size-indication-mode.
17848
17849 2005-04-21 Kenichi Handa <handa@m17n.org>
17850
17851 * international/mule-cmds.el: Add autoload for widget-value in
17852 eval-when-compile.
17853
17854 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
17855
17856 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17857 Add tooltip-mode.
17858
17859 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17860
17861 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17862
17863 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17864 (inferior-lisp-filter-regexp, inferior-lisp-program)
17865 (inferior-lisp-load-command, inferior-lisp-prompt)
17866 (inferior-lisp-mode-hook, lisp-source-modes)
17867 (inferior-lisp-load-hook): defvar->defcustom.
17868 (inferior-lisp-program, inferior-lisp-prompt)
17869 (inferior-lisp-load-hook): Doc fixes.
17870 (inferior-lisp-install-letter-bindings): Small change in
17871 introductory comment.
17872
17873 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17874
17875 * vc.el (vc-annotate-color-map): Change some colors so that text
17876 using them as foreground is readable on both white and black
17877 backgrounds.
17878
17879 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * international/mule-conf.el (translation-table-for-input):
17882 Remove redundant declaration.
17883
17884 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17885
17886 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17887
17888 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17889 (tooltip-toggle-gud-tips): New function.
17890
17891 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17892
17893 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17894 right angle brackets.
17895
17896 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17897
17898 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17899
17900 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17901
17902 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17903 Remove. Update callers to use expand-file-name instead.
17904
17905 * subr.el (syntax-class): New function.
17906
17907 * simple.el (blink-matching-open): Use it.
17908
17909 * paren.el (show-paren-function): Use it to recognize parens that are
17910 also used in 2-char comment markers.
17911
17912 2005-04-19 Lute Kamstra <lute@gnu.org>
17913
17914 * loadhist.el (unload-feature): Update for new format of
17915 load-history. Simplify the code.
17916
17917 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17918
17919 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17920 (mac-add-charset-info): New function. Initialize variable
17921 mac-charset-info-alist using it.
17922 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17923 for translation.
17924 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17925 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17926 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17927 New CCL programs.
17928
17929 2005-04-19 Kim F. Storm <storm@cua.dk>
17930
17931 * simple.el (next-buffer, prev-buffer, next-error)
17932 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17933 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17934
17935 * bindings.el (next-buffer, prev-buffer, next-error)
17936 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17937 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17938 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17939 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17940
17941 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17942
17943 * isearch.el (isearch-edit-string): Make the search-ring available for
17944 minibuffer history commands.
17945 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17946 the default history commands now work just as well.
17947 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17948
17949 2005-04-18 Kim F. Storm <storm@cua.dk>
17950
17951 * emulation/cua-base.el (cua--pre-command-handler): Add more
17952 elaborate check for shift modifier on non-window systems.
17953
17954 2005-04-18 Lars Hansen <larsh@math.ku.dk>
17955
17956 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17957
17958 2005-04-18 Kim F. Storm <storm@cua.dk>
17959
17960 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17961 and make it optional. Don't test tooltip-gud-echo-area here.
17962 (tooltip-gud-process-output, gdb-tooltip-print):
17963 Pass tooltip-gud-echo-area to tooltip-show.
17964 (tooltip-help-tips): Remove second optional arg to tooltip-show.
17965
17966 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17967
17968 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17969 `display-graphic-p' may not be bound yet.
17970
17971 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17972
17973 * startup.el (command-line): No longer enable Xterm Mouse mode by
17974 default in terminals compatible with xterm.
17975
17976 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17977
17978 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
17979
17980 * tooltip.el (tooltip-gud-echo-area): Rename from
17981 tooltip-use-echo-area.
17982 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17983 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17984 area independently of where help tooltips are displayed.
17985
17986 2005-04-17 David Kastrup <dak@gnu.org>
17987
17988 * cus-theme.el (custom-theme-write-variables): Quote variables
17989 where necessary.
17990
17991 2005-04-17 Richard M. Stallman <rms@gnu.org>
17992
17993 * simple.el (yank-excluded-properties): Add follow-link to value.
17994
17995 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17996
17997 * startup.el (fancy-splash-max-time): Just 30 seconds.
17998 (fancy-splash-delay): Just 7.
17999 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18000
18001 * loadhist.el (unload-feature): Update for new format of load-history.
18002 Simplify the code.
18003
18004 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18005 (rmail-font-lock-keywords): Don't fontify the text of a citation.
18006
18007 * mail/sendmail.el (mail-font-lock-keywords):
18008 Don't fontify subject text.
18009 Don't fontify the text of a citation.
18010
18011 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18012
18013 * comint.el (comint-output-filter): Run comint-output-filter-functions
18014 with point where the user had it.
18015
18016 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18017
18018 * international/ucs-tables.el (ucs-set-table-for-input):
18019 Disable when using unify-on-decoding.
18020
18021 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18022
18023 * emulation/cua-base.el (cua-global-mark-face): Add special case
18024 for displays supporting a high number of colors.
18025
18026 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18027
18028 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18029
18030 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18031
18032 * filesets.el (filesets-add-buffer): If user supplies a name of a
18033 non-existing fileset, create a new fileset.
18034
18035 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18036
18037 * textmodes/org.el (org-up-heading-all): Fix bug with
18038 `outline-up-heading-all'.
18039
18040 2005-04-16 Andreas Schwab <schwab@suse.de>
18041
18042 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18043 /etc/permissions.d/* and /etc/aliases.d/*.
18044
18045 2005-04-16 Kenichi Handa <handa@m17n.org>
18046
18047 * international/code-pages.el (cp-make-coding-system):
18048 Set `translation-table-for-input' property value to the symbol
18049 ucs-mule-to-mule-unicode, not to that value.
18050 (pt154): Escape guillemet by `\'.
18051
18052 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18053
18054 * loadup.el: Load tooltip if x-show-tip is fboundp.
18055
18056 * startup.el (command-line): Add comment.
18057
18058 * tooltip.el (tooltip-mode): Specify correct standard value for
18059 Custom in init-value.
18060
18061 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18062
18063 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18064 possible.
18065
18066 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18067
18068 * textmodes/org.el (org-agenda-date-prompt): Rename from
18069 `org-agenda-date-today'.
18070 (org-evaluate-time-range): Insert at point instead of directly
18071 after time range.
18072 (org-first-headline-recenter, org-subtree-end-visible-p)
18073 (org-optimize-window-after-visibility-change): New functions
18074 (org-agenda-post-command-hook): Don't allow point at end of line,
18075 to make sure it always hits the text properties.
18076 (org-agenda-next-date-line, org-agenda-previous-date-line):
18077 New commands.
18078 (org-set-regexps-and-options): Category may contain white space.
18079 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18080 Improve marker positions.
18081 (org-agenda-new-marker): Argument POS made optional.
18082 (org-agenda-get-timestamps): Deadlines which are done are listed
18083 in org-done-face now.
18084 (org-agenda-get-todos, org-agenda-get-timestamps)
18085 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18086 Set `undone-face' and `done-face' properties.
18087 (org-last-todo-state-is-todo): New variable.
18088 (org-todo): Set `org-last-todo-state-is-todo'.
18089 (org-agenda-todo): Change face according to
18090 `org-last-todo-state-is-todo'. And change other lines referring to
18091 the same entry.
18092 (org-calendar-goto-agenda): New command.
18093 (org-calendar-to-agenda-key): New option.
18094 (org-startup-folded): New allowed value `content'.
18095 (org-set-regexps-and-options): Accept new value `content' for
18096 `org-startup-folded'.
18097 (org-get-current-options): Handle new value `content' for
18098 `org-startup-folded'.
18099 (org-insert-todo-heading): New command.
18100 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18101 interactively in empty file and option
18102 `org-insert-mode-line-in-empty-file' has been set.
18103 (org-agenda-todo, org-agenda-priority): Modify to use
18104 `org-agenda-change-all-lines'.
18105 (org-warning-face): Change color on dark background
18106
18107 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18108
18109 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18110 use preferences AppleLocale and AppleLanguages, and variable
18111 mac-system-locale for default locale. On Mac OS Classic, use
18112 mac-system-coding-system for default coding systems.
18113
18114 * term/mac-win.el: Don't set file-name-coding-system.
18115 Decode variables system-name, emacs-build-system, user-login-name, and
18116 user-full-name by mac-system-coding-system on Mac OS Classic.
18117 (mac-system-coding-system): New variable.
18118
18119 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18120
18121 * startup.el (command-line): Handle `xterm-mouse-mode' before
18122 reading init file.
18123
18124 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18125
18126 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18127
18128 * progmodes/sh-script.el (sh-here-document-word): Make it a
18129 defcustom. Doc fix.
18130 (sh-add): Bash uses $(( )) for arithmetic.
18131 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18132 (sh-maybe-here-document): Remove quotes and leading whitespace
18133 from heredoc word when closing. Indent heredoc with tabs if word
18134 starts with "-".
18135
18136 2005-04-13 Richard M. Stallman <rms@gnu.org>
18137
18138 * simple.el (undo): Fix previous change.
18139
18140 * custom.el (defface): Doc fix.
18141
18142 2005-04-13 Lute Kamstra <lute@gnu.org>
18143
18144 * Makefile.in (DONTCOMPILE): Remove list.
18145 (compile, compile-always): Don't use DONTCOMPILE.
18146 (update-authors): Load the library in which batch-update-authors
18147 is defined.
18148 * makefile.w32-in (DONTCOMPILE): Remove list.
18149 (compile, compile-always): Fix comments.
18150 (update-authors): Load the library in which batch-update-authors
18151 is defined.
18152
18153 * generic-x.el (generic-mode-ini-file-find-file-hook):
18154 Rename to ini-generic-mode-find-file-hook.
18155 Keep generic-mode-ini-file-find-file-hook as an alias.
18156 (ini-generic-mode-find-file-hook): Rename from
18157 generic-mode-ini-file-find-file-hook. Fix docstring.
18158 (ini-generic-mode): Docstring change.
18159 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18160
18161 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18162 called from lisp.
18163
18164 * generic.el: Move to the emacs-lisp subdir.
18165
18166 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18167
18168 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18169 and C-S- function and cursor motion keys.
18170
18171 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18172
18173 * startup.el (command-line): Enable Xterm Mouse mode by default.
18174 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18175 for Custom. No longer show "Mouse" in mode line when enabled.
18176 Doc fix.
18177
18178 2005-04-12 Kim F. Storm <storm@cua.dk>
18179
18180 * emulation/cua-base.el (cua-rectangle-face)
18181 (cua-rectangle-noselect-face): Define face attributes here.
18182
18183 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18184
18185 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18186
18187 * startup.el (command-line): Turn off blinking cursor if
18188 cursorBlink in resources is off or false.
18189
18190 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18191
18192 * term/mac-win.el (dnd): Require dnd.
18193 (mac-drag-n-drop): Call dnd-handle-one-url.
18194 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18195 (kTextEncodingISOLatin2): Remove constants.
18196 (mac-script-code-coding-systems): New constant.
18197 (mac-handle-language-change): New function.
18198 (special-event-map): Bind it to `language-change' event.
18199 (mac-centraleurroman, mac-cyrillic): New coding systems.
18200 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18201 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18202 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18203 encode-mac-cyrillic, respectively.
18204
18205 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18206
18207 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18208 Don't set overlay-arrow-string to "=>" as this is done
18209 globally in C now.
18210
18211 2005-04-12 Lute Kamstra <lute@gnu.org>
18212
18213 * generic-x.el (rc-generic-mode, rul-generic-mode):
18214 Fix auto-mode-alist entries.
18215 (etc-fstab-generic-mode): Tweak fontification.
18216
18217 * generic.el (generic-make-keywords-list): Fix docstring.
18218 (generic-mode-internal): Simplify generic-font-lock-keywords.
18219
18220 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18221
18222 * whitespace.el (whitespace-buffer-leading)
18223 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18224 However, fix the highlight area for the leading and
18225 trailing whitespaces to show space.
18226
18227 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18228
18229 * whitespace.el (whitespace-version): Bump to 3.5
18230
18231 (whitespace-buffer-leading, whitespace-buffer-trailing):
18232 Invert sense of the test to highlight the whitespace.
18233
18234 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18235
18236 * progmodes/gud.el (gud-display-line): GUD uses its own
18237 overlay arrow now so don't set overlay-arrow-string.
18238 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18239
18240 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
18241
18242 * term.el (term-ansi-current-bold, term-ansi-current-underline)
18243 (term-ansi-current-reverse, term-ansi-current-invisible)
18244 (term-ansi-face-already-done): Change to boolean.
18245 (term-reset-terminal, term-handle-colors-array): Handle the above
18246 vars accordingly.
18247 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18248 (term-emulate-terminal): Use the new name.
18249
18250 * faces.el (secondary-selection): Use yellow1, not yellow.
18251 (trailing-whitespace): Use red1, not red.
18252
18253 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18254
18255 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18256 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18257 (dired-dnd-handle-file): Call dnd-get-local-file-uri
18258
18259 * cus-edit.el (dnd): New group.
18260
18261 * term/w32-win.el (dnd): Require dnd
18262 (w32-drag-n-drop): Call dnd-handle-one-url.
18263
18264 * x-dnd.el: Require dnd.
18265 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18266 Call dnd-handle-one-url.
18267 (x-dnd-types-alist, x-dnd-insert-utf8-text)
18268 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18269 to dnd-insert-text.
18270 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18271 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18272 (x-dnd-get-local-file-name, x-dnd-open-local-file)
18273 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18274
18275 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18276
18277 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18278
18279 * wdired.el: Doc fixes.
18280 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18281 (wdired-use-dired-vertical-movement): Rename from
18282 wdired-always-move-to-filename-beginning.
18283 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18284 (wdired-change-to-wdired-mode): Change mode name.
18285 (wdired-newline): Delete.
18286
18287 2005-04-11 Richard M. Stallman <rms@gnu.org>
18288
18289 * whitespace.el (whitespace-highlight-the-space):
18290 Don't call whitespace-unhighlight-the-space here.
18291
18292 * simple.el (undo): Record t in undo-equiv-table
18293 for the redo record made by an undo-in-region.
18294
18295 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18296
18297 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18298 (gdb-frame-inferior-io-buffer): New Functions to control
18299 display of separate IO buffer.
18300 (menu): Add them to menu-bar.
18301 (gdb-display-buffer): Check for buffer another frame.
18302 Protect GUD buffer.
18303 (gdb-setup-windows): Create IO buffer if not already there.
18304 (gdb-memory-mode): Remove purecopy noops.
18305
18306 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18307
18308 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18309 and pass to self-insert-command.
18310
18311 2005-04-11 Lute Kamstra <lute@gnu.org>
18312
18313 * generic.el: Commentary section cleanup.
18314 (generic): Delete.
18315 (generic-use-find-file-hook, generic-lines-to-scan)
18316 (generic-find-file-regexp, generic-ignore-files-regexp)
18317 (default-generic-mode, generic-mode-find-file-hook)
18318 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18319 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18320 (generic-use-find-file-hook, generic-lines-to-scan)
18321 (generic-find-file-regexp, generic-ignore-files-regexp)
18322 (default-generic-mode, generic-mode-find-file-hook)
18323 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18324
18325 2005-04-10 Karl Fogel <kfogel@red-bean.com>
18326
18327 * bookmark.el (bookmark-write-file): Catch errors writing file.
18328 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18329
18330 2005-04-10 Richard M. Stallman <rms@gnu.org>
18331
18332 * startup.el (fancy-splash-tail): Update copyright year.
18333 (command-line): Split part of -Q into -D.
18334 (emacs-basic-display): New defvar.
18335 (fancy-splash-text): Correct name of menu item.
18336
18337 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18338
18339 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18340 lines in one node.
18341
18342 * comint.el (comint-send-input): New arg ARTIFICIAL.
18343 Callers in this file changed.
18344
18345 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18346
18347 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18348
18349 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
18350
18351 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18352 `ldap-search-internal'.
18353
18354 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18355
18356 * files.el (set-auto-mode-1): Use line-end-position.
18357
18358 * international/latin-1.el:
18359 * international/latin-2.el:
18360 * international/latin-3.el:
18361 * international/latin-4.el:
18362 * international/latin-5.el:
18363 * international/latin-8.el:
18364 * international/latin-9.el: Give punctuation syntax to NBSP.
18365
18366 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18367 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18368 Use char-classes to accept non-ascii letters, accepted in some recent
18369 bibtex implementations.
18370
18371 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
18372
18373 * custom.el (custom-set-minor-mode): Any non-nil value for the
18374 variable should enable the mode when set through Custom.
18375
18376 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18377
18378 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18379 TAB binding so tab-always-indent is obeyed.
18380 (vhdl-minibuffer-local-map): Move initialization into declaration.
18381 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18382 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18383 (vhdl-hooked-abbrev): Avoid test for XEmacs.
18384 (vhdl-current-line): Use line-beginning-position.
18385 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18386 with-output-to-temp-buffer, so the current position can be recorded.
18387
18388 2005-04-10 Masatake YAMATO <jet@gyve.org>
18389
18390 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18391 Add regexp for gcov.
18392
18393 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18394
18395 * calendar/time-date.el (time-to-seconds, seconds-to-time)
18396 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18397 syntax which Emacs 20 doesn't support.
18398
18399 2005-04-09 Richard M. Stallman <rms@gnu.org>
18400
18401 * help.el (describe-key-briefly, describe-key):
18402 Replace strings as event types with "(any string)".
18403
18404 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18405
18406 * arc-mode.el (archive-mode-map): Move initialization into
18407 the declaration. Override *all* bindings of `undo'.
18408 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18409
18410 2005-04-09 Jay Belanger <belanger@truman.edu>
18411
18412 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
18413
18414 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
18415
18416 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18417 (xterm-register-default-colors): Update color values computation
18418 to match xterm-200.
18419
18420 2005-04-09 Kenichi Handa <handa@m17n.org>
18421
18422 * international/code-pages.el (iso-latin-7): Fix the map.
18423
18424 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
18425
18426 * emacs-lisp/lisp.el (defun-prompt-regexp)
18427 (parens-require-spaces, buffer-end, end-of-defun)
18428 (insert-parentheses): Doc fixes.
18429
18430 2005-04-08 Kim F. Storm <storm@cua.dk>
18431
18432 * comint.el (comint-highlight-prompt): Fix face spec.
18433 * hi-lock.el (hi-green): Likewise.
18434
18435 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18436
18437 * cus-edit.el (custom-modified-face):
18438 * comint.el (comint-highlight-input): Fix previous changes.
18439 * term.el (term-handle-ansi-escape): Add a comment.
18440
18441 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18442
18443 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18444 in the buffer and in whitespace-highlighted-space.
18445 (whitespace-unhighlight-the-space): Simplify.
18446 (whitespace-buffer): Simplify.
18447
18448 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18449
18450 * textmodes/table.el (table-cell-face): Add special case for
18451 displays supporting a high number of colors.
18452 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18453 (vhdl-font-lock-reserved-words-face)
18454 (vhdl-speedbar-architecture-face)
18455 (vhdl-speedbar-instantiation-face)
18456 (vhdl-speedbar-architecture-selected-face)
18457 (vhdl-speedbar-instantiation-selected-face): Likewise.
18458 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18459 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18460 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18461 (ebrowse-root-class-face, ebrowse-member-attribute-face)
18462 (ebrowse-progress-face): Likewise.
18463 * progmodes/compile.el (compilation-info-face): Likewise.
18464 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18465 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18466 * calendar/calendar.el (diary-face): Likewise.
18467 * woman.el (woman-italic-face, woman-bold-face)
18468 (woman-unknown-face): Likewise.
18469 * wid-edit.el (widget-button-pressed-face): Likewise.
18470 * whitespace.el (whitespace-highlight-face): Likewise.
18471 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18472 * pcvs-info.el (cvs-marked-face): Likewise.
18473 * info.el (info-xref): Likewise.
18474 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18475 * hilit-chg.el (highlight-changes-face)
18476 (highlight-changes-delete-face): Likewise.
18477 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18478 (hi-red-b): Likewise.
18479 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18480 * font-lock.el (font-lock-keyword-face)
18481 (font-lock-function-name-face, font-lock-warning-face): Likewise.
18482 * cus-edit.el (custom-invalid-face, custom-modified-face)
18483 (custom-set-face, custom-changed-face, custom-variable-tag-face)
18484 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18485 * comint.el (comint-highlight-prompt): Likewise.
18486
18487 2005-04-08 Lute Kamstra <lute@gnu.org>
18488
18489 * font-lock.el (font-lock-keywords): Docstring fixes.
18490
18491 2005-04-08 Kenichi Handa <handa@m17n.org>
18492
18493 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18494 chars are more than a limit, print " and more..." at the tail.
18495
18496 2005-04-08 Kim F. Storm <storm@cua.dk>
18497
18498 * emacs-lisp/authors.el (authors-aliases): Update list.
18499 (authors-ignored-files): New list.
18500 (authors-fixed-entries): Fix typo.
18501 (authors-renamed-files-alist): Update list.
18502 (authors-add): Check authors-ignored-files.
18503
18504 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
18505
18506 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18507 optional, to ensure backward compatibility.
18508
18509 2005-04-08 Stephen Eglen <stephen@gnu.org>
18510
18511 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18512
18513 2005-04-08 Kim F. Storm <storm@cua.dk>
18514
18515 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18516
18517 * mouse.el (mouse-on-link-p): Doc fix.
18518
18519 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
18520
18521 * ielm.el (ielm-prompt-read-only): Doc fix.
18522
18523 * comint.el (comint-prompt-read-only): Doc fix.
18524
18525 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
18526
18527 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18528 ensure dired always handles wildcards passed to ffap.
18529 (find-file-at-point): Use it.
18530 (ffap-dired-wildcards): Doc fix.
18531
18532 2005-04-07 Juri Linkov <juri@jurta.org>
18533
18534 * simple.el (next-error-overlay-arrow-position): New defvar.
18535 Put "=>" on its property `overlay-arrow-string'. Add it to
18536 `overlay-arrow-variable-list'.
18537
18538 * progmodes/compile.el (compilation-setup):
18539 Set `next-error-overlay-arrow-position' to nil. Also set it to
18540 nil in the local hook `kill-buffer-hook'. Make local variable
18541 `overlay-arrow-string' and set it to "=>".
18542 (compilation-goto-locus): Set BOL position to
18543 `next-error-overlay-arrow-position' instead of
18544 `overlay-arrow-position'.
18545
18546 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18547 locally instead of adding it to the global hook.
18548 (Info-kill-buffer): Move up.
18549
18550 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
18551
18552 * term/xterm.el (xterm-standard-colors): Update color values from
18553 xterm-200.
18554
18555 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
18556
18557 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18558
18559 * fast-lock.el:
18560 * lazy-lock.el: Move them to the obsolete subdir.
18561
18562 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18563
18564 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18565 (wdired-add-replace-advice): Remove.
18566 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18567
18568 2005-04-06 Kim F. Storm <storm@cua.dk>
18569
18570 * startup.el (command-line): Add --bare-bones alias for -Q.
18571
18572 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18573
18574 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18575 create the startup fontset if a font specification ends with
18576 `mac-roman'.
18577
18578 2005-04-06 Lute Kamstra <lute@gnu.org>
18579
18580 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18581 change.
18582
18583 * emacs-lisp/copyright.el (copyright-update-year): Replace the
18584 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
18585
18586 2005-04-05 Lute Kamstra <lute@gnu.org>
18587
18588 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18589 (define-generic-mode): Ditto. Fix debug declaration.
18590
18591 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18592 Put them in the generic-x group.
18593
18594 * calendar/timeclock.el (timeclock): Doc fix.
18595
18596 * generic.el (define-generic-mode): Don't use custom-current-group.
18597 Document default :group value.
18598 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18599 (define-global-minor-mode): Don't use custom-current-group.
18600
18601 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
18602
18603 * startup.el (command-line-1): Display startup-echo-area-message
18604 when fancy splash screen is in use.
18605
18606 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18607 (sh-escaped-newline): New face.
18608 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18609 newline, and use sh-escaped-newline face.
18610
18611 * progmodes/tcl.el (tcl-escaped-newline): New face.
18612 (tcl-builtin-list): New variable.
18613 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18614 newlines. Fix keywords subexpression number.
18615
18616 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
18617
18618 * textmodes/org.el (org-diary-default-entry): Fix call to
18619 `add-to-diary-entry'.
18620
18621 2005-04-05 Kim F. Storm <storm@cua.dk>
18622
18623 * ediff-init.el: Use (featurep 'xemacs).
18624
18625 2005-04-05 David Ponce <david@dponce.com>
18626
18627 * cus-edit.el (face): Derive from symbol widget. Display sample
18628 of the current face on the fly.
18629 (widget-face-sample-face-get, widget-face-notify): New functions.
18630 (widget-face-value-create): Remove.
18631
18632 * wid-edit.el (widget-field-end): Temporarily remove field
18633 narrowing before to call `get-char-property'.
18634
18635 2005-04-04 Jay Belanger <belanger@truman.edu>
18636
18637 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18638 (math-read-subscripts): New variable.
18639 (math-read-preprocess-string): Process subscripts.
18640
18641 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18642
18643 * comint.el (comint-prompt-read-only): Doc fix.
18644
18645 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18646 `-1'. Doc fix.
18647
18648 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
18649
18650 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18651 Change default value to nil.
18652
18653 2005-04-04 Lute Kamstra <lute@gnu.org>
18654
18655 * autorevert.el (auto-revert-mode): Specify :group.
18656 * battery.el (display-battery-mode): Specify :group.
18657 * diff-mode.el (diff-minor-mode): Specify :group.
18658 * font-core.el (font-lock-mode): Specify :group.
18659 * hl-line.el (hl-line-mode): Specify :group.
18660 * iimage.el (iimage): New customization group.
18661 (iimage-mode): Specify :group.
18662 * longlines.el (longlines-mode): Specify :group.
18663 * master.el: Don't require easy-mmode.
18664 (master): New customization group.
18665 (master-mode): Specify :group.
18666 * msb.el (msb-mode): Specify :group.
18667 * reveal.el (reveal-mode): Specify :group.
18668 * simple.el (next-error-follow-minor-mode): Specify :group.
18669 * smerge-mode.el (smerge-mode): Specify :group.
18670 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18671 * emulation/cua-base.el (cua-mode): Specify :group.
18672 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18673 * language/thai-util.el (thai-auto-composition-mode)
18674 (thai-word-mode): Specify :group.
18675 * mail/supercite.el (sc-minor-mode): Specify :group.
18676 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18677 * progmodes/flymake.el (flymake-mode): Specify :group.
18678 * progmodes/glasses.el (glasses-mode): Specify :group.
18679 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18680 * textmodes/enriched.el (enriched-mode): Specify :group.
18681 * textmodes/refill.el (refill-mode): Specify :group.
18682
18683 * add-log.el (change-log-font-lock-keywords): Names in
18684 parenthesized lists can contain spaces.
18685
18686 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18687
18688 * startup.el (fancy-splash-text): Shorten default text of
18689 "Emacs Tutorial" line. Also, if the current language env
18690 indicates an available tutorial file other than TUTORIAL,
18691 extract its title and append it to the line in parentheses.
18692 (fancy-splash-insert): If arg is a thunk, funcall it.
18693
18694 2005-04-04 Jay Belanger <belanger@truman.edu>
18695
18696 * calc.el (calc-language-alist): Add tags to customization type.
18697
18698 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18699
18700 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18701 Doc fix.
18702
18703 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
18704
18705 * add-log.el (change-log-font-lock-keywords): The manual
18706 describing a Change Log entry, says: (...) "Aside from these
18707 header lines, every line in the change log starts with a space or
18708 a tab.". The font-lock was not highlighting lines started with
18709 spaces, added support for it.
18710
18711 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18712
18713 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18714 (bibtex-generate-url-list): Update docstring accordingly. Put the
18715 complex example in the docstring.
18716 (bibtex-font-lock-url): Use pop.
18717
18718 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18719
18720 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18721
18722 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18723
18724 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18725
18726 * filesets.el (filesets-set-default): Doc fix.
18727
18728 2005-04-03 Lute Kamstra <lute@gnu.org>
18729
18730 * generic.el (define-generic-mode): Add argument to specify
18731 keywords for defcustom.
18732 (default-generic-mode): Specify :group.
18733
18734 * generic-x.el: Specify :group for all generic modes.
18735
18736 * desktop.el (desktop-no-desktop-file-hook)
18737 (desktop-after-read-hook): Doc fix.
18738
18739 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18740
18741 * simple.el (visible-mode): Use explicit :group keyword.
18742 This changes the group of `visible-mode-hook' from paren-blinking
18743 to editing-basics.
18744
18745 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18746
18747 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
18748 mailbox specifications as well as URLs.
18749 (rmail-insert-inbox-text): Remove unused conditional branches.
18750
18751 2005-04-01 Jay Belanger <belanger@truman.edu>
18752
18753 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18754 (calc-gnuplot-print-command): Move definitions to calc.el.
18755
18756 * calc/calc-embed.el (calc-embedded-announce-formula)
18757 (calc-embedded-open-formula, calc-embedded-close-formula)
18758 (calc-embedded-open-word, calc-embedded-close-word)
18759 (calc-embedded-open-plain, calc-embedded-close-plain)
18760 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18761 (calc-embedded-open-mode, calc-embedded-close-mode):
18762 Move definitions to calc.el.
18763
18764 * calc/calc.el (calc-settings-file, calc-language-alist):
18765 Make customizable.
18766 (calc-embedded-announce-formula, calc-embedded-open-formula)
18767 (calc-embedded-close-formula, calc-embedded-open-word)
18768 (calc-embedded-close-word, calc-embedded-open-plain)
18769 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18770 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18771 (calc-embedded-close-mode, calc-gnuplot-name)
18772 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18773 from other files and make customizable.
18774
18775 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18776
18777 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18778 Use buffer-live-p.
18779 (cvs-mode-run): Don't call cvs-update-header here.
18780 (cvs-run-process): Call cvs-update-header.
18781 Use process properties for cvs-postprocess and cvs-buffer so that
18782 the sentinel can behave better if the temp buffer is killed.
18783 Use a pipe rather than a tty, to better handle unexpected prompts.
18784 (cvs-sentinel): Rewrite. Call cvs-update-header.
18785
18786 2005-04-01 Andre Spiegel <spiegel@gnu.org>
18787
18788 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18789 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18790
18791 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18792
18793 * generic.el (define-generic-mode): Add indentation rule.
18794
18795 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18796
18797 * files.el (mode-require-final-newline): Make Custom correctly
18798 report a nil value and allow to set it to nil via Custom.
18799 Doc fix.
18800
18801 2005-04-01 Kenichi Handa <handa@m17n.org>
18802
18803 * international/characters.el: Enable the correct case setting for
18804 dotless-i and dotted-I.
18805
18806 2005-04-01 Kim F. Storm <storm@cua.dk>
18807
18808 * ido.el (ido-file-internal): Fall back to non-ido command if
18809 initial directory is on slow ftp (or tramp) host.
18810
18811 2005-03-31 Richard M. Stallman <rms@gnu.org>
18812
18813 * emacs-lisp/autoload.el (make-autoload):
18814 Handle define-global-minor-mode.
18815
18816 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18817 Rename from easy-mmode-define-global-mode.
18818 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18819
18820 * progmodes/scheme.el (scheme-mode-syntax-table):
18821 Update syntax of | and # for two-character comment syntax.
18822
18823 2005-03-31 Lute Kamstra <lute@gnu.org>
18824
18825 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18826 (define-minor-mode): Call custom-current-group at load-time.
18827
18828 * generic.el (define-generic-mode): Add debug declaration.
18829 Add defcustom for the mode hook.
18830 (generic-mode-internal): Use run-mode-hooks.
18831
18832 2005-03-31 Kim F. Storm <storm@cua.dk>
18833
18834 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18835 (mouse-fixup-help-message): New defun called by show_help_echo
18836 to fixup mouse-2 prefix in help messages when applicable.
18837
18838 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18839
18840 2005-03-31 Kenichi Handa <handa@m17n.org>
18841
18842 * language/thai-word.el (thai-find-word-ends): Pay attention to
18843 the case that we reach the end of buffer.
18844
18845 * textmodes/fill.el (fill-text-properties-at): New function.
18846 (fill-newline): Use fill-text-properties-at instead of
18847 text-properties-at.
18848
18849 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18850
18851 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18852 not comint-quote-filename.
18853
18854 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18855
18856 * help-fns.el (help-with-tutorial): Revert last change.
18857
18858 2005-03-31 Kim F. Storm <storm@cua.dk>
18859
18860 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18861
18862 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18863
18864 * calendar/cal-china.el: Update reference to "Calendrical
18865 Calculations" book; there's a new edition.
18866 * calendar/cal-coptic.el: Likewise.
18867 * calendar/cal-french.el: Likewise.
18868 * calendar/cal-hebrew.el: Likewise.
18869 * calendar/cal-islam.el: Likewise.
18870 * calendar/cal-iso.el: Likewise.
18871 * calendar/cal-julian.el: Likewise.
18872 * calendar/cal-mayan.el: Likewise.
18873 * calendar/cal-persia.el: Likewise.
18874 * calendar/calendar.el: Likewise.
18875 * calendar/holidays.el: Likewise.
18876 * calendar/lunar.el: Likewise.
18877 * calendar/solar.el: Likewise.
18878
18879 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18880 white space from doc string.
18881
18882 2005-03-30 Jay Belanger <belanger@truman.edu>
18883
18884 * calc/calc-help.el (calc-full-help): Remove email address.
18885
18886 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18887
18888 * help-fns.el (help-with-tutorial): Delete title line.
18889
18890 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18891
18892 * calendar/cal-x.el (calendar-one-frame-setup)
18893 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18894 rather than `symbol' for set-window-dedicated-p.
18895
18896 * calendar/appt.el (appt-buffer-name): Make it a constant.
18897 (appt-add): Doc fix.
18898
18899 * filesets.el (filesets-menu-path, filesets-menu-before)
18900 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18901 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18902 (filesets-add-submenu): Delete and use add-submenu instead.
18903
18904 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
18905
18906 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18907 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18908 (org-diary-default-entry): New function.
18909 (org-get-entries-from-diary): Better parsing of diary entries.
18910 (org-agenda-check-no-diary): New function.
18911 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18912 linking to diary entries.
18913 (org-agenda-execute-calendar-command): New function.
18914 (org-agenda): Improve visible section in window.
18915 Use `org-fit-agenda-window'.
18916 (org-fit-agenda-window): New option.
18917 (org-move-subtree-down): Better handling of empty lines
18918 at end of subtree.
18919 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18920 levels up.
18921 (org-fontify-done-headline): New option.
18922 (org-headline-done-face): New face.
18923 (org-set-font-lock-defaults): Use `org-headline-done-face'.
18924 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18925 When current field is non-empty, it is copied to next row.
18926 (org-table-copy-from-above): Fix bug which made it
18927 impossible to copy fields containing only a single non-white character.
18928
18929 2005-03-30 Kim F. Storm <storm@cua.dk>
18930
18931 * kmacro.el (kmacro-end-macro): Isearch may store this command
18932 into the macro -- so ignore it when executing keyboard macro.
18933
18934 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18935
18936 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18937
18938 2005-03-29 Kenichi Handa <handa@m17n.org>
18939
18940 * language/thai.el ("Thai"): Set setup-function and exit-function
18941 for Thai language environment.
18942
18943 * language/thai-util.el: Require thai-word.
18944 (thai-word-mode-map): New variable.
18945 (thai-word-mode): New minor mode.
18946 (setup-thai-language-environment-internal): New function.
18947 (exit-thai-language-environment-internal): New function.
18948
18949 * language/thai-word.el (thai-word-table): Declare it by defvar,
18950 use dolist to initialize it.
18951 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18952 (thai-fill-find-break-point): New functions.
18953
18954 2005-03-29 Richard M. Stallman <rms@gnu.org>
18955
18956 * simple.el (idle-update-delay): Move definition up.
18957 (set-mark): Doc fix.
18958
18959 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
18960
18961 * longlines.el: New file.
18962
18963 * simple.el (buffer-substring-filters): New variable.
18964 (filter-buffer-substring): New function.
18965 (kill-region, copy-region-as-kill): Use it.
18966
18967 * register.el (copy-to-register, append-to-register)
18968 (prepend-to-register): Use filter-buffer-substring.
18969
18970 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18971
18972 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18973 (gud-filter-pending-text): Move in front of gdb.
18974 (gud-overlay-arrow-position): New variable.
18975 (gud-sentinel, gud-display-line): Use it in place of
18976 overlay-arrow-position.
18977
18978 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18979
18980 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18981 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18982 (fortran-font-lock-keywords-4): New variable.
18983 (fortran-blocks-re, fortran-end-block-re)
18984 (fortran-start-block-re): New constants, for hideshow.
18985 (hs-special-modes-alist): Add a Fortran entry.
18986 (fortran-mode-map): Bind fortran-end-of-block,
18987 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18988 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
18989 (fortran-looking-at-if-then, fortran-end-of-block)
18990 (fortran-beginning-of-block): New functions, for hideshow.
18991
18992 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18993 Doc fix. Tweak regexp.
18994 (f90-beginning-of-block): Push mark first.
18995
18996 2005-03-29 Jay Belanger <belanger@truman.edu>
18997
18998 * calc/calc.el: Update copyright date.
18999 (calc-version): Increase to 2.1.
19000 (calc-version-date): Remove.
19001
19002 * calc/calc-help.el: Update copyright date.
19003 (calc-full-help): Remove reference to calc-version-date.
19004 Update copyright date.
19005
19006 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19007
19008 * vc.el (vc-do-command): Use a pipe for async processes, so password
19009 prompts don't show up at places where the user can't reply.
19010
19011 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19012
19013 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19014 on the file name we pass to the inferior shell.
19015
19016 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19017
19018 * progmodes/which-func.el (which-function): Be robust in the face of an
19019 imenu--make-index-alist failure.
19020
19021 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19022
19023 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19024
19025 * progmodes/python.el (python-preoutput-filter): Fix last change.
19026
19027 2005-03-29 Lute Kamstra <lute@gnu.org>
19028
19029 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19030 functions and compiled macros.
19031 (debug-convert-byte-code): Handle macros too.
19032 (debug-on-entry-1): Don't signal an error when trying to clear a
19033 function that is not set to debug on entry.
19034
19035 2005-03-29 Jay Belanger <belanger@truman.edu>
19036
19037 * calc/calc-lang.el: Add functions to math-function-table
19038 properties of tex and math.
19039
19040 2005-03-29 Kenichi Handa <handa@m17n.org>
19041
19042 * ps-mule.el (ps-mule-plot-string): Translate characters by
19043 ps-print-translation-table.
19044 (ps-mule-begin-job): Call find-charset-region/string with
19045 ps-print-translation-table.
19046 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19047
19048 * ps-print.el (ps-print-translation-table): New variable.
19049 (ps-plot-region): Translate characters by ps-print-translation-table.
19050
19051 2005-03-29 Juri Linkov <juri@jurta.org>
19052
19053 * simple.el (next-error-highlight-timer): New variable.
19054
19055 * progmodes/compile.el (compilation-goto-locus):
19056 Use `next-error-highlight-timer' instead of `sit-for'.
19057
19058 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19059
19060 * mail/supercite.el (sc-mail-field): Use assoc-string.
19061 (sc-get-address): Simplify regexps.
19062
19063 * files.el (minibuffer-with-setup-hook): New macro.
19064 (find-file-read-args): Use it to avoid let-binding
19065 minibuffer-with-setup-hook (which breaks turning on/off
19066 file-name-shadow-mode while in the prompt).
19067
19068 * complete.el (PC-read-include-file-name-internal):
19069 Use test-completion.
19070
19071 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19072
19073 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19074
19075 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19076
19077 * window.el (window-buffer-height): Use count-screen-lines.
19078
19079 * progmodes/python.el (python-preoutput-leftover): New var.
19080 (python-preoutput-filter): Use it.
19081 (python-send-receive): Loop until all the result has been received.
19082
19083 2005-03-28 Juri Linkov <juri@jurta.org>
19084
19085 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19086
19087 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19088 "Recover Crashed Session".
19089 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19090 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19091 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19092 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19093 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19094 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19095 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19096 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19097
19098 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19099 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19100 Ediff Sessions", "Toggle use of separate control buffer frame",
19101 "Use separate frame for Ediff control buffer".
19102
19103 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19104 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19105 "Rename Bookmark", "Delete Bookmark".
19106
19107 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19108 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19109 Add `:active Info-index-alternatives' to "Next Matching Item".
19110
19111 * wdired.el (wdired-change-to-wdired-mode):
19112 Mention `wdired-abort-changes' key in the initial message.
19113
19114 * international/mule.el (auto-coding-alist): Associate non-ascii
19115 image filename extensions with `no-conversion'.
19116
19117 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19118
19119 * international/iso-acc.el:
19120 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19121
19122 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19123
19124 * textmodes/sgml-mode.el (html-mode): Doc update.
19125
19126 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19127
19128 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19129
19130 * term.el (term-move-columns): Fix face after extending a line.
19131 (term-insert-spaces): Likewise.
19132 (term-reset-terminal): Fix off by one error.
19133
19134 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19135
19136 * international/mule.el (auto-coding-alist): Add .xpi files.
19137
19138 * files.el (auto-mode-alist): Add .xpi files.
19139
19140 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19141
19142 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19143
19144 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19145
19146 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19147
19148 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19149
19150 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19151 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19152
19153 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19154 cursor to Jan 1 when needed.
19155 (calendar-end-of-year): Fix -/+ typo.
19156 Reported by Chong Yidong <cyd@stupidchicken.com>.
19157
19158 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19159
19160 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19161
19162 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19163 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19164
19165 2005-03-25 Richard M. Stallman <rms@gnu.org>
19166
19167 * filesets.el (filesets-init): Add autoload.
19168
19169 * mail/mailalias.el (mail-directory): Doc fix.
19170
19171 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19172
19173 * mail/mailalias.el (mail-directory-process): Do nothing if
19174 mail-directory-process is an atom.
19175 (mail-get-names): Ignore mail-directory-names if it is an atom.
19176 (mail-directory-process defvar): Doc fix.
19177 (mail-names): Doc fix.
19178
19179 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19180
19181 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19182
19183 2005-03-26 Kenichi Handa <handa@m17n.org>
19184
19185 * international/mule-util.el (detect-coding-with-priority):
19186 Call update-coding-systems-internal before detect-coding-region.
19187
19188 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19189
19190 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19191 (gdb-frames-mode-map): Add follow-link property.
19192
19193 2005-03-25 Jay Belanger <belanger@truman.edu>
19194
19195 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19196 for variables.
19197
19198 2005-03-25 Juri Linkov <juri@jurta.org>
19199
19200 * image-mode.el: Optimize image filename extension regexps in
19201 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19202 in `auto-mode-alist'.
19203 (image-mode): Add `image-toggle-display-text' to local hook
19204 `change-major-mode-hook'. Display the image as an image by
19205 default. Set `cursor-type' and `truncate-lines' if the image
19206 is already displayed. Take into account the current mode (image
19207 or text) in message.
19208 (image-minor-mode): New minor mode.
19209 (image-mode-maybe, image-toggle-display-text): New functions.
19210 (image-toggle-display): Use called-interactively-p.
19211 Let-bind `inhibit-read-only' to t.
19212
19213 * image-mode.el (image-minor-mode): Set `cursor-type' and
19214 `truncate-lines' if the image is already displayed. Add turning
19215 image-minor-mode off to `change-major-mode-hook'. Add message.
19216 Call `image-toggle-display-text' after turning image-minor-mode off.
19217
19218 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19219
19220 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19221 Terminal.app, use utf-8.
19222 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19223 (set-locale-environment): Use it.
19224
19225 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19226
19227 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19228
19229 * progmodes/python.el (python-close-block-statement-p)
19230 (python-outdent-p, python-current-defun): Use symbol-end.
19231
19232 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19233
19234 * files.el (save-some-buffers): Doc fix.
19235
19236 2005-03-25 Werner Lemberg <wl@gnu.org>
19237
19238 * complete.el, thumbs.el: Replace `legal' with `valid'.
19239 * calendar/calendar.el: Replace `legal' with `valid'.
19240 * emacs-lisp/advice.el: Replace `legal' with `valid'.
19241 * mail/supercite.el: Replace `legal' with `valid'.
19242 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19243 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19244 Replace `legal' with `valid'.
19245 * textmodes/reftex-vars.el, textmodes/reftex.el:
19246 Replace `legal' with `valid'.
19247
19248 2005-03-25 Werner Lemberg <wl@gnu.org>
19249
19250 * calc/calc-forms.el, calc/calc-sel.el
19251 * midnight.el, vc-cvs.el
19252 * emacs-lisp/cl-macs.el
19253 * emulation/vip.el
19254 * eshell/esh-io.el, eshell/esh-var.el
19255 * mail/supercite.el
19256 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19257 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19258 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19259 * progmodes/sh-script.el, progmodes/xscheme.el
19260 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19261 * textmodes/reftex-index.el, textmodes/reftex-parse.el
19262 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19263 * textmodes/reftex.el, textmodes/org.el:
19264 Replace `illegal' with `invalid'.
19265
19266 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19267
19268 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19269 (flymake-find-buildfile, flymake-find-possible-master-files)
19270 (flymake-check-include, flymake-parse-line): Replace loops over the
19271 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19272
19273 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19274 Substitute file-name-as-directory in the rest of the file.
19275 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19276 (flymake-replace-region): Remove unused arg `buffer'.
19277 (flymake-check-patch-master-file-buffer): Update calls to it.
19278 (flymake-add-err-info): Remove unused var `count'.
19279 (flymake-mode): Use define-minor-mode.
19280
19281 * progmodes/flymake.el: Use with-current-buffer.
19282 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19283 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19284 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19285 Avoid testing for `xemacs'.
19286 (flymake-nop): Move.
19287 (flymake-region-has-flymake-overlays): Return the computed value.
19288 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19289 Remove unused var `endline'.
19290 (flymake-get-line-count): Remove unused function.
19291 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19292
19293 * emulation/vi.el:
19294 * generic.el:
19295 * hilit-chg.el (global-highlight-changes):
19296 * hi-lock.el (hi-lock-mode):
19297 * follow.el: find-file-hooks -> find-file-hook.
19298
19299 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19300
19301 2005-03-24 Juri Linkov <juri@jurta.org>
19302
19303 * dired.el (dired-mode-map): Add menu item "Compare directories"
19304 for dired-compare-directories.
19305
19306 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19307 Doc fix. Replace `read-file-name' with `read-directory-name'.
19308
19309 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19310
19311 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19312
19313 2005-03-24 Jay Belanger <belanger@truman.edu>
19314
19315 * calc/calc-embed.el (calc-embedded-mode-change): Save all
19316 relevant mode settings in calc-embedded-original-modes when modes
19317 are permanently changed.
19318
19319 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19320
19321 * autoinsert.el: find-file-hooks -> find-file-hook.
19322
19323 2005-03-24 Lute Kamstra <lute@gnu.org>
19324
19325 * generic.el (generic-font-lock-defaults): Make it obsolete.
19326 (generic-font-lock-keywords): New variable to replace
19327 generic-font-lock-defaults.
19328 (generic-mode-set-font-lock): Delete it.
19329 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19330 (generic-bracket-support): Add docstring.
19331
19332 * generic-x.el: Rename generic-font-lock-defaults to
19333 generic-font-lock-keywords throughout.
19334 (mailagent-rules-setup-function): Delete it.
19335 (mailagent-rules-generic-mode): Use anonymous function instead.
19336 (show-tabs-generic-mode-font-lock-defaults-1)
19337 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19338 Quote faces.
19339 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19340 not foreground.
19341
19342 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19343 Recognize define-generic-mode.
19344
19345 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19346
19347 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19348 if there's no completion table.
19349
19350 2005-03-23 Miles Bader <miles@gnu.org>
19351
19352 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19353 Remove tty-specific variants, as they're no longer needed.
19354
19355 2005-03-23 Lute Kamstra <lute@gnu.org>
19356
19357 * generic-x.el: Code cleanup: make args constant whenever possible.
19358 (installshield-statement-keyword-list)
19359 (installshield-system-functions-list)
19360 (installshield-system-variables-list, installshield-types-list)
19361 (installshield-funarg-constants-list): Make them constants.
19362
19363 * generic.el (generic-make-keywords-list): Add autoload cookie.
19364
19365 * calendar/time-date.el: Add comment on time value formats.
19366 Don't require parse-time.
19367 (with-decoded-time-value): New macro.
19368 (encode-time-value): New function.
19369 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19370 (days-to-time): Return a valid time value when arg is huge.
19371 (time-since): Use time-subtract.
19372 (time-to-number-of-days): Use time-to-seconds.
19373
19374 2005-03-23 David Ponce <david@dponce.com>
19375
19376 * recentf.el (recentf-keep): New option.
19377 (recentf-menu-action): Default to `find-file'.
19378 (recentf-keep-non-readable-files-flag)
19379 (recentf-keep-non-readable-files-p)
19380 (recentf-file-readable-p, recentf-find-file)
19381 (recentf-cleanup-remote): Remove.
19382 (recentf-include-p): More robust.
19383 (recentf-keep-p): New function.
19384 (recentf-remove-if-non-kept): Rename from
19385 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
19386 All callers updated.
19387 (recentf-menu-items-for-commands): Fix help string.
19388 (recentf-track-closed-file): Update. Doc fix.
19389 (recentf-cleanup): Update. Count removed files. Doc fix.
19390
19391 2005-03-23 Kim F. Storm <storm@cua.dk>
19392
19393 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19394 Don't inherit from fringe face (now happens automatically).
19395
19396 2005-03-22 Kim F. Storm <storm@cua.dk>
19397
19398 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19399 position values.
19400
19401 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19402
19403 * menu-bar.el (showhide-date-time): Remove.
19404 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19405 (menu-bar-make-mm-toggle): Simplify.
19406
19407 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19408
19409 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19410 Accept qualified variable and function names.
19411
19412 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
19413
19414 * bindings.el (completion-ignored-extensions):
19415 Remove ".lis" for `vax-vms'.
19416
19417 2005-03-22 Andreas Schwab <schwab@suse.de>
19418
19419 * generic-x.el: Revert last change.
19420 * ldefs-boot.el: Update.
19421
19422 2005-03-22 Jay Belanger <belanger@truman.edu>
19423
19424 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19425 (calc-embedded-save-original-modes)
19426 (calc-embedded-restore-original-modes): New functions.
19427 (calc-do-embedded): Save original modes when entering embedded mode
19428 and restore when leaving embedded mode.
19429 (calc-embedded-modes-change): Change the value of
19430 calc-embedded-original-modes to reflect permanent changes.
19431
19432 2005-03-22 Lute Kamstra <lute@gnu.org>
19433
19434 * generic-x.el: Require generic again.
19435
19436 2005-03-22 Miles Bader <miles@gnu.org>
19437
19438 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19439 Tweak details to look good on both ttys and bitmap displays, light
19440 or dark background, etc.
19441
19442 2005-03-21 Kim F. Storm <storm@cua.dk>
19443
19444 * tooltip.el (tooltip-show-help-function): Check car and cdr of
19445 mouse position.
19446
19447 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19448
19449 * icomplete.el: Don't forcibly turn on the mode upon load.
19450 (icomplete-mode): Use define-minor-mode.
19451 (icomplete-eoinput): Default to nil.
19452 (icomplete-minibuffer-setup): Remove autoload.
19453 (icomplete-tidy): Simplify.
19454 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19455 in the initial state or if the user has modified the field.
19456 Fix handling of icomplete-max-delay-chars.
19457 Remove code that handles the oddball case where
19458 minibuffer-completion-table is an integer.
19459 Wrap icomplete-completions in while-no-input in case building
19460 completions takes more time than expected.
19461 (icomplete-completions): Simplify.
19462
19463 2005-03-21 Richard M. Stallman <rms@gnu.org>
19464
19465 * jka-compr.el (jka-compr-really-do-compress):
19466 Make variable buffer-local.
19467
19468 * image-mode.el: Handle .xpm files too.
19469 (image-toggle-display): Preserve modification flag.
19470
19471 * help.el (where-is): Don't mention aliases with no key bindings.
19472
19473 2005-03-21 Lute Kamstra <lute@gnu.org>
19474
19475 * generic.el: Fix commentary section. Don't require cl for
19476 compilation.
19477 (generic-mode-list): Add autoload cookie.
19478 (generic-use-find-file-hook, generic-lines-to-scan)
19479 (generic-find-file-regexp, generic-ignore-files-regexp)
19480 (generic-mode, generic-mode-find-file-hook)
19481 (generic-mode-ini-file-find-file-hook): Fix docstrings.
19482 (define-generic-mode): Make it a defmacro. Fix docstring.
19483 (generic-mode-internal): Code cleanup. Add autoload cookie.
19484 (generic-mode-set-comments): Code cleanup.
19485 * generic-x.el: Don't prevent compilation. Don't require generic.
19486 Follow coding conventions. Minor code cleanup.
19487 (etc-fstab-generic-mode): Add some keywords.
19488 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19489 define-generic-mode like a function declaration.
19490
19491 2005-03-21 Jay Belanger <belanger@truman.edu>
19492
19493 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19494 changing modes.
19495
19496 2005-03-21 Sam Steingold <sds@gnu.org>
19497
19498 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19499
19500 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
19501
19502 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19503 Add underscore to "f$ lexicals" regexp.
19504
19505 2005-03-20 Juri Linkov <juri@jurta.org>
19506
19507 * subr.el (progress-reporter-do-update): When `min-value' is equal
19508 to `max-value', set `percentage' to 0 and prevent division by zero.
19509
19510 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
19511
19512 Sync with Tramp 2.0.48.
19513
19514 * net/tramp.el (all): Change all addresses to .gnu.org.
19515 (tramp-append-tramp-buffers): New defun.
19516 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19517 Catch `dont-send' signal.
19518 (tramp-set-auto-save-file-modes): Set always permissions, because
19519 there might be an old auto-saved file belonging to another
19520 original file. This could be a security threat. Reported by
19521 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19522 Check for Emacs 21.3.50 removed.
19523
19524 * net/tramp-smb.el (all): Remove debug construct for
19525 `with-parsed-tramp-file-name'.
19526 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19527 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19528 No error message if DIRECTORY or FILENAME doesn't exist.
19529 (tramp-smb-open-connection): Check existence of
19530 `tramp-smb-program'.
19531
19532 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19533
19534 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19535 Properly handle the case where the `m' or `s' command's argument is not
19536 yet terminated.
19537 (perl-indent-new-calculate): New function.
19538 (perl-indent-line): Use it.
19539
19540 2005-03-20 Miles Bader <miles@gnu.org>
19541
19542 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19543 in text-mode too. Change to new face names.
19544 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19545 Add `:weight bold' attribute.
19546 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19547
19548 2005-03-19 Juri Linkov <juri@jurta.org>
19549
19550 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
19551
19552 * international/mule.el (auto-coding-alist): Sync with
19553 `auto-mode-alist' by adding upper case archive file extensions
19554 and adding ear/war to jar extension.
19555
19556 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
19557
19558 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19559 running, restart it.
19560
19561 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
19562
19563 * finder.el (finder-current-item): Throw an error on an empty line.
19564
19565 * man.el (Man-follow-manual-reference): If current-word returns
19566 nil, use "".
19567
19568 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
19569
19570 * simple.el (goto-line): Doc fix.
19571
19572 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
19573
19574 * files.el (save-buffer): Doc fix.
19575
19576 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
19577
19578 * recentf.el (recentf-cleanup-remote): New variable.
19579 (recentf-cleanup): Use it to conditionally check availability of
19580 remote files.
19581
19582 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
19583
19584 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19585 function names.
19586
19587 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19588
19589 * language/thai-word.el: New file.
19590
19591 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19592
19593 * files.el (backup-buffer): If the file's directory is not
19594 writable, use copy instead of move to backup the file.
19595
19596 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19597
19598 * obsolete/keyswap.el: Moved to obsolete/ from term/.
19599
19600 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19601
19602 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19603 Use functionp instead of symbolp and fboundp. Reported by Drkm
19604 <darkman_spam@yahoo.fr>.
19605 (ps-print-version): New version 6.6.6.
19606
19607 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
19608
19609 * textmodes/table.el (table--line-column-position): New idiom.
19610 (table--row-column-insertion-point-p): New function to test
19611 validity of row and column insertion operation at a location.
19612 (table-global-menu, table-cell-menu): Use above functions for
19613 deterministic test operation.
19614 (table--editable-cell-p): Behave in deterministic fashion.
19615
19616 2005-03-18 Juri Linkov <juri@jurta.org>
19617
19618 * isearch.el (isearch-lazy-highlight-new-loop):
19619 Make arguments beg and end optional.
19620 (isearch-update): Remove optional arguments nil from
19621 isearch-lazy-highlight-new-loop.
19622 (isearch-lazy-highlight-search): Let-bind case-fold-search to
19623 isearch-lazy-highlight-case-fold-search instead of
19624 isearch-case-fold-search, and let-bind isearch-regexp to
19625 isearch-lazy-highlight-regexp.
19626 Use isearch-lazy-highlight-last-string instead of isearch-string.
19627
19628 * replace.el (perform-replace): Remove bindings of global
19629 variables isearch-string, isearch-regexp, isearch-case-fold-search.
19630 Add three new arguments to `replace-highlight'.
19631 (replace-highlight): Add arguments string, regexp, case-fold.
19632 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19633 to allow isearch-lazy-highlight-new-loop to use these values
19634 to set corresponding isearch-lazy-highlight-* internal
19635 variables whose values lazy highlighting will use regardless of
19636 changes to global variables isearch-string, isearch-regexp,
19637 isearch-case-fold-search during lazy highlighting loop.
19638 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19639 to `lazy-highlight-cleanup'.
19640
19641 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19642 (ispell-highlight-face): Set default face to `isearch' when
19643 lazy highlighting is enabled.
19644 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19645 priority to 1. Add lazy highlighting.
19646 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19647 from `isearch-dehighlight'.
19648
19649 2005-03-18 David Ponce <david@dponce.com>
19650
19651 * files.el (hack-local-variables): Do a case-insensitive search
19652 for End.
19653
19654 2005-03-18 Juri Linkov <juri@jurta.org>
19655
19656 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19657 `isearch-lazy-highlight-cleanup', add alias to old name and
19658 declare obsolete. Add release numbers to other obsolete vars.
19659 (isearch-done, isearch-lazy-highlight-new-loop):
19660 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19661 (lazy-highlight-cleanup) <variable>: Doc fix.
19662 (isearch-lazy-highlight-update): Rename obsolete
19663 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19664
19665 2005-03-18 Kenichi Handa <handa@m17n.org>
19666
19667 * language/thai-util.el: Fix categorization of Thai characters in
19668 thai-category-table.
19669 (thai-composition-pattern): Adjust it for the above change.
19670 (thai-self-insert-command, thai-compose-syllable): New functions.
19671 (thai-compose-region): Use thai-compose-syllable.
19672 (thai-compose-string): Likewise.
19673 (thai-composition-function): Likewise.
19674 (thai-auto-composition): New function.
19675 (thai-auto-composition-mode): New minor mode.
19676
19677 * language/thai.el: Fix patterns to be registered in
19678 composition-function-table.
19679
19680 * international/quail.el (quail-input-method): Locally bind
19681 inhibit-modification-hooks to t.
19682
19683 2005-03-17 Richard M. Stallman <rms@gnu.org>
19684
19685 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19686 (perl-mode): Use run-mode-hooks.
19687
19688 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19689 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19690 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19691
19692 * mail/sendmail.el (sendmail-send-it): Reenable the code
19693 to compute resend-to-address and use it.
19694
19695 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19696
19697 * image-mode.el: New file.
19698
19699 * image.el (insert-sliced-image): Add autoload cookie.
19700
19701 * font-lock.el (font-lock-lines-before): New user option.
19702 (font-lock-after-change-function): Obey it.
19703
19704 * bindings.el (esc-map): Make M-g a prefix.
19705 Bind M-g g and M-g M-g to goto-line.
19706
19707 * faces.el (face-id): Doc fix.
19708
19709 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19710
19711 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19712 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19713 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19714
19715 * mail/sendmail.el (mail-yank-ignored-headers)
19716 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19717 Add Mail-Followup-To and Mail-Reply-To headers.
19718 (mail-citation-hook): Add autoload cookie.
19719 (mail-mode): Doc fix.
19720 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19721 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19722 (mail-mode-fill-paragraph): Handle those headers.
19723 (mail-mailing-lists): New variable.
19724 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19725
19726 2005-03-17 Juri Linkov <juri@jurta.org>
19727
19728 * isearch.el (isearch-fallback): Check for `(car previous)'
19729 before calling `isearch-other-end-state'.
19730
19731 2005-03-17 Kim F. Storm <storm@cua.dk>
19732
19733 * simple.el (move-beginning-of-line): Move to beginning of buffer
19734 line, as well as beginning of screen line.
19735
19736 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19737
19738 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19739 argument REDRAW rather than calendar-redrawing variable.
19740 * calendar/calendar.el (calendar-redrawing): Delete.
19741 (redraw-calendar): Do not bind calendar-redrawing.
19742
19743 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19744
19745 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19746 diary-file buffer.
19747
19748 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19749
19750 * help.el (describe-mode): Allow a :minor-mode-function property to
19751 specify a different minor mode toggle function than the variable.
19752 * simple.el (auto-fill-function):
19753 * subr.el (add-minor-mode): Use it.
19754
19755 2005-03-16 Kenichi Handa <handa@m17n.org>
19756
19757 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19758 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19759 (ethio-fidel-to-sera-buffer): Likewise.
19760
19761 2005-03-16 Juri Linkov <juri@jurta.org>
19762
19763 * emacs-lisp/find-func.el (find-function-regexp):
19764 Add defun-emitting macro `menu-bar-make-toggle'.
19765
19766 * isearch.el: Put `isearch-scroll' property to
19767 `split-window-horizontally'.
19768
19769 * info.el: Update error messages for `debug-ignored-errors'.
19770 (Info-isearch-search): Doc fix.
19771 (Info-find-node): Move up code to go into info buffer before
19772 recording the node to the history.
19773 (Info-fontify-node): Fontify titles only if the next line
19774 has two or more `*', `=', `-', `.'.
19775 Display "go to this node" for empty (match-string 3).
19776
19777 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19778
19779 * term/mac-win.el: Add mouse pointer shape constants.
19780
19781 2005-03-15 Kim F. Storm <storm@cua.dk>
19782
19783 * simple.el (move-beginning-of-line): Use vertical-motion.
19784
19785 2005-03-15 Juri Linkov <juri@jurta.org>
19786
19787 * isearch.el (isearch-error): New variable.
19788 (isearch-invalid-regexp, isearch-within-brackets): Remove.
19789 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19790 (isearch-within-brackets-state): Remove.
19791 (isearch-case-fold-search-state, isearch-pop-fun-state):
19792 Decrease frame index.
19793 (isearch-mode, isearch-top-state, isearch-push-state)
19794 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19795 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19796 (isearch-search, isearch-lazy-highlight-new-loop):
19797 Replace `isearch-invalid-regexp' with `isearch-error'.
19798 Remove `isearch-within-brackets'.
19799 (isearch-search): Add `search-failed' handler to `condition-case'.
19800 (isearch-lazy-highlight-search): Add `condition-case' to catch
19801 errors and allow `isearch-lazy-highlight-update' to try
19802 highlighting from the beginning of the window.
19803 (isearch-repeat): Move up code to set isearch-wrapped to t
19804 before calling isearch-wrap-function.
19805
19806 * info.el (Info-isearch-initial-node): New internal variable.
19807 (Info-search): Signal an error in isearch mode when search leaves
19808 the initial node. Signal an error when `bound' is non-nil and
19809 nothing was found in the current subfile.
19810 (Info-isearch-search): Remove `condition-case'.
19811 (Info-isearch-wrap): Don't wrap when search failed during leaving
19812 the initial node. If `Info-isearch-search' is nil, wrap around
19813 the current node.
19814 (Info-isearch-start): New fun.
19815 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19816 `isearch-mode-hook'.
19817
19818 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19819
19820 * simple.el (normal-erase-is-backspace): Set default to t if
19821 running on Mac.
19822
19823 * term/mac-win.el (function-key-map): Sync with x-win.el.
19824
19825 2005-03-15 Kenichi Handa <handa@m17n.org>
19826
19827 * international/mule-cmds.el (locale-language-names): Modify the
19828 format of elements and add more entries.
19829 (locale-preferred-coding-systems): Add more entries.
19830 (set-locale-environment): Adjust for the change of
19831 locale-language-names.
19832
19833 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19834
19835 * pcvs.el (smerge-ediff): Remove bogus autoload.
19836
19837 2005-03-14 Lute Kamstra <lute@gnu.org>
19838
19839 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19840 Ignore a `*' at the beginning of a line.
19841
19842 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19843 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19844 subr.el.
19845 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19846 to specify indentation.
19847
19848 * generic.el (define-generic-mode): Let generic-mode-list be a
19849 list of strings; test membership with equal.
19850
19851 2005-03-14 Kim F. Storm <storm@cua.dk>
19852
19853 * simple.el (next-line, previous-line): Add optional try-vscroll
19854 arg to recognize interactive use. Pass it on to line-move.
19855 (line-move): Don't perform auto-window-vscroll when defining or
19856 executing keyboard macro to ensure consistent behavior.
19857
19858 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19859
19860 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19861
19862 2005-03-13 Lute Kamstra <lute@gnu.org>
19863
19864 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19865 debugger-setup-buffer so that backtrace marks the frames set to
19866 debug-on-exit and we don't have to do it manually. Set an extra
19867 debug-on-exit for macro's.
19868 (debugger-setup-buffer): Don't mark the top frame manually.
19869
19870 2005-03-12 Lute Kamstra <lute@gnu.org>
19871
19872 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19873 lisp-indent-function throughout.
19874 (with-no-warnings): Set lisp-indent-function property.
19875
19876 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19877
19878 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19879 Add entry for backslash.
19880
19881 2005-03-12 Juri Linkov <juri@jurta.org>
19882
19883 * info.el (Info-search): Four fixes for backward search.
19884
19885 2005-03-11 Jay Belanger <belanger@truman.edu>
19886
19887 * calc/calc.el (calc-language-alist): New variable.
19888 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19889 (calc-embedded-find-modes): Use calc-language-alist instead of
19890 calc-embedded-language-alist.
19891
19892 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19893
19894 * calendar/calendar.el (calendar-redrawing): New internal
19895 variable.
19896 (redraw-calendar): Remove bogus save-excursion from previous
19897 change. Bind calendar-redrawing to t for mark-diary-entries.
19898 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19899 calendar if that is why we were called.
19900
19901 2005-03-11 Kenichi Handa <handa@m17n.org>
19902
19903 * international/mule.el (make-coding-system): Set property
19904 coding-system-define-form to nil.
19905 (define-coding-system-alias): Likewise.
19906
19907 2005-03-11 Kenichi Handa <handa@m17n.org>
19908
19909 These changes are suggested by Dave Love <fx@gnu.org>.
19910
19911 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19912 coding: tag.
19913 (adaptive-fill-regexp): Add more bullets.
19914 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19915 regexps.
19916
19917 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19918
19919 * help.el (describe-mode): Properly handle non-trivial lighters.
19920 Don't ignore minor modes that are not listed in minor-mode-list.
19921
19922 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19923 feature ON when the user requests to turn it OFF.
19924
19925 2005-03-10 Lute Kamstra <lute@gnu.org>
19926
19927 * emacs-lisp/debug.el (debug-entry-code): Delete it.
19928 (implement-debug-on-entry): New function to replace debug-entry-code.
19929 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19930 second argument as the 2005-03-07 change makes it obsolete.
19931 (debug-on-entry, cancel-debug-on-entry): Update call to
19932 debug-on-entry-1.
19933 (debug, debugger-setup-buffer): Comment update.
19934 (debugger-frame-number): Update to work with implement-debug-on-entry.
19935
19936 2005-03-10 Jay Belanger <belanger@truman.edu>
19937
19938 * calc/calc-embed.el (math-ms-args): Declare it.
19939 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19940 math-ms-args.
19941 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19942 variables.
19943
19944 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
19945
19946 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19947 Use message-box.
19948
19949 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19950 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19951 (tooltip-gud-tips): Simplify.
19952 (tooltip-gud-tips-p): Remove superfluous :set.
19953 (tooltip-gud-modes): Add fortran-mode.
19954 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19955
19956 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19957
19958 2005-03-09 Kim F. Storm <storm@cua.dk>
19959
19960 * play/animate.el (animate-place-char): Use forward-line instead
19961 of next-line to improve performance.
19962
19963 2005-03-09 Simon Josefsson <jas@extundo.com>
19964
19965 * net/browse-url.el (browse-url-default-browser): Doc fix.
19966
19967 2005-03-09 Miles Bader <miles@gnu.org>
19968
19969 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19970 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19971
19972 2005-03-09 Kenichi Handa <handa@m17n.org>
19973
19974 * international/latin-1.el: Set case and syntax for 255 only if
19975 set-case-syntax-set-multibyte is nil.
19976
19977 * textmodes/ispell.el (ispell-insert-word): New function.
19978 (ispell-word): Use ispell-insert-word to insert a new word.
19979 (ispell-process-line): Likewise.
19980 (ispell-complete-word): Likewise.
19981
19982 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19983
19984 * calendar/calendar.el (redraw-calendar): Preserve point.
19985 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19986 (calendar-week-start-day): Move after definition of
19987 redraw-calendar. Delete buffer test, since redraw-calendar has
19988 that now.
19989
19990 * calendar/diary-lib.el (mark-diary-entries): Only call
19991 redraw-calendar in the first of any recursive calls.
19992 Reported by Alan Shutko <ats@acm.org>.
19993
19994 2005-03-08 Juri Linkov <juri@jurta.org>
19995
19996 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19997 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19998 (html-radio-buttons): Add a space before the trailing `/>' where
19999 sgml-xml-mode is non-nil.
20000 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20001 the subsequent tag of the empty XML tag.
20002 (html-href-anchor): Don't set initial input to "http:".
20003 (html-image): Ask for the image URL and set point inside alt="".
20004 (html-name-anchor): Duplicate the name in the `id' attribute when
20005 sgml-xml-mode is non-nil.
20006 (html-paragraph): Remove \n before <p>.
20007 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20008 instead of `checked' when sgml-xml-mode is non-nil.
20009
20010 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20011 Remove 1 space before #RRGGBB to not truncate it on terminal
20012 windows w/o fringes. Remove 1 space between bg and fg examples
20013 to get more space.
20014 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20015 avoid byte-compile warnings.
20016
20017 * image-file.el (image-file-handler): Put `safe-magic' property to
20018 `image-file-handler'.
20019
20020 * info.el (Info-isearch-search): Emulate word search in
20021 isearching through multiple Info nodes with Info-search.
20022 (Info-isearch-wrap): Allow isearch-word.
20023
20024 2005-03-08 Lute Kamstra <lute@gnu.org>
20025
20026 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20027 stepping into the debugger's code is not possible.
20028 (debugger-jumping-flag): Docstring update.
20029
20030 2005-03-08 Jay Belanger <belanger@truman.edu>
20031
20032 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20033 embedded mode begins.
20034 (calc-embedded-language-alist): New variable.
20035 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20036 set default language mode.
20037
20038 2005-03-08 Kenichi Handa <handa@m17n.org>
20039
20040 * international/ccl.el (define-ccl-program): Fix docstring about
20041 extra 256 bytes assured for the output buffer.
20042
20043 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20044 Fix BUFFER_MAGNIFICATION to 2.
20045 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20046
20047 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20048
20049 * align.el (align-rules-list): Added an alignment rule for CSS
20050 declarations (applies to css-mode and html-mode buffers).
20051
20052 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20053
20054 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20055
20056 2005-03-07 Kim F. Storm <storm@cua.dk>
20057
20058 * simple.el (move-beginning-of-line): New command.
20059
20060 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20061
20062 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20063
20064 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20065 and move-beginning-of-line.
20066
20067 * apropos.el (apropos-print): Omit command from M-x ... RET.
20068
20069 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20070
20071 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20072 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20073
20074 2005-03-06 Richard M. Stallman <rms@gnu.org>
20075
20076 * bindings.el (esc-map): Bind M-g to goto-line.
20077
20078 * facemenu.el (global-map): Bind M-o, not M-g.
20079
20080 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20081
20082 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20083 "Open Directory" as for "Open File".
20084
20085 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20086
20087 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20088 (push-mark-command): Run activate-mark-hook.
20089
20090 2005-03-06 Richard M. Stallman <rms@gnu.org>
20091
20092 * help-mode.el (help-mode-finish): Don't alter the element
20093 in view-return-to-alist if there already is one.
20094
20095 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20096 make sure the current buffer is the expected one.
20097
20098 * novice.el (disabled-command-function): Output in *Disabled Command*.
20099 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20100
20101 * textmodes/flyspell.el (flyspell-large-region):
20102 Pass args differently for aspell.
20103
20104 * files.el (mode-require-final-newline): Doc fix.
20105
20106 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20107
20108 * progmodes/which-func.el (which-function):
20109 Specify NOERROR when calling imenu--make-index-alist.
20110
20111 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20112
20113 * simple.el (normal-erase-is-backspace): Define default value.
20114
20115 * custom.el (custom-theme-set-variables): Remove unused var
20116 `immediate'.
20117 (custom-reevaluate-setting): Simple function to handle variables
20118 that are defined before their default value can really be
20119 computed.
20120
20121 * startup.el (command-line): Use it for temporary-file-directory,
20122 small-emporary-file-directory, auto-save-file-name-transforms,
20123 blink-cursor-mode, and normal-erase-is-backspace.
20124
20125 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20126 progress, even with buggy anchored keywords.
20127
20128 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20129
20130 * simple.el (goto-line): Remove unbalanced final parenthesis.
20131
20132 2005-03-05 Richard M. Stallman <rms@gnu.org>
20133
20134 * simple.el (goto-line): Use a number at point as the default.
20135 With C-u as arg, switch buffers.
20136
20137 2005-03-05 Juri Linkov <juri@jurta.org>
20138
20139 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20140 with `no-blinking-cursor'.
20141
20142 * startup.el (no-blinking-cursor): New defvar.
20143 (command-line): Add `--no-blinking-cursor' to longopts.
20144 Set `no-blinking-cursor' to t for command line arguments
20145 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20146 with `no-blinking-cursor' in the condition for calling
20147 `blink-cursor-mode'.
20148
20149 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20150
20151 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20152 (menu-bar-options-save): Add blink-cursor-mode.
20153 (menu-bar-options-menu): Add blink-cursor-mode.
20154
20155 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20156
20157 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20158 (icalendar-export-file, icalendar-export-region)
20159 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20160 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20161
20162 2005-03-04 Lute Kamstra <lute@gnu.org>
20163
20164 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20165 (debug-function-list): Ditto.
20166
20167 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20168
20169 * textmodes/texinfmt.el (texinfo-append-refill):
20170 Redefine the types of line to which @refill
20171 is not appended by replacing a search for `@refill\\|@bye' with
20172 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20173 itemize@refill' bug and the unfilled long lines bug.
20174 (texinfmt-version): Update number and date.
20175
20176 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20177
20178 * international/code-pages.el (windows-1250, windows-125[2-8])
20179 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20180
20181 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20182
20183 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20184 bound yet.
20185
20186 2005-03-02 Romain Francoise <romain@orebokech.com>
20187
20188 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20189 buffer after removing limits.
20190 (ibuffer-pop-filter): Ditto.
20191 Update copyright.
20192
20193 2005-03-02 Miles Bader <miles@gnu.org>
20194
20195 * button.el (make-text-button): If the user doesn't specify a
20196 type, use the default. Rewrite to use `add-text-properties' and
20197 plist functions.
20198
20199 2005-03-01 Lute Kamstra <lute@gnu.org>
20200
20201 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20202 (debugger-jumping-flag): New var.
20203 (debug-entry-code): Use it.
20204 (debugger-jump): Use debugger-jumping-flag and add
20205 debugger-reenable to post-command-hook.
20206 (debugger-reenable): Use debugger-jumping-flag and remove itself
20207 from post-command-hook.
20208 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20209 debugger-reenable.
20210
20211 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20212
20213 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20214 inclusion of "itemize\\|", which may be unnecessary, is certainly
20215 inelegant, and stops refilling in itemize lists when formatting
20216 Japanese Texinfo files to Info.
20217 Update copyright to 2005.
20218
20219 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20220
20221 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20222 of an error if GDB can't find the source file.
20223
20224 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20225
20226 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20227 not just the calendar.
20228
20229 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20230 first.
20231 (diary-redraw-calendar): New function.
20232 (make-diary-entry): Add diary-redraw-calendar to local
20233 write-contents-functions. Turn off selective display before
20234 inserting in diary.
20235
20236 2005-03-01 Kim F. Storm <storm@cua.dk>
20237
20238 * emacs-lisp/copyright.el (copyright-fix-years): New command.
20239
20240 2005-03-01 Lute Kamstra <lute@gnu.org>
20241
20242 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20243 that debug-entry-code can be safely removed from a function while
20244 this code is being evaluated. Revert the 2005-02-27 change as the
20245 new implementation no longer requires it. Make sure that a
20246 function body containing just a string is not mistaken for a docstring.
20247 (debug): Skip one more frame in case of debug on entry.
20248 (debugger-setup-buffer): Delete one more frame line in case of
20249 debug on entry.
20250 (debugger-frame-number): Update to use the new text introduced by
20251 the 1999-11-03 change. Skip one more frame in case of debug on entry.
20252
20253 2005-02-28 Kim F. Storm <storm@cua.dk>
20254
20255 * double.el (double-translate-key): Call force-window-update after
20256 read-event to avoid crash in redisplay.
20257
20258 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
20259
20260 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20261 (debug): Use it. Move the inhibit-trace earlier.
20262 (debug-entry-code): New const.
20263 (debug-on-entry-1): Use it.
20264
20265 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
20266
20267 * international/utf-16.el (ccl-encode-mule-utf-16le):
20268 Fix BUFFER_MAGNIFICATION to 2.
20269 (ccl-encode-mule-utf-16be): Likewise.
20270
20271 2005-02-28 Kenichi Handa <handa@m17n.org>
20272
20273 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20274 Fix BUFFER_MAGNIFICATION to 4.
20275 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20276
20277 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
20278
20279 * speedbar.el (speedbar-update-flag): Doc fix.
20280 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20281 argument.
20282
20283 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20284
20285 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20286 have a non-nil `invisible' property but are actually visible.
20287
20288 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20289 for perldoc sections.
20290 (perl-outline-regexp, perl-outline-level): New var and function.
20291 (perl-mode): Use them.
20292
20293 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20294
20295 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20296 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20297
20298 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20299
20300 * cus-edit.el: Comment change.
20301 (custom-buffer-create-internal): Slightly reword text at top of
20302 Custom buffers. Mention there that saving an option edits the
20303 init file. Add link to Emacs manual node on `custom-file'.
20304 (custom-magic-alist): Rewrite individual State messages to use
20305 capitalized keywords. Doc fix.
20306
20307 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20308
20309 * calendar/calendar.el (calendar-buffer): Move above
20310 calendar-week-start-day.
20311 (calendar-week-start-day): Doc fix. Add :set function.
20312 (calendar-minimum-window-height): New variable.
20313 (generate-calendar-window): Only resize window if selected-window
20314 is displaying the calendar buffer. Use new variable
20315 calendar-minimum-window-height.
20316 (generate-calendar): Reword error message.
20317 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20318
20319 2005-02-27 Andreas Schwab <schwab@suse.de>
20320
20321 * vc.el (vc-do-command): Don't run command asynchronously when
20322 operating in a remote directory.
20323
20324 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20325 change from sync with Tramp 2.0.47.
20326
20327 2005-02-27 Richard M. Stallman <rms@gnu.org>
20328
20329 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20330
20331 * textmodes/flyspell.el (flyspell-mode-on):
20332 Call ispell-change-dictionary only if necessary.
20333
20334 * emacs-lisp/re-builder.el (regexp-builder): New function.
20335
20336 * register.el (describe-register-1): Explicitly handle
20337 yank-excluded-properties = t.
20338
20339 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20340 (custom-magic-alist): Change the status descriptions again.
20341 (face widget-type): Total rewrite based on `restricted-sexp'
20342 to eliminate the confusing double hiding levels.
20343
20344 * emacs-lisp/debug.el (debug-on-entry-1):
20345 If function body is empty, add nil as body form.
20346
20347 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20348
20349 * emacs-lisp/trace.el (inhibit-trace): New var.
20350 (trace-make-advice): Use it.
20351
20352 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20353
20354 2005-02-26 Kim F. Storm <storm@cua.dk>
20355
20356 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20357 (mouse-on-link-p, mouse-drag-region-1): Use it.
20358
20359 2005-02-25 Lute Kamstra <lute@gnu.org>
20360
20361 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20362
20363 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
20364
20365 * frame.el (blink-cursor-mode): Add :group keyword.
20366
20367 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
20368
20369 * calendar/icalendar.el (icalendar--decode-isodatetime):
20370 New optional argument DAY-SHIFT.
20371 (icalendar-export-region): Fix coding-system-for-write.
20372 (icalendar--convert-ical-to-diary): Shift end-day of all-day
20373 events by one.
20374
20375 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20376
20377 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20378
20379 2005-02-24 Kim F. Storm <storm@cua.dk>
20380
20381 * international/iso-acc.el (iso-accents-compose): Fix crash
20382 during redisplay. Call force-window-update after read-event
20383 and delete-region to signal that window is not accurate.
20384
20385 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
20386
20387 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20388 Remove unused and inexistent var `inhibit-trace'.
20389 (debugger-mode): Use run-mode-hooks.
20390 (debugger-list-functions): Add buttons; setup xref stack.
20391
20392 2005-02-23 Richard M. Stallman <rms@gnu.org>
20393
20394 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20395 appointment says it was explicitly made.
20396 (appt-add): Set the 3rd element.
20397 (appt-make-list): Preserve explicit appointments.
20398
20399 * subr.el (find-tag-default): Catch errors in forward-sexp.
20400
20401 2005-02-23 Juri Linkov <juri@jurta.org>
20402
20403 * info.el (Info-isearch-search): New defcustom.
20404 (Info-isearch-search): Call the default isearch function
20405 when Info-isearch-search is nil.
20406 (Info-isearch-wrap): Use variable Info-isearch-search.
20407
20408 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
20409
20410 * cus-edit.el: Comment change.
20411
20412 2005-02-22 Kim F. Storm <storm@cua.dk>
20413
20414 * progmodes/hideif.el (hide-ifdef-use-define-alist):
20415 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
20416
20417 2005-02-22 Simon Josefsson <jas@extundo.com>
20418
20419 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20420 New variable.
20421 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
20422 Oskarsson" <myrkraverk@users.sourceforget.net>.
20423
20424 2005-02-22 Kim F. Storm <storm@cua.dk>
20425
20426 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20427 check that window of that event is the selected window.
20428 (mouse-drag-region-1): Compare mouse event window to selected
20429 window before setting point.
20430
20431 * tooltip.el (tooltip-show-help-function): Pass event to
20432 mouse-on-link-p so it can check selected window.
20433
20434 2005-02-22 Kenichi Handa <handa@m17n.org>
20435
20436 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20437 (ps-mule-show-warning): New function.
20438 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20439 characters are found.
20440
20441 * ps-print.el (ps-header-footer-string): Return a list of header
20442 and footer strings.
20443
20444 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20445
20446 * pcvs.el (cvs-retrieve-revision): Fix thinko.
20447
20448 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20449
20450 * frame.el (blink-cursor-mode): Use define-minor-mode.
20451
20452 * term/mac-win.el (function-key-map): Use char-names more consistently.
20453 (file-name-coding-system): Only set it for MacOS-9. The other case is
20454 already handled in mule-cmds.el (where it also works when mac-win.el
20455 is not used).
20456
20457 2005-02-21 Kenichi Handa <handa@m17n.org>
20458
20459 * international/mule.el (ctext-pre-write-conversion): Always use
20460 " *code-converting-work*" buffer for work.
20461
20462 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20463
20464 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
20465
20466 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20467
20468 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
20469
20470 * ses.el (undo-more): Restore defadvice, but only the part that
20471 allows changes outside the restricted area of the buffer.
20472
20473 2005-02-20 Kim F. Storm <storm@cua.dk>
20474
20475 * simple.el (line-move): Add fourth optional arg try-vscroll which
20476 must be set to perform auto-window-vscroll.
20477 When moving backwards and doing auto-window-vscroll, automatically
20478 vscroll to the last part of lines which are taller than the window.
20479 (next-line, previous-line): Set try-vscroll arg on line-move.
20480
20481 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
20482
20483 * replace.el (query-replace, query-replace-regexp)
20484 (replace-string, replace-regexp): When operating on region, make
20485 the minibuffer prompt say so.
20486
20487 * isearch.el (isearch-forward): Document isearch-query-replace and
20488 isearch-query-replace-regexp keybindings.
20489
20490 2005-02-19 Jay Belanger <belanger@truman.edu>
20491
20492 * calc/calc-aent.el (math-read-token): Add local variable.
20493
20494 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20495 (calc-edit-top): Move declaration to earlier in file.
20496 (calc-edit-macro-repeats): Add local variables.
20497
20498 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20499 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20500 calcFunc-tanh.
20501 Adjust integration rule for calcFunc-tan.
20502
20503 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20504
20505 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20506 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20507 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20508 (viper-skip-separators): Bug fix.
20509 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20510 particular major mode.
20511 (viper-del-backward-char-in-replace): Don't put deleted char on the
20512 kill ring.
20513
20514 * viper-ex.el (viper-color-display-p): New function.
20515 (viper-has-face-support-p): Use viper-color-display-p.
20516
20517 * viper-keym.el (viper-gnus-modifier-map): New keymap.
20518
20519 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20520
20521 * viper-util.el (viper-glob-unix-files): Fix shell status check.
20522 (viper-file-remote-p): Make equivalent to file-remote-p.
20523
20524 * viper.el (viper-major-mode-modifier-list):
20525 Use viper-gnus-modifier-map.
20526
20527 2005-02-19 David Kastrup <dak@gnu.org>
20528
20529 * subr.el (subregexp-context-p): Fix garbled doc string by adding
20530 quoting.
20531
20532 2005-02-19 Jay Belanger <belanger@truman.edu>
20533
20534 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20535 Remove extra definitions.
20536 (calc-coth): New function.
20537 (calcFunc-cot): Fix `let'.
20538
20539 2005-02-19 Eli Zaretskii <eliz@gnu.org>
20540
20541 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20542 the reasons we use "type pc" in these faces.
20543
20544 * button.el (button): Ditto.
20545
20546 2005-02-19 Michael Mauger <mmaug@yahoo.com>
20547
20548 * replace.el (query-replace-read-from): Set the value of
20549 query-replace-from-history-variable to handle the case of an empty
20550 string entered to accept the suggested default.
20551
20552 * net/tramp.el (tramp-file-name-for-operation):
20553 Use dired-call-process instead of dired-call-process-command.
20554
20555 2005-02-19 Jay Belanger <belanger@truman.edu>
20556
20557 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20558 (math-div-non-trig): New variables.
20559 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20560 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20561 (math-combine-prod, math-div-symb-fancy): Add simplifications for
20562 trig expressions.
20563
20564 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
20565
20566 * progmodes/gdb-ui.el (gdb-var-update-handler)
20567 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20568 for watch expressions,
20569 (gdb-var-create-handler): Don't set speedbar-update-flag.
20570 (gdb-post-prompt): Simplify test for speedbar.
20571
20572 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20573
20574 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20575 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20576 we use the syntax table of the correct buffer.
20577 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20578 Felix Gatzemeier.
20579
20580 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20581 (ediff-file-remote-p): Make synonymous with file-remote-p.
20582 In all deffaces ediff-*-face-*, use min-colors.
20583
20584 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20585 ediff-recurse-to-subdirectories.
20586 (ediff-mark-if-equal): Check that the arguments are strings, use
20587 ediff-same-contents (after to Felix Gatzemeier).
20588
20589 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20590 nil.
20591
20592 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
20593
20594 * log-view.el (log-view-message-re): Fix up Subversion regexp.
20595
20596 2005-02-18 David Kastrup <dak@gnu.org>
20597
20598 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20599 use `mark-active' when defined.
20600
20601 2005-02-18 Kenichi Handa <handa@m17n.org>
20602
20603 * ps-print.el (ps-font-info-database): New entry
20604 ZapfChancery-MediumItalic with correct font name. Fix font name
20605 of the entry Zapf-Chancery-MediumItalic.
20606
20607 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
20608
20609 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20610
20611 2005-02-16 Kim F. Storm <storm@cua.dk>
20612
20613 * ido.el (ido-fallback-command): Pass user input to fallback command.
20614
20615 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
20616
20617 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20618 (gdb-find-file-hook): Add server prefix.
20619
20620 2005-02-16 Richard M. Stallman <rms@gnu.org>
20621
20622 * replace.el (perform-replace): Pass new args to replace-highlight.
20623 (replace-highlight): Take region args,
20624 and pass them to isearch-lazy-highlight-new-loop.
20625
20626 * novice.el (disabled-command-hook): Autoload the defalias
20627 and the make-obsolete-variable call.
20628
20629 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20630
20631 * isearch.el (isearch-lazy-highlight-start-limit)
20632 (isearch-lazy-highlight-end-limit): New variables limit
20633 the region for highlighting.
20634 (isearch-lazy-highlight-new-loop): New args BEG and END.
20635 (isearch-lazy-highlight-search): Use the new vars.
20636 (isearch-lazy-highlight-update): Likewise.
20637
20638 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20639
20640 * cus-start.el (all): Use default-boundp.
20641
20642 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
20643
20644 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20645
20646 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20647
20648 * autorevert.el (auto-revert-stop-on-user-input)
20649 (auto-revert-verbose): Doc fixes.
20650
20651 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20652
20653 * international/mule-cmds.el (set-locale-environment): Remove call
20654 to set-selection-coding-system on Windows.
20655
20656 2005-02-15 Jay Belanger <belanger@truman.edu>
20657
20658 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20659 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20660 calcFunc-coth.
20661 (math-simplify-sqrt): Add simplifications.
20662
20663 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20664 to list.
20665
20666 * calc/calc-ext.el: Add functions to autoloads.
20667
20668 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20669 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20670 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20671 (math-csc-raw, math-cot-raw): New functions.
20672
20673 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20674
20675 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20676 the variable name in a message.
20677
20678 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20679 calcFunc-csc, calcFunc-cot.
20680
20681 * calc/calcalg2.el: Add derivative and integration rules for
20682 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20683 calcFunc-csch, calcFunc-coth.
20684 (math-do-integral-methods): Add to checks for when to use
20685 substitutions.
20686
20687 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20688
20689 2005-02-15 Lute Kamstra <lute@gnu.org>
20690
20691 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20692 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
20693 <monnier@iro.umontreal.ca>
20694 (lisp-outline-level): Improve efficiency. Suggested by David
20695 Kastrup <dak@gnu.org>.
20696
20697 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
20698
20699 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20700 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20701 (gdb-set-gud-minor-mode-existing-buffers): New functions.
20702 (gdb-find-file-hook): New hook. Add it to find-file-hook.
20703 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20704
20705 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20706
20707 * cus-start.el (all): Comment change.
20708
20709 2005-02-14 Lute Kamstra <lute@gnu.org>
20710
20711 * cus-start.el (all): Check if symbol is void.
20712
20713 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
20714
20715 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20716 optional argument to \cite.
20717
20718 2005-02-14 Richard M. Stallman <rms@gnu.org>
20719
20720 * cus-edit.el (custom-buffer-create-internal): Update help message.
20721 (custom-magic-alist): Update help messages.
20722
20723 * cus-start.el (all): Allow a var to specify a standard value.
20724
20725 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20726
20727 * custom.el (custom-theme-set-variables): Handle variable aliases.
20728
20729 * frame.el (blink-cursor-timer): Doc fix.
20730 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20731 declare obsolete.
20732 (blink-cursor-mode): Define with defcustom and use correct
20733 standard expression in that defcustom.
20734 * startup.el (command-line): Adapt to above changes in frame.el.
20735
20736 2005-02-11 Lute Kamstra <lute@gnu.org>
20737
20738 * apropos.el (apropos-score-doc): Prevent division by zero.
20739
20740 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
20741
20742 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20743 (icalendar--get-event-property-attributes)
20744 (icalendar--get-event-properties)
20745 (icalendar--datetime-to-diary-date): New functions.
20746 (icalendar--split-value): Doc fix.
20747 (icalendar--datetime-to-noneuropean-date)
20748 (icalendar--datetime-to-european-date): New optional argument
20749 SEPARATOR. Return result as a string instead of a list.
20750 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20751 (icalendar--convert-string-for-export): Rename arg S to STRING.
20752 (icalendar-export-region): Doc fix. Change name of error buffer.
20753 Save output buffer.
20754 (icalendar-import-file): Add blank at end of prompt.
20755 (icalendar-import-buffer): Doc fix. Do not switch to error
20756 buffer. Indicate status in return value.
20757 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20758 buffer. Save output buffer. Handle exception from recurrence
20759 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20760 events. Fix problems with weekly all-day events.
20761
20762 2005-02-10 Richard M. Stallman <rms@gnu.org>
20763
20764 * simple.el (eval-expression-print-format):
20765 Avoid warning about edebug-active.
20766
20767 * help.el (help-for-help-internal): Rename from help-for-help.
20768 (help-for-help): Define with defalias.
20769
20770 * font-core.el (font-lock-default-function): Use with-no-warnings.
20771
20772 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20773
20774 * custom.el (defface): Doc fix.
20775
20776 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
20777
20778 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20779 width 0" to prevent word wrapping problems.
20780
20781 2005-02-09 Kim F. Storm <storm@cua.dk>
20782
20783 * ido.el (ido-file-extensions-order): New defcustom.
20784 (ido-file-extension-lessp, ido-file-extension-aux)
20785 (ido-file-extension-order): New advanced file ordering.
20786 (ido-file-lessp): New simple file ordering.
20787 (ido-sort-list): Remove.
20788 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20789 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20790
20791 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20792
20793 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20794 that some versions of grep produce.
20795 (grep-mode-font-lock-keywords): Likewise.
20796
20797 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
20798
20799 * progmodes/gdb-ui.el (gdb-location-list): New variable.
20800 (gdb-cdir): Delete.
20801 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20802 (gdb-source-info): Treat case when source file is in another
20803 directory properly.
20804 (gdb-get-location): New function.
20805
20806 2005-02-07 Jay Belanger <belanger@truman.edu>
20807
20808 * calc/calc-prog.el (calc-write-parse-table-part)
20809 (calc-fix-token-name): Fix a check for language type.
20810
20811 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20812
20813 2005-02-07 Andre Spiegel <spiegel@gnu.org>
20814
20815 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20816 as directory not writable.
20817
20818 2005-02-07 Kim F. Storm <storm@cua.dk>
20819
20820 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20821 (cua--standard-movement-commands): Remove list.
20822 Instead, set CUA property value to move for movement commands.
20823 (cua-movement-commands): Remove. Users must set CUA prop instead.
20824 (cua--pre-command-handler): Check CUA property.
20825 (cua--init-keymaps): Don't remap undo commands.
20826 (cua-mode): Don't call cua--rectangle-on-off.
20827
20828 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20829 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20830 (cua--rect-undo-set-point): New var.
20831 (cua--rectangle-undo-boundary): Setup undo apply entry.
20832 (cua--rect-undo-handler): New function for rectangle undo.
20833 (cua--rect-start-position, cua--rect-end-position): Add.
20834 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20835 for restored rectangle. Set point if cua--rect-undo-set-point.
20836
20837 2005-02-06 Jay Belanger <belanger@truman.edu>
20838
20839 * calc/calc-lang.el (calc-tex-language): Display more information
20840 in messages.
20841
20842 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20843 in TeX mode.
20844
20845 2005-02-06 Richard M. Stallman <rms@gnu.org>
20846
20847 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20848
20849 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20850
20851 * net/ldap.el (ldap-search-internal): Support attributes with
20852 optional descriptions separated by a semi-colon, as in
20853 "userCertificate;binary".
20854
20855 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20856
20857 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20858 isn't a cons (i.e. the version is 0).
20859
20860 2005-02-05 Eli Zaretskii <eliz@gnu.org>
20861
20862 * help.el (help-for-help): Doc fix.
20863
20864 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
20865
20866 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
20867 GDB-Windows on the menu-bar as this works better.
20868
20869 2005-02-04 Jay Belanger <belanger@truman.edu>
20870
20871 * calc/calc-embed.el (calc-embedded-update): Don't put in
20872 unnecessary newlines. Adjust the end of formula marker.
20873
20874 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20875 (math-latex-parse-two-args): New function.
20876
20877 2005-02-03 Lute Kamstra <lute@gnu.org>
20878
20879 * help-fns.el (help-with-tutorial): Make sure that users cannot
20880 remove the entire text of the tutorial by means of `undo'.
20881
20882 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20883
20884 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20885 in recent changes, where the ispell process was repeatedly
20886 killed & restarted.
20887
20888 * international/mule-cmds.el (set-locale-environment): Set file-name
20889 coding system to utf-8 on Darwin systems.
20890 (set-default-coding-systems): Don't set default-file-name-coding-system
20891 on Darwin systems.
20892
20893 2005-02-03 Richard M. Stallman <rms@gnu.org>
20894
20895 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20896
20897 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20898
20899 * faces.el (list-faces-display): Add optional argument.
20900
20901 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20902
20903 * font-core.el (font-lock-default-function): Handle the rare case where
20904 only font-lock-keywords is set.
20905
20906 2005-02-02 Kenichi Handa <handa@m17n.org>
20907
20908 * international/characters.el: Cancel previous change for
20909 I-WITH-DOT-ABOVE and DOTLESS-i.
20910
20911 * international/latin-5.el: Cancel previous change.
20912
20913 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20914
20915 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20916
20917 2005-02-02 Kenichi Handa <handa@m17n.org>
20918
20919 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20920 DOTLESS-i.
20921
20922 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20923 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20924
20925 * case-table.el (get-upcase-table): New function.
20926 (copy-case-table): Copy upcaes table too if non-nil.
20927 (set-case-syntax-delims): Maintain upcase table too.
20928 (set-case-syntax-pair): Likewise.
20929 (set-upcase-syntax, set-downcase-syntax): New functions.
20930 (set-case-syntax): Maintain upcase table too.
20931
20932 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20933
20934 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20935
20936 * progmodes/gud.el (gud-goto-info): New function.
20937 (gud-tool-bar-map): Use correct icon.
20938
20939 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20940
20941 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20942 When delegating, order args in the funcall correctly.
20943
20944 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20945
20946 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20947
20948 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
20949
20950 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20951 buffer not visiting a file.
20952
20953 2005-01-31 Jay Belanger <belanger@truman.edu>
20954
20955 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20956 bound on the line with the formula.
20957
20958 2005-01-31 Kim F. Storm <storm@cua.dk>
20959
20960 * ses.el (ses-create-cell-variable-range)
20961 (ses-destroy-cell-variable-range, ses-reset-header-string)
20962 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20963 (ses-insert-row): Fix format of apply undo entries.
20964
20965 2005-01-31 Jay Belanger <belanger@truman.edu>
20966
20967 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20968 parts.
20969
20970 * calc/calc-embed.el (calc-embedded-open-formula)
20971 (calc-embedded-close-formula): Ignore matrix environments.
20972
20973 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20974 TeX mode.
20975
20976 * calc/calc-lang.el (math-function-table, math-oper-table)
20977 (math-variable-table): Adjust the LaTeX portions.
20978
20979 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20980 (math-latex-ignore-words): New constant.
20981
20982 2005-01-31 Richard M. Stallman <rms@gnu.org>
20983
20984 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20985 (ispell-local-dictionary): Doc fix.
20986 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20987 Don't reinitialize at run time. Don't defcustom.
20988 All uses changed to append ispell-local-dictionary-alist,
20989 or check it first.
20990 (ispell-current-dictionary): New variable for dictionary in use.
20991 (ispell-dictionary): Now used only for global default.
20992 (ispell-start-process): Set ispell-current-dictionary,
20993 not ispell-dictionary.
20994 (ispell-change-dictionary): Use this only for setting
20995 user preferences.
20996 (ispell-internal-change-dictionary): New function
20997 to change the current dictionary in use.
20998 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20999 Use ispell-current-dictionary.
21000 Handle ispell-local-dictionary-overridden.
21001 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21002
21003 2005-01-31 Jay Belanger <belanger@truman.edu>
21004
21005 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21006
21007 * calc/calc-ext.el: Add calc-latex-language to autoloads.
21008 (calc-mode-map): Add calc-latex-language.
21009
21010 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21011 (math-latex-print-frac): New functions.
21012 (math-oper-table, math-function-table, math-variable-table)
21013 (math-complex-format, math-input-filter): Add latex properties.
21014 (calc-set-language): Set math-expr-special-function-mapping.
21015
21016 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21017 (calc-write-parse-table-part): Add LaTeX support.
21018
21019 * calc/calc.el (calc-language): Adjust docstring.
21020 (calc-set-mode-line): Add LaTeX support.
21021 (math-expr-special-function-mapping): New variable.
21022 (math-tex-ignore-words): Add to list.
21023
21024 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21025 Add LaTeX support.
21026 (math-compose-expr): Add support for special functions.
21027
21028 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21029
21030 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21031
21032 * progmodes/gdb-ui.el (gdb-memory-address)
21033 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21034 (gdb-memory-mode-map, gdb-memory-format-keymap)
21035 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21036 (gdb-memory-unit-menu): New variables for a buffer
21037 that lets the user examine program memory.
21038 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21039 (gdb-memory-format-binary, gdb-memory-format-octal)
21040 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21041 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21042 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21043 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21044 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21045 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21046 (gdb-memory-mode, gdb-memory-buffer-name)
21047 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21048 New functions for above buffer.
21049
21050 2005-01-30 Richard M. Stallman <rms@gnu.org>
21051
21052 * cus-edit.el (custom-bury-buffer): Function deleted.
21053 (custom-buffer-done-function): Option deleted.
21054 (custom-buffer-done-kill): New replacement option.
21055 (Custom-buffer-done): Call quit-window.
21056 (custom-buffer-create-internal): Update for above changes.
21057
21058 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21059
21060 * simple.el (undo-ask-before-discard): New var.
21061 (undo-outer-limit-truncate): Implement it.
21062 (undo-extra-outer-limit): Doc update.
21063
21064 2005-01-29 Richard M. Stallman <rms@gnu.org>
21065
21066 * ses.el (undo-more): Delete defadvice.
21067 (ses-begin-change): Doc fix.
21068
21069 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21070 instead of rebinding C-x u and C-_.
21071
21072 * files.el (normal-backup-enable-predicate): Return nil for files
21073 in /tmp, regardless of temporary-file-directory.
21074
21075 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21076
21077 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21078 (open-rectangle, delete-whitespace-rectangle-line)
21079 (clear-rectangle-line): If FILL, pass t instead of FILL
21080 for move-to-column's 2nd arg.
21081
21082 * simple.el (undo): Fix the test for continuing a series of undos.
21083 (undo-more): Set pending-undo-list to t when we reach end.
21084 (pending-undo-list): Move up defvar.
21085
21086 * wid-edit.el (widget-button-click):
21087 Shorten the range of the track-mouse binding.
21088
21089 * comint.el (comint-insert-input): Undo previous changes;
21090 use last-input-event in interactive spec.
21091
21092 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21093
21094 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21095 to nil before invoking call-process. Reset buffer's modified flag
21096 after fontifying it in the no-async branch.
21097
21098 * wid-edit.el (widget-specify-button): If mouse pointer shape
21099 cannot be changed, use mouse face instead.
21100
21101 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21102
21103 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21104 (gdb-goto-breakpoint): Make breakpoint handling work on template
21105 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21106 (gdb-assembler-custom): Update to recognize breakpoint information
21107 added on 2005-01-19.
21108
21109 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21110
21111 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21112 (dsssl-mode): Use define-derived-mode.
21113 (scheme-mode-initialize): Remove.
21114 (scheme-mode): Use run-mode-hooks.
21115
21116 * cus-edit.el (customize-group-other-window)
21117 (custom-buffer-create-other-window): Don't override special-display-*.
21118 (custom-mode-map): Make it dense.
21119
21120 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21121 sets the default value.
21122
21123 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21124
21125 * descr-text.el: Add more keywords.
21126
21127 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21128
21129 * speedbar.el: Avoid unnecessary use of locate-library.
21130
21131 * international/mule-cmds.el (standard-display-european-internal):
21132 Don't fiddle with latin-1 non-break space any more since it's now
21133 special cased in the C code.
21134 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21135
21136 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21137
21138 * cus-start.el (all): Add `undo-outer-limit'.
21139
21140 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21141
21142 * textmodes/bibtex.el (bibtex-format-entry):
21143 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21144 field lines.
21145 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21146 not on part of a buffer.
21147
21148 2005-01-25 Lute Kamstra <lute@gnu.org>
21149
21150 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21151 nonempty field text strings like "{letters\\macro{}more letters}".
21152 Clarify docstring.
21153 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21154 (bibtex-entry-offset, bibtex-parse-association)
21155 (bibtex-parse-field-name): Fix typos in docstrings.
21156 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21157
21158 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21159
21160 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21161 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21162 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21163 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21164
21165 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21166 isearch minor mode.
21167
21168 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21169
21170 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21171
21172 2005-01-24 Lute Kamstra <lute@gnu.org>
21173
21174 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21175 CASECHARS and NOT-CASECHARS regular expressions of the
21176 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21177 striding over charsets" error.
21178
21179 2005-01-24 Jay Belanger <belanger@truman.edu>
21180
21181 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21182 display variable name.
21183
21184 2005-01-24 Kenichi Handa <handa@m17n.org>
21185
21186 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21187 Fix setting of the element of encoded-kbd-iso2022-invocations.
21188
21189 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21190
21191 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21192 (gdb-threads-select): Change to also accept mouse events.
21193 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21194 (gdb-threads-mouse-select): Delete.
21195
21196 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21197
21198 * files.el (insert-directory): Take care of empty directory,
21199 listed without -a switch.
21200
21201 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21202
21203 * textmodes/refill.el (refill-post-command-function):
21204 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21205 to the list of functions that we should be careful not to undo.
21206 (refill-late-fill-paragraph-function): Remove.
21207 (refill-saved-state): New var.
21208 (refill-mode): Use it to save fill-paragraph-function.
21209 Save also the value of auto-fill-function.
21210
21211 * term/w32-win.el: Simplify code.
21212
21213 2005-01-23 Kim F. Storm <storm@cua.dk>
21214
21215 * simple.el (line-move): Adapt to new return value from
21216 pos-visible-in-window-p.
21217
21218 * simple.el (line-move): Fix last change. Check partial
21219 visibility at point rather than at window-start.
21220
21221 2005-01-22 Jason Rumney <jasonr@gnu.org>
21222
21223 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21224
21225 2005-01-22 David Kastrup <dak@gnu.org>
21226
21227 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21228
21229 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21230
21231 * type-break.el (type-break-mode): Add a test for
21232 type-break-file-name being non-nil.
21233
21234 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21235
21236 * net/eudc.el (top level): Call (message "") via progn, so that
21237 eudc-options-file is loaded.
21238
21239 2005-01-22 Kim F. Storm <storm@cua.dk>
21240
21241 * simple.el (line-move-1): Rename from line-move.
21242 (line-move): New function that adjusts vscroll for partially
21243 visible rows, and calls line-move-1 otherwise.
21244
21245 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
21246
21247 * pcomplete.el: Define pcomplete-read-event instead of read-event,
21248 since it's not a complete read-event implementation
21249
21250 2005-01-20 Jay Belanger <belanger@truman.edu>
21251
21252 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21253 for called function.
21254
21255 2005-01-20 Steven Tamm <steventamm@mac.com>
21256
21257 * term/mac-win.el (process-connection-type): Remove.
21258 Controlled now by s/darwin.h:PTY_ITERATION.
21259
21260 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21261
21262 * window.el (handle-select-window): Don't switch window when we're
21263 in the minibuffer.
21264
21265 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
21266
21267 * subr.el (dotimes-with-progress-reporter): New macro.
21268
21269 * ses.el (ses-dotimes-msg): Remove macro.
21270 Use `dotimes-with-progress-reporter' instead.
21271
21272 2005-01-19 Steven Tamm <steventamm@mac.com>
21273
21274 * term/mac-win.el (process-connection-type): Use new
21275 operating-system-release variable to use ptys on Darwin 7 (OS X
21276 10.3) when using carbon build.
21277
21278 2005-01-19 Jay Belanger <belanger@truman.edu>
21279
21280 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21281 flags if the last command was a tab or M-tab.
21282
21283 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21284 in formula editing buffer.
21285
21286 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21287
21288 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21289 breakpoint image symbol in margin.
21290
21291 2005-01-19 Jay Belanger <belanger@truman.edu>
21292
21293 * calc/calc-prog.el (calc-execute-kbd-macro):
21294 Ignore calc-keep-arg-flag.
21295
21296 2005-01-19 Kenichi Handa <handa@m17n.org>
21297
21298 * textmodes/ispell.el (ispell-looking-at): New function.
21299 (ispell-process-line): Use ispell-looking-at to compare the ispell
21300 output and the buffer contents.
21301
21302 2005-01-18 Jay Belanger <belanger@truman.edu>
21303
21304 * calc/calc.el (calc-display-raw): Fix docstring.
21305
21306 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21307
21308 * simple.el (blink-matching-open): Strip extra info from syntax.
21309
21310 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21311 funny chars in the end-of-here-doc marker.
21312
21313 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21314
21315 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21316 that enable/disabled state of breakpoints is shown correctly in
21317 fringe and on ttys.
21318 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21319 Add breakpoint information as text properties.
21320 (gdb-mouse-toggle-breakpoint):
21321 Rename to gdb-mouse-set-clear-breakpoint.
21322 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
21323 breakpoints in the margin.
21324 (gdb-remove-strings): Simplify.
21325
21326 2005-01-17 Jay Belanger <belanger@truman.edu>
21327
21328 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21329 erasing buffer.
21330
21331 2005-01-17 Richard M. Stallman <rms@gnu.org>
21332
21333 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21334 for calling grep-compute-defaults.
21335
21336 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21337 if buffer is empty.
21338
21339 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21340
21341 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21342
21343 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21344
21345 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21346 non-preloaded variables.
21347
21348 2005-01-17 Steven Tamm <steventamm@mac.com>
21349
21350 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21351 tex-shell cause to force interactivity when using pipes.
21352
21353 2005-01-17 Kim F. Storm <storm@cua.dk>
21354
21355 * simple.el (just-one-space): Make arg optional.
21356
21357 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
21358
21359 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21360 posn-at-x-y to t to access left-margin.
21361
21362 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
21363
21364 Sync with Tramp 2.0.47.
21365
21366 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21367 catching keep-date problems in cp/scp operations.
21368 (tramp-handle-copy-file): Don't call `set-file-modes'
21369 unconditionally. Specialized functions should know better what is
21370 necessary. This improves performance a little bit, and the
21371 functions could catch errors with `cp -p' and `scp -p'.
21372 (tramp-do-copy-or-rename-file-via-buffer)
21373 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21374 when appropriate.
21375 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21376 Call `set-file-modes' when appropriate.
21377 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
21378 Johnsson <isak@hypergene.com>
21379 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21380 of both Tramp buffer and debug buffer. Reported by Joakim Verona
21381 <joakim@verona.se>
21382 (tramp-file-name-for-operation): Mark `shell-command' as magic for
21383 Emacs only.
21384
21385 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
21386 `find-file-hooks' and `dired-mode-hook'.
21387 (tramp-minor-mode-map): Respective map. Add remapping for
21388 `compile' and `recompile'.
21389 (tramp-remap-command, tramp-recompile): New defuns.
21390 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21391 in buffer "*Compilation*". Call the commands asynchronously.
21392
21393 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21394 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21395 `shell-command', because it isn't magic in XEmacs. Reported by
21396 Adrian Aichner <adrian@xemacs.org>.
21397
21398 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21399 `substitute-in-file-name.
21400 (tramp-smb-handle-substitute-in-file-name): New defun.
21401 (tramp-smb-advice-PC-do-completion): Delete advice.
21402
21403 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
21404
21405 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
21406 Fix error in deleting region.
21407
21408 2005-01-15 Richard M. Stallman <rms@gnu.org>
21409
21410 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21411 In non-temp buffer, switch syntax table temporarily.
21412
21413 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21414
21415 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21416
21417 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21418
21419 * imenu.el (imenu--split-menu): Copy menulist before sorting.
21420 (imenu--generic-function): Use START, not BEG, as pos of definition.
21421
21422 * simple.el (just-one-space): Argument specifies number of spaces.
21423
21424 * simple.el (eval-expression-print-format): Avoid warning
21425 about edebug-active.
21426
21427 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
21428
21429 * progmodes/sh-script.el: Code copied from make-mode.el
21430 with small changes,
21431 (sh-mode-map): Bind C-c C-\.
21432 (sh-backslash-column, sh-backslash-align): New variables.
21433 (sh-backslash-region, sh-append-backslash): New functions.
21434
21435 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
21436
21437 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21438 (rmail-pop-password, rmail-pop-password-required): Move to
21439 rmail-obsolete group.
21440 (rmail-set-pop-password): Rename to rmail-set-remote-password.
21441 All callers updated.
21442 (rmail-get-pop-password): Rename to rmail-get-remote-password.
21443 Take an argument specifying whether it is POP or IMAP mailbox we
21444 are using. All callers updated.
21445 (rmail-pop-password-error): Rename to
21446 rmail-remote-password-error. Added mailutils-specific error message.
21447 (rmail-movemail-search-path)
21448 (rmail-movemail-variant-in-use): New variables.
21449 (rmail-remote-password, rmail-remote-password-required):
21450 New customization variables.
21451 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21452 (rmail-parse-url): New function.
21453 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21454 with GNU mailutils movemail.
21455
21456 2005-01-15 Kevin Ryde <user42@zip.com.au>
21457
21458 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21459 suffix to space, $ or '$, to correctly position point when going
21460 to @table style constants like DBL_MAX.
21461
21462 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
21463
21464 * type-break.el (type-break-mode, type-break-file-time)
21465 (type-break-file-keystroke-count, type-break-choose-file):
21466 Don't store data in or load data from the file if type-break-file-name
21467 is nil.
21468 (type-break-file-name): Doc update as per the above.
21469
21470 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
21471
21472 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21473 lookup-key might return nil; handle that.
21474
21475 2005-01-15 Alan Mackenzie <acm@muc.de>
21476
21477 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21478 rather than the element found, thus enabling the tree to be setcar'd.
21479
21480 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21481
21482 * textmodes/org.el (org-show-following-heading): New option.
21483 (org-show-hierarchy-above): Use `org-show-following-heading'.
21484 (org-cycle): Documentation fix.
21485
21486 * textmodes/org.el (orgtbl-optimized): New option
21487 (orgtbl-mode): New command, a minor mode.
21488 (orgtbl-mode-map): New variable.
21489 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21490 (orgtbl-error, orgtbl-self-insert-command)
21491 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21492
21493 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21494 a local variable in each org-mode buffer.
21495
21496 * textmodes/org.el (org-set-regexps-and-options): Rename from
21497 `org-set-regexps'. Added checking for STARTUP keyword.
21498 (org-get-current-options): Add STARTUP options.
21499 (org-table-insert-row): Make mode intelligent about when
21500 realignment is needed.
21501 (org-self-insert-command, org-delete-backward-char, org-delete-char):
21502 New commands.
21503 (org-enable-table-editor): New default value `optimized'.
21504 (org-table-blank-field): Support blanking regions if active.
21505
21506 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21507
21508 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21509 if the year is not given.
21510
21511 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21512 Add new escapes %m and %M, fixed bug with %F by adding
21513 save-match-data.
21514 (reftex-reference): Remove ?. from list of spaces.
21515 (reftex-label-info): Add automatic label prefix recognition.
21516
21517 * textmodes/reftex-index.el (reftex-index-next-phrase):
21518 Add slave parameter to call of `reftex-index-this-phrase'.
21519 (reftex-index-this-phrase): New optional argument.
21520 (reftex-index-region-phrases): Add slave parameter to call of
21521 `reftex-index-this-phrase'.
21522 (reftex-display-index): New argument redo.
21523 (reftex-index-rescan): Add `redo' to arguments of
21524 `reftex-display-index'.
21525 (reftex-index-Rescan, reftex-index-revert)
21526 (reftex-index-switch-index-tag): Add `redo' to arguments of
21527 `reftex-display-index'.
21528 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21529 indexing. Fix bug with matching is there is a quote before or
21530 after the word.
21531
21532 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21533 Fix bug when collecting citation keys in lines with comments.
21534 (reftex-citation): Prefix argument no longer rescans the document,
21535 but forces prompting for optional arguments of cite macros.
21536 (reftex-do-citation): Prompting for optional arguments implemented.
21537
21538 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21539 Add optional arguments to most cite commands.
21540 (reftex-cite-cleanup-optional-args): New option
21541 (reftex-cite-prompt-optional-args): New option.
21542 (reftex-trust-label-prefix): New option.
21543
21544 * textmodes/reftex-toc.el (reftex-toc-find-section):
21545 Add push-mark before changing the position in the buffer.
21546
21547 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21548 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21549
21550 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
21551
21552 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21553 more carefully.
21554
21555 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
21556
21557 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21558 (sgml-mode): Use it.
21559 (sgml-get-context): Better keep track of implicitly closed tags.
21560
21561 2005-01-13 Kenichi Handa <handa@m17n.org>
21562
21563 * textmodes/ispell.el: These changes are to fix misalignment error
21564 caused by equivalent characters of different Emacs charsets.
21565 (ispell-unified-chars-table): New variable.
21566 (ispell-get-decoded-string): New function.
21567 (ispell-get-casechars, ispell-get-not-casechars)
21568 (ispell-get-otherchars): Call ispell-get-decoded-string.
21569
21570 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21571
21572 * custom.el (custom-declare-variable): Just put symbol instead
21573 of (defvar . symbol) in `current-load-list'.
21574
21575 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
21576
21577 * emacs-lisp/elint.el: Fixed typo in Commentary section.
21578
21579 2005-01-12 Jay Belanger <belanger@truman.edu>
21580
21581 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21582 to create a Calc summary.
21583
21584 2005-01-12 Kim F. Storm <storm@cua.dk>
21585
21586 * mouse.el (mouse-on-link-p): Change functionality and doc
21587 string to comply with latest description in lisp ref.
21588
21589 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
21590
21591 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21592 Enable mouse clicks on mode-line, header-line and margin.
21593 (event-type): Give mouse event symbols an `event-kind' property
21594 with value `mouse-click'.
21595
21596 2005-01-12 Juri Linkov <juri@jurta.org>
21597
21598 * facemenu.el (list-colors-display): Add new arg buffer-name.
21599 Use it. Fix docstring. Replace code for identifying duplicate
21600 colors by the name with call to `list-colors-duplicates' which
21601 identifies duplicate colors by the value unless the color
21602 is one of special Windows colors. Set truncate-lines to t.
21603 Print sorted duplicate color names on each line. Indent to 22
21604 \(the longest color name in rgb.txt) instead of 20. Optimize.
21605 (list-colors-duplicates): New function.
21606 (facemenu-color-name-equal): Delete function.
21607
21608 * facemenu.el (list-colors-print): New function created from code
21609 in list-colors-display. Print #RRGGBB at the window right edge.
21610 (list-colors-display): When temp-buffer-show-function is not
21611 defined, call list-colors-print from temp-buffer-show-hook
21612 to get the right value of window-width in list-colors-print
21613 after the buffer is displayed.
21614
21615 * simple.el (pop-mark): Move deactivate-mark out of conditional
21616 part to deactivate the active mark regardless of the state of the
21617 mark ring.
21618
21619 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21620 variables line in desktop files.
21621
21622 2005-01-12 Juri Linkov <juri@jurta.org>
21623
21624 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21625 Bring together isearch highlight related options.
21626 (lazy-highlight): Replace group `replace' by `matching'.
21627 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21628 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21629 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21630 and declare them obsolete.
21631 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21632 (isearch-faces): Remove defgroup.
21633 (isearch-overlay, isearch-highlight, isearch-dehighlight):
21634 Move isearch highlighting code closer to lazy highlighting code.
21635
21636 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21637 (query-replace-highlight, query-replace-lazy-highlight)
21638 (query-replace): Move definitions to the beginning of the file.
21639
21640 2005-01-11 Juri Linkov <juri@jurta.org>
21641
21642 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21643 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21644 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21645
21646 * info.el (Info-history-forward): New variable.
21647 (Info-select-node): Reset Info-history-forward to nil.
21648 (Info-last): Turn into defalias.
21649 (Info-history-back): Rename from Info-last.
21650 Add current node to Info-history-forward.
21651 (Info-history-forward): New fun.
21652 (Info-mode-map): Replace Info-last by Info-history-back.
21653 Bind Info-history-forward to "r".
21654 (Info-mode-menu): Replace Info-last by Info-history-back.
21655 Fix menu item text. Add menu item for Info-history-forward.
21656 (info-tool-bar-map): Replace Info-last by Info-history-back.
21657 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21658 for Info-history-forward.
21659 (Info-mode): Replace Info-last by Info-history-back in docstring.
21660 Add local variable Info-history-forward.
21661 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21662
21663 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21664
21665 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21666 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21667 Ignore select-window events rather than fiddle with
21668 mouse-autoselect-window.
21669
21670 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21671
21672 * type-break.el (type-break-mode): Fix previous change.
21673
21674 2005-01-10 Jay Belanger <belanger@truman.edu>
21675
21676 * calc/calc-ext.el (calc-reset): Reset when inside embedded
21677 calculator; only reset when point is inside a calculator.
21678 Don't adjust the window height if the window takes up the whole height
21679 of the frame.
21680
21681 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21682
21683 * ebuff-menu.el (Electric-buffer-menu-mode):
21684 Preserve value of buffer-local var header-line-format.
21685
21686 2005-01-09 Jay Belanger <belanger@truman.edu>
21687
21688 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21689 Make sure settings file exists before accessing it.
21690
21691 * calc/calc-embed.el (calc-embedded-subst):
21692 Replace math-multi-subst-rec, which is only supposed to be called
21693 by math-multi-subst, by math-multi-subst.
21694
21695 2005-01-09 Andre Spiegel <spiegel@gnu.org>
21696
21697 * vc.el (vc-allow-async-revert): New user option.
21698 (vc-disable-async-diff): New internal variable.
21699 (vc-revert-buffer): Use them to disable asynchronous diff.
21700
21701 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21702 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21703 asynchronously if vc-disable-async-diff is t.
21704
21705 2005-01-09 Jay Belanger <belanger@truman.edu>
21706
21707 * calc/calc.el (defcalcmodevar): New macro.
21708 (calc-mode-var-list-restore-default-values)
21709 (calc-mode-var-list-restore-saved-values): New functions.
21710 (calc-mode-var-list): Use defcalcmodevar to define it.
21711 (calc-always-load-extensions, calc-line-numbering)
21712 (calc-line-breaking, calc-display-just, calc-display-origin)
21713 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21714 (calc-group-char, calc-point-char, calc-frac-format)
21715 (calc-prefer-frac, calc-hms-format, calc-date-format)
21716 (calc-float-format, calc-full-float-format, calc-complex-format)
21717 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21718 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21719 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21720 (calc-matrix-brackets, calc-language, calc-language-option)
21721 (calc-left-label, calc-right-label, calc-word-size)
21722 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21723 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21724 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21725 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21726 (calc-window-height, calc-display-trail, calc-show-selections)
21727 (calc-use-selections, calc-assoc-selections)
21728 (calc-display-working-message, calc-auto-why, calc-timing)
21729 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21730 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21731 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21732 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21733 (calc-gnuplot-geometry, calc-graph-default-resolution)
21734 (calc-graph-default-resolution-3d, calc-invocation-macro)
21735 (calc-show-banner): Use defcalcmodevar to declare them and set
21736 their default values.
21737
21738 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21739 instead of default values (but restore default values if there is
21740 an argument of 0).
21741
21742 2005-01-09 David Kastrup <dak@gnu.org>
21743
21744 * desktop.el (desktop-restore-eager): Fix typo in type.
21745
21746 2005-01-08 Richard M. Stallman <rms@gnu.org>
21747
21748 * cus-edit.el (customize): Delete :link.
21749
21750 2005-01-08 Jay Belanger <belanger@truman.edu>
21751
21752 * calc/calc.el (calc-mode): Remove the extension from the
21753 `calc-settings-file' file name when loading it.
21754
21755 2005-01-08 Kim F. Storm <storm@cua.dk>
21756
21757 * info.el (Info-mode-map, Info-next-link-keymap)
21758 (Info-prev-link-keymap, Info-up-link-keymap):
21759 Map follow-link to mouse-face.
21760 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21761
21762 2005-01-08 Jay Belanger <belanger@truman.edu>
21763
21764 * calc/calc.el (calc-settings-file): Change default value.
21765 Suggested by cgw in a comment in calc-mode.el.
21766
21767 * calc/calc-mode.el (calc-settings-file-name):
21768 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21769 Replace ~/.emacs in a prompt by calc-settings-file.
21770
21771 2005-01-07 Lars Hansen <larsh@math.ku.dk>
21772
21773 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21774 (desktop-lazy-idle-delay): New customizable variables.
21775 (desktop-buffer-args-list): New variable.
21776 (desktop-append-buffer-args): New function.
21777 (desktop-save): Call desktop-append-buffer-args for some buffers.
21778 (desktop-lazy-create-buffer): New function.
21779 (desktop-idle-create-buffers): New function.
21780 (desktop-read): Add message about buffers to restore lazily.
21781 (desktop-lazy-abort): New command.
21782 (desktop-clear): Call desktop-lazy-abort.
21783 (desktop-lazy-complete): New command.
21784
21785 2005-01-06 Richard M. Stallman <rms@gnu.org>
21786
21787 * emacs-lisp/find-func.el (find-face-definition):
21788 Rename from find-face.
21789
21790 2005-01-06 Kim F. Storm <storm@cua.dk>
21791
21792 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21793
21794 * man.el (Man-xref-man-page, Man-xref-header-file)
21795 (Man-xref-normal-file): Add follow-link property.
21796
21797 2005-01-06 Jay Belanger <belanger@truman.edu>
21798
21799 * calc/calc-units.el: Make sure the proper macro definitions are
21800 available when compiling.
21801
21802 2005-01-06 Juri Linkov <juri@jurta.org>
21803
21804 * isearch.el (isearch-lazy-highlight-update):
21805 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21806
21807 2005-01-06 Miles Bader <miles@gnu.org>
21808
21809 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21810 (isearch-lazy-highlight-face): Use new name.
21811
21812 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21813
21814 * uniquify.el (uniquify-rationalize-file-buffer-names):
21815 Re-add an interactive spec.
21816 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21817 to the same name.
21818
21819 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21820 (isearch-update, isearch-done): Adjust calls accordingly.
21821
21822 2005-01-05 Richard M. Stallman <rms@gnu.org>
21823
21824 * custom.el (custom-set-variables, custom-theme-set-variables):
21825 Clarify documentation.
21826
21827 * emacs-lisp/find-func.el (find-variable)
21828 (find-variable-other-window, find-variable-other-frame):
21829 Fix the TYPE args to find-function-read and find-function-do-it.
21830 (find-function): Doc fix.
21831 (find-function-at-point): Replace function-at-point alias.
21832
21833 2005-01-04 Richard M. Stallman <rms@gnu.org>
21834
21835 * cus-face.el (custom-declare-face):
21836 Record defface in current-load-list.
21837
21838 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21839
21840 * emacs-lisp/find-func.el: Doc fixes.
21841 (find-face-regexp): New variable.
21842 (find-function-regexp-alist): New variable.
21843 (find-function-C-source): Third arg is now TYPE.
21844 (find-function-search-for-symbol): Handle general TYPE.
21845 (find-function-read, find-function-do-it): Handle general TYPE.
21846 (find-definition-noselect, find-face): New functions.
21847 (function-at-point): Alias deleted.
21848
21849 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21850
21851 * battery.el (display-battery-mode): Rename from display-battery.
21852 Handle the case where it gets turned off.
21853
21854 2005-01-04 Richard M. Stallman <rms@gnu.org>
21855
21856 * cus-edit.el (customize): Make :link point to user doc.
21857
21858 * man.el (Man-fontify-manpage): Turn off undo generation.
21859
21860 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21861
21862 2005-01-04 Andreas Schwab <schwab@suse.de>
21863
21864 * files.el (insert-directory): Only look for error lines in
21865 inserted text. Don't move too far after processing --dired markers.
21866
21867 2005-01-04 Richard M. Stallman <rms@gnu.org>
21868
21869 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21870 Don't expand if the character is @, period, dash, etc.
21871 (define-mail-abbrev): Quote names that contain problem characters.
21872
21873 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21874
21875 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21876
21877 2005-01-03 Richard M. Stallman <rms@gnu.org>
21878
21879 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21880 (query-replace-highlight, query-replace-lazy-highlight)
21881 (query-replace): Definitions moved up. Doc fix.
21882
21883 2005-01-03 Richard M. Stallman <rms@gnu.org>
21884
21885 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21886 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21887 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21888 (lazy-highlight-face): Rename from isearch-lazy-...
21889 Change all references to them.
21890
21891 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21892
21893 * cus-edit.el (custom-file): Doc fix for defcustom.
21894 (custom-file): The function no longer sets the variable
21895 `custom-file' to its return value.
21896
21897 * startup.el (command-line): No longer load `custom-file'.
21898
21899 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21900
21901 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21902
21903 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21904 Don't confuse module-prefixed identifiers for labels.
21905 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21906
21907 2005-01-02 Richard M. Stallman <rms@gnu.org>
21908
21909 * files.el (basic-save-buffer-1): Fix previous change.
21910
21911 * loadhist.el (file-loadhist-lookup): New function.
21912 (file-provides, file-requires): Use it.
21913
21914 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21915 instead of calculating the right size.
21916
21917 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21918
21919 * vc-svn.el (vc-svn-diff): Stay local if possible.
21920
21921 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
21922
21923 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21924
21925 * files.el (hack-local-variables): Fix last change.
21926
21927 2005-01-02 Jay Belanger <belanger@truman.edu>
21928
21929 * calc/calc-yank.el (calc-edit-top): New variable.
21930 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21931 object. Change header properties.
21932 (calc-edit-finish, calc-edit-finish-stack-object)
21933 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21934 edited object.
21935 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21936 for the beginning of the edited object.
21937 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21938 for the beginning of the edited object.
21939 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21940 (calc-finish-formula-edit, calc-macro-repeats)
21941 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21942 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21943 beginning of the edited object.
21944 (calc-user-define-edit): Change the header for editing macros.
21945 Remove unnecessary variable.
21946
21947 2005-01-01 Jay Belanger <belanger@truman.edu>
21948
21949 * calc/calc-yank.el (calc-edit-mode): Change default header.
21950 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21951 * calc/calc-store.el (calc-edit-variable): Change title to match new
21952 header.
21953 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21954 mode to match new header.
21955 (calc-user-define-edit): Change titles to include names of commands.
21956 (calc-finish-formula-edit): Adjust to handle new header.
21957 (calc-finish-macro-edit): Remove.
21958 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21959 (calc-edit-macro-command, calc-edit-macro-command-type)
21960 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21961 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21962 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21963 (calc-edit-macro-finish-edit): New functions.
21964 (calc-user-define-edit): Use new functions to edit named calc macros.
21965
21966 2005-01-01 Stefan <monnier@iro.umontreal.ca>
21967
21968 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21969
21970 * ses.el (copy-region-as-kill): Deactivate mark.
21971
21972 2005-01-01 Richard M. Stallman <rms@gnu.org>
21973
21974 * replace.el (occur-1): If the output buffer is also an input,
21975 don't kill it, rename it.
21976
21977 * faces.el (set-face-background, set-face-foreground): Doc fix.
21978
21979 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21980 for :foreground and :background.
21981
21982 * dired.el (dired-view-command-alist): Variable deleted.
21983 (dired-view-file, dired-mouse-find-file-other-window):
21984 Delete the code to use it.
21985
21986 2005-01-01 Kim F. Storm <storm@cua.dk>
21987
21988 * image.el (insert-sliced-image): Use t for line-height property.
21989
21990 See ChangeLog.11 for earlier changes.
21991
21992 ;; Local Variables:
21993 ;; coding: iso-2022-7bit
21994 ;; End:
21995
21996 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21997 Copying and distribution of this file, with or without modification,
21998 are permitted provided the copyright notice and this notice are preserved.
21999
22000 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1