]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix.
[gnu-emacs] / lisp / ChangeLog
1 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
2
3 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4 (pgg-gpg-update-agent): New function.
5 (pgg-gpg-use-agent-p): New function.
6 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8 (pgg-gpg-sign-region): Use it.
9
10 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11
12 * cus-edit.el (custom-face-set): Call custom-push-theme before
13 face-spec set so that `changed' theme is correctly saved.
14 (custom-face-reset-standard): Reset to recalculated face rather
15 than defface spec.
16
17 * custom.el (custom-push-theme): Only save `changed' theme if the
18 current face does not match the defface specs.
19
20 2006-03-21 Simon Josefsson <jas@extundo.com>
21
22 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
23 <wilde@sha-bang.de>.
24 (pgg-gpg-use-agent): New variable.
25 (pgg-gpg-process-region): Use it.
26 (pgg-gpg-encrypt-region): Likewise.
27 (pgg-gpg-encrypt-symmetric-region): Likewise.
28 (pgg-gpg-decrypt-region): Likewise.
29 (pgg-gpg-sign-region): Likewise.
30 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
31
32 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
33
34 * textmodes/org.el: (org-open-at-point): Fixed bug in wiki-style
35 bracket links.
36
37 2006-03-21 Kim F. Storm <storm@cua.dk>
38
39 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
40 fringe-indicator-alist instead of modifying global value.
41 (gdb-frame-handler): Likewise.
42
43 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
44
45 * diff-mode.el (diff-function): Make it inherit from diff-header
46 instead of diff-context.
47
48 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
49 bitmap.
50 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
51 change names in macro above for consistency.
52 (gdb-frame-handler): Use hollow-right-triangle for all selected
53 frames which except the innermost (where execution has stopped).
54 (gdb-reset): Reset buffer-local values of overlay-arrow.
55
56 2006-03-20 Richard Stallman <rms@gnu.org>
57
58 * simple.el (set-mark-command): Doc fix.
59
60 * files.el (display-buffer-other-frame): New command.
61 (ctl-x-4-map): Bind C-x 5 C-o to it.
62
63 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
66 rather than just defer-time, in case defer-time has been changed but
67 the timer isn't running yet.
68 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
69
70 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
71
72 * help-mode.el (help-follow-symbol): New function.
73 Essentially identical to the old `help-follow', but do not let
74 `push-button' do the work when on an xref.
75 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
76
77 2006-03-19 Richard Stallman <rms@gnu.org>
78
79 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
80 preceded by the word `program'.
81 (help-follow-mouse, help-follow): Throw error if not on xref.
82 Delete no longer used args.
83
84 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
85
86 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
87 annotation ensure gud-overlay-arrow-position is redisplayed.
88
89 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
90
91 * textmodes/bibtex.el (bibtex-include-OPTkey)
92 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
93 (bibtex-autokey-name-case-convert)
94 (bibtex-autokey-titleword-case-convert): Make these the aliases
95 for the following two variables.
96 (bibtex-autokey-name-case-convert-function)
97 (bibtex-autokey-titleword-case-convert-function): Make these the
98 real names.
99 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
100 bibtex-font-lock-crossref sublists.
101 (bibtex-mode): Revert 2005-12-30 change (which made
102 completion-ignore-case buffer-local).
103 (bibtex-url): Simplify.
104
105 2006-03-19 Kim F. Storm <storm@cua.dk>
106
107 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
108 cursor property value to 2 (to align with C level change).
109
110 2006-03-19 Bill Wohler <wohler@newt.com>
111
112 * image.el (image-load-path-for-library): Shorten first line in
113 docstring.
114
115 2006-03-18 Richard Stallman <rms@gnu.org>
116
117 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
118
119 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
120
121 * isearch.el (isearch-other-meta-char): Handle user bindings for
122 shifted control characters.
123
124 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
125
126 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
127 part that matches email addresses, file names, etc.
128
129 2006-03-18 Eli Zaretskii <eliz@gnu.org>
130
131 * term/w32-win.el (mouse-set-font):
132 Mention w32-list-proportional-fonts in the doc string.
133
134 2006-03-18 Kim F. Storm <storm@cua.dk>
135
136 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
137 (ido-unc-hosts): New user option to explicitly define list of know
138 UNC-style hosts for completion.
139 (ido-cache-unc-host-shares-time): New user option.
140 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
141 New helper functions for UNC file-name support.
142 (ido-may-cache-directory): Check for UNC host. Simplify.
143 (ido-wash-history): Clean out old UNC hosts.
144 (ido-nonreadable-directory-p): UNC hosts are always readable.
145 (ido-directory-too-big-p): UNC hosts are never too big.
146 (ido-set-current-directory): Handle UNC root path.
147 (ido-file-name-all-completions): Complete UNC host names from
148 ido-unc-hosts list. Cache UNC host shares.
149 (ido-make-file-list-1): Don't filter UNC root.
150 (ido-exhibit): Check for // in root directory, and switch to UNC
151 mode by setting ido-current-directory to //.
152
153 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
154
155 * cus-edit.el (customize-changed-options): Mention explicit
156 version number as default in prompt.
157
158 2006-03-17 Bill Wohler <wohler@newt.com>
159
160 * image.el (image-load-path-for-library): Minor docstring fix.
161
162 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
163
164 * textmodes/org.el (org-read-date): Include subgroup 5 into
165 replacement text.
166 (org-popup-calendar-for-date-prompt): Fix customization type.
167
168 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
169
170 * progmodes/gdb-ui.el (gud-watch): Provide completion.
171 (gdb-continuation): New variable.
172 (gdb-send): Deal with continuation lines.
173
174 * progmodes/gud.el (gud-gdb-complete-command)
175 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
176 expressions.
177 (gud-tooltip-mode): Use buffer-local value.
178
179 2006-03-16 Kim F. Storm <storm@cua.dk>
180
181 * ido.el (ido-edit-input): Use selected match, if any.
182
183 2006-03-16 Bill Wohler <wohler@newt.com>
184
185 * image.el (image-load-path-for-library): Prefer user's images in
186 image-load-path.
187
188 2006-03-16 Martin Rudalics <rudalics@gmx.at>
189
190 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
191 when checking for attempt to drag leftmost or rightmost scrollbar.
192
193 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
194
195 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
196 (gdb-force-mode-line-update): New function.
197 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
198 (gdb-exited): Use them.
199 (gdb-signal): New fuction.
200 (gdb-annotation-rules): Provide a rule for it.
201
202 2006-03-16 Kenichi Handa <handa@m17n.org>
203
204 * international/mule.el (auto-coding-regexp-alist): Add entries
205 for Unicode BOM.
206
207 * sort.el (sort-build-lists): Temporarily bind
208 inhibit-field-text-motion to t.
209
210 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
211
212 * locate.el (locate-command, locate-make-command-line)
213 (locate-fcodes-file, locate-update-command)
214 (locate-prompt-for-command, locate, locate-with-filter)
215 (locate-get-file-positions): Doc fixes.
216 (locate-buffer-name, locate-header-face): Remove leading `*' in
217 defcustom.
218 (locate-filter-output): Use `keep-lines' instead of its alias
219 `delete-non-matching-lines'.
220 (locate-get-filename, locate-get-dirname): Add introductory comment.
221 (locate-find-directory-other-window): Give appropriate error
222 message if used outside main listing.
223
224 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
225
226 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
227 the new extend-region feature.
228 (font-lock-after-change-function): Update correspondingly.
229 * jit-lock.el (jit-lock-after-change): Update correspondingly.
230 * progmodes/grep.el (font-lock-lines-before): Don't disable.
231
232 2006-03-15 Bill Wohler <wohler@newt.com>
233
234 * image.el (image-load-path-for-library): Fix example by not
235 recommending that one binds image-load-path. Just defvar it to
236 placate compiler and only use it if previously defined.
237
238 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
239
240 * textmodes/org.el (org-insert-centered): Use `string-width' to
241 make underlining work for wide characters.
242 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
243 TAB to `org-cycle', to make sure that no binding in
244 `outline-mode-map' can supercede it.
245
246 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
247
248 * allout.el: Increment version to 2.2.1 in file commentary.
249
250 (allout-version): Increment to 2.2.1.
251
252 (allout-default-layout): New customization variable, used when the
253 file lacks a specific allout-layout. Uses allout-layout-type for
254 recursively nested definition.
255
256 (allout-layout-type): Widget defining allout layouts, necessary for
257 self-recursive definition.
258
259 (allout-mode): Incorporate allout-default-layout as fallback for
260 allout-layout.
261
262 (allout-layout): Mark as 'safe-local-variable', and refer mention
263 fallback to `allout-default-layout' in absence of a specified value.
264 (allout-passphrase-verifier-string)
265 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
266
267 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
268
269 (allout-get-encryption-passphrase-verifier): Use correct name of
270 passphrase verifier in docstring.
271
272 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
273
274 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
275 elements.
276 (gdb-find-watch-expression): Make it work for arrays too.
277 Follow change to gdb-var-list.
278 (gud-watch): Allow the user to enter variable name with a prexix
279 arg. Create keybindings.
280 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
281 (gdb-var-list-children-handler, gdb-var-update-handler)
282 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
283 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
284 Follow change to gdb-var-list.
285 (gdb-starting): Don't show the overlay arrows when program is running.
286
287 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
288 gdb-var-list.
289
290 2006-03-14 Bill Wohler <wohler@newt.com>
291
292 * image.el (image-load-path-for-library): Pass value of path
293 rather than symbol. Always return list of directories.
294 Guarantee that image directory comes first.
295
296 2006-03-14 Alan Mackenzie <acm@muc.de>
297
298 * font-core.el (font-lock-extend-region\(-function\)?.):
299 New function/variable.
300
301 * font-lock.el (font-lock-after-change-function):
302 Call font-lock-extend-region. Obey font-lock-lines-before.
303 (font-lock-default-fontify-region): Remove reference to
304 font-lock-lines-before.
305
306 * jit-lock.el (jit-lock-after-change):
307 Call font-lock-extend-region. Obey font-lock-lines-before.
308
309 2006-03-14 David Ponce <david@dponce.com>
310
311 * tree-widget.el (tree-widget-themes-load-path)
312 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
313
314 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
317 wwidth.
318
319 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
320
321 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
322 (rcirc-print): Mark the start of text at the end of the prompt.
323 (rcirc-track-minor-mode): Add autoload cookie.
324 (rcirc-update-activity-string): Add space to front of mode-line
325 indicator.
326
327 2006-03-13 Miles Bader <miles@gnu.org>
328
329 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
330 (rcirc-abbrev-nick): Remove function.
331 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
332
333 2006-03-13 David Ponce <david@dponce.com>
334
335 * tree-widget.el: Handle themes across all occurrences of the main
336 themes sub-directory found in tree-widget-themes-load-path.
337 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
338 (tree-widget--locate-sub-directory): Return all occurrences.
339 (tree-widget-themes-path): New function.
340 Replace tree-widget-themes-directory, and return a list of directories.
341 (tree-widget-set-parent-theme)
342 (tree-widget-lookup-image): Use it.
343
344 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
345
346 * textmodes/org.el (org-link-search): Avoid self-matching of
347 links, allow target text to be distributed over several lines.
348 (org-search-not-link): New function.
349 (org-set-regexps-and-options, org-get-current-options):
350 New startup options.
351 (org-export-as-html): Take odd-level setting from local variable.
352 (org-fontify-emphasized-text): New option.
353 (org-set-font-lock-defaults): Include emphasized text.
354 (org-follow-mhe-link): Allow folder-only links, fix folder name.
355 (org-font-lock): Customize group renamed from `org-faces'.
356
357 2006-03-13 John Paul Wallington <jpw@pobox.com>
358
359 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
360 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
361
362 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
363
364 * cus-start.el (all): Delete :version keyword for members of the
365 fringe group, since the entire group is new in 22.1.
366
367 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
368
369 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
370 map if value is hexadecimal (an address).
371 (gud-watch): Only search roots for existing watch expressions.
372 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
373 prevent caching problems with speedbar-update-directory-contents.
374
375 2006-03-12 Juri Linkov <juri@jurta.org>
376
377 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
378 before comparing with `low' and `warn'.
379
380 * info.el (Info-dir-remove-duplicates): Move point to the
381 beginning of the current line after deleting the entries from
382 redundant heading. Use marker for `limit' and compare it with
383 point before calling `re-search-forward'.
384
385 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
386
387 * simple.el (yank): Fix typo in docstring.
388
389 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
390
391 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
392 messages, where "D" is the 6th character.
393
394 2006-03-11 Eli Zaretskii <eliz@gnu.org>
395
396 * simple.el (yank): Fix last change.
397
398 2006-03-11 David Ponce <david@dponce.com>
399
400 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
401 merging elements from the standard ispell-dictionary-alist.
402 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
403 alist, and return the new alist.
404
405 2006-03-11 Richard Stallman <rms@gnu.org>
406
407 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
408
409 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
410 the way it is implemented is too unclean.
411
412 * simple.el (kill-region, yank): Doc fix.
413
414 * battery.el (battery-echo-area-format): Doc fix.
415 (battery-mode-line-format): Likewise.
416 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
417 (battery-linux-proc-acpi): Ignore batteries that say "charged".
418
419 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
420
421 * progmodes/octave-mod.el (octave-indent-for-comment):
422 Behave according to do string.
423
424 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
425
426 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
427 Be visible only if major mode is Mail Mode.
428
429 * textmodes/flyspell.el (flyspell-external-point-words)
430 (flyspell-process-localwords): Fix last changes.
431
432 2006-03-11 Eli Zaretskii <eliz@gnu.org>
433
434 * calendar/holidays.el (list-holidays): Doc fix.
435
436 * international/mule.el (auto-coding-alist): Add .odt
437 (OpenOffice's open document) files.
438
439 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
440 document) files. Mention in the doc string the need to sync with
441 auto-coding-alist.
442
443 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
444
445 * files.el (hack-local-variables-confirm): Don't prompt for ! if
446 enable-local-variables is set to always query, or there is no
447 savable variable.
448
449 2006-03-10 Bill Wohler <wohler@newt.com>
450
451 * image.el (image-load-path-for-library): Merge at least three
452 functions from Gnus and MH-E into this one function that can now
453 be shared.
454
455 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
456
457 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
458 gdb-remove-mouse-face and remove help-echo too.
459 (gdb-enqueue-input): Correct conditional clause.
460
461 2006-03-10 Glenn Morris <rgm@gnu.org>
462
463 * calendar/calendar.el (calendar-holidays): Doc fix.
464 * calendar/holidays.el (list-holidays): Doc fix.
465
466 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
467
468 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
469 it gets called in gdb-prompt anyway.
470 (gdb-use-separate-io-buffer): Only restore window arrangement for
471 gdb-many-windows.
472 (gdb-enqueue-input): Make it harder to send GDB input when program
473 is running.
474 (gdb-buffer-list): New variable.
475 (gdb-remove-mouse-face): New function.
476 (gdb-starting): Use it when GDB input won't get sent.
477
478 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
479
480 * help.el (view-lossage): Remove trailing whitespace before
481 inserting "\n".
482
483 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
484
485 * files.el (hack-local-variables-confirm):
486 Set coding-system-for-read to nil before writing to .emacs.
487
488 * arc-mode.el (archive-extract): Check if an existing buffer name
489 comes from a different archive.
490
491 * help.el (describe-key-briefly): If KEY is a down event, read and
492 discard the up event.
493
494 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
495
496 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
497 be edited and use font-lock-warning-face for any changes.
498
499 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
500 (gdb-edit-value): Use it to report any errors.
501
502 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
503
504 * help.el (describe-key): Remove leftover test code.
505
506 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
507
508 * textmodes/org.el: Move defvars out of eval-when-compile.
509 Use buffer-file-name variable.
510 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
511 arg `file'.
512 (org-level-faces): Remove startup dependency.
513 (org-cycle, org-map-tree, org-scan-tags)
514 (org-remember-handler): Don't call `outline-level' directly.
515 (org-mhe-search-all-folders): New option.
516 (org-mhe-get-message-folder-from-index)
517 (org-mhe-get-message-folder): Fix indexing search.
518 (org-format-agenda-item): Handle nil TAGS argument.
519 (org-cleaned-string-for-export, org-activate-target-links)
520 (org-make-target-link-regexp): Deal with empty radio target list.
521 (org-tag): New face.
522 (org-get-level-face): New function.
523 (org-set-font-lock-defaults): Simplify setup for headlines.
524 (org-complete): Pass common substring to `display-completion-list'.
525
526 2006-03-06 David Ponce <david@dponce.com>
527
528 * tree-widget.el: Update Commentary header.
529 (tree-widget-theme-name): Ignore parent themes.
530 (tree-widget-set-parent-theme): New function.
531 (tree-widget-set-theme): Use it.
532 (tree-widget-set-image-properties): Move definition. Does nothing
533 if image properties have already been set.
534 (tree-widget-image-properties): Move definition. Receive an image
535 name. Set the :pointer property.
536 (tree-widget-lookup-image): Doc fix. Search in parent themes.
537 Don't set the :pointer image property.
538 (tree-widget-convert-widget): New function. Handle :dynargs
539 compatibility here.
540 (tree-widget): Use it to :convert-widget. Add the :expander-p
541 predicate to control when the :expander function is entered.
542 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
543 (tree-widget-value-create): Handle :expander-p. widget-apply
544 :expander.
545 (tree-widget-expander-p): New function. Default value of the
546 :expander-p property.
547
548 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
549
550 * help.el (describe-key): Properly handle the return value of
551 read-key-sequence when grabbing an up-event. Cleanup mouse-1
552 remaps. Handle string and vector `follow-link' values.
553
554 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * complete.el (PC-expand-many-files): Try be more careful when parsing
557 the shell's output.
558
559 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * outline.el (hide-sublevels): Provide better interactive default.
562
563 2006-03-06 Kenichi Handa <handa@m17n.org>
564
565 * international/fontset.el (create-fontset-from-fontset-spec):
566 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
567
568 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
569
570 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
571 backslashes instead of one in regexp.
572 (gud-tooltip-dereference): Add missing optional argument.
573
574 2006-03-04 John Paul Wallington <jpw@pobox.com>
575
576 * wdired.el (toplevel): Require `cl' at compile-time.
577
578 2006-03-04 Andreas Schwab <schwab@suse.de>
579
580 * server.el (server-process-filter): Handle errors during
581 evaluation of the argument.
582
583 2006-03-03 John Paul Wallington <jpw@pobox.com>
584
585 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
586 escape parentheses at beginning of line.
587 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
588 (t-mouse-mode): Remove period from end of error message.
589
590 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
591
592 * textmodes/flyspell.el (flyspell-process-localwords):
593 Be case-sensitive.
594
595 2006-03-03 Martin Rudalics <rudalics@gmx.at>
596
597 * cus-edit.el (custom-quote): Remove function, since it has been
598 moved to custom.el.
599
600 * font-lock.el (lisp-font-lock-keywords-2)
601 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
602 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
603 they have no special meaning.
604
605 * midnight.el (clean-buffer-list): Handle case where base-buffer of
606 indirect buffer gets killed before indirect buffer. Use dolist.
607
608 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
609
610 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
611 value instead of a literal constant (1) on more pauses.
612
613 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
614
615 * textmodes/flyspell.el (flyspell-external-point-words):
616 Be case-sensitive.
617
618 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
619
620 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
621 with "www".
622
623 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
624
625 * allout.el: Restablish intermediate missing comment header to
626 preserve outline structure.
627 (allout-beginning-of-current-entry): Skip invisible text.
628 (allout-open-topic): Fix opening a topic at end-of-buffer.
629 (allout-minor-mode): Move nearer to allout-mode function.
630
631 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
632
633 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
634
635 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
636
637 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
638 is nil.
639
640 * progmodes/gud.el (gud-speedbar-menu-items):
641 Use buffer-local-value and add missing :visible keyword.
642
643 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
644
645 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
646
647 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
648 must be `follow-link'.
649
650 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
651
652 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
653 formatting: No nested anchors.
654 (org-all-targets): Fix bug with XEmacs compatibility.
655 (org-read-date): Add (require 'parse-time).
656 (org-set-tags): Fix bug with extra inserted space.
657 (org-export-html-style): Define a style class for targets.
658 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
659 (org-hide-leading-stars): New option.
660 (org-hide): New face.
661 (org-set-font-lock-defaults): Allow to hide leading stars.
662 (org-get-legal-level, org-tr-level): New functions.
663 (org-odd-levels-only): New option.
664 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
665 (org-demote, org-promote): Deal with double-star levels.
666 (org-convert-to-odd-levels): New command.
667
668 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
669
670 * speedbar.el (speedbar-update-localized-contents): Try to
671 preserve window-start.
672 (speedbar-update-directory-contents): Try to preserve window-start
673 and window-point.
674 (speedbar-update-special-contents): Don't move back to start of window.
675
676 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
677 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
678 speedbar-timer-fn.
679 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
680 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
681 instead of gdb-speedbar-timer-fn.
682
683 2006-02-28 Jay Belanger <belanger@truman.edu>
684
685 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
686 (math-compose-expr): Use latex option when calling
687 `math-compose-tex-matrix' for latex mode.
688
689 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
690
691 * speedbar.el: Re-instate comments about developing for speedbar
692 [this is what info and gdb-ui use even if better methods exist now].
693
694 * t-mouse.el: New file.
695 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
696 (t-mouse-lispy-buffer-posn-from-coords): Remove.
697 (t-mouse-make-event-element): Use posn-at-x-y instead.
698 (t-mouse-make-event): Deal with Fedora Core 3.
699 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
700 (t-mouse-mouse-position-function): New function. Use it instead
701 of advising mouse-position.
702 (t-mouse-mode): New minor mode.
703 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
704
705 2006-02-27 Glenn Morris <rgm@gnu.org>
706
707 * calendar/calendar.el (calendar-holidays): Doc fix.
708
709 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
710
711 * progmodes/gdb-ui.el (gdb-source-window): New variable.
712 Re-introduce the concept of a source window.
713 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
714 consistency with get-buffer-create.
715 (def-gdb-auto-update-handler, gdb-info-locals-handler)
716 (gdb-data-list-register-values-handler)
717 (gdb-stack-list-locals-handler): Try to preserve window-start as
718 well as window-point.
719 (gdb-display-source-buffer): New function (old concept).
720 (gdb-goto-breakpoint): Use it.
721
722 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
723 for gdb-ui/gdb-mi (old concept).
724
725 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
726
727 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
728 binding.
729
730 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
731
732 * textmodes/reftex-sel.el (reftex-select-label-map)
733 (reftex-select-bib-map): Add `follow-mouse' binding.
734
735 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
736
737 * jka-cmpr-hook.el (jka-compr-compression-info-list)
738 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
739 Give :set functions to provide automatic updating.
740 Update docstring. Give compiler defvars early in the file
741 and move the defcustoms to a later spot where all called functions
742 are defined.
743 (jka-compr-file-name-handler-entry): Doc fix.
744 (jka-compr-compression-info-list--internal)
745 (jka-compr-mode-alist-additions--internal)
746 (jka-compr-load-suffixes--internal): New variables.
747 (jka-compr-install): Set the three above variables.
748 Update `load-file-rep-suffixes' instead of `load-suffixes'.
749 (jka-compr-update, jka-compr-set): New functions.
750 (auto-compression-mode): Doc fix.
751
752 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
753 Update `load-file-rep-suffixes' instead of `load-suffixes'.
754 Use jka-compr-compression-info-list--internal,
755 jka-compr-mode-alist-additions--internal and
756 jka-compr-load-suffixes--internal.
757
758 * files.el (load-library):
759 * loadhist.el (file-loadhist-lookup):
760 * startup.el (command-line):
761 * subr.el (locate-library):
762 * emacs-lisp/autoload.el (update-directory-autoloads):
763 * emacs-lisp/find-func.el (find-library-suffixes):
764 Use `get-load-suffixes' instead of `load-suffixes'.
765
766 * subr.el (locate-library):
767 * emacs-lisp/find-func.el (find-library-name):
768 Use `load-file-rep-suffixes' instead of '("").
769
770 2006-02-26 Kim F. Storm <storm@cua.dk>
771
772 * ido.el (ido-save-history, ido-load-history): Simplify.
773 Don't use find-file-noselect to avoid interference from other modes.
774
775 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
776
777 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
778 to use the default shell if filename is not available.
779 Reported by Giorgos Keramidas.
780
781 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
782
783 * progmodes/etags.el (tags-completion-table): Do completion from
784 all the tables in the current list, as documented in the manual.
785
786 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
787
788 * CC Mode Update to 5.31.3.
789
790 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
791
792 * progmodes/cc-mode.el (c-postprocess-file-styles):
793 Bind inhibit-read-only to t, around the call to
794 c-remove-any-local-eval-or-mode-variables, so that it works on a
795 RO file.
796
797 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
798
799 * progmodes/cc-awk.el: Correct a typo.
800
801 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
802
803 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
804 c-hungry-delete-backwards, at the request of RMS. Leave the old
805 name as an alias.
806
807 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
808
809 * progmodes/cc-mode.el: Correct a typo.
810
811 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
812
813 * progmodes/cc-defs.el: Update the version number to 5.31.3.
814
815 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
816
817 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
818 brace-else-brace (error due to mbeg, mend being undefined).
819
820 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
821
822 * progmodes/cc-mode.el: File Local variables: Solve the problem
823 where both `mode' and c-file-offsets are specified: `mode' will
824 overwrite c-f-o's settings:
825 (c-remove-any-local-eval-or-mode-variables): New function.
826 (c-postprocess-file-styles): Call the above new function, within
827 c-tentative-buffer-change, to splat `mode' and `eval' before the
828 second hack-local-variables.
829
830 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
831
832 * progmodes/cc-mode.el:
833 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
834 (c-after-change): Protect the match data with save-match-data.
835 It was getting corrupted by c-after-change-check-<>-operators.
836
837 * cc-defs.el: [Supersedes patch V1.38]:
838 (top level): Check for a buggy font-lock-compile-keywords ONLY in
839 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
840
841 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
842 with save-match-data. It was being corrupted when Font Lock was
843 not enabled.
844
845 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
846
847 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
848 Mode and Subword Mode.
849
850 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
851 real labels ("case 1:" or "foo:") from non-labels ("public:").
852 (c-forward-objc-directive): Replace c-forward-token-2 with crude
853 coding; c-f-t-2 doesn't move over a token at EOB.
854
855 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
856
857 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
858 (c-update-modeline): Concatenate the minor mode indicators
859 directly onto mode-name, removing c-submode-indicators.
860 Sometimes, c-s-i got separated from the mode name on the mode line.
861
862 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
863 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
864
865 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
866
867 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
868 error message when there's an evaluation error to show whether
869 it's loaded from source or not.
870 (c-filter-ops): Make it available at runtime too to work when
871 `c-make-init-lang-vars-fun' needs to evaluate from source.
872
873 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
874
875 * help.el (help): Revert last part of 2006-02-23 change (deletion
876 of the `provide' call).
877
878 2006-02-23 Juri Linkov <juri@jurta.org>
879
880 * compare-w.el (compare-windows-highlight): Add new value
881 `persistent' and change :type from `boolean' to `choice'.
882 (compare-windows-overlays1, compare-windows-overlays2):
883 New internal variables.
884 (compare-windows-highlight): If compare-windows-highlight is
885 `persistent', add current overlays to compare-windows-overlays[12]
886 instead of adding compare-windows-dehighlight to pre-command-hook.
887 (compare-windows-dehighlight): Delete all overlays from
888 compare-windows-overlays[12].
889
890 * info.el (Info-search): Don't bind search-spaces-regexp to
891 Info-search-whitespace-regexp in non-regexp isearch mode.
892
893 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
896
897 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
898
899 * textmodes/org.el (org-xemacs-p)
900 (org-export-html-show-new-buffer, org-table-may-need-update)
901 (org-insert-item, org-mhe-get-message-real-folder)
902 (org-mhe-get-message-folder-from-index)
903 (org-mhe-get-message-folder, org-mhe-get-message-num)
904 (org-mhe-get-header, org-make-org-heading-search-string)
905 (org-make-org-heading-camel, org-table-sort-lines)
906 (org-format-org-table-html, org-format-table-table-html):
907 Fix typos in docstrings.
908
909 12006-02-23 Carsten Dominik <dominik@science.uva.nl>
910
911 * textmodes/org.el (org-cleaned-string-for-export)
912 (org-solidify-link-text): New function.
913 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
914 XEmacs, just to silence the compiler.
915 (org-export-as-ascii, org-export-as-html-and-open):
916 Use `org-cleaned-string-for-export' and create internal links.
917 (org-follow-mhe-link): Require mh-e, use folder.
918
919 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
920
921 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
922
923 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
924 gdb-debug-log-length.
925 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
926 it a real ring but...
927 (gud-gdba-marker-filter): ...make it work like mark-ring.
928 (gdb-enable-debug): Rename from gdb-enable-debug-log.
929 (gdb-mouse-jump): New function. Add bindings.
930
931 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
932
933 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
934 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
935 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
936 (gdb-debug-log-length): Customize it's length.
937 (gud-watch, gdb-var-create-handler): Display function::var format
938 but don't use to create variable object.
939 (gdb-var-create-handler): Use message-box in place of message.
940 (gdb-stopped): Call gdb-exited if signalled.
941
942 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
943
944 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
945
946 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
947
948 * textmodes/reftex.el (reftex-locate-file): Search all extensions
949 if `reftex-try-all-extensions' is set.
950
951 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
952 fail silently when there is no valid argument at point.
953 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
954 `fail-silently' argument. From a patch by David Reiter.
955
956 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
957 New commands.
958 (org-mark-ring): New variable.
959 (org-mark-ring-length): New option.
960 (org-open-at-point, org-goto, org-open-file): Push old position
961 onto the mark ring.
962 (org-add-hook): New function.
963 (org-export-table-remove-special-lines): New option.
964 (org-skip-comments, org-format-org-table-html): Respect new
965 option `org-export-table-remove-special-lines'.
966 (org-open-file): Allow special command configuration for
967 directory link.
968 (org-file-apps): Fix bugs in customize type, added setting
969 for directories.
970 (org-activate-tags, org-format-agenda-item, org-complete)
971 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
972 (org-get-tags, org-get-buffer-tags, org-open-at-point)
973 (org-link-search, org-make-org-heading-search-string)
974 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
975 (org-radio-targets, org-file-link-context-use-camel-case)
976 (org-activate-camels): New options.
977 (org-update-radio-target-regexp, org-all-targets)
978 (org-make-target-link-regexp, org-activate-target-links):
979 New functions.
980 (org-make-org-heading-search-string): New function.
981 (org-store-link, org-insert-link): Use new option
982 `org-file-link-context-use-camel-case'.
983 (org-activate-camels): Use new option `org-activate-camels'.
984 (org-link-regexp): Add mhe prefix.
985 (org-open-at-point, org-store-link): Support for mhe links.
986 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
987 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
988 (org-mhe-get-header, org-follow-mhe-link): New functions.
989 (org-remove-angle-brackets, org-add-angle-brackets):
990 New functions.
991 (org-bracket-link-regexp): New constant.
992 (org-read-date): Fix bug that was rejecting all typed dates.
993 (org-link-search): Make hierarchy above visible after a match.
994 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
995 (org-store-link): Fix bug with link creation when cursor is in
996 an empty line.
997 (org-open-at-point): Fix bug with matching a link.
998 Fixed buggy argument sequence in call to `org-view-tags'.
999 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1000 (org-prefix-has-tag): New variable.
1001 (org-format-agenda-item): Remove tags from headline
1002 if appropriate.
1003 (org-agenda-remove-tags-when-in-prefix): New option.
1004
1005 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1006
1007 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1008 Fix the regular expressions.
1009
1010 2006-02-21 Richard M. Stallman <rms@gnu.org>
1011
1012 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1013 if there's no other specific basis.
1014
1015 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1016 as variables at all.
1017 (unsafep-variable): Rename arg; doc fix.
1018
1019 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1020
1021 * calendar/appt.el (diary-selective-display): Add defvar.
1022
1023 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1024
1025 * isearch.el (search-whitespace-regexp): Fix custom type.
1026
1027 * help.el (describe-key-briefly): Compute interactive args
1028 in same was as before previous change.
1029
1030 * files.el (enable-local-variables): Doc fix.
1031
1032 2006-02-21 Kim F. Storm <storm@cua.dk>
1033
1034 * fringe.el: Cleanup as file is now pre-loaded.
1035 (fringe-bitmaps): Initialize unconditionally.
1036 (fringe-mode, set-fringe-style): Remove autoload cookies.
1037
1038 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1039
1040 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1041 `horizontal-bar'.
1042 (fringe-cursor-alist): Use `horizontal-bar'.
1043
1044 2006-02-20 Kim F. Storm <storm@cua.dk>
1045
1046 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1047 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1048
1049 * loadup.el: Load "fringe" on window systems.
1050
1051 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1052
1053 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1054 out of scope components.
1055
1056 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1057 default.
1058
1059 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * custom.el (customize-mark-to-save, customize-mark-as-set):
1062 Load the symbol first.
1063
1064 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1065
1066 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1067 strech spec so it doesn't display as "^J" on the header line
1068 when `Buffer-menu-use-header-line' is t.
1069
1070 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1071
1072 * speedbar.el (speedbar-make-button): Keep text properties
1073 of string arguments if desired.
1074
1075 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1076 expessions.
1077
1078 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1079 of speedbar.
1080
1081 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1082
1083 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1084 to value of `read-file-name-completion-ignore-case'.
1085
1086 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1087
1088 * custom.el (customize-mark-as-set): Push to `user' theme.
1089
1090 * cus-edit.el (custom-save-variables): Allow unthemed values.
1091 (customize-set-variable): Push setting to `user' theme.
1092
1093 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1094
1095 * progmodes/gud.el: Don't require font-lock as it's now
1096 automatically loaded.
1097 (gud-speedbar-buttons): Replace gdb-var-changed with
1098 gdb-force-update.
1099
1100 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1101 gdb-var-changed.
1102 (gdb-post-prompt): Use it.
1103 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1104 (gdb-var-update-handler, gdb-var-delete)
1105 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1106 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1107 gdb-force-update in gdb-post-prompt.
1108 (gdb-reset): Clear watch expressions from speedbar when quitting.
1109
1110 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1111
1112 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1113 (viper-change-state-to-vi, viper-change-state-to-emacs):
1114 Make aware of cursor coloring in the Emacs state.
1115 (viper-special-read-and-insert-char): Use read-char-exclusive.
1116 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1117
1118 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1119
1120 * viper-util.el (viper-save-cursor-color)
1121 (viper-get-saved-cursor-color-in-replace-mode)
1122 (viper-get-saved-cursor-color-in-insert-mode)
1123 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1124 state.
1125 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1126
1127 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1128 (ediff-ignore-case-option3, ediff-actual-diff-options)
1129 (ediff-actual-diff3-options): New variables to control case sensitivity.
1130 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1131 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1132 (ediff-toggle-ignore-case): New function.
1133 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1134
1135 * ediff-help.el (ediff-long-help-message-narrow2)
1136 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1137 (ediff-long-help-message-word-mode): Add ignore-case command.
1138 (ediff-help-for-quick-help): Add ignore-case command.
1139
1140 * ediff-merg.el: Move provide to the end.
1141
1142 * ediff-ptch.el: Move provide to the end.
1143
1144 * ediff-wind.el: Move provide to the end.
1145
1146 * ediff-mult.el: Move provide to the end.
1147 (ediff-set-meta-overlay): Enable follow-link.
1148
1149 * ediff.el: Move provide to the end.
1150 Break recursive load cycle in eval-when-compile.
1151 (ediff-patch-buffer): Better heuristics.
1152
1153 * ediff-util.el: Move provide to the end.
1154 Break recursive load cycle in eval-when-compile.
1155 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
1156 defuns.
1157 (ediff-submit-report): Pass the values of ediff-diff3-program,
1158 ediff-diff3-options.
1159
1160 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1161
1162 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1163 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1164 `' (for example, in the docstring of `windmove-default-keybindings').
1165
1166 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1167
1168 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1169 shadow face. Don't provide binding to edit variable when it is
1170 out of scope.
1171
1172 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1173 (gdb-var-update-handler): Detect out of scope variables with pre
1174 GDB 6.4 too.
1175 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1176 Reset status of variable objects to nil in update handlers.
1177 (gdb-var-update-handler-1): Detect when a variable object comes
1178 in scope. setcar on var changes gdb-var-list directly.
1179
1180 2006-02-17 Juri Linkov <juri@jurta.org>
1181
1182 * ffap.el (ffap) <defface>: Add explicit face declaration.
1183 (ffap-highlight): Use face `ffap' directly instead of checking
1184 for its existence.
1185
1186 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1187 `visible-ok' of `other-buffer' to find the right original buffer.
1188
1189 * info.el (Info-search): Skip `Local Variables' node.
1190
1191 2006-02-17 Juri Linkov <juri@jurta.org>
1192
1193 * info.el (Info-find-file): Check for symbols `apropos', `history',
1194 `toc' in the input filename, and return these symbols as is.
1195 (Info-find-node-2): Set Info-current-file to symbols `apropos',
1196 `history', `toc' instead of strings.
1197 (Info-set-mode-line): For non-string Info-current-file use the
1198 symbol's name inside **.
1199 (Info-isearch-push-state): Add quote before Info-current-file and
1200 Info-current-node.
1201 (Info-isearch-pop-state): Use `equal' instead of `string='.
1202 (Info-extract-pointer, Info-following-node-name): Use
1203 `match-string-no-properties' instead of `match-string'.
1204 (Info-up): Check `old-file' for `stringp'.
1205 (Info-history): Use `equal' instead of `string-equal'.
1206 Check `file' for `stringp'.
1207 (Info-history): Use symbol `history' instead of string as first arg
1208 of `Info-find-node'.
1209 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
1210 `toc' instead of string.
1211 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1212 instead of `buffer-substring', and `match-string-no-properties'
1213 instead of `match-string'.
1214 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1215 instead of strings.
1216 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1217 Use symbol `apropos' instead of string.
1218 (Info-copy-current-node-name): Check `Info-current-file' for
1219 `stringp' and construct a command with `Info-find-node' from it.
1220 (Info-fontify-node): Use `match-string-no-properties' instead of
1221 `match-string' and check file names for `stringp'.
1222 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1223 `history', `toc' instead of strings.
1224
1225 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
1226
1227 * files.el: Rearrange functions and variables in the file local
1228 variables section.
1229
1230 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1231
1232 * files.el: Add truncate-lines, ispell-check-comments and
1233 ispell-local-dictionary as safe local variables.
1234
1235 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
1236
1237 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1238 out of scope variables.
1239 (gud-speedbar-buttons): Use unless.
1240
1241 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1242 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1243 (gdb-show-changed-values): Also use for out of scope variables.
1244 (gdb-var-update-handler-1): Note if variable goes out of scope.
1245
1246 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
1247
1248 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1249 default to global variable values for unsupplied args.
1250 (rcirc-get-buffer-create): Fix bug with setting the target.
1251 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1252 test for rcirc-always-use-server-buffer-flag here.
1253 (rcirc-response-formats): Add %N, which is a facified nick. %n
1254 uses the default face. Change the ACTION format string. If the
1255 "nick" is the server, don't print anything for that field.
1256 Comment fixes.
1257 (rcirc-target-buffer): Don't test
1258 rcirc-always-use-server-buffer-flag here.
1259 (rcirc-print): Squeeze extra spaces out of the text before message.
1260 (rcirc-put-nick-channel): Strip potential "@" char from nick
1261 before adding them to nick table.
1262 (rcirc-url-regexp): Improve to match address like "foo.com".
1263
1264 2006-02-17 Eli Zaretskii <eliz@gnu.org>
1265
1266 * allout.el (allout-hidden-p): Move this defsubst before
1267 allout-overlay-interior-modification-handler, where it is first
1268 used.
1269
1270 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1271
1272 * allout.el: Use allout invisible-text overlays instead of
1273 selective display for concealed text. Also, lots of general
1274 cleanup, and improved compatibility code.
1275
1276 (allout-version) Incremented, corrected, revised, and refined
1277 module commentary.
1278
1279 (provide 'allout): Moved to the bottom, added a require of overlay.
1280
1281 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1282 `except-current'.
1283 (allout-write-file-hook-handler): Minimize delay.
1284 (count-trailing-whitespace-region): New function so
1285 auto-encryption of current topic can resituate cursor exactly.
1286 PGP/GPG encryption trims trailing whitespace from lines, which
1287 must be accounted for across encryption then decryption.
1288
1289 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1290 just plain "\C-c", to avoid intruding on user's keybinding space.
1291
1292 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1293 parameter, so user request to provide a new password is done.
1294
1295 (allout-outside-normal-auto-fill-function, allout-auto-fill):
1296 Refined mechanism for auto-filling behavior while in allout mode.
1297
1298 (allout-mode): Explicitly specify the mode map in the docstring.
1299 Clarify provision for various write-file hook var names.
1300 Adjusted for invisible-text overlays instead of selective-display.
1301
1302 (allout-depth): Really return 0 if not within any topic. This
1303 rectifies `allout-beginning-of-level' and sequence numbering
1304 errors that occur when cutting and pasting numbered topics.
1305 Changed from a in-line subst to a regular function, as well.
1306
1307 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1308
1309 (allout-end-of-subtree, allout-end-of-subtree)
1310 (allout-end-of-entry, allout-end-of-current-heading)
1311 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1312 (allout-show-children, allout-show-to-offshoot)
1313 (allout-hide-current-entry, allout-show-current-entry): Rectified
1314 handling of trailing blank lines between items.
1315
1316 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1317 (allout-current-depth, allout-unprotected, allout-hidden-p)
1318 (allout-on-current-heading-p, allout-listify-exposed)
1319 (allout-chart-subtree, allout-goto-prefix)
1320 (allout-back-to-current-heading, allout-get-body-text)
1321 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1322 (allout-hide-region-body, allout-toggle-subtree-encryption)
1323 (allout-encrypt-string, allout-encrypted-key-info)
1324 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1325 (allout-file-vars-section-data): Adjusted for use with
1326 invisible-text overlays instead of selective-display.
1327
1328 (allout-kill-line, allout-kill-topic, allout-yank-processing):
1329 Reworked for use with invisible text overlays.
1330
1331 (allout-current-topic-collapsed-p): New function.
1332
1333 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1334 to know when to close the containing topic.
1335
1336 (allout-pre-command-business, allout-post-command-business):
1337 Simplify undo-batching and dynamic isearch exposure.
1338
1339 (allout-set-overlay-category): New for invisible-text overlays.
1340 Sets properties of allout-overlay-category, used by
1341 allout-flag-region to set invisible-text overlay properties.
1342 (allout-get-invisibility-overlay): Get the first qualifying
1343 invisibility overlay, so we can find the extent of it.
1344 (allout-back-to-visible-text): Get to just before the beginnining
1345 of the current invisibility overlay, if any.
1346
1347 (allout-overlay-insert-in-front-handler)
1348 (allout-overlay-interior-modification-handler)
1349 (allout-before-change-handler, allout-isearch-end-handler): New
1350 functions to handle extraordinary actions affecting concealed
1351 text.
1352
1353 (allout-flag-region): Use overlays instead of selective-display
1354 for invisible text - by inheritence from the properties of
1355 allout-overlay-category in mainline Emacs, and applied
1356 property-by-property in XEmacs, some recent versions of which
1357 don't inherit the properties from the category. Provisions to
1358 respond to concealed-text edits simplified drastically.
1359
1360 (allout-isearch-rectification, allout-isearch-was-font-lock)
1361 (allout-isearch-expose, allout-enwrap-isearch)
1362 (allout-isearch-abort, allout-pre-was-isearching)
1363 (allout-isearch-prior-pos, allout-isearch-did-quit)
1364 (allout-isearch-dynamic-expose)
1365 (allout-hide-current-entry-completely): Functions deleted.
1366
1367 (allout-undo-aggregation): Explicit undo aggregation no longer
1368 necessary due to transition away from selective-display.
1369
1370 (set-allout-regexp, allout-up-current-level)
1371 (allout-next-visible-heading, allout-forward-current-level)
1372 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1373 (allout-kill-line, allout-yank-processing, allout-show-children)
1374 (allout-expose-topic, allout-old-expose-topic)
1375 (allout-listify-exposed, allout-insert-latex-header)
1376 (allout-toggle-subtree-encryption, allout-encrypt-string)
1377 (remove-from-invisibility-spec, allout-hide-current-subtree):
1378 Ditched unused variables.
1379
1380 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
1381
1382 * textmodes/ispell.el (ispell-change-dictionary): Call
1383 ispell-buffer-local-dict instead of
1384 ispell-accept-buffer-local-defs.
1385 (ispell-local-dictionary-alist): Accept as valid any coding-system
1386 supported by Emacs.
1387 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1388 changed to iso-8859-3.
1389
1390 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
1391
1392 * speedbar.el (speedbar-frame-width): Make an inline function
1393 instead of a macro. Use frame-width.
1394 (speedbar-try-completion, speedbar-update-contents)
1395 (speedbar-timer-fn): Use consp.
1396 (speedbar-update-localized-contents): Try to preserve point.
1397
1398 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1399 (menu): Re-order menu items.
1400 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1401 field.
1402 (gdb-var-update-handler-1): Use it for GDB 6.4+.
1403 (gdb-post-prompt): Speed things by not forcing update.
1404
1405 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
1406
1407 * wid-edit.el (widget-button-click): For mouse-1, cancel button
1408 press and perform default action if we get a mouse movement event.
1409
1410 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
1411
1412 * calendar/icalendar.el (icalendar--get-event-property)
1413 (icalendar--get-event-property-attributes): Fix typos in
1414 docstrings.
1415
1416 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1417 docstring.
1418
1419 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
1420
1421 * bs.el (bs-mode): Use `buffer-disable-undo'.
1422 (bs--get-file-name): Simplify.
1423 (bs-show-in-buffer): Mark the buffer as not modified.
1424
1425 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1426
1427 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1428 widget-button-click.
1429
1430 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1431 (custom-mode): Update docstring.
1432
1433 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1434 binding.
1435
1436 * files.el (hack-local-variables-confirm): Allow scrolling if the
1437 file variable list is too long. Kill temp buffer after use.
1438
1439 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
1440
1441 * progmodes/gud.el (gdb): Improve doc string.
1442 (gdb-script-font-lock-keywords): Expand allowed character set.
1443
1444 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1445 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1446 (gdb-separate-io-interrupt, gdb-separate-io-quit)
1447 (gdb-separate-io-stop, gdb-separate-io-eof):
1448 Rename from gdb-inferior-* to gdb-separate-*.
1449 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1450
1451 2006-02-14 Jay Belanger <belanger@truman.edu>
1452
1453 * calc/calc-arith.el (math-check-known-scalarp): Make sure
1454 expression is a symbol before checking that it is bound.
1455
1456 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1457 test to see if equation can be solved.
1458
1459 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * wid-edit.el (widget-button-click): Use :pressed-face property
1462 for overlay face, if it exists.
1463
1464 * cus-edit.el (custom-manual, custom-add-see-also)
1465 (custom-add-parent-links, custom-group-link): Add :pressed-face
1466 property to links.
1467
1468 * files.el (hack-local-variables): Remove ignored variables before
1469 checking if any variables need setting.
1470
1471 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1472
1473 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1474
1475 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
1476
1477 * help.el (where-is): Fix message for remapped commands.
1478
1479 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1480 Fix typos in docstrings.
1481
1482 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * files.el (safe-local-variable-values): New option.
1485 (hack-local-variables-prop-line): Return a list of variable-value
1486 pairs if MODE-ONLY is non-nil.
1487 (hack-local-variables): Construct list of variable-value pairs,
1488 and apply or reject them in one go. Ask for confirmation if
1489 variables are not known safe.
1490 (hack-local-variables-confirm): Complete rewrite. Support
1491 `safe-local-variable-values'.
1492 (enable-local-variables): Update docstring to reflect new
1493 behavior.
1494 (ignored-local-variables): Ignore ignored-local-variables and
1495 safe-local-variable-values.
1496 (safe-local-variable-p): New function.
1497 (risky-local-variable-p): `safe-local-variable' property check
1498 moved to safe-local-variable-p.
1499 (hack-one-local-variable): Checks moved to hack-local-variables.
1500
1501 (byte-compile-dynamic, c-basic-offset, c-file-style)
1502 (c-indent-level, comment-column, fill-column, fill-prefix)
1503 (indent-tabs-mode, kept-new-versions, no-byte-compile)
1504 (no-update-autoloads, outline-regexp, page-delimiter)
1505 (paragraph-start, paragraph-separate, sentence-end)
1506 (sentence-end-double-space tab-width, version-control):
1507 Add `safe-local-variable' property.
1508
1509 * find-lisp.el: Delete nonexistent `autocompile' file variable.
1510
1511 * icomplete.el, play/landmark.el: Change nonexistent
1512 `outline-layout' file variable to `allout-layout'.
1513
1514 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
1515
1516 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1517 (gdb-get-changed-registers): Test value of gud-minor-mode relative
1518 to gud-comint-buffer.
1519 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1520 gdb-ui.el for gdb-mi.el.
1521 (gdb-post-prompt, gdb-get-changed-registers): Move test for
1522 registers buffer to gdb-get-changed-registers.
1523 (gdb-breakpoint-regexp): New regexp. Allow toggling and
1524 deletion of catchpoints (throw and catch).
1525 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1526 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1527 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1528 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1529 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1530
1531 2006-02-13 Jay Belanger <belanger@truman.edu>
1532
1533 * calc/calc-arith.el (math-check-known-matrixp): Make sure
1534 expression is a symbol before checking that it is bound.
1535
1536 2006-02-13 Richard M. Stallman <rms@gnu.org>
1537
1538 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1539 for the minibuffer too, but not if resize-mini-windows will interfere.
1540
1541 * help.el (describe-key-briefly, describe-key): Do all arg-reading
1542 inside `interactive' spec.
1543 (describe-key-briefly-internal, describe-key-internal):
1544 Functions merged back into their callers.
1545
1546 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1547
1548 * info.el (info-xref-visited): Inherit from info-xref too.
1549 (Info-set-mode-line): Replace occurrences of `%' by `%%'
1550 when propertizing Info-current-file and Info-current-node.
1551
1552 2006-02-13 Juri Linkov <juri@jurta.org>
1553
1554 * tumme.el (tumme-thumbnail-storage): Fix docstring.
1555 (tumme-thumb-name): Fix per-directory format.
1556
1557 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
1558
1559 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1560
1561 2006-02-12 Miles Bader <miles@gnu.org>
1562
1563 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1564
1565 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
1566
1567 * tumme.el: Remove history section. If someone needs the it, it
1568 can always be found in CVS.
1569
1570 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1571
1572 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
1573 about the Thumbnail Managing Standard option.
1574
1575 2006-02-12 Richard M. Stallman <rms@gnu.org>
1576
1577 * subr.el (substitute-key-definition): Doc fix.
1578
1579 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1580
1581 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1582
1583 * info.el (Info-mode): Doc fix.
1584
1585 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1586
1587 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
1588
1589 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1590 because on Solaris a POSIX compatible "id" is needed. Reported by
1591 Magnus Henoch <mange@freemail.hu>.
1592
1593 2006-02-12 Juri Linkov <juri@jurta.org>
1594
1595 * tumme.el: Remove todo item about Thumbnail Managing Standard.
1596 (tumme) <defgroup>: Change :group to `multimedia'.
1597 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1598 Managing Standard.
1599 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1600 Fix dostring.
1601 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1602 and %y. Fix docstring.
1603 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1604 (tumme-cmd-create-standard-thumbnail-command): New user options.
1605 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1606 is `standard'. Fix docstring.
1607 (tumme-thumb-width, tumme-thumb-height): New user options.
1608 (tumme-external-viewer): Try to find various viewers.
1609 (tumme-get-thumbnail-image): Use `create-image' instead of
1610 constructing the `image' structure.
1611 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1612 `standard'.
1613 (tumme-thumb-name): Add file name generation for standard storage.
1614 Simplify code for other storages.
1615 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1616 Add modification time %m and thumbnail-nq8 %q.
1617 Use `tumme-cmd-create-standard-thumbnail-command' if
1618 tumme-thumbnail-storage is `standard'.
1619 (tumme-dired-insert-marked-thumbs): New autoload command.
1620 (tumme-dired-after-readin-hook): New function.
1621 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1622 `tumme-thumb-size'.
1623 (tumme-display-image): Replace size-x %x and size-y %y with
1624 width %w and height %h.
1625
1626 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1627 `tumme-dired-insert-marked-thumbs'.
1628
1629 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1630
1631 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1632 include path).
1633 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1634 matching tag.
1635
1636 2006-02-12 Miles Bader <miles@gnu.org>
1637
1638 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1639 New variables.
1640 (rcirc-abbrev-nick): New function.
1641 (rcirc-format-response-string): Rewrite to use the formats in
1642 `rcirc-response-formats' and expand escape sequences therein.
1643 A text-property `rcirc-text' is added over the actual response
1644 text to make easy to find inside the returned string.
1645 (rcirc-print): When filling, just look for the `rcirc-text'
1646 text-property to find the appropriate fill prefix, instead of
1647 using hardwired patterns.
1648
1649 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1650
1651 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1652 Managing Standard.
1653
1654 2006-02-11 Kim F. Storm <storm@cua.dk>
1655
1656 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1657 Don't use insert-buffer; do insert-buffer-substring directly.
1658 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
1659
1660 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1661
1662 * files.el (revert-buffer, recover-file): Replace buffer-read-only
1663 with inhibit-read-only. Suggested by Stefan Monnier.
1664 (revert-buffer): Let insert-file-contents discard
1665 buffer-undo-list. Simplify code.
1666 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1667
1668 2006-02-11 Eli Zaretskii <eliz@gnu.org>
1669
1670 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1671
1672 * help.el (describe-key-briefly): Now a wrapper for
1673 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
1674 to t. Populate yank-menu if empty.
1675 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1676 (describe-key): Now a wrapper for describe-key-internal. Bind
1677 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
1678 (describe-key-internal): Renamed from describe-key.
1679
1680 2006-02-11 Milan Zamazal <pdm@zamazal.org>
1681
1682 * progmodes/glasses.el (glasses-separator): Doc fix.
1683 (glasses-original-separator): New defcustom.
1684 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1685
1686 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1687
1688 * mwheel.el (mouse-wheel-up-event): Doc fix.
1689
1690 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1691
1692 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1693 (tumme-dir): New function. Copied from thumbs.el.
1694
1695 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
1696
1697 * desktop.el (desktop-outvar): Fix typo.
1698 (desktop-save-buffer-p): Doc fix.
1699
1700 * subr.el (substitute-key-definition): Fix typo.
1701
1702 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1703
1704 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1705 when window-system is mac.
1706
1707 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1708
1709 2006-02-10 Kim F. Storm <storm@cua.dk>
1710
1711 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1712 indirect-function instead of using condition-case.
1713
1714 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1715
1716 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1717 less `colloquial'...
1718
1719 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1720
1721 * tumme.el: Add a couple of todo items.
1722
1723 2006-02-09 Lars Hansen <larsh@soem.dk>
1724
1725 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1726 (highlight-changes-mode): Don't change desktop-locals-to-save.
1727
1728 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
1729
1730 * image-mode.el (image-toggle-display): Clear image cache if using
1731 filename.
1732
1733 2006-02-09 Masatake YAMATO <jet@gyve.org>
1734
1735 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1736 a `dired-man' target.
1737
1738 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1739 boundary of symbols.
1740
1741 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1742
1743 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1744
1745 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
1746
1747 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1748 `mapcar'; return nil.
1749
1750 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
1751
1752 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1753 some other event.
1754
1755 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
1756
1757 * net/rcirc.el (rcirc-startup-channels-alist):
1758 Add irc.freenode.net and #emacs as defaults.
1759 (rcirc-ignore-all-activity-flag): Remove variable.
1760 (rcirc-authinfo): New variable.
1761 (rcirc-authinfo-filename): Remove variable.
1762 (rcirc-always-use-server-buffer-flag): New flag.
1763 (rcirc): M-x rcirc will automatically connect without prompting.
1764 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1765 connection in lisp.
1766 (rcirc-process-server-response-1): Remove everything but the nick
1767 portion of the sender so it doesn't need to be done everywhere
1768 else. Update related code.
1769 (global-map): Remove global keybindings.
1770 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1771 (rcirc-send-input): Split into several functions.
1772 (rcirc-process-input-line, rcirc-process-message)
1773 (rcirc-process-command): New functions.
1774 (rcirc-target-buffer): New function to determine where to route
1775 messages.
1776 (rcirc-user-nick): Save match data.
1777 (rcirc-toggle-ignore-buffer-activity)
1778 (rcirc-update-activity-string): Remove global ignore functionality,
1779 which can be done now by toggling rcirc-track-minor-mode.
1780 (rcirc-track-minor-mode-map): New keymap.
1781 (rcirc-track-minor-mode): New minor-mode.
1782 (ignore): Make the ignore output nicer. Always print it when
1783 adding or removing nicks.
1784 (rcirc-url-regexp): Improve.
1785 (rcirc-mangle-text): Remove properties before using text in the
1786 modeline.
1787 (rcirc-authenticate): Authentication data comes from
1788 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1789 (rcirc-server-prefix): Inherit from rcirc-server.
1790
1791 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1792
1793 * Makefile.in (compile): Append "|| true" to the end of the `find'
1794 command, like compile-always does.
1795
1796 2006-02-08 Sam Steingold <sds@gnu.org>
1797
1798 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1799 output from a dead connection.
1800
1801 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1802
1803 * dired.el (dired-mode-map): Add more bindings for tumme.
1804
1805 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1806
1807 * wdired.el (wdired-mode-map): Use remap.
1808 (wdired-get-filename): Massage.
1809 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1810 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1811 `keymap' property rather than `local-map'.
1812
1813 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1814
1815 * tumme.el (tumme-get-thumbnail-image): New utility function.
1816 Suggested by from Chong Yidong.
1817 (tumme-dired-with-window-configuration): Rename from
1818 `tumme-dired'. Add code to save window configuration.
1819 (tumme-restore-window-configuration): New command to restore the
1820 window configuration that `tumme-dired-with-window-configuration'
1821 saves before it changes the window configuration.
1822 (tumme-show-all-from-dir): New command to display thumbnails for
1823 all files in a directory entered by the user, like M-x thumbs.
1824 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1825 have been created.
1826 (tumme-display-thumbnail-original-image): Call `display-buffer'.
1827 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1828 Remove obsolete test function.
1829
1830 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
1831
1832 * vc.el (small-temporary-file-directory): Remove defvar; there's
1833 a defcustom for it in files.el.
1834
1835 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1836 Fix typo in message.
1837 (tumme-gallery-generate): Fix typo in `error' message.
1838 (tumme-display-window-height-correction)
1839 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1840 (tumme-line-up-interactive): Dox fixes.
1841 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1842 (tumme-restore-window-configuration, tumme-format-properties-string)
1843 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1844 Fix typos in docstrings.
1845
1846 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1847
1848 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1849
1850 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
1851
1852 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1853 User should use hook if desired.
1854
1855 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1856 buffer if necessary.
1857 (gdb-delete-frame-or-window): New function.
1858 (gdb-breakpoints-mode-map): Bind "q" to it.
1859
1860 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1861
1862 * textmodes/nroff-mode.el: Clean up name space.
1863 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1864 (nroff-mode): Obey the global setting of nroff-electric-mode.
1865 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1866
1867 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1868
1869 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1870
1871 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1872
1873 2006-02-06 Lars Hansen <larsh@soem.dk>
1874
1875 * generic-x.el (etc-fstab-generic-mode): Add file system types
1876 cifs and usbdevfs. Allow special chars in file names.
1877
1878 2006-02-05 Jay Belanger <belanger@truman.edu>
1879
1880 Update copyright notices of the files in lisp/calc.
1881
1882 2006-02-05 Romain Francoise <romain@orebokech.com>
1883
1884 Update copyright notices of all files in the lisp/play directory.
1885
1886 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1887
1888 * ldefs-boot.el: Regenerate.
1889
1890 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1891
1892 2006-02-05 Kim F. Storm <storm@cua.dk>
1893
1894 * files.el (magic-mode-regexp-match-limit): New defvar.
1895 (set-auto-mode): Use it to limit magic-mode-alist matching.
1896
1897 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1898
1899 * simple.el (display-message-or-buffer): Compare the number of
1900 characters to the frame width when determining whether a 1-line
1901 message string will fit in the echo area. Count screen lines
1902 instead of buffer lines when determining whether a multi-line
1903 message will fit in the echo area/minibuffer window.
1904
1905 2006-02-04 Eli Zaretskii <eliz@gnu.org>
1906
1907 * info.el (Info-index, Info-mode): Improve the description of the
1908 `i' command.
1909
1910 * ldefs-boot.el: Regenerate.
1911
1912 2006-02-03 Werner Lemberg <wl@gnu.org>
1913
1914 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1915 greedy to find the closing bracket in \*[...] and similar
1916 expressions. This is a first rough fix -- many additional
1917 refinements are necessary to make nroff mode really usable with groff.
1918
1919 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1920
1921 * international/mule-cmds.el (set-locale-environment):
1922 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1923 libX11.
1924
1925 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1926
1927 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1928 archive are created in archive-tmpdir.
1929
1930 2006-02-02 John Paul Wallington <jpw@pobox.com>
1931
1932 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1933 (ibuffer-fontification-alist): Use it.
1934 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1935 to "* z" and the Ibuffer Mark menu.
1936
1937 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1938
1939 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1940
1941 * textmodes/table.el (*table--cell-describe-mode)
1942 (*table--cell-describe-bindings): Undo last change since
1943 print-help-return-message is not obsoleted by anything at all.
1944
1945 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
1946
1947 * emulation/cua-base.el (cua-mode): Doc fix.
1948
1949 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
1950
1951 * dframe.el (dframe-handle-make-frame-visible)
1952 (dframe-handle-iconify-frame, dframe-get-focus)
1953 (dframe-select-attached-frame, dframe-power-click)
1954 (dframe-frame-mode): Fix typos in docstrings.
1955
1956 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1957 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1958 Fix typos in docstrings.
1959
1960 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1961 (hi-lock-face-buffer, hi-lock-font-lock-hook)
1962 (hi-lock-archaic-interface-message-used)
1963 (hi-lock-file-patterns-range): Fix typos in docstrings.
1964
1965 * savehist.el (savehist-loaded, savehist-load, savehist-install)
1966 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1967
1968 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1969 Fix typo in docstring.
1970
1971 * net/newsticker.el (newsticker--decode-iso8601-date)
1972 (newsticker--set-customvar, newsticker--buffer-insert-item)
1973 (newsticker--do-run-auto-mark-filter)
1974 (newsticker--parse-generic-feed): Doc fixes.
1975 (newsticker--retrieval-timer-list, newsticker-url-list)
1976 (newsticker-hide-immortal-items-in-echo-area)
1977 (newsticker-hide-obsolete-items-in-echo-area)
1978 (newsticker-new-item-face, newsticker--enclosure)
1979 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1980 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1981 (newsticker--parse-generic-feed, newsticker--cache-contains)
1982 (newsticker--stat-num-items, newsticker-download-enclosures):
1983 Fix typos in docstrings.
1984
1985 * net/rcirc.el (rcirc-debug): Doc fix.
1986 (rcirc-fill-column, rcirc-receive-message-hooks)
1987 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1988 (rcirc-mode, rcirc-generate-new-buffer-name)
1989 (rcirc-startup-channels, rcirc-ignore-update-automatic)
1990 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1991 Fix typos in docstrings.
1992 (rcirc-print): "?\ " -> "?\s".
1993 (rcirc-cmd-join): Improve argument/docstring consistency.
1994
1995 2006-02-01 Mark A. Hershberger <mah@everybody.org>
1996
1997 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1998 before narrow-to-region.
1999
2000 2006-02-01 Richard M. Stallman <rms@gnu.org>
2001
2002 * simple.el (move-beginning-of-line): Scan properly for invis change.
2003
2004 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2005
2006 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2007
2008 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2009 change bit only when id-format is 'integer. Reported by Matt
2010 Hodges <M.P.Hodges@rl.ac.uk>.
2011
2012 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2013
2014 * hilit-chg.el (highlight-changes-initial-state)
2015 (highlight-changes-global-initial-state): Doc fixes.
2016 (highlight-changes-global-modes, global-highlight-changes):
2017 Fix typos in docstrings.
2018
2019 2006-02-01 Kim F. Storm <storm@cua.dk>
2020
2021 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2022 transient-mark-mode in doc string.
2023
2024 2006-01-31 Richard M. Stallman <rms@gnu.org>
2025
2026 * replace.el (multi-occur): Doc fix.
2027 (multi-occur-in-matching-buffers): Rename from
2028 multi-occur-by-filename-regexp. Prefix arg says match
2029 buffer names instead of file names.
2030
2031 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * bs.el: Allow non-default values of `bs-header-lines-length'.
2034 (bs--running-in-xemacs): Remove (not needed anymore).
2035 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2036 instead of `shrink-window', thus avoiding having to compute the
2037 height of the window.
2038 (bs--up): Wrap around even when there's no header.
2039 (bs--down): Use `forward-line' instead of `next-line'.
2040
2041 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2042
2043 * image-mode.el (image-toggle-display): Use file name if possible,
2044 instead of unnecessarily allocating a (possibly huge) lisp string.
2045
2046 2006-01-30 John Paul Wallington <jpw@pobox.com>
2047
2048 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2049 because the `assert' macro signals it at runtime.
2050
2051 * emacs-lisp/cl.el (toplevel): Remove definition of
2052 `cl-assertion-failed' condition.
2053
2054 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2055
2056 * thumbs.el (thumbs-marked-list): Make buffer-local and
2057 permanent-local.
2058 (thumbs-insert-thumb): Make help-echo non-sticky.
2059 (thumbs-file-alist): Use eolp as check for (non)-image.
2060
2061 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2062
2063 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2064 (ediff-before-session-group-setup-hooks)
2065 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2066 Fix typos in docstrings.
2067
2068 * window.el (bw-dir, bw-eqdir, balance-windows)
2069 (split-window-keep-point): Fix typos in docstrings.
2070
2071 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2072 (org-quote-string, org-calendar-to-agenda-key)
2073 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2074 (org-show-following-heading, org-tags-column)
2075 (org-use-tag-inheritance, org, org-allow-space-in-links)
2076 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2077 (org-enable-table-editor, org-calc-default-modes)
2078 (org-table-allow-automatic-line-recalculation)
2079 (org-export-html-style, org-export-with-fixed-width)
2080 (org-export-with-sub-superscripts, org-special-keyword)
2081 (org-formula, org-time-grid, org-table-may-need-update)
2082 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2083 (org-goto-quit, org-get-indentation, org-end-of-item)
2084 (org-move-item-down, org-move-item-up)
2085 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2086 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2087 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2088 (org-agenda-log-mode, org-agenda-toggle-diary)
2089 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2090 (org-agenda-file-to-end, org-agenda-no-heading-message)
2091 (org-agenda-get-closed, org-format-agenda-item)
2092 (org-cmp-priority, org-cmp-category, org-cmp-time)
2093 (org-agenda-change-all-lines, org-agenda-diary-entry)
2094 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2095 (org-link-search, org-camel-to-words, org-open-file)
2096 (org-remember-handler, org-table-convert-region)
2097 (org-table-move-row-down, org-table-move-row-up)
2098 (org-table-copy-region, org-table-wrap-region)
2099 (org-table-toggle-vline-visibility)
2100 (org-table-get-vertical-vector, org-table-modify-formulas)
2101 (org-table-get-specials, org-recalc-commands)
2102 (org-table-rotate-recalc-marks, org-table-eval-formula)
2103 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2104 (org-level-color-stars-only, org-insert-heading):
2105 Fix typos in docstrings.
2106 (last-arg): Add defvar.
2107
2108 * makefile.w32-in (WINS): Add erc.
2109 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2110
2111 2006-01-29 Bill Wohler <wohler@newt.com>
2112
2113 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2114 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2115 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2116 (mh-autoloads): Don't use comments on otherwise empty lines.
2117
2118 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2119
2120 * emulation/viper.el (viper-major-mode-modifier-list): Add
2121 insert-state and vi-state entries for erc-mode.
2122 (viper-go-away, viper-set-hooks): Add and remove
2123 viper-comint-mode-hook from erc-mode-hook as appropriate.
2124
2125 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2126
2127 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * bs.el (bs--format-aux): Implement `middle' alignment as
2130 described in the docstring for `bs-attributes-list'.
2131 (bs--get-name): Simplify. Don't pad the buffer name.
2132
2133 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2134
2135 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2136 English aspell dictionary is installed, use the first entry of
2137 ispell-dictionary-alist-1.
2138
2139 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2140
2141 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2142 Doc fix.
2143
2144 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2145
2146 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2147 for `process-file', in order to let it work for older Emacsen too.
2148
2149 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2150
2151 * international/latexenc.el: Add a suitable `coding:' tag.
2152 (latexenc-find-file-coding-system): Undo last change.
2153
2154 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2155
2156 * international/latexenc.el (latexenc-find-file-coding-system):
2157 Make sure latexenc-main-file is a regular file and is readable.
2158
2159 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2160
2161 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2162 Pass FILE to vc-user-login-name.
2163
2164 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2165
2166 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2167
2168 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2169 there are no more images to display.
2170 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2171 the next image.
2172
2173 2006-01-26 Richard M. Stallman <rms@gnu.org>
2174
2175 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2176
2177 * wid-edit.el (advertised-widget-backward): New alias.
2178 (widget-keymap): Use advertised-widget-backward for S-TAB.
2179
2180 * tumme.el: Correct the keywords.
2181 (tumme-dir-max-size): Use defvar.
2182 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2183
2184 * simple.el (move-beginning-of-line): Take account of fields.
2185 (clone-indirect-buffer-other-window): Take args like
2186 clone-indirect-buffer, and work like it.
2187
2188 * help-fns.el (describe-function): Don't pass `nil' as default.
2189
2190 * files.el (risky-local-variable-p): Follow var aliases.
2191
2192 * subr.el (lazy-completion-table): Doc fix.
2193
2194 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2195 global binding of `line'.
2196
2197 2006-01-25 Andre Spiegel <spiegel@gnu.org>
2198
2199 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2200 Tramp.
2201
2202 * vc.el (vc-default-dired-state-info): Pass FILE to
2203 vc-user-login-name.
2204 (vc-default-update-changelog): Don't use vc-user-login-name, we
2205 don't need it here.
2206
2207 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2208 no longer necessary.
2209
2210 2006-01-25 Kenichi Handa <handa@m17n.org>
2211
2212 * international/mule.el (decode-char): Avoid the overhead of
2213 calling utf-lookup-subst-table-for-decode if
2214 utf-translate-cjk-mode is nil.
2215 (encode-char): Avoid the overhead of calling
2216 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2217 nil.
2218
2219 2006-01-22 Kenichi Handa <handa@m17n.org>
2220
2221 * international/mule.el (make-subsidiary-coding-system): Reset
2222 `coding-system-define-form' property of subsidiaries to nil.
2223 Avoid duplicated entry in coding-system-alist.
2224 (make-coding-system): Avoid duplicated entry in
2225 coding-system-alist.
2226 (define-coding-system-alias): Likewise.
2227
2228 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
2229
2230 * completion.el: Minor fixes in introductory comment.
2231 (completion-def-wrapper): Fix alist.
2232
2233 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2234
2235 * thumbs.el (thumbs-new-image-size): New function.
2236 (thumbs-increment-image-size-element)
2237 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2238 (thumbs-decrement-image-size): Delete.
2239 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2240 temp files and use to resize.
2241 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2242 Use increment argument to enlarge/shrink. Preserve point.
2243 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2244 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2245 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2246 (thumbs-mark, thumbs-unmark): Preserve point.
2247 (thumbs-modify-image): Keep old temp files and use to modify.
2248 Cleanup old temp files at load time. Preserve point.
2249 (thumbs-view-image-mode-map): Use new command names.
2250
2251 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2254
2255 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2256 the nastiest part of the cyclic dependency.
2257 (cal-menu-update): Use dotimes and calendar-increment-month.
2258
2259 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2260 (calendar-week-start-day): Add an :initializer.
2261 (calendar-mode-map): Use suppress-keymap, and command remapping.
2262 (describe-calendar-mode): Setup xref-stack info for the back button.
2263 (calendar-star-date): Insert before delete.
2264 (calendar-set-mode-line): Add file-modified info if applicable.
2265 (calendar-increment-month): New function.
2266
2267 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2268
2269 * font-lock.el (lisp-font-lock-keywords-2):
2270 Recognize "& keywords" only at word boundaries.
2271
2272 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2273
2274 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2275 and permanent-local.
2276 (thumbs-max-image-number): New variable.
2277 (thumbs-do-thumbs-insertion): Use them.
2278 (thumbs-per-line): Change default to 4.
2279 (thumbs-marked-list): Rename from thumbs-markedL.
2280 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2281 (thumbs-rename-images): Use -list instead of L for internal variables.
2282 (thumbs-call-convert): Use call-process instead of shell-command.
2283 (thumbs-insert-thumb): Add filename as help-echo to each image.
2284 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2285 Give dir to thumbs-show-thumbs-list.
2286 (thumbs-show-thumbs-list): Set default-directory to that of images.
2287 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2288 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2289 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2290 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2291
2292 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2293
2294 * ses.el (ses-read-cell): Provide a default value.
2295
2296 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
2297
2298 * term/w32-win.el (image-library-alist): Add additional names for
2299 GIF library.
2300
2301 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2302
2303 * international/latexenc.el (latexenc-find-file-coding-system):
2304 Add file-regular-p check.
2305
2306 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * simple.el (clone-buffer): Don't show the new buffer in the same
2309 window.
2310
2311 2006-01-23 Juri Linkov <juri@jurta.org>
2312
2313 * faces.el (link, link-visited): New faces based on default values
2314 of `info-xref' and `info-xref-visited'.
2315
2316 * info.el (info-xref): Inherit from `link'.
2317 (info-xref-visited): Inherit from `link-visited'.
2318
2319 * cus-edit.el (custom-buffer-create-internal): Use widget type
2320 `custom-manual' instead of `info-link' and don't set properties
2321 `button-face' and `mouse-face' explicitly.
2322 (custom-browse-group-tag, custom-browse-variable-tag)
2323 (custom-browse-face-tag): Inherit from widget class
2324 `custom-group-link' instead of `push-button'.
2325 (custom-button-unraised): Inherit from `underline' face.
2326 (custom-link): Inherit from `link' face. Fix doc and group.
2327 (custom-add-parent-links, custom-group-value-create): Don't set
2328 properties `button-face' and `mouse-face' explicitly for
2329 `custom-group-link' widget.
2330 (custom-group-link): Add properties `button-face' and `mouse-face'
2331 to widget definition.
2332 (custom-field-keymap): New variable. Put `custom-field-keymap' to
2333 editable-field's :keymap property.
2334 (custom-mode): Fix docstring: substitute keybindings for
2335 `widget-forward' and `widget-backward' from `widget-keymap',
2336 `widget-complete' from `custom-field-keymap', replace old
2337 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
2338
2339 * desktop.el (desktop-load-file): Check for `fboundp' before
2340 calling `symbol-function'.
2341
2342 * simple.el (clone-buffer, clone-indirect-buffer)
2343 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2344 `read-string'. Fix prompts.
2345
2346 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2347
2348 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
2349
2350 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2351
2352 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
2353
2354 * startup.el (inhibit-splash-screen, initial-scratch-message):
2355 Doc fixes.
2356
2357 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
2358
2359 Sync with Tramp 2.0.52.
2360
2361 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2362 net/tramp-vc.el: Add code for unloading Tramp. See comment before
2363 `tramp-unload-tramp' for checklist.
2364
2365 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2366 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
2367 (tramp-unload-file-name-handler-alist)
2368 (tramp-unload-tramp): New defuns.
2369 (tramp-advice-PC-expand-many-files): New defadvice.
2370 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2371 removed.
2372 (tramp-handle-expand-file-name): Remove double slash.
2373 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2374 It doesn't matter, because it will be converted later on.
2375 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
2376 implementation was just heuristic.
2377 (tramp-post-connection): Set uid and gid properties.
2378 (tramp-convert-file-attributes): Set file's gid change bit.
2379 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2380 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2381 in case of su(do)? methods. The home directory of the local user
2382 will be taken else.
2383 (tramp-open-connection-telnet)
2384 (tramp-open-connection-rsh, tramp-open-connection-su)
2385 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
2386 local shell prompt could hurt. Reported by Romain Francoise
2387 <romain@orebokech.com>.
2388 (tramp-let-maybe): Add `edebug-form-spec' property.
2389 (tramp-handle-expand-file-name): Bind `default-directory' locally
2390 to "/" in order to avoid problems with UNC shares or Cygwin
2391 mounts.
2392 (tramp-md5-function): Fix typo in error message.
2393
2394 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2395
2396 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2397 for byte-compiler pacification.
2398
2399 2006-01-22 Andre Spiegel <spiegel@gnu.org>
2400
2401 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2402 ID-FORMAT `string'. This allows us to get rid of
2403 `vc-user-login-name UID'.
2404
2405 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2406
2407 2006-01-22 John Paul Wallington <jpw@pobox.com>
2408
2409 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2410
2411 2006-01-21 Martin Rudalics <rudalics@gmx.at>
2412
2413 * emacs-lisp/find-func.el (find-definition-noselect)
2414 (find-variable-noselect): Search variables in C source code too.
2415 (find-function-C-source, find-function-noselect, find-function)
2416 (find-function-other-frame, find-variable-noselect, find-variable)
2417 (find-variable-other-frame, find-variable-at-point):
2418 Fix docstrings.
2419
2420 2006-01-21 Francesco Potorti` <pot@gnu.org>
2421
2422 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2423
2424 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
2425
2426 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2427 Default to disabling the "Save affix" question.
2428
2429 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
2430
2431 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2432 the first arg to run-python.
2433
2434 2006-01-21 Eli Zaretskii <eliz@gnu.org>
2435
2436 * startup.el (command-line-1): Handle --no-desktop if desktop.el
2437 is not loaded.
2438
2439 2006-01-20 Jay Belanger <belanger@truman.edu>
2440
2441 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2442 limit is 0.
2443
2444 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2445 the correct variable.
2446
2447 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
2448
2449 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2450 link. Fixed buggy argument sequence in call to `org-view-tags'.
2451 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2452 (org-prefix-has-tag): New variable.
2453 (org-format-agenda-item): Remove tags from headline if
2454 appropriate.
2455 (org-agenda-remove-tags-when-in-prefix): New option.
2456 (org-get-tags-at): New function.
2457
2458 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
2459
2460 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
2461 (thumbs-find-image): Move image name and number from buffer name
2462 to mode name. Set thumbs-buffer. Preserve point so that large
2463 images remain visible.
2464 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2465 order.
2466 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
2467 mode name.
2468 (thumbs-next-image, thumbs-previous-image): Make them work.
2469
2470 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
2471
2472 * cus-edit.el (custom-buffer-create-internal): State in the text above
2473 the whole buffer buttons that they do not operate on hidden items.
2474 (custom-face-menu): Use `custom-face-save' instead of
2475 `custom-face-save-command'.
2476 (custom-face-save-command): Make it an alias for `custom-face-save'
2477 and declare it obsolete.
2478 (custom-face-save): Doc fix.
2479
2480 * dired.el (dired-no-confirm): Add quote.
2481 (dired-subdir-alist-pre-R): Add quote in
2482 `make-variable-buffer-local' form and remove unbalanced parenthesis.
2483
2484 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * textmodes/table.el (table-mode-indicator): Typo in last change.
2487
2488 2006-01-19 Richard M. Stallman <rms@gnu.org>
2489
2490 * outline.el (hide-leaves): Don't call outline-end-of-heading.
2491 Fixes bug reported in Nov 2005.
2492
2493 * isearch.el (isearch-forward): Doc fix.
2494
2495 * dired.el (dired-move-to-filename-regexp): Define as alias.
2496 (dired-no-confirm): Use defcustom.
2497 (dired-subdir-alist-pre-R): Put defvar at top level.
2498
2499 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2500
2501 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2502 Mark as risky.
2503
2504 * simple.el (set-mark-command): Doc fix.
2505 (clone-indirect-buffer-other-window):
2506 Read arg like clone-indirect-buffer.
2507 (move-beginning-of-line): Skip invisible newlines.
2508
2509 2006-01-19 Masatake YAMATO <jet@gyve.org>
2510
2511 * progmodes/cpp.el (cpp-edit-load): Make the order of
2512 listed conditions in a base C code buffer and its associate
2513 CPP Edit buffer the same.
2514
2515 2006-01-19 Kenichi Handa <handa@m17n.org>
2516
2517 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2518 (rmail-mime-feature): Likewise.
2519 (rmail-require-mime-maybe): Use display-warning to show a warning
2520 message.
2521
2522 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2523 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2524
2525 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * array.el: Move defvars out of eval-when-compile.
2528 (array-make-template): Replace undeclared global var with a local one.
2529 (array-mode): Inline initialization functions.
2530 (array-init-local-variables, array-init-max-row)
2531 (array-init-max-column, array-init-columns-per-line)
2532 (array-init-field-width, array-init-rows-numbered)
2533 (array-init-line-length, array-init-lines-per-row): Remove.
2534
2535 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
2536 (doc-mode-map): Define explicitly.
2537 (doctor-txtype): Use mapc.
2538
2539 * textmodes/table.el: Move defvars out of eval-when-compile.
2540 Remove harmful code meant to avoid byte-compiler warnings.
2541 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
2542 specification that checks table-fixed-width-mode directly.
2543 (table-recognize-region, table-recognize-cell):
2544 Use restore-buffer-modified-p.
2545 (table-fixed-width-mode): Remove code that refreshes
2546 table-fixed-mode-indicator.
2547 (*table--cell-describe-bindings, *table--cell-describe-mode):
2548 Avoid obsolete name print-help-return-message.
2549 (table--test-cell-list): Don't use replace-regexp from elisp.
2550 (table--point-entered-cell-function, table--point-left-cell-function):
2551 Don't set table-fixed-mode-indicator, use force-mode-line-update.
2552
2553 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
2554 that was after the end of file. Use buffer-file-name variable.
2555 (org-timestamp-change): Use with-current-buffer.
2556 (org-todo-list): Don't unnecessarily define a new buffer-local var.
2557 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2558 `file'.
2559
2560 * progmodes/fortran.el: Move defvars out of eval-when-compile.
2561 (fortran-break-line): Remove unused var `opoint'.
2562 (fortran-abbrev-start): Obey help-event-list.
2563
2564 2006-01-18 Jesper Harder <harder@phys.au.dk>
2565
2566 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2567
2568 2006-01-18 Masatake YAMATO <jet@gyve.org>
2569
2570 * progmodes/make-mode.el (makefile-imake-mode): New mode
2571 derived from makefile-mode.
2572 (makefile-imake-mode-syntax-table): New syntax table
2573 derived from makefile-mode-syntax-table.
2574 (makefile-mode): Write about makefile-imake-mode in doc string.
2575 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2576 (makefile-imake-font-lock-keywords): New font lock keywords.
2577
2578 * files.el (auto-mode-alist): Add Imakefile.
2579
2580 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
2581
2582 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2583 loading the file rather than when turning on flyspell-mode.
2584
2585 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
2586
2587 * cus-edit.el (customize-rogue): Minor doc fix.
2588
2589 2006-01-17 Juri Linkov <juri@jurta.org>
2590
2591 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2592 instead of the file at the mark as default if the file at the mark
2593 is the same as the file at point or if dired-dwim-target-directory
2594 is not the same as the current directory and the mark is not active.
2595
2596 * log-view.el (log-view-minor-wrap): Use the same logic to get
2597 revisions as `log-view-diff'.
2598
2599 * info.el (Info-revert-find-node): Check for Info-current-file
2600 before preserving new-history.
2601
2602 * man.el (Man-heading-regexp): Add `/'.
2603
2604 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2605 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2606
2607 2006-01-16 Juri Linkov <juri@jurta.org>
2608
2609 * faces.el (mode-line-faces): New defgroup.
2610 (mode-line-highlight): Move definition after new defgroup.
2611 (mode-line, mode-line-inactive, mode-line-highlight):
2612 Replace :group `modeline' with `mode-line-faces'.
2613 (mode-line-buffer-id): New face.
2614 (modeline-buffer-id): New face alias.
2615 (vertical-border): Remove :group `modeline'.
2616
2617 * bindings.el (propertized-buffer-identification): Use face
2618 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2619 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2620 (mode-line-buffer-identification-keymap): For mouse-1 replace
2621 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2622 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2623 mouse-3.
2624
2625 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2626 Buffer-menu-buffer. Doc fix.
2627 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2628 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2629 `Buffer-menu-buffer'.
2630
2631 * info.el (Info-mode-line-node-keymap): New defvar.
2632 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2633 Propertize Info-current-node with `mode-line-buffer-id' and
2634 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2635
2636 * time.el (display-time-mail-face): Replace :group `faces' with
2637 `mode-line-faces'.
2638
2639 2006-01-16 Kenichi Handa <handa@m17n.org>
2640
2641 * international/code-pages.el: Add autoload cookies for cp125[0345678].
2642
2643 * language/european.el (cp1252): New alias for windows-1252.
2644
2645 * international/mule.el (autoload-coding-system): Prepare for EOL
2646 variants.
2647
2648 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2649
2650 * term.el (term-raw-map): Add mapping for insert.
2651 (term-send-insert): New.
2652 (term-mode): Make variables local here instead of doing it in
2653 `term-emulate-terminal'.
2654 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2655 Scroll reverse needs to take into account the scroll region.
2656 Saving and restoring the cursor should save the color attributes too.
2657 (term-reset-terminal): Reset the scroll region.
2658 (term-handle-ansi-escape): Cursor up and down should take into
2659 account the scroll region.
2660 (term-set-scroll-region): Rename from `term-scroll-region'.
2661 Move to 0,0 after setting the region.
2662 (term-handle-scroll): Handle scroll up.
2663 (term-down): Fix off by one error.
2664 (term-delete-lines): Do not delete outside the scroll region.
2665 (term-insert-lines): Take into account the scroll region.
2666
2667 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * textmodes/ispell.el (ispell-internal-change-dictionary)
2670 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2671 (start, end): Move declaration outside of eval-when-compile.
2672
2673 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2674 (flyspell-mode-on): Use it.
2675
2676 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2677 ispell-kill-ispell-hook.
2678
2679 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2680
2681 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2682 (Custom-reset-saved): Do not ask for confirmation in single option
2683 buffers.
2684
2685 2006-01-13 Richard M. Stallman <rms@gnu.org>
2686
2687 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2688
2689 2006-01-13 Romain Francoise <romain@orebokech.com>
2690
2691 * add-log.el (add-change-log-entry, change-log-merge):
2692 Conditionally use `hard-newline'.
2693
2694 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2695
2696 * wid-edit.el (widget-field-end): If the overlay is no longer
2697 associated with a buffer, behave as if the overlay didn't exist.
2698
2699 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2700 Make sure the links use the `custom-link' face.
2701
2702 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2705 (ld-script-mode): Don't set indent-line-function since we don't
2706 have one.
2707
2708 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2709
2710 * textmodes/org.el (org-open-file): Use mailcap for selecting an
2711 application.
2712 (org-file-apps-defaults-gnu): Use mailcap as the default for
2713 selecting an application on a UNIX system.
2714 (org-agenda-show-tags): New command.
2715 (org-table-insert-hline): Keep cursor in current table line.
2716 (org-table-convert): Offset effect of modifying
2717 `org-table-insert-hline'.
2718 (org-format-agenda-item): New optional argument TAG.
2719 (org-compile-prefix-format): Handle %T format for the tag.
2720 (org-expand-wide-chars): New function.
2721 (org-table-insert-row, org-table-insert-hline):
2722 Use `org-expand-wide-chars'.
2723 (org-open-file): Fix bug in program launch.
2724 (org-get-time-of-day): Fix bug with times before 1am.
2725 (org-agenda-menu): Add tags commands.
2726
2727 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2728
2729 * textmodes/ispell.el (ispell-init-process): Include the used
2730 dictionary in ispell process start message.
2731 (ispell-internal-change-dictionary): When flyspell-mode is active
2732 and dictionary is changed, make sure ispell process is restarted
2733 and flyspell word cache cleared out for the current buffer.
2734 (ispell-change-dictionary): Make sure flyspell word cache is
2735 cleared out in all buffers with active flyspell mode when
2736 dictionary is globally changed.
2737 Call ispell-internal-change-dictionary after dictionary change.
2738
2739 2006-01-13 Eli Zaretskii <eliz@gnu.org>
2740
2741 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2742
2743 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2744 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2745 years. Fix small differences wrt Makefile.in.
2746 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2747 Makefile.in does.
2748
2749 2006-01-12 Bill Wohler <wohler@newt.com>
2750
2751 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2752 mh-search.el.
2753
2754 2006-01-12 Masatake YAMATO <jet@gyve.org>
2755
2756 * progmodes/ld-script.el: Update copyright year.
2757
2758 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2761 Don't add widget if setting undefined.
2762
2763 2006-01-12 John Paul Wallington <jpw@pobox.com>
2764
2765 * help-fns.el (describe-variable): Remove newlines from void
2766 variable output.
2767
2768 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
2769
2770 * wdired.el (wdired-mode-map): Add help echo for
2771 wdired-abort-changes.
2772
2773 * man.el (Man-file-name-regexp): Adjust for a list of files.
2774
2775 2006-01-12 Masatake YAMATO <jet@gyve.org>
2776
2777 * progmodes/ld-script.el (auto-mode-alist): Support
2778 suffix conventions used in netbsd and eCos.
2779
2780 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2781
2782 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2783 (custom-variable-menu, custom-face-menu, custom-group-menu)
2784 (Custom-mode-menu): Change names of menu items. (As discussed on
2785 emacs-devel.)
2786 (custom-face-menu): Add "Undo Edits" item.
2787
2788 * startup.el (init-file-user): defcustom -> defvar.
2789
2790 * tooltip.el (tooltip-mode): Doc fix.
2791
2792 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * reveal.el (reveal-post-command): window-buffer signals an error on
2795 dead windows rather than returning nil.
2796 (reveal-open-new-overlays): An overlay might die while we open others.
2797
2798 2006-01-11 Bill Wohler <wohler@newt.com>
2799
2800 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2801 phrasing in docstring.
2802
2803 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2804 can give some systems gas. Add new file mh-buffers.el.
2805
2806 2006-01-06 Masatake YAMATO <jet@gyve.org>
2807
2808 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2809 C preprocessor forward ported from GNU Emacs 21.2.
2810
2811 * progmodes/asm-mode.el (asm-font-lock-keywords):
2812 Use `cpp-font-lock-keywords'.
2813
2814 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2815
2816 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2817 of $ for "\\.ld[s]?".
2818
2819 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2822 (tcl-indent-line): Return `noindent' if inside a string.
2823
2824 * progmodes/flymake.el (flymake-split-string): Remove more than one
2825 empty string at beg/end of the result.
2826 (flymake-find-buildfile, flymake-find-possible-master-files):
2827 Use expand-file-name.
2828 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2829 since expand-file-name does it for us. Use directory-file-name.
2830 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2831 (flymake-ler-get-type, flymake-ler-get-text)
2832 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2833 (flymake-current-line-no): Remove spurious interactive spec.
2834 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2835 (flymake-check-include): Remove arg inc-path merged into inc-name.
2836 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2837 Arg regexp-list replaced by a simple regexp.
2838 (flymake-master-make-header-init, flymake-master-tex-init):
2839 Correspondingly replace regexp-list with a regexp. Fix regexp.
2840
2841 2006-01-10 Simon Josefsson <jas@extundo.com>
2842
2843 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2844 describing AUTH PLAIN fix.
2845
2846 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2847
2848 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2849 (report-emacs-bug): Don't record initial prompt text.
2850 Instead, add text properties to prompting text.
2851 (report-emacs-bug-hook): Delete prompting text.
2852
2853 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2856 `dirs'. Adjust callers.
2857
2858 2006-01-09 John Paul Wallington <jpw@gnu.org>
2859
2860 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2861
2862 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * reveal.el (reveal-open-new-overlays): New extracted fun.
2865 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2866 using them. Simplify the code.
2867 (reveal-post-command): Use them. Fix up obsolete windows in
2868 reveal-open-spots.
2869
2870 * progmodes/flymake.el: Use `require' rather than autoload for
2871 XEmacs's overlays.
2872 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2873 Delete. Use file-relative-name instead.
2874 (flymake-get-syntax-check-program-args, flymake-perl-init):
2875 Simplify the resulting code.
2876
2877 * log-view.el (log-view-file-re, log-view-message-re): Add support
2878 for DaRCS output.
2879
2880 2006-01-09 Alex Schroeder <alex@gnu.org>
2881
2882 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2883 identifiers sometimes added in square brackets at the beginning of
2884 subject lines.
2885
2886 2006-01-07 Richard M. Stallman <rms@gnu.org>
2887
2888 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2889 (Custom-reset-current, Custom-reset-saved): Change question text.
2890 (Custom-reset-standard): Likewise.
2891 (custom-variable-reset-saved): Doc fix.
2892
2893 2006-01-07 Eli Zaretskii <eliz@gnu.org>
2894
2895 * startup.el (init-file-user): Doc fix.
2896
2897 2006-01-07 Alex Schroeder <alex@gnu.org>
2898
2899 * mail/rmail.el (rmail-current-subject): New function.
2900 (rmail-current-subject-regexp): New function.
2901 (rmail-next-same-subject): Use it.
2902
2903 * mail/rmailsum.el (rmail-summary-by-topic):
2904 Use rmail-current-subject and rmail-current-subject-regexp.
2905 (rmail-summary-next-same-subject): Ditto.
2906
2907 * net/rcirc.el (rcirc-send-input): No longer check whether the
2908 process is open, since not all commands need an open process.
2909 (rcirc-send-string): Check whether the process is open before
2910 sending anything.
2911 (rcirc-ignore-list): New option.
2912 (rcirc-ignore-list-automatic): New variable.
2913 (rcirc-print): Take rcirc-ignore-list into account.
2914 (rcirc-cmd-ignore): New command.
2915 (rcirc-ignore-update-automatic): New function.
2916 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2917 list if ignored nicks.
2918 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2919
2920 2006-01-06 David Reitter <david.reitter@gmail.com>
2921
2922 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2923 reflect the address to which the report will be sent.
2924
2925 2006-01-06 Eli Zaretskii <eliz@gnu.org>
2926
2927 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2928 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2929
2930 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2931
2932 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2933
2934 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2935 the doc string: "functoin" => "function".
2936 * ldefs-boot.el: Likewise.
2937
2938 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2939 message text: "Duplicat" => "Duplicate".
2940
2941 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
2942
2943 * files.el (basic-save-buffer-2): If backing-up failed, reset
2944 buffer-backed-up to nil.
2945
2946 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
2947
2948 * progmodes/gud.el (gdb-script-skip-to-head)
2949 (gdb-script-calculate-indentation): Indent for breakpoint command
2950 lists also.
2951
2952 2006-01-05 Bill Wohler <wohler@newt.com>
2953
2954 * Makefile.in (compile-always): Add mh-autoloads dependency.
2955 (bootstrap): Remove mh-autoloads dependency, as compile dependency
2956 provides it.
2957 (updates): Remove mh-autoloads dependency, since it probably has
2958 already run recently (via recompile).
2959
2960 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2963 argument `force' to disable the flyspell-last-buffer optimization.
2964 (flyspell-mode-on): Use it.
2965
2966 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2967 flymake-simple-cleanup.
2968 (flymake-allowed-file-name-masks): Use this new default.
2969 All the functions are now called in the right buffer rather than
2970 passing the buffer as argument.
2971 (flymake-process-sentinel): Switch to buffer before calling cleanup.
2972 (flymake-parse-err-lines): Remove redundant buffer arg.
2973 (flymake-get-program-dir): Comment out unused function.
2974 (flymake-start-syntax-check, flymake-start-syntax-check-process):
2975 Remove redundant buffer argument.
2976 (flymake-get-real-file-name, flymake-simple-java-cleanup)
2977 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2978
2979 2006-01-05 Richard M. Stallman <rms@gnu.org>
2980
2981 * info.el (Info-find-node): Don't record previous node if have none.
2982 (info): Go to directory only if history is empty.
2983
2984 * simple.el (mark): Doc fix.
2985
2986 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2987
2988 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2989 already of desired type.
2990 (mac-ae-list): Coerce parameter to "list" type.
2991 (mac-dispatch-apple-event): Replace cadr part of event with a
2992 dummy position so that event-start returns it.
2993
2994 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
2995
2996 * textmodes/org.el (org-end-of-subtree): New function.
2997 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2998 Use `org-end-of-subtree'.
2999 (org-agenda, org-agenda-convert-date): Protect calls to
3000 `fit-window-to-buffer'.
3001 (org-tags-view): Force matching of sublevels when doing a
3002 todo-only search. Define the correct redo command, including the
3003 arguments.
3004 (org-agenda-redo): Display message.
3005 (org-check-for-org-mode): New function.
3006 (org-agenda-type): New variable.
3007 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3008 Set `org-agenda-type'.
3009 (org-agenda-check-type): New function.
3010 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3011 (org-agenda-week-view, org-agenda-day-view)
3012 (org-agenda-next-date-line, org-agenda-previous-date-line)
3013 (org-agenda-log-mode, org-agenda-toggle-diary)
3014 (org-agenda-toggle-time-grid, org-agenda-date-later)
3015 (org-agenda-date-prompt, org-agenda-diary-entry)
3016 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3017 (org-agenda-convert-date, org-agenda-menu):
3018 Use `org-agenda-check-type'.
3019 (org-make-overlay, org-delete-overlay)
3020 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3021 New compatibility functions.
3022 (org-calendar-select-mouse): New command.
3023
3024 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3025
3026 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3027 (Custom-reset-standard): Fix y-or-n-p messages.
3028 (custom-link): New face for links.
3029 (custom-buffer-create-internal, custom-manual): Use it.
3030 (custom-face-save): Push to theme-face before setting face spec.
3031
3032 * wid-edit.el (widget-default-mouse-face-get): New function.
3033 (widget-specify-button): Handle mouse-face like button-face.
3034
3035 * custom.el (load-theme): Clear old theme settings if reloading.
3036
3037 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3038
3039 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3040 "Erase Customization" button back to same position it occupies in
3041 the individual State menus.
3042
3043 2006-01-04 Kim F. Storm <storm@cua.dk>
3044
3045 * wid-edit.el (key-sequence): Rework widget to read key binding
3046 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3047 (widget-key-sequence-default-value): Default value for empty sequence.
3048 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3049 (widget-key-sequence-read-event): New command for C-q.
3050 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3051 (widget-key-sequence-value-to-external): New functions.
3052
3053 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3056 Use expand-file-name.
3057 (flymake-delete-temp-directory): Use expand-file-name,
3058 file-name-directory, and directory-file-name.
3059 (flymake-strrchr): Delete.
3060 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3061 to the init-f function.
3062 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3063 (flymake-init-find-buildfile-dir)
3064 (flymake-init-create-temp-source-and-master-buffer-copy)
3065 (flymake-simple-make-init-impl, flymake-simple-make-init)
3066 (flymake-master-make-init, flymake-master-make-header-init)
3067 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3068 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3069 (flymake-xml-init): Remove corresponding redundant buffer argument.
3070 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3071 the default anyway. Clean up regexps.
3072
3073 * progmodes/flymake.el (flymake-temp-source-file-name)
3074 (flymake-master-file-name, flymake-temp-master-file-name)
3075 (flymake-base-dir): New buffer-local vars.
3076 (flymake-buffer-data, flymake-get-buffer-value)
3077 (flymake-set-buffer-value): Replace those hash-tables by the new
3078 buffer-local vars. Update callers.
3079
3080 * progmodes/flymake.el (flymake-check-start-time)
3081 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3082 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3083 Move definition, so we can remove redundant earlier declaration.
3084 (flymake-replace-regexp-in-string, flymake-split-string)
3085 (flymake-get-temp-dir): Use defalias.
3086 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3087 (flymake-xemacs-window-edges): Remove unused function.
3088 (flymake-get-point-pixel-pos): Move.
3089 (flymake-pid-to-names, flymake-reg-names)
3090 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3091 Replace by a simple list flymake-processes and by process-buffer.
3092 Update callers. Other than simplify the code, it uses buffers rather
3093 than buffer-names so it doesn't get confused by uniquify.
3094 (flymake-buffer-data): The global value should just be nil.
3095
3096 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3097 Optimize the body of a defalias like any other code.
3098
3099 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3100 Make sure we've setup font-lock's vars. It may influence which
3101 function we then call.
3102 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3103 here since it's too late anyway.
3104
3105 2006-01-03 Romain Francoise <romain@orebokech.com>
3106
3107 * startup.el (fancy-splash-tail, normal-splash-screen):
3108 Update copyright year.
3109
3110 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3111
3112 * mouse.el (mouse-drag-track): Rename, from
3113 `mouse-drag-region-1'. Includes optional argument required to
3114 enable post-drag event processing (e.g. delete region keys).
3115 Can be used without this argument to track a mouse region and operate
3116 on it as soon as the drag completes.
3117 (mouse-drag-region): Use `mouse-drag-track'.
3118
3119 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3120
3121 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3122 Move to `custom-buffer' group.
3123
3124 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3125 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3126 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3127 (custom-theme-face-menu): New variables.
3128 (custom-theme-add-variable, custom-theme-variable-action)
3129 (custom-variable-reset-theme, custom-theme-delete-variable)
3130 (custom-face-reset-theme, custom-theme-face-action)
3131 (custom-theme-delete-face, custom-theme-merge-theme)
3132 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3133
3134 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3135
3136 * custom.el: Move Custom Themes commentary to start of theme code.
3137 (custom-known-themes): Rename `standard' theme to `changed'.
3138 (custom-push-theme): Caller no longer specifies what theme to use
3139 when doing `reset'---the setting is simply removed from the theme.
3140 Delete MODE from `theme-value' and `theme-settings' properties.
3141 (custom-declare-theme): Ignore &rest args since we don't use them.
3142
3143 (custom-loaded-themes): Delete variable.
3144 (custom-theme-load-themes, custom-theme-loaded-p)
3145 (custom-theme-value): Delete functions.
3146
3147 (custom-declare-theme): Signal error on invalid theme names.
3148 (provide-theme): custom-loaded-themes was deleted.
3149 (load-theme): Load the file unconditionally.
3150 (enable-theme): Call `load-theme' if theme is undefined.
3151 (custom-enabled-themes): Only update value for successful loads.
3152 (disable-theme): Complete from enabled themes when interactive.
3153 (custom-variable-theme-value): Calculate theme value directly.
3154
3155 (custom-theme-reset-variables, custom-reset-variables): Mark as
3156 XEmacs compatibility functions. We don't actually use these.
3157
3158 * cus-edit.el (custom-variable-state-set):
3159 Use custom-variable-theme-value instead of custom-theme-value.
3160 (custom-face-state-set): Rename `standard' theme to `changed'.
3161 (custom-save-variables, custom-save-faces): Delete unneeded
3162 references to custom-reset-variables.
3163 (custom-save-resets): Delete function.
3164 (custom-save-variables, custom-save-faces): MODE argument deleted.
3165 (custom-save-variables, custom-save-faces): Ignore theme values.
3166
3167 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3168 compatibility function.
3169
3170 2006-01-01 Richard M. Stallman <rms@gnu.org>
3171
3172 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3173 (Custom-reset-current, Custom-reset-saved): Likewise.
3174 (Custom-reset-standard): Show message if aborted.
3175 (custom-mode): Doc fix, describing those commands.
3176
3177 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3178 put on event-kind property.
3179
3180 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * custom.el (provide-theme): Ban `user' theme name.
3183 (custom-enabling-themes): New variable.
3184 (enable-theme): Don't enable user if custom-enabling-themes is t.
3185 (custom-enabled-themes): Make it a defcustom.
3186 (custom-theme-recalc-face): No-op if face is undefined.
3187
3188 * cus-edit.el (custom-button-mouse): New variable.
3189 (custom-button-mouse): New face.
3190 (custom-raised-buttons, custom-mode): Use it.
3191
3192 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3193
3194 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3195
3196 * progmodes/gud.el (gud-display-line): Support hl-line in the
3197 source buffer.
3198
3199 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3200
3201 * mouse.el (mouse-drag-window-above): Verify that the found window
3202 overlaps with the given window in the horizontal dimension.
3203
3204 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3205
3206 * Makefile.in (cvs-update): New target.
3207
3208 * makefile.w32-in (cvs-update): Ditto.
3209
3210 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
3211
3212 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3213 (custom-new-theme-mode-map): New variable.
3214
3215 2005-12-30 Richard M. Stallman <rms@gnu.org>
3216
3217 * custom.el (custom-load-themes): Function deleted.
3218
3219 * cus-edit.el (custom-save-loaded-themes): Function deleted.
3220 (custom-save-variables): Don't delete or add custom-load-themes call.
3221
3222 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3223
3224 * cus-start.el: Add `visible-cursor'.
3225
3226 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3227 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3228 (flymake-process-filter): Switch to buffer before calling it instead.
3229 (flymake-post-syntax-check, flymake-highlight-err-lines)
3230 (flymake-delete-own-overlays, flymake-parse-err-lines)
3231 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3232 (flymake-count-lines, flymake-parse-residual):
3233 Remove constant buffer argument.
3234 (flymake-start-syntax-check-for-current-buffer): Remove.
3235 Update callers to use flymake-start-syntax-check instead.
3236 (flymake-display-err-menu-for-current-line):
3237 Remove unused var `mouse-pos'.
3238 (flymake-restore-formatting): Comment out unused function.
3239 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3240 argument, use current-buffer instead. Update callers.
3241
3242 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3243
3244 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3245 buffer-local because choose-completion-delete-max-match requires
3246 that we set completion-ignore-case (i.e., binding via let is not
3247 sufficient).
3248 (bibtex-complete): Always set completion-ignore-case and
3249 choose-completion-string-functions. The latter is needed because
3250 choose-completion-string-functions keeps its value if we quit the
3251 *Completions* buffer without requesting a completion.
3252
3253 2005-12-30 Andreas Schwab <schwab@suse.de>
3254
3255 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3256
3257 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3258
3259 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3260
3261 2005-12-30 Juri Linkov <juri@jurta.org>
3262
3263 * locate.el (locate-fcodes-file, locate-header-face)
3264 * progmodes/delphi.el (delphi-other-face)
3265 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3266
3267 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3268 group `paren-showing-faces'.
3269
3270 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3271 (goto-address): Fix docstring.
3272
3273 * net/webjump.el (webjump-sample-sites): Update URLs.
3274
3275 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3276
3277 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3278
3279 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * font-lock.el (font-lock-compile-keywords): Signal an error when
3282 font-lock-set-defaults hasn't been called.
3283
3284 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3285
3286 * subr.el (noreturn, 1value): Doc fixes.
3287
3288 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3289
3290 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3291 that assoc-string returns nil.
3292
3293 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3294
3295 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3296 (bibtex-entry-type-str, bibtex-empty-field-re)
3297 (bibtex-search-backward-string, bibtex-preamble-prefix)
3298 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3299 (bibtex-any-valid-entry-type): New variable.
3300 (bibtex-parse-field-name): Simplify.
3301 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3302 (bibtex-preamble-prefix): Include left delimiter.
3303 (bibtex-search-forward-field, bibtex-search-backward-field):
3304 Allow unbounded search past entry boundaries (required by bibtex-pop).
3305 (bibtex-text-in-field-bounds): Use push.
3306 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3307 (bibtex-parse-preamble, bibtex-valid-entry)
3308 (bibtex-beginning-first-field): New functions.
3309 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
3310 (bibtex-map-entries): Fix docstring.
3311 (bibtex-flash-head): New arg prompt. Simplify.
3312 (bibtex-enclosing-field): Include code of bibtex-inside-field.
3313 (bibtex-insert-kill): Simplify. Always insert text past the
3314 current field or entry.
3315 (bibtex-format-entry): Use bibtex-parse-field.
3316 (bibtex-pop): Use bibtex-beginning-of-entry and
3317 bibtex-end-of-entry to initiate the search. Insert empty field if
3318 we found ourselves.
3319 (bibtex-print-help-message): New args field and comma.
3320 Handle entry keys.
3321 (bibtex-make-field): Use bibtex-beginning-of-entry.
3322 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
3323 invalid entry.
3324 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3325 Handle preambles. Simplify code for thorough test.
3326 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3327 New arg comma. Handle entry heads.
3328 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3329 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3330 New arg comma.
3331 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3332 (bibtex-fill-field): Simplify.
3333 (bibtex-fill-entry): Use bibtex-beginning-first-field and
3334 bibtex-parse-field.
3335 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3336 (bibtex-complete): Use bibtex-parse-preamble.
3337
3338 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
3339
3340 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3341 Display name of expression instead of convenience variable.
3342 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3343
3344 * progmodes/gud.el (gud-tooltip-dereference): Rename from
3345 toggle-gud-tooltip-dereference.
3346 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
3347 (gud-tooltip-tips): ...here when dereferencing.
3348
3349 2005-12-28 Bill Wohler <wohler@newt.com>
3350
3351 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
3352
3353 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
3354
3355 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3356 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
3357 (vc-annotate-display-autoscale): Adjust call.
3358 (vc-annotate-display-default): Adjust call. Make arg compulsory.
3359 Fix interactive spec.
3360 (vc-annotate-time-span): Remove.
3361 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3362 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3363 (vc-annotate-display-select): Use new name.
3364
3365 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3366 (vc-annotate-mode-menu): Remove left-over redundant declaration.
3367 Correct the construction of span entries. Simplify.
3368 (vc-annotate-display-select): Fix the nil case.
3369 (vc-annotate): Remove obsolete (and now broken) code.
3370 (vc-annotate-extract-revision-at-line): Remove obsolete code.
3371 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
3372
3373 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3374
3375 * subr.el (lazy-completion-table): Correct typo in docstring.
3376
3377 * startup.el (command-line): Use `custom-reevaluate-setting' for
3378 `send-mail-function'.
3379
3380 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3381
3382 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
3383
3384 * mail/smtpmail.el (smtpmail-try-auth-methods):
3385 Send credentials together with "AUTH PLAIN" command.
3386
3387 2005-12-27 Richard M. Stallman <rms@gnu.org>
3388
3389 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3390 mouse-2, go back to previously selected window, so it's selected
3391 when mouse-2 command runs.
3392
3393 2005-12-27 Juri Linkov <juri@jurta.org>
3394
3395 * descr-text.el (describe-text-sexp): Use square brackets for
3396 button [Show] to distinguish it from the property value `show'.
3397 (describe-property-list): Use `insert-text-button' with
3398 `help-face' type instead of putting face in quotes, because button
3399 is not created automatically for a list of faces.
3400 (describe-text-properties-1): Put button-type value in quotes to
3401 distinguish from plain text "button".
3402 (describe-char): Display code point values in hex. Don't use
3403 `symbol-name' for `current-input-method' because it is a string.
3404 Use `insert-text-button' with `help-face' type instead of putting
3405 hardcoded face in quotes, because button is not created automatically.
3406
3407 2005-12-27 Richard M. Stallman <rms@gnu.org>
3408
3409 * progmodes/glasses.el (glasses-face): More specific custom type.
3410
3411 * files.el (set-visited-file-name): Doc fix.
3412
3413 * textmodes/flyspell.el (flyspell-external-point-words):
3414 Use local var buffer-scan-pos to advance scan for next misspelling.
3415 Advance it only after we find the misspelling.
3416
3417 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
3418
3419 * textmodes/flyspell.el (flyspell-external-point-words):
3420 New criteria for finding the misspelling in the buffer.
3421
3422 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
3423
3424 * help-mode.el (help-insert-string): Set help-xref-stack-item
3425 rather than call help-setup-xref.
3426
3427 * descr-text.el (describe-char): Revert previous changes for
3428 optional buffer argument.
3429
3430 2005-12-27 Juri Linkov <juri@jurta.org>
3431
3432 * help-mode.el (help-insert-string): New function. Save buffer
3433 contents in cases where it is impossible to recompute the old contents.
3434
3435 * descr-text.el (describe-char): Set help-xref-stack-item
3436 explicitly after buffer has been generated.
3437
3438 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3439
3440 * cus-start.el (all): Add x-gtk-show-hidden-files.
3441
3442 2005-12-26 Richard M. Stallman <rms@gnu.org>
3443
3444 * replace.el (perform-replace): Calculate match-again
3445 before skipping read-only matches.
3446
3447 * paren.el (paren-showing-faces): New group.
3448 (show-paren-match, show-paren-mismatch): Move to that group.
3449
3450 * button.el (button): Put into group `basic-faces'.
3451
3452 * progmodes/make-mode.el: Remove faces from group `faces'.
3453
3454 * apropos.el (apropos, apropos-value): Doc fix.
3455 (apropos-documentation): Doc fix.
3456
3457 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * subr.el (lazy-completion-table): Remove argument `args'.
3460
3461 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3462 Don't use the `args' argument of lazy-completion-table.
3463
3464 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
3465
3466 * descr-text.el (describe-char): Add optional argument for buffer.
3467 Set buffer appropriately. Call help-setup-xref.
3468 Suggested by Stefan Monnier.
3469
3470 2005-12-26 Juri Linkov <juri@jurta.org>
3471
3472 * descr-text.el: Require `help-fns' at runtime. Don't require
3473 `button' for byte compilation.
3474 (describe-text-widget): Add `help-echo' for first button.
3475 Use `help-info' for second.
3476 (describe-property-list): Use `help-argument-name' instead of `italic'.
3477 (describe-text-category): Add prompt to interactive spec.
3478 Call `help-setup-xref'.
3479 (describe-char): Use `help-character-set'. Add `help-echo' for
3480 code point. Use `help-input-method'. Remove superfluous insert.
3481
3482 2005-12-25 Richard M. Stallman <rms@gnu.org>
3483
3484 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3485 at point, in case of narrowing.
3486
3487 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3488
3489 * locate.el (locate-header-face): Allow nil in type.
3490
3491 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3492
3493 2005-12-25 Romain Francoise <romain@orebokech.com>
3494
3495 * battery.el (battery-linux-proc-acpi): Also try
3496 `/proc/acpi/thermal_zone/THM0/temperature'.
3497
3498 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
3499
3500 * custom.el (custom-push-theme): Fix docstring.
3501
3502 * cus-edit.el (custom-variable-set, custom-variable-save)
3503 (custom-variable-save): Custom-quote widget values.
3504 (customize-save-variable): Fix custom-push-theme call.
3505
3506 2005-12-24 Eli Zaretskii <eliz@gnu.org>
3507
3508 * w32-fns.el (w32-batch-update-autoloads): New function.
3509
3510 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3511 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3512 from the command line.
3513
3514 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
3515
3516 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
3517 reset means to remove setting from theme entirely. Don't keep
3518 expanding theme-settings list; delete old entries if necessary.
3519
3520 * cus-edit.el (custom-buffer-create-internal): Move "Erase
3521 customization" button one line up.
3522 (custom-themed): New face.
3523 (custom-magic-alist): New value, THEMED, for theme settings.
3524 (custom-variable-state-set, custom-face-state-set):
3525 Check theme-value instead of saved-value.
3526 (custom-variable-reset-standard, custom-face-reset-standard):
3527 Remove theme setting entirely. Recalculate new values.
3528 (custom-variable-set, custom-variable-set)
3529 (custom-variable-reset-saved, custom-variable-reset-backup)
3530 (custom-face-set, custom-face-reset-saved): Update `user' theme.
3531 (custom-variable-save): Fix typos.
3532
3533 2005-12-23 Juri Linkov <juri@jurta.org>
3534
3535 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3536 Add autoload cookies.
3537 (edebug-outside-d-c-i-n-s-w): New variable.
3538 (edebug-display, edebug-outside-excursion): Use it to save the
3539 original value of default-cursor-in-non-selected-windows.
3540 Set default-cursor-in-non-selected-windows to t while Edebug
3541 is active.
3542 (edebug-mode, edebug-eval-mode): Doc fix.
3543
3544 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3545 with `buffer-substring-no-properties' to remove common substring
3546 highlighting.
3547
3548 * info.el (info-other-window, info): Rename function argument
3549 `file' to `file-or-node'.
3550 (Info-complete-menu-item): Use local variable `complete-nodes' to
3551 keep the global value of `Info-complete-nodes' unchanged for
3552 subsequent completions.
3553 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
3554
3555 * simple.el (get-next-valid-buffer, last-buffer)
3556 (next-error-buffer-p, next-error-find-buffer)
3557 (minibuffer-history-sexp-flag): Doc fix.
3558
3559 * savehist.el (savehist-mode-hook): Add `:group'.
3560
3561 * log-view.el: Call autoload for vc-find-version.
3562 (log-view-current-file): Adjust subgroup numbers.
3563 (log-view-current-tag): Add `length'.
3564
3565 2005-12-23 Richard M. Stallman <rms@gnu.org>
3566
3567 * vc.el (vc-annotate-car-last-cons): Defn moved up.
3568
3569 2005-12-23 Juri Linkov <juri@jurta.org>
3570
3571 * hi-lock.el (hi-lock-archaic-interface-message-used)
3572 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3573 (hi-lock-mode): Display "Hi" in the mode line only when
3574 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3575 (hi-lock-write-interactive-patterns):
3576 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3577 (hi-lock-set-pattern, hi-lock-set-file-patterns)
3578 (hi-lock-font-lock-hook): Set 3rd arg `how' of
3579 font-lock-add-keywords to t.
3580
3581 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
3582
3583 * hi-lock.el (hi-lock-highlight-range): New variable.
3584 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3585 only if font-lock-fontified is non-nil. Remove overlays.
3586 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3587 font-lock-fontified is non-nil, otherwise use overlays (instead of
3588 text properties).
3589 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3590 New variables.
3591 (hi-lock-string-serialize) New function.
3592
3593 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3594
3595 * menu-bar.el (menu-find-file-existing): New function.
3596 (menu-bar-file-menu): Use menu-find-file-existing for Open.
3597
3598 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3599
3600 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * vc.el: Remove unnecessary leading * in docstrings.
3603 (vc-annotate-mode-map): Move initialization into declaration.
3604 (vc-static-header-alist): Nitpick on the regexp.
3605 (vc-default-init-version): New fun.
3606 (vc-register): Use it.
3607 (vc-insert-headers): Use dolist.
3608 (vc-annotate-get-backend): Remove unused function.
3609 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3610 (vc-annotate-mode): Remove corresponding call.
3611 (vc-annotate-car-last-cons): Simplify.
3612 (vc-annotate-buffers): Remove var.
3613 (vc-annotate-backend): Make it buffer-local.
3614 (vc-annotate): Move the interaction to the interactive spec.
3615 Add a `buf' argument.
3616 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3617 killing&creating a vc-annotate buffer, which is very disruptive when
3618 the buffers are shown in dedicated frames.
3619
3620 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
3621
3622 * descr-text.el: Add FSF as maintainer.
3623 (describe-text-mode, describe-text-mode-map)
3624 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3625 help-mode.
3626 (describe-text-widget, describe-text-sexp)
3627 (describe-property-list, describe-text-category)
3628 (describe-text-properties, describe-text-properties-1)
3629 (describe-char): Use help buttons instead of widgets.
3630 (describe-char-unicodedata-file): Make URL link in doc string.
3631
3632 2005-12-22 Richard M. Stallman <rms@gnu.org>
3633
3634 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3635 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3636 Don't include buttons that write a file when there's no file.
3637 (custom-variable-menu, custom-face-menu, custom-group-menu):
3638 Don't include commands that write a file when there's no file.
3639 (customize-browse): Reword the top-of-buffer help intro.
3640 (custom-buffer-create-internal): Fix previous change.
3641 (customize-changed-options-previous-release): Prev release is 21.1.
3642 (customize-changed-options): Doc fix.
3643 (customize-changed): New alias.
3644 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3645 Say "standard values".
3646 (Custom-reset-standard): Doc fix.
3647 (custom-face-reset-standard): Doc fix.
3648
3649 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3650
3651 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3652 even if font-lock-mode is non-nil since it may be t without having
3653 turned on font-lock-mode-internal.
3654 (font-lock-choose-keywords): Minor optimization.
3655 (font-lock-add-keywords, font-lock-remove-keywords)
3656 (font-lock-set-defaults): Don't call make-local-variable on a variable
3657 that we know to already be local.
3658
3659 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3660
3661 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3662 messages if in the minibuffer.
3663
3664 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3665
3666 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3667 (tex-mode-flyspell-verify, flyspell-get-word)
3668 (flyspell-external-point-words): Don't use point-min/max uselessly.
3669
3670 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3671 by Kevin Rodgers. Instead, just hide the completions buffer if we
3672 don't need to show it.
3673
3674 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3675
3676 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3677
3678 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3679
3680 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3681 delete-windows-on with an inexistent buffer.
3682
3683 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
3684
3685 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3686 Delete defcustom variable :tag names.
3687
3688 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3689
3690 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3691 (log-view-font-lock-keywords): Ajust subgroup numbers.
3692 (log-view-current-tag): Don't hard code the number of subgroups.
3693
3694 2005-12-20 Juri Linkov <juri@jurta.org>
3695
3696 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3697 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3698
3699 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3700 (menu-bar-non-minibuffer-window-p): Instead of checking
3701 display-multi-frame-p, use selected-frame when menu-updating-frame
3702 is nil.
3703
3704 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3705
3706 * align.el (align-rules-list): Use [ \t] instead of \s-
3707 for column separators in text mode.
3708
3709 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
3710
3711 * help-mode.el (help-customize-variable, help-customize-face):
3712 Don't pop help-xref-stack as help-follow no longer pushes
3713 anything on to it.
3714
3715 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3716
3717 * textmodes/org.el (org-agenda-custom-commands): New option.
3718 (org-agenda): Offer custom commands on splash screen.
3719 (org-make-tags-matcher): Parser for Boolean logic added.
3720 (org-agenda-set-tags): New command.
3721 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3722 (org-set-tags): Efficiency improvements.
3723 (org-auto-align-tags): New option.
3724 (org-todo, org-demote, org-promote): Realign tags.
3725 (org-tags-completion-function): Use also "&" and "|" as separators.
3726 (org-org-menu): Agenda commands simplified.
3727
3728 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3729
3730 * cus-edit.el (customize-apropos, customize-apropos-options):
3731 Docstring changes.
3732
3733 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3734
3735 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
3736
3737 * longlines.el (longlines-mode): Wrap while widened.
3738 (longlines-decode-region, longlines-encode-region): Compute max
3739 just once.
3740
3741 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3742
3743 * cus-edit.el (mac): New group.
3744
3745 * cus-start.el (all): Add user options in macterm.c. Add test for
3746 Mac-related built-ins. Fix test for GTK-related built-ins.
3747
3748 * term/mac-win.el (mac-handle-language-change)
3749 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3750 (mac-services-open-selection, mac-services-mail-selection)
3751 (mac-services-mail-to, mac-services-insert-text)
3752 (mac-dispatch-apple-event): Add docstrings.
3753 (x-get-selection, mac-select-convert-to-string): Select coding
3754 system from `utf-16be' and `utf-16le' using `byteorder'.
3755
3756 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3759 a "list" (lambda ...) rather than a real completion list.
3760
3761 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3762 lexical-let when encountering ((lambda (...) ...) ...).
3763
3764 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3765
3766 * progmodes/sh-script.el (sh-mode):
3767 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3768 * textmodes/picture.el (picture-mode): Update docstrings.
3769
3770 2005-12-17 Eli Zaretskii <eliz@gnu.org>
3771
3772 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3773 commands enclosed in $(ARGQUOTE)s should not be split between two
3774 lines, as that will break with GNU Make >3.80, when sh.exe is used
3775 and arg quoting is with '..'.
3776 (autoloads): Don't break the quoted --eval expression between
3777 several lines.
3778
3779 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3780
3781 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3782 Capture error from printing circular structures.
3783
3784 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3785
3786 * wid-edit.el (widget-checkbox-action): Clear undo info.
3787
3788 2005-12-16 Bill Wohler <wohler@newt.com>
3789
3790 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3791 bar, not menubar in comment.
3792
3793 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3794
3795 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3796 After-change-functions should not clobber the match data.
3797
3798 2005-12-16 Juri Linkov <juri@jurta.org>
3799
3800 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3801 instead of `buffer-substring'.
3802 (completion-common-substring): Doc fix.
3803 (completion-setup-function): Use minibuffer-completion-contents
3804 instead of minibuffer-contents. Don't set common-string-length
3805 initially. Remove special handling of partial-completion-mode.
3806 Move computation of completion-base-size into one cond.
3807 Call completion-base-size-function in mainbuf. In computation of
3808 completion-base-size for file name completion don't move point to
3809 the end of the minibuffer. Move computation of common-string-length
3810 into one cond. Start putting faces only when common-string-length>=0.
3811 Add condition to put completions-common-part when
3812 common-string-length>0.
3813
3814 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3815 place point at the first different character in the minibuffer
3816 even if this position is at the beginning of the minibuffer.
3817
3818 * info.el (Info-read-node-name-1): In completion-base-size-function's
3819 lambda return 1 if common-substring or minibuffer-completion-contents
3820 starts with (, and 0 otherwise.
3821
3822 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3823 Use `crm-current-element' for second arg of `display-completion-list'.
3824
3825 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3826
3827 * files.el (set-auto-mode): Look for an interpreter specified on
3828 the first line also if search for mode specification succeeded,
3829 but the mode is not known.
3830
3831 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
3832
3833 * textmodes/org.el (org-tags-match-list-sublevels): New option.
3834 (org-open-at-point): Implement tag searches as links.
3835 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3836 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3837 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3838 (org-agenda-dispatch): New commands.
3839 (org-use-tag-inheritance, org-tags-column): New options.
3840 (org-tab-follows-link, org-return-follows-link): New options.
3841 (org-tags): New customize group.
3842 (org-start-icalendar-file): Get local time zone.
3843 (org-tags-completion-function): New function.
3844 (org-set-font-lock-defaults): Make sure links will also be
3845 highlighted inside headlines.
3846
3847 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3848
3849 * term.el (term-emulate-terminal):
3850 Let term-handle-ansi-terminal-messages override what Bash says about
3851 its current directory.
3852
3853 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3854
3855 * bindings.el (last-buffer): Move to simple.el.
3856 * simple.el (last-buffer): Move here.
3857 (get-next-valid-buffer): New function.
3858 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3859 (prev-buffer): Ditto. Rename to `previous-buffer'.
3860
3861 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3862 * bindings.el (global-map): Ditto.
3863
3864 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3865
3866 * cus-edit.el: Introductory comment change.
3867 (custom-magic-alist): Change message string for the `rogue' state.
3868
3869 2005-12-15 Richard M. Stallman <rms@gnu.org>
3870
3871 * tooltip.el: Delete defcustom variable :tag names.
3872
3873 * complete.el (partial-completion-mode): Doc fix.
3874
3875 * textmodes/flyspell.el (flyspell-external-point-words):
3876 Use save-excursion to ensure we don't move backward in the
3877 search loop, not even one character.
3878 (flyspell-delete-all-overlays): Use remove-overlays directly.
3879
3880 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3881 (ispell-start-process): Set that variable.
3882 Clear ispell-buffer-local-name.
3883 (ispell-internal-change-dictionary):
3884 Set ispell-current-dictionary after killing process.
3885 (ispell-buffer-local-dict):
3886 Don't set spell-personal-dictionary after killing process.
3887 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3888 (ispell-tex-skip-alists, ispell-html-skip-alists)
3889 (ispell-skip-region-alist): Mark as risky.
3890
3891 * net/newsticker.el (newsticker--retrieval-timer-list)
3892 (newsticker--display-timer, newsticker-running-p)
3893 (newsticker-ticker-running-p): Definitions moved up.
3894
3895 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3898
3899 2005-12-15 David Ponce <david@dponce.com>
3900
3901 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3902 (recentf-edit-list, recentf-open-files): Signal an error when
3903 there is no recent file.
3904
3905 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3906
3907 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3908 read-only except for texinfo-format-region evaluation.
3909
3910 2005-12-14 Richard M. Stallman <rms@gnu.org>
3911
3912 * vc.el (vc-default-previous-version, vc-default-next-version)
3913 (vc-do-command): Doc fixes.
3914
3915 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3916
3917 * textmodes/bibtex.el (bibtex-expand-strings)
3918 (bibtex-autokey-expand-string, bibtex-name-part)
3919 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3920 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3921 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3922 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3923 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3924 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3925 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3926 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3927 (bibtex-beginning-of-last-entry): Remove.
3928 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3929 message if comma is missing but buffer is read-only.
3930 (bibtex-parse-field-text): Handle whitespaces at the end of field
3931 text. Return 3-element list with beginning and end of field text
3932 and end of field.
3933 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3934 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
3935 (bibtex-search-forward-field, bibtex-search-backward-field):
3936 Search always delimited by limits of entry. Use more efficient
3937 search algorithms.
3938 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3939 bibtex-end-of-name-in-field.
3940 (bibtex-text-in-field-bounds): Handle BibTeX strings when
3941 extracting the content of a field.
3942 (bibtex-text-in-field): Use search limits.
3943 (bibtex-parse-string-prefix): Handle empty string keys based on
3944 bibtex-string-empty-key.
3945 (bibtex-parse-string): Fix docstring.
3946 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3947 (bibtex-preamble-prefix, bibtex-strings): New functions.
3948 (bibtex-skip-to-valid-entry): Include preceding whitespace in
3949 BibTeX entries (consistent with other BibTeX functions).
3950 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3951 (bibtex-search-entry): Fix docstring. Simplify.
3952 (bibtex-flash-head, bibtex-complete-string-cleanup)
3953 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3954 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3955 (bibtex-parse-entry): New optional arg content.
3956 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3957 Use bibtex-text-in-field-bounds.
3958 (bibtex-print-help-message): Handle BibTeX strings and preambles.
3959 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3960 bibtex-parse-string-postfix.
3961 (bibtex-find-text-internal): New function.
3962 (bibtex-remove-delimiters): Use it.
3963 (bibtex-find-text): Use it. New optional arg help.
3964 (bibtex-complete): Handle BibTeX string and preamble entries.
3965 (bibtex-Preamble): Fix order of closing delimiters.
3966
3967 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3968
3969 * vc.el (vc-default-revert): New fun.
3970
3971 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3972
3973 2005-12-14 Romain Francoise <romain@orebokech.com>
3974
3975 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3976 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3977 (font-lock-remove-keywords): Likewise.
3978
3979 2005-12-14 Juri Linkov <juri@jurta.org>
3980
3981 * log-view.el (log-view-diff): Doc fix.
3982
3983 * isearch.el (isearch-query-replace): Use (mark) instead of
3984 isearch-opoint if mark is active in transient-mark-mode.
3985
3986 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3987
3988 * isearch.el (isearch-query-replace): Check for isearch-other-end.
3989
3990 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
3991
3992 * progmodes/cpp.el (cpp-face): New widget.
3993 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3994
3995 2005-12-14 Juri Linkov <juri@jurta.org>
3996
3997 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3998 around `erase-buffer' and `insert'.
3999
4000 * descr-text.el (describe-text-properties): Replace buffer name
4001 "*Help-2*" with "*Help*<2>".
4002 (describe-char): Add functions print-help-return-message,
4003 toggle-read-only. Use help-setup-xref with nil to not store
4004 describe-char in help-xref-stack. Use help-make-xrefs to
4005 make [back] button.
4006
4007 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4008
4009 * wdired.el (wdired-old-point): New internal variable.
4010 (wdired-change-to-wdired-mode): Set it buffer-locally.
4011 (wdired-abort-changes): Restore point after aborting changes.
4012
4013 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4014
4015 * vc.el (vc-do-command): Add a new value t for okstatus.
4016
4017 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4018 frame in case of errors.
4019
4020 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4021
4022 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4023 so it comes after "On the Left" in the menu.
4024
4025 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4026
4027 * cus-edit.el (customize-apropos, customize-apropos-options)
4028 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4029
4030 2005-12-12 Bill Wohler <wohler@newt.com>
4031
4032 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4033 non-writable Subversion-controlled files by saving window
4034 configuration before calling vc-do-command. vc-do-command calls
4035 pop-to-buffer on error which is unexpected during registration.
4036
4037 2005-12-12 Jay Belanger <belanger@truman.edu>
4038
4039 * calc/README: Update the summary of changes.
4040
4041 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4042
4043 * descr-text.el (describe-char): Rework last fix to solve the problem
4044 is the same way it's solved for everything else in that function
4045 (i.e. by extracting the info before setting up the *Help* buffer).
4046
4047 2005-12-12 Kim F. Storm <storm@cua.dk>
4048
4049 * subr.el (version-regexp-alist): Allow space as separator before
4050 non-numeric part, e.g. "1.0 alpha".
4051 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4052
4053 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4054
4055 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4056 Implement Logging and the keep-modes setting.
4057 (org-get-category): Make sure a string is returned.
4058 (org-log-done): New function.
4059 (org-log-done, org-closed-string): New options.
4060
4061 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4062
4063 * tooltip.el (tooltip-y-offset): Change default to 20.
4064
4065 2005-12-12 Richard M. Stallman <rms@gnu.org>
4066
4067 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4068
4069 * frame.el (display-hourglass): Doc fix.
4070
4071 * help.el (help-for-help-internal): Simplify entry for `a'.
4072
4073 * info.el (Info-on-current-buffer): Doc fix.
4074 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4075
4076 * startup.el (inhibit-splash-screen): Make this the real name.
4077 (inhibit-startup-message): Make this the alias.
4078 (command-line): Find only simple.el, and use its directory
4079 to fill in other preloaded files' names.
4080 (command-line): Deactivate the mark if deactivate-mark is set.
4081
4082 * international/mule.el (load-with-code-conversion):
4083 Bind deactivate-mark.
4084
4085 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4086
4087 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4088
4089 * cus-edit.el (customize-apropos): Avoid listing an option more
4090 than once under different aliases. No longer list user options
4091 that are not defined with defcustom (unless a prefix arg is given).
4092 Doc fix.
4093 (customize-apropos-options): Doc fix.
4094
4095 2005-12-11 Juri Linkov <juri@jurta.org>
4096
4097 * frame.el (set-background-color, set-foreground-color)
4098 (set-cursor-color, set-mouse-color, set-border-color):
4099 Add explicit prompts to read colors by `facemenu-read-color'.
4100 (show-trailing-whitespace, blink-cursor-delay)
4101 (blink-cursor-interval, display-hourglass, hourglass-delay):
4102 Remove tags.
4103 (display-hourglass, hourglass-delay): Doc fix.
4104 (cursor-in-non-selected-windows): Capitalize words in tag.
4105
4106 * faces.el (frame-background-mode): Replace `choice-item' keywords
4107 with `const' to not make [default] button. Change default value tag
4108 from `default' to `automatic'. Doc fix.
4109 (trailing-whitespace) <defface>: Change group `whitespace' to
4110 `whitespace-faces'.
4111
4112 2005-12-11 Richard M. Stallman <rms@gnu.org>
4113
4114 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4115
4116 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4117
4118 * term/mac-win.el: Create keymap for mac-apple-event-map.
4119
4120 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4121
4122 * tooltip.el (tooltip-mode): Move to start of file so that it
4123 appears at top of customize buffer.
4124
4125 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4126 Add the gud groupname.
4127 (gud-tooltip-mode): Add the tooltip groupname.
4128 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4129 avoid conflict with tooltip-use-echo-area.
4130
4131 2005-12-10 Romain Francoise <romain@orebokech.com>
4132
4133 * help.el (help-for-help-internal): Add `r' in doc string.
4134
4135 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4136
4137 * align.el (align-regexp, align-highlight-rule):
4138 Use region-beginning and region-end instead of point and mark, so that
4139 repetition (with `repeat-complex-command') recomputes the region
4140 bounds.
4141
4142 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4143
4144 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4145 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4146 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4147 (balance-windows): Rewrite using the above new functions.
4148
4149 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4150
4151 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4152 react if global-hi-lock-mode seems intended.
4153 (global-hi-lock-mode) Renamed from hi-lock-mode.
4154 (hi-lock-archaic-interface-message-used)
4155 (hi-lock-archaic-interface-deduce): New variables.
4156 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4157 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4158 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4159 Replace hi-lock-buffer-mode with hi-lock-mode.
4160
4161 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4162
4163 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4164 completion list, even after a partial completion has been
4165 inserted in the current buffer. If there are more than 1
4166 completion, redisplay the *Completions* buffer; if the
4167 completion is unique, delete the *Completions* window.
4168
4169 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4170
4171 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4172 strings and long subject lines that were broken into multiple
4173 lines at arbitrary places. Handle subjects that have "Re: " in
4174 the middle.
4175
4176 2005-12-10 John W. Eaton <jwe@octave.org>
4177
4178 * emacs/octave-mod.el (octave-electric-space): Don't indent
4179 comments or strings if octave-auto-indent is nil.
4180
4181 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4182
4183 * term/mac-win.el: Require url when compiling.
4184 Call mac-process-deferred-apple-events after loading init files.
4185 (mac-apple-event-map): New defvar. Define event handlers in it.
4186 (core-event, internet-event): New Apple event class symbols.
4187 (open-application, reopen-application, open-documents)
4188 (print-documents, open-contents, quit-application)
4189 (application-died, show-preferences, autosave-now, get-url):
4190 New Apple event ID symbols.
4191 (about): New HICommand ID symbol.
4192 (mac-event-spec, mac-event-ae): New macros.
4193 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4194 (mac-ae-selection-range, mac-ae-text-for-search)
4195 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4196 (mac-application-menu-map): Remove keymap. Handlers for HICommand
4197 and Services menu events are now defined in mac-apple-event-map.
4198 (mac-drag-n-drop): Remove selection range handling.
4199
4200 2005-12-10 Kenichi Handa <handa@m17n.org>
4201
4202 * simple.el (zap-to-char):
4203 * isearch.el (isearch-process-search-char): Translate CHAR by
4204 translation-table-for-input.
4205
4206 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
4207
4208 * foldout.el (foldout-exit-fold): Properly hide subtree.
4209
4210 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
4211
4212 * files.el (save-buffer):
4213 * international/ucs-tables.el (ucs-set-table-for-input):
4214 * mail/mail-extr.el (mail-extract-address-components):
4215 * mail/sendmail.el (mail-mode): Reformat doc string.
4216
4217 2005-12-09 Juri Linkov <juri@jurta.org>
4218
4219 * isearch.el (isearch-highlight): Change main overlay priority
4220 from 1 to 1001. Simplify.
4221 (isearch-lazy-highlight-update): Change lazy overlay priority
4222 from 0 to 1000.
4223
4224 * replace.el (replace-highlight): Change overlay priority from
4225 1 to 1001.
4226
4227 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4228 Change overlay priority from 1 to 1001. Reuse existing overlay.
4229
4230 * compare-w.el (compare-windows-highlight): Change overlay
4231 priority from 1 to 1000.
4232
4233 * menu-bar.el (menu-bar-edit-menu): Add listp around
4234 pending-undo-list to disable menu item "undo" when pending
4235 undo list is empty.
4236
4237 * locate.el (locate): Disable undo in *Locate* buffer.
4238
4239 2005-12-09 Kim F. Storm <storm@cua.dk>
4240
4241 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4242
4243 2005-12-09 David Ponce <david@dponce.com>
4244
4245 * recentf.el: Improvement of the menu code.
4246 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4247 instead of menu hook.
4248 (recentf-show-menu, recentf-hide-menu): New functions.
4249 (recentf-menu-customization-changed, recentf-mode): Use them.
4250 (recentf-menu-action, recentf-max-menu-items)
4251 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4252 (recentf-arrange-by-rule-others)
4253 (recentf-arrange-by-rules-min-items)
4254 (recentf-arrange-by-rule-subfilter) : Don't use
4255 `recentf-menu-customization-changed'.
4256 (recentf-arrange-rules): Likewise. Accept functions to compute
4257 sub-menu titles.
4258 (recentf-menu-filter): Likewise. Doc fix.
4259 (recentf-menu-value-shortcut): Doc fix.
4260 (recentf-dump-variable): Quote atom value.
4261 (recentf-make-menu-items): Update to use it as a menu filter.
4262 (recentf-match-rule): New function.
4263 (recentf-arrange-by-rule): Use it.
4264 (recentf-indirect-mode-rule): New function.
4265 (recentf-build-mode-rules): Use it.
4266 (recentf-dir-rule): New function.
4267 (recentf-arrange-by-dir): Use it.
4268 (recentf-filter-changer-current): Rename from
4269 `recentf-filter-changer-state'. All references updated.
4270 (recentf-filter-changer-alist): Update filter names.
4271 (recentf-filter-changer-select): New function.
4272 (recentf-filter-changer): Use it. Make a sub-menu from filters
4273 available in `recentf-filter-changer-alist'.
4274 (recentf-data-cache, recentf-clear-data)
4275 (recentf-update-menu): Remove. All references updated.
4276 (recentf-match-rule-p, recentf-build-dir-rules)
4277 (recentf-filter-changer-goto-next)
4278 (recentf-filter-changer-get-current)
4279 (recentf-filter-changer-get-next): Remove.
4280
4281 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4282
4283 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4284 buffer "Reset" button to "Reset to Current" for consistency with
4285 the State buttons.
4286
4287 2005-12-08 John Paul Wallington <jpw@pobox.com>
4288
4289 * ibuf-ext.el (define-ibuffer-filter filename):
4290 If `dired-directory' is a list then really use its car.
4291
4292 2005-12-08 Kim F. Storm <storm@cua.dk>
4293
4294 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4295 Fix indention of text on right side of replaced rectangle.
4296
4297 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
4298
4299 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4300 No need to check gud-comint-buffer is bound.
4301 (gdb): Prevent multiple debugging when first session uses gdba.
4302
4303 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4304
4305 CC Mode update to 5.31.
4306
4307 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4308 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
4309 We might do this function properly in the future).
4310
4311 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
4312 New macros c-sentence-end and c-default-value-sentence end, to cope
4313 with Emacs 22's new function `sentence-end'.
4314
4315 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4316
4317 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
4318 compat issue using `c-put-overlay' and `c-delete-overlay'.
4319
4320 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
4321 New compat macros to handle overlays/extents.
4322
4323 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4324
4325 * progmodes/cc-fix.el: Add definitions of the macros push and pop
4326 (for GNU Emacs 20.4)
4327
4328 * progmodes/cc-defs.el:
4329 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4330
4331 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4332 highlighting mechanism so it will work in XEmacs too.
4333
4334 * progmodes/cc-defs.el: Insert c-int-to-char.
4335
4336 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4337 call to the new macro c-int-to-char. This solves XEmacs's
4338 regarding characters as different from integers.
4339
4340 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4341
4342 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
4343 New internal helper.
4344
4345 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4346 construct to make the indirect face lookup work in XEmacs.
4347
4348 (c-cpp-matchers): Append the negation char face to the existing
4349 fontification, so that the cpp face doesn't disappear.
4350 Use `c-make-syntactic-matcher' to avoid negation chars in comments
4351 and strings.
4352
4353 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4354 to map to `font-lock-negation-char-face' in emacsen where it exists.
4355
4356 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4357
4358 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4359
4360 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4361 Rename "c-subword-move-mode" as "c-subword-mode".
4362
4363 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4364 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
4365
4366 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4367
4368 * progmodes/cc-mode.el: Added autoload directive for
4369 `c-subword-move-mode' for use in older emacsen.
4370
4371 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4372
4373 * progmodes/cc-mode.el:
4374 (i) Insert a binding for C-c C-backspace into
4375 c-bind-special-erase-keys which works in TTYs.
4376 (ii) Make sure that when file styles are used, any explicitly
4377 given style variables take priority over those in the style.
4378 Do this by calling `hack-local-variables' a second time.
4379
4380 * progmodes/cc-vars.el: Add language specific customization
4381 widgets for AWK to c-doc-comment-style, c-require-final-newline
4382 and c-default-style. Add a defcustom for awk-mode-hook.
4383 Give c-syntactic-element and c-syntactic-context doc-strings by
4384 directly setting their `variable-documentation' propery.
4385 This allows Emacs 22.1 to read these with C-h v.
4386
4387 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
4388
4389 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4390
4391 * progmodes/cc-fonts.el, cc-vars.el
4392 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4393 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4394 Masatake YAMATO.
4395
4396 (c-doc-comment-style): Made GtkDoc default in C mode.
4397
4398 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4399 and C-c C-<delete>.
4400
4401 (c-bind-special-erase-keys): New function for use on
4402 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4403
4404 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4405 <delete> key behavior in XEmacs according to `delete-forward-p'.
4406 C.f. `c-electric-delete'.
4407
4408 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4409
4410 * progmodes/cc-mode.el: Give c-hungry-backspace and
4411 c-hungry-delete-forward permanent key bindings.
4412
4413 * progmodes/cc-cmds.el (c-electric-semi&comma):
4414 Bind c-syntactic-context for calls to "criteria functions", for
4415 consistency with other calls to user functions.
4416
4417 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4418 `current-prefix-arg', since this might be the prefix arg to a
4419 command which calls c-indent-command as a function. Change the
4420 interactive spec from "p" to "P".
4421
4422 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4423 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4424 was difficult to understand.
4425
4426 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4427
4428 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
4429 first char of an identifier.
4430
4431 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4432 +" syntax in C++.
4433
4434 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4435
4436 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4437 auto-fill doesn't split a c-comment's last word from a hanging
4438 "*/" when a space is typed between them after fill-column.
4439
4440 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4441
4442 * progmodes/cc-styles.el (c-set-style)
4443 (c-setup-paragraph-variables): Abort the command if we're not in a
4444 CC Mode buffer.
4445
4446 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4447 with blank comment-prefix, and a blank line as the comment's
4448 second line.
4449
4450 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4451
4452 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4453 Incorporate the patterns added in the Emacs development branch
4454 for the new Emacs 22 face `font-lock-negation-char-face'.
4455
4456 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4457 of "red" since it stands out better in xterms and DOS terminals.
4458
4459 * progmodes/cc-engine.el (c-literal-faces):
4460 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
4461
4462 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4463
4464 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4465 forcibly enable c-electric-flag.
4466
4467 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4468 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
4469 after the comment-prefix of a C-style comment will close that comment.
4470
4471 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4472
4473 * progmodes/cc-fonts.el (c-basic-matchers-before)
4474 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
4475 in Pike.
4476
4477 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4478 digraphs.
4479
4480 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4481 (c-cpp-message-directives, c-cpp-include-directives)
4482 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4483 (c-cpp-expr-directives): Introduce new language constants to
4484 control cpp syntax in a cleaner way.
4485
4486 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
4487
4488 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4489
4490 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4491 (c-multiline-string-start-char): New language constants and
4492 variables to specify how newlines in string literals work.
4493
4494 (c-font-lock-invalid-string): Use them.
4495
4496 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4497 unbalanced close brace is entered. Optimization by avoiding going
4498 back over arbitrarily large blocks. Removed hints that this
4499 function only would be relevant/useful in AWK.
4500
4501 (c-electric-brace): Indent syntactically after the cleanups since
4502 lineup functions might do it differently then.
4503
4504 * progmodes/cc-engine.el, cc-langs.el
4505 (c-opt-op-identifier-prefix): New language constant and variable.
4506
4507 (c-just-after-func-arglist-p, c-after-special-operator-id)
4508 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4509
4510 * progmodes/cc-align.el, cc-engine.el
4511 (c-after-special-operator-id): New helper to handle C++ operator
4512 identifiers.
4513
4514 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4515 (c-guess-basic-syntax): Handle C++ operator identifiers in
4516 declarations.
4517
4518 * progmodes/cc-langs.el (c-assignment-operators): Add the
4519 trigraph version of ^= too.
4520
4521 * progmodes/cc-langs.el (c-assignment-operators): Add the
4522 trigraph version of |= in C++.
4523
4524 * progmodes/cc-fonts.el (c-font-lock-declarators):
4525 Handle `c-decl-hangon-kwds' after the identifier name.
4526
4527 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4528 whether an arglist is "nonempty", ignore a comment after the open
4529 paren if it isn't followed by a non-comment token on the same line.
4530
4531 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
4532 Enable heuristics below the point to cope with classes inside special
4533 brace lists in Pike.
4534
4535 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4536
4537 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4538
4539 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4540
4541 * progmodes/cc-guess.el (cc-guess-install): New function to
4542 install an already guessed style in another buffer.
4543
4544 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4545 sets `inhibit-read-only' - `c-save-buffer-state' should be used
4546 anyway if the change always is undone.
4547
4548 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4549
4550 Implement togglable electricity:
4551
4552 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4553 saying when it should be used.
4554
4555 * progmodes/cc-engine.el: Add the new buffer-local variable,
4556 c-electric-flag.
4557
4558 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4559 c-toggle-auto-newline.
4560
4561 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4562 c-toggle-auto-newline. Remove the binding for
4563 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
4564 c-toggle-electric-state.
4565
4566 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4567
4568 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4569 c-\(forward\|backward\)-subword.
4570 (c-update-modeline): Add the new modeline flag `l' for
4571 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
4572 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
4573 Make the old name an alias of the new name.
4574 (c-toggle-electric-state): New function.
4575 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
4576 Adapt these functions to do electric things only when
4577 c-electric-flag is non-nil.
4578 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4579 new functions from c-electric-brace.
4580 (c-point-syntax): Add a check for "virtual semicolons" in AWK
4581 mode, so that the tentative extra newline doesn't change the
4582 syntax of the following brace.
4583 (c-electric-brace): Restructure by extracting the above functions.
4584 Tidy up the coding somewhat.
4585 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4586 restructure a bit.
4587
4588 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4589
4590 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4591 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
4592
4593 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4594 (c-submode-indicators): Change name from `c-auto-hungry-string'
4595 since it's now used to track another submode.
4596
4597 (c-update-modeline): Convert to function and extended to check
4598 `c-subword-move-mode'.
4599
4600 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4601 Convert to compat aliases for `c-forward-subword' and
4602 `c-backward-subword'.
4603
4604 * progmodes/cc-subword.el: New functions and minor mode to handle
4605 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4606
4607 (c-forward-subword, c-backward-subword, c-mark-subword)
4608 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4609 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4610 Functions corresponding to the standard word handling functions.
4611
4612 (c-subword-move-mode): Minor mode that replaces all the standard
4613 word handling functions with their subword equivalences.
4614
4615 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4616
4617 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4618 entry for one-liner-defun.
4619
4620 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4621 name in its def-edebug-spec.
4622
4623 * progmodes/cc-cmds.el (c-electric-brace): Make the
4624 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4625 compacts space before a comment, if this will make things fit on
4626 one line.
4627
4628 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4629
4630 * progmodes/cc-align.el: New function c-snug-1line-defun-close
4631
4632 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4633 clean-up one-liner-defun.
4634
4635 * progmodes/cc-styles.el: Add the new "awk" style.
4636
4637 * progmodes/cc-vars.el: Add description of one-liner-defun to
4638 c-cleanup-list's doc-string. New user options,
4639 c-max-one-liner-length. In c-default-style, set the default style
4640 for AWK to "awk".
4641
4642 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4643
4644 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
4645 macros inside labels.
4646
4647 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
4648 `c-at-statement-start-p' and `c-at-expression-start-p'.
4649
4650 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4651 error if the mark isn't set.
4652
4653 * progmodes/cc-engine.el (c-guess-continued-construct)
4654 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4655 accurately detect functions inside functions.
4656
4657 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4658 like `c-at-statement-start-p' that additionally recognizes commas
4659 and expression parentheses as delimiters.
4660
4661 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
4662 to avoid heuristics that doesn't work for unclosed blocks.
4663 (c-at-statement-start-p): New function.
4664
4665 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4666 Objective-C directives, e.g. directives spanning lines should work
4667 reasonably well now.
4668
4669 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4670
4671 (c-forward-objc-directive): New function to move over any ObjC
4672 directive.
4673
4674 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4675 (c-basic-matchers-before): Use it.
4676
4677 (c-font-lock-objc-iip-decl): Remove.
4678
4679 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4680 in the template arglist recognition.
4681
4682 * progmodes/cc-styles.el (c-style-alist): Fix several
4683 inconsistencies in the Whitesmith style.
4684
4685 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4686 New lineup function to get lines after Whitesmith style blocks
4687 correctly indented.
4688
4689 (c-lineup-whitesmith-in-block): Back out the compensation for
4690 opening parens since it's done using `add' lists in the style
4691 definition instead. Don't use the anchor position since it varies
4692 too much between the syntactic symbols. :P
4693
4694 * progmodes/cc-vars.el (c-valid-offset): Update.
4695
4696 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
4697 lists where the offsets are combined according to several
4698 different methods: `first', `min', `max', and `add'.
4699 Report offset evaluation errors with `c-benign-error' so that some kind
4700 of reindentation still is done.
4701
4702 * progmodes/cc-engine.el (c-guess-basic-syntax):
4703 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
4704 `arglist-close'.
4705
4706 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
4707 situations for `arglist-cont-nonempty' and `arglist-close'.
4708
4709 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
4710
4711 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4712 cc-bytecomp-boundp' in a number of places.
4713
4714 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
4715 macro related issue.
4716
4717 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4718
4719 * progmodes/cc-awk.el: Change the terminology of regexps: A char
4720 list is now [asdf], a char class [:alpha:].
4721 Include code for char classes.
4722 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
4723 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
4724
4725 Remove (nearly all of) the cruft associated with AWK Mode's former
4726 concept of "virtual semicolons":
4727
4728 Adapt c-beginning-of-statement, c-end-of-statement (together with
4729 subfunctions) to use the new notion of "virtual semicolon" in
4730 place of the old awkward special handling for AWK. There remains
4731 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4732 * progmodes/cc-cmds.el:
4733 (c-ascertain-adjacent-literal): In the backwards direction, now
4734 recognises AWK regexp delimiters as string delimiters.
4735 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4736 check more rigorously for "end of macro".
4737 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4738 virtual semicolons;
4739 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4740 out the code for forward movement into ...
4741 (c-end-of-statement): Now contains the code for forward movement,
4742 adapted for virtual semicolons.
4743
4744 * progmodes/cc-engine.el:
4745 (c-ws*-string-limit-regexp): New regexp.
4746 (c-forward-single-comment, c-backward-single-comment): Comment out
4747 the (now redundant) "special" AWK stuff.
4748
4749 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4750 c-string-par-start, c-string-par-separate to be more like Text
4751 Mode than Fundamental Mode.
4752
4753 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4754
4755 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4756 to the fontified region so that fontification doesn't occur
4757 outside it (could happen e.g. when fontifying a line with an
4758 unfinished declaration).
4759
4760 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4761
4762 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
4763 start of the file. ^L now separate sections of the file.
4764 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
4765 (c-awk-one-line-possibly-open-string-re)
4766 (c-awk-regexp-one-line-possibly-open-char-class-re)
4767 (c-awk-one-line-possibly-open-regexp-re)
4768 (c-awk-one-line-non-syn-ws*-re): New defonsts.
4769 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
4770
4771 Amend the concept of "virtual semicolons" (in the indentation
4772 engine) for languages like AWK, such that they are now
4773 conceptually attached to end of the last token of a statement, not
4774 the end of the line. (In AWK Mode, however, the pertinent text
4775 property is still physically set on the EOL.) Remove the specific
4776 tests for awk-mode, thus facilitating the introduction of other
4777 language modes where EOLs can end statements.
4778 (Note: The funtionality in cc-cmds.el, specifically
4779 c-beginning/end-of-statement has yet to be amended.)
4780
4781 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
4782 New macros.
4783
4784 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4785 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4786 c-vsemi-status-unknown-p-fn (in a new page).
4787
4788 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4789 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4790 numerous awkward forms like
4791 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4792 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4793 variable before-ws-ip, the place just after char-before-ip appears.
4794
4795 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4796 a comment.
4797
4798 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4799
4800 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
4801 `c-tentative-buffer-changes'.
4802
4803 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
4804 convert to macro to choose between Emacs and XEmacs at compile time.
4805
4806 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
4807
4808 (c-tentative-buffer-changes): New macro to handle temporary buffer
4809 changes in a convenient way.
4810
4811 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4812 for `c-tentative-buffer-changes'.
4813
4814 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
4815 the checks for paren sexps between the point and the keyword, to
4816 avoid some false alarms.
4817
4818 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4819 Fixed a situation where an error could be thrown for unbalanced
4820 parens. Changed to make use of c-keyword-member' to avoid some
4821 repeated regexp matches.
4822
4823 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
4824 These language variable are no longer necessary.
4825
4826 (c-block-stmt-kwds): New language constant used by
4827 c-looking-at-inexpr-block'.
4828
4829 (c-guess-basic-syntax): Remove an optional check that looked at
4830 the existence of the now removed language variables.
4831
4832 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
4833 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
4834 object instantiation expressions as declarations in some contexts.
4835 This bug only affected languages where the declarator can't be
4836 enclosed in parentheses.
4837
4838 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
4839 insert newlines before and after substatement braces.
4840
4841 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4842 function declaration headers and the handling of C++ style member
4843 init lists.
4844
4845 (c-just-after-func-arglist-p): Rewritten to use
4846 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4847
4848 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
4849
4850 (c-guess-basic-syntax): Adapt case 5B for the new
4851 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
4852 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
4853 covers all cases now).
4854
4855 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
4856
4857 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4858
4859 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4860 c-string-par-start/separate c-sentence-end-with-esc-eol,
4861 initialised in c-setup-paragraph-variables, used in string
4862 scanning subroutines of c-beginning-of-statement.
4863
4864 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4865 which precedes the newly inserted `{'.
4866
4867 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4868
4869 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4870 function for declaration level blocks. It should now cope with
4871 templates better and also be a lot more comprehensible.
4872
4873 (c-looking-at-decl-block): The new function.
4874
4875 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4876 for compatibility.
4877
4878 (c-add-class-syntax, c-guess-continued-construct)
4879 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
4880
4881 (c-decl-block-key): Change to tell apart ambiguous and
4882 unambiguous keywords. Pike specials are now handled directly in
4883 the code instead.
4884
4885 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
4886 New language constants and variables to make the backward skip in
4887 `c-looking-at-decl-block' as tight as possible.
4888
4889 (c-nonsymbol-token-char-list): New language constant.
4890
4891 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4892 find balanced template arglists backwards.
4893
4894 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4895 making char classes for `c-syntactic-skip-backward'.
4896
4897 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
4898 16D - can't be a class-close at that point.
4899
4900 * progmodes/cc-engine.el (c-guess-basic-syntax)
4901 (c-add-class-syntax): Don't narrow out the enclosing declaration
4902 level. This makes everything a lot easier, and it was actually
4903 only four small places that needed it to work. Some places that
4904 previously did `widen' are removed now, which has the effect that
4905 `c-guess-basic-syntax' never will look at things outside the
4906 current narrowment now. The anchor position for `topmost-intro'
4907 is affected by this, but it was so bogus it was basically useless
4908 before, and now it's equally bogus but in a slightly different way.
4909
4910 (c-narrow-out-enclosing-class): Gone.
4911
4912 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4913 the narrowed region.
4914
4915 (c-least-enclosing-brace): Remove silly optional argument.
4916
4917 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4918 the point could be left directly after an open paren when finding
4919 the beginning of the first decl in the block.
4920
4921 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4922 Specify which submatch to use.
4923
4924 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4925
4926 (c-decl-start-re): No longer any need for special treatment of
4927 ObjC due to the above.
4928
4929 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4930 presumably follows C in that regard.
4931
4932 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4933 New language constants to specify operator tokens inside
4934 identifiers in a more high level way.
4935
4936 (c-opt-identifier-prefix-key): New internal language constant.
4937
4938 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4939 (c-identifier-start, c-identifier-key): Now completely calculated
4940 from other constants.
4941
4942 (c-identifier-last-sym-match): Decommission since it's no longer used.
4943
4944 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
4945
4946 * progmodes/cc-engine.el (c-forward-name): Remove the
4947 optimization when c-identifier-key is equal to c-symbol-key since
4948 it doesn't work in byte compiled files. Don't record empty
4949 regions as identifiers.
4950
4951 * progmodes/cc-langs.el (c-filter-ops): New helper function to
4952 simplify access to `c-operators' and its likes.
4953
4954 (c-operator-list, c-all-op-syntax-tokens)
4955 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4956 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4957 (c-primary-expr-regexp, c-cast-parens): Use it.
4958
4959 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4960 an explicit language in functions.
4961
4962 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
4963 variant of adornment.
4964
4965 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
4966 variable.
4967
4968 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
4969 the Pike value.
4970
4971 * progmodes/cc-engine.el (c-on-identifier)
4972 (c-simple-skip-symbol-backward): Small fix for handling "-"
4973 correctly in `skip-chars-backward'. Affected the operator lfun
4974 syntax in Pike.
4975
4976 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
4977 diagnostic message about precompiled language vars not being used.
4978
4979 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4980 "__attribute__" is followed by a parenthesis.
4981
4982 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4983 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4984 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4985
4986 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
4987 Internal cleanups to properly detect the declared identifiers in
4988 various declarations.
4989
4990 (c-decl-start-kwds): New language constant to recognize
4991 declarations that can start anywhere. Used for class declarations
4992 in Pike.
4993
4994 (c-specifier-key, c-not-decl-init-keywords)
4995 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4996 (c-find-decl-spots): Implement `c-decl-start-kwds'.
4997
4998 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4999 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5000 handling of the compiler specific extension keywords into a new
5001 language constant `c-decl-hangon-kwds' that defines keyword
5002 clauses to be ignored in declarations.
5003
5004 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5005 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5006 Necessary to stop at the declared identifier in e.g. IDL valuetype
5007 declarations.
5008
5009 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5010 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5011 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5012 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5013 class and enum declarations as such and not as part of the type.
5014
5015 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5016 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5017
5018 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5019 declarations when there's some syntax error later on.
5020
5021 (c-complex-decl-matchers): Did away with a reference to
5022 `c-specifier-key'.
5023
5024 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5025 value - this variable is always dynamically bound.
5026
5027 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5028 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5029 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5030 functions that might do hidden buffer changes: All such internal
5031 functions are now marked instead of those that don't.
5032
5033 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5034 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5035 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5036 (c-literal-type): Allow these functions to make hidden buffer changes,
5037 so that they are free to use text property caching later on.
5038
5039 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5040 (c-electric-brace, c-electric-slash, c-electric-star)
5041 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5042 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5043 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5044 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5045 with the changed semantics of the functions above.
5046
5047 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5048 when macros occur in obscure places. Optimized the sexp movement
5049 a bit.
5050
5051 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5052
5053 Enhancements for c-beginning-of-statement to work in AWK Mode:
5054
5055 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5056 (completed statement) with `}' (statement completed by closing
5057 brace or semicolon) and `$' (statement completed by EOL).
5058
5059 (c-awk-virtual-semicolon-ends-prev-line-p)
5060 (c-awk-virtual-semicolon-ends-line-p)
5061 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5062 (c-awk-at-statement-end-p): New functions.
5063
5064 * progmodes/cc-cmds.el: Simplify the structure of functions
5065 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5066 two functions and c-beginning-of-statement to handle AWK Mode.
5067
5068 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5069 c-backward-single-comment for AWK mode. Attempt to clarify their
5070 doc-strings.
5071
5072 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5073
5074 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5075
5076 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5077 label handling. Labels are now recognized in a uniform and more
5078 robust way, regardless of context. Text properties are put on all
5079 labels to recognize the following declarations better.
5080 Multiword labels are handled both in indentation and fontification for
5081 the benefit of language extensions like Qt. For consistency, keywords
5082 in labels are now fontified with the label face instead.
5083 That also applies to "case" and "default".
5084
5085 (c-beginning-of-statement-1): Fix some bugs in the label
5086 handling. Disregard `c-nonlabel-token-key' in labels that begin
5087 with `c-label-kwds'.
5088
5089 (c-find-decl-spots): Support that the callback adds more
5090 `c-decl-end' spots to find.
5091
5092 (c-forward-decl-or-cast-1): Don't treat a list of plain
5093 identifiers followed by a colon as a declaration.
5094
5095 (c-forward-label): New function to recognize labels.
5096
5097 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5098 `c-forward-label'. Moved the label recognition cases (14 and 15)
5099 earlier since they aren't so context sensitive now. Handle labels
5100 on the top level gracefully. Moved access label recognition to
5101 the generic label case (CASE 15) - removed CASE 5E.
5102
5103 (c-font-lock-declarations): Add recognition of labels in the
5104 same round since we need to handle labels in parallell with other
5105 declarations to recognize both accurately. It should also improve
5106 speed.
5107
5108 (c-simple-decl-matchers, c-basic-matchers-after):
5109 Move `c-font-lock-labels' so that it only is used on decoration level 2
5110 since `c-font-lock-declarations' handles it otherwise.
5111
5112 (c-complex-decl-matchers): Remove the simplistic recognition of
5113 access labels.
5114
5115 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5116 with labels earlier.
5117
5118 (c-decl-start-re): New language variable to make
5119 `c-font-lock-declarations' stop for the special protection labels
5120 in Objective-C that start with `@'.
5121
5122 (c-label-key): Remove since it's no longer used.
5123
5124 (c-recognize-colon-labels, c-label-prefix-re): New language
5125 constants to support recognition of generic colon-terminated labels.
5126
5127 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5128 are colon terminated labels.
5129
5130 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5131 first argument starts with a special brace list.
5132
5133 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5134 (c-font-lock-declarations): Break out the declaration and cast
5135 recognition from `c-font-lock-declarations' to a new function, so
5136 that it can be used in the indentation engine.
5137
5138 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5139 up to the start of the literal. Fixed bug with the point on the
5140 wrong side of the search limit that could happen when the start
5141 position is inside a literal.
5142
5143 * progmodes/cc-engine.el (c-parse-state)
5144 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5145 so that it's kept a little bit back to increase the hit rate.
5146
5147 (c-parse-state): Change the macro handling and fixed some
5148 glitches. Macro context is checked more often than necessary now,
5149 but otoh less garbage conses are generated.
5150
5151 * progmodes/cc-engine.el (c-parse-state)
5152 (c-invalidate-state-cache): Cache the last position where
5153 `c-state-cache' applies. This can speed up refontification quite
5154 a bit in blocks where there are many non-brace parens before the point.
5155
5156 (c-state-cache-end): New variable for this.
5157
5158 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5159 cache variable.
5160
5161 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5162 get close initial continue positions when the start position is
5163 inside a literal or macro. Do not call the callback for spots
5164 before the start position (which can happen e.g. for `c-decl-end'
5165 spots inside comments). Optimize better in special cases when the
5166 region is a single line inside a literal or macro (typically when
5167 the current line is refontified).
5168
5169 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5170 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5171 entries from the paren state.
5172
5173 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5174 special case for "else if" clauses.
5175
5176 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5177 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5178
5179 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5180 New language variable to recognize the gcc extension with statement
5181 blocks inside expressions.
5182
5183 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5184 it somewhat more comprehensible. The argument AT-BLOCK-START is
5185 no longer used and hence removed.
5186
5187 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5188 to `c-add-stmt-syntax'.
5189
5190 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5191 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5192 This fixes bogus label recognition.
5193
5194 * progmodes/cc-engine.el (c-add-type, c-check-type)
5195 (c-forward-name, c-forward-type): Improve storage of template
5196 types in `c-found-types' so that they can be recognized better.
5197
5198 (c-syntactic-content): Add option to skip past nested parens.
5199
5200 * progmodes/cc-engine.el (c-forward-name):
5201 Set `c-last-identifier-range' all the time. It's less work that way.
5202 Handle that there might not be an identifier to store in
5203 `c-last-identifier-range'.
5204
5205 (c-forward-type): Handle that `c-last-identifier-range' might be
5206 nil from `c-forward-name'.
5207
5208 * progmodes/cc-defs.el (c-safe-scan-lists)
5209 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5210
5211 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5212 to work even if the form fails.
5213
5214 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5215 down in a large file in one go.
5216
5217 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5218
5219 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5220 function which is like `c-lineup-math' but returns nil instead of
5221 `c-basic-offset' when it doesn't match.
5222
5223 (c-lineup-math): Change to use `c-lineup-assignments'.
5224
5225 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5226
5227 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5228 c-beginning-of-statement. New subfunctions
5229 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5230
5231 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5232
5233 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5234 hardcoded char classes whereever possible. Changed a couple of
5235 places to use skip by syntax instead of skip by char class.
5236
5237 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5238 Fix a bug in the regexp that caused extreme backtracking.
5239
5240 * progmodes/cc-langs.el (c-block-comment-starter)
5241 (c-block-comment-ender): New language constants to specify in a
5242 single place how block comments look.
5243
5244 (c-comment-start-regexp, c-block-comment-start-regexp)
5245 (comment-start, comment-end, comment-start-skip)
5246 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5247 (c-syntactic-ws, c-nonempty-syntactic-ws)
5248 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5249 `c-line-comment-starter', `c-block-comment-starter' and
5250 `c-block-comment-ender'.
5251
5252 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5253 New language constants to break up things a bit.
5254
5255 (c-simple-ws): New language constant for simple whitespace.
5256
5257 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5258
5259 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5260 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5261 newlines. Allow and ignore nil elements in the list.
5262
5263 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5264
5265 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5266 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5267
5268 * progmodes/cc-cmds.el: Tidy up the comments in
5269 c-beginning-of-statement and subfunctions.
5270
5271 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5272 more flexible c-put-char-property and c-clear-char-properties.
5273 Add the author's email address.
5274
5275 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5276
5277 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5278 closing "*/" of a block comment.
5279
5280 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5281 subfunctions) so that it works at BOB and EOB.
5282
5283 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5284 c-beginning-of-statement, including new variable
5285 c-block-comment-start-regexp.
5286
5287 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5288
5289 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5290 symbols from `*-font-lock-extra-types' so that there's no need to
5291 use `regexp-opt' on those lists.
5292
5293 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5294 `c-type-modifier-kwds' is empty.
5295
5296 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5297 there are several strings on the same line.
5298
5299 * progmodes/cc-engine.el (c-literal-limits): Remove the
5300 compatibility function for older emacsen. `c-literal-limits-fast'
5301 has now taken the place of this function.
5302
5303 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
5304 with older emacsen: We now require `pps-extended-state'.
5305
5306 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5307
5308 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5309 which obviates the need to hack sentence-end. This now handles
5310 escaped newlines in strings correctly. Correct minor bugs in
5311 c-move-over-sentence and in c-beginning-of-statement.
5312
5313 * progmodes/cc-cmds.el (c-beginning-of-statement (and
5314 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5315 that movement over macros and code are rigorously separated from
5316 eachother. Correct a few incidental bugs.
5317
5318 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5319 Improve its doc-string. Improve the handling of certain specific cases.
5320
5321 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5322
5323 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5324 (c-guess-basic-syntax): Change the way class-level labels are
5325 recognized; they can now contain essentially any symbols.
5326
5327 (c-opt-extra-label-key): New language variable to cope with the
5328 special protection label syntax in Objective-C.
5329
5330 (c-opt-access-key): Remove; this is now handled better by
5331 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5332
5333 (c-complex-decl-matchers): Update to handle that
5334 `c-opt-access-key' no longer exists.
5335
5336 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5337 improved label recognition in `c-beginning-of-statement-1'.
5338
5339 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5340 Recognize bitfields better.
5341
5342 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5343 Remove some cruft and fixed a bug that could cause it to go to a
5344 position further down.
5345
5346 * progmodes/cc-langs.el, cc-engine.el
5347 (c-beginning-of-statement-1): Improve detection of labels in
5348 declaration contexts.
5349
5350 (c-beginning-of-decl-1): Use it.
5351
5352 (c-nonlabel-token-key): New language constant and variable needed
5353 by `c-beginning-of-statement-1'.
5354
5355 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
5356 manifested itself due to the correction in `c-forward-sexp'.
5357
5358 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
5359 Make these behave as documented when used at the buffer limits.
5360
5361 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5362 (c-type-decl-end-used): Made this a language variable.
5363
5364 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5365 correctly when `combine-after-change-calls' is used together with
5366 temporary narrowings.
5367
5368 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5369 Report labels correctly when the start point is immediately after the
5370 colon.
5371
5372 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
5373 Remove since it isn't used anymore.
5374
5375 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5376 bracket arglists such as template parens in C++.
5377
5378 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
5379 in the last check-in. Some optimization.
5380
5381 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
5382 where it could stop at the same level in a preceding sexp when
5383 PAREN-LEVEL is set.
5384
5385 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5386 text property lookup only when it's needed.
5387
5388 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5389 Change the policy for paren marked angle brackets to be more
5390 persistent; once marked they remain marked even when they're found
5391 to be unbalanced in the searched region. This should keep the
5392 paren syntax around even when individual lines are refontified in
5393 multiline template arglists.
5394
5395 (c-parse-and-markup-<>-arglists): New dynamically bound variable
5396 to control markup so that incorrect angle bracket arglists aren't
5397 marked in contexts where the correct value for
5398 `c-disallow-comma-in-<>-arglists' isn't known.
5399
5400 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5401 argument has become `c-parse-and-markup-<>-arglists'.
5402
5403 (c-remove-<>-arglist-properties): Remove - no longer used.
5404
5405 (c-after-change-check-<>-operators): New function used on
5406 `after-change-functions' to avoid that "<" and ">" characters that
5407 are part of longer operators have paren syntax.
5408
5409 (c-<>-multichar-token-regexp): New language variable used by
5410 `c-after-change-check-<>-operators'.
5411
5412 (c-after-change): Call `c-after-change-check-<>-operators'.
5413
5414 (c-font-lock-<>-arglists): Use the context properties set by
5415 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
5416 correctly to avoid doing invalid markup.
5417
5418 (c-font-lock-declarations): Remove code that undoes the invalid
5419 markup done by `c-font-lock-<>-arglists'.
5420
5421 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5422 after `c-font-lock-declarations'.
5423
5424 * progmodes/cc-engine.el (c-syntactic-skip-backward):
5425 Add paren-level feature.
5426
5427 (c-guess-basic-syntax): Improve the anchor position for
5428 `template-args-cont' in nested template arglists. There's still
5429 much to be desired in this area, though.
5430
5431 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5432
5433 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5434 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
5435
5436 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5437
5438 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5439 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5440
5441 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5442 it doesn't work no longer are supported.
5443
5444 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5445 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5446 requires support for the syntax-table' text property, which rules
5447 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
5448 cruft associated with those versions.
5449
5450 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5451 for the `syntax-table' text property, which rules out Emacs 19 and
5452 XEmacs < 21.4. Removed various compatibility cruft associated
5453 with those versions.
5454
5455 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5456 support for the `syntax-table' text property.
5457
5458 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5459 variable and use an extra quoted face name instead. All the
5460 emacsen flavors handle that correctly.
5461
5462 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5463 (c-font-lock-declarators, c-font-lock-declarations)
5464 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5465 property to mark the items in in declarator lists to handle
5466 refontification inside multiline declarations better.
5467
5468 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5469 construct like "a * b = c;" as a declaration.
5470
5471 2005-12-08 Kim F. Storm <storm@cua.dk>
5472
5473 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
5474 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
5475 select either meta, hyper, or super modifier for rectangle commands.
5476 (cua--rectangle-modifier-key): New defvar.
5477 (cua--M/H-key): Use it. Remove special case for `space'.
5478 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5479 on X, to meta otherwise. Always bind C-return to toggle
5480 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
5481
5482 * emulation/cua-rect.el (cua-help-for-rectangle):
5483 Use cua--rectangle-modifier-key. Handle super modifier too.
5484 (cua--init-rectangles): Always bind C-return to toggle rectangle.
5485 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5486
5487 * ido.el: Move Acknowledgements and History after Commentary.
5488 Minor changes to Commentary.
5489
5490 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5491 keymap if cua--prefix-override-timer is `shift'.
5492 (cua--shift-control-prefix): New function; emulate "type prefix
5493 key twice" functionality to handle shifted prefix key override.
5494 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
5495 New commands.
5496 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5497
5498 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
5499
5500 * textmodes/org.el (org-insert-heading): Try to do items before
5501 headings.
5502 (org-agenda-mode): Quote `org-agenda-mode-hook'.
5503 (org-insert-item): New function.
5504 (org-renumber-ordered-list): Don't skip to higher level lists.
5505
5506 2005-12-08 Juri Linkov <juri@jurta.org>
5507
5508 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5509
5510 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5511
5512 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5513
5514 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5515 the constructed function name fun-1.
5516
5517 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5518 because such links don't lead to parent documentation.
5519
5520 2005-12-08 Kenichi Handa <handa@m17n.org>
5521
5522 * descr-text.el (describe-char): Use *Help-2* buffer if the
5523 current buffer is *Help*. Call describe-text-properties while
5524 setting the original buffer.
5525
5526 2005-12-07 Bill Wohler <wohler@newt.com>
5527
5528 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
5529 and causes problems with non-MH users (such as Gnus users).
5530
5531 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
5532
5533 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5534 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5535 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5536 command "info sources". Move calls to GDB command "list".
5537 (gdb-find-file-hook): Just use gdb-source-file-list.
5538 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5539 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5540 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5541 (gdb-data-list-register-values-handler): Use correct trigger name.
5542
5543 2005-12-07 Kim F. Storm <storm@cua.dk>
5544
5545 * ido.el (ido-completion-map): Rename from ido-mode-map.
5546 (ido-common-completion-map, ido-file-completion-map)
5547 (ido-file-dir-completion-map, ido-buffer-completion-map):
5548 Rename from ido-mode-....-map.
5549 (ido-init-completion-maps): Rename from ido-init-mode-maps.
5550 (ido-setup-completion-map): Rename from ido-define-mode-map.
5551 (ido-read-internal): Bind minibuffer-local-filename-completion-map
5552 to ido-completion-map.
5553
5554 2005-12-07 Kenichi Handa <handa@m17n.org>
5555
5556 * international/mule-cmds.el
5557 (set-display-table-and-terminal-coding-system): If the coding
5558 system specified in `unibyte-display' property is different from
5559 the arg coding-system, don't setup standard-display-table.
5560
5561 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5562
5563 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5564 that comments end at \n, regardless of selective-display.
5565
5566 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
5567
5568 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5569 (gdb-version): New variables.
5570 (gdb-source-file-list, gdb-register-names)
5571 (gdb-changed-registers): New variables for use with GDB 6.4+.
5572 (gdb-ann3): Replace with...
5573 (gdb-init-1, gdb-init-2): ...two new functions.
5574 (gdba, gdb-prompt): Call gdb-init-1.
5575 (gdb-get-version): New function. Call gdb-init-2 from here.
5576 (gud-watch): Make it work with mouse events too.
5577 (gdb-post-prompt): Don't add to queue until GDB version is known.
5578 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5579 (gdb-locals-mode): Use gdb-version.
5580 (gdb-memory-format-map, gdb-memory-unit-map)
5581 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5582 (gdb-locals-font-lock-keywords-1)
5583 (gdb-locals-font-lock-keywords-2): New variables.
5584 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5585 (gdb-set-gud-minor-mode-existing-buffers-1)
5586 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5587 (gdb-var-update-1, gdb-var-update-handler-1)
5588 (gdb-data-list-register-values-handler)
5589 (gdb-data-list-register-values-custom)
5590 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5591 (gdb-stack-list-locals-handler, gdb-get-register-names):
5592 New functions for use with GDB 6.4+.
5593 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5594 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5595 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5596 (gdb-stack-list-locals-regexp)
5597 (gdb-data-list-register-names-regexp): New regexps for use with
5598 GDB 6.4+.
5599
5600 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5601
5602 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5603
5604 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
5605
5606 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5607 prompts work for AUTH PLAIN. Also reported by Steve Allan
5608 <seallan@verizon.net>.
5609
5610 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5611
5612 * frame.el (set-frame-parameter): Add doc string.
5613
5614 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
5615
5616 * textmodes/org.el (org-occur-highlights): New variable.
5617 (org-highlight-new-match, org-remove-occur-highlights): New functions.
5618 (org-highlight-sparse-tree-matches): New option.
5619 (org-do-occur): New function.
5620 (org-get-heading): Make it work also at beginning of line.
5621 (org-category-table): New variable.
5622 (org-get-category-table, org-get-category)
5623 (org-camel-to-words, org-link-search): New functions.
5624 (org-select-this-todo-keyword): New variable.
5625 (org-todo-list): New command.
5626 (org-shiftright, org-shiftleft): New commands.
5627 (org-agenda-todo): Add prefix argument.
5628 (org-show-hierarchy-above): New option.
5629 (org-show-todo-tree): Numerical prefix creates tree for specific
5630 TODO keyword.
5631 (org-outline-level): New function, to assign a level to plain
5632 lists items.
5633 (org-cycle-include-plain-lists): New option.
5634 (org-mode): Use `org-outline-level' as value of `outline-level'.
5635 (org-cycle): Temporarily switch `outline-regexp' if
5636 `org-cycle-include-plain-lists' is non-nil.
5637 (org-start-icalendar-file): Fix format bug.
5638 (org-agenda-get-day-entries): Create category table.
5639 (org-agenda-get-todos, org-agenda-get-timestamps)
5640 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5641 (org-agenda-get-blocks): Use `org-get-category'.
5642 (org-context-in-file-links): Rename from
5643 `org-line-numbers-in-file-links'.
5644
5645 2005-12-06 Romain Francoise <romain@orebokech.com>
5646
5647 * window.el (balance-windows): Delete extraneous third arg in call
5648 to `enlarge-window'.
5649
5650 2005-12-06 Kenichi Handa <handa@m17n.org>
5651
5652 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5653
5654 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
5655
5656 * progmodes/gdb-ui.el (gdb-var-create-handler)
5657 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5658 (gdb-var-list-children-handler, gdb-var-update-handler):
5659 Current buffer is already gdb-partial-output-buffer, don't
5660 make it current again.
5661
5662 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5663
5664 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5665 (list-buffers-noselect): Use it.
5666
5667 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5670 (mail-yank-ignored-headers): Use regexp-opt.
5671 (mail-mode-map): Move initialization into declaration.
5672 (mail-sent-via): Remove unused shadowed var `to-line'.
5673 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5674 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5675 (mail-do-fcc): Use dolist and push.
5676 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5677 (mail-yank-ignored-headers): Don't autoload.
5678
5679 2005-12-05 Kenichi Handa <handa@m17n.org>
5680
5681 * international/mule-cmds.el (set-language-info-internal): New fun.
5682 (set-language-info): Call set-language-info-internal to update
5683 language-info-alist. If LANG-ENV is the current one, call
5684 set-language-environment to make INFO effective now.
5685 (set-language-info-alist): Likewise.
5686 (locale-language-names): With locale "en", use English
5687 lang. env. but set the default codings to iso-8859-1.
5688
5689 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
5690
5691 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5692 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5693 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5694 for plain strings.
5695 (gdb-frames-mode): Remove redundant call to font-lock-mode.
5696 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5697 Create registers buffer if necessary. Echo new state in minibuffer.
5698 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5699
5700 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
5701
5702 * info.el (Info-fontify-node): Match external links using
5703 non-directory part of filename.
5704
5705 2005-12-04 Juri Linkov <juri@jurta.org>
5706
5707 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5708 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
5709 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5710 because there is no customization option for it.
5711
5712 * font-lock.el (lisp-font-lock-keywords-1):
5713 Add define-global-minor-mode.
5714
5715 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5716
5717 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5718 properties on the constructed variable names.
5719
5720 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5721 Put `definition-name' properties on the constructed function names
5722 next-sym and prev-sym.
5723
5724 * emacs-lisp/find-func.el (find-function-regexp):
5725 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5726 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5727 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5728 and easy-menu-define.
5729
5730 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5731 easy-mmode-define-global-mode and define-global-minor-mode.
5732 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5733
5734 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5735 instead of easy-mmode-define-global-mode.
5736
5737 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5738 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5739
5740 * cus-edit.el (customize-group, customize-group-other-window):
5741 Filter out autoloaded options from the group completion list by
5742 using heuristics that autoloaded groups don't have `custom-autoload'
5743 property on their symbols (they have only `custom-loads').
5744
5745 * simple.el (completion-setup-function): Put completions-common-part
5746 face on complete completion string too (i.e. completion string
5747 without completions-first-difference face).
5748
5749 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5750
5751 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5752
5753 * view.el (view-mode): Doc fix.
5754
5755 * disp-table.el (standard-display-european): Add to the warning
5756 message a reference to the doc string.
5757
5758 * play/yow.el (apropos-zippy): Call print-help-return-message,
5759 similar to other Help and Apropos commands.
5760
5761 * help.el (print-help-return-message): If pop-up-frames is
5762 non-nil, set up help-return-method to delete the help window and,
5763 possibly, its frame as well, and don't display message about
5764 scrolling the help window. Doc fix.
5765 (help-return-method): Doc fix.
5766
5767 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5768
5769 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5770 whereby names of length one or names starting with a
5771 symbol-constituent character would not be returned.
5772
5773 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5774
5775 * subr.el (atomic-change-group): Add edebug and indentation spec.
5776
5777 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * completion.el (save-completions-file-name): Fix typo in last change.
5780
5781 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5782
5783 * info.el: Move back/forward history to the beginning of the tool bar.
5784
5785 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5786
5787 * allout.el (eval-when-compile): Remove unnecessary load of cl.
5788 Add fset of allout-real-isearch-abort during compile to fix
5789 byte-compilation warnings.
5790 (allout-mode-p): Move definition of this macro above all uses, or
5791 byte compilation in barren emacs (eg, during emacs build) will
5792 lack the definition.
5793 (allout-mode): Move this variable above any uses, or byte
5794 compilation will fail.
5795 (allout-resolve-xref): Remove use of personal file-reference function.
5796 (allout-toggle-current-subtree-encryption): Do the current (ie,
5797 visible containing) topic, rather than nearest around point. Doc fix.
5798 (allout-toggle-subtree-encryption): New function, workhorse that
5799 works on nearest topic containing point.
5800 (allout-encrypt-string): Signal requirement for newer version of pgg.
5801 (allout-resumptions): Doc fix.
5802
5803 2005-12-02 Eli Zaretskii <eliz@gnu.org>
5804
5805 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5806
5807 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5808
5809 * textmodes/flyspell.el (flyspell-external-point-words):
5810 Consider a misspelling as found in the string search if: (a) misspelling
5811 and found string lengths match, or (b) misspelling is found as
5812 element in a boundary-chars separated longer string, or (c)
5813 ispell-program-name is really ispell and misspelling is found as
5814 part of a TeX string. After successful match move beginning of
5815 search region to end of match. Warn about not found misspellings
5816 once the process is done.
5817 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5818
5819 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
5820
5821 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5822 tool bar (removed inadvertently).
5823
5824 2005-12-02 Juri Linkov <juri@jurta.org>
5825
5826 * log-view.el (log-view-diff): Clarify doc string.
5827
5828 2005-12-01 Bill Wohler <wohler@newt.com>
5829
5830 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5831 triggers lm-verify errors.
5832
5833 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5834
5835 * simple.el (transient-mark-mode, line-number-mode)
5836 (column-number-mode, size-indication-mode): Remove `:require nil'.
5837
5838 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
5839
5840 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5841 in the margin also.
5842 (gdb-breakpoints-mode-map): Use D instead of d for
5843 gdb-delete-breakpoint.
5844 (gdb-get-frame-number): Require a number to match on.
5845 (gdb-threads-mode-map): Add follow-link binding.
5846
5847 2005-11-30 Jason Rumney <jasonr@gnu.org>
5848
5849 * isearch.el (isearch-mode-map): Avoid exiting search on
5850 language-change event.
5851
5852 2005-11-30 Romain Francoise <romain@orebokech.com>
5853
5854 * speedbar.el (speedbar-default-position): New defcustom.
5855 (speedbar-frame-reposition-smartly): Use it.
5856
5857 * dframe.el (dframe-reposition-frame-emacs): Fix position
5858 computation for `left' location.
5859 Update copyright year.
5860
5861 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * help.el (help-map): Move initialization into declaration.
5864
5865 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5866
5867 * help-fns.el (help-argument-name): Don't autoload.
5868 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5869 to be re-loaded when customizing the `help' group.
5870
5871 2005-11-30 John Paul Wallington <jpw@gnu.org>
5872
5873 * help-fns.el (describe-function-1): Fill arglist output.
5874
5875 2005-11-30 Kim F. Storm <storm@cua.dk>
5876
5877 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5878 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5879 after revert-buffer (or anything else which kills all local variables).
5880
5881 * apropos.el (apropos-parse-pattern): Doc fix.
5882 Set apropos-regexp directly, rather than expecting callers to do so.
5883 (apropos-command, apropos, apropos-value, apropos-documentation):
5884 Simplify calls to apropos-parse-pattern.
5885
5886 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5887
5888 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5889 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5890 (hi-lock-write-interactive-patterns): Use comment-region.
5891
5892 * longlines.el (longlines-mode): Add mail-setup-hook.
5893
5894 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5895
5896 * simple.el (sendmail-user-agent-compose, next-line):
5897 Conditionally use hard-newline.
5898
5899 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5900
5901 * international/latexenc.el (latex-inputenc-coding-alist):
5902 Reword doc string.
5903
5904 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5905
5906 * help.el (describe-key-briefly, describe-key): Recognize default
5907 bindings.
5908
5909 2005-11-29 Romain Francoise <romain@orebokech.com>
5910
5911 * view.el (view-inhibit-help-message): New defcustom.
5912 (view-mode-enter): Use it.
5913
5914 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
5915
5916 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5917 Preserve user position.
5918
5919 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5920
5921 * font-lock.el: Throw error if facemenu is not loaded to prevent
5922 accidental change of loading order in loadup.el. (Suggested by RMS.)
5923
5924 * loadup.el: Add comment explaining why facemenu must be loaded
5925 before font-lock.
5926
5927 2005-11-28 Jay Belanger <belanger@truman.edu>
5928
5929 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5930 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5931
5932 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5933
5934 * calc/calc-embed.el (calc-do-embedded): Update help message.
5935
5936 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5937
5938 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5939
5940 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5941
5942 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5943 called-interactively-p.
5944 (elp-profilable-p): Rename from elp-not-profilable-p.
5945 Invert result and take into account macros and autoloaded functions.
5946 (elp-instrument-function): Update call.
5947 (elp-instrument-package): Update call. Add completion.
5948 (elp-pack-number): Use match-string.
5949 (elp-results-jump-to-definition-by-mouse): Merge into
5950 elp-results-jump-to-definition and then remove.
5951 (elp-output-insert-symname): Make help echo text single-line.
5952
5953 * replace.el (query-replace-map): Move initialization into declaration.
5954 (occur-engine): Use with-current-buffer.
5955 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5956 (occur-mode-mouse-goto): Replace with an alias.
5957
5958 2005-11-28 Juri Linkov <juri@jurta.org>
5959
5960 * simple.el (quoted-insert): Let-bind input-method-function to nil.
5961
5962 * term/w32-win.el: Bind [S-tab] to [backtab].
5963
5964 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5965 `Info-find-file' to t.
5966
5967 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5968 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5969 and same-window-regexps.
5970 (occur-next-error): Don't move point for arg 0.
5971
5972 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
5973
5974 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5975
5976 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5977
5978 * log-edit.el (log-edit-changelog-use-first): New var.
5979 (log-edit-changelog-ours-p): Use it.
5980 (log-edit-insert-changelog): Set it with new arg `use-first'.
5981 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5982 (log-edit-hook): Add them to the list of suggested options.
5983
5984 * textmodes/flyspell.el (flyspell-last-buffer): New var.
5985 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5986 redundant work.
5987 (flyspell-mode-on): Use add-hook for after-change-functions.
5988 (flyspell-mode-off): Use remove-hook for after-change-functions.
5989 (flyspell-changes): Make it buffer-local.
5990 (flyspell-after-change-function): Make it non-interactive. Use push.
5991 (flyspell-post-command-hook): Check input-pending-p while processing
5992 the potentially long list of buffer changes.
5993
5994 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5995
5996 * buff-menu.el (list-buffers-noselect): Display the selected
5997 frame's buffer list, not the global one.
5998
5999 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6000
6001 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6002 that (list last-input-event) works as in interactive spec.
6003
6004 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6005
6006 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6007 `facemenu-keymap' needs to be defined when font-lock is loaded.
6008 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6009
6010 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6011
6012 * completion.el: Remove useless leading * in defcustom docstrings.
6013 (save-completions-file-name): Use ~/.emacs.d if available.
6014 (completion-standard-syntax-table): Rename from
6015 cmpl-standard-syntax-table and fold initialization into declaration,
6016 thus removing cmpl-make-standard-completion-syntax-table.
6017 (completion-lisp-syntax-table, completion-c-syntax-table)
6018 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6019 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6020 (symbol-under-point, symbol-before-point)
6021 (symbol-under-or-before-point, symbol-before-point-for-complete)
6022 (add-completions-from-c-buffer): Use with-syntax-table.
6023 (make-completion): Don't return a list of completion entries.
6024 Update callers.
6025 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6026 (completion-initialize): Rename from initialize-completions.
6027 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6028 (kill-emacs-save-completions): Collect stats here.
6029 (save-completions-to-file, load-completions-from-file):
6030 Use with-current-buffer.
6031 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6032 into a function. Move all calls to toplevel.
6033 (completion-lisp-mode-hook): New fun.
6034 (completion-c-mode-hook, completion-setup-fortran-mode):
6035 Set the syntax-table here. Use local-set-key.
6036 (completion-saved-bindings): New var.
6037 (dynamic-completion-mode): Make it into a proper minor mode.
6038 (load-completions-from-file): Remove unused var `num-uses'.
6039
6040 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6041 constructor if it is explicitly overridden.
6042
6043 * complete.el (PC-completion-as-file-name-predicate):
6044 Use minibuffer-completing-file-name.
6045 (partial-completion-mode): Use find-file-not-found-functions.
6046 (PC-lisp-complete-symbol): Use with-syntax-table.
6047 (PC-look-for-include-file): Remove dead setq.
6048 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6049 (PC-complete): Use with-current-buffer.
6050
6051 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6052 escape single quotes.
6053
6054 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6055
6056 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6057 of `if' whose condition always returned nil. Doc fix.
6058
6059 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6060 window's buffer the current buffer around the call to
6061 `list-buffers-noselect'. This is necessary to mark that buffer
6062 with a `.' in the Buffer Menu when called from Lisp, for instance
6063 by Auto Revert Mode.
6064
6065 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6066
6067 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6068 attaching to it.
6069 (gdb-pre-prompt): Make sure gdb-error is reset.
6070
6071 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6072 with a child process, detect it.
6073 (gud-speedbar-buttons): Match regexp more carefully.
6074
6075 2005-11-27 Richard M. Stallman <rms@gnu.org>
6076
6077 * mouse.el (mouse-drag-move-window-bottom):
6078 Use adjust-window-trailing-edge.
6079
6080 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6081
6082 * simple.el (blink-matching-open): Ignore
6083 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6084 (blink-matching-paren-on-screen): Update docstring.
6085
6086 * paren.el (show-paren-mode): No longer change
6087 `blink-matching-paren-on-screen'.
6088
6089 2005-11-27 John Paul Wallington <jpw@pobox.com>
6090
6091 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6092 (gdb-threads-select, gdb-edit-register-value):
6093 Use `posn-set-point' instead of `mouse-set-point' because the
6094 latter is not fbound when configured without X.
6095
6096 2005-11-27 Kim F. Storm <storm@cua.dk>
6097
6098 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6099 existing face when partially highlighting a TAB in a rectangle.
6100
6101 2005-11-26 Kim F. Storm <storm@cua.dk>
6102
6103 * ido.el (ido-mode-map): Doc fix.
6104 (ido-mode-common-map, ido-mode-file-map)
6105 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6106 (ido-define-mode-map): Rewrite. Select one of the new maps as
6107 parent for ido-mode-map instead of building from scratch.
6108 (ido-init-mode-maps): New defun to initialize new maps.
6109 (ido-mode): Call it.
6110 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6111 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6112
6113 2005-11-26 John Paul Wallington <jpw@pobox.com>
6114
6115 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6116 `mouse-set-point' because the latter is not fbound when configured
6117 without X.
6118
6119 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6120
6121 * files.el (file-relative-name): Doc fix.
6122
6123 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6124
6125 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6126 non-empty string for secondary prompt PS2.
6127
6128 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6129
6130 * progmodes/compile.el (compilation-setup): Fix last change.
6131
6132 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6133
6134 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6135 (gdb-mouse-toggle-breakpoint-margin)
6136 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6137 Add gdb-server-prefix to keep out of command history.
6138 (gdb-edit-register-value): New function.
6139 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6140 (gdb-info-registers-custom): Use above map.
6141
6142 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6143
6144 * custom.el (enable-theme): Signal error if argument is not a
6145 theme. Don't recalculate a face if it's not loaded yet.
6146
6147 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6148 the `user' theme is in effect.
6149
6150 * info.el (Info-on-current-buffer): Record actual filename in
6151 Info-current-file, instead of t, or a fake filename if a non-file
6152 buffer. Make autoload.
6153 (Info-find-node, Info-revert-find-node): No need to check for
6154 Info-current-file nil.
6155 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6156 Info-current-file is now never `t'.
6157 (Info-fontify-node): Many simplifications due to Info-current-file
6158 always being valid. Use Info-find-file to find node filename.
6159
6160 2005-11-25 David Kastrup <dak@gnu.org>
6161
6162 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6163 new character, then delete" in order to preserve markers.
6164
6165 2005-11-25 David Ponce <david@dponce.com>
6166
6167 * recentf.el (recentf-arrange-by-rule): Handle a special
6168 `auto-mode-alist'-like "strip suffix" rule.
6169 (recentf-build-mode-rules): Handle second level auto-mode entries.
6170
6171 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
6172
6173 * viper-keym.el (viper-ESC-key): Use different values in terminal and
6174 window modes.
6175
6176 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6177 jde-javadoc-checker-report-mode.
6178
6179 * ediff-wind (ediff-make-wide-display): Slight simplification.
6180
6181 * ediff.el (ediff-date): Change the date of last update.
6182
6183 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
6184
6185 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6186 Use define-minor-mode, and make it a local mode. Turn on font-lock.
6187 (hi-lock-mode): New global minor mode.
6188 (turn-on-hi-lock-if-enabled): New function.
6189 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6190 Change arguments to regexp and face instead of a font-lock pattern.
6191 Directly set face property, instead of refontifying.
6192 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6193 (hi-lock-find-patterns): Use line-number-at-pos.
6194
6195 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
6196 arguments for hi-lock-set-pattern.
6197 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6198 Call font-lock-fontify-buffer.
6199 (hi-lock-find-file-hook, hi-lock-current-line)
6200 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6201
6202 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6203 turned off.
6204
6205 * progmodes/compile.el (compilation-setup): Don't fiddle with
6206 font-lock-defaults.
6207
6208 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
6209
6210 * progmodes/gdb-ui.el (gdb-var-create-handler)
6211 (gdb-var-list-children-handler): Find values for all variable
6212 objects. gud-speedbar-buttons decides whether to display them.
6213
6214 2005-11-24 Romain Francoise <romain@orebokech.com>
6215
6216 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6217 buffer name with a space.
6218
6219 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
6220
6221 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
6222 `org-export-local-list-max-depth'. Change default value to 3.
6223 (org-auto-renumber-ordered-lists)
6224 (org-plain-list-ordered-item-terminator): New options.
6225 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6226 (org-get-indentation, org-get-string-indentation)
6227 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6228 New functions.
6229 (org-move-item-down, org-move-item-up): New commands.
6230 (org-export-as-html): New classes for CSS support. Bug fix in
6231 regular expression detecting fixed-width regions. Respect
6232 `org-local-list-ordered-item-terminator'.
6233 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6234 also a list item.
6235 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6236 New item moving functions.
6237
6238 2005-11-24 Juri Linkov <juri@jurta.org>
6239
6240 * isearch.el (isearch-repeat): With empty search ring set
6241 `isearch-error' to the error string instead of signaling error
6242 with the function `error'.
6243
6244 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6245
6246 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6247
6248 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
6249
6250 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6251 and variable.
6252 (gdb-var-create-handler, gdb-var-list-children-handler):
6253 Don't match on "char **...".
6254 (gdb-var-update-handler): Find values for all variable objects.
6255 (gdb-info-frames-custom): Identify frames by leading "#".
6256
6257 * progmodes/gud.el (gud-speedbar-menu-items): Add
6258 gdb-speedbar-auto-raise as radio button.
6259 (gud-speedbar-buttons): Raise speedbar if requested.
6260 Don't match on "char **...".
6261 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6262 Make it editable.
6263
6264 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
6265
6266 * info.el (Info-fontify-node): Handle the case where
6267 Info-current-file is t.
6268
6269 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6270
6271 * simple.el (blink-matching-open): Fix off-by-one in last change.
6272
6273 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6274
6275 * term/mac-win.el: Don't change default directory.
6276
6277 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6278
6279 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6280 buffers correctly. (It used to throw an error in such buffers.)
6281 Make it ask for confirmation in group buffers and other Custom
6282 buffers containing more than one customization item.
6283
6284 2005-11-22 John Paul Wallington <jpw@gnu.org>
6285
6286 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6287 property on mail and url overlays.
6288 (goto-address-at-point): Use `posn-set-point' instead of
6289 `mouse-set-point' because the latter is not fbound when configured
6290 without X.
6291
6292 2005-11-22 Lars Hansen <larsh@soem.dk>
6293
6294 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6295 (ls-lisp-classify, ls-lisp-format): Delete call to
6296 ls-lisp-parse-symlink.
6297 (ls-lisp-handle-switches): Handle symlinks to directories as
6298 directories when ls-lisp-dirs-first in non-nil.
6299
6300 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
6301
6302 * startup.el (command-line): Make sure that loaddefs.el is handled
6303 correctly in load-history.
6304
6305 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6306
6307 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6308 (gdb-struct-string, gdb-array-string): New constants.
6309 (gdb-info-locals-handler): Use them.
6310 (gdb-reset): Reset gdb-var-list to nil.
6311
6312 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6313
6314 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6315 in patterns.
6316
6317 2005-11-21 Juri Linkov <juri@jurta.org>
6318
6319 * custom.el (defcustom): Update link types in docstring.
6320
6321 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
6322
6323 * custom.el (defgroup): Add doc-string-elt info.
6324
6325 * widget.el (define-widget): Don't use declare for the doc-string-elt.
6326
6327 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6328
6329 * newcomment.el (comment-enter-backward): Fix last fix.
6330
6331 * simple.el (blink-matching-open):
6332 * paren.el (show-paren-function): Allow new paren-class info.
6333
6334 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
6335
6336 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
6337 handled automagically.
6338
6339 2005-11-20 Andreas Schwab <schwab@suse.de>
6340
6341 * descr-text.el (describe-char): When copying overlays put them
6342 over the full char description instead of just the first character
6343 of it.
6344
6345 2005-11-20 Juri Linkov <juri@jurta.org>
6346
6347 * simple.el (what-cursor-position):
6348 * descr-text.el (describe-char): Use Lisp-readable syntax
6349 for octal and hex. Reorder decimal, octal and hex values.
6350 Remove excess whitespace in the output. Use `=' in `column='
6351 like in `point=' and `Hscroll='.
6352
6353 * international/mule-cmds.el (encoded-string-description):
6354 Use Lisp-readable syntax for hex.
6355
6356 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6357
6358 * newcomment.el (comment-enter-backward): Handle the case where the
6359 comment is closed by EOB.
6360
6361 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6362
6363 * longlines.el (longlines-before-revert-hook)
6364 (longlines-after-revert-hook): New functions.
6365 (longlines-mode): Turn off longlines temporarily when reverting.
6366 Add a message-setup-hook.
6367 (longlines-decode-buffer): New function.
6368 (longlines-wrap-line): Preserve marker positions.
6369
6370 2005-11-19 Andreas Schwab <schwab@suse.de>
6371
6372 * emacs-lisp/shadow.el: Handle compressed files.
6373
6374 2005-11-19 Romain Francoise <romain@orebokech.com>
6375
6376 * net/browse-url.el (browse-url-default-browser): Signal an error
6377 if no usable browser can be found, rather than try to load w3.
6378
6379 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
6380
6381 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6382 replacing existing properties.
6383 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6384 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6385 tty specs.
6386 (rcirc-server-prefix, rcirc-server): New faces.
6387 (rcirc-url-regexp): Generate with rx macro.
6388 (rcirc-last-server-message-time): New variable.
6389 (rcirc-filter): Record time of last message.
6390 (rcirc-keepalive): Kill processes that did not send a message
6391 since the last ping.
6392 (rcirc-mode): Give rcirc-topic a local binding here.
6393
6394 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
6395
6396 * subr.el (read-passwd): Fontify the prompt as we do with other
6397 prompts.
6398
6399 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
6400
6401 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6402 binding buffer-read-only to nil.
6403
6404 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6405
6406 * complete.el (partial-completion-mode):
6407 Mention completion-auto-help in the doc string.
6408
6409 * man.el (Man-highlight-references): Doc fix. Reformat code in a
6410 more Lisp-ish way.
6411
6412 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6413
6414 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6415 digits, not 8, to avoid misalignment for files larger than 100MB.
6416
6417 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6418
6419 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6420 Mention "keyboard shortcuts" in the help text.
6421
6422 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6423
6424 * startup.el (fancy-splash-default-action): Discard only
6425 mouse-down and succeeding mouse-up events in the splash screen
6426 window so that drag-n-drop event can be processed.
6427
6428 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
6429
6430 * longlines.el (longlines-mode): Add hacks for mail-mode and
6431 message-mode.
6432
6433 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
6434
6435 * textmodes/org.el (org-table-sort-lines): New command.
6436 (org-tbl-menu): Add entry for `org-table-sort-lines'.
6437 (org-add-file): Command removed, use `org-agenda-file-to-front'
6438 instead.
6439 (org-export-icalendar): Use `org-icalendar-combined-name'.
6440 (org-cycle-agenda-files, org-agenda-file-to-end)
6441 (org-agenda-file-to-front): New commands.
6442 (org-table-tab-jumps-over-hlines, org-export-html-style):
6443 New options.
6444 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6445 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6446 New functions.
6447 (org-fill-paragraph): Call `org-table-align' in tables.
6448 (org-mode): Call `org-set-autofill-regexps'.
6449 (org-export-as-html): Support for local handformatted lists.
6450 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
6451 (org-export-local-list-max-depth): New option.
6452 (org-html-expand): Use `org-html-protect'.
6453
6454 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
6455
6456 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6457 to "p".
6458 (gdb): Move definition of gud-pp to...
6459
6460 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
6461 speedbar.
6462 (gdb-find-watch-expression): New function.
6463
6464 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6465
6466 * faces.el (face-attribute, set-face-attribute): Mention existence
6467 of `:ignore-defface' setting in docstring.
6468
6469 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * simple.el (completion-setup-function): Fix last change.
6472
6473 2005-11-17 John Paul Wallington <jpw@pobox.com>
6474
6475 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6476 Use `posn-set-point' instead of `mouse-set-point' because the
6477 latter is not fbound when configured without X.
6478
6479 * comint.el (comint-insert-input): Likewise.
6480
6481 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6482
6483 * simple.el (hard-newline): New variable.
6484 (sendmail-user-agent-compose, next-line): Use it.
6485
6486 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6487 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6488 (mail-mail-reply-to, mail-mail-followup-to)
6489 (mail-position-on-field, mail-signature, mail-yank-original)
6490 (mail-attach-file): Likewise.
6491
6492 * mail/mailheader.el (mail-header-format)
6493 (mail-header-format-function): Likewise.
6494
6495 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6496
6497 2005-11-17 Juri Linkov <juri@jurta.org>
6498
6499 * font-lock.el (font-lock-faces): Rename this defgroup from
6500 `font-lock-highlighting-faces'.
6501 (font-lock-comment-face, font-lock-comment-delimiter-face)
6502 (font-lock-string-face, font-lock-doc-face)
6503 (font-lock-keyword-face, font-lock-builtin-face)
6504 (font-lock-function-name-face, font-lock-variable-name-face)
6505 (font-lock-type-face, font-lock-constant-face)
6506 (font-lock-warning-face, font-lock-negation-char-face)
6507 (font-lock-preprocessor-face)
6508 (font-lock-regexp-grouping-backslash)
6509 (font-lock-regexp-grouping-construct): Rename :group from
6510 `font-lock-highlighting-faces' to `font-lock-faces'.
6511
6512 * cus-edit.el (lisp, c, tex):
6513 * progmodes/ada-mode.el (ada):
6514 * progmodes/asm-mode.el (asm):
6515 * progmodes/cperl-mode.el (cperl-faces):
6516 * progmodes/cpp.el (cpp):
6517 * progmodes/dcl-mode.el (dcl):
6518 * progmodes/f90.el (f90):
6519 * progmodes/fortran.el (fortran):
6520 * progmodes/icon.el (icon):
6521 * progmodes/idlwave.el (idlwave-misc):
6522 * progmodes/m4-mode.el (m4):
6523 * progmodes/make-mode.el (makefile):
6524 * progmodes/meta-mode.el (meta-font):
6525 * progmodes/modula2.el (modula2):
6526 * progmodes/octave-mod.el (octave):
6527 * progmodes/pascal.el (pascal):
6528 * progmodes/perl-mode.el (perl):
6529 * progmodes/prolog.el (prolog):
6530 * progmodes/ps-mode.el (PostScript-edit):
6531 * progmodes/scheme.el (scheme):
6532 * progmodes/sh-script.el (sh-script):
6533 * progmodes/simula.el (simula):
6534 * progmodes/tcl.el (tcl):
6535 * textmodes/nroff-mode.el (nroff):
6536 * textmodes/reftex-vars.el (reftex-fontification-configurations):
6537 * textmodes/sgml-mode.el (sgml):
6538 * textmodes/texinfo.el (texinfo):
6539 Add :link (custom-group-link font-lock-faces) to defgroup.
6540
6541 * hi-lock.el (hi-lock): Rename this defgroup from
6542 `hi-lock-interactive-text-highlighting'. Change parent group from
6543 `faces' to `font-lock'. Add link to the manual.
6544 (hi-lock-mode, hi-lock-file-patterns-range)
6545 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6546 `hi-lock-interactive-text-highlighting' to `hi-lock'.
6547 (hi-lock-faces): Add :group `faces'.
6548
6549 * cus-edit.el (custom-variable-prompt): Clarify the code.
6550
6551 * faces.el (face-read-string): Set the default value arg of
6552 completing-read.
6553
6554 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
6555
6556 * rfn-eshadow.el (file-name-shadow-properties)
6557 (file-name-shadow-tty-properties, file-name-shadow-mode):
6558 Remove autoloads, because the file is now preloaded.
6559
6560 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6561
6562 * printing.el (easy-menu-intern): Don't define.
6563 (pr-get-symbol): Use easy-menu-intern only if defined.
6564
6565 * simple.el (blink-matching-open): Simplify a bit.
6566 (completion-setup-function): Fix the case of partial-completion-mode
6567 when the minibuffer's contents start with "-".
6568 Obey completion-base-size-function even when
6569 minibuffer-completing-file-name is non-nil.
6570
6571 2005-11-16 Richard M. Stallman <rms@gnu.org>
6572
6573 * net/eudcb-ph.el (eudc-ph-open-session):
6574 Use set-process-query-on-exit-flag.
6575
6576 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6577
6578 * international/ucs-tables.el (ucs-set-table-for-input):
6579 Use make-local-variable, not make-variable-buffer-local.
6580
6581 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6582 Improve warning message text.
6583
6584 * savehist.el (savehist-save-hook): Add :group.
6585
6586 * menu-bar.el (menu-bar-help-menu):
6587 Rename Find Extra Packages to External Packages.
6588
6589 * cus-edit.el (Custom-reset-standard): Verify that
6590 :custom-standard-value prop exists before calling it.
6591
6592 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6593
6594 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6595
6596 * wid-edit.el (color): Enclose %t in %{...%}.
6597
6598 * cus-edit.el (face): Enclose %t in %{...%}.
6599
6600 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6601
6602 * savehist.el (savehist-mode-hook): Re-add the var.
6603 (savehist-mode): Use it.
6604
6605 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6606
6607 * textmodes/flyspell.el: Fix commenting convention.
6608 Remove unnecessary leading * in custom docstrings.
6609 (flyspell-emacs): Remove unused var.
6610 (flyspell-delete-region-overlays): Use remove-overlays.
6611 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6612 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6613 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6614 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6615 (make-flyspell-overlay): Don't locally reuse a global name.
6616 (flyspell-highlight-incorrect-region)
6617 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6618 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6619 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6620 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6621 Wrap calls to accept-process-output inside with-local-quit since it's
6622 often called from a post-command-hook.
6623 (flyspell-correct-word, flyspell-auto-correct-word):
6624 Use ispell-send-string.
6625 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
6626
6627 * calendar/diary-lib.el (diary-list-entries): Also hide the
6628 terminating newline.
6629
6630 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
6631
6632 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6633 window-system, to allow fonts on tty.
6634
6635 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
6636
6637 * progmodes/gud.el (gud-speedbar-item-info): New function.
6638 (gud-install-speedbar-variables): Use it to display data type
6639 of watch expression as a tooltip in speedbar.
6640
6641 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6642
6643 * font-core.el (global-font-lock-mode): Add :version keyword,
6644 because default was changed.
6645
6646 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6647
6648 * startup.el (command-line): Use `custom-reevaluate-setting' for
6649 `file-name-shadow-mode'.
6650
6651 * loadup.el: Preload rfn-eshadow.
6652
6653 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6654 Add :version keyword.
6655 (file-name-shadow-properties, file-name-shadow-tty-properties)
6656 (file-name-shadow): Add :version keyword.
6657
6658 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6659 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6660 in the custom-group property of the symbol frames and the fringe
6661 group got no link to its parent group frames.
6662 Doc fix.
6663
6664 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6665
6666 * progmodes/gud.el (gud-stop-subjob): New function.
6667 (gud-menu-map, gud-tool-bar-map): Use it.
6668
6669 2005-11-16 Kim F. Storm <storm@cua.dk>
6670
6671 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6672 than kill it.
6673 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6674 to a more useful/logical place.
6675
6676 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6677
6678 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6679 go buttons complementary.
6680
6681 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6682
6683 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6684 (rfn-eshadow-sifn-equal): New function.
6685 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6686
6687 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
6688
6689 * viper-utils.el (viper-non-word-characters-reformed-vi):
6690 Quote `-' in string.
6691
6692 * viper.el (viper-emacs-state-mode-list): Ensure that
6693 rcirc-mode buffers come up in Emacs state.
6694
6695 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6696 operation.
6697
6698 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6699
6700 * term.el (term-termcap-format): Fix typos.
6701 (term-down): Fix the negative argument case.
6702
6703 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6704
6705 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6706 2005-08-15.
6707 (gdb-ann3): New command gud-go.
6708 (menu): Accomodate gdb-mi.el.
6709 (gdb-assembler-custom): Make buffer of selected window current
6710 so that set-window-point works.
6711
6712 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6713 buttons and include new ones.
6714
6715 2005-11-16 Kim F. Storm <storm@cua.dk>
6716
6717 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6718 (gud-menu-map): Use it.
6719
6720 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6721
6722 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6723 that works correctly for Custom and that does not override a user
6724 who disables it.
6725
6726 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6727 (help-xref-interned, help-follow): Make hyperlinks for variables
6728 that are unbound, but have a non-nil variable-documentation property.
6729
6730 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6731 mode hook. (It conflicted with defcustoms for some mode hooks.)
6732 Use the `variable-documentation' property to give the mode hook a
6733 docstring and expand that docstring.
6734
6735 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6736
6737 * savehist.el (savehist-mode): Don't bother with
6738 `custom-set-minor-mode'.
6739 (savehist-coding-system): Check XEmacs version.
6740 (history-length): Declare also at run time.
6741 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6742 Don't set the customize state.
6743 (savehist-minibuffer-hook): Special case for when
6744 minibuffer-history-variable is equal to t.
6745
6746 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6747
6748 * files.el (write-file): Refresh VC status.
6749
6750 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6751 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6752 than fundamental-mode to see if the mode was set.
6753
6754 2005-11-14 Romain Francoise <romain@orebokech.com>
6755
6756 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6757 dummy function in `eval-when-compile' to avoid compiler warning.
6758 Require `man' at compile time.
6759
6760 2005-11-14 Jay Belanger <belanger@truman.edu>
6761
6762 * calc-alg.el (calcFunc-write-out-power): Rename it to
6763 calcFunc-powerexpand.
6764 (math-write-out-power): Rename it to math-powerexpand; have it
6765 handle negative exponents.
6766 (calc-writeoutpower): Rename it to calc-powerexpand.
6767
6768 * calc-ext.el: Change calcFunc-writeoutpower and
6769 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6770 autoloads.
6771 Add calcFunc-ldiv to autoloads.
6772
6773 * calc-arith.el (calcFunc-ldiv): New function.
6774
6775 * calc.el (calc-left-divide): New function.
6776
6777 2005-11-14 Juri Linkov <juri@jurta.org>
6778
6779 * cus-edit.el (custom-variable-prompt): Set the default value arg
6780 of completing-read.
6781
6782 * cus-dep.el (custom-make-dependencies): Reverse the list of
6783 found dependencies.
6784
6785 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6786
6787 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6788 Highlighting" entry, it is on by default now.
6789 (menu-bar-options-save): Do not save global-font-lock-mode.
6790
6791 2005-11-13 Richard M. Stallman <rms@gnu.org>
6792
6793 * textmodes/flyspell.el (flyspell-large-region):
6794 Call flyspell-accept-buffer-local-defs.
6795
6796 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6797
6798 * textmodes/flyspell.el (flyspell-notify-misspell):
6799 Fix misspelling of "Misspelling".
6800 (flyspell-process-localwords): New function.
6801 (flyspell-large-region): Call flyspell-process-localwords and
6802 flyspell-delete-region-overlays.
6803 (flyspell-delete-region-overlays): New function.
6804 (flyspell-delete-all-overlays): Call that.
6805
6806 2005-11-13 Richard M. Stallman <rms@gnu.org>
6807
6808 * help.el (help-for-help-internal): Improve doc of C-h a.
6809 (describe-key): Improve prompt; doc fix.
6810
6811 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * vc-svn.el (vc-svn-registered): Catch all errors.
6814
6815 * cus-dep.el (custom-make-dependencies): Typo.
6816
6817 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
6818
6819 * net/tramp-util.el (top): Fix compilation warning.
6820
6821 2005-11-13 Kim F. Storm <storm@cua.dk>
6822
6823 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6824
6825 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6826
6827 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6828 (gud-speedbar-buttons): Match on "const char *" too.
6829
6830 * progmodes/gdb-ui.el (gdb-var-create-handler)
6831 (gdb-var-list-children-handler): Match on "const char *" too.
6832 (gdb-var-evaluate-expression-handler): Match on empty string.
6833 (gdb-var-update-handler): Only call
6834 gdb-var-evaluate-expression-handler when required.
6835
6836 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6837
6838 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6839 selected window. This still doesn't work for speedbar.
6840 (gud-speedbar-buttons): Handle string expressions properly.
6841
6842 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6843 (gdb-var-create-handler): Handle string expressions properly.
6844 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6845 Handle string expressions properly. Move "type" field into regexp.
6846
6847 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6848
6849 * bookmark.el (bookmark-maybe-message): New function to reduce
6850 code duplication: invokes `message' iff baud-rate is high enough.
6851 (bookmark-write-file): Use above instead of an inline conditional.
6852 (bookmark-load): Same.
6853
6854 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6855
6856 * bookmark.el (bookmark-write-file): Don't visit the destination
6857 file, just write the data to it using write-region. This is
6858 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6859 change to avoid visiting the file in the first place.
6860
6861 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
6862
6863 * hi-lock.el (hi-lock-mode): Set the default value of
6864 font-lock-defaults.
6865
6866 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6867
6868 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6869 arg to `file-attributes'.
6870 (find-lisp-format): The UID and GID can now be strings.
6871
6872 2005-11-12 Kim F. Storm <storm@cua.dk>
6873
6874 * help.el (help-map): Bind C-h d to apropos-documentation.
6875
6876 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6877 when point is at end-of-buffer.
6878
6879 * apropos.el (apropos-match-face): Doc fix.
6880 (apropos-sort-by-scores): Add new choice `verbose'.
6881 (apropos-documentation-sort-by-scores): New defcustom.
6882 (apropos-pattern): Now contains the pattern entered by the user.
6883 (apropos-pattern-quoted): New defvar.
6884 (apropos-regexp): New defvar, containing the regexp corresponding
6885 to apropos-pattern.
6886 (apropos-all-words-regexp): Rename from apropos-all-regexp.
6887 (apropos-read-pattern): New defun. Use it to read pattern arg in
6888 interactive calls; returns list of words for a word list, and
6889 string for a regexp.
6890 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
6891 parses a list of words or regexp as returned by apropos-read-pattern.
6892 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6893 (apropos-score-doc): Return a very high score if the string
6894 entered by the user matches literally.
6895 (apropos-variable): Doc fix. Use apropos-read-pattern.
6896 (apropos-command): Doc fix. Use apropos-read-pattern and
6897 apropos-parse-pattern. Call apropos-print with nosubst=t.
6898 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
6899 apropos-parse-pattern.
6900 (apropos-documentation): Doc fix. Use apropos-read-pattern and
6901 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6902 apropos-documentation-sort-by-scores. Call apropos-print with
6903 nosubst=t.
6904 (apropos-documentation-internal): Pass doc string through
6905 substitute-key-definition before adding text properties.
6906 Highlight substring matching literal user input if possible.
6907 (apropos-documentation-check-doc-file): Remove locals beg and end.
6908 Fix calculation of score (as added twice). Pass doc string through
6909 substitute-key-definition before adding text properties.
6910 (apropos-documentation-check-elc-file): Pass doc string through
6911 substitute-key-definition before adding text properties.
6912 Highlight substring matching literal user input if possible.
6913 (apropos-print): Add new arg NOSUBST; if set, command and variable
6914 doc strings have already been passed through substitute-key-definition.
6915 Add code to handle apropos-accumulator items without score element
6916 for backwards compatibility (e.g. with woman package).
6917 Only show scores if apropos-sort-by-scores is `verbose'.
6918
6919 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6922 Add jka-compr-load-suffixes to load-suffixes.
6923
6924 * jka-compr.el: Require jka-cmpr-hook.
6925 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6926 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6927 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6928 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6929 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6930 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6931 (jka-compr-uninstall): Remove entries from
6932 jka-compr-added-to-file-coding-system-alist after they are used.
6933 (jka-compr-error): Remove unused var `curbuf'.
6934 (jka-compr-file-local-copy): Remove unused var `notfound'.
6935
6936 2005-11-10 Romain Francoise <romain@orebokech.com>
6937
6938 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6939
6940 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
6941
6942 * progmodes/gud.el (gud-menu-map): Move parentheses.
6943 (gdb): New command gud-pv.
6944
6945 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * tar-mode.el: Remove spurious or unnecessary leading stars
6948 in docstrings.
6949 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6950 (tar-parse-octal-integer-safe): Use mapc.
6951 (tar-header-block-summarize): Remove unused var `ck'.
6952 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6953 cleared before. Obey default-enable-multibyte-characters.
6954 Use mapconcat. Simplify setting of tar-header-offset.
6955 (tar-mode-map): Move initialization inside delcaration.
6956 (tar-flag-deleted): Use `abs'.
6957 (tar-expunge-internal): Remove unused var `line'.
6958 (tar-expunge-internal): Don't hardcode point-min==1.
6959 (tar-expunge): Widen while doing set-buffer-multibyte.
6960 (tar-rename-entry): Use file-name-coding-system.
6961 (tar-alter-one-field): Don't hardcode point-min==1.
6962 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6963 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
6964
6965 2005-11-10 Masatake YAMATO <jet@gyve.org>
6966
6967 * add-log.el (add-log-current-defun): Handle class::method
6968 notation of c++. Fix incorrect comment.
6969
6970 2005-11-10 Alan Mackenzie <acm@muc.de>
6971
6972 * help-fns.el (describe-variable): Make C-h v work when a variable
6973 has variable documentation yet is unbound.
6974
6975 2005-11-10 Masatake YAMATO <jet@gyve.org>
6976
6977 * man.el (Man-highlight-references): Set an empty
6978 string to `Man-arguments' if it is nil.
6979 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6980
6981 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6982
6983 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6984 commenting conventions.
6985
6986 * cus-dep.el (custom-make-dependencies): Simplify.
6987 Better follow the commenting conventions.
6988
6989 2005-11-09 Richard M. Stallman <rms@gnu.org>
6990
6991 * apropos.el (apropos-pattern): Rename from apropos-regexp.
6992 (apropos-orig-pattern): Rename from apropos-orig-regexp.
6993 All uses changed.
6994 (apropos-rewrite-regexp): Doc fix.
6995 (apropos-variable, apropos-command, apropos, apropos-value):
6996 Change prompt; carry through the argument renaming.
6997
6998 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6999
7000 * find-lisp.el: Require dired.
7001 (find-lisp-find-dired-internal): Do not call
7002 `abbreviate-file-name' on DIR.
7003
7004 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7005
7006 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7007
7008 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7009
7010 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7011 when using the speedbar.
7012 (gdb): New command gud-pp.
7013 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7014
7015 2005-11-09 Juri Linkov <juri@jurta.org>
7016
7017 * replace.el (occur-excluded-properties): New defcustom.
7018 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7019
7020 2005-11-08 Jay Belanger <belanger@truman.edu>
7021
7022 * calc/calc-units.el (math-convert-units): Replace any composite
7023 unit by its definition.
7024
7025 2005-11-08 Lars Hansen <larsh@soem.dk>
7026
7027 * emacs-lisp/autoload.el (update-directory-autoloads):
7028 Add obsolete function alias.
7029
7030 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7031
7032 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7033 comment-indent-function.
7034 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7035
7036 * reveal.el (reveal-post-command): Rework the handling of
7037 reveal-open-spots, so as to be more reliable. There were several
7038 tricky corner cases where an open spot might be lost, or where
7039 a closed spot might end up on the list of open spots.
7040 Only reveal text that's ellipsised.
7041
7042 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7043
7044 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7045
7046 2005-11-07 John Paul Wallington <jpw@gnu.org>
7047
7048 * ibuffer.el (ibuffer): Search iconified frames too when
7049 getting Ibuffer buffer's window.
7050
7051 2005-11-06 Richard M. Stallman <rms@gnu.org>
7052
7053 * progmodes/compile.el (compilation-internal-error-properties):
7054 save-excursion around the computation of MARKER.
7055
7056 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7057
7058 * textmodes/flyspell.el (flyspell-external-point-words):
7059 flyspell-get-word returns a list, not just a string.
7060
7061 2005-11-06 John Paul Wallington <jpw@pobox.com>
7062
7063 * ibuffer.el (ibuffer): Search all visible frames when getting
7064 Ibuffer buffer's window.
7065
7066 2005-11-07 Masatake YAMATO <jet@gyve.org>
7067
7068 * man.el (Man-reference-regexp): Accept spaces between
7069 `Man-name-regexp' and `Man-section-regexp'.
7070 (Man-apropos-regexp): New variable.
7071 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7072 if available.
7073 (Man-highlight-references, Man-highlight-references0):
7074 Handle the case when `Man-arguments' includes "-k".
7075 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7076 `TARGET'. `TARGET' can be a number, function or nil.
7077
7078 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7079
7080 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7081 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7082 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7083 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7084 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7085 (gdb-send-item): Use buffer-local-value and simplify.
7086
7087 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7088
7089 * startup.el (command-line): Use `custom-reevaluate-setting' for
7090 `global-font-lock-mode'.
7091
7092 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7093 by default, except in batch mode or when the -D option is given.
7094
7095 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7096 specified keyword args on to `define-minor-mode'. Update docstring.
7097
7098 2005-11-05 Romain Francoise <romain@orebokech.com>
7099
7100 * replace.el (occur-engine): Add marker at end of line, too.
7101
7102 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7103
7104 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7105 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7106 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7107 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7108 argument to all these routines, so the passphrase can be managed
7109 externally and passed in to the system.
7110 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7111 pgg-add-passphrase-to-cache function.
7112
7113 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7114 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7115 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7116 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7117 argument to all these routines, so the passphrase can be managed
7118 externally and passed in to the system.
7119 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7120 function.
7121
7122 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7123
7124 * font-lock.el: Don't deal with font-lock-face-attributes here,
7125 move the code ...
7126
7127 * startup.el (command-line): ... here. Use face-spec-set instead
7128 of custom-declare-face.
7129
7130 * faces.el (face-spec-set): Reset the face if spec is not nil.
7131
7132 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * newcomment.el (comment-region-internal): Box more tightly in the
7135 common case where there's no TAB in the boxed text.
7136
7137 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7138
7139 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7140 up-node.
7141
7142 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7143
7144 * newsticker.el: Commentary updated. Code formatting changed.
7145 (newsticker-version): Change to "1.9".
7146 (newsticker, newsticker-feed): Doc fix.
7147 (newsticker-url-list): Doc fix. Add option "Weekly".
7148 (newsticker-retrieval-interval): Add option "Weekly".
7149 (newsticker-headline-processing): Doc fix.
7150 (newsticker-auto-mark-filter): Remove.
7151 (newsticker-auto-mark-filter-list): New.
7152 (newsticker-layout, newsticker-sort-method): Doc fix.
7153 (newsticker-hide-old-items-in-newsticker-buffer)
7154 (newsticker-heading-format, newsticker-item-format)
7155 (newsticker-desc-format): Doc fix.
7156 (newsticker-show-all-rss-elements): Remove.
7157 (newsticker-show-all-news-elements): New.
7158 (newsticker-faces, newsticker-ticker): Doc fix.
7159 (remove-from-invisibility-spec): Code formatting.
7160 (newsticker--process-ids): New.
7161 (newsticker-mode): Doc fix.
7162 (newsticker-mode): Change mode-line-format.
7163 (newsticker-start): Remove debug output.
7164 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7165 (newsticker-w3m-show-inline-images): Code formatting.
7166 (newsticker-next-item): Call `force-mode-line-update'.
7167 (newsticker-previous-item): Call `force-mode-line-update'.
7168 (newsticker-next-feed): Call `force-mode-line-update'.
7169 (newsticker-previous-feed): Call `force-mode-line-update'.
7170 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7171 (newsticker-show-old-items): Do not show descs.
7172 (newsticker-hide-entry): Hide too much.
7173 (newsticker-hide-entry, newsticker-show-entry)
7174 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7175 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7176 (newsticker-toggle-auto-narrow-to-item): Code formatting.
7177 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7178 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7179 (newsticker-get-news): Call `force-mode-line-update'.
7180 Collect process ids.
7181 (newsticker--sentinel): Change coding system handling.
7182 Move image retrieval to new functions newsticker--get-logo-url-*.
7183 Move feed parsing to new functions newsticker--parse-*.
7184 Update list of process ids.
7185 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7186 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7187 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7188 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7189 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7190 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7191 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7192 (newsticker--decode-coding-string): Remove.
7193 (newsticker--decode-numeric-entities): Check input. Format code.
7194 (newsticker--remove-whitespace): Check input.
7195 (newsticker--do-forget-preformatted): Doc fix.
7196 (newsticker--decode-rfc822-date): Allow for missing time.
7197 (newsticker--update-process-ids): New.
7198 (newsticker--image-sentinel): Change comment.
7199 (newsticker--image-read): Change error message.
7200 (newsticker--imenu-goto): Doc fix. Show headline title.
7201 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7202 (newsticker--buffer-do-insert-text): Clean whitespace in
7203 html-rendered headline title. Code formatting.
7204 Call `newsticker--buffer-print-extra-elements'.
7205 (newsticker--buffer-print-extra-element): Remove.
7206 (newsticker--buffer-print-extra-elements): New.
7207 (newsticker--buffer-do-print-extra-element): New.
7208 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7209 large sizes.
7210 (newsticker--run-auto-mark-filter)
7211 (newsticker--do-run-auto-mark-filter):
7212 Use `newsticker-auto-mark-filter-list'.
7213
7214 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
7215
7216 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7217 (rcirc-print): Force redisplay before running hooks. Do long
7218 buffer truncation after making new text read-only. Deal with nil
7219 text when decoding strings. If TARGET is nil, use either the
7220 currently selected buffer, if it is an rcirc buffer and of the
7221 same process or the process buffer.
7222 (rcirc-mode): Remove header-line. Recompute short buffer names.
7223 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7224 (rcirc-short-buffer-name): Add variable.
7225 (rcirc-kill-buffer-hook): Recompute short buffer names.
7226 Remove nick from private channel.
7227 (rcirc-send-input): Send command text to current-buffer.
7228 Don't clear overlay arrow here.
7229 (rcirc-short-buffer-name): Return a short buffer name.
7230 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7231 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7232 buffer-name abbreviations.
7233 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7234 Do not touch nick-table when killing a parted channel.
7235 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7236 Clear arrow from current buffer if it is now hidden.
7237 (rcirc-current-buffer): Add variable.
7238 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7239 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7240 Remove -face from names.
7241 (rcirc-update-activity-string): Print "DND" when globally ignoring
7242 activity.
7243 (rcirc-ignore-buffer-activity-flag): Rename from
7244 rcirc-ignore-channel-activity.
7245 (rcirc-ignore-all-activity-flag): Doc fix.
7246 (rcirc-channels): Remove variable.
7247 (rcirc-kill-buffer-hook):
7248 (rcirc-get-buffer-create): Add nick to private channel.
7249 (rcirc-multiline-edit-submit): Remove tabs.
7250 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7251 folded.
7252 (rcirc-remove-nick-channel): Bug fix.
7253 (rcirc-toggle-ignore-buffer-activity): Rename from
7254 rcirc-toggle-ignore-channel-activity.
7255 (rcirc-record-activity): Add buffers to the front of the list.
7256 (rcirc-update-activity): Remove killed buffers from list.
7257 (rcirc-process-server-response-1): Remove last argument if it is
7258 null before calling handler.
7259 (rcirc): Add "rcirc" defcustom prefix.
7260 (rcirc-prompt): Simplify default prompt.
7261 Use custom-initialize-default.
7262 (rcirc-private-chats): Remove variable.
7263 (rcirc-prompt): Change initialization.
7264 (rcirc-version): Remove function.
7265 (rcirc-id-string): Add constant.
7266 (rcirc-last-buffer): Remove variable.
7267 (rcirc-buffer-alist): Add variable.
7268 (rcirc-connect): Update variable setup.
7269 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7270 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7271 default.
7272 (rcirc-handler-generic): Trigger activity.
7273 (rcirc-send-message): Create the buffor of the target.
7274 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7275 (rcirc-get-buffer): Just return nil if there is no matching buffer.
7276 (rcirc-multiline-edit-cancel): Remove function.
7277 (rcirc-set-last-buffer): Remove function.
7278 (rcirc-get-any-buffer): Add function.
7279 (rcirc-join-channels): Don't print /join text.
7280 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7281 messages.
7282 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7283 (rcirc-handler-NOTICE): Recognize CTCP responses.
7284 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7285 constructing TOPIC string for buffers we are not JOINed.
7286 (rcirc-handler-CTCP-response): Add handler.
7287 (rcirc-multiline-edit-submit): Restore the window-configuration
7288 before adjusting point.
7289 (rcirc): Add customization group.
7290 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7291 (rcirc-user-full-name, rcirc-startup-channels-alist)
7292 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7293 (rcirc-ignore-all-activity-flag, rcirc-time-format)
7294 (rcirc-input-ring-size, rcirc-read-only-flag)
7295 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7296 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7297 Change defvar to defcustom.
7298 (rcirc-update-prompt): Add optional ALL arg, which will update
7299 prompts in all rcirc buffers. Regexp quote replacement text.
7300 (rcirc-fill-column): Accept frame-width as a value.
7301 (rcirc-set-changed): Add function.
7302 (rcirc-next-active-buffer): Write more meaningful messages.
7303 (rcirc-faces): Add customization group.
7304 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7305 (rcirc-nick-in-message-face, rcirc-prompt-face)
7306 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7307 (with-rcirc-process-buffer): Move before first usage.
7308 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7309 (rcirc-debug-flag): Rename from `rcirc-log-p'.
7310 (rcirc-debug): Rename from `rcirc-log'.
7311 (rcirc-format-response-string): Do not print `-' chars for a
7312 NOTICE with no sender. Simplify output of server responses.
7313
7314 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7315
7316 (rcirc-browse-url-map, rcirc-browse-url-at-point)
7317 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7318 Make urls mouse and RET clickable.
7319
7320 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7321
7322 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7323
7324 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7325
7326 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7327 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7328 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7329 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7330 argument to all these routines, so the passphrase can be managed
7331 externally and passed in to the system.
7332 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7333 pgg-add-passphrase-to-cache function.
7334
7335 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7336 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7337 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7338 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7339 argument to all these routines, so the passphrase can be managed
7340 externally and passed in to the system.
7341 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7342 function.
7343
7344 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
7345
7346 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7347 from goto-address-url-regexp.
7348
7349 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
7350
7351 * textmodes/org.el (org-read-date, org-goto-calendar)
7352 (org-recenter-calendar, org-agenda-goto-calendar):
7353 Temporarily clear `calendar-move-hook'.
7354
7355 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
7356
7357 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7358 merging.
7359
7360 * ediff-util.el (ediff-previous-difference): Don't skip regions that
7361 have merge clashes.
7362
7363 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7364
7365 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7366 Undo previous change.
7367
7368 * startup.el (command-line): Use `custom-reevaluate-setting' for
7369 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
7370 tty-register-default-colors on Mac.
7371
7372 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7373
7374 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7375 (gdb-buffer-type): Make it automatically buffer local...
7376 (gdb-get-create-buffer): ...and set it accordingly.
7377 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7378 actually work.
7379
7380 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
7381
7382 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7383 not red.
7384
7385 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7386
7387 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7388 case GUD buffer is not visible.
7389 (gdb-goto-breakpoint): Try to force display in source buffer.
7390 (gdb-frame-gdb-buffer): Copy other similar functions.
7391 (gdb-restore-windows): Don't display source if not asked for.
7392 (gdb-assembler-buffer-name): Don't capitalise.
7393
7394 2005-11-03 Richard M. Stallman <rms@gnu.org>
7395
7396 * wid-edit.el (key-sequence): New widget type.
7397
7398 * simple.el (set-mark-command-repeat-pop): New variable.
7399 (set-mark-command): Only interpret plan C-@ after a pop as a pop
7400 if set-mark-command-repeat-pop is true.
7401
7402 * info.el (Info-fontify-node): Don't display extra "see" if there
7403 already is one here.
7404
7405 * mouse.el: Fix special handling of DEL after dragging a region:
7406 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7407 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
7408
7409 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7410
7411 * textmodes/ispell.el (ispell-command-loop): Change `i' description
7412 not to assume it pertains to an affix.
7413
7414 * textmodes/flyspell.el (flyspell-post-command-hook):
7415 Bind deactivate-mark to prevent deactivation.
7416
7417 2005-11-03 Lars Hansen <larsh@soem.dk>
7418
7419 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7420 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7421 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7422
7423 2005-11-03 Romain Francoise <romain@orebokech.com>
7424
7425 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
7426 Update copyright years.
7427
7428 2005-11-03 Sam Steingold <sds@gnu.org>
7429
7430 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7431 Use system-type instead of window-system because window-system is not
7432 correctly defined during loadup.
7433
7434 2005-11-02 Mark A. Hershberger <mah@everybody.org>
7435
7436 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7437 (xml-parse-tag): Join strings separated by a comment properly.
7438
7439 2005-11-02 Andreas Schwab <schwab@suse.de>
7440
7441 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7442
7443 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7446 (byte-optimize-pure-func): Quote the eval'd value.
7447
7448 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7449 Rename from perl-font-lock-syntactic-face-function.
7450 Change the calling convention so it can be used as a font-lock MATCHER.
7451 Do the parse-partial-sexp loop outselves.
7452 (perl-font-lock-syntactic-keywords): Use it.
7453 (perl-mode): Don't set font-lock-syntactic-face-function any more.
7454
7455 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
7456
7457 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7458 disassembly buffer too.
7459 (gdb-exited): Remove overlay arrows when execution has finished.
7460 (gdb-info-frames-custom, gdb-info-threads-custom)
7461 (gdb-info-registers-custom): Don't add inappropriate text
7462 properties if inferior is not active.
7463
7464 2005-11-02 Glenn Morris <rgm@gnu.org>
7465
7466 * progmodes/fortran.el (fortran-blink-match):
7467 Use `blink-matching-delay'.
7468
7469 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
7470
7471 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7472
7473 2005-11-02 Lars Hansen <larsh@soem.dk>
7474
7475 * net/tramp.el (tramp-action-out-of-band): Handle scp message
7476 "Permission denied".
7477
7478 2005-11-01 Richard M. Stallman <rms@gnu.org>
7479
7480 * textmodes/flyspell.el (flyspell-external-point-words):
7481 Pass nil to flyspell-get-word.
7482
7483 2005-11-02 Kim F. Storm <storm@cua.dk>
7484
7485 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7486 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7487
7488 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7491 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7492 (calendar-mouse-print-dates): Add optional `event' argument.
7493 Update interactive-spec.
7494 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7495 Use `calendar-event-to-date' instead of `event'.
7496
7497 2005-11-02 Masatake YAMATO <jet@gyve.org>
7498
7499 * progmodes/ld-script.el (ld-script-builtins):
7500 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7501 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7502 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7503
7504 2005-11-01 Romain Francoise <romain@orebokech.com>
7505
7506 * vc-sccs.el: Update copyright year.
7507 * ezimage.el: Likewise.
7508
7509 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
7510
7511 * info.el (Info-fontify-node): Use `string-width' for fontifying
7512 underlined titles.
7513
7514 2005-11-01 Juri Linkov <juri@jurta.org>
7515
7516 * info.el (Info-fontify-node): Downcase node header keywords Node,
7517 Prev, Next, Up before comparison.
7518 (Info-history): Insert absolute directory name, and put invisible
7519 property on it.
7520
7521 2005-11-01 Juri Linkov <juri@jurta.org>
7522
7523 * info.el (Info-file-supports-index-cookies): New variable.
7524 (Info-find-node-2): Check makeinfo version for index cookie support.
7525 (Info-index-nodes): Search for nodes with index cookies only when
7526 Info-file-supports-index-cookies is t. Otherwise, search nodes
7527 with "Index" in the node name.
7528 (Info-index-node): Search index cookie in the current node only when
7529 Info-file-supports-index-cookies is t. Otherwise, check the word
7530 "Index" in the node name.
7531 (Info-find-emacs-command-nodes): Remove code that searches nodes
7532 with "Index" node name in the top menu.
7533
7534 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * progmodes/scheme.el (scheme-mode-variables): Use the default
7537 comment-indent-function.
7538
7539 * faces.el (face-attribute): Handle the case where a face inherits from
7540 a non-existent face.
7541
7542 * simple.el (eval-expression-print-format): Use lisp-readable syntax
7543 for octal and hexa output, and merge the char into the paren.
7544 (kill-new): Use push.
7545 (copy-to-buffer): Use with-current-buffer.
7546 (completion-setup-function): Move code in loop to remove redundancy.
7547 (minibuffer-local-must-match-map): Don't add bindings that duplicate
7548 those inherited from minibuffer-local-completion-map.
7549
7550 * savehist.el (savehist-mode) <defcustom>:
7551 Use custom-set-minor-mode if available.
7552 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7553 and emit a message if applicable.
7554
7555 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
7556
7557 * savehist.el: Sync up to version 19.
7558 (savehist-mode): New minor mode.
7559 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7560 (savehist-length): Remove (use history-length instead).
7561 (savehist-file-modes): Rename from savehist-modes.
7562 (savehist-save-hook, savehist-loaded): New vars.
7563 (savehist-load): Use savehist-mode. Try to smooth up transition from
7564 old format to new format.
7565 (savehist-install): Allow savehist-autosave-interval to be nil.
7566 (savehist-save): Run the new hook. Be more careful to only trim the
7567 history variables.
7568 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
7569 (savehist-printable): Print into a buffer rather than char-by-char.
7570
7571 2005-11-01 John Wiegley <johnw@newartisans.com>
7572
7573 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7574 toggle-ignore keybinding (C-a). The author said it had been
7575 disabled much earlier due to a possible incompatibility, but after
7576 many months of usage I have encountered no problems (and it is a
7577 rather useful option, especially for switching to " *temp*").
7578
7579 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7580 support for OS/X's AddressBook, by calling out to the open source
7581 program "contacts" (installable through Fink).
7582
7583 * net/eudc.el (eudc-expand-inline): If the
7584 `eudc-multiple-match-handling-method' is set to `all', delete the
7585 query string before inserting the query result.
7586
7587 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7588 flag, to prevent Eshell from using the system ls when
7589 `eshell-ls-insert-directory' is in used.
7590 (eshell-ls-insert-directory): Disable font-lock in directory
7591 buffer so that Eshell's own fontification is seen. This broke
7592 recently due to changes in font-lock, so this goes back to version
7593 21 behavior.
7594
7595 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7596
7597 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7598 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7599 (gdb-many-windows): Doc fix.
7600
7601 2005-10-31 Romain Francoise <romain@orebokech.com>
7602
7603 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7604
7605 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7606
7607 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7608 that global-font-lock-mode can be enabled by default.
7609
7610 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7611 (font-lock-add-keywords, font-lock-remove-keywords)
7612 (font-lock-fontify-buffer): Remove autoload cookies.
7613
7614 * jit-lock.el (jit-lock-register): Likewise.
7615
7616 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7617
7618 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7619
7620 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7621 intact if there is no gud-comint-buffer.
7622
7623 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7624
7625 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7626 old prompt comint-prompt-read-only is t and GDB commands are
7627 issued from tool bar etc.
7628
7629 2005-10-31 Masatake YAMATO <jet@gyve.org>
7630
7631 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7632
7633 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7634
7635 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7636 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7637
7638 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
7639
7640 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7641 starting at beginning of line. Fontification is messed up when
7642 `open-paren-in-column-0-is-defun-start' set to t.
7643 Reported by John Paul Wallington <jpw@pobox.com>.
7644
7645 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7646
7647 * comint.el (comint-send-input): Call `comint-update-fence' when
7648 `comint-process-echoes' and `comint-prompt-read-only' are both
7649 non-nil, to avoid leftover read-only newline.
7650
7651 2005-10-30 Richard M. Stallman <rms@gnu.org>
7652
7653 * textmodes/flyspell.el (flyspell-external-point-words):
7654 Detect when WORD can't be checked properly because
7655 flyspell-get-word finds just part of it, and move on.
7656
7657 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7658 boundarychar for Polish.
7659 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7660 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7661
7662 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7663
7664 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7665 (gdb-registers-font-lock-keywords): Delete.
7666 (gdb-registers-mode): Don't fontify.
7667 (gdb-info-registers-custom): Use text properties instead as, in
7668 future, changed register values will use font-lock-warning-face.
7669 (gdb-local-font-lock-keywords): Rename to...
7670 (gdb-locals-font-lock-keywords): ...for consistency.
7671
7672 2005-10-30 Andre Spiegel <spiegel@gnu.org>
7673
7674 * vc.el (vc-switch-backend): Better error message if the buffer is
7675 not visiting a file under version control.
7676
7677 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7678
7679 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7680
7681 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7682 ~/.emacs.d/.emacs.
7683
7684 2005-10-29 Richard M. Stallman <rms@gnu.org>
7685
7686 * replace.el (occur-mode-mouse-goto): Always go to other window.
7687 (occur-mode-goto-occurrence): Always switch in same window.
7688
7689 * simple.el (undo): Display message at end, not at start.
7690
7691 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7692 New arg REUSE-CELL.
7693 (cancel-timer-internal): New function.
7694 (timer-event-handler): Use cancel-timer-internal,
7695 and pass the cell it returns to timer-activate...
7696
7697 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7698 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7699 (jit-lock-after-change): Test memory-full.
7700
7701 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7702
7703 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7704 part of the decoded armor to find the key-identifier.
7705 (pgg-gpg-lookup-key-owner): New function to return the
7706 human-readable identifier of a key owner.
7707 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7708 key itself.
7709 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7710 the key value) if we have a key and can match it against a secret
7711 key. Also, added a note pointing out fact that the prompt only
7712 indicates the first matching key.
7713
7714 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7715 pgg-decrypt-region.
7716 (pgg-pending-timers): A new hash for tracking the passphrase cache
7717 timers, so that new ones supercede old ones.
7718 (pgg-add-passphrase-to-cache): Rename from
7719 `pgg-add-passphrase-cache' to reduce confusion (all callers
7720 changed). Modified to cancel old timers when new ones are added.
7721 (pgg-remove-passphrase-from-cache): Rename from
7722 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7723 changed). Modified to cancel old timers when their keys are
7724 removed from the cache.
7725 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7726 XEmacs, an indirection to delete-itimer.
7727 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7728 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7729 users can only check cache without risk of prompting. Correct bug in
7730 notruncate behavior.
7731 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7732 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7733 Add informative docstrings.
7734 (pgg-decrypt): Convey provided passphrase in subordinate call to
7735 pgg-decrypt-region.
7736
7737 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7738 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7739 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7740 `passphrase' argument, so the passphrase can be managed externally
7741 and then passed in to the system.
7742
7743 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7744 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7745 so the passphrase cache can be used reliably with identifiers
7746 besides a pgp packet's key id.
7747
7748 * pgg-gpg.el (pgg-pgp-encrypt-region)
7749 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7750 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7751 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7752 argument to all these routines, so the passphrase can be managed
7753 externally and passed in to the system.
7754
7755 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7756 `notruncate' argument, so the passphrase cache can be used
7757 reliably with identifiers besides a pgp packet's key id.
7758
7759 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7760
7761 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7762 symmetric encryption.
7763 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7764 encrypted session key.
7765 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7766 message ask for the passphrase in a proper way.
7767
7768 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7769 New user commands for symmetric encryption.
7770
7771 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7772
7773 * textmodes/conf-mode.el (conf-assignment-sign)
7774 (conf-assignment-regexp): Fix docstrings.
7775 (conf-mode-initialize): New function.
7776 (conf-mode): Remove optional args. Use delay-mode-hooks to
7777 recognize recursive calls.
7778 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7779 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7780 (conf-xdefaults-mode): Use define-derived-mode and
7781 conf-mode-initialize.
7782
7783 2005-10-29 Romain Francoise <romain@orebokech.com>
7784
7785 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7786
7787 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7788
7789 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7790 part of the decoded armor to find the key-identifier.
7791 (pgg-gpg-lookup-key-owner): New function to return the
7792 human-readable identifier of a key owner.
7793 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7794 key itself.
7795 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7796 the key value) if we have a key and can match it against a secret
7797 key. Also, added a note pointing out fact that the prompt only
7798 indicates the first matching key.
7799
7800 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7801 pgg-decrypt-region.
7802 (pgg-pending-timers): A new hash for tracking the passphrase cache
7803 timers, so that new ones supercede old ones.
7804 (pgg-add-passphrase-to-cache): Rename from
7805 `pgg-add-passphrase-cache' to reduce confusion (all callers
7806 changed). Modified to cancel old timers when new ones are added.
7807 (pgg-remove-passphrase-from-cache): Rename from
7808 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7809 changed). Modified to cancel old timers when their keys are
7810 removed from the cache.
7811 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7812 XEmacs, an indirection to delete-itimer.
7813 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7814 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7815 users can only check cache without risk of prompting. Correct bug in
7816 notruncate behavior.
7817 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7818 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7819 Add informative docstrings.
7820 (pgg-decrypt): Convey provided passphrase in subordinate call to
7821 pgg-decrypt-region.
7822
7823 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
7824
7825 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7826 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7827 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7828 `passphrase' argument, so the passphrase can be managed externally
7829 and then passed in to the system.
7830
7831 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7832 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7833 so the passphrase cache can be used reliably with identifiers
7834 besides a pgp packet's key id.
7835
7836 * pgg-gpg.el (pgg-pgp-encrypt-region)
7837 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7838 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7839 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7840 argument to all these routines, so the passphrase can be managed
7841 externally and passed in to the system.
7842
7843 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7844 `notruncate' argument, so the passphrase cache can be used
7845 reliably with identifiers besides a pgp packet's key id.
7846
7847 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7848
7849 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7850 symmetric encryption.
7851 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7852 encrypted session key.
7853 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7854 message ask for the passphrase in a proper way.
7855
7856 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7857 New user commands for symmetric encryption.
7858
7859 2005-10-28 Bill Wohler <wohler@newt.com>
7860
7861 * help-mode.el (help-url): New button type. Calls browse-url.
7862 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7863 Similar to Info nodes: URL `url'.
7864 (help-make-xrefs): Create help-url buttons for
7865 help-xref-url-regexp matches.
7866
7867 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
7868
7869 * tool-bar.el (tool-bar-add-item-from-menu)
7870 (tool-bar-local-item-from-menu): Fix doc strings.
7871
7872 2005-10-28 Romain Francoise <romain@orebokech.com>
7873
7874 * ldefs-boot.el: Update.
7875
7876 * subr.el (locate-library): Move from help-fns.el.
7877 * help-fns.el (locate-library): Move to subr.el.
7878
7879 2005-10-28 Richard M. Stallman <rms@gnu.org>
7880
7881 * net/tramp.el (tramp-completion-mode): defvar moved up.
7882
7883 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7884
7885 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7886
7887 * files.el (find-file-noselect): Use %d to format large file size.
7888
7889 * bindings.el (mode-line-format): Add %e.
7890
7891 * loadup.el ("facemenu"): Load unconditionally.
7892 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7893 ("x-dnd"): Load, when appropriate.
7894
7895 * startup.el (command-line): Call before-init-hook earlier.
7896 Warn about some bad characters in -u user name.
7897
7898 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7899 (flyspell-external-point-words): Error if misspelled word is not found.
7900 Set flyspell-large-region-beg at end of word.
7901
7902 2005-10-28 Andreas Schwab <schwab@suse.de>
7903
7904 * view.el (View-revert-buffer-scroll-page-forward):
7905 Use view-page-size-default.
7906
7907 2005-10-28 Juri Linkov <juri@jurta.org>
7908
7909 * international/quail.el (quail-get-current-str): Translate last
7910 raw character for deterministic input methods.
7911
7912 2005-10-27 Jay Belanger <belanger@truman.edu>
7913
7914 * calc/calc-ext.el: Add functions to autoloads.
7915 (math-identity-matrix-p, math-ident-row-p): New functions.
7916
7917 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7918 multiplication by an identity matrix; don't turn multiplication by
7919 an inverse matrix into division.
7920 (math-div-symbol-fancy): Replace division by matrices with
7921 multiplication by inverse.
7922
7923 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7924
7925 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7926 (calc-writeoutpower): New functions.
7927
7928 2005-10-27 Romain Francoise <romain@orebokech.com>
7929
7930 * replace.el (occur-engine): Include colon in mouse-face highlight.
7931
7932 * dired-x.el: Change Maintainer field.
7933
7934 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
7935
7936 * longlines.el (longlines-mode): Bind after-change-functions to
7937 nil during initial decoding and final encoding.
7938
7939 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7940
7941 * term.el (term-emulate-terminal, term-handle-colors-array)
7942 (term-handle-ansi-escape): Specify the terminfo capabilities
7943 implemented.
7944
7945 2005-10-26 Richard M. Stallman <rms@gnu.org>
7946
7947 * info.el (Info-fontify-node): Fix detection of sentence-break
7948 before *Note.
7949
7950 2005-10-26 Romain Francoise <romain@orebokech.com>
7951
7952 * smerge-mode.el: Add `tools' to file keywords.
7953
7954 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
7955
7956 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7957 when the fringe is not available.
7958
7959 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7960 (def-gdb-auto-update-trigger): Simplify construction.
7961 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7962 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7963 defined explicitly.
7964 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7965 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7966 defined explicitly.
7967 (gdb-info-locals-custom): Remove as it's a no-op.
7968
7969 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
7970
7971 * longlines.el (longlines-mode): Remove narrowing before
7972 performing the initial decoding or final encoding.
7973
7974 2005-10-25 Romain Francoise <romain@orebokech.com>
7975
7976 * emacs-lisp/find-func.el (find-library-name): Also strip
7977 extension if library name ends in .el, to take advantage of
7978 `find-library-suffixes'.
7979
7980 2005-10-25 Richard M. Stallman <rms@gnu.org>
7981
7982 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7983
7984 2005-10-25 Juri Linkov <juri@jurta.org>
7985
7986 * textmodes/texinfo.el (texinfo-mode): Change charset of one
7987 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7988
7989 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7990
7991 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7992 (blackbox-redefine-key): Add argument `map'.
7993
7994 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7995 regions when moving the jit-lock-context-unfontify-pos boundary.
7996
7997 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7998
7999 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8000
8001 2005-10-25 Masatake YAMATO <jet@gyve.org>
8002
8003 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8004
8005 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8006
8007 * play/blackbox.el (blackbox-redefine-key): New function.
8008 (blackbox-mode-map): Use it to remap existing bindings for cursor
8009 motion instead of binding literal keys.
8010
8011 2005-10-25 Glenn Morris <rgm@gnu.org>
8012
8013 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8014 diary does not end in a newline. Do not assume a blank line at
8015 the start of the diary file.
8016
8017 2005-10-25 Kenichi Handa <handa@m17n.org>
8018
8019 * international/quail.el (quail-translate-key): If the input
8020 method is deterministic and failed to handle the last key, restart
8021 the key handling loop from an appropriate key.
8022
8023 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8024
8025 * vc.el (vc-dired-mode): Extend comment for binding of
8026 `directory-listing-before-filename-regexp'.
8027
8028 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * textmodes/texinfo.el (texinfo-mode):
8031 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8032 not to unnecessarily expose emacs-mule's internal char codes.
8033
8034 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8035
8036 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8037 Display hand pointer and help-echo on disabled icon too.
8038 (gdb-mouse-until): New function.
8039 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8040
8041 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8042
8043 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8044 with 2005-10-23 change to doctor.el.
8045
8046 * finder.el (finder-mode-map): Add follow-link binding.
8047
8048 2005-10-25 Kim F. Storm <storm@cua.dk>
8049
8050 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8051 to gdb-mouse-toggle-breakpoint-fringe.
8052 (gdb-mouse-toggle-breakpoint-margin): Rename from
8053 gdb-mouse-toggle-breakpoint. Fix doc.
8054 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8055 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8056 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8057 string properties also for fringe breakpoint bitmaps.
8058
8059 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8060
8061 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8062
8063 2005-10-25 Masatake YAMATO <jet@gyve.org>
8064
8065 * simple.el (completion-common-substring):
8066 Use `completion-common-substring' prior to `completion-base-size'.
8067
8068 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8069
8070 * savehist.el: Require CL while compiling.
8071 (savehist-history-variables): Remove.
8072 (savehist-save-minibuffer-history, savehist-additional-variables)
8073 (savehist-minibuffer-history-variables): New vars.
8074 (savehist-save): Use them.
8075 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8076 (savehist-install): New fun, extracted from savehist-load.
8077 (savehist-load): Use them.
8078
8079 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8082 a dummy doc-string-elt property.
8083 (defalias, defvaralias, define-category): Add a docstring property.
8084
8085 * image.el (defimage):
8086 * widget.el (define-widget):
8087 * custom.el (defface, defcustom): Add `doc-string' declaration.
8088
8089 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8090 (defadvice): Add `doc-string' declaration.
8091
8092 * emacs-lisp/byte-run.el (macro-declaration-function):
8093 Handle `doc-string' declarations.
8094 (define-obsolete-function-alias, define-obsolete-variable-alias):
8095 Add `doc-string' declaration.
8096
8097 2005-10-24 Kenichi Handa <handa@m17n.org>
8098
8099 * international/utf-7.el (utf-7): Add autoload cookie.
8100
8101 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8102
8103 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8104
8105 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8106 list of directories passed to batch-update-autoloads. Add "." to
8107 the list of the echoed directories.
8108
8109 * pgg-def.el:
8110 * pgg-gpg.el:
8111 * pgg-parse.el:
8112 * pgg-pgp.el:
8113 * pgg-pgp5.el:
8114 * pgg.el: Moved here from the gnus subdirectory.
8115
8116 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8117
8118 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8119 in case comint-prompt-read-only is set to t.
8120
8121 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8122 in case comint-prompt-read-only is set to t.
8123
8124 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8125
8126 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8127 Now a string.
8128 (icalendar-import-format): Handle CLASS, STATUS, URL.
8129 Rename `subject' to `summary'.
8130 (icalendar-import-format-summary): Rename from
8131 `icalendar-import-format-subject'.
8132 (icalendar-import-format-url, icalendar-import-format-status)
8133 (icalendar-import-format-class): New variables.
8134 (icalendar--rris): Take variable argument list.
8135 (icalendar--datestring-to-isodate): Remove unnecessary
8136 calendar-style check when converting dates with explicit month names.
8137 (icalendar-export-region): Change return type of conversion
8138 subroutines. Bury current buffer unless error occurred.
8139 (icalendar--convert-to-ical)
8140 (icalendar--parse-summary-and-rest): New functions.
8141 (icalendar--convert-ordinary-to-ical)
8142 (icalendar--convert-weekly-to-ical)
8143 (icalendar--convert-yearly-to-ical)
8144 (icalendar--convert-block-to-ical)
8145 (icalendar--convert-cyclic-to-ical)
8146 (icalendar--convert-anniversary-to-ical): Change return type.
8147 Strip trailing blanks from subject.
8148 (icalendar--convert-sexp-to-ical): Change return type.
8149 Strip trailing blanks from subject. Handle simple sexp
8150 entries as generated by icalendar.el.
8151 (icalendar--convert-float-to-ical)
8152 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8153 (icalendar-import-file): Doc fix.
8154 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8155 Correct call to icalendar--rris.
8156 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8157 `summary'.
8158 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8159
8160 2005-10-24 Romain Francoise <romain@orebokech.com>
8161
8162 * server.el (server-sentinel): Set query-on-exit flag to nil on
8163 new client processes (it isn't inherited from the server process).
8164
8165 * replace.el (occur-engine): Rearrange text properties.
8166
8167 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8170 case-fold-search is nil.
8171 (debug-help-follow): Use help-xref-interned directly.
8172
8173 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8174
8175 * thumbs.el (thumbs-image-type): Add .pbm.
8176
8177 2005-10-23 Richard M. Stallman <rms@gnu.org>
8178
8179 * faces.el (inhibit-face-set-after-frame-default): New variable.
8180 (set-face-attribute): Bind it.
8181 (face-set-after-frame-default): Test it.
8182
8183 * help-fns.el (describe-simplify-lib-file-name): New function.
8184 (describe-function-1, describe-variable): Use it.
8185
8186 * faces.el (describe-face): Use describe-simplify-lib-file-name.
8187
8188 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8189 Eliminate nil as possible value.
8190 (tooltip-hide-delay): Reduce internal-border-width.
8191
8192 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8193 (menu-bar-file-menu) <new-file>: Likewise.
8194
8195 * simple.el (line-move-finish): Ignore fields computing LINE-END.
8196
8197 * international/mule.el (load-with-code-conversion):
8198 Pass full file name to `eval-buffer' unless preloading.
8199
8200 * textmodes/flyspell.el (flyspell-large-region):
8201 Call ispell-check-version.
8202
8203 * textmodes/ispell.el (ispell-local-dictionary-overridden):
8204 Fix the make-variable-buffer-local call that was supposed
8205 to be for this variable.
8206 (ispell-aspell-supports-utf8): Doc fix.
8207 (ispell-find-aspell-dictionaries): Preserve elements of
8208 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8209 (ispell-aspell-find-dictionary): Return nil on error.
8210
8211 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8212 (doctor-symptoms): Likewise.
8213
8214 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8215
8216 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8217
8218 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8219 (custom-raised-buttons): Add :set spec.
8220 (custom-button-unraised, custom-button-pressed-unraised):
8221 New faces, so that custom-raised-buttons actually does something.
8222 (custom-mode): Use custom-button and custom-button-pressed.
8223
8224 * wid-edit.el (widget-specify-button): Don't ignore
8225 widget-mouse-face on graphic terminals.
8226 (widget-move-and-invoke): Cleanup.
8227
8228 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8229
8230 * whitespace.el (whitespace-cleanup): Doc fix.
8231
8232 2005-10-23 Romain Francoise <romain@orebokech.com>
8233
8234 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8235 `eval-after-load' to avoid evaluating their result.
8236
8237 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8238
8239 * files.el (directory-listing-before-filename-regexp):
8240 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
8241
8242 * dired.el (dired-move-to-filename-regexp): Remove.
8243 All occurences replaced by `directory-listing-before-filename-regexp'.
8244
8245 * dired-x.el, locate.el, vc.el:
8246 Replace `dired-move-to-filename-regexp' by
8247 `directory-listing-before-filename-regexp'. In vc.el it is
8248 overwritten locally; maybe this can be handled in files.el too.
8249
8250 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
8251 replaced by `directory-listing-before-filename-regexp'.
8252
8253 2005-10-23 Andreas Schwab <schwab@suse.de>
8254
8255 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8256 and eval-next-after-load.
8257
8258 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8259
8260 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8261 exist, create it.
8262
8263 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8264
8265 * allout.el: Remove autoloads for mailcrypt and crypt++.
8266 Require pgg, pgg-gpg during compilation.
8267 (allout-version): Increment version number to 2.1, and use a literal
8268 rather than RCS Id.
8269 (allout-default-encryption-scheme): Remove.
8270 (allout-passphrase-verifier-handling)
8271 (allout-passphrase-verifier-string)
8272 (allout-file-passphrase-verifier-string)
8273 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8274 (allout-passphrase-hint-handling): Rename and simplify.
8275 (allout-init): Use `find-file-hook' if available, otherwise
8276 `find-file-hooks'.
8277 (allout-mode): Use `write-file-functions' if available, otherwise
8278 `local-write-file-hooks' and, instead of making auto-save-hook
8279 buffer local, make the write-file-hook activity contingent to
8280 allout-mode.
8281 (allout-mode): Use key-binding substitution in the docstring.
8282 (allout-kill-line): Spell-out kill ring data structure mutation
8283 instead of using byte-compiler-complaint-provoking `pop'.
8284 (allout-insert-listified): Use `insert' rather than `insert-string'
8285 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8286 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8287 (allout-encrypt-string): Totally revamped vis new underlying
8288 encryption facilities.
8289 (allout-mc-activate-passwd): Remove.
8290 (allout-obtain-passphrase): New, more or less replaces
8291 allout-mc-activate-passwd.
8292 (allout-encrypted-key-info): More or less replaces
8293 allout-encrypted-text-type.
8294 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8295 (my-mark-marker): Use `(featurep 'xemacs)'.
8296
8297 2005-10-23 Lars Hansen <larsh@soem.dk>
8298
8299 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8300 (byte-compile-file-form-defmumble, byte-compile-defun)
8301 (byte-compile-defmacro): Use it.
8302 (byte-compile-form): Don't call byte-compile-set-symbol-position
8303 when a byte-compile handler is called.
8304
8305 2005-10-22 Romain Francoise <romain@orebokech.com>
8306
8307 * savehist.el (savehist-history-variables): Add `grep-find-history'.
8308
8309 * subr.el (eval-after-load): Convert library name to an absolute
8310 file name using locate-library, since load-history no longer has
8311 library names in it.
8312
8313 2005-10-22 Richard M. Stallman <rms@gnu.org>
8314
8315 * files.el (make-temp-file): Move from subr.el.
8316 * subr.el (make-temp-file): Move to files.el.
8317
8318 * window.el (get-buffer-window-list): Move from subr.el.
8319 * subr.el (get-buffer-window-list): Move to window.el.
8320
8321 * image.el (image-load-path): Use eval-at-startup to initialize.
8322
8323 * subr.el (eval-at-startup): New macro.
8324
8325 * subr.el: Much rearrangement of functions and division
8326 into pages. No code changes.
8327
8328 2005-10-22 Kenichi Handa <handa@m17n.org>
8329
8330 * tar-mode.el (tar-extract): Be sure to call
8331 find-operation-coding-system if set-auto-coding doesn't find a
8332 coding system.
8333
8334 2005-10-22 Kim F. Storm <storm@cua.dk>
8335
8336 * image.el (image-type-header-regexps): Rename from image-type-regexps.
8337 Change users.
8338 (image-type-file-name-regexps): New defconst.
8339 (image-type-from-data): Simplify loop.
8340 (image-type-from-buffer): New defun.
8341 (image-type-from-file-header): Use it instead of image-type-from-data.
8342 Use image-search-load-path instead of only looking in data-directory.
8343 (image-type-from-file-name): New defun.
8344 (image-search-load-path): Change `pathname' to `filename'.
8345 Make PATH arg optional, default to image-load-path.
8346
8347 2005-10-21 Richard M. Stallman <rms@gnu.org>
8348
8349 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8350
8351 * textmodes/paragraphs.el (sentence-end-base): New variable.
8352 (sentence-end): Use sentence-end-base.
8353
8354 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 * font-lock.el (font-lock-default-fontify-region): Check the multiline
8357 property independently from the font-lock-multiline variable.
8358
8359 2005-10-21 Richard M. Stallman <rms@gnu.org>
8360
8361 * emacs-lisp/find-func.el (find-library-name): Doc fix.
8362
8363 * startup.el (command-line): Convert library names
8364 in `load-history' to absolute file names.
8365
8366 * subr.el (symbol-file): Doc fix.
8367
8368 * loadhist.el (file-loadhist-lookup): Call locate-library
8369 instead of find-library-name. Don't try converting
8370 abs file names to library names, since load-history no longer
8371 has library names in it.
8372 (file-dependents, file-provides, file-requires): Doc fixes.
8373
8374 2005-10-21 Juri Linkov <juri@jurta.org>
8375
8376 * progmodes/etags.el (tags-table-mode): New function.
8377 (tags-verify-table): Replace initialize-new-tags-table with
8378 tags-table-mode.
8379
8380 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8381 default value.
8382 (desktop-modes-not-to-save): Add tags-table-mode to the
8383 default value.
8384
8385 * info.el (Info-index-next): Add total number of index
8386 alternatives to the message.
8387
8388 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8389 backward only space (instead of space and period) before looking
8390 at sentence end.
8391
8392 * simple.el (set-variable): Use user-variable-p instead of symbolp.
8393 Add the old variable value as 4th default-value arg of read-string.
8394
8395 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8396
8397 * cus-face.el (custom-declare-face): Make face from X resources
8398 also on Mac.
8399
8400 * disp-table.el (standard-display-g1, standard-display-graphic):
8401 Refuse to use string glyphs also on Mac.
8402 (standard-display-european): Don't set terminal coding system also
8403 on Mac.
8404
8405 * frame.el (display-screens): Use x-display-screens also on Mac.
8406
8407 2005-10-21 Romain Francoise <romain@orebokech.com>
8408
8409 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
8410
8411 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8414 and $? into sexps.
8415
8416 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8417 warning face on open-paren-in-column-0.
8418
8419 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8420 boundary case. Fix typo.
8421 Suggested by Martin Rudalics <rudalics@gmx.at>.
8422
8423 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8424
8425 * textmodes/org.el (org-combined-agenda-icalendar-file)
8426 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8427 (org-export-icalendar-this-file)
8428 (org-export-icalendar-all-agenda-files)
8429 (org-export-icalendar-combine-agenda-files): New commands.
8430 (org-export-icalendar, org-print-icalendar-entries)
8431 (org-start-icalendar-file, org-finish-icalendar-file)
8432 (org-ical-ts-to-string): New functions.
8433 (org-read-date, org-goto-calendar)
8434 (org-agenda-goto-calendar): Inhibit displaying diary entries by
8435 call to `calendar'.
8436 (orgtbl-setup): Remove the :keys arguments from the menu description.
8437 (org-after-save-iCalendar-file-hook): New variable.
8438
8439 2005-10-21 Kenichi Handa <handa@m17n.org>
8440
8441 * language/vietnamese.el (tcvn-5712): Make it an alias of
8442 vietnamese-tcvn coding-system.
8443
8444 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
8445
8446 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8447 group id is given.
8448
8449 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8450
8451 * progmodes/sh-script.el (sh-escaped-line-re): New var.
8452 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8453 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8454 whose line is either continued or ends with a comment.
8455
8456 2005-10-20 Romain Francoise <romain@orebokech.com>
8457
8458 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8459
8460 * replace.el (occur-engine): Add follow-link property.
8461
8462 * font-core.el (font-lock-mode): Doc fix.
8463
8464 2005-10-20 Richard M. Stallman <rms@gnu.org>
8465
8466 * net/rcirc.el: New file.
8467
8468 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
8469
8470 * term.el (term-term-name): Initialize to "eterm-color".
8471
8472 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
8473
8474 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8475 for encryption functionality.
8476 Move allout customization subgroup from `editing' to `outlines' group.
8477 Fix commentary keywords to legitimate ones.
8478 Update author info (using my current email address, obscurified).
8479 (allout-encrypt-string, allout-encryption-produce-work-buffer)
8480 (allout-encrypted-topic-p, allout-encrypted-text-type)
8481 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8482 (allout-situate-encryption-key-verifier)
8483 (allout-get-encryption-key-verifier, allout-verify-key)
8484 (allout-next-topic-pending-encryption)
8485 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8486 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8487 (outline-key-verifier-handling, outline-key-hint-handling)
8488 (outline-encrypt-unencrypted-on-saves): New defcustoms.
8489 (allout-file-key-verifier-string, allout-encryption-scheme)
8490 (allout-key-verifier-string, allout-key-hint-string)
8491 (allout-after-save-decrypt): New variables.
8492 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8493 (allout-after-saves-handler): New hook functions.
8494 (allout-post-command-business): Do allout-after-save-decrypt.
8495 (allout-enable-file-variable-adjustment): Custom var to enable
8496 mechanism for adding and adjusting settings of Emacs file variables.
8497 (allout-adjust-file-variable, allout-file-vars-section-data):
8498 New functions, implement the mechanism.
8499 (outlineify-sticky): Use the file vars mechanism.
8500 (allout-inhibit-protection, allout-during-write-cue)
8501 (allout-override-protect, allout-before-change-protect): Remove.
8502 (allout-flag-region, allout-open-topic): Adjust read-only text.
8503 (allout-open-line-not-read-only): Add to facilitate read-only
8504 text based protection.
8505 (allout-kill-line): Revise to adjust read-only text, clue the
8506 user about the inhibition.
8507 (allout-unprotected): Use unwind-protect.
8508 (allout-shift-in, allout-shift-out): Disallow manually shifting a
8509 topic deeper than the offspring depth of the previous topic -
8510 avoiding confusing "containment discontinuities".
8511 (allout-reindent-bodies): Fix retention of body relative hanging
8512 indent during promotion of collapsed bodies.
8513 (allout-open-topic): Make it easy to open new topic with same
8514 bullet as current topic - topic creation functions provided with
8515 any universal argument provokes now prompt for bullet, defaulting
8516 to the bullet of the previous topic.
8517 (allout-plain-bullets-string, allout-distinctive-bullets-string):
8518 Plain bullet alternates `.' period and `,' comma only. All other
8519 bullets are relegated to special status (but customizable).
8520 (allout-end-of-entry): Rename from allout-end-of-current-entry
8521 since it actually operates w.r.t. most immediately containing
8522 entry, visible or not.
8523 (allout-hide-current-entry, allout-show-current-entry): Use the
8524 revised version.
8525 (allout-old-expose-topic): Solidify deprecation.
8526 (allout-end-of-subtree): Add so we can span concealed as well
8527 as visible topics.
8528 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8529 (allout-end-of-current-heading): Tweak to just respect the first line.
8530 (allout-get-body-text): Add.
8531 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8532 when invoked interactively.
8533 (allout-up-current-level): Use `interactive-p'.
8534 (allout-mode, allout-init): Miscellaneous docstring and
8535 operational refinements, as well as hookups of new encryption stuff.
8536 (allout-beginning-of-current-entry): Now works as advertised.
8537 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8538 (allout-isearch-rectification): Refine condition for isearching.
8539 (allout-isearch-abort, allout-enwrap-isearch)
8540 (allout-flag-region, my-region-active-p): Relocate some macros.
8541 (allout-title): Fallback title is (buffer-name), not
8542 non-existing (current-buffer-name).
8543 (subst-char-in-string): Define if absent (for some XEmacs versions).
8544
8545 2005-10-20 Jari Aalto <jari.aalto@cante.net>
8546
8547 * mail/sendmail.el (mail-setup-hook, mail-aliases)
8548 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8549 (mail-citation-prefix-regexp, mail-signature-file)
8550 (mail-default-headers, mail-bury-selects-summary)
8551 (mail-send-nonascii): Add autoload cookies.
8552
8553 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8554
8555 * frame.el (blink-cursor-mode): Add `mac' to the list of
8556 window-system's that support blinking cursor.
8557
8558 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8559
8560 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8561
8562 2005-10-20 Eli Zaretskii <eliz@gnu.org>
8563
8564 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8565 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8566 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8567
8568 2005-10-20 Kim F. Storm <storm@cua.dk>
8569
8570 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8571 (ido-set-current-directory): Don't add / after final @.
8572 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8573 Explicitly handle ange-ftp completion oddities.
8574 (ido-make-file-list): Don't rotate list at tramp root to avoid
8575 triggering tramp file handler for expand-file-name via get-file-buffer.
8576
8577 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8580
8581 2005-10-19 Jay Belanger <belanger@truman.edu>
8582
8583 * calc/calc-units.el (math-standard-units): Add units, adjust
8584 symbols and update values.
8585 (math-unit-prefixes): Add more prefixes.
8586
8587 2005-10-19 Romain Francoise <romain@orebokech.com>
8588
8589 * bookmark.el (bookmark-menu-heading): New face.
8590 (bookmark-bmenu-list): Use it.
8591 Don't fiddle with `baud-rate' at top-level.
8592
8593 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8594
8595 * image.el (create-image, find-image): Mention max-image-size in
8596 docstring.
8597
8598 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8599
8600 * savehist.el (savehist-load): Revert to checking XEmacs.
8601
8602 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8603 Various docstring and line-width fixups.
8604 (conf-mode): Use cond.
8605 Set font-lock-defaults. Don't set comment-use-syntax.
8606
8607 2005-10-18 David Ponce <david@dponce.com>
8608
8609 * tree-widget.el (tree-widget-button-click): New function.
8610 (tree-widget-button-keymap): Use it.
8611
8612 2005-10-18 Romain Francoise <romain@orebokech.com>
8613
8614 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8615 (bookmark-bmenu-hide-filenames): Add follow-link property.
8616 Improve help-echo text.
8617
8618 * ffap.el (find-file-at-point): Doc fix.
8619
8620 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8621
8622 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8623
8624 2005-10-18 Masatake YAMATO <jet@gyve.org>
8625
8626 Install to the CVS repository what I forgot to install in my
8627 2005-10-16 changes.
8628
8629 * progmodes/python.el (python-complete-symbol): Pass the common
8630 prefix substring of completion to `display-completion-list'.
8631
8632 * textmodes/org.el (org-complete): Ditto.
8633
8634 2005-10-18 Masatake YAMATO <jet@gyve.org>
8635
8636 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8637
8638 * woman.el (WoMan-xref-man-page): New button type derived
8639 from `Man-abstract-xref-man-page'.
8640 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8641
8642 * man.el (Man-abstract-xref-man-page): New button type.
8643 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8644 (Man-highlight-references): Add new optional argument `xref-man-type'.
8645
8646 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8647
8648 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8649
8650 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8651
8652 * cus-edit.el (Custom-move-and-invoke): Delete.
8653 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8654
8655 * wid-edit.el (widget-move-and-invoke): New function, from
8656 Custom-move-and-invoke.
8657
8658 2005-10-17 Bill Wohler <wohler@newt.com>
8659
8660 Move all remaining images from lisp/toolbar to etc/images, move
8661 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8662 the low resolution images in their own directory (low-color).
8663
8664 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8665 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8666 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8667 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8668 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8669 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8670 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8671
8672 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8673 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8674 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8675 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8676 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8677 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8678 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8679 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8680 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8681 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8682 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8683 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8684 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8685 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8686 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8687
8688 To conform with convention, replace the underscore (_) in the
8689 following image names with dash (-) or (/) as appropriate.
8690
8691 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8692 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8693 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8694 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8695 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8696 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8697 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8698 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8699 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8700 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8701 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8702 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8703 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8704 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8705 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8706
8707 * info.el (info-tool-bar-map): Replace underscores in image names
8708 with dashes.
8709
8710 * makefile.w32-in (WINS): Remove toolbar.
8711
8712 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8713
8714 * tool-bar.el: Move to lisp from toolbar. Now that
8715 toolbar is empty, it should be deleted when folks run "cvs up -P".
8716
8717 2005-10-18 Jay Belanger <belanger@truman.edu>
8718
8719 * calc/calc-store.el (calc-store-into): Get the proper variable name
8720 to display in message.
8721
8722 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8723
8724 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8725 expressions display in speedbar for all buffers when debugging.
8726 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8727
8728 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8729 (speedbar-insert-button, speedbar-make-button):
8730 Use add-text-properties.
8731 (speedbar-update-localized-contents)
8732 (speedbar-update-directory-contents)
8733 (speedbar-update-special-contents): Use dolist.
8734 (speedbar-buffer-easymenu-definition): Add a menu separator.
8735
8736 2005-10-17 Jason Rumney <jasonr@gnu.org>
8737
8738 * makefile.w32-in: Use $(lisp) consistently.
8739 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8740 for shell specific generation of mh-autoloads.
8741
8742 2005-10-17 Richard M. Stallman <rms@gnu.org>
8743
8744 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8745
8746 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8747
8748 * jit-lock.el (jit-lock-fontify-now):
8749 Move jit-lock-context-unfontify-pos to avoid wasted work.
8750
8751 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
8752
8753 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8754 `tramp-completion-mode' for checking if we are in completion mode.
8755 (tramp-completion-handle-file-name-all-completions): Reorder code
8756 in order to complete for file names only in case there are no
8757 method/user/host completions. This is necessary for cooperation
8758 with ido. Reported by Kim F. Storm <storm@cua.dk>.
8759
8760 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
8761
8762 * longlines.el (longlines-search-forward)
8763 (longlines-search-backward): Match any number of spaces.
8764
8765 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8766
8767 * diff-mode.el (diff-mode): Doc fix.
8768
8769 2005-10-16 David Reitter <david.reitter@gmail.com>
8770
8771 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8772 as default on darwin and windows systems.
8773
8774 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8775
8776 * arc-mode.el (archive-zip-extract): Doc fix.
8777
8778 2005-10-16 Romain Francoise <romain@orebokech.com>
8779
8780 * mouse.el (mouse-1-click-follows-link): Doc fix.
8781
8782 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * savehist.el: Don't require CL at runtime.
8785 (savehist-xemacs): Remove.
8786 (savehist-coding-system): Use utf-8 if present, regardless of religion.
8787 (savehist-no-conversion): Use (featurep 'xemacs).
8788 (savehist-load): Check existence of start-itimer rather than XEmacs.
8789 Use an idle timer.
8790 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8791 `delete-if-not'.
8792
8793 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8794
8795 * savehist.el: Newer version.
8796 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8797 (savehist-last-checksum, savehist-no-conversion): New vars.
8798 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8799 New functions.
8800 (savehist-load, savehist-save): Use them.
8801 (savehist-delimit): Remove.
8802
8803 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * progmodes/compile.el (compilation-goto-locus): Display the
8806 compilation buffer first and the source buffer second, in case they're
8807 in overlapping frames. Don't raise the compilation frame if it was the
8808 selected window upon entry. Pass the `other-window' arg to
8809 pop-to-buffer.
8810
8811 * info.el (Info-fontify-node): Use dolist.
8812 Change add-text-properties to put-text-property.
8813
8814 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8815
8816 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8817 bound of search.
8818
8819 2005-10-16 Masatake YAMATO <jet@gyve.org>
8820
8821 * dabbrev.el (dabbrev-completion): Pass the common
8822 prefix substring of completion to `display-completion-list'.
8823
8824 * filecache.el (file-cache-minibuffer-complete)
8825 (file-cache-complete): Ditto.
8826
8827 * tempo.el (tempo-display-completions): Ditto.
8828
8829 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8830
8831 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8832
8833 * eshell/em-hist.el (eshell-list-history): Ditto.
8834
8835 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8836
8837 * mail/mailalias.el (mail-complete): Ditto.
8838
8839 * progmodes/etags.el (complete-tag): Ditto.
8840
8841 * progmodes/make-mode.el (makefile-complete): Ditto.
8842
8843 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8844
8845 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8846
8847 * progmodes/pascal.el (pascal-complete-word)
8848 (pascal-show-completions): Ditto.
8849
8850 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8851
8852 * simple.el (completion-common-substring): New variable.
8853 (completion-setup-function): Use `completion-common-substring'
8854 to put faces.
8855
8856 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8857
8858 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8859 (x-get-selection, mac-select-convert-to-string): Convert from/to
8860 UTF-16 clipboard data as in native byte order, no BOM.
8861
8862 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
8863
8864 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8865 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8866 (gud-sentinel): Use speedbar-frame to check for speedbar.
8867
8868 2005-10-15 Richard M. Stallman <rms@gnu.org>
8869
8870 * savehist.el: New file.
8871
8872 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8873
8874 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8875 Fix bug in \bf fontification.
8876
8877 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8878
8879 * pcvs.el (cvs-edit-log-files): New var.
8880 (cvs-mode-edit-log): New arg `file'.
8881 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8882 Instead force the use of the original file and nothing else.
8883 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8884 the cvs-minor-wrap-function is set.
8885 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8886
8887 2005-10-14 Bill Wohler <wohler@newt.com>
8888
8889 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8890 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8891 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8892 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8893 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8894 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8895 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8896 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8897 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8898 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8899 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8900 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8901 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8902 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8903 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8904
8905 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8906 appropriately (for example, gud-break to gud/break).
8907
8908 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
8909
8910 * longlines.el (longlinges-search-function)
8911 (longlines-search-forward, longlines-search-backward): New functions.
8912 (longlines-mode): Set isearch-search-fun-function to
8913 longlinges-search-function.
8914
8915 * mouse.el (mouse-drag-region-1): Handle the case where a
8916 double-click event is bound to an arbitrary function.
8917
8918 2005-10-14 David Ponce <david@dponce.com>
8919
8920 * recentf.el (recentf-track-opened-file)
8921 (recentf-track-closed-file, recentf-update-menu)
8922 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8923 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8924 mouse-1-click-follows-link.
8925
8926 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8927
8928 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8929 Gnome file-manager.png. Suggested by
8930 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8931
8932 * toolbar/README: Add diropen.xpm.
8933
8934 2005-10-13 Bill Wohler <wohler@newt.com>
8935
8936 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8937 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
8938
8939 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8942 Don't waste the byte-compiler's time on constant data.
8943
8944 2005-10-13 Kenichi Handa <handa@m17n.org>
8945
8946 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8947 byte with `escape-glyph' face.
8948
8949 * international/fontset.el (ccl-encode-unicode-font):
8950 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8951 Handle the case that ucs-mule-to-mule-unicode translates a character to
8952 ASCII (usually for IPA characters).
8953
8954 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8955
8956 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8957 Don't hide the underline of titles if font-lock-mode is disabled.
8958
8959 2005-10-12 Bill Wohler <wohler@newt.com>
8960
8961 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
8962 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8963 files in MH-E-SRC have been updated.
8964 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8965
8966 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8967
8968 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8969 (mixal-mode-syntax-table): Add \n as end-comment.
8970 (mixal-operation-codes-alist): Immediately initialize to full value.
8971 (mixal-add-operation-code): Remove.
8972 (mixal-describe-operation-code): Make the arg non-optional.
8973 Use the interactive spec instead.
8974 Use mixal-operation-codes-alist rather than mixal-operation-codes.
8975 (mixal-font-lock-keywords): Don't highlight comments here any more.
8976 (mixal-font-lock-syntactic-keywords): New var.
8977 (mixal-mode): Use it. Fix comment-start-skip.
8978
8979 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8980
8981 * startup.el (command-line-x-option-alist): -nb => -nbi
8982
8983 2005-10-12 Kim F. Storm <storm@cua.dk>
8984
8985 * startup.el (fancy-splash-default-action): Discard mouse click in
8986 the splash screen window, as it has no sensible meaning in the
8987 next window to be selected. Fixes error reported by Jan D.
8988
8989 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8990
8991 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8992
8993 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8994
8995 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8996 Try to fix up minor layout issues like indentation, line break, etc...
8997 (mixal-mode-syntax-table): Don't try to specify comment syntax,
8998 because it doesn't work.
8999 (mixal-operation-codes): Add some more codes.
9000 (mixal-font-lock-keywords): Process comments here.
9001 (mixal-mode): mixasm no longer needs -g option.
9002
9003 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9004
9005 * progmodes/sh-script.el (sh-tmp-file):
9006 Use mktemp -t. Finish support for es and rc shells.
9007
9008 2005-10-11 Jay Belanger <belanger@truman.edu>
9009
9010 * calc/calcalg2.el (calc-integral): With an argument, compute the
9011 definite integral.
9012
9013 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9014
9015 * mouse.el (mouse-drag-region-1): Don't try to catch a
9016 double-click when doing follow-link (it's overridden anyway).
9017
9018 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9019
9020 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9021 (autoload-print-form-outbuf): Add docstring.
9022
9023 2005-10-11 Juri Linkov <juri@jurta.org>
9024
9025 * info.el (Info-mode-menu): Delete menu item "Edit".
9026 (Info-mode): Delete description of Info-edit from docstring,
9027 and rearrange descriptions of Info commands in the order
9028 they are documented in the Info manual.
9029
9030 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9031
9032 * calendar/appt.el (appt-check): Use diary-selective-display var.
9033
9034 2005-10-10 Richard M. Stallman <rms@gnu.org>
9035
9036 * net/newsticker.el (newsticker-start, newsticker-show-news):
9037 Add autoload cookies.
9038
9039 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9040
9041 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9042
9043 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9044
9045 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9046
9047 2005-10-10 Jay Belanger <belanger@truman.edu>
9048
9049 * calc/calc-arith.el (math-check-known-scalarp)
9050 (math-check-known-matrixp): Check the values of arguments that are
9051 variables.
9052 (math-check-known-square-matrixp): New function.
9053 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9054 (math-super-types): Add sqmatrix type.
9055
9056 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9057 mode name `square' to `sqmatrix'.
9058
9059 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9060 mode name `square' to `sqmatrix'.
9061
9062 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9063
9064 * progmodes/etags.el (select-tags-table-mode): Don't use
9065 selective-display.
9066 (tags-select-tags-table): Pass `button' to the action function.
9067 (select-tags-table): Place the side-info on button properties rather
9068 than in hidden text. Abbreviate file names.
9069 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9070 (select-tags-table-select): Add `button' argument.
9071 Get side-info from the button property rather than from hidden text.
9072
9073 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9074
9075 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9076 (gud-speedbar-buttons): Preserve point if possible.
9077 (gud-sentinel): Restore previous speedbar display type.
9078
9079 * progmodes/gdb-ui.el (gdba): Improve diagram.
9080 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9081 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9082 Call get-buffer-window once.
9083
9084 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9087 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9088 (pascal-indent-command): Remove unused var `ind'.
9089 (pascal-indent-case): Remove unused var `oldpos'.
9090 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9091 since it's now used as a proper minor mode map.
9092 (pascal-outline): Rename to pascal-outline-mode.
9093 (pascal-outline-mode): Use define-minor-mode.
9094 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9095 selective-display.
9096
9097 2005-10-10 Andreas Schwab <schwab@suse.de>
9098
9099 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9100 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9101
9102 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9103 outside source directory.
9104
9105 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9106
9107 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9108 C-x' as a prefix.
9109 (orgtbl-mode-map): Full keymap instead of sparse, because all
9110 `self-insert-command' keys are redefined in this map.
9111 (org-export-as-html): Specify charset for HTML file, by taking it
9112 from the coding system.
9113
9114 2005-10-10 Kenichi Handa <handa@m17n.org>
9115
9116 * textmodes/flyspell.el (flyspell-check-word-p):
9117 If unread-command-events is non-empty, don't call sit-for.
9118
9119 2005-10-09 Richard M. Stallman <rms@gnu.org>
9120
9121 * font-lock.el (font-lock-syntactic-keywords)
9122 (font-lock-keywords): Doc fixes.
9123
9124 * textmodes/flyspell.el (flyspell-external-point-words):
9125 Simplify logic, and don't try to check for consecutive appearances
9126 of one incorrect word.
9127
9128 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9129
9130 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9131 separator.
9132
9133 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9134 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9135 (gud-expansion-speedbar-buttons): New function.
9136 (gud-speedbar-buttons): Check for gud-comint-buffer.
9137
9138 2005-10-09 Bill Wohler <wohler@newt.com>
9139
9140 * Makefile.in (updates): Add mh-loaddefs dependency.
9141
9142 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9143
9144 * speedbar.el (speedbar-file-key-map): Fix typo.
9145
9146 2005-10-09 Daniel Brockman <daniel@brockman.se>
9147
9148 * cus-start.el (line-spacing): Add custom spec.
9149
9150 2005-10-09 Romain Francoise <romain@orebokech.com>
9151
9152 * textmodes/ispell.el (ispell-check-version): Fix last change.
9153
9154 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9155
9156 * term/x-win.el: Remove -i, --icon-type from comment.
9157
9158 * startup.el (command-line-x-option-alist): Remove options -i,
9159 -itype, --icon-type, added -nb, --no-bitmap-icon
9160
9161 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9162
9163 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9164 instead of :active.
9165
9166 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9167
9168 * textmodes/ispell.el (ispell-check-version):
9169 Ignore hyphen, and all that follows, in aspell's version text.
9170
9171 2005-10-08 Jay Belanger <belanger@truman.edu>
9172
9173 * calc/calc-arith.el (math-known-square-matrixp): New function.
9174 (math-pow-fancy): Check for matrices before distributing exponent
9175 across products.
9176
9177 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9178 fullscreen keypad. Suggested by Luc Teirlinck.
9179 (calc-keypad-show-input): Add space for formatting.
9180
9181 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9182 Add square matrix option.
9183
9184 * calc/calc-poly.el (math-expand-term): Check for matrices instead
9185 of checking calc-matrix-mode when deciding how to expand.
9186
9187 * calc/calc.el (calc-set-mode-line): Add square matrix option.
9188
9189 2005-10-08 Lars Hansen <larsh@soem.dk>
9190
9191 * net/tramp.el (tramp-perl-directory-files-and-attributes):
9192 Add error handling.
9193 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9194
9195 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9196
9197 Sync with Tramp 2.0.51.
9198
9199 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9200 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9201 Insert special handling for `last-coding-system-used', again
9202 it still seems to be necessary (unlike stated before).
9203 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9204 (tramp-password-prompt-regexp): There might be other words before
9205 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9206 (tramp-chunksize): Improve docstring.
9207 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9208 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9209 Christian Joergensen <bugs@razor.dk>.
9210
9211 2005-10-07 Glenn Morris <rgm@gnu.org>
9212
9213 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9214 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9215 precision'.
9216
9217 2005-10-07 Romain Francoise <romain@orebokech.com>
9218
9219 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9220 (ibuffer-do-shell-command-pipe-replace)
9221 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9222 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9223 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9224 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9225 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9226 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9227 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9228 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9229 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9230 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9231 Autoload file sans suffix.
9232
9233 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9234
9235 2005-10-07 David Ponce <david@dponce.com>
9236
9237 * recentf.el (recentf-menu-open-all-flag): New option.
9238 (recentf-digit-shortcut-command-name): New function.
9239 (recentf--shortcuts-keymap): New variable.
9240 (recentf-menu-shortcuts): New variable.
9241 (recentf-make-menu-items): Initialize it. Replace the "More..."
9242 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9243 (recentf-menu-value-shortcut): New function.
9244 (recentf-make-menu-item): Use it. No more in-lined.
9245 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9246 (recentf-open-most-recent-file): Rename from
9247 `recentf-open-file-with-key'. Don't depend on key binding.
9248 (recentf-mode-map): New variable.
9249 (recentf-mode): Use it.
9250
9251 2005-10-06 Bill Wohler <wohler@newt.com>
9252
9253 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
9254
9255 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9256 (MH-E-SRC): New. Used by mh-autoloads.
9257 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9258 files in MH-E-SRC have been updated.
9259 (compile, recompile, bootstrap): Depend on mh-autoloads.
9260
9261 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
9262
9263 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9264 gud-break and gud-remove icons when the fringe is not available.
9265
9266 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9267 Typo.
9268
9269 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9270
9271 * play/zone.el (zone): Wrap body with save-window-excursion.
9272
9273 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9274
9275 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9276 Use the new `list-only' arg to diary-list-entries.
9277
9278 * calendar/diary-lib.el: Use overlays rather than selective-display.
9279 (diary-selective-display): New var.
9280 (diary-header-line-format): Use it.
9281 (diary-list-entries): Add argument `list-only'.
9282 Put the buffer in diary-mode. Don't add \^M at beg and end.
9283 Replace \^M by invisible overlays.
9284 (diary-unhide-everything): Replace \^M by invisible overlays.
9285 (print-diary-entries): Look for overlays rather than \^M.
9286 Add a space to the temp buffer name.
9287 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9288 Put the buffer in diary-mode.
9289 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9290 (diary-anniversary): Make the year arg optional.
9291 (diary-time-regexp): New const.
9292 (diary-font-lock-keywords): Use it to accept a few more time formats.
9293
9294 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9295
9296 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
9297
9298 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9299 Fix bug introduced 2005-07-03: Use (car (last ...))
9300 to faithfully reproduce replaced artist-last.
9301 (artist-set-arrow-points-for-poly): Likewise.
9302 Suggested by Johan Bockg\e,Ae\e(Brd.
9303
9304 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
9305
9306 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9307 * wid-edit.el (widget):
9308 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9309 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9310
9311 2005-10-06 Kenichi Handa <handa@m17n.org>
9312
9313 * international/mule-cmds.el (set-language-environment):
9314 Fix setting up of case-table for unibyte mode.
9315
9316 * simple.el (what-cursor-position): If the character is displayed
9317 by some `display' text property, show that. Don't use
9318 single-key-description for eight-bit characters in multibyte mode.
9319
9320 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
9321
9322 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9323 (gdb-ann3): Set it.
9324 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9325 (gdb-info-frames-custom): Use inverse-video for first five
9326 characters of selected frame only.
9327 (gdb-get-frame-number): Select frame even when point is on frame
9328 number.
9329
9330 2005-10-06 Masatake YAMATO <jet@gyve.org>
9331
9332 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9333 Put `font-lock-function-name-face'.
9334 (gdb-info-frames-custom): Put `font-lock-function-name-face'
9335 and `font-lock-variable-name-face'
9336 (gdb-registers-font-lock-keywords): New font lock keywords definition.
9337 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9338 (gdb-memory-font-lock-keywords): New font lock keywords definition.
9339 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9340 (gdb-local-font-lock-keywords): New font lock keywords definition.
9341 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9342 (gdb-threads-font-lock-keywords): New font lock keywords definition.
9343 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
9344
9345 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
9346
9347 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9348 (ediff-merge-region-is-non-clash-to-skip): Previously called
9349 ediff-merge-region-is-non-clash.
9350
9351 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9352 Use insert-buffer-substring.
9353
9354 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9355 selecting files to patch. Also bug fixes.
9356
9357 * ediff-util.el (ediff-setup): Bug fix.
9358 (ediff-next-difference): Never skip clashes that differ in white
9359 space only.
9360
9361 * ediff-wind.el (ediff-setup-control-frame)
9362 (ediff-destroy-control-frame): Check the menubar feature.
9363
9364 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9365 (viper-refresh-mode-line): Use make-local-variable to localize
9366 some vars instead of make-variable-buffer-local. Suggested by
9367 Stefan Monnier.
9368
9369 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9370 (viper-restore-cursor-type, viper-set-insert-cursor-type):
9371 Use make-local-variable instead of make-variable-buffer-local.
9372 Suggested by Stefan Monnier.
9373
9374 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9375 (viper-comint-mode-hook): Use make-local-variable on
9376 require-final-newline.
9377 (viper-non-hook-settings): Don't use make-variable-buffer-local.
9378
9379 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9380
9381 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9382 also the second char of a comment-start sequence.
9383 (scheme-sexp-comment-syntax-table): New var.
9384 (lambda, define): Set their scheme-doc-string-elt property.
9385 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9386 Use lisp-font-lock-syntactic-face-function now that it properly
9387 handles |...| symbols.
9388 (scheme-mode-variables): Set lisp-doc-string-elt-property,
9389 parse-sexp-lookup-properties and font-lock-extra-managed-props.
9390
9391 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9392 bit from # to |.
9393 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9394
9395 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9396 (lisp-doc-string-elt-property): New var.
9397 (lisp-font-lock-syntactic-face-function): Use it.
9398 Rewrite to recognize docstrings even for forms not at toplevel.
9399
9400 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9401 annotation on the | part of #| rather than on the # part.
9402 (scheme-font-lock-syntactic-face-function): New function, to
9403 distinguish strings from |...| symbols.
9404 (scheme-mode-variables): Use it. Also fix up the font-lock-time
9405 syntax-table so that #|...|# is properly highlighted.
9406
9407 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9408 Don't mark as docstring the 3rd elem of an unknown toplevel form.
9409
9410 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9411
9412 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9413 and C-e.
9414
9415 * emacs-lisp/eldoc.el: Move comments into docstrings.
9416 (eldoc-message-commands): Initialize in its declaration.
9417 Add move-beginning-of-line and move-end-of-line.
9418 (eldoc-add-command, eldoc-add-command-completions)
9419 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9420
9421 * outline.el (outline-mark-subtree): Activate the mark.
9422
9423 * calendar/appt.el (appt-time-regexp): New var.
9424 (appt-add, appt-make-list): Use it.
9425 (appt-convert-time): Clean up.
9426
9427 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9428 Don't set any syntax-table property here.
9429 (tex-font-lock-verb): New function. Do it here.
9430 (tex-font-lock-syntactic-keywords): Use it.
9431
9432 2005-10-04 Richard M. Stallman <rms@gnu.org>
9433
9434 * wid-edit.el (widget-file-complete): Get the widget start point
9435 the right way. Default directory to `/' if file has none.
9436
9437 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9438
9439 * textmodes/flyspell.el (flyspell-mode-on):
9440 Call ispell-maybe-find-aspell-dictionaries.
9441
9442 * textmodes/ispell.el (ispell-word, ispell-region):
9443 Call ispell-maybe-find-aspell-dictionaries.
9444 (ispell-accept-buffer-local-defs):
9445 Don't call ispell-maybe-find-aspell-dictionaries
9446
9447 2005-10-04 Richard M. Stallman <rms@gnu.org>
9448
9449 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9450
9451 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
9452
9453 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9454 instead of `fboundp' in order to allow for anonymous functions.
9455
9456 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
9457
9458 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9459 case the user clicks on the link while another window is selected.
9460 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9461
9462 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9463 functionality.
9464 (dframe-help-echo): Save point in case mouse tracking is off.
9465
9466 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
9467
9468 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9469
9470 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9473 not change the global value of those vars.
9474
9475 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9476 make-local-variable which we do not need any more.
9477
9478 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
9479
9480 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9481 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9482 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9483 (speedbar-path-line): Define obsolete aliases.
9484 (speedbar-line-directory): Doc fix.
9485
9486 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9487 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9488 instead of speedbar-line-path.
9489
9490 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9491
9492 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9493 to nil if dropping on a window. Handle dropping on a minibuffer window
9494 like dropping on a non-window part of Emacs.
9495
9496 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9497
9498 * net/ange-ftp.el: Use with-current-buffer.
9499 (ange-ftp-insert-directory): Do not follow symlinks any more.
9500
9501 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9502 Remove interactive spec.
9503
9504 2005-10-03 Kim F. Storm <storm@cua.dk>
9505
9506 * ido.el (ido-mode): Use custom-initialize-set.
9507
9508 2005-10-02 Richard M. Stallman <rms@gnu.org>
9509
9510 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9511 Use insert-buffer-substring.
9512
9513 * net/tramp.el: Pacify byte compiler warnings in pacification code.
9514 (tramp-handle-file-local-copy): Use insert-buffer-substring.
9515
9516 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9517
9518 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9519 in last change.
9520 (ange-ftp-insert-directory): Fix up the search for the case where
9521 `file' is absolute.
9522
9523 2005-10-02 Romain Francoise <romain@orebokech.com>
9524
9525 * progmodes/compile.el (compile-goto-error): Delete extra paren.
9526
9527 2005-10-02 Andreas Schwab <schwab@suse.de>
9528
9529 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9530 directory component in the session info.
9531
9532 2005-10-01 Richard M. Stallman <rms@gnu.org>
9533
9534 * comint.el (comint-redirect-subvert-readonly): Doc fix.
9535
9536 * simple.el (next-error-internal): New function.
9537
9538 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9539 (compilation-start): Pass new arg to compilation-buffer-name.
9540 (compile-goto-error): Use next-error-internal.
9541
9542 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9543
9544 * speedbar.el: Remove RCS tag.
9545 (speedbar-check-read-only): Handle non-existent files.
9546
9547 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9548
9549 * info.el (Info-speedbar-hierarchy-buttons)
9550 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9551
9552 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9553
9554 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9555 Do not match newline.
9556 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9557 (bibtex-summary): Remove unnecessary save-excursion.
9558 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9559
9560 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9561
9562 * term/mac-win.el: Add charset info for "iso10646-1".
9563 Modify default fontset to use ATSUI-compatible fonts for some charsets
9564 if available.
9565
9566 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9567
9568 * speedbar.el: Re-apply arch tag.
9569 (speedbar-version): Rename to version 1.0. Suggested by Eric
9570 M. Ludlam.
9571 Reapply two changes from Emacs CVS' version of speedbar lost
9572 during the merge:
9573 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9574 (speedbar-frame-parameters): Improve customize type.
9575
9576 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9577
9578 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9579 (ange-ftp-file-directory-p): Fix the symlink case.
9580 (ange-ftp-insert-directory): When listing a single file, get a list of
9581 the parent buffer and extract the relevant line. Inspired from a patch
9582 by Katsumi Yamaoka <yamaoka@jpl.org>.
9583 (ange-ftp-file-name-sans-versions): Simplify.
9584
9585 2005-09-30 Bill Wohler <wohler@newt.com>
9586
9587 Move MH-E image files from toolbar and mail directories into
9588 etc/images.
9589
9590 * mail/reply2.*: Move to etc/images/mail/reply*.
9591
9592 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9593 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9594 etc/images.
9595
9596 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9597 * toolbar/reply*: Move to etc/images/mail.
9598
9599 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9600
9601 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
9602
9603 * speedbar.el: New version 1.0pre3.
9604
9605 Frame management code (including timer, and mouse click specifics)
9606 moved to dframe.el:
9607 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9608 (speedbar-timer): Removed. Use dframe-timer.
9609 (speedbar-close-frame): Removed. Use dframe-close-frame.
9610 (speedbar-activity-change-focus-flag): Removed. Use
9611 dframe-activity-change-focus-flag.
9612 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9613 dframe-update-speed.
9614
9615 (speedbar-current-frame): New macro. Use this instead of the
9616 variable speedbar-frame.
9617
9618 (speedbar-use-images, speedbar-expand-image-button-alist)
9619 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9620
9621 (speedbar-find-image-on-load-path): Removed. Replaced by
9622 defezimage in ezimage.el.
9623 (speedbar-expand-image-button-alist): Removed. Replaced by
9624 ezimage-expand-image-button-alist in ezimage.el.
9625
9626 (speedbar-ignored-directory-regexp)
9627 (speedbar-add-ignored-directory-regexp)
9628 (speedbar-ignored-directory-expressions)
9629 (speedbar-line-directory, speedbar-buffers-line-directory)
9630 (speedbar-directory-line, speedbar-buffers-line-directory):
9631 Renamed, replacing `path' with `directory'.
9632
9633 (speedbar-create-directory, speedbar-expand-line-descendants)
9634 (speedbar-toggle-line-expansion)
9635 (speedbar-contract-line-descendants): New commands.
9636
9637 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9638 (speedbar-use-tool-tips-flag): New options.
9639
9640 (speedbar-check-read-only, speedbar-require-version)
9641 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9642 (speedbar-handle-delete-frame, speedbar-try-completion)
9643 (speedbar-update-localized-contents): New functions.
9644
9645 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9646 (speedbar-object-read-only-indicator): New variables.
9647
9648 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9649 New hooks.
9650
9651 (speedbar-separator-face): New face.
9652
9653 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9654 (speedbar-ignored-modes): Add fundamental-mode.
9655 (speedbar-directory-unshown-regexp): Add . directories.
9656
9657 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9658 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9659 `]' for full expand/close.
9660 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9661
9662 (speedbar-check-vc): Support hidden files.
9663 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9664 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9665 state is nil, it is not checked out.
9666
9667 (speedbar-line-text, speedbar-line-token): Support expand buttons
9668 with no text.
9669 (speedbar-refresh): Universal argument acts as power-click.
9670 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9671 that buffer to get variable values.
9672
9673 And many other bugfixes.
9674
9675 * dframe.el, ezimage.el, sb-image.el: New files.
9676
9677 * sb-*.xpm: Remove files. New image files installed into
9678 etc/images/ezimage.
9679
9680 2005-09-30 Kenichi Handa <handa@m17n.org>
9681
9682 * ps-mule.el (ps-mule-show-warning): If a character is in
9683 ps-print-translation-table, don't treat it as non-printable.
9684
9685 2005-09-30 David Ponce <david@dponce.com>
9686
9687 * tree-widget.el (tree-widget-themes-load-path): New variable.
9688 (tree-widget-themes-directory): Doc fix.
9689 (tree-widget-image-formats) [Emacs]: Doc fix.
9690 (tree-widget--locate-sub-directory): New function.
9691 (tree-widget-themes-directory): Use it.
9692
9693 * recentf.el (recentf-filename-handlers): Rename from
9694 `recentf-filename-handler'. Allow a list of functions.
9695 (recentf-menu-items-for-commands): Fix :help strings.
9696 (recentf-apply-filename-handlers): New function.
9697 (recentf-expand-file-name): Use it.
9698 (recentf-cleanup): Remove duplicates too.
9699
9700 2005-09-29 Juri Linkov <juri@jurta.org>
9701
9702 * faces.el: Rearrange face definitions to be in the same order as
9703 their face descriptions in "(emacs)Standard Faces".
9704
9705 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9706
9707 * tooltip.el (tooltip): Add group `basic-faces'.
9708
9709 * buff-menu.el (Buffer-menu-buffer): Remove group
9710 `font-lock-highlighting-faces'.
9711
9712 * progmodes/compile.el (compilation-error, compilation-warning)
9713 (compilation-info, compilation-line-number, compilation-column-number):
9714 Change group from `font-lock-highlighting-faces' to `compilation'.
9715
9716 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9717 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9718 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9719 (vhdl-font-lock-reserved-words-face)
9720 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9721 `font-lock-highlighting-faces'.
9722
9723 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9724
9725 2005-09-28 Kim F. Storm <storm@cua.dk>
9726
9727 * emulation/cua-base.el: Set CUA move property on additional commands:
9728 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9729 forward-sexp, backward-sexp, forward-list, backward-list.
9730
9731 2005-09-28 Romain Francoise <romain@orebokech.com>
9732
9733 * comint.el (comint-show-output): Really set point at the
9734 beginning of the output when not using `comint-use-prompt-regexp'.
9735
9736 2005-09-27 Jay Belanger <belanger@truman.edu>
9737
9738 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9739 in TeX mode.
9740
9741 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
9742
9743 * textmodes/org.el (org-table-sum): Fix format string.
9744
9745 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9746 Quote face names.
9747
9748 2005-09-26 Romain Francoise <romain@orebokech.com>
9749
9750 * isearch.el (isearch-forward-regexp): Close doc string.
9751
9752 2005-09-25 Richard M. Stallman <rms@gnu.org>
9753
9754 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9755
9756 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9757
9758 * progmodes/compile.el (compilation-error-properties):
9759 When getting the file from the previous error message,
9760 correctly decode the new data format.
9761
9762 * progmodes/cc-cmds.el (c-electric-paren):
9763 Call old-blink-paren only for close-paren.
9764
9765 2005-09-24 Andreas Schwab <schwab@suse.de>
9766
9767 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9768 condition.
9769
9770 2005-09-25 Romain Francoise <romain@orebokech.com>
9771
9772 * dired-aux.el (dired-copy-file-recursive):
9773 * dired.el (dired-delete-file):
9774 * ediff-mult.el (ediff-dir-diff-copy-file):
9775 * ediff-util.el (ediff-test-save-region):
9776 * forms.el (forms-mode):
9777 * ido.el (ido-file-internal, ido-delete-file-at-head):
9778 * log-edit.el (log-edit-done):
9779 * ses.el (ses-yank-resize):
9780 * play/gomoku.el (gomoku-human-plays, gomoku)
9781 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9782 (gomoku-offer-a-draw):
9783 * play/landmark.el (lm-human-resigns, lm):
9784 * net/eudcb-ldap.el (eudc-ldap-check-base):
9785 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9786 * progmodes/ebrowse.el (ebrowse-find-pattern):
9787 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9788 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9789 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9790
9791 * vc.el (vc-delete-file):
9792 * play/gomoku.el (gomoku-terminate-game, gomoku)
9793 (gomoku-prompt-for-move, gomoku-human-takes-back):
9794 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9795 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9796
9797 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9798
9799 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9800 color rxvt terminals by using the code xterm.el used to use before
9801 2005-04-09 in order to match the colors used by rxvt.
9802
9803 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9804
9805 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9806 colors rxvt-unicode terminals by using the same code as xterm.el.
9807
9808 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9811 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9812 new symbol used for the tex-verbatim face.
9813
9814 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9815
9816 * woman.el (woman-file-name):
9817 * wid-edit.el (widget-file-prompt-value)
9818 (widget-coding-system-prompt-value):
9819 * w32-fns.el (set-w32-system-coding-system):
9820 * vc.el (vc-version-diff, vc-annotate):
9821 * textmodes/reftex-auc.el (reftex-arg-cite)
9822 (reftex-arg-index-tag):
9823 * textmodes/refer.el (refer-get-bib-files):
9824 * textmodes/artist.el (artist-figlet-choose-font):
9825 * terminal.el (terminal-emulator):
9826 * replace.el (occur-read-primary-args):
9827 * rect.el (string-rectangle, string-insert-rectangle):
9828 * ps-print.el (ps-print-preprint):
9829 * progmodes/pascal.el (pascal-goto-defun):
9830 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9831 * progmodes/compile.el (compilation-find-file):
9832 * printing.el (pr-interactive-n-up):
9833 * play/animate.el (animate-birthday-present):
9834 * net/rcompile.el (remote-compile):
9835 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9836 * mail/rmailsum.el (rmail-summary-search-backward)
9837 (rmail-summary-search):
9838 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9839 (rmail-output-read-file-name):
9840 * mail/rmail.el (rmail-search, rmail-search-backwards):
9841 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9842 * locate.el (locate):
9843 * international/quail.el (quail-show-keyboard-layout):
9844 * international/mule.el (set-buffer-file-coding-system)
9845 (revert-buffer-with-coding-system, set-file-name-coding-system)
9846 (set-terminal-coding-system, set-keyboard-coding-system)
9847 (set-next-selection-coding-system):
9848 * international/mule-diag.el (describe-coding-system)
9849 (describe-font, describe-fontset):
9850 * international/mule-cmds.el (universal-coding-system-argument)
9851 (search-unencodable-char, describe-input-method)
9852 (set-language-environment, describe-language-environment):
9853 * international/codepage.el (codepage-setup):
9854 * international/code-pages.el (codepage-setup):
9855 * info.el (Info-search, Info-follow-reference)
9856 (Info-search-backward):
9857 * emacs-lisp/advice.el (ad-read-advised-function)
9858 (ad-read-advice-class, ad-clear-cache, ad-activate)
9859 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9860 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9861 (ad-read-regexp):
9862 * ediff-util.el (ediff-toggle-regexp-match):
9863 * ediff-ptch.el (ediff-prompt-for-patch-file):
9864 * dired-aux.el (dired-diff):
9865 * diff.el (diff):
9866 * cus-edit.el (custom-variable-prompt):
9867 * calendar/timeclock.el (timeclock-ask-for-project):
9868 * calc/calcalg3.el (calc-get-fit-variables):
9869 * calc/calc-store.el (calc-edit-variable)
9870 (calc-permanent-variable):
9871 * vc-mcvs.el (vc-mcvs-register):
9872 * shadowfile.el (shadow-define-literal-group):
9873 * woman.el (woman-file-name):
9874 * vc.el (vc-version-diff, vc-merge):
9875 * textmodes/reftex-index.el (reftex-index-complete-tag):
9876 * format.el (format-decode-buffer, format-decode-region):
9877 * emulation/viper-cmd.el (viper-read-string-with-history):
9878 * emacs-lisp/debug.el (cancel-debug-on-entry):
9879 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9880 * ediff.el (ediff-merge-revisions)
9881 (ediff-merge-revisions-with-ancestor, ediff-revision):
9882 * completion.el (interactive-completion-string-reader):
9883 * calc/calc-prog.el (calc-user-define-formula):
9884 Follow convention for reading with the minibuffer.
9885
9886 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
9887
9888 * progmodes/python.el (python-describe-symbol): Add globals() and
9889 locals() to the arguments of emacs.ehelp.
9890
9891 2005-09-24 Magnus Henoch <mange@freemail.hu>
9892
9893 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9894 New function, code extracted from ispell-valid-dictionary-list.
9895 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9896 Call it.
9897
9898 2005-09-24 Eli Zaretskii <eliz@gnu.org>
9899
9900 * subr.el (version-regexp-alist): Extend valid syntax for version
9901 strings: allow any of the characters -,_,+ to separate the
9902 alpha/beta/rc part from the version part. Doc fix.
9903 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
9904
9905 2005-09-23 David Reitter <david.reitter@gmail.com>
9906
9907 * mail/mailclient.el: New file.
9908
9909 2005-09-23 Richard M. Stallman <rms@gnu.org>
9910
9911 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9912 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9913 Doc fixes.
9914
9915 * progmodes/cc-mode.el (c-font-lock-init):
9916 Specify font-lock-lines-before.
9917
9918 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9919
9920 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9921 whole conflict.
9922
9923 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9924
9925 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9926 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
9927 of `remap' feature when available. Additional key bindings for
9928 better tty support.
9929 (org-mode-restart, org-force-self-insert): New commands.
9930 (org-time-stamp-inactive): New command.
9931 (org-remap): New function.
9932 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9933 (org-enable-fixed-width-editor): Move to `org-structure'
9934 customization group.
9935 (org-self-insert-command, orgtbl-self-insert-command): Modify to
9936 blank field after field motion commands.
9937
9938 2005-09-23 Kenichi Handa <handa@m17n.org>
9939
9940 * international/mule-cmds.el (set-language-environment):
9941 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9942 have to call utf-translate-cjk-load-tables.
9943
9944 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9945
9946 * mouse.el (mouse-move-drag-overlay): Fix last change.
9947
9948 2005-09-22 David Ponce <david@dponce.com>
9949
9950 * tree-widget.el (tree-widget-value-create): Fix previous change.
9951
9952 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9953
9954 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9955
9956 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9957
9958 * mouse.el (mouse-move-drag-overlay): New function.
9959 (mouse-drag-region-1): Use it.
9960 Try to simplify a bit the state handling. Handle clicks on links
9961 inside intangible areas.
9962 (mouse-save-then-kill): Minor simplification.
9963 (mouse-secondary-overlay): Make it always non-nil instead of
9964 recreating it each time.
9965 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9966 (mouse-kill-secondary, mouse-secondary-save-then-kill):
9967 Simplify accordingly.
9968
9969 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9970
9971 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9972
9973 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
9974
9975 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9976 (ediff-file-name-sans-prefix): Treat nil as an empty string.
9977 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9978 to patch.
9979
9980 * ediff-util.el: Use insert-buffer-substring.
9981
9982 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9983
9984 * emulation/viper-cmd.el (viper-change-state): Don't move over the
9985 field boundaries in the minibuffer.
9986 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9987 (viper-minibuffer-post-command-hook): New hook.
9988 (viper-line): Don't move cursor at bolp.
9989
9990 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9991
9992 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9993 avoid compiler warnings.
9994
9995 * emulation/viper-macs.el (ex-map): Better messages.
9996
9997 * emulation/viper-utils.el (viper-beginning-of-field): New function.
9998
9999 * emulation/viper.el: Replace make-variable-buffer-local with
10000 viper-make-variable-buffer-local everywhere, to avoid warnings.
10001
10002 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10003
10004 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10005 Delete unused var `old-selected-window'.
10006 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10007 (mouse-drag-secondary): Delete unused var `start-frame'.
10008
10009 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10010
10011 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10012
10013 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10016 Re-indent within 80 columns. Use inhibit-read-only.
10017
10018 2005-09-19 Romain Francoise <romain@orebokech.com>
10019
10020 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10021
10022 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10023
10024 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10025 unconditionally, since the after-change-function already did it.
10026
10027 2005-09-19 Miles Bader <miles@gnu.org>
10028
10029 * net/newsticker.el: Get rid of CVS keyword.
10030
10031 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10032
10033 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10034 The prompt is formatted later.
10035
10036 2005-09-19 David Ponce <david@dponce.com>
10037
10038 * tree-widget.el (tree-widget-value-create): Save the converted
10039 tree :node widget.
10040
10041 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10042
10043 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10044 variable `message'.
10045
10046 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10047
10048 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10049 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10050 <slawomir.nowaczyk.847@student.lu.se>.
10051
10052 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10053
10054 * image.el (image-load-path): Use symbol `data-directory' instead
10055 of its value, for backward compatibility with packages that bind
10056 it during `find-image'. Suggested by Katsumi Yamaoka.
10057 (image-search-load-path): Handle symbols whose values are strings.
10058
10059 2005-09-18 Romain Francoise <romain@orebokech.com>
10060
10061 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10062 with-current-buffer form in save-excursion.
10063
10064 2005-09-18 D Goel <deego@gnufans.org>
10065
10066 * apropos.el (apropos-command): Fix `message' call: first arg
10067 should be a format spec. In this and all other cases that appear
10068 below and elsewhere in the source code, I made a change only when
10069 two conditions were satisfied: [1] I can think of a possibility
10070 that the arguments would cause an error, for example, the code in
10071 question relies on external variables such as filenames. [2] I
10072 was sure that the arg to `message' could not have been nil in the code.
10073
10074 * textmodes/tildify.el (tildify-region): Ditto.
10075
10076 * textmodes/reftex-index.el (reftex-index-change-entry)
10077 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10078 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10079 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10080 (org-priority, org-table-sum):
10081 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10082 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10083 (flyspell-word, flyspell-display-next-corrections):
10084 * textmodes/bibtex.el (bibtex-print-help-message):
10085 * textmodes/artist.el (artist-key-set-point-poly):
10086 * term/mac-win.el (mac-services-insert-text):
10087 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10088 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10089 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10090 (vhdl-compose-configuration):
10091 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10092 (sh-set-indent, sh-learn-line-indent):
10093 * progmodes/ps-mode.el (ps-mode-target-column):
10094 * progmodes/idlwave.el (idlwave-make-tags)
10095 (idlwave-scan-library-catalogs):
10096 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10097 * progmodes/gud.el (gud-jdb-analyze-source):
10098 * progmodes/flymake.el (flymake-log):
10099 * progmodes/ebnf2ps.el (ebnf-generate-region):
10100 * progmodes/cmacexp.el (c-macro-expansion):
10101 * progmodes/ada-xref.el (ada-treat-cmd-string):
10102 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10103 (ada-justified-indent-current, ada-batch-reformat):
10104 * play/zone.el (zone):
10105 * play/landmark.el (lm-move):
10106 * play/decipher.el (decipher-show-alphabet):
10107 * net/newsticker.el (newsticker--display-jump)
10108 (newsticker--display-scroll):
10109 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10110 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10111 * mail/feedmail.el (feedmail-dump-message-to-queue):
10112 * eshell/esh-proc.el (eshell-remove-process-entry):
10113 * emulation/ws-mode.el (ws-last-error):
10114 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10115 (viper-record-kbd-macro):
10116 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10117 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10118 * emacs-lisp/find-func.el (find-function-noselect):
10119 * calendar/timeclock.el (timeclock-status-string)
10120 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10121 (timeclock-when-to-leave-string):
10122 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10123 * calc/calc-units.el (calc-enter-units-table):
10124 * calc/calc-mode.el (calc-mode-record-mode):
10125 * woman.el (woman-mini-help):
10126 * wdired.el (wdired-change-to-wdired-mode):
10127 * vc.el (vc-retrieve-snapshot):
10128 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10129 * startup.el (display-startup-echo-area-message):
10130 * simple.el (set-goal-column):
10131 * ses.el (ses-command-hook, ses-recalculate-cell):
10132 * server.el (server-process-filter):
10133 * printing.el (pr-interface-txt-print, pr-interface-printify)
10134 (pr-interface-ps):
10135 * pcvs.el (cvs-help):
10136 * log-edit.el (log-edit, log-edit-mode-help):
10137 * iswitchb.el (iswitchb-possible-new-buffer):
10138 * isearch.el (isearch-edit-string):
10139 * image-mode.el (image-mode, image-minor-mode):
10140 * ibuf-macs.el (define-ibuffer-filter):
10141 * hi-lock.el (hi-lock-find-patterns):
10142 * files.el (toggle-read-only):
10143 * ediff-util.el (ediff-copy-diff)
10144 (ediff-write-merge-buffer-and-maybe-kill):
10145 * echistory.el (Electric-history-undefined):
10146 * dnd.el (dnd-insert-text):
10147 * dired-aux.el (dired-query):
10148 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10149 * bookmark.el (bookmark-bmenu-locate):
10150 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10151 Fix `message' calls to ensure first arg is a format string.
10152 The change was made only when these two conditions were satisfied:
10153 [1] when there is a possibility that the arguments would cause an error
10154 for example, if the code in question relies on external variables
10155 such as filenames, and
10156 [2] if the arg to `message' could not have been nil in the code.
10157
10158 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10159 Not having a %s would be weird, though not technically wrong.
10160
10161 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10162
10163 * term/mac-win.el (mac-add-charset-info): Doc fix.
10164
10165 2005-09-17 Romain Francoise <romain@orebokech.com>
10166
10167 * shell.el (shell-resync-dirs): Handle echoing processes more
10168 reliably. Don't insert resync command if `comint-process-echoes'
10169 is non-nil.
10170
10171 2005-09-17 Magnus Henoch <mange@freemail.hu>
10172
10173 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10174 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10175 aspell versions >= 0.60.
10176 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10177 only if ispell-aspell-supports-utf8 is non-nil.
10178
10179 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10180
10181 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10182 buffer-local value to lisp-indent-function.
10183
10184 2005-09-17 Milan Zamazal <pdm@zamazal.org>
10185
10186 * progmodes/glasses.el (glasses-make-readable): If
10187 glasses-separator differs from underscore, put appropriate
10188 overlays over underscore characters.
10189 (glasses-convert-to-unreadable): If glasses-separator differs from
10190 underscore, try to convert glasses-separator characters to
10191 underscores.
10192
10193 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10194
10195 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10196 Use with-syntax-table and dolist.
10197
10198 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
10199
10200 * textmodes/reftex-auc.el:
10201 * textmodes/reftex-cite.el:
10202 * textmodes/reftex-dcr.el:
10203 * textmodes/reftex-global.el:
10204 * textmodes/reftex-parse.el:
10205 * textmodes/reftex-ref.el:
10206 * textmodes/reftex-sel.el:
10207 * textmodes/reftex-toc.el:
10208 * textmodes/reftex-vars.el:
10209 * textmodes/reftex.el: Small changes to remove compiler warnings.
10210
10211 * textmodes/reftex-index.el: Likewise.
10212 (reftex-query-index-phrase): More efficient use of markers.
10213
10214 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * image.el (image-load-path): New variable.
10217 (image-search-load-path): New function.
10218 (find-image): Search for images in `image-load-path'.
10219
10220 2005-09-15 Richard M. Stallman <rms@gnu.org>
10221
10222 * follow.el: Change Maintainer field.
10223
10224 2005-09-15 David Ponce <david@dponce.com>
10225
10226 * recentf.el (recentf-save-file-modes): New option.
10227 (recentf-save-list): Use it.
10228
10229 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
10230
10231 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10232 (mode-line-mule-info, mode-line-modified): Move bindings from
10233 mouse-3 to mouse-1.
10234
10235 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10236
10237 * simple.el (sendmail-user-agent-compose): Revert last change.
10238
10239 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10240
10241 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10242 Use with-current-buffer.
10243 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10244 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10245 (ange-ftp-insert-directory): Remove unused var `short'.
10246 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10247
10248 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10249 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10250
10251 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10252 (check-calendar-holidays, diary-list-entries): Autoload.
10253 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10254 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10255
10256 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10257 which mistakenly removed a call to display-buffer.
10258
10259 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
10260
10261 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10262
10263 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10264
10265 * progmodes/hideshow.el
10266 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10267 (hs-allow-nesting): New user var.
10268 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10269 (hs-hide-block-at-point): When nesting allowed,
10270 if there is already an overlay in place, delete it.
10271 (hs-safety-is-job-n): Delete func; remove call sites.
10272 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10273 (hs-overlay-at): New func.
10274 (hs-already-hidden-p, hs-show-block): Use it.
10275 (hs-hide-all): Don't pre-clean if nesting allowed.
10276 (hs-show-all): Temporarily disallow
10277 nesting around call to `hs-discard-overlays'.
10278
10279 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
10280
10281 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10282 Delete unused local var.
10283
10284 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
10285
10286 * help-fns.el (describe-categories): "?\ " -> "?\s".
10287 (help-do-arg-highlight): Recognize also ARG-n, as in
10288 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10289
10290 * international/codepage.el (dos-unsupported-char-glyph):
10291 * net/newsticker.el (tool-bar-map, w3-mode-map)
10292 (w3m-minor-mode-map):
10293 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10294 (ent-alist):
10295 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10296
10297 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
10298
10299 * custom.el (custom-push-theme): Handle the case where a symbol is
10300 bound but face properties have not yet been assigned.
10301
10302 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10303 Fix behavior if noerase is `t' and there is no mail buffer.
10304
10305 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10306 if `continue' is nil, rather than signal an error.
10307
10308 2005-09-12 Richard M. Stallman <rms@gnu.org>
10309
10310 * font-lock.el (font-lock-keywords): Add autoload.
10311
10312 * help-fns.el (describe-variable): Rearrange to put source link
10313 in a predictable place.
10314
10315 * net/newsticker.el: New file.
10316
10317 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10318
10319 * calendar/calendar.el (calendar-for-loop): Add edebug info.
10320 (calendar-basic-setup): Use the new nil arg.
10321 (number-of-diary-entries): Move to diary-lib.el.
10322
10323 * calendar/diary-lib.el: Use with-current-buffer, match-string.
10324 (diary-list-entries): Use with-syntax-table and dolist.
10325 Rename from list-diary-entries.
10326 Use number-of-diary-entries if `number' is nil.
10327 (diary, diary-view-entries): Use this new name and new nil arg value.
10328 (number-of-diary-entries): Move from calendar.el.
10329 (diary-unhide-everything): New function.
10330 (include-other-diary-files, fancy-diary-display)
10331 (diary-show-all-entries, make-diary-entry): Use it.
10332 (diary-mail-entries): Use buffer-string.
10333 (mark-diary-entries): Fix long standing paren typo.
10334 (diary-sexp-entry): Use count-lines.
10335 (make-diary-entry): Avoid `previous-line'.
10336 (diary-mode-map): New var.
10337 (diary-mode): Redraw cal after saving. Setup header-line.
10338 (fancy-diary-display-mode): Use local-set-key.
10339
10340 * startup.el (command-line): Try calling various terminal-init-foo-bar
10341 functions by stripping hyphenated suffixes from $TERM.
10342
10343 * files.el (normal-mode): Check boundness of font-lock-keywords.
10344
10345 2005-09-12 Richard M. Stallman <rms@gnu.org>
10346
10347 * progmodes/compile.el: Don't decide a file's directory
10348 until the user actually tries to go there.
10349 (compilation-next-error-function):
10350 Pass compilation-find-file the directory from the file-struct.
10351 (compilation-internal-error-properties): Separate local FILE-STRUCT
10352 from FILE. Doc the args better. Rename arg FMT to FMTS.
10353 (compilation-find-file): Arg DIR renamed to DIRECTORY.
10354 Expand it, and if nil, use default-directory.
10355 (compilation-get-file-structure): Don't mix specified directory
10356 with default directory. Put specified directory into
10357 file-struct. Don't make the file name absolute.
10358
10359 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10360 (compile-command): Add autoload.
10361 (compilation-disable-input): Add autoload.
10362
10363 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
10364
10365 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10366 strings of the variables it can override.
10367 (time-stamp): New (as yet undocumented) time-stamp-format escapes
10368 %Q and %q, for fully-qualified domain name and unqualified host name.
10369
10370 2005-09-11 Kim F. Storm <storm@cua.dk>
10371
10372 * emacs-lisp/authors.el (authors-aliases): Update list.
10373 (authors-fixed-entries): Update mldrag.el entry.
10374
10375 2005-09-10 Alan Mackenzie <acm@muc.de>
10376
10377 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10378 from the region narrowed to.
10379
10380 2005-09-10 Magnus Henoch <mange@freemail.hu>
10381
10382 * textmodes/ispell.el (ispell-check-version): Signal an error if
10383 aspell version is less than 0.60.
10384
10385 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
10386
10387 * progmodes/octave-inf.el (inferior-octave-startup):
10388 Resync current dir at the end.
10389
10390 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
10391
10392 * woman.el (woman-topic-at-point-default):
10393 Rename to woman-use-topic-at-point-default.
10394 (woman-topic-at-point): Rename to woman-use-topic-at-point.
10395 (woman-file-name): Reflect renames above. Automatically use the
10396 word at point as topic if woman-use-topic-at-point is non-nil.
10397 Otherwise offer it as default but don't insert it in the
10398 minibuffer. Also use `test-completion' instead of `assoc' as
10399 suggested by Stefan Monnier.
10400
10401 2005-09-10 Andre Spiegel <spiegel@gnu.org>
10402
10403 * vc.el (vc-directory, vc-update-change-log): Throw an error on
10404 the attempt to do it over Tramp. This is not yet supported.
10405
10406 2005-09-10 Eli Zaretskii <eliz@gnu.org>
10407
10408 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10409 (menu-bar-non-minibuffer-window-p): New functions.
10410 ("Split Window", "Save As..."): Use them.
10411 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10412 ("Print Buffer", "Truncate Long Lines in this Buffer"):
10413 Use menu-bar-menu-frame-live-and-visible-p.
10414 ("Save Buffer", "Insert File", "Open Directory...")
10415 ("Open File...", "Visit New File..."):
10416 Use menu-bar-non-minibuffer-window-p.
10417 (kill-this-buffer-enabled-p, dired <menu-enable>):
10418 Use menu-bar-non-minibuffer-window-p.
10419
10420 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10421
10422 * cus-start.el (all): Don't complain about fringe-related
10423 built-ins if fringes are not supported. Ditto about
10424 selection-related built-ins. Fix the test for GTK-related built-ins.
10425
10426 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10427 ("Postscript Print Buffer", "Print Region", "Save As...")
10428 ("Save", "Insert File...", "Open Directory...")
10429 ("Open File...", "Visit New File..."")
10430 ("Truncate Long Lines in this Buffer"): Don't look at
10431 menu-updating-frame if this display does not support multiple frames.
10432
10433 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10434
10435 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10436
10437 2005-09-09 Emilio Lopes <eclig@gmx.net>
10438
10439 * woman.el: Format- and whitespace-related changes.
10440
10441 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10442
10443 * woman.el: Fix my email address.
10444
10445 2005-09-08 Richard M. Stallman <rms@gnu.org>
10446
10447 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10448 (sh-mode): Locally set skeleton-pair-default-alist.
10449
10450 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10451
10452 * progmodes/flymake.el: Require `compile' unconditionally.
10453
10454 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10455
10456 * woman.el (woman-file-name): Provide a default, not initial input.
10457
10458 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10459
10460 * font-lock.el (font-lock-support-mode): Doc fix.
10461
10462 * descr-text.el (describe-property-list): Handle non-symbol prop names.
10463
10464 2005-09-08 Richard M. Stallman <rms@gnu.org>
10465
10466 * simple.el (blink-matching-open): Get rid of text props from
10467 the string shown in echo area. Don't permanently set point.
10468 Some rearrangements.
10469
10470 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10471
10472 * recentf.el (recentf-filename-handler): Add custom choice
10473 `abbreviate-file-name'.
10474
10475 * msb.el (msb--very-many-menus): Fix typo.
10476
10477 * disp-table.el (standard-display-european): Don't set
10478 enable-multibyte-characters to nil.
10479
10480 2005-09-08 David Ponce <david@dponce.com>
10481
10482 * recentf.el (recentf-show-file-shortcuts-flag): New option.
10483 (recentf-expand-file-name): Doc fix.
10484 (recentf-dialog-mode-map): Define digit shortcuts.
10485 (recentf--files-with-key): New variable.
10486 (recentf-show-digit-shortcut-filter): New function.
10487 (recentf-open-files-items): New function.
10488 (recentf-open-files): Use it.
10489 (recentf-open-file-with-key): New command.
10490
10491 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10492
10493 * buff-menu.el (Buffer-menu-sort-by-column): New function.
10494 Suggested by Kim F. Storm.
10495 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10496 (Buffer-menu-make-sort-button): Use global keymap.
10497
10498 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
10499
10500 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10501 (Man-getpage-in-background-advice): Remove defadvice; it isn't
10502 necessary any longer with the remapped command.
10503 (Man-bgproc-sentinel-advice): Remove defadvice which counts
10504 formatting time only.
10505
10506 * net/tramp.el (tramp-action-password)
10507 (tramp-multi-action-password): Compile the password prompt from
10508 `method', `user' and `host'. Sometimes it isn't obvious which
10509 password to enter, for example with remote files offered by
10510 recentf.el, or with multiple steps. Suggested by Robert Marshall
10511 <robert@chezmarshall.freeserve.co.uk>.
10512
10513 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10514
10515 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10516 Fix regexp for when "s///" is at the beginning of line.
10517
10518 2005-09-07 Jay Belanger <belanger@truman.edu>
10519
10520 * calc/calc-poly.el (math-expand-term): Multiply out any powers
10521 when in matrix mode.
10522
10523 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10524
10525 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10526 non-anonymous functions.
10527
10528 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
10529
10530 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10531 when using a header line. Otherwise, use mouse-1-click-follows-link.
10532
10533 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10534 can't be moved; don't signal an error.
10535
10536 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
10537
10538 * cus-theme.el (custom-theme-write-faces): Save the current face
10539 spec, not the defface spec.
10540
10541 * custom.el (custom-known-themes): Clarify meaning of "standard".
10542 (custom-push-theme): Save old values in the standard theme.
10543 (disable-theme): Correct typo.
10544 (custom-face-theme-value) Deleted unused function.
10545 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10546
10547 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * progmodes/compile.el (compilation-goto-locus): Take into account
10550 iconified frames when determining whether the buffer is
10551 already visible.
10552 Don't reset window height if the window already existed.
10553
10554 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
10555
10556 * custom.el (load-theme): Rename from require-theme.
10557 Add interactive spec.
10558 (enable-theme): Rename from custom-enable-theme.
10559 Add interactive spec.
10560 (disable-theme): Rename from custom-disable-theme.
10561 Add interactive spec.
10562 (custom-make-theme-feature): Doc fix.
10563 (custom-theme-directory): Doc fix.
10564 (provide-theme): Call enable-theme.
10565
10566 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10567
10568 * obsolete/lazy-lock.el (lazy-lock-mode):
10569 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10570 font-lock-mode if it's off. Print a warning instead.
10571
10572 * progmodes/compile.el (compilation-start): Ignore errors if the
10573 process died before we get to send-eof.
10574
10575 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10576 Undo last change. Enclosing the result in quotes broke things on Unix
10577 since tex-send-command passes it through shell-quote-argument.
10578 (tex-send-command): Pass `file' through convert-standard-filename
10579 when possible.
10580 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10581 info in a transcript.
10582
10583 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10584
10585 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10586 fix compilation warning. Reorder the key definitions to group
10587 together keys emitted by the current version of xterm.
10588
10589 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10590 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10591 Reorder predicates to correct min-color usage.
10592
10593 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
10594
10595 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10596 Kill local variables when longlines-mode is turned off.
10597
10598 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10599
10600 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10601
10602 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10603
10604 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10605
10606 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10607 (font-lock-lines-before): Change default to being inactive.
10608 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10609 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10610
10611 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10612
10613 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10614 Deactivate temporarily advice if active (not needed for Emacs 22,
10615 but for backwards compatibility).
10616 (tramp-exists-file-name-handler): Rewrite. First implementation
10617 was too simple.
10618 (tramp-advice-make-auto-save-file-name):
10619 Call `tramp-handle-make-auto-save-file-name' (again, just for
10620 backwards compatibility).
10621
10622 2005-08-31 Reto Zimmermann <reto@gnu.org>
10623
10624 * progmodes/vhdl-mode.el
10625 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10626 (vhdl-end-p): Fix indentation bug "else" after "-- when".
10627 (vhdl-set-default-project): New function (easier setting of default).
10628 (vhdl-port-copy): Handle extended identifiers for generics.
10629 (vhdl-compiler-alist): Better description for error message regexp.
10630 (vhdl-make): Query for target, use previous as default.
10631 (vhdl-port-copy): Fix port copy for port names starting with "signal".
10632 (vhdl-font-lock-keywords-2): Fix fontification for record
10633 el. assign.
10634 (vhdl-speedbar-make-subpack-line): Add package body link.
10635 (vhdl-generate-makefile-1): Not include itself as dependency.
10636 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10637 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10638 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10639 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10640 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10641 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10642 (vhdl-import-project): Add string argument for `error'.
10643 (vhdl-compose-configuration)
10644 (vhdl-compose-configuration-architecture): Add configuration
10645 declaration generation.
10646 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10647 (vhdl-trailer-re): Add "record" keyword (better indentation).
10648 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10649 "[^ \t-\"]+".
10650 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10651 (vhdl-testbench-entity-file-name)
10652 (vhdl-testbench-architecture-file-name): Allow separate
10653 customization of testbench file names.
10654 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10655 (vhdl-get-visible-signals): Allow newline within alias declaration.
10656 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10657 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10658 (member-ignore-case): Alias for missing function in XEmacs.
10659 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10660 (vhdl-update-sensitivity-list): Ignore case on read signals.
10661 (vhdl-replace-string): Adjust case only for file names.
10662 (vhdl-update-sensitivity-list): Fix search for read signals.
10663 (vhdl-update-sensitivity-list): Exclude formal parameters.
10664 (vhdl-get-visible-signals): Include aliases of signals.
10665 (vhdl-get-visible-signals): Fix signal name searching.
10666 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10667 (vhdl-fixup-whitespace-region): Fix for character
10668 literals (e.g. `:').
10669
10670 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10671
10672 * ansi-color.el (comint-last-output-start):
10673 * bs.el (font-lock-verbose):
10674 * diff-mode.el (add-log-buffer-file-name-function):
10675 * dired-x.el (vm-folder-directory):
10676 * faces.el (help-xref-stack-item):
10677 * files.el (font-lock-keywords):
10678 * find-lisp.el (dired-buffers, dired-subdir-alist):
10679 * ido.el (cua-inhibit-cua-keys):
10680 * log-view.el (cvs-minor-wrap-function):
10681 * outline.el (font-lock-warning-face):
10682 * simple.el (compilation-current-error):
10683 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10684 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10685 * tooltip.el (comint-prompt-regexp):
10686 * w32-fns.el (explicit-shell-file-name):
10687 * term/mac-win.el (mac-charset-info-alist)
10688 (mac-services-selection, mac-system-script-code):
10689 * term/tty-colors.el (msdos-color-values):
10690 * term/w32-win.el (xlfd-regexp-registry-subnum):
10691 * term/x-win.el (x-keysym-table, x-selection-timeout)
10692 (x-session-id, x-session-previous-id):
10693 * textmodes/ispell.el (mail-yank-prefix):
10694 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10695 * textmodes/org.el (calc-embedded-close-formula)
10696 (calc-embedded-open-formula)
10697 (font-lock-unfontify-region-function):
10698 * textmodes/reftex-global.el (isearch-next-buffer-function)
10699 (TeX-master):
10700 * textmodes/reftex.el (font-lock-keywords):
10701 * textmodes/tex-mode.el (font-lock-comment-face)
10702 (font-lock-doc-face):
10703 * textmodes/texinfo.el (outline-heading-alist):
10704 Add defvars.
10705
10706 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10707 (artist-spray-chars, artist-mode-init, artist-replace-string)
10708 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10709 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10710 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10711
10712 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10713 (conf-align-assignments): "?\ " -> "?\s".
10714
10715 * textmodes/reftex-index.el (TeX-master): Add defvar.
10716 (reftex-index-phrases-marker): Move up defvar.
10717
10718 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10719 (reftex-toc-include-labels-indicator)
10720 (reftex-toc-include-index-indicator)
10721 (reftex-toc-max-level-indicator): Move up declarations.
10722
10723 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10724 of args to `tramp-run-real-handler', even if it's empty in this case.
10725
10726 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10727
10728 * dired.el (dired-move-to-filename-regexp): Add date format for
10729 Mac OS X 10.3 in East Asian locales.
10730
10731 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10732
10733 * files.el (make-auto-save-file-name): Add file name handler call
10734 if applicable.
10735
10736 * net/tramp.el (tramp-file-name-handler-alist)
10737 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10738 (tramp-handle-make-auto-save-file-name): Rename from
10739 `tramp-make-auto-save-file-name'.
10740 (tramp-exists-file-name-handler): New defun.
10741 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10742 `make-auto-save-file-name' is not a magic file name operation.
10743
10744 2005-08-30 Richard M. Stallman <rms@gnu.org>
10745
10746 * files.el (risky-local-variable-p):
10747 Match `-predicates' and `-commands.
10748
10749 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10750 (custom-save-all): Visit the file if necessary;
10751 kill the buffer if we created it.
10752 (custom-save-delete): Don't visit file or kill buffer here.
10753
10754 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
10755
10756 * textmodes/org.el (org-special-keyword): New face.
10757 (org-table-copy-down, org-table-eval-formula)
10758 (org-table-recalculate, org-init-section-numbers):
10759 Use `string-to-number' instead of `string-to-int'.
10760 (org-get-location): Use `insert-buffer-substring' instead of
10761 `insert-buffer'.
10762 (org-modify-diary-entry-string): New function.
10763 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10764 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10765 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10766 active region.
10767 (org-export-as-html): Handle QUOTE keyword.
10768 (org-quote-string): New option.
10769 (org-bookmark-jump-unhide): New function, used for
10770 `bookmark-after-jump-hook'.
10771 (org-diary-default-entry): Apply only when not called through
10772 `org-agenda'.
10773
10774 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
10775
10776 * net/eudc.el (mode-popup-menu):
10777 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10778 * progmodes/ada-mode.el (compile-auto-highlight)
10779 (skeleton-further-elements):
10780 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10781 * progmodes/cmacexp.el (msdos-shells):
10782 * progmodes/compile.el (font-lock-extra-managed-props)
10783 (font-lock-keywords, font-lock-maximum-size)
10784 (font-lock-support-mode):
10785 * progmodes/grep.el (font-lock-lines-before):
10786 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10787 * progmodes/mixal-mode.el (compile-command):
10788 * progmodes/perl-mode.el (font-lock-comment-face)
10789 (font-lock-doc-face, font-lock-string-face):
10790 * progmodes/prolog.el (comint-prompt-regexp):
10791 * progmodes/sh-script.el (font-lock-comment-face)
10792 (font-lock-set-defaults, font-lock-string-face):
10793 * progmodes/sql.el (font-lock-keyword-face)
10794 (font-lock-set-defaults, font-lock-string-face):
10795 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10796 (itimer-version, lazy-lock-defer-contextually)
10797 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10798 Add defvars.
10799
10800 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10801 (cperl-electric-keyword, cperl-electric-pod)
10802 (cperl-electric-backspace, cperl-forward-re)
10803 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10804 (vc-rcs-header, vc-sccs-header): Add defvars.
10805
10806 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10807 (font-lock-syntactic-keywords, gud-find-expr-function):
10808 Add defvars.
10809
10810 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10811 (gdb-frame-parameters): Declare before use.
10812
10813 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10814 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10815 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10816 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10817
10818 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10819 (idlwave-help-with-source): Use `insert-buffer-substring', not
10820 `insert-buffer'.
10821
10822 2005-08-29 Juri Linkov <juri@jurta.org>
10823
10824 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10825 Put outline-back-to-heading function call inside save-excursion.
10826
10827 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
10828
10829 * man.el (Man-init-defvars, Man-translate-references)
10830 (Man-support-local-filenames, Man-highlight-references):
10831 * progmodes/sql.el (sql-interactive-mode):
10832 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10833
10834 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10835 (compilation-mode-font-lock-keywords): Add defvars.
10836 (checkdoc-interactive-loop): "?\ " -> "?\s".
10837
10838 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10839 (font-lock-doc-face, font-lock-string-face)
10840 (font-lock-keywords-case-fold-search): Add defvars.
10841 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10842
10843 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10844 Don't pass X and Y (they are ignored anyway).
10845 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10846 (mouse-delete-window): Make arguments optional.
10847
10848 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10849 (caesar-translate-table, minor-modes, news-buffer-save)
10850 (news-group-name, news-minor-modes): Add defvars.
10851
10852 * emacs-lisp/lselect.el (mouse-highlight-priority)
10853 (x-lost-selection-functions, zmacs-regions):
10854 * emacs-lisp/pp.el (font-lock-verbose):
10855 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10856 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10857 (ses-mode-map):
10858 * emacs-lisp/tcover-unsafep.el (safe-functions):
10859 * international/mule-cmds.el (mac-system-coding-system)
10860 (mac-system-locale):
10861 * language/ethio-util.el (rmail-current-message)
10862 (rmail-message-vector):
10863 * language/thai-util.el (thai-auto-composition-mode):
10864 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10865 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10866 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10867 (vm-primary-inbox, vm-spool-files):
10868 * mail/rmail.el (deleted-head, font-lock-fontified)
10869 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10870 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10871 (total-messages):
10872 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10873 (rmail-summary-mode-map):
10874 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10875 (rmail-last-label, rmail-last-multi-labels)
10876 (rmail-summary-vector, rmail-total-messages):
10877 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10878 * mail/rmailsum.el (msgnum):
10879 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10880 (rmail-current-message):
10881 * obsolete/fast-lock.el (font-lock-face-list):
10882 * obsolete/rnewspost.el (mail-reply-buffer):
10883 * obsolete/scribe.el (compile-command):
10884 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10885
10886 2005-08-28 John Paul Wallington <jpw@gnu.org>
10887
10888 * ibuf-ext.el (ibuffer-auto-update-changed):
10889 Use `frame-or-buffer-changed-p' to check whether we need to update.
10890 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10891 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10892 as a `frame-or-buffer-changed-p' state vector instead.
10893
10894 2005-08-27 Romain Francoise <romain@orebokech.com>
10895
10896 * textmodes/makeinfo.el (makeinfo-compile):
10897 Use `compilation-start'. Set `next-error-function' according to
10898 `disable-errors'.
10899 (makeinfo-next-error): New function.
10900 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10901 (makeinfo-buffer): Likewise.
10902
10903 * progmodes/compile.el (compilation-start): Add autoload cookie.
10904
10905 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10906 * textmodes/sgml-mode.el: Likewise.
10907 * progmodes/python.el: Likewise.
10908
10909 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10910
10911 * simple.el (blink-matching-paren-distance): Document the meaning
10912 of nil value, and allow to customize to nil.
10913
10914 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10915 command.com, not command.exe.
10916
10917 2005-08-26 John Wiegley <johnw@newartisans.com>
10918
10919 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10920 code around a bit so that an extraneous nil argument is not added
10921 to a command when no args are given.
10922
10923 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10924 double-quoted argument resolves to nil, return it as an empty
10925 string rather than as nil. This made it impossible to pass "" to
10926 a shell script as a null string argument.
10927
10928 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * outline.el (outline-invent-heading): New fun.
10931 (outline-promote, outline-demote): Use it.
10932 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10933 (outline-end-of-subtree): Remove unused var `opoint'.
10934
10935 2005-08-26 David Reitter <david.reitter@gmail.com>
10936
10937 * menu-bar.el (truncate-lines, write-file, print-buffer)
10938 (ps-print-buffer-faces, ps-print-buffer, split-window):
10939 Disable menu items when the frame they refer to is invisible, or when
10940 they refer to a buffer and the minibuffer is selected.
10941
10942 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10943
10944 * progmodes/flymake.el (flymake-highlight-err-lines):
10945 Use save-excursion around flymake-highlight-line to preserve point.
10946
10947 2005-08-26 Eli Zaretskii <eliz@gnu.org>
10948
10949 * progmodes/octave-mod.el: Change Author and Maintainer address.
10950 (octave-maintainer-address): Change Kurt's email address.
10951 * progmodes/octave-inf.el: Change Author and Maintainer address.
10952 * progmodes/octave-hlp.el: Change Author and Maintainer address.
10953
10954 2005-08-26 Kim F. Storm <storm@cua.dk>
10955
10956 * subr.el (version-list-<, version-list-<=, version-list-=):
10957 Rename from integer-list-*.
10958 (version-list-not-zero): Likewise. Fix while loop.
10959 (version=): Use version-list-= instead of string-equal.
10960
10961 2005-08-26 Richard M. Stallman <rms@gnu.org>
10962
10963 * outline.el (outline-promote): Try shortening the heading.
10964 As last resort, read the heading to use.
10965 (outline-demote): As last resort, read the heading to use.
10966
10967 2005-08-26 Romain Francoise <romain@orebokech.com>
10968
10969 * progmodes/compile.el (compilation-start): Doc fix.
10970
10971 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10972 (antlr-font-lock-additional-keywords): Fix reference to
10973 `antlr-font-lock-literal-regexp' erroneously changed during the
10974 mass face rename.
10975 (antlr-run-tool): Use `compilation-start'.
10976
10977 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10978 instead of the obsolete `compile-internal'.
10979
10980 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
10981
10982 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10983 (number, original-date):
10984 * calendar/cal-china.el (date):
10985 * calendar/cal-coptic.el (date):
10986 * calendar/cal-french.el (date):
10987 * calendar/cal-hebrew.el (date, entry, number, original-date):
10988 * calendar/cal-islam.el (date, number, original-date):
10989 * calendar/cal-iso.el (date):
10990 * calendar/cal-julian.el (date):
10991 * calendar/cal-mayan.el (date):
10992 * calendar/cal-menu.el (date, event):
10993 * calendar/cal-persia.el (date):
10994 * calendar/lunar.el (date):
10995 * calendar/solar.el (date): Add defvars.
10996
10997 * emerge.el:
10998 * ibuffer.el:
10999 * info-xref.el:
11000 * obsolete/bg-mouse.el:
11001 * obsolete/sun-curs.el:
11002 * obsolete/swedish.el: Move the `defvar's to the top level.
11003
11004 * smerge-mode.el (smerge-refined-change): Add :group.
11005
11006 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11009 (smerge-keep-n): Remove props.
11010 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11011 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11012 now that it's done in smerge-keep-n.
11013 (smerge-refined-change): New face.
11014 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11015 (smerge-refine): New funs.
11016 (smerge-basic-map): Bind smerge-refine.
11017
11018 2005-08-25 Juri Linkov <juri@jurta.org>
11019
11020 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11021 compilation-process-setup-function and compilation-disable-input
11022 in grep-mode instead of let-bindings in grep.
11023
11024 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11025 Delete "Automatic File De/compression" (auto-compression-mode).
11026
11027 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11028
11029 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11030 Silence warning about non-existent variable.
11031
11032 2005-08-25 Richard M. Stallman <rms@gnu.org>
11033
11034 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11035 Rename "Describe Key" to "Describe Key or Mouse Operation".
11036
11037 * mail/mailalias.el (build-mail-aliases): Delete comments
11038 from the contents before processing them.
11039
11040 * isearch.el (isearch-edit-string): Erase the Search prompt
11041 if user enters an empty string and there is no default.
11042
11043 * comint.el (comint-file-name-prefix): Add autoload.
11044
11045 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11046
11047 * subr.el (play-sound): Rearrange to avoid warning.
11048
11049 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11050
11051 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11052 New hook.
11053 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11054
11055 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11056
11057 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11058
11059 * custom.el (custom-theme-set-variables): Sort minor modes last.
11060
11061 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11062
11063 * subr.el (version-separator, version-regexp-alist): New vars used by
11064 version comparison funs.
11065 (integer-list-<, integer-list-=, integer-list-<=)
11066 (integer-list-not-zero): New funs for integer list comparison.
11067 (version-to-list, version=, version<, version<=): New funs for version
11068 comparison.
11069
11070 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11071
11072 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11073 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11074 time to silence the byte-compiler.
11075
11076 * ibuffer.el (ibuffer-compile-make-eliding-form)
11077 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11078 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11079 so it's silly to get warnings for it).
11080 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11081 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11082 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11083 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11084 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11085 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11086 Defvar at compile time.
11087 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11088 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11089 Declare them before use.
11090
11091 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11092 (info-xref-good, info-xref-bad): Defvar at compile time.
11093
11094 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11095 Use `let*' instead of `let'.
11096
11097 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11098 (*mouse-y*, menu, char): Defvar at compile time.
11099 (sc::menu): Declare it before use.
11100 (sc::pack-one-line): Use `let', not `let*'.
11101
11102 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11103 (mail-send-hook): Defvar at compile time.
11104
11105 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11106 Defvar at compile time.
11107
11108 * term/sun-mouse.el (current-global-mousemap)
11109 (current-local-mousemap): Declare them before use.
11110
11111 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11112
11113 * bookmark.el (bookmark-after-jump-hook): New hook.
11114 (bookmark-jump): Run `bookmark-after-jump-hook'.
11115
11116 2005-08-23 Juri Linkov <juri@jurta.org>
11117
11118 * faces.el (minibuffer-prompt): Doc fix.
11119
11120 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11121
11122 * progmodes/xscheme.el: Trivial changes to silence warnings.
11123 (xscheme-previous-mode, xscheme-previous-process-state):
11124 Add defvars.
11125 (xscheme-last-input-end, xscheme-process-command-line)
11126 (xscheme-process-name, xscheme-buffer-name)
11127 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11128 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11129 (xscheme-control-g-synchronization-p)
11130 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11131 (default-xscheme-runlight, xscheme-runlight)
11132 (xscheme-runlight-string, xscheme-process-filter-state)
11133 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11134 Move to beginning of file.
11135 (scheme-interaction-mode-commands-alist)
11136 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11137 Declare them before use. Note: the initialization code for the variables
11138 has not been moved because it uses functions that reference the variables.
11139 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11140 (xscheme-prompt-for-expression-map): Declare them before use.
11141 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11142
11143 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11144
11145 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11146
11147 2005-08-22 Juri Linkov <juri@jurta.org>
11148
11149 * faces.el (set-face-underline): Delete this duplicate function
11150 and make an obsolete alias to set-face-underline-p.
11151 (set-face-underline-p): Use docstring of set-face-underline.
11152 (describe-face): Create hyperlink to parent face.
11153
11154 * info.el (Info-insert-dir): Use save-excursion around
11155 insert-buffer-substring.
11156 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11157 (Info-escape-percent): Delete function.
11158 (Info-fontify-node): Replace Info-escape-percent by
11159 replace-regexp-in-string with REP arg set to lambda that
11160 duplicates `%' and preserves text properties.
11161
11162 * progmodes/compile.el (compilation-disable-input): Doc fix.
11163 (define-compilation-mode): Doc fix and refill.
11164 (kill-compilation): Use `mode-name' in the error message.
11165 (compilation-find-file): Use `compilation-error' in the
11166 read-file-name's prompt.
11167
11168 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11169
11170 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11171 (smerge-auto-leave): Make undo re-enable the mode.
11172 (debug-ignored-errors): Add the user-error of impossible resolution.
11173 (smerge-resolve): Move things around a bit, in preparation for later.
11174 (smerge-diff): Don't fail if the buffer has no associated file.
11175 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11176 (smerge-conflict-overlay): New function.
11177 (smerge-match-conflict): Don't add text properties here.
11178 (smerge-find-conflict): Instead, add an overlay here.
11179 Also check for the case where we're inside a conflict already, so as to
11180 obviate the need for font-lock-multiline, which is unbearably slow with
11181 large conflicts and ciomplex font-lock patterns.
11182 (smerge-remove-props): Remove overlay rather than text-properties.
11183 (smerge-mode): Don't set font-lock-multiline.
11184 Remove overlays when turned off.
11185
11186 2005-08-21 Kim F. Storm <storm@cua.dk>
11187
11188 * ido.el (ido-ignore-item-p): Use save-match-data.
11189 Bind case-fold-search to ido-case-fold locally.
11190
11191 2005-08-20 Richard M. Stallman <rms@gnu.org>
11192
11193 * files.el (normal-mode): If font lock is on, turn it off and on.
11194
11195 * subr.el (replace-regexp-in-string): Doc fix.
11196
11197 * startup.el (command-line-1): Don't suppress startup screen
11198 due to existing processes.
11199
11200 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11201
11202 * progmodes/compile.el (compilation-disable-input): Default to nil.
11203
11204 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11205
11206 * progmodes/compile.el (compilation-disable-input): New defcustom.
11207 (compilation-start): If compilation-disable-input is non-nil, send
11208 EOF to the compilation process.
11209
11210 2005-08-20 Eli Zaretskii <eliz@gnu.org>
11211
11212 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11213 Run the argument of tex-shell-cd-command through
11214 convert-standard-filename, to get the correct style of slashes on
11215 Windows, and enclose the result in quotes, in case the file name
11216 includes whitespace or other special characters.
11217
11218 2005-08-19 Andreas Schwab <schwab@suse.de>
11219
11220 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11221 process.
11222
11223 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11224
11225 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11226
11227 2005-08-18 Kim F. Storm <storm@cua.dk>
11228
11229 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11230
11231 2005-08-18 Richard M. Stallman <rms@gnu.org>
11232
11233 * scroll-lock.el: New file.
11234
11235 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11236
11237 * dired.el (dired-move-to-end-of-filename):
11238 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11239
11240 2005-08-18 Kim F. Storm <storm@cua.dk>
11241
11242 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11243 rather than toggle mode when custom value is nil.
11244 (ido-everywhere): Fix defun doc string.
11245
11246 2005-08-17 Richard M. Stallman <rms@gnu.org>
11247
11248 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11249 as tag instead of "Inviolable".
11250
11251 2005-08-17 Kim F. Storm <storm@cua.dk>
11252
11253 * windmove.el (windmove-coordinates-of-position): Remove.
11254 (windmove-coordinates-of-window-position): Remove.
11255 (windmove-reference-loc): Use posn-at-point instead.
11256
11257 * subr.el (insert-for-yank-1): Doc fix.
11258
11259 * ido.el (ido-enter-matching-directory): Rename from
11260 ido-enter-single-matching-directory. Change `slash' choice to
11261 `only'. Add `first' choice.
11262 (ido-exhibit): Adapt to above changes.
11263
11264 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11265
11266 * Makefile.in: Expand comment about building loaddefs.el.
11267
11268 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
11269
11270 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11271 Comment use of defadvice.
11272
11273 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11274
11275 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11276
11277 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11278 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11279 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11280 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11281 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11282 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11283 for backward compatibility for faces that did not appear in the
11284 previous Emacs release.
11285
11286 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11287
11288 2005-08-15 Kim F. Storm <storm@cua.dk>
11289
11290 * emulation/cua-base.el (cua-delete-region): Return t if
11291 deleted region was non-empty.
11292 (cua-replace-region): Inhibit overwrite-mode for
11293 self-insert-command if replaced region was non-empty.
11294 (cua--explicit-region-start, cua--status-string): Make them
11295 buffer-local at top-level...
11296 (cua-mode): ...rather than when mode is enabled.
11297
11298 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
11299
11300 * progmodes/vhdl-mode.el (vhdl-emacs-21):
11301 Set t for Emacs 21, 22, and so on.
11302
11303 2005-08-15 David Ponce <david@dponce.com>
11304
11305 * tree-widget.el: Update Commentary header.
11306 (tree-widget-theme): Doc fix.
11307 (tree-widget-space-width): New option.
11308 (tree-widget-image-properties): Look up in the default theme too.
11309 (tree-widget--cursors): Only for images with arrow pointer shape.
11310 (tree-widget-lookup-image): Pointer shape is hand by default.
11311 (tree-widget-icon): Rename generic icon widget from
11312 `tree-widget-control'.
11313 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11314 derive from `tree-widget-icon'.
11315 (tree-widget-handle): Improve default look and feel of the text
11316 representation.
11317 (tree-widget): Rename :*-control properties to :*-icon properties.
11318 Add :action and :help-echo properties.
11319 (tree-widget-after-toggle-functions): Move.
11320 (tree-widget-close-node, tree-widget-open-node): Remove.
11321 (tree-widget-before-create-icon-functions): New hook.
11322 (tree-widget-value-create): Update to allow customization of icons
11323 and nodes at run-time via that new hook.
11324 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11325 (tree-widget-icon-action, tree-widget-icon-help-echo)
11326 (tree-widget-action, tree-widget-help-echo): New functions.
11327
11328 2005-08-15 Kim F. Storm <storm@cua.dk>
11329
11330 * ido.el (ido-buffer-internal): Use with-no-warnings.
11331 (ido-make-merged-file-list): Use while-no-input.
11332
11333 2005-08-15 Richard M. Stallman <rms@gnu.org>
11334
11335 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11336 (flyspell-large-region): Fix doc and custom type.
11337
11338 2005-08-14 Richard M. Stallman <rms@gnu.org>
11339
11340 * files.el (interpreter-mode-alist): Doc fix.
11341
11342 * mail/rmail.el (rmail-nonignored-headers): New variable.
11343 (rmail-clear-headers): Use it.
11344 (rmail-reply): Better handling of mail-followup-to header.
11345
11346 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11347 Rename variable from sh-font-lock-keywords. In the `shell' entry,
11348 don't try to refer to executable-font-lock-keywords.
11349 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11350 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
11351 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
11352 (sh-mode): Set comment-start-skip, local-abbrev-table,
11353 imenu-case-fold-search.
11354 (sh-set-shell): Don't set them here.
11355 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
11356 Don't cache the results in the original alist; don't ever modify
11357 that alist.
11358
11359 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11360
11361 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11362 empty.
11363
11364 2005-08-15 Andreas Schwab <schwab@suse.de>
11365
11366 * desktop.el: Put autoload cookie at risky-local-variable declarations.
11367
11368 * dired.el, info.el, mail/rmail.el: Revert last change.
11369
11370 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
11371
11372 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11373 modification in `eval-after-load' form.
11374 * info.el: Likewise.
11375 * mail/rmail.el: Likewise.
11376
11377 2005-08-14 Juri Linkov <juri@jurta.org>
11378
11379 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11380 Remove highlighting of "Compilation started". Highlight only
11381 the word "finished" in "Compilation finished". Add highlighting
11382 of "interrupt", "killed", "terminated" and the exit code.
11383 (compilation-start): Add newline after header. Use exactly the
11384 same time stamp format as the finishing message.
11385 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11386
11387 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11388 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11389 Add highlighting of "interrupt", "killed", "terminated".
11390
11391 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11392 enabled and the current command is self-insert-command, call it
11393 explicitly with overwrite-mode bound to nil, to not allow it
11394 to delete the character after the selected region.
11395
11396 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
11397
11398 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11399 move-end-of-line, end-of-line, and beginning-of-line to the list
11400 of commands after which the echo area is updated.
11401
11402 2005-08-12 Eli Zaretskii <eliz@gnu.org>
11403
11404 * cus-edit.el (custom-save-all, custom-save-delete):
11405 Bind recentf-exclude to exclude custom-file.
11406
11407 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
11408
11409 * mail/rmailsum.el (rmail-summary-end-of-message): New command
11410 to go to the bottom of the mail message. Added to
11411 `rmail-summary-mode-map' with key "/".
11412 (rmail-summary-show-message): New (internal) function for use by
11413 both `rmail-summary-beginning/end-of-message'.
11414 (rmail-summary-beginning-of-message): Change to use
11415 rmail-summary-show-message.
11416
11417 * mail/rmail.el (rmail-end-of-message): New command to go to the
11418 end of the current message. Added to `rmail-mode-map' with key "/".
11419 (rmail-beginning-of-message): Fix to work as documented.
11420 (rmail-mode): Change documentation.
11421
11422 * progmodes/compile.el (compilation-start): Add the line
11423 "Compilation started" with compilation start time.
11424 (compilation-mode-font-lock-keywords): Add `started' to keywords.
11425
11426 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
11427
11428 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11429 of menu items.
11430
11431 2005-08-11 Richard M. Stallman <rms@gnu.org>
11432
11433 * simple.el (pop-global-mark): Reverse test of widen-automatically.
11434
11435 * battery.el (battery-status-function): Don't use ignore-errors.
11436
11437 2005-08-11 Lute Kamstra <lute@gnu.org>
11438
11439 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11440 define-obsolete-variable-alias.
11441
11442 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11443
11444 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11445 (ange-ftp-send-cmd): Revert last change, and expand
11446 the comment explaining the problem.
11447
11448 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
11449
11450 * ldefs-boot.el: Update.
11451
11452 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11453 item to "Time, Load and Mail". Change help echo text.
11454
11455 * time.el (display-time-use-mail-icon, display-time-format)
11456 (display-time-string-forms): Shorten first line of docstrings.
11457
11458 2005-08-10 Lars Hansen <larsh@soem.dk>
11459
11460 * desktop.el (desktop-buffer-mode-handlers):
11461 Make non-customizable. Add autoload cookie. Change initial value to
11462 nil; add elements in respective modules instead. Fix doc string.
11463 (desktop-load-file): New function.
11464 (desktop-minor-mode-handlers): New autoloaded variable.
11465 (desktop-create-buffer): Call minor mode handlers.
11466 Use desktop-load-file to load major and minor mode modules prior to
11467 checking for a handler.
11468 (desktop-save): Don't add nil to desktop-minor-modes for minor
11469 modes with nil function in desktop-minor-mode-table. Don't delete
11470 desktop file before rewriting it.
11471 (desktop-locals-to-save): Add autoload cookie. Don't make
11472 automatically buffer-local. Add variables column-number-mode,
11473 size-indication-mode, indent-tabs-mode,
11474 indicate-buffer-boundaries, indicate-empty-lines and
11475 show-trailing-whitespace.
11476 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11477 regexps. Don't use desktop-clear-preserve-buffers-regexp.
11478 (desktop-clear-preserve-buffers-regexp): Delete.
11479 (desktop-clear-preserve-buffers): Update initial value and docstring.
11480 (desktop-save-buffer): Fix doc string.
11481
11482 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11483 (hilit-chg-desktop-restore): New function.
11484 (highlight-changes-mode): Add highlight-changes-mode to
11485 desktop-locals-to-save.
11486
11487 * dired.el: Add handler to desktop-buffer-mode-handlers.
11488 (dired-restore-desktop-buffer): Remove autoload cookie.
11489 (dired-mode): Add autoload cookie.
11490
11491 * info.el: Add handler to desktop-buffer-mode-handlers.
11492 (Info-restore-desktop-buffer): Remove autoload cookie.
11493 (Info-mode): Add autoload cookie.
11494
11495 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11496 (mh-restore-desktop-buffer): Remove autoload cookie.
11497 (mh-folder-mode): Add autoload cookie.
11498
11499 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11500 (rmail-restore-desktop-buffer): Remove autoload cookie.
11501
11502 2005-08-11 Masatake YAMATO <jet@gyve.org>
11503
11504 * hexl.el (hexl-address-region):
11505 (hexl-ascii-region, hexl-font-lock-keywords):
11506 (hexl-highlight-line-range): Use the term "region"
11507 instead of "area" for consistency with the other symbols
11508 defined in hexl.el.
11509
11510 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
11511
11512 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11513 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11514 out by Juri Linkov). Add `display-battery-mode'.
11515
11516 2005-08-09 Juri Linkov <juri@jurta.org>
11517
11518 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11519 Remove `-text' from face variable names.
11520 (compilation-error-file-name, compilation-warning-file-name)
11521 (compilation-info-file-name): Delete faces.
11522 (compilation-line-number, compilation-column-number):
11523 Remove face underlining.
11524 (compilation-message-face): Set to `underline' value by default.
11525 (compilation-error-face, compilation-warning-face)
11526 (compilation-info-face): Remove `-file-name' from face names.
11527 (compilation-error-text-face, compilation-warning-text-face)
11528 (compilation-info-text-face): Delete face variables.
11529 (compilation-text-face): Delete function.
11530
11531 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11532 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11533 (grep-error-face): Set to `compilation-error' instead of
11534 `compilation-error-face' (which is redefined to `grep-hit-face' in
11535 grep buffers).
11536 (grep-mode-font-lock-keywords): Remove `-text' from face variable
11537 names. Use `grep-error-face' instead of `compilation-error-text-face'.
11538
11539 * dired-aux.el (dired-do-query-replace-regexp):
11540 Use `query-replace-read-args'.
11541
11542 * replace.el (query-replace-read-from, query-replace-read-to)
11543 (query-replace-read-args): Rename arg `string' to `prompt'.
11544
11545 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11546
11547 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
11548
11549 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11550 uploading files.
11551 (ange-ftp-canonize-filename): Handle file names beginning with ~
11552 correctly.
11553
11554 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11555
11556 * textmodes/fill.el (canonically-space-region)
11557 (fill-context-prefix, fill-french-nobreak-p)
11558 (fill-delete-newlines, fill-comment-paragraph)
11559 (justify-current-line): "?\ " -> "?\s".
11560
11561 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
11562
11563 * textmodes/fill.el (fill-nonuniform-paragraphs):
11564 Improve argument/docstring consistency.
11565
11566 2005-08-09 Richard M. Stallman <rms@gnu.org>
11567
11568 * textmodes/ispell.el (ispell-word): More fboundp checks.
11569
11570 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11571 (find-file-noselect-1): Call it here, only if RAWFILE.
11572 (normal-mode): Always set some major mode.
11573 (save-some-buffers-action-alist): Change some explanation strings.
11574 (file-name-non-special): In the `quote' method, use unwind-protect.
11575
11576 2005-08-09 Magnus Henoch <mange@freemail.hu>
11577
11578 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11579 (ispell-have-aspell-dictionaries): New variable.
11580 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11581 (ispell-get-aspell-config-value): New function.
11582 (ispell-aspell-find-dictionary): New function.
11583 (ispell-aspell-add-aliases): New function.
11584 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11585 appropriate. Don't look for ispell dictionaries if we use aspell.
11586 (ispell-menu-map): Don't build a submenu of dictionaries.
11587
11588 2005-08-09 Richard M. Stallman <rms@gnu.org>
11589
11590 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11591 (sql-read-passwd): Use read-passwd.
11592
11593 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11594 (idlwave-toolbar-is-possible): Add defvars.
11595
11596 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11597 Avoid warnings.
11598
11599 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11600 (idlwave-system-class-info, idlwave-executive-commands-alist):
11601 Use defvar.
11602
11603 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11604
11605 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11606 Avoid warnings.
11607
11608 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11609 and content-type: headers.
11610
11611 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11612
11613 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11614 and rename some of them to be more self-explanatory.
11615
11616 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11617
11618 * startup.el (command-line-1): Implement -scriptload.
11619
11620 * replace.el (occur-engine): Initial *Occur* output not undoable.
11621
11622 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11623 and improve help strings.
11624
11625 * isearch.el (isearch-repeat): When changing direction,
11626 mark search successful.
11627
11628 * ediff-init.el: Use (featurep 'xemacs).
11629
11630 * comint.el (send-invisible): Identify buffer, if not selected.
11631
11632 * align.el: Delete autoload for c-guess-basic-syntax.
11633
11634 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11635
11636 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11637 Improve argument/docstring consistency. Doc fixes.
11638 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11639 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11640 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11641 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11642 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11643 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11644 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11645 Defvar at compile time.
11646
11647 2005-08-09 Juri Linkov <juri@jurta.org>
11648
11649 * info.el: Replace `info' with upper-case `Info' where appropriate.
11650 (info-title-1, info-title-2, info-title-3, info-title-4)
11651 (info-menu-header): Move up face definitions.
11652 (info-menu-star): Rename from `info-menu-5'.
11653 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11654 (Info-fontify-visited-nodes): Fix docstring.
11655 (Info-hide-note-references): Fix docstring.
11656 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11657 menu items in the same way as on cross-references.
11658 (info-apropos): Fix sorting order and formatting to be like in the
11659 stand-alone Info browser. Display error messages for 1 sec.
11660 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11661 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11662 from the menu bar.
11663 (Info-insert-dir): Restore point after calling
11664 `insert-buffer-substring'.
11665
11666 2005-08-08 Richard M. Stallman <rms@gnu.org>
11667
11668 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11669 (recompute-lucid-menubar): Add defvars.
11670
11671 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11672
11673 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11674
11675 * net/net-utils.el (run-dig): Rename from `dig'.
11676
11677 * play/gametree.el (gametree-mode): Use make-local-variable,
11678 not make-variable-buffer-local.
11679
11680 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11681
11682 * ansi-color.el (ansi-color-make-extent)
11683 (ansi-color-set-extent-face): Use fboundp, not functionp.
11684
11685 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11686 not make-variable-buffer-local.
11687
11688 * bookmark.el (Info-current-file): Add defvar.
11689 (bookmark-jump-noselect): Use with-no-warnings.
11690
11691 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11692
11693 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11694
11695 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11696
11697 * find-file.el (ada-procedure-start-regexp)
11698 (ada-package-start-regexp): Add defvars.
11699
11700 * info.el (Info-insert-dir): Use insert-buffer-substring.
11701
11702 * xml.el (xml-att-def-re): Add defvar.
11703
11704 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11705 calling convention.
11706
11707 * subr.el (while-no-input): Return t if there is input.
11708
11709 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11710
11711 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11712
11713 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
11714
11715 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11716 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11717
11718 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
11719
11720 * cmuscheme.el (scheme-start-file): Replace reference to
11721 `user-emacs-directory' by "~/.emacs.d/".
11722
11723 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11724
11725 * info.el (Info-dir-remove-duplicates): Avoid case folding
11726 in loop; instead, keep downcased strings for comparison.
11727 Suggested by Helmut Eller.
11728
11729 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
11730
11731 Sync with Tramp 2.0.50.
11732
11733 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11734 XEmacs case; not necessary anymore.
11735 (tramp-user-regexp): Allow "@" as part of user name.
11736 (tramp-handle-set-visited-file-modtime)
11737 (tramp-handle-insert-file-contents)
11738 (tramp-handle-write-region): No special handling for
11739 `last-coding-system-used, because this is done in
11740 `tramp-accept-process-output' now.
11741 (tramp-accept-process-output): New defun.
11742 (tramp-process-one-action, tramp-process-one-multi-action)
11743 (tramp-wait-for-regexp, tramp-wait-for-output)
11744 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11745 Howells <dhowells@redhat.com>.
11746 (clear-visited-file-modtime): Defadvice removed. The check for
11747 unset buffer's modtime does not need to be based on
11748 `tramp-buffer-file-attributes'. Suggested by RMS.
11749 (tramp-message): Insert "\n" if not being at beginning of line.
11750 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11751 sequence with same logic.
11752 (tramp-completion-handle-expand-file-name): Discard call of
11753 `tramp-drop-volume-letter'. It is not necessary, and there have
11754 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11755 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11756 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11757 should always be visible.
11758 (tramp-handle-insert-directory, tramp-setup-complete)
11759 (tramp-set-process-query-on-exit-flag)
11760 (tramp-append-tramp-buffers): Pacify byte-compiler.
11761 (tramp-bug): Delete non-existing variables from list.
11762 Apply `tramp-load-report-modules' as pre-hook.
11763 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11764 `shell-prompt-pattern' because of non-7bit characters.
11765 Reported by Sebastian Luque <sluque@mun.ca>.
11766 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11767 (tramp-match-string-list): Remove function.
11768 (tramp-wait-for-regexp): Remove call of that function.
11769 Suggested by Kim F. Storm <storm@cua.dk>.
11770 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11771 instead of octal character code ?\600. The latter resulted in a
11772 syntax error with XEmacs.
11773
11774 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11775 XEmacs case; not necessary anymore.
11776 (tramp-smb-handle-write-region): No special handling for
11777 `last-coding-system-used, because this is done in
11778 `tramp-accept-process-output' now.
11779 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11780
11781 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11782
11783 * wid-edit.el (widget-choice-value-create):
11784 Unconditionally respect user choice. Set :explicit-choice back to nil
11785 when no longer needed.
11786 (widget-choice-action): Unconditionally respect user choice.
11787 Eliminate :explicit-choice-value.
11788
11789 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11790
11791 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11792 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11793 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11794 running new function `toggle-indicate-empty-lines'.
11795 Rename "Customize" item to "Customize fringe".
11796 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11797 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11798 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11799 Delete "Empty lines only" item.
11800 (menu-bar-showhide-fringe-ind-customize): New function.
11801 (menu-bar-showhide-fringe-ind-mixed)
11802 (menu-bar-showhide-fringe-ind-box)
11803 (menu-bar-showhide-fringe-ind-right)
11804 (menu-bar-showhide-fringe-ind-left)
11805 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11806 instead of `fringe-indicators'.
11807
11808 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11809
11810 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11811 Change the date of last update.
11812
11813 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11814
11815 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11816 (viper-exec-yank, viper-put-back): Don't display modification msg
11817 if in the minibuffer.
11818
11819 * viper-init.el (viper-replace-overlay-cursor-color)
11820 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11821 Make variables frame local.
11822
11823 * viper-util.el (viper-append-filter-alist): Use append instead of
11824 nconc.
11825
11826 * viper.el (viper-vi-state-mode-list)
11827 (viper-emacs-state-mode-list): Move help-mode and
11828 completion-list-mode from the first list to the second.
11829 (viper-mode): Docstring.
11830 (viper-go-away, viper-non-hook-settings): Don't localize
11831 minor-mode-alist in newer Emacsen. Add advice to
11832 set-cursor-color. Don't bind "\C-c\\".
11833
11834 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
11835
11836 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11837 (scheme-macro-expand-command): New user options.
11838 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11839 (scheme-form-at-point, scheme-start-file)
11840 (scheme-interactively-start-process): New functions.
11841 (scheme-get-process): New function, extracted from `scheme-proc'.
11842 (run-scheme): Call `scheme-start-file' to get start file, and pass
11843 it to `make-comint'.
11844 (switch-to-scheme, scheme-proc):
11845 Call `scheme-interactively-start-process' if no Scheme buffer/process
11846 is available.
11847
11848 2005-08-06 Juri Linkov <juri@jurta.org>
11849
11850 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11851 Use `compilation-text-face', `compilation-info-text-face' and
11852 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11853 (compilation-error): New face.
11854 (compilation-error-file-name): Inherit from
11855 `compilation-error' instead of `font-lock-warning-face'.
11856 (compilation-warning-file-name): Inherit from
11857 `compilation-warning' instead of `font-lock-warning-face'.
11858 (compilation-info, compilation-error-file-name)
11859 (compilation-warning-file-name, compilation-info-file-name)
11860 (compilation-line-number, compilation-column-number): Doc fix.
11861 (compilation-error-text-face, compilation-warning-text-face)
11862 (compilation-info-text-face): New face variables.
11863 (compilation-line-face, compilation-column-face)
11864 (compilation-enter-directory-face)
11865 (compilation-leave-directory-face): Doc fix.
11866 (compilation-text-face): New function.
11867
11868 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11869 instead of 1 to display binary file names as info file links.
11870 (grep-error-face): Use `compilation-error-face' instead of
11871 `font-lock-keyword-face'.
11872 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11873 and `compilation-warning-text-face' instead of
11874 `font-lock-keyword-face'. Use `compilation-error-text-face'
11875 instead of `grep-error-face'.
11876
11877 2005-08-05 Kenichi Handa <handa@m17n.org>
11878
11879 * international/code-pages.el: Add autoload cookies for all coding
11880 systems.
11881
11882 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11883
11884 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11885
11886 2005-08-04 Juri Linkov <juri@jurta.org>
11887
11888 * progmodes/compile.el (compilation-mode-map):
11889 * progmodes/grep.el (grep-mode-map):
11890 Bind TAB to `compilation-next-error' and [backtab] to
11891 `compilation-previous-error'.
11892
11893 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11894 matching line numbers, column numbers and their ranges with regexp
11895 matching only line numbers.
11896 (grep-context-face): New face variable.
11897 (grep-mode-font-lock-keywords): Use it.
11898
11899 * faces.el (read-face-name): Delete duplicate faces.
11900
11901 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
11902
11903 * thumbs.el (thumbs-find-image): Don't make variables
11904 automatically buffer local.
11905 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11906 (thumbs-image-num): Make automatically buffer local.
11907 (thumbs-show-thumbs-list): Use `make-local-variable', not
11908 `make-variable-buffer-local'.
11909 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11910
11911 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11912 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11913 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11914 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11915 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11916 (feelings-about, foullst, found, hello, history, howareyoulst)
11917 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11918 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11919 (neglst, obj, object, owner, please, problems, qlist)
11920 (random-adjective, relation, remlst, repetitive-shortness)
11921 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11922 (shortlst, something, sportslst, stallmanlst, states, subj)
11923 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11924 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11925 Defvar at compile time.
11926
11927 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11928 not `make-variable-buffer-local'.
11929
11930 2005-08-02 Kim F. Storm <storm@cua.dk>
11931
11932 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11933 rectangle overlay in selected window.
11934
11935 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
11936
11937 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11938 instead of display group. Make `indicate-buffer-boundaries'
11939 customizable through Custom.
11940
11941 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
11942
11943 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11944 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11945 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11946 (gdb-put-string): Fix typos in docstrings.
11947
11948 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
11949
11950 Update copyright notices of files in progmodes directory for
11951 release of Emacs 22.1.
11952
11953 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11954
11955 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11956 Don't barf if the GUD buffer has been killed.
11957
11958 2005-08-01 Kim F. Storm <storm@cua.dk>
11959
11960 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11961
11962 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
11963
11964 * simple.el (next-error-follow-minor-mode):
11965 make-variable-buffer-local -> make-local-variable.
11966
11967 * emacs-lisp/cl-extra.el: Require CL also when compiling.
11968
11969 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11970 (byte-compile-form-make-variable-buffer-local): New functions to warn
11971 about misuses of make-variable-buffer-local where make-local-variable
11972 was meant.
11973
11974 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
11975
11976 * bs.el (bs-attributes-list): Doc fix.
11977 (bs): Update url-link.
11978
11979 * desktop.el (desktop-save-buffer): Fix typos in docstring.
11980 (desktop-load-default): Simplify.
11981
11982 * ibuffer.el (ibuffer-columnize-and-insert-list)
11983 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11984 (ibuffer-unmark-all, ibuffer-toggle-marks)
11985 (ibuffer-unmark-forward, ibuffer-unmark-backward)
11986 (ibuffer-compile-make-format-form, ibuffer-format-column)
11987 (ibuffer-current-buffers-with-marks)
11988 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11989 (ibuffer): Doc fix.
11990 (ibuffer-mode): Fix typo in docstring.
11991 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11992 with `define-obsolete-variable-alias'.
11993 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
11994
11995 2005-07-29 Kenichi Handa <handa@m17n.org>
11996
11997 * international/mule-cmds.el (select-message-coding-system):
11998 Be sure to use LF for end-of-line. If no coding system is decided,
11999 return iso-8859-1-unix.
12000
12001 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12002
12003 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12004 (ange-ftp-pending-error-line): New vars.
12005 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12006 to handle the non-fatal no-route-to-host messages.
12007 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12008
12009 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12010
12011 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12012 (isearch-quote-char, isearch-printing-char)
12013 (isearch-text-char-description): "?\ " -> "?\s".
12014 (isearch-lazy-highlight-cleanup)
12015 (isearch-lazy-highlight-initial-delay)
12016 (isearch-lazy-highlight-interval)
12017 (isearch-lazy-highlight-max-at-a-time)
12018 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12019 Declare with define-obsolete-*-alias macros.
12020 (isearch-forward): Fix typo in docstring.
12021 (search-invisible, search-ring-yank-pointer)
12022 (regexp-search-ring-yank-pointer): Doc fixes.
12023
12024 * recentf.el (recentf-menu-append-commands-p): Declare with
12025 `define-obsolete-variable-alias'.
12026 (recentf-max-saved-items, recentf-menu-filter)
12027 (recentf-arrange-by-rule-subfilter): Doc fixes.
12028 (recentf-menu-append-commands-flag)
12029 (recentf-initialize-file-name-history, recentf-expand-file-name)
12030 (recentf-clear-data): Fix typos in docstrings.
12031
12032 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12033
12034 * progmodes/gdb-ui.el: Smarten comments.
12035 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12036
12037 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12038
12039 * term/apollo.el (terminal-init-apollo): New function containing
12040 all former top level forms in the file.
12041 * term/bobcat.el (terminal-init-bobcat):
12042 * term/cygwin.el (terminal-init-cygwin):
12043 * term/iris-ansi.el (terminal-init-iris-ansi):
12044 * term/linux.el (terminal-init-linux):
12045 * term/news.el (terminal-init-news):
12046 * term/rxvt.el (terminal-init-rxvt):
12047 * term/sun.el (terminal-init-sun):
12048 * term/tvi970.el (terminal-init-tvi970):
12049 * term/vt100.el (terminal-init-vt100):
12050 * term/vt102.el (terminal-init-vt102):
12051 * term/vt125.el (terminal-init-vt125):
12052 * term/vt200.el (terminal-init-vt200):
12053 * term/vt201.el (terminal-init-vt201):
12054 * term/vt220.el (terminal-init-vt220):
12055 * term/vt240.el (terminal-init-vt240):
12056 * term/vt300.el (terminal-init-vt300):
12057 * term/vt320.el (terminal-init-vt320):
12058 * term/vt400.el (terminal-init-vt400):
12059 * term/vt420.el (terminal-init-vt420):
12060 * term/wyse50.el (terminal-init-wyse50):
12061 * term/xterm.el (terminal-init-xterm): Likewise.
12062
12063 * term/README: Describe the terminal-init-* functionality.
12064
12065 * startup.el (command-line): After loading the terminal initialization
12066 file call the corresponding terminal initialization function.
12067
12068 2005-07-27 Kenichi Handa <handa@m17n.org>
12069
12070 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12071 negative.
12072
12073 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12074 (ps-mule-composition-prologue): Fix for the case that
12075 RelativeCompose is false.
12076
12077 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12078
12079 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12080
12081 * descr-text.el (describe-char): Handle the case where the list of
12082 chars is displayed in a separate frame.
12083 Be a bit more discriminating when looking for the char.
12084
12085 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12086
12087 * bookmark.el (bookmark-automatically-show-annotations)
12088 (bookmark-read-annotation-text-func): Doc fixes.
12089 (bookmark-save): Improve argument/docstring consistency.
12090 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12091 (bookmark-alist-from-buffer)
12092 (bookmark-upgrade-file-format-from-0)
12093 (bookmark-grok-file-format-version)
12094 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12095 (bookmark-read-annotation-mode)
12096 (bookmark-insert-current-bookmark, bookmark-jump)
12097 (bookmark-exit-hook): Fix typos in docstrings.
12098 (bookmark-exit-hooks): Define as obsolete alias.
12099 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12100 not `bookmark-exit-hooks'. Fix docstring.
12101 (bookmark-bmenu-select): "?\ " -> "?\s".
12102
12103 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12104
12105 * startup.el (command-line): Fix typo.
12106
12107 2005-07-24 Richard M. Stallman <rms@gnu.org>
12108
12109 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12110 not emacs-quick-startup.
12111
12112 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12113
12114 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12115 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12116 instead of `reb-with-current-window'.
12117 (reb-prev-match): Likewise. Also, don't move left if the search
12118 was unsuccessful.
12119 (reb-initialize-buffer): New function.
12120 (re-builder, reb-change-syntax): Use it.
12121
12122 * man.el (Man-goto-page): Make second argument NOERROR optional.
12123
12124 2005-07-23 Richard M. Stallman <rms@gnu.org>
12125
12126 * man.el (Man-bgproc-sentinel): Check here for failure to find
12127 any man page in the output, and report the error here.
12128 (Man-arguments): Make it permanent local.
12129 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12130 (Man-mode): Pass t for NOERROR.
12131
12132 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12133 (grep-mode-font-lock-keywords):
12134 Don't use compilation-...-face for messages that are not file names.
12135
12136 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12137 Don't use compilation-...-face for messages that are not file names.
12138
12139 2005-07-22 Juri Linkov <juri@jurta.org>
12140
12141 * startup.el (normal-splash-screen): Update menu name.
12142
12143 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12144
12145 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12146
12147 * term/xterm.el: Load term/rxvt if the terminal is actually an
12148 rxvt terminal.
12149 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12150
12151 * term/rxvt.el (function-key-map): Use substitute-key-definition
12152 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12153
12154 * term/cygwin.el: New file.
12155
12156 2005-07-22 Kim F. Storm <storm@cua.dk>
12157
12158 * image-file.el (insert-image-file, image-file-yank-handler):
12159 Fix last change to maintain a (unique) yank-handler on yanked images.
12160
12161 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12162
12163 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12164 of the file size (as in "177B" for 177 bytes). This happens with
12165 "ls -lh" on FreeBSD.
12166
12167 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12168
12169 * hilit-chg.el (highlight-changes-global-initial-state)
12170 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12171 (hilit-chg-fixup, highlight-changes-mode):
12172 Fix typos in docstrings.
12173 (highlight-changes-global-modes, highlight-changes-rotate-faces):
12174 Doc fixes.
12175
12176 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
12177
12178 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12179 mode function using `eval-after-load'.
12180
12181 2005-07-21 Kim F. Storm <storm@cua.dk>
12182
12183 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12184 included when reporting an emacs crash, and tell about the DEBUG file.
12185
12186 * image-file.el (insert-image-file): Add yank-handler.
12187 (image-file-yank-handler): Yank handler to make unique copies of
12188 images when they are yanked into a buffer next to each other.
12189
12190 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
12191
12192 * comint.el (comint-use-prompt-regexp, comint-send-input)
12193 (comint-source-default, comint-extract-string)
12194 (comint-get-source, comint-word, comint-completion)
12195 (comint-source, comint-prompt-read-only, comint-update-fence):
12196 Fix typos in docstrings.
12197 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12198 Declare with define-obsolete-*-alias macros.
12199 (comint-previous-matching-input-from-input)
12200 (comint-next-matching-input-from-input)
12201 (comint-previous-matching-input, comint-next-matching-input)
12202 (comint-forward-matching-input):
12203 Improve argument/docstring consistency.
12204
12205 * desktop.el (desktop-clear-preserve-buffers-regexp):
12206 Also preserve the *server* buffer.
12207
12208 * simple.el (clone-indirect-buffer): Doc fix.
12209 (fixup-whitespace, just-one-space)
12210 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12211 (next-error, next-error-highlight)
12212 (next-error-highlight-no-select, next-error-last-buffer)
12213 (next-error-buffer-p, next-error-find-buffer, next-error)
12214 (previous-error, next-error-no-select, previous-error-no-select)
12215 (open-line, split-line, minibuffer-prompt-width, kill-new)
12216 (binary-overwrite-mode): Fix typos in docstrings.
12217 (set-fill-column): Fix typo in message.
12218
12219 * skeleton.el (skeleton-proxy-new): Doc fix.
12220
12221 * strokes.el (strokes-load-hook): Doc fix.
12222 (strokes-grid-resolution, strokes-get-grid-position)
12223 (strokes-renormalize-to-grid, strokes-read-stroke)
12224 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12225 (strokes-global-map): Fix typos in docstrings.
12226 (strokes-help): Doc fix. Fix help message and pass it through
12227 `substitute-command-keys'.
12228
12229 * tempo.el (tempo-insert-prompt, tempo-interactive)
12230 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12231 (tempo-insert-string-functions, tempo-local-tags)
12232 (tempo-define-template, tempo-insert-template)
12233 (tempo-insert-prompt-compat, tempo-is-user-element)
12234 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12235 Fix typos in docstrings.
12236
12237 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12238 (vcursor-key-bindings, vcursor-use-vcursor-map)
12239 (vcursor-find-window, vcursor-scroll-down)
12240 (vcursor-disable, vcursor-beginning-of-buffer)
12241 (vcursor-end-of-buffer): Fix typos in docstrings.
12242 (vcursor-relative-move, vcursor-get-char-count):
12243 Improve argument/docstring consistency.
12244
12245 * version.el: "?\ " -> "?\s".
12246
12247 * wid-edit.el (widget-default-create, widget-after-change)
12248 (widget-default-format-handler, widget-checklist-add-item)
12249 (widget-radio-add-item, widget-choose, widget-specify-secret)
12250 (widget-field-value-create, widget-field-value-get)
12251 (widget-editable-list-format-handler)
12252 (widget-editable-list-entry-create, widget-group-value-create)
12253 (widget-documentation-link-add)
12254 (widget-documentation-string-value-create): "?\ " -> "?\s".
12255 (widget-convert-text): Doc fix.
12256 (widget-narrow-to-field, widget-field-find)
12257 (widget-url-link-action, widget-emacs-library-link-action)
12258 (widget-color-notify): Fix typos in docstrings.
12259
12260 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12261 (x-select-text, set-w32-system-coding-system)
12262 (w32-add-charset-info): Fix typos in docstrings.
12263
12264 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12265 (cua-enable-cua-keys, cua-use-hyper-key)
12266 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12267 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12268
12269 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12270
12271 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12272 `defalias' instead of faking it.
12273
12274 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12275 (eshell-ls-missing, eshell-ls-dired-initial-args)
12276 (eshell-ls-use-in-dired): Fix typos in docstrings.
12277
12278 2005-07-20 Kim F. Storm <storm@cua.dk>
12279
12280 * emulation/cua-base.el (cua-mode): Improve doc string.
12281
12282 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
12283
12284 * abbrev.el (expand-region-abbrevs): Doc fix.
12285 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12286 Improve argument/docstring consistency.
12287
12288 * arc-mode.el (archive-get-descr, archive-alternate-display):
12289 Doc fixes.
12290 (archive-l-e): Improve argument/docstring consistency.
12291 (archive-tmpdir, archive-unixdate, archive-unixtime)
12292 (archive-chmod-entry): Fix typos in docstrings.
12293 (archive-unflag, archive-unflag-backwards)
12294 (archive-unmark-all-files): "?\ " -> "?\s".
12295
12296 * buff-menu.el (Buffer-menu-unmark): Doc fix.
12297 (Buffer-menu-not-modified, Buffer-menu-execute)
12298 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12299 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12300
12301 * composite.el (compose-string, encode-composition-rule)
12302 (compose-last-chars): Fix typos in docstrings.
12303
12304 * desktop.el (desktop-enable, desktop-basefilename):
12305 Declare with `define-obsolete-variable-alias'.
12306 (desktop-internal-v2s): Don't quote keywords.
12307 (desktop-clear): "?\ " -> "?\s".
12308
12309 * dired.el (dired-align-file, dired-flag-backup-files)
12310 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12311 (dired-listing-switches, dired-ls-F-marks-symlinks)
12312 (dired-dwim-target, dired-load-hook, dired-mode-hook)
12313 (dired-directory, dired-faces, dired, dired-revert)
12314 (dired-mode, dired-summary, dired-view-file)
12315 (dired-copy-filename-as-kill, dired-delete-file)
12316 (dired-no-confirm, dired-unmark-all-marks)
12317 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12318 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12319 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12320 Fix typos in message strings.
12321
12322 * dired-x.el (virtual-dired): Declare with `defalias'.
12323 (dired-mark-unmarked-files, dired-local-variables-file)
12324 (dired-omit-here-always): Doc fix.
12325 (dired-omit-mode, dired-find-subdir)
12326 (dired-enable-local-variables, dired-clean-up-buffers-too)
12327 (dired-extra-startup, dired-mark-extension, dired-jump)
12328 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12329 (dired-smart-shell-command, dired-guess-shell-alist-user)
12330 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12331 (dired-x-bind-find-file, dired-x-submit-report):
12332 Fix typos in docstrings.
12333 (dired-mark-unmarked-files): "?\ " -> "?\s".
12334
12335 * dirtrack.el (dirtrack-list): Fix typos in docstring.
12336
12337 * faces.el (describe-face): "?\ " -> "?\s".
12338 (read-all-face-attributes, read-face-font, modify-face)
12339 (face-attr-construct, italic): Fix typos in docstrings.
12340 (frame-update-face-colors): Declare with
12341 `define-obsolete-function-alias'.
12342
12343 * files.el (find-file-noselect, recode-file-name): Doc fixes.
12344 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12345 (magic-mode-alist, buffer-file-numbers-unique)
12346 (write-file-functions, get-free-disk-space):
12347 Fix typos in docstrings.
12348 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12349 (write-contents-hooks, write-file-hooks):
12350 Declare with `define-obsolete-variable-alias'.
12351
12352 * forms-d2.el (arch-rj): Fix typo in docstrings.
12353 (arch-tocol): Likewise. "?\ " -> "?\s".
12354
12355 * frame.el (set-frame-font, cursor-in-non-selected-windows):
12356 Fix typo in docstring.
12357 (set-screen-width, set-screen-height): Delete redundant info in
12358 doctrings.
12359 (new-frame, screen-height, screen-width): Declare with
12360 `define-obsolete-function-alias'.
12361 (delete-frame-hook, blink-cursor): Declare with
12362 `define-obsolete-variable-alias'.
12363
12364 * paths.el (prune-directory-list): Fix typos in docstring.
12365
12366 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12367 (cvs-prefix-get): Fix typos in docstrings.
12368
12369 * ps-print.el (ps-extend-face-list, ps-extend-face)
12370 (ps-print-background-image): Fix typos in docstrings.
12371 (ps-default-fg, ps-default-bg): Doc fixes.
12372
12373 * s-region.el (s-region-bind): Doc fix.
12374 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12375
12376 * textmodes/org.el (org-table-formula-substitute-names)
12377 (org-table-get-vertical-vector): Doc fixes.
12378 (org-table-recalculate): Remove unused argument to `message'.
12379
12380 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
12381
12382 * textmodes/org.el (org-table-column-names)
12383 (org-table-column-name-regexp)
12384 (org-table-named-field-locations): New variables.
12385 (org-archive-subtree): Protect `this-command' when calling
12386 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12387 the kill buffer.
12388 (org-complete): Remove fixed-formula completion.
12389 (org-edit-formulas-map): New variable.
12390 (org-table-edit-formulas): New command.
12391 (org-finish-edit-formulas, org-abort-edit-formulas)
12392 (org-show-variable, org-table-get-vertical-vector): New functions.
12393 (org-table-maybe-eval-formula): Handle `:=' fields.
12394 (org-table-get-stored-formulas, org-table-store-formulas)
12395 (org-table-get-formula, org-table-modify-formulas)
12396 (org-table-replace-in-formulas): Handle named field formulas.
12397 (org-table-get-specials): Store locations of named fields.
12398
12399 2005-07-19 Juri Linkov <juri@jurta.org>
12400
12401 * progmodes/grep.el (grep-regexp-alist)
12402 (grep-mode-font-lock-keywords, grep-process-setup):
12403 Use default GNU grep match color "01;31m" instead of "01;41m".
12404 (grep-regexp-alist, grep-mode-font-lock-keywords):
12405 Use `\\[[0-9]*m' instead of `\\[00m'.
12406 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12407 sgr_start where its handling is more important. Use the real
12408 length of sgr_start instead of constant 8.
12409 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12410 specially. Delete all remaining escape sequences.
12411 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12412 (grep-regexp-alist): Make hyperlink only for binary file name
12413 instead of the whole line.
12414 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12415 (grep-mode): Add autoload.
12416
12417 * emacs-lisp/find-func.el (find-function-regexp):
12418 Add `define-compilation-mode'.
12419
12420 2005-07-19 Juri Linkov <juri@jurta.org>
12421
12422 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12423 (compare-windows-sync-string-size, compare-windows-recenter)
12424 (compare-windows-highlight, compare-windows): Add version 22.1.
12425 (compare-windows) <defface>: Inherit from lazy-highlight instead
12426 of duplicating its default value.
12427
12428 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12429 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12430
12431 * descr-text.el (describe-char): Create link buttons for `charset'
12432 and `code point'. Add the current input method name with a link
12433 button to `to input' field. Print face names of display table
12434 characters in `The display table entry is displayed by' section
12435 instead of printing face-id in the `display' field.
12436 Guess hardcoded faces and create a link button for them.
12437 Skip empty fields when calculating max-width.
12438 Treat `widget-create' specially while inserting strings from the
12439 collected field list.
12440 (describe-char-after): Made obsolete in version 22.1, not 21.5.
12441
12442 * diff-mode.el (diff-file-header): Change foreground color from
12443 yellow to green on light backgrounds.
12444 (diff-context): Inherit from `shadow' only for color/grayscale
12445 with more than 88 colors.
12446 (diff-indicator-removed, diff-indicator-added)
12447 (diff-indicator-changed): New faces.
12448 (diff-font-lock-keywords): Use new faces. Regroup rules.
12449 Add "^---$" for `normal' diff format. Fontify `#' lines with
12450 font-lock-comment-delimiter-face and font-lock-comment-face.
12451 Add `#' to ^[^...] in the rule for `diff-context-face'.
12452
12453 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12454 a button-like box. Inherit from `highlight' on low colors.
12455 (shadow): Use shades of gray only for color/grayscale with
12456 more than 88 colors. Use green for light backgrounds with
12457 8 colors, and yellow for dark backgrounds with 8 colors.
12458
12459 * font-lock.el (font-lock-regexp-grouping-backslash):
12460 Don't inherit from escape-glyph (use bold for all cases).
12461
12462 * info.el (info-xref-visited): Use light foreground color `violet'
12463 for dark backgrounds instead of dark color `magenta3'.
12464 (info-title-1): Use `yellow' color for dark backgrounds.
12465
12466 * isearch.el (isearch): Use not-too-dark magenta3 instead of
12467 too-light magenta2.
12468
12469 * replace.el (match): Use slightly more light RoyalBlue3 instead
12470 of dark RoyalBlue4.
12471
12472 * wid-edit.el (widget-inactive): Inherit from `shadow'.
12473
12474 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
12475
12476 * novice.el (disabled-command-hook): Declare it with
12477 `define-obsolete-variable-alias'.
12478
12479 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12480 (desktop-buffer-misc-functions, desktop-buffer-handlers)
12481 (desktop-load-default): Add release to obsolescence info.
12482 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12483 (desktop-append-buffer-args, desktop-read):
12484 Fix typos in docstrings.
12485 (desktop-kill): Fix typo in message.
12486 (desktop-save): Doc fix.
12487
12488 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
12489
12490 * viper-cmd.el (viper-escape-to-state): Bug fix.
12491 (viper-envelop-ESC-key): Change the definition of fast
12492 keysequence so it'll work with keyboard macros.
12493
12494 * ediff.el (ediff-patch-buffer): Change the docstring.
12495
12496 2005-07-19 Kenichi Handa <handa@m17n.org>
12497
12498 * international/mule-cmds.el (select-safe-coding-system): Try to
12499 use an auto-coding (if any) before anything else. If the found
12500 auto-coding is invalid, show a warning message.
12501
12502 * international/mule.el (find-auto-coding): New function created
12503 by modifying the body of set-auto-coding.
12504 (set-auto-coding): Use find-auto-coding to find a coding.
12505
12506 2005-07-18 Richard M. Stallman <rms@gnu.org>
12507
12508 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12509 not isearch-mode-end-hook-error.
12510 (allout-before-change-protect): Fix error message.
12511
12512 2005-07-18 Juri Linkov <juri@jurta.org>
12513
12514 * allout.el (allout-mode):
12515 * calculator.el (calculator-copy):
12516 * custom.el (custom-known-themes):
12517 * dired.el (dired-desktop-buffer-misc-data)
12518 (dired-restore-desktop-buffer):
12519 * dired-x.el (dired-omit-marker-char):
12520 * files.el (basic-save-buffer):
12521 * font-core.el (font-lock-mode):
12522 * calendar/calendar.el (calendar-goto-hebrew-date)
12523 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12524 (calendar-goto-persian-date):
12525 * language/ethio-util.el (ethio-sera-to-fidel-region):
12526 * textmodes/picture.el (picture-mode):
12527 Delete duplicate duplicate words.
12528
12529 2005-07-18 Juri Linkov <juri@jurta.org>
12530
12531 * isearch.el (isearch-mode-map): Remove key bindings for regexp
12532 chars * ? } |.
12533 (isearch-fallback): Don't call `isearch-process-search-char'.
12534 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12535 (isearch-process-search-char): Call `isearch-fallback' for regexp
12536 chars * ? } |.
12537 (isearch-return-char): Make obsolete with `make-obsolete' instead
12538 of simply documenting it as obsolete in the docstring.
12539 (isearch-fallback): Refill docstring.
12540
12541 * international/isearch-x.el
12542 (isearch-process-search-multibyte-characters): Remove unneeded
12543 `concat'. Add intermediate values to `junk-hist' instead of
12544 `minibuffer-history'. Test the length of `str'.
12545
12546 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
12547
12548 * allout.el (allout-resolve-xref): Fix typos in error strings.
12549 (allout-before-change-protect): Remove unneeded `concat'.
12550
12551 * array.el (array-mode, array-reconfigure-rows)
12552 (untabify-backward): Fix typos in docstrings.
12553 (array-reconfigure-rows): Use `insert-buffer-substring', not
12554 `insert-buffer'.
12555
12556 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12557 * progmodes/ada-mode.el (ada-make-body):
12558 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12559
12560 * dired.el (dired-log):
12561 * tar-mode.el (tar-subfile-save-buffer):
12562 * play/zone.el (zone-pgm-stress-destress):
12563 Use `insert-buffer-substring', not `insert-buffer'.
12564
12565 2005-07-17 Simon Josefsson <jas@extundo.com>
12566
12567 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12568
12569 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
12570
12571 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12572 Add plain auth method.
12573 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12574
12575 2005-07-17 Kim F. Storm <storm@cua.dk>
12576
12577 * ido.el (dired-other-window): Add ido property.
12578
12579 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
12580
12581 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12582 Fix typo in docstring.
12583 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12584 `insert-file-literally'.
12585
12586 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12587 info and delete redundant message. Doc fix.
12588 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12589 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12590
12591 2005-07-16 Richard M. Stallman <rms@gnu.org>
12592
12593 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12594 (byte-compile-and): Use byte-compile-and-recursion.
12595 (byte-compile-or-recursion): New function.
12596 (byte-compile-or): Use that.
12597 (byte-compile-if): Guard the else-clause too.
12598 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12599
12600 * isearch.el (isearch-mode-end-hook-quit): New variable.
12601 (isearch-done): Bind it.
12602 (isearch-mode-end-hook): Doc fix.
12603
12604 * allout.el (allout-isearch-did-quit): Variable deleted.
12605 (allout-real-isearch-abort): Function name no longer used.
12606 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12607 (allout-isearch-rectification): isearch-mode always exists.
12608 Don't set allout-isearch-did-quit.
12609 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12610 allout-isearch-did-quit.
12611 (allout-enwrap-isearch): Just add the hook.
12612 (allout-isearch-abort): Function deleted.
12613 (allout-pre-command-business): Avoid warning.
12614
12615 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12616 Correctly avoid warnings.
12617 (pascal-outline): Likewise.
12618
12619 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12620
12621 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12622
12623 * play/tetris.el (tetris-mode): Avoid warning.
12624
12625 * play/snake.el (snake-mode): Avoid warning.
12626
12627 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12628 (gamegrid-set-display-table): Avoid warning.
12629 (gamegrid-set-timer): Likewise.
12630 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12631 (gamegrid-add-score-with-update-game-score-1): Take FILE
12632 as argument.
12633 (gamegrid-add-score-with-update-game-score): Pass that argument.
12634 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12635
12636 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12637
12638 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12639 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12640
12641 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12642 and insert-file.
12643
12644 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12645 (sc-ask): Avoid warnings.
12646
12647 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12648 (eshell-hist-initialize): Use that var the natural way.
12649
12650 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12651
12652 * emacs-lisp/re-builder.el (reb-cook-regexp):
12653 Avoid warning calling lre-compile-string.
12654 (reb-color-display-p): Avoid warning.
12655
12656 * calculator.el (calculator-last-input): Guard uses
12657 of event-key and key-press-event-p.
12658 (event-key, key-press-event-p): Delete definitions.
12659
12660 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12661 (find-gc-source-directory, find-gc-subrs-callers)
12662 (find-gc-noreturn-list, find-gc-source-files)
12663 (find-gc-subrs-called): Vars renamed and defvar'd.
12664
12665 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12666 (checkdoc-overlay-put, checkdoc-delete-overlay)
12667 (checkdoc-overlay-start, checkdoc-overlay-end)
12668 (checkdoc-mode-line-update, checkdoc-char=):
12669 Define such that compiler knows they are defined.
12670 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12671 (checkdoc-read-event): Delete. Use read-event directly.
12672
12673 * whitespace.el (whitespace-make-overlay)
12674 (whitespace-overlay-put, whitespace-delete-overlay)
12675 (whitespace-overlay-start, whitespace-overlay-end):
12676 Define such that compiler knows they are defined.
12677 (whitespace): Move conditional inside.
12678
12679 * tempo.el (tempo-insert-template): Suppress warning.
12680
12681 * ediff-diff.el (longlines-mode): Add defvar.
12682
12683 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12684
12685 * server.el: Bind "C-x #" in a way that works even if C-x is
12686 redefined to a command key, not a prefix key.
12687
12688 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12689
12690 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12691 cl-make-type-test till execution time.
12692
12693 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12694
12695 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12696 arg ARG and use it.
12697
12698 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12699
12700 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12701
12702 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12703
12704 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12705 a defcustom with two :set or :type keywords.
12706
12707 2005-07-15 Richard M. Stallman <rms@gnu.org>
12708
12709 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12710 Don't give ^M comment-end syntax.
12711
12712 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
12713
12714 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12715 Don't consider gdbmi (gdb-mi.el has its own update functions).
12716 (gdb-var-delete): Make it work for gdbmi as well.
12717 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12718
12719 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12720 (gud-speedbar-menu-items): Correct logic for enabling items.
12721
12722 2005-07-15 Kim F. Storm <storm@cua.dk>
12723
12724 * ido.el: Fix commentary.
12725 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12726 Use with-no-warnings around ffap-guesser.
12727 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12728 Let bind minibuffer-completing-file-name to t.
12729
12730 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
12731
12732 * startup.el (site-run-file, keyboard-type): Doc fixes.
12733 (command-line): Check for "--basic-display" argument; also for
12734 "--quick", not "--bare-bones" (which was renamed).
12735 (fancy-splash-text): Add missing item "Getting New Versions".
12736 (normal-splash-screen): Fix typos and improve consistency with
12737 `fancy-splash-text'. Update copyright year.
12738
12739 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12740 valid binding for `help-char'.
12741
12742 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12743
12744 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12745
12746 * term.el (term-mode): Disable cua-mode for term buffers.
12747
12748 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
12749
12750 * add-log.el (add-log-mailing-address, change-log-merge):
12751 Doc fixes.
12752 (change-log-get-method-definition): Fix typo in docstring.
12753
12754 2005-07-14 Kim F. Storm <storm@cua.dk>
12755
12756 * emulation/cua-base.el:
12757 (cua--pre-command-handler-1, cua--pre-command-handler)
12758 (cua--post-command-handler-1, cua--post-command-handler):
12759 Split in two. Check (buffer local) value of cua-mode.
12760 (cua-selection-mode): New command.
12761
12762 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12763
12764 * custom.el (custom-initialize-safe-set)
12765 (custom-initialize-safe-default): Doc fixes.
12766
12767 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12768 and simplify :init-value again.
12769
12770 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12771 and simplify :init-value again. Delete autoload.
12772
12773 * startup.el (command-line): Use `custom-reevaluate-setting' again
12774 for tooltip-mode.
12775
12776 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12777 a defcustom with two :initialize keywords.
12778
12779 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
12780
12781 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12782 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12783 (allout-post-command-business, allout-flag-region)
12784 (isearch-reenable-font-lock, allout-yank)
12785 (allout-insert-latex-header, allout-insert-latex-trailer)
12786 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12787 (allout-latex-verb-quote): Fix typos in docstrings.
12788 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12789 (allout-unprotected, allout-prefix-data):
12790 Improve argument/docstring consistency.
12791 (allout-chart-subtree): Fix argument spec.
12792 (allout-open-topic): Rename `use_sib_bullet' argument to
12793 `use-sib-bullet'. Doc fix.
12794
12795 * whitespace.el (whitespace-check-buffer-leading)
12796 (whitespace-check-buffer-trailing)
12797 (whitespace-check-buffer-indent)
12798 (whitespace-check-buffer-spacetab)
12799 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12800 (whitespace-check-leading-whitespace)
12801 (whitespace-check-trailing-whitespace)
12802 (whitespace-check-spacetab-whitespace)
12803 (whitespace-check-indent-whitespace)
12804 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12805 (whitespace-modes): Fix typos in docstrings.
12806 (defgroup, defcustom): Doc fixes.
12807
12808 * winner.el (winner-mode, winner-boring-buffers)
12809 (winner-pending-undo-ring): Doc fixes.
12810 (winner-ring): Remove unneeded `progn'.
12811 (winner-equal): `defsubst' it.
12812 (winner-redo): Fix message.
12813
12814 2005-07-13 Kim F. Storm <storm@cua.dk>
12815
12816 * simple.el (line-move-1): Always use vertical-motion to
12817 do the last (or only) line move to ensure some movement.
12818 Undo 2005-06-23 change--don't check for overlays.
12819
12820 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12821
12822 * term/mac-win.el (ccl-encode-mac-roman-font)
12823 (ccl-encode-mac-centraleurroman-font)
12824 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12825 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12826 Change charset-id boundary of dimension to ?\xef.
12827 (mac-char-fontspec-list): New constant.
12828 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12829 argument. Nil uses itself as family in font-spec. Previous
12830 behavior for nil is now provided by non-nil non-string argument.
12831 All callers changed. Add font-specs for Mac fonts to
12832 "fontset-default" unless iso8859-1 fonts are installed.
12833
12834 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12837 a continuation line if the \ is preceded by SPC or TAB.
12838 (sh-get-indent-info): Simplify.
12839 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12840 Use with-current-buffer.
12841
12842 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12843 when the matched text is empty.
12844
12845 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12846
12847 * startup.el (command-line): Revert to previous handling of
12848 tooltip-mode. Explain in comment why the complexity is needed.
12849
12850 * tooltip.el (tooltip-mode): Revert to previous implementation of
12851 its defcustom.
12852
12853 * frame.el (blink-cursor-mode): Revert to previous implementation
12854 of its defcustom. Update comment.
12855
12856 2005-07-12 Lars Hansen <larsh@soem.dk>
12857
12858 * desktop.el: Update e-mail address.
12859
12860 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12861
12862 * term/mac-win.el (mac-services-mail-selection)
12863 (mac-services-mail-to): New functions.
12864 (mac-application-menu-map): Bind them.
12865
12866 2005-07-12 wulei <milton@wulei.net> (tiny change)
12867
12868 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12869
12870 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12871
12872 * custom.el (custom-reevaluate-setting): Doc fix.
12873
12874 2005-07-11 Jay Belanger <belanger@truman.edu>
12875
12876 * calc/calc.el (calc-embedded-announce-formula-alist)
12877 (calc-embedded-open-close-plain-alist)
12878 (calc-embedded-open-close-mode-alist): Add checks for additional
12879 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12880
12881 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
12882
12883 * custom.el (custom-enable-theme): Don't add theme to
12884 `custom-enabled-themes' with `push' because there is no
12885 setf-method for `delq'.
12886
12887 2005-07-11 Richard M. Stallman <rms@gnu.org>
12888
12889 * custom.el (custom-declare-variable): Doc fix.
12890
12891 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12892 from the alists.
12893
12894 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12895 Do nothing if edebug-active.
12896
12897 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12898 (edebug-display): Do it here instead.
12899
12900 2005-07-10 Richard M. Stallman <rms@gnu.org>
12901
12902 * cus-face.el (custom-theme-set-faces): Make it work.
12903 (custom-reset-faces): Doc fix.
12904 (custom-theme-reset-internal-face, custom-theme-face-value):
12905 Functions deleted.
12906
12907 * custom.el (custom-push-theme): Maintain list of the settings
12908 of a given theme in its theme-settings property.
12909 Maintain position of old settings in the theme-value
12910 or theme-face property.
12911 (custom-enabled-themes): New variable.
12912 (custom-theme-enabled-p): New function.
12913 (provide-theme): Update custom-enabled-themes.
12914 Disable and reenable the `user' theme.
12915 (require-theme): Doc fix.
12916 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12917 (custom-theme-value, custom-theme-variable-value): Likewise.
12918 (custom-theme-reset-internal): Likewise.
12919 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12920 (custom-enable-theme, custom-disable-theme): New functions.
12921 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12922 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12923 (custom-theme-reset-variables): Simplify.
12924 (deftheme, custom-declare-theme, custom-make-theme-feature):
12925 Definitions moved.
12926
12927 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
12928
12929 * longlines.el (longlines-show-region)
12930 (longlines-unshow-hard-newlines): Recognize hard newlines by
12931 non-nil hard property, instead of t.
12932
12933 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
12934
12935 * viper-cmd.el (viper--key-maps): New variable.
12936 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12937 emulation-mode-map-alists.
12938 (viper-envelop-ESC-key): Use viper-subseq.
12939 (viper-search-forward/backward/next): Disable debug-on-error.
12940
12941 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12942 (viper-ESC-key): New defcustoms.
12943
12944 * viper-macs.el (ex-map-read-args): Use viper-subseq.
12945
12946 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12947 (viper-subseq): Copy of subseq from cl.el.
12948
12949 * viper.el (viper-go-away, viper-set-hooks): Use
12950 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12951
12952 * viper-mous.el (viper-current-frame-saved): Use defvar.
12953
12954 * viper-init.el: Get rid of -face in face names.
12955
12956 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12957 Make it work with longlines mode
12958
12959 * ediff-mult.el (ediff-meta-mode-hook): New variable.
12960
12961 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12962
12963 * ediff-init.el: Get rid of -face in face names.
12964
12965 2005-07-10 Richard M. Stallman <rms@gnu.org>
12966
12967 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12968 and with-timeout-unsuspend.
12969
12970 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12971 and with-timeout-unsuspend.
12972
12973 * emacs-lisp/timer.el (with-timeout-timers): New variable.
12974 (with-timeout): Bind that variable to record timers.
12975 (with-timeout-suspend, with-timeout-unsuspend): New functions.
12976
12977 * emacs-lisp/debug.el (debug-help-follow): New function.
12978 (debugger-mode-map): Use that instead of help-follow.
12979 (debugger-setup-buffer): Use eval-buffer-list
12980 to handle eval-buffer frames.
12981
12982 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
12983
12984 * timezone.el (timezone-parse-date): Change first regexp
12985 so it will not mistakenly match dates with no time zone.
12986
12987 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
12988
12989 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12990
12991 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
12992
12993 * custom.el (custom-initialize-safe-set)
12994 (custom-initialize-safe-default): New functions.
12995
12996 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12997 and simplify :init-value.
12998
12999 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13000 and simplify :init-value. Delete obsolete comment.
13001
13002 * startup.el (command-line): Use `custom-reevaluate-setting' to
13003 handle `tooltip-mode'. Delete obsolete comment.
13004
13005 * files.el (set-visited-file-name): Avoid calling
13006 `file-name-nondirectory' with a nil argument.
13007
13008 2005-07-09 Richard M. Stallman <rms@gnu.org>
13009
13010 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13011 was called with nil for the buffer, handle the read position right.
13012 Handle read position for eval-region, too.
13013
13014 2005-07-09 Juri Linkov <juri@jurta.org>
13015
13016 * fringe.el (fringe-mode): Add period in docstring.
13017 (fringe-query-style): Build prompt depending on `all-frames' arg.
13018
13019 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13020 to not create links to unrelated functions in the Help buffer.
13021
13022 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13023 Doc fix.
13024
13025 * simple.el (next-error-hook): New variable.
13026 (next-error): Use it. Doc fix.
13027
13028 * textmodes/ispell.el (ispell-command-loop): Add current
13029 dictionary name and program name to mode-line-format.
13030 (ispell-region, ispell-process-line): Add current dictionary name
13031 and program name to messages.
13032
13033 2005-07-08 Jay Belanger <belanger@truman.edu>
13034
13035 * calc/calc.el (calc-embedded-announce-formula-alist)
13036 (calc-embedded-open-close-formula-alist)
13037 (calc-embedded-open-close-word-alist)
13038 (calc-embedded-open-close-plain-alist)
13039 (calc-embedded-open-close-new-formula-alist)
13040 (calc-embedded-open-close-mode-alist)
13041 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13042 (calc-embedded-mode-hook): New variables.
13043
13044 * calc/calc-embed.el (calc-embedded-firsttime)
13045 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13046 New variables.
13047 (calc-do-embedded): Use calc-embedded-firsttime,
13048 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13049 determine whether or not to run hooks.
13050 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13051 calc-embedded-firsttime-formula appropriately.
13052 Set calc-embedded delimiter variables according to mode.
13053
13054 2005-07-08 Richard M. Stallman <rms@gnu.org>
13055
13056 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13057 Check for "emacs", etc., as entire symbol, not just as word.
13058 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13059
13060 * files.el (set-visited-file-name): Report the error
13061 for "empty filename" earlier.
13062 (kill-some-buffers): Ignore buffers already dead.
13063
13064 * fringe.el (fringe-mode): Doc fix.
13065
13066 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13067 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13068 Use unwind-protect to ensure byte-compile-unresolved-functions
13069 is updated.
13070
13071 * whitespace.el (whitespace-buffer-leading-cleanup):
13072 Simplify w/ skip-chars-forward.
13073 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13074
13075 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13076 Unconditionally try to leave point at the same old place.
13077
13078 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13079
13080 * comint.el (comint-postoutput-scroll-to-bottom)
13081 (comint-show-maximum-output): Take scroll-margin into consideration.
13082
13083 2005-07-08 Kim F. Storm <storm@cua.dk>
13084
13085 * ido.el (ido-use-filename-at-point): New choice `guess'.
13086 (ido-file-internal): Try ffap-guesser if selected.
13087
13088 * ido.el (ido-before-fallback-functions): New hook.
13089 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13090 (ido-read-file-name): Run it.
13091
13092 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13095 strings rather than a list of symbols to the completion function.
13096
13097 2005-07-07 Jay Belanger <belanger@truman.edu>
13098
13099 * calc/calc-units.el (math-apply-units): Change the places in
13100 which units are simplified.
13101
13102 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13103
13104 * cus-edit.el (customize-option, customize-option-other-window):
13105 Make them handle aliases.
13106
13107 * custom.el (custom-variable-p): Make it recursively follow
13108 aliases. Mention that in the docstring.
13109
13110 2005-07-07 Richard M. Stallman <rms@gnu.org>
13111
13112 * cus-start.el (exec-path): Use `directory' instead of `file'.
13113 Fix tag for nil.
13114
13115 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13116
13117 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13118 when called non-interactively. Doc fix.
13119
13120 2005-07-07 Lute Kamstra <lute@gnu.org>
13121
13122 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13123 new address as well.
13124
13125 2005-07-07 Kenichi Handa <handa@m17n.org>
13126
13127 * international/mule.el (make-coding-system):
13128 Describe `ascii-incompatible' property in the docstring.
13129 (set-file-name-coding-system): Signal an error if coding-system is
13130 ascii-incompatible.
13131 (set-keyboard-coding-system): Likewise.
13132
13133 * international/mule-cmds.el (set-default-coding-systems):
13134 Don't set default-file-name-coding-system and
13135 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13136
13137 * international/utf-16.el: Declare that all UTF-16-based coding
13138 systems are ASCII-incompatible.
13139
13140 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13141
13142 * progmodes/gud.el: Require font-lock for displaying errors.
13143 Used by gdb-ui.el.
13144
13145 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13146
13147 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13148 values for the pattern lists which are `read'able but not
13149 `append'able (like symbols).
13150
13151 2005-07-06 Richard M. Stallman <rms@gnu.org>
13152
13153 * progmodes/flymake.el (flymake-float-time): Instead of
13154 with-no-warnings, test for xemacs.
13155 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13156 to avoid warning.
13157
13158 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13159
13160 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13161
13162 2005-07-05 Lute Kamstra <lute@gnu.org>
13163
13164 * battery.el: Add support for Darwin (with much debugging help
13165 from Samuel Lauber <sam124@operamail.com>).
13166 (battery-status-function, battery-echo-area-format)
13167 (battery-mode-line-format): Add support for pmset on Darwin.
13168 (battery-load-low, battery-load-critical): New user options.
13169 (battery-pmset): New function.
13170
13171 2005-07-05 Lute Kamstra <lute@gnu.org>
13172
13173 Update FSF's address in GPL notices.
13174
13175 * textmodes/page-ext.el: Update FSF's address.
13176
13177 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13178
13179 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13180 filling from using prefix when filling a single-line docstring.
13181
13182 * progmodes/flymake.el: Remove useless eval-when-compile.
13183
13184 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13185
13186 2005-07-04 Richard M. Stallman <rms@gnu.org>
13187
13188 * textmodes/org.el (org-file-apps-defaults-gnu):
13189 Rename from org-file-apps-defaults-linux.
13190 (org-default-apps): Don't test system-type for `linux'.
13191 (org-file-apps): Doc fix.
13192
13193 2005-07-04 David Ponce <david@dponce.com>
13194
13195 * tree-widget.el: Improve header Commentary section.
13196 (tree-widget) [defgroup]
13197 (tree-widget-image-enable, tree-widget-themes-directory)
13198 (tree-widget-theme, tree-widget-image-properties-emacs)
13199 (tree-widget-image-properties-xemacs, tree-widget-create-image)
13200 (tree-widget-image-formats, tree-widget-control)
13201 (tree-widget-empty-control, tree-widget-leaf-control
13202 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13203 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13204 (tree-widget-keep, tree-widget-after-toggle-functions)
13205 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13206 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13207 :help-echo message.
13208 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13209 (tree-widget-image-properties): Doc fix. Clearer implementation.
13210 (tree-widget--cursors): New constant.
13211 (tree-widget-lookup-image): New function split from
13212 `tree-widget-find-image'. Clearer implementation.
13213 (tree-widget-find-image): Use it.
13214 (tree-widget-button-keymap): Use `set-keymap-parent'.
13215 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13216 Define the sub-widgets here.
13217 (tree-widget-node): Check that :node is not a tree-widget.
13218 (tree-widget-get-super, tree-widget-open-control)
13219 (tree-widget-close-control, tree-widget-empty-control)
13220 (tree-widget-leaf-control, tree-widget-guide)
13221 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13222 (tree-widget-no-handle, tree-widget-value-delete)
13223 (tree-widget-map): Remove.
13224 (tree-widget-children-value-save): Doc fix. Simplified.
13225 (tree-widget-value-create): Update according to previous changes.
13226
13227 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
13228
13229 * textmodes/org.el: Leading space replaced by TABS.
13230 (org-recalc-marks, org-table-rotate-recalc-marks)
13231 (org-table-get-specials): Treat "^" and "_" marks.
13232 (org-table-justify-field-maybe): Optional argument NEW.
13233 (org-table-eval-formula): Parsing of the format simplified.
13234 New modes C,I. Honor the %= parameter in the current table.
13235 Avoid unnecessary re-align by using the NEW argument to
13236 `org-table-justify-field-maybe'.
13237 (org-calc-default-modes): Default for date-format mimicks org-mode.
13238 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13239
13240 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13241
13242 * cus-face.el (custom-theme-set-faces): Make it handle face
13243 aliases whose alias declarations are pre- or autoloaded.
13244
13245 2005-07-04 Juri Linkov <juri@jurta.org>
13246
13247 * faces.el (read-face-name): Put the code for getting a face name
13248 from the buffer before adding the faces from the `face' property.
13249 Use `completing-read-multiple' instead of `completing-read'.
13250 Require `crm'. Add default value and post-process the returned
13251 list of faces.
13252
13253 * emacs-lisp/crm.el (crm-find-current-element)
13254 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13255
13256 * emacs-lisp/lisp-mode.el (eval-defun-1):
13257 * emacs-lisp/edebug.el (edebug-eval-defun):
13258 Remove unnecessary quotes.
13259
13260 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13261
13262 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13263 (prolog-indent-level): Fix typo in docstring.
13264
13265 * info.el (Info-history, Info-history-forward)
13266 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13267
13268 * add-log.el (add-change-log-entry):
13269 * comint.el (comint-dynamic-list-input-ring)
13270 (comint-dynamic-list-completions):
13271 * dabbrev.el (dabbrev-expand):
13272 * delim-col.el (delimit-columns-rectangle-line):
13273 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13274 (diff-unified->context):
13275 * ediff-init.el (ediff-abbrev-jobname):
13276 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13277 (ediff-replace-session-activity-marker-in-meta-buffer):
13278 * info.el (Info-summary):
13279 * lpr.el (printify-region):
13280 * printing.el (pr-create-interface):
13281 * ps-print.el (ps-print-quote):
13282 * ses.el (ses-column-widths, ses-print-cell)
13283 (ses-adjust-print-width, ses-center):
13284 * shell.el (shell-file-name-quote-list):
13285 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13286 (strokes-fill-current-buffer-with-whitespace)
13287 (strokes-xpm-for-stroke, strokes-list-strokes)
13288 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13289 * term.el (term-dynamic-list-input-ring)
13290 (term-dynamic-list-completions):
13291 * calc/calc.el (math-format-stack-value):
13292 * emacs-lisp/edebug.el (edebug-display-freq-count):
13293 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13294 (delphi-new-comment-line):
13295 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13296 * progmodes/executable.el (executable-set-magic):
13297 * progmodes/python.el (inferior-python-mode):
13298 * progmodes/scheme.el (scheme-mode-syntax-table):
13299 * progmodes/sh-script.el (sh-maybe-here-document):
13300 * progmodes/sql.el (sql-copy-column):
13301 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13302 * textmodes/bibtex.el (bibtex-mode):
13303 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13304 (sgml-auto-attributes):
13305 * textmodes/table.el (table-insert, table-shorten-cell)
13306 (table--generate-source-scan-lines, table-delete-row)
13307 (*table--cell-delete-char, table--spacify-frame)
13308 (table--horizontally-shift-above-and-below)
13309 (table--cell-insert-char, table--cell-blank-str)
13310 (table--fill-region-strictly):
13311 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13312 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13313
13314 * add-log.el (change-log):
13315 * apropos.el (apropos):
13316 * comint.el (comint-completion, comint-source):
13317 * dabbrev.el (dabbrev):
13318 * delim-col.el (columns):
13319 * diff-mode.el (diff-mode):
13320 * ediff.el (ediff):
13321 * ediff-diff.el (ediff-diff):
13322 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13323 * ediff-mult.el (ediff-mult):
13324 * ediff-ptch.el (ediff-ptch):
13325 * ediff-wind.el (ediff-window):
13326 * facemenu.el (facemenu):
13327 * indent.el (indent):
13328 * info.el (info):
13329 * jka-cmpr-hook.el (compression, jka-compr):
13330 * lpr.el (lpr):
13331 * outline.el (outlines):
13332 * pcmpl-cvs.el (pcmpl-cvs):
13333 * pcmpl-rpm.el (pcmpl-rpm):
13334 * printing.el (printing):
13335 * ps-print.el (postscript, ps-print, ps-print-horizontal)
13336 (ps-print-vertical, ps-print-headers, ps-print-font)
13337 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13338 (ps-print-background, ps-print-printer, ps-print-page)
13339 (ps-print-miscellany):
13340 * ses.el (ses):
13341 * shell.el (shell, shell-directories, shell-faces):
13342 * startup.el (initialization):
13343 * strokes.el (strokes):
13344 * term.el (term):
13345 * uniquify.el (uniquify):
13346 * w32-vars.el (w32):
13347 * calc/calc.el (calc):
13348 * emacs-lisp/bytecomp.el (bytecomp):
13349 * emacs-lisp/cl-indent.el (lisp-indent):
13350 * emacs-lisp/edebug.el (edebug):
13351 * emacs-lisp/elp.el (elp):
13352 * emacs-lisp/testcover.el (testcover):
13353 * emacs-lisp/trace.el (trace):
13354 * emulation/viper-ex.el (viper-ex):
13355 * emulation/viper-mous.el (viper-mouse):
13356 * mail/mailalias.el (mailalias):
13357 * mail/supercite.el (supercite, supercite-frames)
13358 (supercite-attr, supercite-cite, supercite-hooks):
13359 * net/rcompile.el (remote-compile):
13360 * net/rlogin.el (rlogin):
13361 * obsolete/ooutline.el (outlines):
13362 * progmodes/delphi.el (delphi):
13363 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13364 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13365 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13366 (ebnf-optimization):
13367 * progmodes/etags.el (etags):
13368 * progmodes/executable.el (executable):
13369 * progmodes/idlwave.el (idlwave):
13370 * progmodes/pascal.el (pascal):
13371 * progmodes/prolog.el (prolog):
13372 * progmodes/python.el (python):
13373 * progmodes/scheme.el (scheme):
13374 * progmodes/sh-script.el (sh, sh-script):
13375 * progmodes/sql.el (SQL):
13376 * progmodes/tcl.el (tcl):
13377 * textmodes/bibtex.el (bibtex, bibtex-autokey):
13378 * textmodes/enriched.el (enriched):
13379 * textmodes/makeinfo.el (makeinfo):
13380 * textmodes/sgml-mode.el (sgml):
13381 * textmodes/table.el (table-hooks):
13382 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13383 * textmodes/texinfo.el (texinfo):
13384 * textmodes/two-column.el (two-column):
13385 Finish `defgroup' description with period.
13386
13387 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13388 * eshell/esh-var.el (eshell-var):
13389 * progmodes/vhdl-mode.el (vhdl-testbench):
13390 * textmodes/org.el (org): Fix typos in docstrings.
13391
13392 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13393 consistency.
13394
13395 * progmodes/flymake.el (flymake-find-file): Remove.
13396 (flymake-float-time): Use `with-no-warnings'.
13397 (flymake-check-start-time, flymake-check-was-interrupted)
13398 (flymake-err-info, flymake-is-running, flymake-last-change-time)
13399 (flymake-new-err-info): `defvar' at compile time.
13400
13401 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
13402
13403 * replace.el (occur-hook): Doc fix.
13404 (occur-1): Don't call `occur-hook' if there are no matches.
13405
13406 2005-07-03 Richard M. Stallman <rms@gnu.org>
13407
13408 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13409 global-map, save the same map.
13410 (global-map): Don't alter it at top level.
13411 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13412 Then alter it here instead.
13413 (tpu-edt-off): Set global-map to the saved one.
13414
13415 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13416 All references simplified.
13417 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
13418 (zmacs-regions): Add defvar.
13419 (repeat-complex-command-map): Everything about that deleted.
13420
13421 * textmodes/artist.el (artist-key-is-drawing)
13422 (artist-key-endpoint1, artist-key-poly-point-list)
13423 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13424 (artist-key-compl-table, artist-rb-save-data)
13425 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13426 Don't put them in eval-when-compile.
13427 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13428
13429 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13430 Use with-no-warnings.
13431
13432 * net/browse-url.el (dos-windows-version): Add defvar.
13433
13434 * mail/supercite.el (filladapt-prefix-table): Add defvar.
13435
13436 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13437 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13438 (rmail-new-summary-line-count): Rename from new-summary-line-count.
13439 Add defvar.
13440 (rmail-summary-beginning-of-message): Use with-no-warnings.
13441 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13442
13443 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13444 Use with-no-warnings.
13445
13446 * emulation/vi.el (vi-mark-region): Use c-mark-function.
13447 (c-mark-function): Add point-moving-unit property.
13448 (vi-goto-line): Use with-no-warnings.
13449
13450 * emulation/edt.el (edt-last-copied-word): Add defvar.
13451 (zmacs-region-stays): Likewise.
13452 (edt-mark-section-wisely): Use c-mark-function for C.
13453 Use makr-defun for Fortran.
13454 (time-string): defvar deleted.
13455 (edt-display-the-time): Don't set time-string.
13456
13457 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13458
13459 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13460 Don't warn when name is not constant
13461 or for defining the group `emacs'.
13462
13463 * tooltip.el (gud-tooltip-mode): Add defvar.
13464
13465 * startup.el (default-frame-background-mode): Add defvar.
13466
13467 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13468
13469 * info.el (tool-bar-map): Add defvar.
13470
13471 * dired.el (dnd-protocol-alist): Add defvar.
13472
13473 * dired-aux.el (dired-query): Display question with answer, when
13474 the user answers.
13475
13476 * custom.el (custom-add-option): Doc fix.
13477
13478 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13479
13480 2005-07-03 Eli Zaretskii <eliz@gnu.org>
13481
13482 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13483 bogus name from the last change.
13484
13485 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
13486
13487 * custom.el (custom-declare-variable): Fix typos in comment.
13488 (custom-known-themes): Doc fix.
13489 (custom-theme-directory): New defcustom.
13490 (require-theme): Make it check `custom-theme-directory'.
13491
13492 * cus-theme.el (custom-new-theme-mode): New function.
13493 (custom-theme-name, custom-theme-variables, custom-theme-faces)
13494 (custom-theme-description): Add compiler defvars.
13495 (customize-create-theme): Add doc to the "*New Custom Theme*"
13496 buffer. Use `custom-new-theme-mode'.
13497 (custom-theme-write): Put the created buffer in emacs-lisp-mode
13498 and save it to the `custom-theme-directory'. Make this the
13499 default directory of the buffer.
13500
13501 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
13502
13503 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13504 Fix unbalanced parentheses.
13505
13506 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13507
13508 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13509 into flymake-mode and delegate to flymake-mode.
13510
13511 * find-file.el (ff-which-function-are-we-in): Clean up.
13512
13513 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
13514
13515 * replace.el (occur-rename-buffer): Fix docstring.
13516
13517 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13518 (edt-last-copied-word, edt-learn-macro-count)
13519 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13520 (edt-rect-start-point, edt-user-global-map, rect-start-point)
13521 (time-string, zmacs-region-stays):
13522 * emulation/edt-mapper.el (edt-save-function-key-map)
13523 (EDT-key-name): `defvar' to silence the byte-compiler.
13524
13525 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
13526
13527 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13528 font-lock-regexp-backslash. Doc fix.
13529 (font-lock-regexp-backslash-grouping-construct): Rename from
13530 font-lock-regexp-backslash-construct. Doc fix.
13531 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13532 grouping constructs.
13533
13534 2005-07-02 Eli Zaretskii <eliz@gnu.org>
13535
13536 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13537 updating all the prerequisites.
13538
13539 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
13540
13541 * textmodes/org.el (org-agenda-start-on-weekday)
13542 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13543 (org-agenda-use-time-grid, org-archive-location)
13544 (org-allow-space-in-links, org-usenet-links-prefer-google)
13545 (org-enable-table-editor, org-export-default-language)
13546 (org-export-html-show-new-buffer, org-fill-paragraph)
13547 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13548 (org-goto-quit, org-occur, org-eval-in-calendar)
13549 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13550 (org-agenda-diary-entry, org-remember-help)
13551 (org-table-convert-region, org-at-table-p)
13552 (org-table-move-row-down, org-table-move-row-up)
13553 (org-table-copy-region, org-table-toggle-vline-visibility)
13554 (org-table-get-stored-formulas, org-table-get-specials)
13555 (org-recalc-commands, org-table-eval-formula)
13556 (org-table-formula-substitute-names, orgtbl-make-binding)
13557 (org-format-org-table-html, org-format-table-table-html)
13558 (org-format-table-table-html-using-table-generate-source)
13559 (org-customize): Fix typos in docstrings.
13560 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13561 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13562 (org-back-to-heading): Doc fixes.
13563 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13564 (org-agenda-change-all-lines, org-get-header):
13565 Improve argument/docstring consistency.
13566 (orgtbl-error): Fix error message.
13567
13568 * progmodes/flymake.el (flymake-find-possible-master-files)
13569 (flymake-master-file-compare, flymake-get-line-err-count)
13570 (flymake-highlight-line, flymake-gui-warnings-enabled):
13571 Fix typos in docstrings.
13572 (flymake-parse-line, flymake-get-project-include-dirs-function)
13573 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13574 Doc fixes.
13575 (flymake-get-project-include-dirs-function)
13576 (flymake-make-err-menu-data):
13577 Improve argument/docstring consistency.
13578
13579 2005-07-01 Lute Kamstra <lute@gnu.org>
13580
13581 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13582 Catch errors with ignore-errors. Use temporary buffer.
13583 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13584
13585 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13586 background color faces.
13587 (facemenu-set-foreground, facemenu-set-background):
13588 Use facemenu-set-face-from-menu.
13589 (facemenu-set-face-from-menu): Treat face names that start with
13590 "fg:" or "bg:" as special.
13591 (facemenu-add-new-color): Don't create faces. Simplify.
13592
13593 2005-06-30 Richard M. Stallman <rms@gnu.org>
13594
13595 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13596 (crm-find-current-element): Likewise.
13597
13598 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13599
13600 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13601
13602 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13605 (archive-mouse-extract): Make it an obsolete alias.
13606 (archive-mode-map): Don't use archive-mouse-extract any more.
13607 (archive-mode, archive-extract): write-contents-hooks ->
13608 write-contents-functions.
13609 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13610 first arg.
13611 (archive-rename-entry): Update the call.
13612 (archive-zip-summarize): Remove unused var `method'.
13613 (archive-lzh-summarize): Remove unused var `creator'.
13614
13615 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13616 dedicated frame upon exit.
13617
13618 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13619 (archive-zip-extract, archive-zip-expunge)
13620 (archive-zip-update, archive-zip-update-case): Use executable-find.
13621 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13622 Use restore-buffer-modified-p.
13623 (archive-extract, archive-add-new-member, archive-write-file-member):
13624 Use with-current-buffer.
13625 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13626
13627 2005-06-30 Andreas Schwab <schwab@suse.de>
13628
13629 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13630
13631 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13632
13633 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13634
13635 2005-06-30 Juri Linkov <juri@jurta.org>
13636
13637 * faces.el (vertical-border): Inherit from mode-line-inactive
13638 only on tty.
13639
13640 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
13641
13642 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13643 example, -NLINES in the `occur' docstring).
13644
13645 * replace.el (occur-1): When no matches are found, do not set the
13646 `buffer-read-only' and modified flags for the occur buffer,
13647 because it is deleted.
13648
13649 * emulation/cua-base.el (cua-check-pending-input)
13650 (cua-repeat-replace-region, cua-mode, cua-debug)
13651 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13652 Fix typos in docstrings.
13653
13654 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13655 (cua-cut-region-to-global-mark)
13656 (cua--cut-rectangle-to-global-mark):
13657 Remove period from end of messages.
13658
13659 * emulation/cua-rect.el (cua-do-rectangle-padding):
13660 Remove period from end of messages.
13661 (cua--rectangle-seq-format): Fix typo in docstring.
13662 (cua-sequence-rectangle, cua-fill-char-rectangle):
13663 Improve argument/docstring consistency.
13664
13665 2005-06-29 Juri Linkov <juri@jurta.org>
13666
13667 * faces.el (default-frame-background-mode): New internal variable.
13668 (frame-set-background-mode): Use it.
13669
13670 * startup.el (normal-top-level): Set default-frame-background-mode
13671 instead of frame-background-mode. Before setting it, test for its
13672 nil value. Remove tests for frame-background-mode and frame
13673 parameter `reverse'. Add test for "unspecified-fg".
13674
13675 * term/xterm.el (xterm-rxvt-set-background-mode):
13676 * term/rxvt.el (rxvt-set-background-mode):
13677 Set default-frame-background-mode instead of frame-background-mode.
13678
13679 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
13680
13681 * simple.el (set-variable): Warn about obsolete user variables.
13682
13683 * imenu.el (imenu--completion-buffer):
13684 * mouse.el (mouse-buffer-menu-alist):
13685 * msb.el (msb-invisible-buffer-p):
13686 * calendar/diary-lib.el (diary-header-line-format):
13687 * emacs-lisp/pp.el (pp-buffer):
13688 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13689 * textmodes/picture.el (picture-replace-match):
13690 Change space constants followed by a sexp to "?\s ".
13691
13692 * play/decipher.el (decipher-loop-with-breaks):
13693 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13694 constants "protected" from end of line by a comment to "?\s".
13695
13696 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13697
13698 * font-lock.el (save-buffer-state): Use `declare'.
13699
13700 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13701 reset the syntax-table to cperl-mode-syntax-table.
13702 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13703 "foo_print_bar" is not matched as a reserved keyword.
13704
13705 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
13706
13707 * textmodes/org.el (orgtbl-setup): New function, for delayed
13708 setup for the orgtbl commands.
13709 (org-calc-default-modes): New option.
13710 (orgtbl-make-binding): Use `defun' to get better help display.
13711 (org-diary): Call `org-compile-prefix-format'.
13712 (org-table-formula-substitute-names): New function.
13713 (org-agenda-day-view, org-agenda-week-view): New commands.
13714 (org-agenda-toggle-week-view): Command removed.
13715 (org-tbl-menu): Split off from org-org-menu.
13716 (org-mode): Move removal of outline-mode menus to here.
13717 (org-table-formula-debug): New option.
13718 (org-table-insert-row): Keep first field if just "#" or "*".
13719 (org-mode): Paragraph regexps fixed.
13720 (org-table-recalculate-regexp): New constant.
13721 (org-table-justify-field-maybe): Avoid replace if not necessary.
13722 (org-copy-special, org-cut-special): Use `call-interactively'.
13723 (org-table-copy-region): Take region from `interactive' call.
13724 (org-trim): Return string even if no match.
13725 (org-formula): New face.
13726 (org-set-font-lock-defaults): No longer highlight "FIXME".
13727 But highlight formula-related fields in table.
13728 (org-table-p): Use regexp, not fontification.
13729 (org-table-align): Handle white space at end of line.
13730 (org-table-formula-evaluate-inline): New option.
13731 (org-mode): Auto-wrapping in comment lines turned off.
13732 (org-table-copy-down): Evaluate only in copied field, not in
13733 destination.
13734 (org-table-current-formula): Variable removed.
13735 (org-table-store-formulas, org-table-get-stored-formulas)
13736 (org-table-modify-formulas, org-table-replace-in-formulas)
13737 (org-table-maybe-eval-formula): New functions.
13738 (org-table-get-formula): Modify to use stored formulas.
13739 (org-table-insert-column, org-table-delete-column)
13740 (org-table-move-column): Call `org-table-modify-formulas'.
13741 (org-complete): Add completion for keyword formulas.
13742 (orgtbl-mode): Pull orgtbl-mode-map to start of
13743 minor-mode-map-alist.
13744
13745 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13746
13747 * progmodes/python.el (python-check): Require `compile' before
13748 modifying its variables.
13749
13750 * newcomment.el (comment-indent-default): Don't get fooled by an early
13751 end of buffer.
13752
13753 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13754
13755 * ps-print.el (ps-print-version): Fix version number.
13756
13757 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13758
13759 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13760
13761 2005-06-28 Richard M. Stallman <rms@gnu.org>
13762
13763 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13764 (flyspell-local-mouse-map): Declaration deleted.
13765 (flyspell-mouse-map): Bind only mouse-2.
13766 (flyspell-mode-map): Don't test flyspell-use-local-map.
13767 (flyspell-overlay-keymap-property-name): Var deleted.
13768 (flyspell-mode-on): Don't make local bindings for
13769 flyspell-mouse-map and flyspell-mode-map.
13770 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13771
13772 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13773
13774 * progmodes/compile.el (compilation-next-error-function):
13775 Don't switch buffers; operate on the current buffer.
13776
13777 * progmodes/compile.el (compilation-error-file-name)
13778 (compilation-warning-file-name, compilation-info-file-name)
13779 (compilation-line-number, compilation-column-number): New faces.
13780 (compilation-error-face, compilation-warning-face)
13781 (compilation-info-face, compilation-line-face)
13782 (compilation-column-face): Use them.
13783
13784 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13785
13786 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13787
13788 * bindings.el (global-map): Bind insertchar and its variants.
13789
13790 2005-06-27 Richard M. Stallman <rms@gnu.org>
13791
13792 * textmodes/artist.el (artist-text-overwrite)
13793 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13794
13795 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13796
13797 * ps-print.el: It was not working the page selection for printing.
13798 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13799 (ps-print-version): New version 6.6.7.
13800 (ps-end-sheet): New fun.
13801 (ps-header-sheet, ps-end-job): Call it.
13802
13803 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13804
13805 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13806
13807 2005-06-27 Lute Kamstra <lute@gnu.org>
13808
13809 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13810 background color faces.
13811 (facemenu-get-face): Delete function.
13812 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13813 (facemenu-add-new-color): Make second argument mandatory.
13814 Create the appropriate face and return it. Simplify.
13815 (facemenu-set-foreground, facemenu-set-background): Don't check if
13816 color is defined. Use return value of facemenu-add-new-color.
13817
13818 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
13819
13820 * progmodes/gud.el (gud-filter): Add missing argument to
13821 with-selected-window.
13822
13823 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13824
13825 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13826 a :require to the defcustom.
13827
13828 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13829 defcustoms corresponding to minor modes.
13830
13831 2005-06-26 David Ponce <david@dponce.com>
13832
13833 * recentf.el: Require tree-widget instead of wid-edit.
13834 (recentf-filename-handler): Fix widget :type.
13835 (recentf-cancel-dialog, recentf-open-more-files)
13836 (recentf-open-files-action): Doc fix.
13837 (recentf-dialog-goto-first): New function.
13838 (recentf-dialog-mode-map): Set parent keymap first.
13839 (recentf-dialog-mode): Define with define-derived-mode.
13840 Don't display continuation lines in dialogs.
13841 (recentf-edit-list): Rename from recentf-edit-selected-items.
13842 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13843 Simplify.
13844 (recentf-edit-list-validate): New function.
13845 (recentf-edit-list): Update accordingly.
13846 (recentf-open-files-item-shift): Remove.
13847 (recentf-open-files-item): Convert menu elements into tree and
13848 link widgets. Don't create the widgets.
13849 (recentf-open-files): Update accordingly.
13850 (recentf-save-list): Untabify.
13851
13852 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13853
13854 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13855 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13856 partially contained in the active region. Do not take active
13857 region into account when called from Lisp, unless INTERACTIVE arg
13858 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13859 avoid trouble with fields. Make marker point nowhere when no
13860 longer used. Always return nil. Doc fix.
13861 (flush-lines): Add INTERACTIVE arg. Do not take active region
13862 into account when called from Lisp, unless INTERACTIVE arg is
13863 non-nil. Use `forward-line' instead of `beginning-of-line' to
13864 avoid trouble with fields. Make marker point nowhere when no
13865 longer used. Always return nil. Doc fix.
13866 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13867 interchangeable. Do not take active region into account when
13868 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13869 message in echo area when called from Lisp, unless INTERACTIVE arg
13870 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13871 Return the number of matches. Doc fix.
13872 (occur): Doc fix.
13873 (perform-replace): Make comment follow double space convention for
13874 the sake of `outline-minor-mode'.
13875
13876 * faces.el (facep): Doc fix.
13877
13878 2005-06-25 Richard M. Stallman <rms@gnu.org>
13879
13880 * facemenu.el (facemenu-enable-faces-p): New function.
13881 (facemenu-background-menu, facemenu-foreground-menu)
13882 (facemenu-face-menu): Add menu-enable property.
13883
13884 * jka-compr.el (jka-compr-insert-file-contents):
13885 Special handling if cannot find the uncompression program.
13886
13887 * cus-face.el (custom-face-attributes): Add autoload.
13888
13889 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13890 Bind comment-indent-function locally.
13891
13892 * window.el (save-selected-window): Use save-current-buffer.
13893
13894 * subr.el (with-selected-window): Use save-current-buffer.
13895
13896 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13897 and with-current-buffer.
13898
13899 2005-06-24 Richard M. Stallman <rms@gnu.org>
13900
13901 * simple.el (line-move-1): Fix previous change.
13902
13903 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13904
13905 * replace.el (occur-1): Set `buffer-read-only' and the
13906 buffer-modified flag before running `occur-hook' to protect
13907 against unintentional buffer switches that can lead to data loss.
13908
13909 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
13910
13911 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13912 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13913 initial error.
13914
13915 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13916 after fresh input.
13917 (gdb-var-create-handler): Put name of expression in quotes.
13918
13919 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13920
13921 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13922 elements of RING in order, and without bogus nil elements.
13923
13924 2005-06-23 Richard M. Stallman <rms@gnu.org>
13925
13926 * simple.el (set-variable): Args renamed; doc fix.
13927 (line-move-1): When there are overlays around, use vertical-motion.
13928
13929 * faces.el (escape-glyph): Use brown against light background.
13930 (nobreak-space): Rename from no-break-space.
13931 Fix previous change.
13932
13933 * dired-aux.el (dired-do-copy): Fix arg prompt.
13934
13935 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13936
13937 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13938
13939 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13940 rather than "Distributor".
13941
13942 2005-06-23 Lute Kamstra <lute@gnu.org>
13943
13944 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13945 (debug-on-entry): Use it. New interactive declaration that uses
13946 function-called-at-point.
13947
13948 2005-06-23 Kim F. Storm <storm@cua.dk>
13949
13950 * subr.el (save-match-data): Add comment about using evaporate arg
13951 to set-match-data.
13952
13953 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
13954
13955 * cus-edit.el (customize-face)
13956 (customize-face-other-window): Handle face aliases.
13957
13958 * faces.el (face-documentation, set-face-attribute)
13959 (face-spec-set): Handle face aliases.
13960
13961 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
13962
13963 * help-mode.el (help-make-xrefs): If a symbol representing a face
13964 name is not followed by the word "face", it could still be a
13965 function or variable name, so don't bypass other checks.
13966
13967 2005-06-22 Juri Linkov <juri@jurta.org>
13968
13969 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13970 Replace aliased functions with calls where second arg `inherit' is t.
13971
13972 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
13973
13974 * progmodes/gdb-ui.el (gdb-error): New variable.
13975 (gdb-error): New function.
13976 (gdb-annotation-rules): Act on error-begin and error annotations.
13977 (gdb-concat-output): Use font-lock-warning-face for errors.
13978
13979 2005-06-22 Miles Bader <miles@gnu.org>
13980
13981 * bindings.el (propertized-buffer-identification): Use renamed
13982 `Buffer-menu-buffer' face.
13983
13984 * faces.el (vertical-border): Rename from `vertical-divider'.
13985 (escape-glyph): Change dark-background color back to `cyan'.
13986
13987 2005-06-21 Juri Linkov <juri@jurta.org>
13988
13989 * faces.el (face-user-default-spec): Try getting `customized-face'
13990 prior to `saved-face'.
13991 (frame-background-mode): Refill docstring.
13992
13993 * emacs-lisp/lisp-mode.el (eval-defun-1):
13994 * emacs-lisp/edebug.el (edebug-eval-defun):
13995 Set `saved-face' temporarily to nil before calling form.
13996 Set `customized-face' to the new spec after that.
13997
13998 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13999
14000 * subr.el (1value, lambda, key-substitution-in-progress):
14001 Doc fixes.
14002
14003 * autoinsert.el (auto-insert-alist):
14004 * ses.el (ses-call-printer):
14005 * subr.el (noreturn):
14006 * emacs-lisp/lisp.el (check-parens):
14007 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14008 * net/browse-url.el (browse-url-mosaic):
14009 * progmodes/cc-defs.el (c-safe-scan-lists):
14010 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14011 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14012 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14013 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14014 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14015 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14016
14017 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14018
14019 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14020
14021 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14022
14023 * calendar/appt.el (appt-make-list): Activate the package, if
14024 not already active (for backwards compatibility).
14025
14026 2005-06-20 Kim F. Storm <storm@cua.dk>
14027
14028 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14029
14030 2005-06-20 Miles Bader <miles@gnu.org>
14031
14032 * faces.el (vertical-divider): New face.
14033
14034 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14035
14036 * simple.el (kill-whole-line): Doc fix.
14037 (next-error-buffer-p, next-error-find-buffer)
14038 (clone-indirect-buffer): Fix typos in docstrings.
14039 (comment-line-break-function): Doc fix: don't say variable
14040 is automatically buffer-local (it isn't).
14041
14042 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14043
14044 * net/tramp-ftp.el (top):
14045 * net/tramp-smb.el (top):
14046 * net/tramp-util.el (top):
14047 * net/tramp-uu.el (top):
14048 * net/tramp-vc.el (top):
14049 * net/tramp.el (top): Revert copyright years back to original
14050 ones. Tramp has a life outside GNU Emacs.
14051
14052 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14053
14054 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14055
14056 2005-06-18 Juri Linkov <juri@jurta.org>
14057
14058 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14059 end of first regexp to limit the match to the position between
14060 line number and source line with same separator character as used
14061 between file name and line number. In the second regexp limit
14062 mouse-face area to file name and line number by adding new group
14063 for them and referring it in HYPERLINK arg.
14064 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14065 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14066 previous line where grep markers may be already removed.
14067
14068 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14069
14070 * progmodes/ps-mode.el: Update version and maintainer's email address.
14071
14072 2005-06-18 Steve Youngs <steve@xemacs.org>
14073
14074 * net/browse-url.el (browse-url-browser-function)
14075 (browse-url-default-browser): Add firefox.
14076 (browse-url-firefox-program, browse-url-firefox-arguments)
14077 (browse-url-firefox-startup-arguments)
14078 (browse-url-firefox-new-window-is-tab): New defcustoms.
14079 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14080
14081 2005-06-17 Richard M. Stallman <rms@gnu.org>
14082
14083 * startup.el (command-line): Warn if specified user name has
14084 no home directory.
14085
14086 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14087 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14088
14089 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14090 Doc fixes.
14091
14092 * faces.el (underline): Try bold if terminal doesn't support underline.
14093
14094 * mail/sendmail.el (mail-setup-with-from): New variable.
14095 (mail-insert-from-field): New function.
14096 (sendmail-send-it): Call it.
14097 (mail-setup): Optionally call it here.
14098
14099 * term/linux.el: Call tty-no-underline.
14100
14101 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14102
14103 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14104
14105 2005-06-17 Miles Bader <miles@gnu.org>
14106
14107 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14108 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14109 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14110 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14111 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14112 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14113 Remove "-face" suffix from face names.
14114 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14115 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14116 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14117 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14118 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14119 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14120 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14121 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14122 New backward-compatibility aliases for renamed faces.
14123 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14124 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14125 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14126 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14127 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14128 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14129 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14130 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14131 Use renamed ediff faces.
14132
14133 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14134 Remove "-face" suffix from face names.
14135 (eshell-test-ok-face, eshell-test-failed-face):
14136 New backward-compatibility aliases for renamed faces.
14137 (eshell-run-test): Use renamed eshell-test faces.
14138
14139 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14140 face name.
14141 (eshell-prompt-face): New backward-compatibility alias for renamed
14142 face.
14143 (eshell-emit-prompt): Use renamed eshell-prompt face.
14144
14145 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14146 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14147 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14148 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14149 Remove "-face" suffix from face names.
14150 (eshell-ls-directory-face, eshell-ls-symlink-face)
14151 (eshell-ls-executable-face, eshell-ls-readonly-face)
14152 (eshell-ls-unreadable-face, eshell-ls-special-face)
14153 (eshell-ls-missing-face, eshell-ls-archive-face)
14154 (eshell-ls-backup-face, eshell-ls-product-face)
14155 (eshell-ls-clutter-face):
14156 New backward-compatibility aliases for renamed faces.
14157 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14158
14159 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14160 Remove "-face" suffix from face name.
14161 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14162 instead of literal face.
14163
14164 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14165
14166 * emacs-lisp/warnings.el (display-warning, lwarn)
14167 (warning-minimum-log-level): Doc fixes.
14168 (warning-minimum-level, warning-minimum-log-level):
14169 Add :debug to :type choices.
14170
14171 * progmodes/ada-mode.el (ada-format-paramlist)
14172 (ada-get-indent-case, ada-check-matching-start)
14173 (ada-check-defun-name, ada-goto-matching-decl-start)
14174 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14175 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14176 (ada-make-subprogram-body): Follow error conventions.
14177 (ada-case-exception-file, ada-indent-comment-as-code)
14178 (ada-indent-handle-comment-special, ada-indent-renames)
14179 (ada-indent-return, ada-search-directories-internal)
14180 (ada-tab-policy, ada-case-exception-substring)
14181 (ada-other-file-alist, ada-matching-start-re)
14182 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14183 (ada-imenu-generic-expression, ada-compile-goto-error)
14184 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14185 (ada-popup-menu, ada-add-extensions, ada-mode)
14186 (ada-region-selected, ada-create-case-exception)
14187 (ada-create-case-exception-substring, ada-after-keyword-p)
14188 (ada-activate-keys-for-case, ada-adjust-case-region)
14189 (ada-adjust-case-buffer, ada-format-paramlist)
14190 (ada-scan-paramlist, ada-insert-paramlist)
14191 (ada-indent-newline-indent)
14192 (ada-indent-newline-indent-conditional)
14193 (ada-justified-indent-current, ada-goto-previous-word)
14194 (ada-indent-current, ada-get-indent-open-paren)
14195 (ada-get-indent-paramlist, ada-get-indent-end)
14196 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14197 (ada-get-indent-block-start, ada-get-indent-subprog)
14198 (ada-get-indent-noindent, ada-get-indent-label)
14199 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14200 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14201 (ada-goto-stmt-end, ada-goto-next-word)
14202 (ada-check-matching-start, ada-check-defun-name)
14203 (ada-goto-matching-decl-start, ada-goto-matching-start)
14204 (ada-goto-matching-end, ada-search-ignore-string-comment)
14205 (ada-in-decl-p, ada-looking-at-semi-or)
14206 (ada-looking-at-semi-private, ada-in-paramlist-p)
14207 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14208 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14209 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14210 (ada-previous-package, ada-create-menu)
14211 (ada-fill-comment-paragraph-justify)
14212 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14213 (ada-other-file-name, ada-last-which-function-line)
14214 (ada-last-which-function-subprog, ada-which-function)
14215 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14216 (ada-gen-treat-proc, ada-check-emacs-version)
14217 (ada-continuation-indent, ada-align-region-separate):
14218 Fix typos in docstrings.
14219 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14220
14221 2005-06-16 Lute Kamstra <lute@gnu.org>
14222
14223 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14224 conditionally.
14225
14226 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14227
14228 * comint.el (comint-replace-by-expanded-filename)
14229 (comint-prompt-regexp, comint-delimiter-argument-list)
14230 (comint-preinput-scroll-to-bottom):
14231 * info.el (Info-hide-cookies-node):
14232 * ls-lisp.el (ls-lisp-classify):
14233 * find-file.el (ff-search-directories, ff-special-constructs)
14234 (ff-find-other-file):
14235 * font-lock.el (font-lock-keywords):
14236 * shell.el (shell-prompt-pattern)
14237 (shell-dynamic-complete-functions, shell-mode)
14238 (shell-delimiter-argument-list):
14239 * term.el (term-replace-by-expanded-filename)
14240 (term-prompt-regexp, term-delimiter-argument-list):
14241 * woman.el (woman-ignore, woman0-if):
14242 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14243 * emacs-lisp/elint.el (elint-init-env):
14244 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14245 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14246 * language/ethio-util.el (ethio-tilde-escape)
14247 (ethio-use-three-dot-question):
14248 * net/zone-mode.el (zone-mode-load-time-setup):
14249 * progmodes/cc-align.el (c-lineup-argcont):
14250 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14251 * progmodes/cperl-mode.el (cperl-set-style-back):
14252 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14253 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14254 Fix spellings in docstrings.
14255
14256 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14257 * progmodes/modula2.el (m2-for): Fix spellings.
14258
14259 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14260
14261 * simple.el (undo-more): Don't use `format' on `error' arguments.
14262 Improve argument/docstring consistency.
14263 (pending-undo-list): Doc fix.
14264
14265 * smerge-mode.el (smerge-ensure-match):
14266 * emulation/vip.el (vip-ex):
14267 * net/zone-mode.el (zone-mode-update-serial):
14268 * progmodes/idlwave.el (idlwave-complete):
14269 * progmodes/vhdl-mode.el (vhdl-visit-file)
14270 (vhdl-compose-wire-components):
14271 Don't use `format' on `error' arguments.
14272
14273 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14274 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14275 (tooltip-help-tips): Fix typos in docstrings.
14276
14277 2005-06-16 David Ponce <david@dponce.com>
14278
14279 * tree-widget.el (tree-widget-value-create): Simplify last change.
14280
14281 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14282
14283 * ido.el (ido-incomplete-regexp): New variable.
14284 (ido-set-matches-1): Handle invalid-regexp error and set
14285 ido-incomplete-regexp.
14286 (ido-incomplete-regexp): New face.
14287 (ido-completions): Use it.
14288 (ido-complete, ido-exit-minibuffer, ido-completions):
14289 Handle incomplete regexps.
14290 (ido-completions): Add check for complete match when entering a regexp.
14291
14292 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14293
14294 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14295
14296 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14297
14298 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14299 by field delimiters.
14300
14301 2005-06-15 David Ponce <david@dponce.com>
14302
14303 * tree-widget.el: eval-and-compile inlined functions so they will
14304 be available at run-time too.
14305 (tree-widget-super-format-handler)
14306 (tree-widget-format-handler): Remove.
14307 (tree-widget-value-create): Handle the :indent property.
14308
14309 2005-06-15 Miles Bader <miles@gnu.org>
14310
14311 * progmodes/which-func.el (which-func): Only inherit
14312 `font-lock-function-name-face' when that makes sense against the
14313 default mode-line face, otherwise set the face color explicitly.
14314
14315 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14316 faces instead of (non-existent) variables.
14317
14318 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14321 (iswitchb-get-matched-buffers): Likewise. Simplify.
14322
14323 2005-06-14 Miles Bader <miles@gnu.org>
14324
14325 * progmodes/ld-script.el (ld-script-location-counter):
14326 Remove "-face" suffix from face name.
14327 (ld-script-location-counter-face):
14328 New backward-compatibility alias for renamed face.
14329 (ld-script-location-counter-face): Use renamed face.
14330
14331 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14332 (cperl-hash): Remove "-face" suffix from face names.
14333 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14334 New backward-compatibility aliases for renamed faces.
14335 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14336 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14337
14338 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14339 name.
14340 (which-func-face): New backward-compatibility alias for renamed face.
14341 (which-func-format): Use renamed which-func face.
14342
14343 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14344 (vhdl-function, vhdl-directive, vhdl-reserved-word)
14345 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14346 names.
14347 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14348 (vhdl-speedbar-configuration, vhdl-speedbar-package)
14349 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14350 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14351 (vhdl-speedbar-architecture-selected)
14352 (vhdl-speedbar-configuration-selected)
14353 (vhdl-speedbar-package-selected)
14354 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14355 names.
14356 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14357 Use renamed faces.
14358 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14359 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14360 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14361 Use renamed faces.
14362 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14363 names.
14364 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14365 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14366 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14367 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14368 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14369 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14370
14371 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14372 face name.
14373 (sh-heredoc-face): New backward-compatibility alias for renamed face.
14374 (sh-heredoc-face): Use renamed sh-heredoc face.
14375
14376 * progmodes/idlw-help.el (idlwave-help-link):
14377 Remove "-face" suffix from face name.
14378 (idlwave-help-link-face):
14379 New backward-compatibility alias for renamed face.
14380 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14381
14382 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14383 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14384 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14385 New backward-compatibility aliases for renamed faces.
14386 (idlwave-shell-disabled-breakpoint-face)
14387 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14388
14389 * progmodes/flymake.el (flymake-errline, flymake-warnline):
14390 Remove "-face" suffix from face names.
14391 (flymake-errline-face, flymake-warnline-face):
14392 New backward-compatibility aliases for renamed faces.
14393 (flymake-highlight-line): Use renamed flymake faces.
14394
14395 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14396 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14397 (ebrowse-member-class, ebrowse-progress):
14398 Remove "-face" suffix from face names.
14399 (ebrowse-tree-mark-face, ebrowse-root-class-face)
14400 (ebrowse-file-name-face, ebrowse-default-face)
14401 (ebrowse-member-attribute-face, ebrowse-member-class-face)
14402 (ebrowse-progress-face):
14403 New backward-compatibility aliases for renamed faces.
14404 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14405 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14406 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14407 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14408
14409 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14410 antlr-syntax)
14411 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14412 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14413 names.
14414 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14415 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14416 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14417 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14418 backward-compatibility aliases for renamed faces.
14419 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14420 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14421 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14422 remove "font-lock-". Use renamed antlr-mode faces.
14423 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
14424 literal face-names with face variable references.
14425
14426 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14427 face name.
14428 (Buffer-menu-buffer-face): New backward-compatibility alias for
14429 renamed face.
14430 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14431
14432 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
14433
14434 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14435 Eliminate "-face" suffix.
14436 (makefile-targets): Inherit from font-lock-function-name-face and
14437 eliminate "-face" suffix.
14438 (makefile-shell): Remove attributes and eliminate "-face" suffix.
14439 (makefile-*-font-lock-keywords): Append makefile-targets in rule
14440 actions, instead of prepending, to make it less visible.
14441 (makefile-previous-dependency, makefile-match-dependency):
14442 Don't match a target on a continuation line.
14443
14444 * files.el (auto-mode-alist): Put Makefile in gmake mode.
14445
14446 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
14447
14448 * progmodes/gdb-ui.el (menu): Re-order menu items.
14449 (gdb-tooltip-print): Respect tooltip-use-echo-area.
14450
14451 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14452 Define in tooltip.el.
14453 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14454 (gud-tooltip-tips): Respect tooltip-use-echo-area and
14455 gud-tooltip-echo-area.
14456
14457 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14458 backward compatibility and make obsolete.
14459 (tooltip-help-tips): Use tooltip-use-echo-area.
14460 (tooltip-show-help-function): Rename to...
14461 (tooltip-show-help): ...this, because it is a function.
14462 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14463
14464 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
14465
14466 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14467 (edebug-print-length, edebug-print-level, edebug-print-circle)
14468 (edebug-modify-breakpoint, edebug-eval-last-sexp)
14469 (edebug-eval-print-last-sexp): Doc fixes.
14470
14471 2005-06-14 Kim F. Storm <storm@cua.dk>
14472
14473 * ido.el (ido-mode): Make a new keymap every time we enable ido,
14474 as the coverage buffer/file/both may change.
14475
14476 2005-06-14 Lute Kamstra <lute@gnu.org>
14477
14478 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14479 and run-mode-hooks. Simplify.
14480
14481 * mail/rmailedit.el (rmail-edit-mode):
14482 * progmodes/octave-inf.el (inferior-octave-mode):
14483 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14484
14485 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14486 and run-mode-hooks.
14487 (recentf-edit-list, recentf-open-files): Don't call
14488 kill-all-local-variables directly.
14489
14490 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14491
14492 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
14493
14494 * emacs-lisp/byte-run.el (make-obsolete)
14495 (define-obsolete-function-alias): Rename arguments FUNCTION and
14496 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14497 (make-obsolete-variable, define-obsolete-variable-alias):
14498 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14499 respectively.
14500
14501 * isearchb.el (isearchb-activate):
14502 * pcvs.el (cvs-mode):
14503 * ses.el (ses-load):
14504 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14505 * net/tramp.el (tramp-find-file-exists-command)
14506 (tramp-find-shell):
14507 * progmodes/ada-mode.el (ada-create-case-exception)
14508 (ada-create-case-exception-substring, ada-make-subprogram-body):
14509 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14510 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14511 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14512 * textmodes/org.el (org-promote, org-evaluate-time-range)
14513 (org-agenda-next-date-line, org-agenda-previous-date-line)
14514 (org-agenda-error, org-open-at-point, org-table-move-row)
14515 (org-format-table-table-html-using-table-generate-source)
14516 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14517 * textmodes/reftex.el (reftex-access-scan-info):
14518 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14519 (reftex-toc-promote-prepare): Follow error conventions.
14520
14521 * diff-mode.el (diff-mode): Fix typo in docstring.
14522
14523 * forms.el (forms--intuit-from-file): Fix reference to
14524 `forms-number-of-fields' in error message.
14525 (forms-print): Fix quoting in error message.
14526
14527 * forms.el (forms-mode):
14528 * emulation/vi.el (vi-goto-insert-state):
14529 * progmodes/flymake.el (flymake-new-err-info)
14530 (flymake-start-syntax-check-for-current-buffer)
14531 (flymake-simple-cleanup):
14532 * eshell/esh-var.el (eshell/export):
14533 * progmodes/gud.el (xdb):
14534 * textmodes/flyspell.el (flyspell-incorrect-hook)
14535 (flyspell-maybe-correct-transposition)
14536 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14537
14538 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
14539
14540 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14541 minibuffer prompt.
14542
14543 2005-06-13 Kim F. Storm <storm@cua.dk>
14544
14545 * subr.el (add-to-ordered-list): New defun.
14546
14547 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14548 add cua--keymap-alist to emulation-mode-map-alists.
14549
14550 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14551
14552 * subr.el (complete-in-turn): New macro.
14553 (dynamic-completion-table, lazy-completion-table): Add debug info.
14554
14555 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14556 in preference to face aliases.
14557
14558 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14559 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14560 Remove unused vars `start' and `firstline'.
14561 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14562 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14563
14564 2005-06-13 Eli Zaretskii <eliz@gnu.org>
14565
14566 * cus-start.el (all): Don't complain about missing GTK-related
14567 variables, unless either `gtk' is boundp or this isn't a
14568 `windows-nt' build.
14569
14570 2005-06-13 Lute Kamstra <lute@gnu.org>
14571
14572 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14573 run-mode-hooks.
14574
14575 * ediff-mult.el (ediff-meta-mode):
14576 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14577
14578 * ledit.el (ledit-mode): Use delay-mode-hooks.
14579
14580 * woman.el (woman-mode-line-format): Delete constant.
14581 (woman-mode-map): Initialize it properly.
14582 (woman-mode): Set mode-class property to special.
14583 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14584 Set major-mode and mode-name. Don't set mode-line-format directly.
14585 (Man-getpage-in-background): Don't reference woman-mode-line-format.
14586
14587 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14588 string argument obsolete.
14589
14590 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
14591
14592 * textmodes/org.el (org-CUA-compatible): New option.
14593 (org-disputed-keys): New variable.
14594 (org-key): New function.
14595 (orgtbl-make-binding): Add docstring to the created function.
14596 (org-mode): Set paragraph start/separate regexps.
14597 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14598 (org-archive-location, org-archive-mark-done)
14599 (org-archive-stamp-time): New options.
14600 (org-archive-subtree): New command.
14601 (org-fill-paragraph): New function.
14602 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14603 (org-fake-empty-table-line): Function removed.
14604 (org-format-org-table-html): Do not create empty table lines at
14605 separator lines. Improved table header treatment.
14606 (org-link-format): New option.
14607 (org-make-link): New function.
14608 (org-insert-link, org-store-link): Use org-make-link.
14609 (org-open-file): Quote file name for shell command, to allow
14610 spaces in file names.
14611 (org-link-regexp): Fix bug with mailto link.
14612 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14613 New constants.
14614 (org-export-as-html): Deal with the optional angles around a link.
14615 Better treatment of file: links.
14616 (org-open-at-point): Replace @{ and @} with < and >.
14617 (org-run-mode-hooks): Function removed.
14618 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14619
14620 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
14621
14622 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14623 MI command -data-list-register-values.
14624 (gdb-post-prompt): Indent properly.
14625
14626 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
14627
14628 * hilit-chg.el (highlight-changes-colors): Rename from
14629 `highlight-changes-colours'.
14630 (highlight-changes-colours): Keep as obsolete alias.
14631 (highlight-changes-face-list): Doc fix.
14632 (hilit-chg-make-list): Use `highlight-changes-colors'.
14633
14634 2005-06-12 Mark A. Hershberger <mah@everybody.org>
14635
14636 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14637 defun-prompt-regexp.
14638
14639 2005-06-12 Eli Zaretskii <eliz@gnu.org>
14640
14641 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14642 and cygwin.
14643
14644 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14645 Don't use an old loaddefs.el, as in Makefile.in.
14646
14647 2005-06-12 Lute Kamstra <lute@gnu.org>
14648
14649 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14650
14651 * man.el (Man-mode-map): Initialize it properly.
14652 (Man-mode): Set mode-class property to special.
14653
14654 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14655
14656 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14657
14658 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14659 A newline is needed in the docstring there.
14660
14661 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14662 Doc fixes.
14663
14664 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14665
14666 * printing.el: Doc fix. The menubar is no more changed when printing
14667 is loaded, it only changes when pr-menu-bind or pr-update-menus is
14668 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
14669 (pr-version): New version number (6.8.4).
14670 (pr-menu-bind): New command.
14671 (pr-update-menus): Docstring and code fix.
14672 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14673 Docstring fix.
14674 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14675 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14676
14677 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14678
14679 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14680 "Returns" to "return", document useful return values, etc.
14681
14682 2005-06-11 Alan Mackenzie <acm@muc.de>
14683
14684 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14685 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14686 (adaptive-file-function): Minor amendment to doc-string.
14687
14688 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14689
14690 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14691 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14692 Fix :type--it is `integer', not `string'.
14693
14694 * faces.el (modeline-highlight): Rename from (the erroneous)
14695 `modeline-higilight'.
14696
14697 2005-06-11 Lute Kamstra <lute@gnu.org>
14698
14699 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14700 lisp-interaction-mode-map but make it the parent.
14701 (edebug-eval-mode): Use define-derived-mode.
14702
14703 2005-06-11 Andreas Schwab <schwab@suse.de>
14704
14705 * bindings.el: Add binding of `ESC functionkey' for every
14706 `M-functionkey'.
14707 * hexl.el (hexl-mode-map): Likewise.
14708
14709 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14710
14711 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14712 [msft]: update regexp for newer msft compilers.
14713
14714 2005-06-10 Mark A. Hershberger <mah@everybody.org>
14715
14716 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14717 ATTLIST portions of included DTDs.
14718 (xml-parse-dtd): Eliminate use of inefficient match-data.
14719
14720 2005-06-10 Miles Bader <miles@gnu.org>
14721
14722 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14723 (mpuz-text): Remove "-face" suffix from face names.
14724 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14725 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14726 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14727
14728 * play/gomoku.el (gomoku-O, gomoku-X):
14729 Remove "-face" suffix from face names.
14730 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14731 New backward-compatibility aliases for renamed faces.
14732 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14733
14734 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14735
14736 * thumbs.el: Fixes for changes of 2005-06-09.
14737 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14738 as a directory.
14739 (thumbs-thumbname): Remove directory separator from format string;
14740 `thumbs-thumbsdir' now returns a valid directory name.
14741 (thumbs-temp-dir): New defsubst.
14742 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14743 Use it.
14744
14745 * cus-edit.el (minibuffer):
14746 * files.el (make-backup-file-name-function):
14747 * filesets.el (filesets-external-viewers):
14748 * hilit-chg.el (highlight-changes-colours)
14749 (highlight-changes-face-list, highlight-changes-rotate-faces):
14750 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14751 * kmacro.el (kmacro-call-macro):
14752 * log-edit.el (log-edit-changelog-full-paragraphs):
14753 * mouse.el (mouse-1-click-follows-link):
14754 * skeleton.el (skeleton-autowrap):
14755 * subr.el (insert-for-yank-1):
14756 * tempo.el (tempo-insert-region):
14757 * terminal.el (terminal-emulator):
14758 * time.el (display-time-mail-face):
14759 * vc.el (vc-annotate):
14760 * vcursor.el (vcursor-copy-line):
14761 * woman.el (woman-bold-headings, woman-ignore)
14762 (woman-default-faces, woman-monochrome-faces):
14763 * calendar/todo-mode.el (todo-insert-threshold):
14764 * emulation/pc-select.el (pc-select-selection-keys-only)
14765 (pc-selection-mode):
14766 * emulation/vip.el (vip-find-char-forward):
14767 * emulation/viper-cmd.el (viper-find-char-forward):
14768 * international/mule-cmds.el
14769 (select-safe-coding-system-accept-default-p)
14770 (input-method-exit-on-invalid-key):
14771 * international/mule-diag.el (describe-coding-system):
14772 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14773 * net/browse-url.el (browse-url-xterm-program):
14774 * obsolete/lazy-lock.el (lazy-lock-mode):
14775 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14776 (cperl-mode):
14777 * progmodes/cpp.el (cpp-face-light-name-list)
14778 (cpp-face-dark-name-list):
14779 * progmodes/delphi.el (delphi-newline-always-indents):
14780 Fix spellings in docstrings.
14781
14782 * ido.el (ido-mode, ido-file-extensions-order)
14783 (ido-default-file-method, ido-default-buffer-method)
14784 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14785 (ido-decorations, ido-read-file-name-as-directory-commands)
14786 (ido-read-file-name-non-ido, ido-work-directory-list)
14787 (ido-ignore-item-temp-list, ido-current-directory)
14788 (ido-magic-forward-char, ido-enter-find-file)
14789 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14790 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14791
14792 2005-06-10 Lute Kamstra <lute@gnu.org>
14793
14794 * play/dunnet.el (dun-mode): Use define-derived-mode.
14795 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14796 obsolete alias.
14797
14798 * play/doctor.el (doctor-mode-map): Remove defvar.
14799 (doctor-mode): Use define-derived-mode.
14800
14801 * mail/mspools.el (mspools-mode):
14802 * net/eudc-hotlist.el (eudc-hotlist-mode):
14803 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14804
14805 2005-06-10 Miles Bader <miles@gnu.org>
14806
14807 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14808 Remove "-face" suffix from face names.
14809 (flyspell-incorrect-face, flyspell-duplicate-face):
14810 New backward-compatibility aliases for renamed faces.
14811 (flyspell-mode-on, make-flyspell-overlay)
14812 (flyspell-highlight-incorrect-region)
14813 (flyspell-highlight-duplicate-region)
14814 (flyspell-display-next-corrections)
14815 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14816
14817 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14818 from face name.
14819 (texinfo-heading-face): New backward-compatibility alias for
14820 renamed face.
14821 (texinfo-heading-face): Use renamed texinfo-heading face.
14822
14823 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14824 suffix from face names.
14825 (tex-math-face, tex-verbatim-face):
14826 New backward-compatibility aliases for renamed faces.
14827 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14828 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14829 literal face name.
14830
14831 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14832 name.
14833 (table-cell-face): New backward-compatibility alias for renamed face.
14834 (table--put-cell-face-property, table--update-cell-face):
14835 Use renamed table-cell face.
14836
14837 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14838 from face name.
14839 (sgml-namespace-face): New backward-compatibility alias for
14840 renamed face.
14841 (sgml-namespace-face): Use renamed sgml-namespace face.
14842
14843 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14844 (org-level-4, org-level-5, org-level-6, org-level-7)
14845 (org-level-8, org-warning, org-headline-done)
14846 (org-deadline-announce, org-scheduled-today)
14847 (org-scheduled-previously, org-link, org-done, org-table)
14848 (org-time-grid): Remove "-face" suffix from face names.
14849 (org-level-1-face, org-level-2-face, org-level-3-face)
14850 (org-level-4-face, org-level-5-face, org-level-6-face)
14851 (org-level-7-face, org-level-8-face, org-warning-face)
14852 (org-headline-done-face, org-deadline-announce-face)
14853 (org-scheduled-today-face, org-scheduled-previously-face)
14854 (org-link-face, org-done-face, org-table-face)
14855 (org-time-grid-face):
14856 New backward-compatibility aliases for renamed faces.
14857 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14858 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14859 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14860 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14861
14862 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14863 (viper-minibuffer-emacs, viper-minibuffer-insert)
14864 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14865 (viper-search-face, viper-replace-overlay-face)
14866 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14867 (viper-minibuffer-vi-face):
14868 New backward-compatibility aliases for renamed faces.
14869 (viper-search-face, viper-replace-overlay-face)
14870 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14871 (viper-minibuffer-vi-face): Use renamed viper faces.
14872
14873 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14874 Remove "-face" suffix from face names.
14875 (testcover-nohits-face, testcover-1value-face):
14876 New backward-compatibility aliases for renamed faces.
14877 (testcover-mark): Use renamed testcover faces.
14878
14879 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14880 face name.
14881 (diary-button-face): New backward-compatibility alias for renamed face.
14882 (diary-entry): Use renamed diary-button face.
14883
14884 * calendar/calendar.el (diary, calendar-today, holiday)
14885 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14886 (diary-face, calendar-today-face, holiday-face):
14887 New backward-compatibility aliases for renamed faces.
14888 (eval-after-load "facemenu", diary-entry-marker)
14889 (calendar-today-marker, calendar-holiday-marker, diary-face):
14890 Use renamed calendar faces.
14891
14892 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14893 (compare-windows-face): New backward-compatibility alias for
14894 renamed face.
14895 (compare-windows-highlight): Use renamed compare-windows face.
14896
14897 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14898 (strokes-char-face): New backward-compatibility alias for renamed face.
14899 (strokes-encode-buffer): Use renamed strokes-char face.
14900
14901 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14902 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14903 Remove "-face" suffix from face names.
14904 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14905 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14906 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14907 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14908 Use renamed pcvs faces.
14909 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14910 * pcvs-defs.el (cvs-mode-map): Likewise.
14911 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14912
14913 * info.el (info-title-1, info-title-2, info-title-3)
14914 (info-title-4): Remove "-face" suffix from and downcase face names.
14915 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14916 (Info-title-4-face):
14917 New backward-compatibility aliases for renamed faces.
14918 (Info-fontify-node): Use renamed info faces.
14919
14920 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14921 Remove "-face" suffix from face names.
14922 (highlight-changes-face, highlight-changes-delete-face):
14923 New backward-compatibility aliases for renamed faces.
14924 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14925 (hilit-chg-make-list): Use renamed highlight-changes faces.
14926
14927 * generic-x.el (show-tabs-tab, show-tabs-space):
14928 Remove "-face" suffix from face names.
14929 (show-tabs-tab-face, show-tabs-space-face):
14930 New backward-compatibility aliases for renamed faces.
14931 (show-tabs-generic-mode-font-lock-defaults-1)
14932 (show-tabs-generic-mode-font-lock-defaults-2):
14933 Use renamed show-tabs faces.
14934
14935 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14936 (smerge-markers): Remove "-face" suffix from face names.
14937 (smerge-mine-face, smerge-other-face, smerge-base-face)
14938 (smerge-markers-face):
14939 New backward-compatibility aliases for renamed faces.
14940 (smerge-mine-face, smerge-other-face, smerge-base-face)
14941 (smerge-markers-face): Use renamed smerge faces.
14942
14943 * log-view.el (log-view-file, log-view-message): Remove "-face"
14944 suffix from face names.
14945 (log-view-file-face, log-view-message-face):
14946 New backward-compatibility aliases for renamed faces.
14947 (log-view-file-face, log-view-message-face): Use renamed log-view
14948 faces.
14949
14950 * paren.el (show-paren-match, show-paren-mismatch):
14951 Remove "-face" suffix from face names.
14952 (show-paren-match-face, show-paren-mismatch-face):
14953 New backward-compatibility aliases for renamed faces.
14954 (show-paren-function): Use renamed show-paren faces.
14955
14956 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14957 (ruler-mode-margins, ruler-mode-fringes)
14958 (ruler-mode-column-number, ruler-mode-fill-column)
14959 (ruler-mode-comment-column, ruler-mode-goal-column)
14960 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14961 suffix from face names.
14962 (ruler-mode-default-face, ruler-mode-pad-face)
14963 (ruler-mode-margins-face, ruler-mode-fringes-face)
14964 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14965 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14966 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14967 New backward-compatibility aliases for renamed faces.
14968 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14969 (ruler-mode-column-number, ruler-mode-fill-column)
14970 (ruler-mode-comment-column, ruler-mode-goal-column)
14971 (ruler-mode-tab-stop, ruler-mode-current-column)
14972 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14973 faces.
14974
14975 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14976 face name.
14977 (whitespace-highlight-the-space): Use renamed face.
14978 (whitespace-highlight-face): New backward-compatibility alias for
14979 renamed face.
14980
14981 * woman.el (woman-italic, woman-bold, woman-unknown)
14982 (woman-addition, woman-symbol-face):
14983 Remove "-face" suffix from face names.
14984 (woman-italic-face, woman-bold-face, woman-unknown-face)
14985 (woman-addition-face):
14986 New backward-compatibility aliases for renamed faces.
14987 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14988 (woman-decode-region, woman-replace-match)
14989 (woman-display-extended-fonts, woman-special-characters)
14990 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14991 Use renamed woman faces.
14992
14993 * longlines.el (longlines-visible-face): Face removed.
14994
14995 * diff-mode.el (diff-header, diff-file-header, diff-index)
14996 (diff-hunk-header, diff-removed, diff-added, diff-changed)
14997 (diff-function, diff-context, diff-nonexistent): Remove "-face"
14998 suffix from face names.
14999 (diff-header-face, diff-file-header-face, diff-index-face)
15000 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15001 (diff-changed-face, diff-function-face, diff-context-face)
15002 (diff-nonexistent-face): New backward-compatibility aliases for
15003 renamed faces.
15004 (diff-header-face, diff-file-header-face)
15005 (diff-index, diff-index-face, diff-hunk-header)
15006 (diff-hunk-header-face, diff-removed, diff-removed-face)
15007 (diff-added, diff-added-face, diff-changed-face, diff-function)
15008 (diff-function-face, diff-context-face, diff-nonexistent)
15009 (diff-nonexistent-face): Use renamed diff-mode faces.
15010
15011 * progmodes/compile.el (compilation-warning-face)
15012 (compilation-info-face): Remove "-face" suffix from face names.
15013 (compilation-warning-face, compilation-info-face):
15014 New backward-compatibility aliases for renamed faces.
15015 (compilation-warning-face, compilation-info-face):
15016 Use renamed compilation faces.
15017
15018 * add-log.el (change-log-date, change-log-name)
15019 (change-log-email, change-log-file, change-log-list)
15020 (change-log-conditionals, change-log-function)
15021 (change-log-acknowledgement): Remove "-face" suffix from face names.
15022 (change-log-date-face, change-log-name-face)
15023 (change-log-email-face, change-log-file-face)
15024 (change-log-list-face, change-log-conditionals-face)
15025 (change-log-function-face, change-log-acknowledgement-face):
15026 New backward-compatibility aliases for renamed faces.
15027 (change-log-font-lock-keywords): Use renamed change-log faces.
15028
15029 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15030 (custom-set, custom-changed, custom-saved, custom-button)
15031 (custom-button-pressed, custom-documentation, custom-state)
15032 (custom-comment, custom-comment-tag, custom-variable-tag)
15033 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15034 (custom-group-tag): Remove "-face" suffix from face names.
15035 (custom-magic-alist, custom-magic-value-create)
15036 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15037 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15038 (custom-set-face, custom-changed-face, custom-saved-face)
15039 (custom-button-face, custom-button-pressed-face)
15040 (custom-documentation-face, custom-state-face)
15041 (custom-comment-face, custom-comment-tag-face)
15042 (custom-variable-tag-face, custom-variable-button-face)
15043 (custom-face-tag-face, custom-group-tag-face-1)
15044 (custom-group-tag-face):
15045 New backward-compatibility aliases for renamed faces.
15046
15047 * wid-edit.el (widget-documentation, widget-button)
15048 (widget-field, widget-single-line-field, widget-inactive)
15049 (widget-button-pressed): "-face" suffix removed from face names.
15050 (widget-documentation-face, widget-button-face)
15051 (widget-field-face, widget-single-line-field-face)
15052 (widget-inactive-face, widget-button-pressed-face):
15053 New backward-compatibility aliases for renamed faces.
15054 (widget-documentation-face, widget-button-face)
15055 (widget-button-pressed-face, widget-specify-field)
15056 (widget-specify-inactive): Use renamed widget faces.
15057
15058 2005-06-10 Kenichi Handa <handa@m17n.org>
15059
15060 * term/x-win.el (x-clipboard-yank): Remove condition-case
15061 wrapping.
15062
15063 2005-06-11 Kenichi Handa <handa@m17n.org>
15064
15065 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15066 date lines stricter.
15067
15068 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
15069
15070 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15071 of x-get-selection.
15072
15073 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15074
15075 * comint.el (comint-mode, comint-snapshot-last-prompt):
15076 * frame.el (frame-current-scroll-bars):
15077 * term.el (term-mode, term-check-proc, term-input-sender)
15078 (term-simple-send, term-extract-string, term-word)
15079 (term-match-partial-filename):
15080 * window.el (window-current-scroll-bars):
15081 * emulation/cua-base.el (cua-normal-cursor-color)
15082 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15083 (cua-global-mark-cursor-color):
15084 * mail/undigest.el (rmail-forward-separator-regex):
15085 Fix typos in docstrings.
15086
15087 * comint.el (comint-check-proc, make-comint-in-buffer)
15088 (comint-source-default): Doc fixes.
15089
15090 * term.el (term-send-string): Improve argument/docstring consistency.
15091
15092 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15093
15094 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15095 call to `delete-region'.
15096 (comint-mode-hook): Do not enable Font Lock by default.
15097
15098 2005-06-09 Lute Kamstra <lute@gnu.org>
15099
15100 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15101 could be void.
15102
15103 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15104
15105 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15106 (debug): Use it.
15107 (debugger-step-through, debugger-continue, debugger-jump)
15108 (debugger-return-value): Set it when needed.
15109 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15110 Use inhibit-read-only.
15111
15112 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15113
15114 * window.el (shrink-window-if-larger-than-buffer)
15115 (window-size-fixed): Fix typo in docstring.
15116
15117 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15118 thumbnails directory on loading.
15119 (thumbs-conversion-program): Use `eq' to check the system type,
15120 not `equal'.
15121 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15122 not "/tmp". Fix docstring.
15123 (thumbs-thumbsdir): New function to return the thumbnails
15124 directory, creating it if needed.
15125 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15126 (thumbs-temp-file): Delete variable and make it into a function.
15127 (thumbs-resize-image, thumbs-modify-image): Use it.
15128 (thumbs-kill-buffer): Simplify.
15129 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15130 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15131 docstrings.
15132
15133 2005-06-09 Kim F. Storm <storm@cua.dk>
15134
15135 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15136 set-match-data to free markers in match-data.
15137
15138 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15139 match-data to unchain markers in match-data.
15140
15141 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15144 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15145 unnecessary now.
15146
15147 2005-06-08 Richard M. Stallman <rms@gnu.org>
15148
15149 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15150 give the variable a doc string that doesn't say don't set it directly.
15151
15152 * textmodes/ispell.el (ispell-check-version):
15153 Use match-string-no-properties.
15154 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15155 (ispell-buffer-local-words): Likewise.
15156
15157 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15158 except on terminals with enough colors to really display it.
15159 (makefile-dependency-regex): Delete spurious `bb'.
15160
15161 * faces.el (escape-glyph): Use blue once again in last case.
15162 (no-break-space): Redefine so that it isn't invisible on a tty.
15163
15164 2005-06-08 Kim F. Storm <storm@cua.dk>
15165
15166 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15167 also when reading directory name.
15168
15169 2005-06-08 Lute Kamstra <lute@gnu.org>
15170
15171 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15172 (flyspell-mode-line-string): Remove autoload cookie.
15173 (flyspell-mode): Remove defvar.
15174
15175 2005-06-07 Lute Kamstra <lute@gnu.org>
15176
15177 * textmodes/org.el (org-run-mode-hooks): New function.
15178 (org-agenda-mode): Use it.
15179
15180 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
15181
15182 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15183
15184 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15185
15186 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15187
15188 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
15189
15190 * font-lock.el (font-lock-add-keywords): Doc fix.
15191
15192 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15193
15194 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15195 (tex-compile-default): In the absence of any history, use the order in
15196 tex-compile-alist to choose the preferred command.
15197 (tex-compile-commands): Reorder a bit.
15198
15199 * textmodes/flyspell.el (flyspell-auto-correct-binding)
15200 (flyspell-incorrect-face, flyspell-duplicate-face):
15201 Use (X)Emacs-agnostic code.
15202 (flyspell-mode-map): Don't overwrite at each load. Remove code
15203 redundant with the subsequent add-minor-mode. Merge Emacs and
15204 XEmacs code.
15205 (flyspell-word): Minor simplification.
15206 (flyspell-math-tex-command-p): Quieten the byte-compiler.
15207 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15208 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15209 Merge the corresponding Emacs code.
15210 (flyspell-correct-word, flyspell-xemacs-popup):
15211 Use flyspell-do-correct.
15212
15213 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15214 a dedicated window.
15215
15216 * international/latexenc.el (latexenc-find-file-coding-system):
15217 Undo part of last patch, to turn off a compiler warning.
15218
15219 2005-06-06 Juri Linkov <juri@jurta.org>
15220
15221 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15222 Rename `tmm-inactive-face' to `tmm-inactive'.
15223
15224 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15225
15226 * iswitchb.el: Rename faces.
15227
15228 2005-06-06 Kim F. Storm <storm@cua.dk>
15229
15230 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15231 (cua-global-mark): Remove -face suffix from face names.
15232
15233 * emulation/cua-gmrk.el (cua--init-global-mark):
15234 Remove cua-global-mark face setup.
15235
15236 2005-06-06 Richard M. Stallman <rms@gnu.org>
15237
15238 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15239 just like other allowed characters.
15240 (makefile-match-dependency): Exclude leading and training whitespace
15241 from the range of regexp subexp 1.
15242 (makefile-macroassign-regex): Don't try to match the body,
15243 just the name of the macro being defined.
15244
15245 * info.el (Info-read-node-name-2): New function.
15246 (Info-read-node-name-1): Use that.
15247 Add a completion-base-size-function property.
15248
15249 * simple.el (completion-setup-function): Look for
15250 completion-base-size-function property of minibuffer-completion-table.
15251
15252 * files.el (locate-file-completion): Doc fix.
15253
15254 * printing.el: Don't call pr-update-menus; user must do that.
15255
15256 * emacs-lisp/debug.el (debugger-window): New variable.
15257 (debug): Use debugger-window if it is set and still alive.
15258 Record debugger-window for next entry.
15259
15260 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15261
15262 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
15263
15264 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15265 (hack-one-local-variable, hack-local-variables)
15266 (hack-local-variables-prop-line): Pass that arg.
15267
15268 2005-06-06 Kim F. Storm <storm@cua.dk>
15269
15270 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15271 (ido-indicator): Remove -face suffix from face names.
15272
15273 2005-06-06 Juri Linkov <juri@jurta.org>
15274
15275 * font-lock.el (font-lock-regexp-backslash)
15276 (font-lock-regexp-backslash-construct): New faces.
15277 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15278 after `('. Add `while-no-input' to control structures.
15279
15280 * faces.el (no-break-space, shadow): New faces.
15281 (escape-glyph): Use less loud colors pink2 and red4.
15282
15283 * diff-mode.el (diff-context-face)
15284 * dired.el (dired-ignored)
15285 * rfn-eshadow.el (file-name-shadow)
15286 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15287
15288 * info.el (Info-title-1-face): Use green instead of yellow because
15289 bold yellow is not readable on light backgrounds.
15290
15291 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15292 before selecting the desired mode to not spend time fontifying
15293 old contents.
15294
15295 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
15296
15297 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15298 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15299
15300 * ps-print.el (ps-default-fg, ps-default-bg):
15301 Fix typos in docstrings.
15302
15303 * isearchb.el (isearchb): Don't pass a spurious second argument to
15304 `iswitchb-completions'.
15305
15306 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
15307
15308 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15309 to preserve point.
15310 (gdb-find-file-hook): Add doc string.
15311
15312 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15313 C dereferenced pointer expression.
15314 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
15315
15316 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15317
15318 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15319 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15320 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15321 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15322 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15323 Make background transparent.
15324
15325 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15326
15327 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
15328 (font-lock-remove-keywords): Doc fix.
15329 (font-lock-mode-major-mode): Compiler defvar.
15330 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15331
15332 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15333 (font-lock-mode): Update `font-lock-mode-major-mode'.
15334 (font-lock-set-defaults): Compiler defvar.
15335 (font-lock-default-function): Take `font-lock-mode-major-mode'
15336 into account.
15337
15338 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15339 keep track of which major mode it enabled the minor mode for.
15340 Use find-file-hook again. Update docstring.
15341
15342 * simple.el (eval-expression-print-level)
15343 (eval-expression-print-length, eval-expression-debug-on-error):
15344 Doc fixes.
15345
15346 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
15347
15348 * iswitchb.el (iswitchb-single-match-face)
15349 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15350 (iswitchb-invalid-regexp-face): New faces.
15351 (iswitchb-completions): Use them.
15352 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
15353 now marked as an obsolete alias.
15354 (iswitchb-read-buffer): Remove check for bound font variables.
15355 (iswitchb-invalid-regexp): New free variable.
15356 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15357 set iswitchb-invalid-regexp.
15358 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15359 invalid regexps.
15360 (iswitchb-completions): Add check for complete match when entering
15361 a regexp.
15362 (iswitchb-completions): Remove require-match argument.
15363 (iswitchb-exhibit): Fix caller.
15364 (iswitchb-common-match-inserted): New variable.
15365 (iswitchb-complete, iswitchb-completion-help): Use it.
15366
15367 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
15368
15369 * url-http.el (url-http-chunked-encoding-after-change-function):
15370 Use `url-http-debug' instead of `message'.
15371
15372 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
15373
15374 * url-http.el (url-http-parse-headers): Pass redirected URL as a
15375 callback argument.
15376
15377 2005-06-04 Kim F. Storm <storm@cua.dk>
15378
15379 * simple.el (line-move): Only call sit-for when moving backwards.
15380
15381 * ido.el (ido-make-merged-file-list-1): New defun split from
15382 ido-make-merged-file-list.
15383 (ido-make-merged-file-list): Bind throw-on-input around call to
15384 ido-make-merged-file-list-1. Return input-pending-p if
15385 interrupted by more input available.
15386 (ido-read-internal): Handle input-pending-p return value from
15387 ido-make-merged-file-list.
15388
15389 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15390
15391 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15392 compatibility code.
15393
15394 * international/latexenc.el (latexenc-find-file-coding-system):
15395 Don't inherit the EOL part of the coding-system from the
15396 tex-main buffer. Fit within 80 columns.
15397
15398 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
15399
15400 * tmm.el (tmm-inactive-face): New face.
15401 (tmm-remove-inactive-mouse-face): New function.
15402 (tmm-prompt, tmm-add-one-shortcut)
15403 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15404 but not selectable.
15405
15406 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
15407
15408 * faces.el (face-equal): Improve argument/docstring consistency.
15409
15410 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
15411
15412 * progmodes/make-mode.el (makefile-targets-face)
15413 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15414 (makefile-bsdmake-dependency-regex)
15415 (makefile-makepp-rule-action-regex)
15416 (makefile-bsdmake-rule-action-regex): New constants.
15417 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15418
15419 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15420 Allow (...) within `...' for makepp messages.
15421
15422 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
15423
15424 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15425
15426 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15427 "." files are deleted from all file lists before comparison.
15428
15429 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15430 (viper-ESC-key): Made them customizable.
15431
15432 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15433
15434 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
15435
15436 * autorevert.el (auto-revert-buffers): Use save-match-data.
15437
15438 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15439
15440 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15441 menu items with a nil command binding.
15442
15443 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
15444
15445 * emacs-lisp/cl-macs.el (defsetf):
15446 Improve argument/docstring consistency.
15447
15448 * faces.el (list-faces-display): Improve the formatting by
15449 computing the maximum length required for any face-name (reworked
15450 patch of 1999-01-11, accidentally deleted on 1999-07-21).
15451 (internal-find-face): Remove redundant info in docstring.
15452
15453 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
15454
15455 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15456 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15457 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15458 (gdb-assembler-custom): Improve regexps.
15459 (def-gdb-auto-update-handler): Use window point to preserve point.
15460
15461 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15462
15463 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15464
15465 2005-05-31 Jay Belanger <belanger@truman.edu>
15466
15467 * calc/calc-embed.el (calc-embedded-word): Change argument passed
15468 to calc-embedded.
15469 (calc-embedded-make-info): Have plain prefix argument select
15470 entire line.
15471
15472 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
15473
15474 * faces.el (list-faces-display): Signal error if passed a regexp
15475 that matches no face name.
15476
15477 * simple.el (filter-buffer-substring): Fix typo in docstring.
15478
15479 2005-05-31 Richard M. Stallman <rms@gnu.org>
15480
15481 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15482 (vhdl-emacs-21): Doc fix.
15483 (vhdl-mode): Unconditionally set comment-padding.
15484 (vhdl-fixup-whitespace-region): Insert spaces only where
15485 there are none.
15486 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15487
15488 2005-05-30 John Wiegley <johnw@newartisans.com>
15489
15490 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15491 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15492 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15493 `directory-sep-char' to ?/, and all uses of `string-to-int' to
15494 `string-to-number'.
15495
15496 2005-05-30 Jay Belanger <belanger@truman.edu>
15497
15498 * calc/calc.el (calc-bug-address): Fix docstring.
15499 (calc-window-hook, calc-trail-window-hook): New variables.
15500 (calc-trail-display): Restore use of calc-trail-window-hook.
15501 (calc): Restore use of calc-window-hook.
15502
15503 2005-05-31 Masatake YAMATO <jet@gyve.org>
15504
15505 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15506
15507 * help-fns.el (help-C-file-name): Add autoload mark for
15508 `find-function-noselect'.
15509
15510 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15513 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15514
15515 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15516
15517 * calendar/diary-lib.el (mark-included-diary-files): Only kill
15518 included diary buffer if it was not already being visited.
15519 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15520
15521 * calendar/icalendar.el (top-level): Do not require appt.
15522
15523 * mail/supercite.el (sc-select-attribution): Only use a list
15524 element from sc-attrib-selection-list if it returns a string.
15525 Reported by Davide G. M. Salvetti <salve@debian.org>.
15526
15527 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
15528
15529 * thumbs.el (thumbs-thumbname): The resulting thumbname now
15530 includes a hash value to improve its uniqueness, and has a ".jpg"
15531 extension. Also, it is now a valid filename on all systems.
15532 (thumbs-make-thumb): Use `let', not `let*'.
15533 (thumbs-show-thumbs-list): Check for JPEG availability.
15534
15535 2005-05-30 Richard M. Stallman <rms@gnu.org>
15536
15537 * filesets.el (filesets-menu-ensure-use-cached):
15538 Prevent warning when emacs-version>= is undefined.
15539
15540 * printing.el (pr-interactive-n-up): Use string-to-number.
15541
15542 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15543
15544 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15545 Warn only when name to be defined is quoted.
15546
15547 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
15548
15549 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15550 Make regexp more robust.
15551 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15552 Force regeneration of disassembly.
15553
15554 2005-05-29 Jay Belanger <belanger@truman.edu>
15555
15556 * calc/calc.el (calc-user-invocation): Check if
15557 calc-invocation-macro is non-nil.
15558
15559 2005-05-29 Juri Linkov <juri@jurta.org>
15560
15561 * add-log.el (change-log-font-lock-keywords):
15562 Add `+' to e-mail regexp to accept mail address with keywords.
15563
15564 * man.el (Man-name-regexp): Add `:' to accept qualified names.
15565
15566 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
15567
15568 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15569
15570 * ielm.el (inferior-emacs-lisp-mode): Ditto.
15571
15572 2005-05-29 Richard M. Stallman <rms@gnu.org>
15573
15574 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15575 Undo the change that moves to end of the current word.
15576
15577 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15578
15579 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15580 Throw error when count <= 0 to ensure input is a number.
15581 (gdb-read-memory-custom): Pick up address from buffer.
15582 (gdb-memory-mode): Allow user to increment and decrement
15583 memory address from header line.
15584
15585 2005-05-29 Richard M. Stallman <rms@gnu.org>
15586
15587 * flyspell.el (flyspell-version): Function deleted.
15588 (flyspell-auto-correct-previous-hook): Doc fix.
15589
15590 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15591 Do nothing if memory is full.
15592
15593 * font-lock.el (font-lock-fontify-syntactically-region):
15594 Pass t for GREEDY to looking-back.
15595
15596 * saveplace.el (save-place-alist-to-file): Write the file
15597 using write-region.
15598
15599 * subr.el (looking-back): New argument GREEDY.
15600
15601 * progmodes/compile.el (compilation-start): Set the mode
15602 before inserting the initial text.
15603
15604 * progmodes/which-func.el (which-func-update-1): Turn the mode
15605 off in case of error by setting which-func-mode.
15606
15607 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
15608
15609 * flyspell.el (flyspell-auto-correct-previous-word):
15610 Narrow down to what's on the screen, and recenter overlays
15611 at the end of the next word.
15612
15613 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
15614
15615 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15616 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15617 (flyspell-abbrev-p): Default to nil.
15618 (flyspell-use-global-abbrev-table-p): Doc fix.
15619 (flyspell-large-region): Allow nil as value.
15620 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15621
15622 (mail-mode-flyspell-verify): More robust handling
15623 of `mail-header-separator'. More efficient signature detection.
15624 Allow for regexp metacharacters in message-header-separator.
15625 Adding `To' not to be checked in mail-mode-flyspell-verify.
15626
15627 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15628 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15629 Bind flyspell-auto-correct-binding.
15630 Bind C-. and C-, .
15631 (flyspell-mode-map): Likewise.
15632 (flyspell-mode): Doc fix.
15633 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15634 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15635 (flyspell-word-cache-result): New var, always local.
15636 (flyspell-check-pre-word-p): Doc fix.
15637 (flyspell-check-changed-word-p): Handle spc like newline.
15638 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15639 (flyspell-word-search-backward, flyspell-word-search-forward):
15640 New functions.
15641 (flyspell-word): Return t if nothing to check.
15642 When parsing TeX code, check for after } or \.
15643 Use flyspell-word-search-backward to find previous word.
15644 Return nil if duplicated word.
15645 For word already checked, return same value as last time.
15646 Set flyspell-word-cache-result after checking.
15647 Don't clobber the return value.
15648 (flyspell-get-word): Major rewrite.
15649 (flyspell-external-point-words): New locals pword, pcount.
15650 Fix size used in progress message.
15651 Find the proper corresponding word in flyspell-large-region-buffer.
15652 (flyspell-region): Check for flyspell-large-region = nil.
15653 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15654 (flyspell-auto-correct-word): Check that WORD is a cons.
15655 (flyspell-correct-word): Likewise.
15656
15657 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15658
15659 * progmodes/make-mode.el (makefile-rule-action-regex)
15660 (makefile-macroassign-regex, makefile-makepp-mode)
15661 (makefile-bsdmake-mode): Continuation lines may be empty.
15662 Reported by Joshua Varner.
15663 (makefile-makepp-font-lock-keywords): Add $(stem).
15664
15665 2005-05-28 Karl Berry <karl@gnu.org>
15666
15667 * textmodes/tex-mode.el: Now that tex-send-command calls
15668 shell-quote-argument (2005-03-31 change), remove all calls to
15669 shell-quote-argument; they all end up invoking tex-send-command.
15670 The double quoting loses on filenames with non-safe characters,
15671 such as "@". Reported by Frederik Fouvry.
15672
15673 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15674
15675 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15676 about preserving point.
15677
15678 2005-05-27 Jay Belanger <belanger@truman.edu>
15679
15680 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15681 Info-goto-node.
15682
15683 * calc/calc-embed.el (calc-embed-arg): New variable.
15684 (calc-do-embedded-activate, calc-embedded-activate-formula)
15685 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15686 variable by new variable.
15687 (calc-embedded-make-info): Replace undeclared variable by new
15688 variable. When selecting region with positive prefix
15689 argument, use end of previous line instead of beginning of line.
15690
15691 * calc/calc-aent.el (calc-arg-values): Declare it.
15692
15693 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15694 Declare them.
15695
15696 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15697
15698 * calc/calc.el (calc-alg-map): Declare it.
15699
15700 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15701
15702 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
15703
15704 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15705 (gdb-registers-buffer, toggle-gdb-all-registers):
15706 Toggle display of floating point registers.
15707 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15708
15709 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
15710 (toggle-gud-tooltip-dereference):
15711 Rename from gud-toggle-tooltip-dereference.
15712
15713 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15714
15715 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15716
15717 2005-05-27 Jay Belanger <belanger@truman.edu>
15718
15719 * calc/calc-prog.el (calc-kbd-report): Remove.
15720 (calc-kbd-query): Rewrite.
15721
15722 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
15723
15724 * image.el (image-library-alist): Move to image.c.
15725 (image-type-available-p): Doc fix.
15726
15727 2005-05-27 Lute Kamstra <lute@gnu.org>
15728
15729 * calc/calc.el (calc):
15730 * outline.el (outline-1, outline-2, outline-3, outline-4)
15731 (outline-5, outline-6, outline-7, outline-8):
15732 * textmodes/dns-mode.el (dns-mode):
15733 * textmodes/sgml-mode.el (sgml-namespace-face):
15734 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15735 (tex-verbatim-face, tex-use-reftex):
15736 * textmodes/texinfo.el (texinfo-heading-face):
15737 Specify customization group.
15738
15739 * longlines.el: Don't require easy-mmode.
15740 (longlines-visible-face): Specify customization group.
15741
15742 2005-05-27 Kenichi Handa <handa@m17n.org>
15743
15744 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15745 encoding table of windows-1251.
15746
15747 * international/ucs-tables.el (ucs-set-table-for-input):
15748 If translation-table-for-input of a coding system is a symbol, get
15749 its translation-table property.
15750
15751 * international/code-pages.el: Don't register a coding system into
15752 non-iso-charset-alist more than once.
15753 (cp-make-coding-system): Likewise.
15754
15755 2005-05-26 John Wiegley <johnw@newartisans.com>
15756
15757 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15758 `eshell-resume-eval' is wrapped in a list, it indicates that the
15759 command was run asynchronously. In that case, unwrap the value
15760 before checking the delimiter value.
15761
15762 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15763 character before a space at the end of a line is \, assume the space
15764 is part of the last argument rather than a final argument separator.
15765
15766 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15767 is in use, and the target is `t' or `nil' (which are the most common
15768 values), don't assume that the symbol target is a buffer.
15769
15770 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15771
15772 * calendar/calendar.el (calendar-mode-line-format):
15773 Use mode-line-highlight as mouse-face.
15774
15775 * time.el (display-time-string-forms, display-time-update):
15776 Use mode-line-highlight as mouse-face.
15777
15778 2005-05-26 Jay Belanger <belanger@truman.edu>
15779
15780 * calc/calc.el (calc-language-alist): Remove extra defvar.
15781
15782 2005-05-26 Lute Kamstra <lute@gnu.org>
15783
15784 * arc-mode.el (archive-mode):
15785 * bookmark.el (bookmark-read-annotation-mode)
15786 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15787 * bs.el (bs-mode):
15788 * calc/calc-yank.el (calc-edit-mode):
15789 * calc/calc.el (calc-mode, calc-trail-mode):
15790 * calculator.el (calculator-mode):
15791 * chistory.el (command-history-mode):
15792 * comint.el:
15793 * cus-edit.el (custom-mode):
15794 * descr-text.el (describe-text-mode):
15795 * ebuff-menu.el (Electric-buffer-menu-mode):
15796 * ediff-util.el (ediff-mode):
15797 * emacs-lisp/re-builder.el (reb-mode):
15798 * emulation/vi.el (vi-mode-setup):
15799 * emulation/ws-mode.el (wordstar-mode):
15800 * eshell/esh-mode.el (eshell-mode):
15801 * forms.el (forms-mode):
15802 * help-mode.el (help-mode):
15803 * hexl.el (hexl-mode):
15804 * ibuffer.el (ibuffer-mode):
15805 * ielm.el (inferior-emacs-lisp-mode):
15806 * info.el (Info-mode, Info-edit-mode):
15807 * international/swedish.el:
15808 * ledit.el (ledit-from-lisp-mode):
15809 * locate.el (locate-mode):
15810 * mail/rmail.el (rmail-mode):
15811 * mail/rmailedit.el (rmail-edit-mode):
15812 * mail/rmailsum.el (rmail-summary-mode):
15813 * mail/supercite.el (sc-electric-mode):
15814 * net/eudc.el (eudc-mode):
15815 * net/quickurl.el (quickurl-list-mode):
15816 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15817 * obsolete/ooutline.el (outline-mode):
15818 * obsolete/options.el (Edit-options-mode):
15819 * obsolete/rnews.el (news-mode):
15820 * obsolete/rnewspost.el (news-reply-mode):
15821 * play/5x5.el (5x5-mode):
15822 * play/decipher.el (decipher-mode, decipher-stats-mode):
15823 * play/gomoku.el (gomoku-mode):
15824 * play/snake.el (snake-mode):
15825 * play/solitaire.el (solitaire-mode):
15826 * play/tetris.el (tetris-mode):
15827 * progmodes/ada-mode.el (ada-mode):
15828 * progmodes/antlr-mode.el (antlr-mode):
15829 * progmodes/autoconf.el (autoconf-mode):
15830 * progmodes/dcl-mode.el (dcl-mode):
15831 * progmodes/delphi.el (delphi-mode):
15832 * progmodes/ebrowse.el (ebrowse-tree-mode)
15833 (ebrowse-electric-list-mode, ebrowse-member-mode)
15834 (ebrowse-electric-position-mode):
15835 * progmodes/f90.el (f90-mode):
15836 * progmodes/fortran.el (fortran-mode):
15837 * progmodes/icon.el (icon-mode):
15838 * progmodes/idlw-help.el (idlwave-help-mode):
15839 * progmodes/idlw-shell.el (idlwave-shell-mode):
15840 * progmodes/idlwave.el (idlwave-mode):
15841 * progmodes/inf-lisp.el (inferior-lisp-mode):
15842 * progmodes/m4-mode.el (m4-mode):
15843 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15844 * progmodes/modula2.el (modula-2-mode):
15845 * progmodes/octave-inf.el (inferior-octave-mode):
15846 * progmodes/octave-mod.el (octave-mode):
15847 * progmodes/pascal.el (pascal-mode):
15848 * progmodes/sh-script.el (sh-mode):
15849 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15850 * progmodes/vhdl-mode.el (vhdl-mode):
15851 * progmodes/xscheme.el (scheme-interaction-mode):
15852 * replace.el (occur-mode):
15853 * ses.el (ses-mode):
15854 * simple.el (completion-list-mode):
15855 * skeleton.el:
15856 * speedbar.el (speedbar-mode):
15857 * term.el (term-mode):
15858 * terminal.el (terminal-edit-mode):
15859 * textmodes/reftex-index.el (reftex-index-mode)
15860 (reftex-index-phrases-mode):
15861 * textmodes/reftex-sel.el (reftex-select-label-mode)
15862 (reftex-select-bib-mode):
15863 * textmodes/reftex-toc.el (reftex-toc-mode):
15864 * wdired.el (wdired-change-to-wdired-mode):
15865 * wid-browse.el (widget-browse-mode):
15866 Use run-mode-hooks.
15867
15868 * array.el (array-mode):
15869 * calendar/todo-mode.el (todo-mode):
15870 * man.el (Man-mode):
15871 * play/landmark.el (lm-mode):
15872 * play/mpuz.el (mpuz-mode):
15873 Use kill-all-local-variables and run-mode-hooks.
15874
15875 * subr.el (delay-mode-hooks): Specify indentation.
15876
15877 2005-05-26 Mark A. Hershberger <mah@everybody.org>
15878
15879 * xml.el (xml-substitute-special): Don't die for undefined xml
15880 entities.
15881
15882 2005-05-26 Jay Belanger <belanger@truman.edu>
15883
15884 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15885 of nil.
15886
15887 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
15888
15889 * progmodes/gdb-ui.el (gdb-frame-address):
15890 Rename from gdb-current-address.
15891 (gdb-previous-frame-address): Rename from gdb-previous-address.
15892 (gdb-selected-frame): Rename from gdb-current-frame.
15893 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15894 (gdb-frame-number): Rename from gdb-current-stack-level.
15895 (gdb-ann3): Match new mode-name for disassembly buffer.
15896 Extend initialization of variables.
15897 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15898 (gdb-memory-mode): Use mouse-face in header line.
15899 (gdb-assembler-buffer-name): Call it disassembly and give frame
15900 in mode line.
15901 (gdb-source-spec-regexp, gdb-assembler-custom)
15902 (gdb-invalidate-assembler, gdb-frame-handler):
15903 Make robust to leading zeroes in address format.
15904
15905 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
15906
15907 * textmodes/org.el (org-mode): Use `define-derived-mode' to
15908 define `org-mode'.
15909 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15910
15911 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
15912
15913 * log-edit.el (log-edit-changelog-entries): Distinguish between
15914 filenames like xfns.c and fns.c.
15915
15916 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15917
15918 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15919 point after reverting.
15920 (Buffer-menu-make-sort-button): Handle the case where
15921 `Buffer-menu-use-header-line' is nil.
15922
15923 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15924
15925 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15926 New funcs. In minibuffer-local-completion-map bind `]', `/'
15927 and `:' to them.
15928
15929 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15930
15931 * startup.el (normal-top-level): Allow modification of load-path while
15932 we're iterating over it.
15933
15934 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
15935
15936 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15937 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15938 (thumbs-resize-interactive, thumbs-insert-image)
15939 (thumbs-insert-thumb, thumbs-dired-show-marked)
15940 (thumbs-find-image-at-point, thumbs-delete-images)
15941 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15942 (thumbs-increment-image-size, thumbs-decrement-image-size):
15943 Fix typos in docstrings.
15944
15945 2005-05-24 Andre Spiegel <spiegel@gnu.org>
15946
15947 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15948 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15949 (cperl-mode): Use them.
15950
15951 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
15952
15953 * window.el (quit-window, shrink-window-if-larger-than-buffer):
15954 Doc fixes.
15955
15956 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
15957
15958 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15959 Bind C-d to gdb-inferior-io-eof.
15960
15961 * dired.el (dired-dnd-popup-notice): Use message-box.
15962
15963 2005-05-23 Masatake YAMATO <jet@gyve.org>
15964
15965 * bindings.el (mode-line-major-mode-keymap):
15966 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15967
15968 * faces.el (mode-line-highlight): New face.
15969
15970 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15971 as mouse-face.
15972
15973 * bindings.el (top-level, help-echo, mode-line-modified)
15974 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15975 as mouse-face.
15976
15977 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
15978
15979 * progmodes/cc-engine.el (c-guess-basic-syntax):
15980 Remove spurious call to `zerop'.
15981
15982 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15983
15984 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
15985
15986 CC Mode update to 5.30.10:
15987
15988 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15989 could go past the limit in decoration level 2, thereby causing
15990 errors during interactive fontification.
15991
15992 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15993 the file is evaluated interactively.
15994
15995 * cc-engine.el (c-guess-basic-syntax): Handle operator
15996 declarations somewhat better in C++.
15997
15998 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15999 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16000 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16001 (awk-mode): Use it.
16002 (make-local-hook): Suppress warning about obsoleteness.
16003
16004 * cc-engine.el, cc-align.el, cc-cmds.el
16005 (c-append-backslashes-forward, c-delete-backslashes-forward)
16006 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16007 Compensate for return value from `forward-line' when it has moved
16008 but not to a different line due to eob.
16009
16010 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16011 `objc-method-intro' and `objc-method-args-cont'.
16012
16013 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16014
16015 CC Mode update to 5.30.10:
16016
16017 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16018 in the copyright statement. Incidentally, change "along with GNU
16019 Emacs" to "along with this program" where it occurs.
16020
16021 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16022 so that it is interactive, hence can be found by M-x awk-mode
16023 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16024 <gmorris+emacs@ast.cam.ac.uk>.
16025
16026 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16027 Mode's regexps.
16028
16029 2005-05-23 Kevin Ryde <user42@zip.com.au>
16030
16031 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16032 c-parse-state, to avoid a lisp error (on bad code).
16033
16034 2005-05-23 Lute Kamstra <lute@gnu.org>
16035
16036 * subr.el (font-lock-defaults): Remove defvar as it's already
16037 defined in font-core.el.
16038
16039 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16040
16041 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16042
16043 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16044 more general and work when GDB variable "print pretty" is on,
16045 as with Emacs, for example.
16046
16047 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16048
16049 * font-core.el: Update comment.
16050
16051 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16052 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16053
16054 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16055
16056 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16057
16058 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16059 and `yank-handler' in the doc strings.
16060
16061 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16062
16063 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16064
16065 2005-05-22 Richard M. Stallman <rms@gnu.org>
16066
16067 * help.el (describe-key): Move print-help-return-message call
16068 out of conditional.
16069
16070 * progmodes/etags.el (list-tags): Use with-no-warnings.
16071
16072 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16073 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16074 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16075
16076 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16077
16078 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16079 Add defvar.
16080
16081 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16082 Use defvar, not defconst.
16083
16084 * hexl.el (hexl-follow-line): Use with-no-warnings.
16085
16086 * emulation/tpu-extras.el: Use write-file-functions instead of
16087 write-file-hooks.
16088
16089 * dired.el (dired-font-lock-keywords): Fontify files with junk
16090 extensions even if marked by -F.
16091
16092 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16093
16094 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16095 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16096 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16097 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16098 (concatenate, list-length, get*, getf, cl-remprop):
16099 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16100 (etypecase, progv, lexical-let, lexical-let*)
16101 (multiple-value-bind, multiple-value-setq, shiftf):
16102 Improve argument/docstring consistency.
16103
16104 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16105
16106 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16107
16108 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16109 doesn't exist.
16110
16111 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16112 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16113
16114 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16115
16116 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16117 already deleted variables: auto-fill-hook, blink-paren-hook,
16118 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16119 suspend-hooks, comment-indent-hook, meta-flag,
16120 before-change-function, after-change-function,
16121 font-lock-doc-string-face.
16122
16123 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16124
16125 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16126
16127 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16128
16129 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16130 rmail-dont-reply-to.
16131
16132 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16133
16134 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16135 literal blank when splitting new-header-values.
16136
16137 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16138
16139 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16140 string so that tmm doesn't create a completion entry for it.
16141
16142 * textmodes/table.el (table-disable-menu): Ditto.
16143
16144 2005-05-21 Richard M. Stallman <rms@gnu.org>
16145
16146 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16147
16148 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16149
16150 * net/rcompile.el (remote-compile): Use compilation-start.
16151
16152 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16153
16154 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16155
16156 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16157 Default to makefile-bsdmake-mode on BSD systems.
16158
16159 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16160 REGEXP may also be a search function now. The part of doc-string
16161 for describing the structure was 95% identical to that of
16162 `imenu--generic-function'. Unify it there.
16163
16164 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16165 Use function to find dependencies, because regexp alone is so complex,
16166 it easily goes into an endless loop.
16167 (makefile-makepp-mode): Also add submenu for Perl functions
16168 defined in the makefile.
16169 (makefile-bsdmake-mode): Special imenu-generic-expression no
16170 longer needed, due to function call.
16171 (makefile-match-dependency): Take BOUND into account when checking
16172 if we're through.
16173
16174 2005-05-20 Jay Belanger <belanger@truman.edu>
16175
16176 * calc/calc-units.el (calc-invalidate-units-table):
16177 Use inhibit-read-only.
16178 (math-build-units-table-buffer): Use view-mode.
16179
16180 2005-05-20 David Kastrup <dak@gnu.org>
16181
16182 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16183 easy-menu-add is not a nop on Emacs; and clarify when to call it.
16184
16185 2005-05-20 Lute Kamstra <lute@gnu.org>
16186
16187 * diff-mode.el (diff-header-face, diff-file-header-face)
16188 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16189 (diff-added-face, diff-changed-face, diff-function-face)
16190 (diff-context-face, diff-nonexistent-face): Put them in the
16191 diff-mode customization group.
16192
16193 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16194
16195 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16196
16197 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16198
16199 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16200 Minor regexp-optimization.
16201
16202 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
16203
16204 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16205 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16206 (org-agenda-add-time-grid-maybe): New function.
16207 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16208 (org-table-create): `dotimes' instead of `mapcar'.
16209 (org-xor): Simplify implementation.
16210 (org-agenda): `inhibit-redisplay' turned on.
16211 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16212 a consistent line after a state change.
16213 (org-agenda-remove-times-when-in-prefix): New option.
16214 (org-prefix-has-time): New variable.
16215 (org-parse-time-string): Optional argument NODEFAULT.
16216 (org-format-agenda-item): Parse items for time-of-day
16217 specifications and move these into the prefix if possible.
16218 (org-agenda-priority): Get current heading, not previous heading
16219 during agenda remote editing.
16220
16221 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
16222
16223 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16224 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16225 (remove-duplicates, delete-duplicates, substitute)
16226 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16227 (nsubstitute-if-not, find, find-if, find-if-not, position)
16228 (position-if, position-if-not, count, count-if, count-if-not)
16229 (mismatch, search, sort*, stable-sort, merge, member*)
16230 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16231 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16232 (intersection, nintersection, set-difference, nset-difference)
16233 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16234 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16235 (nsublis, tree-equal): Improve argument/docstring consistency.
16236
16237 * subr.el (send-string, send-region): Remove obsolescence declaration.
16238 (window-dot, set-window-dot, read-input, show-buffer)
16239 (eval-current-buffer, string-to-int):
16240 Add release number to obsolescence declarations.
16241
16242 2005-05-19 Kim F. Storm <storm@cua.dk>
16243
16244 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16245 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16246
16247 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16248
16249 * faces.el (list-faces-display): Make back button respect optional
16250 regexp arg.
16251
16252 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
16253
16254 * calculator.el (calculator-radix-grouping-mode)
16255 (calculator-radix-grouping-digits, calculator-displayer)
16256 (calculator-radix-grouping-separator, calculator-copy-displayer):
16257 * dabbrev.el (dabbrev-search-these-buffers-only):
16258 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16259 (diff-advance-after-apply-hunk, diff-mode-hook)
16260 (diff-minor-mode-prefix):
16261 * imenu.el (imenu-use-popup-menu):
16262 * jit-lock.el (jit-lock-context-time):
16263 * newcomment.el (comment-fill-column, comment-column)
16264 (comment-style, comment-padding, comment-multi-line)
16265 (comment-empty-lines, comment-auto-fill-only-comments):
16266 * reveal.el (reveal-around-mark):
16267 * uniquify.el (uniquify-buffer-name-style)
16268 (uniquify-after-kill-buffer-p)
16269 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16270 (uniquify-min-dir-content, uniquify-separator)
16271 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16272 * w32-vars.el (w32-fixed-font-alist):
16273 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16274 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16275 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16276 * progmodes/perl-mode.el (perl-indent-level)
16277 (perl-continued-statement-offset, perl-continued-brace-offset)
16278 (perl-brace-offset, perl-brace-imaginary-offset)
16279 (perl-label-offset, perl-indent-continued-arguments)
16280 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16281 * progmodes/tcl.el (tcl-indent-level)
16282 (tcl-continued-indent-level, tcl-auto-newline)
16283 (tcl-tab-always-indent, tcl-electric-hash-style)
16284 (tcl-help-directory-list, tcl-use-smart-word-finder)
16285 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16286 (inferior-tcl-source-command):
16287 * textmodes/fill.el (enable-kinsoku):
16288 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16289 * textmodes/table.el (table-yank-handler):
16290 Specify missing group (and type, if simple) in defcustom.
16291
16292 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
16293
16294 * progmodes/compile.el (compilation-finish-function): Fix defvar.
16295
16296 2005-05-19 Richard M. Stallman <rms@gnu.org>
16297
16298 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16299
16300 * subr.el (event-basic-type): Don't get an error.
16301 (left-fringe-p): Function deleted.
16302
16303 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16304 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16305
16306 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16307 in recursive copy.
16308
16309 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16310
16311 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16312
16313 * emacs-lisp/bytecomp.el
16314 (byte-compile-file-form-custom-declare-variable):
16315 Call byte-compile-nogroup-warn if appropriate.
16316
16317 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16318 (compilation-set-window): Don't call left-fringe-p; do it directly.
16319
16320 2005-05-19 Jay Belanger <belanger@truman.edu>
16321
16322 * calc/calc-graph.el (calc-graph-format-data): Make sure
16323 var-PlotRejects is bound before trying to check its value.
16324
16325 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
16326
16327 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16328 definition of this variable from reftex-global.el to reftex.el,
16329 because it is needed in the menu.
16330
16331 2005-05-19 Lute Kamstra <lute@gnu.org>
16332
16333 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16334 years are fixed. Don't insert a space after a dash.
16335
16336 2005-05-19 Kim F. Storm <storm@cua.dk>
16337
16338 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16339
16340 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
16341
16342 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16343 strings, because (eq ... ?\\) is fairly frequent.
16344
16345 * progmodes/make-mode.el (makefile-add-this-line-targets):
16346 Simplify and integrate into `makefile-pickup-targets'.
16347 (makefile-add-this-line-macro): Simplify and integrate into
16348 `makefile-pickup-macros.
16349 (makefile-pickup-filenames-as-targets): Simplify.
16350 (makefile-previous-dependency, makefile-match-dependency):
16351 Don't stumble over `::'.
16352
16353 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
16354
16355 * subr.el (post-command-idle-hook, post-command-idle-delay):
16356 Remove obsoletion of post-command-idle-hook and
16357 post-command-idle-delay.
16358
16359 * faces.el (list-faces-display): Provide button when describe-face
16360 is called to take user back to the list of faces.
16361
16362 * help-fns.el (describe-variable): Remove hyperlinks in a
16363 variable's value as these are quite frequently inappropriate.
16364
16365 * follow.el (follow-submit-feedback, follow-mode):
16366 Remove references to post-command-idle-hook.
16367
16368 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
16369
16370 * progmodes/make-mode.el (makefile-previous-dependency)
16371 (makefile-match-dependency): Check for := (and in bsd mode also
16372 !=) to give a better result, even when font-lock is not on.
16373
16374 2005-05-18 Jay Belanger <belanger@truman.edu>
16375
16376 * calc/calc-help.el (calc-s-prefix-help):
16377 Add `calc-copy-special-constant' to help string.
16378
16379 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
16380
16381 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16382
16383 2005-05-18 Jay Belanger <belanger@truman.edu>
16384
16385 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16386 in linear factors are in proper order.
16387
16388 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
16389
16390 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16391 Support for jurabib.
16392
16393 * textmodes/reftex.el (featurep): Define aliases for overlay
16394 commands, for XEmacs compatibility, and use these aliases in
16395 overlay initializations.
16396 (reftex-highlight): Use `reftex-move-overlay'.
16397 (reftex-unhighlight): Use `reftex-delete-overlay'.
16398 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
16399 (reftex-access-search-path): Use `reftex-uniquify' instead of
16400 `reftex-uniq'
16401
16402 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16403 `before-string' property modification enables for Emacs as well.
16404 (reftex-select-item): Use `reftex-delete-overlay'.
16405 (reftex-select-mark): Use `reftex-make-overlay' and
16406 `reftex-overlay-put'.
16407 (reftex-select-unmark): Use `reftex-delete-overlay' and
16408 `reftex-overlay-put'.
16409
16410 2005-05-18 Lute Kamstra <lute@gnu.org>
16411
16412 * emacs-lisp/lisp.el (check-parens): Fix docstring.
16413
16414 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
16415
16416 * add-log.el (add-change-log-entry):
16417 * array.el (array-make-template, array-reconfigure-rows)
16418 (array-init-max-row, array-init-max-column)
16419 (array-init-columns-per-line, array-init-field-width):
16420 * replace.el (replace-match-maybe-edit, perform-replace):
16421 * textmodes/spell.el (spell-region):
16422 Replace `read-input' by `read-string'.
16423
16424 * forms.el (forms-mode):
16425 * finder.el (finder-compile-keywords):
16426 * shadowfile.el (shadow-read-files):
16427 Replace `eval-current-buffer' by `eval-buffer'.
16428
16429 * terminal.el (te-pass-through):
16430 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16431 (ange-ftp-raw-send-cmd):
16432 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16433 (send-process-next-char, telnet-initial-filter, telnet):
16434 Replace `send-string' by `process-send-string'.
16435
16436 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16437 (prolog-consult-region): Replace `send-string' by
16438 `process-send-string'; replace `send-region' by `process-send-region'.
16439
16440 * progmodes/delphi.el (delphi-log-msg):
16441 Replace `set-window-dot' by `set-window-point'.
16442
16443 * subr.el (window-dot, set-window-dot, read-input, send-string)
16444 (send-region, show-buffer, eval-current-buffer):
16445 Make really obsolete, as the comment says.
16446
16447 2005-05-17 Kim F. Storm <storm@cua.dk>
16448
16449 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16450 (cua--init-keymaps): Bind C-return instead of S-return to set
16451 rectangle mark.
16452
16453 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16454 instead of S-return to toggle/clear rectangle mark.
16455
16456 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
16457
16458 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16459 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16460 Also fontify plain strings assigned to variables, mostly so that a
16461 colon has a face and is thus not taken as a dependency separator.
16462 (makefile-previous-dependency): Inline the new matcher, because it
16463 is too complex to work in both directions.
16464 (makefile-match-dependency): Eliminate `backward' arg (see above).
16465 Completely reimplemented so as to not sometimes go into an endless
16466 loop. It should also be more efficient, because first it only
16467 searches for `:', instead of applying the very complex regexp.
16468 (makefile-mode): Cancel `font-lock-support-mode', because blocks
16469 to be fontified in one piece can be too long for JIT.
16470 Makefiles are never *that* big.
16471
16472 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
16473
16474 * dired.el (dired-mode): Simplify.
16475
16476 2005-05-17 Lute Kamstra <lute@gnu.org>
16477
16478 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16479 defcustom for the mode hook variable.
16480
16481 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16482 Emacs Lisp Reference Manual.
16483
16484 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
16485
16486 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16487 (evenp, list*):
16488 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16489 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16490
16491 * net/tramp-smb.el (tramp-smb-open-connection):
16492 Pass `tramp-chunksize' as fifth (required) argument.
16493
16494 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
16495
16496 * font-lock.el (lisp-font-lock-keywords-1):
16497 Set `font-lock-negation-char-face' for [^...] char group.
16498 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16499
16500 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16501 a var, and refine it to mask one more level of nested vars.
16502 (makefile-rule-action-regex): Turn it into a var, and refine it so
16503 it recognizes backslashed continuation lines as belonging to the
16504 same command.
16505 (makefile-macroassign-regex): Refine it so it recognizes
16506 backslashed continuation lines as belonging to the same command.
16507 (makefile-var-use-regex): Don't look at the next char, because it
16508 might be the same one to be skipped by the initial [^$], leading
16509 to an overlooked variable use.
16510 (makefile-make-font-lock-keywords): Remove two parameters, which
16511 are now variables that some of the modes set locally.
16512 Handle dependency and rule action matching through functions, because
16513 regexps alone match too often. Dependency matching now comes
16514 last, so it can check, whether a colon already matched something else.
16515 (makefile-mode): Inform that font-lock improves makefile parsing
16516 capabilities.
16517 (makefile-match-dependency, makefile-match-action): New functions.
16518
16519 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
16520
16521 * emacs-lisp/cl-extra.el (equalp): Doc fix.
16522
16523 * align.el (align-regexp):
16524 * ansi-color.el (ansi-color-get-face):
16525 * array.el (array-reconfigure-rows, array-init-max-row)
16526 (array-init-max-column, array-init-columns-per-line)
16527 (array-init-field-width):
16528 * dired-aux.el (dired-trample-file-versions):
16529 * dired-x.el (dired-mark-sexp):
16530 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16531 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16532 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16533 * faces.el (face-read-integer):
16534 * files.el (backup-extract-version, insert-directory):
16535 * hexl.el (hexl-insert-decimal-char):
16536 * server.el (server-process-filter):
16537 * shell.el (shell-extract-num):
16538 * startup.el (command-line-1):
16539 * term.el (term-command-hook):
16540 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16541 (time-stamp-do-number):
16542 * time.el (display-time-update):
16543 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16544 (timezone-fix-time):
16545 * vms-patch.el (vms-suspend-resume-hook):
16546 * calendar/appt.el (appt-convert-time):
16547 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16548 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16549 * calendar/cal-islam.el (mark-islamic-diary-entries):
16550 * calendar/calendar.el (calendar-cursor-to-date)
16551 (calendar-star-date):
16552 * calendar/diary-lib.el (diary-attrtype-convert)
16553 (mark-diary-entries, diary-entry-time):
16554 * calendar/solar.el (solar-get-number):
16555 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16556 * emacs-lisp/re-builder.el (reb-display-subexp):
16557 * emulation/edt.el (edt-set-scroll-margins):
16558 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16559 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16560 (vip-get-ex-count):
16561 * emulation/viper-ex.el (viper-get-ex-token)
16562 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16563 * international/fontset.el (fontset-plain-name):
16564 * mail/feedmail.el (feedmail-look-at-queue-directory):
16565 * mail/mailalias.el (mail-get-names):
16566 * mail/rmail.el (rmail-convert-to-babyl-format):
16567 * mail/rmailsum.el (rmail-make-basic-summary-line)
16568 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16569 (rmail-summary-goto-msg):
16570 * mail/smtpmail.el (smtpmail-read-response):
16571 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16572 (ange-ftp-vms-add-file-entry):
16573 * play/gametree.el (gametree-looking-at-ply)
16574 (gametree-current-branch-score):
16575 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16576 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16577 * progmodes/cperl-mode.el (condition-case):
16578 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16579 (ebrowse-set-member-buffer-column-width)
16580 (ebrowse-select-1st-to-9nth):
16581 * progmodes/etags.el (etags-snarf-tag):
16582 * progmodes/flymake.el (flymake-parse-line):
16583 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16584 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16585 (idlwave-shell-menu-def):
16586 * progmodes/ps-mode.el (ps-run-goto-error):
16587 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16588 (vhdl-speedbar-contract-level):
16589 * term/mac-win.el (x-handle-numeric-switch):
16590 * term/sun-mouse.el (sun-get-frame-data):
16591 * term/w32-win.el (x-handle-numeric-switch):
16592 * term/x-win.el (x-handle-numeric-switch):
16593 * textmodes/ispell.el (ispell-parse-output):
16594 * textmodes/nroff-mode.el (nroff-outline-level):
16595 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16596 (reftex-bib-sort-year-reverse, reftex-format-citation):
16597 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16598 (reftex-section-number):
16599 * textmodes/texinfmt.el (texinfo-paragraphindent):
16600 Replace `string-to-int' by `string-to-number'.
16601
16602 * international/latexenc.el: Add page marker to force the "Local
16603 Variables:" string out of the last page.
16604
16605 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16606
16607 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16608 tooltip-change-major-mode.
16609 (gud-tooltip-print-command): Remove case where gud-minor-mode
16610 is gdb ("--fullname").
16611 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16612 explain to user.
16613
16614 2005-05-16 Jay Belanger <belanger@truman.edu>
16615
16616 * calc/calc-store.el (calc-copy-special-constant): New function.
16617
16618 * calc/calc-ext.el (calc-init-extensions): Add binding for
16619 `calc-copy-special-constant'.
16620
16621 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16622 for the `calc-copy-special-constant' command.
16623
16624 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16625
16626 * subr.el (left-fringe-p): New function.
16627
16628 * progmodes/compile.el (compilation-setup): Set local value of
16629 overlay-arrow-string to "" always.
16630 (compilation-set-window): Left fringe then don't scroll.
16631 No left fringe then no arrow and scroll message to top.
16632 (compilation-context-lines): Adjust doc string accordingly.
16633
16634 2005-05-16 Kim F. Storm <storm@cua.dk>
16635
16636 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16637 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16638 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16639 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16640 (ido-read-file-name): Handle commands with ido property value
16641 equal to find-file as reading a file name, to allow C-d to enter dired.
16642 (ibuffer-find-file): Add ido property with value find-file.
16643
16644 2005-05-15 Kim F. Storm <storm@cua.dk>
16645
16646 * subr.el (open-network-stream-nowait): Remove.
16647 (open-network-stream-server): Remove.
16648
16649 2005-05-15 Richard M. Stallman <rms@gnu.org>
16650
16651 * faces.el (describe-face): Output a definition link button.
16652
16653 * help-mode.el (help-face-def): New button type.
16654
16655 * emacs-lisp/copyright.el (copyright-fix-years):
16656 Match properly if the first year is 2-digit.
16657 Don't mess up the whitespace after the years by filling.
16658
16659 * dired-aux.el (dired-mark-confirm):
16660 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16661
16662 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16663 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16664 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16665
16666 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16667 Set font-lock-comment-start-skip.
16668
16669 * font-lock.el (font-lock-comment-start-skip): New variable.
16670 (font-lock-comment-end-skip): New variable.
16671 (font-lock-fontify-syntactically-region): Use them if non-nil.
16672
16673 2005-05-15 Jay Belanger <belanger@truman.edu>
16674
16675 * calc/calc-store.el (calc-store-value): Return a string rather
16676 than display it as a message.
16677 Use calc-var-name for variable name.
16678 (calc-store-into): Add the result of calc-store-value to message.
16679 (calc-copy-variable): Add a message.
16680 (calc-store-exchange): Improve error messages.
16681 (calc-store-binary, calc-store-map): Don't reset the values of
16682 special constants.
16683
16684 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16685
16686 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16687 manual to docstring.
16688
16689 * files.el (hack-local-variables-confirm): Add STRING argument.
16690 Make the function handle non file visiting buffers correctly.
16691 (hack-local-variables-prop-line, hack-local-variables)
16692 (hack-one-local-variable): Use STRING arg of
16693 `hack-local-variables-confirm'.
16694
16695 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
16696
16697 Sync with Tramp 2.0.49.
16698
16699 * net/tramp.el (tramp-handle-dired-call-process)
16700 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16701 because the contents of the Tramp buffer is changed before
16702 insertion (`expand-file' and alike).
16703 (tramp-handle-insert-directory): If `localname' has an empty
16704 nondirectory name, it must not be quoted.
16705 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16706 variable `tramp-chunksize'. Change callees.
16707 (tramp-open-connection-setup-interactive-shell): Check remote host
16708 for buggy `send-process-string' implementation.
16709 Set `tramp-chunksize' if found. Reported by Michael Kifer
16710 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16711 (tramp-handle-shell-command): `insert-buffer' cannot be used
16712 because the contents of the Tramp buffer is changed before
16713 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16714 <frederic.bothamy@free.fr>.
16715 (tramp-set-auto-save): Actions should be done for Tramp file name
16716 handler only. Ange-FTP has its own auto-save mechanism.
16717 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16718 (tramp-set-auto-save-file-modes): Set file modes of
16719 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16720 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16721 (tramp-bug): Remove obsolete variable.
16722 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
16723 for presence of `mml-mode'. Make it running for older Emacsen as well.
16724
16725 2005-05-14 John Paul Wallington <jpw@pobox.com>
16726
16727 * ibuf-ext.el (define-ibuffer-filter filename):
16728 If `dired-directory' is a list, use its car.
16729
16730 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16731
16732 * ibuffer.el (define-ibuffer-column filename):
16733 If `dired-directory' is a list, use its car.
16734
16735 2005-05-14 Richard M. Stallman <rms@gnu.org>
16736
16737 * subr.el (symbol-file): Doc fix.
16738
16739 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16740 (byte-compile-form): Call byte-compile-nogroup-warn.
16741 (byte-compile-warning-types): Doc fix.
16742
16743 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16744
16745 * progmodes/cc-engine.el (c-literal-faces):
16746 Add font-lock-comment-delimiter-face.
16747
16748 * net/net-utils.el (dig): Use with-no-warnings.
16749
16750 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16751 (sc-recite-frame-alist, sc-default-cite-frame)
16752 (sc-default-uncite-frame, sc-default-recite-frame)
16753 (sc-attrib-selection-list, sc-rewrite-header-list):
16754 Mark as risky-local-variable.
16755
16756 * international/ogonek.el (ogonek-jak, ogonek-how):
16757 Don't use beginning-of-buffer.
16758
16759 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16760
16761 * calendar/solar.el (solar-data-list): Move definition up.
16762
16763 * dnd.el (dnd-protocol-alist): Add autoload.
16764
16765 * progmodes/sh-script.el: Many doc usage fixes.
16766 (sh-indent-after-do): Change default to match common styles.
16767
16768 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16769
16770 * files.el (interpreter-mode-alist)
16771 (auto-mode-interpreter-regexp): Doc fixes.
16772
16773 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16774
16775 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16776
16777 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16778
16779 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16780
16781 * dired.el (dired-mode): make-variable-buffer-local =>
16782 make-local-variable.
16783
16784 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16785
16786 * term/mac-win.el (mac-select-convert-to-string): Try coding
16787 systems in mac-script-code-coding-systems if specified one cannot
16788 encode string for `com.apple.traditional-mac-plain-text'.
16789
16790 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16791
16792 * progmodes/make-mode.el (makefile-targets-face)
16793 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16794 (makefile-dependency-regex): Fix it to not make the colon in
16795 $(var:a=b) special.
16796 (makefile-rule-action-regex): New regexp for highlighting embedded
16797 Shell strings.
16798 (makefile-macroassign-regex): Handle != for highlighting as
16799 embedded Shell strings.
16800 (makefile-var-use-regex): New const.
16801 (makefile-statements, makefile-automake-statements)
16802 (makefile-gmake-statements, makefile-makepp-statements)
16803 (makefile-bsdmake-statements): New consts.
16804 (makefile-make-font-lock-keywords): New function.
16805 (makefile-automake-font-lock-keywords)
16806 (makefile-gmake-font-lock-keywords)
16807 (makefile-makepp-font-lock-keywords)
16808 (makefile-bsdmake-font-lock-keywords): New consts.
16809 (makefile-mode-map): Add switchers between the various submodes.
16810 (makefile-mode): Document the availability of the variants.
16811 (makefile-automake-mode, makefile-gmake-mode)
16812 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16813
16814 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16815 new variants of makefile-mode.
16816
16817 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16818
16819 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16820 the inheritance.
16821
16822 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16823
16824 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16825 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16826
16827 * files.el (normal-mode): Extend the scope of the
16828 `enable-local-variables' binding to include the `set-auto-mode' call.
16829 (magic-mode-alist): Doc fix.
16830
16831 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16832
16833 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16834 font-lock-comment-face rather than copying its setting.
16835
16836 2005-05-12 Andreas Schwab <schwab@suse.de>
16837
16838 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16839
16840 2005-05-12 Lute Kamstra <lute@gnu.org>
16841
16842 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16843 defcustom for the mode hook variable. Delete the last argument.
16844 * generic-x.el: Fix callers of define-generic-mode.
16845 (generic-x-modes): Delete group.
16846 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16847 generic-x customization group.
16848
16849 2005-05-12 Kim F. Storm <storm@cua.dk>
16850
16851 * font-lock.el (font-lock-negation-char-face): Default to "off".
16852
16853 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16854 font-lock-negation-char-face to ! in !=.
16855
16856 2005-05-12 Masatake YAMATO <jet@gyve.org>
16857
16858 * add-log.el (find-change-log): Fix typos in the docstring
16859 of function.
16860
16861 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16862
16863 * international/latexenc.el (latexenc-find-file-coding-system):
16864 Avoid `re-search-forward' when looking for input encoding because
16865 of speed and safety. Better regular expressions for recognizing
16866 input encoding. Limit a search for TeX-master/tex-main-file to
16867 the local variable section.
16868
16869 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16870
16871 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16872 syntax of $ to "'" (quote).
16873
16874 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16875
16876 * dnd.el (dnd-protocol-alist): Improve custom type.
16877
16878 * dired.el (dired-dnd-protocol-alist): New variable.
16879 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16880 `dired-mode-hook' to the end.
16881
16882 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16883
16884 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16885 comment-end if comment-start-skip is not set.
16886 Obey the font-lock-comment-delimiter-face variables.
16887
16888 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * files.el (executable-find): Move from executable.el. Use
16891 locate-file.
16892 * progmodes/executable.el (executable-find): Move to files.el.
16893
16894 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16895 when trying to ensure forward progress.
16896
16897 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
16898
16899 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16900 (mouse-select, mouse-select-internal, mouse-extend-internal):
16901 Use it to implement mouse-1-click-follows-link functionality.
16902
16903 2005-05-11 Richard M. Stallman <rms@gnu.org>
16904
16905 * font-lock.el (font-lock-fontify-syntactically-region):
16906 Use font-lock-comment-delimiter-face for comment delimiters.
16907
16908 2005-05-10 Jay Belanger <belanger@truman.edu>
16909
16910 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16911 preserving embedded modes.
16912
16913 2005-05-10 Richard M. Stallman <rms@gnu.org>
16914
16915 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16916
16917 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16918 Move from ada-stmt.el.
16919 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16920
16921 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16922 Move to ada-mode.el.
16923 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16924
16925 * cus-edit.el (custom-file): Call file-chase-links.
16926
16927 * files.el (read-directory-name): Fix previous change.
16928 (hack-local-variables-confirm): New function.
16929 (hack-local-variables-prop-line, hack-local-variables)
16930 (hack-one-local-variable): Use it.
16931
16932 2005-05-10 Lute Kamstra <lute@gnu.org>
16933
16934 * font-lock.el (font-lock-keywords-alist)
16935 (font-lock-removed-keywords-alist): Clarify docstrings.
16936
16937 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
16938
16939 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16940 (gdb-source-info): Check for preprocessor info.
16941 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
16942 a macro for a function.
16943 (gdb-info-breakpoints-custom): Try to find file again if not already
16944 found (user might have used GDB dir command).
16945 (gdb-get-location): Update gdb-location-alist correctly for change
16946 to gdb-info-breakpoints-custom.
16947
16948 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16949 (gud-tooltip-print-command): Add gdbmi case.
16950 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16951 preprocessor info.
16952
16953 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
16954
16955 * startup.el (fancy-splash-insert): Fix typo in doc string.
16956
16957 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
16958
16959 * obsolete/float.el (string-to-float):
16960 * obsolete/hilit19.el (hilit-add-pattern):
16961 * obsolete/rnews.el (news-parse-range, news-select-message)
16962 (news-get-pruned-list-of-files): Replace `string-to-int' by
16963 `string-to-number'.
16964
16965 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16966 `find-file-not-found-hooks'; use `add-hook'.
16967 (uncompress-while-visiting): Set `write-file-functions', not
16968 `write-file-hooks'; use `add-hook'.
16969
16970 2005-05-09 Kim F. Storm <storm@cua.dk>
16971
16972 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16973 (cua-paste): Handle clipboard action.
16974 (cua--init-keymaps): Remap clipboard-kill-region and
16975 clipboard-kill-ring-save.
16976
16977 2005-05-08 Eli Zaretskii <eliz@gnu.org>
16978
16979 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16980 Improve commentary.
16981
16982 * simple.el (next-error-overlay-arrow-position): Revert the change
16983 made on 2005-04-30.
16984
16985 2005-05-07 Jay Belanger <belanger@truman.edu>
16986
16987 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16988 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16989 `calc-sel-reselect'.
16990
16991 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16992 Calc is in embedded mode.
16993
16994 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16995
16996 * progmodes/compile.el (compilation-setup):
16997 Set overlay-arrow-string to an empty string on text terminals.
16998
16999 * textmodes/ispell.el (ispell-program-name): Try looking for
17000 "aspell" along exec-path, and if found, use it as the default
17001 speller program.
17002
17003 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17004
17005 * international/mule.el (sgml-xml-auto-coding-function):
17006 Recognize encoding='FOO' in single quotes as well as in double quotes.
17007
17008 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17009
17010 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17011 as well as `interactive', so that defmacro* would recognize
17012 `declare' forms.
17013
17014 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17015
17016 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17017 Explain more about the LIGHTER arg's usage in the doc string.
17018 Add commentary to clarify what the code does. Fix the regexp that
17019 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17020 since it could have characters special to regular expressions.
17021
17022 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17023
17024 * replace.el (occur-1): Bind inhibit-read-only so that
17025 erase-buffer doesn't barf on read-only text properties (likewise
17026 for add-text-properties in occur-engine). Mark buffer as unmodified.
17027 (occur-engine): Don't set buffer-read-only here.
17028
17029 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17030
17031 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17032 list-buffers-directory. This caused the *cvs-commit* buffer to be
17033 sometimes mistakenly reused as a *cvs* buffer.
17034
17035 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17036
17037 * tooltip.el: Move code for GUD tooltips into gud.el.
17038 (require): CL no longer needed to compile case.
17039 (tooltip-mode): Do not toggle functions for GUD tooltips.
17040 (tooltip-gud-tips-p): Remove. Replace with minor mode
17041 gud-tooltip-mode in gud.el.
17042 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17043 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17044 tooltip-gud prefix with gud-tooltip and obsolete.
17045 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17046 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17047 (tooltip-mouse-motion): Mouse movement functions/variable.
17048 Rename in gud.el by adding gud prefix.
17049 (tooltip-gud-original-filter, tooltip-gud-dereference)
17050 (tooltip-gud-event, tooltip-toggle-gud-tips)
17051 (tooltip-gud-process-output, tooltip-gud-print-command)
17052 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17053 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17054 (gdb-tooltip-print): Move to gdb-ui.el.
17055
17056 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17057 (require): CL needed to compile case.
17058 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17059 tooltip-gud-tips-p. Make it a minor-mode.
17060 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17061 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17062 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17063 (gud-tooltip-change-major-mode)
17064 (gud-tooltip-activate-mouse-motions-if-enabled)
17065 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17066 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17067 (gud-tooltip-original-filter, gud-tooltip-dereference)
17068 (gud-tooltip-event, tooltip-toggle-gud-tips)
17069 (gud-tooltip-process-output, gud-tooltip-print-command)
17070 (gud-tooltip-tips): Move from tooltip.el.
17071
17072 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17073 (gdb-cpp-define-alist-flags): Doc fix.
17074 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17075 gud-tooltip-mode is t.
17076
17077 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17078
17079 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17080 evaporate if their text is deleted.
17081 (goto-address-at-point): Make it work as a mouse binding as well.
17082 (goto-address-at-mouse): Obsolete it. Update users.
17083
17084 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17085
17086 * calendar/appt.el (top-level): No longer activate on load.
17087
17088 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17089
17090 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17091 * net/webjump.el (webjump):
17092 * progmodes/idlw-help.el (idlwave-do-context-help1)
17093 (idlwave-highlight-linked-completions):
17094 * textmodes/po.el (po-find-file-coding-system-guts):
17095 Replace `assoc-ignore-case' by `assoc-string'.
17096
17097 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17098
17099 * files.el (locate-file): Doc fix.
17100
17101 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17102 Remove the redundant test for ms-dos.
17103
17104 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17105 look for the preprocessor with exec-suffixes. If not found in
17106 standard places, look in exec-path. Remove most of the tests that
17107 used system-type.
17108
17109 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17110
17111 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17112
17113 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17114 file-name clash with jka-compr.el on 8+3 filesystems.
17115
17116 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17117
17118 * term/mac-win.el: Don't define or bind scroll bar functions if
17119 x-toolkit-scroll-bars is t.
17120 (x-select-text, x-get-selection-value): Clear
17121 x-last-selected-text-clipboard if x-select-enable-clipboard is
17122 nil.
17123 (PRIMARY): Put mac-scrap-name property.
17124 (mac-select-convert-to-file-url): New function.
17125 (public.file-url): New selection target type. Add to
17126 selection-converter-alist.
17127 (x-get-selection, x-selection-value): Handle it.
17128 (x-cut-buffer-or-selection-value): New alias.
17129
17130 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17131
17132 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17133 entry to avoid calling bibtex-find-entry with arg global
17134 being t. Remove arg key.
17135 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17136 (bibtex-copy-summary-as-kill): Change accordingly.
17137
17138 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17139
17140 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17141 (org-agenda-date-later): Use with-current-buffer.
17142
17143 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17144
17145 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17146 (define-obsolete-variable-alias): Doc Fixes.
17147
17148 2005-05-06 Kim F. Storm <storm@cua.dk>
17149
17150 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17151 vertical-motion when selective-display is active.
17152
17153 * ido.el (ido-setup-hook): New hook.
17154 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17155 (ido-input-stack): New var.
17156 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17157 ido-next-work-file binding to M-O.
17158 Bind M-f to ido-wide-find-file-or-pop-dir.
17159 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17160 (ido-read-internal): Run ido-setup-hook.
17161 Catch quit in read-file-name and read-string to cancel edit.
17162 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17163 Automatically pop-all when completing a directory name (RET).
17164 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17165 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17166 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17167 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17168 New functions for M-b/M-f to move among the directory components.
17169 (ido-make-merged-file-list): Catch quit to cancel merge.
17170 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17171 (ido-completion-help): No warnings for ido-completion-buffer-full.
17172
17173 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
17174
17175 * font-lock.el (font-lock-negation-char-face): New face and variable.
17176 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17177 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17178 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17179 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17180
17181 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
17182
17183 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17184 Fix typo in docstring.
17185
17186 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17187 (ebrowse-print-statistics-line)
17188 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17189
17190 * term/w32-win.el (image-library-alist): Add additional name for
17191 Xpm library.
17192
17193 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
17194
17195 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17196 use gcc instead of cpp.
17197
17198 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17199 (gdb-create-define-alist): Use it.
17200 (gdb-cpp-define-alist-program): Update for MS-DOS.
17201
17202 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
17203
17204 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17205
17206 2005-05-04 Richard M. Stallman <rms@gnu.org>
17207
17208 * help.el (describe-key): No error when UNTRANSLATED is nil.
17209
17210 * simple.el (line-move-1): Fix previous change to signal errors
17211 appropriately.
17212
17213 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
17214
17215 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17216 (icalendar-duration-correction): Remove.
17217 (icalendar--get-event-properties): Split result at commas.
17218 (icalendar--decode-isoduration): New optional argument
17219 DURATION-CORRECTION.
17220 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17221 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17222 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17223 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17224 (icalendar--convert-anniversary-to-ical): New functions, extracted
17225 from icalendar-export-region, with bug fixes.
17226 (icalendar-export-region): Use the above functions.
17227 (icalendar-import-buffer): Check before saving diary file.
17228 (icalendar--convert-recurring-to-diary)
17229 (icalendar--convert-non-recurring-all-day-to-diary)
17230 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17231 extracted from icalendar--convert-ical-to-diary, with bug fixes.
17232 (icalendar--convert-ical-to-diary): Use the above functions.
17233
17234 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
17235
17236 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17237 Remove these recent additions.
17238 (c-mode): Restore to before 2005-04-28.
17239
17240 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17241 recent addition.
17242
17243 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17244 (gdb-define-alist): New variables.
17245 (gdb-create-define-alist): New function.
17246 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17247 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17248 with string-to-number.
17249 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17250
17251 * progmodes/gud.el: Replace string-to-int with string-to-number.
17252 (gud-find-file): Handle gdb-define-alist.
17253
17254 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17255
17256 2005-05-02 Jay Belanger <belanger@truman.edu>
17257
17258 * calc/calc-aent.el (math-read-token):
17259 * calc/calc-bin.el (calc-word-size):
17260 * calc/calc-ext.el (calc-read-number-fancy):
17261 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17262 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17263 * calc/calc-frac.el (calc-over-notation):
17264 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17265 (calc-graph-num-points, calc-graph-init):
17266 * calc/calc-prog.el (calc-read-parse-table-part)
17267 (calc-edit-macro-repeats):
17268 * calc/calc-yank.el (calc-do-grab-rectangle):
17269 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17270 Replace `string-to-int' by `string-to-number'.
17271
17272 2005-05-02 Kim F. Storm <storm@cua.dk>
17273
17274 * kmacro.el: Use executing-kbd-macro-index variable.
17275
17276 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17277
17278 * net/rlogin.el (rlogin-parse-words): Delete func.
17279 (rlogin): Use split-string, not rlogin-parse-words.
17280 Also, if there are option-like elements in the parsed args,
17281 take the host to be the first arg immediately following them.
17282 Suggested by Michael Mauger.
17283
17284 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17285
17286 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17287
17288 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17289
17290 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17291 (cc-mode-cpp-program): Rename to cc-define-list-program and
17292 move to cc-vars.el.
17293
17294 * progmodes/cc-vars.el (cc-define-list-program):
17295 Change to "gcc -E -dM -". Make customizable.
17296
17297 2005-05-02 Kim F. Storm <storm@cua.dk>
17298
17299 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17300
17301 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17302
17303 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17304
17305 * international/mule-util.el (truncate-string): Remove alias and
17306 obsolete declaration.
17307
17308 * international/mule-cmds.el (update-iso-coding-systems):
17309 Remove alias and obsolete declaration.
17310
17311 * international/mule.el (coding-system-parent): Remove alias and
17312 obsolete declaration.
17313
17314 * subr.el (define-function, sref): Remove aliases and obsolete
17315 declarations.
17316 (chars-in-region): Remove obsolete declaration.
17317
17318 2005-05-01 Richard M. Stallman <rms@gnu.org>
17319
17320 * info.el (Info-mode): Set widen-automatically to nil, locally.
17321
17322 * simple.el (widen-automatically): New variable.
17323 (pop-global-mark): Obey widen-automatically.
17324
17325 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
17326
17327 * term/xterm.el (function-key-map): Call substitute-key-definition
17328 before the keymap size is increased by a lot of define-key calls.
17329
17330 2005-05-01 Richard M. Stallman <rms@gnu.org>
17331
17332 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17333 Rename ARG to ELEMENT. Doc fix.
17334
17335 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17336
17337 * allout.el (allout-exposure): Remove macro and obsolete declaration.
17338 Remove references to allout-exposure/change to allout-new-exposure.
17339
17340 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17341 bytecode symbols.
17342
17343 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17344 (compiled-function-p, focus-frame, unfocus-frame):
17345 Remove aliases and obsolete declarations.
17346 Back out inadvertent changes from previous commit.
17347
17348 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17349
17350 * files.el (require-final-newline): Make Custom tags consistent
17351 with mode-require-final-newline.
17352 (mode-require-final-newline): Doc fix.
17353
17354 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17355
17356 * international/latexenc.el (latexenc-find-file-coding-system):
17357 Fix regular expressions.
17358
17359 2005-05-01 David Kastrup <dak@gnu.org>
17360
17361 * international/latexenc.el (latexenc-find-file-coding-system):
17362 Fix regular expressions.
17363
17364 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17365
17366 * subr.el (string-to-int): Make obsolete.
17367
17368 2005-04-30 Richard M. Stallman <rms@gnu.org>
17369
17370 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17371
17372 * loadup.el: load jka-comp-hook.
17373
17374 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17375 (jka-compr-handler): Add autoload. `put' calls moved
17376 to jka-comp-hook.el.
17377 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17378 (jka-compr-inhibit): Autoload.
17379
17380 * jka-comp-hook.el: New file.
17381 Enable the mode by default.
17382
17383 * files.el (backup-buffer-copy): Use copy-file instead
17384 of write-region, and put back the 'excl.
17385
17386 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
17387
17388 * progmodes/flymake.el (flymake-split-string)
17389 (flymake-split-string, flymake-log, flymake-pid-to-names)
17390 (flymake-reg-names, flymake-get-source-buffer-name)
17391 (flymake-unreg-names, flymake-add-line-err-info)
17392 (flymake-add-err-info): Clarify docstrings.
17393 (flymake-popup-menu, flymake-make-emacs-menu)
17394 (flymake-make-xemacs-menu): Add docstrings.
17395 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17396 Set variables directly throughout.
17397
17398 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
17399
17400 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17401 exists. Initialize cc-define-alist.
17402 (c-mode): Add cc-create-define-alist locally to after-save-hook.
17403 If there is no file (Macroexpansion) don't create an alist.
17404
17405 2005-04-29 Sam Steingold <sds@gnu.org>
17406
17407 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17408 (cc-create-define-alist): Use it instead of the hard-coded string.
17409
17410 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17411
17412 * international/mule-conf.el (file-coding-system-alist): Fix regexp
17413 for latexenc.
17414
17415 2005-04-29 Lute Kamstra <lute@gnu.org>
17416
17417 * emacs-lisp/generic.el: Improve commentary section.
17418 (define-generic-mode): Improve docstring.
17419
17420 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
17421
17422 * textmodes/org.el (many places): Change to quiet the byte compiler.
17423 (org-prefix-format-compiled): New variable.
17424 (org-compile-prefix-format): New function.
17425 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17426 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17427 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17428 (org-get-entries-from-diary): Use `org-get-time-of-day' for
17429 consistency with entries from `org-mode' files.
17430 (org-get-time-of-day): Fix bug with partial matches early in a line.
17431 (org-non-link-chars): New constant.
17432 (org-link-regexp): Respect `org-non-link-chars'.
17433 (org-agenda-day-view): Remove command.
17434 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17435 (org-follow-bbdb-link, org-store-link): Search also company field.
17436 (org-highlight-overlay): New variable.
17437 (org-highlight, org-unhighlight): New functions.
17438 (org-agenda-mode): Add pre-command-hook to remove highlight.
17439 (org-evaluate-time-range): Behavior depends upon whether time stamp
17440 contains a time or not.
17441 (org-show-subtree, org-show-entry): New functions.
17442 (org-agenda-cleanup-fancy-diary): Remove empty lines.
17443
17444 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
17445
17446 * comint.el (comint-output-filter-functions): Add autoload cookie.
17447
17448 2005-04-28 Kim F. Storm <storm@cua.dk>
17449
17450 * ido.el (ido-everywhere): Fix last change.
17451
17452 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17453
17454 * international/latexenc.el: New file.
17455 * international/mule-conf.el (file-coding-system-alist): For .tex,
17456 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17457
17458 2005-04-28 Lute Kamstra <lute@gnu.org>
17459
17460 * font-lock.el (font-lock-add-keywords)
17461 (font-lock-remove-keywords): Clarify docstring.
17462 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17463 Don't start docstrings with a `*'.
17464 (font-lock-update-removed-keyword-alist): Give it a docstring.
17465
17466 * generic-x.el: Update commentary section.
17467 Only require font-lock when compiling.
17468 Define all modes conditionally.
17469 Place all generic modes in the generic-x-modes customization group.
17470 (generic-x-modes): New customization group.
17471 (generic-default-modes, generic-mswindows-modes)
17472 (generic-unix-modes, generic-other-modes): New constants.
17473 (generic-define-mswindows-modes, generic-define-unix-modes):
17474 Update docstrings. Make them obsolete.
17475 (generic-extras-enable-list): New default value. Update docstring.
17476 Improve :type. Change :set function.
17477 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17478 Fix docstring.
17479
17480 * emacs-lisp/generic.el (generic-mode-internal):
17481 Simplify font-lock-defaults.
17482 (define-generic-mode): Fix docstring.
17483
17484 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17485
17486 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17487 font-lock-face property to highlight matches.
17488
17489 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
17490
17491 * progmodes/cc-mode.el (cc-create-define-alist): New function.
17492 (cc-define-alist): New variable.
17493 (c-mode): Make it local and initialize it.
17494
17495 * progmodes/gdb-ui.el (gdb-active-process): New variable.
17496 (gdb-exited): New function.
17497 (gdb-annotation-rules): Use it.
17498 (gdb-starting): Set gdb-active-process to t.
17499 (gdb-stopping): Amend doc string.
17500 (gdb-reset): Set gdb-active-process to nil.
17501
17502 * tooltip.el (tooltip-gud-tips): Show the associated #define
17503 directives when a C program under GDB is not executing.
17504
17505 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
17506
17507 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17508 font-lock-fontify-syntactic-keywords.
17509
17510 * font-lock.el (font-lock-default-fontify-region): Don't force
17511 parse-sexp-lookup-properties to nil.
17512
17513 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17514
17515 * man.el (man-mode-syntax-table): Set up `:' to have
17516 word-constituent syntax.
17517
17518 2005-04-27 Lute Kamstra <lute@gnu.org>
17519
17520 * novice.el (disable-command): Don't add spurious newlines to the
17521 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
17522
17523 2005-04-26 Jay Belanger <belanger@truman.edu>
17524
17525 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17526 than one window before deleting window.
17527
17528 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
17529
17530 * shell.el (shell-prompt-pattern): Doc fix.
17531 (shell-mode): Set paragraph-separate buffer locally to "\\'".
17532
17533 * comint.el (comint-prompt-regexp, comint-get-old-input)
17534 (comint-use-prompt-regexp)
17535 (comint-use-prompt-regexp-instead-of-fields)
17536 (comint-replace-by-expanded-history, comint-send-input)
17537 (comint-output-filter, comint-get-old-input-default)
17538 (comint-line-beginning-position, comint-bol, comint-show-output)
17539 (comint-backward-matching-input, comint-forward-matching-input)
17540 (comint-next-prompt, comint-previous-prompt):
17541 Rename `comint-use-prompt-regexp-instead-of-fields' to
17542 `comint-use-prompt-regexp'. Keep old name as alias and declare
17543 obsolete.
17544 (comint-use-prompt-regexp): Shorten first line of doc string.
17545
17546 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17547 Set paragraph-separate buffer locally to "\\'".
17548
17549 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17550 Adapt to above name change.
17551
17552 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17553 (smbclient-prompt-regexp): Ditto.
17554
17555 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17556
17557 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
17558
17559 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17560 gdb-location-list.
17561 Break lines that are over 80 characters wide.
17562
17563 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17564
17565 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17566 New fun and var, to preserve compatibility.
17567
17568 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17569
17570 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
17571
17572 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17573 name to file-newer-than-file-p.
17574
17575 2005-04-26 Richard M. Stallman <rms@gnu.org>
17576
17577 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17578
17579 * progmodes/python.el (python-mode):
17580 Use new name eldoc-documentation-function.
17581
17582 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17583
17584 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17585 (eldoc-documentation-function):
17586 Rename from eldoc-print-current-symbol-info-function. Calls changed.
17587
17588 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
17589
17590 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17591
17592 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17593
17594 * term/xterm.el (function-key-map): Fix strings for
17595 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
17596 {C,S,A,C-S}-{f1-f12}.
17597
17598 2005-04-26 Kenichi Handa <handa@m17n.org>
17599
17600 * international/mule-cmds.el (select-safe-coding-system):
17601 Fix previous change.
17602
17603 2005-04-26 Lute Kamstra <lute@gnu.org>
17604
17605 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17606
17607 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17608 (font-lock-comment-delimiter-face): Ditto.
17609
17610 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17611
17612 2005-04-25 Jay Belanger <belanger@truman.edu>
17613
17614 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17615 to t while inserting information; use help-mode.
17616
17617 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17618
17619 * term.el (ansi-term-color-vector): Use the xterm colors.
17620 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
17621
17622 2005-04-25 Lute Kamstra <lute@gnu.org>
17623
17624 * font-core.el (font-lock-defaults): Fix docstring.
17625
17626 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17627
17628 2005-04-25 Kenichi Handa <handa@m17n.org>
17629
17630 * international/mule-cmds.el (select-safe-coding-system):
17631 Don't check consistency with coding: spec, etc if raw-text or
17632 no-conversion was found to be safe.
17633
17634 2005-04-24 Richard M. Stallman <rms@gnu.org>
17635
17636 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17637 citation markers at start of each line.
17638
17639 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17640 citation markers at start of each line.
17641
17642 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17643
17644 * files.el (mode-require-final-newline): Fix previous change.
17645 (require-final-newline): Fix type label.
17646
17647 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17648
17649 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17650 statement in buffer (broken by 2004-11-24 change).
17651
17652 2005-04-24 Kim F. Storm <storm@cua.dk>
17653
17654 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17655 and read-file-name-function values. Don't overwrite existing
17656 non-nil values if ido-mode is enabled without ido-everywhere.
17657
17658 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17659
17660 * files.el (mode-require-final-newline): Minor doc fix.
17661
17662 2005-04-24 Eli Zaretskii <eliz@gnu.org>
17663
17664 * subr.el (syntax-after): Doc fix.
17665 (syntax-class): If argument is nil, return nil. Mask off upper 16
17666 bits, not 8 bits.
17667
17668 * files.el (mode-require-final-newline): Doc fix.
17669 (backup-buffer-copy): Fix last change.
17670
17671 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17672
17673 * term/mac-win.el: Require select. Set selection-coding-system to
17674 mac-system-coding-system. Call menu-bar-enable-clipboard.
17675 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17676 (x-select-enable-clipboard): New variables.
17677 (x-select-text, x-get-selection, x-selection-value)
17678 (x-get-selection-value, mac-select-convert-to-string)
17679 (mac-services-open-file, mac-services-open-selection)
17680 (mac-services-insert-text): New functions.
17681 (CLIPBOARD, FIND): Put mac-scrap-name property.
17682 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17683 (public.tiff): Put mac-ostype property.
17684 (selection-converter-alist): Add entries for them.
17685 (mac-application-menu-map): New keymap.
17686 (interprogram-cut-function, interprogram-paste-function): Set to
17687 x-select-text and x-get-selection-value, respectively.
17688 (split-window-keep-point): Set to t.
17689
17690 2005-04-23 Richard M. Stallman <rms@gnu.org>
17691
17692 * files.el (read-directory-name): Always pass non-nil
17693 DEFAULT-FILENAME arg to read-file-name.
17694 (backup-buffer-copy, basic-save-buffer-2): Take care against
17695 writing thru an unexpected existing symlink.
17696 (revert-buffer): In indirect buffer, revert the base buffer.
17697 (magic-mode-alist): Doc fix.
17698 (buffer-stale-function): Doc fix.
17699 (minibuffer-with-setup-hook): Avoid warning.
17700 (mode-require-final-newline): Doc and custom fix.
17701
17702 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17703
17704 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17705 use the default appearance.
17706 (font-lock-comment-delimiter-face): New face, new variable.
17707
17708 * imenu.el (imenu--generic-function): The official position of a
17709 definition is the start of the line that BEG is in.
17710
17711 * midnight.el (midnight-timer): Move defvar up.
17712
17713 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17714
17715 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17716
17717 * startup.el (command-line): Use with-no-warnings.
17718
17719 * window.el (window-size-fixed): New defvar.
17720
17721 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17722
17723 * mail/rmail.el (rmail-font-lock-keywords):
17724 Use font-lock-comment-delimiter-face.
17725
17726 * mail/sendmail.el (mail-font-lock-keywords):
17727 Use font-lock-comment-delimiter-face.
17728
17729 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17730
17731 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17732
17733 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17734 Specify t for LAXMATCH when matching directories.
17735 Save match data around compilation-compat-error-properties form.
17736
17737 2005-04-23 David Kastrup <dak@gnu.org>
17738
17739 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17740 Mention that the autoloaded aliases should be kept for AUCTeX.
17741
17742 2005-04-23 Andreas Schwab <schwab@suse.de>
17743
17744 * isearch.el (isearch-forward): Doc fix.
17745
17746 2005-04-23 Eli Zaretskii <eliz@gnu.org>
17747
17748 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17749 (jit-lock-stealth-nice): Change default value to 0.5.
17750
17751 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17752
17753 * abbrev.el (write-abbrev-file): Write table entries in
17754 alphabetical order by table name.
17755
17756 2005-04-22 Kim F. Storm <storm@cua.dk>
17757
17758 * ido.el (ido-read-internal): Fix `list' completion.
17759
17760 2005-04-22 Kenichi Handa <handa@m17n.org>
17761
17762 * recentf.el (recentf-save-file-coding-system): New variable.
17763 (recentf-save-list): Encode the file by
17764 recentf-save-file-coding-system and add coding: tag.
17765
17766 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
17767
17768 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17769
17770 2005-04-21 Lute Kamstra <lute@gnu.org>
17771
17772 * loadhist.el (unload-feature): Don't remove a function from hooks
17773 if it is about to be restored to an autoload . Remove functions
17774 that will become unbound from auto-mode-alist. Simplify the code.
17775
17776 * subr.el (assq-delete-all): New implementation that is linear,
17777 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17778 (rassq-delete-all): New function.
17779
17780 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17781 Add size-indication-mode.
17782
17783 2005-04-21 Kenichi Handa <handa@m17n.org>
17784
17785 * international/mule-cmds.el: Add autoload for widget-value in
17786 eval-when-compile.
17787
17788 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
17789
17790 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17791 Add tooltip-mode.
17792
17793 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17794
17795 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17796
17797 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17798 (inferior-lisp-filter-regexp, inferior-lisp-program)
17799 (inferior-lisp-load-command, inferior-lisp-prompt)
17800 (inferior-lisp-mode-hook, lisp-source-modes)
17801 (inferior-lisp-load-hook): defvar->defcustom.
17802 (inferior-lisp-program, inferior-lisp-prompt)
17803 (inferior-lisp-load-hook): Doc fixes.
17804 (inferior-lisp-install-letter-bindings): Small change in
17805 introductory comment.
17806
17807 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17808
17809 * vc.el (vc-annotate-color-map): Change some colors so that text
17810 using them as foreground is readable on both white and black
17811 backgrounds.
17812
17813 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17814
17815 * international/mule-conf.el (translation-table-for-input):
17816 Remove redundant declaration.
17817
17818 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17819
17820 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17821
17822 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17823 (tooltip-toggle-gud-tips): New function.
17824
17825 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17826
17827 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17828 right angle brackets.
17829
17830 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17831
17832 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17833
17834 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17835
17836 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17837 Remove. Update callers to use expand-file-name instead.
17838
17839 * subr.el (syntax-class): New function.
17840
17841 * simple.el (blink-matching-open): Use it.
17842
17843 * paren.el (show-paren-function): Use it to recognize parens that are
17844 also used in 2-char comment markers.
17845
17846 2005-04-19 Lute Kamstra <lute@gnu.org>
17847
17848 * loadhist.el (unload-feature): Update for new format of
17849 load-history. Simplify the code.
17850
17851 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17852
17853 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17854 (mac-add-charset-info): New function. Initialize variable
17855 mac-charset-info-alist using it.
17856 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17857 for translation.
17858 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17859 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17860 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17861 New CCL programs.
17862
17863 2005-04-19 Kim F. Storm <storm@cua.dk>
17864
17865 * simple.el (next-buffer, prev-buffer, next-error)
17866 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17867 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17868
17869 * bindings.el (next-buffer, prev-buffer, next-error)
17870 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17871 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17872 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17873 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17874
17875 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17876
17877 * isearch.el (isearch-edit-string): Make the search-ring available for
17878 minibuffer history commands.
17879 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17880 the default history commands now work just as well.
17881 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17882
17883 2005-04-18 Kim F. Storm <storm@cua.dk>
17884
17885 * emulation/cua-base.el (cua--pre-command-handler): Add more
17886 elaborate check for shift modifier on non-window systems.
17887
17888 2005-04-18 Lars Hansen <larsh@math.ku.dk>
17889
17890 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17891
17892 2005-04-18 Kim F. Storm <storm@cua.dk>
17893
17894 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17895 and make it optional. Don't test tooltip-gud-echo-area here.
17896 (tooltip-gud-process-output, gdb-tooltip-print):
17897 Pass tooltip-gud-echo-area to tooltip-show.
17898 (tooltip-help-tips): Remove second optional arg to tooltip-show.
17899
17900 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17901
17902 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17903 `display-graphic-p' may not be bound yet.
17904
17905 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17906
17907 * startup.el (command-line): No longer enable Xterm Mouse mode by
17908 default in terminals compatible with xterm.
17909
17910 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17911
17912 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
17913
17914 * tooltip.el (tooltip-gud-echo-area): Rename from
17915 tooltip-use-echo-area.
17916 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17917 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17918 area independently of where help tooltips are displayed.
17919
17920 2005-04-17 David Kastrup <dak@gnu.org>
17921
17922 * cus-theme.el (custom-theme-write-variables): Quote variables
17923 where necessary.
17924
17925 2005-04-17 Richard M. Stallman <rms@gnu.org>
17926
17927 * simple.el (yank-excluded-properties): Add follow-link to value.
17928
17929 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17930
17931 * startup.el (fancy-splash-max-time): Just 30 seconds.
17932 (fancy-splash-delay): Just 7.
17933 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17934
17935 * loadhist.el (unload-feature): Update for new format of load-history.
17936 Simplify the code.
17937
17938 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17939 (rmail-font-lock-keywords): Don't fontify the text of a citation.
17940
17941 * mail/sendmail.el (mail-font-lock-keywords):
17942 Don't fontify subject text.
17943 Don't fontify the text of a citation.
17944
17945 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
17946
17947 * comint.el (comint-output-filter): Run comint-output-filter-functions
17948 with point where the user had it.
17949
17950 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17951
17952 * international/ucs-tables.el (ucs-set-table-for-input):
17953 Disable when using unify-on-decoding.
17954
17955 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
17956
17957 * emulation/cua-base.el (cua-global-mark-face): Add special case
17958 for displays supporting a high number of colors.
17959
17960 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17961
17962 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17963
17964 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
17965
17966 * filesets.el (filesets-add-buffer): If user supplies a name of a
17967 non-existing fileset, create a new fileset.
17968
17969 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
17970
17971 * textmodes/org.el (org-up-heading-all): Fix bug with
17972 `outline-up-heading-all'.
17973
17974 2005-04-16 Andreas Schwab <schwab@suse.de>
17975
17976 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17977 /etc/permissions.d/* and /etc/aliases.d/*.
17978
17979 2005-04-16 Kenichi Handa <handa@m17n.org>
17980
17981 * international/code-pages.el (cp-make-coding-system):
17982 Set `translation-table-for-input' property value to the symbol
17983 ucs-mule-to-mule-unicode, not to that value.
17984 (pt154): Escape guillemet by `\'.
17985
17986 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
17987
17988 * loadup.el: Load tooltip if x-show-tip is fboundp.
17989
17990 * startup.el (command-line): Add comment.
17991
17992 * tooltip.el (tooltip-mode): Specify correct standard value for
17993 Custom in init-value.
17994
17995 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
17996
17997 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17998 possible.
17999
18000 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18001
18002 * textmodes/org.el (org-agenda-date-prompt): Rename from
18003 `org-agenda-date-today'.
18004 (org-evaluate-time-range): Insert at point instead of directly
18005 after time range.
18006 (org-first-headline-recenter, org-subtree-end-visible-p)
18007 (org-optimize-window-after-visibility-change): New functions
18008 (org-agenda-post-command-hook): Don't allow point at end of line,
18009 to make sure it always hits the text properties.
18010 (org-agenda-next-date-line, org-agenda-previous-date-line):
18011 New commands.
18012 (org-set-regexps-and-options): Category may contain white space.
18013 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18014 Improve marker positions.
18015 (org-agenda-new-marker): Argument POS made optional.
18016 (org-agenda-get-timestamps): Deadlines which are done are listed
18017 in org-done-face now.
18018 (org-agenda-get-todos, org-agenda-get-timestamps)
18019 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18020 Set `undone-face' and `done-face' properties.
18021 (org-last-todo-state-is-todo): New variable.
18022 (org-todo): Set `org-last-todo-state-is-todo'.
18023 (org-agenda-todo): Change face according to
18024 `org-last-todo-state-is-todo'. And change other lines referring to
18025 the same entry.
18026 (org-calendar-goto-agenda): New command.
18027 (org-calendar-to-agenda-key): New option.
18028 (org-startup-folded): New allowed value `content'.
18029 (org-set-regexps-and-options): Accept new value `content' for
18030 `org-startup-folded'.
18031 (org-get-current-options): Handle new value `content' for
18032 `org-startup-folded'.
18033 (org-insert-todo-heading): New command.
18034 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18035 interactively in empty file and option
18036 `org-insert-mode-line-in-empty-file' has been set.
18037 (org-agenda-todo, org-agenda-priority): Modify to use
18038 `org-agenda-change-all-lines'.
18039 (org-warning-face): Change color on dark background
18040
18041 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18042
18043 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18044 use preferences AppleLocale and AppleLanguages, and variable
18045 mac-system-locale for default locale. On Mac OS Classic, use
18046 mac-system-coding-system for default coding systems.
18047
18048 * term/mac-win.el: Don't set file-name-coding-system.
18049 Decode variables system-name, emacs-build-system, user-login-name, and
18050 user-full-name by mac-system-coding-system on Mac OS Classic.
18051 (mac-system-coding-system): New variable.
18052
18053 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18054
18055 * startup.el (command-line): Handle `xterm-mouse-mode' before
18056 reading init file.
18057
18058 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18059
18060 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18061
18062 * progmodes/sh-script.el (sh-here-document-word): Make it a
18063 defcustom. Doc fix.
18064 (sh-add): Bash uses $(( )) for arithmetic.
18065 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18066 (sh-maybe-here-document): Remove quotes and leading whitespace
18067 from heredoc word when closing. Indent heredoc with tabs if word
18068 starts with "-".
18069
18070 2005-04-13 Richard M. Stallman <rms@gnu.org>
18071
18072 * simple.el (undo): Fix previous change.
18073
18074 * custom.el (defface): Doc fix.
18075
18076 2005-04-13 Lute Kamstra <lute@gnu.org>
18077
18078 * Makefile.in (DONTCOMPILE): Remove list.
18079 (compile, compile-always): Don't use DONTCOMPILE.
18080 (update-authors): Load the library in which batch-update-authors
18081 is defined.
18082 * makefile.w32-in (DONTCOMPILE): Remove list.
18083 (compile, compile-always): Fix comments.
18084 (update-authors): Load the library in which batch-update-authors
18085 is defined.
18086
18087 * generic-x.el (generic-mode-ini-file-find-file-hook):
18088 Rename to ini-generic-mode-find-file-hook.
18089 Keep generic-mode-ini-file-find-file-hook as an alias.
18090 (ini-generic-mode-find-file-hook): Rename from
18091 generic-mode-ini-file-find-file-hook. Fix docstring.
18092 (ini-generic-mode): Docstring change.
18093 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18094
18095 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18096 called from lisp.
18097
18098 * generic.el: Move to the emacs-lisp subdir.
18099
18100 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18101
18102 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18103 and C-S- function and cursor motion keys.
18104
18105 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18106
18107 * startup.el (command-line): Enable Xterm Mouse mode by default.
18108 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18109 for Custom. No longer show "Mouse" in mode line when enabled.
18110 Doc fix.
18111
18112 2005-04-12 Kim F. Storm <storm@cua.dk>
18113
18114 * emulation/cua-base.el (cua-rectangle-face)
18115 (cua-rectangle-noselect-face): Define face attributes here.
18116
18117 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18118
18119 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18120
18121 * startup.el (command-line): Turn off blinking cursor if
18122 cursorBlink in resources is off or false.
18123
18124 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18125
18126 * term/mac-win.el (dnd): Require dnd.
18127 (mac-drag-n-drop): Call dnd-handle-one-url.
18128 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18129 (kTextEncodingISOLatin2): Remove constants.
18130 (mac-script-code-coding-systems): New constant.
18131 (mac-handle-language-change): New function.
18132 (special-event-map): Bind it to `language-change' event.
18133 (mac-centraleurroman, mac-cyrillic): New coding systems.
18134 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18135 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18136 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18137 encode-mac-cyrillic, respectively.
18138
18139 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18140
18141 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18142 Don't set overlay-arrow-string to "=>" as this is done
18143 globally in C now.
18144
18145 2005-04-12 Lute Kamstra <lute@gnu.org>
18146
18147 * generic-x.el (rc-generic-mode, rul-generic-mode):
18148 Fix auto-mode-alist entries.
18149 (etc-fstab-generic-mode): Tweak fontification.
18150
18151 * generic.el (generic-make-keywords-list): Fix docstring.
18152 (generic-mode-internal): Simplify generic-font-lock-keywords.
18153
18154 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18155
18156 * whitespace.el (whitespace-buffer-leading)
18157 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18158 However, fix the highlight area for the leading and
18159 trailing whitespaces to show space.
18160
18161 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18162
18163 * whitespace.el (whitespace-version): Bump to 3.5
18164
18165 (whitespace-buffer-leading, whitespace-buffer-trailing):
18166 Invert sense of the test to highlight the whitespace.
18167
18168 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18169
18170 * progmodes/gud.el (gud-display-line): GUD uses its own
18171 overlay arrow now so don't set overlay-arrow-string.
18172 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18173
18174 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
18175
18176 * term.el (term-ansi-current-bold, term-ansi-current-underline)
18177 (term-ansi-current-reverse, term-ansi-current-invisible)
18178 (term-ansi-face-already-done): Change to boolean.
18179 (term-reset-terminal, term-handle-colors-array): Handle the above
18180 vars accordingly.
18181 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18182 (term-emulate-terminal): Use the new name.
18183
18184 * faces.el (secondary-selection): Use yellow1, not yellow.
18185 (trailing-whitespace): Use red1, not red.
18186
18187 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18188
18189 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18190 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18191 (dired-dnd-handle-file): Call dnd-get-local-file-uri
18192
18193 * cus-edit.el (dnd): New group.
18194
18195 * term/w32-win.el (dnd): Require dnd
18196 (w32-drag-n-drop): Call dnd-handle-one-url.
18197
18198 * x-dnd.el: Require dnd.
18199 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18200 Call dnd-handle-one-url.
18201 (x-dnd-types-alist, x-dnd-insert-utf8-text)
18202 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18203 to dnd-insert-text.
18204 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18205 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18206 (x-dnd-get-local-file-name, x-dnd-open-local-file)
18207 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18208
18209 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18210
18211 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18212
18213 * wdired.el: Doc fixes.
18214 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18215 (wdired-use-dired-vertical-movement): Rename from
18216 wdired-always-move-to-filename-beginning.
18217 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18218 (wdired-change-to-wdired-mode): Change mode name.
18219 (wdired-newline): Delete.
18220
18221 2005-04-11 Richard M. Stallman <rms@gnu.org>
18222
18223 * whitespace.el (whitespace-highlight-the-space):
18224 Don't call whitespace-unhighlight-the-space here.
18225
18226 * simple.el (undo): Record t in undo-equiv-table
18227 for the redo record made by an undo-in-region.
18228
18229 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18230
18231 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18232 (gdb-frame-inferior-io-buffer): New Functions to control
18233 display of separate IO buffer.
18234 (menu): Add them to menu-bar.
18235 (gdb-display-buffer): Check for buffer another frame.
18236 Protect GUD buffer.
18237 (gdb-setup-windows): Create IO buffer if not already there.
18238 (gdb-memory-mode): Remove purecopy noops.
18239
18240 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18241
18242 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18243 and pass to self-insert-command.
18244
18245 2005-04-11 Lute Kamstra <lute@gnu.org>
18246
18247 * generic.el: Commentary section cleanup.
18248 (generic): Delete.
18249 (generic-use-find-file-hook, generic-lines-to-scan)
18250 (generic-find-file-regexp, generic-ignore-files-regexp)
18251 (default-generic-mode, generic-mode-find-file-hook)
18252 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18253 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18254 (generic-use-find-file-hook, generic-lines-to-scan)
18255 (generic-find-file-regexp, generic-ignore-files-regexp)
18256 (default-generic-mode, generic-mode-find-file-hook)
18257 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18258
18259 2005-04-10 Karl Fogel <kfogel@red-bean.com>
18260
18261 * bookmark.el (bookmark-write-file): Catch errors writing file.
18262 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18263
18264 2005-04-10 Richard M. Stallman <rms@gnu.org>
18265
18266 * startup.el (fancy-splash-tail): Update copyright year.
18267 (command-line): Split part of -Q into -D.
18268 (emacs-basic-display): New defvar.
18269 (fancy-splash-text): Correct name of menu item.
18270
18271 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18272
18273 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18274 lines in one node.
18275
18276 * comint.el (comint-send-input): New arg ARTIFICIAL.
18277 Callers in this file changed.
18278
18279 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18280
18281 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18282
18283 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
18284
18285 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18286 `ldap-search-internal'.
18287
18288 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18289
18290 * files.el (set-auto-mode-1): Use line-end-position.
18291
18292 * international/latin-1.el:
18293 * international/latin-2.el:
18294 * international/latin-3.el:
18295 * international/latin-4.el:
18296 * international/latin-5.el:
18297 * international/latin-8.el:
18298 * international/latin-9.el: Give punctuation syntax to NBSP.
18299
18300 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18301 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18302 Use char-classes to accept non-ascii letters, accepted in some recent
18303 bibtex implementations.
18304
18305 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
18306
18307 * custom.el (custom-set-minor-mode): Any non-nil value for the
18308 variable should enable the mode when set through Custom.
18309
18310 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18311
18312 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18313 TAB binding so tab-always-indent is obeyed.
18314 (vhdl-minibuffer-local-map): Move initialization into declaration.
18315 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18316 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18317 (vhdl-hooked-abbrev): Avoid test for XEmacs.
18318 (vhdl-current-line): Use line-beginning-position.
18319 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18320 with-output-to-temp-buffer, so the current position can be recorded.
18321
18322 2005-04-10 Masatake YAMATO <jet@gyve.org>
18323
18324 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18325 Add regexp for gcov.
18326
18327 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18328
18329 * calendar/time-date.el (time-to-seconds, seconds-to-time)
18330 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18331 syntax which Emacs 20 doesn't support.
18332
18333 2005-04-09 Richard M. Stallman <rms@gnu.org>
18334
18335 * help.el (describe-key-briefly, describe-key):
18336 Replace strings as event types with "(any string)".
18337
18338 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18339
18340 * arc-mode.el (archive-mode-map): Move initialization into
18341 the declaration. Override *all* bindings of `undo'.
18342 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18343
18344 2005-04-09 Jay Belanger <belanger@truman.edu>
18345
18346 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
18347
18348 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
18349
18350 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18351 (xterm-register-default-colors): Update color values computation
18352 to match xterm-200.
18353
18354 2005-04-09 Kenichi Handa <handa@m17n.org>
18355
18356 * international/code-pages.el (iso-latin-7): Fix the map.
18357
18358 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
18359
18360 * emacs-lisp/lisp.el (defun-prompt-regexp)
18361 (parens-require-spaces, buffer-end, end-of-defun)
18362 (insert-parentheses): Doc fixes.
18363
18364 2005-04-08 Kim F. Storm <storm@cua.dk>
18365
18366 * comint.el (comint-highlight-prompt): Fix face spec.
18367 * hi-lock.el (hi-green): Likewise.
18368
18369 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18370
18371 * cus-edit.el (custom-modified-face):
18372 * comint.el (comint-highlight-input): Fix previous changes.
18373 * term.el (term-handle-ansi-escape): Add a comment.
18374
18375 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18376
18377 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18378 in the buffer and in whitespace-highlighted-space.
18379 (whitespace-unhighlight-the-space): Simplify.
18380 (whitespace-buffer): Simplify.
18381
18382 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18383
18384 * textmodes/table.el (table-cell-face): Add special case for
18385 displays supporting a high number of colors.
18386 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18387 (vhdl-font-lock-reserved-words-face)
18388 (vhdl-speedbar-architecture-face)
18389 (vhdl-speedbar-instantiation-face)
18390 (vhdl-speedbar-architecture-selected-face)
18391 (vhdl-speedbar-instantiation-selected-face): Likewise.
18392 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18393 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18394 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18395 (ebrowse-root-class-face, ebrowse-member-attribute-face)
18396 (ebrowse-progress-face): Likewise.
18397 * progmodes/compile.el (compilation-info-face): Likewise.
18398 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18399 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18400 * calendar/calendar.el (diary-face): Likewise.
18401 * woman.el (woman-italic-face, woman-bold-face)
18402 (woman-unknown-face): Likewise.
18403 * wid-edit.el (widget-button-pressed-face): Likewise.
18404 * whitespace.el (whitespace-highlight-face): Likewise.
18405 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18406 * pcvs-info.el (cvs-marked-face): Likewise.
18407 * info.el (info-xref): Likewise.
18408 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18409 * hilit-chg.el (highlight-changes-face)
18410 (highlight-changes-delete-face): Likewise.
18411 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18412 (hi-red-b): Likewise.
18413 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18414 * font-lock.el (font-lock-keyword-face)
18415 (font-lock-function-name-face, font-lock-warning-face): Likewise.
18416 * cus-edit.el (custom-invalid-face, custom-modified-face)
18417 (custom-set-face, custom-changed-face, custom-variable-tag-face)
18418 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18419 * comint.el (comint-highlight-prompt): Likewise.
18420
18421 2005-04-08 Lute Kamstra <lute@gnu.org>
18422
18423 * font-lock.el (font-lock-keywords): Docstring fixes.
18424
18425 2005-04-08 Kenichi Handa <handa@m17n.org>
18426
18427 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18428 chars are more than a limit, print " and more..." at the tail.
18429
18430 2005-04-08 Kim F. Storm <storm@cua.dk>
18431
18432 * emacs-lisp/authors.el (authors-aliases): Update list.
18433 (authors-ignored-files): New list.
18434 (authors-fixed-entries): Fix typo.
18435 (authors-renamed-files-alist): Update list.
18436 (authors-add): Check authors-ignored-files.
18437
18438 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
18439
18440 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18441 optional, to ensure backward compatibility.
18442
18443 2005-04-08 Stephen Eglen <stephen@gnu.org>
18444
18445 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18446
18447 2005-04-08 Kim F. Storm <storm@cua.dk>
18448
18449 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18450
18451 * mouse.el (mouse-on-link-p): Doc fix.
18452
18453 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
18454
18455 * ielm.el (ielm-prompt-read-only): Doc fix.
18456
18457 * comint.el (comint-prompt-read-only): Doc fix.
18458
18459 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
18460
18461 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18462 ensure dired always handles wildcards passed to ffap.
18463 (find-file-at-point): Use it.
18464 (ffap-dired-wildcards): Doc fix.
18465
18466 2005-04-07 Juri Linkov <juri@jurta.org>
18467
18468 * simple.el (next-error-overlay-arrow-position): New defvar.
18469 Put "=>" on its property `overlay-arrow-string'. Add it to
18470 `overlay-arrow-variable-list'.
18471
18472 * progmodes/compile.el (compilation-setup):
18473 Set `next-error-overlay-arrow-position' to nil. Also set it to
18474 nil in the local hook `kill-buffer-hook'. Make local variable
18475 `overlay-arrow-string' and set it to "=>".
18476 (compilation-goto-locus): Set BOL position to
18477 `next-error-overlay-arrow-position' instead of
18478 `overlay-arrow-position'.
18479
18480 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18481 locally instead of adding it to the global hook.
18482 (Info-kill-buffer): Move up.
18483
18484 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
18485
18486 * term/xterm.el (xterm-standard-colors): Update color values from
18487 xterm-200.
18488
18489 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
18490
18491 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18492
18493 * fast-lock.el:
18494 * lazy-lock.el: Move them to the obsolete subdir.
18495
18496 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18497
18498 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18499 (wdired-add-replace-advice): Remove.
18500 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18501
18502 2005-04-06 Kim F. Storm <storm@cua.dk>
18503
18504 * startup.el (command-line): Add --bare-bones alias for -Q.
18505
18506 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18507
18508 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18509 create the startup fontset if a font specification ends with
18510 `mac-roman'.
18511
18512 2005-04-06 Lute Kamstra <lute@gnu.org>
18513
18514 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18515 change.
18516
18517 * emacs-lisp/copyright.el (copyright-update-year): Replace the
18518 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
18519
18520 2005-04-05 Lute Kamstra <lute@gnu.org>
18521
18522 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18523 (define-generic-mode): Ditto. Fix debug declaration.
18524
18525 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18526 Put them in the generic-x group.
18527
18528 * calendar/timeclock.el (timeclock): Doc fix.
18529
18530 * generic.el (define-generic-mode): Don't use custom-current-group.
18531 Document default :group value.
18532 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18533 (define-global-minor-mode): Don't use custom-current-group.
18534
18535 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
18536
18537 * startup.el (command-line-1): Display startup-echo-area-message
18538 when fancy splash screen is in use.
18539
18540 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18541 (sh-escaped-newline): New face.
18542 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18543 newline, and use sh-escaped-newline face.
18544
18545 * progmodes/tcl.el (tcl-escaped-newline): New face.
18546 (tcl-builtin-list): New variable.
18547 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18548 newlines. Fix keywords subexpression number.
18549
18550 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
18551
18552 * textmodes/org.el (org-diary-default-entry): Fix call to
18553 `add-to-diary-entry'.
18554
18555 2005-04-05 Kim F. Storm <storm@cua.dk>
18556
18557 * ediff-init.el: Use (featurep 'xemacs).
18558
18559 2005-04-05 David Ponce <david@dponce.com>
18560
18561 * cus-edit.el (face): Derive from symbol widget. Display sample
18562 of the current face on the fly.
18563 (widget-face-sample-face-get, widget-face-notify): New functions.
18564 (widget-face-value-create): Remove.
18565
18566 * wid-edit.el (widget-field-end): Temporarily remove field
18567 narrowing before to call `get-char-property'.
18568
18569 2005-04-04 Jay Belanger <belanger@truman.edu>
18570
18571 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18572 (math-read-subscripts): New variable.
18573 (math-read-preprocess-string): Process subscripts.
18574
18575 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18576
18577 * comint.el (comint-prompt-read-only): Doc fix.
18578
18579 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18580 `-1'. Doc fix.
18581
18582 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
18583
18584 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18585 Change default value to nil.
18586
18587 2005-04-04 Lute Kamstra <lute@gnu.org>
18588
18589 * autorevert.el (auto-revert-mode): Specify :group.
18590 * battery.el (display-battery-mode): Specify :group.
18591 * diff-mode.el (diff-minor-mode): Specify :group.
18592 * font-core.el (font-lock-mode): Specify :group.
18593 * hl-line.el (hl-line-mode): Specify :group.
18594 * iimage.el (iimage): New customization group.
18595 (iimage-mode): Specify :group.
18596 * longlines.el (longlines-mode): Specify :group.
18597 * master.el: Don't require easy-mmode.
18598 (master): New customization group.
18599 (master-mode): Specify :group.
18600 * msb.el (msb-mode): Specify :group.
18601 * reveal.el (reveal-mode): Specify :group.
18602 * simple.el (next-error-follow-minor-mode): Specify :group.
18603 * smerge-mode.el (smerge-mode): Specify :group.
18604 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18605 * emulation/cua-base.el (cua-mode): Specify :group.
18606 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18607 * language/thai-util.el (thai-auto-composition-mode)
18608 (thai-word-mode): Specify :group.
18609 * mail/supercite.el (sc-minor-mode): Specify :group.
18610 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18611 * progmodes/flymake.el (flymake-mode): Specify :group.
18612 * progmodes/glasses.el (glasses-mode): Specify :group.
18613 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18614 * textmodes/enriched.el (enriched-mode): Specify :group.
18615 * textmodes/refill.el (refill-mode): Specify :group.
18616
18617 * add-log.el (change-log-font-lock-keywords): Names in
18618 parenthesized lists can contain spaces.
18619
18620 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18621
18622 * startup.el (fancy-splash-text): Shorten default text of
18623 "Emacs Tutorial" line. Also, if the current language env
18624 indicates an available tutorial file other than TUTORIAL,
18625 extract its title and append it to the line in parentheses.
18626 (fancy-splash-insert): If arg is a thunk, funcall it.
18627
18628 2005-04-04 Jay Belanger <belanger@truman.edu>
18629
18630 * calc.el (calc-language-alist): Add tags to customization type.
18631
18632 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18633
18634 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18635 Doc fix.
18636
18637 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
18638
18639 * add-log.el (change-log-font-lock-keywords): The manual
18640 describing a Change Log entry, says: (...) "Aside from these
18641 header lines, every line in the change log starts with a space or
18642 a tab.". The font-lock was not highlighting lines started with
18643 spaces, added support for it.
18644
18645 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18646
18647 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18648 (bibtex-generate-url-list): Update docstring accordingly. Put the
18649 complex example in the docstring.
18650 (bibtex-font-lock-url): Use pop.
18651
18652 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18653
18654 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18655
18656 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18657
18658 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18659
18660 * filesets.el (filesets-set-default): Doc fix.
18661
18662 2005-04-03 Lute Kamstra <lute@gnu.org>
18663
18664 * generic.el (define-generic-mode): Add argument to specify
18665 keywords for defcustom.
18666 (default-generic-mode): Specify :group.
18667
18668 * generic-x.el: Specify :group for all generic modes.
18669
18670 * desktop.el (desktop-no-desktop-file-hook)
18671 (desktop-after-read-hook): Doc fix.
18672
18673 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18674
18675 * simple.el (visible-mode): Use explicit :group keyword.
18676 This changes the group of `visible-mode-hook' from paren-blinking
18677 to editing-basics.
18678
18679 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18680
18681 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
18682 mailbox specifications as well as URLs.
18683 (rmail-insert-inbox-text): Remove unused conditional branches.
18684
18685 2005-04-01 Jay Belanger <belanger@truman.edu>
18686
18687 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18688 (calc-gnuplot-print-command): Move definitions to calc.el.
18689
18690 * calc/calc-embed.el (calc-embedded-announce-formula)
18691 (calc-embedded-open-formula, calc-embedded-close-formula)
18692 (calc-embedded-open-word, calc-embedded-close-word)
18693 (calc-embedded-open-plain, calc-embedded-close-plain)
18694 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18695 (calc-embedded-open-mode, calc-embedded-close-mode):
18696 Move definitions to calc.el.
18697
18698 * calc/calc.el (calc-settings-file, calc-language-alist):
18699 Make customizable.
18700 (calc-embedded-announce-formula, calc-embedded-open-formula)
18701 (calc-embedded-close-formula, calc-embedded-open-word)
18702 (calc-embedded-close-word, calc-embedded-open-plain)
18703 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18704 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18705 (calc-embedded-close-mode, calc-gnuplot-name)
18706 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18707 from other files and make customizable.
18708
18709 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18710
18711 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18712 Use buffer-live-p.
18713 (cvs-mode-run): Don't call cvs-update-header here.
18714 (cvs-run-process): Call cvs-update-header.
18715 Use process properties for cvs-postprocess and cvs-buffer so that
18716 the sentinel can behave better if the temp buffer is killed.
18717 Use a pipe rather than a tty, to better handle unexpected prompts.
18718 (cvs-sentinel): Rewrite. Call cvs-update-header.
18719
18720 2005-04-01 Andre Spiegel <spiegel@gnu.org>
18721
18722 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18723 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18724
18725 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18726
18727 * generic.el (define-generic-mode): Add indentation rule.
18728
18729 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18730
18731 * files.el (mode-require-final-newline): Make Custom correctly
18732 report a nil value and allow to set it to nil via Custom.
18733 Doc fix.
18734
18735 2005-04-01 Kenichi Handa <handa@m17n.org>
18736
18737 * international/characters.el: Enable the correct case setting for
18738 dotless-i and dotted-I.
18739
18740 2005-04-01 Kim F. Storm <storm@cua.dk>
18741
18742 * ido.el (ido-file-internal): Fall back to non-ido command if
18743 initial directory is on slow ftp (or tramp) host.
18744
18745 2005-03-31 Richard M. Stallman <rms@gnu.org>
18746
18747 * emacs-lisp/autoload.el (make-autoload):
18748 Handle define-global-minor-mode.
18749
18750 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18751 Rename from easy-mmode-define-global-mode.
18752 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18753
18754 * progmodes/scheme.el (scheme-mode-syntax-table):
18755 Update syntax of | and # for two-character comment syntax.
18756
18757 2005-03-31 Lute Kamstra <lute@gnu.org>
18758
18759 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18760 (define-minor-mode): Call custom-current-group at load-time.
18761
18762 * generic.el (define-generic-mode): Add debug declaration.
18763 Add defcustom for the mode hook.
18764 (generic-mode-internal): Use run-mode-hooks.
18765
18766 2005-03-31 Kim F. Storm <storm@cua.dk>
18767
18768 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18769 (mouse-fixup-help-message): New defun called by show_help_echo
18770 to fixup mouse-2 prefix in help messages when applicable.
18771
18772 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18773
18774 2005-03-31 Kenichi Handa <handa@m17n.org>
18775
18776 * language/thai-word.el (thai-find-word-ends): Pay attention to
18777 the case that we reach the end of buffer.
18778
18779 * textmodes/fill.el (fill-text-properties-at): New function.
18780 (fill-newline): Use fill-text-properties-at instead of
18781 text-properties-at.
18782
18783 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18784
18785 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18786 not comint-quote-filename.
18787
18788 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18789
18790 * help-fns.el (help-with-tutorial): Revert last change.
18791
18792 2005-03-31 Kim F. Storm <storm@cua.dk>
18793
18794 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18795
18796 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18797
18798 * calendar/cal-china.el: Update reference to "Calendrical
18799 Calculations" book; there's a new edition.
18800 * calendar/cal-coptic.el: Likewise.
18801 * calendar/cal-french.el: Likewise.
18802 * calendar/cal-hebrew.el: Likewise.
18803 * calendar/cal-islam.el: Likewise.
18804 * calendar/cal-iso.el: Likewise.
18805 * calendar/cal-julian.el: Likewise.
18806 * calendar/cal-mayan.el: Likewise.
18807 * calendar/cal-persia.el: Likewise.
18808 * calendar/calendar.el: Likewise.
18809 * calendar/holidays.el: Likewise.
18810 * calendar/lunar.el: Likewise.
18811 * calendar/solar.el: Likewise.
18812
18813 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18814 white space from doc string.
18815
18816 2005-03-30 Jay Belanger <belanger@truman.edu>
18817
18818 * calc/calc-help.el (calc-full-help): Remove email address.
18819
18820 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18821
18822 * help-fns.el (help-with-tutorial): Delete title line.
18823
18824 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18825
18826 * calendar/cal-x.el (calendar-one-frame-setup)
18827 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18828 rather than `symbol' for set-window-dedicated-p.
18829
18830 * calendar/appt.el (appt-buffer-name): Make it a constant.
18831 (appt-add): Doc fix.
18832
18833 * filesets.el (filesets-menu-path, filesets-menu-before)
18834 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18835 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18836 (filesets-add-submenu): Delete and use add-submenu instead.
18837
18838 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
18839
18840 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18841 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18842 (org-diary-default-entry): New function.
18843 (org-get-entries-from-diary): Better parsing of diary entries.
18844 (org-agenda-check-no-diary): New function.
18845 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18846 linking to diary entries.
18847 (org-agenda-execute-calendar-command): New function.
18848 (org-agenda): Improve visible section in window.
18849 Use `org-fit-agenda-window'.
18850 (org-fit-agenda-window): New option.
18851 (org-move-subtree-down): Better handling of empty lines
18852 at end of subtree.
18853 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18854 levels up.
18855 (org-fontify-done-headline): New option.
18856 (org-headline-done-face): New face.
18857 (org-set-font-lock-defaults): Use `org-headline-done-face'.
18858 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18859 When current field is non-empty, it is copied to next row.
18860 (org-table-copy-from-above): Fix bug which made it
18861 impossible to copy fields containing only a single non-white character.
18862
18863 2005-03-30 Kim F. Storm <storm@cua.dk>
18864
18865 * kmacro.el (kmacro-end-macro): Isearch may store this command
18866 into the macro -- so ignore it when executing keyboard macro.
18867
18868 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18869
18870 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18871
18872 2005-03-29 Kenichi Handa <handa@m17n.org>
18873
18874 * language/thai.el ("Thai"): Set setup-function and exit-function
18875 for Thai language environment.
18876
18877 * language/thai-util.el: Require thai-word.
18878 (thai-word-mode-map): New variable.
18879 (thai-word-mode): New minor mode.
18880 (setup-thai-language-environment-internal): New function.
18881 (exit-thai-language-environment-internal): New function.
18882
18883 * language/thai-word.el (thai-word-table): Declare it by defvar,
18884 use dolist to initialize it.
18885 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18886 (thai-fill-find-break-point): New functions.
18887
18888 2005-03-29 Richard M. Stallman <rms@gnu.org>
18889
18890 * simple.el (idle-update-delay): Move definition up.
18891 (set-mark): Doc fix.
18892
18893 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
18894
18895 * longlines.el: New file.
18896
18897 * simple.el (buffer-substring-filters): New variable.
18898 (filter-buffer-substring): New function.
18899 (kill-region, copy-region-as-kill): Use it.
18900
18901 * register.el (copy-to-register, append-to-register)
18902 (prepend-to-register): Use filter-buffer-substring.
18903
18904 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18905
18906 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18907 (gud-filter-pending-text): Move in front of gdb.
18908 (gud-overlay-arrow-position): New variable.
18909 (gud-sentinel, gud-display-line): Use it in place of
18910 overlay-arrow-position.
18911
18912 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18913
18914 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18915 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18916 (fortran-font-lock-keywords-4): New variable.
18917 (fortran-blocks-re, fortran-end-block-re)
18918 (fortran-start-block-re): New constants, for hideshow.
18919 (hs-special-modes-alist): Add a Fortran entry.
18920 (fortran-mode-map): Bind fortran-end-of-block,
18921 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18922 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
18923 (fortran-looking-at-if-then, fortran-end-of-block)
18924 (fortran-beginning-of-block): New functions, for hideshow.
18925
18926 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18927 Doc fix. Tweak regexp.
18928 (f90-beginning-of-block): Push mark first.
18929
18930 2005-03-29 Jay Belanger <belanger@truman.edu>
18931
18932 * calc/calc.el: Update copyright date.
18933 (calc-version): Increase to 2.1.
18934 (calc-version-date): Remove.
18935
18936 * calc/calc-help.el: Update copyright date.
18937 (calc-full-help): Remove reference to calc-version-date.
18938 Update copyright date.
18939
18940 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18941
18942 * vc.el (vc-do-command): Use a pipe for async processes, so password
18943 prompts don't show up at places where the user can't reply.
18944
18945 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18946
18947 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18948 on the file name we pass to the inferior shell.
18949
18950 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18951
18952 * progmodes/which-func.el (which-function): Be robust in the face of an
18953 imenu--make-index-alist failure.
18954
18955 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18956
18957 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18958
18959 * progmodes/python.el (python-preoutput-filter): Fix last change.
18960
18961 2005-03-29 Lute Kamstra <lute@gnu.org>
18962
18963 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18964 functions and compiled macros.
18965 (debug-convert-byte-code): Handle macros too.
18966 (debug-on-entry-1): Don't signal an error when trying to clear a
18967 function that is not set to debug on entry.
18968
18969 2005-03-29 Jay Belanger <belanger@truman.edu>
18970
18971 * calc/calc-lang.el: Add functions to math-function-table
18972 properties of tex and math.
18973
18974 2005-03-29 Kenichi Handa <handa@m17n.org>
18975
18976 * ps-mule.el (ps-mule-plot-string): Translate characters by
18977 ps-print-translation-table.
18978 (ps-mule-begin-job): Call find-charset-region/string with
18979 ps-print-translation-table.
18980 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18981
18982 * ps-print.el (ps-print-translation-table): New variable.
18983 (ps-plot-region): Translate characters by ps-print-translation-table.
18984
18985 2005-03-29 Juri Linkov <juri@jurta.org>
18986
18987 * simple.el (next-error-highlight-timer): New variable.
18988
18989 * progmodes/compile.el (compilation-goto-locus):
18990 Use `next-error-highlight-timer' instead of `sit-for'.
18991
18992 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18993
18994 * mail/supercite.el (sc-mail-field): Use assoc-string.
18995 (sc-get-address): Simplify regexps.
18996
18997 * files.el (minibuffer-with-setup-hook): New macro.
18998 (find-file-read-args): Use it to avoid let-binding
18999 minibuffer-with-setup-hook (which breaks turning on/off
19000 file-name-shadow-mode while in the prompt).
19001
19002 * complete.el (PC-read-include-file-name-internal):
19003 Use test-completion.
19004
19005 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19006
19007 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19008
19009 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19010
19011 * window.el (window-buffer-height): Use count-screen-lines.
19012
19013 * progmodes/python.el (python-preoutput-leftover): New var.
19014 (python-preoutput-filter): Use it.
19015 (python-send-receive): Loop until all the result has been received.
19016
19017 2005-03-28 Juri Linkov <juri@jurta.org>
19018
19019 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19020
19021 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19022 "Recover Crashed Session".
19023 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19024 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19025 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19026 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19027 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19028 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19029 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19030 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19031
19032 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19033 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19034 Ediff Sessions", "Toggle use of separate control buffer frame",
19035 "Use separate frame for Ediff control buffer".
19036
19037 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19038 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19039 "Rename Bookmark", "Delete Bookmark".
19040
19041 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19042 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19043 Add `:active Info-index-alternatives' to "Next Matching Item".
19044
19045 * wdired.el (wdired-change-to-wdired-mode):
19046 Mention `wdired-abort-changes' key in the initial message.
19047
19048 * international/mule.el (auto-coding-alist): Associate non-ascii
19049 image filename extensions with `no-conversion'.
19050
19051 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19052
19053 * international/iso-acc.el:
19054 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19055
19056 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19057
19058 * textmodes/sgml-mode.el (html-mode): Doc update.
19059
19060 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19061
19062 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19063
19064 * term.el (term-move-columns): Fix face after extending a line.
19065 (term-insert-spaces): Likewise.
19066 (term-reset-terminal): Fix off by one error.
19067
19068 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19069
19070 * international/mule.el (auto-coding-alist): Add .xpi files.
19071
19072 * files.el (auto-mode-alist): Add .xpi files.
19073
19074 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19075
19076 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19077
19078 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19079
19080 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19081
19082 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19083
19084 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19085 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19086
19087 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19088 cursor to Jan 1 when needed.
19089 (calendar-end-of-year): Fix -/+ typo.
19090 Reported by Chong Yidong <cyd@stupidchicken.com>.
19091
19092 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19093
19094 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19095
19096 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19097 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19098
19099 2005-03-25 Richard M. Stallman <rms@gnu.org>
19100
19101 * filesets.el (filesets-init): Add autoload.
19102
19103 * mail/mailalias.el (mail-directory): Doc fix.
19104
19105 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19106
19107 * mail/mailalias.el (mail-directory-process): Do nothing if
19108 mail-directory-process is an atom.
19109 (mail-get-names): Ignore mail-directory-names if it is an atom.
19110 (mail-directory-process defvar): Doc fix.
19111 (mail-names): Doc fix.
19112
19113 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19114
19115 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19116
19117 2005-03-26 Kenichi Handa <handa@m17n.org>
19118
19119 * international/mule-util.el (detect-coding-with-priority):
19120 Call update-coding-systems-internal before detect-coding-region.
19121
19122 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19123
19124 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19125 (gdb-frames-mode-map): Add follow-link property.
19126
19127 2005-03-25 Jay Belanger <belanger@truman.edu>
19128
19129 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19130 for variables.
19131
19132 2005-03-25 Juri Linkov <juri@jurta.org>
19133
19134 * image-mode.el: Optimize image filename extension regexps in
19135 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19136 in `auto-mode-alist'.
19137 (image-mode): Add `image-toggle-display-text' to local hook
19138 `change-major-mode-hook'. Display the image as an image by
19139 default. Set `cursor-type' and `truncate-lines' if the image
19140 is already displayed. Take into account the current mode (image
19141 or text) in message.
19142 (image-minor-mode): New minor mode.
19143 (image-mode-maybe, image-toggle-display-text): New functions.
19144 (image-toggle-display): Use called-interactively-p.
19145 Let-bind `inhibit-read-only' to t.
19146
19147 * image-mode.el (image-minor-mode): Set `cursor-type' and
19148 `truncate-lines' if the image is already displayed. Add turning
19149 image-minor-mode off to `change-major-mode-hook'. Add message.
19150 Call `image-toggle-display-text' after turning image-minor-mode off.
19151
19152 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19153
19154 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19155 Terminal.app, use utf-8.
19156 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19157 (set-locale-environment): Use it.
19158
19159 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19160
19161 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19162
19163 * progmodes/python.el (python-close-block-statement-p)
19164 (python-outdent-p, python-current-defun): Use symbol-end.
19165
19166 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19167
19168 * files.el (save-some-buffers): Doc fix.
19169
19170 2005-03-25 Werner Lemberg <wl@gnu.org>
19171
19172 * complete.el, thumbs.el: Replace `legal' with `valid'.
19173 * calendar/calendar.el: Replace `legal' with `valid'.
19174 * emacs-lisp/advice.el: Replace `legal' with `valid'.
19175 * mail/supercite.el: Replace `legal' with `valid'.
19176 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19177 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19178 Replace `legal' with `valid'.
19179 * textmodes/reftex-vars.el, textmodes/reftex.el:
19180 Replace `legal' with `valid'.
19181
19182 2005-03-25 Werner Lemberg <wl@gnu.org>
19183
19184 * calc/calc-forms.el, calc/calc-sel.el
19185 * midnight.el, vc-cvs.el
19186 * emacs-lisp/cl-macs.el
19187 * emulation/vip.el
19188 * eshell/esh-io.el, eshell/esh-var.el
19189 * mail/supercite.el
19190 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19191 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19192 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19193 * progmodes/sh-script.el, progmodes/xscheme.el
19194 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19195 * textmodes/reftex-index.el, textmodes/reftex-parse.el
19196 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19197 * textmodes/reftex.el, textmodes/org.el:
19198 Replace `illegal' with `invalid'.
19199
19200 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19201
19202 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19203 (flymake-find-buildfile, flymake-find-possible-master-files)
19204 (flymake-check-include, flymake-parse-line): Replace loops over the
19205 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19206
19207 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19208 Substitute file-name-as-directory in the rest of the file.
19209 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19210 (flymake-replace-region): Remove unused arg `buffer'.
19211 (flymake-check-patch-master-file-buffer): Update calls to it.
19212 (flymake-add-err-info): Remove unused var `count'.
19213 (flymake-mode): Use define-minor-mode.
19214
19215 * progmodes/flymake.el: Use with-current-buffer.
19216 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19217 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19218 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19219 Avoid testing for `xemacs'.
19220 (flymake-nop): Move.
19221 (flymake-region-has-flymake-overlays): Return the computed value.
19222 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19223 Remove unused var `endline'.
19224 (flymake-get-line-count): Remove unused function.
19225 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19226
19227 * emulation/vi.el:
19228 * generic.el:
19229 * hilit-chg.el (global-highlight-changes):
19230 * hi-lock.el (hi-lock-mode):
19231 * follow.el: find-file-hooks -> find-file-hook.
19232
19233 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19234
19235 2005-03-24 Juri Linkov <juri@jurta.org>
19236
19237 * dired.el (dired-mode-map): Add menu item "Compare directories"
19238 for dired-compare-directories.
19239
19240 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19241 Doc fix. Replace `read-file-name' with `read-directory-name'.
19242
19243 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19244
19245 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19246
19247 2005-03-24 Jay Belanger <belanger@truman.edu>
19248
19249 * calc/calc-embed.el (calc-embedded-mode-change): Save all
19250 relevant mode settings in calc-embedded-original-modes when modes
19251 are permanently changed.
19252
19253 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19254
19255 * autoinsert.el: find-file-hooks -> find-file-hook.
19256
19257 2005-03-24 Lute Kamstra <lute@gnu.org>
19258
19259 * generic.el (generic-font-lock-defaults): Make it obsolete.
19260 (generic-font-lock-keywords): New variable to replace
19261 generic-font-lock-defaults.
19262 (generic-mode-set-font-lock): Delete it.
19263 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19264 (generic-bracket-support): Add docstring.
19265
19266 * generic-x.el: Rename generic-font-lock-defaults to
19267 generic-font-lock-keywords throughout.
19268 (mailagent-rules-setup-function): Delete it.
19269 (mailagent-rules-generic-mode): Use anonymous function instead.
19270 (show-tabs-generic-mode-font-lock-defaults-1)
19271 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19272 Quote faces.
19273 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19274 not foreground.
19275
19276 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19277 Recognize define-generic-mode.
19278
19279 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19280
19281 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19282 if there's no completion table.
19283
19284 2005-03-23 Miles Bader <miles@gnu.org>
19285
19286 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19287 Remove tty-specific variants, as they're no longer needed.
19288
19289 2005-03-23 Lute Kamstra <lute@gnu.org>
19290
19291 * generic-x.el: Code cleanup: make args constant whenever possible.
19292 (installshield-statement-keyword-list)
19293 (installshield-system-functions-list)
19294 (installshield-system-variables-list, installshield-types-list)
19295 (installshield-funarg-constants-list): Make them constants.
19296
19297 * generic.el (generic-make-keywords-list): Add autoload cookie.
19298
19299 * calendar/time-date.el: Add comment on time value formats.
19300 Don't require parse-time.
19301 (with-decoded-time-value): New macro.
19302 (encode-time-value): New function.
19303 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19304 (days-to-time): Return a valid time value when arg is huge.
19305 (time-since): Use time-subtract.
19306 (time-to-number-of-days): Use time-to-seconds.
19307
19308 2005-03-23 David Ponce <david@dponce.com>
19309
19310 * recentf.el (recentf-keep): New option.
19311 (recentf-menu-action): Default to `find-file'.
19312 (recentf-keep-non-readable-files-flag)
19313 (recentf-keep-non-readable-files-p)
19314 (recentf-file-readable-p, recentf-find-file)
19315 (recentf-cleanup-remote): Remove.
19316 (recentf-include-p): More robust.
19317 (recentf-keep-p): New function.
19318 (recentf-remove-if-non-kept): Rename from
19319 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
19320 All callers updated.
19321 (recentf-menu-items-for-commands): Fix help string.
19322 (recentf-track-closed-file): Update. Doc fix.
19323 (recentf-cleanup): Update. Count removed files. Doc fix.
19324
19325 2005-03-23 Kim F. Storm <storm@cua.dk>
19326
19327 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19328 Don't inherit from fringe face (now happens automatically).
19329
19330 2005-03-22 Kim F. Storm <storm@cua.dk>
19331
19332 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19333 position values.
19334
19335 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19336
19337 * menu-bar.el (showhide-date-time): Remove.
19338 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19339 (menu-bar-make-mm-toggle): Simplify.
19340
19341 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19342
19343 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19344 Accept qualified variable and function names.
19345
19346 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
19347
19348 * bindings.el (completion-ignored-extensions):
19349 Remove ".lis" for `vax-vms'.
19350
19351 2005-03-22 Andreas Schwab <schwab@suse.de>
19352
19353 * generic-x.el: Revert last change.
19354 * ldefs-boot.el: Update.
19355
19356 2005-03-22 Jay Belanger <belanger@truman.edu>
19357
19358 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19359 (calc-embedded-save-original-modes)
19360 (calc-embedded-restore-original-modes): New functions.
19361 (calc-do-embedded): Save original modes when entering embedded mode
19362 and restore when leaving embedded mode.
19363 (calc-embedded-modes-change): Change the value of
19364 calc-embedded-original-modes to reflect permanent changes.
19365
19366 2005-03-22 Lute Kamstra <lute@gnu.org>
19367
19368 * generic-x.el: Require generic again.
19369
19370 2005-03-22 Miles Bader <miles@gnu.org>
19371
19372 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19373 Tweak details to look good on both ttys and bitmap displays, light
19374 or dark background, etc.
19375
19376 2005-03-21 Kim F. Storm <storm@cua.dk>
19377
19378 * tooltip.el (tooltip-show-help-function): Check car and cdr of
19379 mouse position.
19380
19381 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19382
19383 * icomplete.el: Don't forcibly turn on the mode upon load.
19384 (icomplete-mode): Use define-minor-mode.
19385 (icomplete-eoinput): Default to nil.
19386 (icomplete-minibuffer-setup): Remove autoload.
19387 (icomplete-tidy): Simplify.
19388 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19389 in the initial state or if the user has modified the field.
19390 Fix handling of icomplete-max-delay-chars.
19391 Remove code that handles the oddball case where
19392 minibuffer-completion-table is an integer.
19393 Wrap icomplete-completions in while-no-input in case building
19394 completions takes more time than expected.
19395 (icomplete-completions): Simplify.
19396
19397 2005-03-21 Richard M. Stallman <rms@gnu.org>
19398
19399 * jka-compr.el (jka-compr-really-do-compress):
19400 Make variable buffer-local.
19401
19402 * image-mode.el: Handle .xpm files too.
19403 (image-toggle-display): Preserve modification flag.
19404
19405 * help.el (where-is): Don't mention aliases with no key bindings.
19406
19407 2005-03-21 Lute Kamstra <lute@gnu.org>
19408
19409 * generic.el: Fix commentary section. Don't require cl for
19410 compilation.
19411 (generic-mode-list): Add autoload cookie.
19412 (generic-use-find-file-hook, generic-lines-to-scan)
19413 (generic-find-file-regexp, generic-ignore-files-regexp)
19414 (generic-mode, generic-mode-find-file-hook)
19415 (generic-mode-ini-file-find-file-hook): Fix docstrings.
19416 (define-generic-mode): Make it a defmacro. Fix docstring.
19417 (generic-mode-internal): Code cleanup. Add autoload cookie.
19418 (generic-mode-set-comments): Code cleanup.
19419 * generic-x.el: Don't prevent compilation. Don't require generic.
19420 Follow coding conventions. Minor code cleanup.
19421 (etc-fstab-generic-mode): Add some keywords.
19422 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19423 define-generic-mode like a function declaration.
19424
19425 2005-03-21 Jay Belanger <belanger@truman.edu>
19426
19427 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19428 changing modes.
19429
19430 2005-03-21 Sam Steingold <sds@gnu.org>
19431
19432 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19433
19434 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
19435
19436 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19437 Add underscore to "f$ lexicals" regexp.
19438
19439 2005-03-20 Juri Linkov <juri@jurta.org>
19440
19441 * subr.el (progress-reporter-do-update): When `min-value' is equal
19442 to `max-value', set `percentage' to 0 and prevent division by zero.
19443
19444 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
19445
19446 Sync with Tramp 2.0.48.
19447
19448 * net/tramp.el (all): Change all addresses to .gnu.org.
19449 (tramp-append-tramp-buffers): New defun.
19450 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19451 Catch `dont-send' signal.
19452 (tramp-set-auto-save-file-modes): Set always permissions, because
19453 there might be an old auto-saved file belonging to another
19454 original file. This could be a security threat. Reported by
19455 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19456 Check for Emacs 21.3.50 removed.
19457
19458 * net/tramp-smb.el (all): Remove debug construct for
19459 `with-parsed-tramp-file-name'.
19460 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19461 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19462 No error message if DIRECTORY or FILENAME doesn't exist.
19463 (tramp-smb-open-connection): Check existence of
19464 `tramp-smb-program'.
19465
19466 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19467
19468 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19469 Properly handle the case where the `m' or `s' command's argument is not
19470 yet terminated.
19471 (perl-indent-new-calculate): New function.
19472 (perl-indent-line): Use it.
19473
19474 2005-03-20 Miles Bader <miles@gnu.org>
19475
19476 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19477 in text-mode too. Change to new face names.
19478 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19479 Add `:weight bold' attribute.
19480 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19481
19482 2005-03-19 Juri Linkov <juri@jurta.org>
19483
19484 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
19485
19486 * international/mule.el (auto-coding-alist): Sync with
19487 `auto-mode-alist' by adding upper case archive file extensions
19488 and adding ear/war to jar extension.
19489
19490 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
19491
19492 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19493 running, restart it.
19494
19495 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
19496
19497 * finder.el (finder-current-item): Throw an error on an empty line.
19498
19499 * man.el (Man-follow-manual-reference): If current-word returns
19500 nil, use "".
19501
19502 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
19503
19504 * simple.el (goto-line): Doc fix.
19505
19506 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
19507
19508 * files.el (save-buffer): Doc fix.
19509
19510 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
19511
19512 * recentf.el (recentf-cleanup-remote): New variable.
19513 (recentf-cleanup): Use it to conditionally check availability of
19514 remote files.
19515
19516 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
19517
19518 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19519 function names.
19520
19521 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19522
19523 * language/thai-word.el: New file.
19524
19525 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19526
19527 * files.el (backup-buffer): If the file's directory is not
19528 writable, use copy instead of move to backup the file.
19529
19530 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19531
19532 * obsolete/keyswap.el: Moved to obsolete/ from term/.
19533
19534 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19535
19536 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19537 Use functionp instead of symbolp and fboundp. Reported by Drkm
19538 <darkman_spam@yahoo.fr>.
19539 (ps-print-version): New version 6.6.6.
19540
19541 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
19542
19543 * textmodes/table.el (table--line-column-position): New idiom.
19544 (table--row-column-insertion-point-p): New function to test
19545 validity of row and column insertion operation at a location.
19546 (table-global-menu, table-cell-menu): Use above functions for
19547 deterministic test operation.
19548 (table--editable-cell-p): Behave in deterministic fashion.
19549
19550 2005-03-18 Juri Linkov <juri@jurta.org>
19551
19552 * isearch.el (isearch-lazy-highlight-new-loop):
19553 Make arguments beg and end optional.
19554 (isearch-update): Remove optional arguments nil from
19555 isearch-lazy-highlight-new-loop.
19556 (isearch-lazy-highlight-search): Let-bind case-fold-search to
19557 isearch-lazy-highlight-case-fold-search instead of
19558 isearch-case-fold-search, and let-bind isearch-regexp to
19559 isearch-lazy-highlight-regexp.
19560 Use isearch-lazy-highlight-last-string instead of isearch-string.
19561
19562 * replace.el (perform-replace): Remove bindings of global
19563 variables isearch-string, isearch-regexp, isearch-case-fold-search.
19564 Add three new arguments to `replace-highlight'.
19565 (replace-highlight): Add arguments string, regexp, case-fold.
19566 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19567 to allow isearch-lazy-highlight-new-loop to use these values
19568 to set corresponding isearch-lazy-highlight-* internal
19569 variables whose values lazy highlighting will use regardless of
19570 changes to global variables isearch-string, isearch-regexp,
19571 isearch-case-fold-search during lazy highlighting loop.
19572 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19573 to `lazy-highlight-cleanup'.
19574
19575 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19576 (ispell-highlight-face): Set default face to `isearch' when
19577 lazy highlighting is enabled.
19578 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19579 priority to 1. Add lazy highlighting.
19580 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19581 from `isearch-dehighlight'.
19582
19583 2005-03-18 David Ponce <david@dponce.com>
19584
19585 * files.el (hack-local-variables): Do a case-insensitive search
19586 for End.
19587
19588 2005-03-18 Juri Linkov <juri@jurta.org>
19589
19590 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19591 `isearch-lazy-highlight-cleanup', add alias to old name and
19592 declare obsolete. Add release numbers to other obsolete vars.
19593 (isearch-done, isearch-lazy-highlight-new-loop):
19594 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19595 (lazy-highlight-cleanup) <variable>: Doc fix.
19596 (isearch-lazy-highlight-update): Rename obsolete
19597 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19598
19599 2005-03-18 Kenichi Handa <handa@m17n.org>
19600
19601 * language/thai-util.el: Fix categorization of Thai characters in
19602 thai-category-table.
19603 (thai-composition-pattern): Adjust it for the above change.
19604 (thai-self-insert-command, thai-compose-syllable): New functions.
19605 (thai-compose-region): Use thai-compose-syllable.
19606 (thai-compose-string): Likewise.
19607 (thai-composition-function): Likewise.
19608 (thai-auto-composition): New function.
19609 (thai-auto-composition-mode): New minor mode.
19610
19611 * language/thai.el: Fix patterns to be registered in
19612 composition-function-table.
19613
19614 * international/quail.el (quail-input-method): Locally bind
19615 inhibit-modification-hooks to t.
19616
19617 2005-03-17 Richard M. Stallman <rms@gnu.org>
19618
19619 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19620 (perl-mode): Use run-mode-hooks.
19621
19622 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19623 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19624 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19625
19626 * mail/sendmail.el (sendmail-send-it): Reenable the code
19627 to compute resend-to-address and use it.
19628
19629 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19630
19631 * image-mode.el: New file.
19632
19633 * image.el (insert-sliced-image): Add autoload cookie.
19634
19635 * font-lock.el (font-lock-lines-before): New user option.
19636 (font-lock-after-change-function): Obey it.
19637
19638 * bindings.el (esc-map): Make M-g a prefix.
19639 Bind M-g g and M-g M-g to goto-line.
19640
19641 * faces.el (face-id): Doc fix.
19642
19643 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19644
19645 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19646 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19647 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19648
19649 * mail/sendmail.el (mail-yank-ignored-headers)
19650 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19651 Add Mail-Followup-To and Mail-Reply-To headers.
19652 (mail-citation-hook): Add autoload cookie.
19653 (mail-mode): Doc fix.
19654 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19655 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19656 (mail-mode-fill-paragraph): Handle those headers.
19657 (mail-mailing-lists): New variable.
19658 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19659
19660 2005-03-17 Juri Linkov <juri@jurta.org>
19661
19662 * isearch.el (isearch-fallback): Check for `(car previous)'
19663 before calling `isearch-other-end-state'.
19664
19665 2005-03-17 Kim F. Storm <storm@cua.dk>
19666
19667 * simple.el (move-beginning-of-line): Move to beginning of buffer
19668 line, as well as beginning of screen line.
19669
19670 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19671
19672 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19673 argument REDRAW rather than calendar-redrawing variable.
19674 * calendar/calendar.el (calendar-redrawing): Delete.
19675 (redraw-calendar): Do not bind calendar-redrawing.
19676
19677 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19678
19679 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19680 diary-file buffer.
19681
19682 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19683
19684 * help.el (describe-mode): Allow a :minor-mode-function property to
19685 specify a different minor mode toggle function than the variable.
19686 * simple.el (auto-fill-function):
19687 * subr.el (add-minor-mode): Use it.
19688
19689 2005-03-16 Kenichi Handa <handa@m17n.org>
19690
19691 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19692 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19693 (ethio-fidel-to-sera-buffer): Likewise.
19694
19695 2005-03-16 Juri Linkov <juri@jurta.org>
19696
19697 * emacs-lisp/find-func.el (find-function-regexp):
19698 Add defun-emitting macro `menu-bar-make-toggle'.
19699
19700 * isearch.el: Put `isearch-scroll' property to
19701 `split-window-horizontally'.
19702
19703 * info.el: Update error messages for `debug-ignored-errors'.
19704 (Info-isearch-search): Doc fix.
19705 (Info-find-node): Move up code to go into info buffer before
19706 recording the node to the history.
19707 (Info-fontify-node): Fontify titles only if the next line
19708 has two or more `*', `=', `-', `.'.
19709 Display "go to this node" for empty (match-string 3).
19710
19711 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19712
19713 * term/mac-win.el: Add mouse pointer shape constants.
19714
19715 2005-03-15 Kim F. Storm <storm@cua.dk>
19716
19717 * simple.el (move-beginning-of-line): Use vertical-motion.
19718
19719 2005-03-15 Juri Linkov <juri@jurta.org>
19720
19721 * isearch.el (isearch-error): New variable.
19722 (isearch-invalid-regexp, isearch-within-brackets): Remove.
19723 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19724 (isearch-within-brackets-state): Remove.
19725 (isearch-case-fold-search-state, isearch-pop-fun-state):
19726 Decrease frame index.
19727 (isearch-mode, isearch-top-state, isearch-push-state)
19728 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19729 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19730 (isearch-search, isearch-lazy-highlight-new-loop):
19731 Replace `isearch-invalid-regexp' with `isearch-error'.
19732 Remove `isearch-within-brackets'.
19733 (isearch-search): Add `search-failed' handler to `condition-case'.
19734 (isearch-lazy-highlight-search): Add `condition-case' to catch
19735 errors and allow `isearch-lazy-highlight-update' to try
19736 highlighting from the beginning of the window.
19737 (isearch-repeat): Move up code to set isearch-wrapped to t
19738 before calling isearch-wrap-function.
19739
19740 * info.el (Info-isearch-initial-node): New internal variable.
19741 (Info-search): Signal an error in isearch mode when search leaves
19742 the initial node. Signal an error when `bound' is non-nil and
19743 nothing was found in the current subfile.
19744 (Info-isearch-search): Remove `condition-case'.
19745 (Info-isearch-wrap): Don't wrap when search failed during leaving
19746 the initial node. If `Info-isearch-search' is nil, wrap around
19747 the current node.
19748 (Info-isearch-start): New fun.
19749 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19750 `isearch-mode-hook'.
19751
19752 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19753
19754 * simple.el (normal-erase-is-backspace): Set default to t if
19755 running on Mac.
19756
19757 * term/mac-win.el (function-key-map): Sync with x-win.el.
19758
19759 2005-03-15 Kenichi Handa <handa@m17n.org>
19760
19761 * international/mule-cmds.el (locale-language-names): Modify the
19762 format of elements and add more entries.
19763 (locale-preferred-coding-systems): Add more entries.
19764 (set-locale-environment): Adjust for the change of
19765 locale-language-names.
19766
19767 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19768
19769 * pcvs.el (smerge-ediff): Remove bogus autoload.
19770
19771 2005-03-14 Lute Kamstra <lute@gnu.org>
19772
19773 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19774 Ignore a `*' at the beginning of a line.
19775
19776 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19777 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19778 subr.el.
19779 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19780 to specify indentation.
19781
19782 * generic.el (define-generic-mode): Let generic-mode-list be a
19783 list of strings; test membership with equal.
19784
19785 2005-03-14 Kim F. Storm <storm@cua.dk>
19786
19787 * simple.el (next-line, previous-line): Add optional try-vscroll
19788 arg to recognize interactive use. Pass it on to line-move.
19789 (line-move): Don't perform auto-window-vscroll when defining or
19790 executing keyboard macro to ensure consistent behavior.
19791
19792 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19793
19794 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19795
19796 2005-03-13 Lute Kamstra <lute@gnu.org>
19797
19798 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19799 debugger-setup-buffer so that backtrace marks the frames set to
19800 debug-on-exit and we don't have to do it manually. Set an extra
19801 debug-on-exit for macro's.
19802 (debugger-setup-buffer): Don't mark the top frame manually.
19803
19804 2005-03-12 Lute Kamstra <lute@gnu.org>
19805
19806 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19807 lisp-indent-function throughout.
19808 (with-no-warnings): Set lisp-indent-function property.
19809
19810 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19811
19812 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19813 Add entry for backslash.
19814
19815 2005-03-12 Juri Linkov <juri@jurta.org>
19816
19817 * info.el (Info-search): Four fixes for backward search.
19818
19819 2005-03-11 Jay Belanger <belanger@truman.edu>
19820
19821 * calc/calc.el (calc-language-alist): New variable.
19822 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19823 (calc-embedded-find-modes): Use calc-language-alist instead of
19824 calc-embedded-language-alist.
19825
19826 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19827
19828 * calendar/calendar.el (calendar-redrawing): New internal
19829 variable.
19830 (redraw-calendar): Remove bogus save-excursion from previous
19831 change. Bind calendar-redrawing to t for mark-diary-entries.
19832 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19833 calendar if that is why we were called.
19834
19835 2005-03-11 Kenichi Handa <handa@m17n.org>
19836
19837 * international/mule.el (make-coding-system): Set property
19838 coding-system-define-form to nil.
19839 (define-coding-system-alias): Likewise.
19840
19841 2005-03-11 Kenichi Handa <handa@m17n.org>
19842
19843 These changes are suggested by Dave Love <fx@gnu.org>.
19844
19845 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19846 coding: tag.
19847 (adaptive-fill-regexp): Add more bullets.
19848 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19849 regexps.
19850
19851 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19852
19853 * help.el (describe-mode): Properly handle non-trivial lighters.
19854 Don't ignore minor modes that are not listed in minor-mode-list.
19855
19856 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19857 feature ON when the user requests to turn it OFF.
19858
19859 2005-03-10 Lute Kamstra <lute@gnu.org>
19860
19861 * emacs-lisp/debug.el (debug-entry-code): Delete it.
19862 (implement-debug-on-entry): New function to replace debug-entry-code.
19863 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19864 second argument as the 2005-03-07 change makes it obsolete.
19865 (debug-on-entry, cancel-debug-on-entry): Update call to
19866 debug-on-entry-1.
19867 (debug, debugger-setup-buffer): Comment update.
19868 (debugger-frame-number): Update to work with implement-debug-on-entry.
19869
19870 2005-03-10 Jay Belanger <belanger@truman.edu>
19871
19872 * calc/calc-embed.el (math-ms-args): Declare it.
19873 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19874 math-ms-args.
19875 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19876 variables.
19877
19878 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
19879
19880 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19881 Use message-box.
19882
19883 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19884 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19885 (tooltip-gud-tips): Simplify.
19886 (tooltip-gud-tips-p): Remove superfluous :set.
19887 (tooltip-gud-modes): Add fortran-mode.
19888 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19889
19890 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19891
19892 2005-03-09 Kim F. Storm <storm@cua.dk>
19893
19894 * play/animate.el (animate-place-char): Use forward-line instead
19895 of next-line to improve performance.
19896
19897 2005-03-09 Simon Josefsson <jas@extundo.com>
19898
19899 * net/browse-url.el (browse-url-default-browser): Doc fix.
19900
19901 2005-03-09 Miles Bader <miles@gnu.org>
19902
19903 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19904 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19905
19906 2005-03-09 Kenichi Handa <handa@m17n.org>
19907
19908 * international/latin-1.el: Set case and syntax for 255 only if
19909 set-case-syntax-set-multibyte is nil.
19910
19911 * textmodes/ispell.el (ispell-insert-word): New function.
19912 (ispell-word): Use ispell-insert-word to insert a new word.
19913 (ispell-process-line): Likewise.
19914 (ispell-complete-word): Likewise.
19915
19916 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19917
19918 * calendar/calendar.el (redraw-calendar): Preserve point.
19919 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19920 (calendar-week-start-day): Move after definition of
19921 redraw-calendar. Delete buffer test, since redraw-calendar has
19922 that now.
19923
19924 * calendar/diary-lib.el (mark-diary-entries): Only call
19925 redraw-calendar in the first of any recursive calls.
19926 Reported by Alan Shutko <ats@acm.org>.
19927
19928 2005-03-08 Juri Linkov <juri@jurta.org>
19929
19930 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19931 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19932 (html-radio-buttons): Add a space before the trailing `/>' where
19933 sgml-xml-mode is non-nil.
19934 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19935 the subsequent tag of the empty XML tag.
19936 (html-href-anchor): Don't set initial input to "http:".
19937 (html-image): Ask for the image URL and set point inside alt="".
19938 (html-name-anchor): Duplicate the name in the `id' attribute when
19939 sgml-xml-mode is non-nil.
19940 (html-paragraph): Remove \n before <p>.
19941 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19942 instead of `checked' when sgml-xml-mode is non-nil.
19943
19944 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19945 Remove 1 space before #RRGGBB to not truncate it on terminal
19946 windows w/o fringes. Remove 1 space between bg and fg examples
19947 to get more space.
19948 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19949 avoid byte-compile warnings.
19950
19951 * image-file.el (image-file-handler): Put `safe-magic' property to
19952 `image-file-handler'.
19953
19954 * info.el (Info-isearch-search): Emulate word search in
19955 isearching through multiple Info nodes with Info-search.
19956 (Info-isearch-wrap): Allow isearch-word.
19957
19958 2005-03-08 Lute Kamstra <lute@gnu.org>
19959
19960 * emacs-lisp/debug.el (debugger-step-through): Make sure that
19961 stepping into the debugger's code is not possible.
19962 (debugger-jumping-flag): Docstring update.
19963
19964 2005-03-08 Jay Belanger <belanger@truman.edu>
19965
19966 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19967 embedded mode begins.
19968 (calc-embedded-language-alist): New variable.
19969 (calc-embedded-find-modes): Use calc-embedded-language-alist to
19970 set default language mode.
19971
19972 2005-03-08 Kenichi Handa <handa@m17n.org>
19973
19974 * international/ccl.el (define-ccl-program): Fix docstring about
19975 extra 256 bytes assured for the output buffer.
19976
19977 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19978 Fix BUFFER_MAGNIFICATION to 2.
19979 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19980
19981 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
19982
19983 * align.el (align-rules-list): Added an alignment rule for CSS
19984 declarations (applies to css-mode and html-mode buffers).
19985
19986 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19987
19988 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19989
19990 2005-03-07 Kim F. Storm <storm@cua.dk>
19991
19992 * simple.el (move-beginning-of-line): New command.
19993
19994 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19995
19996 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19997
19998 * emulation/cua-base.el: Put CUA move property on move-end-of-line
19999 and move-beginning-of-line.
20000
20001 * apropos.el (apropos-print): Omit command from M-x ... RET.
20002
20003 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20004
20005 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20006 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20007
20008 2005-03-06 Richard M. Stallman <rms@gnu.org>
20009
20010 * bindings.el (esc-map): Bind M-g to goto-line.
20011
20012 * facemenu.el (global-map): Bind M-o, not M-g.
20013
20014 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20015
20016 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20017 "Open Directory" as for "Open File".
20018
20019 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20020
20021 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20022 (push-mark-command): Run activate-mark-hook.
20023
20024 2005-03-06 Richard M. Stallman <rms@gnu.org>
20025
20026 * help-mode.el (help-mode-finish): Don't alter the element
20027 in view-return-to-alist if there already is one.
20028
20029 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20030 make sure the current buffer is the expected one.
20031
20032 * novice.el (disabled-command-function): Output in *Disabled Command*.
20033 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20034
20035 * textmodes/flyspell.el (flyspell-large-region):
20036 Pass args differently for aspell.
20037
20038 * files.el (mode-require-final-newline): Doc fix.
20039
20040 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20041
20042 * progmodes/which-func.el (which-function):
20043 Specify NOERROR when calling imenu--make-index-alist.
20044
20045 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20046
20047 * simple.el (normal-erase-is-backspace): Define default value.
20048
20049 * custom.el (custom-theme-set-variables): Remove unused var
20050 `immediate'.
20051 (custom-reevaluate-setting): Simple function to handle variables
20052 that are defined before their default value can really be
20053 computed.
20054
20055 * startup.el (command-line): Use it for temporary-file-directory,
20056 small-emporary-file-directory, auto-save-file-name-transforms,
20057 blink-cursor-mode, and normal-erase-is-backspace.
20058
20059 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20060 progress, even with buggy anchored keywords.
20061
20062 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20063
20064 * simple.el (goto-line): Remove unbalanced final parenthesis.
20065
20066 2005-03-05 Richard M. Stallman <rms@gnu.org>
20067
20068 * simple.el (goto-line): Use a number at point as the default.
20069 With C-u as arg, switch buffers.
20070
20071 2005-03-05 Juri Linkov <juri@jurta.org>
20072
20073 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20074 with `no-blinking-cursor'.
20075
20076 * startup.el (no-blinking-cursor): New defvar.
20077 (command-line): Add `--no-blinking-cursor' to longopts.
20078 Set `no-blinking-cursor' to t for command line arguments
20079 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20080 with `no-blinking-cursor' in the condition for calling
20081 `blink-cursor-mode'.
20082
20083 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20084
20085 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20086 (menu-bar-options-save): Add blink-cursor-mode.
20087 (menu-bar-options-menu): Add blink-cursor-mode.
20088
20089 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20090
20091 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20092 (icalendar-export-file, icalendar-export-region)
20093 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20094 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20095
20096 2005-03-04 Lute Kamstra <lute@gnu.org>
20097
20098 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20099 (debug-function-list): Ditto.
20100
20101 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20102
20103 * textmodes/texinfmt.el (texinfo-append-refill):
20104 Redefine the types of line to which @refill
20105 is not appended by replacing a search for `@refill\\|@bye' with
20106 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20107 itemize@refill' bug and the unfilled long lines bug.
20108 (texinfmt-version): Update number and date.
20109
20110 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20111
20112 * international/code-pages.el (windows-1250, windows-125[2-8])
20113 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20114
20115 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20116
20117 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20118 bound yet.
20119
20120 2005-03-02 Romain Francoise <romain@orebokech.com>
20121
20122 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20123 buffer after removing limits.
20124 (ibuffer-pop-filter): Ditto.
20125 Update copyright.
20126
20127 2005-03-02 Miles Bader <miles@gnu.org>
20128
20129 * button.el (make-text-button): If the user doesn't specify a
20130 type, use the default. Rewrite to use `add-text-properties' and
20131 plist functions.
20132
20133 2005-03-01 Lute Kamstra <lute@gnu.org>
20134
20135 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20136 (debugger-jumping-flag): New var.
20137 (debug-entry-code): Use it.
20138 (debugger-jump): Use debugger-jumping-flag and add
20139 debugger-reenable to post-command-hook.
20140 (debugger-reenable): Use debugger-jumping-flag and remove itself
20141 from post-command-hook.
20142 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20143 debugger-reenable.
20144
20145 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20146
20147 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20148 inclusion of "itemize\\|", which may be unnecessary, is certainly
20149 inelegant, and stops refilling in itemize lists when formatting
20150 Japanese Texinfo files to Info.
20151 Update copyright to 2005.
20152
20153 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20154
20155 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20156 of an error if GDB can't find the source file.
20157
20158 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20159
20160 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20161 not just the calendar.
20162
20163 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20164 first.
20165 (diary-redraw-calendar): New function.
20166 (make-diary-entry): Add diary-redraw-calendar to local
20167 write-contents-functions. Turn off selective display before
20168 inserting in diary.
20169
20170 2005-03-01 Kim F. Storm <storm@cua.dk>
20171
20172 * emacs-lisp/copyright.el (copyright-fix-years): New command.
20173
20174 2005-03-01 Lute Kamstra <lute@gnu.org>
20175
20176 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20177 that debug-entry-code can be safely removed from a function while
20178 this code is being evaluated. Revert the 2005-02-27 change as the
20179 new implementation no longer requires it. Make sure that a
20180 function body containing just a string is not mistaken for a docstring.
20181 (debug): Skip one more frame in case of debug on entry.
20182 (debugger-setup-buffer): Delete one more frame line in case of
20183 debug on entry.
20184 (debugger-frame-number): Update to use the new text introduced by
20185 the 1999-11-03 change. Skip one more frame in case of debug on entry.
20186
20187 2005-02-28 Kim F. Storm <storm@cua.dk>
20188
20189 * double.el (double-translate-key): Call force-window-update after
20190 read-event to avoid crash in redisplay.
20191
20192 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
20193
20194 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20195 (debug): Use it. Move the inhibit-trace earlier.
20196 (debug-entry-code): New const.
20197 (debug-on-entry-1): Use it.
20198
20199 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
20200
20201 * international/utf-16.el (ccl-encode-mule-utf-16le):
20202 Fix BUFFER_MAGNIFICATION to 2.
20203 (ccl-encode-mule-utf-16be): Likewise.
20204
20205 2005-02-28 Kenichi Handa <handa@m17n.org>
20206
20207 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20208 Fix BUFFER_MAGNIFICATION to 4.
20209 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20210
20211 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
20212
20213 * speedbar.el (speedbar-update-flag): Doc fix.
20214 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20215 argument.
20216
20217 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20218
20219 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20220 have a non-nil `invisible' property but are actually visible.
20221
20222 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20223 for perldoc sections.
20224 (perl-outline-regexp, perl-outline-level): New var and function.
20225 (perl-mode): Use them.
20226
20227 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20228
20229 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20230 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20231
20232 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20233
20234 * cus-edit.el: Comment change.
20235 (custom-buffer-create-internal): Slightly reword text at top of
20236 Custom buffers. Mention there that saving an option edits the
20237 init file. Add link to Emacs manual node on `custom-file'.
20238 (custom-magic-alist): Rewrite individual State messages to use
20239 capitalized keywords. Doc fix.
20240
20241 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20242
20243 * calendar/calendar.el (calendar-buffer): Move above
20244 calendar-week-start-day.
20245 (calendar-week-start-day): Doc fix. Add :set function.
20246 (calendar-minimum-window-height): New variable.
20247 (generate-calendar-window): Only resize window if selected-window
20248 is displaying the calendar buffer. Use new variable
20249 calendar-minimum-window-height.
20250 (generate-calendar): Reword error message.
20251 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20252
20253 2005-02-27 Andreas Schwab <schwab@suse.de>
20254
20255 * vc.el (vc-do-command): Don't run command asynchronously when
20256 operating in a remote directory.
20257
20258 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20259 change from sync with Tramp 2.0.47.
20260
20261 2005-02-27 Richard M. Stallman <rms@gnu.org>
20262
20263 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20264
20265 * textmodes/flyspell.el (flyspell-mode-on):
20266 Call ispell-change-dictionary only if necessary.
20267
20268 * emacs-lisp/re-builder.el (regexp-builder): New function.
20269
20270 * register.el (describe-register-1): Explicitly handle
20271 yank-excluded-properties = t.
20272
20273 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20274 (custom-magic-alist): Change the status descriptions again.
20275 (face widget-type): Total rewrite based on `restricted-sexp'
20276 to eliminate the confusing double hiding levels.
20277
20278 * emacs-lisp/debug.el (debug-on-entry-1):
20279 If function body is empty, add nil as body form.
20280
20281 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * emacs-lisp/trace.el (inhibit-trace): New var.
20284 (trace-make-advice): Use it.
20285
20286 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20287
20288 2005-02-26 Kim F. Storm <storm@cua.dk>
20289
20290 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20291 (mouse-on-link-p, mouse-drag-region-1): Use it.
20292
20293 2005-02-25 Lute Kamstra <lute@gnu.org>
20294
20295 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20296
20297 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
20298
20299 * frame.el (blink-cursor-mode): Add :group keyword.
20300
20301 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
20302
20303 * calendar/icalendar.el (icalendar--decode-isodatetime):
20304 New optional argument DAY-SHIFT.
20305 (icalendar-export-region): Fix coding-system-for-write.
20306 (icalendar--convert-ical-to-diary): Shift end-day of all-day
20307 events by one.
20308
20309 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20310
20311 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20312
20313 2005-02-24 Kim F. Storm <storm@cua.dk>
20314
20315 * international/iso-acc.el (iso-accents-compose): Fix crash
20316 during redisplay. Call force-window-update after read-event
20317 and delete-region to signal that window is not accurate.
20318
20319 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
20320
20321 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20322 Remove unused and inexistent var `inhibit-trace'.
20323 (debugger-mode): Use run-mode-hooks.
20324 (debugger-list-functions): Add buttons; setup xref stack.
20325
20326 2005-02-23 Richard M. Stallman <rms@gnu.org>
20327
20328 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20329 appointment says it was explicitly made.
20330 (appt-add): Set the 3rd element.
20331 (appt-make-list): Preserve explicit appointments.
20332
20333 * subr.el (find-tag-default): Catch errors in forward-sexp.
20334
20335 2005-02-23 Juri Linkov <juri@jurta.org>
20336
20337 * info.el (Info-isearch-search): New defcustom.
20338 (Info-isearch-search): Call the default isearch function
20339 when Info-isearch-search is nil.
20340 (Info-isearch-wrap): Use variable Info-isearch-search.
20341
20342 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
20343
20344 * cus-edit.el: Comment change.
20345
20346 2005-02-22 Kim F. Storm <storm@cua.dk>
20347
20348 * progmodes/hideif.el (hide-ifdef-use-define-alist):
20349 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
20350
20351 2005-02-22 Simon Josefsson <jas@extundo.com>
20352
20353 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20354 New variable.
20355 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
20356 Oskarsson" <myrkraverk@users.sourceforget.net>.
20357
20358 2005-02-22 Kim F. Storm <storm@cua.dk>
20359
20360 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20361 check that window of that event is the selected window.
20362 (mouse-drag-region-1): Compare mouse event window to selected
20363 window before setting point.
20364
20365 * tooltip.el (tooltip-show-help-function): Pass event to
20366 mouse-on-link-p so it can check selected window.
20367
20368 2005-02-22 Kenichi Handa <handa@m17n.org>
20369
20370 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20371 (ps-mule-show-warning): New function.
20372 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20373 characters are found.
20374
20375 * ps-print.el (ps-header-footer-string): Return a list of header
20376 and footer strings.
20377
20378 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20379
20380 * pcvs.el (cvs-retrieve-revision): Fix thinko.
20381
20382 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20383
20384 * frame.el (blink-cursor-mode): Use define-minor-mode.
20385
20386 * term/mac-win.el (function-key-map): Use char-names more consistently.
20387 (file-name-coding-system): Only set it for MacOS-9. The other case is
20388 already handled in mule-cmds.el (where it also works when mac-win.el
20389 is not used).
20390
20391 2005-02-21 Kenichi Handa <handa@m17n.org>
20392
20393 * international/mule.el (ctext-pre-write-conversion): Always use
20394 " *code-converting-work*" buffer for work.
20395
20396 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20397
20398 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
20399
20400 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20401
20402 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
20403
20404 * ses.el (undo-more): Restore defadvice, but only the part that
20405 allows changes outside the restricted area of the buffer.
20406
20407 2005-02-20 Kim F. Storm <storm@cua.dk>
20408
20409 * simple.el (line-move): Add fourth optional arg try-vscroll which
20410 must be set to perform auto-window-vscroll.
20411 When moving backwards and doing auto-window-vscroll, automatically
20412 vscroll to the last part of lines which are taller than the window.
20413 (next-line, previous-line): Set try-vscroll arg on line-move.
20414
20415 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
20416
20417 * replace.el (query-replace, query-replace-regexp)
20418 (replace-string, replace-regexp): When operating on region, make
20419 the minibuffer prompt say so.
20420
20421 * isearch.el (isearch-forward): Document isearch-query-replace and
20422 isearch-query-replace-regexp keybindings.
20423
20424 2005-02-19 Jay Belanger <belanger@truman.edu>
20425
20426 * calc/calc-aent.el (math-read-token): Add local variable.
20427
20428 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20429 (calc-edit-top): Move declaration to earlier in file.
20430 (calc-edit-macro-repeats): Add local variables.
20431
20432 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20433 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20434 calcFunc-tanh.
20435 Adjust integration rule for calcFunc-tan.
20436
20437 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20438
20439 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20440 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20441 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20442 (viper-skip-separators): Bug fix.
20443 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20444 particular major mode.
20445 (viper-del-backward-char-in-replace): Don't put deleted char on the
20446 kill ring.
20447
20448 * viper-ex.el (viper-color-display-p): New function.
20449 (viper-has-face-support-p): Use viper-color-display-p.
20450
20451 * viper-keym.el (viper-gnus-modifier-map): New keymap.
20452
20453 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20454
20455 * viper-util.el (viper-glob-unix-files): Fix shell status check.
20456 (viper-file-remote-p): Make equivalent to file-remote-p.
20457
20458 * viper.el (viper-major-mode-modifier-list):
20459 Use viper-gnus-modifier-map.
20460
20461 2005-02-19 David Kastrup <dak@gnu.org>
20462
20463 * subr.el (subregexp-context-p): Fix garbled doc string by adding
20464 quoting.
20465
20466 2005-02-19 Jay Belanger <belanger@truman.edu>
20467
20468 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20469 Remove extra definitions.
20470 (calc-coth): New function.
20471 (calcFunc-cot): Fix `let'.
20472
20473 2005-02-19 Eli Zaretskii <eliz@gnu.org>
20474
20475 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20476 the reasons we use "type pc" in these faces.
20477
20478 * button.el (button): Ditto.
20479
20480 2005-02-19 Michael Mauger <mmaug@yahoo.com>
20481
20482 * replace.el (query-replace-read-from): Set the value of
20483 query-replace-from-history-variable to handle the case of an empty
20484 string entered to accept the suggested default.
20485
20486 * net/tramp.el (tramp-file-name-for-operation):
20487 Use dired-call-process instead of dired-call-process-command.
20488
20489 2005-02-19 Jay Belanger <belanger@truman.edu>
20490
20491 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20492 (math-div-non-trig): New variables.
20493 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20494 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20495 (math-combine-prod, math-div-symb-fancy): Add simplifications for
20496 trig expressions.
20497
20498 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
20499
20500 * progmodes/gdb-ui.el (gdb-var-update-handler)
20501 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20502 for watch expressions,
20503 (gdb-var-create-handler): Don't set speedbar-update-flag.
20504 (gdb-post-prompt): Simplify test for speedbar.
20505
20506 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20507
20508 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20509 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20510 we use the syntax table of the correct buffer.
20511 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20512 Felix Gatzemeier.
20513
20514 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20515 (ediff-file-remote-p): Make synonymous with file-remote-p.
20516 In all deffaces ediff-*-face-*, use min-colors.
20517
20518 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20519 ediff-recurse-to-subdirectories.
20520 (ediff-mark-if-equal): Check that the arguments are strings, use
20521 ediff-same-contents (after to Felix Gatzemeier).
20522
20523 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20524 nil.
20525
20526 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
20527
20528 * log-view.el (log-view-message-re): Fix up Subversion regexp.
20529
20530 2005-02-18 David Kastrup <dak@gnu.org>
20531
20532 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20533 use `mark-active' when defined.
20534
20535 2005-02-18 Kenichi Handa <handa@m17n.org>
20536
20537 * ps-print.el (ps-font-info-database): New entry
20538 ZapfChancery-MediumItalic with correct font name. Fix font name
20539 of the entry Zapf-Chancery-MediumItalic.
20540
20541 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
20542
20543 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20544
20545 2005-02-16 Kim F. Storm <storm@cua.dk>
20546
20547 * ido.el (ido-fallback-command): Pass user input to fallback command.
20548
20549 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
20550
20551 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20552 (gdb-find-file-hook): Add server prefix.
20553
20554 2005-02-16 Richard M. Stallman <rms@gnu.org>
20555
20556 * replace.el (perform-replace): Pass new args to replace-highlight.
20557 (replace-highlight): Take region args,
20558 and pass them to isearch-lazy-highlight-new-loop.
20559
20560 * novice.el (disabled-command-hook): Autoload the defalias
20561 and the make-obsolete-variable call.
20562
20563 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20564
20565 * isearch.el (isearch-lazy-highlight-start-limit)
20566 (isearch-lazy-highlight-end-limit): New variables limit
20567 the region for highlighting.
20568 (isearch-lazy-highlight-new-loop): New args BEG and END.
20569 (isearch-lazy-highlight-search): Use the new vars.
20570 (isearch-lazy-highlight-update): Likewise.
20571
20572 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20573
20574 * cus-start.el (all): Use default-boundp.
20575
20576 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
20577
20578 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20579
20580 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20581
20582 * autorevert.el (auto-revert-stop-on-user-input)
20583 (auto-revert-verbose): Doc fixes.
20584
20585 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20586
20587 * international/mule-cmds.el (set-locale-environment): Remove call
20588 to set-selection-coding-system on Windows.
20589
20590 2005-02-15 Jay Belanger <belanger@truman.edu>
20591
20592 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20593 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20594 calcFunc-coth.
20595 (math-simplify-sqrt): Add simplifications.
20596
20597 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20598 to list.
20599
20600 * calc/calc-ext.el: Add functions to autoloads.
20601
20602 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20603 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20604 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20605 (math-csc-raw, math-cot-raw): New functions.
20606
20607 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20608
20609 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20610 the variable name in a message.
20611
20612 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20613 calcFunc-csc, calcFunc-cot.
20614
20615 * calc/calcalg2.el: Add derivative and integration rules for
20616 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20617 calcFunc-csch, calcFunc-coth.
20618 (math-do-integral-methods): Add to checks for when to use
20619 substitutions.
20620
20621 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20622
20623 2005-02-15 Lute Kamstra <lute@gnu.org>
20624
20625 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20626 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
20627 <monnier@iro.umontreal.ca>
20628 (lisp-outline-level): Improve efficiency. Suggested by David
20629 Kastrup <dak@gnu.org>.
20630
20631 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
20632
20633 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20634 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20635 (gdb-set-gud-minor-mode-existing-buffers): New functions.
20636 (gdb-find-file-hook): New hook. Add it to find-file-hook.
20637 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20638
20639 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20640
20641 * cus-start.el (all): Comment change.
20642
20643 2005-02-14 Lute Kamstra <lute@gnu.org>
20644
20645 * cus-start.el (all): Check if symbol is void.
20646
20647 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
20648
20649 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20650 optional argument to \cite.
20651
20652 2005-02-14 Richard M. Stallman <rms@gnu.org>
20653
20654 * cus-edit.el (custom-buffer-create-internal): Update help message.
20655 (custom-magic-alist): Update help messages.
20656
20657 * cus-start.el (all): Allow a var to specify a standard value.
20658
20659 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20660
20661 * custom.el (custom-theme-set-variables): Handle variable aliases.
20662
20663 * frame.el (blink-cursor-timer): Doc fix.
20664 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20665 declare obsolete.
20666 (blink-cursor-mode): Define with defcustom and use correct
20667 standard expression in that defcustom.
20668 * startup.el (command-line): Adapt to above changes in frame.el.
20669
20670 2005-02-11 Lute Kamstra <lute@gnu.org>
20671
20672 * apropos.el (apropos-score-doc): Prevent division by zero.
20673
20674 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
20675
20676 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20677 (icalendar--get-event-property-attributes)
20678 (icalendar--get-event-properties)
20679 (icalendar--datetime-to-diary-date): New functions.
20680 (icalendar--split-value): Doc fix.
20681 (icalendar--datetime-to-noneuropean-date)
20682 (icalendar--datetime-to-european-date): New optional argument
20683 SEPARATOR. Return result as a string instead of a list.
20684 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20685 (icalendar--convert-string-for-export): Rename arg S to STRING.
20686 (icalendar-export-region): Doc fix. Change name of error buffer.
20687 Save output buffer.
20688 (icalendar-import-file): Add blank at end of prompt.
20689 (icalendar-import-buffer): Doc fix. Do not switch to error
20690 buffer. Indicate status in return value.
20691 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20692 buffer. Save output buffer. Handle exception from recurrence
20693 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20694 events. Fix problems with weekly all-day events.
20695
20696 2005-02-10 Richard M. Stallman <rms@gnu.org>
20697
20698 * simple.el (eval-expression-print-format):
20699 Avoid warning about edebug-active.
20700
20701 * help.el (help-for-help-internal): Rename from help-for-help.
20702 (help-for-help): Define with defalias.
20703
20704 * font-core.el (font-lock-default-function): Use with-no-warnings.
20705
20706 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20707
20708 * custom.el (defface): Doc fix.
20709
20710 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
20711
20712 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20713 width 0" to prevent word wrapping problems.
20714
20715 2005-02-09 Kim F. Storm <storm@cua.dk>
20716
20717 * ido.el (ido-file-extensions-order): New defcustom.
20718 (ido-file-extension-lessp, ido-file-extension-aux)
20719 (ido-file-extension-order): New advanced file ordering.
20720 (ido-file-lessp): New simple file ordering.
20721 (ido-sort-list): Remove.
20722 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20723 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20724
20725 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20726
20727 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20728 that some versions of grep produce.
20729 (grep-mode-font-lock-keywords): Likewise.
20730
20731 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
20732
20733 * progmodes/gdb-ui.el (gdb-location-list): New variable.
20734 (gdb-cdir): Delete.
20735 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20736 (gdb-source-info): Treat case when source file is in another
20737 directory properly.
20738 (gdb-get-location): New function.
20739
20740 2005-02-07 Jay Belanger <belanger@truman.edu>
20741
20742 * calc/calc-prog.el (calc-write-parse-table-part)
20743 (calc-fix-token-name): Fix a check for language type.
20744
20745 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20746
20747 2005-02-07 Andre Spiegel <spiegel@gnu.org>
20748
20749 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20750 as directory not writable.
20751
20752 2005-02-07 Kim F. Storm <storm@cua.dk>
20753
20754 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20755 (cua--standard-movement-commands): Remove list.
20756 Instead, set CUA property value to move for movement commands.
20757 (cua-movement-commands): Remove. Users must set CUA prop instead.
20758 (cua--pre-command-handler): Check CUA property.
20759 (cua--init-keymaps): Don't remap undo commands.
20760 (cua-mode): Don't call cua--rectangle-on-off.
20761
20762 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20763 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20764 (cua--rect-undo-set-point): New var.
20765 (cua--rectangle-undo-boundary): Setup undo apply entry.
20766 (cua--rect-undo-handler): New function for rectangle undo.
20767 (cua--rect-start-position, cua--rect-end-position): Add.
20768 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20769 for restored rectangle. Set point if cua--rect-undo-set-point.
20770
20771 2005-02-06 Jay Belanger <belanger@truman.edu>
20772
20773 * calc/calc-lang.el (calc-tex-language): Display more information
20774 in messages.
20775
20776 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20777 in TeX mode.
20778
20779 2005-02-06 Richard M. Stallman <rms@gnu.org>
20780
20781 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20782
20783 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20784
20785 * net/ldap.el (ldap-search-internal): Support attributes with
20786 optional descriptions separated by a semi-colon, as in
20787 "userCertificate;binary".
20788
20789 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20790
20791 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20792 isn't a cons (i.e. the version is 0).
20793
20794 2005-02-05 Eli Zaretskii <eliz@gnu.org>
20795
20796 * help.el (help-for-help): Doc fix.
20797
20798 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
20799
20800 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
20801 GDB-Windows on the menu-bar as this works better.
20802
20803 2005-02-04 Jay Belanger <belanger@truman.edu>
20804
20805 * calc/calc-embed.el (calc-embedded-update): Don't put in
20806 unnecessary newlines. Adjust the end of formula marker.
20807
20808 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20809 (math-latex-parse-two-args): New function.
20810
20811 2005-02-03 Lute Kamstra <lute@gnu.org>
20812
20813 * help-fns.el (help-with-tutorial): Make sure that users cannot
20814 remove the entire text of the tutorial by means of `undo'.
20815
20816 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20817
20818 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20819 in recent changes, where the ispell process was repeatedly
20820 killed & restarted.
20821
20822 * international/mule-cmds.el (set-locale-environment): Set file-name
20823 coding system to utf-8 on Darwin systems.
20824 (set-default-coding-systems): Don't set default-file-name-coding-system
20825 on Darwin systems.
20826
20827 2005-02-03 Richard M. Stallman <rms@gnu.org>
20828
20829 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20830
20831 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20832
20833 * faces.el (list-faces-display): Add optional argument.
20834
20835 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20836
20837 * font-core.el (font-lock-default-function): Handle the rare case where
20838 only font-lock-keywords is set.
20839
20840 2005-02-02 Kenichi Handa <handa@m17n.org>
20841
20842 * international/characters.el: Cancel previous change for
20843 I-WITH-DOT-ABOVE and DOTLESS-i.
20844
20845 * international/latin-5.el: Cancel previous change.
20846
20847 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20848
20849 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20850
20851 2005-02-02 Kenichi Handa <handa@m17n.org>
20852
20853 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20854 DOTLESS-i.
20855
20856 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20857 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20858
20859 * case-table.el (get-upcase-table): New function.
20860 (copy-case-table): Copy upcaes table too if non-nil.
20861 (set-case-syntax-delims): Maintain upcase table too.
20862 (set-case-syntax-pair): Likewise.
20863 (set-upcase-syntax, set-downcase-syntax): New functions.
20864 (set-case-syntax): Maintain upcase table too.
20865
20866 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20867
20868 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20869
20870 * progmodes/gud.el (gud-goto-info): New function.
20871 (gud-tool-bar-map): Use correct icon.
20872
20873 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20874
20875 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20876 When delegating, order args in the funcall correctly.
20877
20878 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20879
20880 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20881
20882 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
20883
20884 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20885 buffer not visiting a file.
20886
20887 2005-01-31 Jay Belanger <belanger@truman.edu>
20888
20889 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20890 bound on the line with the formula.
20891
20892 2005-01-31 Kim F. Storm <storm@cua.dk>
20893
20894 * ses.el (ses-create-cell-variable-range)
20895 (ses-destroy-cell-variable-range, ses-reset-header-string)
20896 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20897 (ses-insert-row): Fix format of apply undo entries.
20898
20899 2005-01-31 Jay Belanger <belanger@truman.edu>
20900
20901 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20902 parts.
20903
20904 * calc/calc-embed.el (calc-embedded-open-formula)
20905 (calc-embedded-close-formula): Ignore matrix environments.
20906
20907 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20908 TeX mode.
20909
20910 * calc/calc-lang.el (math-function-table, math-oper-table)
20911 (math-variable-table): Adjust the LaTeX portions.
20912
20913 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20914 (math-latex-ignore-words): New constant.
20915
20916 2005-01-31 Richard M. Stallman <rms@gnu.org>
20917
20918 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20919 (ispell-local-dictionary): Doc fix.
20920 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20921 Don't reinitialize at run time. Don't defcustom.
20922 All uses changed to append ispell-local-dictionary-alist,
20923 or check it first.
20924 (ispell-current-dictionary): New variable for dictionary in use.
20925 (ispell-dictionary): Now used only for global default.
20926 (ispell-start-process): Set ispell-current-dictionary,
20927 not ispell-dictionary.
20928 (ispell-change-dictionary): Use this only for setting
20929 user preferences.
20930 (ispell-internal-change-dictionary): New function
20931 to change the current dictionary in use.
20932 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20933 Use ispell-current-dictionary.
20934 Handle ispell-local-dictionary-overridden.
20935 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20936
20937 2005-01-31 Jay Belanger <belanger@truman.edu>
20938
20939 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20940
20941 * calc/calc-ext.el: Add calc-latex-language to autoloads.
20942 (calc-mode-map): Add calc-latex-language.
20943
20944 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20945 (math-latex-print-frac): New functions.
20946 (math-oper-table, math-function-table, math-variable-table)
20947 (math-complex-format, math-input-filter): Add latex properties.
20948 (calc-set-language): Set math-expr-special-function-mapping.
20949
20950 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20951 (calc-write-parse-table-part): Add LaTeX support.
20952
20953 * calc/calc.el (calc-language): Adjust docstring.
20954 (calc-set-mode-line): Add LaTeX support.
20955 (math-expr-special-function-mapping): New variable.
20956 (math-tex-ignore-words): Add to list.
20957
20958 * calc/calccomp.el (math-compose-expr, math-compose-rows):
20959 Add LaTeX support.
20960 (math-compose-expr): Add support for special functions.
20961
20962 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20963
20964 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
20965
20966 * progmodes/gdb-ui.el (gdb-memory-address)
20967 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20968 (gdb-memory-mode-map, gdb-memory-format-keymap)
20969 (gdb-memory-format-menu, gdb-memory-unit-keymap)
20970 (gdb-memory-unit-menu): New variables for a buffer
20971 that lets the user examine program memory.
20972 (gdb-memory-set-address, gdb-memory-set-repeat-count)
20973 (gdb-memory-format-binary, gdb-memory-format-octal)
20974 (gdb-memory-format-unsigned, gdb-memory-format-signed)
20975 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20976 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20977 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20978 (gdb-memory-unit-byte, gdb-memory-unit-menu)
20979 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20980 (gdb-memory-mode, gdb-memory-buffer-name)
20981 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20982 New functions for above buffer.
20983
20984 2005-01-30 Richard M. Stallman <rms@gnu.org>
20985
20986 * cus-edit.el (custom-bury-buffer): Function deleted.
20987 (custom-buffer-done-function): Option deleted.
20988 (custom-buffer-done-kill): New replacement option.
20989 (Custom-buffer-done): Call quit-window.
20990 (custom-buffer-create-internal): Update for above changes.
20991
20992 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
20993
20994 * simple.el (undo-ask-before-discard): New var.
20995 (undo-outer-limit-truncate): Implement it.
20996 (undo-extra-outer-limit): Doc update.
20997
20998 2005-01-29 Richard M. Stallman <rms@gnu.org>
20999
21000 * ses.el (undo-more): Delete defadvice.
21001 (ses-begin-change): Doc fix.
21002
21003 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21004 instead of rebinding C-x u and C-_.
21005
21006 * files.el (normal-backup-enable-predicate): Return nil for files
21007 in /tmp, regardless of temporary-file-directory.
21008
21009 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21010
21011 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21012 (open-rectangle, delete-whitespace-rectangle-line)
21013 (clear-rectangle-line): If FILL, pass t instead of FILL
21014 for move-to-column's 2nd arg.
21015
21016 * simple.el (undo): Fix the test for continuing a series of undos.
21017 (undo-more): Set pending-undo-list to t when we reach end.
21018 (pending-undo-list): Move up defvar.
21019
21020 * wid-edit.el (widget-button-click):
21021 Shorten the range of the track-mouse binding.
21022
21023 * comint.el (comint-insert-input): Undo previous changes;
21024 use last-input-event in interactive spec.
21025
21026 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21027
21028 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21029 to nil before invoking call-process. Reset buffer's modified flag
21030 after fontifying it in the no-async branch.
21031
21032 * wid-edit.el (widget-specify-button): If mouse pointer shape
21033 cannot be changed, use mouse face instead.
21034
21035 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21036
21037 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21038 (gdb-goto-breakpoint): Make breakpoint handling work on template
21039 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21040 (gdb-assembler-custom): Update to recognize breakpoint information
21041 added on 2005-01-19.
21042
21043 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21044
21045 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21046 (dsssl-mode): Use define-derived-mode.
21047 (scheme-mode-initialize): Remove.
21048 (scheme-mode): Use run-mode-hooks.
21049
21050 * cus-edit.el (customize-group-other-window)
21051 (custom-buffer-create-other-window): Don't override special-display-*.
21052 (custom-mode-map): Make it dense.
21053
21054 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21055 sets the default value.
21056
21057 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21058
21059 * descr-text.el: Add more keywords.
21060
21061 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21062
21063 * speedbar.el: Avoid unnecessary use of locate-library.
21064
21065 * international/mule-cmds.el (standard-display-european-internal):
21066 Don't fiddle with latin-1 non-break space any more since it's now
21067 special cased in the C code.
21068 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21069
21070 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21071
21072 * cus-start.el (all): Add `undo-outer-limit'.
21073
21074 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21075
21076 * textmodes/bibtex.el (bibtex-format-entry):
21077 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21078 field lines.
21079 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21080 not on part of a buffer.
21081
21082 2005-01-25 Lute Kamstra <lute@gnu.org>
21083
21084 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21085 nonempty field text strings like "{letters\\macro{}more letters}".
21086 Clarify docstring.
21087 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21088 (bibtex-entry-offset, bibtex-parse-association)
21089 (bibtex-parse-field-name): Fix typos in docstrings.
21090 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21091
21092 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21093
21094 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21095 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21096 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21097 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21098
21099 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21100 isearch minor mode.
21101
21102 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21103
21104 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21105
21106 2005-01-24 Lute Kamstra <lute@gnu.org>
21107
21108 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21109 CASECHARS and NOT-CASECHARS regular expressions of the
21110 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21111 striding over charsets" error.
21112
21113 2005-01-24 Jay Belanger <belanger@truman.edu>
21114
21115 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21116 display variable name.
21117
21118 2005-01-24 Kenichi Handa <handa@m17n.org>
21119
21120 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21121 Fix setting of the element of encoded-kbd-iso2022-invocations.
21122
21123 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21124
21125 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21126 (gdb-threads-select): Change to also accept mouse events.
21127 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21128 (gdb-threads-mouse-select): Delete.
21129
21130 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21131
21132 * files.el (insert-directory): Take care of empty directory,
21133 listed without -a switch.
21134
21135 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21136
21137 * textmodes/refill.el (refill-post-command-function):
21138 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21139 to the list of functions that we should be careful not to undo.
21140 (refill-late-fill-paragraph-function): Remove.
21141 (refill-saved-state): New var.
21142 (refill-mode): Use it to save fill-paragraph-function.
21143 Save also the value of auto-fill-function.
21144
21145 * term/w32-win.el: Simplify code.
21146
21147 2005-01-23 Kim F. Storm <storm@cua.dk>
21148
21149 * simple.el (line-move): Adapt to new return value from
21150 pos-visible-in-window-p.
21151
21152 * simple.el (line-move): Fix last change. Check partial
21153 visibility at point rather than at window-start.
21154
21155 2005-01-22 Jason Rumney <jasonr@gnu.org>
21156
21157 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21158
21159 2005-01-22 David Kastrup <dak@gnu.org>
21160
21161 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21162
21163 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21164
21165 * type-break.el (type-break-mode): Add a test for
21166 type-break-file-name being non-nil.
21167
21168 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21169
21170 * net/eudc.el (top level): Call (message "") via progn, so that
21171 eudc-options-file is loaded.
21172
21173 2005-01-22 Kim F. Storm <storm@cua.dk>
21174
21175 * simple.el (line-move-1): Rename from line-move.
21176 (line-move): New function that adjusts vscroll for partially
21177 visible rows, and calls line-move-1 otherwise.
21178
21179 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
21180
21181 * pcomplete.el: Define pcomplete-read-event instead of read-event,
21182 since it's not a complete read-event implementation
21183
21184 2005-01-20 Jay Belanger <belanger@truman.edu>
21185
21186 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21187 for called function.
21188
21189 2005-01-20 Steven Tamm <steventamm@mac.com>
21190
21191 * term/mac-win.el (process-connection-type): Remove.
21192 Controlled now by s/darwin.h:PTY_ITERATION.
21193
21194 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21195
21196 * window.el (handle-select-window): Don't switch window when we're
21197 in the minibuffer.
21198
21199 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
21200
21201 * subr.el (dotimes-with-progress-reporter): New macro.
21202
21203 * ses.el (ses-dotimes-msg): Remove macro.
21204 Use `dotimes-with-progress-reporter' instead.
21205
21206 2005-01-19 Steven Tamm <steventamm@mac.com>
21207
21208 * term/mac-win.el (process-connection-type): Use new
21209 operating-system-release variable to use ptys on Darwin 7 (OS X
21210 10.3) when using carbon build.
21211
21212 2005-01-19 Jay Belanger <belanger@truman.edu>
21213
21214 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21215 flags if the last command was a tab or M-tab.
21216
21217 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21218 in formula editing buffer.
21219
21220 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21221
21222 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21223 breakpoint image symbol in margin.
21224
21225 2005-01-19 Jay Belanger <belanger@truman.edu>
21226
21227 * calc/calc-prog.el (calc-execute-kbd-macro):
21228 Ignore calc-keep-arg-flag.
21229
21230 2005-01-19 Kenichi Handa <handa@m17n.org>
21231
21232 * textmodes/ispell.el (ispell-looking-at): New function.
21233 (ispell-process-line): Use ispell-looking-at to compare the ispell
21234 output and the buffer contents.
21235
21236 2005-01-18 Jay Belanger <belanger@truman.edu>
21237
21238 * calc/calc.el (calc-display-raw): Fix docstring.
21239
21240 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21241
21242 * simple.el (blink-matching-open): Strip extra info from syntax.
21243
21244 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21245 funny chars in the end-of-here-doc marker.
21246
21247 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21248
21249 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21250 that enable/disabled state of breakpoints is shown correctly in
21251 fringe and on ttys.
21252 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21253 Add breakpoint information as text properties.
21254 (gdb-mouse-toggle-breakpoint):
21255 Rename to gdb-mouse-set-clear-breakpoint.
21256 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
21257 breakpoints in the margin.
21258 (gdb-remove-strings): Simplify.
21259
21260 2005-01-17 Jay Belanger <belanger@truman.edu>
21261
21262 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21263 erasing buffer.
21264
21265 2005-01-17 Richard M. Stallman <rms@gnu.org>
21266
21267 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21268 for calling grep-compute-defaults.
21269
21270 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21271 if buffer is empty.
21272
21273 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21274
21275 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21276
21277 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21278
21279 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21280 non-preloaded variables.
21281
21282 2005-01-17 Steven Tamm <steventamm@mac.com>
21283
21284 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21285 tex-shell cause to force interactivity when using pipes.
21286
21287 2005-01-17 Kim F. Storm <storm@cua.dk>
21288
21289 * simple.el (just-one-space): Make arg optional.
21290
21291 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
21292
21293 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21294 posn-at-x-y to t to access left-margin.
21295
21296 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
21297
21298 Sync with Tramp 2.0.47.
21299
21300 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21301 catching keep-date problems in cp/scp operations.
21302 (tramp-handle-copy-file): Don't call `set-file-modes'
21303 unconditionally. Specialized functions should know better what is
21304 necessary. This improves performance a little bit, and the
21305 functions could catch errors with `cp -p' and `scp -p'.
21306 (tramp-do-copy-or-rename-file-via-buffer)
21307 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21308 when appropriate.
21309 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21310 Call `set-file-modes' when appropriate.
21311 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
21312 Johnsson <isak@hypergene.com>
21313 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21314 of both Tramp buffer and debug buffer. Reported by Joakim Verona
21315 <joakim@verona.se>
21316 (tramp-file-name-for-operation): Mark `shell-command' as magic for
21317 Emacs only.
21318
21319 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
21320 `find-file-hooks' and `dired-mode-hook'.
21321 (tramp-minor-mode-map): Respective map. Add remapping for
21322 `compile' and `recompile'.
21323 (tramp-remap-command, tramp-recompile): New defuns.
21324 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21325 in buffer "*Compilation*". Call the commands asynchronously.
21326
21327 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21328 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21329 `shell-command', because it isn't magic in XEmacs. Reported by
21330 Adrian Aichner <adrian@xemacs.org>.
21331
21332 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21333 `substitute-in-file-name.
21334 (tramp-smb-handle-substitute-in-file-name): New defun.
21335 (tramp-smb-advice-PC-do-completion): Delete advice.
21336
21337 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
21338
21339 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
21340 Fix error in deleting region.
21341
21342 2005-01-15 Richard M. Stallman <rms@gnu.org>
21343
21344 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21345 In non-temp buffer, switch syntax table temporarily.
21346
21347 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21348
21349 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21350
21351 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21352
21353 * imenu.el (imenu--split-menu): Copy menulist before sorting.
21354 (imenu--generic-function): Use START, not BEG, as pos of definition.
21355
21356 * simple.el (just-one-space): Argument specifies number of spaces.
21357
21358 * simple.el (eval-expression-print-format): Avoid warning
21359 about edebug-active.
21360
21361 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
21362
21363 * progmodes/sh-script.el: Code copied from make-mode.el
21364 with small changes,
21365 (sh-mode-map): Bind C-c C-\.
21366 (sh-backslash-column, sh-backslash-align): New variables.
21367 (sh-backslash-region, sh-append-backslash): New functions.
21368
21369 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
21370
21371 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21372 (rmail-pop-password, rmail-pop-password-required): Move to
21373 rmail-obsolete group.
21374 (rmail-set-pop-password): Rename to rmail-set-remote-password.
21375 All callers updated.
21376 (rmail-get-pop-password): Rename to rmail-get-remote-password.
21377 Take an argument specifying whether it is POP or IMAP mailbox we
21378 are using. All callers updated.
21379 (rmail-pop-password-error): Rename to
21380 rmail-remote-password-error. Added mailutils-specific error message.
21381 (rmail-movemail-search-path)
21382 (rmail-movemail-variant-in-use): New variables.
21383 (rmail-remote-password, rmail-remote-password-required):
21384 New customization variables.
21385 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21386 (rmail-parse-url): New function.
21387 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21388 with GNU mailutils movemail.
21389
21390 2005-01-15 Kevin Ryde <user42@zip.com.au>
21391
21392 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21393 suffix to space, $ or '$, to correctly position point when going
21394 to @table style constants like DBL_MAX.
21395
21396 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
21397
21398 * type-break.el (type-break-mode, type-break-file-time)
21399 (type-break-file-keystroke-count, type-break-choose-file):
21400 Don't store data in or load data from the file if type-break-file-name
21401 is nil.
21402 (type-break-file-name): Doc update as per the above.
21403
21404 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
21405
21406 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21407 lookup-key might return nil; handle that.
21408
21409 2005-01-15 Alan Mackenzie <acm@muc.de>
21410
21411 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21412 rather than the element found, thus enabling the tree to be setcar'd.
21413
21414 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21415
21416 * textmodes/org.el (org-show-following-heading): New option.
21417 (org-show-hierarchy-above): Use `org-show-following-heading'.
21418 (org-cycle): Documentation fix.
21419
21420 * textmodes/org.el (orgtbl-optimized): New option
21421 (orgtbl-mode): New command, a minor mode.
21422 (orgtbl-mode-map): New variable.
21423 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21424 (orgtbl-error, orgtbl-self-insert-command)
21425 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21426
21427 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21428 a local variable in each org-mode buffer.
21429
21430 * textmodes/org.el (org-set-regexps-and-options): Rename from
21431 `org-set-regexps'. Added checking for STARTUP keyword.
21432 (org-get-current-options): Add STARTUP options.
21433 (org-table-insert-row): Make mode intelligent about when
21434 realignment is needed.
21435 (org-self-insert-command, org-delete-backward-char, org-delete-char):
21436 New commands.
21437 (org-enable-table-editor): New default value `optimized'.
21438 (org-table-blank-field): Support blanking regions if active.
21439
21440 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21441
21442 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21443 if the year is not given.
21444
21445 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21446 Add new escapes %m and %M, fixed bug with %F by adding
21447 save-match-data.
21448 (reftex-reference): Remove ?. from list of spaces.
21449 (reftex-label-info): Add automatic label prefix recognition.
21450
21451 * textmodes/reftex-index.el (reftex-index-next-phrase):
21452 Add slave parameter to call of `reftex-index-this-phrase'.
21453 (reftex-index-this-phrase): New optional argument.
21454 (reftex-index-region-phrases): Add slave parameter to call of
21455 `reftex-index-this-phrase'.
21456 (reftex-display-index): New argument redo.
21457 (reftex-index-rescan): Add `redo' to arguments of
21458 `reftex-display-index'.
21459 (reftex-index-Rescan, reftex-index-revert)
21460 (reftex-index-switch-index-tag): Add `redo' to arguments of
21461 `reftex-display-index'.
21462 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21463 indexing. Fix bug with matching is there is a quote before or
21464 after the word.
21465
21466 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21467 Fix bug when collecting citation keys in lines with comments.
21468 (reftex-citation): Prefix argument no longer rescans the document,
21469 but forces prompting for optional arguments of cite macros.
21470 (reftex-do-citation): Prompting for optional arguments implemented.
21471
21472 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21473 Add optional arguments to most cite commands.
21474 (reftex-cite-cleanup-optional-args): New option
21475 (reftex-cite-prompt-optional-args): New option.
21476 (reftex-trust-label-prefix): New option.
21477
21478 * textmodes/reftex-toc.el (reftex-toc-find-section):
21479 Add push-mark before changing the position in the buffer.
21480
21481 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21482 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21483
21484 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
21485
21486 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21487 more carefully.
21488
21489 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
21490
21491 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21492 (sgml-mode): Use it.
21493 (sgml-get-context): Better keep track of implicitly closed tags.
21494
21495 2005-01-13 Kenichi Handa <handa@m17n.org>
21496
21497 * textmodes/ispell.el: These changes are to fix misalignment error
21498 caused by equivalent characters of different Emacs charsets.
21499 (ispell-unified-chars-table): New variable.
21500 (ispell-get-decoded-string): New function.
21501 (ispell-get-casechars, ispell-get-not-casechars)
21502 (ispell-get-otherchars): Call ispell-get-decoded-string.
21503
21504 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21505
21506 * custom.el (custom-declare-variable): Just put symbol instead
21507 of (defvar . symbol) in `current-load-list'.
21508
21509 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
21510
21511 * emacs-lisp/elint.el: Fixed typo in Commentary section.
21512
21513 2005-01-12 Jay Belanger <belanger@truman.edu>
21514
21515 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21516 to create a Calc summary.
21517
21518 2005-01-12 Kim F. Storm <storm@cua.dk>
21519
21520 * mouse.el (mouse-on-link-p): Change functionality and doc
21521 string to comply with latest description in lisp ref.
21522
21523 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
21524
21525 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21526 Enable mouse clicks on mode-line, header-line and margin.
21527 (event-type): Give mouse event symbols an `event-kind' property
21528 with value `mouse-click'.
21529
21530 2005-01-12 Juri Linkov <juri@jurta.org>
21531
21532 * facemenu.el (list-colors-display): Add new arg buffer-name.
21533 Use it. Fix docstring. Replace code for identifying duplicate
21534 colors by the name with call to `list-colors-duplicates' which
21535 identifies duplicate colors by the value unless the color
21536 is one of special Windows colors. Set truncate-lines to t.
21537 Print sorted duplicate color names on each line. Indent to 22
21538 \(the longest color name in rgb.txt) instead of 20. Optimize.
21539 (list-colors-duplicates): New function.
21540 (facemenu-color-name-equal): Delete function.
21541
21542 * facemenu.el (list-colors-print): New function created from code
21543 in list-colors-display. Print #RRGGBB at the window right edge.
21544 (list-colors-display): When temp-buffer-show-function is not
21545 defined, call list-colors-print from temp-buffer-show-hook
21546 to get the right value of window-width in list-colors-print
21547 after the buffer is displayed.
21548
21549 * simple.el (pop-mark): Move deactivate-mark out of conditional
21550 part to deactivate the active mark regardless of the state of the
21551 mark ring.
21552
21553 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21554 variables line in desktop files.
21555
21556 2005-01-12 Juri Linkov <juri@jurta.org>
21557
21558 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21559 Bring together isearch highlight related options.
21560 (lazy-highlight): Replace group `replace' by `matching'.
21561 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21562 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21563 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21564 and declare them obsolete.
21565 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21566 (isearch-faces): Remove defgroup.
21567 (isearch-overlay, isearch-highlight, isearch-dehighlight):
21568 Move isearch highlighting code closer to lazy highlighting code.
21569
21570 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21571 (query-replace-highlight, query-replace-lazy-highlight)
21572 (query-replace): Move definitions to the beginning of the file.
21573
21574 2005-01-11 Juri Linkov <juri@jurta.org>
21575
21576 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21577 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21578 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21579
21580 * info.el (Info-history-forward): New variable.
21581 (Info-select-node): Reset Info-history-forward to nil.
21582 (Info-last): Turn into defalias.
21583 (Info-history-back): Rename from Info-last.
21584 Add current node to Info-history-forward.
21585 (Info-history-forward): New fun.
21586 (Info-mode-map): Replace Info-last by Info-history-back.
21587 Bind Info-history-forward to "r".
21588 (Info-mode-menu): Replace Info-last by Info-history-back.
21589 Fix menu item text. Add menu item for Info-history-forward.
21590 (info-tool-bar-map): Replace Info-last by Info-history-back.
21591 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21592 for Info-history-forward.
21593 (Info-mode): Replace Info-last by Info-history-back in docstring.
21594 Add local variable Info-history-forward.
21595 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21596
21597 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21598
21599 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21600 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21601 Ignore select-window events rather than fiddle with
21602 mouse-autoselect-window.
21603
21604 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21605
21606 * type-break.el (type-break-mode): Fix previous change.
21607
21608 2005-01-10 Jay Belanger <belanger@truman.edu>
21609
21610 * calc/calc-ext.el (calc-reset): Reset when inside embedded
21611 calculator; only reset when point is inside a calculator.
21612 Don't adjust the window height if the window takes up the whole height
21613 of the frame.
21614
21615 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21616
21617 * ebuff-menu.el (Electric-buffer-menu-mode):
21618 Preserve value of buffer-local var header-line-format.
21619
21620 2005-01-09 Jay Belanger <belanger@truman.edu>
21621
21622 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21623 Make sure settings file exists before accessing it.
21624
21625 * calc/calc-embed.el (calc-embedded-subst):
21626 Replace math-multi-subst-rec, which is only supposed to be called
21627 by math-multi-subst, by math-multi-subst.
21628
21629 2005-01-09 Andre Spiegel <spiegel@gnu.org>
21630
21631 * vc.el (vc-allow-async-revert): New user option.
21632 (vc-disable-async-diff): New internal variable.
21633 (vc-revert-buffer): Use them to disable asynchronous diff.
21634
21635 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21636 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21637 asynchronously if vc-disable-async-diff is t.
21638
21639 2005-01-09 Jay Belanger <belanger@truman.edu>
21640
21641 * calc/calc.el (defcalcmodevar): New macro.
21642 (calc-mode-var-list-restore-default-values)
21643 (calc-mode-var-list-restore-saved-values): New functions.
21644 (calc-mode-var-list): Use defcalcmodevar to define it.
21645 (calc-always-load-extensions, calc-line-numbering)
21646 (calc-line-breaking, calc-display-just, calc-display-origin)
21647 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21648 (calc-group-char, calc-point-char, calc-frac-format)
21649 (calc-prefer-frac, calc-hms-format, calc-date-format)
21650 (calc-float-format, calc-full-float-format, calc-complex-format)
21651 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21652 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21653 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21654 (calc-matrix-brackets, calc-language, calc-language-option)
21655 (calc-left-label, calc-right-label, calc-word-size)
21656 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21657 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21658 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21659 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21660 (calc-window-height, calc-display-trail, calc-show-selections)
21661 (calc-use-selections, calc-assoc-selections)
21662 (calc-display-working-message, calc-auto-why, calc-timing)
21663 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21664 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21665 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21666 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21667 (calc-gnuplot-geometry, calc-graph-default-resolution)
21668 (calc-graph-default-resolution-3d, calc-invocation-macro)
21669 (calc-show-banner): Use defcalcmodevar to declare them and set
21670 their default values.
21671
21672 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21673 instead of default values (but restore default values if there is
21674 an argument of 0).
21675
21676 2005-01-09 David Kastrup <dak@gnu.org>
21677
21678 * desktop.el (desktop-restore-eager): Fix typo in type.
21679
21680 2005-01-08 Richard M. Stallman <rms@gnu.org>
21681
21682 * cus-edit.el (customize): Delete :link.
21683
21684 2005-01-08 Jay Belanger <belanger@truman.edu>
21685
21686 * calc/calc.el (calc-mode): Remove the extension from the
21687 `calc-settings-file' file name when loading it.
21688
21689 2005-01-08 Kim F. Storm <storm@cua.dk>
21690
21691 * info.el (Info-mode-map, Info-next-link-keymap)
21692 (Info-prev-link-keymap, Info-up-link-keymap):
21693 Map follow-link to mouse-face.
21694 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21695
21696 2005-01-08 Jay Belanger <belanger@truman.edu>
21697
21698 * calc/calc.el (calc-settings-file): Change default value.
21699 Suggested by cgw in a comment in calc-mode.el.
21700
21701 * calc/calc-mode.el (calc-settings-file-name):
21702 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21703 Replace ~/.emacs in a prompt by calc-settings-file.
21704
21705 2005-01-07 Lars Hansen <larsh@math.ku.dk>
21706
21707 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21708 (desktop-lazy-idle-delay): New customizable variables.
21709 (desktop-buffer-args-list): New variable.
21710 (desktop-append-buffer-args): New function.
21711 (desktop-save): Call desktop-append-buffer-args for some buffers.
21712 (desktop-lazy-create-buffer): New function.
21713 (desktop-idle-create-buffers): New function.
21714 (desktop-read): Add message about buffers to restore lazily.
21715 (desktop-lazy-abort): New command.
21716 (desktop-clear): Call desktop-lazy-abort.
21717 (desktop-lazy-complete): New command.
21718
21719 2005-01-06 Richard M. Stallman <rms@gnu.org>
21720
21721 * emacs-lisp/find-func.el (find-face-definition):
21722 Rename from find-face.
21723
21724 2005-01-06 Kim F. Storm <storm@cua.dk>
21725
21726 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21727
21728 * man.el (Man-xref-man-page, Man-xref-header-file)
21729 (Man-xref-normal-file): Add follow-link property.
21730
21731 2005-01-06 Jay Belanger <belanger@truman.edu>
21732
21733 * calc/calc-units.el: Make sure the proper macro definitions are
21734 available when compiling.
21735
21736 2005-01-06 Juri Linkov <juri@jurta.org>
21737
21738 * isearch.el (isearch-lazy-highlight-update):
21739 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21740
21741 2005-01-06 Miles Bader <miles@gnu.org>
21742
21743 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21744 (isearch-lazy-highlight-face): Use new name.
21745
21746 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21747
21748 * uniquify.el (uniquify-rationalize-file-buffer-names):
21749 Re-add an interactive spec.
21750 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21751 to the same name.
21752
21753 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21754 (isearch-update, isearch-done): Adjust calls accordingly.
21755
21756 2005-01-05 Richard M. Stallman <rms@gnu.org>
21757
21758 * custom.el (custom-set-variables, custom-theme-set-variables):
21759 Clarify documentation.
21760
21761 * emacs-lisp/find-func.el (find-variable)
21762 (find-variable-other-window, find-variable-other-frame):
21763 Fix the TYPE args to find-function-read and find-function-do-it.
21764 (find-function): Doc fix.
21765 (find-function-at-point): Replace function-at-point alias.
21766
21767 2005-01-04 Richard M. Stallman <rms@gnu.org>
21768
21769 * cus-face.el (custom-declare-face):
21770 Record defface in current-load-list.
21771
21772 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21773
21774 * emacs-lisp/find-func.el: Doc fixes.
21775 (find-face-regexp): New variable.
21776 (find-function-regexp-alist): New variable.
21777 (find-function-C-source): Third arg is now TYPE.
21778 (find-function-search-for-symbol): Handle general TYPE.
21779 (find-function-read, find-function-do-it): Handle general TYPE.
21780 (find-definition-noselect, find-face): New functions.
21781 (function-at-point): Alias deleted.
21782
21783 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21784
21785 * battery.el (display-battery-mode): Rename from display-battery.
21786 Handle the case where it gets turned off.
21787
21788 2005-01-04 Richard M. Stallman <rms@gnu.org>
21789
21790 * cus-edit.el (customize): Make :link point to user doc.
21791
21792 * man.el (Man-fontify-manpage): Turn off undo generation.
21793
21794 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21795
21796 2005-01-04 Andreas Schwab <schwab@suse.de>
21797
21798 * files.el (insert-directory): Only look for error lines in
21799 inserted text. Don't move too far after processing --dired markers.
21800
21801 2005-01-04 Richard M. Stallman <rms@gnu.org>
21802
21803 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21804 Don't expand if the character is @, period, dash, etc.
21805 (define-mail-abbrev): Quote names that contain problem characters.
21806
21807 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21808
21809 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21810
21811 2005-01-03 Richard M. Stallman <rms@gnu.org>
21812
21813 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21814 (query-replace-highlight, query-replace-lazy-highlight)
21815 (query-replace): Definitions moved up. Doc fix.
21816
21817 2005-01-03 Richard M. Stallman <rms@gnu.org>
21818
21819 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21820 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21821 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21822 (lazy-highlight-face): Rename from isearch-lazy-...
21823 Change all references to them.
21824
21825 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21826
21827 * cus-edit.el (custom-file): Doc fix for defcustom.
21828 (custom-file): The function no longer sets the variable
21829 `custom-file' to its return value.
21830
21831 * startup.el (command-line): No longer load `custom-file'.
21832
21833 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21834
21835 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21836
21837 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21838 Don't confuse module-prefixed identifiers for labels.
21839 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21840
21841 2005-01-02 Richard M. Stallman <rms@gnu.org>
21842
21843 * files.el (basic-save-buffer-1): Fix previous change.
21844
21845 * loadhist.el (file-loadhist-lookup): New function.
21846 (file-provides, file-requires): Use it.
21847
21848 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21849 instead of calculating the right size.
21850
21851 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21852
21853 * vc-svn.el (vc-svn-diff): Stay local if possible.
21854
21855 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
21856
21857 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21858
21859 * files.el (hack-local-variables): Fix last change.
21860
21861 2005-01-02 Jay Belanger <belanger@truman.edu>
21862
21863 * calc/calc-yank.el (calc-edit-top): New variable.
21864 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21865 object. Change header properties.
21866 (calc-edit-finish, calc-edit-finish-stack-object)
21867 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21868 edited object.
21869 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21870 for the beginning of the edited object.
21871 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21872 for the beginning of the edited object.
21873 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21874 (calc-finish-formula-edit, calc-macro-repeats)
21875 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21876 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21877 beginning of the edited object.
21878 (calc-user-define-edit): Change the header for editing macros.
21879 Remove unnecessary variable.
21880
21881 2005-01-01 Jay Belanger <belanger@truman.edu>
21882
21883 * calc/calc-yank.el (calc-edit-mode): Change default header.
21884 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21885 * calc/calc-store.el (calc-edit-variable): Change title to match new
21886 header.
21887 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21888 mode to match new header.
21889 (calc-user-define-edit): Change titles to include names of commands.
21890 (calc-finish-formula-edit): Adjust to handle new header.
21891 (calc-finish-macro-edit): Remove.
21892 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21893 (calc-edit-macro-command, calc-edit-macro-command-type)
21894 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21895 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21896 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21897 (calc-edit-macro-finish-edit): New functions.
21898 (calc-user-define-edit): Use new functions to edit named calc macros.
21899
21900 2005-01-01 Stefan <monnier@iro.umontreal.ca>
21901
21902 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21903
21904 * ses.el (copy-region-as-kill): Deactivate mark.
21905
21906 2005-01-01 Richard M. Stallman <rms@gnu.org>
21907
21908 * replace.el (occur-1): If the output buffer is also an input,
21909 don't kill it, rename it.
21910
21911 * faces.el (set-face-background, set-face-foreground): Doc fix.
21912
21913 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21914 for :foreground and :background.
21915
21916 * dired.el (dired-view-command-alist): Variable deleted.
21917 (dired-view-file, dired-mouse-find-file-other-window):
21918 Delete the code to use it.
21919
21920 2005-01-01 Kim F. Storm <storm@cua.dk>
21921
21922 * image.el (insert-sliced-image): Use t for line-height property.
21923
21924 See ChangeLog.11 for earlier changes.
21925
21926 ;; Local Variables:
21927 ;; coding: iso-2022-7bit
21928 ;; End:
21929
21930 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21931 Copying and distribution of this file, with or without modification,
21932 are permitted provided the copyright notice and this notice are preserved.
21933
21934 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1