*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4 "run" in .gdbinit.
5 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
6
7 2006-03-24 Romain Francoise <romain@orebokech.com>
8
9 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
10 `display-buffer-other-frame'.
11
12 2006-03-24 Kim F. Storm <storm@cua.dk>
13
14 * apropos.el (apropos-synonyms): Add selection => region.
15
16 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
17
18 * progmodes/gdb-ui.el (gdb-var-create-regexp)
19 (gdb-var-list-children-regexp, gdb-var-update-regexp)
20 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
21 (gdb-data-list-register-values-regexp)
22 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
23 Future proof against new fields being added to MI output.
24 (gdb-send): Don't treat backslashes for program input as
25 continuations.
26 (gdb-assembler-handler): Don't use window-start for this handler.
27 (gdb-frame-handler): Don't change to hollow arrow if overlay
28 arrow doesn't move to new frame.
29
30 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
31
32 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
33 prevent compiler warnings.
34 (gdb-stopped): Check for gud-last-last-frame (case: signal).
35 (breakpoint-disabled): Make lighter for contrast with overlay
36 arrow.
37 (gdb-assembler-custom): Use hollow-right-triangle for assembler
38 buffer too.
39
40 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
41
42 * pgg-gpg.el (pgg-gpg-update-agent): Check for
43 make-network-process, so we can use the same code in Gnus v5-10
44 too and have this file fully synchronized with that release.
45
46 2006-03-23 Romain Francoise <romain@orebokech.com>
47
48 * ibuf-ext.el (ibuffer-read-filter-group-name):
49 Use `ibuffer-generate-filter-groups' to make completion list match
50 the filter groups that are really displayed in the Ibuffer buffer.
51 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
52
53 2006-03-23 Kenichi Handa <handa@m17n.org>
54
55 * international/mule-cmds.el (sort-coding-systems): Describe that
56 the argument is modified in docstring.
57
58 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
59
60 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
61 (pgg-gpg-update-agent): New function.
62 (pgg-gpg-use-agent-p): New function.
63 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
64 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
65 (pgg-gpg-sign-region): Use it.
66
67 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
68
69 * cus-edit.el (custom-face-set): Call custom-push-theme before
70 face-spec set so that `changed' theme is correctly saved.
71 (custom-face-reset-standard): Reset to recalculated face rather
72 than defface spec.
73
74 * custom.el (custom-push-theme): Only save `changed' theme if the
75 current face does not match the defface specs.
76
77 2006-03-21 Simon Josefsson <jas@extundo.com>
78
79 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
80 <wilde@sha-bang.de>.
81 (pgg-gpg-use-agent): New variable.
82 (pgg-gpg-process-region): Use it.
83 (pgg-gpg-encrypt-region): Likewise.
84 (pgg-gpg-encrypt-symmetric-region): Likewise.
85 (pgg-gpg-decrypt-region): Likewise.
86 (pgg-gpg-sign-region): Likewise.
87 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
88
89 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
90
91 * textmodes/org.el: (org-open-at-point): Fixed bug in wiki-style
92 bracket links.
93
94 2006-03-21 Kim F. Storm <storm@cua.dk>
95
96 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
97 fringe-indicator-alist instead of modifying global value.
98 (gdb-frame-handler): Likewise.
99
100 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
101
102 * diff-mode.el (diff-function): Make it inherit from diff-header
103 instead of diff-context.
104
105 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
106 bitmap.
107 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
108 change names in macro above for consistency.
109 (gdb-frame-handler): Use hollow-right-triangle for all selected
110 frames which except the innermost (where execution has stopped).
111 (gdb-reset): Reset buffer-local values of overlay-arrow.
112
113 2006-03-20 Richard Stallman <rms@gnu.org>
114
115 * simple.el (set-mark-command): Doc fix.
116
117 * files.el (display-buffer-other-frame): New command.
118 (ctl-x-4-map): Bind C-x 5 C-o to it.
119
120 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
123 rather than just defer-time, in case defer-time has been changed but
124 the timer isn't running yet.
125 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
126
127 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
128
129 * help-mode.el (help-follow-symbol): New function.
130 Essentially identical to the old `help-follow', but do not let
131 `push-button' do the work when on an xref.
132 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
133
134 2006-03-19 Richard Stallman <rms@gnu.org>
135
136 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
137 preceded by the word `program'.
138 (help-follow-mouse, help-follow): Throw error if not on xref.
139 Delete no longer used args.
140
141 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
142
143 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
144 annotation ensure gud-overlay-arrow-position is redisplayed.
145
146 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
147
148 * textmodes/bibtex.el (bibtex-include-OPTkey)
149 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
150 (bibtex-autokey-name-case-convert)
151 (bibtex-autokey-titleword-case-convert): Make these the aliases
152 for the following two variables.
153 (bibtex-autokey-name-case-convert-function)
154 (bibtex-autokey-titleword-case-convert-function): Make these the
155 real names.
156 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
157 bibtex-font-lock-crossref sublists.
158 (bibtex-mode): Revert 2005-12-30 change (which made
159 completion-ignore-case buffer-local).
160 (bibtex-url): Simplify.
161
162 2006-03-19 Kim F. Storm <storm@cua.dk>
163
164 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
165 cursor property value to 2 (to align with C level change).
166
167 2006-03-19 Bill Wohler <wohler@newt.com>
168
169 * image.el (image-load-path-for-library): Shorten first line in
170 docstring.
171
172 2006-03-18 Richard Stallman <rms@gnu.org>
173
174 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
175
176 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
177
178 * isearch.el (isearch-other-meta-char): Handle user bindings for
179 shifted control characters.
180
181 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
182
183 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
184 part that matches email addresses, file names, etc.
185
186 2006-03-18 Eli Zaretskii <eliz@gnu.org>
187
188 * term/w32-win.el (mouse-set-font):
189 Mention w32-list-proportional-fonts in the doc string.
190
191 2006-03-18 Kim F. Storm <storm@cua.dk>
192
193 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
194 (ido-unc-hosts): New user option to explicitly define list of know
195 UNC-style hosts for completion.
196 (ido-cache-unc-host-shares-time): New user option.
197 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
198 New helper functions for UNC file-name support.
199 (ido-may-cache-directory): Check for UNC host. Simplify.
200 (ido-wash-history): Clean out old UNC hosts.
201 (ido-nonreadable-directory-p): UNC hosts are always readable.
202 (ido-directory-too-big-p): UNC hosts are never too big.
203 (ido-set-current-directory): Handle UNC root path.
204 (ido-file-name-all-completions): Complete UNC host names from
205 ido-unc-hosts list. Cache UNC host shares.
206 (ido-make-file-list-1): Don't filter UNC root.
207 (ido-exhibit): Check for // in root directory, and switch to UNC
208 mode by setting ido-current-directory to //.
209
210 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
211
212 * cus-edit.el (customize-changed-options): Mention explicit
213 version number as default in prompt.
214
215 2006-03-17 Bill Wohler <wohler@newt.com>
216
217 * image.el (image-load-path-for-library): Minor docstring fix.
218
219 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
220
221 * textmodes/org.el (org-read-date): Include subgroup 5 into
222 replacement text.
223 (org-popup-calendar-for-date-prompt): Fix customization type.
224
225 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
226
227 * progmodes/gdb-ui.el (gud-watch): Provide completion.
228 (gdb-continuation): New variable.
229 (gdb-send): Deal with continuation lines.
230
231 * progmodes/gud.el (gud-gdb-complete-command)
232 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
233 expressions.
234 (gud-tooltip-mode): Use buffer-local value.
235
236 2006-03-16 Kim F. Storm <storm@cua.dk>
237
238 * ido.el (ido-edit-input): Use selected match, if any.
239
240 2006-03-16 Bill Wohler <wohler@newt.com>
241
242 * image.el (image-load-path-for-library): Prefer user's images in
243 image-load-path.
244
245 2006-03-16 Martin Rudalics <rudalics@gmx.at>
246
247 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
248 when checking for attempt to drag leftmost or rightmost scrollbar.
249
250 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
251
252 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
253 (gdb-force-mode-line-update): New function.
254 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
255 (gdb-exited): Use them.
256 (gdb-signal): New function.
257 (gdb-annotation-rules): Provide a rule for it.
258
259 2006-03-16 Kenichi Handa <handa@m17n.org>
260
261 * international/mule.el (auto-coding-regexp-alist): Add entries
262 for Unicode BOM.
263
264 * sort.el (sort-build-lists): Temporarily bind
265 inhibit-field-text-motion to t.
266
267 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
268
269 * locate.el (locate-command, locate-make-command-line)
270 (locate-fcodes-file, locate-update-command)
271 (locate-prompt-for-command, locate, locate-with-filter)
272 (locate-get-file-positions): Doc fixes.
273 (locate-buffer-name, locate-header-face): Remove leading `*' in
274 defcustom.
275 (locate-filter-output): Use `keep-lines' instead of its alias
276 `delete-non-matching-lines'.
277 (locate-get-filename, locate-get-dirname): Add introductory comment.
278 (locate-find-directory-other-window): Give appropriate error
279 message if used outside main listing.
280
281 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
282
283 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
284 the new extend-region feature.
285 (font-lock-after-change-function): Update correspondingly.
286 * jit-lock.el (jit-lock-after-change): Update correspondingly.
287 * progmodes/grep.el (font-lock-lines-before): Don't disable.
288
289 2006-03-15 Bill Wohler <wohler@newt.com>
290
291 * image.el (image-load-path-for-library): Fix example by not
292 recommending that one binds image-load-path. Just defvar it to
293 placate compiler and only use it if previously defined.
294
295 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
296
297 * textmodes/org.el (org-insert-centered): Use `string-width' to
298 make underlining work for wide characters.
299 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
300 TAB to `org-cycle', to make sure that no binding in
301 `outline-mode-map' can supercede it.
302
303 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
304
305 * allout.el: Increment version to 2.2.1 in file commentary.
306
307 (allout-version): Increment to 2.2.1.
308
309 (allout-default-layout): New customization variable, used when the
310 file lacks a specific allout-layout. Uses allout-layout-type for
311 recursively nested definition.
312
313 (allout-layout-type): Widget defining allout layouts, necessary for
314 self-recursive definition.
315
316 (allout-mode): Incorporate allout-default-layout as fallback for
317 allout-layout.
318
319 (allout-layout): Mark as 'safe-local-variable', and refer mention
320 fallback to `allout-default-layout' in absence of a specified value.
321 (allout-passphrase-verifier-string)
322 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
323
324 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
325
326 (allout-get-encryption-passphrase-verifier): Use correct name of
327 passphrase verifier in docstring.
328
329 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
330
331 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
332 elements.
333 (gdb-find-watch-expression): Make it work for arrays too.
334 Follow change to gdb-var-list.
335 (gud-watch): Allow the user to enter variable name with a prexix
336 arg. Create keybindings.
337 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
338 (gdb-var-list-children-handler, gdb-var-update-handler)
339 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
340 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
341 Follow change to gdb-var-list.
342 (gdb-starting): Don't show the overlay arrows when program is running.
343
344 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
345 gdb-var-list.
346
347 2006-03-14 Bill Wohler <wohler@newt.com>
348
349 * image.el (image-load-path-for-library): Pass value of path
350 rather than symbol. Always return list of directories.
351 Guarantee that image directory comes first.
352
353 2006-03-14 Alan Mackenzie <acm@muc.de>
354
355 * font-core.el (font-lock-extend-region\(-function\)?.):
356 New function/variable.
357
358 * font-lock.el (font-lock-after-change-function):
359 Call font-lock-extend-region. Obey font-lock-lines-before.
360 (font-lock-default-fontify-region): Remove reference to
361 font-lock-lines-before.
362
363 * jit-lock.el (jit-lock-after-change):
364 Call font-lock-extend-region. Obey font-lock-lines-before.
365
366 2006-03-14 David Ponce <david@dponce.com>
367
368 * tree-widget.el (tree-widget-themes-load-path)
369 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
370
371 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
372
373 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
374 wwidth.
375
376 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
377
378 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
379 (rcirc-print): Mark the start of text at the end of the prompt.
380 (rcirc-track-minor-mode): Add autoload cookie.
381 (rcirc-update-activity-string): Add space to front of mode-line
382 indicator.
383
384 2006-03-13 Miles Bader <miles@gnu.org>
385
386 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
387 (rcirc-abbrev-nick): Remove function.
388 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
389
390 2006-03-13 David Ponce <david@dponce.com>
391
392 * tree-widget.el: Handle themes across all occurrences of the main
393 themes sub-directory found in tree-widget-themes-load-path.
394 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
395 (tree-widget--locate-sub-directory): Return all occurrences.
396 (tree-widget-themes-path): New function.
397 Replace tree-widget-themes-directory, and return a list of directories.
398 (tree-widget-set-parent-theme)
399 (tree-widget-lookup-image): Use it.
400
401 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
402
403 * textmodes/org.el (org-link-search): Avoid self-matching of
404 links, allow target text to be distributed over several lines.
405 (org-search-not-link): New function.
406 (org-set-regexps-and-options, org-get-current-options):
407 New startup options.
408 (org-export-as-html): Take odd-level setting from local variable.
409 (org-fontify-emphasized-text): New option.
410 (org-set-font-lock-defaults): Include emphasized text.
411 (org-follow-mhe-link): Allow folder-only links, fix folder name.
412 (org-font-lock): Customize group renamed from `org-faces'.
413
414 2006-03-13 John Paul Wallington <jpw@pobox.com>
415
416 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
417 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
418
419 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
420
421 * cus-start.el (all): Delete :version keyword for members of the
422 fringe group, since the entire group is new in 22.1.
423
424 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
425
426 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
427 map if value is hexadecimal (an address).
428 (gud-watch): Only search roots for existing watch expressions.
429 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
430 prevent caching problems with speedbar-update-directory-contents.
431
432 2006-03-12 Juri Linkov <juri@jurta.org>
433
434 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
435 before comparing with `low' and `warn'.
436
437 * info.el (Info-dir-remove-duplicates): Move point to the
438 beginning of the current line after deleting the entries from
439 redundant heading. Use marker for `limit' and compare it with
440 point before calling `re-search-forward'.
441
442 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
443
444 * simple.el (yank): Fix typo in docstring.
445
446 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
447
448 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
449 messages, where "D" is the 6th character.
450
451 2006-03-11 Eli Zaretskii <eliz@gnu.org>
452
453 * simple.el (yank): Fix last change.
454
455 2006-03-11 David Ponce <david@dponce.com>
456
457 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
458 merging elements from the standard ispell-dictionary-alist.
459 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
460 alist, and return the new alist.
461
462 2006-03-11 Richard Stallman <rms@gnu.org>
463
464 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
465
466 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
467 the way it is implemented is too unclean.
468
469 * simple.el (kill-region, yank): Doc fix.
470
471 * battery.el (battery-echo-area-format): Doc fix.
472 (battery-mode-line-format): Likewise.
473 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
474 (battery-linux-proc-acpi): Ignore batteries that say "charged".
475
476 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
477
478 * progmodes/octave-mod.el (octave-indent-for-comment):
479 Behave according to do string.
480
481 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
482
483 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
484 Be visible only if major mode is Mail Mode.
485
486 * textmodes/flyspell.el (flyspell-external-point-words)
487 (flyspell-process-localwords): Fix last changes.
488
489 2006-03-11 Eli Zaretskii <eliz@gnu.org>
490
491 * calendar/holidays.el (list-holidays): Doc fix.
492
493 * international/mule.el (auto-coding-alist): Add .odt
494 (OpenOffice's open document) files.
495
496 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
497 document) files. Mention in the doc string the need to sync with
498 auto-coding-alist.
499
500 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
501
502 * files.el (hack-local-variables-confirm): Don't prompt for ! if
503 enable-local-variables is set to always query, or there is no
504 savable variable.
505
506 2006-03-10 Bill Wohler <wohler@newt.com>
507
508 * image.el (image-load-path-for-library): Merge at least three
509 functions from Gnus and MH-E into this one function that can now
510 be shared.
511
512 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
513
514 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
515 gdb-remove-mouse-face and remove help-echo too.
516 (gdb-enqueue-input): Correct conditional clause.
517
518 2006-03-10 Glenn Morris <rgm@gnu.org>
519
520 * calendar/calendar.el (calendar-holidays): Doc fix.
521 * calendar/holidays.el (list-holidays): Doc fix.
522
523 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
524
525 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
526 it gets called in gdb-prompt anyway.
527 (gdb-use-separate-io-buffer): Only restore window arrangement for
528 gdb-many-windows.
529 (gdb-enqueue-input): Make it harder to send GDB input when program
530 is running.
531 (gdb-buffer-list): New variable.
532 (gdb-remove-mouse-face): New function.
533 (gdb-starting): Use it when GDB input won't get sent.
534
535 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
536
537 * help.el (view-lossage): Remove trailing whitespace before
538 inserting "\n".
539
540 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
541
542 * files.el (hack-local-variables-confirm):
543 Set coding-system-for-read to nil before writing to .emacs.
544
545 * arc-mode.el (archive-extract): Check if an existing buffer name
546 comes from a different archive.
547
548 * help.el (describe-key-briefly): If KEY is a down event, read and
549 discard the up event.
550
551 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
552
553 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
554 be edited and use font-lock-warning-face for any changes.
555
556 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
557 (gdb-edit-value): Use it to report any errors.
558
559 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
560
561 * help.el (describe-key): Remove leftover test code.
562
563 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
564
565 * textmodes/org.el: Move defvars out of eval-when-compile.
566 Use buffer-file-name variable.
567 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
568 arg `file'.
569 (org-level-faces): Remove startup dependency.
570 (org-cycle, org-map-tree, org-scan-tags)
571 (org-remember-handler): Don't call `outline-level' directly.
572 (org-mhe-search-all-folders): New option.
573 (org-mhe-get-message-folder-from-index)
574 (org-mhe-get-message-folder): Fix indexing search.
575 (org-format-agenda-item): Handle nil TAGS argument.
576 (org-cleaned-string-for-export, org-activate-target-links)
577 (org-make-target-link-regexp): Deal with empty radio target list.
578 (org-tag): New face.
579 (org-get-level-face): New function.
580 (org-set-font-lock-defaults): Simplify setup for headlines.
581 (org-complete): Pass common substring to `display-completion-list'.
582
583 2006-03-06 David Ponce <david@dponce.com>
584
585 * tree-widget.el: Update Commentary header.
586 (tree-widget-theme-name): Ignore parent themes.
587 (tree-widget-set-parent-theme): New function.
588 (tree-widget-set-theme): Use it.
589 (tree-widget-set-image-properties): Move definition. Does nothing
590 if image properties have already been set.
591 (tree-widget-image-properties): Move definition. Receive an image
592 name. Set the :pointer property.
593 (tree-widget-lookup-image): Doc fix. Search in parent themes.
594 Don't set the :pointer image property.
595 (tree-widget-convert-widget): New function. Handle :dynargs
596 compatibility here.
597 (tree-widget): Use it to :convert-widget. Add the :expander-p
598 predicate to control when the :expander function is entered.
599 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
600 (tree-widget-value-create): Handle :expander-p. widget-apply
601 :expander.
602 (tree-widget-expander-p): New function. Default value of the
603 :expander-p property.
604
605 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
606
607 * help.el (describe-key): Properly handle the return value of
608 read-key-sequence when grabbing an up-event. Cleanup mouse-1
609 remaps. Handle string and vector `follow-link' values.
610
611 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * complete.el (PC-expand-many-files): Try be more careful when parsing
614 the shell's output.
615
616 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
617
618 * outline.el (hide-sublevels): Provide better interactive default.
619
620 2006-03-06 Kenichi Handa <handa@m17n.org>
621
622 * international/fontset.el (create-fontset-from-fontset-spec):
623 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
624
625 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
626
627 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
628 backslashes instead of one in regexp.
629 (gud-tooltip-dereference): Add missing optional argument.
630
631 2006-03-04 John Paul Wallington <jpw@pobox.com>
632
633 * wdired.el (toplevel): Require `cl' at compile-time.
634
635 2006-03-04 Andreas Schwab <schwab@suse.de>
636
637 * server.el (server-process-filter): Handle errors during
638 evaluation of the argument.
639
640 2006-03-03 John Paul Wallington <jpw@pobox.com>
641
642 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
643 escape parentheses at beginning of line.
644 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
645 (t-mouse-mode): Remove period from end of error message.
646
647 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
648
649 * textmodes/flyspell.el (flyspell-process-localwords):
650 Be case-sensitive.
651
652 2006-03-03 Martin Rudalics <rudalics@gmx.at>
653
654 * cus-edit.el (custom-quote): Remove function, since it has been
655 moved to custom.el.
656
657 * font-lock.el (lisp-font-lock-keywords-2)
658 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
659 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
660 they have no special meaning.
661
662 * midnight.el (clean-buffer-list): Handle case where base-buffer of
663 indirect buffer gets killed before indirect buffer. Use dolist.
664
665 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
666
667 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
668 value instead of a literal constant (1) on more pauses.
669
670 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
671
672 * textmodes/flyspell.el (flyspell-external-point-words):
673 Be case-sensitive.
674
675 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
676
677 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
678 with "www".
679
680 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
681
682 * allout.el: Restablish intermediate missing comment header to
683 preserve outline structure.
684 (allout-beginning-of-current-entry): Skip invisible text.
685 (allout-open-topic): Fix opening a topic at end-of-buffer.
686 (allout-minor-mode): Move nearer to allout-mode function.
687
688 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
689
690 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
691
692 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
693
694 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
695 is nil.
696
697 * progmodes/gud.el (gud-speedbar-menu-items):
698 Use buffer-local-value and add missing :visible keyword.
699
700 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
701
702 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
703
704 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
705 must be `follow-link'.
706
707 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
708
709 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
710 formatting: No nested anchors.
711 (org-all-targets): Fix bug with XEmacs compatibility.
712 (org-read-date): Add (require 'parse-time).
713 (org-set-tags): Fix bug with extra inserted space.
714 (org-export-html-style): Define a style class for targets.
715 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
716 (org-hide-leading-stars): New option.
717 (org-hide): New face.
718 (org-set-font-lock-defaults): Allow to hide leading stars.
719 (org-get-legal-level, org-tr-level): New functions.
720 (org-odd-levels-only): New option.
721 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
722 (org-demote, org-promote): Deal with double-star levels.
723 (org-convert-to-odd-levels): New command.
724
725 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
726
727 * speedbar.el (speedbar-update-localized-contents): Try to
728 preserve window-start.
729 (speedbar-update-directory-contents): Try to preserve window-start
730 and window-point.
731 (speedbar-update-special-contents): Don't move back to start of window.
732
733 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
734 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
735 speedbar-timer-fn.
736 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
737 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
738 instead of gdb-speedbar-timer-fn.
739
740 2006-02-28 Jay Belanger <belanger@truman.edu>
741
742 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
743 (math-compose-expr): Use latex option when calling
744 `math-compose-tex-matrix' for latex mode.
745
746 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
747
748 * speedbar.el: Re-instate comments about developing for speedbar
749 [this is what info and gdb-ui use even if better methods exist now].
750
751 * t-mouse.el: New file.
752 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
753 (t-mouse-lispy-buffer-posn-from-coords): Remove.
754 (t-mouse-make-event-element): Use posn-at-x-y instead.
755 (t-mouse-make-event): Deal with Fedora Core 3.
756 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
757 (t-mouse-mouse-position-function): New function. Use it instead
758 of advising mouse-position.
759 (t-mouse-mode): New minor mode.
760 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
761
762 2006-02-27 Glenn Morris <rgm@gnu.org>
763
764 * calendar/calendar.el (calendar-holidays): Doc fix.
765
766 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
767
768 * progmodes/gdb-ui.el (gdb-source-window): New variable.
769 Re-introduce the concept of a source window.
770 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
771 consistency with get-buffer-create.
772 (def-gdb-auto-update-handler, gdb-info-locals-handler)
773 (gdb-data-list-register-values-handler)
774 (gdb-stack-list-locals-handler): Try to preserve window-start as
775 well as window-point.
776 (gdb-display-source-buffer): New function (old concept).
777 (gdb-goto-breakpoint): Use it.
778
779 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
780 for gdb-ui/gdb-mi (old concept).
781
782 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
783
784 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
785 binding.
786
787 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
788
789 * textmodes/reftex-sel.el (reftex-select-label-map)
790 (reftex-select-bib-map): Add `follow-mouse' binding.
791
792 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
793
794 * jka-cmpr-hook.el (jka-compr-compression-info-list)
795 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
796 Give :set functions to provide automatic updating.
797 Update docstring. Give compiler defvars early in the file
798 and move the defcustoms to a later spot where all called functions
799 are defined.
800 (jka-compr-file-name-handler-entry): Doc fix.
801 (jka-compr-compression-info-list--internal)
802 (jka-compr-mode-alist-additions--internal)
803 (jka-compr-load-suffixes--internal): New variables.
804 (jka-compr-install): Set the three above variables.
805 Update `load-file-rep-suffixes' instead of `load-suffixes'.
806 (jka-compr-update, jka-compr-set): New functions.
807 (auto-compression-mode): Doc fix.
808
809 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
810 Update `load-file-rep-suffixes' instead of `load-suffixes'.
811 Use jka-compr-compression-info-list--internal,
812 jka-compr-mode-alist-additions--internal and
813 jka-compr-load-suffixes--internal.
814
815 * files.el (load-library):
816 * loadhist.el (file-loadhist-lookup):
817 * startup.el (command-line):
818 * subr.el (locate-library):
819 * emacs-lisp/autoload.el (update-directory-autoloads):
820 * emacs-lisp/find-func.el (find-library-suffixes):
821 Use `get-load-suffixes' instead of `load-suffixes'.
822
823 * subr.el (locate-library):
824 * emacs-lisp/find-func.el (find-library-name):
825 Use `load-file-rep-suffixes' instead of '("").
826
827 2006-02-26 Kim F. Storm <storm@cua.dk>
828
829 * ido.el (ido-save-history, ido-load-history): Simplify.
830 Don't use find-file-noselect to avoid interference from other modes.
831
832 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
833
834 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
835 to use the default shell if filename is not available.
836 Reported by Giorgos Keramidas.
837
838 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
839
840 * progmodes/etags.el (tags-completion-table): Do completion from
841 all the tables in the current list, as documented in the manual.
842
843 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
844
845 * CC Mode Update to 5.31.3.
846
847 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
848
849 * progmodes/cc-mode.el (c-postprocess-file-styles):
850 Bind inhibit-read-only to t, around the call to
851 c-remove-any-local-eval-or-mode-variables, so that it works on a
852 RO file.
853
854 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
855
856 * progmodes/cc-awk.el: Correct a typo.
857
858 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
859
860 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
861 c-hungry-delete-backwards, at the request of RMS. Leave the old
862 name as an alias.
863
864 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
865
866 * progmodes/cc-mode.el: Correct a typo.
867
868 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
869
870 * progmodes/cc-defs.el: Update the version number to 5.31.3.
871
872 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
873
874 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
875 brace-else-brace (error due to mbeg, mend being undefined).
876
877 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
878
879 * progmodes/cc-mode.el: File Local variables: Solve the problem
880 where both `mode' and c-file-offsets are specified: `mode' will
881 overwrite c-f-o's settings:
882 (c-remove-any-local-eval-or-mode-variables): New function.
883 (c-postprocess-file-styles): Call the above new function, within
884 c-tentative-buffer-change, to splat `mode' and `eval' before the
885 second hack-local-variables.
886
887 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
888
889 * progmodes/cc-mode.el:
890 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
891 (c-after-change): Protect the match data with save-match-data.
892 It was getting corrupted by c-after-change-check-<>-operators.
893
894 * cc-defs.el: [Supersedes patch V1.38]:
895 (top level): Check for a buggy font-lock-compile-keywords ONLY in
896 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
897
898 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
899 with save-match-data. It was being corrupted when Font Lock was
900 not enabled.
901
902 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
903
904 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
905 Mode and Subword Mode.
906
907 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
908 real labels ("case 1:" or "foo:") from non-labels ("public:").
909 (c-forward-objc-directive): Replace c-forward-token-2 with crude
910 coding; c-f-t-2 doesn't move over a token at EOB.
911
912 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
913
914 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
915 (c-update-modeline): Concatenate the minor mode indicators
916 directly onto mode-name, removing c-submode-indicators.
917 Sometimes, c-s-i got separated from the mode name on the mode line.
918
919 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
920 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
921
922 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
923
924 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
925 error message when there's an evaluation error to show whether
926 it's loaded from source or not.
927 (c-filter-ops): Make it available at runtime too to work when
928 `c-make-init-lang-vars-fun' needs to evaluate from source.
929
930 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
931
932 * help.el (help): Revert last part of 2006-02-23 change (deletion
933 of the `provide' call).
934
935 2006-02-23 Juri Linkov <juri@jurta.org>
936
937 * compare-w.el (compare-windows-highlight): Add new value
938 `persistent' and change :type from `boolean' to `choice'.
939 (compare-windows-overlays1, compare-windows-overlays2):
940 New internal variables.
941 (compare-windows-highlight): If compare-windows-highlight is
942 `persistent', add current overlays to compare-windows-overlays[12]
943 instead of adding compare-windows-dehighlight to pre-command-hook.
944 (compare-windows-dehighlight): Delete all overlays from
945 compare-windows-overlays[12].
946
947 * info.el (Info-search): Don't bind search-spaces-regexp to
948 Info-search-whitespace-regexp in non-regexp isearch mode.
949
950 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
951
952 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
953
954 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
955
956 * textmodes/org.el (org-xemacs-p)
957 (org-export-html-show-new-buffer, org-table-may-need-update)
958 (org-insert-item, org-mhe-get-message-real-folder)
959 (org-mhe-get-message-folder-from-index)
960 (org-mhe-get-message-folder, org-mhe-get-message-num)
961 (org-mhe-get-header, org-make-org-heading-search-string)
962 (org-make-org-heading-camel, org-table-sort-lines)
963 (org-format-org-table-html, org-format-table-table-html):
964 Fix typos in docstrings.
965
966 12006-02-23 Carsten Dominik <dominik@science.uva.nl>
967
968 * textmodes/org.el (org-cleaned-string-for-export)
969 (org-solidify-link-text): New function.
970 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
971 XEmacs, just to silence the compiler.
972 (org-export-as-ascii, org-export-as-html-and-open):
973 Use `org-cleaned-string-for-export' and create internal links.
974 (org-follow-mhe-link): Require mh-e, use folder.
975
976 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
977
978 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
979
980 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
981 gdb-debug-log-length.
982 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
983 it a real ring but...
984 (gud-gdba-marker-filter): ...make it work like mark-ring.
985 (gdb-enable-debug): Rename from gdb-enable-debug-log.
986 (gdb-mouse-jump): New function. Add bindings.
987
988 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
989
990 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
991 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
992 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
993 (gdb-debug-log-length): Customize it's length.
994 (gud-watch, gdb-var-create-handler): Display function::var format
995 but don't use to create variable object.
996 (gdb-var-create-handler): Use message-box in place of message.
997 (gdb-stopped): Call gdb-exited if signalled.
998
999 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
1000
1001 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1002
1003 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1004
1005 * textmodes/reftex.el (reftex-locate-file): Search all extensions
1006 if `reftex-try-all-extensions' is set.
1007
1008 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1009 fail silently when there is no valid argument at point.
1010 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1011 `fail-silently' argument. From a patch by David Reiter.
1012
1013 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1014 New commands.
1015 (org-mark-ring): New variable.
1016 (org-mark-ring-length): New option.
1017 (org-open-at-point, org-goto, org-open-file): Push old position
1018 onto the mark ring.
1019 (org-add-hook): New function.
1020 (org-export-table-remove-special-lines): New option.
1021 (org-skip-comments, org-format-org-table-html): Respect new
1022 option `org-export-table-remove-special-lines'.
1023 (org-open-file): Allow special command configuration for
1024 directory link.
1025 (org-file-apps): Fix bugs in customize type, added setting
1026 for directories.
1027 (org-activate-tags, org-format-agenda-item, org-complete)
1028 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1029 (org-get-tags, org-get-buffer-tags, org-open-at-point)
1030 (org-link-search, org-make-org-heading-search-string)
1031 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1032 (org-radio-targets, org-file-link-context-use-camel-case)
1033 (org-activate-camels): New options.
1034 (org-update-radio-target-regexp, org-all-targets)
1035 (org-make-target-link-regexp, org-activate-target-links):
1036 New functions.
1037 (org-make-org-heading-search-string): New function.
1038 (org-store-link, org-insert-link): Use new option
1039 `org-file-link-context-use-camel-case'.
1040 (org-activate-camels): Use new option `org-activate-camels'.
1041 (org-link-regexp): Add mhe prefix.
1042 (org-open-at-point, org-store-link): Support for mhe links.
1043 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1044 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1045 (org-mhe-get-header, org-follow-mhe-link): New functions.
1046 (org-remove-angle-brackets, org-add-angle-brackets):
1047 New functions.
1048 (org-bracket-link-regexp): New constant.
1049 (org-read-date): Fix bug that was rejecting all typed dates.
1050 (org-link-search): Make hierarchy above visible after a match.
1051 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1052 (org-store-link): Fix bug with link creation when cursor is in
1053 an empty line.
1054 (org-open-at-point): Fix bug with matching a link.
1055 Fixed buggy argument sequence in call to `org-view-tags'.
1056 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1057 (org-prefix-has-tag): New variable.
1058 (org-format-agenda-item): Remove tags from headline
1059 if appropriate.
1060 (org-agenda-remove-tags-when-in-prefix): New option.
1061
1062 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
1063
1064 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1065 Fix the regular expressions.
1066
1067 2006-02-21 Richard M. Stallman <rms@gnu.org>
1068
1069 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1070 if there's no other specific basis.
1071
1072 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1073 as variables at all.
1074 (unsafep-variable): Rename arg; doc fix.
1075
1076 * abbrevlist.el (list-one-abbrev-table): Add autoload.
1077
1078 * calendar/appt.el (diary-selective-display): Add defvar.
1079
1080 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1081
1082 * isearch.el (search-whitespace-regexp): Fix custom type.
1083
1084 * help.el (describe-key-briefly): Compute interactive args
1085 in same was as before previous change.
1086
1087 * files.el (enable-local-variables): Doc fix.
1088
1089 2006-02-21 Kim F. Storm <storm@cua.dk>
1090
1091 * fringe.el: Cleanup as file is now pre-loaded.
1092 (fringe-bitmaps): Initialize unconditionally.
1093 (fringe-mode, set-fringe-style): Remove autoload cookies.
1094
1095 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
1096
1097 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1098 `horizontal-bar'.
1099 (fringe-cursor-alist): Use `horizontal-bar'.
1100
1101 2006-02-20 Kim F. Storm <storm@cua.dk>
1102
1103 * fringe.el (fringe-bitmaps): Update to new bitmap names.
1104 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1105
1106 * loadup.el: Load "fringe" on window systems.
1107
1108 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1109
1110 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1111 out of scope components.
1112
1113 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1114 default.
1115
1116 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
1117
1118 * custom.el (customize-mark-to-save, customize-mark-as-set):
1119 Load the symbol first.
1120
1121 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
1122
1123 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1124 strech spec so it doesn't display as "^J" on the header line
1125 when `Buffer-menu-use-header-line' is t.
1126
1127 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
1128
1129 * speedbar.el (speedbar-make-button): Keep text properties
1130 of string arguments if desired.
1131
1132 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1133 expessions.
1134
1135 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1136 of speedbar.
1137
1138 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
1139
1140 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1141 to value of `read-file-name-completion-ignore-case'.
1142
1143 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * custom.el (customize-mark-as-set): Push to `user' theme.
1146
1147 * cus-edit.el (custom-save-variables): Allow unthemed values.
1148 (customize-set-variable): Push setting to `user' theme.
1149
1150 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1151
1152 * progmodes/gud.el: Don't require font-lock as it's now
1153 automatically loaded.
1154 (gud-speedbar-buttons): Replace gdb-var-changed with
1155 gdb-force-update.
1156
1157 * progmodes/gdb-ui.el (gdb-force-update): Rename from
1158 gdb-var-changed.
1159 (gdb-post-prompt): Use it.
1160 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1161 (gdb-var-update-handler, gdb-var-delete)
1162 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1163 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1164 gdb-force-update in gdb-post-prompt.
1165 (gdb-reset): Clear watch expressions from speedbar when quitting.
1166
1167 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
1168
1169 * viper-cmd.el (viper-insert-state-post-command-sentinel)
1170 (viper-change-state-to-vi, viper-change-state-to-emacs):
1171 Make aware of cursor coloring in the Emacs state.
1172 (viper-special-read-and-insert-char): Use read-char-exclusive.
1173 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1174
1175 * viper-init.el (viper-emacs-state-cursor-color): New variable.
1176
1177 * viper-util.el (viper-save-cursor-color)
1178 (viper-get-saved-cursor-color-in-replace-mode)
1179 (viper-get-saved-cursor-color-in-insert-mode)
1180 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1181 state.
1182 (viper-get-saved-cursor-color-in-emacs-mode): New function.
1183
1184 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1185 (ediff-ignore-case-option3, ediff-actual-diff-options)
1186 (ediff-actual-diff3-options): New variables to control case sensitivity.
1187 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1188 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1189 (ediff-toggle-ignore-case): New function.
1190 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1191
1192 * ediff-help.el (ediff-long-help-message-narrow2)
1193 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1194 (ediff-long-help-message-word-mode): Add ignore-case command.
1195 (ediff-help-for-quick-help): Add ignore-case command.
1196
1197 * ediff-merg.el: Move provide to the end.
1198
1199 * ediff-ptch.el: Move provide to the end.
1200
1201 * ediff-wind.el: Move provide to the end.
1202
1203 * ediff-mult.el: Move provide to the end.
1204 (ediff-set-meta-overlay): Enable follow-link.
1205
1206 * ediff.el: Move provide to the end.
1207 Break recursive load cycle in eval-when-compile.
1208 (ediff-patch-buffer): Better heuristics.
1209
1210 * ediff-util.el: Move provide to the end.
1211 Break recursive load cycle in eval-when-compile.
1212 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
1213 defuns.
1214 (ediff-submit-report): Pass the values of ediff-diff3-program,
1215 ediff-diff3-options.
1216
1217 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
1218
1219 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1220 the opening bracket of the following bracketing pairs: {}, [], (), <>,
1221 `' (for example, in the docstring of `windmove-default-keybindings').
1222
1223 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
1224
1225 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1226 shadow face. Don't provide binding to edit variable when it is
1227 out of scope.
1228
1229 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1230 (gdb-var-update-handler): Detect out of scope variables with pre
1231 GDB 6.4 too.
1232 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1233 Reset status of variable objects to nil in update handlers.
1234 (gdb-var-update-handler-1): Detect when a variable object comes
1235 in scope. setcar on var changes gdb-var-list directly.
1236
1237 2006-02-17 Juri Linkov <juri@jurta.org>
1238
1239 * ffap.el (ffap) <defface>: Add explicit face declaration.
1240 (ffap-highlight): Use face `ffap' directly instead of checking
1241 for its existence.
1242
1243 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1244 `visible-ok' of `other-buffer' to find the right original buffer.
1245
1246 * info.el (Info-search): Skip `Local Variables' node.
1247
1248 2006-02-17 Juri Linkov <juri@jurta.org>
1249
1250 * info.el (Info-find-file): Check for symbols `apropos', `history',
1251 `toc' in the input filename, and return these symbols as is.
1252 (Info-find-node-2): Set Info-current-file to symbols `apropos',
1253 `history', `toc' instead of strings.
1254 (Info-set-mode-line): For non-string Info-current-file use the
1255 symbol's name inside **.
1256 (Info-isearch-push-state): Add quote before Info-current-file and
1257 Info-current-node.
1258 (Info-isearch-pop-state): Use `equal' instead of `string='.
1259 (Info-extract-pointer, Info-following-node-name): Use
1260 `match-string-no-properties' instead of `match-string'.
1261 (Info-up): Check `old-file' for `stringp'.
1262 (Info-history): Use `equal' instead of `string-equal'.
1263 Check `file' for `stringp'.
1264 (Info-history): Use symbol `history' instead of string as first arg
1265 of `Info-find-node'.
1266 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
1267 `toc' instead of string.
1268 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1269 instead of `buffer-substring', and `match-string-no-properties'
1270 instead of `match-string'.
1271 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
1272 instead of strings.
1273 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
1274 Use symbol `apropos' instead of string.
1275 (Info-copy-current-node-name): Check `Info-current-file' for
1276 `stringp' and construct a command with `Info-find-node' from it.
1277 (Info-fontify-node): Use `match-string-no-properties' instead of
1278 `match-string' and check file names for `stringp'.
1279 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
1280 `history', `toc' instead of strings.
1281
1282 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
1283
1284 * files.el: Rearrange functions and variables in the file local
1285 variables section.
1286
1287 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
1288
1289 * files.el: Add truncate-lines, ispell-check-comments and
1290 ispell-local-dictionary as safe local variables.
1291
1292 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
1293
1294 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
1295 out of scope variables.
1296 (gud-speedbar-buttons): Use unless.
1297
1298 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
1299 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
1300 (gdb-show-changed-values): Also use for out of scope variables.
1301 (gdb-var-update-handler-1): Note if variable goes out of scope.
1302
1303 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
1304
1305 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
1306 default to global variable values for unsupplied args.
1307 (rcirc-get-buffer-create): Fix bug with setting the target.
1308 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
1309 test for rcirc-always-use-server-buffer-flag here.
1310 (rcirc-response-formats): Add %N, which is a facified nick. %n
1311 uses the default face. Change the ACTION format string. If the
1312 "nick" is the server, don't print anything for that field.
1313 Comment fixes.
1314 (rcirc-target-buffer): Don't test
1315 rcirc-always-use-server-buffer-flag here.
1316 (rcirc-print): Squeeze extra spaces out of the text before message.
1317 (rcirc-put-nick-channel): Strip potential "@" char from nick
1318 before adding them to nick table.
1319 (rcirc-url-regexp): Improve to match address like "foo.com".
1320
1321 2006-02-17 Eli Zaretskii <eliz@gnu.org>
1322
1323 * allout.el (allout-hidden-p): Move this defsubst before
1324 allout-overlay-interior-modification-handler, where it is first
1325 used.
1326
1327 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
1328
1329 * allout.el: Use allout invisible-text overlays instead of
1330 selective display for concealed text. Also, lots of general
1331 cleanup, and improved compatibility code.
1332
1333 (allout-version) Incremented, corrected, revised, and refined
1334 module commentary.
1335
1336 (provide 'allout): Moved to the bottom, added a require of overlay.
1337
1338 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
1339 `except-current'.
1340 (allout-write-file-hook-handler): Minimize delay.
1341 (count-trailing-whitespace-region): New function so
1342 auto-encryption of current topic can resituate cursor exactly.
1343 PGP/GPG encryption trims trailing whitespace from lines, which
1344 must be accounted for across encryption then decryption.
1345
1346 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
1347 just plain "\C-c", to avoid intruding on user's keybinding space.
1348
1349 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
1350 parameter, so user request to provide a new password is done.
1351
1352 (allout-outside-normal-auto-fill-function, allout-auto-fill):
1353 Refined mechanism for auto-filling behavior while in allout mode.
1354
1355 (allout-mode): Explicitly specify the mode map in the docstring.
1356 Clarify provision for various write-file hook var names.
1357 Adjusted for invisible-text overlays instead of selective-display.
1358
1359 (allout-depth): Really return 0 if not within any topic. This
1360 rectifies `allout-beginning-of-level' and sequence numbering
1361 errors that occur when cutting and pasting numbered topics.
1362 Changed from a in-line subst to a regular function, as well.
1363
1364 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
1365
1366 (allout-end-of-subtree, allout-end-of-subtree)
1367 (allout-end-of-entry, allout-end-of-current-heading)
1368 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
1369 (allout-show-children, allout-show-to-offshoot)
1370 (allout-hide-current-entry, allout-show-current-entry): Rectified
1371 handling of trailing blank lines between items.
1372
1373 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
1374 (allout-current-depth, allout-unprotected, allout-hidden-p)
1375 (allout-on-current-heading-p, allout-listify-exposed)
1376 (allout-chart-subtree, allout-goto-prefix)
1377 (allout-back-to-current-heading, allout-get-body-text)
1378 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
1379 (allout-hide-region-body, allout-toggle-subtree-encryption)
1380 (allout-encrypt-string, allout-encrypted-key-info)
1381 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
1382 (allout-file-vars-section-data): Adjusted for use with
1383 invisible-text overlays instead of selective-display.
1384
1385 (allout-kill-line, allout-kill-topic, allout-yank-processing):
1386 Reworked for use with invisible text overlays.
1387
1388 (allout-current-topic-collapsed-p): New function.
1389
1390 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
1391 to know when to close the containing topic.
1392
1393 (allout-pre-command-business, allout-post-command-business):
1394 Simplify undo-batching and dynamic isearch exposure.
1395
1396 (allout-set-overlay-category): New for invisible-text overlays.
1397 Sets properties of allout-overlay-category, used by
1398 allout-flag-region to set invisible-text overlay properties.
1399 (allout-get-invisibility-overlay): Get the first qualifying
1400 invisibility overlay, so we can find the extent of it.
1401 (allout-back-to-visible-text): Get to just before the beginnining
1402 of the current invisibility overlay, if any.
1403
1404 (allout-overlay-insert-in-front-handler)
1405 (allout-overlay-interior-modification-handler)
1406 (allout-before-change-handler, allout-isearch-end-handler): New
1407 functions to handle extraordinary actions affecting concealed
1408 text.
1409
1410 (allout-flag-region): Use overlays instead of selective-display
1411 for invisible text - by inheritence from the properties of
1412 allout-overlay-category in mainline Emacs, and applied
1413 property-by-property in XEmacs, some recent versions of which
1414 don't inherit the properties from the category. Provisions to
1415 respond to concealed-text edits simplified drastically.
1416
1417 (allout-isearch-rectification, allout-isearch-was-font-lock)
1418 (allout-isearch-expose, allout-enwrap-isearch)
1419 (allout-isearch-abort, allout-pre-was-isearching)
1420 (allout-isearch-prior-pos, allout-isearch-did-quit)
1421 (allout-isearch-dynamic-expose)
1422 (allout-hide-current-entry-completely): Functions deleted.
1423
1424 (allout-undo-aggregation): Explicit undo aggregation no longer
1425 necessary due to transition away from selective-display.
1426
1427 (set-allout-regexp, allout-up-current-level)
1428 (allout-next-visible-heading, allout-forward-current-level)
1429 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
1430 (allout-kill-line, allout-yank-processing, allout-show-children)
1431 (allout-expose-topic, allout-old-expose-topic)
1432 (allout-listify-exposed, allout-insert-latex-header)
1433 (allout-toggle-subtree-encryption, allout-encrypt-string)
1434 (remove-from-invisibility-spec, allout-hide-current-subtree):
1435 Ditched unused variables.
1436
1437 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
1438
1439 * textmodes/ispell.el (ispell-change-dictionary): Call
1440 ispell-buffer-local-dict instead of
1441 ispell-accept-buffer-local-defs.
1442 (ispell-local-dictionary-alist): Accept as valid any coding-system
1443 supported by Emacs.
1444 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
1445 changed to iso-8859-3.
1446
1447 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
1448
1449 * speedbar.el (speedbar-frame-width): Make an inline function
1450 instead of a macro. Use frame-width.
1451 (speedbar-try-completion, speedbar-update-contents)
1452 (speedbar-timer-fn): Use consp.
1453 (speedbar-update-localized-contents): Try to preserve point.
1454
1455 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
1456 (menu): Re-order menu items.
1457 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
1458 field.
1459 (gdb-var-update-handler-1): Use it for GDB 6.4+.
1460 (gdb-post-prompt): Speed things by not forcing update.
1461
1462 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
1463
1464 * wid-edit.el (widget-button-click): For mouse-1, cancel button
1465 press and perform default action if we get a mouse movement event.
1466
1467 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
1468
1469 * calendar/icalendar.el (icalendar--get-event-property)
1470 (icalendar--get-event-property-attributes): Fix typos in
1471 docstrings.
1472
1473 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
1474 docstring.
1475
1476 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
1477
1478 * bs.el (bs-mode): Use `buffer-disable-undo'.
1479 (bs--get-file-name): Simplify.
1480 (bs-show-in-buffer): Mark the buffer as not modified.
1481
1482 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1483
1484 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1485 widget-button-click.
1486
1487 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1488 (custom-mode): Update docstring.
1489
1490 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1491 binding.
1492
1493 * files.el (hack-local-variables-confirm): Allow scrolling if the
1494 file variable list is too long. Kill temp buffer after use.
1495
1496 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
1497
1498 * progmodes/gud.el (gdb): Improve doc string.
1499 (gdb-script-font-lock-keywords): Expand allowed character set.
1500
1501 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1502 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1503 (gdb-separate-io-interrupt, gdb-separate-io-quit)
1504 (gdb-separate-io-stop, gdb-separate-io-eof):
1505 Rename from gdb-inferior-* to gdb-separate-*.
1506 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1507
1508 2006-02-14 Jay Belanger <belanger@truman.edu>
1509
1510 * calc/calc-arith.el (math-check-known-scalarp): Make sure
1511 expression is a symbol before checking that it is bound.
1512
1513 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1514 test to see if equation can be solved.
1515
1516 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
1517
1518 * wid-edit.el (widget-button-click): Use :pressed-face property
1519 for overlay face, if it exists.
1520
1521 * cus-edit.el (custom-manual, custom-add-see-also)
1522 (custom-add-parent-links, custom-group-link): Add :pressed-face
1523 property to links.
1524
1525 * files.el (hack-local-variables): Remove ignored variables before
1526 checking if any variables need setting.
1527
1528 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1529
1530 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1531
1532 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
1533
1534 * help.el (where-is): Fix message for remapped commands.
1535
1536 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1537 Fix typos in docstrings.
1538
1539 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
1540
1541 * files.el (safe-local-variable-values): New option.
1542 (hack-local-variables-prop-line): Return a list of variable-value
1543 pairs if MODE-ONLY is non-nil.
1544 (hack-local-variables): Construct list of variable-value pairs,
1545 and apply or reject them in one go. Ask for confirmation if
1546 variables are not known safe.
1547 (hack-local-variables-confirm): Complete rewrite. Support
1548 `safe-local-variable-values'.
1549 (enable-local-variables): Update docstring to reflect new
1550 behavior.
1551 (ignored-local-variables): Ignore ignored-local-variables and
1552 safe-local-variable-values.
1553 (safe-local-variable-p): New function.
1554 (risky-local-variable-p): `safe-local-variable' property check
1555 moved to safe-local-variable-p.
1556 (hack-one-local-variable): Checks moved to hack-local-variables.
1557
1558 (byte-compile-dynamic, c-basic-offset, c-file-style)
1559 (c-indent-level, comment-column, fill-column, fill-prefix)
1560 (indent-tabs-mode, kept-new-versions, no-byte-compile)
1561 (no-update-autoloads, outline-regexp, page-delimiter)
1562 (paragraph-start, paragraph-separate, sentence-end)
1563 (sentence-end-double-space tab-width, version-control):
1564 Add `safe-local-variable' property.
1565
1566 * find-lisp.el: Delete nonexistent `autocompile' file variable.
1567
1568 * icomplete.el, play/landmark.el: Change nonexistent
1569 `outline-layout' file variable to `allout-layout'.
1570
1571 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
1572
1573 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1574 (gdb-get-changed-registers): Test value of gud-minor-mode relative
1575 to gud-comint-buffer.
1576 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1577 gdb-ui.el for gdb-mi.el.
1578 (gdb-post-prompt, gdb-get-changed-registers): Move test for
1579 registers buffer to gdb-get-changed-registers.
1580 (gdb-breakpoint-regexp): New regexp. Allow toggling and
1581 deletion of catchpoints (throw and catch).
1582 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1583 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1584 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1585 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1586 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1587
1588 2006-02-13 Jay Belanger <belanger@truman.edu>
1589
1590 * calc/calc-arith.el (math-check-known-matrixp): Make sure
1591 expression is a symbol before checking that it is bound.
1592
1593 2006-02-13 Richard M. Stallman <rms@gnu.org>
1594
1595 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1596 for the minibuffer too, but not if resize-mini-windows will interfere.
1597
1598 * help.el (describe-key-briefly, describe-key): Do all arg-reading
1599 inside `interactive' spec.
1600 (describe-key-briefly-internal, describe-key-internal):
1601 Functions merged back into their callers.
1602
1603 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1604
1605 * info.el (info-xref-visited): Inherit from info-xref too.
1606 (Info-set-mode-line): Replace occurrences of `%' by `%%'
1607 when propertizing Info-current-file and Info-current-node.
1608
1609 2006-02-13 Juri Linkov <juri@jurta.org>
1610
1611 * tumme.el (tumme-thumbnail-storage): Fix docstring.
1612 (tumme-thumb-name): Fix per-directory format.
1613
1614 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
1615
1616 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1617
1618 2006-02-12 Miles Bader <miles@gnu.org>
1619
1620 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1621
1622 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
1623
1624 * tumme.el: Remove history section. If someone needs the it, it
1625 can always be found in CVS.
1626
1627 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1628
1629 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
1630 about the Thumbnail Managing Standard option.
1631
1632 2006-02-12 Richard M. Stallman <rms@gnu.org>
1633
1634 * subr.el (substitute-key-definition): Doc fix.
1635
1636 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1637
1638 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1639
1640 * info.el (Info-mode): Doc fix.
1641
1642 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1643
1644 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
1645
1646 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1647 because on Solaris a POSIX compatible "id" is needed. Reported by
1648 Magnus Henoch <mange@freemail.hu>.
1649
1650 2006-02-12 Juri Linkov <juri@jurta.org>
1651
1652 * tumme.el: Remove todo item about Thumbnail Managing Standard.
1653 (tumme) <defgroup>: Change :group to `multimedia'.
1654 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1655 Managing Standard.
1656 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1657 Fix dostring.
1658 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1659 and %y. Fix docstring.
1660 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1661 (tumme-cmd-create-standard-thumbnail-command): New user options.
1662 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1663 is `standard'. Fix docstring.
1664 (tumme-thumb-width, tumme-thumb-height): New user options.
1665 (tumme-external-viewer): Try to find various viewers.
1666 (tumme-get-thumbnail-image): Use `create-image' instead of
1667 constructing the `image' structure.
1668 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1669 `standard'.
1670 (tumme-thumb-name): Add file name generation for standard storage.
1671 Simplify code for other storages.
1672 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1673 Add modification time %m and thumbnail-nq8 %q.
1674 Use `tumme-cmd-create-standard-thumbnail-command' if
1675 tumme-thumbnail-storage is `standard'.
1676 (tumme-dired-insert-marked-thumbs): New autoload command.
1677 (tumme-dired-after-readin-hook): New function.
1678 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1679 `tumme-thumb-size'.
1680 (tumme-display-image): Replace size-x %x and size-y %y with
1681 width %w and height %h.
1682
1683 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1684 `tumme-dired-insert-marked-thumbs'.
1685
1686 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1687
1688 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1689 include path).
1690 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1691 matching tag.
1692
1693 2006-02-12 Miles Bader <miles@gnu.org>
1694
1695 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1696 New variables.
1697 (rcirc-abbrev-nick): New function.
1698 (rcirc-format-response-string): Rewrite to use the formats in
1699 `rcirc-response-formats' and expand escape sequences therein.
1700 A text-property `rcirc-text' is added over the actual response
1701 text to make easy to find inside the returned string.
1702 (rcirc-print): When filling, just look for the `rcirc-text'
1703 text-property to find the appropriate fill prefix, instead of
1704 using hardwired patterns.
1705
1706 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1707
1708 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1709 Managing Standard.
1710
1711 2006-02-11 Kim F. Storm <storm@cua.dk>
1712
1713 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1714 Don't use insert-buffer; do insert-buffer-substring directly.
1715 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
1716
1717 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1718
1719 * files.el (revert-buffer, recover-file): Replace buffer-read-only
1720 with inhibit-read-only. Suggested by Stefan Monnier.
1721 (revert-buffer): Let insert-file-contents discard
1722 buffer-undo-list. Simplify code.
1723 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1724
1725 2006-02-11 Eli Zaretskii <eliz@gnu.org>
1726
1727 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1728
1729 * help.el (describe-key-briefly): Now a wrapper for
1730 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
1731 to t. Populate yank-menu if empty.
1732 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1733 (describe-key): Now a wrapper for describe-key-internal. Bind
1734 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
1735 (describe-key-internal): Renamed from describe-key.
1736
1737 2006-02-11 Milan Zamazal <pdm@zamazal.org>
1738
1739 * progmodes/glasses.el (glasses-separator): Doc fix.
1740 (glasses-original-separator): New defcustom.
1741 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1742
1743 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1744
1745 * mwheel.el (mouse-wheel-up-event): Doc fix.
1746
1747 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1748
1749 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1750 (tumme-dir): New function. Copied from thumbs.el.
1751
1752 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
1753
1754 * desktop.el (desktop-outvar): Fix typo.
1755 (desktop-save-buffer-p): Doc fix.
1756
1757 * subr.el (substitute-key-definition): Fix typo.
1758
1759 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1760
1761 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1762 when window-system is mac.
1763
1764 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1765
1766 2006-02-10 Kim F. Storm <storm@cua.dk>
1767
1768 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1769 indirect-function instead of using condition-case.
1770
1771 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1772
1773 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1774 less `colloquial'...
1775
1776 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1777
1778 * tumme.el: Add a couple of todo items.
1779
1780 2006-02-09 Lars Hansen <larsh@soem.dk>
1781
1782 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1783 (highlight-changes-mode): Don't change desktop-locals-to-save.
1784
1785 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
1786
1787 * image-mode.el (image-toggle-display): Clear image cache if using
1788 filename.
1789
1790 2006-02-09 Masatake YAMATO <jet@gyve.org>
1791
1792 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1793 a `dired-man' target.
1794
1795 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1796 boundary of symbols.
1797
1798 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1799
1800 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1801
1802 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
1803
1804 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1805 `mapcar'; return nil.
1806
1807 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
1808
1809 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1810 some other event.
1811
1812 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
1813
1814 * net/rcirc.el (rcirc-startup-channels-alist):
1815 Add irc.freenode.net and #emacs as defaults.
1816 (rcirc-ignore-all-activity-flag): Remove variable.
1817 (rcirc-authinfo): New variable.
1818 (rcirc-authinfo-filename): Remove variable.
1819 (rcirc-always-use-server-buffer-flag): New flag.
1820 (rcirc): M-x rcirc will automatically connect without prompting.
1821 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1822 connection in lisp.
1823 (rcirc-process-server-response-1): Remove everything but the nick
1824 portion of the sender so it doesn't need to be done everywhere
1825 else. Update related code.
1826 (global-map): Remove global keybindings.
1827 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1828 (rcirc-send-input): Split into several functions.
1829 (rcirc-process-input-line, rcirc-process-message)
1830 (rcirc-process-command): New functions.
1831 (rcirc-target-buffer): New function to determine where to route
1832 messages.
1833 (rcirc-user-nick): Save match data.
1834 (rcirc-toggle-ignore-buffer-activity)
1835 (rcirc-update-activity-string): Remove global ignore functionality,
1836 which can be done now by toggling rcirc-track-minor-mode.
1837 (rcirc-track-minor-mode-map): New keymap.
1838 (rcirc-track-minor-mode): New minor-mode.
1839 (ignore): Make the ignore output nicer. Always print it when
1840 adding or removing nicks.
1841 (rcirc-url-regexp): Improve.
1842 (rcirc-mangle-text): Remove properties before using text in the
1843 modeline.
1844 (rcirc-authenticate): Authentication data comes from
1845 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1846 (rcirc-server-prefix): Inherit from rcirc-server.
1847
1848 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1849
1850 * Makefile.in (compile): Append "|| true" to the end of the `find'
1851 command, like compile-always does.
1852
1853 2006-02-08 Sam Steingold <sds@gnu.org>
1854
1855 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1856 output from a dead connection.
1857
1858 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1859
1860 * dired.el (dired-mode-map): Add more bindings for tumme.
1861
1862 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * wdired.el (wdired-mode-map): Use remap.
1865 (wdired-get-filename): Massage.
1866 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1867 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1868 `keymap' property rather than `local-map'.
1869
1870 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1871
1872 * tumme.el (tumme-get-thumbnail-image): New utility function.
1873 Suggested by from Chong Yidong.
1874 (tumme-dired-with-window-configuration): Rename from
1875 `tumme-dired'. Add code to save window configuration.
1876 (tumme-restore-window-configuration): New command to restore the
1877 window configuration that `tumme-dired-with-window-configuration'
1878 saves before it changes the window configuration.
1879 (tumme-show-all-from-dir): New command to display thumbnails for
1880 all files in a directory entered by the user, like M-x thumbs.
1881 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1882 have been created.
1883 (tumme-display-thumbnail-original-image): Call `display-buffer'.
1884 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1885 Remove obsolete test function.
1886
1887 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
1888
1889 * vc.el (small-temporary-file-directory): Remove defvar; there's
1890 a defcustom for it in files.el.
1891
1892 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1893 Fix typo in message.
1894 (tumme-gallery-generate): Fix typo in `error' message.
1895 (tumme-display-window-height-correction)
1896 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1897 (tumme-line-up-interactive): Dox fixes.
1898 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1899 (tumme-restore-window-configuration, tumme-format-properties-string)
1900 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1901 Fix typos in docstrings.
1902
1903 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1904
1905 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1906
1907 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
1908
1909 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1910 User should use hook if desired.
1911
1912 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1913 buffer if necessary.
1914 (gdb-delete-frame-or-window): New function.
1915 (gdb-breakpoints-mode-map): Bind "q" to it.
1916
1917 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1918
1919 * textmodes/nroff-mode.el: Clean up name space.
1920 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1921 (nroff-mode): Obey the global setting of nroff-electric-mode.
1922 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1923
1924 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1925
1926 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1927
1928 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1929
1930 2006-02-06 Lars Hansen <larsh@soem.dk>
1931
1932 * generic-x.el (etc-fstab-generic-mode): Add file system types
1933 cifs and usbdevfs. Allow special chars in file names.
1934
1935 2006-02-05 Jay Belanger <belanger@truman.edu>
1936
1937 Update copyright notices of the files in lisp/calc.
1938
1939 2006-02-05 Romain Francoise <romain@orebokech.com>
1940
1941 Update copyright notices of all files in the lisp/play directory.
1942
1943 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1944
1945 * ldefs-boot.el: Regenerate.
1946
1947 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1948
1949 2006-02-05 Kim F. Storm <storm@cua.dk>
1950
1951 * files.el (magic-mode-regexp-match-limit): New defvar.
1952 (set-auto-mode): Use it to limit magic-mode-alist matching.
1953
1954 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1955
1956 * simple.el (display-message-or-buffer): Compare the number of
1957 characters to the frame width when determining whether a 1-line
1958 message string will fit in the echo area. Count screen lines
1959 instead of buffer lines when determining whether a multi-line
1960 message will fit in the echo area/minibuffer window.
1961
1962 2006-02-04 Eli Zaretskii <eliz@gnu.org>
1963
1964 * info.el (Info-index, Info-mode): Improve the description of the
1965 `i' command.
1966
1967 * ldefs-boot.el: Regenerate.
1968
1969 2006-02-03 Werner Lemberg <wl@gnu.org>
1970
1971 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1972 greedy to find the closing bracket in \*[...] and similar
1973 expressions. This is a first rough fix -- many additional
1974 refinements are necessary to make nroff mode really usable with groff.
1975
1976 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1977
1978 * international/mule-cmds.el (set-locale-environment):
1979 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1980 libX11.
1981
1982 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1983
1984 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1985 archive are created in archive-tmpdir.
1986
1987 2006-02-02 John Paul Wallington <jpw@pobox.com>
1988
1989 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1990 (ibuffer-fontification-alist): Use it.
1991 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1992 to "* z" and the Ibuffer Mark menu.
1993
1994 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1995
1996 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1997
1998 * textmodes/table.el (*table--cell-describe-mode)
1999 (*table--cell-describe-bindings): Undo last change since
2000 print-help-return-message is not obsoleted by anything at all.
2001
2002 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
2003
2004 * emulation/cua-base.el (cua-mode): Doc fix.
2005
2006 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
2007
2008 * dframe.el (dframe-handle-make-frame-visible)
2009 (dframe-handle-iconify-frame, dframe-get-focus)
2010 (dframe-select-attached-frame, dframe-power-click)
2011 (dframe-frame-mode): Fix typos in docstrings.
2012
2013 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2014 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2015 Fix typos in docstrings.
2016
2017 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2018 (hi-lock-face-buffer, hi-lock-font-lock-hook)
2019 (hi-lock-archaic-interface-message-used)
2020 (hi-lock-file-patterns-range): Fix typos in docstrings.
2021
2022 * savehist.el (savehist-loaded, savehist-load, savehist-install)
2023 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2024
2025 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2026 Fix typo in docstring.
2027
2028 * net/newsticker.el (newsticker--decode-iso8601-date)
2029 (newsticker--set-customvar, newsticker--buffer-insert-item)
2030 (newsticker--do-run-auto-mark-filter)
2031 (newsticker--parse-generic-feed): Doc fixes.
2032 (newsticker--retrieval-timer-list, newsticker-url-list)
2033 (newsticker-hide-immortal-items-in-echo-area)
2034 (newsticker-hide-obsolete-items-in-echo-area)
2035 (newsticker-new-item-face, newsticker--enclosure)
2036 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2037 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2038 (newsticker--parse-generic-feed, newsticker--cache-contains)
2039 (newsticker--stat-num-items, newsticker-download-enclosures):
2040 Fix typos in docstrings.
2041
2042 * net/rcirc.el (rcirc-debug): Doc fix.
2043 (rcirc-fill-column, rcirc-receive-message-hooks)
2044 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2045 (rcirc-mode, rcirc-generate-new-buffer-name)
2046 (rcirc-startup-channels, rcirc-ignore-update-automatic)
2047 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2048 Fix typos in docstrings.
2049 (rcirc-print): "?\ " -> "?\s".
2050 (rcirc-cmd-join): Improve argument/docstring consistency.
2051
2052 2006-02-01 Mark A. Hershberger <mah@everybody.org>
2053
2054 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2055 before narrow-to-region.
2056
2057 2006-02-01 Richard M. Stallman <rms@gnu.org>
2058
2059 * simple.el (move-beginning-of-line): Scan properly for invis change.
2060
2061 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2062
2063 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
2064
2065 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2066 change bit only when id-format is 'integer. Reported by Matt
2067 Hodges <M.P.Hodges@rl.ac.uk>.
2068
2069 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
2070
2071 * hilit-chg.el (highlight-changes-initial-state)
2072 (highlight-changes-global-initial-state): Doc fixes.
2073 (highlight-changes-global-modes, global-highlight-changes):
2074 Fix typos in docstrings.
2075
2076 2006-02-01 Kim F. Storm <storm@cua.dk>
2077
2078 * emulation/cua-base.el (cua-mode): Mention that CUA enables
2079 transient-mark-mode in doc string.
2080
2081 2006-01-31 Richard M. Stallman <rms@gnu.org>
2082
2083 * replace.el (multi-occur): Doc fix.
2084 (multi-occur-in-matching-buffers): Rename from
2085 multi-occur-by-filename-regexp. Prefix arg says match
2086 buffer names instead of file names.
2087
2088 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
2089
2090 * bs.el: Allow non-default values of `bs-header-lines-length'.
2091 (bs--running-in-xemacs): Remove (not needed anymore).
2092 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2093 instead of `shrink-window', thus avoiding having to compute the
2094 height of the window.
2095 (bs--up): Wrap around even when there's no header.
2096 (bs--down): Use `forward-line' instead of `next-line'.
2097
2098 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
2099
2100 * image-mode.el (image-toggle-display): Use file name if possible,
2101 instead of unnecessarily allocating a (possibly huge) lisp string.
2102
2103 2006-01-30 John Paul Wallington <jpw@pobox.com>
2104
2105 * subr.el (toplevel): Define `cl-assertion-failed' condition here
2106 because the `assert' macro signals it at runtime.
2107
2108 * emacs-lisp/cl.el (toplevel): Remove definition of
2109 `cl-assertion-failed' condition.
2110
2111 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
2112
2113 * thumbs.el (thumbs-marked-list): Make buffer-local and
2114 permanent-local.
2115 (thumbs-insert-thumb): Make help-echo non-sticky.
2116 (thumbs-file-alist): Use eolp as check for (non)-image.
2117
2118 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
2119
2120 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2121 (ediff-before-session-group-setup-hooks)
2122 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2123 Fix typos in docstrings.
2124
2125 * window.el (bw-dir, bw-eqdir, balance-windows)
2126 (split-window-keep-point): Fix typos in docstrings.
2127
2128 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2129 (org-quote-string, org-calendar-to-agenda-key)
2130 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2131 (org-show-following-heading, org-tags-column)
2132 (org-use-tag-inheritance, org, org-allow-space-in-links)
2133 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2134 (org-enable-table-editor, org-calc-default-modes)
2135 (org-table-allow-automatic-line-recalculation)
2136 (org-export-html-style, org-export-with-fixed-width)
2137 (org-export-with-sub-superscripts, org-special-keyword)
2138 (org-formula, org-time-grid, org-table-may-need-update)
2139 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2140 (org-goto-quit, org-get-indentation, org-end-of-item)
2141 (org-move-item-down, org-move-item-up)
2142 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2143 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2144 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2145 (org-agenda-log-mode, org-agenda-toggle-diary)
2146 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2147 (org-agenda-file-to-end, org-agenda-no-heading-message)
2148 (org-agenda-get-closed, org-format-agenda-item)
2149 (org-cmp-priority, org-cmp-category, org-cmp-time)
2150 (org-agenda-change-all-lines, org-agenda-diary-entry)
2151 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2152 (org-link-search, org-camel-to-words, org-open-file)
2153 (org-remember-handler, org-table-convert-region)
2154 (org-table-move-row-down, org-table-move-row-up)
2155 (org-table-copy-region, org-table-wrap-region)
2156 (org-table-toggle-vline-visibility)
2157 (org-table-get-vertical-vector, org-table-modify-formulas)
2158 (org-table-get-specials, org-recalc-commands)
2159 (org-table-rotate-recalc-marks, org-table-eval-formula)
2160 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2161 (org-level-color-stars-only, org-insert-heading):
2162 Fix typos in docstrings.
2163 (last-arg): Add defvar.
2164
2165 * makefile.w32-in (WINS): Add erc.
2166 (MH_E_SRC): Update (copied from lisp/Makefile.in).
2167
2168 2006-01-29 Bill Wohler <wohler@newt.com>
2169
2170 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2171 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2172 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
2173 (mh-autoloads): Don't use comments on otherwise empty lines.
2174
2175 2006-01-29 Edward O'Connor <ted@oconnor.cx>
2176
2177 * emulation/viper.el (viper-major-mode-modifier-list): Add
2178 insert-state and vi-state entries for erc-mode.
2179 (viper-go-away, viper-set-hooks): Add and remove
2180 viper-comint-mode-hook from erc-mode-hook as appropriate.
2181
2182 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2183
2184 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * bs.el (bs--format-aux): Implement `middle' alignment as
2187 described in the docstring for `bs-attributes-list'.
2188 (bs--get-name): Simplify. Don't pad the buffer name.
2189
2190 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
2191
2192 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2193 English aspell dictionary is installed, use the first entry of
2194 ispell-dictionary-alist-1.
2195
2196 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
2197
2198 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2199 Doc fix.
2200
2201 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
2202
2203 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2204 for `process-file', in order to let it work for older Emacsen too.
2205
2206 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2207
2208 * international/latexenc.el: Add a suitable `coding:' tag.
2209 (latexenc-find-file-coding-system): Undo last change.
2210
2211 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2212
2213 * international/latexenc.el (latexenc-find-file-coding-system):
2214 Make sure latexenc-main-file is a regular file and is readable.
2215
2216 2006-01-27 Andre Spiegel <spiegel@gnu.org>
2217
2218 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2219 Pass FILE to vc-user-login-name.
2220
2221 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2222
2223 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
2224
2225 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2226 there are no more images to display.
2227 (thumbs-mark, thumbs-unmark): Revert change so that they move to
2228 the next image.
2229
2230 2006-01-26 Richard M. Stallman <rms@gnu.org>
2231
2232 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2233
2234 * wid-edit.el (advertised-widget-backward): New alias.
2235 (widget-keymap): Use advertised-widget-backward for S-TAB.
2236
2237 * tumme.el: Correct the keywords.
2238 (tumme-dir-max-size): Use defvar.
2239 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2240
2241 * simple.el (move-beginning-of-line): Take account of fields.
2242 (clone-indirect-buffer-other-window): Take args like
2243 clone-indirect-buffer, and work like it.
2244
2245 * help-fns.el (describe-function): Don't pass `nil' as default.
2246
2247 * files.el (risky-local-variable-p): Follow var aliases.
2248
2249 * subr.el (lazy-completion-table): Doc fix.
2250
2251 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2252 global binding of `line'.
2253
2254 2006-01-25 Andre Spiegel <spiegel@gnu.org>
2255
2256 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2257 Tramp.
2258
2259 * vc.el (vc-default-dired-state-info): Pass FILE to
2260 vc-user-login-name.
2261 (vc-default-update-changelog): Don't use vc-user-login-name, we
2262 don't need it here.
2263
2264 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2265 no longer necessary.
2266
2267 2006-01-25 Kenichi Handa <handa@m17n.org>
2268
2269 * international/mule.el (decode-char): Avoid the overhead of
2270 calling utf-lookup-subst-table-for-decode if
2271 utf-translate-cjk-mode is nil.
2272 (encode-char): Avoid the overhead of calling
2273 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
2274 nil.
2275
2276 2006-01-22 Kenichi Handa <handa@m17n.org>
2277
2278 * international/mule.el (make-subsidiary-coding-system): Reset
2279 `coding-system-define-form' property of subsidiaries to nil.
2280 Avoid duplicated entry in coding-system-alist.
2281 (make-coding-system): Avoid duplicated entry in
2282 coding-system-alist.
2283 (define-coding-system-alias): Likewise.
2284
2285 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
2286
2287 * completion.el: Minor fixes in introductory comment.
2288 (completion-def-wrapper): Fix alist.
2289
2290 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
2291
2292 * thumbs.el (thumbs-new-image-size): New function.
2293 (thumbs-increment-image-size-element)
2294 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
2295 (thumbs-decrement-image-size): Delete.
2296 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
2297 temp files and use to resize.
2298 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
2299 Use increment argument to enlarge/shrink. Preserve point.
2300 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
2301 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
2302 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
2303 (thumbs-mark, thumbs-unmark): Preserve point.
2304 (thumbs-modify-image): Keep old temp files and use to modify.
2305 Cleanup old temp files at load time. Preserve point.
2306 (thumbs-view-image-mode-map): Use new command names.
2307
2308 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * log-view.el (log-view-minor-wrap): First rev is the one at point.
2311
2312 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
2313 the nastiest part of the cyclic dependency.
2314 (cal-menu-update): Use dotimes and calendar-increment-month.
2315
2316 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
2317 (calendar-week-start-day): Add an :initializer.
2318 (calendar-mode-map): Use suppress-keymap, and command remapping.
2319 (describe-calendar-mode): Setup xref-stack info for the back button.
2320 (calendar-star-date): Insert before delete.
2321 (calendar-set-mode-line): Add file-modified info if applicable.
2322 (calendar-increment-month): New function.
2323
2324 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
2325
2326 * font-lock.el (lisp-font-lock-keywords-2):
2327 Recognize "& keywords" only at word boundaries.
2328
2329 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
2330
2331 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
2332 and permanent-local.
2333 (thumbs-max-image-number): New variable.
2334 (thumbs-do-thumbs-insertion): Use them.
2335 (thumbs-per-line): Change default to 4.
2336 (thumbs-marked-list): Rename from thumbs-markedL.
2337 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
2338 (thumbs-rename-images): Use -list instead of L for internal variables.
2339 (thumbs-call-convert): Use call-process instead of shell-command.
2340 (thumbs-insert-thumb): Add filename as help-echo to each image.
2341 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
2342 Give dir to thumbs-show-thumbs-list.
2343 (thumbs-show-thumbs-list): Set default-directory to that of images.
2344 (thumbs-dired-show): Rename from thumbs-dired-show-all.
2345 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
2346 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
2347 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
2348
2349 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * ses.el (ses-read-cell): Provide a default value.
2352
2353 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
2354
2355 * term/w32-win.el (image-library-alist): Add additional names for
2356 GIF library.
2357
2358 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2359
2360 * international/latexenc.el (latexenc-find-file-coding-system):
2361 Add file-regular-p check.
2362
2363 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * simple.el (clone-buffer): Don't show the new buffer in the same
2366 window.
2367
2368 2006-01-23 Juri Linkov <juri@jurta.org>
2369
2370 * faces.el (link, link-visited): New faces based on default values
2371 of `info-xref' and `info-xref-visited'.
2372
2373 * info.el (info-xref): Inherit from `link'.
2374 (info-xref-visited): Inherit from `link-visited'.
2375
2376 * cus-edit.el (custom-buffer-create-internal): Use widget type
2377 `custom-manual' instead of `info-link' and don't set properties
2378 `button-face' and `mouse-face' explicitly.
2379 (custom-browse-group-tag, custom-browse-variable-tag)
2380 (custom-browse-face-tag): Inherit from widget class
2381 `custom-group-link' instead of `push-button'.
2382 (custom-button-unraised): Inherit from `underline' face.
2383 (custom-link): Inherit from `link' face. Fix doc and group.
2384 (custom-add-parent-links, custom-group-value-create): Don't set
2385 properties `button-face' and `mouse-face' explicitly for
2386 `custom-group-link' widget.
2387 (custom-group-link): Add properties `button-face' and `mouse-face'
2388 to widget definition.
2389 (custom-field-keymap): New variable. Put `custom-field-keymap' to
2390 editable-field's :keymap property.
2391 (custom-mode): Fix docstring: substitute keybindings for
2392 `widget-forward' and `widget-backward' from `widget-keymap',
2393 `widget-complete' from `custom-field-keymap', replace old
2394 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
2395
2396 * desktop.el (desktop-load-file): Check for `fboundp' before
2397 calling `symbol-function'.
2398
2399 * simple.el (clone-buffer, clone-indirect-buffer)
2400 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
2401 `read-string'. Fix prompts.
2402
2403 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
2404
2405 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
2406
2407 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
2408
2409 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
2410
2411 * startup.el (inhibit-splash-screen, initial-scratch-message):
2412 Doc fixes.
2413
2414 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
2415
2416 Sync with Tramp 2.0.52.
2417
2418 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
2419 net/tramp-vc.el: Add code for unloading Tramp. See comment before
2420 `tramp-unload-tramp' for checklist.
2421
2422 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
2423 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
2424 (tramp-unload-file-name-handler-alist)
2425 (tramp-unload-tramp): New defuns.
2426 (tramp-advice-PC-expand-many-files): New defadvice.
2427 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
2428 removed.
2429 (tramp-handle-expand-file-name): Remove double slash.
2430 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
2431 It doesn't matter, because it will be converted later on.
2432 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
2433 implementation was just heuristic.
2434 (tramp-post-connection): Set uid and gid properties.
2435 (tramp-convert-file-attributes): Set file's gid change bit.
2436 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
2437 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
2438 in case of su(do)? methods. The home directory of the local user
2439 will be taken else.
2440 (tramp-open-connection-telnet)
2441 (tramp-open-connection-rsh, tramp-open-connection-su)
2442 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
2443 local shell prompt could hurt. Reported by Romain Francoise
2444 <romain@orebokech.com>.
2445 (tramp-let-maybe): Add `edebug-form-spec' property.
2446 (tramp-handle-expand-file-name): Bind `default-directory' locally
2447 to "/" in order to avoid problems with UNC shares or Cygwin
2448 mounts.
2449 (tramp-md5-function): Fix typo in error message.
2450
2451 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
2452
2453 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
2454 for byte-compiler pacification.
2455
2456 2006-01-22 Andre Spiegel <spiegel@gnu.org>
2457
2458 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
2459 ID-FORMAT `string'. This allows us to get rid of
2460 `vc-user-login-name UID'.
2461
2462 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
2463
2464 2006-01-22 John Paul Wallington <jpw@pobox.com>
2465
2466 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
2467
2468 2006-01-21 Martin Rudalics <rudalics@gmx.at>
2469
2470 * emacs-lisp/find-func.el (find-definition-noselect)
2471 (find-variable-noselect): Search variables in C source code too.
2472 (find-function-C-source, find-function-noselect, find-function)
2473 (find-function-other-frame, find-variable-noselect, find-variable)
2474 (find-variable-other-frame, find-variable-at-point):
2475 Fix docstrings.
2476
2477 2006-01-21 Francesco Potorti` <pot@gnu.org>
2478
2479 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2480
2481 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
2482
2483 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2484 Default to disabling the "Save affix" question.
2485
2486 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
2487
2488 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2489 the first arg to run-python.
2490
2491 2006-01-21 Eli Zaretskii <eliz@gnu.org>
2492
2493 * startup.el (command-line-1): Handle --no-desktop if desktop.el
2494 is not loaded.
2495
2496 2006-01-20 Jay Belanger <belanger@truman.edu>
2497
2498 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2499 limit is 0.
2500
2501 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2502 the correct variable.
2503
2504 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
2505
2506 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2507 link. Fixed buggy argument sequence in call to `org-view-tags'.
2508 (org-compile-prefix-format): Set `org-prefix-has-tag'.
2509 (org-prefix-has-tag): New variable.
2510 (org-format-agenda-item): Remove tags from headline if
2511 appropriate.
2512 (org-agenda-remove-tags-when-in-prefix): New option.
2513 (org-get-tags-at): New function.
2514
2515 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
2516
2517 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
2518 (thumbs-find-image): Move image name and number from buffer name
2519 to mode name. Set thumbs-buffer. Preserve point so that large
2520 images remain visible.
2521 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2522 order.
2523 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
2524 mode name.
2525 (thumbs-next-image, thumbs-previous-image): Make them work.
2526
2527 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
2528
2529 * cus-edit.el (custom-buffer-create-internal): State in the text above
2530 the whole buffer buttons that they do not operate on hidden items.
2531 (custom-face-menu): Use `custom-face-save' instead of
2532 `custom-face-save-command'.
2533 (custom-face-save-command): Make it an alias for `custom-face-save'
2534 and declare it obsolete.
2535 (custom-face-save): Doc fix.
2536
2537 * dired.el (dired-no-confirm): Add quote.
2538 (dired-subdir-alist-pre-R): Add quote in
2539 `make-variable-buffer-local' form and remove unbalanced parenthesis.
2540
2541 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
2542
2543 * textmodes/table.el (table-mode-indicator): Typo in last change.
2544
2545 2006-01-19 Richard M. Stallman <rms@gnu.org>
2546
2547 * outline.el (hide-leaves): Don't call outline-end-of-heading.
2548 Fixes bug reported in Nov 2005.
2549
2550 * isearch.el (isearch-forward): Doc fix.
2551
2552 * dired.el (dired-move-to-filename-regexp): Define as alias.
2553 (dired-no-confirm): Use defcustom.
2554 (dired-subdir-alist-pre-R): Put defvar at top level.
2555
2556 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2557
2558 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2559 Mark as risky.
2560
2561 * simple.el (set-mark-command): Doc fix.
2562 (clone-indirect-buffer-other-window):
2563 Read arg like clone-indirect-buffer.
2564 (move-beginning-of-line): Skip invisible newlines.
2565
2566 2006-01-19 Masatake YAMATO <jet@gyve.org>
2567
2568 * progmodes/cpp.el (cpp-edit-load): Make the order of
2569 listed conditions in a base C code buffer and its associate
2570 CPP Edit buffer the same.
2571
2572 2006-01-19 Kenichi Handa <handa@m17n.org>
2573
2574 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2575 (rmail-mime-feature): Likewise.
2576 (rmail-require-mime-maybe): Use display-warning to show a warning
2577 message.
2578
2579 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2580 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2581
2582 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2583
2584 * array.el: Move defvars out of eval-when-compile.
2585 (array-make-template): Replace undeclared global var with a local one.
2586 (array-mode): Inline initialization functions.
2587 (array-init-local-variables, array-init-max-row)
2588 (array-init-max-column, array-init-columns-per-line)
2589 (array-init-field-width, array-init-rows-numbered)
2590 (array-init-line-length, array-init-lines-per-row): Remove.
2591
2592 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
2593 (doc-mode-map): Define explicitly.
2594 (doctor-txtype): Use mapc.
2595
2596 * textmodes/table.el: Move defvars out of eval-when-compile.
2597 Remove harmful code meant to avoid byte-compiler warnings.
2598 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
2599 specification that checks table-fixed-width-mode directly.
2600 (table-recognize-region, table-recognize-cell):
2601 Use restore-buffer-modified-p.
2602 (table-fixed-width-mode): Remove code that refreshes
2603 table-fixed-mode-indicator.
2604 (*table--cell-describe-bindings, *table--cell-describe-mode):
2605 Avoid obsolete name print-help-return-message.
2606 (table--test-cell-list): Don't use replace-regexp from elisp.
2607 (table--point-entered-cell-function, table--point-left-cell-function):
2608 Don't set table-fixed-mode-indicator, use force-mode-line-update.
2609
2610 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
2611 that was after the end of file. Use buffer-file-name variable.
2612 (org-timestamp-change): Use with-current-buffer.
2613 (org-todo-list): Don't unnecessarily define a new buffer-local var.
2614 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2615 `file'.
2616
2617 * progmodes/fortran.el: Move defvars out of eval-when-compile.
2618 (fortran-break-line): Remove unused var `opoint'.
2619 (fortran-abbrev-start): Obey help-event-list.
2620
2621 2006-01-18 Jesper Harder <harder@phys.au.dk>
2622
2623 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2624
2625 2006-01-18 Masatake YAMATO <jet@gyve.org>
2626
2627 * progmodes/make-mode.el (makefile-imake-mode): New mode
2628 derived from makefile-mode.
2629 (makefile-imake-mode-syntax-table): New syntax table
2630 derived from makefile-mode-syntax-table.
2631 (makefile-mode): Write about makefile-imake-mode in doc string.
2632 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2633 (makefile-imake-font-lock-keywords): New font lock keywords.
2634
2635 * files.el (auto-mode-alist): Add Imakefile.
2636
2637 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
2638
2639 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2640 loading the file rather than when turning on flyspell-mode.
2641
2642 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
2643
2644 * cus-edit.el (customize-rogue): Minor doc fix.
2645
2646 2006-01-17 Juri Linkov <juri@jurta.org>
2647
2648 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2649 instead of the file at the mark as default if the file at the mark
2650 is the same as the file at point or if dired-dwim-target-directory
2651 is not the same as the current directory and the mark is not active.
2652
2653 * log-view.el (log-view-minor-wrap): Use the same logic to get
2654 revisions as `log-view-diff'.
2655
2656 * info.el (Info-revert-find-node): Check for Info-current-file
2657 before preserving new-history.
2658
2659 * man.el (Man-heading-regexp): Add `/'.
2660
2661 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2662 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2663
2664 2006-01-16 Juri Linkov <juri@jurta.org>
2665
2666 * faces.el (mode-line-faces): New defgroup.
2667 (mode-line-highlight): Move definition after new defgroup.
2668 (mode-line, mode-line-inactive, mode-line-highlight):
2669 Replace :group `modeline' with `mode-line-faces'.
2670 (mode-line-buffer-id): New face.
2671 (modeline-buffer-id): New face alias.
2672 (vertical-border): Remove :group `modeline'.
2673
2674 * bindings.el (propertized-buffer-identification): Use face
2675 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2676 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2677 (mode-line-buffer-identification-keymap): For mouse-1 replace
2678 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2679 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2680 mouse-3.
2681
2682 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2683 Buffer-menu-buffer. Doc fix.
2684 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2685 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2686 `Buffer-menu-buffer'.
2687
2688 * info.el (Info-mode-line-node-keymap): New defvar.
2689 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2690 Propertize Info-current-node with `mode-line-buffer-id' and
2691 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2692
2693 * time.el (display-time-mail-face): Replace :group `faces' with
2694 `mode-line-faces'.
2695
2696 2006-01-16 Kenichi Handa <handa@m17n.org>
2697
2698 * international/code-pages.el: Add autoload cookies for cp125[0345678].
2699
2700 * language/european.el (cp1252): New alias for windows-1252.
2701
2702 * international/mule.el (autoload-coding-system): Prepare for EOL
2703 variants.
2704
2705 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2706
2707 * term.el (term-raw-map): Add mapping for insert.
2708 (term-send-insert): New.
2709 (term-mode): Make variables local here instead of doing it in
2710 `term-emulate-terminal'.
2711 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2712 Scroll reverse needs to take into account the scroll region.
2713 Saving and restoring the cursor should save the color attributes too.
2714 (term-reset-terminal): Reset the scroll region.
2715 (term-handle-ansi-escape): Cursor up and down should take into
2716 account the scroll region.
2717 (term-set-scroll-region): Rename from `term-scroll-region'.
2718 Move to 0,0 after setting the region.
2719 (term-handle-scroll): Handle scroll up.
2720 (term-down): Fix off by one error.
2721 (term-delete-lines): Do not delete outside the scroll region.
2722 (term-insert-lines): Take into account the scroll region.
2723
2724 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * textmodes/ispell.el (ispell-internal-change-dictionary)
2727 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2728 (start, end): Move declaration outside of eval-when-compile.
2729
2730 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2731 (flyspell-mode-on): Use it.
2732
2733 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2734 ispell-kill-ispell-hook.
2735
2736 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2737
2738 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2739 (Custom-reset-saved): Do not ask for confirmation in single option
2740 buffers.
2741
2742 2006-01-13 Richard M. Stallman <rms@gnu.org>
2743
2744 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2745
2746 2006-01-13 Romain Francoise <romain@orebokech.com>
2747
2748 * add-log.el (add-change-log-entry, change-log-merge):
2749 Conditionally use `hard-newline'.
2750
2751 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2752
2753 * wid-edit.el (widget-field-end): If the overlay is no longer
2754 associated with a buffer, behave as if the overlay didn't exist.
2755
2756 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2757 Make sure the links use the `custom-link' face.
2758
2759 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2760
2761 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2762 (ld-script-mode): Don't set indent-line-function since we don't
2763 have one.
2764
2765 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2766
2767 * textmodes/org.el (org-open-file): Use mailcap for selecting an
2768 application.
2769 (org-file-apps-defaults-gnu): Use mailcap as the default for
2770 selecting an application on a UNIX system.
2771 (org-agenda-show-tags): New command.
2772 (org-table-insert-hline): Keep cursor in current table line.
2773 (org-table-convert): Offset effect of modifying
2774 `org-table-insert-hline'.
2775 (org-format-agenda-item): New optional argument TAG.
2776 (org-compile-prefix-format): Handle %T format for the tag.
2777 (org-expand-wide-chars): New function.
2778 (org-table-insert-row, org-table-insert-hline):
2779 Use `org-expand-wide-chars'.
2780 (org-open-file): Fix bug in program launch.
2781 (org-get-time-of-day): Fix bug with times before 1am.
2782 (org-agenda-menu): Add tags commands.
2783
2784 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2785
2786 * textmodes/ispell.el (ispell-init-process): Include the used
2787 dictionary in ispell process start message.
2788 (ispell-internal-change-dictionary): When flyspell-mode is active
2789 and dictionary is changed, make sure ispell process is restarted
2790 and flyspell word cache cleared out for the current buffer.
2791 (ispell-change-dictionary): Make sure flyspell word cache is
2792 cleared out in all buffers with active flyspell mode when
2793 dictionary is globally changed.
2794 Call ispell-internal-change-dictionary after dictionary change.
2795
2796 2006-01-13 Eli Zaretskii <eliz@gnu.org>
2797
2798 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2799
2800 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2801 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2802 years. Fix small differences wrt Makefile.in.
2803 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2804 Makefile.in does.
2805
2806 2006-01-12 Bill Wohler <wohler@newt.com>
2807
2808 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2809 mh-search.el.
2810
2811 2006-01-12 Masatake YAMATO <jet@gyve.org>
2812
2813 * progmodes/ld-script.el: Update copyright year.
2814
2815 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
2816
2817 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2818 Don't add widget if setting undefined.
2819
2820 2006-01-12 John Paul Wallington <jpw@pobox.com>
2821
2822 * help-fns.el (describe-variable): Remove newlines from void
2823 variable output.
2824
2825 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
2826
2827 * wdired.el (wdired-mode-map): Add help echo for
2828 wdired-abort-changes.
2829
2830 * man.el (Man-file-name-regexp): Adjust for a list of files.
2831
2832 2006-01-12 Masatake YAMATO <jet@gyve.org>
2833
2834 * progmodes/ld-script.el (auto-mode-alist): Support
2835 suffix conventions used in netbsd and eCos.
2836
2837 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2838
2839 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2840 (custom-variable-menu, custom-face-menu, custom-group-menu)
2841 (Custom-mode-menu): Change names of menu items. (As discussed on
2842 emacs-devel.)
2843 (custom-face-menu): Add "Undo Edits" item.
2844
2845 * startup.el (init-file-user): defcustom -> defvar.
2846
2847 * tooltip.el (tooltip-mode): Doc fix.
2848
2849 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2850
2851 * reveal.el (reveal-post-command): window-buffer signals an error on
2852 dead windows rather than returning nil.
2853 (reveal-open-new-overlays): An overlay might die while we open others.
2854
2855 2006-01-11 Bill Wohler <wohler@newt.com>
2856
2857 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2858 phrasing in docstring.
2859
2860 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2861 can give some systems gas. Add new file mh-buffers.el.
2862
2863 2006-01-06 Masatake YAMATO <jet@gyve.org>
2864
2865 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2866 C preprocessor forward ported from GNU Emacs 21.2.
2867
2868 * progmodes/asm-mode.el (asm-font-lock-keywords):
2869 Use `cpp-font-lock-keywords'.
2870
2871 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2872
2873 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2874 of $ for "\\.ld[s]?".
2875
2876 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2879 (tcl-indent-line): Return `noindent' if inside a string.
2880
2881 * progmodes/flymake.el (flymake-split-string): Remove more than one
2882 empty string at beg/end of the result.
2883 (flymake-find-buildfile, flymake-find-possible-master-files):
2884 Use expand-file-name.
2885 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2886 since expand-file-name does it for us. Use directory-file-name.
2887 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2888 (flymake-ler-get-type, flymake-ler-get-text)
2889 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2890 (flymake-current-line-no): Remove spurious interactive spec.
2891 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2892 (flymake-check-include): Remove arg inc-path merged into inc-name.
2893 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2894 Arg regexp-list replaced by a simple regexp.
2895 (flymake-master-make-header-init, flymake-master-tex-init):
2896 Correspondingly replace regexp-list with a regexp. Fix regexp.
2897
2898 2006-01-10 Simon Josefsson <jas@extundo.com>
2899
2900 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2901 describing AUTH PLAIN fix.
2902
2903 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2904
2905 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2906 (report-emacs-bug): Don't record initial prompt text.
2907 Instead, add text properties to prompting text.
2908 (report-emacs-bug-hook): Delete prompting text.
2909
2910 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2912 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2913 `dirs'. Adjust callers.
2914
2915 2006-01-09 John Paul Wallington <jpw@gnu.org>
2916
2917 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2918
2919 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2920
2921 * reveal.el (reveal-open-new-overlays): New extracted fun.
2922 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2923 using them. Simplify the code.
2924 (reveal-post-command): Use them. Fix up obsolete windows in
2925 reveal-open-spots.
2926
2927 * progmodes/flymake.el: Use `require' rather than autoload for
2928 XEmacs's overlays.
2929 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2930 Delete. Use file-relative-name instead.
2931 (flymake-get-syntax-check-program-args, flymake-perl-init):
2932 Simplify the resulting code.
2933
2934 * log-view.el (log-view-file-re, log-view-message-re): Add support
2935 for DaRCS output.
2936
2937 2006-01-09 Alex Schroeder <alex@gnu.org>
2938
2939 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2940 identifiers sometimes added in square brackets at the beginning of
2941 subject lines.
2942
2943 2006-01-07 Richard M. Stallman <rms@gnu.org>
2944
2945 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2946 (Custom-reset-current, Custom-reset-saved): Change question text.
2947 (Custom-reset-standard): Likewise.
2948 (custom-variable-reset-saved): Doc fix.
2949
2950 2006-01-07 Eli Zaretskii <eliz@gnu.org>
2951
2952 * startup.el (init-file-user): Doc fix.
2953
2954 2006-01-07 Alex Schroeder <alex@gnu.org>
2955
2956 * mail/rmail.el (rmail-current-subject): New function.
2957 (rmail-current-subject-regexp): New function.
2958 (rmail-next-same-subject): Use it.
2959
2960 * mail/rmailsum.el (rmail-summary-by-topic):
2961 Use rmail-current-subject and rmail-current-subject-regexp.
2962 (rmail-summary-next-same-subject): Ditto.
2963
2964 * net/rcirc.el (rcirc-send-input): No longer check whether the
2965 process is open, since not all commands need an open process.
2966 (rcirc-send-string): Check whether the process is open before
2967 sending anything.
2968 (rcirc-ignore-list): New option.
2969 (rcirc-ignore-list-automatic): New variable.
2970 (rcirc-print): Take rcirc-ignore-list into account.
2971 (rcirc-cmd-ignore): New command.
2972 (rcirc-ignore-update-automatic): New function.
2973 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2974 list if ignored nicks.
2975 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2976
2977 2006-01-06 David Reitter <david.reitter@gmail.com>
2978
2979 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2980 reflect the address to which the report will be sent.
2981
2982 2006-01-06 Eli Zaretskii <eliz@gnu.org>
2983
2984 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2985 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2986
2987 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2988
2989 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2990
2991 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2992 the doc string: "functoin" => "function".
2993 * ldefs-boot.el: Likewise.
2994
2995 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2996 message text: "Duplicat" => "Duplicate".
2997
2998 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
2999
3000 * files.el (basic-save-buffer-2): If backing-up failed, reset
3001 buffer-backed-up to nil.
3002
3003 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
3004
3005 * progmodes/gud.el (gdb-script-skip-to-head)
3006 (gdb-script-calculate-indentation): Indent for breakpoint command
3007 lists also.
3008
3009 2006-01-05 Bill Wohler <wohler@newt.com>
3010
3011 * Makefile.in (compile-always): Add mh-autoloads dependency.
3012 (bootstrap): Remove mh-autoloads dependency, as compile dependency
3013 provides it.
3014 (updates): Remove mh-autoloads dependency, since it probably has
3015 already run recently (via recompile).
3016
3017 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3020 argument `force' to disable the flyspell-last-buffer optimization.
3021 (flyspell-mode-on): Use it.
3022
3023 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3024 flymake-simple-cleanup.
3025 (flymake-allowed-file-name-masks): Use this new default.
3026 All the functions are now called in the right buffer rather than
3027 passing the buffer as argument.
3028 (flymake-process-sentinel): Switch to buffer before calling cleanup.
3029 (flymake-parse-err-lines): Remove redundant buffer arg.
3030 (flymake-get-program-dir): Comment out unused function.
3031 (flymake-start-syntax-check, flymake-start-syntax-check-process):
3032 Remove redundant buffer argument.
3033 (flymake-get-real-file-name, flymake-simple-java-cleanup)
3034 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3035
3036 2006-01-05 Richard M. Stallman <rms@gnu.org>
3037
3038 * info.el (Info-find-node): Don't record previous node if have none.
3039 (info): Go to directory only if history is empty.
3040
3041 * simple.el (mark): Doc fix.
3042
3043 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3044
3045 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3046 already of desired type.
3047 (mac-ae-list): Coerce parameter to "list" type.
3048 (mac-dispatch-apple-event): Replace cadr part of event with a
3049 dummy position so that event-start returns it.
3050
3051 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
3052
3053 * textmodes/org.el (org-end-of-subtree): New function.
3054 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3055 Use `org-end-of-subtree'.
3056 (org-agenda, org-agenda-convert-date): Protect calls to
3057 `fit-window-to-buffer'.
3058 (org-tags-view): Force matching of sublevels when doing a
3059 todo-only search. Define the correct redo command, including the
3060 arguments.
3061 (org-agenda-redo): Display message.
3062 (org-check-for-org-mode): New function.
3063 (org-agenda-type): New variable.
3064 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3065 Set `org-agenda-type'.
3066 (org-agenda-check-type): New function.
3067 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3068 (org-agenda-week-view, org-agenda-day-view)
3069 (org-agenda-next-date-line, org-agenda-previous-date-line)
3070 (org-agenda-log-mode, org-agenda-toggle-diary)
3071 (org-agenda-toggle-time-grid, org-agenda-date-later)
3072 (org-agenda-date-prompt, org-agenda-diary-entry)
3073 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3074 (org-agenda-convert-date, org-agenda-menu):
3075 Use `org-agenda-check-type'.
3076 (org-make-overlay, org-delete-overlay)
3077 (org-detatch-overlay, org-move-overlay, org-overlay-put):
3078 New compatibility functions.
3079 (org-calendar-select-mouse): New command.
3080
3081 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
3082
3083 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3084 (Custom-reset-standard): Fix y-or-n-p messages.
3085 (custom-link): New face for links.
3086 (custom-buffer-create-internal, custom-manual): Use it.
3087 (custom-face-save): Push to theme-face before setting face spec.
3088
3089 * wid-edit.el (widget-default-mouse-face-get): New function.
3090 (widget-specify-button): Handle mouse-face like button-face.
3091
3092 * custom.el (load-theme): Clear old theme settings if reloading.
3093
3094 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
3095
3096 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3097 "Erase Customization" button back to same position it occupies in
3098 the individual State menus.
3099
3100 2006-01-04 Kim F. Storm <storm@cua.dk>
3101
3102 * wid-edit.el (key-sequence): Rework widget to read key binding
3103 using `kbd' syntax. Use C-q to insert literal key, event, or code.
3104 (widget-key-sequence-default-value): Default value for empty sequence.
3105 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
3106 (widget-key-sequence-read-event): New command for C-q.
3107 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3108 (widget-key-sequence-value-to-external): New functions.
3109
3110 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3113 Use expand-file-name.
3114 (flymake-delete-temp-directory): Use expand-file-name,
3115 file-name-directory, and directory-file-name.
3116 (flymake-strrchr): Delete.
3117 (flymake-start-syntax-check): Don't pass the redundant buffer argument
3118 to the init-f function.
3119 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3120 (flymake-init-find-buildfile-dir)
3121 (flymake-init-create-temp-source-and-master-buffer-copy)
3122 (flymake-simple-make-init-impl, flymake-simple-make-init)
3123 (flymake-master-make-init, flymake-master-make-header-init)
3124 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3125 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3126 (flymake-xml-init): Remove corresponding redundant buffer argument.
3127 (flymake-allowed-file-name-masks): Remove last elems that are equal to
3128 the default anyway. Clean up regexps.
3129
3130 * progmodes/flymake.el (flymake-temp-source-file-name)
3131 (flymake-master-file-name, flymake-temp-master-file-name)
3132 (flymake-base-dir): New buffer-local vars.
3133 (flymake-buffer-data, flymake-get-buffer-value)
3134 (flymake-set-buffer-value): Replace those hash-tables by the new
3135 buffer-local vars. Update callers.
3136
3137 * progmodes/flymake.el (flymake-check-start-time)
3138 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3139 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3140 Move definition, so we can remove redundant earlier declaration.
3141 (flymake-replace-regexp-in-string, flymake-split-string)
3142 (flymake-get-temp-dir): Use defalias.
3143 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
3144 (flymake-xemacs-window-edges): Remove unused function.
3145 (flymake-get-point-pixel-pos): Move.
3146 (flymake-pid-to-names, flymake-reg-names)
3147 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3148 Replace by a simple list flymake-processes and by process-buffer.
3149 Update callers. Other than simplify the code, it uses buffers rather
3150 than buffer-names so it doesn't get confused by uniquify.
3151 (flymake-buffer-data): The global value should just be nil.
3152
3153 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3154 Optimize the body of a defalias like any other code.
3155
3156 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3157 Make sure we've setup font-lock's vars. It may influence which
3158 function we then call.
3159 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3160 here since it's too late anyway.
3161
3162 2006-01-03 Romain Francoise <romain@orebokech.com>
3163
3164 * startup.el (fancy-splash-tail, normal-splash-screen):
3165 Update copyright year.
3166
3167 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
3168
3169 * mouse.el (mouse-drag-track): Rename, from
3170 `mouse-drag-region-1'. Includes optional argument required to
3171 enable post-drag event processing (e.g. delete region keys).
3172 Can be used without this argument to track a mouse region and operate
3173 on it as soon as the drag completes.
3174 (mouse-drag-region): Use `mouse-drag-track'.
3175
3176 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
3177
3178 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3179 Move to `custom-buffer' group.
3180
3181 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3182 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3183 (custom-theme-insert-face-marker, custom-theme-variable-menu)
3184 (custom-theme-face-menu): New variables.
3185 (custom-theme-add-variable, custom-theme-variable-action)
3186 (custom-variable-reset-theme, custom-theme-delete-variable)
3187 (custom-face-reset-theme, custom-theme-face-action)
3188 (custom-theme-delete-face, custom-theme-merge-theme)
3189 (custom-theme-add-face, custom-theme-visit-theme): New functions.
3190
3191 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
3192
3193 * custom.el: Move Custom Themes commentary to start of theme code.
3194 (custom-known-themes): Rename `standard' theme to `changed'.
3195 (custom-push-theme): Caller no longer specifies what theme to use
3196 when doing `reset'---the setting is simply removed from the theme.
3197 Delete MODE from `theme-value' and `theme-settings' properties.
3198 (custom-declare-theme): Ignore &rest args since we don't use them.
3199
3200 (custom-loaded-themes): Delete variable.
3201 (custom-theme-load-themes, custom-theme-loaded-p)
3202 (custom-theme-value): Delete functions.
3203
3204 (custom-declare-theme): Signal error on invalid theme names.
3205 (provide-theme): custom-loaded-themes was deleted.
3206 (load-theme): Load the file unconditionally.
3207 (enable-theme): Call `load-theme' if theme is undefined.
3208 (custom-enabled-themes): Only update value for successful loads.
3209 (disable-theme): Complete from enabled themes when interactive.
3210 (custom-variable-theme-value): Calculate theme value directly.
3211
3212 (custom-theme-reset-variables, custom-reset-variables): Mark as
3213 XEmacs compatibility functions. We don't actually use these.
3214
3215 * cus-edit.el (custom-variable-state-set):
3216 Use custom-variable-theme-value instead of custom-theme-value.
3217 (custom-face-state-set): Rename `standard' theme to `changed'.
3218 (custom-save-variables, custom-save-faces): Delete unneeded
3219 references to custom-reset-variables.
3220 (custom-save-resets): Delete function.
3221 (custom-save-variables, custom-save-faces): MODE argument deleted.
3222 (custom-save-variables, custom-save-faces): Ignore theme values.
3223
3224 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3225 compatibility function.
3226
3227 2006-01-01 Richard M. Stallman <rms@gnu.org>
3228
3229 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3230 (Custom-reset-current, Custom-reset-saved): Likewise.
3231 (Custom-reset-standard): Show message if aborted.
3232 (custom-mode): Doc fix, describing those commands.
3233
3234 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3235 put on event-kind property.
3236
3237 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
3238
3239 * custom.el (provide-theme): Ban `user' theme name.
3240 (custom-enabling-themes): New variable.
3241 (enable-theme): Don't enable user if custom-enabling-themes is t.
3242 (custom-enabled-themes): Make it a defcustom.
3243 (custom-theme-recalc-face): No-op if face is undefined.
3244
3245 * cus-edit.el (custom-button-mouse): New variable.
3246 (custom-button-mouse): New face.
3247 (custom-raised-buttons, custom-mode): Use it.
3248
3249 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3250
3251 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3252
3253 * progmodes/gud.el (gud-display-line): Support hl-line in the
3254 source buffer.
3255
3256 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3257
3258 * mouse.el (mouse-drag-window-above): Verify that the found window
3259 overlaps with the given window in the horizontal dimension.
3260
3261 2005-12-31 Eli Zaretskii <eliz@gnu.org>
3262
3263 * Makefile.in (cvs-update): New target.
3264
3265 * makefile.w32-in (cvs-update): Ditto.
3266
3267 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
3268
3269 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3270 (custom-new-theme-mode-map): New variable.
3271
3272 2005-12-30 Richard M. Stallman <rms@gnu.org>
3273
3274 * custom.el (custom-load-themes): Function deleted.
3275
3276 * cus-edit.el (custom-save-loaded-themes): Function deleted.
3277 (custom-save-variables): Don't delete or add custom-load-themes call.
3278
3279 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * cus-start.el: Add `visible-cursor'.
3282
3283 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
3284 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
3285 (flymake-process-filter): Switch to buffer before calling it instead.
3286 (flymake-post-syntax-check, flymake-highlight-err-lines)
3287 (flymake-delete-own-overlays, flymake-parse-err-lines)
3288 (flymake-start-syntax-check, flymake-start-syntax-check-process)
3289 (flymake-count-lines, flymake-parse-residual):
3290 Remove constant buffer argument.
3291 (flymake-start-syntax-check-for-current-buffer): Remove.
3292 Update callers to use flymake-start-syntax-check instead.
3293 (flymake-display-err-menu-for-current-line):
3294 Remove unused var `mouse-pos'.
3295 (flymake-restore-formatting): Comment out unused function.
3296 (flymake-report-status, flymake-report-fatal-status): Remove buffer
3297 argument, use current-buffer instead. Update callers.
3298
3299 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3300
3301 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
3302 buffer-local because choose-completion-delete-max-match requires
3303 that we set completion-ignore-case (i.e., binding via let is not
3304 sufficient).
3305 (bibtex-complete): Always set completion-ignore-case and
3306 choose-completion-string-functions. The latter is needed because
3307 choose-completion-string-functions keeps its value if we quit the
3308 *Completions* buffer without requesting a completion.
3309
3310 2005-12-30 Andreas Schwab <schwab@suse.de>
3311
3312 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
3313
3314 2005-12-30 Eli Zaretskii <eliz@gnu.org>
3315
3316 * jit-lock.el (jit-lock-chunk-size): Doc fix.
3317
3318 2005-12-30 Juri Linkov <juri@jurta.org>
3319
3320 * locate.el (locate-fcodes-file, locate-header-face)
3321 * progmodes/delphi.el (delphi-other-face)
3322 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
3323
3324 * paren.el (show-paren-match, show-paren-mismatch): Use existing
3325 group `paren-showing-faces'.
3326
3327 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
3328 (goto-address): Fix docstring.
3329
3330 * net/webjump.el (webjump-sample-sites): Update URLs.
3331
3332 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
3333
3334 * subr.el (cancel-change-group): Add listp around pending-undo-list.
3335
3336 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
3337
3338 * font-lock.el (font-lock-compile-keywords): Signal an error when
3339 font-lock-set-defaults hasn't been called.
3340
3341 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
3342
3343 * subr.el (noreturn, 1value): Doc fixes.
3344
3345 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3346
3347 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
3348 that assoc-string returns nil.
3349
3350 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3351
3352 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
3353 (bibtex-entry-type-str, bibtex-empty-field-re)
3354 (bibtex-search-backward-string, bibtex-preamble-prefix)
3355 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
3356 (bibtex-any-valid-entry-type): New variable.
3357 (bibtex-parse-field-name): Simplify.
3358 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
3359 (bibtex-preamble-prefix): Include left delimiter.
3360 (bibtex-search-forward-field, bibtex-search-backward-field):
3361 Allow unbounded search past entry boundaries (required by bibtex-pop).
3362 (bibtex-text-in-field-bounds): Use push.
3363 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
3364 (bibtex-parse-preamble, bibtex-valid-entry)
3365 (bibtex-beginning-first-field): New functions.
3366 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
3367 (bibtex-map-entries): Fix docstring.
3368 (bibtex-flash-head): New arg prompt. Simplify.
3369 (bibtex-enclosing-field): Include code of bibtex-inside-field.
3370 (bibtex-insert-kill): Simplify. Always insert text past the
3371 current field or entry.
3372 (bibtex-format-entry): Use bibtex-parse-field.
3373 (bibtex-pop): Use bibtex-beginning-of-entry and
3374 bibtex-end-of-entry to initiate the search. Insert empty field if
3375 we found ourselves.
3376 (bibtex-print-help-message): New args field and comma.
3377 Handle entry keys.
3378 (bibtex-make-field): Use bibtex-beginning-of-entry.
3379 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
3380 invalid entry.
3381 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
3382 Handle preambles. Simplify code for thorough test.
3383 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
3384 New arg comma. Handle entry heads.
3385 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
3386 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
3387 New arg comma.
3388 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
3389 (bibtex-fill-field): Simplify.
3390 (bibtex-fill-entry): Use bibtex-beginning-first-field and
3391 bibtex-parse-field.
3392 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
3393 (bibtex-complete): Use bibtex-parse-preamble.
3394
3395 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
3396
3397 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
3398 Display name of expression instead of convenience variable.
3399 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
3400
3401 * progmodes/gud.el (gud-tooltip-dereference): Rename from
3402 toggle-gud-tooltip-dereference.
3403 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
3404 (gud-tooltip-tips): ...here when dereferencing.
3405
3406 2005-12-28 Bill Wohler <wohler@newt.com>
3407
3408 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
3409
3410 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
3411
3412 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
3413 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
3414 (vc-annotate-display-autoscale): Adjust call.
3415 (vc-annotate-display-default): Adjust call. Make arg compulsory.
3416 Fix interactive spec.
3417 (vc-annotate-time-span): Remove.
3418 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
3419 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
3420 (vc-annotate-display-select): Use new name.
3421
3422 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
3423 (vc-annotate-mode-menu): Remove left-over redundant declaration.
3424 Correct the construction of span entries. Simplify.
3425 (vc-annotate-display-select): Fix the nil case.
3426 (vc-annotate): Remove obsolete (and now broken) code.
3427 (vc-annotate-extract-revision-at-line): Remove obsolete code.
3428 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
3429
3430 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
3431
3432 * subr.el (lazy-completion-table): Correct typo in docstring.
3433
3434 * startup.el (command-line): Use `custom-reevaluate-setting' for
3435 `send-mail-function'.
3436
3437 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
3438
3439 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
3440
3441 * mail/smtpmail.el (smtpmail-try-auth-methods):
3442 Send credentials together with "AUTH PLAIN" command.
3443
3444 2005-12-27 Richard M. Stallman <rms@gnu.org>
3445
3446 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
3447 mouse-2, go back to previously selected window, so it's selected
3448 when mouse-2 command runs.
3449
3450 2005-12-27 Juri Linkov <juri@jurta.org>
3451
3452 * descr-text.el (describe-text-sexp): Use square brackets for
3453 button [Show] to distinguish it from the property value `show'.
3454 (describe-property-list): Use `insert-text-button' with
3455 `help-face' type instead of putting face in quotes, because button
3456 is not created automatically for a list of faces.
3457 (describe-text-properties-1): Put button-type value in quotes to
3458 distinguish from plain text "button".
3459 (describe-char): Display code point values in hex. Don't use
3460 `symbol-name' for `current-input-method' because it is a string.
3461 Use `insert-text-button' with `help-face' type instead of putting
3462 hardcoded face in quotes, because button is not created automatically.
3463
3464 2005-12-27 Richard M. Stallman <rms@gnu.org>
3465
3466 * progmodes/glasses.el (glasses-face): More specific custom type.
3467
3468 * files.el (set-visited-file-name): Doc fix.
3469
3470 * textmodes/flyspell.el (flyspell-external-point-words):
3471 Use local var buffer-scan-pos to advance scan for next misspelling.
3472 Advance it only after we find the misspelling.
3473
3474 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
3475
3476 * textmodes/flyspell.el (flyspell-external-point-words):
3477 New criteria for finding the misspelling in the buffer.
3478
3479 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
3480
3481 * help-mode.el (help-insert-string): Set help-xref-stack-item
3482 rather than call help-setup-xref.
3483
3484 * descr-text.el (describe-char): Revert previous changes for
3485 optional buffer argument.
3486
3487 2005-12-27 Juri Linkov <juri@jurta.org>
3488
3489 * help-mode.el (help-insert-string): New function. Save buffer
3490 contents in cases where it is impossible to recompute the old contents.
3491
3492 * descr-text.el (describe-char): Set help-xref-stack-item
3493 explicitly after buffer has been generated.
3494
3495 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3496
3497 * cus-start.el (all): Add x-gtk-show-hidden-files.
3498
3499 2005-12-26 Richard M. Stallman <rms@gnu.org>
3500
3501 * replace.el (perform-replace): Calculate match-again
3502 before skipping read-only matches.
3503
3504 * paren.el (paren-showing-faces): New group.
3505 (show-paren-match, show-paren-mismatch): Move to that group.
3506
3507 * button.el (button): Put into group `basic-faces'.
3508
3509 * progmodes/make-mode.el: Remove faces from group `faces'.
3510
3511 * apropos.el (apropos, apropos-value): Doc fix.
3512 (apropos-documentation): Doc fix.
3513
3514 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * subr.el (lazy-completion-table): Remove argument `args'.
3517
3518 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3519 Don't use the `args' argument of lazy-completion-table.
3520
3521 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
3522
3523 * descr-text.el (describe-char): Add optional argument for buffer.
3524 Set buffer appropriately. Call help-setup-xref.
3525 Suggested by Stefan Monnier.
3526
3527 2005-12-26 Juri Linkov <juri@jurta.org>
3528
3529 * descr-text.el: Require `help-fns' at runtime. Don't require
3530 `button' for byte compilation.
3531 (describe-text-widget): Add `help-echo' for first button.
3532 Use `help-info' for second.
3533 (describe-property-list): Use `help-argument-name' instead of `italic'.
3534 (describe-text-category): Add prompt to interactive spec.
3535 Call `help-setup-xref'.
3536 (describe-char): Use `help-character-set'. Add `help-echo' for
3537 code point. Use `help-input-method'. Remove superfluous insert.
3538
3539 2005-12-25 Richard M. Stallman <rms@gnu.org>
3540
3541 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3542 at point, in case of narrowing.
3543
3544 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3545
3546 * locate.el (locate-header-face): Allow nil in type.
3547
3548 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3549
3550 2005-12-25 Romain Francoise <romain@orebokech.com>
3551
3552 * battery.el (battery-linux-proc-acpi): Also try
3553 `/proc/acpi/thermal_zone/THM0/temperature'.
3554
3555 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
3556
3557 * custom.el (custom-push-theme): Fix docstring.
3558
3559 * cus-edit.el (custom-variable-set, custom-variable-save)
3560 (custom-variable-save): Custom-quote widget values.
3561 (customize-save-variable): Fix custom-push-theme call.
3562
3563 2005-12-24 Eli Zaretskii <eliz@gnu.org>
3564
3565 * w32-fns.el (w32-batch-update-autoloads): New function.
3566
3567 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3568 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3569 from the command line.
3570
3571 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
3572
3573 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
3574 reset means to remove setting from theme entirely. Don't keep
3575 expanding theme-settings list; delete old entries if necessary.
3576
3577 * cus-edit.el (custom-buffer-create-internal): Move "Erase
3578 customization" button one line up.
3579 (custom-themed): New face.
3580 (custom-magic-alist): New value, THEMED, for theme settings.
3581 (custom-variable-state-set, custom-face-state-set):
3582 Check theme-value instead of saved-value.
3583 (custom-variable-reset-standard, custom-face-reset-standard):
3584 Remove theme setting entirely. Recalculate new values.
3585 (custom-variable-set, custom-variable-set)
3586 (custom-variable-reset-saved, custom-variable-reset-backup)
3587 (custom-face-set, custom-face-reset-saved): Update `user' theme.
3588 (custom-variable-save): Fix typos.
3589
3590 2005-12-23 Juri Linkov <juri@jurta.org>
3591
3592 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3593 Add autoload cookies.
3594 (edebug-outside-d-c-i-n-s-w): New variable.
3595 (edebug-display, edebug-outside-excursion): Use it to save the
3596 original value of default-cursor-in-non-selected-windows.
3597 Set default-cursor-in-non-selected-windows to t while Edebug
3598 is active.
3599 (edebug-mode, edebug-eval-mode): Doc fix.
3600
3601 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3602 with `buffer-substring-no-properties' to remove common substring
3603 highlighting.
3604
3605 * info.el (info-other-window, info): Rename function argument
3606 `file' to `file-or-node'.
3607 (Info-complete-menu-item): Use local variable `complete-nodes' to
3608 keep the global value of `Info-complete-nodes' unchanged for
3609 subsequent completions.
3610 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
3611
3612 * simple.el (get-next-valid-buffer, last-buffer)
3613 (next-error-buffer-p, next-error-find-buffer)
3614 (minibuffer-history-sexp-flag): Doc fix.
3615
3616 * savehist.el (savehist-mode-hook): Add `:group'.
3617
3618 * log-view.el: Call autoload for vc-find-version.
3619 (log-view-current-file): Adjust subgroup numbers.
3620 (log-view-current-tag): Add `length'.
3621
3622 2005-12-23 Richard M. Stallman <rms@gnu.org>
3623
3624 * vc.el (vc-annotate-car-last-cons): Defn moved up.
3625
3626 2005-12-23 Juri Linkov <juri@jurta.org>
3627
3628 * hi-lock.el (hi-lock-archaic-interface-message-used)
3629 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3630 (hi-lock-mode): Display "Hi" in the mode line only when
3631 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3632 (hi-lock-write-interactive-patterns):
3633 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3634 (hi-lock-set-pattern, hi-lock-set-file-patterns)
3635 (hi-lock-font-lock-hook): Set 3rd arg `how' of
3636 font-lock-add-keywords to t.
3637
3638 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
3639
3640 * hi-lock.el (hi-lock-highlight-range): New variable.
3641 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3642 only if font-lock-fontified is non-nil. Remove overlays.
3643 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3644 font-lock-fontified is non-nil, otherwise use overlays (instead of
3645 text properties).
3646 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3647 New variables.
3648 (hi-lock-string-serialize) New function.
3649
3650 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3651
3652 * menu-bar.el (menu-find-file-existing): New function.
3653 (menu-bar-file-menu): Use menu-find-file-existing for Open.
3654
3655 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3656
3657 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3658
3659 * vc.el: Remove unnecessary leading * in docstrings.
3660 (vc-annotate-mode-map): Move initialization into declaration.
3661 (vc-static-header-alist): Nitpick on the regexp.
3662 (vc-default-init-version): New fun.
3663 (vc-register): Use it.
3664 (vc-insert-headers): Use dolist.
3665 (vc-annotate-get-backend): Remove unused function.
3666 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3667 (vc-annotate-mode): Remove corresponding call.
3668 (vc-annotate-car-last-cons): Simplify.
3669 (vc-annotate-buffers): Remove var.
3670 (vc-annotate-backend): Make it buffer-local.
3671 (vc-annotate): Move the interaction to the interactive spec.
3672 Add a `buf' argument.
3673 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3674 killing&creating a vc-annotate buffer, which is very disruptive when
3675 the buffers are shown in dedicated frames.
3676
3677 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
3678
3679 * descr-text.el: Add FSF as maintainer.
3680 (describe-text-mode, describe-text-mode-map)
3681 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3682 help-mode.
3683 (describe-text-widget, describe-text-sexp)
3684 (describe-property-list, describe-text-category)
3685 (describe-text-properties, describe-text-properties-1)
3686 (describe-char): Use help buttons instead of widgets.
3687 (describe-char-unicodedata-file): Make URL link in doc string.
3688
3689 2005-12-22 Richard M. Stallman <rms@gnu.org>
3690
3691 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3692 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3693 Don't include buttons that write a file when there's no file.
3694 (custom-variable-menu, custom-face-menu, custom-group-menu):
3695 Don't include commands that write a file when there's no file.
3696 (customize-browse): Reword the top-of-buffer help intro.
3697 (custom-buffer-create-internal): Fix previous change.
3698 (customize-changed-options-previous-release): Prev release is 21.1.
3699 (customize-changed-options): Doc fix.
3700 (customize-changed): New alias.
3701 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3702 Say "standard values".
3703 (Custom-reset-standard): Doc fix.
3704 (custom-face-reset-standard): Doc fix.
3705
3706 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3707
3708 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3709 even if font-lock-mode is non-nil since it may be t without having
3710 turned on font-lock-mode-internal.
3711 (font-lock-choose-keywords): Minor optimization.
3712 (font-lock-add-keywords, font-lock-remove-keywords)
3713 (font-lock-set-defaults): Don't call make-local-variable on a variable
3714 that we know to already be local.
3715
3716 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3717
3718 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3719 messages if in the minibuffer.
3720
3721 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3724 (tex-mode-flyspell-verify, flyspell-get-word)
3725 (flyspell-external-point-words): Don't use point-min/max uselessly.
3726
3727 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3728 by Kevin Rodgers. Instead, just hide the completions buffer if we
3729 don't need to show it.
3730
3731 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3732
3733 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3734
3735 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3738 delete-windows-on with an inexistent buffer.
3739
3740 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
3741
3742 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3743 Delete defcustom variable :tag names.
3744
3745 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3748 (log-view-font-lock-keywords): Ajust subgroup numbers.
3749 (log-view-current-tag): Don't hard code the number of subgroups.
3750
3751 2005-12-20 Juri Linkov <juri@jurta.org>
3752
3753 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3754 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3755
3756 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3757 (menu-bar-non-minibuffer-window-p): Instead of checking
3758 display-multi-frame-p, use selected-frame when menu-updating-frame
3759 is nil.
3760
3761 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3762
3763 * align.el (align-rules-list): Use [ \t] instead of \s-
3764 for column separators in text mode.
3765
3766 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
3767
3768 * help-mode.el (help-customize-variable, help-customize-face):
3769 Don't pop help-xref-stack as help-follow no longer pushes
3770 anything on to it.
3771
3772 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3773
3774 * textmodes/org.el (org-agenda-custom-commands): New option.
3775 (org-agenda): Offer custom commands on splash screen.
3776 (org-make-tags-matcher): Parser for Boolean logic added.
3777 (org-agenda-set-tags): New command.
3778 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3779 (org-set-tags): Efficiency improvements.
3780 (org-auto-align-tags): New option.
3781 (org-todo, org-demote, org-promote): Realign tags.
3782 (org-tags-completion-function): Use also "&" and "|" as separators.
3783 (org-org-menu): Agenda commands simplified.
3784
3785 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3786
3787 * cus-edit.el (customize-apropos, customize-apropos-options):
3788 Docstring changes.
3789
3790 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3791
3792 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * longlines.el (longlines-mode): Wrap while widened.
3795 (longlines-decode-region, longlines-encode-region): Compute max
3796 just once.
3797
3798 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3799
3800 * cus-edit.el (mac): New group.
3801
3802 * cus-start.el (all): Add user options in macterm.c. Add test for
3803 Mac-related built-ins. Fix test for GTK-related built-ins.
3804
3805 * term/mac-win.el (mac-handle-language-change)
3806 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3807 (mac-services-open-selection, mac-services-mail-selection)
3808 (mac-services-mail-to, mac-services-insert-text)
3809 (mac-dispatch-apple-event): Add docstrings.
3810 (x-get-selection, mac-select-convert-to-string): Select coding
3811 system from `utf-16be' and `utf-16le' using `byteorder'.
3812
3813 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3816 a "list" (lambda ...) rather than a real completion list.
3817
3818 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3819 lexical-let when encountering ((lambda (...) ...) ...).
3820
3821 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3822
3823 * progmodes/sh-script.el (sh-mode):
3824 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3825 * textmodes/picture.el (picture-mode): Update docstrings.
3826
3827 2005-12-17 Eli Zaretskii <eliz@gnu.org>
3828
3829 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3830 commands enclosed in $(ARGQUOTE)s should not be split between two
3831 lines, as that will break with GNU Make >3.80, when sh.exe is used
3832 and arg quoting is with '..'.
3833 (autoloads): Don't break the quoted --eval expression between
3834 several lines.
3835
3836 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3837
3838 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3839 Capture error from printing circular structures.
3840
3841 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3842
3843 * wid-edit.el (widget-checkbox-action): Clear undo info.
3844
3845 2005-12-16 Bill Wohler <wohler@newt.com>
3846
3847 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3848 bar, not menubar in comment.
3849
3850 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3851
3852 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3853 After-change-functions should not clobber the match data.
3854
3855 2005-12-16 Juri Linkov <juri@jurta.org>
3856
3857 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3858 instead of `buffer-substring'.
3859 (completion-common-substring): Doc fix.
3860 (completion-setup-function): Use minibuffer-completion-contents
3861 instead of minibuffer-contents. Don't set common-string-length
3862 initially. Remove special handling of partial-completion-mode.
3863 Move computation of completion-base-size into one cond.
3864 Call completion-base-size-function in mainbuf. In computation of
3865 completion-base-size for file name completion don't move point to
3866 the end of the minibuffer. Move computation of common-string-length
3867 into one cond. Start putting faces only when common-string-length>=0.
3868 Add condition to put completions-common-part when
3869 common-string-length>0.
3870
3871 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3872 place point at the first different character in the minibuffer
3873 even if this position is at the beginning of the minibuffer.
3874
3875 * info.el (Info-read-node-name-1): In completion-base-size-function's
3876 lambda return 1 if common-substring or minibuffer-completion-contents
3877 starts with (, and 0 otherwise.
3878
3879 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3880 Use `crm-current-element' for second arg of `display-completion-list'.
3881
3882 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3883
3884 * files.el (set-auto-mode): Look for an interpreter specified on
3885 the first line also if search for mode specification succeeded,
3886 but the mode is not known.
3887
3888 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
3889
3890 * textmodes/org.el (org-tags-match-list-sublevels): New option.
3891 (org-open-at-point): Implement tag searches as links.
3892 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3893 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3894 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3895 (org-agenda-dispatch): New commands.
3896 (org-use-tag-inheritance, org-tags-column): New options.
3897 (org-tab-follows-link, org-return-follows-link): New options.
3898 (org-tags): New customize group.
3899 (org-start-icalendar-file): Get local time zone.
3900 (org-tags-completion-function): New function.
3901 (org-set-font-lock-defaults): Make sure links will also be
3902 highlighted inside headlines.
3903
3904 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3905
3906 * term.el (term-emulate-terminal):
3907 Let term-handle-ansi-terminal-messages override what Bash says about
3908 its current directory.
3909
3910 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3911
3912 * bindings.el (last-buffer): Move to simple.el.
3913 * simple.el (last-buffer): Move here.
3914 (get-next-valid-buffer): New function.
3915 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3916 (prev-buffer): Ditto. Rename to `previous-buffer'.
3917
3918 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3919 * bindings.el (global-map): Ditto.
3920
3921 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3922
3923 * cus-edit.el: Introductory comment change.
3924 (custom-magic-alist): Change message string for the `rogue' state.
3925
3926 2005-12-15 Richard M. Stallman <rms@gnu.org>
3927
3928 * tooltip.el: Delete defcustom variable :tag names.
3929
3930 * complete.el (partial-completion-mode): Doc fix.
3931
3932 * textmodes/flyspell.el (flyspell-external-point-words):
3933 Use save-excursion to ensure we don't move backward in the
3934 search loop, not even one character.
3935 (flyspell-delete-all-overlays): Use remove-overlays directly.
3936
3937 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3938 (ispell-start-process): Set that variable.
3939 Clear ispell-buffer-local-name.
3940 (ispell-internal-change-dictionary):
3941 Set ispell-current-dictionary after killing process.
3942 (ispell-buffer-local-dict):
3943 Don't set spell-personal-dictionary after killing process.
3944 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3945 (ispell-tex-skip-alists, ispell-html-skip-alists)
3946 (ispell-skip-region-alist): Mark as risky.
3947
3948 * net/newsticker.el (newsticker--retrieval-timer-list)
3949 (newsticker--display-timer, newsticker-running-p)
3950 (newsticker-ticker-running-p): Definitions moved up.
3951
3952 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
3953
3954 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3955
3956 2005-12-15 David Ponce <david@dponce.com>
3957
3958 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3959 (recentf-edit-list, recentf-open-files): Signal an error when
3960 there is no recent file.
3961
3962 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3963
3964 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3965 read-only except for texinfo-format-region evaluation.
3966
3967 2005-12-14 Richard M. Stallman <rms@gnu.org>
3968
3969 * vc.el (vc-default-previous-version, vc-default-next-version)
3970 (vc-do-command): Doc fixes.
3971
3972 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3973
3974 * textmodes/bibtex.el (bibtex-expand-strings)
3975 (bibtex-autokey-expand-string, bibtex-name-part)
3976 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3977 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3978 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3979 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3980 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3981 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3982 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3983 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3984 (bibtex-beginning-of-last-entry): Remove.
3985 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3986 message if comma is missing but buffer is read-only.
3987 (bibtex-parse-field-text): Handle whitespaces at the end of field
3988 text. Return 3-element list with beginning and end of field text
3989 and end of field.
3990 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3991 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
3992 (bibtex-search-forward-field, bibtex-search-backward-field):
3993 Search always delimited by limits of entry. Use more efficient
3994 search algorithms.
3995 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3996 bibtex-end-of-name-in-field.
3997 (bibtex-text-in-field-bounds): Handle BibTeX strings when
3998 extracting the content of a field.
3999 (bibtex-text-in-field): Use search limits.
4000 (bibtex-parse-string-prefix): Handle empty string keys based on
4001 bibtex-string-empty-key.
4002 (bibtex-parse-string): Fix docstring.
4003 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4004 (bibtex-preamble-prefix, bibtex-strings): New functions.
4005 (bibtex-skip-to-valid-entry): Include preceding whitespace in
4006 BibTeX entries (consistent with other BibTeX functions).
4007 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4008 (bibtex-search-entry): Fix docstring. Simplify.
4009 (bibtex-flash-head, bibtex-complete-string-cleanup)
4010 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4011 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4012 (bibtex-parse-entry): New optional arg content.
4013 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4014 Use bibtex-text-in-field-bounds.
4015 (bibtex-print-help-message): Handle BibTeX strings and preambles.
4016 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4017 bibtex-parse-string-postfix.
4018 (bibtex-find-text-internal): New function.
4019 (bibtex-remove-delimiters): Use it.
4020 (bibtex-find-text): Use it. New optional arg help.
4021 (bibtex-complete): Handle BibTeX string and preamble entries.
4022 (bibtex-Preamble): Fix order of closing delimiters.
4023
4024 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4025
4026 * vc.el (vc-default-revert): New fun.
4027
4028 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4029
4030 2005-12-14 Romain Francoise <romain@orebokech.com>
4031
4032 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4033 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4034 (font-lock-remove-keywords): Likewise.
4035
4036 2005-12-14 Juri Linkov <juri@jurta.org>
4037
4038 * log-view.el (log-view-diff): Doc fix.
4039
4040 * isearch.el (isearch-query-replace): Use (mark) instead of
4041 isearch-opoint if mark is active in transient-mark-mode.
4042
4043 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
4044
4045 * isearch.el (isearch-query-replace): Check for isearch-other-end.
4046
4047 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
4048
4049 * progmodes/cpp.el (cpp-face): New widget.
4050 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4051
4052 2005-12-14 Juri Linkov <juri@jurta.org>
4053
4054 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4055 around `erase-buffer' and `insert'.
4056
4057 * descr-text.el (describe-text-properties): Replace buffer name
4058 "*Help-2*" with "*Help*<2>".
4059 (describe-char): Add functions print-help-return-message,
4060 toggle-read-only. Use help-setup-xref with nil to not store
4061 describe-char in help-xref-stack. Use help-make-xrefs to
4062 make [back] button.
4063
4064 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4065
4066 * wdired.el (wdired-old-point): New internal variable.
4067 (wdired-change-to-wdired-mode): Set it buffer-locally.
4068 (wdired-abort-changes): Restore point after aborting changes.
4069
4070 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
4071
4072 * vc.el (vc-do-command): Add a new value t for okstatus.
4073
4074 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4075 frame in case of errors.
4076
4077 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4078
4079 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4080 so it comes after "On the Left" in the menu.
4081
4082 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
4083
4084 * cus-edit.el (customize-apropos, customize-apropos-options)
4085 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4086
4087 2005-12-12 Bill Wohler <wohler@newt.com>
4088
4089 * vc-svn.el (vc-svn-registered): Fix problem of visiting
4090 non-writable Subversion-controlled files by saving window
4091 configuration before calling vc-do-command. vc-do-command calls
4092 pop-to-buffer on error which is unexpected during registration.
4093
4094 2005-12-12 Jay Belanger <belanger@truman.edu>
4095
4096 * calc/README: Update the summary of changes.
4097
4098 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4099
4100 * descr-text.el (describe-char): Rework last fix to solve the problem
4101 is the same way it's solved for everything else in that function
4102 (i.e. by extracting the info before setting up the *Help* buffer).
4103
4104 2005-12-12 Kim F. Storm <storm@cua.dk>
4105
4106 * subr.el (version-regexp-alist): Allow space as separator before
4107 non-numeric part, e.g. "1.0 alpha".
4108 (version-to-list): Interpret .X.Y version as 0.X.Y version.
4109
4110 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
4111
4112 * textmodes/org.el (org-agenda, org-timeline, org-todo):
4113 Implement Logging and the keep-modes setting.
4114 (org-get-category): Make sure a string is returned.
4115 (org-log-done): New function.
4116 (org-log-done, org-closed-string): New options.
4117
4118 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4119
4120 * tooltip.el (tooltip-y-offset): Change default to 20.
4121
4122 2005-12-12 Richard M. Stallman <rms@gnu.org>
4123
4124 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4125
4126 * frame.el (display-hourglass): Doc fix.
4127
4128 * help.el (help-for-help-internal): Simplify entry for `a'.
4129
4130 * info.el (Info-on-current-buffer): Doc fix.
4131 (info-insert-file-contents): Don't test (featurep 'jka-compr).
4132
4133 * startup.el (inhibit-splash-screen): Make this the real name.
4134 (inhibit-startup-message): Make this the alias.
4135 (command-line): Find only simple.el, and use its directory
4136 to fill in other preloaded files' names.
4137 (command-line): Deactivate the mark if deactivate-mark is set.
4138
4139 * international/mule.el (load-with-code-conversion):
4140 Bind deactivate-mark.
4141
4142 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4143
4144 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
4145
4146 * cus-edit.el (customize-apropos): Avoid listing an option more
4147 than once under different aliases. No longer list user options
4148 that are not defined with defcustom (unless a prefix arg is given).
4149 Doc fix.
4150 (customize-apropos-options): Doc fix.
4151
4152 2005-12-11 Juri Linkov <juri@jurta.org>
4153
4154 * frame.el (set-background-color, set-foreground-color)
4155 (set-cursor-color, set-mouse-color, set-border-color):
4156 Add explicit prompts to read colors by `facemenu-read-color'.
4157 (show-trailing-whitespace, blink-cursor-delay)
4158 (blink-cursor-interval, display-hourglass, hourglass-delay):
4159 Remove tags.
4160 (display-hourglass, hourglass-delay): Doc fix.
4161 (cursor-in-non-selected-windows): Capitalize words in tag.
4162
4163 * faces.el (frame-background-mode): Replace `choice-item' keywords
4164 with `const' to not make [default] button. Change default value tag
4165 from `default' to `automatic'. Doc fix.
4166 (trailing-whitespace) <defface>: Change group `whitespace' to
4167 `whitespace-faces'.
4168
4169 2005-12-11 Richard M. Stallman <rms@gnu.org>
4170
4171 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4172
4173 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4174
4175 * term/mac-win.el: Create keymap for mac-apple-event-map.
4176
4177 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
4178
4179 * tooltip.el (tooltip-mode): Move to start of file so that it
4180 appears at top of customize buffer.
4181
4182 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4183 Add the gud groupname.
4184 (gud-tooltip-mode): Add the tooltip groupname.
4185 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
4186 avoid conflict with tooltip-use-echo-area.
4187
4188 2005-12-10 Romain Francoise <romain@orebokech.com>
4189
4190 * help.el (help-for-help-internal): Add `r' in doc string.
4191
4192 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4193
4194 * align.el (align-regexp, align-highlight-rule):
4195 Use region-beginning and region-end instead of point and mark, so that
4196 repetition (with `repeat-complex-command') recomputes the region
4197 bounds.
4198
4199 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
4200
4201 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4202 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4203 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4204 (balance-windows): Rewrite using the above new functions.
4205
4206 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
4207
4208 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4209 react if global-hi-lock-mode seems intended.
4210 (global-hi-lock-mode) Renamed from hi-lock-mode.
4211 (hi-lock-archaic-interface-message-used)
4212 (hi-lock-archaic-interface-deduce): New variables.
4213 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4214 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4215 (hi-lock-find-patterns, hi-lock-font-lock-hook):
4216 Replace hi-lock-buffer-mode with hi-lock-mode.
4217
4218 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
4219
4220 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4221 completion list, even after a partial completion has been
4222 inserted in the current buffer. If there are more than 1
4223 completion, redisplay the *Completions* buffer; if the
4224 completion is unique, delete the *Completions* window.
4225
4226 2005-12-10 Eli Zaretskii <eliz@gnu.org>
4227
4228 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4229 strings and long subject lines that were broken into multiple
4230 lines at arbitrary places. Handle subjects that have "Re: " in
4231 the middle.
4232
4233 2005-12-10 John W. Eaton <jwe@octave.org>
4234
4235 * emacs/octave-mod.el (octave-electric-space): Don't indent
4236 comments or strings if octave-auto-indent is nil.
4237
4238 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4239
4240 * term/mac-win.el: Require url when compiling.
4241 Call mac-process-deferred-apple-events after loading init files.
4242 (mac-apple-event-map): New defvar. Define event handlers in it.
4243 (core-event, internet-event): New Apple event class symbols.
4244 (open-application, reopen-application, open-documents)
4245 (print-documents, open-contents, quit-application)
4246 (application-died, show-preferences, autosave-now, get-url):
4247 New Apple event ID symbols.
4248 (about): New HICommand ID symbol.
4249 (mac-event-spec, mac-event-ae): New macros.
4250 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4251 (mac-ae-selection-range, mac-ae-text-for-search)
4252 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4253 (mac-application-menu-map): Remove keymap. Handlers for HICommand
4254 and Services menu events are now defined in mac-apple-event-map.
4255 (mac-drag-n-drop): Remove selection range handling.
4256
4257 2005-12-10 Kenichi Handa <handa@m17n.org>
4258
4259 * simple.el (zap-to-char):
4260 * isearch.el (isearch-process-search-char): Translate CHAR by
4261 translation-table-for-input.
4262
4263 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
4264
4265 * foldout.el (foldout-exit-fold): Properly hide subtree.
4266
4267 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
4268
4269 * files.el (save-buffer):
4270 * international/ucs-tables.el (ucs-set-table-for-input):
4271 * mail/mail-extr.el (mail-extract-address-components):
4272 * mail/sendmail.el (mail-mode): Reformat doc string.
4273
4274 2005-12-09 Juri Linkov <juri@jurta.org>
4275
4276 * isearch.el (isearch-highlight): Change main overlay priority
4277 from 1 to 1001. Simplify.
4278 (isearch-lazy-highlight-update): Change lazy overlay priority
4279 from 0 to 1000.
4280
4281 * replace.el (replace-highlight): Change overlay priority from
4282 1 to 1001.
4283
4284 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
4285 Change overlay priority from 1 to 1001. Reuse existing overlay.
4286
4287 * compare-w.el (compare-windows-highlight): Change overlay
4288 priority from 1 to 1000.
4289
4290 * menu-bar.el (menu-bar-edit-menu): Add listp around
4291 pending-undo-list to disable menu item "undo" when pending
4292 undo list is empty.
4293
4294 * locate.el (locate): Disable undo in *Locate* buffer.
4295
4296 2005-12-09 Kim F. Storm <storm@cua.dk>
4297
4298 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
4299
4300 2005-12-09 David Ponce <david@dponce.com>
4301
4302 * recentf.el: Improvement of the menu code.
4303 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
4304 instead of menu hook.
4305 (recentf-show-menu, recentf-hide-menu): New functions.
4306 (recentf-menu-customization-changed, recentf-mode): Use them.
4307 (recentf-menu-action, recentf-max-menu-items)
4308 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
4309 (recentf-arrange-by-rule-others)
4310 (recentf-arrange-by-rules-min-items)
4311 (recentf-arrange-by-rule-subfilter) : Don't use
4312 `recentf-menu-customization-changed'.
4313 (recentf-arrange-rules): Likewise. Accept functions to compute
4314 sub-menu titles.
4315 (recentf-menu-filter): Likewise. Doc fix.
4316 (recentf-menu-value-shortcut): Doc fix.
4317 (recentf-dump-variable): Quote atom value.
4318 (recentf-make-menu-items): Update to use it as a menu filter.
4319 (recentf-match-rule): New function.
4320 (recentf-arrange-by-rule): Use it.
4321 (recentf-indirect-mode-rule): New function.
4322 (recentf-build-mode-rules): Use it.
4323 (recentf-dir-rule): New function.
4324 (recentf-arrange-by-dir): Use it.
4325 (recentf-filter-changer-current): Rename from
4326 `recentf-filter-changer-state'. All references updated.
4327 (recentf-filter-changer-alist): Update filter names.
4328 (recentf-filter-changer-select): New function.
4329 (recentf-filter-changer): Use it. Make a sub-menu from filters
4330 available in `recentf-filter-changer-alist'.
4331 (recentf-data-cache, recentf-clear-data)
4332 (recentf-update-menu): Remove. All references updated.
4333 (recentf-match-rule-p, recentf-build-dir-rules)
4334 (recentf-filter-changer-goto-next)
4335 (recentf-filter-changer-get-current)
4336 (recentf-filter-changer-get-next): Remove.
4337
4338 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
4339
4340 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
4341 buffer "Reset" button to "Reset to Current" for consistency with
4342 the State buttons.
4343
4344 2005-12-08 John Paul Wallington <jpw@pobox.com>
4345
4346 * ibuf-ext.el (define-ibuffer-filter filename):
4347 If `dired-directory' is a list then really use its car.
4348
4349 2005-12-08 Kim F. Storm <storm@cua.dk>
4350
4351 * emulation/cua-rect.el (cua--rectangle-aux-replace):
4352 Fix indention of text on right side of replaced rectangle.
4353
4354 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
4355
4356 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
4357 No need to check gud-comint-buffer is bound.
4358 (gdb): Prevent multiple debugging when first session uses gdba.
4359
4360 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4361
4362 CC Mode update to 5.31.
4363
4364 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
4365 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
4366 We might do this function properly in the future).
4367
4368 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
4369 New macros c-sentence-end and c-default-value-sentence end, to cope
4370 with Emacs 22's new function `sentence-end'.
4371
4372 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4373
4374 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
4375 compat issue using `c-put-overlay' and `c-delete-overlay'.
4376
4377 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
4378 New compat macros to handle overlays/extents.
4379
4380 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4381
4382 * progmodes/cc-fix.el: Add definitions of the macros push and pop
4383 (for GNU Emacs 20.4)
4384
4385 * progmodes/cc-defs.el:
4386 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
4387
4388 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
4389 highlighting mechanism so it will work in XEmacs too.
4390
4391 * progmodes/cc-defs.el: Insert c-int-to-char.
4392
4393 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
4394 call to the new macro c-int-to-char. This solves XEmacs's
4395 regarding characters as different from integers.
4396
4397 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4398
4399 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
4400 New internal helper.
4401
4402 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
4403 construct to make the indirect face lookup work in XEmacs.
4404
4405 (c-cpp-matchers): Append the negation char face to the existing
4406 fontification, so that the cpp face doesn't disappear.
4407 Use `c-make-syntactic-matcher' to avoid negation chars in comments
4408 and strings.
4409
4410 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
4411 to map to `font-lock-negation-char-face' in emacsen where it exists.
4412
4413 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4414
4415 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
4416
4417 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
4418 Rename "c-subword-move-mode" as "c-subword-mode".
4419
4420 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
4421 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
4422
4423 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4424
4425 * progmodes/cc-mode.el: Added autoload directive for
4426 `c-subword-move-mode' for use in older emacsen.
4427
4428 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4429
4430 * progmodes/cc-mode.el:
4431 (i) Insert a binding for C-c C-backspace into
4432 c-bind-special-erase-keys which works in TTYs.
4433 (ii) Make sure that when file styles are used, any explicitly
4434 given style variables take priority over those in the style.
4435 Do this by calling `hack-local-variables' a second time.
4436
4437 * progmodes/cc-vars.el: Add language specific customization
4438 widgets for AWK to c-doc-comment-style, c-require-final-newline
4439 and c-default-style. Add a defcustom for awk-mode-hook.
4440 Give c-syntactic-element and c-syntactic-context doc-strings by
4441 directly setting their `variable-documentation' propery.
4442 This allows Emacs 22.1 to read these with C-h v.
4443
4444 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
4445
4446 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4447
4448 * progmodes/cc-fonts.el, cc-vars.el
4449 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
4450 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
4451 Masatake YAMATO.
4452
4453 (c-doc-comment-style): Made GtkDoc default in C mode.
4454
4455 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
4456 and C-c C-<delete>.
4457
4458 (c-bind-special-erase-keys): New function for use on
4459 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
4460
4461 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
4462 <delete> key behavior in XEmacs according to `delete-forward-p'.
4463 C.f. `c-electric-delete'.
4464
4465 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4466
4467 * progmodes/cc-mode.el: Give c-hungry-backspace and
4468 c-hungry-delete-forward permanent key bindings.
4469
4470 * progmodes/cc-cmds.el (c-electric-semi&comma):
4471 Bind c-syntactic-context for calls to "criteria functions", for
4472 consistency with other calls to user functions.
4473
4474 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
4475 `current-prefix-arg', since this might be the prefix arg to a
4476 command which calls c-indent-command as a function. Change the
4477 interactive spec from "p" to "P".
4478
4479 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4480 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4481 was difficult to understand.
4482
4483 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4484
4485 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
4486 first char of an identifier.
4487
4488 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4489 +" syntax in C++.
4490
4491 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4492
4493 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4494 auto-fill doesn't split a c-comment's last word from a hanging
4495 "*/" when a space is typed between them after fill-column.
4496
4497 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4498
4499 * progmodes/cc-styles.el (c-set-style)
4500 (c-setup-paragraph-variables): Abort the command if we're not in a
4501 CC Mode buffer.
4502
4503 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4504 with blank comment-prefix, and a blank line as the comment's
4505 second line.
4506
4507 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4508
4509 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4510 Incorporate the patterns added in the Emacs development branch
4511 for the new Emacs 22 face `font-lock-negation-char-face'.
4512
4513 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4514 of "red" since it stands out better in xterms and DOS terminals.
4515
4516 * progmodes/cc-engine.el (c-literal-faces):
4517 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
4518
4519 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4520
4521 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4522 forcibly enable c-electric-flag.
4523
4524 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4525 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
4526 after the comment-prefix of a C-style comment will close that comment.
4527
4528 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4529
4530 * progmodes/cc-fonts.el (c-basic-matchers-before)
4531 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
4532 in Pike.
4533
4534 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4535 digraphs.
4536
4537 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4538 (c-cpp-message-directives, c-cpp-include-directives)
4539 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4540 (c-cpp-expr-directives): Introduce new language constants to
4541 control cpp syntax in a cleaner way.
4542
4543 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
4544
4545 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4546
4547 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4548 (c-multiline-string-start-char): New language constants and
4549 variables to specify how newlines in string literals work.
4550
4551 (c-font-lock-invalid-string): Use them.
4552
4553 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4554 unbalanced close brace is entered. Optimization by avoiding going
4555 back over arbitrarily large blocks. Removed hints that this
4556 function only would be relevant/useful in AWK.
4557
4558 (c-electric-brace): Indent syntactically after the cleanups since
4559 lineup functions might do it differently then.
4560
4561 * progmodes/cc-engine.el, cc-langs.el
4562 (c-opt-op-identifier-prefix): New language constant and variable.
4563
4564 (c-just-after-func-arglist-p, c-after-special-operator-id)
4565 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4566
4567 * progmodes/cc-align.el, cc-engine.el
4568 (c-after-special-operator-id): New helper to handle C++ operator
4569 identifiers.
4570
4571 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4572 (c-guess-basic-syntax): Handle C++ operator identifiers in
4573 declarations.
4574
4575 * progmodes/cc-langs.el (c-assignment-operators): Add the
4576 trigraph version of ^= too.
4577
4578 * progmodes/cc-langs.el (c-assignment-operators): Add the
4579 trigraph version of |= in C++.
4580
4581 * progmodes/cc-fonts.el (c-font-lock-declarators):
4582 Handle `c-decl-hangon-kwds' after the identifier name.
4583
4584 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4585 whether an arglist is "nonempty", ignore a comment after the open
4586 paren if it isn't followed by a non-comment token on the same line.
4587
4588 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
4589 Enable heuristics below the point to cope with classes inside special
4590 brace lists in Pike.
4591
4592 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4593
4594 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4595
4596 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4597
4598 * progmodes/cc-guess.el (cc-guess-install): New function to
4599 install an already guessed style in another buffer.
4600
4601 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4602 sets `inhibit-read-only' - `c-save-buffer-state' should be used
4603 anyway if the change always is undone.
4604
4605 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4606
4607 Implement togglable electricity:
4608
4609 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4610 saying when it should be used.
4611
4612 * progmodes/cc-engine.el: Add the new buffer-local variable,
4613 c-electric-flag.
4614
4615 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4616 c-toggle-auto-newline.
4617
4618 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4619 c-toggle-auto-newline. Remove the binding for
4620 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
4621 c-toggle-electric-state.
4622
4623 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4624
4625 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4626 c-\(forward\|backward\)-subword.
4627 (c-update-modeline): Add the new modeline flag `l' for
4628 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
4629 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
4630 Make the old name an alias of the new name.
4631 (c-toggle-electric-state): New function.
4632 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
4633 Adapt these functions to do electric things only when
4634 c-electric-flag is non-nil.
4635 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4636 new functions from c-electric-brace.
4637 (c-point-syntax): Add a check for "virtual semicolons" in AWK
4638 mode, so that the tentative extra newline doesn't change the
4639 syntax of the following brace.
4640 (c-electric-brace): Restructure by extracting the above functions.
4641 Tidy up the coding somewhat.
4642 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4643 restructure a bit.
4644
4645 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4646
4647 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4648 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
4649
4650 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4651 (c-submode-indicators): Change name from `c-auto-hungry-string'
4652 since it's now used to track another submode.
4653
4654 (c-update-modeline): Convert to function and extended to check
4655 `c-subword-move-mode'.
4656
4657 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4658 Convert to compat aliases for `c-forward-subword' and
4659 `c-backward-subword'.
4660
4661 * progmodes/cc-subword.el: New functions and minor mode to handle
4662 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4663
4664 (c-forward-subword, c-backward-subword, c-mark-subword)
4665 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4666 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4667 Functions corresponding to the standard word handling functions.
4668
4669 (c-subword-move-mode): Minor mode that replaces all the standard
4670 word handling functions with their subword equivalences.
4671
4672 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4673
4674 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4675 entry for one-liner-defun.
4676
4677 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4678 name in its def-edebug-spec.
4679
4680 * progmodes/cc-cmds.el (c-electric-brace): Make the
4681 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4682 compacts space before a comment, if this will make things fit on
4683 one line.
4684
4685 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4686
4687 * progmodes/cc-align.el: New function c-snug-1line-defun-close
4688
4689 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4690 clean-up one-liner-defun.
4691
4692 * progmodes/cc-styles.el: Add the new "awk" style.
4693
4694 * progmodes/cc-vars.el: Add description of one-liner-defun to
4695 c-cleanup-list's doc-string. New user options,
4696 c-max-one-liner-length. In c-default-style, set the default style
4697 for AWK to "awk".
4698
4699 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4700
4701 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
4702 macros inside labels.
4703
4704 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
4705 `c-at-statement-start-p' and `c-at-expression-start-p'.
4706
4707 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4708 error if the mark isn't set.
4709
4710 * progmodes/cc-engine.el (c-guess-continued-construct)
4711 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4712 accurately detect functions inside functions.
4713
4714 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4715 like `c-at-statement-start-p' that additionally recognizes commas
4716 and expression parentheses as delimiters.
4717
4718 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
4719 to avoid heuristics that doesn't work for unclosed blocks.
4720 (c-at-statement-start-p): New function.
4721
4722 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4723 Objective-C directives, e.g. directives spanning lines should work
4724 reasonably well now.
4725
4726 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4727
4728 (c-forward-objc-directive): New function to move over any ObjC
4729 directive.
4730
4731 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4732 (c-basic-matchers-before): Use it.
4733
4734 (c-font-lock-objc-iip-decl): Remove.
4735
4736 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4737 in the template arglist recognition.
4738
4739 * progmodes/cc-styles.el (c-style-alist): Fix several
4740 inconsistencies in the Whitesmith style.
4741
4742 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4743 New lineup function to get lines after Whitesmith style blocks
4744 correctly indented.
4745
4746 (c-lineup-whitesmith-in-block): Back out the compensation for
4747 opening parens since it's done using `add' lists in the style
4748 definition instead. Don't use the anchor position since it varies
4749 too much between the syntactic symbols. :P
4750
4751 * progmodes/cc-vars.el (c-valid-offset): Update.
4752
4753 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
4754 lists where the offsets are combined according to several
4755 different methods: `first', `min', `max', and `add'.
4756 Report offset evaluation errors with `c-benign-error' so that some kind
4757 of reindentation still is done.
4758
4759 * progmodes/cc-engine.el (c-guess-basic-syntax):
4760 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
4761 `arglist-close'.
4762
4763 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
4764 situations for `arglist-cont-nonempty' and `arglist-close'.
4765
4766 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
4767
4768 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4769 cc-bytecomp-boundp' in a number of places.
4770
4771 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
4772 macro related issue.
4773
4774 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4775
4776 * progmodes/cc-awk.el: Change the terminology of regexps: A char
4777 list is now [asdf], a char class [:alpha:].
4778 Include code for char classes.
4779 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
4780 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
4781
4782 Remove (nearly all of) the cruft associated with AWK Mode's former
4783 concept of "virtual semicolons":
4784
4785 Adapt c-beginning-of-statement, c-end-of-statement (together with
4786 subfunctions) to use the new notion of "virtual semicolon" in
4787 place of the old awkward special handling for AWK. There remains
4788 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4789 * progmodes/cc-cmds.el:
4790 (c-ascertain-adjacent-literal): In the backwards direction, now
4791 recognises AWK regexp delimiters as string delimiters.
4792 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4793 check more rigorously for "end of macro".
4794 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4795 virtual semicolons;
4796 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4797 out the code for forward movement into ...
4798 (c-end-of-statement): Now contains the code for forward movement,
4799 adapted for virtual semicolons.
4800
4801 * progmodes/cc-engine.el:
4802 (c-ws*-string-limit-regexp): New regexp.
4803 (c-forward-single-comment, c-backward-single-comment): Comment out
4804 the (now redundant) "special" AWK stuff.
4805
4806 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4807 c-string-par-start, c-string-par-separate to be more like Text
4808 Mode than Fundamental Mode.
4809
4810 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4811
4812 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4813 to the fontified region so that fontification doesn't occur
4814 outside it (could happen e.g. when fontifying a line with an
4815 unfinished declaration).
4816
4817 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4818
4819 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
4820 start of the file. ^L now separate sections of the file.
4821 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
4822 (c-awk-one-line-possibly-open-string-re)
4823 (c-awk-regexp-one-line-possibly-open-char-class-re)
4824 (c-awk-one-line-possibly-open-regexp-re)
4825 (c-awk-one-line-non-syn-ws*-re): New defonsts.
4826 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
4827
4828 Amend the concept of "virtual semicolons" (in the indentation
4829 engine) for languages like AWK, such that they are now
4830 conceptually attached to end of the last token of a statement, not
4831 the end of the line. (In AWK Mode, however, the pertinent text
4832 property is still physically set on the EOL.) Remove the specific
4833 tests for awk-mode, thus facilitating the introduction of other
4834 language modes where EOLs can end statements.
4835 (Note: The funtionality in cc-cmds.el, specifically
4836 c-beginning/end-of-statement has yet to be amended.)
4837
4838 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
4839 New macros.
4840
4841 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4842 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4843 c-vsemi-status-unknown-p-fn (in a new page).
4844
4845 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4846 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4847 numerous awkward forms like
4848 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4849 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4850 variable before-ws-ip, the place just after char-before-ip appears.
4851
4852 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4853 a comment.
4854
4855 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4856
4857 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
4858 `c-tentative-buffer-changes'.
4859
4860 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
4861 convert to macro to choose between Emacs and XEmacs at compile time.
4862
4863 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
4864
4865 (c-tentative-buffer-changes): New macro to handle temporary buffer
4866 changes in a convenient way.
4867
4868 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4869 for `c-tentative-buffer-changes'.
4870
4871 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
4872 the checks for paren sexps between the point and the keyword, to
4873 avoid some false alarms.
4874
4875 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4876 Fixed a situation where an error could be thrown for unbalanced
4877 parens. Changed to make use of c-keyword-member' to avoid some
4878 repeated regexp matches.
4879
4880 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
4881 These language variable are no longer necessary.
4882
4883 (c-block-stmt-kwds): New language constant used by
4884 c-looking-at-inexpr-block'.
4885
4886 (c-guess-basic-syntax): Remove an optional check that looked at
4887 the existence of the now removed language variables.
4888
4889 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
4890 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
4891 object instantiation expressions as declarations in some contexts.
4892 This bug only affected languages where the declarator can't be
4893 enclosed in parentheses.
4894
4895 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
4896 insert newlines before and after substatement braces.
4897
4898 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4899 function declaration headers and the handling of C++ style member
4900 init lists.
4901
4902 (c-just-after-func-arglist-p): Rewritten to use
4903 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4904
4905 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
4906
4907 (c-guess-basic-syntax): Adapt case 5B for the new
4908 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
4909 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
4910 covers all cases now).
4911
4912 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
4913
4914 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4915
4916 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4917 c-string-par-start/separate c-sentence-end-with-esc-eol,
4918 initialised in c-setup-paragraph-variables, used in string
4919 scanning subroutines of c-beginning-of-statement.
4920
4921 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4922 which precedes the newly inserted `{'.
4923
4924 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4925
4926 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4927 function for declaration level blocks. It should now cope with
4928 templates better and also be a lot more comprehensible.
4929
4930 (c-looking-at-decl-block): The new function.
4931
4932 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4933 for compatibility.
4934
4935 (c-add-class-syntax, c-guess-continued-construct)
4936 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
4937
4938 (c-decl-block-key): Change to tell apart ambiguous and
4939 unambiguous keywords. Pike specials are now handled directly in
4940 the code instead.
4941
4942 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
4943 New language constants and variables to make the backward skip in
4944 `c-looking-at-decl-block' as tight as possible.
4945
4946 (c-nonsymbol-token-char-list): New language constant.
4947
4948 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4949 find balanced template arglists backwards.
4950
4951 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4952 making char classes for `c-syntactic-skip-backward'.
4953
4954 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
4955 16D - can't be a class-close at that point.
4956
4957 * progmodes/cc-engine.el (c-guess-basic-syntax)
4958 (c-add-class-syntax): Don't narrow out the enclosing declaration
4959 level. This makes everything a lot easier, and it was actually
4960 only four small places that needed it to work. Some places that
4961 previously did `widen' are removed now, which has the effect that
4962 `c-guess-basic-syntax' never will look at things outside the
4963 current narrowment now. The anchor position for `topmost-intro'
4964 is affected by this, but it was so bogus it was basically useless
4965 before, and now it's equally bogus but in a slightly different way.
4966
4967 (c-narrow-out-enclosing-class): Gone.
4968
4969 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4970 the narrowed region.
4971
4972 (c-least-enclosing-brace): Remove silly optional argument.
4973
4974 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4975 the point could be left directly after an open paren when finding
4976 the beginning of the first decl in the block.
4977
4978 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4979 Specify which submatch to use.
4980
4981 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4982
4983 (c-decl-start-re): No longer any need for special treatment of
4984 ObjC due to the above.
4985
4986 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4987 presumably follows C in that regard.
4988
4989 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4990 New language constants to specify operator tokens inside
4991 identifiers in a more high level way.
4992
4993 (c-opt-identifier-prefix-key): New internal language constant.
4994
4995 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4996 (c-identifier-start, c-identifier-key): Now completely calculated
4997 from other constants.
4998
4999 (c-identifier-last-sym-match): Decommission since it's no longer used.
5000
5001 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
5002
5003 * progmodes/cc-engine.el (c-forward-name): Remove the
5004 optimization when c-identifier-key is equal to c-symbol-key since
5005 it doesn't work in byte compiled files. Don't record empty
5006 regions as identifiers.
5007
5008 * progmodes/cc-langs.el (c-filter-ops): New helper function to
5009 simplify access to `c-operators' and its likes.
5010
5011 (c-operator-list, c-all-op-syntax-tokens)
5012 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5013 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5014 (c-primary-expr-regexp, c-cast-parens): Use it.
5015
5016 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5017 an explicit language in functions.
5018
5019 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5020 variant of adornment.
5021
5022 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5023 variable.
5024
5025 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5026 the Pike value.
5027
5028 * progmodes/cc-engine.el (c-on-identifier)
5029 (c-simple-skip-symbol-backward): Small fix for handling "-"
5030 correctly in `skip-chars-backward'. Affected the operator lfun
5031 syntax in Pike.
5032
5033 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5034 diagnostic message about precompiled language vars not being used.
5035
5036 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5037 "__attribute__" is followed by a parenthesis.
5038
5039 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5040 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5041 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5042
5043 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5044 Internal cleanups to properly detect the declared identifiers in
5045 various declarations.
5046
5047 (c-decl-start-kwds): New language constant to recognize
5048 declarations that can start anywhere. Used for class declarations
5049 in Pike.
5050
5051 (c-specifier-key, c-not-decl-init-keywords)
5052 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5053 (c-find-decl-spots): Implement `c-decl-start-kwds'.
5054
5055 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5056 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5057 handling of the compiler specific extension keywords into a new
5058 language constant `c-decl-hangon-kwds' that defines keyword
5059 clauses to be ignored in declarations.
5060
5061 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5062 past unrecognized tokens when handling `c-colon-type-list-kwds'.
5063 Necessary to stop at the declared identifier in e.g. IDL valuetype
5064 declarations.
5065
5066 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5067 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5068 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5069 (c-forward-decl-or-cast-1): Recognize the declared identifier in
5070 class and enum declarations as such and not as part of the type.
5071
5072 (c-forward-decl-or-cast-1, c-forward-label): Relax the
5073 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5074
5075 (c-forward-decl-or-cast-1): Don't disregard sure signs of
5076 declarations when there's some syntax error later on.
5077
5078 (c-complex-decl-matchers): Did away with a reference to
5079 `c-specifier-key'.
5080
5081 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5082 value - this variable is always dynamically bound.
5083
5084 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5085 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5086 * cc-cmds.el, cc-defs.el: Change the policy for marking up
5087 functions that might do hidden buffer changes: All such internal
5088 functions are now marked instead of those that don't.
5089
5090 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5091 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5092 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5093 (c-literal-type): Allow these functions to make hidden buffer changes,
5094 so that they are free to use text property caching later on.
5095
5096 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5097 (c-electric-brace, c-electric-slash, c-electric-star)
5098 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5099 (c-electric-paren, c-electric-continued-statement, c-indent-command)
5100 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5101 (c-context-line-break): Add `c-save-buffer-state' calls to comply
5102 with the changed semantics of the functions above.
5103
5104 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5105 when macros occur in obscure places. Optimized the sexp movement
5106 a bit.
5107
5108 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5109
5110 Enhancements for c-beginning-of-statement to work in AWK Mode:
5111
5112 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5113 (completed statement) with `}' (statement completed by closing
5114 brace or semicolon) and `$' (statement completed by EOL).
5115
5116 (c-awk-virtual-semicolon-ends-prev-line-p)
5117 (c-awk-virtual-semicolon-ends-line-p)
5118 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5119 (c-awk-at-statement-end-p): New functions.
5120
5121 * progmodes/cc-cmds.el: Simplify the structure of functions
5122 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
5123 two functions and c-beginning-of-statement to handle AWK Mode.
5124
5125 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5126 c-backward-single-comment for AWK mode. Attempt to clarify their
5127 doc-strings.
5128
5129 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5130
5131 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5132
5133 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5134 label handling. Labels are now recognized in a uniform and more
5135 robust way, regardless of context. Text properties are put on all
5136 labels to recognize the following declarations better.
5137 Multiword labels are handled both in indentation and fontification for
5138 the benefit of language extensions like Qt. For consistency, keywords
5139 in labels are now fontified with the label face instead.
5140 That also applies to "case" and "default".
5141
5142 (c-beginning-of-statement-1): Fix some bugs in the label
5143 handling. Disregard `c-nonlabel-token-key' in labels that begin
5144 with `c-label-kwds'.
5145
5146 (c-find-decl-spots): Support that the callback adds more
5147 `c-decl-end' spots to find.
5148
5149 (c-forward-decl-or-cast-1): Don't treat a list of plain
5150 identifiers followed by a colon as a declaration.
5151
5152 (c-forward-label): New function to recognize labels.
5153
5154 (c-guess-basic-syntax): Replace uses of `c-label-key' with
5155 `c-forward-label'. Moved the label recognition cases (14 and 15)
5156 earlier since they aren't so context sensitive now. Handle labels
5157 on the top level gracefully. Moved access label recognition to
5158 the generic label case (CASE 15) - removed CASE 5E.
5159
5160 (c-font-lock-declarations): Add recognition of labels in the
5161 same round since we need to handle labels in parallell with other
5162 declarations to recognize both accurately. It should also improve
5163 speed.
5164
5165 (c-simple-decl-matchers, c-basic-matchers-after):
5166 Move `c-font-lock-labels' so that it only is used on decoration level 2
5167 since `c-font-lock-declarations' handles it otherwise.
5168
5169 (c-complex-decl-matchers): Remove the simplistic recognition of
5170 access labels.
5171
5172 (c-decl-prefix-re): Remove the kludges that was necessary to cope
5173 with labels earlier.
5174
5175 (c-decl-start-re): New language variable to make
5176 `c-font-lock-declarations' stop for the special protection labels
5177 in Objective-C that start with `@'.
5178
5179 (c-label-key): Remove since it's no longer used.
5180
5181 (c-recognize-colon-labels, c-label-prefix-re): New language
5182 constants to support recognition of generic colon-terminated labels.
5183
5184 (c-type-decl-end-used): `c-decl-end' is now used whenever there
5185 are colon terminated labels.
5186
5187 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5188 first argument starts with a special brace list.
5189
5190 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5191 (c-font-lock-declarations): Break out the declaration and cast
5192 recognition from `c-font-lock-declarations' to a new function, so
5193 that it can be used in the indentation engine.
5194
5195 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5196 up to the start of the literal. Fixed bug with the point on the
5197 wrong side of the search limit that could happen when the start
5198 position is inside a literal.
5199
5200 * progmodes/cc-engine.el (c-parse-state)
5201 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5202 so that it's kept a little bit back to increase the hit rate.
5203
5204 (c-parse-state): Change the macro handling and fixed some
5205 glitches. Macro context is checked more often than necessary now,
5206 but otoh less garbage conses are generated.
5207
5208 * progmodes/cc-engine.el (c-parse-state)
5209 (c-invalidate-state-cache): Cache the last position where
5210 `c-state-cache' applies. This can speed up refontification quite
5211 a bit in blocks where there are many non-brace parens before the point.
5212
5213 (c-state-cache-end): New variable for this.
5214
5215 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5216 cache variable.
5217
5218 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5219 get close initial continue positions when the start position is
5220 inside a literal or macro. Do not call the callback for spots
5221 before the start position (which can happen e.g. for `c-decl-end'
5222 spots inside comments). Optimize better in special cases when the
5223 region is a single line inside a literal or macro (typically when
5224 the current line is refontified).
5225
5226 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5227 to `c-add-stmt-syntax' - there's no need to explicitly whack off
5228 entries from the paren state.
5229
5230 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5231 special case for "else if" clauses.
5232
5233 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5234 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5235
5236 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5237 New language variable to recognize the gcc extension with statement
5238 blocks inside expressions.
5239
5240 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5241 it somewhat more comprehensible. The argument AT-BLOCK-START is
5242 no longer used and hence removed.
5243
5244 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5245 to `c-add-stmt-syntax'.
5246
5247 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5248 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5249 This fixes bogus label recognition.
5250
5251 * progmodes/cc-engine.el (c-add-type, c-check-type)
5252 (c-forward-name, c-forward-type): Improve storage of template
5253 types in `c-found-types' so that they can be recognized better.
5254
5255 (c-syntactic-content): Add option to skip past nested parens.
5256
5257 * progmodes/cc-engine.el (c-forward-name):
5258 Set `c-last-identifier-range' all the time. It's less work that way.
5259 Handle that there might not be an identifier to store in
5260 `c-last-identifier-range'.
5261
5262 (c-forward-type): Handle that `c-last-identifier-range' might be
5263 nil from `c-forward-name'.
5264
5265 * progmodes/cc-defs.el (c-safe-scan-lists)
5266 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5267
5268 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5269 to work even if the form fails.
5270
5271 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
5272 down in a large file in one go.
5273
5274 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
5275
5276 * progmodes/cc-align.el (c-lineup-assignments): New lineup
5277 function which is like `c-lineup-math' but returns nil instead of
5278 `c-basic-offset' when it doesn't match.
5279
5280 (c-lineup-math): Change to use `c-lineup-assignments'.
5281
5282 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5283
5284 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
5285 c-beginning-of-statement. New subfunctions
5286 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
5287
5288 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5289
5290 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
5291 hardcoded char classes whereever possible. Changed a couple of
5292 places to use skip by syntax instead of skip by char class.
5293
5294 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
5295 Fix a bug in the regexp that caused extreme backtracking.
5296
5297 * progmodes/cc-langs.el (c-block-comment-starter)
5298 (c-block-comment-ender): New language constants to specify in a
5299 single place how block comments look.
5300
5301 (c-comment-start-regexp, c-block-comment-start-regexp)
5302 (comment-start, comment-end, comment-start-skip)
5303 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
5304 (c-syntactic-ws, c-nonempty-syntactic-ws)
5305 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
5306 `c-line-comment-starter', `c-block-comment-starter' and
5307 `c-block-comment-ender'.
5308
5309 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
5310 New language constants to break up things a bit.
5311
5312 (c-simple-ws): New language constant for simple whitespace.
5313
5314 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
5315
5316 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
5317 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
5318 newlines. Allow and ignore nil elements in the list.
5319
5320 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5321
5322 * progmodes/cc-cmds.el: Comment out a (n almost certainly
5323 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
5324
5325 * progmodes/cc-cmds.el: Tidy up the comments in
5326 c-beginning-of-statement and subfunctions.
5327
5328 * progmodes/cc-awk.el: Replace calls to put-text-property to the
5329 more flexible c-put-char-property and c-clear-char-properties.
5330 Add the author's email address.
5331
5332 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
5333
5334 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
5335 closing "*/" of a block comment.
5336
5337 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
5338 subfunctions) so that it works at BOB and EOB.
5339
5340 * progmodes/cc-cmds.el, cc-vars.el: More updating of
5341 c-beginning-of-statement, including new variable
5342 c-block-comment-start-regexp.
5343
5344 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5345
5346 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
5347 symbols from `*-font-lock-extra-types' so that there's no need to
5348 use `regexp-opt' on those lists.
5349
5350 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
5351 `c-type-modifier-kwds' is empty.
5352
5353 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
5354 there are several strings on the same line.
5355
5356 * progmodes/cc-engine.el (c-literal-limits): Remove the
5357 compatibility function for older emacsen. `c-literal-limits-fast'
5358 has now taken the place of this function.
5359
5360 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
5361 with older emacsen: We now require `pps-extended-state'.
5362
5363 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5364
5365 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
5366 which obviates the need to hack sentence-end. This now handles
5367 escaped newlines in strings correctly. Correct minor bugs in
5368 c-move-over-sentence and in c-beginning-of-statement.
5369
5370 * progmodes/cc-cmds.el (c-beginning-of-statement (and
5371 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
5372 that movement over macros and code are rigorously separated from
5373 eachother. Correct a few incidental bugs.
5374
5375 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
5376 Improve its doc-string. Improve the handling of certain specific cases.
5377
5378 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5379
5380 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
5381 (c-guess-basic-syntax): Change the way class-level labels are
5382 recognized; they can now contain essentially any symbols.
5383
5384 (c-opt-extra-label-key): New language variable to cope with the
5385 special protection label syntax in Objective-C.
5386
5387 (c-opt-access-key): Remove; this is now handled better by
5388 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
5389
5390 (c-complex-decl-matchers): Update to handle that
5391 `c-opt-access-key' no longer exists.
5392
5393 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
5394 improved label recognition in `c-beginning-of-statement-1'.
5395
5396 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
5397 Recognize bitfields better.
5398
5399 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
5400 Remove some cruft and fixed a bug that could cause it to go to a
5401 position further down.
5402
5403 * progmodes/cc-langs.el, cc-engine.el
5404 (c-beginning-of-statement-1): Improve detection of labels in
5405 declaration contexts.
5406
5407 (c-beginning-of-decl-1): Use it.
5408
5409 (c-nonlabel-token-key): New language constant and variable needed
5410 by `c-beginning-of-statement-1'.
5411
5412 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
5413 manifested itself due to the correction in `c-forward-sexp'.
5414
5415 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
5416 Make these behave as documented when used at the buffer limits.
5417
5418 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
5419 (c-type-decl-end-used): Made this a language variable.
5420
5421 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
5422 correctly when `combine-after-change-calls' is used together with
5423 temporary narrowings.
5424
5425 * progmodes/cc-engine.el (c-beginning-of-statement-1):
5426 Report labels correctly when the start point is immediately after the
5427 colon.
5428
5429 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
5430 Remove since it isn't used anymore.
5431
5432 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
5433 bracket arglists such as template parens in C++.
5434
5435 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
5436 in the last check-in. Some optimization.
5437
5438 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
5439 where it could stop at the same level in a preceding sexp when
5440 PAREN-LEVEL is set.
5441
5442 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
5443 text property lookup only when it's needed.
5444
5445 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
5446 Change the policy for paren marked angle brackets to be more
5447 persistent; once marked they remain marked even when they're found
5448 to be unbalanced in the searched region. This should keep the
5449 paren syntax around even when individual lines are refontified in
5450 multiline template arglists.
5451
5452 (c-parse-and-markup-<>-arglists): New dynamically bound variable
5453 to control markup so that incorrect angle bracket arglists aren't
5454 marked in contexts where the correct value for
5455 `c-disallow-comma-in-<>-arglists' isn't known.
5456
5457 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5458 argument has become `c-parse-and-markup-<>-arglists'.
5459
5460 (c-remove-<>-arglist-properties): Remove - no longer used.
5461
5462 (c-after-change-check-<>-operators): New function used on
5463 `after-change-functions' to avoid that "<" and ">" characters that
5464 are part of longer operators have paren syntax.
5465
5466 (c-<>-multichar-token-regexp): New language variable used by
5467 `c-after-change-check-<>-operators'.
5468
5469 (c-after-change): Call `c-after-change-check-<>-operators'.
5470
5471 (c-font-lock-<>-arglists): Use the context properties set by
5472 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
5473 correctly to avoid doing invalid markup.
5474
5475 (c-font-lock-declarations): Remove code that undoes the invalid
5476 markup done by `c-font-lock-<>-arglists'.
5477
5478 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5479 after `c-font-lock-declarations'.
5480
5481 * progmodes/cc-engine.el (c-syntactic-skip-backward):
5482 Add paren-level feature.
5483
5484 (c-guess-basic-syntax): Improve the anchor position for
5485 `template-args-cont' in nested template arglists. There's still
5486 much to be desired in this area, though.
5487
5488 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
5489
5490 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5491 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
5492
5493 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
5494
5495 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5496 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5497
5498 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5499 it doesn't work no longer are supported.
5500
5501 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5502 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5503 requires support for the syntax-table' text property, which rules
5504 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
5505 cruft associated with those versions.
5506
5507 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5508 for the `syntax-table' text property, which rules out Emacs 19 and
5509 XEmacs < 21.4. Removed various compatibility cruft associated
5510 with those versions.
5511
5512 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5513 support for the `syntax-table' text property.
5514
5515 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5516 variable and use an extra quoted face name instead. All the
5517 emacsen flavors handle that correctly.
5518
5519 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5520 (c-font-lock-declarators, c-font-lock-declarations)
5521 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5522 property to mark the items in in declarator lists to handle
5523 refontification inside multiline declarations better.
5524
5525 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5526 construct like "a * b = c;" as a declaration.
5527
5528 2005-12-08 Kim F. Storm <storm@cua.dk>
5529
5530 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
5531 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
5532 select either meta, hyper, or super modifier for rectangle commands.
5533 (cua--rectangle-modifier-key): New defvar.
5534 (cua--M/H-key): Use it. Remove special case for `space'.
5535 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5536 on X, to meta otherwise. Always bind C-return to toggle
5537 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
5538
5539 * emulation/cua-rect.el (cua-help-for-rectangle):
5540 Use cua--rectangle-modifier-key. Handle super modifier too.
5541 (cua--init-rectangles): Always bind C-return to toggle rectangle.
5542 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5543
5544 * ido.el: Move Acknowledgements and History after Commentary.
5545 Minor changes to Commentary.
5546
5547 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5548 keymap if cua--prefix-override-timer is `shift'.
5549 (cua--shift-control-prefix): New function; emulate "type prefix
5550 key twice" functionality to handle shifted prefix key override.
5551 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
5552 New commands.
5553 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5554
5555 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
5556
5557 * textmodes/org.el (org-insert-heading): Try to do items before
5558 headings.
5559 (org-agenda-mode): Quote `org-agenda-mode-hook'.
5560 (org-insert-item): New function.
5561 (org-renumber-ordered-list): Don't skip to higher level lists.
5562
5563 2005-12-08 Juri Linkov <juri@jurta.org>
5564
5565 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5566
5567 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5568
5569 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5570
5571 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5572 the constructed function name fun-1.
5573
5574 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5575 because such links don't lead to parent documentation.
5576
5577 2005-12-08 Kenichi Handa <handa@m17n.org>
5578
5579 * descr-text.el (describe-char): Use *Help-2* buffer if the
5580 current buffer is *Help*. Call describe-text-properties while
5581 setting the original buffer.
5582
5583 2005-12-07 Bill Wohler <wohler@newt.com>
5584
5585 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
5586 and causes problems with non-MH users (such as Gnus users).
5587
5588 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
5589
5590 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5591 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5592 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5593 command "info sources". Move calls to GDB command "list".
5594 (gdb-find-file-hook): Just use gdb-source-file-list.
5595 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5596 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5597 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5598 (gdb-data-list-register-values-handler): Use correct trigger name.
5599
5600 2005-12-07 Kim F. Storm <storm@cua.dk>
5601
5602 * ido.el (ido-completion-map): Rename from ido-mode-map.
5603 (ido-common-completion-map, ido-file-completion-map)
5604 (ido-file-dir-completion-map, ido-buffer-completion-map):
5605 Rename from ido-mode-....-map.
5606 (ido-init-completion-maps): Rename from ido-init-mode-maps.
5607 (ido-setup-completion-map): Rename from ido-define-mode-map.
5608 (ido-read-internal): Bind minibuffer-local-filename-completion-map
5609 to ido-completion-map.
5610
5611 2005-12-07 Kenichi Handa <handa@m17n.org>
5612
5613 * international/mule-cmds.el
5614 (set-display-table-and-terminal-coding-system): If the coding
5615 system specified in `unibyte-display' property is different from
5616 the arg coding-system, don't setup standard-display-table.
5617
5618 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5619
5620 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5621 that comments end at \n, regardless of selective-display.
5622
5623 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
5624
5625 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5626 (gdb-version): New variables.
5627 (gdb-source-file-list, gdb-register-names)
5628 (gdb-changed-registers): New variables for use with GDB 6.4+.
5629 (gdb-ann3): Replace with...
5630 (gdb-init-1, gdb-init-2): ...two new functions.
5631 (gdba, gdb-prompt): Call gdb-init-1.
5632 (gdb-get-version): New function. Call gdb-init-2 from here.
5633 (gud-watch): Make it work with mouse events too.
5634 (gdb-post-prompt): Don't add to queue until GDB version is known.
5635 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5636 (gdb-locals-mode): Use gdb-version.
5637 (gdb-memory-format-map, gdb-memory-unit-map)
5638 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5639 (gdb-locals-font-lock-keywords-1)
5640 (gdb-locals-font-lock-keywords-2): New variables.
5641 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5642 (gdb-set-gud-minor-mode-existing-buffers-1)
5643 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5644 (gdb-var-update-1, gdb-var-update-handler-1)
5645 (gdb-data-list-register-values-handler)
5646 (gdb-data-list-register-values-custom)
5647 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5648 (gdb-stack-list-locals-handler, gdb-get-register-names):
5649 New functions for use with GDB 6.4+.
5650 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5651 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5652 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5653 (gdb-stack-list-locals-regexp)
5654 (gdb-data-list-register-names-regexp): New regexps for use with
5655 GDB 6.4+.
5656
5657 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5658
5659 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5660
5661 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
5662
5663 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5664 prompts work for AUTH PLAIN. Also reported by Steve Allan
5665 <seallan@verizon.net>.
5666
5667 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5668
5669 * frame.el (set-frame-parameter): Add doc string.
5670
5671 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
5672
5673 * textmodes/org.el (org-occur-highlights): New variable.
5674 (org-highlight-new-match, org-remove-occur-highlights): New functions.
5675 (org-highlight-sparse-tree-matches): New option.
5676 (org-do-occur): New function.
5677 (org-get-heading): Make it work also at beginning of line.
5678 (org-category-table): New variable.
5679 (org-get-category-table, org-get-category)
5680 (org-camel-to-words, org-link-search): New functions.
5681 (org-select-this-todo-keyword): New variable.
5682 (org-todo-list): New command.
5683 (org-shiftright, org-shiftleft): New commands.
5684 (org-agenda-todo): Add prefix argument.
5685 (org-show-hierarchy-above): New option.
5686 (org-show-todo-tree): Numerical prefix creates tree for specific
5687 TODO keyword.
5688 (org-outline-level): New function, to assign a level to plain
5689 lists items.
5690 (org-cycle-include-plain-lists): New option.
5691 (org-mode): Use `org-outline-level' as value of `outline-level'.
5692 (org-cycle): Temporarily switch `outline-regexp' if
5693 `org-cycle-include-plain-lists' is non-nil.
5694 (org-start-icalendar-file): Fix format bug.
5695 (org-agenda-get-day-entries): Create category table.
5696 (org-agenda-get-todos, org-agenda-get-timestamps)
5697 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5698 (org-agenda-get-blocks): Use `org-get-category'.
5699 (org-context-in-file-links): Rename from
5700 `org-line-numbers-in-file-links'.
5701
5702 2005-12-06 Romain Francoise <romain@orebokech.com>
5703
5704 * window.el (balance-windows): Delete extraneous third arg in call
5705 to `enlarge-window'.
5706
5707 2005-12-06 Kenichi Handa <handa@m17n.org>
5708
5709 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5710
5711 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
5712
5713 * progmodes/gdb-ui.el (gdb-var-create-handler)
5714 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5715 (gdb-var-list-children-handler, gdb-var-update-handler):
5716 Current buffer is already gdb-partial-output-buffer, don't
5717 make it current again.
5718
5719 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5720
5721 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5722 (list-buffers-noselect): Use it.
5723
5724 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5725
5726 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5727 (mail-yank-ignored-headers): Use regexp-opt.
5728 (mail-mode-map): Move initialization into declaration.
5729 (mail-sent-via): Remove unused shadowed var `to-line'.
5730 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5731 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5732 (mail-do-fcc): Use dolist and push.
5733 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5734 (mail-yank-ignored-headers): Don't autoload.
5735
5736 2005-12-05 Kenichi Handa <handa@m17n.org>
5737
5738 * international/mule-cmds.el (set-language-info-internal): New fun.
5739 (set-language-info): Call set-language-info-internal to update
5740 language-info-alist. If LANG-ENV is the current one, call
5741 set-language-environment to make INFO effective now.
5742 (set-language-info-alist): Likewise.
5743 (locale-language-names): With locale "en", use English
5744 lang. env. but set the default codings to iso-8859-1.
5745
5746 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
5747
5748 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5749 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5750 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5751 for plain strings.
5752 (gdb-frames-mode): Remove redundant call to font-lock-mode.
5753 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5754 Create registers buffer if necessary. Echo new state in minibuffer.
5755 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5756
5757 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
5758
5759 * info.el (Info-fontify-node): Match external links using
5760 non-directory part of filename.
5761
5762 2005-12-04 Juri Linkov <juri@jurta.org>
5763
5764 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5765 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
5766 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5767 because there is no customization option for it.
5768
5769 * font-lock.el (lisp-font-lock-keywords-1):
5770 Add define-global-minor-mode.
5771
5772 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5773
5774 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5775 properties on the constructed variable names.
5776
5777 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5778 Put `definition-name' properties on the constructed function names
5779 next-sym and prev-sym.
5780
5781 * emacs-lisp/find-func.el (find-function-regexp):
5782 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5783 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5784 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5785 and easy-menu-define.
5786
5787 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5788 easy-mmode-define-global-mode and define-global-minor-mode.
5789 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5790
5791 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5792 instead of easy-mmode-define-global-mode.
5793
5794 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5795 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5796
5797 * cus-edit.el (customize-group, customize-group-other-window):
5798 Filter out autoloaded options from the group completion list by
5799 using heuristics that autoloaded groups don't have `custom-autoload'
5800 property on their symbols (they have only `custom-loads').
5801
5802 * simple.el (completion-setup-function): Put completions-common-part
5803 face on complete completion string too (i.e. completion string
5804 without completions-first-difference face).
5805
5806 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5807
5808 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5809
5810 * view.el (view-mode): Doc fix.
5811
5812 * disp-table.el (standard-display-european): Add to the warning
5813 message a reference to the doc string.
5814
5815 * play/yow.el (apropos-zippy): Call print-help-return-message,
5816 similar to other Help and Apropos commands.
5817
5818 * help.el (print-help-return-message): If pop-up-frames is
5819 non-nil, set up help-return-method to delete the help window and,
5820 possibly, its frame as well, and don't display message about
5821 scrolling the help window. Doc fix.
5822 (help-return-method): Doc fix.
5823
5824 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5825
5826 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5827 whereby names of length one or names starting with a
5828 symbol-constituent character would not be returned.
5829
5830 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5831
5832 * subr.el (atomic-change-group): Add edebug and indentation spec.
5833
5834 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5835
5836 * completion.el (save-completions-file-name): Fix typo in last change.
5837
5838 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5839
5840 * info.el: Move back/forward history to the beginning of the tool bar.
5841
5842 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5843
5844 * allout.el (eval-when-compile): Remove unnecessary load of cl.
5845 Add fset of allout-real-isearch-abort during compile to fix
5846 byte-compilation warnings.
5847 (allout-mode-p): Move definition of this macro above all uses, or
5848 byte compilation in barren emacs (eg, during emacs build) will
5849 lack the definition.
5850 (allout-mode): Move this variable above any uses, or byte
5851 compilation will fail.
5852 (allout-resolve-xref): Remove use of personal file-reference function.
5853 (allout-toggle-current-subtree-encryption): Do the current (ie,
5854 visible containing) topic, rather than nearest around point. Doc fix.
5855 (allout-toggle-subtree-encryption): New function, workhorse that
5856 works on nearest topic containing point.
5857 (allout-encrypt-string): Signal requirement for newer version of pgg.
5858 (allout-resumptions): Doc fix.
5859
5860 2005-12-02 Eli Zaretskii <eliz@gnu.org>
5861
5862 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5863
5864 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5865
5866 * textmodes/flyspell.el (flyspell-external-point-words):
5867 Consider a misspelling as found in the string search if: (a) misspelling
5868 and found string lengths match, or (b) misspelling is found as
5869 element in a boundary-chars separated longer string, or (c)
5870 ispell-program-name is really ispell and misspelling is found as
5871 part of a TeX string. After successful match move beginning of
5872 search region to end of match. Warn about not found misspellings
5873 once the process is done.
5874 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5875
5876 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
5877
5878 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5879 tool bar (removed inadvertently).
5880
5881 2005-12-02 Juri Linkov <juri@jurta.org>
5882
5883 * log-view.el (log-view-diff): Clarify doc string.
5884
5885 2005-12-01 Bill Wohler <wohler@newt.com>
5886
5887 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5888 triggers lm-verify errors.
5889
5890 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5891
5892 * simple.el (transient-mark-mode, line-number-mode)
5893 (column-number-mode, size-indication-mode): Remove `:require nil'.
5894
5895 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
5896
5897 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5898 in the margin also.
5899 (gdb-breakpoints-mode-map): Use D instead of d for
5900 gdb-delete-breakpoint.
5901 (gdb-get-frame-number): Require a number to match on.
5902 (gdb-threads-mode-map): Add follow-link binding.
5903
5904 2005-11-30 Jason Rumney <jasonr@gnu.org>
5905
5906 * isearch.el (isearch-mode-map): Avoid exiting search on
5907 language-change event.
5908
5909 2005-11-30 Romain Francoise <romain@orebokech.com>
5910
5911 * speedbar.el (speedbar-default-position): New defcustom.
5912 (speedbar-frame-reposition-smartly): Use it.
5913
5914 * dframe.el (dframe-reposition-frame-emacs): Fix position
5915 computation for `left' location.
5916 Update copyright year.
5917
5918 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * help.el (help-map): Move initialization into declaration.
5921
5922 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5923
5924 * help-fns.el (help-argument-name): Don't autoload.
5925 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5926 to be re-loaded when customizing the `help' group.
5927
5928 2005-11-30 John Paul Wallington <jpw@gnu.org>
5929
5930 * help-fns.el (describe-function-1): Fill arglist output.
5931
5932 2005-11-30 Kim F. Storm <storm@cua.dk>
5933
5934 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5935 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5936 after revert-buffer (or anything else which kills all local variables).
5937
5938 * apropos.el (apropos-parse-pattern): Doc fix.
5939 Set apropos-regexp directly, rather than expecting callers to do so.
5940 (apropos-command, apropos, apropos-value, apropos-documentation):
5941 Simplify calls to apropos-parse-pattern.
5942
5943 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5944
5945 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5946 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5947 (hi-lock-write-interactive-patterns): Use comment-region.
5948
5949 * longlines.el (longlines-mode): Add mail-setup-hook.
5950
5951 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5952
5953 * simple.el (sendmail-user-agent-compose, next-line):
5954 Conditionally use hard-newline.
5955
5956 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5957
5958 * international/latexenc.el (latex-inputenc-coding-alist):
5959 Reword doc string.
5960
5961 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5962
5963 * help.el (describe-key-briefly, describe-key): Recognize default
5964 bindings.
5965
5966 2005-11-29 Romain Francoise <romain@orebokech.com>
5967
5968 * view.el (view-inhibit-help-message): New defcustom.
5969 (view-mode-enter): Use it.
5970
5971 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
5972
5973 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5974 Preserve user position.
5975
5976 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5977
5978 * font-lock.el: Throw error if facemenu is not loaded to prevent
5979 accidental change of loading order in loadup.el. (Suggested by RMS.)
5980
5981 * loadup.el: Add comment explaining why facemenu must be loaded
5982 before font-lock.
5983
5984 2005-11-28 Jay Belanger <belanger@truman.edu>
5985
5986 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5987 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5988
5989 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5990
5991 * calc/calc-embed.el (calc-do-embedded): Update help message.
5992
5993 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5994
5995 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5998
5999 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6000 called-interactively-p.
6001 (elp-profilable-p): Rename from elp-not-profilable-p.
6002 Invert result and take into account macros and autoloaded functions.
6003 (elp-instrument-function): Update call.
6004 (elp-instrument-package): Update call. Add completion.
6005 (elp-pack-number): Use match-string.
6006 (elp-results-jump-to-definition-by-mouse): Merge into
6007 elp-results-jump-to-definition and then remove.
6008 (elp-output-insert-symname): Make help echo text single-line.
6009
6010 * replace.el (query-replace-map): Move initialization into declaration.
6011 (occur-engine): Use with-current-buffer.
6012 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6013 (occur-mode-mouse-goto): Replace with an alias.
6014
6015 2005-11-28 Juri Linkov <juri@jurta.org>
6016
6017 * simple.el (quoted-insert): Let-bind input-method-function to nil.
6018
6019 * term/w32-win.el: Bind [S-tab] to [backtab].
6020
6021 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6022 `Info-find-file' to t.
6023
6024 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6025 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6026 and same-window-regexps.
6027 (occur-next-error): Don't move point for arg 0.
6028
6029 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
6030
6031 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6032
6033 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6034
6035 * log-edit.el (log-edit-changelog-use-first): New var.
6036 (log-edit-changelog-ours-p): Use it.
6037 (log-edit-insert-changelog): Set it with new arg `use-first'.
6038 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6039 (log-edit-hook): Add them to the list of suggested options.
6040
6041 * textmodes/flyspell.el (flyspell-last-buffer): New var.
6042 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6043 redundant work.
6044 (flyspell-mode-on): Use add-hook for after-change-functions.
6045 (flyspell-mode-off): Use remove-hook for after-change-functions.
6046 (flyspell-changes): Make it buffer-local.
6047 (flyspell-after-change-function): Make it non-interactive. Use push.
6048 (flyspell-post-command-hook): Check input-pending-p while processing
6049 the potentially long list of buffer changes.
6050
6051 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
6052
6053 * buff-menu.el (list-buffers-noselect): Display the selected
6054 frame's buffer list, not the global one.
6055
6056 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6057
6058 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6059 that (list last-input-event) works as in interactive spec.
6060
6061 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6062
6063 * loadup.el ("facemenu"): Load facemenu before font-lock, because
6064 `facemenu-keymap' needs to be defined when font-lock is loaded.
6065 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6066
6067 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * completion.el: Remove useless leading * in defcustom docstrings.
6070 (save-completions-file-name): Use ~/.emacs.d if available.
6071 (completion-standard-syntax-table): Rename from
6072 cmpl-standard-syntax-table and fold initialization into declaration,
6073 thus removing cmpl-make-standard-completion-syntax-table.
6074 (completion-lisp-syntax-table, completion-c-syntax-table)
6075 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6076 (cmpl-saved-syntax, cmpl-saved-point): Remove.
6077 (symbol-under-point, symbol-before-point)
6078 (symbol-under-or-before-point, symbol-before-point-for-complete)
6079 (add-completions-from-c-buffer): Use with-syntax-table.
6080 (make-completion): Don't return a list of completion entries.
6081 Update callers.
6082 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6083 (completion-initialize): Rename from initialize-completions.
6084 (completion-find-file-hook): Rename from cmpl-find-file-hook.
6085 (kill-emacs-save-completions): Collect stats here.
6086 (save-completions-to-file, load-completions-from-file):
6087 Use with-current-buffer.
6088 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
6089 into a function. Move all calls to toplevel.
6090 (completion-lisp-mode-hook): New fun.
6091 (completion-c-mode-hook, completion-setup-fortran-mode):
6092 Set the syntax-table here. Use local-set-key.
6093 (completion-saved-bindings): New var.
6094 (dynamic-completion-mode): Make it into a proper minor mode.
6095 (load-completions-from-file): Remove unused var `num-uses'.
6096
6097 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6098 constructor if it is explicitly overridden.
6099
6100 * complete.el (PC-completion-as-file-name-predicate):
6101 Use minibuffer-completing-file-name.
6102 (partial-completion-mode): Use find-file-not-found-functions.
6103 (PC-lisp-complete-symbol): Use with-syntax-table.
6104 (PC-look-for-include-file): Remove dead setq.
6105 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6106 (PC-complete): Use with-current-buffer.
6107
6108 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6109 escape single quotes.
6110
6111 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6112
6113 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6114 of `if' whose condition always returned nil. Doc fix.
6115
6116 * buff-menu.el (Buffer-menu-revert-function): Make the selected
6117 window's buffer the current buffer around the call to
6118 `list-buffers-noselect'. This is necessary to mark that buffer
6119 with a `.' in the Buffer Menu when called from Lisp, for instance
6120 by Auto Revert Mode.
6121
6122 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
6123
6124 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6125 attaching to it.
6126 (gdb-pre-prompt): Make sure gdb-error is reset.
6127
6128 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6129 with a child process, detect it.
6130 (gud-speedbar-buttons): Match regexp more carefully.
6131
6132 2005-11-27 Richard M. Stallman <rms@gnu.org>
6133
6134 * mouse.el (mouse-drag-move-window-bottom):
6135 Use adjust-window-trailing-edge.
6136
6137 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
6138
6139 * simple.el (blink-matching-open): Ignore
6140 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6141 (blink-matching-paren-on-screen): Update docstring.
6142
6143 * paren.el (show-paren-mode): No longer change
6144 `blink-matching-paren-on-screen'.
6145
6146 2005-11-27 John Paul Wallington <jpw@pobox.com>
6147
6148 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6149 (gdb-threads-select, gdb-edit-register-value):
6150 Use `posn-set-point' instead of `mouse-set-point' because the
6151 latter is not fbound when configured without X.
6152
6153 2005-11-27 Kim F. Storm <storm@cua.dk>
6154
6155 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6156 existing face when partially highlighting a TAB in a rectangle.
6157
6158 2005-11-26 Kim F. Storm <storm@cua.dk>
6159
6160 * ido.el (ido-mode-map): Doc fix.
6161 (ido-mode-common-map, ido-mode-file-map)
6162 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6163 (ido-define-mode-map): Rewrite. Select one of the new maps as
6164 parent for ido-mode-map instead of building from scratch.
6165 (ido-init-mode-maps): New defun to initialize new maps.
6166 (ido-mode): Call it.
6167 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6168 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6169
6170 2005-11-26 John Paul Wallington <jpw@pobox.com>
6171
6172 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6173 `mouse-set-point' because the latter is not fbound when configured
6174 without X.
6175
6176 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
6177
6178 * files.el (file-relative-name): Doc fix.
6179
6180 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
6181
6182 * progmodes/octave-inf.el (inferior-octave-startup): Force a
6183 non-empty string for secondary prompt PS2.
6184
6185 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6186
6187 * progmodes/compile.el (compilation-setup): Fix last change.
6188
6189 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
6190
6191 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6192 (gdb-mouse-toggle-breakpoint-margin)
6193 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6194 Add gdb-server-prefix to keep out of command history.
6195 (gdb-edit-register-value): New function.
6196 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6197 (gdb-info-registers-custom): Use above map.
6198
6199 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
6200
6201 * custom.el (enable-theme): Signal error if argument is not a
6202 theme. Don't recalculate a face if it's not loaded yet.
6203
6204 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6205 the `user' theme is in effect.
6206
6207 * info.el (Info-on-current-buffer): Record actual filename in
6208 Info-current-file, instead of t, or a fake filename if a non-file
6209 buffer. Make autoload.
6210 (Info-find-node, Info-revert-find-node): No need to check for
6211 Info-current-file nil.
6212 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6213 Info-current-file is now never `t'.
6214 (Info-fontify-node): Many simplifications due to Info-current-file
6215 always being valid. Use Info-find-file to find node filename.
6216
6217 2005-11-25 David Kastrup <dak@gnu.org>
6218
6219 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6220 new character, then delete" in order to preserve markers.
6221
6222 2005-11-25 David Ponce <david@dponce.com>
6223
6224 * recentf.el (recentf-arrange-by-rule): Handle a special
6225 `auto-mode-alist'-like "strip suffix" rule.
6226 (recentf-build-mode-rules): Handle second level auto-mode entries.
6227
6228 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
6229
6230 * viper-keym.el (viper-ESC-key): Use different values in terminal and
6231 window modes.
6232
6233 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6234 jde-javadoc-checker-report-mode.
6235
6236 * ediff-wind (ediff-make-wide-display): Slight simplification.
6237
6238 * ediff.el (ediff-date): Change the date of last update.
6239
6240 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
6241
6242 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6243 Use define-minor-mode, and make it a local mode. Turn on font-lock.
6244 (hi-lock-mode): New global minor mode.
6245 (turn-on-hi-lock-if-enabled): New function.
6246 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6247 Change arguments to regexp and face instead of a font-lock pattern.
6248 Directly set face property, instead of refontifying.
6249 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6250 (hi-lock-find-patterns): Use line-number-at-pos.
6251
6252 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
6253 arguments for hi-lock-set-pattern.
6254 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6255 Call font-lock-fontify-buffer.
6256 (hi-lock-find-file-hook, hi-lock-current-line)
6257 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6258
6259 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6260 turned off.
6261
6262 * progmodes/compile.el (compilation-setup): Don't fiddle with
6263 font-lock-defaults.
6264
6265 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
6266
6267 * progmodes/gdb-ui.el (gdb-var-create-handler)
6268 (gdb-var-list-children-handler): Find values for all variable
6269 objects. gud-speedbar-buttons decides whether to display them.
6270
6271 2005-11-24 Romain Francoise <romain@orebokech.com>
6272
6273 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
6274 buffer name with a space.
6275
6276 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
6277
6278 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
6279 `org-export-local-list-max-depth'. Change default value to 3.
6280 (org-auto-renumber-ordered-lists)
6281 (org-plain-list-ordered-item-terminator): New options.
6282 (org-at-item-p, org-beginning-of-item, org-end-of-item)
6283 (org-get-indentation, org-get-string-indentation)
6284 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
6285 New functions.
6286 (org-move-item-down, org-move-item-up): New commands.
6287 (org-export-as-html): New classes for CSS support. Bug fix in
6288 regular expression detecting fixed-width regions. Respect
6289 `org-local-list-ordered-item-terminator'.
6290 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
6291 also a list item.
6292 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
6293 New item moving functions.
6294
6295 2005-11-24 Juri Linkov <juri@jurta.org>
6296
6297 * isearch.el (isearch-repeat): With empty search ring set
6298 `isearch-error' to the error string instead of signaling error
6299 with the function `error'.
6300
6301 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6302
6303 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
6304
6305 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
6306
6307 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
6308 and variable.
6309 (gdb-var-create-handler, gdb-var-list-children-handler):
6310 Don't match on "char **...".
6311 (gdb-var-update-handler): Find values for all variable objects.
6312 (gdb-info-frames-custom): Identify frames by leading "#".
6313
6314 * progmodes/gud.el (gud-speedbar-menu-items): Add
6315 gdb-speedbar-auto-raise as radio button.
6316 (gud-speedbar-buttons): Raise speedbar if requested.
6317 Don't match on "char **...".
6318 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
6319 Make it editable.
6320
6321 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
6322
6323 * info.el (Info-fontify-node): Handle the case where
6324 Info-current-file is t.
6325
6326 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * simple.el (blink-matching-open): Fix off-by-one in last change.
6329
6330 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6331
6332 * term/mac-win.el: Don't change default directory.
6333
6334 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
6335
6336 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
6337 buffers correctly. (It used to throw an error in such buffers.)
6338 Make it ask for confirmation in group buffers and other Custom
6339 buffers containing more than one customization item.
6340
6341 2005-11-22 John Paul Wallington <jpw@gnu.org>
6342
6343 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
6344 property on mail and url overlays.
6345 (goto-address-at-point): Use `posn-set-point' instead of
6346 `mouse-set-point' because the latter is not fbound when configured
6347 without X.
6348
6349 2005-11-22 Lars Hansen <larsh@soem.dk>
6350
6351 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
6352 (ls-lisp-classify, ls-lisp-format): Delete call to
6353 ls-lisp-parse-symlink.
6354 (ls-lisp-handle-switches): Handle symlinks to directories as
6355 directories when ls-lisp-dirs-first in non-nil.
6356
6357 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
6358
6359 * startup.el (command-line): Make sure that loaddefs.el is handled
6360 correctly in load-history.
6361
6362 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
6363
6364 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
6365 (gdb-struct-string, gdb-array-string): New constants.
6366 (gdb-info-locals-handler): Use them.
6367 (gdb-reset): Reset gdb-var-list to nil.
6368
6369 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
6372 in patterns.
6373
6374 2005-11-21 Juri Linkov <juri@jurta.org>
6375
6376 * custom.el (defcustom): Update link types in docstring.
6377
6378 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
6379
6380 * custom.el (defgroup): Add doc-string-elt info.
6381
6382 * widget.el (define-widget): Don't use declare for the doc-string-elt.
6383
6384 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
6385
6386 * newcomment.el (comment-enter-backward): Fix last fix.
6387
6388 * simple.el (blink-matching-open):
6389 * paren.el (show-paren-function): Allow new paren-class info.
6390
6391 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
6392
6393 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
6394 handled automagically.
6395
6396 2005-11-20 Andreas Schwab <schwab@suse.de>
6397
6398 * descr-text.el (describe-char): When copying overlays put them
6399 over the full char description instead of just the first character
6400 of it.
6401
6402 2005-11-20 Juri Linkov <juri@jurta.org>
6403
6404 * simple.el (what-cursor-position):
6405 * descr-text.el (describe-char): Use Lisp-readable syntax
6406 for octal and hex. Reorder decimal, octal and hex values.
6407 Remove excess whitespace in the output. Use `=' in `column='
6408 like in `point=' and `Hscroll='.
6409
6410 * international/mule-cmds.el (encoded-string-description):
6411 Use Lisp-readable syntax for hex.
6412
6413 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * newcomment.el (comment-enter-backward): Handle the case where the
6416 comment is closed by EOB.
6417
6418 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6419
6420 * longlines.el (longlines-before-revert-hook)
6421 (longlines-after-revert-hook): New functions.
6422 (longlines-mode): Turn off longlines temporarily when reverting.
6423 Add a message-setup-hook.
6424 (longlines-decode-buffer): New function.
6425 (longlines-wrap-line): Preserve marker positions.
6426
6427 2005-11-19 Andreas Schwab <schwab@suse.de>
6428
6429 * emacs-lisp/shadow.el: Handle compressed files.
6430
6431 2005-11-19 Romain Francoise <romain@orebokech.com>
6432
6433 * net/browse-url.el (browse-url-default-browser): Signal an error
6434 if no usable browser can be found, rather than try to load w3.
6435
6436 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
6437
6438 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
6439 replacing existing properties.
6440 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6441 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
6442 tty specs.
6443 (rcirc-server-prefix, rcirc-server): New faces.
6444 (rcirc-url-regexp): Generate with rx macro.
6445 (rcirc-last-server-message-time): New variable.
6446 (rcirc-filter): Record time of last message.
6447 (rcirc-keepalive): Kill processes that did not send a message
6448 since the last ping.
6449 (rcirc-mode): Give rcirc-topic a local binding here.
6450
6451 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
6452
6453 * subr.el (read-passwd): Fontify the prompt as we do with other
6454 prompts.
6455
6456 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
6457
6458 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6459 binding buffer-read-only to nil.
6460
6461 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6462
6463 * complete.el (partial-completion-mode):
6464 Mention completion-auto-help in the doc string.
6465
6466 * man.el (Man-highlight-references): Doc fix. Reformat code in a
6467 more Lisp-ish way.
6468
6469 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6470
6471 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6472 digits, not 8, to avoid misalignment for files larger than 100MB.
6473
6474 2005-11-19 Eli Zaretskii <eliz@gnu.org>
6475
6476 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6477 Mention "keyboard shortcuts" in the help text.
6478
6479 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6480
6481 * startup.el (fancy-splash-default-action): Discard only
6482 mouse-down and succeeding mouse-up events in the splash screen
6483 window so that drag-n-drop event can be processed.
6484
6485 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
6486
6487 * longlines.el (longlines-mode): Add hacks for mail-mode and
6488 message-mode.
6489
6490 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
6491
6492 * textmodes/org.el (org-table-sort-lines): New command.
6493 (org-tbl-menu): Add entry for `org-table-sort-lines'.
6494 (org-add-file): Command removed, use `org-agenda-file-to-front'
6495 instead.
6496 (org-export-icalendar): Use `org-icalendar-combined-name'.
6497 (org-cycle-agenda-files, org-agenda-file-to-end)
6498 (org-agenda-file-to-front): New commands.
6499 (org-table-tab-jumps-over-hlines, org-export-html-style):
6500 New options.
6501 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6502 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6503 New functions.
6504 (org-fill-paragraph): Call `org-table-align' in tables.
6505 (org-mode): Call `org-set-autofill-regexps'.
6506 (org-export-as-html): Support for local handformatted lists.
6507 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
6508 (org-export-local-list-max-depth): New option.
6509 (org-html-expand): Use `org-html-protect'.
6510
6511 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
6512
6513 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6514 to "p".
6515 (gdb): Move definition of gud-pp to...
6516
6517 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
6518 speedbar.
6519 (gdb-find-watch-expression): New function.
6520
6521 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6522
6523 * faces.el (face-attribute, set-face-attribute): Mention existence
6524 of `:ignore-defface' setting in docstring.
6525
6526 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * simple.el (completion-setup-function): Fix last change.
6529
6530 2005-11-17 John Paul Wallington <jpw@pobox.com>
6531
6532 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6533 Use `posn-set-point' instead of `mouse-set-point' because the
6534 latter is not fbound when configured without X.
6535
6536 * comint.el (comint-insert-input): Likewise.
6537
6538 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6539
6540 * simple.el (hard-newline): New variable.
6541 (sendmail-user-agent-compose, next-line): Use it.
6542
6543 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6544 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6545 (mail-mail-reply-to, mail-mail-followup-to)
6546 (mail-position-on-field, mail-signature, mail-yank-original)
6547 (mail-attach-file): Likewise.
6548
6549 * mail/mailheader.el (mail-header-format)
6550 (mail-header-format-function): Likewise.
6551
6552 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6553
6554 2005-11-17 Juri Linkov <juri@jurta.org>
6555
6556 * font-lock.el (font-lock-faces): Rename this defgroup from
6557 `font-lock-highlighting-faces'.
6558 (font-lock-comment-face, font-lock-comment-delimiter-face)
6559 (font-lock-string-face, font-lock-doc-face)
6560 (font-lock-keyword-face, font-lock-builtin-face)
6561 (font-lock-function-name-face, font-lock-variable-name-face)
6562 (font-lock-type-face, font-lock-constant-face)
6563 (font-lock-warning-face, font-lock-negation-char-face)
6564 (font-lock-preprocessor-face)
6565 (font-lock-regexp-grouping-backslash)
6566 (font-lock-regexp-grouping-construct): Rename :group from
6567 `font-lock-highlighting-faces' to `font-lock-faces'.
6568
6569 * cus-edit.el (lisp, c, tex):
6570 * progmodes/ada-mode.el (ada):
6571 * progmodes/asm-mode.el (asm):
6572 * progmodes/cperl-mode.el (cperl-faces):
6573 * progmodes/cpp.el (cpp):
6574 * progmodes/dcl-mode.el (dcl):
6575 * progmodes/f90.el (f90):
6576 * progmodes/fortran.el (fortran):
6577 * progmodes/icon.el (icon):
6578 * progmodes/idlwave.el (idlwave-misc):
6579 * progmodes/m4-mode.el (m4):
6580 * progmodes/make-mode.el (makefile):
6581 * progmodes/meta-mode.el (meta-font):
6582 * progmodes/modula2.el (modula2):
6583 * progmodes/octave-mod.el (octave):
6584 * progmodes/pascal.el (pascal):
6585 * progmodes/perl-mode.el (perl):
6586 * progmodes/prolog.el (prolog):
6587 * progmodes/ps-mode.el (PostScript-edit):
6588 * progmodes/scheme.el (scheme):
6589 * progmodes/sh-script.el (sh-script):
6590 * progmodes/simula.el (simula):
6591 * progmodes/tcl.el (tcl):
6592 * textmodes/nroff-mode.el (nroff):
6593 * textmodes/reftex-vars.el (reftex-fontification-configurations):
6594 * textmodes/sgml-mode.el (sgml):
6595 * textmodes/texinfo.el (texinfo):
6596 Add :link (custom-group-link font-lock-faces) to defgroup.
6597
6598 * hi-lock.el (hi-lock): Rename this defgroup from
6599 `hi-lock-interactive-text-highlighting'. Change parent group from
6600 `faces' to `font-lock'. Add link to the manual.
6601 (hi-lock-mode, hi-lock-file-patterns-range)
6602 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6603 `hi-lock-interactive-text-highlighting' to `hi-lock'.
6604 (hi-lock-faces): Add :group `faces'.
6605
6606 * cus-edit.el (custom-variable-prompt): Clarify the code.
6607
6608 * faces.el (face-read-string): Set the default value arg of
6609 completing-read.
6610
6611 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
6612
6613 * rfn-eshadow.el (file-name-shadow-properties)
6614 (file-name-shadow-tty-properties, file-name-shadow-mode):
6615 Remove autoloads, because the file is now preloaded.
6616
6617 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6618
6619 * printing.el (easy-menu-intern): Don't define.
6620 (pr-get-symbol): Use easy-menu-intern only if defined.
6621
6622 * simple.el (blink-matching-open): Simplify a bit.
6623 (completion-setup-function): Fix the case of partial-completion-mode
6624 when the minibuffer's contents start with "-".
6625 Obey completion-base-size-function even when
6626 minibuffer-completing-file-name is non-nil.
6627
6628 2005-11-16 Richard M. Stallman <rms@gnu.org>
6629
6630 * net/eudcb-ph.el (eudc-ph-open-session):
6631 Use set-process-query-on-exit-flag.
6632
6633 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6634
6635 * international/ucs-tables.el (ucs-set-table-for-input):
6636 Use make-local-variable, not make-variable-buffer-local.
6637
6638 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6639 Improve warning message text.
6640
6641 * savehist.el (savehist-save-hook): Add :group.
6642
6643 * menu-bar.el (menu-bar-help-menu):
6644 Rename Find Extra Packages to External Packages.
6645
6646 * cus-edit.el (Custom-reset-standard): Verify that
6647 :custom-standard-value prop exists before calling it.
6648
6649 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6650
6651 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6652
6653 * wid-edit.el (color): Enclose %t in %{...%}.
6654
6655 * cus-edit.el (face): Enclose %t in %{...%}.
6656
6657 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6658
6659 * savehist.el (savehist-mode-hook): Re-add the var.
6660 (savehist-mode): Use it.
6661
6662 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * textmodes/flyspell.el: Fix commenting convention.
6665 Remove unnecessary leading * in custom docstrings.
6666 (flyspell-emacs): Remove unused var.
6667 (flyspell-delete-region-overlays): Use remove-overlays.
6668 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6669 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6670 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6671 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6672 (make-flyspell-overlay): Don't locally reuse a global name.
6673 (flyspell-highlight-incorrect-region)
6674 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6675 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6676 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6677 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6678 Wrap calls to accept-process-output inside with-local-quit since it's
6679 often called from a post-command-hook.
6680 (flyspell-correct-word, flyspell-auto-correct-word):
6681 Use ispell-send-string.
6682 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
6683
6684 * calendar/diary-lib.el (diary-list-entries): Also hide the
6685 terminating newline.
6686
6687 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
6688
6689 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6690 window-system, to allow fonts on tty.
6691
6692 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
6693
6694 * progmodes/gud.el (gud-speedbar-item-info): New function.
6695 (gud-install-speedbar-variables): Use it to display data type
6696 of watch expression as a tooltip in speedbar.
6697
6698 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6699
6700 * font-core.el (global-font-lock-mode): Add :version keyword,
6701 because default was changed.
6702
6703 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6704
6705 * startup.el (command-line): Use `custom-reevaluate-setting' for
6706 `file-name-shadow-mode'.
6707
6708 * loadup.el: Preload rfn-eshadow.
6709
6710 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6711 Add :version keyword.
6712 (file-name-shadow-properties, file-name-shadow-tty-properties)
6713 (file-name-shadow): Add :version keyword.
6714
6715 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6716 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6717 in the custom-group property of the symbol frames and the fringe
6718 group got no link to its parent group frames.
6719 Doc fix.
6720
6721 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6722
6723 * progmodes/gud.el (gud-stop-subjob): New function.
6724 (gud-menu-map, gud-tool-bar-map): Use it.
6725
6726 2005-11-16 Kim F. Storm <storm@cua.dk>
6727
6728 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6729 than kill it.
6730 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6731 to a more useful/logical place.
6732
6733 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6734
6735 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6736 go buttons complementary.
6737
6738 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6739
6740 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6741 (rfn-eshadow-sifn-equal): New function.
6742 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6743
6744 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
6745
6746 * viper-utils.el (viper-non-word-characters-reformed-vi):
6747 Quote `-' in string.
6748
6749 * viper.el (viper-emacs-state-mode-list): Ensure that
6750 rcirc-mode buffers come up in Emacs state.
6751
6752 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6753 operation.
6754
6755 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6756
6757 * term.el (term-termcap-format): Fix typos.
6758 (term-down): Fix the negative argument case.
6759
6760 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6761
6762 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6763 2005-08-15.
6764 (gdb-ann3): New command gud-go.
6765 (menu): Accomodate gdb-mi.el.
6766 (gdb-assembler-custom): Make buffer of selected window current
6767 so that set-window-point works.
6768
6769 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6770 buttons and include new ones.
6771
6772 2005-11-16 Kim F. Storm <storm@cua.dk>
6773
6774 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6775 (gud-menu-map): Use it.
6776
6777 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6778
6779 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6780 that works correctly for Custom and that does not override a user
6781 who disables it.
6782
6783 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6784 (help-xref-interned, help-follow): Make hyperlinks for variables
6785 that are unbound, but have a non-nil variable-documentation property.
6786
6787 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6788 mode hook. (It conflicted with defcustoms for some mode hooks.)
6789 Use the `variable-documentation' property to give the mode hook a
6790 docstring and expand that docstring.
6791
6792 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6793
6794 * savehist.el (savehist-mode): Don't bother with
6795 `custom-set-minor-mode'.
6796 (savehist-coding-system): Check XEmacs version.
6797 (history-length): Declare also at run time.
6798 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6799 Don't set the customize state.
6800 (savehist-minibuffer-hook): Special case for when
6801 minibuffer-history-variable is equal to t.
6802
6803 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6804
6805 * files.el (write-file): Refresh VC status.
6806
6807 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6808 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6809 than fundamental-mode to see if the mode was set.
6810
6811 2005-11-14 Romain Francoise <romain@orebokech.com>
6812
6813 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6814 dummy function in `eval-when-compile' to avoid compiler warning.
6815 Require `man' at compile time.
6816
6817 2005-11-14 Jay Belanger <belanger@truman.edu>
6818
6819 * calc-alg.el (calcFunc-write-out-power): Rename it to
6820 calcFunc-powerexpand.
6821 (math-write-out-power): Rename it to math-powerexpand; have it
6822 handle negative exponents.
6823 (calc-writeoutpower): Rename it to calc-powerexpand.
6824
6825 * calc-ext.el: Change calcFunc-writeoutpower and
6826 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6827 autoloads.
6828 Add calcFunc-ldiv to autoloads.
6829
6830 * calc-arith.el (calcFunc-ldiv): New function.
6831
6832 * calc.el (calc-left-divide): New function.
6833
6834 2005-11-14 Juri Linkov <juri@jurta.org>
6835
6836 * cus-edit.el (custom-variable-prompt): Set the default value arg
6837 of completing-read.
6838
6839 * cus-dep.el (custom-make-dependencies): Reverse the list of
6840 found dependencies.
6841
6842 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6843
6844 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6845 Highlighting" entry, it is on by default now.
6846 (menu-bar-options-save): Do not save global-font-lock-mode.
6847
6848 2005-11-13 Richard M. Stallman <rms@gnu.org>
6849
6850 * textmodes/flyspell.el (flyspell-large-region):
6851 Call flyspell-accept-buffer-local-defs.
6852
6853 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6854
6855 * textmodes/flyspell.el (flyspell-notify-misspell):
6856 Fix misspelling of "Misspelling".
6857 (flyspell-process-localwords): New function.
6858 (flyspell-large-region): Call flyspell-process-localwords and
6859 flyspell-delete-region-overlays.
6860 (flyspell-delete-region-overlays): New function.
6861 (flyspell-delete-all-overlays): Call that.
6862
6863 2005-11-13 Richard M. Stallman <rms@gnu.org>
6864
6865 * help.el (help-for-help-internal): Improve doc of C-h a.
6866 (describe-key): Improve prompt; doc fix.
6867
6868 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6869
6870 * vc-svn.el (vc-svn-registered): Catch all errors.
6871
6872 * cus-dep.el (custom-make-dependencies): Typo.
6873
6874 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
6875
6876 * net/tramp-util.el (top): Fix compilation warning.
6877
6878 2005-11-13 Kim F. Storm <storm@cua.dk>
6879
6880 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6881
6882 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6883
6884 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6885 (gud-speedbar-buttons): Match on "const char *" too.
6886
6887 * progmodes/gdb-ui.el (gdb-var-create-handler)
6888 (gdb-var-list-children-handler): Match on "const char *" too.
6889 (gdb-var-evaluate-expression-handler): Match on empty string.
6890 (gdb-var-update-handler): Only call
6891 gdb-var-evaluate-expression-handler when required.
6892
6893 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6894
6895 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6896 selected window. This still doesn't work for speedbar.
6897 (gud-speedbar-buttons): Handle string expressions properly.
6898
6899 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6900 (gdb-var-create-handler): Handle string expressions properly.
6901 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6902 Handle string expressions properly. Move "type" field into regexp.
6903
6904 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6905
6906 * bookmark.el (bookmark-maybe-message): New function to reduce
6907 code duplication: invokes `message' iff baud-rate is high enough.
6908 (bookmark-write-file): Use above instead of an inline conditional.
6909 (bookmark-load): Same.
6910
6911 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6912
6913 * bookmark.el (bookmark-write-file): Don't visit the destination
6914 file, just write the data to it using write-region. This is
6915 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6916 change to avoid visiting the file in the first place.
6917
6918 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
6919
6920 * hi-lock.el (hi-lock-mode): Set the default value of
6921 font-lock-defaults.
6922
6923 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6924
6925 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6926 arg to `file-attributes'.
6927 (find-lisp-format): The UID and GID can now be strings.
6928
6929 2005-11-12 Kim F. Storm <storm@cua.dk>
6930
6931 * help.el (help-map): Bind C-h d to apropos-documentation.
6932
6933 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6934 when point is at end-of-buffer.
6935
6936 * apropos.el (apropos-match-face): Doc fix.
6937 (apropos-sort-by-scores): Add new choice `verbose'.
6938 (apropos-documentation-sort-by-scores): New defcustom.
6939 (apropos-pattern): Now contains the pattern entered by the user.
6940 (apropos-pattern-quoted): New defvar.
6941 (apropos-regexp): New defvar, containing the regexp corresponding
6942 to apropos-pattern.
6943 (apropos-all-words-regexp): Rename from apropos-all-regexp.
6944 (apropos-read-pattern): New defun. Use it to read pattern arg in
6945 interactive calls; returns list of words for a word list, and
6946 string for a regexp.
6947 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
6948 parses a list of words or regexp as returned by apropos-read-pattern.
6949 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6950 (apropos-score-doc): Return a very high score if the string
6951 entered by the user matches literally.
6952 (apropos-variable): Doc fix. Use apropos-read-pattern.
6953 (apropos-command): Doc fix. Use apropos-read-pattern and
6954 apropos-parse-pattern. Call apropos-print with nosubst=t.
6955 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
6956 apropos-parse-pattern.
6957 (apropos-documentation): Doc fix. Use apropos-read-pattern and
6958 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6959 apropos-documentation-sort-by-scores. Call apropos-print with
6960 nosubst=t.
6961 (apropos-documentation-internal): Pass doc string through
6962 substitute-key-definition before adding text properties.
6963 Highlight substring matching literal user input if possible.
6964 (apropos-documentation-check-doc-file): Remove locals beg and end.
6965 Fix calculation of score (as added twice). Pass doc string through
6966 substitute-key-definition before adding text properties.
6967 (apropos-documentation-check-elc-file): Pass doc string through
6968 substitute-key-definition before adding text properties.
6969 Highlight substring matching literal user input if possible.
6970 (apropos-print): Add new arg NOSUBST; if set, command and variable
6971 doc strings have already been passed through substitute-key-definition.
6972 Add code to handle apropos-accumulator items without score element
6973 for backwards compatibility (e.g. with woman package).
6974 Only show scores if apropos-sort-by-scores is `verbose'.
6975
6976 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6977
6978 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6979 Add jka-compr-load-suffixes to load-suffixes.
6980
6981 * jka-compr.el: Require jka-cmpr-hook.
6982 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6983 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6984 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6985 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6986 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6987 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6988 (jka-compr-uninstall): Remove entries from
6989 jka-compr-added-to-file-coding-system-alist after they are used.
6990 (jka-compr-error): Remove unused var `curbuf'.
6991 (jka-compr-file-local-copy): Remove unused var `notfound'.
6992
6993 2005-11-10 Romain Francoise <romain@orebokech.com>
6994
6995 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6996
6997 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
6998
6999 * progmodes/gud.el (gud-menu-map): Move parentheses.
7000 (gdb): New command gud-pv.
7001
7002 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * tar-mode.el: Remove spurious or unnecessary leading stars
7005 in docstrings.
7006 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7007 (tar-parse-octal-integer-safe): Use mapc.
7008 (tar-header-block-summarize): Remove unused var `ck'.
7009 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7010 cleared before. Obey default-enable-multibyte-characters.
7011 Use mapconcat. Simplify setting of tar-header-offset.
7012 (tar-mode-map): Move initialization inside delcaration.
7013 (tar-flag-deleted): Use `abs'.
7014 (tar-expunge-internal): Remove unused var `line'.
7015 (tar-expunge-internal): Don't hardcode point-min==1.
7016 (tar-expunge): Widen while doing set-buffer-multibyte.
7017 (tar-rename-entry): Use file-name-coding-system.
7018 (tar-alter-one-field): Don't hardcode point-min==1.
7019 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7020 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
7021
7022 2005-11-10 Masatake YAMATO <jet@gyve.org>
7023
7024 * add-log.el (add-log-current-defun): Handle class::method
7025 notation of c++. Fix incorrect comment.
7026
7027 2005-11-10 Alan Mackenzie <acm@muc.de>
7028
7029 * help-fns.el (describe-variable): Make C-h v work when a variable
7030 has variable documentation yet is unbound.
7031
7032 2005-11-10 Masatake YAMATO <jet@gyve.org>
7033
7034 * man.el (Man-highlight-references): Set an empty
7035 string to `Man-arguments' if it is nil.
7036 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7037
7038 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7039
7040 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7041 commenting conventions.
7042
7043 * cus-dep.el (custom-make-dependencies): Simplify.
7044 Better follow the commenting conventions.
7045
7046 2005-11-09 Richard M. Stallman <rms@gnu.org>
7047
7048 * apropos.el (apropos-pattern): Rename from apropos-regexp.
7049 (apropos-orig-pattern): Rename from apropos-orig-regexp.
7050 All uses changed.
7051 (apropos-rewrite-regexp): Doc fix.
7052 (apropos-variable, apropos-command, apropos, apropos-value):
7053 Change prompt; carry through the argument renaming.
7054
7055 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
7056
7057 * find-lisp.el: Require dired.
7058 (find-lisp-find-dired-internal): Do not call
7059 `abbreviate-file-name' on DIR.
7060
7061 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
7062
7063 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7064
7065 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
7066
7067 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7068 when using the speedbar.
7069 (gdb): New command gud-pp.
7070 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7071
7072 2005-11-09 Juri Linkov <juri@jurta.org>
7073
7074 * replace.el (occur-excluded-properties): New defcustom.
7075 (occur-1, occur-engine, occur-accumulate-lines): Use it.
7076
7077 2005-11-08 Jay Belanger <belanger@truman.edu>
7078
7079 * calc/calc-units.el (math-convert-units): Replace any composite
7080 unit by its definition.
7081
7082 2005-11-08 Lars Hansen <larsh@soem.dk>
7083
7084 * emacs-lisp/autoload.el (update-directory-autoloads):
7085 Add obsolete function alias.
7086
7087 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7088
7089 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7090 comment-indent-function.
7091 (lisp-comment-indent): Replace by an alias for comment-indent-default.
7092
7093 * reveal.el (reveal-post-command): Rework the handling of
7094 reveal-open-spots, so as to be more reliable. There were several
7095 tricky corner cases where an open spot might be lost, or where
7096 a closed spot might end up on the list of open spots.
7097 Only reveal text that's ellipsised.
7098
7099 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
7100
7101 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7102
7103 2005-11-07 John Paul Wallington <jpw@gnu.org>
7104
7105 * ibuffer.el (ibuffer): Search iconified frames too when
7106 getting Ibuffer buffer's window.
7107
7108 2005-11-06 Richard M. Stallman <rms@gnu.org>
7109
7110 * progmodes/compile.el (compilation-internal-error-properties):
7111 save-excursion around the computation of MARKER.
7112
7113 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
7114
7115 * textmodes/flyspell.el (flyspell-external-point-words):
7116 flyspell-get-word returns a list, not just a string.
7117
7118 2005-11-06 John Paul Wallington <jpw@pobox.com>
7119
7120 * ibuffer.el (ibuffer): Search all visible frames when getting
7121 Ibuffer buffer's window.
7122
7123 2005-11-07 Masatake YAMATO <jet@gyve.org>
7124
7125 * man.el (Man-reference-regexp): Accept spaces between
7126 `Man-name-regexp' and `Man-section-regexp'.
7127 (Man-apropos-regexp): New variable.
7128 (Man-abstract-xref-man-page): Use value for `Man-target-string'
7129 if available.
7130 (Man-highlight-references, Man-highlight-references0):
7131 Handle the case when `Man-arguments' includes "-k".
7132 (Man-highlight-references0): Rename the argument `TARGET-POS' to
7133 `TARGET'. `TARGET' can be a number, function or nil.
7134
7135 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
7136
7137 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7138 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7139 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7140 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7141 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7142 (gdb-send-item): Use buffer-local-value and simplify.
7143
7144 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
7145
7146 * startup.el (command-line): Use `custom-reevaluate-setting' for
7147 `global-font-lock-mode'.
7148
7149 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7150 by default, except in batch mode or when the -D option is given.
7151
7152 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7153 specified keyword args on to `define-minor-mode'. Update docstring.
7154
7155 2005-11-05 Romain Francoise <romain@orebokech.com>
7156
7157 * replace.el (occur-engine): Add marker at end of line, too.
7158
7159 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7160
7161 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7162 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7163 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7164 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7165 argument to all these routines, so the passphrase can be managed
7166 externally and passed in to the system.
7167 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7168 pgg-add-passphrase-to-cache function.
7169
7170 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7171 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7172 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7173 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7174 argument to all these routines, so the passphrase can be managed
7175 externally and passed in to the system.
7176 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7177 function.
7178
7179 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
7180
7181 * font-lock.el: Don't deal with font-lock-face-attributes here,
7182 move the code ...
7183
7184 * startup.el (command-line): ... here. Use face-spec-set instead
7185 of custom-declare-face.
7186
7187 * faces.el (face-spec-set): Reset the face if spec is not nil.
7188
7189 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7190
7191 * newcomment.el (comment-region-internal): Box more tightly in the
7192 common case where there's no TAB in the boxed text.
7193
7194 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7195
7196 * info.el (info-tool-bar-map): Use images prev-node, next-node and
7197 up-node.
7198
7199 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
7200
7201 * newsticker.el: Commentary updated. Code formatting changed.
7202 (newsticker-version): Change to "1.9".
7203 (newsticker, newsticker-feed): Doc fix.
7204 (newsticker-url-list): Doc fix. Add option "Weekly".
7205 (newsticker-retrieval-interval): Add option "Weekly".
7206 (newsticker-headline-processing): Doc fix.
7207 (newsticker-auto-mark-filter): Remove.
7208 (newsticker-auto-mark-filter-list): New.
7209 (newsticker-layout, newsticker-sort-method): Doc fix.
7210 (newsticker-hide-old-items-in-newsticker-buffer)
7211 (newsticker-heading-format, newsticker-item-format)
7212 (newsticker-desc-format): Doc fix.
7213 (newsticker-show-all-rss-elements): Remove.
7214 (newsticker-show-all-news-elements): New.
7215 (newsticker-faces, newsticker-ticker): Doc fix.
7216 (remove-from-invisibility-spec): Code formatting.
7217 (newsticker--process-ids): New.
7218 (newsticker-mode): Doc fix.
7219 (newsticker-mode): Change mode-line-format.
7220 (newsticker-start): Remove debug output.
7221 (newsticker-start-ticker): Doc fix. Add autoload cookie.
7222 (newsticker-w3m-show-inline-images): Code formatting.
7223 (newsticker-next-item): Call `force-mode-line-update'.
7224 (newsticker-previous-item): Call `force-mode-line-update'.
7225 (newsticker-next-feed): Call `force-mode-line-update'.
7226 (newsticker-previous-feed): Call `force-mode-line-update'.
7227 (newsticker-mark-all-items-at-point-as-read): Code formatting.
7228 (newsticker-show-old-items): Do not show descs.
7229 (newsticker-hide-entry): Hide too much.
7230 (newsticker-hide-entry, newsticker-show-entry)
7231 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7232 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7233 (newsticker-toggle-auto-narrow-to-item): Code formatting.
7234 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7235 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7236 (newsticker-get-news): Call `force-mode-line-update'.
7237 Collect process ids.
7238 (newsticker--sentinel): Change coding system handling.
7239 Move image retrieval to new functions newsticker--get-logo-url-*.
7240 Move feed parsing to new functions newsticker--parse-*.
7241 Update list of process ids.
7242 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7243 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7244 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7245 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7246 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7247 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7248 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7249 (newsticker--decode-coding-string): Remove.
7250 (newsticker--decode-numeric-entities): Check input. Format code.
7251 (newsticker--remove-whitespace): Check input.
7252 (newsticker--do-forget-preformatted): Doc fix.
7253 (newsticker--decode-rfc822-date): Allow for missing time.
7254 (newsticker--update-process-ids): New.
7255 (newsticker--image-sentinel): Change comment.
7256 (newsticker--image-read): Change error message.
7257 (newsticker--imenu-goto): Doc fix. Show headline title.
7258 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7259 (newsticker--buffer-do-insert-text): Clean whitespace in
7260 html-rendered headline title. Code formatting.
7261 Call `newsticker--buffer-print-extra-elements'.
7262 (newsticker--buffer-print-extra-element): Remove.
7263 (newsticker--buffer-print-extra-elements): New.
7264 (newsticker--buffer-do-print-extra-element): New.
7265 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
7266 large sizes.
7267 (newsticker--run-auto-mark-filter)
7268 (newsticker--do-run-auto-mark-filter):
7269 Use `newsticker-auto-mark-filter-list'.
7270
7271 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
7272
7273 * net/rcirc.el: Use split-string OMIT-NULLS argument.
7274 (rcirc-print): Force redisplay before running hooks. Do long
7275 buffer truncation after making new text read-only. Deal with nil
7276 text when decoding strings. If TARGET is nil, use either the
7277 currently selected buffer, if it is an rcirc buffer and of the
7278 same process or the process buffer.
7279 (rcirc-mode): Remove header-line. Recompute short buffer names.
7280 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
7281 (rcirc-short-buffer-name): Add variable.
7282 (rcirc-kill-buffer-hook): Recompute short buffer names.
7283 Remove nick from private channel.
7284 (rcirc-send-input): Send command text to current-buffer.
7285 Don't clear overlay arrow here.
7286 (rcirc-short-buffer-name): Return a short buffer name.
7287 (rcirc-update-short-buffer-names, rcirc-abbreviate)
7288 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
7289 buffer-name abbreviations.
7290 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
7291 Do not touch nick-table when killing a parted channel.
7292 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
7293 Clear arrow from current buffer if it is now hidden.
7294 (rcirc-current-buffer): Add variable.
7295 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7296 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
7297 Remove -face from names.
7298 (rcirc-update-activity-string): Print "DND" when globally ignoring
7299 activity.
7300 (rcirc-ignore-buffer-activity-flag): Rename from
7301 rcirc-ignore-channel-activity.
7302 (rcirc-ignore-all-activity-flag): Doc fix.
7303 (rcirc-channels): Remove variable.
7304 (rcirc-kill-buffer-hook):
7305 (rcirc-get-buffer-create): Add nick to private channel.
7306 (rcirc-multiline-edit-submit): Remove tabs.
7307 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
7308 folded.
7309 (rcirc-remove-nick-channel): Bug fix.
7310 (rcirc-toggle-ignore-buffer-activity): Rename from
7311 rcirc-toggle-ignore-channel-activity.
7312 (rcirc-record-activity): Add buffers to the front of the list.
7313 (rcirc-update-activity): Remove killed buffers from list.
7314 (rcirc-process-server-response-1): Remove last argument if it is
7315 null before calling handler.
7316 (rcirc): Add "rcirc" defcustom prefix.
7317 (rcirc-prompt): Simplify default prompt.
7318 Use custom-initialize-default.
7319 (rcirc-private-chats): Remove variable.
7320 (rcirc-prompt): Change initialization.
7321 (rcirc-version): Remove function.
7322 (rcirc-id-string): Add constant.
7323 (rcirc-last-buffer): Remove variable.
7324 (rcirc-buffer-alist): Add variable.
7325 (rcirc-connect): Update variable setup.
7326 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
7327 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
7328 default.
7329 (rcirc-handler-generic): Trigger activity.
7330 (rcirc-send-message): Create the buffor of the target.
7331 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
7332 (rcirc-get-buffer): Just return nil if there is no matching buffer.
7333 (rcirc-multiline-edit-cancel): Remove function.
7334 (rcirc-set-last-buffer): Remove function.
7335 (rcirc-get-any-buffer): Add function.
7336 (rcirc-join-channels): Don't print /join text.
7337 (rcirc-toggle-ignore-channel-activity): Add and update echo area
7338 messages.
7339 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
7340 (rcirc-handler-NOTICE): Recognize CTCP responses.
7341 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
7342 constructing TOPIC string for buffers we are not JOINed.
7343 (rcirc-handler-CTCP-response): Add handler.
7344 (rcirc-multiline-edit-submit): Restore the window-configuration
7345 before adjusting point.
7346 (rcirc): Add customization group.
7347 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
7348 (rcirc-user-full-name, rcirc-startup-channels-alist)
7349 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
7350 (rcirc-ignore-all-activity-flag, rcirc-time-format)
7351 (rcirc-input-ring-size, rcirc-read-only-flag)
7352 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
7353 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
7354 Change defvar to defcustom.
7355 (rcirc-update-prompt): Add optional ALL arg, which will update
7356 prompts in all rcirc buffers. Regexp quote replacement text.
7357 (rcirc-fill-column): Accept frame-width as a value.
7358 (rcirc-set-changed): Add function.
7359 (rcirc-next-active-buffer): Write more meaningful messages.
7360 (rcirc-faces): Add customization group.
7361 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
7362 (rcirc-nick-in-message-face, rcirc-prompt-face)
7363 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
7364 (with-rcirc-process-buffer): Move before first usage.
7365 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
7366 (rcirc-debug-flag): Rename from `rcirc-log-p'.
7367 (rcirc-debug): Rename from `rcirc-log'.
7368 (rcirc-format-response-string): Do not print `-' chars for a
7369 NOTICE with no sender. Simplify output of server responses.
7370
7371 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7372
7373 (rcirc-browse-url-map, rcirc-browse-url-at-point)
7374 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
7375 Make urls mouse and RET clickable.
7376
7377 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
7378
7379 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
7380
7381 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
7382
7383 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7384 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7385 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7386 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7387 argument to all these routines, so the passphrase can be managed
7388 externally and passed in to the system.
7389 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7390 pgg-add-passphrase-to-cache function.
7391
7392 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7393 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7394 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7395 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7396 argument to all these routines, so the passphrase can be managed
7397 externally and passed in to the system.
7398 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7399 function.
7400
7401 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
7402
7403 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
7404 from goto-address-url-regexp.
7405
7406 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
7407
7408 * textmodes/org.el (org-read-date, org-goto-calendar)
7409 (org-recenter-calendar, org-agenda-goto-calendar):
7410 Temporarily clear `calendar-move-hook'.
7411
7412 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
7413
7414 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
7415 merging.
7416
7417 * ediff-util.el (ediff-previous-difference): Don't skip regions that
7418 have merge clashes.
7419
7420 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7421
7422 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7423 Undo previous change.
7424
7425 * startup.el (command-line): Use `custom-reevaluate-setting' for
7426 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
7427 tty-register-default-colors on Mac.
7428
7429 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7430
7431 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
7432 (gdb-buffer-type): Make it automatically buffer local...
7433 (gdb-get-create-buffer): ...and set it accordingly.
7434 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
7435 actually work.
7436
7437 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
7438
7439 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
7440 not red.
7441
7442 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
7443
7444 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
7445 case GUD buffer is not visible.
7446 (gdb-goto-breakpoint): Try to force display in source buffer.
7447 (gdb-frame-gdb-buffer): Copy other similar functions.
7448 (gdb-restore-windows): Don't display source if not asked for.
7449 (gdb-assembler-buffer-name): Don't capitalise.
7450
7451 2005-11-03 Richard M. Stallman <rms@gnu.org>
7452
7453 * wid-edit.el (key-sequence): New widget type.
7454
7455 * simple.el (set-mark-command-repeat-pop): New variable.
7456 (set-mark-command): Only interpret plan C-@ after a pop as a pop
7457 if set-mark-command-repeat-pop is true.
7458
7459 * info.el (Info-fontify-node): Don't display extra "see" if there
7460 already is one here.
7461
7462 * mouse.el: Fix special handling of DEL after dragging a region:
7463 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7464 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
7465
7466 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7467
7468 * textmodes/ispell.el (ispell-command-loop): Change `i' description
7469 not to assume it pertains to an affix.
7470
7471 * textmodes/flyspell.el (flyspell-post-command-hook):
7472 Bind deactivate-mark to prevent deactivation.
7473
7474 2005-11-03 Lars Hansen <larsh@soem.dk>
7475
7476 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7477 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7478 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7479
7480 2005-11-03 Romain Francoise <romain@orebokech.com>
7481
7482 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
7483 Update copyright years.
7484
7485 2005-11-03 Sam Steingold <sds@gnu.org>
7486
7487 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7488 Use system-type instead of window-system because window-system is not
7489 correctly defined during loadup.
7490
7491 2005-11-02 Mark A. Hershberger <mah@everybody.org>
7492
7493 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7494 (xml-parse-tag): Join strings separated by a comment properly.
7495
7496 2005-11-02 Andreas Schwab <schwab@suse.de>
7497
7498 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7499
7500 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7503 (byte-optimize-pure-func): Quote the eval'd value.
7504
7505 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7506 Rename from perl-font-lock-syntactic-face-function.
7507 Change the calling convention so it can be used as a font-lock MATCHER.
7508 Do the parse-partial-sexp loop outselves.
7509 (perl-font-lock-syntactic-keywords): Use it.
7510 (perl-mode): Don't set font-lock-syntactic-face-function any more.
7511
7512 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
7513
7514 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7515 disassembly buffer too.
7516 (gdb-exited): Remove overlay arrows when execution has finished.
7517 (gdb-info-frames-custom, gdb-info-threads-custom)
7518 (gdb-info-registers-custom): Don't add inappropriate text
7519 properties if inferior is not active.
7520
7521 2005-11-02 Glenn Morris <rgm@gnu.org>
7522
7523 * progmodes/fortran.el (fortran-blink-match):
7524 Use `blink-matching-delay'.
7525
7526 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
7527
7528 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7529
7530 2005-11-02 Lars Hansen <larsh@soem.dk>
7531
7532 * net/tramp.el (tramp-action-out-of-band): Handle scp message
7533 "Permission denied".
7534
7535 2005-11-01 Richard M. Stallman <rms@gnu.org>
7536
7537 * textmodes/flyspell.el (flyspell-external-point-words):
7538 Pass nil to flyspell-get-word.
7539
7540 2005-11-02 Kim F. Storm <storm@cua.dk>
7541
7542 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7543 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7544
7545 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7546
7547 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7548 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7549 (calendar-mouse-print-dates): Add optional `event' argument.
7550 Update interactive-spec.
7551 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7552 Use `calendar-event-to-date' instead of `event'.
7553
7554 2005-11-02 Masatake YAMATO <jet@gyve.org>
7555
7556 * progmodes/ld-script.el (ld-script-builtins):
7557 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7558 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7559 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7560
7561 2005-11-01 Romain Francoise <romain@orebokech.com>
7562
7563 * vc-sccs.el: Update copyright year.
7564 * ezimage.el: Likewise.
7565
7566 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
7567
7568 * info.el (Info-fontify-node): Use `string-width' for fontifying
7569 underlined titles.
7570
7571 2005-11-01 Juri Linkov <juri@jurta.org>
7572
7573 * info.el (Info-fontify-node): Downcase node header keywords Node,
7574 Prev, Next, Up before comparison.
7575 (Info-history): Insert absolute directory name, and put invisible
7576 property on it.
7577
7578 2005-11-01 Juri Linkov <juri@jurta.org>
7579
7580 * info.el (Info-file-supports-index-cookies): New variable.
7581 (Info-find-node-2): Check makeinfo version for index cookie support.
7582 (Info-index-nodes): Search for nodes with index cookies only when
7583 Info-file-supports-index-cookies is t. Otherwise, search nodes
7584 with "Index" in the node name.
7585 (Info-index-node): Search index cookie in the current node only when
7586 Info-file-supports-index-cookies is t. Otherwise, check the word
7587 "Index" in the node name.
7588 (Info-find-emacs-command-nodes): Remove code that searches nodes
7589 with "Index" node name in the top menu.
7590
7591 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * progmodes/scheme.el (scheme-mode-variables): Use the default
7594 comment-indent-function.
7595
7596 * faces.el (face-attribute): Handle the case where a face inherits from
7597 a non-existent face.
7598
7599 * simple.el (eval-expression-print-format): Use lisp-readable syntax
7600 for octal and hexa output, and merge the char into the paren.
7601 (kill-new): Use push.
7602 (copy-to-buffer): Use with-current-buffer.
7603 (completion-setup-function): Move code in loop to remove redundancy.
7604 (minibuffer-local-must-match-map): Don't add bindings that duplicate
7605 those inherited from minibuffer-local-completion-map.
7606
7607 * savehist.el (savehist-mode) <defcustom>:
7608 Use custom-set-minor-mode if available.
7609 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7610 and emit a message if applicable.
7611
7612 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
7613
7614 * savehist.el: Sync up to version 19.
7615 (savehist-mode): New minor mode.
7616 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7617 (savehist-length): Remove (use history-length instead).
7618 (savehist-file-modes): Rename from savehist-modes.
7619 (savehist-save-hook, savehist-loaded): New vars.
7620 (savehist-load): Use savehist-mode. Try to smooth up transition from
7621 old format to new format.
7622 (savehist-install): Allow savehist-autosave-interval to be nil.
7623 (savehist-save): Run the new hook. Be more careful to only trim the
7624 history variables.
7625 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
7626 (savehist-printable): Print into a buffer rather than char-by-char.
7627
7628 2005-11-01 John Wiegley <johnw@newartisans.com>
7629
7630 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7631 toggle-ignore keybinding (C-a). The author said it had been
7632 disabled much earlier due to a possible incompatibility, but after
7633 many months of usage I have encountered no problems (and it is a
7634 rather useful option, especially for switching to " *temp*").
7635
7636 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7637 support for OS/X's AddressBook, by calling out to the open source
7638 program "contacts" (installable through Fink).
7639
7640 * net/eudc.el (eudc-expand-inline): If the
7641 `eudc-multiple-match-handling-method' is set to `all', delete the
7642 query string before inserting the query result.
7643
7644 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7645 flag, to prevent Eshell from using the system ls when
7646 `eshell-ls-insert-directory' is in used.
7647 (eshell-ls-insert-directory): Disable font-lock in directory
7648 buffer so that Eshell's own fontification is seen. This broke
7649 recently due to changes in font-lock, so this goes back to version
7650 21 behavior.
7651
7652 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7653
7654 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7655 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7656 (gdb-many-windows): Doc fix.
7657
7658 2005-10-31 Romain Francoise <romain@orebokech.com>
7659
7660 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7661
7662 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7663
7664 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7665 that global-font-lock-mode can be enabled by default.
7666
7667 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7668 (font-lock-add-keywords, font-lock-remove-keywords)
7669 (font-lock-fontify-buffer): Remove autoload cookies.
7670
7671 * jit-lock.el (jit-lock-register): Likewise.
7672
7673 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7674
7675 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7676
7677 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7678 intact if there is no gud-comint-buffer.
7679
7680 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7681
7682 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7683 old prompt comint-prompt-read-only is t and GDB commands are
7684 issued from tool bar etc.
7685
7686 2005-10-31 Masatake YAMATO <jet@gyve.org>
7687
7688 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7689
7690 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7691
7692 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7693 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7694
7695 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
7696
7697 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7698 starting at beginning of line. Fontification is messed up when
7699 `open-paren-in-column-0-is-defun-start' set to t.
7700 Reported by John Paul Wallington <jpw@pobox.com>.
7701
7702 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7703
7704 * comint.el (comint-send-input): Call `comint-update-fence' when
7705 `comint-process-echoes' and `comint-prompt-read-only' are both
7706 non-nil, to avoid leftover read-only newline.
7707
7708 2005-10-30 Richard M. Stallman <rms@gnu.org>
7709
7710 * textmodes/flyspell.el (flyspell-external-point-words):
7711 Detect when WORD can't be checked properly because
7712 flyspell-get-word finds just part of it, and move on.
7713
7714 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7715 boundarychar for Polish.
7716 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7717 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7718
7719 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7720
7721 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7722 (gdb-registers-font-lock-keywords): Delete.
7723 (gdb-registers-mode): Don't fontify.
7724 (gdb-info-registers-custom): Use text properties instead as, in
7725 future, changed register values will use font-lock-warning-face.
7726 (gdb-local-font-lock-keywords): Rename to...
7727 (gdb-locals-font-lock-keywords): ...for consistency.
7728
7729 2005-10-30 Andre Spiegel <spiegel@gnu.org>
7730
7731 * vc.el (vc-switch-backend): Better error message if the buffer is
7732 not visiting a file under version control.
7733
7734 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7735
7736 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7737
7738 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7739 ~/.emacs.d/.emacs.
7740
7741 2005-10-29 Richard M. Stallman <rms@gnu.org>
7742
7743 * replace.el (occur-mode-mouse-goto): Always go to other window.
7744 (occur-mode-goto-occurrence): Always switch in same window.
7745
7746 * simple.el (undo): Display message at end, not at start.
7747
7748 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7749 New arg REUSE-CELL.
7750 (cancel-timer-internal): New function.
7751 (timer-event-handler): Use cancel-timer-internal,
7752 and pass the cell it returns to timer-activate...
7753
7754 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7755 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7756 (jit-lock-after-change): Test memory-full.
7757
7758 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7759
7760 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7761 part of the decoded armor to find the key-identifier.
7762 (pgg-gpg-lookup-key-owner): New function to return the
7763 human-readable identifier of a key owner.
7764 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7765 key itself.
7766 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7767 the key value) if we have a key and can match it against a secret
7768 key. Also, added a note pointing out fact that the prompt only
7769 indicates the first matching key.
7770
7771 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7772 pgg-decrypt-region.
7773 (pgg-pending-timers): A new hash for tracking the passphrase cache
7774 timers, so that new ones supercede old ones.
7775 (pgg-add-passphrase-to-cache): Rename from
7776 `pgg-add-passphrase-cache' to reduce confusion (all callers
7777 changed). Modified to cancel old timers when new ones are added.
7778 (pgg-remove-passphrase-from-cache): Rename from
7779 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7780 changed). Modified to cancel old timers when their keys are
7781 removed from the cache.
7782 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7783 XEmacs, an indirection to delete-itimer.
7784 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7785 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7786 users can only check cache without risk of prompting. Correct bug in
7787 notruncate behavior.
7788 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7789 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7790 Add informative docstrings.
7791 (pgg-decrypt): Convey provided passphrase in subordinate call to
7792 pgg-decrypt-region.
7793
7794 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7795 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7796 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7797 `passphrase' argument, so the passphrase can be managed externally
7798 and then passed in to the system.
7799
7800 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7801 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7802 so the passphrase cache can be used reliably with identifiers
7803 besides a pgp packet's key id.
7804
7805 * pgg-gpg.el (pgg-pgp-encrypt-region)
7806 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7807 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7808 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7809 argument to all these routines, so the passphrase can be managed
7810 externally and passed in to the system.
7811
7812 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7813 `notruncate' argument, so the passphrase cache can be used
7814 reliably with identifiers besides a pgp packet's key id.
7815
7816 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7817
7818 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7819 symmetric encryption.
7820 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7821 encrypted session key.
7822 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7823 message ask for the passphrase in a proper way.
7824
7825 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7826 New user commands for symmetric encryption.
7827
7828 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7829
7830 * textmodes/conf-mode.el (conf-assignment-sign)
7831 (conf-assignment-regexp): Fix docstrings.
7832 (conf-mode-initialize): New function.
7833 (conf-mode): Remove optional args. Use delay-mode-hooks to
7834 recognize recursive calls.
7835 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7836 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7837 (conf-xdefaults-mode): Use define-derived-mode and
7838 conf-mode-initialize.
7839
7840 2005-10-29 Romain Francoise <romain@orebokech.com>
7841
7842 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7843
7844 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7845
7846 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7847 part of the decoded armor to find the key-identifier.
7848 (pgg-gpg-lookup-key-owner): New function to return the
7849 human-readable identifier of a key owner.
7850 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7851 key itself.
7852 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7853 the key value) if we have a key and can match it against a secret
7854 key. Also, added a note pointing out fact that the prompt only
7855 indicates the first matching key.
7856
7857 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7858 pgg-decrypt-region.
7859 (pgg-pending-timers): A new hash for tracking the passphrase cache
7860 timers, so that new ones supercede old ones.
7861 (pgg-add-passphrase-to-cache): Rename from
7862 `pgg-add-passphrase-cache' to reduce confusion (all callers
7863 changed). Modified to cancel old timers when new ones are added.
7864 (pgg-remove-passphrase-from-cache): Rename from
7865 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7866 changed). Modified to cancel old timers when their keys are
7867 removed from the cache.
7868 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7869 XEmacs, an indirection to delete-itimer.
7870 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7871 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7872 users can only check cache without risk of prompting. Correct bug in
7873 notruncate behavior.
7874 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7875 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7876 Add informative docstrings.
7877 (pgg-decrypt): Convey provided passphrase in subordinate call to
7878 pgg-decrypt-region.
7879
7880 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
7881
7882 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7883 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7884 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7885 `passphrase' argument, so the passphrase can be managed externally
7886 and then passed in to the system.
7887
7888 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7889 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7890 so the passphrase cache can be used reliably with identifiers
7891 besides a pgp packet's key id.
7892
7893 * pgg-gpg.el (pgg-pgp-encrypt-region)
7894 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7895 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7896 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7897 argument to all these routines, so the passphrase can be managed
7898 externally and passed in to the system.
7899
7900 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7901 `notruncate' argument, so the passphrase cache can be used
7902 reliably with identifiers besides a pgp packet's key id.
7903
7904 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7905
7906 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7907 symmetric encryption.
7908 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7909 encrypted session key.
7910 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7911 message ask for the passphrase in a proper way.
7912
7913 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7914 New user commands for symmetric encryption.
7915
7916 2005-10-28 Bill Wohler <wohler@newt.com>
7917
7918 * help-mode.el (help-url): New button type. Calls browse-url.
7919 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7920 Similar to Info nodes: URL `url'.
7921 (help-make-xrefs): Create help-url buttons for
7922 help-xref-url-regexp matches.
7923
7924 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
7925
7926 * tool-bar.el (tool-bar-add-item-from-menu)
7927 (tool-bar-local-item-from-menu): Fix doc strings.
7928
7929 2005-10-28 Romain Francoise <romain@orebokech.com>
7930
7931 * ldefs-boot.el: Update.
7932
7933 * subr.el (locate-library): Move from help-fns.el.
7934 * help-fns.el (locate-library): Move to subr.el.
7935
7936 2005-10-28 Richard M. Stallman <rms@gnu.org>
7937
7938 * net/tramp.el (tramp-completion-mode): defvar moved up.
7939
7940 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7941
7942 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7943
7944 * files.el (find-file-noselect): Use %d to format large file size.
7945
7946 * bindings.el (mode-line-format): Add %e.
7947
7948 * loadup.el ("facemenu"): Load unconditionally.
7949 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7950 ("x-dnd"): Load, when appropriate.
7951
7952 * startup.el (command-line): Call before-init-hook earlier.
7953 Warn about some bad characters in -u user name.
7954
7955 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7956 (flyspell-external-point-words): Error if misspelled word is not found.
7957 Set flyspell-large-region-beg at end of word.
7958
7959 2005-10-28 Andreas Schwab <schwab@suse.de>
7960
7961 * view.el (View-revert-buffer-scroll-page-forward):
7962 Use view-page-size-default.
7963
7964 2005-10-28 Juri Linkov <juri@jurta.org>
7965
7966 * international/quail.el (quail-get-current-str): Translate last
7967 raw character for deterministic input methods.
7968
7969 2005-10-27 Jay Belanger <belanger@truman.edu>
7970
7971 * calc/calc-ext.el: Add functions to autoloads.
7972 (math-identity-matrix-p, math-ident-row-p): New functions.
7973
7974 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7975 multiplication by an identity matrix; don't turn multiplication by
7976 an inverse matrix into division.
7977 (math-div-symbol-fancy): Replace division by matrices with
7978 multiplication by inverse.
7979
7980 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7981
7982 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7983 (calc-writeoutpower): New functions.
7984
7985 2005-10-27 Romain Francoise <romain@orebokech.com>
7986
7987 * replace.el (occur-engine): Include colon in mouse-face highlight.
7988
7989 * dired-x.el: Change Maintainer field.
7990
7991 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
7992
7993 * longlines.el (longlines-mode): Bind after-change-functions to
7994 nil during initial decoding and final encoding.
7995
7996 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7997
7998 * term.el (term-emulate-terminal, term-handle-colors-array)
7999 (term-handle-ansi-escape): Specify the terminfo capabilities
8000 implemented.
8001
8002 2005-10-26 Richard M. Stallman <rms@gnu.org>
8003
8004 * info.el (Info-fontify-node): Fix detection of sentence-break
8005 before *Note.
8006
8007 2005-10-26 Romain Francoise <romain@orebokech.com>
8008
8009 * smerge-mode.el: Add `tools' to file keywords.
8010
8011 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
8012
8013 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8014 when the fringe is not available.
8015
8016 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8017 (def-gdb-auto-update-trigger): Simplify construction.
8018 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8019 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8020 defined explicitly.
8021 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8022 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8023 defined explicitly.
8024 (gdb-info-locals-custom): Remove as it's a no-op.
8025
8026 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
8027
8028 * longlines.el (longlines-mode): Remove narrowing before
8029 performing the initial decoding or final encoding.
8030
8031 2005-10-25 Romain Francoise <romain@orebokech.com>
8032
8033 * emacs-lisp/find-func.el (find-library-name): Also strip
8034 extension if library name ends in .el, to take advantage of
8035 `find-library-suffixes'.
8036
8037 2005-10-25 Richard M. Stallman <rms@gnu.org>
8038
8039 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8040
8041 2005-10-25 Juri Linkov <juri@jurta.org>
8042
8043 * textmodes/texinfo.el (texinfo-mode): Change charset of one
8044 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8045
8046 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8047
8048 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8049 (blackbox-redefine-key): Add argument `map'.
8050
8051 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8052 regions when moving the jit-lock-context-unfontify-pos boundary.
8053
8054 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8055
8056 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8057
8058 2005-10-25 Masatake YAMATO <jet@gyve.org>
8059
8060 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8061
8062 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8063
8064 * play/blackbox.el (blackbox-redefine-key): New function.
8065 (blackbox-mode-map): Use it to remap existing bindings for cursor
8066 motion instead of binding literal keys.
8067
8068 2005-10-25 Glenn Morris <rgm@gnu.org>
8069
8070 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8071 diary does not end in a newline. Do not assume a blank line at
8072 the start of the diary file.
8073
8074 2005-10-25 Kenichi Handa <handa@m17n.org>
8075
8076 * international/quail.el (quail-translate-key): If the input
8077 method is deterministic and failed to handle the last key, restart
8078 the key handling loop from an appropriate key.
8079
8080 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
8081
8082 * vc.el (vc-dired-mode): Extend comment for binding of
8083 `directory-listing-before-filename-regexp'.
8084
8085 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8086
8087 * textmodes/texinfo.el (texinfo-mode):
8088 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8089 not to unnecessarily expose emacs-mule's internal char codes.
8090
8091 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
8092
8093 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8094 Display hand pointer and help-echo on disabled icon too.
8095 (gdb-mouse-until): New function.
8096 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8097
8098 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
8099
8100 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8101 with 2005-10-23 change to doctor.el.
8102
8103 * finder.el (finder-mode-map): Add follow-link binding.
8104
8105 2005-10-25 Kim F. Storm <storm@cua.dk>
8106
8107 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8108 to gdb-mouse-toggle-breakpoint-fringe.
8109 (gdb-mouse-toggle-breakpoint-margin): Rename from
8110 gdb-mouse-toggle-breakpoint. Fix doc.
8111 (gdb-mouse-toggle-breakpoint-fringe): New defun.
8112 (gdb-put-string): Add optional SPROPS arg. Add props to string.
8113 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8114 string properties also for fringe breakpoint bitmaps.
8115
8116 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
8117
8118 * textmodes/org.el (org-start-icalendar-file): Fix format form.
8119
8120 2005-10-25 Masatake YAMATO <jet@gyve.org>
8121
8122 * simple.el (completion-common-substring):
8123 Use `completion-common-substring' prior to `completion-base-size'.
8124
8125 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
8126
8127 * savehist.el: Require CL while compiling.
8128 (savehist-history-variables): Remove.
8129 (savehist-save-minibuffer-history, savehist-additional-variables)
8130 (savehist-minibuffer-history-variables): New vars.
8131 (savehist-save): Use them.
8132 (savehist-uninstall, savehist-minibuffer-hook): New funs.
8133 (savehist-install): New fun, extracted from savehist-load.
8134 (savehist-load): Use them.
8135
8136 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8139 a dummy doc-string-elt property.
8140 (defalias, defvaralias, define-category): Add a docstring property.
8141
8142 * image.el (defimage):
8143 * widget.el (define-widget):
8144 * custom.el (defface, defcustom): Add `doc-string' declaration.
8145
8146 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8147 (defadvice): Add `doc-string' declaration.
8148
8149 * emacs-lisp/byte-run.el (macro-declaration-function):
8150 Handle `doc-string' declarations.
8151 (define-obsolete-function-alias, define-obsolete-variable-alias):
8152 Add `doc-string' declaration.
8153
8154 2005-10-24 Kenichi Handa <handa@m17n.org>
8155
8156 * international/utf-7.el (utf-7): Add autoload cookie.
8157
8158 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8159
8160 2005-10-24 Eli Zaretskii <eliz@gnu.org>
8161
8162 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8163 list of directories passed to batch-update-autoloads. Add "." to
8164 the list of the echoed directories.
8165
8166 * pgg-def.el:
8167 * pgg-gpg.el:
8168 * pgg-parse.el:
8169 * pgg-pgp.el:
8170 * pgg-pgp5.el:
8171 * pgg.el: Moved here from the gnus subdirectory.
8172
8173 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
8174
8175 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8176 in case comint-prompt-read-only is set to t.
8177
8178 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8179 in case comint-prompt-read-only is set to t.
8180
8181 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
8182
8183 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8184 Now a string.
8185 (icalendar-import-format): Handle CLASS, STATUS, URL.
8186 Rename `subject' to `summary'.
8187 (icalendar-import-format-summary): Rename from
8188 `icalendar-import-format-subject'.
8189 (icalendar-import-format-url, icalendar-import-format-status)
8190 (icalendar-import-format-class): New variables.
8191 (icalendar--rris): Take variable argument list.
8192 (icalendar--datestring-to-isodate): Remove unnecessary
8193 calendar-style check when converting dates with explicit month names.
8194 (icalendar-export-region): Change return type of conversion
8195 subroutines. Bury current buffer unless error occurred.
8196 (icalendar--convert-to-ical)
8197 (icalendar--parse-summary-and-rest): New functions.
8198 (icalendar--convert-ordinary-to-ical)
8199 (icalendar--convert-weekly-to-ical)
8200 (icalendar--convert-yearly-to-ical)
8201 (icalendar--convert-block-to-ical)
8202 (icalendar--convert-cyclic-to-ical)
8203 (icalendar--convert-anniversary-to-ical): Change return type.
8204 Strip trailing blanks from subject.
8205 (icalendar--convert-sexp-to-ical): Change return type.
8206 Strip trailing blanks from subject. Handle simple sexp
8207 entries as generated by icalendar.el.
8208 (icalendar--convert-float-to-ical)
8209 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8210 (icalendar-import-file): Doc fix.
8211 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8212 Correct call to icalendar--rris.
8213 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
8214 `summary'.
8215 (icalendar--add-diary-entry): Rename `subject' to `summary'.
8216
8217 2005-10-24 Romain Francoise <romain@orebokech.com>
8218
8219 * server.el (server-sentinel): Set query-on-exit flag to nil on
8220 new client processes (it isn't inherited from the server process).
8221
8222 * replace.el (occur-engine): Rearrange text properties.
8223
8224 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8227 case-fold-search is nil.
8228 (debug-help-follow): Use help-xref-interned directly.
8229
8230 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8231
8232 * thumbs.el (thumbs-image-type): Add .pbm.
8233
8234 2005-10-23 Richard M. Stallman <rms@gnu.org>
8235
8236 * faces.el (inhibit-face-set-after-frame-default): New variable.
8237 (set-face-attribute): Bind it.
8238 (face-set-after-frame-default): Test it.
8239
8240 * help-fns.el (describe-simplify-lib-file-name): New function.
8241 (describe-function-1, describe-variable): Use it.
8242
8243 * faces.el (describe-face): Use describe-simplify-lib-file-name.
8244
8245 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8246 Eliminate nil as possible value.
8247 (tooltip-hide-delay): Reduce internal-border-width.
8248
8249 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8250 (menu-bar-file-menu) <new-file>: Likewise.
8251
8252 * simple.el (line-move-finish): Ignore fields computing LINE-END.
8253
8254 * international/mule.el (load-with-code-conversion):
8255 Pass full file name to `eval-buffer' unless preloading.
8256
8257 * textmodes/flyspell.el (flyspell-large-region):
8258 Call ispell-check-version.
8259
8260 * textmodes/ispell.el (ispell-local-dictionary-overridden):
8261 Fix the make-variable-buffer-local call that was supposed
8262 to be for this variable.
8263 (ispell-aspell-supports-utf8): Doc fix.
8264 (ispell-find-aspell-dictionaries): Preserve elements of
8265 ispell-dictionary-alist for dictionaries that aspell doesn't report.
8266 (ispell-aspell-find-dictionary): Return nil on error.
8267
8268 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8269 (doctor-symptoms): Likewise.
8270
8271 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
8272
8273 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
8274
8275 * cus-edit.el (custom-button, custom-button-pressed): New vars.
8276 (custom-raised-buttons): Add :set spec.
8277 (custom-button-unraised, custom-button-pressed-unraised):
8278 New faces, so that custom-raised-buttons actually does something.
8279 (custom-mode): Use custom-button and custom-button-pressed.
8280
8281 * wid-edit.el (widget-specify-button): Don't ignore
8282 widget-mouse-face on graphic terminals.
8283 (widget-move-and-invoke): Cleanup.
8284
8285 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
8286
8287 * whitespace.el (whitespace-cleanup): Doc fix.
8288
8289 2005-10-23 Romain Francoise <romain@orebokech.com>
8290
8291 * emulation/viper.el (viper-set-hooks): Quote forms passed to
8292 `eval-after-load' to avoid evaluating their result.
8293
8294 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
8295
8296 * files.el (directory-listing-before-filename-regexp):
8297 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
8298
8299 * dired.el (dired-move-to-filename-regexp): Remove.
8300 All occurences replaced by `directory-listing-before-filename-regexp'.
8301
8302 * dired-x.el, locate.el, vc.el:
8303 Replace `dired-move-to-filename-regexp' by
8304 `directory-listing-before-filename-regexp'. In vc.el it is
8305 overwritten locally; maybe this can be handled in files.el too.
8306
8307 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
8308 replaced by `directory-listing-before-filename-regexp'.
8309
8310 2005-10-23 Andreas Schwab <schwab@suse.de>
8311
8312 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
8313 and eval-next-after-load.
8314
8315 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8316
8317 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
8318 exist, create it.
8319
8320 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
8321
8322 * allout.el: Remove autoloads for mailcrypt and crypt++.
8323 Require pgg, pgg-gpg during compilation.
8324 (allout-version): Increment version number to 2.1, and use a literal
8325 rather than RCS Id.
8326 (allout-default-encryption-scheme): Remove.
8327 (allout-passphrase-verifier-handling)
8328 (allout-passphrase-verifier-string)
8329 (allout-file-passphrase-verifier-string)
8330 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
8331 (allout-passphrase-hint-handling): Rename and simplify.
8332 (allout-init): Use `find-file-hook' if available, otherwise
8333 `find-file-hooks'.
8334 (allout-mode): Use `write-file-functions' if available, otherwise
8335 `local-write-file-hooks' and, instead of making auto-save-hook
8336 buffer local, make the write-file-hook activity contingent to
8337 allout-mode.
8338 (allout-mode): Use key-binding substitution in the docstring.
8339 (allout-kill-line): Spell-out kill ring data structure mutation
8340 instead of using byte-compiler-complaint-provoking `pop'.
8341 (allout-insert-listified): Use `insert' rather than `insert-string'
8342 (allout-toggle-current-subtree-encryption): Update docstring, adjust
8343 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
8344 (allout-encrypt-string): Totally revamped vis new underlying
8345 encryption facilities.
8346 (allout-mc-activate-passwd): Remove.
8347 (allout-obtain-passphrase): New, more or less replaces
8348 allout-mc-activate-passwd.
8349 (allout-encrypted-key-info): More or less replaces
8350 allout-encrypted-text-type.
8351 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
8352 (my-mark-marker): Use `(featurep 'xemacs)'.
8353
8354 2005-10-23 Lars Hansen <larsh@soem.dk>
8355
8356 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
8357 (byte-compile-file-form-defmumble, byte-compile-defun)
8358 (byte-compile-defmacro): Use it.
8359 (byte-compile-form): Don't call byte-compile-set-symbol-position
8360 when a byte-compile handler is called.
8361
8362 2005-10-22 Romain Francoise <romain@orebokech.com>
8363
8364 * savehist.el (savehist-history-variables): Add `grep-find-history'.
8365
8366 * subr.el (eval-after-load): Convert library name to an absolute
8367 file name using locate-library, since load-history no longer has
8368 library names in it.
8369
8370 2005-10-22 Richard M. Stallman <rms@gnu.org>
8371
8372 * files.el (make-temp-file): Move from subr.el.
8373 * subr.el (make-temp-file): Move to files.el.
8374
8375 * window.el (get-buffer-window-list): Move from subr.el.
8376 * subr.el (get-buffer-window-list): Move to window.el.
8377
8378 * image.el (image-load-path): Use eval-at-startup to initialize.
8379
8380 * subr.el (eval-at-startup): New macro.
8381
8382 * subr.el: Much rearrangement of functions and division
8383 into pages. No code changes.
8384
8385 2005-10-22 Kenichi Handa <handa@m17n.org>
8386
8387 * tar-mode.el (tar-extract): Be sure to call
8388 find-operation-coding-system if set-auto-coding doesn't find a
8389 coding system.
8390
8391 2005-10-22 Kim F. Storm <storm@cua.dk>
8392
8393 * image.el (image-type-header-regexps): Rename from image-type-regexps.
8394 Change users.
8395 (image-type-file-name-regexps): New defconst.
8396 (image-type-from-data): Simplify loop.
8397 (image-type-from-buffer): New defun.
8398 (image-type-from-file-header): Use it instead of image-type-from-data.
8399 Use image-search-load-path instead of only looking in data-directory.
8400 (image-type-from-file-name): New defun.
8401 (image-search-load-path): Change `pathname' to `filename'.
8402 Make PATH arg optional, default to image-load-path.
8403
8404 2005-10-21 Richard M. Stallman <rms@gnu.org>
8405
8406 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
8407
8408 * textmodes/paragraphs.el (sentence-end-base): New variable.
8409 (sentence-end): Use sentence-end-base.
8410
8411 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * font-lock.el (font-lock-default-fontify-region): Check the multiline
8414 property independently from the font-lock-multiline variable.
8415
8416 2005-10-21 Richard M. Stallman <rms@gnu.org>
8417
8418 * emacs-lisp/find-func.el (find-library-name): Doc fix.
8419
8420 * startup.el (command-line): Convert library names
8421 in `load-history' to absolute file names.
8422
8423 * subr.el (symbol-file): Doc fix.
8424
8425 * loadhist.el (file-loadhist-lookup): Call locate-library
8426 instead of find-library-name. Don't try converting
8427 abs file names to library names, since load-history no longer
8428 has library names in it.
8429 (file-dependents, file-provides, file-requires): Doc fixes.
8430
8431 2005-10-21 Juri Linkov <juri@jurta.org>
8432
8433 * progmodes/etags.el (tags-table-mode): New function.
8434 (tags-verify-table): Replace initialize-new-tags-table with
8435 tags-table-mode.
8436
8437 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
8438 default value.
8439 (desktop-modes-not-to-save): Add tags-table-mode to the
8440 default value.
8441
8442 * info.el (Info-index-next): Add total number of index
8443 alternatives to the message.
8444
8445 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
8446 backward only space (instead of space and period) before looking
8447 at sentence end.
8448
8449 * simple.el (set-variable): Use user-variable-p instead of symbolp.
8450 Add the old variable value as 4th default-value arg of read-string.
8451
8452 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8453
8454 * cus-face.el (custom-declare-face): Make face from X resources
8455 also on Mac.
8456
8457 * disp-table.el (standard-display-g1, standard-display-graphic):
8458 Refuse to use string glyphs also on Mac.
8459 (standard-display-european): Don't set terminal coding system also
8460 on Mac.
8461
8462 * frame.el (display-screens): Use x-display-screens also on Mac.
8463
8464 2005-10-21 Romain Francoise <romain@orebokech.com>
8465
8466 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
8467
8468 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8469
8470 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8471 and $? into sexps.
8472
8473 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8474 warning face on open-paren-in-column-0.
8475
8476 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8477 boundary case. Fix typo.
8478 Suggested by Martin Rudalics <rudalics@gmx.at>.
8479
8480 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
8481
8482 * textmodes/org.el (org-combined-agenda-icalendar-file)
8483 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8484 (org-export-icalendar-this-file)
8485 (org-export-icalendar-all-agenda-files)
8486 (org-export-icalendar-combine-agenda-files): New commands.
8487 (org-export-icalendar, org-print-icalendar-entries)
8488 (org-start-icalendar-file, org-finish-icalendar-file)
8489 (org-ical-ts-to-string): New functions.
8490 (org-read-date, org-goto-calendar)
8491 (org-agenda-goto-calendar): Inhibit displaying diary entries by
8492 call to `calendar'.
8493 (orgtbl-setup): Remove the :keys arguments from the menu description.
8494 (org-after-save-iCalendar-file-hook): New variable.
8495
8496 2005-10-21 Kenichi Handa <handa@m17n.org>
8497
8498 * language/vietnamese.el (tcvn-5712): Make it an alias of
8499 vietnamese-tcvn coding-system.
8500
8501 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
8502
8503 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8504 group id is given.
8505
8506 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * progmodes/sh-script.el (sh-escaped-line-re): New var.
8509 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8510 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8511 whose line is either continued or ends with a comment.
8512
8513 2005-10-20 Romain Francoise <romain@orebokech.com>
8514
8515 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8516
8517 * replace.el (occur-engine): Add follow-link property.
8518
8519 * font-core.el (font-lock-mode): Doc fix.
8520
8521 2005-10-20 Richard M. Stallman <rms@gnu.org>
8522
8523 * net/rcirc.el: New file.
8524
8525 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
8526
8527 * term.el (term-term-name): Initialize to "eterm-color".
8528
8529 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
8530
8531 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8532 for encryption functionality.
8533 Move allout customization subgroup from `editing' to `outlines' group.
8534 Fix commentary keywords to legitimate ones.
8535 Update author info (using my current email address, obscurified).
8536 (allout-encrypt-string, allout-encryption-produce-work-buffer)
8537 (allout-encrypted-topic-p, allout-encrypted-text-type)
8538 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8539 (allout-situate-encryption-key-verifier)
8540 (allout-get-encryption-key-verifier, allout-verify-key)
8541 (allout-next-topic-pending-encryption)
8542 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8543 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8544 (outline-key-verifier-handling, outline-key-hint-handling)
8545 (outline-encrypt-unencrypted-on-saves): New defcustoms.
8546 (allout-file-key-verifier-string, allout-encryption-scheme)
8547 (allout-key-verifier-string, allout-key-hint-string)
8548 (allout-after-save-decrypt): New variables.
8549 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8550 (allout-after-saves-handler): New hook functions.
8551 (allout-post-command-business): Do allout-after-save-decrypt.
8552 (allout-enable-file-variable-adjustment): Custom var to enable
8553 mechanism for adding and adjusting settings of Emacs file variables.
8554 (allout-adjust-file-variable, allout-file-vars-section-data):
8555 New functions, implement the mechanism.
8556 (outlineify-sticky): Use the file vars mechanism.
8557 (allout-inhibit-protection, allout-during-write-cue)
8558 (allout-override-protect, allout-before-change-protect): Remove.
8559 (allout-flag-region, allout-open-topic): Adjust read-only text.
8560 (allout-open-line-not-read-only): Add to facilitate read-only
8561 text based protection.
8562 (allout-kill-line): Revise to adjust read-only text, clue the
8563 user about the inhibition.
8564 (allout-unprotected): Use unwind-protect.
8565 (allout-shift-in, allout-shift-out): Disallow manually shifting a
8566 topic deeper than the offspring depth of the previous topic -
8567 avoiding confusing "containment discontinuities".
8568 (allout-reindent-bodies): Fix retention of body relative hanging
8569 indent during promotion of collapsed bodies.
8570 (allout-open-topic): Make it easy to open new topic with same
8571 bullet as current topic - topic creation functions provided with
8572 any universal argument provokes now prompt for bullet, defaulting
8573 to the bullet of the previous topic.
8574 (allout-plain-bullets-string, allout-distinctive-bullets-string):
8575 Plain bullet alternates `.' period and `,' comma only. All other
8576 bullets are relegated to special status (but customizable).
8577 (allout-end-of-entry): Rename from allout-end-of-current-entry
8578 since it actually operates w.r.t. most immediately containing
8579 entry, visible or not.
8580 (allout-hide-current-entry, allout-show-current-entry): Use the
8581 revised version.
8582 (allout-old-expose-topic): Solidify deprecation.
8583 (allout-end-of-subtree): Add so we can span concealed as well
8584 as visible topics.
8585 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8586 (allout-end-of-current-heading): Tweak to just respect the first line.
8587 (allout-get-body-text): Add.
8588 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8589 when invoked interactively.
8590 (allout-up-current-level): Use `interactive-p'.
8591 (allout-mode, allout-init): Miscellaneous docstring and
8592 operational refinements, as well as hookups of new encryption stuff.
8593 (allout-beginning-of-current-entry): Now works as advertised.
8594 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8595 (allout-isearch-rectification): Refine condition for isearching.
8596 (allout-isearch-abort, allout-enwrap-isearch)
8597 (allout-flag-region, my-region-active-p): Relocate some macros.
8598 (allout-title): Fallback title is (buffer-name), not
8599 non-existing (current-buffer-name).
8600 (subst-char-in-string): Define if absent (for some XEmacs versions).
8601
8602 2005-10-20 Jari Aalto <jari.aalto@cante.net>
8603
8604 * mail/sendmail.el (mail-setup-hook, mail-aliases)
8605 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8606 (mail-citation-prefix-regexp, mail-signature-file)
8607 (mail-default-headers, mail-bury-selects-summary)
8608 (mail-send-nonascii): Add autoload cookies.
8609
8610 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8611
8612 * frame.el (blink-cursor-mode): Add `mac' to the list of
8613 window-system's that support blinking cursor.
8614
8615 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8616
8617 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8618
8619 2005-10-20 Eli Zaretskii <eliz@gnu.org>
8620
8621 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8622 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8623 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8624
8625 2005-10-20 Kim F. Storm <storm@cua.dk>
8626
8627 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8628 (ido-set-current-directory): Don't add / after final @.
8629 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8630 Explicitly handle ange-ftp completion oddities.
8631 (ido-make-file-list): Don't rotate list at tramp root to avoid
8632 triggering tramp file handler for expand-file-name via get-file-buffer.
8633
8634 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8635
8636 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8637
8638 2005-10-19 Jay Belanger <belanger@truman.edu>
8639
8640 * calc/calc-units.el (math-standard-units): Add units, adjust
8641 symbols and update values.
8642 (math-unit-prefixes): Add more prefixes.
8643
8644 2005-10-19 Romain Francoise <romain@orebokech.com>
8645
8646 * bookmark.el (bookmark-menu-heading): New face.
8647 (bookmark-bmenu-list): Use it.
8648 Don't fiddle with `baud-rate' at top-level.
8649
8650 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8651
8652 * image.el (create-image, find-image): Mention max-image-size in
8653 docstring.
8654
8655 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8656
8657 * savehist.el (savehist-load): Revert to checking XEmacs.
8658
8659 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8660 Various docstring and line-width fixups.
8661 (conf-mode): Use cond.
8662 Set font-lock-defaults. Don't set comment-use-syntax.
8663
8664 2005-10-18 David Ponce <david@dponce.com>
8665
8666 * tree-widget.el (tree-widget-button-click): New function.
8667 (tree-widget-button-keymap): Use it.
8668
8669 2005-10-18 Romain Francoise <romain@orebokech.com>
8670
8671 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8672 (bookmark-bmenu-hide-filenames): Add follow-link property.
8673 Improve help-echo text.
8674
8675 * ffap.el (find-file-at-point): Doc fix.
8676
8677 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8678
8679 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8680
8681 2005-10-18 Masatake YAMATO <jet@gyve.org>
8682
8683 Install to the CVS repository what I forgot to install in my
8684 2005-10-16 changes.
8685
8686 * progmodes/python.el (python-complete-symbol): Pass the common
8687 prefix substring of completion to `display-completion-list'.
8688
8689 * textmodes/org.el (org-complete): Ditto.
8690
8691 2005-10-18 Masatake YAMATO <jet@gyve.org>
8692
8693 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8694
8695 * woman.el (WoMan-xref-man-page): New button type derived
8696 from `Man-abstract-xref-man-page'.
8697 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8698
8699 * man.el (Man-abstract-xref-man-page): New button type.
8700 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8701 (Man-highlight-references): Add new optional argument `xref-man-type'.
8702
8703 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8704
8705 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8706
8707 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8708
8709 * cus-edit.el (Custom-move-and-invoke): Delete.
8710 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8711
8712 * wid-edit.el (widget-move-and-invoke): New function, from
8713 Custom-move-and-invoke.
8714
8715 2005-10-17 Bill Wohler <wohler@newt.com>
8716
8717 Move all remaining images from lisp/toolbar to etc/images, move
8718 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8719 the low resolution images in their own directory (low-color).
8720
8721 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8722 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8723 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8724 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8725 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8726 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8727 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8728
8729 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8730 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8731 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8732 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8733 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8734 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8735 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8736 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8737 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8738 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8739 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8740 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8741 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8742 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8743 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8744
8745 To conform with convention, replace the underscore (_) in the
8746 following image names with dash (-) or (/) as appropriate.
8747
8748 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8749 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8750 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8751 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8752 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8753 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8754 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8755 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8756 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8757 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8758 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8759 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8760 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8761 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8762 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8763
8764 * info.el (info-tool-bar-map): Replace underscores in image names
8765 with dashes.
8766
8767 * makefile.w32-in (WINS): Remove toolbar.
8768
8769 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8770
8771 * tool-bar.el: Move to lisp from toolbar. Now that
8772 toolbar is empty, it should be deleted when folks run "cvs up -P".
8773
8774 2005-10-18 Jay Belanger <belanger@truman.edu>
8775
8776 * calc/calc-store.el (calc-store-into): Get the proper variable name
8777 to display in message.
8778
8779 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8780
8781 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8782 expressions display in speedbar for all buffers when debugging.
8783 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8784
8785 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8786 (speedbar-insert-button, speedbar-make-button):
8787 Use add-text-properties.
8788 (speedbar-update-localized-contents)
8789 (speedbar-update-directory-contents)
8790 (speedbar-update-special-contents): Use dolist.
8791 (speedbar-buffer-easymenu-definition): Add a menu separator.
8792
8793 2005-10-17 Jason Rumney <jasonr@gnu.org>
8794
8795 * makefile.w32-in: Use $(lisp) consistently.
8796 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8797 for shell specific generation of mh-autoloads.
8798
8799 2005-10-17 Richard M. Stallman <rms@gnu.org>
8800
8801 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8802
8803 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8804
8805 * jit-lock.el (jit-lock-fontify-now):
8806 Move jit-lock-context-unfontify-pos to avoid wasted work.
8807
8808 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
8809
8810 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8811 `tramp-completion-mode' for checking if we are in completion mode.
8812 (tramp-completion-handle-file-name-all-completions): Reorder code
8813 in order to complete for file names only in case there are no
8814 method/user/host completions. This is necessary for cooperation
8815 with ido. Reported by Kim F. Storm <storm@cua.dk>.
8816
8817 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
8818
8819 * longlines.el (longlines-search-forward)
8820 (longlines-search-backward): Match any number of spaces.
8821
8822 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8823
8824 * diff-mode.el (diff-mode): Doc fix.
8825
8826 2005-10-16 David Reitter <david.reitter@gmail.com>
8827
8828 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8829 as default on darwin and windows systems.
8830
8831 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8832
8833 * arc-mode.el (archive-zip-extract): Doc fix.
8834
8835 2005-10-16 Romain Francoise <romain@orebokech.com>
8836
8837 * mouse.el (mouse-1-click-follows-link): Doc fix.
8838
8839 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * savehist.el: Don't require CL at runtime.
8842 (savehist-xemacs): Remove.
8843 (savehist-coding-system): Use utf-8 if present, regardless of religion.
8844 (savehist-no-conversion): Use (featurep 'xemacs).
8845 (savehist-load): Check existence of start-itimer rather than XEmacs.
8846 Use an idle timer.
8847 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8848 `delete-if-not'.
8849
8850 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8851
8852 * savehist.el: Newer version.
8853 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8854 (savehist-last-checksum, savehist-no-conversion): New vars.
8855 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8856 New functions.
8857 (savehist-load, savehist-save): Use them.
8858 (savehist-delimit): Remove.
8859
8860 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8861
8862 * progmodes/compile.el (compilation-goto-locus): Display the
8863 compilation buffer first and the source buffer second, in case they're
8864 in overlapping frames. Don't raise the compilation frame if it was the
8865 selected window upon entry. Pass the `other-window' arg to
8866 pop-to-buffer.
8867
8868 * info.el (Info-fontify-node): Use dolist.
8869 Change add-text-properties to put-text-property.
8870
8871 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8872
8873 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8874 bound of search.
8875
8876 2005-10-16 Masatake YAMATO <jet@gyve.org>
8877
8878 * dabbrev.el (dabbrev-completion): Pass the common
8879 prefix substring of completion to `display-completion-list'.
8880
8881 * filecache.el (file-cache-minibuffer-complete)
8882 (file-cache-complete): Ditto.
8883
8884 * tempo.el (tempo-display-completions): Ditto.
8885
8886 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8887
8888 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8889
8890 * eshell/em-hist.el (eshell-list-history): Ditto.
8891
8892 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8893
8894 * mail/mailalias.el (mail-complete): Ditto.
8895
8896 * progmodes/etags.el (complete-tag): Ditto.
8897
8898 * progmodes/make-mode.el (makefile-complete): Ditto.
8899
8900 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8901
8902 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8903
8904 * progmodes/pascal.el (pascal-complete-word)
8905 (pascal-show-completions): Ditto.
8906
8907 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8908
8909 * simple.el (completion-common-substring): New variable.
8910 (completion-setup-function): Use `completion-common-substring'
8911 to put faces.
8912
8913 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8914
8915 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8916 (x-get-selection, mac-select-convert-to-string): Convert from/to
8917 UTF-16 clipboard data as in native byte order, no BOM.
8918
8919 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
8920
8921 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8922 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8923 (gud-sentinel): Use speedbar-frame to check for speedbar.
8924
8925 2005-10-15 Richard M. Stallman <rms@gnu.org>
8926
8927 * savehist.el: New file.
8928
8929 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8930
8931 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8932 Fix bug in \bf fontification.
8933
8934 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8935
8936 * pcvs.el (cvs-edit-log-files): New var.
8937 (cvs-mode-edit-log): New arg `file'.
8938 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8939 Instead force the use of the original file and nothing else.
8940 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8941 the cvs-minor-wrap-function is set.
8942 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8943
8944 2005-10-14 Bill Wohler <wohler@newt.com>
8945
8946 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8947 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8948 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8949 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8950 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8951 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8952 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8953 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8954 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8955 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8956 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8957 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8958 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8959 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8960 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8961
8962 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8963 appropriately (for example, gud-break to gud/break).
8964
8965 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
8966
8967 * longlines.el (longlinges-search-function)
8968 (longlines-search-forward, longlines-search-backward): New functions.
8969 (longlines-mode): Set isearch-search-fun-function to
8970 longlinges-search-function.
8971
8972 * mouse.el (mouse-drag-region-1): Handle the case where a
8973 double-click event is bound to an arbitrary function.
8974
8975 2005-10-14 David Ponce <david@dponce.com>
8976
8977 * recentf.el (recentf-track-opened-file)
8978 (recentf-track-closed-file, recentf-update-menu)
8979 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8980 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8981 mouse-1-click-follows-link.
8982
8983 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8984
8985 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8986 Gnome file-manager.png. Suggested by
8987 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8988
8989 * toolbar/README: Add diropen.xpm.
8990
8991 2005-10-13 Bill Wohler <wohler@newt.com>
8992
8993 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8994 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
8995
8996 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8999 Don't waste the byte-compiler's time on constant data.
9000
9001 2005-10-13 Kenichi Handa <handa@m17n.org>
9002
9003 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9004 byte with `escape-glyph' face.
9005
9006 * international/fontset.el (ccl-encode-unicode-font):
9007 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9008 Handle the case that ucs-mule-to-mule-unicode translates a character to
9009 ASCII (usually for IPA characters).
9010
9011 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9012
9013 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9014 Don't hide the underline of titles if font-lock-mode is disabled.
9015
9016 2005-10-12 Bill Wohler <wohler@newt.com>
9017
9018 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
9019 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9020 files in MH-E-SRC have been updated.
9021 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9022
9023 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9024
9025 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9026 (mixal-mode-syntax-table): Add \n as end-comment.
9027 (mixal-operation-codes-alist): Immediately initialize to full value.
9028 (mixal-add-operation-code): Remove.
9029 (mixal-describe-operation-code): Make the arg non-optional.
9030 Use the interactive spec instead.
9031 Use mixal-operation-codes-alist rather than mixal-operation-codes.
9032 (mixal-font-lock-keywords): Don't highlight comments here any more.
9033 (mixal-font-lock-syntactic-keywords): New var.
9034 (mixal-mode): Use it. Fix comment-start-skip.
9035
9036 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9037
9038 * startup.el (command-line-x-option-alist): -nb => -nbi
9039
9040 2005-10-12 Kim F. Storm <storm@cua.dk>
9041
9042 * startup.el (fancy-splash-default-action): Discard mouse click in
9043 the splash screen window, as it has no sensible meaning in the
9044 next window to be selected. Fixes error reported by Jan D.
9045
9046 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9047
9048 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9049
9050 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9051
9052 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9053 Try to fix up minor layout issues like indentation, line break, etc...
9054 (mixal-mode-syntax-table): Don't try to specify comment syntax,
9055 because it doesn't work.
9056 (mixal-operation-codes): Add some more codes.
9057 (mixal-font-lock-keywords): Process comments here.
9058 (mixal-mode): mixasm no longer needs -g option.
9059
9060 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
9061
9062 * progmodes/sh-script.el (sh-tmp-file):
9063 Use mktemp -t. Finish support for es and rc shells.
9064
9065 2005-10-11 Jay Belanger <belanger@truman.edu>
9066
9067 * calc/calcalg2.el (calc-integral): With an argument, compute the
9068 definite integral.
9069
9070 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
9071
9072 * mouse.el (mouse-drag-region-1): Don't try to catch a
9073 double-click when doing follow-link (it's overridden anyway).
9074
9075 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
9076
9077 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9078 (autoload-print-form-outbuf): Add docstring.
9079
9080 2005-10-11 Juri Linkov <juri@jurta.org>
9081
9082 * info.el (Info-mode-menu): Delete menu item "Edit".
9083 (Info-mode): Delete description of Info-edit from docstring,
9084 and rearrange descriptions of Info commands in the order
9085 they are documented in the Info manual.
9086
9087 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9088
9089 * calendar/appt.el (appt-check): Use diary-selective-display var.
9090
9091 2005-10-10 Richard M. Stallman <rms@gnu.org>
9092
9093 * net/newsticker.el (newsticker-start, newsticker-show-news):
9094 Add autoload cookies.
9095
9096 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
9097
9098 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9099
9100 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
9101
9102 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9103
9104 2005-10-10 Jay Belanger <belanger@truman.edu>
9105
9106 * calc/calc-arith.el (math-check-known-scalarp)
9107 (math-check-known-matrixp): Check the values of arguments that are
9108 variables.
9109 (math-check-known-square-matrixp): New function.
9110 (math-known-square-matrixp): Use math-check-known-square-matrixp.
9111 (math-super-types): Add sqmatrix type.
9112
9113 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9114 mode name `square' to `sqmatrix'.
9115
9116 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9117 mode name `square' to `sqmatrix'.
9118
9119 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * progmodes/etags.el (select-tags-table-mode): Don't use
9122 selective-display.
9123 (tags-select-tags-table): Pass `button' to the action function.
9124 (select-tags-table): Place the side-info on button properties rather
9125 than in hidden text. Abbreviate file names.
9126 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9127 (select-tags-table-select): Add `button' argument.
9128 Get side-info from the button property rather than from hidden text.
9129
9130 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
9131
9132 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9133 (gud-speedbar-buttons): Preserve point if possible.
9134 (gud-sentinel): Restore previous speedbar display type.
9135
9136 * progmodes/gdb-ui.el (gdba): Improve diagram.
9137 (def-gdb-auto-update-handler, gdb-info-locals-handler)
9138 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9139 Call get-buffer-window once.
9140
9141 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9144 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9145 (pascal-indent-command): Remove unused var `ind'.
9146 (pascal-indent-case): Remove unused var `oldpos'.
9147 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9148 since it's now used as a proper minor mode map.
9149 (pascal-outline): Rename to pascal-outline-mode.
9150 (pascal-outline-mode): Use define-minor-mode.
9151 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9152 selective-display.
9153
9154 2005-10-10 Andreas Schwab <schwab@suse.de>
9155
9156 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9157 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
9158
9159 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9160 outside source directory.
9161
9162 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
9163
9164 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9165 C-x' as a prefix.
9166 (orgtbl-mode-map): Full keymap instead of sparse, because all
9167 `self-insert-command' keys are redefined in this map.
9168 (org-export-as-html): Specify charset for HTML file, by taking it
9169 from the coding system.
9170
9171 2005-10-10 Kenichi Handa <handa@m17n.org>
9172
9173 * textmodes/flyspell.el (flyspell-check-word-p):
9174 If unread-command-events is non-empty, don't call sit-for.
9175
9176 2005-10-09 Richard M. Stallman <rms@gnu.org>
9177
9178 * font-lock.el (font-lock-syntactic-keywords)
9179 (font-lock-keywords): Doc fixes.
9180
9181 * textmodes/flyspell.el (flyspell-external-point-words):
9182 Simplify logic, and don't try to check for consecutive appearances
9183 of one incorrect word.
9184
9185 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
9186
9187 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9188 separator.
9189
9190 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9191 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9192 (gud-expansion-speedbar-buttons): New function.
9193 (gud-speedbar-buttons): Check for gud-comint-buffer.
9194
9195 2005-10-09 Bill Wohler <wohler@newt.com>
9196
9197 * Makefile.in (updates): Add mh-loaddefs dependency.
9198
9199 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
9200
9201 * speedbar.el (speedbar-file-key-map): Fix typo.
9202
9203 2005-10-09 Daniel Brockman <daniel@brockman.se>
9204
9205 * cus-start.el (line-spacing): Add custom spec.
9206
9207 2005-10-09 Romain Francoise <romain@orebokech.com>
9208
9209 * textmodes/ispell.el (ispell-check-version): Fix last change.
9210
9211 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9212
9213 * term/x-win.el: Remove -i, --icon-type from comment.
9214
9215 * startup.el (command-line-x-option-alist): Remove options -i,
9216 -itype, --icon-type, added -nb, --no-bitmap-icon
9217
9218 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
9219
9220 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9221 instead of :active.
9222
9223 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
9224
9225 * textmodes/ispell.el (ispell-check-version):
9226 Ignore hyphen, and all that follows, in aspell's version text.
9227
9228 2005-10-08 Jay Belanger <belanger@truman.edu>
9229
9230 * calc/calc-arith.el (math-known-square-matrixp): New function.
9231 (math-pow-fancy): Check for matrices before distributing exponent
9232 across products.
9233
9234 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9235 fullscreen keypad. Suggested by Luc Teirlinck.
9236 (calc-keypad-show-input): Add space for formatting.
9237
9238 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9239 Add square matrix option.
9240
9241 * calc/calc-poly.el (math-expand-term): Check for matrices instead
9242 of checking calc-matrix-mode when deciding how to expand.
9243
9244 * calc/calc.el (calc-set-mode-line): Add square matrix option.
9245
9246 2005-10-08 Lars Hansen <larsh@soem.dk>
9247
9248 * net/tramp.el (tramp-perl-directory-files-and-attributes):
9249 Add error handling.
9250 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9251
9252 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
9253
9254 Sync with Tramp 2.0.51.
9255
9256 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9257 (tramp-handle-insert-file-contents, tramp-handle-write-region):
9258 Insert special handling for `last-coding-system-used', again
9259 it still seems to be necessary (unlike stated before).
9260 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9261 (tramp-password-prompt-regexp): There might be other words before
9262 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9263 (tramp-chunksize): Improve docstring.
9264 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9265 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
9266 Christian Joergensen <bugs@razor.dk>.
9267
9268 2005-10-07 Glenn Morris <rgm@gnu.org>
9269
9270 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9271 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
9272 precision'.
9273
9274 2005-10-07 Romain Francoise <romain@orebokech.com>
9275
9276 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
9277 (ibuffer-do-shell-command-pipe-replace)
9278 (ibuffer-do-shell-command-file, ibuffer-do-eval)
9279 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
9280 (ibuffer-do-revert, ibuffer-do-replace-regexp)
9281 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
9282 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
9283 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
9284 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
9285 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
9286 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
9287 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
9288 Autoload file sans suffix.
9289
9290 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
9291
9292 2005-10-07 David Ponce <david@dponce.com>
9293
9294 * recentf.el (recentf-menu-open-all-flag): New option.
9295 (recentf-digit-shortcut-command-name): New function.
9296 (recentf--shortcuts-keymap): New variable.
9297 (recentf-menu-shortcuts): New variable.
9298 (recentf-make-menu-items): Initialize it. Replace the "More..."
9299 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
9300 (recentf-menu-value-shortcut): New function.
9301 (recentf-make-menu-item): Use it. No more in-lined.
9302 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
9303 (recentf-open-most-recent-file): Rename from
9304 `recentf-open-file-with-key'. Don't depend on key binding.
9305 (recentf-mode-map): New variable.
9306 (recentf-mode): Use it.
9307
9308 2005-10-06 Bill Wohler <wohler@newt.com>
9309
9310 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
9311
9312 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
9313 (MH-E-SRC): New. Used by mh-autoloads.
9314 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
9315 files in MH-E-SRC have been updated.
9316 (compile, recompile, bootstrap): Depend on mh-autoloads.
9317
9318 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
9319
9320 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
9321 gud-break and gud-remove icons when the fringe is not available.
9322
9323 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
9324 Typo.
9325
9326 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
9327
9328 * play/zone.el (zone): Wrap body with save-window-excursion.
9329
9330 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
9331
9332 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
9333 Use the new `list-only' arg to diary-list-entries.
9334
9335 * calendar/diary-lib.el: Use overlays rather than selective-display.
9336 (diary-selective-display): New var.
9337 (diary-header-line-format): Use it.
9338 (diary-list-entries): Add argument `list-only'.
9339 Put the buffer in diary-mode. Don't add \^M at beg and end.
9340 Replace \^M by invisible overlays.
9341 (diary-unhide-everything): Replace \^M by invisible overlays.
9342 (print-diary-entries): Look for overlays rather than \^M.
9343 Add a space to the temp buffer name.
9344 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
9345 Put the buffer in diary-mode.
9346 (list-sexp-diary-entries): Replace \^M by invisible overlays.
9347 (diary-anniversary): Make the year arg optional.
9348 (diary-time-regexp): New const.
9349 (diary-font-lock-keywords): Use it to accept a few more time formats.
9350
9351 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
9352
9353 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
9354
9355 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
9356 Fix bug introduced 2005-07-03: Use (car (last ...))
9357 to faithfully reproduce replaced artist-last.
9358 (artist-set-arrow-points-for-poly): Likewise.
9359 Suggested by Johan Bockg\e,Ae\e(Brd.
9360
9361 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
9362
9363 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
9364 * wid-edit.el (widget):
9365 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
9366 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
9367
9368 2005-10-06 Kenichi Handa <handa@m17n.org>
9369
9370 * international/mule-cmds.el (set-language-environment):
9371 Fix setting up of case-table for unibyte mode.
9372
9373 * simple.el (what-cursor-position): If the character is displayed
9374 by some `display' text property, show that. Don't use
9375 single-key-description for eight-bit characters in multibyte mode.
9376
9377 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
9378
9379 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
9380 (gdb-ann3): Set it.
9381 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
9382 (gdb-info-frames-custom): Use inverse-video for first five
9383 characters of selected frame only.
9384 (gdb-get-frame-number): Select frame even when point is on frame
9385 number.
9386
9387 2005-10-06 Masatake YAMATO <jet@gyve.org>
9388
9389 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
9390 Put `font-lock-function-name-face'.
9391 (gdb-info-frames-custom): Put `font-lock-function-name-face'
9392 and `font-lock-variable-name-face'
9393 (gdb-registers-font-lock-keywords): New font lock keywords definition.
9394 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
9395 (gdb-memory-font-lock-keywords): New font lock keywords definition.
9396 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
9397 (gdb-local-font-lock-keywords): New font lock keywords definition.
9398 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
9399 (gdb-threads-font-lock-keywords): New font lock keywords definition.
9400 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
9401
9402 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
9403
9404 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
9405 (ediff-merge-region-is-non-clash-to-skip): Previously called
9406 ediff-merge-region-is-non-clash.
9407
9408 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
9409 Use insert-buffer-substring.
9410
9411 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
9412 selecting files to patch. Also bug fixes.
9413
9414 * ediff-util.el (ediff-setup): Bug fix.
9415 (ediff-next-difference): Never skip clashes that differ in white
9416 space only.
9417
9418 * ediff-wind.el (ediff-setup-control-frame)
9419 (ediff-destroy-control-frame): Check the menubar feature.
9420
9421 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
9422 (viper-refresh-mode-line): Use make-local-variable to localize
9423 some vars instead of make-variable-buffer-local. Suggested by
9424 Stefan Monnier.
9425
9426 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
9427 (viper-restore-cursor-type, viper-set-insert-cursor-type):
9428 Use make-local-variable instead of make-variable-buffer-local.
9429 Suggested by Stefan Monnier.
9430
9431 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
9432 (viper-comint-mode-hook): Use make-local-variable on
9433 require-final-newline.
9434 (viper-non-hook-settings): Don't use make-variable-buffer-local.
9435
9436 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9437
9438 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
9439 also the second char of a comment-start sequence.
9440 (scheme-sexp-comment-syntax-table): New var.
9441 (lambda, define): Set their scheme-doc-string-elt property.
9442 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
9443 Use lisp-font-lock-syntactic-face-function now that it properly
9444 handles |...| symbols.
9445 (scheme-mode-variables): Set lisp-doc-string-elt-property,
9446 parse-sexp-lookup-properties and font-lock-extra-managed-props.
9447
9448 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
9449 bit from # to |.
9450 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9451
9452 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9453 (lisp-doc-string-elt-property): New var.
9454 (lisp-font-lock-syntactic-face-function): Use it.
9455 Rewrite to recognize docstrings even for forms not at toplevel.
9456
9457 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9458 annotation on the | part of #| rather than on the # part.
9459 (scheme-font-lock-syntactic-face-function): New function, to
9460 distinguish strings from |...| symbols.
9461 (scheme-mode-variables): Use it. Also fix up the font-lock-time
9462 syntax-table so that #|...|# is properly highlighted.
9463
9464 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9465 Don't mark as docstring the 3rd elem of an unknown toplevel form.
9466
9467 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
9468
9469 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9470 and C-e.
9471
9472 * emacs-lisp/eldoc.el: Move comments into docstrings.
9473 (eldoc-message-commands): Initialize in its declaration.
9474 Add move-beginning-of-line and move-end-of-line.
9475 (eldoc-add-command, eldoc-add-command-completions)
9476 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9477
9478 * outline.el (outline-mark-subtree): Activate the mark.
9479
9480 * calendar/appt.el (appt-time-regexp): New var.
9481 (appt-add, appt-make-list): Use it.
9482 (appt-convert-time): Clean up.
9483
9484 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9485 Don't set any syntax-table property here.
9486 (tex-font-lock-verb): New function. Do it here.
9487 (tex-font-lock-syntactic-keywords): Use it.
9488
9489 2005-10-04 Richard M. Stallman <rms@gnu.org>
9490
9491 * wid-edit.el (widget-file-complete): Get the widget start point
9492 the right way. Default directory to `/' if file has none.
9493
9494 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9495
9496 * textmodes/flyspell.el (flyspell-mode-on):
9497 Call ispell-maybe-find-aspell-dictionaries.
9498
9499 * textmodes/ispell.el (ispell-word, ispell-region):
9500 Call ispell-maybe-find-aspell-dictionaries.
9501 (ispell-accept-buffer-local-defs):
9502 Don't call ispell-maybe-find-aspell-dictionaries
9503
9504 2005-10-04 Richard M. Stallman <rms@gnu.org>
9505
9506 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9507
9508 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
9509
9510 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9511 instead of `fboundp' in order to allow for anonymous functions.
9512
9513 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
9514
9515 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9516 case the user clicks on the link while another window is selected.
9517 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9518
9519 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9520 functionality.
9521 (dframe-help-echo): Save point in case mouse tracking is off.
9522
9523 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
9524
9525 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9526
9527 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9530 not change the global value of those vars.
9531
9532 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9533 make-local-variable which we do not need any more.
9534
9535 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
9536
9537 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9538 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9539 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9540 (speedbar-path-line): Define obsolete aliases.
9541 (speedbar-line-directory): Doc fix.
9542
9543 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9544 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9545 instead of speedbar-line-path.
9546
9547 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9548
9549 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9550 to nil if dropping on a window. Handle dropping on a minibuffer window
9551 like dropping on a non-window part of Emacs.
9552
9553 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9554
9555 * net/ange-ftp.el: Use with-current-buffer.
9556 (ange-ftp-insert-directory): Do not follow symlinks any more.
9557
9558 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9559 Remove interactive spec.
9560
9561 2005-10-03 Kim F. Storm <storm@cua.dk>
9562
9563 * ido.el (ido-mode): Use custom-initialize-set.
9564
9565 2005-10-02 Richard M. Stallman <rms@gnu.org>
9566
9567 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9568 Use insert-buffer-substring.
9569
9570 * net/tramp.el: Pacify byte compiler warnings in pacification code.
9571 (tramp-handle-file-local-copy): Use insert-buffer-substring.
9572
9573 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9574
9575 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9576 in last change.
9577 (ange-ftp-insert-directory): Fix up the search for the case where
9578 `file' is absolute.
9579
9580 2005-10-02 Romain Francoise <romain@orebokech.com>
9581
9582 * progmodes/compile.el (compile-goto-error): Delete extra paren.
9583
9584 2005-10-02 Andreas Schwab <schwab@suse.de>
9585
9586 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9587 directory component in the session info.
9588
9589 2005-10-01 Richard M. Stallman <rms@gnu.org>
9590
9591 * comint.el (comint-redirect-subvert-readonly): Doc fix.
9592
9593 * simple.el (next-error-internal): New function.
9594
9595 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9596 (compilation-start): Pass new arg to compilation-buffer-name.
9597 (compile-goto-error): Use next-error-internal.
9598
9599 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9600
9601 * speedbar.el: Remove RCS tag.
9602 (speedbar-check-read-only): Handle non-existent files.
9603
9604 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9605
9606 * info.el (Info-speedbar-hierarchy-buttons)
9607 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9608
9609 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9610
9611 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9612 Do not match newline.
9613 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9614 (bibtex-summary): Remove unnecessary save-excursion.
9615 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9616
9617 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9618
9619 * term/mac-win.el: Add charset info for "iso10646-1".
9620 Modify default fontset to use ATSUI-compatible fonts for some charsets
9621 if available.
9622
9623 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9624
9625 * speedbar.el: Re-apply arch tag.
9626 (speedbar-version): Rename to version 1.0. Suggested by Eric
9627 M. Ludlam.
9628 Reapply two changes from Emacs CVS' version of speedbar lost
9629 during the merge:
9630 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9631 (speedbar-frame-parameters): Improve customize type.
9632
9633 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9636 (ange-ftp-file-directory-p): Fix the symlink case.
9637 (ange-ftp-insert-directory): When listing a single file, get a list of
9638 the parent buffer and extract the relevant line. Inspired from a patch
9639 by Katsumi Yamaoka <yamaoka@jpl.org>.
9640 (ange-ftp-file-name-sans-versions): Simplify.
9641
9642 2005-09-30 Bill Wohler <wohler@newt.com>
9643
9644 Move MH-E image files from toolbar and mail directories into
9645 etc/images.
9646
9647 * mail/reply2.*: Move to etc/images/mail/reply*.
9648
9649 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9650 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9651 etc/images.
9652
9653 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9654 * toolbar/reply*: Move to etc/images/mail.
9655
9656 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9657
9658 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
9659
9660 * speedbar.el: New version 1.0pre3.
9661
9662 Frame management code (including timer, and mouse click specifics)
9663 moved to dframe.el:
9664 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9665 (speedbar-timer): Removed. Use dframe-timer.
9666 (speedbar-close-frame): Removed. Use dframe-close-frame.
9667 (speedbar-activity-change-focus-flag): Removed. Use
9668 dframe-activity-change-focus-flag.
9669 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9670 dframe-update-speed.
9671
9672 (speedbar-current-frame): New macro. Use this instead of the
9673 variable speedbar-frame.
9674
9675 (speedbar-use-images, speedbar-expand-image-button-alist)
9676 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9677
9678 (speedbar-find-image-on-load-path): Removed. Replaced by
9679 defezimage in ezimage.el.
9680 (speedbar-expand-image-button-alist): Removed. Replaced by
9681 ezimage-expand-image-button-alist in ezimage.el.
9682
9683 (speedbar-ignored-directory-regexp)
9684 (speedbar-add-ignored-directory-regexp)
9685 (speedbar-ignored-directory-expressions)
9686 (speedbar-line-directory, speedbar-buffers-line-directory)
9687 (speedbar-directory-line, speedbar-buffers-line-directory):
9688 Renamed, replacing `path' with `directory'.
9689
9690 (speedbar-create-directory, speedbar-expand-line-descendants)
9691 (speedbar-toggle-line-expansion)
9692 (speedbar-contract-line-descendants): New commands.
9693
9694 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9695 (speedbar-use-tool-tips-flag): New options.
9696
9697 (speedbar-check-read-only, speedbar-require-version)
9698 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9699 (speedbar-handle-delete-frame, speedbar-try-completion)
9700 (speedbar-update-localized-contents): New functions.
9701
9702 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9703 (speedbar-object-read-only-indicator): New variables.
9704
9705 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9706 New hooks.
9707
9708 (speedbar-separator-face): New face.
9709
9710 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9711 (speedbar-ignored-modes): Add fundamental-mode.
9712 (speedbar-directory-unshown-regexp): Add . directories.
9713
9714 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9715 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9716 `]' for full expand/close.
9717 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9718
9719 (speedbar-check-vc): Support hidden files.
9720 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9721 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9722 state is nil, it is not checked out.
9723
9724 (speedbar-line-text, speedbar-line-token): Support expand buttons
9725 with no text.
9726 (speedbar-refresh): Universal argument acts as power-click.
9727 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9728 that buffer to get variable values.
9729
9730 And many other bugfixes.
9731
9732 * dframe.el, ezimage.el, sb-image.el: New files.
9733
9734 * sb-*.xpm: Remove files. New image files installed into
9735 etc/images/ezimage.
9736
9737 2005-09-30 Kenichi Handa <handa@m17n.org>
9738
9739 * ps-mule.el (ps-mule-show-warning): If a character is in
9740 ps-print-translation-table, don't treat it as non-printable.
9741
9742 2005-09-30 David Ponce <david@dponce.com>
9743
9744 * tree-widget.el (tree-widget-themes-load-path): New variable.
9745 (tree-widget-themes-directory): Doc fix.
9746 (tree-widget-image-formats) [Emacs]: Doc fix.
9747 (tree-widget--locate-sub-directory): New function.
9748 (tree-widget-themes-directory): Use it.
9749
9750 * recentf.el (recentf-filename-handlers): Rename from
9751 `recentf-filename-handler'. Allow a list of functions.
9752 (recentf-menu-items-for-commands): Fix :help strings.
9753 (recentf-apply-filename-handlers): New function.
9754 (recentf-expand-file-name): Use it.
9755 (recentf-cleanup): Remove duplicates too.
9756
9757 2005-09-29 Juri Linkov <juri@jurta.org>
9758
9759 * faces.el: Rearrange face definitions to be in the same order as
9760 their face descriptions in "(emacs)Standard Faces".
9761
9762 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9763
9764 * tooltip.el (tooltip): Add group `basic-faces'.
9765
9766 * buff-menu.el (Buffer-menu-buffer): Remove group
9767 `font-lock-highlighting-faces'.
9768
9769 * progmodes/compile.el (compilation-error, compilation-warning)
9770 (compilation-info, compilation-line-number, compilation-column-number):
9771 Change group from `font-lock-highlighting-faces' to `compilation'.
9772
9773 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9774 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9775 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9776 (vhdl-font-lock-reserved-words-face)
9777 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9778 `font-lock-highlighting-faces'.
9779
9780 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9781
9782 2005-09-28 Kim F. Storm <storm@cua.dk>
9783
9784 * emulation/cua-base.el: Set CUA move property on additional commands:
9785 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9786 forward-sexp, backward-sexp, forward-list, backward-list.
9787
9788 2005-09-28 Romain Francoise <romain@orebokech.com>
9789
9790 * comint.el (comint-show-output): Really set point at the
9791 beginning of the output when not using `comint-use-prompt-regexp'.
9792
9793 2005-09-27 Jay Belanger <belanger@truman.edu>
9794
9795 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9796 in TeX mode.
9797
9798 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
9799
9800 * textmodes/org.el (org-table-sum): Fix format string.
9801
9802 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9803 Quote face names.
9804
9805 2005-09-26 Romain Francoise <romain@orebokech.com>
9806
9807 * isearch.el (isearch-forward-regexp): Close doc string.
9808
9809 2005-09-25 Richard M. Stallman <rms@gnu.org>
9810
9811 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9812
9813 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9814
9815 * progmodes/compile.el (compilation-error-properties):
9816 When getting the file from the previous error message,
9817 correctly decode the new data format.
9818
9819 * progmodes/cc-cmds.el (c-electric-paren):
9820 Call old-blink-paren only for close-paren.
9821
9822 2005-09-24 Andreas Schwab <schwab@suse.de>
9823
9824 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9825 condition.
9826
9827 2005-09-25 Romain Francoise <romain@orebokech.com>
9828
9829 * dired-aux.el (dired-copy-file-recursive):
9830 * dired.el (dired-delete-file):
9831 * ediff-mult.el (ediff-dir-diff-copy-file):
9832 * ediff-util.el (ediff-test-save-region):
9833 * forms.el (forms-mode):
9834 * ido.el (ido-file-internal, ido-delete-file-at-head):
9835 * log-edit.el (log-edit-done):
9836 * ses.el (ses-yank-resize):
9837 * play/gomoku.el (gomoku-human-plays, gomoku)
9838 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9839 (gomoku-offer-a-draw):
9840 * play/landmark.el (lm-human-resigns, lm):
9841 * net/eudcb-ldap.el (eudc-ldap-check-base):
9842 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9843 * progmodes/ebrowse.el (ebrowse-find-pattern):
9844 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9845 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9846 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9847
9848 * vc.el (vc-delete-file):
9849 * play/gomoku.el (gomoku-terminate-game, gomoku)
9850 (gomoku-prompt-for-move, gomoku-human-takes-back):
9851 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9852 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9853
9854 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9855
9856 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9857 color rxvt terminals by using the code xterm.el used to use before
9858 2005-04-09 in order to match the colors used by rxvt.
9859
9860 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9861
9862 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9863 colors rxvt-unicode terminals by using the same code as xterm.el.
9864
9865 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9866
9867 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9868 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9869 new symbol used for the tex-verbatim face.
9870
9871 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9872
9873 * woman.el (woman-file-name):
9874 * wid-edit.el (widget-file-prompt-value)
9875 (widget-coding-system-prompt-value):
9876 * w32-fns.el (set-w32-system-coding-system):
9877 * vc.el (vc-version-diff, vc-annotate):
9878 * textmodes/reftex-auc.el (reftex-arg-cite)
9879 (reftex-arg-index-tag):
9880 * textmodes/refer.el (refer-get-bib-files):
9881 * textmodes/artist.el (artist-figlet-choose-font):
9882 * terminal.el (terminal-emulator):
9883 * replace.el (occur-read-primary-args):
9884 * rect.el (string-rectangle, string-insert-rectangle):
9885 * ps-print.el (ps-print-preprint):
9886 * progmodes/pascal.el (pascal-goto-defun):
9887 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9888 * progmodes/compile.el (compilation-find-file):
9889 * printing.el (pr-interactive-n-up):
9890 * play/animate.el (animate-birthday-present):
9891 * net/rcompile.el (remote-compile):
9892 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9893 * mail/rmailsum.el (rmail-summary-search-backward)
9894 (rmail-summary-search):
9895 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9896 (rmail-output-read-file-name):
9897 * mail/rmail.el (rmail-search, rmail-search-backwards):
9898 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9899 * locate.el (locate):
9900 * international/quail.el (quail-show-keyboard-layout):
9901 * international/mule.el (set-buffer-file-coding-system)
9902 (revert-buffer-with-coding-system, set-file-name-coding-system)
9903 (set-terminal-coding-system, set-keyboard-coding-system)
9904 (set-next-selection-coding-system):
9905 * international/mule-diag.el (describe-coding-system)
9906 (describe-font, describe-fontset):
9907 * international/mule-cmds.el (universal-coding-system-argument)
9908 (search-unencodable-char, describe-input-method)
9909 (set-language-environment, describe-language-environment):
9910 * international/codepage.el (codepage-setup):
9911 * international/code-pages.el (codepage-setup):
9912 * info.el (Info-search, Info-follow-reference)
9913 (Info-search-backward):
9914 * emacs-lisp/advice.el (ad-read-advised-function)
9915 (ad-read-advice-class, ad-clear-cache, ad-activate)
9916 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9917 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9918 (ad-read-regexp):
9919 * ediff-util.el (ediff-toggle-regexp-match):
9920 * ediff-ptch.el (ediff-prompt-for-patch-file):
9921 * dired-aux.el (dired-diff):
9922 * diff.el (diff):
9923 * cus-edit.el (custom-variable-prompt):
9924 * calendar/timeclock.el (timeclock-ask-for-project):
9925 * calc/calcalg3.el (calc-get-fit-variables):
9926 * calc/calc-store.el (calc-edit-variable)
9927 (calc-permanent-variable):
9928 * vc-mcvs.el (vc-mcvs-register):
9929 * shadowfile.el (shadow-define-literal-group):
9930 * woman.el (woman-file-name):
9931 * vc.el (vc-version-diff, vc-merge):
9932 * textmodes/reftex-index.el (reftex-index-complete-tag):
9933 * format.el (format-decode-buffer, format-decode-region):
9934 * emulation/viper-cmd.el (viper-read-string-with-history):
9935 * emacs-lisp/debug.el (cancel-debug-on-entry):
9936 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9937 * ediff.el (ediff-merge-revisions)
9938 (ediff-merge-revisions-with-ancestor, ediff-revision):
9939 * completion.el (interactive-completion-string-reader):
9940 * calc/calc-prog.el (calc-user-define-formula):
9941 Follow convention for reading with the minibuffer.
9942
9943 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
9944
9945 * progmodes/python.el (python-describe-symbol): Add globals() and
9946 locals() to the arguments of emacs.ehelp.
9947
9948 2005-09-24 Magnus Henoch <mange@freemail.hu>
9949
9950 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9951 New function, code extracted from ispell-valid-dictionary-list.
9952 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9953 Call it.
9954
9955 2005-09-24 Eli Zaretskii <eliz@gnu.org>
9956
9957 * subr.el (version-regexp-alist): Extend valid syntax for version
9958 strings: allow any of the characters -,_,+ to separate the
9959 alpha/beta/rc part from the version part. Doc fix.
9960 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
9961
9962 2005-09-23 David Reitter <david.reitter@gmail.com>
9963
9964 * mail/mailclient.el: New file.
9965
9966 2005-09-23 Richard M. Stallman <rms@gnu.org>
9967
9968 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9969 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9970 Doc fixes.
9971
9972 * progmodes/cc-mode.el (c-font-lock-init):
9973 Specify font-lock-lines-before.
9974
9975 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9978 whole conflict.
9979
9980 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9981
9982 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9983 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
9984 of `remap' feature when available. Additional key bindings for
9985 better tty support.
9986 (org-mode-restart, org-force-self-insert): New commands.
9987 (org-time-stamp-inactive): New command.
9988 (org-remap): New function.
9989 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9990 (org-enable-fixed-width-editor): Move to `org-structure'
9991 customization group.
9992 (org-self-insert-command, orgtbl-self-insert-command): Modify to
9993 blank field after field motion commands.
9994
9995 2005-09-23 Kenichi Handa <handa@m17n.org>
9996
9997 * international/mule-cmds.el (set-language-environment):
9998 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9999 have to call utf-translate-cjk-load-tables.
10000
10001 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * mouse.el (mouse-move-drag-overlay): Fix last change.
10004
10005 2005-09-22 David Ponce <david@dponce.com>
10006
10007 * tree-widget.el (tree-widget-value-create): Fix previous change.
10008
10009 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10010
10011 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10012
10013 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * mouse.el (mouse-move-drag-overlay): New function.
10016 (mouse-drag-region-1): Use it.
10017 Try to simplify a bit the state handling. Handle clicks on links
10018 inside intangible areas.
10019 (mouse-save-then-kill): Minor simplification.
10020 (mouse-secondary-overlay): Make it always non-nil instead of
10021 recreating it each time.
10022 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10023 (mouse-kill-secondary, mouse-secondary-save-then-kill):
10024 Simplify accordingly.
10025
10026 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
10027
10028 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10029
10030 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
10031
10032 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10033 (ediff-file-name-sans-prefix): Treat nil as an empty string.
10034 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10035 to patch.
10036
10037 * ediff-util.el: Use insert-buffer-substring.
10038
10039 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10040
10041 * emulation/viper-cmd.el (viper-change-state): Don't move over the
10042 field boundaries in the minibuffer.
10043 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10044 (viper-minibuffer-post-command-hook): New hook.
10045 (viper-line): Don't move cursor at bolp.
10046
10047 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10048
10049 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10050 avoid compiler warnings.
10051
10052 * emulation/viper-macs.el (ex-map): Better messages.
10053
10054 * emulation/viper-utils.el (viper-beginning-of-field): New function.
10055
10056 * emulation/viper.el: Replace make-variable-buffer-local with
10057 viper-make-variable-buffer-local everywhere, to avoid warnings.
10058
10059 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10062 Delete unused var `old-selected-window'.
10063 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10064 (mouse-drag-secondary): Delete unused var `start-frame'.
10065
10066 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
10067
10068 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10069
10070 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10073 Re-indent within 80 columns. Use inhibit-read-only.
10074
10075 2005-09-19 Romain Francoise <romain@orebokech.com>
10076
10077 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10078
10079 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10080
10081 * font-lock.el (font-lock-default-fontify-region): Don't add a line
10082 unconditionally, since the after-change-function already did it.
10083
10084 2005-09-19 Miles Bader <miles@gnu.org>
10085
10086 * net/newsticker.el: Get rid of CVS keyword.
10087
10088 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
10089
10090 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10091 The prompt is formatted later.
10092
10093 2005-09-19 David Ponce <david@dponce.com>
10094
10095 * tree-widget.el (tree-widget-value-create): Save the converted
10096 tree :node widget.
10097
10098 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
10099
10100 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10101 variable `message'.
10102
10103 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
10104
10105 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10106 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
10107 <slawomir.nowaczyk.847@student.lu.se>.
10108
10109 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
10110
10111 * image.el (image-load-path): Use symbol `data-directory' instead
10112 of its value, for backward compatibility with packages that bind
10113 it during `find-image'. Suggested by Katsumi Yamaoka.
10114 (image-search-load-path): Handle symbols whose values are strings.
10115
10116 2005-09-18 Romain Francoise <romain@orebokech.com>
10117
10118 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10119 with-current-buffer form in save-excursion.
10120
10121 2005-09-18 D Goel <deego@gnufans.org>
10122
10123 * apropos.el (apropos-command): Fix `message' call: first arg
10124 should be a format spec. In this and all other cases that appear
10125 below and elsewhere in the source code, I made a change only when
10126 two conditions were satisfied: [1] I can think of a possibility
10127 that the arguments would cause an error, for example, the code in
10128 question relies on external variables such as filenames. [2] I
10129 was sure that the arg to `message' could not have been nil in the code.
10130
10131 * textmodes/tildify.el (tildify-region): Ditto.
10132
10133 * textmodes/reftex-index.el (reftex-index-change-entry)
10134 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10135 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10136 * textmodes/org.el (org-complete, org-deadline, org-schedule)
10137 (org-priority, org-table-sum):
10138 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10139 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10140 (flyspell-word, flyspell-display-next-corrections):
10141 * textmodes/bibtex.el (bibtex-print-help-message):
10142 * textmodes/artist.el (artist-key-set-point-poly):
10143 * term/mac-win.el (mac-services-insert-text):
10144 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10145 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10146 (vhdl-port-paste-testbench, vhdl-compose-new-component)
10147 (vhdl-compose-configuration):
10148 * progmodes/sh-script.el (sh-blink, sh-show-indent)
10149 (sh-set-indent, sh-learn-line-indent):
10150 * progmodes/ps-mode.el (ps-mode-target-column):
10151 * progmodes/idlwave.el (idlwave-make-tags)
10152 (idlwave-scan-library-catalogs):
10153 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10154 * progmodes/gud.el (gud-jdb-analyze-source):
10155 * progmodes/flymake.el (flymake-log):
10156 * progmodes/ebnf2ps.el (ebnf-generate-region):
10157 * progmodes/cmacexp.el (c-macro-expansion):
10158 * progmodes/ada-xref.el (ada-treat-cmd-string):
10159 * progmodes/ada-mode.el (ada-create-case-exception-substring)
10160 (ada-justified-indent-current, ada-batch-reformat):
10161 * play/zone.el (zone):
10162 * play/landmark.el (lm-move):
10163 * play/decipher.el (decipher-show-alphabet):
10164 * net/newsticker.el (newsticker--display-jump)
10165 (newsticker--display-scroll):
10166 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10167 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10168 * mail/feedmail.el (feedmail-dump-message-to-queue):
10169 * eshell/esh-proc.el (eshell-remove-process-entry):
10170 * emulation/ws-mode.el (ws-last-error):
10171 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10172 (viper-record-kbd-macro):
10173 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10174 * emacs-lisp/lisp-mnt.el (lm-report-bug):
10175 * emacs-lisp/find-func.el (find-function-noselect):
10176 * calendar/timeclock.el (timeclock-status-string)
10177 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10178 (timeclock-when-to-leave-string):
10179 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10180 * calc/calc-units.el (calc-enter-units-table):
10181 * calc/calc-mode.el (calc-mode-record-mode):
10182 * woman.el (woman-mini-help):
10183 * wdired.el (wdired-change-to-wdired-mode):
10184 * vc.el (vc-retrieve-snapshot):
10185 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10186 * startup.el (display-startup-echo-area-message):
10187 * simple.el (set-goal-column):
10188 * ses.el (ses-command-hook, ses-recalculate-cell):
10189 * server.el (server-process-filter):
10190 * printing.el (pr-interface-txt-print, pr-interface-printify)
10191 (pr-interface-ps):
10192 * pcvs.el (cvs-help):
10193 * log-edit.el (log-edit, log-edit-mode-help):
10194 * iswitchb.el (iswitchb-possible-new-buffer):
10195 * isearch.el (isearch-edit-string):
10196 * image-mode.el (image-mode, image-minor-mode):
10197 * ibuf-macs.el (define-ibuffer-filter):
10198 * hi-lock.el (hi-lock-find-patterns):
10199 * files.el (toggle-read-only):
10200 * ediff-util.el (ediff-copy-diff)
10201 (ediff-write-merge-buffer-and-maybe-kill):
10202 * echistory.el (Electric-history-undefined):
10203 * dnd.el (dnd-insert-text):
10204 * dired-aux.el (dired-query):
10205 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10206 * bookmark.el (bookmark-bmenu-locate):
10207 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10208 Fix `message' calls to ensure first arg is a format string.
10209 The change was made only when these two conditions were satisfied:
10210 [1] when there is a possibility that the arguments would cause an error
10211 for example, if the code in question relies on external variables
10212 such as filenames, and
10213 [2] if the arg to `message' could not have been nil in the code.
10214
10215 * pcomplete.el (pcomplete--help): Fix `message' format spec.
10216 Not having a %s would be weird, though not technically wrong.
10217
10218 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10219
10220 * term/mac-win.el (mac-add-charset-info): Doc fix.
10221
10222 2005-09-17 Romain Francoise <romain@orebokech.com>
10223
10224 * shell.el (shell-resync-dirs): Handle echoing processes more
10225 reliably. Don't insert resync command if `comint-process-echoes'
10226 is non-nil.
10227
10228 2005-09-17 Magnus Henoch <mange@freemail.hu>
10229
10230 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10231 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10232 aspell versions >= 0.60.
10233 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10234 only if ispell-aspell-supports-utf8 is non-nil.
10235
10236 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10237
10238 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10239 buffer-local value to lisp-indent-function.
10240
10241 2005-09-17 Milan Zamazal <pdm@zamazal.org>
10242
10243 * progmodes/glasses.el (glasses-make-readable): If
10244 glasses-separator differs from underscore, put appropriate
10245 overlays over underscore characters.
10246 (glasses-convert-to-unreadable): If glasses-separator differs from
10247 underscore, try to convert glasses-separator characters to
10248 underscores.
10249
10250 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10251
10252 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10253 Use with-syntax-table and dolist.
10254
10255 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
10256
10257 * textmodes/reftex-auc.el:
10258 * textmodes/reftex-cite.el:
10259 * textmodes/reftex-dcr.el:
10260 * textmodes/reftex-global.el:
10261 * textmodes/reftex-parse.el:
10262 * textmodes/reftex-ref.el:
10263 * textmodes/reftex-sel.el:
10264 * textmodes/reftex-toc.el:
10265 * textmodes/reftex-vars.el:
10266 * textmodes/reftex.el: Small changes to remove compiler warnings.
10267
10268 * textmodes/reftex-index.el: Likewise.
10269 (reftex-query-index-phrase): More efficient use of markers.
10270
10271 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10272
10273 * image.el (image-load-path): New variable.
10274 (image-search-load-path): New function.
10275 (find-image): Search for images in `image-load-path'.
10276
10277 2005-09-15 Richard M. Stallman <rms@gnu.org>
10278
10279 * follow.el: Change Maintainer field.
10280
10281 2005-09-15 David Ponce <david@dponce.com>
10282
10283 * recentf.el (recentf-save-file-modes): New option.
10284 (recentf-save-list): Use it.
10285
10286 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
10287
10288 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
10289 (mode-line-mule-info, mode-line-modified): Move bindings from
10290 mouse-3 to mouse-1.
10291
10292 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
10293
10294 * simple.el (sendmail-user-agent-compose): Revert last change.
10295
10296 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10297
10298 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
10299 Use with-current-buffer.
10300 (ange-ftp-gwp-start): Remove unused var `gw-user'.
10301 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
10302 (ange-ftp-insert-directory): Remove unused var `short'.
10303 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
10304
10305 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
10306 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
10307
10308 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
10309 (check-calendar-holidays, diary-list-entries): Autoload.
10310 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
10311 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
10312
10313 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
10314 which mistakenly removed a call to display-buffer.
10315
10316 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
10317
10318 * obsolete/iso-insert.el: Move to obsolete/ from international/.
10319
10320 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
10321
10322 * progmodes/hideshow.el
10323 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
10324 (hs-allow-nesting): New user var.
10325 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
10326 (hs-hide-block-at-point): When nesting allowed,
10327 if there is already an overlay in place, delete it.
10328 (hs-safety-is-job-n): Delete func; remove call sites.
10329 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
10330 (hs-overlay-at): New func.
10331 (hs-already-hidden-p, hs-show-block): Use it.
10332 (hs-hide-all): Don't pre-clean if nesting allowed.
10333 (hs-show-all): Temporarily disallow
10334 nesting around call to `hs-discard-overlays'.
10335
10336 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
10337
10338 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
10339 Delete unused local var.
10340
10341 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
10342
10343 * help-fns.el (describe-categories): "?\ " -> "?\s".
10344 (help-do-arg-highlight): Recognize also ARG-n, as in
10345 `move-to-left-margin' (ARG+n is already recognized). Simplify.
10346
10347 * international/codepage.el (dos-unsupported-char-glyph):
10348 * net/newsticker.el (tool-bar-map, w3-mode-map)
10349 (w3m-minor-mode-map):
10350 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
10351 (ent-alist):
10352 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
10353
10354 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
10355
10356 * custom.el (custom-push-theme): Handle the case where a symbol is
10357 bound but face properties have not yet been assigned.
10358
10359 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
10360 Fix behavior if noerase is `t' and there is no mail buffer.
10361
10362 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
10363 if `continue' is nil, rather than signal an error.
10364
10365 2005-09-12 Richard M. Stallman <rms@gnu.org>
10366
10367 * font-lock.el (font-lock-keywords): Add autoload.
10368
10369 * help-fns.el (describe-variable): Rearrange to put source link
10370 in a predictable place.
10371
10372 * net/newsticker.el: New file.
10373
10374 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 * calendar/calendar.el (calendar-for-loop): Add edebug info.
10377 (calendar-basic-setup): Use the new nil arg.
10378 (number-of-diary-entries): Move to diary-lib.el.
10379
10380 * calendar/diary-lib.el: Use with-current-buffer, match-string.
10381 (diary-list-entries): Use with-syntax-table and dolist.
10382 Rename from list-diary-entries.
10383 Use number-of-diary-entries if `number' is nil.
10384 (diary, diary-view-entries): Use this new name and new nil arg value.
10385 (number-of-diary-entries): Move from calendar.el.
10386 (diary-unhide-everything): New function.
10387 (include-other-diary-files, fancy-diary-display)
10388 (diary-show-all-entries, make-diary-entry): Use it.
10389 (diary-mail-entries): Use buffer-string.
10390 (mark-diary-entries): Fix long standing paren typo.
10391 (diary-sexp-entry): Use count-lines.
10392 (make-diary-entry): Avoid `previous-line'.
10393 (diary-mode-map): New var.
10394 (diary-mode): Redraw cal after saving. Setup header-line.
10395 (fancy-diary-display-mode): Use local-set-key.
10396
10397 * startup.el (command-line): Try calling various terminal-init-foo-bar
10398 functions by stripping hyphenated suffixes from $TERM.
10399
10400 * files.el (normal-mode): Check boundness of font-lock-keywords.
10401
10402 2005-09-12 Richard M. Stallman <rms@gnu.org>
10403
10404 * progmodes/compile.el: Don't decide a file's directory
10405 until the user actually tries to go there.
10406 (compilation-next-error-function):
10407 Pass compilation-find-file the directory from the file-struct.
10408 (compilation-internal-error-properties): Separate local FILE-STRUCT
10409 from FILE. Doc the args better. Rename arg FMT to FMTS.
10410 (compilation-find-file): Arg DIR renamed to DIRECTORY.
10411 Expand it, and if nil, use default-directory.
10412 (compilation-get-file-structure): Don't mix specified directory
10413 with default directory. Put specified directory into
10414 file-struct. Don't make the file name absolute.
10415
10416 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
10417 (compile-command): Add autoload.
10418 (compilation-disable-input): Add autoload.
10419
10420 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
10421
10422 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
10423 strings of the variables it can override.
10424 (time-stamp): New (as yet undocumented) time-stamp-format escapes
10425 %Q and %q, for fully-qualified domain name and unqualified host name.
10426
10427 2005-09-11 Kim F. Storm <storm@cua.dk>
10428
10429 * emacs-lisp/authors.el (authors-aliases): Update list.
10430 (authors-fixed-entries): Update mldrag.el entry.
10431
10432 2005-09-10 Alan Mackenzie <acm@muc.de>
10433
10434 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
10435 from the region narrowed to.
10436
10437 2005-09-10 Magnus Henoch <mange@freemail.hu>
10438
10439 * textmodes/ispell.el (ispell-check-version): Signal an error if
10440 aspell version is less than 0.60.
10441
10442 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
10443
10444 * progmodes/octave-inf.el (inferior-octave-startup):
10445 Resync current dir at the end.
10446
10447 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
10448
10449 * woman.el (woman-topic-at-point-default):
10450 Rename to woman-use-topic-at-point-default.
10451 (woman-topic-at-point): Rename to woman-use-topic-at-point.
10452 (woman-file-name): Reflect renames above. Automatically use the
10453 word at point as topic if woman-use-topic-at-point is non-nil.
10454 Otherwise offer it as default but don't insert it in the
10455 minibuffer. Also use `test-completion' instead of `assoc' as
10456 suggested by Stefan Monnier.
10457
10458 2005-09-10 Andre Spiegel <spiegel@gnu.org>
10459
10460 * vc.el (vc-directory, vc-update-change-log): Throw an error on
10461 the attempt to do it over Tramp. This is not yet supported.
10462
10463 2005-09-10 Eli Zaretskii <eliz@gnu.org>
10464
10465 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10466 (menu-bar-non-minibuffer-window-p): New functions.
10467 ("Split Window", "Save As..."): Use them.
10468 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10469 ("Print Buffer", "Truncate Long Lines in this Buffer"):
10470 Use menu-bar-menu-frame-live-and-visible-p.
10471 ("Save Buffer", "Insert File", "Open Directory...")
10472 ("Open File...", "Visit New File..."):
10473 Use menu-bar-non-minibuffer-window-p.
10474 (kill-this-buffer-enabled-p, dired <menu-enable>):
10475 Use menu-bar-non-minibuffer-window-p.
10476
10477 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10478
10479 * cus-start.el (all): Don't complain about fringe-related
10480 built-ins if fringes are not supported. Ditto about
10481 selection-related built-ins. Fix the test for GTK-related built-ins.
10482
10483 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10484 ("Postscript Print Buffer", "Print Region", "Save As...")
10485 ("Save", "Insert File...", "Open Directory...")
10486 ("Open File...", "Visit New File..."")
10487 ("Truncate Long Lines in this Buffer"): Don't look at
10488 menu-updating-frame if this display does not support multiple frames.
10489
10490 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10491
10492 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10493
10494 2005-09-09 Emilio Lopes <eclig@gmx.net>
10495
10496 * woman.el: Format- and whitespace-related changes.
10497
10498 2005-09-09 Eli Zaretskii <eliz@gnu.org>
10499
10500 * woman.el: Fix my email address.
10501
10502 2005-09-08 Richard M. Stallman <rms@gnu.org>
10503
10504 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10505 (sh-mode): Locally set skeleton-pair-default-alist.
10506
10507 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10508
10509 * progmodes/flymake.el: Require `compile' unconditionally.
10510
10511 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10512
10513 * woman.el (woman-file-name): Provide a default, not initial input.
10514
10515 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10516
10517 * font-lock.el (font-lock-support-mode): Doc fix.
10518
10519 * descr-text.el (describe-property-list): Handle non-symbol prop names.
10520
10521 2005-09-08 Richard M. Stallman <rms@gnu.org>
10522
10523 * simple.el (blink-matching-open): Get rid of text props from
10524 the string shown in echo area. Don't permanently set point.
10525 Some rearrangements.
10526
10527 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10528
10529 * recentf.el (recentf-filename-handler): Add custom choice
10530 `abbreviate-file-name'.
10531
10532 * msb.el (msb--very-many-menus): Fix typo.
10533
10534 * disp-table.el (standard-display-european): Don't set
10535 enable-multibyte-characters to nil.
10536
10537 2005-09-08 David Ponce <david@dponce.com>
10538
10539 * recentf.el (recentf-show-file-shortcuts-flag): New option.
10540 (recentf-expand-file-name): Doc fix.
10541 (recentf-dialog-mode-map): Define digit shortcuts.
10542 (recentf--files-with-key): New variable.
10543 (recentf-show-digit-shortcut-filter): New function.
10544 (recentf-open-files-items): New function.
10545 (recentf-open-files): Use it.
10546 (recentf-open-file-with-key): New command.
10547
10548 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10549
10550 * buff-menu.el (Buffer-menu-sort-by-column): New function.
10551 Suggested by Kim F. Storm.
10552 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10553 (Buffer-menu-make-sort-button): Use global keymap.
10554
10555 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
10556
10557 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10558 (Man-getpage-in-background-advice): Remove defadvice; it isn't
10559 necessary any longer with the remapped command.
10560 (Man-bgproc-sentinel-advice): Remove defadvice which counts
10561 formatting time only.
10562
10563 * net/tramp.el (tramp-action-password)
10564 (tramp-multi-action-password): Compile the password prompt from
10565 `method', `user' and `host'. Sometimes it isn't obvious which
10566 password to enter, for example with remote files offered by
10567 recentf.el, or with multiple steps. Suggested by Robert Marshall
10568 <robert@chezmarshall.freeserve.co.uk>.
10569
10570 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10571
10572 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10573 Fix regexp for when "s///" is at the beginning of line.
10574
10575 2005-09-07 Jay Belanger <belanger@truman.edu>
10576
10577 * calc/calc-poly.el (math-expand-term): Multiply out any powers
10578 when in matrix mode.
10579
10580 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10581
10582 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10583 non-anonymous functions.
10584
10585 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
10586
10587 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10588 when using a header line. Otherwise, use mouse-1-click-follows-link.
10589
10590 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10591 can't be moved; don't signal an error.
10592
10593 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
10594
10595 * cus-theme.el (custom-theme-write-faces): Save the current face
10596 spec, not the defface spec.
10597
10598 * custom.el (custom-known-themes): Clarify meaning of "standard".
10599 (custom-push-theme): Save old values in the standard theme.
10600 (disable-theme): Correct typo.
10601 (custom-face-theme-value) Deleted unused function.
10602 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10603
10604 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10605
10606 * progmodes/compile.el (compilation-goto-locus): Take into account
10607 iconified frames when determining whether the buffer is
10608 already visible.
10609 Don't reset window height if the window already existed.
10610
10611 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
10612
10613 * custom.el (load-theme): Rename from require-theme.
10614 Add interactive spec.
10615 (enable-theme): Rename from custom-enable-theme.
10616 Add interactive spec.
10617 (disable-theme): Rename from custom-disable-theme.
10618 Add interactive spec.
10619 (custom-make-theme-feature): Doc fix.
10620 (custom-theme-directory): Doc fix.
10621 (provide-theme): Call enable-theme.
10622
10623 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10624
10625 * obsolete/lazy-lock.el (lazy-lock-mode):
10626 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10627 font-lock-mode if it's off. Print a warning instead.
10628
10629 * progmodes/compile.el (compilation-start): Ignore errors if the
10630 process died before we get to send-eof.
10631
10632 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10633 Undo last change. Enclosing the result in quotes broke things on Unix
10634 since tex-send-command passes it through shell-quote-argument.
10635 (tex-send-command): Pass `file' through convert-standard-filename
10636 when possible.
10637 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10638 info in a transcript.
10639
10640 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10641
10642 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10643 fix compilation warning. Reorder the key definitions to group
10644 together keys emitted by the current version of xterm.
10645
10646 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10647 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10648 Reorder predicates to correct min-color usage.
10649
10650 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
10651
10652 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10653 Kill local variables when longlines-mode is turned off.
10654
10655 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10656
10657 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10658
10659 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10660
10661 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10662
10663 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10664 (font-lock-lines-before): Change default to being inactive.
10665 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10666 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10667
10668 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10669
10670 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10671 Deactivate temporarily advice if active (not needed for Emacs 22,
10672 but for backwards compatibility).
10673 (tramp-exists-file-name-handler): Rewrite. First implementation
10674 was too simple.
10675 (tramp-advice-make-auto-save-file-name):
10676 Call `tramp-handle-make-auto-save-file-name' (again, just for
10677 backwards compatibility).
10678
10679 2005-08-31 Reto Zimmermann <reto@gnu.org>
10680
10681 * progmodes/vhdl-mode.el
10682 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10683 (vhdl-end-p): Fix indentation bug "else" after "-- when".
10684 (vhdl-set-default-project): New function (easier setting of default).
10685 (vhdl-port-copy): Handle extended identifiers for generics.
10686 (vhdl-compiler-alist): Better description for error message regexp.
10687 (vhdl-make): Query for target, use previous as default.
10688 (vhdl-port-copy): Fix port copy for port names starting with "signal".
10689 (vhdl-font-lock-keywords-2): Fix fontification for record
10690 el. assign.
10691 (vhdl-speedbar-make-subpack-line): Add package body link.
10692 (vhdl-generate-makefile-1): Not include itself as dependency.
10693 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10694 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10695 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10696 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10697 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10698 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10699 (vhdl-import-project): Add string argument for `error'.
10700 (vhdl-compose-configuration)
10701 (vhdl-compose-configuration-architecture): Add configuration
10702 declaration generation.
10703 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10704 (vhdl-trailer-re): Add "record" keyword (better indentation).
10705 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10706 "[^ \t-\"]+".
10707 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10708 (vhdl-testbench-entity-file-name)
10709 (vhdl-testbench-architecture-file-name): Allow separate
10710 customization of testbench file names.
10711 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10712 (vhdl-get-visible-signals): Allow newline within alias declaration.
10713 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10714 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10715 (member-ignore-case): Alias for missing function in XEmacs.
10716 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10717 (vhdl-update-sensitivity-list): Ignore case on read signals.
10718 (vhdl-replace-string): Adjust case only for file names.
10719 (vhdl-update-sensitivity-list): Fix search for read signals.
10720 (vhdl-update-sensitivity-list): Exclude formal parameters.
10721 (vhdl-get-visible-signals): Include aliases of signals.
10722 (vhdl-get-visible-signals): Fix signal name searching.
10723 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10724 (vhdl-fixup-whitespace-region): Fix for character
10725 literals (e.g. `:').
10726
10727 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10728
10729 * ansi-color.el (comint-last-output-start):
10730 * bs.el (font-lock-verbose):
10731 * diff-mode.el (add-log-buffer-file-name-function):
10732 * dired-x.el (vm-folder-directory):
10733 * faces.el (help-xref-stack-item):
10734 * files.el (font-lock-keywords):
10735 * find-lisp.el (dired-buffers, dired-subdir-alist):
10736 * ido.el (cua-inhibit-cua-keys):
10737 * log-view.el (cvs-minor-wrap-function):
10738 * outline.el (font-lock-warning-face):
10739 * simple.el (compilation-current-error):
10740 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10741 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10742 * tooltip.el (comint-prompt-regexp):
10743 * w32-fns.el (explicit-shell-file-name):
10744 * term/mac-win.el (mac-charset-info-alist)
10745 (mac-services-selection, mac-system-script-code):
10746 * term/tty-colors.el (msdos-color-values):
10747 * term/w32-win.el (xlfd-regexp-registry-subnum):
10748 * term/x-win.el (x-keysym-table, x-selection-timeout)
10749 (x-session-id, x-session-previous-id):
10750 * textmodes/ispell.el (mail-yank-prefix):
10751 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10752 * textmodes/org.el (calc-embedded-close-formula)
10753 (calc-embedded-open-formula)
10754 (font-lock-unfontify-region-function):
10755 * textmodes/reftex-global.el (isearch-next-buffer-function)
10756 (TeX-master):
10757 * textmodes/reftex.el (font-lock-keywords):
10758 * textmodes/tex-mode.el (font-lock-comment-face)
10759 (font-lock-doc-face):
10760 * textmodes/texinfo.el (outline-heading-alist):
10761 Add defvars.
10762
10763 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10764 (artist-spray-chars, artist-mode-init, artist-replace-string)
10765 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10766 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10767 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10768
10769 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10770 (conf-align-assignments): "?\ " -> "?\s".
10771
10772 * textmodes/reftex-index.el (TeX-master): Add defvar.
10773 (reftex-index-phrases-marker): Move up defvar.
10774
10775 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10776 (reftex-toc-include-labels-indicator)
10777 (reftex-toc-include-index-indicator)
10778 (reftex-toc-max-level-indicator): Move up declarations.
10779
10780 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10781 of args to `tramp-run-real-handler', even if it's empty in this case.
10782
10783 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10784
10785 * dired.el (dired-move-to-filename-regexp): Add date format for
10786 Mac OS X 10.3 in East Asian locales.
10787
10788 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10789
10790 * files.el (make-auto-save-file-name): Add file name handler call
10791 if applicable.
10792
10793 * net/tramp.el (tramp-file-name-handler-alist)
10794 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10795 (tramp-handle-make-auto-save-file-name): Rename from
10796 `tramp-make-auto-save-file-name'.
10797 (tramp-exists-file-name-handler): New defun.
10798 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10799 `make-auto-save-file-name' is not a magic file name operation.
10800
10801 2005-08-30 Richard M. Stallman <rms@gnu.org>
10802
10803 * files.el (risky-local-variable-p):
10804 Match `-predicates' and `-commands.
10805
10806 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10807 (custom-save-all): Visit the file if necessary;
10808 kill the buffer if we created it.
10809 (custom-save-delete): Don't visit file or kill buffer here.
10810
10811 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
10812
10813 * textmodes/org.el (org-special-keyword): New face.
10814 (org-table-copy-down, org-table-eval-formula)
10815 (org-table-recalculate, org-init-section-numbers):
10816 Use `string-to-number' instead of `string-to-int'.
10817 (org-get-location): Use `insert-buffer-substring' instead of
10818 `insert-buffer'.
10819 (org-modify-diary-entry-string): New function.
10820 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10821 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10822 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10823 active region.
10824 (org-export-as-html): Handle QUOTE keyword.
10825 (org-quote-string): New option.
10826 (org-bookmark-jump-unhide): New function, used for
10827 `bookmark-after-jump-hook'.
10828 (org-diary-default-entry): Apply only when not called through
10829 `org-agenda'.
10830
10831 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
10832
10833 * net/eudc.el (mode-popup-menu):
10834 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10835 * progmodes/ada-mode.el (compile-auto-highlight)
10836 (skeleton-further-elements):
10837 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10838 * progmodes/cmacexp.el (msdos-shells):
10839 * progmodes/compile.el (font-lock-extra-managed-props)
10840 (font-lock-keywords, font-lock-maximum-size)
10841 (font-lock-support-mode):
10842 * progmodes/grep.el (font-lock-lines-before):
10843 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10844 * progmodes/mixal-mode.el (compile-command):
10845 * progmodes/perl-mode.el (font-lock-comment-face)
10846 (font-lock-doc-face, font-lock-string-face):
10847 * progmodes/prolog.el (comint-prompt-regexp):
10848 * progmodes/sh-script.el (font-lock-comment-face)
10849 (font-lock-set-defaults, font-lock-string-face):
10850 * progmodes/sql.el (font-lock-keyword-face)
10851 (font-lock-set-defaults, font-lock-string-face):
10852 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10853 (itimer-version, lazy-lock-defer-contextually)
10854 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10855 Add defvars.
10856
10857 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10858 (cperl-electric-keyword, cperl-electric-pod)
10859 (cperl-electric-backspace, cperl-forward-re)
10860 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10861 (vc-rcs-header, vc-sccs-header): Add defvars.
10862
10863 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10864 (font-lock-syntactic-keywords, gud-find-expr-function):
10865 Add defvars.
10866
10867 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10868 (gdb-frame-parameters): Declare before use.
10869
10870 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10871 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10872 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10873 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10874
10875 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10876 (idlwave-help-with-source): Use `insert-buffer-substring', not
10877 `insert-buffer'.
10878
10879 2005-08-29 Juri Linkov <juri@jurta.org>
10880
10881 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10882 Put outline-back-to-heading function call inside save-excursion.
10883
10884 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
10885
10886 * man.el (Man-init-defvars, Man-translate-references)
10887 (Man-support-local-filenames, Man-highlight-references):
10888 * progmodes/sql.el (sql-interactive-mode):
10889 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10890
10891 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10892 (compilation-mode-font-lock-keywords): Add defvars.
10893 (checkdoc-interactive-loop): "?\ " -> "?\s".
10894
10895 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10896 (font-lock-doc-face, font-lock-string-face)
10897 (font-lock-keywords-case-fold-search): Add defvars.
10898 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10899
10900 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10901 Don't pass X and Y (they are ignored anyway).
10902 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10903 (mouse-delete-window): Make arguments optional.
10904
10905 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10906 (caesar-translate-table, minor-modes, news-buffer-save)
10907 (news-group-name, news-minor-modes): Add defvars.
10908
10909 * emacs-lisp/lselect.el (mouse-highlight-priority)
10910 (x-lost-selection-functions, zmacs-regions):
10911 * emacs-lisp/pp.el (font-lock-verbose):
10912 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10913 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10914 (ses-mode-map):
10915 * emacs-lisp/tcover-unsafep.el (safe-functions):
10916 * international/mule-cmds.el (mac-system-coding-system)
10917 (mac-system-locale):
10918 * language/ethio-util.el (rmail-current-message)
10919 (rmail-message-vector):
10920 * language/thai-util.el (thai-auto-composition-mode):
10921 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10922 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10923 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10924 (vm-primary-inbox, vm-spool-files):
10925 * mail/rmail.el (deleted-head, font-lock-fontified)
10926 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10927 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10928 (total-messages):
10929 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10930 (rmail-summary-mode-map):
10931 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10932 (rmail-last-label, rmail-last-multi-labels)
10933 (rmail-summary-vector, rmail-total-messages):
10934 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10935 * mail/rmailsum.el (msgnum):
10936 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10937 (rmail-current-message):
10938 * obsolete/fast-lock.el (font-lock-face-list):
10939 * obsolete/rnewspost.el (mail-reply-buffer):
10940 * obsolete/scribe.el (compile-command):
10941 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10942
10943 2005-08-28 John Paul Wallington <jpw@gnu.org>
10944
10945 * ibuf-ext.el (ibuffer-auto-update-changed):
10946 Use `frame-or-buffer-changed-p' to check whether we need to update.
10947 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10948 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10949 as a `frame-or-buffer-changed-p' state vector instead.
10950
10951 2005-08-27 Romain Francoise <romain@orebokech.com>
10952
10953 * textmodes/makeinfo.el (makeinfo-compile):
10954 Use `compilation-start'. Set `next-error-function' according to
10955 `disable-errors'.
10956 (makeinfo-next-error): New function.
10957 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10958 (makeinfo-buffer): Likewise.
10959
10960 * progmodes/compile.el (compilation-start): Add autoload cookie.
10961
10962 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10963 * textmodes/sgml-mode.el: Likewise.
10964 * progmodes/python.el: Likewise.
10965
10966 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10967
10968 * simple.el (blink-matching-paren-distance): Document the meaning
10969 of nil value, and allow to customize to nil.
10970
10971 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10972 command.com, not command.exe.
10973
10974 2005-08-26 John Wiegley <johnw@newartisans.com>
10975
10976 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10977 code around a bit so that an extraneous nil argument is not added
10978 to a command when no args are given.
10979
10980 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10981 double-quoted argument resolves to nil, return it as an empty
10982 string rather than as nil. This made it impossible to pass "" to
10983 a shell script as a null string argument.
10984
10985 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10986
10987 * outline.el (outline-invent-heading): New fun.
10988 (outline-promote, outline-demote): Use it.
10989 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10990 (outline-end-of-subtree): Remove unused var `opoint'.
10991
10992 2005-08-26 David Reitter <david.reitter@gmail.com>
10993
10994 * menu-bar.el (truncate-lines, write-file, print-buffer)
10995 (ps-print-buffer-faces, ps-print-buffer, split-window):
10996 Disable menu items when the frame they refer to is invisible, or when
10997 they refer to a buffer and the minibuffer is selected.
10998
10999 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
11000
11001 * progmodes/flymake.el (flymake-highlight-err-lines):
11002 Use save-excursion around flymake-highlight-line to preserve point.
11003
11004 2005-08-26 Eli Zaretskii <eliz@gnu.org>
11005
11006 * progmodes/octave-mod.el: Change Author and Maintainer address.
11007 (octave-maintainer-address): Change Kurt's email address.
11008 * progmodes/octave-inf.el: Change Author and Maintainer address.
11009 * progmodes/octave-hlp.el: Change Author and Maintainer address.
11010
11011 2005-08-26 Kim F. Storm <storm@cua.dk>
11012
11013 * subr.el (version-list-<, version-list-<=, version-list-=):
11014 Rename from integer-list-*.
11015 (version-list-not-zero): Likewise. Fix while loop.
11016 (version=): Use version-list-= instead of string-equal.
11017
11018 2005-08-26 Richard M. Stallman <rms@gnu.org>
11019
11020 * outline.el (outline-promote): Try shortening the heading.
11021 As last resort, read the heading to use.
11022 (outline-demote): As last resort, read the heading to use.
11023
11024 2005-08-26 Romain Francoise <romain@orebokech.com>
11025
11026 * progmodes/compile.el (compilation-start): Doc fix.
11027
11028 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11029 (antlr-font-lock-additional-keywords): Fix reference to
11030 `antlr-font-lock-literal-regexp' erroneously changed during the
11031 mass face rename.
11032 (antlr-run-tool): Use `compilation-start'.
11033
11034 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11035 instead of the obsolete `compile-internal'.
11036
11037 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
11038
11039 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11040 (number, original-date):
11041 * calendar/cal-china.el (date):
11042 * calendar/cal-coptic.el (date):
11043 * calendar/cal-french.el (date):
11044 * calendar/cal-hebrew.el (date, entry, number, original-date):
11045 * calendar/cal-islam.el (date, number, original-date):
11046 * calendar/cal-iso.el (date):
11047 * calendar/cal-julian.el (date):
11048 * calendar/cal-mayan.el (date):
11049 * calendar/cal-menu.el (date, event):
11050 * calendar/cal-persia.el (date):
11051 * calendar/lunar.el (date):
11052 * calendar/solar.el (date): Add defvars.
11053
11054 * emerge.el:
11055 * ibuffer.el:
11056 * info-xref.el:
11057 * obsolete/bg-mouse.el:
11058 * obsolete/sun-curs.el:
11059 * obsolete/swedish.el: Move the `defvar's to the top level.
11060
11061 * smerge-mode.el (smerge-refined-change): Add :group.
11062
11063 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
11064
11065 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11066 (smerge-keep-n): Remove props.
11067 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11068 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11069 now that it's done in smerge-keep-n.
11070 (smerge-refined-change): New face.
11071 (smerge-refine-chopup-region, smerge-refine-highlight-change)
11072 (smerge-refine): New funs.
11073 (smerge-basic-map): Bind smerge-refine.
11074
11075 2005-08-25 Juri Linkov <juri@jurta.org>
11076
11077 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11078 compilation-process-setup-function and compilation-disable-input
11079 in grep-mode instead of let-bindings in grep.
11080
11081 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11082 Delete "Automatic File De/compression" (auto-compression-mode).
11083
11084 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
11085
11086 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11087 Silence warning about non-existent variable.
11088
11089 2005-08-25 Richard M. Stallman <rms@gnu.org>
11090
11091 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11092 Rename "Describe Key" to "Describe Key or Mouse Operation".
11093
11094 * mail/mailalias.el (build-mail-aliases): Delete comments
11095 from the contents before processing them.
11096
11097 * isearch.el (isearch-edit-string): Erase the Search prompt
11098 if user enters an empty string and there is no default.
11099
11100 * comint.el (comint-file-name-prefix): Add autoload.
11101
11102 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
11103
11104 * subr.el (play-sound): Rearrange to avoid warning.
11105
11106 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
11107
11108 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11109 New hook.
11110 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11111
11112 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
11113
11114 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11115
11116 * custom.el (custom-theme-set-variables): Sort minor modes last.
11117
11118 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11119
11120 * subr.el (version-separator, version-regexp-alist): New vars used by
11121 version comparison funs.
11122 (integer-list-<, integer-list-=, integer-list-<=)
11123 (integer-list-not-zero): New funs for integer list comparison.
11124 (version-to-list, version=, version<, version<=): New funs for version
11125 comparison.
11126
11127 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
11128
11129 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11130 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11131 time to silence the byte-compiler.
11132
11133 * ibuffer.el (ibuffer-compile-make-eliding-form)
11134 (ibuffer-check-formats): Use `with-no-warnings' to hide references
11135 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11136 so it's silly to get warnings for it).
11137 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11138 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11139 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11140 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11141 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11142 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11143 Defvar at compile time.
11144 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11145 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11146 Declare them before use.
11147
11148 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11149 (info-xref-good, info-xref-bad): Defvar at compile time.
11150
11151 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11152 Use `let*' instead of `let'.
11153
11154 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11155 (*mouse-y*, menu, char): Defvar at compile time.
11156 (sc::menu): Declare it before use.
11157 (sc::pack-one-line): Use `let', not `let*'.
11158
11159 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11160 (mail-send-hook): Defvar at compile time.
11161
11162 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11163 Defvar at compile time.
11164
11165 * term/sun-mouse.el (current-global-mousemap)
11166 (current-local-mousemap): Declare them before use.
11167
11168 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
11169
11170 * bookmark.el (bookmark-after-jump-hook): New hook.
11171 (bookmark-jump): Run `bookmark-after-jump-hook'.
11172
11173 2005-08-23 Juri Linkov <juri@jurta.org>
11174
11175 * faces.el (minibuffer-prompt): Doc fix.
11176
11177 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
11178
11179 * progmodes/xscheme.el: Trivial changes to silence warnings.
11180 (xscheme-previous-mode, xscheme-previous-process-state):
11181 Add defvars.
11182 (xscheme-last-input-end, xscheme-process-command-line)
11183 (xscheme-process-name, xscheme-buffer-name)
11184 (xscheme-expressions-ring-max, xscheme-expressions-ring)
11185 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11186 (xscheme-control-g-synchronization-p)
11187 (xscheme-control-g-disabled-p, xscheme-string-receiver)
11188 (default-xscheme-runlight, xscheme-runlight)
11189 (xscheme-runlight-string, xscheme-process-filter-state)
11190 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11191 Move to beginning of file.
11192 (scheme-interaction-mode-commands-alist)
11193 (scheme-interaction-mode-map, scheme-debugger-mode-map):
11194 Declare them before use. Note: the initialization code for the variables
11195 has not been moved because it uses functions that reference the variables.
11196 (xscheme-control-g-message-string, xscheme-process-filter-alist)
11197 (xscheme-prompt-for-expression-map): Declare them before use.
11198 (scheme-debugger-mode-commands): "?\ " -> "?\s".
11199
11200 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
11201
11202 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11203
11204 2005-08-22 Juri Linkov <juri@jurta.org>
11205
11206 * faces.el (set-face-underline): Delete this duplicate function
11207 and make an obsolete alias to set-face-underline-p.
11208 (set-face-underline-p): Use docstring of set-face-underline.
11209 (describe-face): Create hyperlink to parent face.
11210
11211 * info.el (Info-insert-dir): Use save-excursion around
11212 insert-buffer-substring.
11213 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11214 (Info-escape-percent): Delete function.
11215 (Info-fontify-node): Replace Info-escape-percent by
11216 replace-regexp-in-string with REP arg set to lambda that
11217 duplicates `%' and preserves text properties.
11218
11219 * progmodes/compile.el (compilation-disable-input): Doc fix.
11220 (define-compilation-mode): Doc fix and refill.
11221 (kill-compilation): Use `mode-name' in the error message.
11222 (compilation-find-file): Use `compilation-error' in the
11223 read-file-name's prompt.
11224
11225 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11226
11227 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11228 (smerge-auto-leave): Make undo re-enable the mode.
11229 (debug-ignored-errors): Add the user-error of impossible resolution.
11230 (smerge-resolve): Move things around a bit, in preparation for later.
11231 (smerge-diff): Don't fail if the buffer has no associated file.
11232 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11233 (smerge-conflict-overlay): New function.
11234 (smerge-match-conflict): Don't add text properties here.
11235 (smerge-find-conflict): Instead, add an overlay here.
11236 Also check for the case where we're inside a conflict already, so as to
11237 obviate the need for font-lock-multiline, which is unbearably slow with
11238 large conflicts and ciomplex font-lock patterns.
11239 (smerge-remove-props): Remove overlay rather than text-properties.
11240 (smerge-mode): Don't set font-lock-multiline.
11241 Remove overlays when turned off.
11242
11243 2005-08-21 Kim F. Storm <storm@cua.dk>
11244
11245 * ido.el (ido-ignore-item-p): Use save-match-data.
11246 Bind case-fold-search to ido-case-fold locally.
11247
11248 2005-08-20 Richard M. Stallman <rms@gnu.org>
11249
11250 * files.el (normal-mode): If font lock is on, turn it off and on.
11251
11252 * subr.el (replace-regexp-in-string): Doc fix.
11253
11254 * startup.el (command-line-1): Don't suppress startup screen
11255 due to existing processes.
11256
11257 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11258
11259 * progmodes/compile.el (compilation-disable-input): Default to nil.
11260
11261 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11262
11263 * progmodes/compile.el (compilation-disable-input): New defcustom.
11264 (compilation-start): If compilation-disable-input is non-nil, send
11265 EOF to the compilation process.
11266
11267 2005-08-20 Eli Zaretskii <eliz@gnu.org>
11268
11269 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11270 Run the argument of tex-shell-cd-command through
11271 convert-standard-filename, to get the correct style of slashes on
11272 Windows, and enclose the result in quotes, in case the file name
11273 includes whitespace or other special characters.
11274
11275 2005-08-19 Andreas Schwab <schwab@suse.de>
11276
11277 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
11278 process.
11279
11280 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
11281
11282 * cus-start.el (minibuffer-prompt-properties): Correct typo.
11283
11284 2005-08-18 Kim F. Storm <storm@cua.dk>
11285
11286 * scroll-lock.el: Fix errors due to incorrect line wrapping.
11287
11288 2005-08-18 Richard M. Stallman <rms@gnu.org>
11289
11290 * scroll-lock.el: New file.
11291
11292 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
11293
11294 * dired.el (dired-move-to-end-of-filename):
11295 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
11296
11297 2005-08-18 Kim F. Storm <storm@cua.dk>
11298
11299 * ido.el (ido-everywhere): Fix defcustom :set function to disable
11300 rather than toggle mode when custom value is nil.
11301 (ido-everywhere): Fix defun doc string.
11302
11303 2005-08-17 Richard M. Stallman <rms@gnu.org>
11304
11305 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
11306 as tag instead of "Inviolable".
11307
11308 2005-08-17 Kim F. Storm <storm@cua.dk>
11309
11310 * windmove.el (windmove-coordinates-of-position): Remove.
11311 (windmove-coordinates-of-window-position): Remove.
11312 (windmove-reference-loc): Use posn-at-point instead.
11313
11314 * subr.el (insert-for-yank-1): Doc fix.
11315
11316 * ido.el (ido-enter-matching-directory): Rename from
11317 ido-enter-single-matching-directory. Change `slash' choice to
11318 `only'. Add `first' choice.
11319 (ido-exhibit): Adapt to above changes.
11320
11321 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
11322
11323 * Makefile.in: Expand comment about building loaddefs.el.
11324
11325 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
11326
11327 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
11328 Comment use of defadvice.
11329
11330 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
11331
11332 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
11333
11334 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
11335 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
11336 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
11337 * progmodes/idlw-shell.el, progmodes/ld-script.el,
11338 * progmodes/which-func.el, ruler-mode.el, strokes.el,
11339 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
11340 for backward compatibility for faces that did not appear in the
11341 previous Emacs release.
11342
11343 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
11344
11345 2005-08-15 Kim F. Storm <storm@cua.dk>
11346
11347 * emulation/cua-base.el (cua-delete-region): Return t if
11348 deleted region was non-empty.
11349 (cua-replace-region): Inhibit overwrite-mode for
11350 self-insert-command if replaced region was non-empty.
11351 (cua--explicit-region-start, cua--status-string): Make them
11352 buffer-local at top-level...
11353 (cua-mode): ...rather than when mode is enabled.
11354
11355 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
11356
11357 * progmodes/vhdl-mode.el (vhdl-emacs-21):
11358 Set t for Emacs 21, 22, and so on.
11359
11360 2005-08-15 David Ponce <david@dponce.com>
11361
11362 * tree-widget.el: Update Commentary header.
11363 (tree-widget-theme): Doc fix.
11364 (tree-widget-space-width): New option.
11365 (tree-widget-image-properties): Look up in the default theme too.
11366 (tree-widget--cursors): Only for images with arrow pointer shape.
11367 (tree-widget-lookup-image): Pointer shape is hand by default.
11368 (tree-widget-icon): Rename generic icon widget from
11369 `tree-widget-control'.
11370 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
11371 derive from `tree-widget-icon'.
11372 (tree-widget-handle): Improve default look and feel of the text
11373 representation.
11374 (tree-widget): Rename :*-control properties to :*-icon properties.
11375 Add :action and :help-echo properties.
11376 (tree-widget-after-toggle-functions): Move.
11377 (tree-widget-close-node, tree-widget-open-node): Remove.
11378 (tree-widget-before-create-icon-functions): New hook.
11379 (tree-widget-value-create): Update to allow customization of icons
11380 and nodes at run-time via that new hook.
11381 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
11382 (tree-widget-icon-action, tree-widget-icon-help-echo)
11383 (tree-widget-action, tree-widget-help-echo): New functions.
11384
11385 2005-08-15 Kim F. Storm <storm@cua.dk>
11386
11387 * ido.el (ido-buffer-internal): Use with-no-warnings.
11388 (ido-make-merged-file-list): Use while-no-input.
11389
11390 2005-08-15 Richard M. Stallman <rms@gnu.org>
11391
11392 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
11393 (flyspell-large-region): Fix doc and custom type.
11394
11395 2005-08-14 Richard M. Stallman <rms@gnu.org>
11396
11397 * files.el (interpreter-mode-alist): Doc fix.
11398
11399 * mail/rmail.el (rmail-nonignored-headers): New variable.
11400 (rmail-clear-headers): Use it.
11401 (rmail-reply): Better handling of mail-followup-to header.
11402
11403 * progmodes/sh-script.el (sh-font-lock-keywords-var):
11404 Rename variable from sh-font-lock-keywords. In the `shell' entry,
11405 don't try to refer to executable-font-lock-keywords.
11406 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
11407 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
11408 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
11409 (sh-mode): Set comment-start-skip, local-abbrev-table,
11410 imenu-case-fold-search.
11411 (sh-set-shell): Don't set them here.
11412 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
11413 Don't cache the results in the original alist; don't ever modify
11414 that alist.
11415
11416 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
11417
11418 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
11419 empty.
11420
11421 2005-08-15 Andreas Schwab <schwab@suse.de>
11422
11423 * desktop.el: Put autoload cookie at risky-local-variable declarations.
11424
11425 * dired.el, info.el, mail/rmail.el: Revert last change.
11426
11427 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
11428
11429 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
11430 modification in `eval-after-load' form.
11431 * info.el: Likewise.
11432 * mail/rmail.el: Likewise.
11433
11434 2005-08-14 Juri Linkov <juri@jurta.org>
11435
11436 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11437 Remove highlighting of "Compilation started". Highlight only
11438 the word "finished" in "Compilation finished". Add highlighting
11439 of "interrupt", "killed", "terminated" and the exit code.
11440 (compilation-start): Add newline after header. Use exactly the
11441 same time stamp format as the finishing message.
11442 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
11443
11444 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
11445 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
11446 Add highlighting of "interrupt", "killed", "terminated".
11447
11448 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
11449 enabled and the current command is self-insert-command, call it
11450 explicitly with overwrite-mode bound to nil, to not allow it
11451 to delete the character after the selected region.
11452
11453 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
11454
11455 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11456 move-end-of-line, end-of-line, and beginning-of-line to the list
11457 of commands after which the echo area is updated.
11458
11459 2005-08-12 Eli Zaretskii <eliz@gnu.org>
11460
11461 * cus-edit.el (custom-save-all, custom-save-delete):
11462 Bind recentf-exclude to exclude custom-file.
11463
11464 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
11465
11466 * mail/rmailsum.el (rmail-summary-end-of-message): New command
11467 to go to the bottom of the mail message. Added to
11468 `rmail-summary-mode-map' with key "/".
11469 (rmail-summary-show-message): New (internal) function for use by
11470 both `rmail-summary-beginning/end-of-message'.
11471 (rmail-summary-beginning-of-message): Change to use
11472 rmail-summary-show-message.
11473
11474 * mail/rmail.el (rmail-end-of-message): New command to go to the
11475 end of the current message. Added to `rmail-mode-map' with key "/".
11476 (rmail-beginning-of-message): Fix to work as documented.
11477 (rmail-mode): Change documentation.
11478
11479 * progmodes/compile.el (compilation-start): Add the line
11480 "Compilation started" with compilation start time.
11481 (compilation-mode-font-lock-keywords): Add `started' to keywords.
11482
11483 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
11484
11485 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11486 of menu items.
11487
11488 2005-08-11 Richard M. Stallman <rms@gnu.org>
11489
11490 * simple.el (pop-global-mark): Reverse test of widen-automatically.
11491
11492 * battery.el (battery-status-function): Don't use ignore-errors.
11493
11494 2005-08-11 Lute Kamstra <lute@gnu.org>
11495
11496 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11497 define-obsolete-variable-alias.
11498
11499 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
11500
11501 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11502 (ange-ftp-send-cmd): Revert last change, and expand
11503 the comment explaining the problem.
11504
11505 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
11506
11507 * ldefs-boot.el: Update.
11508
11509 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11510 item to "Time, Load and Mail". Change help echo text.
11511
11512 * time.el (display-time-use-mail-icon, display-time-format)
11513 (display-time-string-forms): Shorten first line of docstrings.
11514
11515 2005-08-10 Lars Hansen <larsh@soem.dk>
11516
11517 * desktop.el (desktop-buffer-mode-handlers):
11518 Make non-customizable. Add autoload cookie. Change initial value to
11519 nil; add elements in respective modules instead. Fix doc string.
11520 (desktop-load-file): New function.
11521 (desktop-minor-mode-handlers): New autoloaded variable.
11522 (desktop-create-buffer): Call minor mode handlers.
11523 Use desktop-load-file to load major and minor mode modules prior to
11524 checking for a handler.
11525 (desktop-save): Don't add nil to desktop-minor-modes for minor
11526 modes with nil function in desktop-minor-mode-table. Don't delete
11527 desktop file before rewriting it.
11528 (desktop-locals-to-save): Add autoload cookie. Don't make
11529 automatically buffer-local. Add variables column-number-mode,
11530 size-indication-mode, indent-tabs-mode,
11531 indicate-buffer-boundaries, indicate-empty-lines and
11532 show-trailing-whitespace.
11533 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11534 regexps. Don't use desktop-clear-preserve-buffers-regexp.
11535 (desktop-clear-preserve-buffers-regexp): Delete.
11536 (desktop-clear-preserve-buffers): Update initial value and docstring.
11537 (desktop-save-buffer): Fix doc string.
11538
11539 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11540 (hilit-chg-desktop-restore): New function.
11541 (highlight-changes-mode): Add highlight-changes-mode to
11542 desktop-locals-to-save.
11543
11544 * dired.el: Add handler to desktop-buffer-mode-handlers.
11545 (dired-restore-desktop-buffer): Remove autoload cookie.
11546 (dired-mode): Add autoload cookie.
11547
11548 * info.el: Add handler to desktop-buffer-mode-handlers.
11549 (Info-restore-desktop-buffer): Remove autoload cookie.
11550 (Info-mode): Add autoload cookie.
11551
11552 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11553 (mh-restore-desktop-buffer): Remove autoload cookie.
11554 (mh-folder-mode): Add autoload cookie.
11555
11556 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11557 (rmail-restore-desktop-buffer): Remove autoload cookie.
11558
11559 2005-08-11 Masatake YAMATO <jet@gyve.org>
11560
11561 * hexl.el (hexl-address-region):
11562 (hexl-ascii-region, hexl-font-lock-keywords):
11563 (hexl-highlight-line-range): Use the term "region"
11564 instead of "area" for consistency with the other symbols
11565 defined in hexl.el.
11566
11567 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
11568
11569 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11570 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11571 out by Juri Linkov). Add `display-battery-mode'.
11572
11573 2005-08-09 Juri Linkov <juri@jurta.org>
11574
11575 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11576 Remove `-text' from face variable names.
11577 (compilation-error-file-name, compilation-warning-file-name)
11578 (compilation-info-file-name): Delete faces.
11579 (compilation-line-number, compilation-column-number):
11580 Remove face underlining.
11581 (compilation-message-face): Set to `underline' value by default.
11582 (compilation-error-face, compilation-warning-face)
11583 (compilation-info-face): Remove `-file-name' from face names.
11584 (compilation-error-text-face, compilation-warning-text-face)
11585 (compilation-info-text-face): Delete face variables.
11586 (compilation-text-face): Delete function.
11587
11588 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11589 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11590 (grep-error-face): Set to `compilation-error' instead of
11591 `compilation-error-face' (which is redefined to `grep-hit-face' in
11592 grep buffers).
11593 (grep-mode-font-lock-keywords): Remove `-text' from face variable
11594 names. Use `grep-error-face' instead of `compilation-error-text-face'.
11595
11596 * dired-aux.el (dired-do-query-replace-regexp):
11597 Use `query-replace-read-args'.
11598
11599 * replace.el (query-replace-read-from, query-replace-read-to)
11600 (query-replace-read-args): Rename arg `string' to `prompt'.
11601
11602 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11603
11604 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
11605
11606 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11607 uploading files.
11608 (ange-ftp-canonize-filename): Handle file names beginning with ~
11609 correctly.
11610
11611 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11612
11613 * textmodes/fill.el (canonically-space-region)
11614 (fill-context-prefix, fill-french-nobreak-p)
11615 (fill-delete-newlines, fill-comment-paragraph)
11616 (justify-current-line): "?\ " -> "?\s".
11617
11618 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
11619
11620 * textmodes/fill.el (fill-nonuniform-paragraphs):
11621 Improve argument/docstring consistency.
11622
11623 2005-08-09 Richard M. Stallman <rms@gnu.org>
11624
11625 * textmodes/ispell.el (ispell-word): More fboundp checks.
11626
11627 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11628 (find-file-noselect-1): Call it here, only if RAWFILE.
11629 (normal-mode): Always set some major mode.
11630 (save-some-buffers-action-alist): Change some explanation strings.
11631 (file-name-non-special): In the `quote' method, use unwind-protect.
11632
11633 2005-08-09 Magnus Henoch <mange@freemail.hu>
11634
11635 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11636 (ispell-have-aspell-dictionaries): New variable.
11637 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11638 (ispell-get-aspell-config-value): New function.
11639 (ispell-aspell-find-dictionary): New function.
11640 (ispell-aspell-add-aliases): New function.
11641 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11642 appropriate. Don't look for ispell dictionaries if we use aspell.
11643 (ispell-menu-map): Don't build a submenu of dictionaries.
11644
11645 2005-08-09 Richard M. Stallman <rms@gnu.org>
11646
11647 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11648 (sql-read-passwd): Use read-passwd.
11649
11650 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11651 (idlwave-toolbar-is-possible): Add defvars.
11652
11653 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11654 Avoid warnings.
11655
11656 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11657 (idlwave-system-class-info, idlwave-executive-commands-alist):
11658 Use defvar.
11659
11660 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11661
11662 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11663 Avoid warnings.
11664
11665 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11666 and content-type: headers.
11667
11668 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11669
11670 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11671 and rename some of them to be more self-explanatory.
11672
11673 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11674
11675 * startup.el (command-line-1): Implement -scriptload.
11676
11677 * replace.el (occur-engine): Initial *Occur* output not undoable.
11678
11679 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11680 and improve help strings.
11681
11682 * isearch.el (isearch-repeat): When changing direction,
11683 mark search successful.
11684
11685 * ediff-init.el: Use (featurep 'xemacs).
11686
11687 * comint.el (send-invisible): Identify buffer, if not selected.
11688
11689 * align.el: Delete autoload for c-guess-basic-syntax.
11690
11691 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11692
11693 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11694 Improve argument/docstring consistency. Doc fixes.
11695 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11696 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11697 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11698 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11699 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11700 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11701 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11702 Defvar at compile time.
11703
11704 2005-08-09 Juri Linkov <juri@jurta.org>
11705
11706 * info.el: Replace `info' with upper-case `Info' where appropriate.
11707 (info-title-1, info-title-2, info-title-3, info-title-4)
11708 (info-menu-header): Move up face definitions.
11709 (info-menu-star): Rename from `info-menu-5'.
11710 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11711 (Info-fontify-visited-nodes): Fix docstring.
11712 (Info-hide-note-references): Fix docstring.
11713 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11714 menu items in the same way as on cross-references.
11715 (info-apropos): Fix sorting order and formatting to be like in the
11716 stand-alone Info browser. Display error messages for 1 sec.
11717 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11718 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11719 from the menu bar.
11720 (Info-insert-dir): Restore point after calling
11721 `insert-buffer-substring'.
11722
11723 2005-08-08 Richard M. Stallman <rms@gnu.org>
11724
11725 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11726 (recompute-lucid-menubar): Add defvars.
11727
11728 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11729
11730 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11731
11732 * net/net-utils.el (run-dig): Rename from `dig'.
11733
11734 * play/gametree.el (gametree-mode): Use make-local-variable,
11735 not make-variable-buffer-local.
11736
11737 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11738
11739 * ansi-color.el (ansi-color-make-extent)
11740 (ansi-color-set-extent-face): Use fboundp, not functionp.
11741
11742 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11743 not make-variable-buffer-local.
11744
11745 * bookmark.el (Info-current-file): Add defvar.
11746 (bookmark-jump-noselect): Use with-no-warnings.
11747
11748 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11749
11750 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11751
11752 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11753
11754 * find-file.el (ada-procedure-start-regexp)
11755 (ada-package-start-regexp): Add defvars.
11756
11757 * info.el (Info-insert-dir): Use insert-buffer-substring.
11758
11759 * xml.el (xml-att-def-re): Add defvar.
11760
11761 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11762 calling convention.
11763
11764 * subr.el (while-no-input): Return t if there is input.
11765
11766 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11767
11768 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11769
11770 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
11771
11772 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11773 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11774
11775 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
11776
11777 * cmuscheme.el (scheme-start-file): Replace reference to
11778 `user-emacs-directory' by "~/.emacs.d/".
11779
11780 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11781
11782 * info.el (Info-dir-remove-duplicates): Avoid case folding
11783 in loop; instead, keep downcased strings for comparison.
11784 Suggested by Helmut Eller.
11785
11786 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
11787
11788 Sync with Tramp 2.0.50.
11789
11790 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11791 XEmacs case; not necessary anymore.
11792 (tramp-user-regexp): Allow "@" as part of user name.
11793 (tramp-handle-set-visited-file-modtime)
11794 (tramp-handle-insert-file-contents)
11795 (tramp-handle-write-region): No special handling for
11796 `last-coding-system-used, because this is done in
11797 `tramp-accept-process-output' now.
11798 (tramp-accept-process-output): New defun.
11799 (tramp-process-one-action, tramp-process-one-multi-action)
11800 (tramp-wait-for-regexp, tramp-wait-for-output)
11801 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11802 Howells <dhowells@redhat.com>.
11803 (clear-visited-file-modtime): Defadvice removed. The check for
11804 unset buffer's modtime does not need to be based on
11805 `tramp-buffer-file-attributes'. Suggested by RMS.
11806 (tramp-message): Insert "\n" if not being at beginning of line.
11807 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11808 sequence with same logic.
11809 (tramp-completion-handle-expand-file-name): Discard call of
11810 `tramp-drop-volume-letter'. It is not necessary, and there have
11811 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11812 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11813 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11814 should always be visible.
11815 (tramp-handle-insert-directory, tramp-setup-complete)
11816 (tramp-set-process-query-on-exit-flag)
11817 (tramp-append-tramp-buffers): Pacify byte-compiler.
11818 (tramp-bug): Delete non-existing variables from list.
11819 Apply `tramp-load-report-modules' as pre-hook.
11820 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11821 `shell-prompt-pattern' because of non-7bit characters.
11822 Reported by Sebastian Luque <sluque@mun.ca>.
11823 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11824 (tramp-match-string-list): Remove function.
11825 (tramp-wait-for-regexp): Remove call of that function.
11826 Suggested by Kim F. Storm <storm@cua.dk>.
11827 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11828 instead of octal character code ?\600. The latter resulted in a
11829 syntax error with XEmacs.
11830
11831 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11832 XEmacs case; not necessary anymore.
11833 (tramp-smb-handle-write-region): No special handling for
11834 `last-coding-system-used, because this is done in
11835 `tramp-accept-process-output' now.
11836 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11837
11838 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11839
11840 * wid-edit.el (widget-choice-value-create):
11841 Unconditionally respect user choice. Set :explicit-choice back to nil
11842 when no longer needed.
11843 (widget-choice-action): Unconditionally respect user choice.
11844 Eliminate :explicit-choice-value.
11845
11846 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11847
11848 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11849 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11850 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11851 running new function `toggle-indicate-empty-lines'.
11852 Rename "Customize" item to "Customize fringe".
11853 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11854 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11855 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11856 Delete "Empty lines only" item.
11857 (menu-bar-showhide-fringe-ind-customize): New function.
11858 (menu-bar-showhide-fringe-ind-mixed)
11859 (menu-bar-showhide-fringe-ind-box)
11860 (menu-bar-showhide-fringe-ind-right)
11861 (menu-bar-showhide-fringe-ind-left)
11862 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11863 instead of `fringe-indicators'.
11864
11865 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11866
11867 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11868 Change the date of last update.
11869
11870 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11871
11872 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11873 (viper-exec-yank, viper-put-back): Don't display modification msg
11874 if in the minibuffer.
11875
11876 * viper-init.el (viper-replace-overlay-cursor-color)
11877 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11878 Make variables frame local.
11879
11880 * viper-util.el (viper-append-filter-alist): Use append instead of
11881 nconc.
11882
11883 * viper.el (viper-vi-state-mode-list)
11884 (viper-emacs-state-mode-list): Move help-mode and
11885 completion-list-mode from the first list to the second.
11886 (viper-mode): Docstring.
11887 (viper-go-away, viper-non-hook-settings): Don't localize
11888 minor-mode-alist in newer Emacsen. Add advice to
11889 set-cursor-color. Don't bind "\C-c\\".
11890
11891 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
11892
11893 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11894 (scheme-macro-expand-command): New user options.
11895 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11896 (scheme-form-at-point, scheme-start-file)
11897 (scheme-interactively-start-process): New functions.
11898 (scheme-get-process): New function, extracted from `scheme-proc'.
11899 (run-scheme): Call `scheme-start-file' to get start file, and pass
11900 it to `make-comint'.
11901 (switch-to-scheme, scheme-proc):
11902 Call `scheme-interactively-start-process' if no Scheme buffer/process
11903 is available.
11904
11905 2005-08-06 Juri Linkov <juri@jurta.org>
11906
11907 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11908 Use `compilation-text-face', `compilation-info-text-face' and
11909 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11910 (compilation-error): New face.
11911 (compilation-error-file-name): Inherit from
11912 `compilation-error' instead of `font-lock-warning-face'.
11913 (compilation-warning-file-name): Inherit from
11914 `compilation-warning' instead of `font-lock-warning-face'.
11915 (compilation-info, compilation-error-file-name)
11916 (compilation-warning-file-name, compilation-info-file-name)
11917 (compilation-line-number, compilation-column-number): Doc fix.
11918 (compilation-error-text-face, compilation-warning-text-face)
11919 (compilation-info-text-face): New face variables.
11920 (compilation-line-face, compilation-column-face)
11921 (compilation-enter-directory-face)
11922 (compilation-leave-directory-face): Doc fix.
11923 (compilation-text-face): New function.
11924
11925 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11926 instead of 1 to display binary file names as info file links.
11927 (grep-error-face): Use `compilation-error-face' instead of
11928 `font-lock-keyword-face'.
11929 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11930 and `compilation-warning-text-face' instead of
11931 `font-lock-keyword-face'. Use `compilation-error-text-face'
11932 instead of `grep-error-face'.
11933
11934 2005-08-05 Kenichi Handa <handa@m17n.org>
11935
11936 * international/code-pages.el: Add autoload cookies for all coding
11937 systems.
11938
11939 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11940
11941 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11942
11943 2005-08-04 Juri Linkov <juri@jurta.org>
11944
11945 * progmodes/compile.el (compilation-mode-map):
11946 * progmodes/grep.el (grep-mode-map):
11947 Bind TAB to `compilation-next-error' and [backtab] to
11948 `compilation-previous-error'.
11949
11950 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11951 matching line numbers, column numbers and their ranges with regexp
11952 matching only line numbers.
11953 (grep-context-face): New face variable.
11954 (grep-mode-font-lock-keywords): Use it.
11955
11956 * faces.el (read-face-name): Delete duplicate faces.
11957
11958 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
11959
11960 * thumbs.el (thumbs-find-image): Don't make variables
11961 automatically buffer local.
11962 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11963 (thumbs-image-num): Make automatically buffer local.
11964 (thumbs-show-thumbs-list): Use `make-local-variable', not
11965 `make-variable-buffer-local'.
11966 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11967
11968 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11969 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11970 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11971 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11972 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11973 (feelings-about, foullst, found, hello, history, howareyoulst)
11974 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11975 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11976 (neglst, obj, object, owner, please, problems, qlist)
11977 (random-adjective, relation, remlst, repetitive-shortness)
11978 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11979 (shortlst, something, sportslst, stallmanlst, states, subj)
11980 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11981 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11982 Defvar at compile time.
11983
11984 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11985 not `make-variable-buffer-local'.
11986
11987 2005-08-02 Kim F. Storm <storm@cua.dk>
11988
11989 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11990 rectangle overlay in selected window.
11991
11992 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
11993
11994 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11995 instead of display group. Make `indicate-buffer-boundaries'
11996 customizable through Custom.
11997
11998 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
11999
12000 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12001 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12002 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12003 (gdb-put-string): Fix typos in docstrings.
12004
12005 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
12006
12007 Update copyright notices of files in progmodes directory for
12008 release of Emacs 22.1.
12009
12010 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12011
12012 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12013 Don't barf if the GUD buffer has been killed.
12014
12015 2005-08-01 Kim F. Storm <storm@cua.dk>
12016
12017 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12018
12019 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
12020
12021 * simple.el (next-error-follow-minor-mode):
12022 make-variable-buffer-local -> make-local-variable.
12023
12024 * emacs-lisp/cl-extra.el: Require CL also when compiling.
12025
12026 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12027 (byte-compile-form-make-variable-buffer-local): New functions to warn
12028 about misuses of make-variable-buffer-local where make-local-variable
12029 was meant.
12030
12031 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
12032
12033 * bs.el (bs-attributes-list): Doc fix.
12034 (bs): Update url-link.
12035
12036 * desktop.el (desktop-save-buffer): Fix typos in docstring.
12037 (desktop-load-default): Simplify.
12038
12039 * ibuffer.el (ibuffer-columnize-and-insert-list)
12040 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12041 (ibuffer-unmark-all, ibuffer-toggle-marks)
12042 (ibuffer-unmark-forward, ibuffer-unmark-backward)
12043 (ibuffer-compile-make-format-form, ibuffer-format-column)
12044 (ibuffer-current-buffers-with-marks)
12045 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12046 (ibuffer): Doc fix.
12047 (ibuffer-mode): Fix typo in docstring.
12048 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12049 with `define-obsolete-variable-alias'.
12050 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
12051
12052 2005-07-29 Kenichi Handa <handa@m17n.org>
12053
12054 * international/mule-cmds.el (select-message-coding-system):
12055 Be sure to use LF for end-of-line. If no coding system is decided,
12056 return iso-8859-1-unix.
12057
12058 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12061 (ange-ftp-pending-error-line): New vars.
12062 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12063 to handle the non-fatal no-route-to-host messages.
12064 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12065
12066 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
12067
12068 * isearch.el (isearch-mode-map, isearch-other-meta-char)
12069 (isearch-quote-char, isearch-printing-char)
12070 (isearch-text-char-description): "?\ " -> "?\s".
12071 (isearch-lazy-highlight-cleanup)
12072 (isearch-lazy-highlight-initial-delay)
12073 (isearch-lazy-highlight-interval)
12074 (isearch-lazy-highlight-max-at-a-time)
12075 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12076 Declare with define-obsolete-*-alias macros.
12077 (isearch-forward): Fix typo in docstring.
12078 (search-invisible, search-ring-yank-pointer)
12079 (regexp-search-ring-yank-pointer): Doc fixes.
12080
12081 * recentf.el (recentf-menu-append-commands-p): Declare with
12082 `define-obsolete-variable-alias'.
12083 (recentf-max-saved-items, recentf-menu-filter)
12084 (recentf-arrange-by-rule-subfilter): Doc fixes.
12085 (recentf-menu-append-commands-flag)
12086 (recentf-initialize-file-name-history, recentf-expand-file-name)
12087 (recentf-clear-data): Fix typos in docstrings.
12088
12089 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
12090
12091 * progmodes/gdb-ui.el: Smarten comments.
12092 (gdb-info-breakpoints-custom): Use nowarn when finding file.
12093
12094 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
12095
12096 * term/apollo.el (terminal-init-apollo): New function containing
12097 all former top level forms in the file.
12098 * term/bobcat.el (terminal-init-bobcat):
12099 * term/cygwin.el (terminal-init-cygwin):
12100 * term/iris-ansi.el (terminal-init-iris-ansi):
12101 * term/linux.el (terminal-init-linux):
12102 * term/news.el (terminal-init-news):
12103 * term/rxvt.el (terminal-init-rxvt):
12104 * term/sun.el (terminal-init-sun):
12105 * term/tvi970.el (terminal-init-tvi970):
12106 * term/vt100.el (terminal-init-vt100):
12107 * term/vt102.el (terminal-init-vt102):
12108 * term/vt125.el (terminal-init-vt125):
12109 * term/vt200.el (terminal-init-vt200):
12110 * term/vt201.el (terminal-init-vt201):
12111 * term/vt220.el (terminal-init-vt220):
12112 * term/vt240.el (terminal-init-vt240):
12113 * term/vt300.el (terminal-init-vt300):
12114 * term/vt320.el (terminal-init-vt320):
12115 * term/vt400.el (terminal-init-vt400):
12116 * term/vt420.el (terminal-init-vt420):
12117 * term/wyse50.el (terminal-init-wyse50):
12118 * term/xterm.el (terminal-init-xterm): Likewise.
12119
12120 * term/README: Describe the terminal-init-* functionality.
12121
12122 * startup.el (command-line): After loading the terminal initialization
12123 file call the corresponding terminal initialization function.
12124
12125 2005-07-27 Kenichi Handa <handa@m17n.org>
12126
12127 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12128 negative.
12129
12130 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12131 (ps-mule-composition-prologue): Fix for the case that
12132 RelativeCompose is false.
12133
12134 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12135
12136 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12137
12138 * descr-text.el (describe-char): Handle the case where the list of
12139 chars is displayed in a separate frame.
12140 Be a bit more discriminating when looking for the char.
12141
12142 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
12143
12144 * bookmark.el (bookmark-automatically-show-annotations)
12145 (bookmark-read-annotation-text-func): Doc fixes.
12146 (bookmark-save): Improve argument/docstring consistency.
12147 (bookmark-get-bookmark, bookmark-get-bookmark-record)
12148 (bookmark-alist-from-buffer)
12149 (bookmark-upgrade-file-format-from-0)
12150 (bookmark-grok-file-format-version)
12151 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12152 (bookmark-read-annotation-mode)
12153 (bookmark-insert-current-bookmark, bookmark-jump)
12154 (bookmark-exit-hook): Fix typos in docstrings.
12155 (bookmark-exit-hooks): Define as obsolete alias.
12156 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12157 not `bookmark-exit-hooks'. Fix docstring.
12158 (bookmark-bmenu-select): "?\ " -> "?\s".
12159
12160 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
12161
12162 * startup.el (command-line): Fix typo.
12163
12164 2005-07-24 Richard M. Stallman <rms@gnu.org>
12165
12166 * tooltip.el (tooltip-mode): Test emacs-basic-display,
12167 not emacs-quick-startup.
12168
12169 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
12170
12171 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12172 (reb-next-match, reb-show-subexp): Use `with-selected-window'
12173 instead of `reb-with-current-window'.
12174 (reb-prev-match): Likewise. Also, don't move left if the search
12175 was unsuccessful.
12176 (reb-initialize-buffer): New function.
12177 (re-builder, reb-change-syntax): Use it.
12178
12179 * man.el (Man-goto-page): Make second argument NOERROR optional.
12180
12181 2005-07-23 Richard M. Stallman <rms@gnu.org>
12182
12183 * man.el (Man-bgproc-sentinel): Check here for failure to find
12184 any man page in the output, and report the error here.
12185 (Man-arguments): Make it permanent local.
12186 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
12187 (Man-mode): Pass t for NOERROR.
12188
12189 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12190 (grep-mode-font-lock-keywords):
12191 Don't use compilation-...-face for messages that are not file names.
12192
12193 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12194 Don't use compilation-...-face for messages that are not file names.
12195
12196 2005-07-22 Juri Linkov <juri@jurta.org>
12197
12198 * startup.el (normal-splash-screen): Update menu name.
12199
12200 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12201
12202 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
12203
12204 * term/xterm.el: Load term/rxvt if the terminal is actually an
12205 rxvt terminal.
12206 (xterm-rxvt-set-background-mode): Remove, not used anymore.
12207
12208 * term/rxvt.el (function-key-map): Use substitute-key-definition
12209 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
12210
12211 * term/cygwin.el: New file.
12212
12213 2005-07-22 Kim F. Storm <storm@cua.dk>
12214
12215 * image-file.el (insert-image-file, image-file-yank-handler):
12216 Fix last change to maintain a (unique) yank-handler on yanked images.
12217
12218 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
12219
12220 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12221 of the file size (as in "177B" for 177 bytes). This happens with
12222 "ls -lh" on FreeBSD.
12223
12224 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
12225
12226 * hilit-chg.el (highlight-changes-global-initial-state)
12227 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12228 (hilit-chg-fixup, highlight-changes-mode):
12229 Fix typos in docstrings.
12230 (highlight-changes-global-modes, highlight-changes-rotate-faces):
12231 Doc fixes.
12232
12233 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
12234
12235 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12236 mode function using `eval-after-load'.
12237
12238 2005-07-21 Kim F. Storm <storm@cua.dk>
12239
12240 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12241 included when reporting an emacs crash, and tell about the DEBUG file.
12242
12243 * image-file.el (insert-image-file): Add yank-handler.
12244 (image-file-yank-handler): Yank handler to make unique copies of
12245 images when they are yanked into a buffer next to each other.
12246
12247 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
12248
12249 * comint.el (comint-use-prompt-regexp, comint-send-input)
12250 (comint-source-default, comint-extract-string)
12251 (comint-get-source, comint-word, comint-completion)
12252 (comint-source, comint-prompt-read-only, comint-update-fence):
12253 Fix typos in docstrings.
12254 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12255 Declare with define-obsolete-*-alias macros.
12256 (comint-previous-matching-input-from-input)
12257 (comint-next-matching-input-from-input)
12258 (comint-previous-matching-input, comint-next-matching-input)
12259 (comint-forward-matching-input):
12260 Improve argument/docstring consistency.
12261
12262 * desktop.el (desktop-clear-preserve-buffers-regexp):
12263 Also preserve the *server* buffer.
12264
12265 * simple.el (clone-indirect-buffer): Doc fix.
12266 (fixup-whitespace, just-one-space)
12267 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12268 (next-error, next-error-highlight)
12269 (next-error-highlight-no-select, next-error-last-buffer)
12270 (next-error-buffer-p, next-error-find-buffer, next-error)
12271 (previous-error, next-error-no-select, previous-error-no-select)
12272 (open-line, split-line, minibuffer-prompt-width, kill-new)
12273 (binary-overwrite-mode): Fix typos in docstrings.
12274 (set-fill-column): Fix typo in message.
12275
12276 * skeleton.el (skeleton-proxy-new): Doc fix.
12277
12278 * strokes.el (strokes-load-hook): Doc fix.
12279 (strokes-grid-resolution, strokes-get-grid-position)
12280 (strokes-renormalize-to-grid, strokes-read-stroke)
12281 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
12282 (strokes-global-map): Fix typos in docstrings.
12283 (strokes-help): Doc fix. Fix help message and pass it through
12284 `substitute-command-keys'.
12285
12286 * tempo.el (tempo-insert-prompt, tempo-interactive)
12287 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
12288 (tempo-insert-string-functions, tempo-local-tags)
12289 (tempo-define-template, tempo-insert-template)
12290 (tempo-insert-prompt-compat, tempo-is-user-element)
12291 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
12292 Fix typos in docstrings.
12293
12294 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
12295 (vcursor-key-bindings, vcursor-use-vcursor-map)
12296 (vcursor-find-window, vcursor-scroll-down)
12297 (vcursor-disable, vcursor-beginning-of-buffer)
12298 (vcursor-end-of-buffer): Fix typos in docstrings.
12299 (vcursor-relative-move, vcursor-get-char-count):
12300 Improve argument/docstring consistency.
12301
12302 * version.el: "?\ " -> "?\s".
12303
12304 * wid-edit.el (widget-default-create, widget-after-change)
12305 (widget-default-format-handler, widget-checklist-add-item)
12306 (widget-radio-add-item, widget-choose, widget-specify-secret)
12307 (widget-field-value-create, widget-field-value-get)
12308 (widget-editable-list-format-handler)
12309 (widget-editable-list-entry-create, widget-group-value-create)
12310 (widget-documentation-link-add)
12311 (widget-documentation-string-value-create): "?\ " -> "?\s".
12312 (widget-convert-text): Doc fix.
12313 (widget-narrow-to-field, widget-field-find)
12314 (widget-url-link-action, widget-emacs-library-link-action)
12315 (widget-color-notify): Fix typos in docstrings.
12316
12317 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
12318 (x-select-text, set-w32-system-coding-system)
12319 (w32-add-charset-info): Fix typos in docstrings.
12320
12321 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
12322 (cua-enable-cua-keys, cua-use-hyper-key)
12323 (cua-virtual-rectangle-edges): Fix typos in docstrings.
12324 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
12325
12326 * net/tramp.el (tramp-handle-load): Fix typo in error message.
12327
12328 * emacs-lisp/re-builder.el (regexp-builder): Declare with
12329 `defalias' instead of faking it.
12330
12331 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
12332 (eshell-ls-missing, eshell-ls-dired-initial-args)
12333 (eshell-ls-use-in-dired): Fix typos in docstrings.
12334
12335 2005-07-20 Kim F. Storm <storm@cua.dk>
12336
12337 * emulation/cua-base.el (cua-mode): Improve doc string.
12338
12339 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
12340
12341 * abbrev.el (expand-region-abbrevs): Doc fix.
12342 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
12343 Improve argument/docstring consistency.
12344
12345 * arc-mode.el (archive-get-descr, archive-alternate-display):
12346 Doc fixes.
12347 (archive-l-e): Improve argument/docstring consistency.
12348 (archive-tmpdir, archive-unixdate, archive-unixtime)
12349 (archive-chmod-entry): Fix typos in docstrings.
12350 (archive-unflag, archive-unflag-backwards)
12351 (archive-unmark-all-files): "?\ " -> "?\s".
12352
12353 * buff-menu.el (Buffer-menu-unmark): Doc fix.
12354 (Buffer-menu-not-modified, Buffer-menu-execute)
12355 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
12356 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
12357
12358 * composite.el (compose-string, encode-composition-rule)
12359 (compose-last-chars): Fix typos in docstrings.
12360
12361 * desktop.el (desktop-enable, desktop-basefilename):
12362 Declare with `define-obsolete-variable-alias'.
12363 (desktop-internal-v2s): Don't quote keywords.
12364 (desktop-clear): "?\ " -> "?\s".
12365
12366 * dired.el (dired-align-file, dired-flag-backup-files)
12367 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
12368 (dired-listing-switches, dired-ls-F-marks-symlinks)
12369 (dired-dwim-target, dired-load-hook, dired-mode-hook)
12370 (dired-directory, dired-faces, dired, dired-revert)
12371 (dired-mode, dired-summary, dired-view-file)
12372 (dired-copy-filename-as-kill, dired-delete-file)
12373 (dired-no-confirm, dired-unmark-all-marks)
12374 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
12375 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
12376 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
12377 Fix typos in message strings.
12378
12379 * dired-x.el (virtual-dired): Declare with `defalias'.
12380 (dired-mark-unmarked-files, dired-local-variables-file)
12381 (dired-omit-here-always): Doc fix.
12382 (dired-omit-mode, dired-find-subdir)
12383 (dired-enable-local-variables, dired-clean-up-buffers-too)
12384 (dired-extra-startup, dired-mark-extension, dired-jump)
12385 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
12386 (dired-smart-shell-command, dired-guess-shell-alist-user)
12387 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
12388 (dired-x-bind-find-file, dired-x-submit-report):
12389 Fix typos in docstrings.
12390 (dired-mark-unmarked-files): "?\ " -> "?\s".
12391
12392 * dirtrack.el (dirtrack-list): Fix typos in docstring.
12393
12394 * faces.el (describe-face): "?\ " -> "?\s".
12395 (read-all-face-attributes, read-face-font, modify-face)
12396 (face-attr-construct, italic): Fix typos in docstrings.
12397 (frame-update-face-colors): Declare with
12398 `define-obsolete-function-alias'.
12399
12400 * files.el (find-file-noselect, recode-file-name): Doc fixes.
12401 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
12402 (magic-mode-alist, buffer-file-numbers-unique)
12403 (write-file-functions, get-free-disk-space):
12404 Fix typos in docstrings.
12405 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
12406 (write-contents-hooks, write-file-hooks):
12407 Declare with `define-obsolete-variable-alias'.
12408
12409 * forms-d2.el (arch-rj): Fix typo in docstrings.
12410 (arch-tocol): Likewise. "?\ " -> "?\s".
12411
12412 * frame.el (set-frame-font, cursor-in-non-selected-windows):
12413 Fix typo in docstring.
12414 (set-screen-width, set-screen-height): Delete redundant info in
12415 doctrings.
12416 (new-frame, screen-height, screen-width): Declare with
12417 `define-obsolete-function-alias'.
12418 (delete-frame-hook, blink-cursor): Declare with
12419 `define-obsolete-variable-alias'.
12420
12421 * paths.el (prune-directory-list): Fix typos in docstring.
12422
12423 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
12424 (cvs-prefix-get): Fix typos in docstrings.
12425
12426 * ps-print.el (ps-extend-face-list, ps-extend-face)
12427 (ps-print-background-image): Fix typos in docstrings.
12428 (ps-default-fg, ps-default-bg): Doc fixes.
12429
12430 * s-region.el (s-region-bind): Doc fix.
12431 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
12432
12433 * textmodes/org.el (org-table-formula-substitute-names)
12434 (org-table-get-vertical-vector): Doc fixes.
12435 (org-table-recalculate): Remove unused argument to `message'.
12436
12437 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
12438
12439 * textmodes/org.el (org-table-column-names)
12440 (org-table-column-name-regexp)
12441 (org-table-named-field-locations): New variables.
12442 (org-archive-subtree): Protect `this-command' when calling
12443 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
12444 the kill buffer.
12445 (org-complete): Remove fixed-formula completion.
12446 (org-edit-formulas-map): New variable.
12447 (org-table-edit-formulas): New command.
12448 (org-finish-edit-formulas, org-abort-edit-formulas)
12449 (org-show-variable, org-table-get-vertical-vector): New functions.
12450 (org-table-maybe-eval-formula): Handle `:=' fields.
12451 (org-table-get-stored-formulas, org-table-store-formulas)
12452 (org-table-get-formula, org-table-modify-formulas)
12453 (org-table-replace-in-formulas): Handle named field formulas.
12454 (org-table-get-specials): Store locations of named fields.
12455
12456 2005-07-19 Juri Linkov <juri@jurta.org>
12457
12458 * progmodes/grep.el (grep-regexp-alist)
12459 (grep-mode-font-lock-keywords, grep-process-setup):
12460 Use default GNU grep match color "01;31m" instead of "01;41m".
12461 (grep-regexp-alist, grep-mode-font-lock-keywords):
12462 Use `\\[[0-9]*m' instead of `\\[00m'.
12463 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12464 sgr_start where its handling is more important. Use the real
12465 length of sgr_start instead of constant 8.
12466 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12467 specially. Delete all remaining escape sequences.
12468 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12469 (grep-regexp-alist): Make hyperlink only for binary file name
12470 instead of the whole line.
12471 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12472 (grep-mode): Add autoload.
12473
12474 * emacs-lisp/find-func.el (find-function-regexp):
12475 Add `define-compilation-mode'.
12476
12477 2005-07-19 Juri Linkov <juri@jurta.org>
12478
12479 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12480 (compare-windows-sync-string-size, compare-windows-recenter)
12481 (compare-windows-highlight, compare-windows): Add version 22.1.
12482 (compare-windows) <defface>: Inherit from lazy-highlight instead
12483 of duplicating its default value.
12484
12485 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12486 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12487
12488 * descr-text.el (describe-char): Create link buttons for `charset'
12489 and `code point'. Add the current input method name with a link
12490 button to `to input' field. Print face names of display table
12491 characters in `The display table entry is displayed by' section
12492 instead of printing face-id in the `display' field.
12493 Guess hardcoded faces and create a link button for them.
12494 Skip empty fields when calculating max-width.
12495 Treat `widget-create' specially while inserting strings from the
12496 collected field list.
12497 (describe-char-after): Made obsolete in version 22.1, not 21.5.
12498
12499 * diff-mode.el (diff-file-header): Change foreground color from
12500 yellow to green on light backgrounds.
12501 (diff-context): Inherit from `shadow' only for color/grayscale
12502 with more than 88 colors.
12503 (diff-indicator-removed, diff-indicator-added)
12504 (diff-indicator-changed): New faces.
12505 (diff-font-lock-keywords): Use new faces. Regroup rules.
12506 Add "^---$" for `normal' diff format. Fontify `#' lines with
12507 font-lock-comment-delimiter-face and font-lock-comment-face.
12508 Add `#' to ^[^...] in the rule for `diff-context-face'.
12509
12510 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12511 a button-like box. Inherit from `highlight' on low colors.
12512 (shadow): Use shades of gray only for color/grayscale with
12513 more than 88 colors. Use green for light backgrounds with
12514 8 colors, and yellow for dark backgrounds with 8 colors.
12515
12516 * font-lock.el (font-lock-regexp-grouping-backslash):
12517 Don't inherit from escape-glyph (use bold for all cases).
12518
12519 * info.el (info-xref-visited): Use light foreground color `violet'
12520 for dark backgrounds instead of dark color `magenta3'.
12521 (info-title-1): Use `yellow' color for dark backgrounds.
12522
12523 * isearch.el (isearch): Use not-too-dark magenta3 instead of
12524 too-light magenta2.
12525
12526 * replace.el (match): Use slightly more light RoyalBlue3 instead
12527 of dark RoyalBlue4.
12528
12529 * wid-edit.el (widget-inactive): Inherit from `shadow'.
12530
12531 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
12532
12533 * novice.el (disabled-command-hook): Declare it with
12534 `define-obsolete-variable-alias'.
12535
12536 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12537 (desktop-buffer-misc-functions, desktop-buffer-handlers)
12538 (desktop-load-default): Add release to obsolescence info.
12539 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12540 (desktop-append-buffer-args, desktop-read):
12541 Fix typos in docstrings.
12542 (desktop-kill): Fix typo in message.
12543 (desktop-save): Doc fix.
12544
12545 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
12546
12547 * viper-cmd.el (viper-escape-to-state): Bug fix.
12548 (viper-envelop-ESC-key): Change the definition of fast
12549 keysequence so it'll work with keyboard macros.
12550
12551 * ediff.el (ediff-patch-buffer): Change the docstring.
12552
12553 2005-07-19 Kenichi Handa <handa@m17n.org>
12554
12555 * international/mule-cmds.el (select-safe-coding-system): Try to
12556 use an auto-coding (if any) before anything else. If the found
12557 auto-coding is invalid, show a warning message.
12558
12559 * international/mule.el (find-auto-coding): New function created
12560 by modifying the body of set-auto-coding.
12561 (set-auto-coding): Use find-auto-coding to find a coding.
12562
12563 2005-07-18 Richard M. Stallman <rms@gnu.org>
12564
12565 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12566 not isearch-mode-end-hook-error.
12567 (allout-before-change-protect): Fix error message.
12568
12569 2005-07-18 Juri Linkov <juri@jurta.org>
12570
12571 * allout.el (allout-mode):
12572 * calculator.el (calculator-copy):
12573 * custom.el (custom-known-themes):
12574 * dired.el (dired-desktop-buffer-misc-data)
12575 (dired-restore-desktop-buffer):
12576 * dired-x.el (dired-omit-marker-char):
12577 * files.el (basic-save-buffer):
12578 * font-core.el (font-lock-mode):
12579 * calendar/calendar.el (calendar-goto-hebrew-date)
12580 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12581 (calendar-goto-persian-date):
12582 * language/ethio-util.el (ethio-sera-to-fidel-region):
12583 * textmodes/picture.el (picture-mode):
12584 Delete duplicate duplicate words.
12585
12586 2005-07-18 Juri Linkov <juri@jurta.org>
12587
12588 * isearch.el (isearch-mode-map): Remove key bindings for regexp
12589 chars * ? } |.
12590 (isearch-fallback): Don't call `isearch-process-search-char'.
12591 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12592 (isearch-process-search-char): Call `isearch-fallback' for regexp
12593 chars * ? } |.
12594 (isearch-return-char): Make obsolete with `make-obsolete' instead
12595 of simply documenting it as obsolete in the docstring.
12596 (isearch-fallback): Refill docstring.
12597
12598 * international/isearch-x.el
12599 (isearch-process-search-multibyte-characters): Remove unneeded
12600 `concat'. Add intermediate values to `junk-hist' instead of
12601 `minibuffer-history'. Test the length of `str'.
12602
12603 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
12604
12605 * allout.el (allout-resolve-xref): Fix typos in error strings.
12606 (allout-before-change-protect): Remove unneeded `concat'.
12607
12608 * array.el (array-mode, array-reconfigure-rows)
12609 (untabify-backward): Fix typos in docstrings.
12610 (array-reconfigure-rows): Use `insert-buffer-substring', not
12611 `insert-buffer'.
12612
12613 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12614 * progmodes/ada-mode.el (ada-make-body):
12615 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12616
12617 * dired.el (dired-log):
12618 * tar-mode.el (tar-subfile-save-buffer):
12619 * play/zone.el (zone-pgm-stress-destress):
12620 Use `insert-buffer-substring', not `insert-buffer'.
12621
12622 2005-07-17 Simon Josefsson <jas@extundo.com>
12623
12624 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12625
12626 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
12627
12628 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12629 Add plain auth method.
12630 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12631
12632 2005-07-17 Kim F. Storm <storm@cua.dk>
12633
12634 * ido.el (dired-other-window): Add ido property.
12635
12636 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
12637
12638 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12639 Fix typo in docstring.
12640 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12641 `insert-file-literally'.
12642
12643 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12644 info and delete redundant message. Doc fix.
12645 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12646 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12647
12648 2005-07-16 Richard M. Stallman <rms@gnu.org>
12649
12650 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12651 (byte-compile-and): Use byte-compile-and-recursion.
12652 (byte-compile-or-recursion): New function.
12653 (byte-compile-or): Use that.
12654 (byte-compile-if): Guard the else-clause too.
12655 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12656
12657 * isearch.el (isearch-mode-end-hook-quit): New variable.
12658 (isearch-done): Bind it.
12659 (isearch-mode-end-hook): Doc fix.
12660
12661 * allout.el (allout-isearch-did-quit): Variable deleted.
12662 (allout-real-isearch-abort): Function name no longer used.
12663 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12664 (allout-isearch-rectification): isearch-mode always exists.
12665 Don't set allout-isearch-did-quit.
12666 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12667 allout-isearch-did-quit.
12668 (allout-enwrap-isearch): Just add the hook.
12669 (allout-isearch-abort): Function deleted.
12670 (allout-pre-command-business): Avoid warning.
12671
12672 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12673 Correctly avoid warnings.
12674 (pascal-outline): Likewise.
12675
12676 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12677
12678 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12679
12680 * play/tetris.el (tetris-mode): Avoid warning.
12681
12682 * play/snake.el (snake-mode): Avoid warning.
12683
12684 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12685 (gamegrid-set-display-table): Avoid warning.
12686 (gamegrid-set-timer): Likewise.
12687 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12688 (gamegrid-add-score-with-update-game-score-1): Take FILE
12689 as argument.
12690 (gamegrid-add-score-with-update-game-score): Pass that argument.
12691 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12692
12693 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12694
12695 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12696 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12697
12698 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12699 and insert-file.
12700
12701 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12702 (sc-ask): Avoid warnings.
12703
12704 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12705 (eshell-hist-initialize): Use that var the natural way.
12706
12707 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12708
12709 * emacs-lisp/re-builder.el (reb-cook-regexp):
12710 Avoid warning calling lre-compile-string.
12711 (reb-color-display-p): Avoid warning.
12712
12713 * calculator.el (calculator-last-input): Guard uses
12714 of event-key and key-press-event-p.
12715 (event-key, key-press-event-p): Delete definitions.
12716
12717 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12718 (find-gc-source-directory, find-gc-subrs-callers)
12719 (find-gc-noreturn-list, find-gc-source-files)
12720 (find-gc-subrs-called): Vars renamed and defvar'd.
12721
12722 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12723 (checkdoc-overlay-put, checkdoc-delete-overlay)
12724 (checkdoc-overlay-start, checkdoc-overlay-end)
12725 (checkdoc-mode-line-update, checkdoc-char=):
12726 Define such that compiler knows they are defined.
12727 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12728 (checkdoc-read-event): Delete. Use read-event directly.
12729
12730 * whitespace.el (whitespace-make-overlay)
12731 (whitespace-overlay-put, whitespace-delete-overlay)
12732 (whitespace-overlay-start, whitespace-overlay-end):
12733 Define such that compiler knows they are defined.
12734 (whitespace): Move conditional inside.
12735
12736 * tempo.el (tempo-insert-template): Suppress warning.
12737
12738 * ediff-diff.el (longlines-mode): Add defvar.
12739
12740 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12741
12742 * server.el: Bind "C-x #" in a way that works even if C-x is
12743 redefined to a command key, not a prefix key.
12744
12745 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12746
12747 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12748 cl-make-type-test till execution time.
12749
12750 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12751
12752 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12753 arg ARG and use it.
12754
12755 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12756
12757 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12758
12759 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12760
12761 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12762 a defcustom with two :set or :type keywords.
12763
12764 2005-07-15 Richard M. Stallman <rms@gnu.org>
12765
12766 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12767 Don't give ^M comment-end syntax.
12768
12769 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
12770
12771 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12772 Don't consider gdbmi (gdb-mi.el has its own update functions).
12773 (gdb-var-delete): Make it work for gdbmi as well.
12774 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12775
12776 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12777 (gud-speedbar-menu-items): Correct logic for enabling items.
12778
12779 2005-07-15 Kim F. Storm <storm@cua.dk>
12780
12781 * ido.el: Fix commentary.
12782 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12783 Use with-no-warnings around ffap-guesser.
12784 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12785 Let bind minibuffer-completing-file-name to t.
12786
12787 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
12788
12789 * startup.el (site-run-file, keyboard-type): Doc fixes.
12790 (command-line): Check for "--basic-display" argument; also for
12791 "--quick", not "--bare-bones" (which was renamed).
12792 (fancy-splash-text): Add missing item "Getting New Versions".
12793 (normal-splash-screen): Fix typos and improve consistency with
12794 `fancy-splash-text'. Update copyright year.
12795
12796 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12797 valid binding for `help-char'.
12798
12799 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12800
12801 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12802
12803 * term.el (term-mode): Disable cua-mode for term buffers.
12804
12805 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
12806
12807 * add-log.el (add-log-mailing-address, change-log-merge):
12808 Doc fixes.
12809 (change-log-get-method-definition): Fix typo in docstring.
12810
12811 2005-07-14 Kim F. Storm <storm@cua.dk>
12812
12813 * emulation/cua-base.el:
12814 (cua--pre-command-handler-1, cua--pre-command-handler)
12815 (cua--post-command-handler-1, cua--post-command-handler):
12816 Split in two. Check (buffer local) value of cua-mode.
12817 (cua-selection-mode): New command.
12818
12819 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12820
12821 * custom.el (custom-initialize-safe-set)
12822 (custom-initialize-safe-default): Doc fixes.
12823
12824 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12825 and simplify :init-value again.
12826
12827 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12828 and simplify :init-value again. Delete autoload.
12829
12830 * startup.el (command-line): Use `custom-reevaluate-setting' again
12831 for tooltip-mode.
12832
12833 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12834 a defcustom with two :initialize keywords.
12835
12836 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
12837
12838 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12839 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12840 (allout-post-command-business, allout-flag-region)
12841 (isearch-reenable-font-lock, allout-yank)
12842 (allout-insert-latex-header, allout-insert-latex-trailer)
12843 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12844 (allout-latex-verb-quote): Fix typos in docstrings.
12845 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12846 (allout-unprotected, allout-prefix-data):
12847 Improve argument/docstring consistency.
12848 (allout-chart-subtree): Fix argument spec.
12849 (allout-open-topic): Rename `use_sib_bullet' argument to
12850 `use-sib-bullet'. Doc fix.
12851
12852 * whitespace.el (whitespace-check-buffer-leading)
12853 (whitespace-check-buffer-trailing)
12854 (whitespace-check-buffer-indent)
12855 (whitespace-check-buffer-spacetab)
12856 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12857 (whitespace-check-leading-whitespace)
12858 (whitespace-check-trailing-whitespace)
12859 (whitespace-check-spacetab-whitespace)
12860 (whitespace-check-indent-whitespace)
12861 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12862 (whitespace-modes): Fix typos in docstrings.
12863 (defgroup, defcustom): Doc fixes.
12864
12865 * winner.el (winner-mode, winner-boring-buffers)
12866 (winner-pending-undo-ring): Doc fixes.
12867 (winner-ring): Remove unneeded `progn'.
12868 (winner-equal): `defsubst' it.
12869 (winner-redo): Fix message.
12870
12871 2005-07-13 Kim F. Storm <storm@cua.dk>
12872
12873 * simple.el (line-move-1): Always use vertical-motion to
12874 do the last (or only) line move to ensure some movement.
12875 Undo 2005-06-23 change--don't check for overlays.
12876
12877 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12878
12879 * term/mac-win.el (ccl-encode-mac-roman-font)
12880 (ccl-encode-mac-centraleurroman-font)
12881 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12882 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12883 Change charset-id boundary of dimension to ?\xef.
12884 (mac-char-fontspec-list): New constant.
12885 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12886 argument. Nil uses itself as family in font-spec. Previous
12887 behavior for nil is now provided by non-nil non-string argument.
12888 All callers changed. Add font-specs for Mac fonts to
12889 "fontset-default" unless iso8859-1 fonts are installed.
12890
12891 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12892
12893 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12894 a continuation line if the \ is preceded by SPC or TAB.
12895 (sh-get-indent-info): Simplify.
12896 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12897 Use with-current-buffer.
12898
12899 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12900 when the matched text is empty.
12901
12902 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12903
12904 * startup.el (command-line): Revert to previous handling of
12905 tooltip-mode. Explain in comment why the complexity is needed.
12906
12907 * tooltip.el (tooltip-mode): Revert to previous implementation of
12908 its defcustom.
12909
12910 * frame.el (blink-cursor-mode): Revert to previous implementation
12911 of its defcustom. Update comment.
12912
12913 2005-07-12 Lars Hansen <larsh@soem.dk>
12914
12915 * desktop.el: Update e-mail address.
12916
12917 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12918
12919 * term/mac-win.el (mac-services-mail-selection)
12920 (mac-services-mail-to): New functions.
12921 (mac-application-menu-map): Bind them.
12922
12923 2005-07-12 wulei <milton@wulei.net> (tiny change)
12924
12925 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12926
12927 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12928
12929 * custom.el (custom-reevaluate-setting): Doc fix.
12930
12931 2005-07-11 Jay Belanger <belanger@truman.edu>
12932
12933 * calc/calc.el (calc-embedded-announce-formula-alist)
12934 (calc-embedded-open-close-plain-alist)
12935 (calc-embedded-open-close-mode-alist): Add checks for additional
12936 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12937
12938 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
12939
12940 * custom.el (custom-enable-theme): Don't add theme to
12941 `custom-enabled-themes' with `push' because there is no
12942 setf-method for `delq'.
12943
12944 2005-07-11 Richard M. Stallman <rms@gnu.org>
12945
12946 * custom.el (custom-declare-variable): Doc fix.
12947
12948 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12949 from the alists.
12950
12951 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12952 Do nothing if edebug-active.
12953
12954 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12955 (edebug-display): Do it here instead.
12956
12957 2005-07-10 Richard M. Stallman <rms@gnu.org>
12958
12959 * cus-face.el (custom-theme-set-faces): Make it work.
12960 (custom-reset-faces): Doc fix.
12961 (custom-theme-reset-internal-face, custom-theme-face-value):
12962 Functions deleted.
12963
12964 * custom.el (custom-push-theme): Maintain list of the settings
12965 of a given theme in its theme-settings property.
12966 Maintain position of old settings in the theme-value
12967 or theme-face property.
12968 (custom-enabled-themes): New variable.
12969 (custom-theme-enabled-p): New function.
12970 (provide-theme): Update custom-enabled-themes.
12971 Disable and reenable the `user' theme.
12972 (require-theme): Doc fix.
12973 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12974 (custom-theme-value, custom-theme-variable-value): Likewise.
12975 (custom-theme-reset-internal): Likewise.
12976 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12977 (custom-enable-theme, custom-disable-theme): New functions.
12978 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12979 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12980 (custom-theme-reset-variables): Simplify.
12981 (deftheme, custom-declare-theme, custom-make-theme-feature):
12982 Definitions moved.
12983
12984 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
12985
12986 * longlines.el (longlines-show-region)
12987 (longlines-unshow-hard-newlines): Recognize hard newlines by
12988 non-nil hard property, instead of t.
12989
12990 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
12991
12992 * viper-cmd.el (viper--key-maps): New variable.
12993 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12994 emulation-mode-map-alists.
12995 (viper-envelop-ESC-key): Use viper-subseq.
12996 (viper-search-forward/backward/next): Disable debug-on-error.
12997
12998 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12999 (viper-ESC-key): New defcustoms.
13000
13001 * viper-macs.el (ex-map-read-args): Use viper-subseq.
13002
13003 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13004 (viper-subseq): Copy of subseq from cl.el.
13005
13006 * viper.el (viper-go-away, viper-set-hooks): Use
13007 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13008
13009 * viper-mous.el (viper-current-frame-saved): Use defvar.
13010
13011 * viper-init.el: Get rid of -face in face names.
13012
13013 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13014 Make it work with longlines mode
13015
13016 * ediff-mult.el (ediff-meta-mode-hook): New variable.
13017
13018 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13019
13020 * ediff-init.el: Get rid of -face in face names.
13021
13022 2005-07-10 Richard M. Stallman <rms@gnu.org>
13023
13024 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13025 and with-timeout-unsuspend.
13026
13027 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13028 and with-timeout-unsuspend.
13029
13030 * emacs-lisp/timer.el (with-timeout-timers): New variable.
13031 (with-timeout): Bind that variable to record timers.
13032 (with-timeout-suspend, with-timeout-unsuspend): New functions.
13033
13034 * emacs-lisp/debug.el (debug-help-follow): New function.
13035 (debugger-mode-map): Use that instead of help-follow.
13036 (debugger-setup-buffer): Use eval-buffer-list
13037 to handle eval-buffer frames.
13038
13039 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
13040
13041 * timezone.el (timezone-parse-date): Change first regexp
13042 so it will not mistakenly match dates with no time zone.
13043
13044 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
13045
13046 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13047
13048 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
13049
13050 * custom.el (custom-initialize-safe-set)
13051 (custom-initialize-safe-default): New functions.
13052
13053 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13054 and simplify :init-value.
13055
13056 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13057 and simplify :init-value. Delete obsolete comment.
13058
13059 * startup.el (command-line): Use `custom-reevaluate-setting' to
13060 handle `tooltip-mode'. Delete obsolete comment.
13061
13062 * files.el (set-visited-file-name): Avoid calling
13063 `file-name-nondirectory' with a nil argument.
13064
13065 2005-07-09 Richard M. Stallman <rms@gnu.org>
13066
13067 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13068 was called with nil for the buffer, handle the read position right.
13069 Handle read position for eval-region, too.
13070
13071 2005-07-09 Juri Linkov <juri@jurta.org>
13072
13073 * fringe.el (fringe-mode): Add period in docstring.
13074 (fringe-query-style): Build prompt depending on `all-frames' arg.
13075
13076 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13077 to not create links to unrelated functions in the Help buffer.
13078
13079 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13080 Doc fix.
13081
13082 * simple.el (next-error-hook): New variable.
13083 (next-error): Use it. Doc fix.
13084
13085 * textmodes/ispell.el (ispell-command-loop): Add current
13086 dictionary name and program name to mode-line-format.
13087 (ispell-region, ispell-process-line): Add current dictionary name
13088 and program name to messages.
13089
13090 2005-07-08 Jay Belanger <belanger@truman.edu>
13091
13092 * calc/calc.el (calc-embedded-announce-formula-alist)
13093 (calc-embedded-open-close-formula-alist)
13094 (calc-embedded-open-close-word-alist)
13095 (calc-embedded-open-close-plain-alist)
13096 (calc-embedded-open-close-new-formula-alist)
13097 (calc-embedded-open-close-mode-alist)
13098 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13099 (calc-embedded-mode-hook): New variables.
13100
13101 * calc/calc-embed.el (calc-embedded-firsttime)
13102 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13103 New variables.
13104 (calc-do-embedded): Use calc-embedded-firsttime,
13105 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13106 determine whether or not to run hooks.
13107 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13108 calc-embedded-firsttime-formula appropriately.
13109 Set calc-embedded delimiter variables according to mode.
13110
13111 2005-07-08 Richard M. Stallman <rms@gnu.org>
13112
13113 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13114 Check for "emacs", etc., as entire symbol, not just as word.
13115 (checkdoc-file-comments-engine): Use regexp-quote on FN.
13116
13117 * files.el (set-visited-file-name): Report the error
13118 for "empty filename" earlier.
13119 (kill-some-buffers): Ignore buffers already dead.
13120
13121 * fringe.el (fringe-mode): Doc fix.
13122
13123 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13124 Check for (featurep 'xemacs) and turn off warnings in what it guards.
13125 Use unwind-protect to ensure byte-compile-unresolved-functions
13126 is updated.
13127
13128 * whitespace.el (whitespace-buffer-leading-cleanup):
13129 Simplify w/ skip-chars-forward.
13130 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13131
13132 * mail/rmail.el (rmail-only-expunge): Fix paren error.
13133 Unconditionally try to leave point at the same old place.
13134
13135 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
13136
13137 * comint.el (comint-postoutput-scroll-to-bottom)
13138 (comint-show-maximum-output): Take scroll-margin into consideration.
13139
13140 2005-07-08 Kim F. Storm <storm@cua.dk>
13141
13142 * ido.el (ido-use-filename-at-point): New choice `guess'.
13143 (ido-file-internal): Try ffap-guesser if selected.
13144
13145 * ido.el (ido-before-fallback-functions): New hook.
13146 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13147 (ido-read-file-name): Run it.
13148
13149 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13150
13151 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13152 strings rather than a list of symbols to the completion function.
13153
13154 2005-07-07 Jay Belanger <belanger@truman.edu>
13155
13156 * calc/calc-units.el (math-apply-units): Change the places in
13157 which units are simplified.
13158
13159 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
13160
13161 * cus-edit.el (customize-option, customize-option-other-window):
13162 Make them handle aliases.
13163
13164 * custom.el (custom-variable-p): Make it recursively follow
13165 aliases. Mention that in the docstring.
13166
13167 2005-07-07 Richard M. Stallman <rms@gnu.org>
13168
13169 * cus-start.el (exec-path): Use `directory' instead of `file'.
13170 Fix tag for nil.
13171
13172 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13173
13174 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13175 when called non-interactively. Doc fix.
13176
13177 2005-07-07 Lute Kamstra <lute@gnu.org>
13178
13179 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13180 new address as well.
13181
13182 2005-07-07 Kenichi Handa <handa@m17n.org>
13183
13184 * international/mule.el (make-coding-system):
13185 Describe `ascii-incompatible' property in the docstring.
13186 (set-file-name-coding-system): Signal an error if coding-system is
13187 ascii-incompatible.
13188 (set-keyboard-coding-system): Likewise.
13189
13190 * international/mule-cmds.el (set-default-coding-systems):
13191 Don't set default-file-name-coding-system and
13192 default-keyboard-coding-system if coding-system is ASCII-incompatible.
13193
13194 * international/utf-16.el: Declare that all UTF-16-based coding
13195 systems are ASCII-incompatible.
13196
13197 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
13198
13199 * progmodes/gud.el: Require font-lock for displaying errors.
13200 Used by gdb-ui.el.
13201
13202 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
13203
13204 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13205 values for the pattern lists which are `read'able but not
13206 `append'able (like symbols).
13207
13208 2005-07-06 Richard M. Stallman <rms@gnu.org>
13209
13210 * progmodes/flymake.el (flymake-float-time): Instead of
13211 with-no-warnings, test for xemacs.
13212 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13213 to avoid warning.
13214
13215 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
13216
13217 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13218
13219 2005-07-05 Lute Kamstra <lute@gnu.org>
13220
13221 * battery.el: Add support for Darwin (with much debugging help
13222 from Samuel Lauber <sam124@operamail.com>).
13223 (battery-status-function, battery-echo-area-format)
13224 (battery-mode-line-format): Add support for pmset on Darwin.
13225 (battery-load-low, battery-load-critical): New user options.
13226 (battery-pmset): New function.
13227
13228 2005-07-05 Lute Kamstra <lute@gnu.org>
13229
13230 Update FSF's address in GPL notices.
13231
13232 * textmodes/page-ext.el: Update FSF's address.
13233
13234 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
13235
13236 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13237 filling from using prefix when filling a single-line docstring.
13238
13239 * progmodes/flymake.el: Remove useless eval-when-compile.
13240
13241 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13242
13243 2005-07-04 Richard M. Stallman <rms@gnu.org>
13244
13245 * textmodes/org.el (org-file-apps-defaults-gnu):
13246 Rename from org-file-apps-defaults-linux.
13247 (org-default-apps): Don't test system-type for `linux'.
13248 (org-file-apps): Doc fix.
13249
13250 2005-07-04 David Ponce <david@dponce.com>
13251
13252 * tree-widget.el: Improve header Commentary section.
13253 (tree-widget) [defgroup]
13254 (tree-widget-image-enable, tree-widget-themes-directory)
13255 (tree-widget-theme, tree-widget-image-properties-emacs)
13256 (tree-widget-image-properties-xemacs, tree-widget-create-image)
13257 (tree-widget-image-formats, tree-widget-control)
13258 (tree-widget-empty-control, tree-widget-leaf-control
13259 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13260 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13261 (tree-widget-keep, tree-widget-after-toggle-functions)
13262 (tree-widget-open-node, tree-widget-close-node): Doc fix.
13263 (tree-widget-open-control, tree-widget-close-control): Fix doc and
13264 :help-echo message.
13265 (tree-widget-set-theme): Doc fix. Use `string-equal'.
13266 (tree-widget-image-properties): Doc fix. Clearer implementation.
13267 (tree-widget--cursors): New constant.
13268 (tree-widget-lookup-image): New function split from
13269 `tree-widget-find-image'. Clearer implementation.
13270 (tree-widget-find-image): Use it.
13271 (tree-widget-button-keymap): Use `set-keymap-parent'.
13272 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
13273 Define the sub-widgets here.
13274 (tree-widget-node): Check that :node is not a tree-widget.
13275 (tree-widget-get-super, tree-widget-open-control)
13276 (tree-widget-close-control, tree-widget-empty-control)
13277 (tree-widget-leaf-control, tree-widget-guide)
13278 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
13279 (tree-widget-no-handle, tree-widget-value-delete)
13280 (tree-widget-map): Remove.
13281 (tree-widget-children-value-save): Doc fix. Simplified.
13282 (tree-widget-value-create): Update according to previous changes.
13283
13284 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
13285
13286 * textmodes/org.el: Leading space replaced by TABS.
13287 (org-recalc-marks, org-table-rotate-recalc-marks)
13288 (org-table-get-specials): Treat "^" and "_" marks.
13289 (org-table-justify-field-maybe): Optional argument NEW.
13290 (org-table-eval-formula): Parsing of the format simplified.
13291 New modes C,I. Honor the %= parameter in the current table.
13292 Avoid unnecessary re-align by using the NEW argument to
13293 `org-table-justify-field-maybe'.
13294 (org-calc-default-modes): Default for date-format mimicks org-mode.
13295 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
13296
13297 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
13298
13299 * cus-face.el (custom-theme-set-faces): Make it handle face
13300 aliases whose alias declarations are pre- or autoloaded.
13301
13302 2005-07-04 Juri Linkov <juri@jurta.org>
13303
13304 * faces.el (read-face-name): Put the code for getting a face name
13305 from the buffer before adding the faces from the `face' property.
13306 Use `completing-read-multiple' instead of `completing-read'.
13307 Require `crm'. Add default value and post-process the returned
13308 list of faces.
13309
13310 * emacs-lisp/crm.el (crm-find-current-element)
13311 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
13312
13313 * emacs-lisp/lisp-mode.el (eval-defun-1):
13314 * emacs-lisp/edebug.el (edebug-eval-defun):
13315 Remove unnecessary quotes.
13316
13317 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
13318
13319 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
13320 (prolog-indent-level): Fix typo in docstring.
13321
13322 * info.el (Info-history, Info-history-forward)
13323 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
13324
13325 * add-log.el (add-change-log-entry):
13326 * comint.el (comint-dynamic-list-input-ring)
13327 (comint-dynamic-list-completions):
13328 * dabbrev.el (dabbrev-expand):
13329 * delim-col.el (delimit-columns-rectangle-line):
13330 * diff-mode.el (diff-context->unified, diff-reverse-direction)
13331 (diff-unified->context):
13332 * ediff-init.el (ediff-abbrev-jobname):
13333 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
13334 (ediff-replace-session-activity-marker-in-meta-buffer):
13335 * info.el (Info-summary):
13336 * lpr.el (printify-region):
13337 * printing.el (pr-create-interface):
13338 * ps-print.el (ps-print-quote):
13339 * ses.el (ses-column-widths, ses-print-cell)
13340 (ses-adjust-print-width, ses-center):
13341 * shell.el (shell-file-name-quote-list):
13342 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
13343 (strokes-fill-current-buffer-with-whitespace)
13344 (strokes-xpm-for-stroke, strokes-list-strokes)
13345 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
13346 * term.el (term-dynamic-list-input-ring)
13347 (term-dynamic-list-completions):
13348 * calc/calc.el (math-format-stack-value):
13349 * emacs-lisp/edebug.el (edebug-display-freq-count):
13350 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
13351 (delphi-new-comment-line):
13352 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
13353 * progmodes/executable.el (executable-set-magic):
13354 * progmodes/python.el (inferior-python-mode):
13355 * progmodes/scheme.el (scheme-mode-syntax-table):
13356 * progmodes/sh-script.el (sh-maybe-here-document):
13357 * progmodes/sql.el (sql-copy-column):
13358 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
13359 * textmodes/bibtex.el (bibtex-mode):
13360 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
13361 (sgml-auto-attributes):
13362 * textmodes/table.el (table-insert, table-shorten-cell)
13363 (table--generate-source-scan-lines, table-delete-row)
13364 (*table--cell-delete-char, table--spacify-frame)
13365 (table--horizontally-shift-above-and-below)
13366 (table--cell-insert-char, table--cell-blank-str)
13367 (table--fill-region-strictly):
13368 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
13369 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
13370
13371 * add-log.el (change-log):
13372 * apropos.el (apropos):
13373 * comint.el (comint-completion, comint-source):
13374 * dabbrev.el (dabbrev):
13375 * delim-col.el (columns):
13376 * diff-mode.el (diff-mode):
13377 * ediff.el (ediff):
13378 * ediff-diff.el (ediff-diff):
13379 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
13380 * ediff-mult.el (ediff-mult):
13381 * ediff-ptch.el (ediff-ptch):
13382 * ediff-wind.el (ediff-window):
13383 * facemenu.el (facemenu):
13384 * indent.el (indent):
13385 * info.el (info):
13386 * jka-cmpr-hook.el (compression, jka-compr):
13387 * lpr.el (lpr):
13388 * outline.el (outlines):
13389 * pcmpl-cvs.el (pcmpl-cvs):
13390 * pcmpl-rpm.el (pcmpl-rpm):
13391 * printing.el (printing):
13392 * ps-print.el (postscript, ps-print, ps-print-horizontal)
13393 (ps-print-vertical, ps-print-headers, ps-print-font)
13394 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
13395 (ps-print-background, ps-print-printer, ps-print-page)
13396 (ps-print-miscellany):
13397 * ses.el (ses):
13398 * shell.el (shell, shell-directories, shell-faces):
13399 * startup.el (initialization):
13400 * strokes.el (strokes):
13401 * term.el (term):
13402 * uniquify.el (uniquify):
13403 * w32-vars.el (w32):
13404 * calc/calc.el (calc):
13405 * emacs-lisp/bytecomp.el (bytecomp):
13406 * emacs-lisp/cl-indent.el (lisp-indent):
13407 * emacs-lisp/edebug.el (edebug):
13408 * emacs-lisp/elp.el (elp):
13409 * emacs-lisp/testcover.el (testcover):
13410 * emacs-lisp/trace.el (trace):
13411 * emulation/viper-ex.el (viper-ex):
13412 * emulation/viper-mous.el (viper-mouse):
13413 * mail/mailalias.el (mailalias):
13414 * mail/supercite.el (supercite, supercite-frames)
13415 (supercite-attr, supercite-cite, supercite-hooks):
13416 * net/rcompile.el (remote-compile):
13417 * net/rlogin.el (rlogin):
13418 * obsolete/ooutline.el (outlines):
13419 * progmodes/delphi.el (delphi):
13420 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
13421 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
13422 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
13423 (ebnf-optimization):
13424 * progmodes/etags.el (etags):
13425 * progmodes/executable.el (executable):
13426 * progmodes/idlwave.el (idlwave):
13427 * progmodes/pascal.el (pascal):
13428 * progmodes/prolog.el (prolog):
13429 * progmodes/python.el (python):
13430 * progmodes/scheme.el (scheme):
13431 * progmodes/sh-script.el (sh, sh-script):
13432 * progmodes/sql.el (SQL):
13433 * progmodes/tcl.el (tcl):
13434 * textmodes/bibtex.el (bibtex, bibtex-autokey):
13435 * textmodes/enriched.el (enriched):
13436 * textmodes/makeinfo.el (makeinfo):
13437 * textmodes/sgml-mode.el (sgml):
13438 * textmodes/table.el (table-hooks):
13439 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
13440 * textmodes/texinfo.el (texinfo):
13441 * textmodes/two-column.el (two-column):
13442 Finish `defgroup' description with period.
13443
13444 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
13445 * eshell/esh-var.el (eshell-var):
13446 * progmodes/vhdl-mode.el (vhdl-testbench):
13447 * textmodes/org.el (org): Fix typos in docstrings.
13448
13449 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
13450 consistency.
13451
13452 * progmodes/flymake.el (flymake-find-file): Remove.
13453 (flymake-float-time): Use `with-no-warnings'.
13454 (flymake-check-start-time, flymake-check-was-interrupted)
13455 (flymake-err-info, flymake-is-running, flymake-last-change-time)
13456 (flymake-new-err-info): `defvar' at compile time.
13457
13458 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
13459
13460 * replace.el (occur-hook): Doc fix.
13461 (occur-1): Don't call `occur-hook' if there are no matches.
13462
13463 2005-07-03 Richard M. Stallman <rms@gnu.org>
13464
13465 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13466 global-map, save the same map.
13467 (global-map): Don't alter it at top level.
13468 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13469 Then alter it here instead.
13470 (tpu-edt-off): Set global-map to the saved one.
13471
13472 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13473 All references simplified.
13474 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
13475 (zmacs-regions): Add defvar.
13476 (repeat-complex-command-map): Everything about that deleted.
13477
13478 * textmodes/artist.el (artist-key-is-drawing)
13479 (artist-key-endpoint1, artist-key-poly-point-list)
13480 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13481 (artist-key-compl-table, artist-rb-save-data)
13482 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13483 Don't put them in eval-when-compile.
13484 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13485
13486 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13487 Use with-no-warnings.
13488
13489 * net/browse-url.el (dos-windows-version): Add defvar.
13490
13491 * mail/supercite.el (filladapt-prefix-table): Add defvar.
13492
13493 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13494 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13495 (rmail-new-summary-line-count): Rename from new-summary-line-count.
13496 Add defvar.
13497 (rmail-summary-beginning-of-message): Use with-no-warnings.
13498 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13499
13500 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13501 Use with-no-warnings.
13502
13503 * emulation/vi.el (vi-mark-region): Use c-mark-function.
13504 (c-mark-function): Add point-moving-unit property.
13505 (vi-goto-line): Use with-no-warnings.
13506
13507 * emulation/edt.el (edt-last-copied-word): Add defvar.
13508 (zmacs-region-stays): Likewise.
13509 (edt-mark-section-wisely): Use c-mark-function for C.
13510 Use makr-defun for Fortran.
13511 (time-string): defvar deleted.
13512 (edt-display-the-time): Don't set time-string.
13513
13514 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13515
13516 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13517 Don't warn when name is not constant
13518 or for defining the group `emacs'.
13519
13520 * tooltip.el (gud-tooltip-mode): Add defvar.
13521
13522 * startup.el (default-frame-background-mode): Add defvar.
13523
13524 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13525
13526 * info.el (tool-bar-map): Add defvar.
13527
13528 * dired.el (dnd-protocol-alist): Add defvar.
13529
13530 * dired-aux.el (dired-query): Display question with answer, when
13531 the user answers.
13532
13533 * custom.el (custom-add-option): Doc fix.
13534
13535 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13536
13537 2005-07-03 Eli Zaretskii <eliz@gnu.org>
13538
13539 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13540 bogus name from the last change.
13541
13542 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
13543
13544 * custom.el (custom-declare-variable): Fix typos in comment.
13545 (custom-known-themes): Doc fix.
13546 (custom-theme-directory): New defcustom.
13547 (require-theme): Make it check `custom-theme-directory'.
13548
13549 * cus-theme.el (custom-new-theme-mode): New function.
13550 (custom-theme-name, custom-theme-variables, custom-theme-faces)
13551 (custom-theme-description): Add compiler defvars.
13552 (customize-create-theme): Add doc to the "*New Custom Theme*"
13553 buffer. Use `custom-new-theme-mode'.
13554 (custom-theme-write): Put the created buffer in emacs-lisp-mode
13555 and save it to the `custom-theme-directory'. Make this the
13556 default directory of the buffer.
13557
13558 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
13559
13560 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13561 Fix unbalanced parentheses.
13562
13563 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13564
13565 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13566 into flymake-mode and delegate to flymake-mode.
13567
13568 * find-file.el (ff-which-function-are-we-in): Clean up.
13569
13570 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
13571
13572 * replace.el (occur-rename-buffer): Fix docstring.
13573
13574 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13575 (edt-last-copied-word, edt-learn-macro-count)
13576 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13577 (edt-rect-start-point, edt-user-global-map, rect-start-point)
13578 (time-string, zmacs-region-stays):
13579 * emulation/edt-mapper.el (edt-save-function-key-map)
13580 (EDT-key-name): `defvar' to silence the byte-compiler.
13581
13582 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
13583
13584 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13585 font-lock-regexp-backslash. Doc fix.
13586 (font-lock-regexp-backslash-grouping-construct): Rename from
13587 font-lock-regexp-backslash-construct. Doc fix.
13588 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13589 grouping constructs.
13590
13591 2005-07-02 Eli Zaretskii <eliz@gnu.org>
13592
13593 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13594 updating all the prerequisites.
13595
13596 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
13597
13598 * textmodes/org.el (org-agenda-start-on-weekday)
13599 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13600 (org-agenda-use-time-grid, org-archive-location)
13601 (org-allow-space-in-links, org-usenet-links-prefer-google)
13602 (org-enable-table-editor, org-export-default-language)
13603 (org-export-html-show-new-buffer, org-fill-paragraph)
13604 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13605 (org-goto-quit, org-occur, org-eval-in-calendar)
13606 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13607 (org-agenda-diary-entry, org-remember-help)
13608 (org-table-convert-region, org-at-table-p)
13609 (org-table-move-row-down, org-table-move-row-up)
13610 (org-table-copy-region, org-table-toggle-vline-visibility)
13611 (org-table-get-stored-formulas, org-table-get-specials)
13612 (org-recalc-commands, org-table-eval-formula)
13613 (org-table-formula-substitute-names, orgtbl-make-binding)
13614 (org-format-org-table-html, org-format-table-table-html)
13615 (org-format-table-table-html-using-table-generate-source)
13616 (org-customize): Fix typos in docstrings.
13617 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13618 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13619 (org-back-to-heading): Doc fixes.
13620 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13621 (org-agenda-change-all-lines, org-get-header):
13622 Improve argument/docstring consistency.
13623 (orgtbl-error): Fix error message.
13624
13625 * progmodes/flymake.el (flymake-find-possible-master-files)
13626 (flymake-master-file-compare, flymake-get-line-err-count)
13627 (flymake-highlight-line, flymake-gui-warnings-enabled):
13628 Fix typos in docstrings.
13629 (flymake-parse-line, flymake-get-project-include-dirs-function)
13630 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13631 Doc fixes.
13632 (flymake-get-project-include-dirs-function)
13633 (flymake-make-err-menu-data):
13634 Improve argument/docstring consistency.
13635
13636 2005-07-01 Lute Kamstra <lute@gnu.org>
13637
13638 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13639 Catch errors with ignore-errors. Use temporary buffer.
13640 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13641
13642 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13643 background color faces.
13644 (facemenu-set-foreground, facemenu-set-background):
13645 Use facemenu-set-face-from-menu.
13646 (facemenu-set-face-from-menu): Treat face names that start with
13647 "fg:" or "bg:" as special.
13648 (facemenu-add-new-color): Don't create faces. Simplify.
13649
13650 2005-06-30 Richard M. Stallman <rms@gnu.org>
13651
13652 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13653 (crm-find-current-element): Likewise.
13654
13655 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13656
13657 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13658
13659 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13660
13661 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13662 (archive-mouse-extract): Make it an obsolete alias.
13663 (archive-mode-map): Don't use archive-mouse-extract any more.
13664 (archive-mode, archive-extract): write-contents-hooks ->
13665 write-contents-functions.
13666 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13667 first arg.
13668 (archive-rename-entry): Update the call.
13669 (archive-zip-summarize): Remove unused var `method'.
13670 (archive-lzh-summarize): Remove unused var `creator'.
13671
13672 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13673 dedicated frame upon exit.
13674
13675 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13676 (archive-zip-extract, archive-zip-expunge)
13677 (archive-zip-update, archive-zip-update-case): Use executable-find.
13678 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13679 Use restore-buffer-modified-p.
13680 (archive-extract, archive-add-new-member, archive-write-file-member):
13681 Use with-current-buffer.
13682 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13683
13684 2005-06-30 Andreas Schwab <schwab@suse.de>
13685
13686 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13687
13688 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13689
13690 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13691
13692 2005-06-30 Juri Linkov <juri@jurta.org>
13693
13694 * faces.el (vertical-border): Inherit from mode-line-inactive
13695 only on tty.
13696
13697 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
13698
13699 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13700 example, -NLINES in the `occur' docstring).
13701
13702 * replace.el (occur-1): When no matches are found, do not set the
13703 `buffer-read-only' and modified flags for the occur buffer,
13704 because it is deleted.
13705
13706 * emulation/cua-base.el (cua-check-pending-input)
13707 (cua-repeat-replace-region, cua-mode, cua-debug)
13708 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13709 Fix typos in docstrings.
13710
13711 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13712 (cua-cut-region-to-global-mark)
13713 (cua--cut-rectangle-to-global-mark):
13714 Remove period from end of messages.
13715
13716 * emulation/cua-rect.el (cua-do-rectangle-padding):
13717 Remove period from end of messages.
13718 (cua--rectangle-seq-format): Fix typo in docstring.
13719 (cua-sequence-rectangle, cua-fill-char-rectangle):
13720 Improve argument/docstring consistency.
13721
13722 2005-06-29 Juri Linkov <juri@jurta.org>
13723
13724 * faces.el (default-frame-background-mode): New internal variable.
13725 (frame-set-background-mode): Use it.
13726
13727 * startup.el (normal-top-level): Set default-frame-background-mode
13728 instead of frame-background-mode. Before setting it, test for its
13729 nil value. Remove tests for frame-background-mode and frame
13730 parameter `reverse'. Add test for "unspecified-fg".
13731
13732 * term/xterm.el (xterm-rxvt-set-background-mode):
13733 * term/rxvt.el (rxvt-set-background-mode):
13734 Set default-frame-background-mode instead of frame-background-mode.
13735
13736 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
13737
13738 * simple.el (set-variable): Warn about obsolete user variables.
13739
13740 * imenu.el (imenu--completion-buffer):
13741 * mouse.el (mouse-buffer-menu-alist):
13742 * msb.el (msb-invisible-buffer-p):
13743 * calendar/diary-lib.el (diary-header-line-format):
13744 * emacs-lisp/pp.el (pp-buffer):
13745 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13746 * textmodes/picture.el (picture-replace-match):
13747 Change space constants followed by a sexp to "?\s ".
13748
13749 * play/decipher.el (decipher-loop-with-breaks):
13750 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13751 constants "protected" from end of line by a comment to "?\s".
13752
13753 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * font-lock.el (save-buffer-state): Use `declare'.
13756
13757 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13758 reset the syntax-table to cperl-mode-syntax-table.
13759 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13760 "foo_print_bar" is not matched as a reserved keyword.
13761
13762 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
13763
13764 * textmodes/org.el (orgtbl-setup): New function, for delayed
13765 setup for the orgtbl commands.
13766 (org-calc-default-modes): New option.
13767 (orgtbl-make-binding): Use `defun' to get better help display.
13768 (org-diary): Call `org-compile-prefix-format'.
13769 (org-table-formula-substitute-names): New function.
13770 (org-agenda-day-view, org-agenda-week-view): New commands.
13771 (org-agenda-toggle-week-view): Command removed.
13772 (org-tbl-menu): Split off from org-org-menu.
13773 (org-mode): Move removal of outline-mode menus to here.
13774 (org-table-formula-debug): New option.
13775 (org-table-insert-row): Keep first field if just "#" or "*".
13776 (org-mode): Paragraph regexps fixed.
13777 (org-table-recalculate-regexp): New constant.
13778 (org-table-justify-field-maybe): Avoid replace if not necessary.
13779 (org-copy-special, org-cut-special): Use `call-interactively'.
13780 (org-table-copy-region): Take region from `interactive' call.
13781 (org-trim): Return string even if no match.
13782 (org-formula): New face.
13783 (org-set-font-lock-defaults): No longer highlight "FIXME".
13784 But highlight formula-related fields in table.
13785 (org-table-p): Use regexp, not fontification.
13786 (org-table-align): Handle white space at end of line.
13787 (org-table-formula-evaluate-inline): New option.
13788 (org-mode): Auto-wrapping in comment lines turned off.
13789 (org-table-copy-down): Evaluate only in copied field, not in
13790 destination.
13791 (org-table-current-formula): Variable removed.
13792 (org-table-store-formulas, org-table-get-stored-formulas)
13793 (org-table-modify-formulas, org-table-replace-in-formulas)
13794 (org-table-maybe-eval-formula): New functions.
13795 (org-table-get-formula): Modify to use stored formulas.
13796 (org-table-insert-column, org-table-delete-column)
13797 (org-table-move-column): Call `org-table-modify-formulas'.
13798 (org-complete): Add completion for keyword formulas.
13799 (orgtbl-mode): Pull orgtbl-mode-map to start of
13800 minor-mode-map-alist.
13801
13802 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13803
13804 * progmodes/python.el (python-check): Require `compile' before
13805 modifying its variables.
13806
13807 * newcomment.el (comment-indent-default): Don't get fooled by an early
13808 end of buffer.
13809
13810 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13811
13812 * ps-print.el (ps-print-version): Fix version number.
13813
13814 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13815
13816 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13817
13818 2005-06-28 Richard M. Stallman <rms@gnu.org>
13819
13820 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13821 (flyspell-local-mouse-map): Declaration deleted.
13822 (flyspell-mouse-map): Bind only mouse-2.
13823 (flyspell-mode-map): Don't test flyspell-use-local-map.
13824 (flyspell-overlay-keymap-property-name): Var deleted.
13825 (flyspell-mode-on): Don't make local bindings for
13826 flyspell-mouse-map and flyspell-mode-map.
13827 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13828
13829 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13830
13831 * progmodes/compile.el (compilation-next-error-function):
13832 Don't switch buffers; operate on the current buffer.
13833
13834 * progmodes/compile.el (compilation-error-file-name)
13835 (compilation-warning-file-name, compilation-info-file-name)
13836 (compilation-line-number, compilation-column-number): New faces.
13837 (compilation-error-face, compilation-warning-face)
13838 (compilation-info-face, compilation-line-face)
13839 (compilation-column-face): Use them.
13840
13841 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13842
13843 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13844
13845 * bindings.el (global-map): Bind insertchar and its variants.
13846
13847 2005-06-27 Richard M. Stallman <rms@gnu.org>
13848
13849 * textmodes/artist.el (artist-text-overwrite)
13850 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13851
13852 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13853
13854 * ps-print.el: It was not working the page selection for printing.
13855 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13856 (ps-print-version): New version 6.6.7.
13857 (ps-end-sheet): New fun.
13858 (ps-header-sheet, ps-end-job): Call it.
13859
13860 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13861
13862 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13863
13864 2005-06-27 Lute Kamstra <lute@gnu.org>
13865
13866 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13867 background color faces.
13868 (facemenu-get-face): Delete function.
13869 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13870 (facemenu-add-new-color): Make second argument mandatory.
13871 Create the appropriate face and return it. Simplify.
13872 (facemenu-set-foreground, facemenu-set-background): Don't check if
13873 color is defined. Use return value of facemenu-add-new-color.
13874
13875 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
13876
13877 * progmodes/gud.el (gud-filter): Add missing argument to
13878 with-selected-window.
13879
13880 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13881
13882 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13883 a :require to the defcustom.
13884
13885 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13886 defcustoms corresponding to minor modes.
13887
13888 2005-06-26 David Ponce <david@dponce.com>
13889
13890 * recentf.el: Require tree-widget instead of wid-edit.
13891 (recentf-filename-handler): Fix widget :type.
13892 (recentf-cancel-dialog, recentf-open-more-files)
13893 (recentf-open-files-action): Doc fix.
13894 (recentf-dialog-goto-first): New function.
13895 (recentf-dialog-mode-map): Set parent keymap first.
13896 (recentf-dialog-mode): Define with define-derived-mode.
13897 Don't display continuation lines in dialogs.
13898 (recentf-edit-list): Rename from recentf-edit-selected-items.
13899 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13900 Simplify.
13901 (recentf-edit-list-validate): New function.
13902 (recentf-edit-list): Update accordingly.
13903 (recentf-open-files-item-shift): Remove.
13904 (recentf-open-files-item): Convert menu elements into tree and
13905 link widgets. Don't create the widgets.
13906 (recentf-open-files): Update accordingly.
13907 (recentf-save-list): Untabify.
13908
13909 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13910
13911 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13912 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13913 partially contained in the active region. Do not take active
13914 region into account when called from Lisp, unless INTERACTIVE arg
13915 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13916 avoid trouble with fields. Make marker point nowhere when no
13917 longer used. Always return nil. Doc fix.
13918 (flush-lines): Add INTERACTIVE arg. Do not take active region
13919 into account when called from Lisp, unless INTERACTIVE arg is
13920 non-nil. Use `forward-line' instead of `beginning-of-line' to
13921 avoid trouble with fields. Make marker point nowhere when no
13922 longer used. Always return nil. Doc fix.
13923 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13924 interchangeable. Do not take active region into account when
13925 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13926 message in echo area when called from Lisp, unless INTERACTIVE arg
13927 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13928 Return the number of matches. Doc fix.
13929 (occur): Doc fix.
13930 (perform-replace): Make comment follow double space convention for
13931 the sake of `outline-minor-mode'.
13932
13933 * faces.el (facep): Doc fix.
13934
13935 2005-06-25 Richard M. Stallman <rms@gnu.org>
13936
13937 * facemenu.el (facemenu-enable-faces-p): New function.
13938 (facemenu-background-menu, facemenu-foreground-menu)
13939 (facemenu-face-menu): Add menu-enable property.
13940
13941 * jka-compr.el (jka-compr-insert-file-contents):
13942 Special handling if cannot find the uncompression program.
13943
13944 * cus-face.el (custom-face-attributes): Add autoload.
13945
13946 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13947 Bind comment-indent-function locally.
13948
13949 * window.el (save-selected-window): Use save-current-buffer.
13950
13951 * subr.el (with-selected-window): Use save-current-buffer.
13952
13953 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13954 and with-current-buffer.
13955
13956 2005-06-24 Richard M. Stallman <rms@gnu.org>
13957
13958 * simple.el (line-move-1): Fix previous change.
13959
13960 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13961
13962 * replace.el (occur-1): Set `buffer-read-only' and the
13963 buffer-modified flag before running `occur-hook' to protect
13964 against unintentional buffer switches that can lead to data loss.
13965
13966 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
13967
13968 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13969 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13970 initial error.
13971
13972 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13973 after fresh input.
13974 (gdb-var-create-handler): Put name of expression in quotes.
13975
13976 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13977
13978 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13979 elements of RING in order, and without bogus nil elements.
13980
13981 2005-06-23 Richard M. Stallman <rms@gnu.org>
13982
13983 * simple.el (set-variable): Args renamed; doc fix.
13984 (line-move-1): When there are overlays around, use vertical-motion.
13985
13986 * faces.el (escape-glyph): Use brown against light background.
13987 (nobreak-space): Rename from no-break-space.
13988 Fix previous change.
13989
13990 * dired-aux.el (dired-do-copy): Fix arg prompt.
13991
13992 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13993
13994 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13995
13996 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13997 rather than "Distributor".
13998
13999 2005-06-23 Lute Kamstra <lute@gnu.org>
14000
14001 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14002 (debug-on-entry): Use it. New interactive declaration that uses
14003 function-called-at-point.
14004
14005 2005-06-23 Kim F. Storm <storm@cua.dk>
14006
14007 * subr.el (save-match-data): Add comment about using evaporate arg
14008 to set-match-data.
14009
14010 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
14011
14012 * cus-edit.el (customize-face)
14013 (customize-face-other-window): Handle face aliases.
14014
14015 * faces.el (face-documentation, set-face-attribute)
14016 (face-spec-set): Handle face aliases.
14017
14018 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
14019
14020 * help-mode.el (help-make-xrefs): If a symbol representing a face
14021 name is not followed by the word "face", it could still be a
14022 function or variable name, so don't bypass other checks.
14023
14024 2005-06-22 Juri Linkov <juri@jurta.org>
14025
14026 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14027 Replace aliased functions with calls where second arg `inherit' is t.
14028
14029 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
14030
14031 * progmodes/gdb-ui.el (gdb-error): New variable.
14032 (gdb-error): New function.
14033 (gdb-annotation-rules): Act on error-begin and error annotations.
14034 (gdb-concat-output): Use font-lock-warning-face for errors.
14035
14036 2005-06-22 Miles Bader <miles@gnu.org>
14037
14038 * bindings.el (propertized-buffer-identification): Use renamed
14039 `Buffer-menu-buffer' face.
14040
14041 * faces.el (vertical-border): Rename from `vertical-divider'.
14042 (escape-glyph): Change dark-background color back to `cyan'.
14043
14044 2005-06-21 Juri Linkov <juri@jurta.org>
14045
14046 * faces.el (face-user-default-spec): Try getting `customized-face'
14047 prior to `saved-face'.
14048 (frame-background-mode): Refill docstring.
14049
14050 * emacs-lisp/lisp-mode.el (eval-defun-1):
14051 * emacs-lisp/edebug.el (edebug-eval-defun):
14052 Set `saved-face' temporarily to nil before calling form.
14053 Set `customized-face' to the new spec after that.
14054
14055 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
14056
14057 * subr.el (1value, lambda, key-substitution-in-progress):
14058 Doc fixes.
14059
14060 * autoinsert.el (auto-insert-alist):
14061 * ses.el (ses-call-printer):
14062 * subr.el (noreturn):
14063 * emacs-lisp/lisp.el (check-parens):
14064 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14065 * net/browse-url.el (browse-url-mosaic):
14066 * progmodes/cc-defs.el (c-safe-scan-lists):
14067 * progmodes/ebnf-abn.el (ebnf-abn-lex):
14068 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14069 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14070 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14071 * progmodes/ebnf-iso.el (ebnf-iso-lex):
14072 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14073
14074 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
14075
14076 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14077
14078 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
14079
14080 * calendar/appt.el (appt-make-list): Activate the package, if
14081 not already active (for backwards compatibility).
14082
14083 2005-06-20 Kim F. Storm <storm@cua.dk>
14084
14085 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
14086
14087 2005-06-20 Miles Bader <miles@gnu.org>
14088
14089 * faces.el (vertical-divider): New face.
14090
14091 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
14092
14093 * simple.el (kill-whole-line): Doc fix.
14094 (next-error-buffer-p, next-error-find-buffer)
14095 (clone-indirect-buffer): Fix typos in docstrings.
14096 (comment-line-break-function): Doc fix: don't say variable
14097 is automatically buffer-local (it isn't).
14098
14099 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
14100
14101 * net/tramp-ftp.el (top):
14102 * net/tramp-smb.el (top):
14103 * net/tramp-util.el (top):
14104 * net/tramp-uu.el (top):
14105 * net/tramp-vc.el (top):
14106 * net/tramp.el (top): Revert copyright years back to original
14107 ones. Tramp has a life outside GNU Emacs.
14108
14109 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
14110
14111 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14112
14113 2005-06-18 Juri Linkov <juri@jurta.org>
14114
14115 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14116 end of first regexp to limit the match to the position between
14117 line number and source line with same separator character as used
14118 between file name and line number. In the second regexp limit
14119 mouse-face area to file name and line number by adding new group
14120 for them and referring it in HYPERLINK arg.
14121 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14122 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14123 previous line where grep markers may be already removed.
14124
14125 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
14126
14127 * progmodes/ps-mode.el: Update version and maintainer's email address.
14128
14129 2005-06-18 Steve Youngs <steve@xemacs.org>
14130
14131 * net/browse-url.el (browse-url-browser-function)
14132 (browse-url-default-browser): Add firefox.
14133 (browse-url-firefox-program, browse-url-firefox-arguments)
14134 (browse-url-firefox-startup-arguments)
14135 (browse-url-firefox-new-window-is-tab): New defcustoms.
14136 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14137
14138 2005-06-17 Richard M. Stallman <rms@gnu.org>
14139
14140 * startup.el (command-line): Warn if specified user name has
14141 no home directory.
14142
14143 * term.el (term-get-old-input, term-input-filter, term-input-sender)
14144 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14145
14146 * longlines.el (longlines-mode, longlines-show-hard-newlines):
14147 Doc fixes.
14148
14149 * faces.el (underline): Try bold if terminal doesn't support underline.
14150
14151 * mail/sendmail.el (mail-setup-with-from): New variable.
14152 (mail-insert-from-field): New function.
14153 (sendmail-send-it): Call it.
14154 (mail-setup): Optionally call it here.
14155
14156 * term/linux.el: Call tty-no-underline.
14157
14158 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
14159
14160 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14161
14162 2005-06-17 Miles Bader <miles@gnu.org>
14163
14164 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14165 (ediff-current-diff-C, ediff-current-diff-Ancestor)
14166 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14167 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14168 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14169 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14170 Remove "-face" suffix from face names.
14171 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14172 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14173 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14174 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14175 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14176 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14177 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14178 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14179 New backward-compatibility aliases for renamed faces.
14180 (ediff-current-diff-face-A, ediff-current-diff-face-B)
14181 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14182 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14183 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14184 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14185 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14186 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14187 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14188 Use renamed ediff faces.
14189
14190 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14191 Remove "-face" suffix from face names.
14192 (eshell-test-ok-face, eshell-test-failed-face):
14193 New backward-compatibility aliases for renamed faces.
14194 (eshell-run-test): Use renamed eshell-test faces.
14195
14196 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14197 face name.
14198 (eshell-prompt-face): New backward-compatibility alias for renamed
14199 face.
14200 (eshell-emit-prompt): Use renamed eshell-prompt face.
14201
14202 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14203 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14204 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14205 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14206 Remove "-face" suffix from face names.
14207 (eshell-ls-directory-face, eshell-ls-symlink-face)
14208 (eshell-ls-executable-face, eshell-ls-readonly-face)
14209 (eshell-ls-unreadable-face, eshell-ls-special-face)
14210 (eshell-ls-missing-face, eshell-ls-archive-face)
14211 (eshell-ls-backup-face, eshell-ls-product-face)
14212 (eshell-ls-clutter-face):
14213 New backward-compatibility aliases for renamed faces.
14214 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14215
14216 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14217 Remove "-face" suffix from face name.
14218 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14219 instead of literal face.
14220
14221 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
14222
14223 * emacs-lisp/warnings.el (display-warning, lwarn)
14224 (warning-minimum-log-level): Doc fixes.
14225 (warning-minimum-level, warning-minimum-log-level):
14226 Add :debug to :type choices.
14227
14228 * progmodes/ada-mode.el (ada-format-paramlist)
14229 (ada-get-indent-case, ada-check-matching-start)
14230 (ada-check-defun-name, ada-goto-matching-decl-start)
14231 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14232 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14233 (ada-make-subprogram-body): Follow error conventions.
14234 (ada-case-exception-file, ada-indent-comment-as-code)
14235 (ada-indent-handle-comment-special, ada-indent-renames)
14236 (ada-indent-return, ada-search-directories-internal)
14237 (ada-tab-policy, ada-case-exception-substring)
14238 (ada-other-file-alist, ada-matching-start-re)
14239 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14240 (ada-imenu-generic-expression, ada-compile-goto-error)
14241 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14242 (ada-popup-menu, ada-add-extensions, ada-mode)
14243 (ada-region-selected, ada-create-case-exception)
14244 (ada-create-case-exception-substring, ada-after-keyword-p)
14245 (ada-activate-keys-for-case, ada-adjust-case-region)
14246 (ada-adjust-case-buffer, ada-format-paramlist)
14247 (ada-scan-paramlist, ada-insert-paramlist)
14248 (ada-indent-newline-indent)
14249 (ada-indent-newline-indent-conditional)
14250 (ada-justified-indent-current, ada-goto-previous-word)
14251 (ada-indent-current, ada-get-indent-open-paren)
14252 (ada-get-indent-paramlist, ada-get-indent-end)
14253 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14254 (ada-get-indent-block-start, ada-get-indent-subprog)
14255 (ada-get-indent-noindent, ada-get-indent-label)
14256 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14257 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14258 (ada-goto-stmt-end, ada-goto-next-word)
14259 (ada-check-matching-start, ada-check-defun-name)
14260 (ada-goto-matching-decl-start, ada-goto-matching-start)
14261 (ada-goto-matching-end, ada-search-ignore-string-comment)
14262 (ada-in-decl-p, ada-looking-at-semi-or)
14263 (ada-looking-at-semi-private, ada-in-paramlist-p)
14264 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14265 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14266 (ada-next-procedure, ada-previous-procedure, ada-next-package)
14267 (ada-previous-package, ada-create-menu)
14268 (ada-fill-comment-paragraph-justify)
14269 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14270 (ada-other-file-name, ada-last-which-function-line)
14271 (ada-last-which-function-subprog, ada-which-function)
14272 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
14273 (ada-gen-treat-proc, ada-check-emacs-version)
14274 (ada-continuation-indent, ada-align-region-separate):
14275 Fix typos in docstrings.
14276 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
14277
14278 2005-06-16 Lute Kamstra <lute@gnu.org>
14279
14280 * simple.el (fundamental-mode): Run after-change-major-mode-hook
14281 conditionally.
14282
14283 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
14284
14285 * comint.el (comint-replace-by-expanded-filename)
14286 (comint-prompt-regexp, comint-delimiter-argument-list)
14287 (comint-preinput-scroll-to-bottom):
14288 * info.el (Info-hide-cookies-node):
14289 * ls-lisp.el (ls-lisp-classify):
14290 * find-file.el (ff-search-directories, ff-special-constructs)
14291 (ff-find-other-file):
14292 * font-lock.el (font-lock-keywords):
14293 * shell.el (shell-prompt-pattern)
14294 (shell-dynamic-complete-functions, shell-mode)
14295 (shell-delimiter-argument-list):
14296 * term.el (term-replace-by-expanded-filename)
14297 (term-prompt-regexp, term-delimiter-argument-list):
14298 * woman.el (woman-ignore, woman0-if):
14299 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
14300 * emacs-lisp/elint.el (elint-init-env):
14301 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
14302 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
14303 * language/ethio-util.el (ethio-tilde-escape)
14304 (ethio-use-three-dot-question):
14305 * net/zone-mode.el (zone-mode-load-time-setup):
14306 * progmodes/cc-align.el (c-lineup-argcont):
14307 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
14308 * progmodes/cperl-mode.el (cperl-set-style-back):
14309 * progmodes/inf-lisp.el (inferior-lisp-prompt):
14310 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
14311 Fix spellings in docstrings.
14312
14313 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
14314 * progmodes/modula2.el (m2-for): Fix spellings.
14315
14316 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
14317
14318 * simple.el (undo-more): Don't use `format' on `error' arguments.
14319 Improve argument/docstring consistency.
14320 (pending-undo-list): Doc fix.
14321
14322 * smerge-mode.el (smerge-ensure-match):
14323 * emulation/vip.el (vip-ex):
14324 * net/zone-mode.el (zone-mode-update-serial):
14325 * progmodes/idlwave.el (idlwave-complete):
14326 * progmodes/vhdl-mode.el (vhdl-visit-file)
14327 (vhdl-compose-wire-components):
14328 Don't use `format' on `error' arguments.
14329
14330 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
14331 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
14332 (tooltip-help-tips): Fix typos in docstrings.
14333
14334 2005-06-16 David Ponce <david@dponce.com>
14335
14336 * tree-widget.el (tree-widget-value-create): Simplify last change.
14337
14338 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
14339
14340 * ido.el (ido-incomplete-regexp): New variable.
14341 (ido-set-matches-1): Handle invalid-regexp error and set
14342 ido-incomplete-regexp.
14343 (ido-incomplete-regexp): New face.
14344 (ido-completions): Use it.
14345 (ido-complete, ido-exit-minibuffer, ido-completions):
14346 Handle incomplete regexps.
14347 (ido-completions): Add check for complete match when entering a regexp.
14348
14349 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14350
14351 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
14352
14353 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14354
14355 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
14356 by field delimiters.
14357
14358 2005-06-15 David Ponce <david@dponce.com>
14359
14360 * tree-widget.el: eval-and-compile inlined functions so they will
14361 be available at run-time too.
14362 (tree-widget-super-format-handler)
14363 (tree-widget-format-handler): Remove.
14364 (tree-widget-value-create): Handle the :indent property.
14365
14366 2005-06-15 Miles Bader <miles@gnu.org>
14367
14368 * progmodes/which-func.el (which-func): Only inherit
14369 `font-lock-function-name-face' when that makes sense against the
14370 default mode-line face, otherwise set the face color explicitly.
14371
14372 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
14373 faces instead of (non-existent) variables.
14374
14375 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14376
14377 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
14378 (iswitchb-get-matched-buffers): Likewise. Simplify.
14379
14380 2005-06-14 Miles Bader <miles@gnu.org>
14381
14382 * progmodes/ld-script.el (ld-script-location-counter):
14383 Remove "-face" suffix from face name.
14384 (ld-script-location-counter-face):
14385 New backward-compatibility alias for renamed face.
14386 (ld-script-location-counter-face): Use renamed face.
14387
14388 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
14389 (cperl-hash): Remove "-face" suffix from face names.
14390 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
14391 New backward-compatibility aliases for renamed faces.
14392 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
14393 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
14394
14395 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
14396 name.
14397 (which-func-face): New backward-compatibility alias for renamed face.
14398 (which-func-format): Use renamed which-func face.
14399
14400 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
14401 (vhdl-function, vhdl-directive, vhdl-reserved-word)
14402 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
14403 names.
14404 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
14405 (vhdl-speedbar-configuration, vhdl-speedbar-package)
14406 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
14407 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
14408 (vhdl-speedbar-architecture-selected)
14409 (vhdl-speedbar-configuration-selected)
14410 (vhdl-speedbar-package-selected)
14411 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
14412 names.
14413 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
14414 Use renamed faces.
14415 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
14416 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
14417 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
14418 Use renamed faces.
14419 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
14420 names.
14421 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
14422 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
14423 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
14424 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
14425 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
14426 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
14427
14428 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
14429 face name.
14430 (sh-heredoc-face): New backward-compatibility alias for renamed face.
14431 (sh-heredoc-face): Use renamed sh-heredoc face.
14432
14433 * progmodes/idlw-help.el (idlwave-help-link):
14434 Remove "-face" suffix from face name.
14435 (idlwave-help-link-face):
14436 New backward-compatibility alias for renamed face.
14437 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
14438
14439 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
14440 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
14441 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
14442 New backward-compatibility aliases for renamed faces.
14443 (idlwave-shell-disabled-breakpoint-face)
14444 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
14445
14446 * progmodes/flymake.el (flymake-errline, flymake-warnline):
14447 Remove "-face" suffix from face names.
14448 (flymake-errline-face, flymake-warnline-face):
14449 New backward-compatibility aliases for renamed faces.
14450 (flymake-highlight-line): Use renamed flymake faces.
14451
14452 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14453 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14454 (ebrowse-member-class, ebrowse-progress):
14455 Remove "-face" suffix from face names.
14456 (ebrowse-tree-mark-face, ebrowse-root-class-face)
14457 (ebrowse-file-name-face, ebrowse-default-face)
14458 (ebrowse-member-attribute-face, ebrowse-member-class-face)
14459 (ebrowse-progress-face):
14460 New backward-compatibility aliases for renamed faces.
14461 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14462 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14463 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14464 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14465
14466 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14467 antlr-syntax)
14468 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14469 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14470 names.
14471 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14472 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14473 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14474 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14475 backward-compatibility aliases for renamed faces.
14476 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14477 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14478 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14479 remove "font-lock-". Use renamed antlr-mode faces.
14480 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
14481 literal face-names with face variable references.
14482
14483 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14484 face name.
14485 (Buffer-menu-buffer-face): New backward-compatibility alias for
14486 renamed face.
14487 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14488
14489 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
14490
14491 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14492 Eliminate "-face" suffix.
14493 (makefile-targets): Inherit from font-lock-function-name-face and
14494 eliminate "-face" suffix.
14495 (makefile-shell): Remove attributes and eliminate "-face" suffix.
14496 (makefile-*-font-lock-keywords): Append makefile-targets in rule
14497 actions, instead of prepending, to make it less visible.
14498 (makefile-previous-dependency, makefile-match-dependency):
14499 Don't match a target on a continuation line.
14500
14501 * files.el (auto-mode-alist): Put Makefile in gmake mode.
14502
14503 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
14504
14505 * progmodes/gdb-ui.el (menu): Re-order menu items.
14506 (gdb-tooltip-print): Respect tooltip-use-echo-area.
14507
14508 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14509 Define in tooltip.el.
14510 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14511 (gud-tooltip-tips): Respect tooltip-use-echo-area and
14512 gud-tooltip-echo-area.
14513
14514 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14515 backward compatibility and make obsolete.
14516 (tooltip-help-tips): Use tooltip-use-echo-area.
14517 (tooltip-show-help-function): Rename to...
14518 (tooltip-show-help): ...this, because it is a function.
14519 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14520
14521 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
14522
14523 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14524 (edebug-print-length, edebug-print-level, edebug-print-circle)
14525 (edebug-modify-breakpoint, edebug-eval-last-sexp)
14526 (edebug-eval-print-last-sexp): Doc fixes.
14527
14528 2005-06-14 Kim F. Storm <storm@cua.dk>
14529
14530 * ido.el (ido-mode): Make a new keymap every time we enable ido,
14531 as the coverage buffer/file/both may change.
14532
14533 2005-06-14 Lute Kamstra <lute@gnu.org>
14534
14535 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14536 and run-mode-hooks. Simplify.
14537
14538 * mail/rmailedit.el (rmail-edit-mode):
14539 * progmodes/octave-inf.el (inferior-octave-mode):
14540 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14541
14542 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14543 and run-mode-hooks.
14544 (recentf-edit-list, recentf-open-files): Don't call
14545 kill-all-local-variables directly.
14546
14547 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14548
14549 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
14550
14551 * emacs-lisp/byte-run.el (make-obsolete)
14552 (define-obsolete-function-alias): Rename arguments FUNCTION and
14553 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14554 (make-obsolete-variable, define-obsolete-variable-alias):
14555 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14556 respectively.
14557
14558 * isearchb.el (isearchb-activate):
14559 * pcvs.el (cvs-mode):
14560 * ses.el (ses-load):
14561 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14562 * net/tramp.el (tramp-find-file-exists-command)
14563 (tramp-find-shell):
14564 * progmodes/ada-mode.el (ada-create-case-exception)
14565 (ada-create-case-exception-substring, ada-make-subprogram-body):
14566 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14567 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14568 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14569 * textmodes/org.el (org-promote, org-evaluate-time-range)
14570 (org-agenda-next-date-line, org-agenda-previous-date-line)
14571 (org-agenda-error, org-open-at-point, org-table-move-row)
14572 (org-format-table-table-html-using-table-generate-source)
14573 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14574 * textmodes/reftex.el (reftex-access-scan-info):
14575 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14576 (reftex-toc-promote-prepare): Follow error conventions.
14577
14578 * diff-mode.el (diff-mode): Fix typo in docstring.
14579
14580 * forms.el (forms--intuit-from-file): Fix reference to
14581 `forms-number-of-fields' in error message.
14582 (forms-print): Fix quoting in error message.
14583
14584 * forms.el (forms-mode):
14585 * emulation/vi.el (vi-goto-insert-state):
14586 * progmodes/flymake.el (flymake-new-err-info)
14587 (flymake-start-syntax-check-for-current-buffer)
14588 (flymake-simple-cleanup):
14589 * eshell/esh-var.el (eshell/export):
14590 * progmodes/gud.el (xdb):
14591 * textmodes/flyspell.el (flyspell-incorrect-hook)
14592 (flyspell-maybe-correct-transposition)
14593 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14594
14595 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
14596
14597 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14598 minibuffer prompt.
14599
14600 2005-06-13 Kim F. Storm <storm@cua.dk>
14601
14602 * subr.el (add-to-ordered-list): New defun.
14603
14604 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14605 add cua--keymap-alist to emulation-mode-map-alists.
14606
14607 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14608
14609 * subr.el (complete-in-turn): New macro.
14610 (dynamic-completion-table, lazy-completion-table): Add debug info.
14611
14612 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14613 in preference to face aliases.
14614
14615 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14616 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14617 Remove unused vars `start' and `firstline'.
14618 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14619 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14620
14621 2005-06-13 Eli Zaretskii <eliz@gnu.org>
14622
14623 * cus-start.el (all): Don't complain about missing GTK-related
14624 variables, unless either `gtk' is boundp or this isn't a
14625 `windows-nt' build.
14626
14627 2005-06-13 Lute Kamstra <lute@gnu.org>
14628
14629 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14630 run-mode-hooks.
14631
14632 * ediff-mult.el (ediff-meta-mode):
14633 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14634
14635 * ledit.el (ledit-mode): Use delay-mode-hooks.
14636
14637 * woman.el (woman-mode-line-format): Delete constant.
14638 (woman-mode-map): Initialize it properly.
14639 (woman-mode): Set mode-class property to special.
14640 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14641 Set major-mode and mode-name. Don't set mode-line-format directly.
14642 (Man-getpage-in-background): Don't reference woman-mode-line-format.
14643
14644 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14645 string argument obsolete.
14646
14647 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
14648
14649 * textmodes/org.el (org-CUA-compatible): New option.
14650 (org-disputed-keys): New variable.
14651 (org-key): New function.
14652 (orgtbl-make-binding): Add docstring to the created function.
14653 (org-mode): Set paragraph start/separate regexps.
14654 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14655 (org-archive-location, org-archive-mark-done)
14656 (org-archive-stamp-time): New options.
14657 (org-archive-subtree): New command.
14658 (org-fill-paragraph): New function.
14659 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14660 (org-fake-empty-table-line): Function removed.
14661 (org-format-org-table-html): Do not create empty table lines at
14662 separator lines. Improved table header treatment.
14663 (org-link-format): New option.
14664 (org-make-link): New function.
14665 (org-insert-link, org-store-link): Use org-make-link.
14666 (org-open-file): Quote file name for shell command, to allow
14667 spaces in file names.
14668 (org-link-regexp): Fix bug with mailto link.
14669 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14670 New constants.
14671 (org-export-as-html): Deal with the optional angles around a link.
14672 Better treatment of file: links.
14673 (org-open-at-point): Replace @{ and @} with < and >.
14674 (org-run-mode-hooks): Function removed.
14675 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14676
14677 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
14678
14679 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14680 MI command -data-list-register-values.
14681 (gdb-post-prompt): Indent properly.
14682
14683 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
14684
14685 * hilit-chg.el (highlight-changes-colors): Rename from
14686 `highlight-changes-colours'.
14687 (highlight-changes-colours): Keep as obsolete alias.
14688 (highlight-changes-face-list): Doc fix.
14689 (hilit-chg-make-list): Use `highlight-changes-colors'.
14690
14691 2005-06-12 Mark A. Hershberger <mah@everybody.org>
14692
14693 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14694 defun-prompt-regexp.
14695
14696 2005-06-12 Eli Zaretskii <eliz@gnu.org>
14697
14698 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14699 and cygwin.
14700
14701 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14702 Don't use an old loaddefs.el, as in Makefile.in.
14703
14704 2005-06-12 Lute Kamstra <lute@gnu.org>
14705
14706 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14707
14708 * man.el (Man-mode-map): Initialize it properly.
14709 (Man-mode): Set mode-class property to special.
14710
14711 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14712
14713 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14714
14715 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14716 A newline is needed in the docstring there.
14717
14718 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14719 Doc fixes.
14720
14721 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14722
14723 * printing.el: Doc fix. The menubar is no more changed when printing
14724 is loaded, it only changes when pr-menu-bind or pr-update-menus is
14725 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
14726 (pr-version): New version number (6.8.4).
14727 (pr-menu-bind): New command.
14728 (pr-update-menus): Docstring and code fix.
14729 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14730 Docstring fix.
14731 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14732 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14733
14734 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14735
14736 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14737 "Returns" to "return", document useful return values, etc.
14738
14739 2005-06-11 Alan Mackenzie <acm@muc.de>
14740
14741 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14742 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14743 (adaptive-file-function): Minor amendment to doc-string.
14744
14745 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14746
14747 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14748 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14749 Fix :type--it is `integer', not `string'.
14750
14751 * faces.el (modeline-highlight): Rename from (the erroneous)
14752 `modeline-higilight'.
14753
14754 2005-06-11 Lute Kamstra <lute@gnu.org>
14755
14756 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14757 lisp-interaction-mode-map but make it the parent.
14758 (edebug-eval-mode): Use define-derived-mode.
14759
14760 2005-06-11 Andreas Schwab <schwab@suse.de>
14761
14762 * bindings.el: Add binding of `ESC functionkey' for every
14763 `M-functionkey'.
14764 * hexl.el (hexl-mode-map): Likewise.
14765
14766 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14767
14768 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14769 [msft]: update regexp for newer msft compilers.
14770
14771 2005-06-10 Mark A. Hershberger <mah@everybody.org>
14772
14773 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14774 ATTLIST portions of included DTDs.
14775 (xml-parse-dtd): Eliminate use of inefficient match-data.
14776
14777 2005-06-10 Miles Bader <miles@gnu.org>
14778
14779 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14780 (mpuz-text): Remove "-face" suffix from face names.
14781 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14782 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14783 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14784
14785 * play/gomoku.el (gomoku-O, gomoku-X):
14786 Remove "-face" suffix from face names.
14787 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14788 New backward-compatibility aliases for renamed faces.
14789 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14790
14791 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14792
14793 * thumbs.el: Fixes for changes of 2005-06-09.
14794 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14795 as a directory.
14796 (thumbs-thumbname): Remove directory separator from format string;
14797 `thumbs-thumbsdir' now returns a valid directory name.
14798 (thumbs-temp-dir): New defsubst.
14799 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14800 Use it.
14801
14802 * cus-edit.el (minibuffer):
14803 * files.el (make-backup-file-name-function):
14804 * filesets.el (filesets-external-viewers):
14805 * hilit-chg.el (highlight-changes-colours)
14806 (highlight-changes-face-list, highlight-changes-rotate-faces):
14807 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14808 * kmacro.el (kmacro-call-macro):
14809 * log-edit.el (log-edit-changelog-full-paragraphs):
14810 * mouse.el (mouse-1-click-follows-link):
14811 * skeleton.el (skeleton-autowrap):
14812 * subr.el (insert-for-yank-1):
14813 * tempo.el (tempo-insert-region):
14814 * terminal.el (terminal-emulator):
14815 * time.el (display-time-mail-face):
14816 * vc.el (vc-annotate):
14817 * vcursor.el (vcursor-copy-line):
14818 * woman.el (woman-bold-headings, woman-ignore)
14819 (woman-default-faces, woman-monochrome-faces):
14820 * calendar/todo-mode.el (todo-insert-threshold):
14821 * emulation/pc-select.el (pc-select-selection-keys-only)
14822 (pc-selection-mode):
14823 * emulation/vip.el (vip-find-char-forward):
14824 * emulation/viper-cmd.el (viper-find-char-forward):
14825 * international/mule-cmds.el
14826 (select-safe-coding-system-accept-default-p)
14827 (input-method-exit-on-invalid-key):
14828 * international/mule-diag.el (describe-coding-system):
14829 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14830 * net/browse-url.el (browse-url-xterm-program):
14831 * obsolete/lazy-lock.el (lazy-lock-mode):
14832 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14833 (cperl-mode):
14834 * progmodes/cpp.el (cpp-face-light-name-list)
14835 (cpp-face-dark-name-list):
14836 * progmodes/delphi.el (delphi-newline-always-indents):
14837 Fix spellings in docstrings.
14838
14839 * ido.el (ido-mode, ido-file-extensions-order)
14840 (ido-default-file-method, ido-default-buffer-method)
14841 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14842 (ido-decorations, ido-read-file-name-as-directory-commands)
14843 (ido-read-file-name-non-ido, ido-work-directory-list)
14844 (ido-ignore-item-temp-list, ido-current-directory)
14845 (ido-magic-forward-char, ido-enter-find-file)
14846 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14847 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14848
14849 2005-06-10 Lute Kamstra <lute@gnu.org>
14850
14851 * play/dunnet.el (dun-mode): Use define-derived-mode.
14852 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14853 obsolete alias.
14854
14855 * play/doctor.el (doctor-mode-map): Remove defvar.
14856 (doctor-mode): Use define-derived-mode.
14857
14858 * mail/mspools.el (mspools-mode):
14859 * net/eudc-hotlist.el (eudc-hotlist-mode):
14860 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14861
14862 2005-06-10 Miles Bader <miles@gnu.org>
14863
14864 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14865 Remove "-face" suffix from face names.
14866 (flyspell-incorrect-face, flyspell-duplicate-face):
14867 New backward-compatibility aliases for renamed faces.
14868 (flyspell-mode-on, make-flyspell-overlay)
14869 (flyspell-highlight-incorrect-region)
14870 (flyspell-highlight-duplicate-region)
14871 (flyspell-display-next-corrections)
14872 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14873
14874 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14875 from face name.
14876 (texinfo-heading-face): New backward-compatibility alias for
14877 renamed face.
14878 (texinfo-heading-face): Use renamed texinfo-heading face.
14879
14880 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14881 suffix from face names.
14882 (tex-math-face, tex-verbatim-face):
14883 New backward-compatibility aliases for renamed faces.
14884 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14885 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14886 literal face name.
14887
14888 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14889 name.
14890 (table-cell-face): New backward-compatibility alias for renamed face.
14891 (table--put-cell-face-property, table--update-cell-face):
14892 Use renamed table-cell face.
14893
14894 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14895 from face name.
14896 (sgml-namespace-face): New backward-compatibility alias for
14897 renamed face.
14898 (sgml-namespace-face): Use renamed sgml-namespace face.
14899
14900 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14901 (org-level-4, org-level-5, org-level-6, org-level-7)
14902 (org-level-8, org-warning, org-headline-done)
14903 (org-deadline-announce, org-scheduled-today)
14904 (org-scheduled-previously, org-link, org-done, org-table)
14905 (org-time-grid): Remove "-face" suffix from face names.
14906 (org-level-1-face, org-level-2-face, org-level-3-face)
14907 (org-level-4-face, org-level-5-face, org-level-6-face)
14908 (org-level-7-face, org-level-8-face, org-warning-face)
14909 (org-headline-done-face, org-deadline-announce-face)
14910 (org-scheduled-today-face, org-scheduled-previously-face)
14911 (org-link-face, org-done-face, org-table-face)
14912 (org-time-grid-face):
14913 New backward-compatibility aliases for renamed faces.
14914 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14915 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14916 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14917 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14918
14919 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14920 (viper-minibuffer-emacs, viper-minibuffer-insert)
14921 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14922 (viper-search-face, viper-replace-overlay-face)
14923 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14924 (viper-minibuffer-vi-face):
14925 New backward-compatibility aliases for renamed faces.
14926 (viper-search-face, viper-replace-overlay-face)
14927 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14928 (viper-minibuffer-vi-face): Use renamed viper faces.
14929
14930 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14931 Remove "-face" suffix from face names.
14932 (testcover-nohits-face, testcover-1value-face):
14933 New backward-compatibility aliases for renamed faces.
14934 (testcover-mark): Use renamed testcover faces.
14935
14936 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14937 face name.
14938 (diary-button-face): New backward-compatibility alias for renamed face.
14939 (diary-entry): Use renamed diary-button face.
14940
14941 * calendar/calendar.el (diary, calendar-today, holiday)
14942 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14943 (diary-face, calendar-today-face, holiday-face):
14944 New backward-compatibility aliases for renamed faces.
14945 (eval-after-load "facemenu", diary-entry-marker)
14946 (calendar-today-marker, calendar-holiday-marker, diary-face):
14947 Use renamed calendar faces.
14948
14949 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14950 (compare-windows-face): New backward-compatibility alias for
14951 renamed face.
14952 (compare-windows-highlight): Use renamed compare-windows face.
14953
14954 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14955 (strokes-char-face): New backward-compatibility alias for renamed face.
14956 (strokes-encode-buffer): Use renamed strokes-char face.
14957
14958 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14959 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14960 Remove "-face" suffix from face names.
14961 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14962 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14963 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14964 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14965 Use renamed pcvs faces.
14966 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14967 * pcvs-defs.el (cvs-mode-map): Likewise.
14968 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14969
14970 * info.el (info-title-1, info-title-2, info-title-3)
14971 (info-title-4): Remove "-face" suffix from and downcase face names.
14972 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14973 (Info-title-4-face):
14974 New backward-compatibility aliases for renamed faces.
14975 (Info-fontify-node): Use renamed info faces.
14976
14977 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14978 Remove "-face" suffix from face names.
14979 (highlight-changes-face, highlight-changes-delete-face):
14980 New backward-compatibility aliases for renamed faces.
14981 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14982 (hilit-chg-make-list): Use renamed highlight-changes faces.
14983
14984 * generic-x.el (show-tabs-tab, show-tabs-space):
14985 Remove "-face" suffix from face names.
14986 (show-tabs-tab-face, show-tabs-space-face):
14987 New backward-compatibility aliases for renamed faces.
14988 (show-tabs-generic-mode-font-lock-defaults-1)
14989 (show-tabs-generic-mode-font-lock-defaults-2):
14990 Use renamed show-tabs faces.
14991
14992 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14993 (smerge-markers): Remove "-face" suffix from face names.
14994 (smerge-mine-face, smerge-other-face, smerge-base-face)
14995 (smerge-markers-face):
14996 New backward-compatibility aliases for renamed faces.
14997 (smerge-mine-face, smerge-other-face, smerge-base-face)
14998 (smerge-markers-face): Use renamed smerge faces.
14999
15000 * log-view.el (log-view-file, log-view-message): Remove "-face"
15001 suffix from face names.
15002 (log-view-file-face, log-view-message-face):
15003 New backward-compatibility aliases for renamed faces.
15004 (log-view-file-face, log-view-message-face): Use renamed log-view
15005 faces.
15006
15007 * paren.el (show-paren-match, show-paren-mismatch):
15008 Remove "-face" suffix from face names.
15009 (show-paren-match-face, show-paren-mismatch-face):
15010 New backward-compatibility aliases for renamed faces.
15011 (show-paren-function): Use renamed show-paren faces.
15012
15013 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15014 (ruler-mode-margins, ruler-mode-fringes)
15015 (ruler-mode-column-number, ruler-mode-fill-column)
15016 (ruler-mode-comment-column, ruler-mode-goal-column)
15017 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15018 suffix from face names.
15019 (ruler-mode-default-face, ruler-mode-pad-face)
15020 (ruler-mode-margins-face, ruler-mode-fringes-face)
15021 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15022 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15023 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15024 New backward-compatibility aliases for renamed faces.
15025 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15026 (ruler-mode-column-number, ruler-mode-fill-column)
15027 (ruler-mode-comment-column, ruler-mode-goal-column)
15028 (ruler-mode-tab-stop, ruler-mode-current-column)
15029 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15030 faces.
15031
15032 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15033 face name.
15034 (whitespace-highlight-the-space): Use renamed face.
15035 (whitespace-highlight-face): New backward-compatibility alias for
15036 renamed face.
15037
15038 * woman.el (woman-italic, woman-bold, woman-unknown)
15039 (woman-addition, woman-symbol-face):
15040 Remove "-face" suffix from face names.
15041 (woman-italic-face, woman-bold-face, woman-unknown-face)
15042 (woman-addition-face):
15043 New backward-compatibility aliases for renamed faces.
15044 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15045 (woman-decode-region, woman-replace-match)
15046 (woman-display-extended-fonts, woman-special-characters)
15047 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15048 Use renamed woman faces.
15049
15050 * longlines.el (longlines-visible-face): Face removed.
15051
15052 * diff-mode.el (diff-header, diff-file-header, diff-index)
15053 (diff-hunk-header, diff-removed, diff-added, diff-changed)
15054 (diff-function, diff-context, diff-nonexistent): Remove "-face"
15055 suffix from face names.
15056 (diff-header-face, diff-file-header-face, diff-index-face)
15057 (diff-hunk-header-face, diff-removed-face, diff-added-face)
15058 (diff-changed-face, diff-function-face, diff-context-face)
15059 (diff-nonexistent-face): New backward-compatibility aliases for
15060 renamed faces.
15061 (diff-header-face, diff-file-header-face)
15062 (diff-index, diff-index-face, diff-hunk-header)
15063 (diff-hunk-header-face, diff-removed, diff-removed-face)
15064 (diff-added, diff-added-face, diff-changed-face, diff-function)
15065 (diff-function-face, diff-context-face, diff-nonexistent)
15066 (diff-nonexistent-face): Use renamed diff-mode faces.
15067
15068 * progmodes/compile.el (compilation-warning-face)
15069 (compilation-info-face): Remove "-face" suffix from face names.
15070 (compilation-warning-face, compilation-info-face):
15071 New backward-compatibility aliases for renamed faces.
15072 (compilation-warning-face, compilation-info-face):
15073 Use renamed compilation faces.
15074
15075 * add-log.el (change-log-date, change-log-name)
15076 (change-log-email, change-log-file, change-log-list)
15077 (change-log-conditionals, change-log-function)
15078 (change-log-acknowledgement): Remove "-face" suffix from face names.
15079 (change-log-date-face, change-log-name-face)
15080 (change-log-email-face, change-log-file-face)
15081 (change-log-list-face, change-log-conditionals-face)
15082 (change-log-function-face, change-log-acknowledgement-face):
15083 New backward-compatibility aliases for renamed faces.
15084 (change-log-font-lock-keywords): Use renamed change-log faces.
15085
15086 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15087 (custom-set, custom-changed, custom-saved, custom-button)
15088 (custom-button-pressed, custom-documentation, custom-state)
15089 (custom-comment, custom-comment-tag, custom-variable-tag)
15090 (custom-variable-button, custom-face-tag, custom-group-tag-1)
15091 (custom-group-tag): Remove "-face" suffix from face names.
15092 (custom-magic-alist, custom-magic-value-create)
15093 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15094 (custom-invalid-face, custom-rogue-face, custom-modified-face)
15095 (custom-set-face, custom-changed-face, custom-saved-face)
15096 (custom-button-face, custom-button-pressed-face)
15097 (custom-documentation-face, custom-state-face)
15098 (custom-comment-face, custom-comment-tag-face)
15099 (custom-variable-tag-face, custom-variable-button-face)
15100 (custom-face-tag-face, custom-group-tag-face-1)
15101 (custom-group-tag-face):
15102 New backward-compatibility aliases for renamed faces.
15103
15104 * wid-edit.el (widget-documentation, widget-button)
15105 (widget-field, widget-single-line-field, widget-inactive)
15106 (widget-button-pressed): "-face" suffix removed from face names.
15107 (widget-documentation-face, widget-button-face)
15108 (widget-field-face, widget-single-line-field-face)
15109 (widget-inactive-face, widget-button-pressed-face):
15110 New backward-compatibility aliases for renamed faces.
15111 (widget-documentation-face, widget-button-face)
15112 (widget-button-pressed-face, widget-specify-field)
15113 (widget-specify-inactive): Use renamed widget faces.
15114
15115 2005-06-10 Kenichi Handa <handa@m17n.org>
15116
15117 * term/x-win.el (x-clipboard-yank): Remove condition-case
15118 wrapping.
15119
15120 2005-06-11 Kenichi Handa <handa@m17n.org>
15121
15122 * add-log.el (change-log-font-lock-keywords): Make the regexp for
15123 date lines stricter.
15124
15125 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
15126
15127 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15128 of x-get-selection.
15129
15130 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
15131
15132 * comint.el (comint-mode, comint-snapshot-last-prompt):
15133 * frame.el (frame-current-scroll-bars):
15134 * term.el (term-mode, term-check-proc, term-input-sender)
15135 (term-simple-send, term-extract-string, term-word)
15136 (term-match-partial-filename):
15137 * window.el (window-current-scroll-bars):
15138 * emulation/cua-base.el (cua-normal-cursor-color)
15139 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15140 (cua-global-mark-cursor-color):
15141 * mail/undigest.el (rmail-forward-separator-regex):
15142 Fix typos in docstrings.
15143
15144 * comint.el (comint-check-proc, make-comint-in-buffer)
15145 (comint-source-default): Doc fixes.
15146
15147 * term.el (term-send-string): Improve argument/docstring consistency.
15148
15149 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
15150
15151 * comint.el (comint-send-input): Bind `inhibit-read-only' around
15152 call to `delete-region'.
15153 (comint-mode-hook): Do not enable Font Lock by default.
15154
15155 2005-06-09 Lute Kamstra <lute@gnu.org>
15156
15157 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15158 could be void.
15159
15160 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
15161
15162 * emacs-lisp/debug.el (debugger-will-be-back): New var.
15163 (debug): Use it.
15164 (debugger-step-through, debugger-continue, debugger-jump)
15165 (debugger-return-value): Set it when needed.
15166 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15167 Use inhibit-read-only.
15168
15169 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
15170
15171 * window.el (shrink-window-if-larger-than-buffer)
15172 (window-size-fixed): Fix typo in docstring.
15173
15174 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
15175 thumbnails directory on loading.
15176 (thumbs-conversion-program): Use `eq' to check the system type,
15177 not `equal'.
15178 (thumbs-temp-dir): Initialize to `temporary-file-directory',
15179 not "/tmp". Fix docstring.
15180 (thumbs-thumbsdir): New function to return the thumbnails
15181 directory, creating it if needed.
15182 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15183 (thumbs-temp-file): Delete variable and make it into a function.
15184 (thumbs-resize-image, thumbs-modify-image): Use it.
15185 (thumbs-kill-buffer): Simplify.
15186 (thumbs-gensym): Defalias or duplicate CL `gensym'.
15187 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15188 docstrings.
15189
15190 2005-06-09 Kim F. Storm <storm@cua.dk>
15191
15192 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15193 set-match-data to free markers in match-data.
15194
15195 * replace.el (replace-match-data): Pass RESEAT arg `t' to
15196 match-data to unchain markers in match-data.
15197
15198 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
15199
15200 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15201 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
15202 unnecessary now.
15203
15204 2005-06-08 Richard M. Stallman <rms@gnu.org>
15205
15206 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15207 give the variable a doc string that doesn't say don't set it directly.
15208
15209 * textmodes/ispell.el (ispell-check-version):
15210 Use match-string-no-properties.
15211 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15212 (ispell-buffer-local-words): Likewise.
15213
15214 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15215 except on terminals with enough colors to really display it.
15216 (makefile-dependency-regex): Delete spurious `bb'.
15217
15218 * faces.el (escape-glyph): Use blue once again in last case.
15219 (no-break-space): Redefine so that it isn't invisible on a tty.
15220
15221 2005-06-08 Kim F. Storm <storm@cua.dk>
15222
15223 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15224 also when reading directory name.
15225
15226 2005-06-08 Lute Kamstra <lute@gnu.org>
15227
15228 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15229 (flyspell-mode-line-string): Remove autoload cookie.
15230 (flyspell-mode): Remove defvar.
15231
15232 2005-06-07 Lute Kamstra <lute@gnu.org>
15233
15234 * textmodes/org.el (org-run-mode-hooks): New function.
15235 (org-agenda-mode): Use it.
15236
15237 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
15238
15239 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15240
15241 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15242
15243 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15244
15245 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
15246
15247 * font-lock.el (font-lock-add-keywords): Doc fix.
15248
15249 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
15250
15251 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15252 (tex-compile-default): In the absence of any history, use the order in
15253 tex-compile-alist to choose the preferred command.
15254 (tex-compile-commands): Reorder a bit.
15255
15256 * textmodes/flyspell.el (flyspell-auto-correct-binding)
15257 (flyspell-incorrect-face, flyspell-duplicate-face):
15258 Use (X)Emacs-agnostic code.
15259 (flyspell-mode-map): Don't overwrite at each load. Remove code
15260 redundant with the subsequent add-minor-mode. Merge Emacs and
15261 XEmacs code.
15262 (flyspell-word): Minor simplification.
15263 (flyspell-math-tex-command-p): Quieten the byte-compiler.
15264 (flyspell-external-point-words): Remove unused vars `size' and `start'.
15265 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15266 Merge the corresponding Emacs code.
15267 (flyspell-correct-word, flyspell-xemacs-popup):
15268 Use flyspell-do-correct.
15269
15270 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15271 a dedicated window.
15272
15273 * international/latexenc.el (latexenc-find-file-coding-system):
15274 Undo part of last patch, to turn off a compiler warning.
15275
15276 2005-06-06 Juri Linkov <juri@jurta.org>
15277
15278 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
15279 Rename `tmm-inactive-face' to `tmm-inactive'.
15280
15281 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
15282
15283 * iswitchb.el: Rename faces.
15284
15285 2005-06-06 Kim F. Storm <storm@cua.dk>
15286
15287 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
15288 (cua-global-mark): Remove -face suffix from face names.
15289
15290 * emulation/cua-gmrk.el (cua--init-global-mark):
15291 Remove cua-global-mark face setup.
15292
15293 2005-06-06 Richard M. Stallman <rms@gnu.org>
15294
15295 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
15296 just like other allowed characters.
15297 (makefile-match-dependency): Exclude leading and training whitespace
15298 from the range of regexp subexp 1.
15299 (makefile-macroassign-regex): Don't try to match the body,
15300 just the name of the macro being defined.
15301
15302 * info.el (Info-read-node-name-2): New function.
15303 (Info-read-node-name-1): Use that.
15304 Add a completion-base-size-function property.
15305
15306 * simple.el (completion-setup-function): Look for
15307 completion-base-size-function property of minibuffer-completion-table.
15308
15309 * files.el (locate-file-completion): Doc fix.
15310
15311 * printing.el: Don't call pr-update-menus; user must do that.
15312
15313 * emacs-lisp/debug.el (debugger-window): New variable.
15314 (debug): Use debugger-window if it is set and still alive.
15315 Record debugger-window for next entry.
15316
15317 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
15318
15319 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
15320
15321 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
15322 (hack-one-local-variable, hack-local-variables)
15323 (hack-local-variables-prop-line): Pass that arg.
15324
15325 2005-06-06 Kim F. Storm <storm@cua.dk>
15326
15327 * ido.el (ido-first-match, ido-only-match, ido-subdir)
15328 (ido-indicator): Remove -face suffix from face names.
15329
15330 2005-06-06 Juri Linkov <juri@jurta.org>
15331
15332 * font-lock.el (font-lock-regexp-backslash)
15333 (font-lock-regexp-backslash-construct): New faces.
15334 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
15335 after `('. Add `while-no-input' to control structures.
15336
15337 * faces.el (no-break-space, shadow): New faces.
15338 (escape-glyph): Use less loud colors pink2 and red4.
15339
15340 * diff-mode.el (diff-context-face)
15341 * dired.el (dired-ignored)
15342 * rfn-eshadow.el (file-name-shadow)
15343 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
15344
15345 * info.el (Info-title-1-face): Use green instead of yellow because
15346 bold yellow is not readable on light backgrounds.
15347
15348 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
15349 before selecting the desired mode to not spend time fontifying
15350 old contents.
15351
15352 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
15353
15354 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
15355 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
15356
15357 * ps-print.el (ps-default-fg, ps-default-bg):
15358 Fix typos in docstrings.
15359
15360 * isearchb.el (isearchb): Don't pass a spurious second argument to
15361 `iswitchb-completions'.
15362
15363 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
15364
15365 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
15366 to preserve point.
15367 (gdb-find-file-hook): Add doc string.
15368
15369 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
15370 C dereferenced pointer expression.
15371 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
15372
15373 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
15374
15375 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
15376 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
15377 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
15378 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
15379 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
15380 Make background transparent.
15381
15382 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
15383
15384 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
15385 (font-lock-remove-keywords): Doc fix.
15386 (font-lock-mode-major-mode): Compiler defvar.
15387 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
15388
15389 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
15390 (font-lock-mode): Update `font-lock-mode-major-mode'.
15391 (font-lock-set-defaults): Compiler defvar.
15392 (font-lock-default-function): Take `font-lock-mode-major-mode'
15393 into account.
15394
15395 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
15396 keep track of which major mode it enabled the minor mode for.
15397 Use find-file-hook again. Update docstring.
15398
15399 * simple.el (eval-expression-print-level)
15400 (eval-expression-print-length, eval-expression-debug-on-error):
15401 Doc fixes.
15402
15403 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
15404
15405 * iswitchb.el (iswitchb-single-match-face)
15406 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
15407 (iswitchb-invalid-regexp-face): New faces.
15408 (iswitchb-completions): Use them.
15409 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
15410 now marked as an obsolete alias.
15411 (iswitchb-read-buffer): Remove check for bound font variables.
15412 (iswitchb-invalid-regexp): New free variable.
15413 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
15414 set iswitchb-invalid-regexp.
15415 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
15416 invalid regexps.
15417 (iswitchb-completions): Add check for complete match when entering
15418 a regexp.
15419 (iswitchb-completions): Remove require-match argument.
15420 (iswitchb-exhibit): Fix caller.
15421 (iswitchb-common-match-inserted): New variable.
15422 (iswitchb-complete, iswitchb-completion-help): Use it.
15423
15424 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
15425
15426 * url-http.el (url-http-chunked-encoding-after-change-function):
15427 Use `url-http-debug' instead of `message'.
15428
15429 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
15430
15431 * url-http.el (url-http-parse-headers): Pass redirected URL as a
15432 callback argument.
15433
15434 2005-06-04 Kim F. Storm <storm@cua.dk>
15435
15436 * simple.el (line-move): Only call sit-for when moving backwards.
15437
15438 * ido.el (ido-make-merged-file-list-1): New defun split from
15439 ido-make-merged-file-list.
15440 (ido-make-merged-file-list): Bind throw-on-input around call to
15441 ido-make-merged-file-list-1. Return input-pending-p if
15442 interrupted by more input available.
15443 (ido-read-internal): Handle input-pending-p return value from
15444 ido-make-merged-file-list.
15445
15446 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15447
15448 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
15449 compatibility code.
15450
15451 * international/latexenc.el (latexenc-find-file-coding-system):
15452 Don't inherit the EOL part of the coding-system from the
15453 tex-main buffer. Fit within 80 columns.
15454
15455 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
15456
15457 * tmm.el (tmm-inactive-face): New face.
15458 (tmm-remove-inactive-mouse-face): New function.
15459 (tmm-prompt, tmm-add-one-shortcut)
15460 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15461 but not selectable.
15462
15463 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
15464
15465 * faces.el (face-equal): Improve argument/docstring consistency.
15466
15467 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
15468
15469 * progmodes/make-mode.el (makefile-targets-face)
15470 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15471 (makefile-bsdmake-dependency-regex)
15472 (makefile-makepp-rule-action-regex)
15473 (makefile-bsdmake-rule-action-regex): New constants.
15474 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15475
15476 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15477 Allow (...) within `...' for makepp messages.
15478
15479 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
15480
15481 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15482
15483 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15484 "." files are deleted from all file lists before comparison.
15485
15486 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15487 (viper-ESC-key): Made them customizable.
15488
15489 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15490
15491 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
15492
15493 * autorevert.el (auto-revert-buffers): Use save-match-data.
15494
15495 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15496
15497 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15498 menu items with a nil command binding.
15499
15500 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
15501
15502 * emacs-lisp/cl-macs.el (defsetf):
15503 Improve argument/docstring consistency.
15504
15505 * faces.el (list-faces-display): Improve the formatting by
15506 computing the maximum length required for any face-name (reworked
15507 patch of 1999-01-11, accidentally deleted on 1999-07-21).
15508 (internal-find-face): Remove redundant info in docstring.
15509
15510 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
15511
15512 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15513 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15514 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15515 (gdb-assembler-custom): Improve regexps.
15516 (def-gdb-auto-update-handler): Use window point to preserve point.
15517
15518 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15519
15520 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15521
15522 2005-05-31 Jay Belanger <belanger@truman.edu>
15523
15524 * calc/calc-embed.el (calc-embedded-word): Change argument passed
15525 to calc-embedded.
15526 (calc-embedded-make-info): Have plain prefix argument select
15527 entire line.
15528
15529 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
15530
15531 * faces.el (list-faces-display): Signal error if passed a regexp
15532 that matches no face name.
15533
15534 * simple.el (filter-buffer-substring): Fix typo in docstring.
15535
15536 2005-05-31 Richard M. Stallman <rms@gnu.org>
15537
15538 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15539 (vhdl-emacs-21): Doc fix.
15540 (vhdl-mode): Unconditionally set comment-padding.
15541 (vhdl-fixup-whitespace-region): Insert spaces only where
15542 there are none.
15543 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15544
15545 2005-05-30 John Wiegley <johnw@newartisans.com>
15546
15547 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15548 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15549 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15550 `directory-sep-char' to ?/, and all uses of `string-to-int' to
15551 `string-to-number'.
15552
15553 2005-05-30 Jay Belanger <belanger@truman.edu>
15554
15555 * calc/calc.el (calc-bug-address): Fix docstring.
15556 (calc-window-hook, calc-trail-window-hook): New variables.
15557 (calc-trail-display): Restore use of calc-trail-window-hook.
15558 (calc): Restore use of calc-window-hook.
15559
15560 2005-05-31 Masatake YAMATO <jet@gyve.org>
15561
15562 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15563
15564 * help-fns.el (help-C-file-name): Add autoload mark for
15565 `find-function-noselect'.
15566
15567 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15568
15569 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15570 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15571
15572 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15573
15574 * calendar/diary-lib.el (mark-included-diary-files): Only kill
15575 included diary buffer if it was not already being visited.
15576 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15577
15578 * calendar/icalendar.el (top-level): Do not require appt.
15579
15580 * mail/supercite.el (sc-select-attribution): Only use a list
15581 element from sc-attrib-selection-list if it returns a string.
15582 Reported by Davide G. M. Salvetti <salve@debian.org>.
15583
15584 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
15585
15586 * thumbs.el (thumbs-thumbname): The resulting thumbname now
15587 includes a hash value to improve its uniqueness, and has a ".jpg"
15588 extension. Also, it is now a valid filename on all systems.
15589 (thumbs-make-thumb): Use `let', not `let*'.
15590 (thumbs-show-thumbs-list): Check for JPEG availability.
15591
15592 2005-05-30 Richard M. Stallman <rms@gnu.org>
15593
15594 * filesets.el (filesets-menu-ensure-use-cached):
15595 Prevent warning when emacs-version>= is undefined.
15596
15597 * printing.el (pr-interactive-n-up): Use string-to-number.
15598
15599 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15600
15601 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15602 Warn only when name to be defined is quoted.
15603
15604 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
15605
15606 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15607 Make regexp more robust.
15608 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15609 Force regeneration of disassembly.
15610
15611 2005-05-29 Jay Belanger <belanger@truman.edu>
15612
15613 * calc/calc.el (calc-user-invocation): Check if
15614 calc-invocation-macro is non-nil.
15615
15616 2005-05-29 Juri Linkov <juri@jurta.org>
15617
15618 * add-log.el (change-log-font-lock-keywords):
15619 Add `+' to e-mail regexp to accept mail address with keywords.
15620
15621 * man.el (Man-name-regexp): Add `:' to accept qualified names.
15622
15623 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
15624
15625 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15626
15627 * ielm.el (inferior-emacs-lisp-mode): Ditto.
15628
15629 2005-05-29 Richard M. Stallman <rms@gnu.org>
15630
15631 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15632 Undo the change that moves to end of the current word.
15633
15634 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15635
15636 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15637 Throw error when count <= 0 to ensure input is a number.
15638 (gdb-read-memory-custom): Pick up address from buffer.
15639 (gdb-memory-mode): Allow user to increment and decrement
15640 memory address from header line.
15641
15642 2005-05-29 Richard M. Stallman <rms@gnu.org>
15643
15644 * flyspell.el (flyspell-version): Function deleted.
15645 (flyspell-auto-correct-previous-hook): Doc fix.
15646
15647 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15648 Do nothing if memory is full.
15649
15650 * font-lock.el (font-lock-fontify-syntactically-region):
15651 Pass t for GREEDY to looking-back.
15652
15653 * saveplace.el (save-place-alist-to-file): Write the file
15654 using write-region.
15655
15656 * subr.el (looking-back): New argument GREEDY.
15657
15658 * progmodes/compile.el (compilation-start): Set the mode
15659 before inserting the initial text.
15660
15661 * progmodes/which-func.el (which-func-update-1): Turn the mode
15662 off in case of error by setting which-func-mode.
15663
15664 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
15665
15666 * flyspell.el (flyspell-auto-correct-previous-word):
15667 Narrow down to what's on the screen, and recenter overlays
15668 at the end of the next word.
15669
15670 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
15671
15672 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15673 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15674 (flyspell-abbrev-p): Default to nil.
15675 (flyspell-use-global-abbrev-table-p): Doc fix.
15676 (flyspell-large-region): Allow nil as value.
15677 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15678
15679 (mail-mode-flyspell-verify): More robust handling
15680 of `mail-header-separator'. More efficient signature detection.
15681 Allow for regexp metacharacters in message-header-separator.
15682 Adding `To' not to be checked in mail-mode-flyspell-verify.
15683
15684 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15685 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15686 Bind flyspell-auto-correct-binding.
15687 Bind C-. and C-, .
15688 (flyspell-mode-map): Likewise.
15689 (flyspell-mode): Doc fix.
15690 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15691 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15692 (flyspell-word-cache-result): New var, always local.
15693 (flyspell-check-pre-word-p): Doc fix.
15694 (flyspell-check-changed-word-p): Handle spc like newline.
15695 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15696 (flyspell-word-search-backward, flyspell-word-search-forward):
15697 New functions.
15698 (flyspell-word): Return t if nothing to check.
15699 When parsing TeX code, check for after } or \.
15700 Use flyspell-word-search-backward to find previous word.
15701 Return nil if duplicated word.
15702 For word already checked, return same value as last time.
15703 Set flyspell-word-cache-result after checking.
15704 Don't clobber the return value.
15705 (flyspell-get-word): Major rewrite.
15706 (flyspell-external-point-words): New locals pword, pcount.
15707 Fix size used in progress message.
15708 Find the proper corresponding word in flyspell-large-region-buffer.
15709 (flyspell-region): Check for flyspell-large-region = nil.
15710 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15711 (flyspell-auto-correct-word): Check that WORD is a cons.
15712 (flyspell-correct-word): Likewise.
15713
15714 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15715
15716 * progmodes/make-mode.el (makefile-rule-action-regex)
15717 (makefile-macroassign-regex, makefile-makepp-mode)
15718 (makefile-bsdmake-mode): Continuation lines may be empty.
15719 Reported by Joshua Varner.
15720 (makefile-makepp-font-lock-keywords): Add $(stem).
15721
15722 2005-05-28 Karl Berry <karl@gnu.org>
15723
15724 * textmodes/tex-mode.el: Now that tex-send-command calls
15725 shell-quote-argument (2005-03-31 change), remove all calls to
15726 shell-quote-argument; they all end up invoking tex-send-command.
15727 The double quoting loses on filenames with non-safe characters,
15728 such as "@". Reported by Frederik Fouvry.
15729
15730 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15731
15732 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15733 about preserving point.
15734
15735 2005-05-27 Jay Belanger <belanger@truman.edu>
15736
15737 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15738 Info-goto-node.
15739
15740 * calc/calc-embed.el (calc-embed-arg): New variable.
15741 (calc-do-embedded-activate, calc-embedded-activate-formula)
15742 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15743 variable by new variable.
15744 (calc-embedded-make-info): Replace undeclared variable by new
15745 variable. When selecting region with positive prefix
15746 argument, use end of previous line instead of beginning of line.
15747
15748 * calc/calc-aent.el (calc-arg-values): Declare it.
15749
15750 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15751 Declare them.
15752
15753 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15754
15755 * calc/calc.el (calc-alg-map): Declare it.
15756
15757 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15758
15759 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
15760
15761 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15762 (gdb-registers-buffer, toggle-gdb-all-registers):
15763 Toggle display of floating point registers.
15764 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15765
15766 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
15767 (toggle-gud-tooltip-dereference):
15768 Rename from gud-toggle-tooltip-dereference.
15769
15770 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15771
15772 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15773
15774 2005-05-27 Jay Belanger <belanger@truman.edu>
15775
15776 * calc/calc-prog.el (calc-kbd-report): Remove.
15777 (calc-kbd-query): Rewrite.
15778
15779 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
15780
15781 * image.el (image-library-alist): Move to image.c.
15782 (image-type-available-p): Doc fix.
15783
15784 2005-05-27 Lute Kamstra <lute@gnu.org>
15785
15786 * calc/calc.el (calc):
15787 * outline.el (outline-1, outline-2, outline-3, outline-4)
15788 (outline-5, outline-6, outline-7, outline-8):
15789 * textmodes/dns-mode.el (dns-mode):
15790 * textmodes/sgml-mode.el (sgml-namespace-face):
15791 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15792 (tex-verbatim-face, tex-use-reftex):
15793 * textmodes/texinfo.el (texinfo-heading-face):
15794 Specify customization group.
15795
15796 * longlines.el: Don't require easy-mmode.
15797 (longlines-visible-face): Specify customization group.
15798
15799 2005-05-27 Kenichi Handa <handa@m17n.org>
15800
15801 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15802 encoding table of windows-1251.
15803
15804 * international/ucs-tables.el (ucs-set-table-for-input):
15805 If translation-table-for-input of a coding system is a symbol, get
15806 its translation-table property.
15807
15808 * international/code-pages.el: Don't register a coding system into
15809 non-iso-charset-alist more than once.
15810 (cp-make-coding-system): Likewise.
15811
15812 2005-05-26 John Wiegley <johnw@newartisans.com>
15813
15814 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15815 `eshell-resume-eval' is wrapped in a list, it indicates that the
15816 command was run asynchronously. In that case, unwrap the value
15817 before checking the delimiter value.
15818
15819 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15820 character before a space at the end of a line is \, assume the space
15821 is part of the last argument rather than a final argument separator.
15822
15823 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15824 is in use, and the target is `t' or `nil' (which are the most common
15825 values), don't assume that the symbol target is a buffer.
15826
15827 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15828
15829 * calendar/calendar.el (calendar-mode-line-format):
15830 Use mode-line-highlight as mouse-face.
15831
15832 * time.el (display-time-string-forms, display-time-update):
15833 Use mode-line-highlight as mouse-face.
15834
15835 2005-05-26 Jay Belanger <belanger@truman.edu>
15836
15837 * calc/calc.el (calc-language-alist): Remove extra defvar.
15838
15839 2005-05-26 Lute Kamstra <lute@gnu.org>
15840
15841 * arc-mode.el (archive-mode):
15842 * bookmark.el (bookmark-read-annotation-mode)
15843 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15844 * bs.el (bs-mode):
15845 * calc/calc-yank.el (calc-edit-mode):
15846 * calc/calc.el (calc-mode, calc-trail-mode):
15847 * calculator.el (calculator-mode):
15848 * chistory.el (command-history-mode):
15849 * comint.el:
15850 * cus-edit.el (custom-mode):
15851 * descr-text.el (describe-text-mode):
15852 * ebuff-menu.el (Electric-buffer-menu-mode):
15853 * ediff-util.el (ediff-mode):
15854 * emacs-lisp/re-builder.el (reb-mode):
15855 * emulation/vi.el (vi-mode-setup):
15856 * emulation/ws-mode.el (wordstar-mode):
15857 * eshell/esh-mode.el (eshell-mode):
15858 * forms.el (forms-mode):
15859 * help-mode.el (help-mode):
15860 * hexl.el (hexl-mode):
15861 * ibuffer.el (ibuffer-mode):
15862 * ielm.el (inferior-emacs-lisp-mode):
15863 * info.el (Info-mode, Info-edit-mode):
15864 * international/swedish.el:
15865 * ledit.el (ledit-from-lisp-mode):
15866 * locate.el (locate-mode):
15867 * mail/rmail.el (rmail-mode):
15868 * mail/rmailedit.el (rmail-edit-mode):
15869 * mail/rmailsum.el (rmail-summary-mode):
15870 * mail/supercite.el (sc-electric-mode):
15871 * net/eudc.el (eudc-mode):
15872 * net/quickurl.el (quickurl-list-mode):
15873 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15874 * obsolete/ooutline.el (outline-mode):
15875 * obsolete/options.el (Edit-options-mode):
15876 * obsolete/rnews.el (news-mode):
15877 * obsolete/rnewspost.el (news-reply-mode):
15878 * play/5x5.el (5x5-mode):
15879 * play/decipher.el (decipher-mode, decipher-stats-mode):
15880 * play/gomoku.el (gomoku-mode):
15881 * play/snake.el (snake-mode):
15882 * play/solitaire.el (solitaire-mode):
15883 * play/tetris.el (tetris-mode):
15884 * progmodes/ada-mode.el (ada-mode):
15885 * progmodes/antlr-mode.el (antlr-mode):
15886 * progmodes/autoconf.el (autoconf-mode):
15887 * progmodes/dcl-mode.el (dcl-mode):
15888 * progmodes/delphi.el (delphi-mode):
15889 * progmodes/ebrowse.el (ebrowse-tree-mode)
15890 (ebrowse-electric-list-mode, ebrowse-member-mode)
15891 (ebrowse-electric-position-mode):
15892 * progmodes/f90.el (f90-mode):
15893 * progmodes/fortran.el (fortran-mode):
15894 * progmodes/icon.el (icon-mode):
15895 * progmodes/idlw-help.el (idlwave-help-mode):
15896 * progmodes/idlw-shell.el (idlwave-shell-mode):
15897 * progmodes/idlwave.el (idlwave-mode):
15898 * progmodes/inf-lisp.el (inferior-lisp-mode):
15899 * progmodes/m4-mode.el (m4-mode):
15900 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15901 * progmodes/modula2.el (modula-2-mode):
15902 * progmodes/octave-inf.el (inferior-octave-mode):
15903 * progmodes/octave-mod.el (octave-mode):
15904 * progmodes/pascal.el (pascal-mode):
15905 * progmodes/sh-script.el (sh-mode):
15906 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15907 * progmodes/vhdl-mode.el (vhdl-mode):
15908 * progmodes/xscheme.el (scheme-interaction-mode):
15909 * replace.el (occur-mode):
15910 * ses.el (ses-mode):
15911 * simple.el (completion-list-mode):
15912 * skeleton.el:
15913 * speedbar.el (speedbar-mode):
15914 * term.el (term-mode):
15915 * terminal.el (terminal-edit-mode):
15916 * textmodes/reftex-index.el (reftex-index-mode)
15917 (reftex-index-phrases-mode):
15918 * textmodes/reftex-sel.el (reftex-select-label-mode)
15919 (reftex-select-bib-mode):
15920 * textmodes/reftex-toc.el (reftex-toc-mode):
15921 * wdired.el (wdired-change-to-wdired-mode):
15922 * wid-browse.el (widget-browse-mode):
15923 Use run-mode-hooks.
15924
15925 * array.el (array-mode):
15926 * calendar/todo-mode.el (todo-mode):
15927 * man.el (Man-mode):
15928 * play/landmark.el (lm-mode):
15929 * play/mpuz.el (mpuz-mode):
15930 Use kill-all-local-variables and run-mode-hooks.
15931
15932 * subr.el (delay-mode-hooks): Specify indentation.
15933
15934 2005-05-26 Mark A. Hershberger <mah@everybody.org>
15935
15936 * xml.el (xml-substitute-special): Don't die for undefined xml
15937 entities.
15938
15939 2005-05-26 Jay Belanger <belanger@truman.edu>
15940
15941 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15942 of nil.
15943
15944 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
15945
15946 * progmodes/gdb-ui.el (gdb-frame-address):
15947 Rename from gdb-current-address.
15948 (gdb-previous-frame-address): Rename from gdb-previous-address.
15949 (gdb-selected-frame): Rename from gdb-current-frame.
15950 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15951 (gdb-frame-number): Rename from gdb-current-stack-level.
15952 (gdb-ann3): Match new mode-name for disassembly buffer.
15953 Extend initialization of variables.
15954 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15955 (gdb-memory-mode): Use mouse-face in header line.
15956 (gdb-assembler-buffer-name): Call it disassembly and give frame
15957 in mode line.
15958 (gdb-source-spec-regexp, gdb-assembler-custom)
15959 (gdb-invalidate-assembler, gdb-frame-handler):
15960 Make robust to leading zeroes in address format.
15961
15962 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
15963
15964 * textmodes/org.el (org-mode): Use `define-derived-mode' to
15965 define `org-mode'.
15966 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15967
15968 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
15969
15970 * log-edit.el (log-edit-changelog-entries): Distinguish between
15971 filenames like xfns.c and fns.c.
15972
15973 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15974
15975 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15976 point after reverting.
15977 (Buffer-menu-make-sort-button): Handle the case where
15978 `Buffer-menu-use-header-line' is nil.
15979
15980 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15981
15982 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15983 New funcs. In minibuffer-local-completion-map bind `]', `/'
15984 and `:' to them.
15985
15986 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15987
15988 * startup.el (normal-top-level): Allow modification of load-path while
15989 we're iterating over it.
15990
15991 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
15992
15993 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15994 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15995 (thumbs-resize-interactive, thumbs-insert-image)
15996 (thumbs-insert-thumb, thumbs-dired-show-marked)
15997 (thumbs-find-image-at-point, thumbs-delete-images)
15998 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15999 (thumbs-increment-image-size, thumbs-decrement-image-size):
16000 Fix typos in docstrings.
16001
16002 2005-05-24 Andre Spiegel <spiegel@gnu.org>
16003
16004 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16005 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16006 (cperl-mode): Use them.
16007
16008 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
16009
16010 * window.el (quit-window, shrink-window-if-larger-than-buffer):
16011 Doc fixes.
16012
16013 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
16014
16015 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16016 Bind C-d to gdb-inferior-io-eof.
16017
16018 * dired.el (dired-dnd-popup-notice): Use message-box.
16019
16020 2005-05-23 Masatake YAMATO <jet@gyve.org>
16021
16022 * bindings.el (mode-line-major-mode-keymap):
16023 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16024
16025 * faces.el (mode-line-highlight): New face.
16026
16027 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16028 as mouse-face.
16029
16030 * bindings.el (top-level, help-echo, mode-line-modified)
16031 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16032 as mouse-face.
16033
16034 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
16035
16036 * progmodes/cc-engine.el (c-guess-basic-syntax):
16037 Remove spurious call to `zerop'.
16038
16039 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16040
16041 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
16042
16043 CC Mode update to 5.30.10:
16044
16045 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16046 could go past the limit in decoration level 2, thereby causing
16047 errors during interactive fontification.
16048
16049 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16050 the file is evaluated interactively.
16051
16052 * cc-engine.el (c-guess-basic-syntax): Handle operator
16053 declarations somewhat better in C++.
16054
16055 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16056 make use of `run-mode-hooks' which has been added in Emacs 21.1.
16057 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16058 (awk-mode): Use it.
16059 (make-local-hook): Suppress warning about obsoleteness.
16060
16061 * cc-engine.el, cc-align.el, cc-cmds.el
16062 (c-append-backslashes-forward, c-delete-backslashes-forward)
16063 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16064 Compensate for return value from `forward-line' when it has moved
16065 but not to a different line due to eob.
16066
16067 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16068 `objc-method-intro' and `objc-method-args-cont'.
16069
16070 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
16071
16072 CC Mode update to 5.30.10:
16073
16074 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16075 in the copyright statement. Incidentally, change "along with GNU
16076 Emacs" to "along with this program" where it occurs.
16077
16078 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16079 so that it is interactive, hence can be found by M-x awk-mode
16080 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
16081 <gmorris+emacs@ast.cam.ac.uk>.
16082
16083 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16084 Mode's regexps.
16085
16086 2005-05-23 Kevin Ryde <user42@zip.com.au>
16087
16088 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16089 c-parse-state, to avoid a lisp error (on bad code).
16090
16091 2005-05-23 Lute Kamstra <lute@gnu.org>
16092
16093 * subr.el (font-lock-defaults): Remove defvar as it's already
16094 defined in font-core.el.
16095
16096 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16097
16098 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
16099
16100 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16101 more general and work when GDB variable "print pretty" is on,
16102 as with Emacs, for example.
16103
16104 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
16105
16106 * font-core.el: Update comment.
16107
16108 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16109 Use `after-change-major-mode-hook' instead of `find-file-hook'.
16110
16111 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16112
16113 2005-05-22 Eli Zaretskii <eliz@gnu.org>
16114
16115 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16116 and `yank-handler' in the doc strings.
16117
16118 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
16119
16120 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
16121
16122 2005-05-22 Richard M. Stallman <rms@gnu.org>
16123
16124 * help.el (describe-key): Move print-help-return-message call
16125 out of conditional.
16126
16127 * progmodes/etags.el (list-tags): Use with-no-warnings.
16128
16129 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16130 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16131 (starttls-extra-args, starttls-extra-arguments): Add defvars.
16132
16133 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16134
16135 * language/viet-util.el (viet-viscii-nonascii-translation-table):
16136 Add defvar.
16137
16138 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16139 Use defvar, not defconst.
16140
16141 * hexl.el (hexl-follow-line): Use with-no-warnings.
16142
16143 * emulation/tpu-extras.el: Use write-file-functions instead of
16144 write-file-hooks.
16145
16146 * dired.el (dired-font-lock-keywords): Fontify files with junk
16147 extensions even if marked by -F.
16148
16149 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
16150
16151 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16152 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16153 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16154 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16155 (concatenate, list-length, get*, getf, cl-remprop):
16156 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16157 (etypecase, progv, lexical-let, lexical-let*)
16158 (multiple-value-bind, multiple-value-setq, shiftf):
16159 Improve argument/docstring consistency.
16160
16161 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16162
16163 2005-05-22 Andre Spiegel <spiegel@gnu.org>
16164
16165 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16166 doesn't exist.
16167
16168 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
16169 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16170
16171 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
16172
16173 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16174 already deleted variables: auto-fill-hook, blink-paren-hook,
16175 lisp-indent-hook, inhibit-local-variables, unread-command-event,
16176 suspend-hooks, comment-indent-hook, meta-flag,
16177 before-change-function, after-change-function,
16178 font-lock-doc-string-face.
16179
16180 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
16181
16182 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16183
16184 2005-05-21 Eli Zaretskii <eliz@gnu.org>
16185
16186 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16187 rmail-dont-reply-to.
16188
16189 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
16190
16191 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16192 literal blank when splitting new-header-values.
16193
16194 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
16195
16196 * calendar/cal-menu.el (cal-menu-update): Add separator as a
16197 string so that tmm doesn't create a completion entry for it.
16198
16199 * textmodes/table.el (table-disable-menu): Ditto.
16200
16201 2005-05-21 Richard M. Stallman <rms@gnu.org>
16202
16203 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16204
16205 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16206
16207 * net/rcompile.el (remote-compile): Use compilation-start.
16208
16209 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16210
16211 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
16212
16213 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16214 Default to makefile-bsdmake-mode on BSD systems.
16215
16216 * imenu.el (imenu-generic-expression, imenu--generic-function'):
16217 REGEXP may also be a search function now. The part of doc-string
16218 for describing the structure was 95% identical to that of
16219 `imenu--generic-function'. Unify it there.
16220
16221 * progmodes/make-mode.el (makefile-imenu-generic-expression):
16222 Use function to find dependencies, because regexp alone is so complex,
16223 it easily goes into an endless loop.
16224 (makefile-makepp-mode): Also add submenu for Perl functions
16225 defined in the makefile.
16226 (makefile-bsdmake-mode): Special imenu-generic-expression no
16227 longer needed, due to function call.
16228 (makefile-match-dependency): Take BOUND into account when checking
16229 if we're through.
16230
16231 2005-05-20 Jay Belanger <belanger@truman.edu>
16232
16233 * calc/calc-units.el (calc-invalidate-units-table):
16234 Use inhibit-read-only.
16235 (math-build-units-table-buffer): Use view-mode.
16236
16237 2005-05-20 David Kastrup <dak@gnu.org>
16238
16239 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16240 easy-menu-add is not a nop on Emacs; and clarify when to call it.
16241
16242 2005-05-20 Lute Kamstra <lute@gnu.org>
16243
16244 * diff-mode.el (diff-header-face, diff-file-header-face)
16245 (diff-index-face, diff-hunk-header-face, diff-removed-face)
16246 (diff-added-face, diff-changed-face, diff-function-face)
16247 (diff-context-face, diff-nonexistent-face): Put them in the
16248 diff-mode customization group.
16249
16250 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
16251
16252 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16253
16254 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16255
16256 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16257 Minor regexp-optimization.
16258
16259 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
16260
16261 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16262 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16263 (org-agenda-add-time-grid-maybe): New function.
16264 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16265 (org-table-create): `dotimes' instead of `mapcar'.
16266 (org-xor): Simplify implementation.
16267 (org-agenda): `inhibit-redisplay' turned on.
16268 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16269 a consistent line after a state change.
16270 (org-agenda-remove-times-when-in-prefix): New option.
16271 (org-prefix-has-time): New variable.
16272 (org-parse-time-string): Optional argument NODEFAULT.
16273 (org-format-agenda-item): Parse items for time-of-day
16274 specifications and move these into the prefix if possible.
16275 (org-agenda-priority): Get current heading, not previous heading
16276 during agenda remote editing.
16277
16278 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
16279
16280 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
16281 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
16282 (remove-duplicates, delete-duplicates, substitute)
16283 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
16284 (nsubstitute-if-not, find, find-if, find-if-not, position)
16285 (position-if, position-if-not, count, count-if, count-if-not)
16286 (mismatch, search, sort*, stable-sort, merge, member*)
16287 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
16288 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
16289 (intersection, nintersection, set-difference, nset-difference)
16290 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
16291 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
16292 (nsublis, tree-equal): Improve argument/docstring consistency.
16293
16294 * subr.el (send-string, send-region): Remove obsolescence declaration.
16295 (window-dot, set-window-dot, read-input, show-buffer)
16296 (eval-current-buffer, string-to-int):
16297 Add release number to obsolescence declarations.
16298
16299 2005-05-19 Kim F. Storm <storm@cua.dk>
16300
16301 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
16302 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
16303
16304 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
16305
16306 * faces.el (list-faces-display): Make back button respect optional
16307 regexp arg.
16308
16309 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
16310
16311 * calculator.el (calculator-radix-grouping-mode)
16312 (calculator-radix-grouping-digits, calculator-displayer)
16313 (calculator-radix-grouping-separator, calculator-copy-displayer):
16314 * dabbrev.el (dabbrev-search-these-buffers-only):
16315 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
16316 (diff-advance-after-apply-hunk, diff-mode-hook)
16317 (diff-minor-mode-prefix):
16318 * imenu.el (imenu-use-popup-menu):
16319 * jit-lock.el (jit-lock-context-time):
16320 * newcomment.el (comment-fill-column, comment-column)
16321 (comment-style, comment-padding, comment-multi-line)
16322 (comment-empty-lines, comment-auto-fill-only-comments):
16323 * reveal.el (reveal-around-mark):
16324 * uniquify.el (uniquify-buffer-name-style)
16325 (uniquify-after-kill-buffer-p)
16326 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
16327 (uniquify-min-dir-content, uniquify-separator)
16328 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
16329 * w32-vars.el (w32-fixed-font-alist):
16330 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
16331 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
16332 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
16333 * progmodes/perl-mode.el (perl-indent-level)
16334 (perl-continued-statement-offset, perl-continued-brace-offset)
16335 (perl-brace-offset, perl-brace-imaginary-offset)
16336 (perl-label-offset, perl-indent-continued-arguments)
16337 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
16338 * progmodes/tcl.el (tcl-indent-level)
16339 (tcl-continued-indent-level, tcl-auto-newline)
16340 (tcl-tab-always-indent, tcl-electric-hash-style)
16341 (tcl-help-directory-list, tcl-use-smart-word-finder)
16342 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
16343 (inferior-tcl-source-command):
16344 * textmodes/fill.el (enable-kinsoku):
16345 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
16346 * textmodes/table.el (table-yank-handler):
16347 Specify missing group (and type, if simple) in defcustom.
16348
16349 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
16350
16351 * progmodes/compile.el (compilation-finish-function): Fix defvar.
16352
16353 2005-05-19 Richard M. Stallman <rms@gnu.org>
16354
16355 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
16356
16357 * subr.el (event-basic-type): Don't get an error.
16358 (left-fringe-p): Function deleted.
16359
16360 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
16361 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
16362
16363 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
16364 in recursive copy.
16365
16366 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
16367
16368 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
16369
16370 * emacs-lisp/bytecomp.el
16371 (byte-compile-file-form-custom-declare-variable):
16372 Call byte-compile-nogroup-warn if appropriate.
16373
16374 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
16375 (compilation-set-window): Don't call left-fringe-p; do it directly.
16376
16377 2005-05-19 Jay Belanger <belanger@truman.edu>
16378
16379 * calc/calc-graph.el (calc-graph-format-data): Make sure
16380 var-PlotRejects is bound before trying to check its value.
16381
16382 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
16383
16384 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
16385 definition of this variable from reftex-global.el to reftex.el,
16386 because it is needed in the menu.
16387
16388 2005-05-19 Lute Kamstra <lute@gnu.org>
16389
16390 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
16391 years are fixed. Don't insert a space after a dash.
16392
16393 2005-05-19 Kim F. Storm <storm@cua.dk>
16394
16395 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
16396
16397 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
16398
16399 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
16400 strings, because (eq ... ?\\) is fairly frequent.
16401
16402 * progmodes/make-mode.el (makefile-add-this-line-targets):
16403 Simplify and integrate into `makefile-pickup-targets'.
16404 (makefile-add-this-line-macro): Simplify and integrate into
16405 `makefile-pickup-macros.
16406 (makefile-pickup-filenames-as-targets): Simplify.
16407 (makefile-previous-dependency, makefile-match-dependency):
16408 Don't stumble over `::'.
16409
16410 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
16411
16412 * subr.el (post-command-idle-hook, post-command-idle-delay):
16413 Remove obsoletion of post-command-idle-hook and
16414 post-command-idle-delay.
16415
16416 * faces.el (list-faces-display): Provide button when describe-face
16417 is called to take user back to the list of faces.
16418
16419 * help-fns.el (describe-variable): Remove hyperlinks in a
16420 variable's value as these are quite frequently inappropriate.
16421
16422 * follow.el (follow-submit-feedback, follow-mode):
16423 Remove references to post-command-idle-hook.
16424
16425 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
16426
16427 * progmodes/make-mode.el (makefile-previous-dependency)
16428 (makefile-match-dependency): Check for := (and in bsd mode also
16429 !=) to give a better result, even when font-lock is not on.
16430
16431 2005-05-18 Jay Belanger <belanger@truman.edu>
16432
16433 * calc/calc-help.el (calc-s-prefix-help):
16434 Add `calc-copy-special-constant' to help string.
16435
16436 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
16437
16438 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
16439
16440 2005-05-18 Jay Belanger <belanger@truman.edu>
16441
16442 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
16443 in linear factors are in proper order.
16444
16445 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
16446
16447 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
16448 Support for jurabib.
16449
16450 * textmodes/reftex.el (featurep): Define aliases for overlay
16451 commands, for XEmacs compatibility, and use these aliases in
16452 overlay initializations.
16453 (reftex-highlight): Use `reftex-move-overlay'.
16454 (reftex-unhighlight): Use `reftex-delete-overlay'.
16455 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
16456 (reftex-access-search-path): Use `reftex-uniquify' instead of
16457 `reftex-uniq'
16458
16459 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16460 `before-string' property modification enables for Emacs as well.
16461 (reftex-select-item): Use `reftex-delete-overlay'.
16462 (reftex-select-mark): Use `reftex-make-overlay' and
16463 `reftex-overlay-put'.
16464 (reftex-select-unmark): Use `reftex-delete-overlay' and
16465 `reftex-overlay-put'.
16466
16467 2005-05-18 Lute Kamstra <lute@gnu.org>
16468
16469 * emacs-lisp/lisp.el (check-parens): Fix docstring.
16470
16471 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
16472
16473 * add-log.el (add-change-log-entry):
16474 * array.el (array-make-template, array-reconfigure-rows)
16475 (array-init-max-row, array-init-max-column)
16476 (array-init-columns-per-line, array-init-field-width):
16477 * replace.el (replace-match-maybe-edit, perform-replace):
16478 * textmodes/spell.el (spell-region):
16479 Replace `read-input' by `read-string'.
16480
16481 * forms.el (forms-mode):
16482 * finder.el (finder-compile-keywords):
16483 * shadowfile.el (shadow-read-files):
16484 Replace `eval-current-buffer' by `eval-buffer'.
16485
16486 * terminal.el (te-pass-through):
16487 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16488 (ange-ftp-raw-send-cmd):
16489 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16490 (send-process-next-char, telnet-initial-filter, telnet):
16491 Replace `send-string' by `process-send-string'.
16492
16493 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16494 (prolog-consult-region): Replace `send-string' by
16495 `process-send-string'; replace `send-region' by `process-send-region'.
16496
16497 * progmodes/delphi.el (delphi-log-msg):
16498 Replace `set-window-dot' by `set-window-point'.
16499
16500 * subr.el (window-dot, set-window-dot, read-input, send-string)
16501 (send-region, show-buffer, eval-current-buffer):
16502 Make really obsolete, as the comment says.
16503
16504 2005-05-17 Kim F. Storm <storm@cua.dk>
16505
16506 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16507 (cua--init-keymaps): Bind C-return instead of S-return to set
16508 rectangle mark.
16509
16510 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16511 instead of S-return to toggle/clear rectangle mark.
16512
16513 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
16514
16515 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16516 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16517 Also fontify plain strings assigned to variables, mostly so that a
16518 colon has a face and is thus not taken as a dependency separator.
16519 (makefile-previous-dependency): Inline the new matcher, because it
16520 is too complex to work in both directions.
16521 (makefile-match-dependency): Eliminate `backward' arg (see above).
16522 Completely reimplemented so as to not sometimes go into an endless
16523 loop. It should also be more efficient, because first it only
16524 searches for `:', instead of applying the very complex regexp.
16525 (makefile-mode): Cancel `font-lock-support-mode', because blocks
16526 to be fontified in one piece can be too long for JIT.
16527 Makefiles are never *that* big.
16528
16529 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
16530
16531 * dired.el (dired-mode): Simplify.
16532
16533 2005-05-17 Lute Kamstra <lute@gnu.org>
16534
16535 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16536 defcustom for the mode hook variable.
16537
16538 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16539 Emacs Lisp Reference Manual.
16540
16541 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
16542
16543 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16544 (evenp, list*):
16545 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16546 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16547
16548 * net/tramp-smb.el (tramp-smb-open-connection):
16549 Pass `tramp-chunksize' as fifth (required) argument.
16550
16551 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
16552
16553 * font-lock.el (lisp-font-lock-keywords-1):
16554 Set `font-lock-negation-char-face' for [^...] char group.
16555 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16556
16557 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16558 a var, and refine it to mask one more level of nested vars.
16559 (makefile-rule-action-regex): Turn it into a var, and refine it so
16560 it recognizes backslashed continuation lines as belonging to the
16561 same command.
16562 (makefile-macroassign-regex): Refine it so it recognizes
16563 backslashed continuation lines as belonging to the same command.
16564 (makefile-var-use-regex): Don't look at the next char, because it
16565 might be the same one to be skipped by the initial [^$], leading
16566 to an overlooked variable use.
16567 (makefile-make-font-lock-keywords): Remove two parameters, which
16568 are now variables that some of the modes set locally.
16569 Handle dependency and rule action matching through functions, because
16570 regexps alone match too often. Dependency matching now comes
16571 last, so it can check, whether a colon already matched something else.
16572 (makefile-mode): Inform that font-lock improves makefile parsing
16573 capabilities.
16574 (makefile-match-dependency, makefile-match-action): New functions.
16575
16576 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
16577
16578 * emacs-lisp/cl-extra.el (equalp): Doc fix.
16579
16580 * align.el (align-regexp):
16581 * ansi-color.el (ansi-color-get-face):
16582 * array.el (array-reconfigure-rows, array-init-max-row)
16583 (array-init-max-column, array-init-columns-per-line)
16584 (array-init-field-width):
16585 * dired-aux.el (dired-trample-file-versions):
16586 * dired-x.el (dired-mark-sexp):
16587 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16588 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16589 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16590 * faces.el (face-read-integer):
16591 * files.el (backup-extract-version, insert-directory):
16592 * hexl.el (hexl-insert-decimal-char):
16593 * server.el (server-process-filter):
16594 * shell.el (shell-extract-num):
16595 * startup.el (command-line-1):
16596 * term.el (term-command-hook):
16597 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16598 (time-stamp-do-number):
16599 * time.el (display-time-update):
16600 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16601 (timezone-fix-time):
16602 * vms-patch.el (vms-suspend-resume-hook):
16603 * calendar/appt.el (appt-convert-time):
16604 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16605 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16606 * calendar/cal-islam.el (mark-islamic-diary-entries):
16607 * calendar/calendar.el (calendar-cursor-to-date)
16608 (calendar-star-date):
16609 * calendar/diary-lib.el (diary-attrtype-convert)
16610 (mark-diary-entries, diary-entry-time):
16611 * calendar/solar.el (solar-get-number):
16612 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16613 * emacs-lisp/re-builder.el (reb-display-subexp):
16614 * emulation/edt.el (edt-set-scroll-margins):
16615 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16616 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16617 (vip-get-ex-count):
16618 * emulation/viper-ex.el (viper-get-ex-token)
16619 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16620 * international/fontset.el (fontset-plain-name):
16621 * mail/feedmail.el (feedmail-look-at-queue-directory):
16622 * mail/mailalias.el (mail-get-names):
16623 * mail/rmail.el (rmail-convert-to-babyl-format):
16624 * mail/rmailsum.el (rmail-make-basic-summary-line)
16625 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16626 (rmail-summary-goto-msg):
16627 * mail/smtpmail.el (smtpmail-read-response):
16628 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16629 (ange-ftp-vms-add-file-entry):
16630 * play/gametree.el (gametree-looking-at-ply)
16631 (gametree-current-branch-score):
16632 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16633 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16634 * progmodes/cperl-mode.el (condition-case):
16635 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16636 (ebrowse-set-member-buffer-column-width)
16637 (ebrowse-select-1st-to-9nth):
16638 * progmodes/etags.el (etags-snarf-tag):
16639 * progmodes/flymake.el (flymake-parse-line):
16640 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16641 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16642 (idlwave-shell-menu-def):
16643 * progmodes/ps-mode.el (ps-run-goto-error):
16644 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16645 (vhdl-speedbar-contract-level):
16646 * term/mac-win.el (x-handle-numeric-switch):
16647 * term/sun-mouse.el (sun-get-frame-data):
16648 * term/w32-win.el (x-handle-numeric-switch):
16649 * term/x-win.el (x-handle-numeric-switch):
16650 * textmodes/ispell.el (ispell-parse-output):
16651 * textmodes/nroff-mode.el (nroff-outline-level):
16652 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16653 (reftex-bib-sort-year-reverse, reftex-format-citation):
16654 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16655 (reftex-section-number):
16656 * textmodes/texinfmt.el (texinfo-paragraphindent):
16657 Replace `string-to-int' by `string-to-number'.
16658
16659 * international/latexenc.el: Add page marker to force the "Local
16660 Variables:" string out of the last page.
16661
16662 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16663
16664 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16665 tooltip-change-major-mode.
16666 (gud-tooltip-print-command): Remove case where gud-minor-mode
16667 is gdb ("--fullname").
16668 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16669 explain to user.
16670
16671 2005-05-16 Jay Belanger <belanger@truman.edu>
16672
16673 * calc/calc-store.el (calc-copy-special-constant): New function.
16674
16675 * calc/calc-ext.el (calc-init-extensions): Add binding for
16676 `calc-copy-special-constant'.
16677
16678 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16679 for the `calc-copy-special-constant' command.
16680
16681 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16682
16683 * subr.el (left-fringe-p): New function.
16684
16685 * progmodes/compile.el (compilation-setup): Set local value of
16686 overlay-arrow-string to "" always.
16687 (compilation-set-window): Left fringe then don't scroll.
16688 No left fringe then no arrow and scroll message to top.
16689 (compilation-context-lines): Adjust doc string accordingly.
16690
16691 2005-05-16 Kim F. Storm <storm@cua.dk>
16692
16693 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16694 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16695 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16696 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16697 (ido-read-file-name): Handle commands with ido property value
16698 equal to find-file as reading a file name, to allow C-d to enter dired.
16699 (ibuffer-find-file): Add ido property with value find-file.
16700
16701 2005-05-15 Kim F. Storm <storm@cua.dk>
16702
16703 * subr.el (open-network-stream-nowait): Remove.
16704 (open-network-stream-server): Remove.
16705
16706 2005-05-15 Richard M. Stallman <rms@gnu.org>
16707
16708 * faces.el (describe-face): Output a definition link button.
16709
16710 * help-mode.el (help-face-def): New button type.
16711
16712 * emacs-lisp/copyright.el (copyright-fix-years):
16713 Match properly if the first year is 2-digit.
16714 Don't mess up the whitespace after the years by filling.
16715
16716 * dired-aux.el (dired-mark-confirm):
16717 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16718
16719 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16720 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16721 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16722
16723 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16724 Set font-lock-comment-start-skip.
16725
16726 * font-lock.el (font-lock-comment-start-skip): New variable.
16727 (font-lock-comment-end-skip): New variable.
16728 (font-lock-fontify-syntactically-region): Use them if non-nil.
16729
16730 2005-05-15 Jay Belanger <belanger@truman.edu>
16731
16732 * calc/calc-store.el (calc-store-value): Return a string rather
16733 than display it as a message.
16734 Use calc-var-name for variable name.
16735 (calc-store-into): Add the result of calc-store-value to message.
16736 (calc-copy-variable): Add a message.
16737 (calc-store-exchange): Improve error messages.
16738 (calc-store-binary, calc-store-map): Don't reset the values of
16739 special constants.
16740
16741 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16742
16743 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16744 manual to docstring.
16745
16746 * files.el (hack-local-variables-confirm): Add STRING argument.
16747 Make the function handle non file visiting buffers correctly.
16748 (hack-local-variables-prop-line, hack-local-variables)
16749 (hack-one-local-variable): Use STRING arg of
16750 `hack-local-variables-confirm'.
16751
16752 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
16753
16754 Sync with Tramp 2.0.49.
16755
16756 * net/tramp.el (tramp-handle-dired-call-process)
16757 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16758 because the contents of the Tramp buffer is changed before
16759 insertion (`expand-file' and alike).
16760 (tramp-handle-insert-directory): If `localname' has an empty
16761 nondirectory name, it must not be quoted.
16762 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16763 variable `tramp-chunksize'. Change callees.
16764 (tramp-open-connection-setup-interactive-shell): Check remote host
16765 for buggy `send-process-string' implementation.
16766 Set `tramp-chunksize' if found. Reported by Michael Kifer
16767 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16768 (tramp-handle-shell-command): `insert-buffer' cannot be used
16769 because the contents of the Tramp buffer is changed before
16770 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16771 <frederic.bothamy@free.fr>.
16772 (tramp-set-auto-save): Actions should be done for Tramp file name
16773 handler only. Ange-FTP has its own auto-save mechanism.
16774 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16775 (tramp-set-auto-save-file-modes): Set file modes of
16776 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16777 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16778 (tramp-bug): Remove obsolete variable.
16779 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
16780 for presence of `mml-mode'. Make it running for older Emacsen as well.
16781
16782 2005-05-14 John Paul Wallington <jpw@pobox.com>
16783
16784 * ibuf-ext.el (define-ibuffer-filter filename):
16785 If `dired-directory' is a list, use its car.
16786
16787 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16788
16789 * ibuffer.el (define-ibuffer-column filename):
16790 If `dired-directory' is a list, use its car.
16791
16792 2005-05-14 Richard M. Stallman <rms@gnu.org>
16793
16794 * subr.el (symbol-file): Doc fix.
16795
16796 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16797 (byte-compile-form): Call byte-compile-nogroup-warn.
16798 (byte-compile-warning-types): Doc fix.
16799
16800 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16801
16802 * progmodes/cc-engine.el (c-literal-faces):
16803 Add font-lock-comment-delimiter-face.
16804
16805 * net/net-utils.el (dig): Use with-no-warnings.
16806
16807 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16808 (sc-recite-frame-alist, sc-default-cite-frame)
16809 (sc-default-uncite-frame, sc-default-recite-frame)
16810 (sc-attrib-selection-list, sc-rewrite-header-list):
16811 Mark as risky-local-variable.
16812
16813 * international/ogonek.el (ogonek-jak, ogonek-how):
16814 Don't use beginning-of-buffer.
16815
16816 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16817
16818 * calendar/solar.el (solar-data-list): Move definition up.
16819
16820 * dnd.el (dnd-protocol-alist): Add autoload.
16821
16822 * progmodes/sh-script.el: Many doc usage fixes.
16823 (sh-indent-after-do): Change default to match common styles.
16824
16825 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16826
16827 * files.el (interpreter-mode-alist)
16828 (auto-mode-interpreter-regexp): Doc fixes.
16829
16830 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16831
16832 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16833
16834 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16835
16836 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16837
16838 * dired.el (dired-mode): make-variable-buffer-local =>
16839 make-local-variable.
16840
16841 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16842
16843 * term/mac-win.el (mac-select-convert-to-string): Try coding
16844 systems in mac-script-code-coding-systems if specified one cannot
16845 encode string for `com.apple.traditional-mac-plain-text'.
16846
16847 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16848
16849 * progmodes/make-mode.el (makefile-targets-face)
16850 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16851 (makefile-dependency-regex): Fix it to not make the colon in
16852 $(var:a=b) special.
16853 (makefile-rule-action-regex): New regexp for highlighting embedded
16854 Shell strings.
16855 (makefile-macroassign-regex): Handle != for highlighting as
16856 embedded Shell strings.
16857 (makefile-var-use-regex): New const.
16858 (makefile-statements, makefile-automake-statements)
16859 (makefile-gmake-statements, makefile-makepp-statements)
16860 (makefile-bsdmake-statements): New consts.
16861 (makefile-make-font-lock-keywords): New function.
16862 (makefile-automake-font-lock-keywords)
16863 (makefile-gmake-font-lock-keywords)
16864 (makefile-makepp-font-lock-keywords)
16865 (makefile-bsdmake-font-lock-keywords): New consts.
16866 (makefile-mode-map): Add switchers between the various submodes.
16867 (makefile-mode): Document the availability of the variants.
16868 (makefile-automake-mode, makefile-gmake-mode)
16869 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16870
16871 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16872 new variants of makefile-mode.
16873
16874 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16875
16876 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16877 the inheritance.
16878
16879 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16880
16881 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16882 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16883
16884 * files.el (normal-mode): Extend the scope of the
16885 `enable-local-variables' binding to include the `set-auto-mode' call.
16886 (magic-mode-alist): Doc fix.
16887
16888 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16889
16890 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16891 font-lock-comment-face rather than copying its setting.
16892
16893 2005-05-12 Andreas Schwab <schwab@suse.de>
16894
16895 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16896
16897 2005-05-12 Lute Kamstra <lute@gnu.org>
16898
16899 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16900 defcustom for the mode hook variable. Delete the last argument.
16901 * generic-x.el: Fix callers of define-generic-mode.
16902 (generic-x-modes): Delete group.
16903 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16904 generic-x customization group.
16905
16906 2005-05-12 Kim F. Storm <storm@cua.dk>
16907
16908 * font-lock.el (font-lock-negation-char-face): Default to "off".
16909
16910 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16911 font-lock-negation-char-face to ! in !=.
16912
16913 2005-05-12 Masatake YAMATO <jet@gyve.org>
16914
16915 * add-log.el (find-change-log): Fix typos in the docstring
16916 of function.
16917
16918 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16919
16920 * international/latexenc.el (latexenc-find-file-coding-system):
16921 Avoid `re-search-forward' when looking for input encoding because
16922 of speed and safety. Better regular expressions for recognizing
16923 input encoding. Limit a search for TeX-master/tex-main-file to
16924 the local variable section.
16925
16926 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16927
16928 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16929 syntax of $ to "'" (quote).
16930
16931 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16932
16933 * dnd.el (dnd-protocol-alist): Improve custom type.
16934
16935 * dired.el (dired-dnd-protocol-alist): New variable.
16936 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16937 `dired-mode-hook' to the end.
16938
16939 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16940
16941 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16942 comment-end if comment-start-skip is not set.
16943 Obey the font-lock-comment-delimiter-face variables.
16944
16945 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16946
16947 * files.el (executable-find): Move from executable.el. Use
16948 locate-file.
16949 * progmodes/executable.el (executable-find): Move to files.el.
16950
16951 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16952 when trying to ensure forward progress.
16953
16954 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
16955
16956 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16957 (mouse-select, mouse-select-internal, mouse-extend-internal):
16958 Use it to implement mouse-1-click-follows-link functionality.
16959
16960 2005-05-11 Richard M. Stallman <rms@gnu.org>
16961
16962 * font-lock.el (font-lock-fontify-syntactically-region):
16963 Use font-lock-comment-delimiter-face for comment delimiters.
16964
16965 2005-05-10 Jay Belanger <belanger@truman.edu>
16966
16967 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16968 preserving embedded modes.
16969
16970 2005-05-10 Richard M. Stallman <rms@gnu.org>
16971
16972 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16973
16974 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16975 Move from ada-stmt.el.
16976 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16977
16978 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16979 Move to ada-mode.el.
16980 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16981
16982 * cus-edit.el (custom-file): Call file-chase-links.
16983
16984 * files.el (read-directory-name): Fix previous change.
16985 (hack-local-variables-confirm): New function.
16986 (hack-local-variables-prop-line, hack-local-variables)
16987 (hack-one-local-variable): Use it.
16988
16989 2005-05-10 Lute Kamstra <lute@gnu.org>
16990
16991 * font-lock.el (font-lock-keywords-alist)
16992 (font-lock-removed-keywords-alist): Clarify docstrings.
16993
16994 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
16995
16996 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16997 (gdb-source-info): Check for preprocessor info.
16998 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
16999 a macro for a function.
17000 (gdb-info-breakpoints-custom): Try to find file again if not already
17001 found (user might have used GDB dir command).
17002 (gdb-get-location): Update gdb-location-alist correctly for change
17003 to gdb-info-breakpoints-custom.
17004
17005 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17006 (gud-tooltip-print-command): Add gdbmi case.
17007 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17008 preprocessor info.
17009
17010 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
17011
17012 * startup.el (fancy-splash-insert): Fix typo in doc string.
17013
17014 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
17015
17016 * obsolete/float.el (string-to-float):
17017 * obsolete/hilit19.el (hilit-add-pattern):
17018 * obsolete/rnews.el (news-parse-range, news-select-message)
17019 (news-get-pruned-list-of-files): Replace `string-to-int' by
17020 `string-to-number'.
17021
17022 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17023 `find-file-not-found-hooks'; use `add-hook'.
17024 (uncompress-while-visiting): Set `write-file-functions', not
17025 `write-file-hooks'; use `add-hook'.
17026
17027 2005-05-09 Kim F. Storm <storm@cua.dk>
17028
17029 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17030 (cua-paste): Handle clipboard action.
17031 (cua--init-keymaps): Remap clipboard-kill-region and
17032 clipboard-kill-ring-save.
17033
17034 2005-05-08 Eli Zaretskii <eliz@gnu.org>
17035
17036 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17037 Improve commentary.
17038
17039 * simple.el (next-error-overlay-arrow-position): Revert the change
17040 made on 2005-04-30.
17041
17042 2005-05-07 Jay Belanger <belanger@truman.edu>
17043
17044 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17045 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17046 `calc-sel-reselect'.
17047
17048 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17049 Calc is in embedded mode.
17050
17051 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17052
17053 * progmodes/compile.el (compilation-setup):
17054 Set overlay-arrow-string to an empty string on text terminals.
17055
17056 * textmodes/ispell.el (ispell-program-name): Try looking for
17057 "aspell" along exec-path, and if found, use it as the default
17058 speller program.
17059
17060 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
17061
17062 * international/mule.el (sgml-xml-auto-coding-function):
17063 Recognize encoding='FOO' in single quotes as well as in double quotes.
17064
17065 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17066
17067 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17068 as well as `interactive', so that defmacro* would recognize
17069 `declare' forms.
17070
17071 2005-05-07 Eli Zaretskii <eliz@gnu.org>
17072
17073 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17074 Explain more about the LIGHTER arg's usage in the doc string.
17075 Add commentary to clarify what the code does. Fix the regexp that
17076 strips whitespace from LIGHTER. Quote LIGHTER before using it,
17077 since it could have characters special to regular expressions.
17078
17079 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17080
17081 * replace.el (occur-1): Bind inhibit-read-only so that
17082 erase-buffer doesn't barf on read-only text properties (likewise
17083 for add-text-properties in occur-engine). Mark buffer as unmodified.
17084 (occur-engine): Don't set buffer-read-only here.
17085
17086 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17087
17088 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17089 list-buffers-directory. This caused the *cvs-commit* buffer to be
17090 sometimes mistakenly reused as a *cvs* buffer.
17091
17092 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
17093
17094 * tooltip.el: Move code for GUD tooltips into gud.el.
17095 (require): CL no longer needed to compile case.
17096 (tooltip-mode): Do not toggle functions for GUD tooltips.
17097 (tooltip-gud-tips-p): Remove. Replace with minor mode
17098 gud-tooltip-mode in gud.el.
17099 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17100 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17101 tooltip-gud prefix with gud-tooltip and obsolete.
17102 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17103 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17104 (tooltip-mouse-motion): Mouse movement functions/variable.
17105 Rename in gud.el by adding gud prefix.
17106 (tooltip-gud-original-filter, tooltip-gud-dereference)
17107 (tooltip-gud-event, tooltip-toggle-gud-tips)
17108 (tooltip-gud-process-output, tooltip-gud-print-command)
17109 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
17110 gud.el by replacing tooltip-gud prefix with gud-tooltip.
17111 (gdb-tooltip-print): Move to gdb-ui.el.
17112
17113 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17114 (require): CL needed to compile case.
17115 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17116 tooltip-gud-tips-p. Make it a minor-mode.
17117 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17118 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17119 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17120 (gud-tooltip-change-major-mode)
17121 (gud-tooltip-activate-mouse-motions-if-enabled)
17122 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17123 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17124 (gud-tooltip-original-filter, gud-tooltip-dereference)
17125 (gud-tooltip-event, tooltip-toggle-gud-tips)
17126 (gud-tooltip-process-output, gud-tooltip-print-command)
17127 (gud-tooltip-tips): Move from tooltip.el.
17128
17129 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17130 (gdb-cpp-define-alist-flags): Doc fix.
17131 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17132 gud-tooltip-mode is t.
17133
17134 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17135
17136 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17137 evaporate if their text is deleted.
17138 (goto-address-at-point): Make it work as a mouse binding as well.
17139 (goto-address-at-mouse): Obsolete it. Update users.
17140
17141 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
17142
17143 * calendar/appt.el (top-level): No longer activate on load.
17144
17145 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
17146
17147 * calendar/cal-bahai.el (mark-bahai-diary-entries):
17148 * net/webjump.el (webjump):
17149 * progmodes/idlw-help.el (idlwave-do-context-help1)
17150 (idlwave-highlight-linked-completions):
17151 * textmodes/po.el (po-find-file-coding-system-guts):
17152 Replace `assoc-ignore-case' by `assoc-string'.
17153
17154 2005-05-06 Eli Zaretskii <eliz@gnu.org>
17155
17156 * files.el (locate-file): Doc fix.
17157
17158 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17159 Remove the redundant test for ms-dos.
17160
17161 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17162 look for the preprocessor with exec-suffixes. If not found in
17163 standard places, look in exec-path. Remove most of the tests that
17164 used system-type.
17165
17166 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17167
17168 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17169
17170 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17171 file-name clash with jka-compr.el on 8+3 filesystems.
17172
17173 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17174
17175 * term/mac-win.el: Don't define or bind scroll bar functions if
17176 x-toolkit-scroll-bars is t.
17177 (x-select-text, x-get-selection-value): Clear
17178 x-last-selected-text-clipboard if x-select-enable-clipboard is
17179 nil.
17180 (PRIMARY): Put mac-scrap-name property.
17181 (mac-select-convert-to-file-url): New function.
17182 (public.file-url): New selection target type. Add to
17183 selection-converter-alist.
17184 (x-get-selection, x-selection-value): Handle it.
17185 (x-cut-buffer-or-selection-value): New alias.
17186
17187 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17188
17189 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17190 entry to avoid calling bibtex-find-entry with arg global
17191 being t. Remove arg key.
17192 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17193 (bibtex-copy-summary-as-kill): Change accordingly.
17194
17195 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17196
17197 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17198 (org-agenda-date-later): Use with-current-buffer.
17199
17200 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
17201
17202 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17203 (define-obsolete-variable-alias): Doc Fixes.
17204
17205 2005-05-06 Kim F. Storm <storm@cua.dk>
17206
17207 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
17208 vertical-motion when selective-display is active.
17209
17210 * ido.el (ido-setup-hook): New hook.
17211 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17212 (ido-input-stack): New var.
17213 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
17214 ido-next-work-file binding to M-O.
17215 Bind M-f to ido-wide-find-file-or-pop-dir.
17216 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17217 (ido-read-internal): Run ido-setup-hook.
17218 Catch quit in read-file-name and read-string to cancel edit.
17219 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17220 Automatically pop-all when completing a directory name (RET).
17221 (ido-file-internal): Add with-no-warnings around ffap and dired code.
17222 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17223 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17224 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17225 New functions for M-b/M-f to move among the directory components.
17226 (ido-make-merged-file-list): Catch quit to cancel merge.
17227 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17228 (ido-completion-help): No warnings for ido-completion-buffer-full.
17229
17230 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
17231
17232 * font-lock.el (font-lock-negation-char-face): New face and variable.
17233 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17234 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17235 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17236 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17237
17238 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
17239
17240 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17241 Fix typo in docstring.
17242
17243 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17244 (ebrowse-print-statistics-line)
17245 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17246
17247 * term/w32-win.el (image-library-alist): Add additional name for
17248 Xpm library.
17249
17250 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
17251
17252 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17253 use gcc instead of cpp.
17254
17255 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17256 (gdb-create-define-alist): Use it.
17257 (gdb-cpp-define-alist-program): Update for MS-DOS.
17258
17259 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
17260
17261 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17262
17263 2005-05-04 Richard M. Stallman <rms@gnu.org>
17264
17265 * help.el (describe-key): No error when UNTRANSLATED is nil.
17266
17267 * simple.el (line-move-1): Fix previous change to signal errors
17268 appropriately.
17269
17270 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
17271
17272 * calendar/icalendar.el (icalendar-version): Now at 0.12.
17273 (icalendar-duration-correction): Remove.
17274 (icalendar--get-event-properties): Split result at commas.
17275 (icalendar--decode-isoduration): New optional argument
17276 DURATION-CORRECTION.
17277 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
17278 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
17279 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
17280 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
17281 (icalendar--convert-anniversary-to-ical): New functions, extracted
17282 from icalendar-export-region, with bug fixes.
17283 (icalendar-export-region): Use the above functions.
17284 (icalendar-import-buffer): Check before saving diary file.
17285 (icalendar--convert-recurring-to-diary)
17286 (icalendar--convert-non-recurring-all-day-to-diary)
17287 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
17288 extracted from icalendar--convert-ical-to-diary, with bug fixes.
17289 (icalendar--convert-ical-to-diary): Use the above functions.
17290
17291 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
17292
17293 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
17294 Remove these recent additions.
17295 (c-mode): Restore to before 2005-04-28.
17296
17297 * progmodes/cc-vars.el (cc-define-list-program): Remove this
17298 recent addition.
17299
17300 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
17301 (gdb-define-alist): New variables.
17302 (gdb-create-define-alist): New function.
17303 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
17304 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
17305 with string-to-number.
17306 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
17307
17308 * progmodes/gud.el: Replace string-to-int with string-to-number.
17309 (gud-find-file): Handle gdb-define-alist.
17310
17311 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
17312
17313 2005-05-02 Jay Belanger <belanger@truman.edu>
17314
17315 * calc/calc-aent.el (math-read-token):
17316 * calc/calc-bin.el (calc-word-size):
17317 * calc/calc-ext.el (calc-read-number-fancy):
17318 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
17319 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
17320 * calc/calc-frac.el (calc-over-notation):
17321 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
17322 (calc-graph-num-points, calc-graph-init):
17323 * calc/calc-prog.el (calc-read-parse-table-part)
17324 (calc-edit-macro-repeats):
17325 * calc/calc-yank.el (calc-do-grab-rectangle):
17326 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
17327 Replace `string-to-int' by `string-to-number'.
17328
17329 2005-05-02 Kim F. Storm <storm@cua.dk>
17330
17331 * kmacro.el: Use executing-kbd-macro-index variable.
17332
17333 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
17334
17335 * net/rlogin.el (rlogin-parse-words): Delete func.
17336 (rlogin): Use split-string, not rlogin-parse-words.
17337 Also, if there are option-like elements in the parsed args,
17338 take the host to be the first arg immediately following them.
17339 Suggested by Michael Mauger.
17340
17341 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17342
17343 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
17344
17345 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17346
17347 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
17348 (cc-mode-cpp-program): Rename to cc-define-list-program and
17349 move to cc-vars.el.
17350
17351 * progmodes/cc-vars.el (cc-define-list-program):
17352 Change to "gcc -E -dM -". Make customizable.
17353
17354 2005-05-02 Kim F. Storm <storm@cua.dk>
17355
17356 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
17357
17358 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
17359
17360 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
17361
17362 * international/mule-util.el (truncate-string): Remove alias and
17363 obsolete declaration.
17364
17365 * international/mule-cmds.el (update-iso-coding-systems):
17366 Remove alias and obsolete declaration.
17367
17368 * international/mule.el (coding-system-parent): Remove alias and
17369 obsolete declaration.
17370
17371 * subr.el (define-function, sref): Remove aliases and obsolete
17372 declarations.
17373 (chars-in-region): Remove obsolete declaration.
17374
17375 2005-05-01 Richard M. Stallman <rms@gnu.org>
17376
17377 * info.el (Info-mode): Set widen-automatically to nil, locally.
17378
17379 * simple.el (widen-automatically): New variable.
17380 (pop-global-mark): Obey widen-automatically.
17381
17382 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
17383
17384 * term/xterm.el (function-key-map): Call substitute-key-definition
17385 before the keymap size is increased by a lot of define-key calls.
17386
17387 2005-05-01 Richard M. Stallman <rms@gnu.org>
17388
17389 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
17390 Rename ARG to ELEMENT. Doc fix.
17391
17392 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17393
17394 * allout.el (allout-exposure): Remove macro and obsolete declaration.
17395 Remove references to allout-exposure/change to allout-new-exposure.
17396
17397 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
17398 bytecode symbols.
17399
17400 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
17401 (compiled-function-p, focus-frame, unfocus-frame):
17402 Remove aliases and obsolete declarations.
17403 Back out inadvertent changes from previous commit.
17404
17405 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
17406
17407 * files.el (require-final-newline): Make Custom tags consistent
17408 with mode-require-final-newline.
17409 (mode-require-final-newline): Doc fix.
17410
17411 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17412
17413 * international/latexenc.el (latexenc-find-file-coding-system):
17414 Fix regular expressions.
17415
17416 2005-05-01 David Kastrup <dak@gnu.org>
17417
17418 * international/latexenc.el (latexenc-find-file-coding-system):
17419 Fix regular expressions.
17420
17421 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
17422
17423 * subr.el (string-to-int): Make obsolete.
17424
17425 2005-04-30 Richard M. Stallman <rms@gnu.org>
17426
17427 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
17428
17429 * loadup.el: load jka-comp-hook.
17430
17431 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
17432 (jka-compr-handler): Add autoload. `put' calls moved
17433 to jka-comp-hook.el.
17434 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
17435 (jka-compr-inhibit): Autoload.
17436
17437 * jka-comp-hook.el: New file.
17438 Enable the mode by default.
17439
17440 * files.el (backup-buffer-copy): Use copy-file instead
17441 of write-region, and put back the 'excl.
17442
17443 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
17444
17445 * progmodes/flymake.el (flymake-split-string)
17446 (flymake-split-string, flymake-log, flymake-pid-to-names)
17447 (flymake-reg-names, flymake-get-source-buffer-name)
17448 (flymake-unreg-names, flymake-add-line-err-info)
17449 (flymake-add-err-info): Clarify docstrings.
17450 (flymake-popup-menu, flymake-make-emacs-menu)
17451 (flymake-make-xemacs-menu): Add docstrings.
17452 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17453 Set variables directly throughout.
17454
17455 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
17456
17457 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17458 exists. Initialize cc-define-alist.
17459 (c-mode): Add cc-create-define-alist locally to after-save-hook.
17460 If there is no file (Macroexpansion) don't create an alist.
17461
17462 2005-04-29 Sam Steingold <sds@gnu.org>
17463
17464 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17465 (cc-create-define-alist): Use it instead of the hard-coded string.
17466
17467 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17468
17469 * international/mule-conf.el (file-coding-system-alist): Fix regexp
17470 for latexenc.
17471
17472 2005-04-29 Lute Kamstra <lute@gnu.org>
17473
17474 * emacs-lisp/generic.el: Improve commentary section.
17475 (define-generic-mode): Improve docstring.
17476
17477 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
17478
17479 * textmodes/org.el (many places): Change to quiet the byte compiler.
17480 (org-prefix-format-compiled): New variable.
17481 (org-compile-prefix-format): New function.
17482 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17483 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17484 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17485 (org-get-entries-from-diary): Use `org-get-time-of-day' for
17486 consistency with entries from `org-mode' files.
17487 (org-get-time-of-day): Fix bug with partial matches early in a line.
17488 (org-non-link-chars): New constant.
17489 (org-link-regexp): Respect `org-non-link-chars'.
17490 (org-agenda-day-view): Remove command.
17491 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17492 (org-follow-bbdb-link, org-store-link): Search also company field.
17493 (org-highlight-overlay): New variable.
17494 (org-highlight, org-unhighlight): New functions.
17495 (org-agenda-mode): Add pre-command-hook to remove highlight.
17496 (org-evaluate-time-range): Behavior depends upon whether time stamp
17497 contains a time or not.
17498 (org-show-subtree, org-show-entry): New functions.
17499 (org-agenda-cleanup-fancy-diary): Remove empty lines.
17500
17501 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
17502
17503 * comint.el (comint-output-filter-functions): Add autoload cookie.
17504
17505 2005-04-28 Kim F. Storm <storm@cua.dk>
17506
17507 * ido.el (ido-everywhere): Fix last change.
17508
17509 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
17510
17511 * international/latexenc.el: New file.
17512 * international/mule-conf.el (file-coding-system-alist): For .tex,
17513 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17514
17515 2005-04-28 Lute Kamstra <lute@gnu.org>
17516
17517 * font-lock.el (font-lock-add-keywords)
17518 (font-lock-remove-keywords): Clarify docstring.
17519 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17520 Don't start docstrings with a `*'.
17521 (font-lock-update-removed-keyword-alist): Give it a docstring.
17522
17523 * generic-x.el: Update commentary section.
17524 Only require font-lock when compiling.
17525 Define all modes conditionally.
17526 Place all generic modes in the generic-x-modes customization group.
17527 (generic-x-modes): New customization group.
17528 (generic-default-modes, generic-mswindows-modes)
17529 (generic-unix-modes, generic-other-modes): New constants.
17530 (generic-define-mswindows-modes, generic-define-unix-modes):
17531 Update docstrings. Make them obsolete.
17532 (generic-extras-enable-list): New default value. Update docstring.
17533 Improve :type. Change :set function.
17534 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17535 Fix docstring.
17536
17537 * emacs-lisp/generic.el (generic-mode-internal):
17538 Simplify font-lock-defaults.
17539 (define-generic-mode): Fix docstring.
17540
17541 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17542
17543 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17544 font-lock-face property to highlight matches.
17545
17546 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
17547
17548 * progmodes/cc-mode.el (cc-create-define-alist): New function.
17549 (cc-define-alist): New variable.
17550 (c-mode): Make it local and initialize it.
17551
17552 * progmodes/gdb-ui.el (gdb-active-process): New variable.
17553 (gdb-exited): New function.
17554 (gdb-annotation-rules): Use it.
17555 (gdb-starting): Set gdb-active-process to t.
17556 (gdb-stopping): Amend doc string.
17557 (gdb-reset): Set gdb-active-process to nil.
17558
17559 * tooltip.el (tooltip-gud-tips): Show the associated #define
17560 directives when a C program under GDB is not executing.
17561
17562 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
17563
17564 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17565 font-lock-fontify-syntactic-keywords.
17566
17567 * font-lock.el (font-lock-default-fontify-region): Don't force
17568 parse-sexp-lookup-properties to nil.
17569
17570 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17571
17572 * man.el (man-mode-syntax-table): Set up `:' to have
17573 word-constituent syntax.
17574
17575 2005-04-27 Lute Kamstra <lute@gnu.org>
17576
17577 * novice.el (disable-command): Don't add spurious newlines to the
17578 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
17579
17580 2005-04-26 Jay Belanger <belanger@truman.edu>
17581
17582 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17583 than one window before deleting window.
17584
17585 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
17586
17587 * shell.el (shell-prompt-pattern): Doc fix.
17588 (shell-mode): Set paragraph-separate buffer locally to "\\'".
17589
17590 * comint.el (comint-prompt-regexp, comint-get-old-input)
17591 (comint-use-prompt-regexp)
17592 (comint-use-prompt-regexp-instead-of-fields)
17593 (comint-replace-by-expanded-history, comint-send-input)
17594 (comint-output-filter, comint-get-old-input-default)
17595 (comint-line-beginning-position, comint-bol, comint-show-output)
17596 (comint-backward-matching-input, comint-forward-matching-input)
17597 (comint-next-prompt, comint-previous-prompt):
17598 Rename `comint-use-prompt-regexp-instead-of-fields' to
17599 `comint-use-prompt-regexp'. Keep old name as alias and declare
17600 obsolete.
17601 (comint-use-prompt-regexp): Shorten first line of doc string.
17602
17603 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17604 Set paragraph-separate buffer locally to "\\'".
17605
17606 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17607 Adapt to above name change.
17608
17609 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17610 (smbclient-prompt-regexp): Ditto.
17611
17612 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17613
17614 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
17615
17616 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17617 gdb-location-list.
17618 Break lines that are over 80 characters wide.
17619
17620 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17621
17622 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17623 New fun and var, to preserve compatibility.
17624
17625 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17626
17627 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
17628
17629 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17630 name to file-newer-than-file-p.
17631
17632 2005-04-26 Richard M. Stallman <rms@gnu.org>
17633
17634 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17635
17636 * progmodes/python.el (python-mode):
17637 Use new name eldoc-documentation-function.
17638
17639 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17640
17641 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17642 (eldoc-documentation-function):
17643 Rename from eldoc-print-current-symbol-info-function. Calls changed.
17644
17645 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
17646
17647 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17648
17649 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17650
17651 * term/xterm.el (function-key-map): Fix strings for
17652 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
17653 {C,S,A,C-S}-{f1-f12}.
17654
17655 2005-04-26 Kenichi Handa <handa@m17n.org>
17656
17657 * international/mule-cmds.el (select-safe-coding-system):
17658 Fix previous change.
17659
17660 2005-04-26 Lute Kamstra <lute@gnu.org>
17661
17662 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17663
17664 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17665 (font-lock-comment-delimiter-face): Ditto.
17666
17667 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17668
17669 2005-04-25 Jay Belanger <belanger@truman.edu>
17670
17671 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17672 to t while inserting information; use help-mode.
17673
17674 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17675
17676 * term.el (ansi-term-color-vector): Use the xterm colors.
17677 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
17678
17679 2005-04-25 Lute Kamstra <lute@gnu.org>
17680
17681 * font-core.el (font-lock-defaults): Fix docstring.
17682
17683 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17684
17685 2005-04-25 Kenichi Handa <handa@m17n.org>
17686
17687 * international/mule-cmds.el (select-safe-coding-system):
17688 Don't check consistency with coding: spec, etc if raw-text or
17689 no-conversion was found to be safe.
17690
17691 2005-04-24 Richard M. Stallman <rms@gnu.org>
17692
17693 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17694 citation markers at start of each line.
17695
17696 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17697 citation markers at start of each line.
17698
17699 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17700
17701 * files.el (mode-require-final-newline): Fix previous change.
17702 (require-final-newline): Fix type label.
17703
17704 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17705
17706 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17707 statement in buffer (broken by 2004-11-24 change).
17708
17709 2005-04-24 Kim F. Storm <storm@cua.dk>
17710
17711 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17712 and read-file-name-function values. Don't overwrite existing
17713 non-nil values if ido-mode is enabled without ido-everywhere.
17714
17715 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17716
17717 * files.el (mode-require-final-newline): Minor doc fix.
17718
17719 2005-04-24 Eli Zaretskii <eliz@gnu.org>
17720
17721 * subr.el (syntax-after): Doc fix.
17722 (syntax-class): If argument is nil, return nil. Mask off upper 16
17723 bits, not 8 bits.
17724
17725 * files.el (mode-require-final-newline): Doc fix.
17726 (backup-buffer-copy): Fix last change.
17727
17728 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17729
17730 * term/mac-win.el: Require select. Set selection-coding-system to
17731 mac-system-coding-system. Call menu-bar-enable-clipboard.
17732 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17733 (x-select-enable-clipboard): New variables.
17734 (x-select-text, x-get-selection, x-selection-value)
17735 (x-get-selection-value, mac-select-convert-to-string)
17736 (mac-services-open-file, mac-services-open-selection)
17737 (mac-services-insert-text): New functions.
17738 (CLIPBOARD, FIND): Put mac-scrap-name property.
17739 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17740 (public.tiff): Put mac-ostype property.
17741 (selection-converter-alist): Add entries for them.
17742 (mac-application-menu-map): New keymap.
17743 (interprogram-cut-function, interprogram-paste-function): Set to
17744 x-select-text and x-get-selection-value, respectively.
17745 (split-window-keep-point): Set to t.
17746
17747 2005-04-23 Richard M. Stallman <rms@gnu.org>
17748
17749 * files.el (read-directory-name): Always pass non-nil
17750 DEFAULT-FILENAME arg to read-file-name.
17751 (backup-buffer-copy, basic-save-buffer-2): Take care against
17752 writing thru an unexpected existing symlink.
17753 (revert-buffer): In indirect buffer, revert the base buffer.
17754 (magic-mode-alist): Doc fix.
17755 (buffer-stale-function): Doc fix.
17756 (minibuffer-with-setup-hook): Avoid warning.
17757 (mode-require-final-newline): Doc and custom fix.
17758
17759 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17760
17761 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17762 use the default appearance.
17763 (font-lock-comment-delimiter-face): New face, new variable.
17764
17765 * imenu.el (imenu--generic-function): The official position of a
17766 definition is the start of the line that BEG is in.
17767
17768 * midnight.el (midnight-timer): Move defvar up.
17769
17770 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17771
17772 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17773
17774 * startup.el (command-line): Use with-no-warnings.
17775
17776 * window.el (window-size-fixed): New defvar.
17777
17778 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17779
17780 * mail/rmail.el (rmail-font-lock-keywords):
17781 Use font-lock-comment-delimiter-face.
17782
17783 * mail/sendmail.el (mail-font-lock-keywords):
17784 Use font-lock-comment-delimiter-face.
17785
17786 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17787
17788 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17789
17790 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17791 Specify t for LAXMATCH when matching directories.
17792 Save match data around compilation-compat-error-properties form.
17793
17794 2005-04-23 David Kastrup <dak@gnu.org>
17795
17796 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17797 Mention that the autoloaded aliases should be kept for AUCTeX.
17798
17799 2005-04-23 Andreas Schwab <schwab@suse.de>
17800
17801 * isearch.el (isearch-forward): Doc fix.
17802
17803 2005-04-23 Eli Zaretskii <eliz@gnu.org>
17804
17805 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17806 (jit-lock-stealth-nice): Change default value to 0.5.
17807
17808 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17809
17810 * abbrev.el (write-abbrev-file): Write table entries in
17811 alphabetical order by table name.
17812
17813 2005-04-22 Kim F. Storm <storm@cua.dk>
17814
17815 * ido.el (ido-read-internal): Fix `list' completion.
17816
17817 2005-04-22 Kenichi Handa <handa@m17n.org>
17818
17819 * recentf.el (recentf-save-file-coding-system): New variable.
17820 (recentf-save-list): Encode the file by
17821 recentf-save-file-coding-system and add coding: tag.
17822
17823 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
17824
17825 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17826
17827 2005-04-21 Lute Kamstra <lute@gnu.org>
17828
17829 * loadhist.el (unload-feature): Don't remove a function from hooks
17830 if it is about to be restored to an autoload . Remove functions
17831 that will become unbound from auto-mode-alist. Simplify the code.
17832
17833 * subr.el (assq-delete-all): New implementation that is linear,
17834 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17835 (rassq-delete-all): New function.
17836
17837 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17838 Add size-indication-mode.
17839
17840 2005-04-21 Kenichi Handa <handa@m17n.org>
17841
17842 * international/mule-cmds.el: Add autoload for widget-value in
17843 eval-when-compile.
17844
17845 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
17846
17847 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17848 Add tooltip-mode.
17849
17850 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17851
17852 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17853
17854 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17855 (inferior-lisp-filter-regexp, inferior-lisp-program)
17856 (inferior-lisp-load-command, inferior-lisp-prompt)
17857 (inferior-lisp-mode-hook, lisp-source-modes)
17858 (inferior-lisp-load-hook): defvar->defcustom.
17859 (inferior-lisp-program, inferior-lisp-prompt)
17860 (inferior-lisp-load-hook): Doc fixes.
17861 (inferior-lisp-install-letter-bindings): Small change in
17862 introductory comment.
17863
17864 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17865
17866 * vc.el (vc-annotate-color-map): Change some colors so that text
17867 using them as foreground is readable on both white and black
17868 backgrounds.
17869
17870 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17871
17872 * international/mule-conf.el (translation-table-for-input):
17873 Remove redundant declaration.
17874
17875 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17876
17877 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17878
17879 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17880 (tooltip-toggle-gud-tips): New function.
17881
17882 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17883
17884 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17885 right angle brackets.
17886
17887 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17888
17889 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17890
17891 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17892
17893 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17894 Remove. Update callers to use expand-file-name instead.
17895
17896 * subr.el (syntax-class): New function.
17897
17898 * simple.el (blink-matching-open): Use it.
17899
17900 * paren.el (show-paren-function): Use it to recognize parens that are
17901 also used in 2-char comment markers.
17902
17903 2005-04-19 Lute Kamstra <lute@gnu.org>
17904
17905 * loadhist.el (unload-feature): Update for new format of
17906 load-history. Simplify the code.
17907
17908 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17909
17910 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17911 (mac-add-charset-info): New function. Initialize variable
17912 mac-charset-info-alist using it.
17913 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17914 for translation.
17915 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17916 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17917 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17918 New CCL programs.
17919
17920 2005-04-19 Kim F. Storm <storm@cua.dk>
17921
17922 * simple.el (next-buffer, prev-buffer, next-error)
17923 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17924 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17925
17926 * bindings.el (next-buffer, prev-buffer, next-error)
17927 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17928 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17929 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17930 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17931
17932 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17933
17934 * isearch.el (isearch-edit-string): Make the search-ring available for
17935 minibuffer history commands.
17936 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17937 the default history commands now work just as well.
17938 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17939
17940 2005-04-18 Kim F. Storm <storm@cua.dk>
17941
17942 * emulation/cua-base.el (cua--pre-command-handler): Add more
17943 elaborate check for shift modifier on non-window systems.
17944
17945 2005-04-18 Lars Hansen <larsh@math.ku.dk>
17946
17947 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17948
17949 2005-04-18 Kim F. Storm <storm@cua.dk>
17950
17951 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17952 and make it optional. Don't test tooltip-gud-echo-area here.
17953 (tooltip-gud-process-output, gdb-tooltip-print):
17954 Pass tooltip-gud-echo-area to tooltip-show.
17955 (tooltip-help-tips): Remove second optional arg to tooltip-show.
17956
17957 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17958
17959 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17960 `display-graphic-p' may not be bound yet.
17961
17962 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17963
17964 * startup.el (command-line): No longer enable Xterm Mouse mode by
17965 default in terminals compatible with xterm.
17966
17967 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17968
17969 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
17970
17971 * tooltip.el (tooltip-gud-echo-area): Rename from
17972 tooltip-use-echo-area.
17973 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17974 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17975 area independently of where help tooltips are displayed.
17976
17977 2005-04-17 David Kastrup <dak@gnu.org>
17978
17979 * cus-theme.el (custom-theme-write-variables): Quote variables
17980 where necessary.
17981
17982 2005-04-17 Richard M. Stallman <rms@gnu.org>
17983
17984 * simple.el (yank-excluded-properties): Add follow-link to value.
17985
17986 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17987
17988 * startup.el (fancy-splash-max-time): Just 30 seconds.
17989 (fancy-splash-delay): Just 7.
17990 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17991
17992 * loadhist.el (unload-feature): Update for new format of load-history.
17993 Simplify the code.
17994
17995 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17996 (rmail-font-lock-keywords): Don't fontify the text of a citation.
17997
17998 * mail/sendmail.el (mail-font-lock-keywords):
17999 Don't fontify subject text.
18000 Don't fontify the text of a citation.
18001
18002 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
18003
18004 * comint.el (comint-output-filter): Run comint-output-filter-functions
18005 with point where the user had it.
18006
18007 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18008
18009 * international/ucs-tables.el (ucs-set-table-for-input):
18010 Disable when using unify-on-decoding.
18011
18012 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
18013
18014 * emulation/cua-base.el (cua-global-mark-face): Add special case
18015 for displays supporting a high number of colors.
18016
18017 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
18018
18019 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18020
18021 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
18022
18023 * filesets.el (filesets-add-buffer): If user supplies a name of a
18024 non-existing fileset, create a new fileset.
18025
18026 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
18027
18028 * textmodes/org.el (org-up-heading-all): Fix bug with
18029 `outline-up-heading-all'.
18030
18031 2005-04-16 Andreas Schwab <schwab@suse.de>
18032
18033 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18034 /etc/permissions.d/* and /etc/aliases.d/*.
18035
18036 2005-04-16 Kenichi Handa <handa@m17n.org>
18037
18038 * international/code-pages.el (cp-make-coding-system):
18039 Set `translation-table-for-input' property value to the symbol
18040 ucs-mule-to-mule-unicode, not to that value.
18041 (pt154): Escape guillemet by `\'.
18042
18043 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
18044
18045 * loadup.el: Load tooltip if x-show-tip is fboundp.
18046
18047 * startup.el (command-line): Add comment.
18048
18049 * tooltip.el (tooltip-mode): Specify correct standard value for
18050 Custom in init-value.
18051
18052 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
18053
18054 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18055 possible.
18056
18057 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
18058
18059 * textmodes/org.el (org-agenda-date-prompt): Rename from
18060 `org-agenda-date-today'.
18061 (org-evaluate-time-range): Insert at point instead of directly
18062 after time range.
18063 (org-first-headline-recenter, org-subtree-end-visible-p)
18064 (org-optimize-window-after-visibility-change): New functions
18065 (org-agenda-post-command-hook): Don't allow point at end of line,
18066 to make sure it always hits the text properties.
18067 (org-agenda-next-date-line, org-agenda-previous-date-line):
18068 New commands.
18069 (org-set-regexps-and-options): Category may contain white space.
18070 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18071 Improve marker positions.
18072 (org-agenda-new-marker): Argument POS made optional.
18073 (org-agenda-get-timestamps): Deadlines which are done are listed
18074 in org-done-face now.
18075 (org-agenda-get-todos, org-agenda-get-timestamps)
18076 (org-agenda-get-deadlines, org-agenda-get-scheduled):
18077 Set `undone-face' and `done-face' properties.
18078 (org-last-todo-state-is-todo): New variable.
18079 (org-todo): Set `org-last-todo-state-is-todo'.
18080 (org-agenda-todo): Change face according to
18081 `org-last-todo-state-is-todo'. And change other lines referring to
18082 the same entry.
18083 (org-calendar-goto-agenda): New command.
18084 (org-calendar-to-agenda-key): New option.
18085 (org-startup-folded): New allowed value `content'.
18086 (org-set-regexps-and-options): Accept new value `content' for
18087 `org-startup-folded'.
18088 (org-get-current-options): Handle new value `content' for
18089 `org-startup-folded'.
18090 (org-insert-todo-heading): New command.
18091 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18092 interactively in empty file and option
18093 `org-insert-mode-line-in-empty-file' has been set.
18094 (org-agenda-todo, org-agenda-priority): Modify to use
18095 `org-agenda-change-all-lines'.
18096 (org-warning-face): Change color on dark background
18097
18098 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18099
18100 * international/mule-cmds.el (set-locale-environment): On Mac OS,
18101 use preferences AppleLocale and AppleLanguages, and variable
18102 mac-system-locale for default locale. On Mac OS Classic, use
18103 mac-system-coding-system for default coding systems.
18104
18105 * term/mac-win.el: Don't set file-name-coding-system.
18106 Decode variables system-name, emacs-build-system, user-login-name, and
18107 user-full-name by mac-system-coding-system on Mac OS Classic.
18108 (mac-system-coding-system): New variable.
18109
18110 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
18111
18112 * startup.el (command-line): Handle `xterm-mouse-mode' before
18113 reading init file.
18114
18115 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18116
18117 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
18118
18119 * progmodes/sh-script.el (sh-here-document-word): Make it a
18120 defcustom. Doc fix.
18121 (sh-add): Bash uses $(( )) for arithmetic.
18122 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18123 (sh-maybe-here-document): Remove quotes and leading whitespace
18124 from heredoc word when closing. Indent heredoc with tabs if word
18125 starts with "-".
18126
18127 2005-04-13 Richard M. Stallman <rms@gnu.org>
18128
18129 * simple.el (undo): Fix previous change.
18130
18131 * custom.el (defface): Doc fix.
18132
18133 2005-04-13 Lute Kamstra <lute@gnu.org>
18134
18135 * Makefile.in (DONTCOMPILE): Remove list.
18136 (compile, compile-always): Don't use DONTCOMPILE.
18137 (update-authors): Load the library in which batch-update-authors
18138 is defined.
18139 * makefile.w32-in (DONTCOMPILE): Remove list.
18140 (compile, compile-always): Fix comments.
18141 (update-authors): Load the library in which batch-update-authors
18142 is defined.
18143
18144 * generic-x.el (generic-mode-ini-file-find-file-hook):
18145 Rename to ini-generic-mode-find-file-hook.
18146 Keep generic-mode-ini-file-find-file-hook as an alias.
18147 (ini-generic-mode-find-file-hook): Rename from
18148 generic-mode-ini-file-find-file-hook. Fix docstring.
18149 (ini-generic-mode): Docstring change.
18150 (bat-generic-mode-run-as-comint): Silence the byte compiler.
18151
18152 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18153 called from lisp.
18154
18155 * generic.el: Move to the emacs-lisp subdir.
18156
18157 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
18158
18159 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18160 and C-S- function and cursor motion keys.
18161
18162 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
18163
18164 * startup.el (command-line): Enable Xterm Mouse mode by default.
18165 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18166 for Custom. No longer show "Mouse" in mode line when enabled.
18167 Doc fix.
18168
18169 2005-04-12 Kim F. Storm <storm@cua.dk>
18170
18171 * emulation/cua-base.el (cua-rectangle-face)
18172 (cua-rectangle-noselect-face): Define face attributes here.
18173
18174 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18175
18176 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18177
18178 * startup.el (command-line): Turn off blinking cursor if
18179 cursorBlink in resources is off or false.
18180
18181 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18182
18183 * term/mac-win.el (dnd): Require dnd.
18184 (mac-drag-n-drop): Call dnd-handle-one-url.
18185 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18186 (kTextEncodingISOLatin2): Remove constants.
18187 (mac-script-code-coding-systems): New constant.
18188 (mac-handle-language-change): New function.
18189 (special-event-map): Bind it to `language-change' event.
18190 (mac-centraleurroman, mac-cyrillic): New coding systems.
18191 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18192 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18193 and mac-cyrillic-encoder to encode-mac-centraleurroman and
18194 encode-mac-cyrillic, respectively.
18195
18196 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18197
18198 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18199 Don't set overlay-arrow-string to "=>" as this is done
18200 globally in C now.
18201
18202 2005-04-12 Lute Kamstra <lute@gnu.org>
18203
18204 * generic-x.el (rc-generic-mode, rul-generic-mode):
18205 Fix auto-mode-alist entries.
18206 (etc-fstab-generic-mode): Tweak fontification.
18207
18208 * generic.el (generic-make-keywords-list): Fix docstring.
18209 (generic-mode-internal): Simplify generic-font-lock-keywords.
18210
18211 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18212
18213 * whitespace.el (whitespace-buffer-leading)
18214 (whitespace-buffer-trailing): Revert the incorrect test inversion.
18215 However, fix the highlight area for the leading and
18216 trailing whitespaces to show space.
18217
18218 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
18219
18220 * whitespace.el (whitespace-version): Bump to 3.5
18221
18222 (whitespace-buffer-leading, whitespace-buffer-trailing):
18223 Invert sense of the test to highlight the whitespace.
18224
18225 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18226
18227 * progmodes/gud.el (gud-display-line): GUD uses its own
18228 overlay arrow now so don't set overlay-arrow-string.
18229 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18230
18231 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
18232
18233 * term.el (term-ansi-current-bold, term-ansi-current-underline)
18234 (term-ansi-current-reverse, term-ansi-current-invisible)
18235 (term-ansi-face-already-done): Change to boolean.
18236 (term-reset-terminal, term-handle-colors-array): Handle the above
18237 vars accordingly.
18238 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18239 (term-emulate-terminal): Use the new name.
18240
18241 * faces.el (secondary-selection): Use yellow1, not yellow.
18242 (trailing-whitespace): Use red1, not red.
18243
18244 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18245
18246 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18247 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18248 (dired-dnd-handle-file): Call dnd-get-local-file-uri
18249
18250 * cus-edit.el (dnd): New group.
18251
18252 * term/w32-win.el (dnd): Require dnd
18253 (w32-drag-n-drop): Call dnd-handle-one-url.
18254
18255 * x-dnd.el: Require dnd.
18256 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18257 Call dnd-handle-one-url.
18258 (x-dnd-types-alist, x-dnd-insert-utf8-text)
18259 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18260 to dnd-insert-text.
18261 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18262 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18263 (x-dnd-get-local-file-name, x-dnd-open-local-file)
18264 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18265
18266 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18267
18268 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18269
18270 * wdired.el: Doc fixes.
18271 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
18272 (wdired-use-dired-vertical-movement): Rename from
18273 wdired-always-move-to-filename-beginning.
18274 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
18275 (wdired-change-to-wdired-mode): Change mode name.
18276 (wdired-newline): Delete.
18277
18278 2005-04-11 Richard M. Stallman <rms@gnu.org>
18279
18280 * whitespace.el (whitespace-highlight-the-space):
18281 Don't call whitespace-unhighlight-the-space here.
18282
18283 * simple.el (undo): Record t in undo-equiv-table
18284 for the redo record made by an undo-in-region.
18285
18286 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
18287
18288 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
18289 (gdb-frame-inferior-io-buffer): New Functions to control
18290 display of separate IO buffer.
18291 (menu): Add them to menu-bar.
18292 (gdb-display-buffer): Check for buffer another frame.
18293 Protect GUD buffer.
18294 (gdb-setup-windows): Create IO buffer if not already there.
18295 (gdb-memory-mode): Remove purecopy noops.
18296
18297 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18298
18299 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
18300 and pass to self-insert-command.
18301
18302 2005-04-11 Lute Kamstra <lute@gnu.org>
18303
18304 * generic.el: Commentary section cleanup.
18305 (generic): Delete.
18306 (generic-use-find-file-hook, generic-lines-to-scan)
18307 (generic-find-file-regexp, generic-ignore-files-regexp)
18308 (default-generic-mode, generic-mode-find-file-hook)
18309 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
18310 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
18311 (generic-use-find-file-hook, generic-lines-to-scan)
18312 (generic-find-file-regexp, generic-ignore-files-regexp)
18313 (default-generic-mode, generic-mode-find-file-hook)
18314 (generic-mode-ini-file-find-file-hook): Move from generic.el.
18315
18316 2005-04-10 Karl Fogel <kfogel@red-bean.com>
18317
18318 * bookmark.el (bookmark-write-file): Catch errors writing file.
18319 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
18320
18321 2005-04-10 Richard M. Stallman <rms@gnu.org>
18322
18323 * startup.el (fancy-splash-tail): Update copyright year.
18324 (command-line): Split part of -Q into -D.
18325 (emacs-basic-display): New defvar.
18326 (fancy-splash-text): Correct name of menu item.
18327
18328 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
18329
18330 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
18331 lines in one node.
18332
18333 * comint.el (comint-send-input): New arg ARTIFICIAL.
18334 Callers in this file changed.
18335
18336 * abbrev.el (define-abbrevs): Read system abbrevs properly.
18337
18338 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
18339
18340 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
18341
18342 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
18343 `ldap-search-internal'.
18344
18345 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18346
18347 * files.el (set-auto-mode-1): Use line-end-position.
18348
18349 * international/latin-1.el:
18350 * international/latin-2.el:
18351 * international/latin-3.el:
18352 * international/latin-4.el:
18353 * international/latin-5.el:
18354 * international/latin-8.el:
18355 * international/latin-9.el: Give punctuation syntax to NBSP.
18356
18357 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
18358 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
18359 Use char-classes to accept non-ascii letters, accepted in some recent
18360 bibtex implementations.
18361
18362 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
18363
18364 * custom.el (custom-set-minor-mode): Any non-nil value for the
18365 variable should enable the mode when set through Custom.
18366
18367 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
18368
18369 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
18370 TAB binding so tab-always-indent is obeyed.
18371 (vhdl-minibuffer-local-map): Move initialization into declaration.
18372 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
18373 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
18374 (vhdl-hooked-abbrev): Avoid test for XEmacs.
18375 (vhdl-current-line): Use line-beginning-position.
18376 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
18377 with-output-to-temp-buffer, so the current position can be recorded.
18378
18379 2005-04-10 Masatake YAMATO <jet@gyve.org>
18380
18381 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18382 Add regexp for gcov.
18383
18384 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
18385
18386 * calendar/time-date.el (time-to-seconds, seconds-to-time)
18387 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
18388 syntax which Emacs 20 doesn't support.
18389
18390 2005-04-09 Richard M. Stallman <rms@gnu.org>
18391
18392 * help.el (describe-key-briefly, describe-key):
18393 Replace strings as event types with "(any string)".
18394
18395 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18396
18397 * arc-mode.el (archive-mode-map): Move initialization into
18398 the declaration. Override *all* bindings of `undo'.
18399 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
18400
18401 2005-04-09 Jay Belanger <belanger@truman.edu>
18402
18403 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
18404
18405 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
18406
18407 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
18408 (xterm-register-default-colors): Update color values computation
18409 to match xterm-200.
18410
18411 2005-04-09 Kenichi Handa <handa@m17n.org>
18412
18413 * international/code-pages.el (iso-latin-7): Fix the map.
18414
18415 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
18416
18417 * emacs-lisp/lisp.el (defun-prompt-regexp)
18418 (parens-require-spaces, buffer-end, end-of-defun)
18419 (insert-parentheses): Doc fixes.
18420
18421 2005-04-08 Kim F. Storm <storm@cua.dk>
18422
18423 * comint.el (comint-highlight-prompt): Fix face spec.
18424 * hi-lock.el (hi-green): Likewise.
18425
18426 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18427
18428 * cus-edit.el (custom-modified-face):
18429 * comint.el (comint-highlight-input): Fix previous changes.
18430 * term.el (term-handle-ansi-escape): Add a comment.
18431
18432 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18433
18434 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
18435 in the buffer and in whitespace-highlighted-space.
18436 (whitespace-unhighlight-the-space): Simplify.
18437 (whitespace-buffer): Simplify.
18438
18439 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
18440
18441 * textmodes/table.el (table-cell-face): Add special case for
18442 displays supporting a high number of colors.
18443 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
18444 (vhdl-font-lock-reserved-words-face)
18445 (vhdl-speedbar-architecture-face)
18446 (vhdl-speedbar-instantiation-face)
18447 (vhdl-speedbar-architecture-selected-face)
18448 (vhdl-speedbar-instantiation-selected-face): Likewise.
18449 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
18450 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
18451 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18452 (ebrowse-root-class-face, ebrowse-member-attribute-face)
18453 (ebrowse-progress-face): Likewise.
18454 * progmodes/compile.el (compilation-info-face): Likewise.
18455 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18456 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18457 * calendar/calendar.el (diary-face): Likewise.
18458 * woman.el (woman-italic-face, woman-bold-face)
18459 (woman-unknown-face): Likewise.
18460 * wid-edit.el (widget-button-pressed-face): Likewise.
18461 * whitespace.el (whitespace-highlight-face): Likewise.
18462 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18463 * pcvs-info.el (cvs-marked-face): Likewise.
18464 * info.el (info-xref): Likewise.
18465 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18466 * hilit-chg.el (highlight-changes-face)
18467 (highlight-changes-delete-face): Likewise.
18468 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18469 (hi-red-b): Likewise.
18470 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18471 * font-lock.el (font-lock-keyword-face)
18472 (font-lock-function-name-face, font-lock-warning-face): Likewise.
18473 * cus-edit.el (custom-invalid-face, custom-modified-face)
18474 (custom-set-face, custom-changed-face, custom-variable-tag-face)
18475 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18476 * comint.el (comint-highlight-prompt): Likewise.
18477
18478 2005-04-08 Lute Kamstra <lute@gnu.org>
18479
18480 * font-lock.el (font-lock-keywords): Docstring fixes.
18481
18482 2005-04-08 Kenichi Handa <handa@m17n.org>
18483
18484 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18485 chars are more than a limit, print " and more..." at the tail.
18486
18487 2005-04-08 Kim F. Storm <storm@cua.dk>
18488
18489 * emacs-lisp/authors.el (authors-aliases): Update list.
18490 (authors-ignored-files): New list.
18491 (authors-fixed-entries): Fix typo.
18492 (authors-renamed-files-alist): Update list.
18493 (authors-add): Check authors-ignored-files.
18494
18495 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
18496
18497 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18498 optional, to ensure backward compatibility.
18499
18500 2005-04-08 Stephen Eglen <stephen@gnu.org>
18501
18502 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18503
18504 2005-04-08 Kim F. Storm <storm@cua.dk>
18505
18506 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18507
18508 * mouse.el (mouse-on-link-p): Doc fix.
18509
18510 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
18511
18512 * ielm.el (ielm-prompt-read-only): Doc fix.
18513
18514 * comint.el (comint-prompt-read-only): Doc fix.
18515
18516 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
18517
18518 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18519 ensure dired always handles wildcards passed to ffap.
18520 (find-file-at-point): Use it.
18521 (ffap-dired-wildcards): Doc fix.
18522
18523 2005-04-07 Juri Linkov <juri@jurta.org>
18524
18525 * simple.el (next-error-overlay-arrow-position): New defvar.
18526 Put "=>" on its property `overlay-arrow-string'. Add it to
18527 `overlay-arrow-variable-list'.
18528
18529 * progmodes/compile.el (compilation-setup):
18530 Set `next-error-overlay-arrow-position' to nil. Also set it to
18531 nil in the local hook `kill-buffer-hook'. Make local variable
18532 `overlay-arrow-string' and set it to "=>".
18533 (compilation-goto-locus): Set BOL position to
18534 `next-error-overlay-arrow-position' instead of
18535 `overlay-arrow-position'.
18536
18537 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18538 locally instead of adding it to the global hook.
18539 (Info-kill-buffer): Move up.
18540
18541 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
18542
18543 * term/xterm.el (xterm-standard-colors): Update color values from
18544 xterm-200.
18545
18546 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
18547
18548 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18549
18550 * fast-lock.el:
18551 * lazy-lock.el: Move them to the obsolete subdir.
18552
18553 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18554
18555 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18556 (wdired-add-replace-advice): Remove.
18557 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18558
18559 2005-04-06 Kim F. Storm <storm@cua.dk>
18560
18561 * startup.el (command-line): Add --bare-bones alias for -Q.
18562
18563 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18564
18565 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18566 create the startup fontset if a font specification ends with
18567 `mac-roman'.
18568
18569 2005-04-06 Lute Kamstra <lute@gnu.org>
18570
18571 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18572 change.
18573
18574 * emacs-lisp/copyright.el (copyright-update-year): Replace the
18575 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
18576
18577 2005-04-05 Lute Kamstra <lute@gnu.org>
18578
18579 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18580 (define-generic-mode): Ditto. Fix debug declaration.
18581
18582 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18583 Put them in the generic-x group.
18584
18585 * calendar/timeclock.el (timeclock): Doc fix.
18586
18587 * generic.el (define-generic-mode): Don't use custom-current-group.
18588 Document default :group value.
18589 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18590 (define-global-minor-mode): Don't use custom-current-group.
18591
18592 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
18593
18594 * startup.el (command-line-1): Display startup-echo-area-message
18595 when fancy splash screen is in use.
18596
18597 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18598 (sh-escaped-newline): New face.
18599 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18600 newline, and use sh-escaped-newline face.
18601
18602 * progmodes/tcl.el (tcl-escaped-newline): New face.
18603 (tcl-builtin-list): New variable.
18604 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18605 newlines. Fix keywords subexpression number.
18606
18607 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
18608
18609 * textmodes/org.el (org-diary-default-entry): Fix call to
18610 `add-to-diary-entry'.
18611
18612 2005-04-05 Kim F. Storm <storm@cua.dk>
18613
18614 * ediff-init.el: Use (featurep 'xemacs).
18615
18616 2005-04-05 David Ponce <david@dponce.com>
18617
18618 * cus-edit.el (face): Derive from symbol widget. Display sample
18619 of the current face on the fly.
18620 (widget-face-sample-face-get, widget-face-notify): New functions.
18621 (widget-face-value-create): Remove.
18622
18623 * wid-edit.el (widget-field-end): Temporarily remove field
18624 narrowing before to call `get-char-property'.
18625
18626 2005-04-04 Jay Belanger <belanger@truman.edu>
18627
18628 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18629 (math-read-subscripts): New variable.
18630 (math-read-preprocess-string): Process subscripts.
18631
18632 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18633
18634 * comint.el (comint-prompt-read-only): Doc fix.
18635
18636 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18637 `-1'. Doc fix.
18638
18639 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
18640
18641 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18642 Change default value to nil.
18643
18644 2005-04-04 Lute Kamstra <lute@gnu.org>
18645
18646 * autorevert.el (auto-revert-mode): Specify :group.
18647 * battery.el (display-battery-mode): Specify :group.
18648 * diff-mode.el (diff-minor-mode): Specify :group.
18649 * font-core.el (font-lock-mode): Specify :group.
18650 * hl-line.el (hl-line-mode): Specify :group.
18651 * iimage.el (iimage): New customization group.
18652 (iimage-mode): Specify :group.
18653 * longlines.el (longlines-mode): Specify :group.
18654 * master.el: Don't require easy-mmode.
18655 (master): New customization group.
18656 (master-mode): Specify :group.
18657 * msb.el (msb-mode): Specify :group.
18658 * reveal.el (reveal-mode): Specify :group.
18659 * simple.el (next-error-follow-minor-mode): Specify :group.
18660 * smerge-mode.el (smerge-mode): Specify :group.
18661 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18662 * emulation/cua-base.el (cua-mode): Specify :group.
18663 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18664 * language/thai-util.el (thai-auto-composition-mode)
18665 (thai-word-mode): Specify :group.
18666 * mail/supercite.el (sc-minor-mode): Specify :group.
18667 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18668 * progmodes/flymake.el (flymake-mode): Specify :group.
18669 * progmodes/glasses.el (glasses-mode): Specify :group.
18670 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18671 * textmodes/enriched.el (enriched-mode): Specify :group.
18672 * textmodes/refill.el (refill-mode): Specify :group.
18673
18674 * add-log.el (change-log-font-lock-keywords): Names in
18675 parenthesized lists can contain spaces.
18676
18677 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18678
18679 * startup.el (fancy-splash-text): Shorten default text of
18680 "Emacs Tutorial" line. Also, if the current language env
18681 indicates an available tutorial file other than TUTORIAL,
18682 extract its title and append it to the line in parentheses.
18683 (fancy-splash-insert): If arg is a thunk, funcall it.
18684
18685 2005-04-04 Jay Belanger <belanger@truman.edu>
18686
18687 * calc.el (calc-language-alist): Add tags to customization type.
18688
18689 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18690
18691 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18692 Doc fix.
18693
18694 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
18695
18696 * add-log.el (change-log-font-lock-keywords): The manual
18697 describing a Change Log entry, says: (...) "Aside from these
18698 header lines, every line in the change log starts with a space or
18699 a tab.". The font-lock was not highlighting lines started with
18700 spaces, added support for it.
18701
18702 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18703
18704 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18705 (bibtex-generate-url-list): Update docstring accordingly. Put the
18706 complex example in the docstring.
18707 (bibtex-font-lock-url): Use pop.
18708
18709 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18710
18711 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18712
18713 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18714
18715 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18716
18717 * filesets.el (filesets-set-default): Doc fix.
18718
18719 2005-04-03 Lute Kamstra <lute@gnu.org>
18720
18721 * generic.el (define-generic-mode): Add argument to specify
18722 keywords for defcustom.
18723 (default-generic-mode): Specify :group.
18724
18725 * generic-x.el: Specify :group for all generic modes.
18726
18727 * desktop.el (desktop-no-desktop-file-hook)
18728 (desktop-after-read-hook): Doc fix.
18729
18730 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18731
18732 * simple.el (visible-mode): Use explicit :group keyword.
18733 This changes the group of `visible-mode-hook' from paren-blinking
18734 to editing-basics.
18735
18736 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18737
18738 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
18739 mailbox specifications as well as URLs.
18740 (rmail-insert-inbox-text): Remove unused conditional branches.
18741
18742 2005-04-01 Jay Belanger <belanger@truman.edu>
18743
18744 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18745 (calc-gnuplot-print-command): Move definitions to calc.el.
18746
18747 * calc/calc-embed.el (calc-embedded-announce-formula)
18748 (calc-embedded-open-formula, calc-embedded-close-formula)
18749 (calc-embedded-open-word, calc-embedded-close-word)
18750 (calc-embedded-open-plain, calc-embedded-close-plain)
18751 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18752 (calc-embedded-open-mode, calc-embedded-close-mode):
18753 Move definitions to calc.el.
18754
18755 * calc/calc.el (calc-settings-file, calc-language-alist):
18756 Make customizable.
18757 (calc-embedded-announce-formula, calc-embedded-open-formula)
18758 (calc-embedded-close-formula, calc-embedded-open-word)
18759 (calc-embedded-close-word, calc-embedded-open-plain)
18760 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18761 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18762 (calc-embedded-close-mode, calc-gnuplot-name)
18763 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18764 from other files and make customizable.
18765
18766 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18767
18768 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18769 Use buffer-live-p.
18770 (cvs-mode-run): Don't call cvs-update-header here.
18771 (cvs-run-process): Call cvs-update-header.
18772 Use process properties for cvs-postprocess and cvs-buffer so that
18773 the sentinel can behave better if the temp buffer is killed.
18774 Use a pipe rather than a tty, to better handle unexpected prompts.
18775 (cvs-sentinel): Rewrite. Call cvs-update-header.
18776
18777 2005-04-01 Andre Spiegel <spiegel@gnu.org>
18778
18779 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18780 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18781
18782 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18783
18784 * generic.el (define-generic-mode): Add indentation rule.
18785
18786 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18787
18788 * files.el (mode-require-final-newline): Make Custom correctly
18789 report a nil value and allow to set it to nil via Custom.
18790 Doc fix.
18791
18792 2005-04-01 Kenichi Handa <handa@m17n.org>
18793
18794 * international/characters.el: Enable the correct case setting for
18795 dotless-i and dotted-I.
18796
18797 2005-04-01 Kim F. Storm <storm@cua.dk>
18798
18799 * ido.el (ido-file-internal): Fall back to non-ido command if
18800 initial directory is on slow ftp (or tramp) host.
18801
18802 2005-03-31 Richard M. Stallman <rms@gnu.org>
18803
18804 * emacs-lisp/autoload.el (make-autoload):
18805 Handle define-global-minor-mode.
18806
18807 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18808 Rename from easy-mmode-define-global-mode.
18809 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18810
18811 * progmodes/scheme.el (scheme-mode-syntax-table):
18812 Update syntax of | and # for two-character comment syntax.
18813
18814 2005-03-31 Lute Kamstra <lute@gnu.org>
18815
18816 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18817 (define-minor-mode): Call custom-current-group at load-time.
18818
18819 * generic.el (define-generic-mode): Add debug declaration.
18820 Add defcustom for the mode hook.
18821 (generic-mode-internal): Use run-mode-hooks.
18822
18823 2005-03-31 Kim F. Storm <storm@cua.dk>
18824
18825 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18826 (mouse-fixup-help-message): New defun called by show_help_echo
18827 to fixup mouse-2 prefix in help messages when applicable.
18828
18829 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18830
18831 2005-03-31 Kenichi Handa <handa@m17n.org>
18832
18833 * language/thai-word.el (thai-find-word-ends): Pay attention to
18834 the case that we reach the end of buffer.
18835
18836 * textmodes/fill.el (fill-text-properties-at): New function.
18837 (fill-newline): Use fill-text-properties-at instead of
18838 text-properties-at.
18839
18840 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18841
18842 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18843 not comint-quote-filename.
18844
18845 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18846
18847 * help-fns.el (help-with-tutorial): Revert last change.
18848
18849 2005-03-31 Kim F. Storm <storm@cua.dk>
18850
18851 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18852
18853 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18854
18855 * calendar/cal-china.el: Update reference to "Calendrical
18856 Calculations" book; there's a new edition.
18857 * calendar/cal-coptic.el: Likewise.
18858 * calendar/cal-french.el: Likewise.
18859 * calendar/cal-hebrew.el: Likewise.
18860 * calendar/cal-islam.el: Likewise.
18861 * calendar/cal-iso.el: Likewise.
18862 * calendar/cal-julian.el: Likewise.
18863 * calendar/cal-mayan.el: Likewise.
18864 * calendar/cal-persia.el: Likewise.
18865 * calendar/calendar.el: Likewise.
18866 * calendar/holidays.el: Likewise.
18867 * calendar/lunar.el: Likewise.
18868 * calendar/solar.el: Likewise.
18869
18870 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18871 white space from doc string.
18872
18873 2005-03-30 Jay Belanger <belanger@truman.edu>
18874
18875 * calc/calc-help.el (calc-full-help): Remove email address.
18876
18877 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18878
18879 * help-fns.el (help-with-tutorial): Delete title line.
18880
18881 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18882
18883 * calendar/cal-x.el (calendar-one-frame-setup)
18884 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18885 rather than `symbol' for set-window-dedicated-p.
18886
18887 * calendar/appt.el (appt-buffer-name): Make it a constant.
18888 (appt-add): Doc fix.
18889
18890 * filesets.el (filesets-menu-path, filesets-menu-before)
18891 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18892 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18893 (filesets-add-submenu): Delete and use add-submenu instead.
18894
18895 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
18896
18897 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18898 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18899 (org-diary-default-entry): New function.
18900 (org-get-entries-from-diary): Better parsing of diary entries.
18901 (org-agenda-check-no-diary): New function.
18902 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18903 linking to diary entries.
18904 (org-agenda-execute-calendar-command): New function.
18905 (org-agenda): Improve visible section in window.
18906 Use `org-fit-agenda-window'.
18907 (org-fit-agenda-window): New option.
18908 (org-move-subtree-down): Better handling of empty lines
18909 at end of subtree.
18910 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18911 levels up.
18912 (org-fontify-done-headline): New option.
18913 (org-headline-done-face): New face.
18914 (org-set-font-lock-defaults): Use `org-headline-done-face'.
18915 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18916 When current field is non-empty, it is copied to next row.
18917 (org-table-copy-from-above): Fix bug which made it
18918 impossible to copy fields containing only a single non-white character.
18919
18920 2005-03-30 Kim F. Storm <storm@cua.dk>
18921
18922 * kmacro.el (kmacro-end-macro): Isearch may store this command
18923 into the macro -- so ignore it when executing keyboard macro.
18924
18925 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18926
18927 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18928
18929 2005-03-29 Kenichi Handa <handa@m17n.org>
18930
18931 * language/thai.el ("Thai"): Set setup-function and exit-function
18932 for Thai language environment.
18933
18934 * language/thai-util.el: Require thai-word.
18935 (thai-word-mode-map): New variable.
18936 (thai-word-mode): New minor mode.
18937 (setup-thai-language-environment-internal): New function.
18938 (exit-thai-language-environment-internal): New function.
18939
18940 * language/thai-word.el (thai-word-table): Declare it by defvar,
18941 use dolist to initialize it.
18942 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18943 (thai-fill-find-break-point): New functions.
18944
18945 2005-03-29 Richard M. Stallman <rms@gnu.org>
18946
18947 * simple.el (idle-update-delay): Move definition up.
18948 (set-mark): Doc fix.
18949
18950 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
18951
18952 * longlines.el: New file.
18953
18954 * simple.el (buffer-substring-filters): New variable.
18955 (filter-buffer-substring): New function.
18956 (kill-region, copy-region-as-kill): Use it.
18957
18958 * register.el (copy-to-register, append-to-register)
18959 (prepend-to-register): Use filter-buffer-substring.
18960
18961 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18962
18963 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18964 (gud-filter-pending-text): Move in front of gdb.
18965 (gud-overlay-arrow-position): New variable.
18966 (gud-sentinel, gud-display-line): Use it in place of
18967 overlay-arrow-position.
18968
18969 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18970
18971 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18972 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18973 (fortran-font-lock-keywords-4): New variable.
18974 (fortran-blocks-re, fortran-end-block-re)
18975 (fortran-start-block-re): New constants, for hideshow.
18976 (hs-special-modes-alist): Add a Fortran entry.
18977 (fortran-mode-map): Bind fortran-end-of-block,
18978 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18979 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
18980 (fortran-looking-at-if-then, fortran-end-of-block)
18981 (fortran-beginning-of-block): New functions, for hideshow.
18982
18983 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18984 Doc fix. Tweak regexp.
18985 (f90-beginning-of-block): Push mark first.
18986
18987 2005-03-29 Jay Belanger <belanger@truman.edu>
18988
18989 * calc/calc.el: Update copyright date.
18990 (calc-version): Increase to 2.1.
18991 (calc-version-date): Remove.
18992
18993 * calc/calc-help.el: Update copyright date.
18994 (calc-full-help): Remove reference to calc-version-date.
18995 Update copyright date.
18996
18997 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18998
18999 * vc.el (vc-do-command): Use a pipe for async processes, so password
19000 prompts don't show up at places where the user can't reply.
19001
19002 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
19003
19004 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19005 on the file name we pass to the inferior shell.
19006
19007 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19008
19009 * progmodes/which-func.el (which-function): Be robust in the face of an
19010 imenu--make-index-alist failure.
19011
19012 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
19013
19014 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19015
19016 * progmodes/python.el (python-preoutput-filter): Fix last change.
19017
19018 2005-03-29 Lute Kamstra <lute@gnu.org>
19019
19020 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19021 functions and compiled macros.
19022 (debug-convert-byte-code): Handle macros too.
19023 (debug-on-entry-1): Don't signal an error when trying to clear a
19024 function that is not set to debug on entry.
19025
19026 2005-03-29 Jay Belanger <belanger@truman.edu>
19027
19028 * calc/calc-lang.el: Add functions to math-function-table
19029 properties of tex and math.
19030
19031 2005-03-29 Kenichi Handa <handa@m17n.org>
19032
19033 * ps-mule.el (ps-mule-plot-string): Translate characters by
19034 ps-print-translation-table.
19035 (ps-mule-begin-job): Call find-charset-region/string with
19036 ps-print-translation-table.
19037 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19038
19039 * ps-print.el (ps-print-translation-table): New variable.
19040 (ps-plot-region): Translate characters by ps-print-translation-table.
19041
19042 2005-03-29 Juri Linkov <juri@jurta.org>
19043
19044 * simple.el (next-error-highlight-timer): New variable.
19045
19046 * progmodes/compile.el (compilation-goto-locus):
19047 Use `next-error-highlight-timer' instead of `sit-for'.
19048
19049 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19050
19051 * mail/supercite.el (sc-mail-field): Use assoc-string.
19052 (sc-get-address): Simplify regexps.
19053
19054 * files.el (minibuffer-with-setup-hook): New macro.
19055 (find-file-read-args): Use it to avoid let-binding
19056 minibuffer-with-setup-hook (which breaks turning on/off
19057 file-name-shadow-mode while in the prompt).
19058
19059 * complete.el (PC-read-include-file-name-internal):
19060 Use test-completion.
19061
19062 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
19063
19064 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19065
19066 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
19067
19068 * window.el (window-buffer-height): Use count-screen-lines.
19069
19070 * progmodes/python.el (python-preoutput-leftover): New var.
19071 (python-preoutput-filter): Use it.
19072 (python-send-receive): Loop until all the result has been received.
19073
19074 2005-03-28 Juri Linkov <juri@jurta.org>
19075
19076 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19077
19078 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19079 "Recover Crashed Session".
19080 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19081 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19082 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19083 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19084 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19085 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19086 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19087 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19088
19089 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19090 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19091 Ediff Sessions", "Toggle use of separate control buffer frame",
19092 "Use separate frame for Ediff control buffer".
19093
19094 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19095 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19096 "Rename Bookmark", "Delete Bookmark".
19097
19098 * info.el (Info-mode-menu): Remove ellipsis from "Index".
19099 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19100 Add `:active Info-index-alternatives' to "Next Matching Item".
19101
19102 * wdired.el (wdired-change-to-wdired-mode):
19103 Mention `wdired-abort-changes' key in the initial message.
19104
19105 * international/mule.el (auto-coding-alist): Associate non-ascii
19106 image filename extensions with `no-conversion'.
19107
19108 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
19109
19110 * international/iso-acc.el:
19111 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19112
19113 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
19114
19115 * textmodes/sgml-mode.el (html-mode): Doc update.
19116
19117 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19118
19119 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
19120
19121 * term.el (term-move-columns): Fix face after extending a line.
19122 (term-insert-spaces): Likewise.
19123 (term-reset-terminal): Fix off by one error.
19124
19125 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19126
19127 * international/mule.el (auto-coding-alist): Add .xpi files.
19128
19129 * files.el (auto-mode-alist): Add .xpi files.
19130
19131 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
19132
19133 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19134
19135 2005-03-26 Eli Zaretskii <eliz@gnu.org>
19136
19137 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19138
19139 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
19140
19141 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19142 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
19143
19144 * calendar/cal-move.el (calendar-beginning-of-year): Move the
19145 cursor to Jan 1 when needed.
19146 (calendar-end-of-year): Fix -/+ typo.
19147 Reported by Chong Yidong <cyd@stupidchicken.com>.
19148
19149 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19150
19151 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19152
19153 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19154 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
19155
19156 2005-03-25 Richard M. Stallman <rms@gnu.org>
19157
19158 * filesets.el (filesets-init): Add autoload.
19159
19160 * mail/mailalias.el (mail-directory): Doc fix.
19161
19162 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19163
19164 * mail/mailalias.el (mail-directory-process): Do nothing if
19165 mail-directory-process is an atom.
19166 (mail-get-names): Ignore mail-directory-names if it is an atom.
19167 (mail-directory-process defvar): Doc fix.
19168 (mail-names): Doc fix.
19169
19170 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
19171
19172 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19173
19174 2005-03-26 Kenichi Handa <handa@m17n.org>
19175
19176 * international/mule-util.el (detect-coding-with-priority):
19177 Call update-coding-systems-internal before detect-coding-region.
19178
19179 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
19180
19181 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19182 (gdb-frames-mode-map): Add follow-link property.
19183
19184 2005-03-25 Jay Belanger <belanger@truman.edu>
19185
19186 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19187 for variables.
19188
19189 2005-03-25 Juri Linkov <juri@jurta.org>
19190
19191 * image-mode.el: Optimize image filename extension regexps in
19192 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
19193 in `auto-mode-alist'.
19194 (image-mode): Add `image-toggle-display-text' to local hook
19195 `change-major-mode-hook'. Display the image as an image by
19196 default. Set `cursor-type' and `truncate-lines' if the image
19197 is already displayed. Take into account the current mode (image
19198 or text) in message.
19199 (image-minor-mode): New minor mode.
19200 (image-mode-maybe, image-toggle-display-text): New functions.
19201 (image-toggle-display): Use called-interactively-p.
19202 Let-bind `inhibit-read-only' to t.
19203
19204 * image-mode.el (image-minor-mode): Set `cursor-type' and
19205 `truncate-lines' if the image is already displayed. Add turning
19206 image-minor-mode off to `change-major-mode-hook'. Add message.
19207 Call `image-toggle-display-text' after turning image-minor-mode off.
19208
19209 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
19210
19211 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19212 Terminal.app, use utf-8.
19213 (set-display-table-and-terminal-coding-system): Add coding-system arg.
19214 (set-locale-environment): Use it.
19215
19216 * term/xterm.el: Undo last change, better done in mule-cmds.el.
19217
19218 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19219
19220 * progmodes/python.el (python-close-block-statement-p)
19221 (python-outdent-p, python-current-defun): Use symbol-end.
19222
19223 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
19224
19225 * files.el (save-some-buffers): Doc fix.
19226
19227 2005-03-25 Werner Lemberg <wl@gnu.org>
19228
19229 * complete.el, thumbs.el: Replace `legal' with `valid'.
19230 * calendar/calendar.el: Replace `legal' with `valid'.
19231 * emacs-lisp/advice.el: Replace `legal' with `valid'.
19232 * mail/supercite.el: Replace `legal' with `valid'.
19233 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19234 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19235 Replace `legal' with `valid'.
19236 * textmodes/reftex-vars.el, textmodes/reftex.el:
19237 Replace `legal' with `valid'.
19238
19239 2005-03-25 Werner Lemberg <wl@gnu.org>
19240
19241 * calc/calc-forms.el, calc/calc-sel.el
19242 * midnight.el, vc-cvs.el
19243 * emacs-lisp/cl-macs.el
19244 * emulation/vip.el
19245 * eshell/esh-io.el, eshell/esh-var.el
19246 * mail/supercite.el
19247 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19248 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19249 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19250 * progmodes/sh-script.el, progmodes/xscheme.el
19251 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19252 * textmodes/reftex-index.el, textmodes/reftex-parse.el
19253 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19254 * textmodes/reftex.el, textmodes/org.el:
19255 Replace `illegal' with `invalid'.
19256
19257 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19258
19259 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19260 (flymake-find-buildfile, flymake-find-possible-master-files)
19261 (flymake-check-include, flymake-parse-line): Replace loops over the
19262 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19263
19264 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19265 Substitute file-name-as-directory in the rest of the file.
19266 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19267 (flymake-replace-region): Remove unused arg `buffer'.
19268 (flymake-check-patch-master-file-buffer): Update calls to it.
19269 (flymake-add-err-info): Remove unused var `count'.
19270 (flymake-mode): Use define-minor-mode.
19271
19272 * progmodes/flymake.el: Use with-current-buffer.
19273 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
19274 flymake-replace-regexp-in-string, flymake-line-beginning-position)
19275 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
19276 Avoid testing for `xemacs'.
19277 (flymake-nop): Move.
19278 (flymake-region-has-flymake-overlays): Return the computed value.
19279 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
19280 Remove unused var `endline'.
19281 (flymake-get-line-count): Remove unused function.
19282 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
19283
19284 * emulation/vi.el:
19285 * generic.el:
19286 * hilit-chg.el (global-highlight-changes):
19287 * hi-lock.el (hi-lock-mode):
19288 * follow.el: find-file-hooks -> find-file-hook.
19289
19290 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
19291
19292 2005-03-24 Juri Linkov <juri@jurta.org>
19293
19294 * dired.el (dired-mode-map): Add menu item "Compare directories"
19295 for dired-compare-directories.
19296
19297 * dired-aux.el (dired-compare-directories): Add autoload cookie.
19298 Doc fix. Replace `read-file-name' with `read-directory-name'.
19299
19300 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19301
19302 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
19303
19304 2005-03-24 Jay Belanger <belanger@truman.edu>
19305
19306 * calc/calc-embed.el (calc-embedded-mode-change): Save all
19307 relevant mode settings in calc-embedded-original-modes when modes
19308 are permanently changed.
19309
19310 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19311
19312 * autoinsert.el: find-file-hooks -> find-file-hook.
19313
19314 2005-03-24 Lute Kamstra <lute@gnu.org>
19315
19316 * generic.el (generic-font-lock-defaults): Make it obsolete.
19317 (generic-font-lock-keywords): New variable to replace
19318 generic-font-lock-defaults.
19319 (generic-mode-set-font-lock): Delete it.
19320 (generic-mode-internal): Don't call generic-mode-set-font-lock.
19321 (generic-bracket-support): Add docstring.
19322
19323 * generic-x.el: Rename generic-font-lock-defaults to
19324 generic-font-lock-keywords throughout.
19325 (mailagent-rules-setup-function): Delete it.
19326 (mailagent-rules-generic-mode): Use anonymous function instead.
19327 (show-tabs-generic-mode-font-lock-defaults-1)
19328 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
19329 Quote faces.
19330 (show-tabs-tab-face, show-tabs-space-face): Specify background,
19331 not foreground.
19332
19333 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19334 Recognize define-generic-mode.
19335
19336 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19337
19338 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
19339 if there's no completion table.
19340
19341 2005-03-23 Miles Bader <miles@gnu.org>
19342
19343 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19344 Remove tty-specific variants, as they're no longer needed.
19345
19346 2005-03-23 Lute Kamstra <lute@gnu.org>
19347
19348 * generic-x.el: Code cleanup: make args constant whenever possible.
19349 (installshield-statement-keyword-list)
19350 (installshield-system-functions-list)
19351 (installshield-system-variables-list, installshield-types-list)
19352 (installshield-funarg-constants-list): Make them constants.
19353
19354 * generic.el (generic-make-keywords-list): Add autoload cookie.
19355
19356 * calendar/time-date.el: Add comment on time value formats.
19357 Don't require parse-time.
19358 (with-decoded-time-value): New macro.
19359 (encode-time-value): New function.
19360 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
19361 (days-to-time): Return a valid time value when arg is huge.
19362 (time-since): Use time-subtract.
19363 (time-to-number-of-days): Use time-to-seconds.
19364
19365 2005-03-23 David Ponce <david@dponce.com>
19366
19367 * recentf.el (recentf-keep): New option.
19368 (recentf-menu-action): Default to `find-file'.
19369 (recentf-keep-non-readable-files-flag)
19370 (recentf-keep-non-readable-files-p)
19371 (recentf-file-readable-p, recentf-find-file)
19372 (recentf-cleanup-remote): Remove.
19373 (recentf-include-p): More robust.
19374 (recentf-keep-p): New function.
19375 (recentf-remove-if-non-kept): Rename from
19376 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
19377 All callers updated.
19378 (recentf-menu-items-for-commands): Fix help string.
19379 (recentf-track-closed-file): Update. Doc fix.
19380 (recentf-cleanup): Update. Count removed files. Doc fix.
19381
19382 2005-03-23 Kim F. Storm <storm@cua.dk>
19383
19384 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19385 Don't inherit from fringe face (now happens automatically).
19386
19387 2005-03-22 Kim F. Storm <storm@cua.dk>
19388
19389 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
19390 position values.
19391
19392 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19393
19394 * menu-bar.el (showhide-date-time): Remove.
19395 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
19396 (menu-bar-make-mm-toggle): Simplify.
19397
19398 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19399
19400 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
19401 Accept qualified variable and function names.
19402
19403 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
19404
19405 * bindings.el (completion-ignored-extensions):
19406 Remove ".lis" for `vax-vms'.
19407
19408 2005-03-22 Andreas Schwab <schwab@suse.de>
19409
19410 * generic-x.el: Revert last change.
19411 * ldefs-boot.el: Update.
19412
19413 2005-03-22 Jay Belanger <belanger@truman.edu>
19414
19415 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
19416 (calc-embedded-save-original-modes)
19417 (calc-embedded-restore-original-modes): New functions.
19418 (calc-do-embedded): Save original modes when entering embedded mode
19419 and restore when leaving embedded mode.
19420 (calc-embedded-modes-change): Change the value of
19421 calc-embedded-original-modes to reflect permanent changes.
19422
19423 2005-03-22 Lute Kamstra <lute@gnu.org>
19424
19425 * generic-x.el: Require generic again.
19426
19427 2005-03-22 Miles Bader <miles@gnu.org>
19428
19429 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
19430 Tweak details to look good on both ttys and bitmap displays, light
19431 or dark background, etc.
19432
19433 2005-03-21 Kim F. Storm <storm@cua.dk>
19434
19435 * tooltip.el (tooltip-show-help-function): Check car and cdr of
19436 mouse position.
19437
19438 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
19439
19440 * icomplete.el: Don't forcibly turn on the mode upon load.
19441 (icomplete-mode): Use define-minor-mode.
19442 (icomplete-eoinput): Default to nil.
19443 (icomplete-minibuffer-setup): Remove autoload.
19444 (icomplete-tidy): Simplify.
19445 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
19446 in the initial state or if the user has modified the field.
19447 Fix handling of icomplete-max-delay-chars.
19448 Remove code that handles the oddball case where
19449 minibuffer-completion-table is an integer.
19450 Wrap icomplete-completions in while-no-input in case building
19451 completions takes more time than expected.
19452 (icomplete-completions): Simplify.
19453
19454 2005-03-21 Richard M. Stallman <rms@gnu.org>
19455
19456 * jka-compr.el (jka-compr-really-do-compress):
19457 Make variable buffer-local.
19458
19459 * image-mode.el: Handle .xpm files too.
19460 (image-toggle-display): Preserve modification flag.
19461
19462 * help.el (where-is): Don't mention aliases with no key bindings.
19463
19464 2005-03-21 Lute Kamstra <lute@gnu.org>
19465
19466 * generic.el: Fix commentary section. Don't require cl for
19467 compilation.
19468 (generic-mode-list): Add autoload cookie.
19469 (generic-use-find-file-hook, generic-lines-to-scan)
19470 (generic-find-file-regexp, generic-ignore-files-regexp)
19471 (generic-mode, generic-mode-find-file-hook)
19472 (generic-mode-ini-file-find-file-hook): Fix docstrings.
19473 (define-generic-mode): Make it a defmacro. Fix docstring.
19474 (generic-mode-internal): Code cleanup. Add autoload cookie.
19475 (generic-mode-set-comments): Code cleanup.
19476 * generic-x.el: Don't prevent compilation. Don't require generic.
19477 Follow coding conventions. Minor code cleanup.
19478 (etc-fstab-generic-mode): Add some keywords.
19479 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19480 define-generic-mode like a function declaration.
19481
19482 2005-03-21 Jay Belanger <belanger@truman.edu>
19483
19484 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19485 changing modes.
19486
19487 2005-03-21 Sam Steingold <sds@gnu.org>
19488
19489 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19490
19491 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
19492
19493 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19494 Add underscore to "f$ lexicals" regexp.
19495
19496 2005-03-20 Juri Linkov <juri@jurta.org>
19497
19498 * subr.el (progress-reporter-do-update): When `min-value' is equal
19499 to `max-value', set `percentage' to 0 and prevent division by zero.
19500
19501 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
19502
19503 Sync with Tramp 2.0.48.
19504
19505 * net/tramp.el (all): Change all addresses to .gnu.org.
19506 (tramp-append-tramp-buffers): New defun.
19507 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19508 Catch `dont-send' signal.
19509 (tramp-set-auto-save-file-modes): Set always permissions, because
19510 there might be an old auto-saved file belonging to another
19511 original file. This could be a security threat. Reported by
19512 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19513 Check for Emacs 21.3.50 removed.
19514
19515 * net/tramp-smb.el (all): Remove debug construct for
19516 `with-parsed-tramp-file-name'.
19517 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19518 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19519 No error message if DIRECTORY or FILENAME doesn't exist.
19520 (tramp-smb-open-connection): Check existence of
19521 `tramp-smb-program'.
19522
19523 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
19524
19525 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19526 Properly handle the case where the `m' or `s' command's argument is not
19527 yet terminated.
19528 (perl-indent-new-calculate): New function.
19529 (perl-indent-line): Use it.
19530
19531 2005-03-20 Miles Bader <miles@gnu.org>
19532
19533 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19534 in text-mode too. Change to new face names.
19535 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19536 Add `:weight bold' attribute.
19537 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19538
19539 2005-03-19 Juri Linkov <juri@jurta.org>
19540
19541 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
19542
19543 * international/mule.el (auto-coding-alist): Sync with
19544 `auto-mode-alist' by adding upper case archive file extensions
19545 and adding ear/war to jar extension.
19546
19547 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
19548
19549 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19550 running, restart it.
19551
19552 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
19553
19554 * finder.el (finder-current-item): Throw an error on an empty line.
19555
19556 * man.el (Man-follow-manual-reference): If current-word returns
19557 nil, use "".
19558
19559 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
19560
19561 * simple.el (goto-line): Doc fix.
19562
19563 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
19564
19565 * files.el (save-buffer): Doc fix.
19566
19567 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
19568
19569 * recentf.el (recentf-cleanup-remote): New variable.
19570 (recentf-cleanup): Use it to conditionally check availability of
19571 remote files.
19572
19573 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
19574
19575 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19576 function names.
19577
19578 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19579
19580 * language/thai-word.el: New file.
19581
19582 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19583
19584 * files.el (backup-buffer): If the file's directory is not
19585 writable, use copy instead of move to backup the file.
19586
19587 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19588
19589 * obsolete/keyswap.el: Moved to obsolete/ from term/.
19590
19591 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19592
19593 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19594 Use functionp instead of symbolp and fboundp. Reported by Drkm
19595 <darkman_spam@yahoo.fr>.
19596 (ps-print-version): New version 6.6.6.
19597
19598 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
19599
19600 * textmodes/table.el (table--line-column-position): New idiom.
19601 (table--row-column-insertion-point-p): New function to test
19602 validity of row and column insertion operation at a location.
19603 (table-global-menu, table-cell-menu): Use above functions for
19604 deterministic test operation.
19605 (table--editable-cell-p): Behave in deterministic fashion.
19606
19607 2005-03-18 Juri Linkov <juri@jurta.org>
19608
19609 * isearch.el (isearch-lazy-highlight-new-loop):
19610 Make arguments beg and end optional.
19611 (isearch-update): Remove optional arguments nil from
19612 isearch-lazy-highlight-new-loop.
19613 (isearch-lazy-highlight-search): Let-bind case-fold-search to
19614 isearch-lazy-highlight-case-fold-search instead of
19615 isearch-case-fold-search, and let-bind isearch-regexp to
19616 isearch-lazy-highlight-regexp.
19617 Use isearch-lazy-highlight-last-string instead of isearch-string.
19618
19619 * replace.el (perform-replace): Remove bindings of global
19620 variables isearch-string, isearch-regexp, isearch-case-fold-search.
19621 Add three new arguments to `replace-highlight'.
19622 (replace-highlight): Add arguments string, regexp, case-fold.
19623 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19624 to allow isearch-lazy-highlight-new-loop to use these values
19625 to set corresponding isearch-lazy-highlight-* internal
19626 variables whose values lazy highlighting will use regardless of
19627 changes to global variables isearch-string, isearch-regexp,
19628 isearch-case-fold-search during lazy highlighting loop.
19629 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19630 to `lazy-highlight-cleanup'.
19631
19632 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19633 (ispell-highlight-face): Set default face to `isearch' when
19634 lazy highlighting is enabled.
19635 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19636 priority to 1. Add lazy highlighting.
19637 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19638 from `isearch-dehighlight'.
19639
19640 2005-03-18 David Ponce <david@dponce.com>
19641
19642 * files.el (hack-local-variables): Do a case-insensitive search
19643 for End.
19644
19645 2005-03-18 Juri Linkov <juri@jurta.org>
19646
19647 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19648 `isearch-lazy-highlight-cleanup', add alias to old name and
19649 declare obsolete. Add release numbers to other obsolete vars.
19650 (isearch-done, isearch-lazy-highlight-new-loop):
19651 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19652 (lazy-highlight-cleanup) <variable>: Doc fix.
19653 (isearch-lazy-highlight-update): Rename obsolete
19654 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19655
19656 2005-03-18 Kenichi Handa <handa@m17n.org>
19657
19658 * language/thai-util.el: Fix categorization of Thai characters in
19659 thai-category-table.
19660 (thai-composition-pattern): Adjust it for the above change.
19661 (thai-self-insert-command, thai-compose-syllable): New functions.
19662 (thai-compose-region): Use thai-compose-syllable.
19663 (thai-compose-string): Likewise.
19664 (thai-composition-function): Likewise.
19665 (thai-auto-composition): New function.
19666 (thai-auto-composition-mode): New minor mode.
19667
19668 * language/thai.el: Fix patterns to be registered in
19669 composition-function-table.
19670
19671 * international/quail.el (quail-input-method): Locally bind
19672 inhibit-modification-hooks to t.
19673
19674 2005-03-17 Richard M. Stallman <rms@gnu.org>
19675
19676 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19677 (perl-mode): Use run-mode-hooks.
19678
19679 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19680 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19681 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19682
19683 * mail/sendmail.el (sendmail-send-it): Reenable the code
19684 to compute resend-to-address and use it.
19685
19686 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19687
19688 * image-mode.el: New file.
19689
19690 * image.el (insert-sliced-image): Add autoload cookie.
19691
19692 * font-lock.el (font-lock-lines-before): New user option.
19693 (font-lock-after-change-function): Obey it.
19694
19695 * bindings.el (esc-map): Make M-g a prefix.
19696 Bind M-g g and M-g M-g to goto-line.
19697
19698 * faces.el (face-id): Doc fix.
19699
19700 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19701
19702 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19703 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19704 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19705
19706 * mail/sendmail.el (mail-yank-ignored-headers)
19707 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19708 Add Mail-Followup-To and Mail-Reply-To headers.
19709 (mail-citation-hook): Add autoload cookie.
19710 (mail-mode): Doc fix.
19711 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19712 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19713 (mail-mode-fill-paragraph): Handle those headers.
19714 (mail-mailing-lists): New variable.
19715 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19716
19717 2005-03-17 Juri Linkov <juri@jurta.org>
19718
19719 * isearch.el (isearch-fallback): Check for `(car previous)'
19720 before calling `isearch-other-end-state'.
19721
19722 2005-03-17 Kim F. Storm <storm@cua.dk>
19723
19724 * simple.el (move-beginning-of-line): Move to beginning of buffer
19725 line, as well as beginning of screen line.
19726
19727 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19728
19729 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19730 argument REDRAW rather than calendar-redrawing variable.
19731 * calendar/calendar.el (calendar-redrawing): Delete.
19732 (redraw-calendar): Do not bind calendar-redrawing.
19733
19734 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19735
19736 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19737 diary-file buffer.
19738
19739 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19740
19741 * help.el (describe-mode): Allow a :minor-mode-function property to
19742 specify a different minor mode toggle function than the variable.
19743 * simple.el (auto-fill-function):
19744 * subr.el (add-minor-mode): Use it.
19745
19746 2005-03-16 Kenichi Handa <handa@m17n.org>
19747
19748 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19749 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19750 (ethio-fidel-to-sera-buffer): Likewise.
19751
19752 2005-03-16 Juri Linkov <juri@jurta.org>
19753
19754 * emacs-lisp/find-func.el (find-function-regexp):
19755 Add defun-emitting macro `menu-bar-make-toggle'.
19756
19757 * isearch.el: Put `isearch-scroll' property to
19758 `split-window-horizontally'.
19759
19760 * info.el: Update error messages for `debug-ignored-errors'.
19761 (Info-isearch-search): Doc fix.
19762 (Info-find-node): Move up code to go into info buffer before
19763 recording the node to the history.
19764 (Info-fontify-node): Fontify titles only if the next line
19765 has two or more `*', `=', `-', `.'.
19766 Display "go to this node" for empty (match-string 3).
19767
19768 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19769
19770 * term/mac-win.el: Add mouse pointer shape constants.
19771
19772 2005-03-15 Kim F. Storm <storm@cua.dk>
19773
19774 * simple.el (move-beginning-of-line): Use vertical-motion.
19775
19776 2005-03-15 Juri Linkov <juri@jurta.org>
19777
19778 * isearch.el (isearch-error): New variable.
19779 (isearch-invalid-regexp, isearch-within-brackets): Remove.
19780 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19781 (isearch-within-brackets-state): Remove.
19782 (isearch-case-fold-search-state, isearch-pop-fun-state):
19783 Decrease frame index.
19784 (isearch-mode, isearch-top-state, isearch-push-state)
19785 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19786 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19787 (isearch-search, isearch-lazy-highlight-new-loop):
19788 Replace `isearch-invalid-regexp' with `isearch-error'.
19789 Remove `isearch-within-brackets'.
19790 (isearch-search): Add `search-failed' handler to `condition-case'.
19791 (isearch-lazy-highlight-search): Add `condition-case' to catch
19792 errors and allow `isearch-lazy-highlight-update' to try
19793 highlighting from the beginning of the window.
19794 (isearch-repeat): Move up code to set isearch-wrapped to t
19795 before calling isearch-wrap-function.
19796
19797 * info.el (Info-isearch-initial-node): New internal variable.
19798 (Info-search): Signal an error in isearch mode when search leaves
19799 the initial node. Signal an error when `bound' is non-nil and
19800 nothing was found in the current subfile.
19801 (Info-isearch-search): Remove `condition-case'.
19802 (Info-isearch-wrap): Don't wrap when search failed during leaving
19803 the initial node. If `Info-isearch-search' is nil, wrap around
19804 the current node.
19805 (Info-isearch-start): New fun.
19806 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19807 `isearch-mode-hook'.
19808
19809 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19810
19811 * simple.el (normal-erase-is-backspace): Set default to t if
19812 running on Mac.
19813
19814 * term/mac-win.el (function-key-map): Sync with x-win.el.
19815
19816 2005-03-15 Kenichi Handa <handa@m17n.org>
19817
19818 * international/mule-cmds.el (locale-language-names): Modify the
19819 format of elements and add more entries.
19820 (locale-preferred-coding-systems): Add more entries.
19821 (set-locale-environment): Adjust for the change of
19822 locale-language-names.
19823
19824 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19825
19826 * pcvs.el (smerge-ediff): Remove bogus autoload.
19827
19828 2005-03-14 Lute Kamstra <lute@gnu.org>
19829
19830 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19831 Ignore a `*' at the beginning of a line.
19832
19833 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19834 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19835 subr.el.
19836 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19837 to specify indentation.
19838
19839 * generic.el (define-generic-mode): Let generic-mode-list be a
19840 list of strings; test membership with equal.
19841
19842 2005-03-14 Kim F. Storm <storm@cua.dk>
19843
19844 * simple.el (next-line, previous-line): Add optional try-vscroll
19845 arg to recognize interactive use. Pass it on to line-move.
19846 (line-move): Don't perform auto-window-vscroll when defining or
19847 executing keyboard macro to ensure consistent behavior.
19848
19849 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19850
19851 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19852
19853 2005-03-13 Lute Kamstra <lute@gnu.org>
19854
19855 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19856 debugger-setup-buffer so that backtrace marks the frames set to
19857 debug-on-exit and we don't have to do it manually. Set an extra
19858 debug-on-exit for macro's.
19859 (debugger-setup-buffer): Don't mark the top frame manually.
19860
19861 2005-03-12 Lute Kamstra <lute@gnu.org>
19862
19863 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19864 lisp-indent-function throughout.
19865 (with-no-warnings): Set lisp-indent-function property.
19866
19867 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19868
19869 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19870 Add entry for backslash.
19871
19872 2005-03-12 Juri Linkov <juri@jurta.org>
19873
19874 * info.el (Info-search): Four fixes for backward search.
19875
19876 2005-03-11 Jay Belanger <belanger@truman.edu>
19877
19878 * calc/calc.el (calc-language-alist): New variable.
19879 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19880 (calc-embedded-find-modes): Use calc-language-alist instead of
19881 calc-embedded-language-alist.
19882
19883 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19884
19885 * calendar/calendar.el (calendar-redrawing): New internal
19886 variable.
19887 (redraw-calendar): Remove bogus save-excursion from previous
19888 change. Bind calendar-redrawing to t for mark-diary-entries.
19889 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19890 calendar if that is why we were called.
19891
19892 2005-03-11 Kenichi Handa <handa@m17n.org>
19893
19894 * international/mule.el (make-coding-system): Set property
19895 coding-system-define-form to nil.
19896 (define-coding-system-alias): Likewise.
19897
19898 2005-03-11 Kenichi Handa <handa@m17n.org>
19899
19900 These changes are suggested by Dave Love <fx@gnu.org>.
19901
19902 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19903 coding: tag.
19904 (adaptive-fill-regexp): Add more bullets.
19905 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19906 regexps.
19907
19908 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19909
19910 * help.el (describe-mode): Properly handle non-trivial lighters.
19911 Don't ignore minor modes that are not listed in minor-mode-list.
19912
19913 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19914 feature ON when the user requests to turn it OFF.
19915
19916 2005-03-10 Lute Kamstra <lute@gnu.org>
19917
19918 * emacs-lisp/debug.el (debug-entry-code): Delete it.
19919 (implement-debug-on-entry): New function to replace debug-entry-code.
19920 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19921 second argument as the 2005-03-07 change makes it obsolete.
19922 (debug-on-entry, cancel-debug-on-entry): Update call to
19923 debug-on-entry-1.
19924 (debug, debugger-setup-buffer): Comment update.
19925 (debugger-frame-number): Update to work with implement-debug-on-entry.
19926
19927 2005-03-10 Jay Belanger <belanger@truman.edu>
19928
19929 * calc/calc-embed.el (math-ms-args): Declare it.
19930 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19931 math-ms-args.
19932 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19933 variables.
19934
19935 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
19936
19937 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19938 Use message-box.
19939
19940 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19941 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19942 (tooltip-gud-tips): Simplify.
19943 (tooltip-gud-tips-p): Remove superfluous :set.
19944 (tooltip-gud-modes): Add fortran-mode.
19945 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19946
19947 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19948
19949 2005-03-09 Kim F. Storm <storm@cua.dk>
19950
19951 * play/animate.el (animate-place-char): Use forward-line instead
19952 of next-line to improve performance.
19953
19954 2005-03-09 Simon Josefsson <jas@extundo.com>
19955
19956 * net/browse-url.el (browse-url-default-browser): Doc fix.
19957
19958 2005-03-09 Miles Bader <miles@gnu.org>
19959
19960 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19961 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19962
19963 2005-03-09 Kenichi Handa <handa@m17n.org>
19964
19965 * international/latin-1.el: Set case and syntax for 255 only if
19966 set-case-syntax-set-multibyte is nil.
19967
19968 * textmodes/ispell.el (ispell-insert-word): New function.
19969 (ispell-word): Use ispell-insert-word to insert a new word.
19970 (ispell-process-line): Likewise.
19971 (ispell-complete-word): Likewise.
19972
19973 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19974
19975 * calendar/calendar.el (redraw-calendar): Preserve point.
19976 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19977 (calendar-week-start-day): Move after definition of
19978 redraw-calendar. Delete buffer test, since redraw-calendar has
19979 that now.
19980
19981 * calendar/diary-lib.el (mark-diary-entries): Only call
19982 redraw-calendar in the first of any recursive calls.
19983 Reported by Alan Shutko <ats@acm.org>.
19984
19985 2005-03-08 Juri Linkov <juri@jurta.org>
19986
19987 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19988 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19989 (html-radio-buttons): Add a space before the trailing `/>' where
19990 sgml-xml-mode is non-nil.
19991 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19992 the subsequent tag of the empty XML tag.
19993 (html-href-anchor): Don't set initial input to "http:".
19994 (html-image): Ask for the image URL and set point inside alt="".
19995 (html-name-anchor): Duplicate the name in the `id' attribute when
19996 sgml-xml-mode is non-nil.
19997 (html-paragraph): Remove \n before <p>.
19998 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19999 instead of `checked' when sgml-xml-mode is non-nil.
20000
20001 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20002 Remove 1 space before #RRGGBB to not truncate it on terminal
20003 windows w/o fringes. Remove 1 space between bg and fg examples
20004 to get more space.
20005 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20006 avoid byte-compile warnings.
20007
20008 * image-file.el (image-file-handler): Put `safe-magic' property to
20009 `image-file-handler'.
20010
20011 * info.el (Info-isearch-search): Emulate word search in
20012 isearching through multiple Info nodes with Info-search.
20013 (Info-isearch-wrap): Allow isearch-word.
20014
20015 2005-03-08 Lute Kamstra <lute@gnu.org>
20016
20017 * emacs-lisp/debug.el (debugger-step-through): Make sure that
20018 stepping into the debugger's code is not possible.
20019 (debugger-jumping-flag): Docstring update.
20020
20021 2005-03-08 Jay Belanger <belanger@truman.edu>
20022
20023 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20024 embedded mode begins.
20025 (calc-embedded-language-alist): New variable.
20026 (calc-embedded-find-modes): Use calc-embedded-language-alist to
20027 set default language mode.
20028
20029 2005-03-08 Kenichi Handa <handa@m17n.org>
20030
20031 * international/ccl.el (define-ccl-program): Fix docstring about
20032 extra 256 bytes assured for the output buffer.
20033
20034 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20035 Fix BUFFER_MAGNIFICATION to 2.
20036 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20037
20038 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
20039
20040 * align.el (align-rules-list): Added an alignment rule for CSS
20041 declarations (applies to css-mode and html-mode buffers).
20042
20043 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
20044
20045 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20046
20047 2005-03-07 Kim F. Storm <storm@cua.dk>
20048
20049 * simple.el (move-beginning-of-line): New command.
20050
20051 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20052
20053 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20054
20055 * emulation/cua-base.el: Put CUA move property on move-end-of-line
20056 and move-beginning-of-line.
20057
20058 * apropos.el (apropos-print): Omit command from M-x ... RET.
20059
20060 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
20061
20062 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20063 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20064
20065 2005-03-06 Richard M. Stallman <rms@gnu.org>
20066
20067 * bindings.el (esc-map): Bind M-g to goto-line.
20068
20069 * facemenu.el (global-map): Bind M-o, not M-g.
20070
20071 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20072
20073 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20074 "Open Directory" as for "Open File".
20075
20076 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
20077
20078 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20079 (push-mark-command): Run activate-mark-hook.
20080
20081 2005-03-06 Richard M. Stallman <rms@gnu.org>
20082
20083 * help-mode.el (help-mode-finish): Don't alter the element
20084 in view-return-to-alist if there already is one.
20085
20086 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20087 make sure the current buffer is the expected one.
20088
20089 * novice.el (disabled-command-function): Output in *Disabled Command*.
20090 Explicitly ignore non-keyboard events, and explicitly handle C-g.
20091
20092 * textmodes/flyspell.el (flyspell-large-region):
20093 Pass args differently for aspell.
20094
20095 * files.el (mode-require-final-newline): Doc fix.
20096
20097 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
20098
20099 * progmodes/which-func.el (which-function):
20100 Specify NOERROR when calling imenu--make-index-alist.
20101
20102 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
20103
20104 * simple.el (normal-erase-is-backspace): Define default value.
20105
20106 * custom.el (custom-theme-set-variables): Remove unused var
20107 `immediate'.
20108 (custom-reevaluate-setting): Simple function to handle variables
20109 that are defined before their default value can really be
20110 computed.
20111
20112 * startup.el (command-line): Use it for temporary-file-directory,
20113 small-emporary-file-directory, auto-save-file-name-transforms,
20114 blink-cursor-mode, and normal-erase-is-backspace.
20115
20116 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20117 progress, even with buggy anchored keywords.
20118
20119 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
20120
20121 * simple.el (goto-line): Remove unbalanced final parenthesis.
20122
20123 2005-03-05 Richard M. Stallman <rms@gnu.org>
20124
20125 * simple.el (goto-line): Use a number at point as the default.
20126 With C-u as arg, switch buffers.
20127
20128 2005-03-05 Juri Linkov <juri@jurta.org>
20129
20130 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20131 with `no-blinking-cursor'.
20132
20133 * startup.el (no-blinking-cursor): New defvar.
20134 (command-line): Add `--no-blinking-cursor' to longopts.
20135 Set `no-blinking-cursor' to t for command line arguments
20136 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
20137 with `no-blinking-cursor' in the condition for calling
20138 `blink-cursor-mode'.
20139
20140 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
20141
20142 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20143 (menu-bar-options-save): Add blink-cursor-mode.
20144 (menu-bar-options-menu): Add blink-cursor-mode.
20145
20146 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20147
20148 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20149 (icalendar-export-file, icalendar-export-region)
20150 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20151 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20152
20153 2005-03-04 Lute Kamstra <lute@gnu.org>
20154
20155 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20156 (debug-function-list): Ditto.
20157
20158 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
20159
20160 * textmodes/texinfmt.el (texinfo-append-refill):
20161 Redefine the types of line to which @refill
20162 is not appended by replacing a search for `@refill\\|@bye' with
20163 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
20164 itemize@refill' bug and the unfilled long lines bug.
20165 (texinfmt-version): Update number and date.
20166
20167 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20168
20169 * international/code-pages.el (windows-1250, windows-125[2-8])
20170 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20171
20172 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
20173
20174 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20175 bound yet.
20176
20177 2005-03-02 Romain Francoise <romain@orebokech.com>
20178
20179 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20180 buffer after removing limits.
20181 (ibuffer-pop-filter): Ditto.
20182 Update copyright.
20183
20184 2005-03-02 Miles Bader <miles@gnu.org>
20185
20186 * button.el (make-text-button): If the user doesn't specify a
20187 type, use the default. Rewrite to use `add-text-properties' and
20188 plist functions.
20189
20190 2005-03-01 Lute Kamstra <lute@gnu.org>
20191
20192 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20193 (debugger-jumping-flag): New var.
20194 (debug-entry-code): Use it.
20195 (debugger-jump): Use debugger-jumping-flag and add
20196 debugger-reenable to post-command-hook.
20197 (debugger-reenable): Use debugger-jumping-flag and remove itself
20198 from post-command-hook.
20199 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20200 debugger-reenable.
20201
20202 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
20203
20204 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20205 inclusion of "itemize\\|", which may be unnecessary, is certainly
20206 inelegant, and stops refilling in itemize lists when formatting
20207 Japanese Texinfo files to Info.
20208 Update copyright to 2005.
20209
20210 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
20211
20212 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20213 of an error if GDB can't find the source file.
20214
20215 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20216
20217 * calendar/calendar.el (redraw-calendar): Work from any buffer,
20218 not just the calendar.
20219
20220 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20221 first.
20222 (diary-redraw-calendar): New function.
20223 (make-diary-entry): Add diary-redraw-calendar to local
20224 write-contents-functions. Turn off selective display before
20225 inserting in diary.
20226
20227 2005-03-01 Kim F. Storm <storm@cua.dk>
20228
20229 * emacs-lisp/copyright.el (copyright-fix-years): New command.
20230
20231 2005-03-01 Lute Kamstra <lute@gnu.org>
20232
20233 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20234 that debug-entry-code can be safely removed from a function while
20235 this code is being evaluated. Revert the 2005-02-27 change as the
20236 new implementation no longer requires it. Make sure that a
20237 function body containing just a string is not mistaken for a docstring.
20238 (debug): Skip one more frame in case of debug on entry.
20239 (debugger-setup-buffer): Delete one more frame line in case of
20240 debug on entry.
20241 (debugger-frame-number): Update to use the new text introduced by
20242 the 1999-11-03 change. Skip one more frame in case of debug on entry.
20243
20244 2005-02-28 Kim F. Storm <storm@cua.dk>
20245
20246 * double.el (double-translate-key): Call force-window-update after
20247 read-event to avoid crash in redisplay.
20248
20249 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
20250
20251 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20252 (debug): Use it. Move the inhibit-trace earlier.
20253 (debug-entry-code): New const.
20254 (debug-on-entry-1): Use it.
20255
20256 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
20257
20258 * international/utf-16.el (ccl-encode-mule-utf-16le):
20259 Fix BUFFER_MAGNIFICATION to 2.
20260 (ccl-encode-mule-utf-16be): Likewise.
20261
20262 2005-02-28 Kenichi Handa <handa@m17n.org>
20263
20264 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20265 Fix BUFFER_MAGNIFICATION to 4.
20266 (ccl-encode-mule-utf-16be-with-signature): Likewise.
20267
20268 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
20269
20270 * speedbar.el (speedbar-update-flag): Doc fix.
20271 (speedbar-show-info-under-mouse): Give set-mouse-position the right
20272 argument.
20273
20274 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
20275
20276 * reveal.el (reveal-post-command): Don't try to reveal overlays which
20277 have a non-nil `invisible' property but are actually visible.
20278
20279 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
20280 for perldoc sections.
20281 (perl-outline-regexp, perl-outline-level): New var and function.
20282 (perl-mode): Use them.
20283
20284 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
20285
20286 * calendar/diary-lib.el (diary-remind): Discard any mark portion
20287 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
20288
20289 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
20290
20291 * cus-edit.el: Comment change.
20292 (custom-buffer-create-internal): Slightly reword text at top of
20293 Custom buffers. Mention there that saving an option edits the
20294 init file. Add link to Emacs manual node on `custom-file'.
20295 (custom-magic-alist): Rewrite individual State messages to use
20296 capitalized keywords. Doc fix.
20297
20298 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
20299
20300 * calendar/calendar.el (calendar-buffer): Move above
20301 calendar-week-start-day.
20302 (calendar-week-start-day): Doc fix. Add :set function.
20303 (calendar-minimum-window-height): New variable.
20304 (generate-calendar-window): Only resize window if selected-window
20305 is displaying the calendar buffer. Use new variable
20306 calendar-minimum-window-height.
20307 (generate-calendar): Reword error message.
20308 (calendar-mode-map): Bind DEL to scroll-other-window-down.
20309
20310 2005-02-27 Andreas Schwab <schwab@suse.de>
20311
20312 * vc.el (vc-do-command): Don't run command asynchronously when
20313 operating in a remote directory.
20314
20315 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
20316 change from sync with Tramp 2.0.47.
20317
20318 2005-02-27 Richard M. Stallman <rms@gnu.org>
20319
20320 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
20321
20322 * textmodes/flyspell.el (flyspell-mode-on):
20323 Call ispell-change-dictionary only if necessary.
20324
20325 * emacs-lisp/re-builder.el (regexp-builder): New function.
20326
20327 * register.el (describe-register-1): Explicitly handle
20328 yank-excluded-properties = t.
20329
20330 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
20331 (custom-magic-alist): Change the status descriptions again.
20332 (face widget-type): Total rewrite based on `restricted-sexp'
20333 to eliminate the confusing double hiding levels.
20334
20335 * emacs-lisp/debug.el (debug-on-entry-1):
20336 If function body is empty, add nil as body form.
20337
20338 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20339
20340 * emacs-lisp/trace.el (inhibit-trace): New var.
20341 (trace-make-advice): Use it.
20342
20343 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
20344
20345 2005-02-26 Kim F. Storm <storm@cua.dk>
20346
20347 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
20348 (mouse-on-link-p, mouse-drag-region-1): Use it.
20349
20350 2005-02-25 Lute Kamstra <lute@gnu.org>
20351
20352 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
20353
20354 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
20355
20356 * frame.el (blink-cursor-mode): Add :group keyword.
20357
20358 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
20359
20360 * calendar/icalendar.el (icalendar--decode-isodatetime):
20361 New optional argument DAY-SHIFT.
20362 (icalendar-export-region): Fix coding-system-for-write.
20363 (icalendar--convert-ical-to-diary): Shift end-day of all-day
20364 events by one.
20365
20366 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
20367
20368 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
20369
20370 2005-02-24 Kim F. Storm <storm@cua.dk>
20371
20372 * international/iso-acc.el (iso-accents-compose): Fix crash
20373 during redisplay. Call force-window-update after read-event
20374 and delete-region to signal that window is not accurate.
20375
20376 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
20377
20378 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
20379 Remove unused and inexistent var `inhibit-trace'.
20380 (debugger-mode): Use run-mode-hooks.
20381 (debugger-list-functions): Add buttons; setup xref stack.
20382
20383 2005-02-23 Richard M. Stallman <rms@gnu.org>
20384
20385 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
20386 appointment says it was explicitly made.
20387 (appt-add): Set the 3rd element.
20388 (appt-make-list): Preserve explicit appointments.
20389
20390 * subr.el (find-tag-default): Catch errors in forward-sexp.
20391
20392 2005-02-23 Juri Linkov <juri@jurta.org>
20393
20394 * info.el (Info-isearch-search): New defcustom.
20395 (Info-isearch-search): Call the default isearch function
20396 when Info-isearch-search is nil.
20397 (Info-isearch-wrap): Use variable Info-isearch-search.
20398
20399 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
20400
20401 * cus-edit.el: Comment change.
20402
20403 2005-02-22 Kim F. Storm <storm@cua.dk>
20404
20405 * progmodes/hideif.el (hide-ifdef-use-define-alist):
20406 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
20407
20408 2005-02-22 Simon Josefsson <jas@extundo.com>
20409
20410 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
20411 New variable.
20412 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
20413 Oskarsson" <myrkraverk@users.sourceforget.net>.
20414
20415 2005-02-22 Kim F. Storm <storm@cua.dk>
20416
20417 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
20418 check that window of that event is the selected window.
20419 (mouse-drag-region-1): Compare mouse event window to selected
20420 window before setting point.
20421
20422 * tooltip.el (tooltip-show-help-function): Pass event to
20423 mouse-on-link-p so it can check selected window.
20424
20425 2005-02-22 Kenichi Handa <handa@m17n.org>
20426
20427 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
20428 (ps-mule-show-warning): New function.
20429 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
20430 characters are found.
20431
20432 * ps-print.el (ps-header-footer-string): Return a list of header
20433 and footer strings.
20434
20435 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
20436
20437 * pcvs.el (cvs-retrieve-revision): Fix thinko.
20438
20439 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
20440
20441 * frame.el (blink-cursor-mode): Use define-minor-mode.
20442
20443 * term/mac-win.el (function-key-map): Use char-names more consistently.
20444 (file-name-coding-system): Only set it for MacOS-9. The other case is
20445 already handled in mule-cmds.el (where it also works when mac-win.el
20446 is not used).
20447
20448 2005-02-21 Kenichi Handa <handa@m17n.org>
20449
20450 * international/mule.el (ctext-pre-write-conversion): Always use
20451 " *code-converting-work*" buffer for work.
20452
20453 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20454
20455 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
20456
20457 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20458
20459 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
20460
20461 * ses.el (undo-more): Restore defadvice, but only the part that
20462 allows changes outside the restricted area of the buffer.
20463
20464 2005-02-20 Kim F. Storm <storm@cua.dk>
20465
20466 * simple.el (line-move): Add fourth optional arg try-vscroll which
20467 must be set to perform auto-window-vscroll.
20468 When moving backwards and doing auto-window-vscroll, automatically
20469 vscroll to the last part of lines which are taller than the window.
20470 (next-line, previous-line): Set try-vscroll arg on line-move.
20471
20472 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
20473
20474 * replace.el (query-replace, query-replace-regexp)
20475 (replace-string, replace-regexp): When operating on region, make
20476 the minibuffer prompt say so.
20477
20478 * isearch.el (isearch-forward): Document isearch-query-replace and
20479 isearch-query-replace-regexp keybindings.
20480
20481 2005-02-19 Jay Belanger <belanger@truman.edu>
20482
20483 * calc/calc-aent.el (math-read-token): Add local variable.
20484
20485 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20486 (calc-edit-top): Move declaration to earlier in file.
20487 (calc-edit-macro-repeats): Add local variables.
20488
20489 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20490 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20491 calcFunc-tanh.
20492 Adjust integration rule for calcFunc-tan.
20493
20494 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20495
20496 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20497 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20498 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20499 (viper-skip-separators): Bug fix.
20500 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20501 particular major mode.
20502 (viper-del-backward-char-in-replace): Don't put deleted char on the
20503 kill ring.
20504
20505 * viper-ex.el (viper-color-display-p): New function.
20506 (viper-has-face-support-p): Use viper-color-display-p.
20507
20508 * viper-keym.el (viper-gnus-modifier-map): New keymap.
20509
20510 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20511
20512 * viper-util.el (viper-glob-unix-files): Fix shell status check.
20513 (viper-file-remote-p): Make equivalent to file-remote-p.
20514
20515 * viper.el (viper-major-mode-modifier-list):
20516 Use viper-gnus-modifier-map.
20517
20518 2005-02-19 David Kastrup <dak@gnu.org>
20519
20520 * subr.el (subregexp-context-p): Fix garbled doc string by adding
20521 quoting.
20522
20523 2005-02-19 Jay Belanger <belanger@truman.edu>
20524
20525 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20526 Remove extra definitions.
20527 (calc-coth): New function.
20528 (calcFunc-cot): Fix `let'.
20529
20530 2005-02-19 Eli Zaretskii <eliz@gnu.org>
20531
20532 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20533 the reasons we use "type pc" in these faces.
20534
20535 * button.el (button): Ditto.
20536
20537 2005-02-19 Michael Mauger <mmaug@yahoo.com>
20538
20539 * replace.el (query-replace-read-from): Set the value of
20540 query-replace-from-history-variable to handle the case of an empty
20541 string entered to accept the suggested default.
20542
20543 * net/tramp.el (tramp-file-name-for-operation):
20544 Use dired-call-process instead of dired-call-process-command.
20545
20546 2005-02-19 Jay Belanger <belanger@truman.edu>
20547
20548 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20549 (math-div-non-trig): New variables.
20550 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20551 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20552 (math-combine-prod, math-div-symb-fancy): Add simplifications for
20553 trig expressions.
20554
20555 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
20556
20557 * progmodes/gdb-ui.el (gdb-var-update-handler)
20558 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20559 for watch expressions,
20560 (gdb-var-create-handler): Don't set speedbar-update-flag.
20561 (gdb-post-prompt): Simplify test for speedbar.
20562
20563 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20564
20565 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20566 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20567 we use the syntax table of the correct buffer.
20568 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20569 Felix Gatzemeier.
20570
20571 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20572 (ediff-file-remote-p): Make synonymous with file-remote-p.
20573 In all deffaces ediff-*-face-*, use min-colors.
20574
20575 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20576 ediff-recurse-to-subdirectories.
20577 (ediff-mark-if-equal): Check that the arguments are strings, use
20578 ediff-same-contents (after to Felix Gatzemeier).
20579
20580 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20581 nil.
20582
20583 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
20584
20585 * log-view.el (log-view-message-re): Fix up Subversion regexp.
20586
20587 2005-02-18 David Kastrup <dak@gnu.org>
20588
20589 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20590 use `mark-active' when defined.
20591
20592 2005-02-18 Kenichi Handa <handa@m17n.org>
20593
20594 * ps-print.el (ps-font-info-database): New entry
20595 ZapfChancery-MediumItalic with correct font name. Fix font name
20596 of the entry Zapf-Chancery-MediumItalic.
20597
20598 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
20599
20600 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20601
20602 2005-02-16 Kim F. Storm <storm@cua.dk>
20603
20604 * ido.el (ido-fallback-command): Pass user input to fallback command.
20605
20606 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
20607
20608 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20609 (gdb-find-file-hook): Add server prefix.
20610
20611 2005-02-16 Richard M. Stallman <rms@gnu.org>
20612
20613 * replace.el (perform-replace): Pass new args to replace-highlight.
20614 (replace-highlight): Take region args,
20615 and pass them to isearch-lazy-highlight-new-loop.
20616
20617 * novice.el (disabled-command-hook): Autoload the defalias
20618 and the make-obsolete-variable call.
20619
20620 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20621
20622 * isearch.el (isearch-lazy-highlight-start-limit)
20623 (isearch-lazy-highlight-end-limit): New variables limit
20624 the region for highlighting.
20625 (isearch-lazy-highlight-new-loop): New args BEG and END.
20626 (isearch-lazy-highlight-search): Use the new vars.
20627 (isearch-lazy-highlight-update): Likewise.
20628
20629 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20630
20631 * cus-start.el (all): Use default-boundp.
20632
20633 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
20634
20635 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20636
20637 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20638
20639 * autorevert.el (auto-revert-stop-on-user-input)
20640 (auto-revert-verbose): Doc fixes.
20641
20642 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20643
20644 * international/mule-cmds.el (set-locale-environment): Remove call
20645 to set-selection-coding-system on Windows.
20646
20647 2005-02-15 Jay Belanger <belanger@truman.edu>
20648
20649 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20650 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20651 calcFunc-coth.
20652 (math-simplify-sqrt): Add simplifications.
20653
20654 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20655 to list.
20656
20657 * calc/calc-ext.el: Add functions to autoloads.
20658
20659 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20660 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20661 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20662 (math-csc-raw, math-cot-raw): New functions.
20663
20664 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20665
20666 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20667 the variable name in a message.
20668
20669 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20670 calcFunc-csc, calcFunc-cot.
20671
20672 * calc/calcalg2.el: Add derivative and integration rules for
20673 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20674 calcFunc-csch, calcFunc-coth.
20675 (math-do-integral-methods): Add to checks for when to use
20676 substitutions.
20677
20678 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20679
20680 2005-02-15 Lute Kamstra <lute@gnu.org>
20681
20682 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20683 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
20684 <monnier@iro.umontreal.ca>
20685 (lisp-outline-level): Improve efficiency. Suggested by David
20686 Kastrup <dak@gnu.org>.
20687
20688 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
20689
20690 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20691 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20692 (gdb-set-gud-minor-mode-existing-buffers): New functions.
20693 (gdb-find-file-hook): New hook. Add it to find-file-hook.
20694 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20695
20696 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20697
20698 * cus-start.el (all): Comment change.
20699
20700 2005-02-14 Lute Kamstra <lute@gnu.org>
20701
20702 * cus-start.el (all): Check if symbol is void.
20703
20704 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
20705
20706 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20707 optional argument to \cite.
20708
20709 2005-02-14 Richard M. Stallman <rms@gnu.org>
20710
20711 * cus-edit.el (custom-buffer-create-internal): Update help message.
20712 (custom-magic-alist): Update help messages.
20713
20714 * cus-start.el (all): Allow a var to specify a standard value.
20715
20716 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20717
20718 * custom.el (custom-theme-set-variables): Handle variable aliases.
20719
20720 * frame.el (blink-cursor-timer): Doc fix.
20721 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20722 declare obsolete.
20723 (blink-cursor-mode): Define with defcustom and use correct
20724 standard expression in that defcustom.
20725 * startup.el (command-line): Adapt to above changes in frame.el.
20726
20727 2005-02-11 Lute Kamstra <lute@gnu.org>
20728
20729 * apropos.el (apropos-score-doc): Prevent division by zero.
20730
20731 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
20732
20733 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20734 (icalendar--get-event-property-attributes)
20735 (icalendar--get-event-properties)
20736 (icalendar--datetime-to-diary-date): New functions.
20737 (icalendar--split-value): Doc fix.
20738 (icalendar--datetime-to-noneuropean-date)
20739 (icalendar--datetime-to-european-date): New optional argument
20740 SEPARATOR. Return result as a string instead of a list.
20741 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20742 (icalendar--convert-string-for-export): Rename arg S to STRING.
20743 (icalendar-export-region): Doc fix. Change name of error buffer.
20744 Save output buffer.
20745 (icalendar-import-file): Add blank at end of prompt.
20746 (icalendar-import-buffer): Doc fix. Do not switch to error
20747 buffer. Indicate status in return value.
20748 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20749 buffer. Save output buffer. Handle exception from recurrence
20750 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20751 events. Fix problems with weekly all-day events.
20752
20753 2005-02-10 Richard M. Stallman <rms@gnu.org>
20754
20755 * simple.el (eval-expression-print-format):
20756 Avoid warning about edebug-active.
20757
20758 * help.el (help-for-help-internal): Rename from help-for-help.
20759 (help-for-help): Define with defalias.
20760
20761 * font-core.el (font-lock-default-function): Use with-no-warnings.
20762
20763 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20764
20765 * custom.el (defface): Doc fix.
20766
20767 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
20768
20769 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20770 width 0" to prevent word wrapping problems.
20771
20772 2005-02-09 Kim F. Storm <storm@cua.dk>
20773
20774 * ido.el (ido-file-extensions-order): New defcustom.
20775 (ido-file-extension-lessp, ido-file-extension-aux)
20776 (ido-file-extension-order): New advanced file ordering.
20777 (ido-file-lessp): New simple file ordering.
20778 (ido-sort-list): Remove.
20779 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20780 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20781
20782 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20783
20784 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20785 that some versions of grep produce.
20786 (grep-mode-font-lock-keywords): Likewise.
20787
20788 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
20789
20790 * progmodes/gdb-ui.el (gdb-location-list): New variable.
20791 (gdb-cdir): Delete.
20792 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20793 (gdb-source-info): Treat case when source file is in another
20794 directory properly.
20795 (gdb-get-location): New function.
20796
20797 2005-02-07 Jay Belanger <belanger@truman.edu>
20798
20799 * calc/calc-prog.el (calc-write-parse-table-part)
20800 (calc-fix-token-name): Fix a check for language type.
20801
20802 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20803
20804 2005-02-07 Andre Spiegel <spiegel@gnu.org>
20805
20806 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20807 as directory not writable.
20808
20809 2005-02-07 Kim F. Storm <storm@cua.dk>
20810
20811 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20812 (cua--standard-movement-commands): Remove list.
20813 Instead, set CUA property value to move for movement commands.
20814 (cua-movement-commands): Remove. Users must set CUA prop instead.
20815 (cua--pre-command-handler): Check CUA property.
20816 (cua--init-keymaps): Don't remap undo commands.
20817 (cua-mode): Don't call cua--rectangle-on-off.
20818
20819 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20820 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20821 (cua--rect-undo-set-point): New var.
20822 (cua--rectangle-undo-boundary): Setup undo apply entry.
20823 (cua--rect-undo-handler): New function for rectangle undo.
20824 (cua--rect-start-position, cua--rect-end-position): Add.
20825 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20826 for restored rectangle. Set point if cua--rect-undo-set-point.
20827
20828 2005-02-06 Jay Belanger <belanger@truman.edu>
20829
20830 * calc/calc-lang.el (calc-tex-language): Display more information
20831 in messages.
20832
20833 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20834 in TeX mode.
20835
20836 2005-02-06 Richard M. Stallman <rms@gnu.org>
20837
20838 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20839
20840 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20841
20842 * net/ldap.el (ldap-search-internal): Support attributes with
20843 optional descriptions separated by a semi-colon, as in
20844 "userCertificate;binary".
20845
20846 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20847
20848 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20849 isn't a cons (i.e. the version is 0).
20850
20851 2005-02-05 Eli Zaretskii <eliz@gnu.org>
20852
20853 * help.el (help-for-help): Doc fix.
20854
20855 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
20856
20857 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
20858 GDB-Windows on the menu-bar as this works better.
20859
20860 2005-02-04 Jay Belanger <belanger@truman.edu>
20861
20862 * calc/calc-embed.el (calc-embedded-update): Don't put in
20863 unnecessary newlines. Adjust the end of formula marker.
20864
20865 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20866 (math-latex-parse-two-args): New function.
20867
20868 2005-02-03 Lute Kamstra <lute@gnu.org>
20869
20870 * help-fns.el (help-with-tutorial): Make sure that users cannot
20871 remove the entire text of the tutorial by means of `undo'.
20872
20873 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20874
20875 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20876 in recent changes, where the ispell process was repeatedly
20877 killed & restarted.
20878
20879 * international/mule-cmds.el (set-locale-environment): Set file-name
20880 coding system to utf-8 on Darwin systems.
20881 (set-default-coding-systems): Don't set default-file-name-coding-system
20882 on Darwin systems.
20883
20884 2005-02-03 Richard M. Stallman <rms@gnu.org>
20885
20886 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20887
20888 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20889
20890 * faces.el (list-faces-display): Add optional argument.
20891
20892 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20893
20894 * font-core.el (font-lock-default-function): Handle the rare case where
20895 only font-lock-keywords is set.
20896
20897 2005-02-02 Kenichi Handa <handa@m17n.org>
20898
20899 * international/characters.el: Cancel previous change for
20900 I-WITH-DOT-ABOVE and DOTLESS-i.
20901
20902 * international/latin-5.el: Cancel previous change.
20903
20904 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20905
20906 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20907
20908 2005-02-02 Kenichi Handa <handa@m17n.org>
20909
20910 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20911 DOTLESS-i.
20912
20913 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20914 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20915
20916 * case-table.el (get-upcase-table): New function.
20917 (copy-case-table): Copy upcaes table too if non-nil.
20918 (set-case-syntax-delims): Maintain upcase table too.
20919 (set-case-syntax-pair): Likewise.
20920 (set-upcase-syntax, set-downcase-syntax): New functions.
20921 (set-case-syntax): Maintain upcase table too.
20922
20923 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20924
20925 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20926
20927 * progmodes/gud.el (gud-goto-info): New function.
20928 (gud-tool-bar-map): Use correct icon.
20929
20930 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20931
20932 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20933 When delegating, order args in the funcall correctly.
20934
20935 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20936
20937 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20938
20939 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
20940
20941 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20942 buffer not visiting a file.
20943
20944 2005-01-31 Jay Belanger <belanger@truman.edu>
20945
20946 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20947 bound on the line with the formula.
20948
20949 2005-01-31 Kim F. Storm <storm@cua.dk>
20950
20951 * ses.el (ses-create-cell-variable-range)
20952 (ses-destroy-cell-variable-range, ses-reset-header-string)
20953 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20954 (ses-insert-row): Fix format of apply undo entries.
20955
20956 2005-01-31 Jay Belanger <belanger@truman.edu>
20957
20958 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20959 parts.
20960
20961 * calc/calc-embed.el (calc-embedded-open-formula)
20962 (calc-embedded-close-formula): Ignore matrix environments.
20963
20964 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20965 TeX mode.
20966
20967 * calc/calc-lang.el (math-function-table, math-oper-table)
20968 (math-variable-table): Adjust the LaTeX portions.
20969
20970 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20971 (math-latex-ignore-words): New constant.
20972
20973 2005-01-31 Richard M. Stallman <rms@gnu.org>
20974
20975 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20976 (ispell-local-dictionary): Doc fix.
20977 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20978 Don't reinitialize at run time. Don't defcustom.
20979 All uses changed to append ispell-local-dictionary-alist,
20980 or check it first.
20981 (ispell-current-dictionary): New variable for dictionary in use.
20982 (ispell-dictionary): Now used only for global default.
20983 (ispell-start-process): Set ispell-current-dictionary,
20984 not ispell-dictionary.
20985 (ispell-change-dictionary): Use this only for setting
20986 user preferences.
20987 (ispell-internal-change-dictionary): New function
20988 to change the current dictionary in use.
20989 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20990 Use ispell-current-dictionary.
20991 Handle ispell-local-dictionary-overridden.
20992 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20993
20994 2005-01-31 Jay Belanger <belanger@truman.edu>
20995
20996 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20997
20998 * calc/calc-ext.el: Add calc-latex-language to autoloads.
20999 (calc-mode-map): Add calc-latex-language.
21000
21001 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21002 (math-latex-print-frac): New functions.
21003 (math-oper-table, math-function-table, math-variable-table)
21004 (math-complex-format, math-input-filter): Add latex properties.
21005 (calc-set-language): Set math-expr-special-function-mapping.
21006
21007 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21008 (calc-write-parse-table-part): Add LaTeX support.
21009
21010 * calc/calc.el (calc-language): Adjust docstring.
21011 (calc-set-mode-line): Add LaTeX support.
21012 (math-expr-special-function-mapping): New variable.
21013 (math-tex-ignore-words): Add to list.
21014
21015 * calc/calccomp.el (math-compose-expr, math-compose-rows):
21016 Add LaTeX support.
21017 (math-compose-expr): Add support for special functions.
21018
21019 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21020
21021 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
21022
21023 * progmodes/gdb-ui.el (gdb-memory-address)
21024 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21025 (gdb-memory-mode-map, gdb-memory-format-keymap)
21026 (gdb-memory-format-menu, gdb-memory-unit-keymap)
21027 (gdb-memory-unit-menu): New variables for a buffer
21028 that lets the user examine program memory.
21029 (gdb-memory-set-address, gdb-memory-set-repeat-count)
21030 (gdb-memory-format-binary, gdb-memory-format-octal)
21031 (gdb-memory-format-unsigned, gdb-memory-format-signed)
21032 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21033 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21034 (gdb-memory-unit-word, gdb-memory-unit-halfword)
21035 (gdb-memory-unit-byte, gdb-memory-unit-menu)
21036 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21037 (gdb-memory-mode, gdb-memory-buffer-name)
21038 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21039 New functions for above buffer.
21040
21041 2005-01-30 Richard M. Stallman <rms@gnu.org>
21042
21043 * cus-edit.el (custom-bury-buffer): Function deleted.
21044 (custom-buffer-done-function): Option deleted.
21045 (custom-buffer-done-kill): New replacement option.
21046 (Custom-buffer-done): Call quit-window.
21047 (custom-buffer-create-internal): Update for above changes.
21048
21049 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
21050
21051 * simple.el (undo-ask-before-discard): New var.
21052 (undo-outer-limit-truncate): Implement it.
21053 (undo-extra-outer-limit): Doc update.
21054
21055 2005-01-29 Richard M. Stallman <rms@gnu.org>
21056
21057 * ses.el (undo-more): Delete defadvice.
21058 (ses-begin-change): Doc fix.
21059
21060 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21061 instead of rebinding C-x u and C-_.
21062
21063 * files.el (normal-backup-enable-predicate): Return nil for files
21064 in /tmp, regardless of temporary-file-directory.
21065
21066 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21067
21068 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21069 (open-rectangle, delete-whitespace-rectangle-line)
21070 (clear-rectangle-line): If FILL, pass t instead of FILL
21071 for move-to-column's 2nd arg.
21072
21073 * simple.el (undo): Fix the test for continuing a series of undos.
21074 (undo-more): Set pending-undo-list to t when we reach end.
21075 (pending-undo-list): Move up defvar.
21076
21077 * wid-edit.el (widget-button-click):
21078 Shorten the range of the track-mouse binding.
21079
21080 * comint.el (comint-insert-input): Undo previous changes;
21081 use last-input-event in interactive spec.
21082
21083 2005-01-29 Eli Zaretskii <eliz@gnu.org>
21084
21085 * progmodes/compile.el (compilation-start): Bind buffer-read-only
21086 to nil before invoking call-process. Reset buffer's modified flag
21087 after fontifying it in the no-async branch.
21088
21089 * wid-edit.el (widget-specify-button): If mouse pointer shape
21090 cannot be changed, use mouse face instead.
21091
21092 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
21093
21094 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21095 (gdb-goto-breakpoint): Make breakpoint handling work on template
21096 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
21097 (gdb-assembler-custom): Update to recognize breakpoint information
21098 added on 2005-01-19.
21099
21100 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
21101
21102 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21103 (dsssl-mode): Use define-derived-mode.
21104 (scheme-mode-initialize): Remove.
21105 (scheme-mode): Use run-mode-hooks.
21106
21107 * cus-edit.el (customize-group-other-window)
21108 (custom-buffer-create-other-window): Don't override special-display-*.
21109 (custom-mode-map): Make it dense.
21110
21111 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21112 sets the default value.
21113
21114 2005-01-28 Eli Zaretskii <eliz@gnu.org>
21115
21116 * descr-text.el: Add more keywords.
21117
21118 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
21119
21120 * speedbar.el: Avoid unnecessary use of locate-library.
21121
21122 * international/mule-cmds.el (standard-display-european-internal):
21123 Don't fiddle with latin-1 non-break space any more since it's now
21124 special cased in the C code.
21125 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21126
21127 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21128
21129 * cus-start.el (all): Add `undo-outer-limit'.
21130
21131 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21132
21133 * textmodes/bibtex.el (bibtex-format-entry):
21134 Use `bibtex-empty-field-re' only on the text of fields, not on entire
21135 field lines.
21136 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21137 not on part of a buffer.
21138
21139 2005-01-25 Lute Kamstra <lute@gnu.org>
21140
21141 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21142 nonempty field text strings like "{letters\\macro{}more letters}".
21143 Clarify docstring.
21144 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21145 (bibtex-entry-offset, bibtex-parse-association)
21146 (bibtex-parse-field-name): Fix typos in docstrings.
21147 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21148
21149 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
21150
21151 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21152 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21153 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21154 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21155
21156 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21157 isearch minor mode.
21158
21159 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
21160
21161 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21162
21163 2005-01-24 Lute Kamstra <lute@gnu.org>
21164
21165 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21166 CASECHARS and NOT-CASECHARS regular expressions of the
21167 "nederlands" and "nederlands8" dictionaries to prevent a "Range
21168 striding over charsets" error.
21169
21170 2005-01-24 Jay Belanger <belanger@truman.edu>
21171
21172 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21173 display variable name.
21174
21175 2005-01-24 Kenichi Handa <handa@m17n.org>
21176
21177 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21178 Fix setting of the element of encoded-kbd-iso2022-invocations.
21179
21180 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
21181
21182 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21183 (gdb-threads-select): Change to also accept mouse events.
21184 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21185 (gdb-threads-mouse-select): Delete.
21186
21187 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
21188
21189 * files.el (insert-directory): Take care of empty directory,
21190 listed without -a switch.
21191
21192 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
21193
21194 * textmodes/refill.el (refill-post-command-function):
21195 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21196 to the list of functions that we should be careful not to undo.
21197 (refill-late-fill-paragraph-function): Remove.
21198 (refill-saved-state): New var.
21199 (refill-mode): Use it to save fill-paragraph-function.
21200 Save also the value of auto-fill-function.
21201
21202 * term/w32-win.el: Simplify code.
21203
21204 2005-01-23 Kim F. Storm <storm@cua.dk>
21205
21206 * simple.el (line-move): Adapt to new return value from
21207 pos-visible-in-window-p.
21208
21209 * simple.el (line-move): Fix last change. Check partial
21210 visibility at point rather than at window-start.
21211
21212 2005-01-22 Jason Rumney <jasonr@gnu.org>
21213
21214 * term/w32-win.el (xw-defined-colors): Remove debug-message.
21215
21216 2005-01-22 David Kastrup <dak@gnu.org>
21217
21218 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21219
21220 2005-01-22 Eli Zaretskii <eliz@gnu.org>
21221
21222 * type-break.el (type-break-mode): Add a test for
21223 type-break-file-name being non-nil.
21224
21225 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
21226
21227 * net/eudc.el (top level): Call (message "") via progn, so that
21228 eudc-options-file is loaded.
21229
21230 2005-01-22 Kim F. Storm <storm@cua.dk>
21231
21232 * simple.el (line-move-1): Rename from line-move.
21233 (line-move): New function that adjusts vscroll for partially
21234 visible rows, and calls line-move-1 otherwise.
21235
21236 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
21237
21238 * pcomplete.el: Define pcomplete-read-event instead of read-event,
21239 since it's not a complete read-event implementation
21240
21241 2005-01-20 Jay Belanger <belanger@truman.edu>
21242
21243 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21244 for called function.
21245
21246 2005-01-20 Steven Tamm <steventamm@mac.com>
21247
21248 * term/mac-win.el (process-connection-type): Remove.
21249 Controlled now by s/darwin.h:PTY_ITERATION.
21250
21251 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
21252
21253 * window.el (handle-select-window): Don't switch window when we're
21254 in the minibuffer.
21255
21256 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
21257
21258 * subr.el (dotimes-with-progress-reporter): New macro.
21259
21260 * ses.el (ses-dotimes-msg): Remove macro.
21261 Use `dotimes-with-progress-reporter' instead.
21262
21263 2005-01-19 Steven Tamm <steventamm@mac.com>
21264
21265 * term/mac-win.el (process-connection-type): Use new
21266 operating-system-release variable to use ptys on Darwin 7 (OS X
21267 10.3) when using carbon build.
21268
21269 2005-01-19 Jay Belanger <belanger@truman.edu>
21270
21271 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
21272 flags if the last command was a tab or M-tab.
21273
21274 * calc/calc-prog.el (calc-user-define-edit): Put original formula
21275 in formula editing buffer.
21276
21277 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21278
21279 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
21280 breakpoint image symbol in margin.
21281
21282 2005-01-19 Jay Belanger <belanger@truman.edu>
21283
21284 * calc/calc-prog.el (calc-execute-kbd-macro):
21285 Ignore calc-keep-arg-flag.
21286
21287 2005-01-19 Kenichi Handa <handa@m17n.org>
21288
21289 * textmodes/ispell.el (ispell-looking-at): New function.
21290 (ispell-process-line): Use ispell-looking-at to compare the ispell
21291 output and the buffer contents.
21292
21293 2005-01-18 Jay Belanger <belanger@truman.edu>
21294
21295 * calc/calc.el (calc-display-raw): Fix docstring.
21296
21297 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
21298
21299 * simple.el (blink-matching-open): Strip extra info from syntax.
21300
21301 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
21302 funny chars in the end-of-here-doc marker.
21303
21304 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
21305
21306 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
21307 that enable/disabled state of breakpoints is shown correctly in
21308 fringe and on ttys.
21309 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
21310 Add breakpoint information as text properties.
21311 (gdb-mouse-toggle-breakpoint):
21312 Rename to gdb-mouse-set-clear-breakpoint.
21313 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
21314 breakpoints in the margin.
21315 (gdb-remove-strings): Simplify.
21316
21317 2005-01-17 Jay Belanger <belanger@truman.edu>
21318
21319 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
21320 erasing buffer.
21321
21322 2005-01-17 Richard M. Stallman <rms@gnu.org>
21323
21324 * progmodes/grep.el (grep-find): Copy from `grep' the condition
21325 for calling grep-compute-defaults.
21326
21327 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
21328 if buffer is empty.
21329
21330 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
21331
21332 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
21333
21334 * hilit-chg.el (highlight-changes-mode): Don't autoload.
21335
21336 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
21337 non-preloaded variables.
21338
21339 2005-01-17 Steven Tamm <steventamm@mac.com>
21340
21341 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
21342 tex-shell cause to force interactivity when using pipes.
21343
21344 2005-01-17 Kim F. Storm <storm@cua.dk>
21345
21346 * simple.el (just-one-space): Make arg optional.
21347
21348 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
21349
21350 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
21351 posn-at-x-y to t to access left-margin.
21352
21353 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
21354
21355 Sync with Tramp 2.0.47.
21356
21357 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
21358 catching keep-date problems in cp/scp operations.
21359 (tramp-handle-copy-file): Don't call `set-file-modes'
21360 unconditionally. Specialized functions should know better what is
21361 necessary. This improves performance a little bit, and the
21362 functions could catch errors with `cp -p' and `scp -p'.
21363 (tramp-do-copy-or-rename-file-via-buffer)
21364 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
21365 when appropriate.
21366 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
21367 Call `set-file-modes' when appropriate.
21368 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
21369 Johnsson <isak@hypergene.com>
21370 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
21371 of both Tramp buffer and debug buffer. Reported by Joakim Verona
21372 <joakim@verona.se>
21373 (tramp-file-name-for-operation): Mark `shell-command' as magic for
21374 Emacs only.
21375
21376 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
21377 `find-file-hooks' and `dired-mode-hook'.
21378 (tramp-minor-mode-map): Respective map. Add remapping for
21379 `compile' and `recompile'.
21380 (tramp-remap-command, tramp-recompile): New defuns.
21381 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
21382 in buffer "*Compilation*". Call the commands asynchronously.
21383
21384 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
21385 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
21386 `shell-command', because it isn't magic in XEmacs. Reported by
21387 Adrian Aichner <adrian@xemacs.org>.
21388
21389 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
21390 `substitute-in-file-name.
21391 (tramp-smb-handle-substitute-in-file-name): New defun.
21392 (tramp-smb-advice-PC-do-completion): Delete advice.
21393
21394 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
21395
21396 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
21397 Fix error in deleting region.
21398
21399 2005-01-15 Richard M. Stallman <rms@gnu.org>
21400
21401 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
21402 In non-temp buffer, switch syntax table temporarily.
21403
21404 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
21405
21406 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
21407
21408 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
21409
21410 * imenu.el (imenu--split-menu): Copy menulist before sorting.
21411 (imenu--generic-function): Use START, not BEG, as pos of definition.
21412
21413 * simple.el (just-one-space): Argument specifies number of spaces.
21414
21415 * simple.el (eval-expression-print-format): Avoid warning
21416 about edebug-active.
21417
21418 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
21419
21420 * progmodes/sh-script.el: Code copied from make-mode.el
21421 with small changes,
21422 (sh-mode-map): Bind C-c C-\.
21423 (sh-backslash-column, sh-backslash-align): New variables.
21424 (sh-backslash-region, sh-append-backslash): New functions.
21425
21426 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
21427
21428 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
21429 (rmail-pop-password, rmail-pop-password-required): Move to
21430 rmail-obsolete group.
21431 (rmail-set-pop-password): Rename to rmail-set-remote-password.
21432 All callers updated.
21433 (rmail-get-pop-password): Rename to rmail-get-remote-password.
21434 Take an argument specifying whether it is POP or IMAP mailbox we
21435 are using. All callers updated.
21436 (rmail-pop-password-error): Rename to
21437 rmail-remote-password-error. Added mailutils-specific error message.
21438 (rmail-movemail-search-path)
21439 (rmail-movemail-variant-in-use): New variables.
21440 (rmail-remote-password, rmail-remote-password-required):
21441 New customization variables.
21442 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
21443 (rmail-parse-url): New function.
21444 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
21445 with GNU mailutils movemail.
21446
21447 2005-01-15 Kevin Ryde <user42@zip.com.au>
21448
21449 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
21450 suffix to space, $ or '$, to correctly position point when going
21451 to @table style constants like DBL_MAX.
21452
21453 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
21454
21455 * type-break.el (type-break-mode, type-break-file-time)
21456 (type-break-file-keystroke-count, type-break-choose-file):
21457 Don't store data in or load data from the file if type-break-file-name
21458 is nil.
21459 (type-break-file-name): Doc update as per the above.
21460
21461 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
21462
21463 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21464 lookup-key might return nil; handle that.
21465
21466 2005-01-15 Alan Mackenzie <acm@muc.de>
21467
21468 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21469 rather than the element found, thus enabling the tree to be setcar'd.
21470
21471 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21472
21473 * textmodes/org.el (org-show-following-heading): New option.
21474 (org-show-hierarchy-above): Use `org-show-following-heading'.
21475 (org-cycle): Documentation fix.
21476
21477 * textmodes/org.el (orgtbl-optimized): New option
21478 (orgtbl-mode): New command, a minor mode.
21479 (orgtbl-mode-map): New variable.
21480 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21481 (orgtbl-error, orgtbl-self-insert-command)
21482 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21483
21484 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21485 a local variable in each org-mode buffer.
21486
21487 * textmodes/org.el (org-set-regexps-and-options): Rename from
21488 `org-set-regexps'. Added checking for STARTUP keyword.
21489 (org-get-current-options): Add STARTUP options.
21490 (org-table-insert-row): Make mode intelligent about when
21491 realignment is needed.
21492 (org-self-insert-command, org-delete-backward-char, org-delete-char):
21493 New commands.
21494 (org-enable-table-editor): New default value `optimized'.
21495 (org-table-blank-field): Support blanking regions if active.
21496
21497 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
21498
21499 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21500 if the year is not given.
21501
21502 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21503 Add new escapes %m and %M, fixed bug with %F by adding
21504 save-match-data.
21505 (reftex-reference): Remove ?. from list of spaces.
21506 (reftex-label-info): Add automatic label prefix recognition.
21507
21508 * textmodes/reftex-index.el (reftex-index-next-phrase):
21509 Add slave parameter to call of `reftex-index-this-phrase'.
21510 (reftex-index-this-phrase): New optional argument.
21511 (reftex-index-region-phrases): Add slave parameter to call of
21512 `reftex-index-this-phrase'.
21513 (reftex-display-index): New argument redo.
21514 (reftex-index-rescan): Add `redo' to arguments of
21515 `reftex-display-index'.
21516 (reftex-index-Rescan, reftex-index-revert)
21517 (reftex-index-switch-index-tag): Add `redo' to arguments of
21518 `reftex-display-index'.
21519 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21520 indexing. Fix bug with matching is there is a quote before or
21521 after the word.
21522
21523 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21524 Fix bug when collecting citation keys in lines with comments.
21525 (reftex-citation): Prefix argument no longer rescans the document,
21526 but forces prompting for optional arguments of cite macros.
21527 (reftex-do-citation): Prompting for optional arguments implemented.
21528
21529 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21530 Add optional arguments to most cite commands.
21531 (reftex-cite-cleanup-optional-args): New option
21532 (reftex-cite-prompt-optional-args): New option.
21533 (reftex-trust-label-prefix): New option.
21534
21535 * textmodes/reftex-toc.el (reftex-toc-find-section):
21536 Add push-mark before changing the position in the buffer.
21537
21538 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21539 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21540
21541 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
21542
21543 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21544 more carefully.
21545
21546 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
21547
21548 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21549 (sgml-mode): Use it.
21550 (sgml-get-context): Better keep track of implicitly closed tags.
21551
21552 2005-01-13 Kenichi Handa <handa@m17n.org>
21553
21554 * textmodes/ispell.el: These changes are to fix misalignment error
21555 caused by equivalent characters of different Emacs charsets.
21556 (ispell-unified-chars-table): New variable.
21557 (ispell-get-decoded-string): New function.
21558 (ispell-get-casechars, ispell-get-not-casechars)
21559 (ispell-get-otherchars): Call ispell-get-decoded-string.
21560
21561 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21562
21563 * custom.el (custom-declare-variable): Just put symbol instead
21564 of (defvar . symbol) in `current-load-list'.
21565
21566 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
21567
21568 * emacs-lisp/elint.el: Fixed typo in Commentary section.
21569
21570 2005-01-12 Jay Belanger <belanger@truman.edu>
21571
21572 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21573 to create a Calc summary.
21574
21575 2005-01-12 Kim F. Storm <storm@cua.dk>
21576
21577 * mouse.el (mouse-on-link-p): Change functionality and doc
21578 string to comply with latest description in lisp ref.
21579
21580 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
21581
21582 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21583 Enable mouse clicks on mode-line, header-line and margin.
21584 (event-type): Give mouse event symbols an `event-kind' property
21585 with value `mouse-click'.
21586
21587 2005-01-12 Juri Linkov <juri@jurta.org>
21588
21589 * facemenu.el (list-colors-display): Add new arg buffer-name.
21590 Use it. Fix docstring. Replace code for identifying duplicate
21591 colors by the name with call to `list-colors-duplicates' which
21592 identifies duplicate colors by the value unless the color
21593 is one of special Windows colors. Set truncate-lines to t.
21594 Print sorted duplicate color names on each line. Indent to 22
21595 \(the longest color name in rgb.txt) instead of 20. Optimize.
21596 (list-colors-duplicates): New function.
21597 (facemenu-color-name-equal): Delete function.
21598
21599 * facemenu.el (list-colors-print): New function created from code
21600 in list-colors-display. Print #RRGGBB at the window right edge.
21601 (list-colors-display): When temp-buffer-show-function is not
21602 defined, call list-colors-print from temp-buffer-show-hook
21603 to get the right value of window-width in list-colors-print
21604 after the buffer is displayed.
21605
21606 * simple.el (pop-mark): Move deactivate-mark out of conditional
21607 part to deactivate the active mark regardless of the state of the
21608 mark ring.
21609
21610 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21611 variables line in desktop files.
21612
21613 2005-01-12 Juri Linkov <juri@jurta.org>
21614
21615 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21616 Bring together isearch highlight related options.
21617 (lazy-highlight): Replace group `replace' by `matching'.
21618 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21619 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21620 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21621 and declare them obsolete.
21622 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21623 (isearch-faces): Remove defgroup.
21624 (isearch-overlay, isearch-highlight, isearch-dehighlight):
21625 Move isearch highlighting code closer to lazy highlighting code.
21626
21627 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21628 (query-replace-highlight, query-replace-lazy-highlight)
21629 (query-replace): Move definitions to the beginning of the file.
21630
21631 2005-01-11 Juri Linkov <juri@jurta.org>
21632
21633 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21634 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21635 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21636
21637 * info.el (Info-history-forward): New variable.
21638 (Info-select-node): Reset Info-history-forward to nil.
21639 (Info-last): Turn into defalias.
21640 (Info-history-back): Rename from Info-last.
21641 Add current node to Info-history-forward.
21642 (Info-history-forward): New fun.
21643 (Info-mode-map): Replace Info-last by Info-history-back.
21644 Bind Info-history-forward to "r".
21645 (Info-mode-menu): Replace Info-last by Info-history-back.
21646 Fix menu item text. Add menu item for Info-history-forward.
21647 (info-tool-bar-map): Replace Info-last by Info-history-back.
21648 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21649 for Info-history-forward.
21650 (Info-mode): Replace Info-last by Info-history-back in docstring.
21651 Add local variable Info-history-forward.
21652 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21653
21654 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21655
21656 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21657 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21658 Ignore select-window events rather than fiddle with
21659 mouse-autoselect-window.
21660
21661 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21662
21663 * type-break.el (type-break-mode): Fix previous change.
21664
21665 2005-01-10 Jay Belanger <belanger@truman.edu>
21666
21667 * calc/calc-ext.el (calc-reset): Reset when inside embedded
21668 calculator; only reset when point is inside a calculator.
21669 Don't adjust the window height if the window takes up the whole height
21670 of the frame.
21671
21672 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21673
21674 * ebuff-menu.el (Electric-buffer-menu-mode):
21675 Preserve value of buffer-local var header-line-format.
21676
21677 2005-01-09 Jay Belanger <belanger@truman.edu>
21678
21679 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21680 Make sure settings file exists before accessing it.
21681
21682 * calc/calc-embed.el (calc-embedded-subst):
21683 Replace math-multi-subst-rec, which is only supposed to be called
21684 by math-multi-subst, by math-multi-subst.
21685
21686 2005-01-09 Andre Spiegel <spiegel@gnu.org>
21687
21688 * vc.el (vc-allow-async-revert): New user option.
21689 (vc-disable-async-diff): New internal variable.
21690 (vc-revert-buffer): Use them to disable asynchronous diff.
21691
21692 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21693 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21694 asynchronously if vc-disable-async-diff is t.
21695
21696 2005-01-09 Jay Belanger <belanger@truman.edu>
21697
21698 * calc/calc.el (defcalcmodevar): New macro.
21699 (calc-mode-var-list-restore-default-values)
21700 (calc-mode-var-list-restore-saved-values): New functions.
21701 (calc-mode-var-list): Use defcalcmodevar to define it.
21702 (calc-always-load-extensions, calc-line-numbering)
21703 (calc-line-breaking, calc-display-just, calc-display-origin)
21704 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21705 (calc-group-char, calc-point-char, calc-frac-format)
21706 (calc-prefer-frac, calc-hms-format, calc-date-format)
21707 (calc-float-format, calc-full-float-format, calc-complex-format)
21708 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21709 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21710 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21711 (calc-matrix-brackets, calc-language, calc-language-option)
21712 (calc-left-label, calc-right-label, calc-word-size)
21713 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21714 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21715 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21716 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21717 (calc-window-height, calc-display-trail, calc-show-selections)
21718 (calc-use-selections, calc-assoc-selections)
21719 (calc-display-working-message, calc-auto-why, calc-timing)
21720 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21721 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21722 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21723 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21724 (calc-gnuplot-geometry, calc-graph-default-resolution)
21725 (calc-graph-default-resolution-3d, calc-invocation-macro)
21726 (calc-show-banner): Use defcalcmodevar to declare them and set
21727 their default values.
21728
21729 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21730 instead of default values (but restore default values if there is
21731 an argument of 0).
21732
21733 2005-01-09 David Kastrup <dak@gnu.org>
21734
21735 * desktop.el (desktop-restore-eager): Fix typo in type.
21736
21737 2005-01-08 Richard M. Stallman <rms@gnu.org>
21738
21739 * cus-edit.el (customize): Delete :link.
21740
21741 2005-01-08 Jay Belanger <belanger@truman.edu>
21742
21743 * calc/calc.el (calc-mode): Remove the extension from the
21744 `calc-settings-file' file name when loading it.
21745
21746 2005-01-08 Kim F. Storm <storm@cua.dk>
21747
21748 * info.el (Info-mode-map, Info-next-link-keymap)
21749 (Info-prev-link-keymap, Info-up-link-keymap):
21750 Map follow-link to mouse-face.
21751 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21752
21753 2005-01-08 Jay Belanger <belanger@truman.edu>
21754
21755 * calc/calc.el (calc-settings-file): Change default value.
21756 Suggested by cgw in a comment in calc-mode.el.
21757
21758 * calc/calc-mode.el (calc-settings-file-name):
21759 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21760 Replace ~/.emacs in a prompt by calc-settings-file.
21761
21762 2005-01-07 Lars Hansen <larsh@math.ku.dk>
21763
21764 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21765 (desktop-lazy-idle-delay): New customizable variables.
21766 (desktop-buffer-args-list): New variable.
21767 (desktop-append-buffer-args): New function.
21768 (desktop-save): Call desktop-append-buffer-args for some buffers.
21769 (desktop-lazy-create-buffer): New function.
21770 (desktop-idle-create-buffers): New function.
21771 (desktop-read): Add message about buffers to restore lazily.
21772 (desktop-lazy-abort): New command.
21773 (desktop-clear): Call desktop-lazy-abort.
21774 (desktop-lazy-complete): New command.
21775
21776 2005-01-06 Richard M. Stallman <rms@gnu.org>
21777
21778 * emacs-lisp/find-func.el (find-face-definition):
21779 Rename from find-face.
21780
21781 2005-01-06 Kim F. Storm <storm@cua.dk>
21782
21783 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21784
21785 * man.el (Man-xref-man-page, Man-xref-header-file)
21786 (Man-xref-normal-file): Add follow-link property.
21787
21788 2005-01-06 Jay Belanger <belanger@truman.edu>
21789
21790 * calc/calc-units.el: Make sure the proper macro definitions are
21791 available when compiling.
21792
21793 2005-01-06 Juri Linkov <juri@jurta.org>
21794
21795 * isearch.el (isearch-lazy-highlight-update):
21796 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21797
21798 2005-01-06 Miles Bader <miles@gnu.org>
21799
21800 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21801 (isearch-lazy-highlight-face): Use new name.
21802
21803 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21804
21805 * uniquify.el (uniquify-rationalize-file-buffer-names):
21806 Re-add an interactive spec.
21807 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21808 to the same name.
21809
21810 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21811 (isearch-update, isearch-done): Adjust calls accordingly.
21812
21813 2005-01-05 Richard M. Stallman <rms@gnu.org>
21814
21815 * custom.el (custom-set-variables, custom-theme-set-variables):
21816 Clarify documentation.
21817
21818 * emacs-lisp/find-func.el (find-variable)
21819 (find-variable-other-window, find-variable-other-frame):
21820 Fix the TYPE args to find-function-read and find-function-do-it.
21821 (find-function): Doc fix.
21822 (find-function-at-point): Replace function-at-point alias.
21823
21824 2005-01-04 Richard M. Stallman <rms@gnu.org>
21825
21826 * cus-face.el (custom-declare-face):
21827 Record defface in current-load-list.
21828
21829 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21830
21831 * emacs-lisp/find-func.el: Doc fixes.
21832 (find-face-regexp): New variable.
21833 (find-function-regexp-alist): New variable.
21834 (find-function-C-source): Third arg is now TYPE.
21835 (find-function-search-for-symbol): Handle general TYPE.
21836 (find-function-read, find-function-do-it): Handle general TYPE.
21837 (find-definition-noselect, find-face): New functions.
21838 (function-at-point): Alias deleted.
21839
21840 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21841
21842 * battery.el (display-battery-mode): Rename from display-battery.
21843 Handle the case where it gets turned off.
21844
21845 2005-01-04 Richard M. Stallman <rms@gnu.org>
21846
21847 * cus-edit.el (customize): Make :link point to user doc.
21848
21849 * man.el (Man-fontify-manpage): Turn off undo generation.
21850
21851 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21852
21853 2005-01-04 Andreas Schwab <schwab@suse.de>
21854
21855 * files.el (insert-directory): Only look for error lines in
21856 inserted text. Don't move too far after processing --dired markers.
21857
21858 2005-01-04 Richard M. Stallman <rms@gnu.org>
21859
21860 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21861 Don't expand if the character is @, period, dash, etc.
21862 (define-mail-abbrev): Quote names that contain problem characters.
21863
21864 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21865
21866 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21867
21868 2005-01-03 Richard M. Stallman <rms@gnu.org>
21869
21870 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21871 (query-replace-highlight, query-replace-lazy-highlight)
21872 (query-replace): Definitions moved up. Doc fix.
21873
21874 2005-01-03 Richard M. Stallman <rms@gnu.org>
21875
21876 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21877 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21878 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21879 (lazy-highlight-face): Rename from isearch-lazy-...
21880 Change all references to them.
21881
21882 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21883
21884 * cus-edit.el (custom-file): Doc fix for defcustom.
21885 (custom-file): The function no longer sets the variable
21886 `custom-file' to its return value.
21887
21888 * startup.el (command-line): No longer load `custom-file'.
21889
21890 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21891
21892 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21893
21894 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21895 Don't confuse module-prefixed identifiers for labels.
21896 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21897
21898 2005-01-02 Richard M. Stallman <rms@gnu.org>
21899
21900 * files.el (basic-save-buffer-1): Fix previous change.
21901
21902 * loadhist.el (file-loadhist-lookup): New function.
21903 (file-provides, file-requires): Use it.
21904
21905 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21906 instead of calculating the right size.
21907
21908 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21909
21910 * vc-svn.el (vc-svn-diff): Stay local if possible.
21911
21912 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
21913
21914 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21915
21916 * files.el (hack-local-variables): Fix last change.
21917
21918 2005-01-02 Jay Belanger <belanger@truman.edu>
21919
21920 * calc/calc-yank.el (calc-edit-top): New variable.
21921 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21922 object. Change header properties.
21923 (calc-edit-finish, calc-edit-finish-stack-object)
21924 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21925 edited object.
21926 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21927 for the beginning of the edited object.
21928 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21929 for the beginning of the edited object.
21930 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21931 (calc-finish-formula-edit, calc-macro-repeats)
21932 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21933 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21934 beginning of the edited object.
21935 (calc-user-define-edit): Change the header for editing macros.
21936 Remove unnecessary variable.
21937
21938 2005-01-01 Jay Belanger <belanger@truman.edu>
21939
21940 * calc/calc-yank.el (calc-edit-mode): Change default header.
21941 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21942 * calc/calc-store.el (calc-edit-variable): Change title to match new
21943 header.
21944 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21945 mode to match new header.
21946 (calc-user-define-edit): Change titles to include names of commands.
21947 (calc-finish-formula-edit): Adjust to handle new header.
21948 (calc-finish-macro-edit): Remove.
21949 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21950 (calc-edit-macro-command, calc-edit-macro-command-type)
21951 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21952 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21953 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21954 (calc-edit-macro-finish-edit): New functions.
21955 (calc-user-define-edit): Use new functions to edit named calc macros.
21956
21957 2005-01-01 Stefan <monnier@iro.umontreal.ca>
21958
21959 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21960
21961 * ses.el (copy-region-as-kill): Deactivate mark.
21962
21963 2005-01-01 Richard M. Stallman <rms@gnu.org>
21964
21965 * replace.el (occur-1): If the output buffer is also an input,
21966 don't kill it, rename it.
21967
21968 * faces.el (set-face-background, set-face-foreground): Doc fix.
21969
21970 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21971 for :foreground and :background.
21972
21973 * dired.el (dired-view-command-alist): Variable deleted.
21974 (dired-view-file, dired-mouse-find-file-other-window):
21975 Delete the code to use it.
21976
21977 2005-01-01 Kim F. Storm <storm@cua.dk>
21978
21979 * image.el (insert-sliced-image): Use t for line-height property.
21980
21981 See ChangeLog.11 for earlier changes.
21982
21983 ;; Local Variables:
21984 ;; coding: iso-2022-7bit
21985 ;; End:
21986
21987 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21988 Copying and distribution of this file, with or without modification,
21989 are permitted provided the copyright notice and this notice are preserved.
21990
21991 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1